@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 1;
    transform: translatex(300px);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}
@keyframes fadeInRight-b {
  from {
    opacity: 1;
    transform: translatex(100px);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 1;
    transform: translatex(-300px);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}
.in-left {
  animation-name: fadeInLeft;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-duration: 1.2s;
  animation-delay: 0.1s;
}

@keyframes fadeInLeft-b {
  from {
    opacity: 1;
    transform: translatex(-150px);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 1;
    transform: translatex(300px);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}
@keyframes fadeInRight-b {
  from {
    opacity: 1;
    transform: translatex(100px);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 1;
    transform: translatex(-300px);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}
.in-left {
  animation-name: fadeInLeft;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-duration: 1.2s;
  animation-delay: 0.1s;
}

@keyframes fadeInLeft-b {
  from {
    opacity: 1;
    transform: translatex(-150px);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0%);
  }
}
body {
  background-color: #bf585a;
  font-family: "Noto Sans SC", sans-serif;
  position: relative;
}

@media (max-width: 414px) {
  .d-md-none {
    display: none;
  }
}

@media (min-width: 541px) {
  .d-phone-none {
    display: none;
  }
}

.snow {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -4;
  opacity: 0.7;
}

.bgfix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -3;
}

.tree-bg {
  background: url(/static_pc/eventimg/tree-bg.png) no-repeat center bottom;
  background-size: cover;
}

.Santa-man-bg {
  background: url(/static_pc/eventimg/main-Santa-Claus.png) no-repeat center 80%;
  background-size: contain;
  height: 100%;
  min-width: 100%;
}
@media (max-width: 1200px) {
  .Santa-man-bg {
    background-position: center 85%;
  }
}
@media (max-width: 1024px) {
  .Santa-man-bg {
    display: none;
  }
}

.chimney-bg {
  background: url(/static_pc/eventimg/main-smoke-funnel.png) no-repeat center bottom;
  background-size: contain;
  height: 100%;
  min-width: 100%;
}
@media (max-width: 1024px) {
  .chimney-bg {
    display: none;
  }
}

.snow-floor {
  background: url(/static_pc/eventimg/snow-floor.png) no-repeat center bottom;
  background-size: contain;
}

.header-outer {
  position: relative;
}
.header-outer .header-title {
  width: 830px;
  margin: 0 auto;
  padding-top: 4rem;
}
@media (max-width: 1200px) {
  .header-outer .header-title {
    width: 800px;
  }
}
@media (max-width: 820px) {
  .header-outer .header-title {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .header-outer .header-title {
    padding-top: 2rem;
  }
}
.header-outer .header-title img {
  width: 100%;
  height: auto;
}
.header-outer .header-title-bottom {
  position: relative;
  top: -3rem;
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .header-outer .header-title-bottom {
    width: 820px;
  }
}
@media (max-width: 1024px) {
  .header-outer .header-title-bottom {
    display: none;
  }
}
.header-outer .header-title-bottom img {
  width: 100%;
}
.header-outer .header-title-bottom-phone {
  width: 90%;
  margin: 0 auto;
  position: relative;
  top: -2rem;
}
.header-outer .header-title-bottom-phone img {
  width: 100%;
}
@media (min-width: 1025px) {
  .header-outer .header-title-bottom-phone {
    display: none;
  }
}
@media (max-width: 540px) {
  .header-outer .header-title-bottom-phone {
    top: -1.3rem;
  }
}
.header-outer .header-bg-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.header-outer .header-bg-top .star-bg {
  background-image: url(/static_pc/eventimg/snow-bg.png);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center 0;
  background-repeat: no-repeat;
}
.header-outer .header-bg-adorn {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .header-outer .header-bg-adorn {
    display: none;
  }
}

.small-santa-mian {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
@media (min-width: 1025px) {
  .small-santa-mian {
    display: none;
  }
}

.small-santa-mian-L {
  left: 0;
}

.small-santa-mian-R {
  right: 0;
}

.small-santa-block {
  position: absolute;
  bottom: -3rem;
  width: 33%;
}
@media (max-width: 540px) {
  .small-santa-block {
    bottom: -0.8rem;
  }
}
.small-santa-block img {
  width: 100%;
}

.small-santa-block-L {
  left: 1rem;
}

.small-santa-block-R {
  right: 1rem;
}
.small-santa-block-R img {
  transform: scaleX(-1);
}

.section-outer {
  margin: 0 40px;
}
@media (max-width: 540px) {
  .section-outer {
    margin: 0 10px;
  }
}

.section-inner {
  max-width: 950px;
  margin: auto;
}

.course-block {
  background-color: #fff;
  border: 8px solid #76181c;
  border-radius: 2rem;
  position: relative;
  margin-top: 7rem;
  z-index: 1;
}
@media (max-width: 820px) {
  .course-block {
    border: 5px solid #76181c;
  }
}
@media (max-width: 540px) {
  .course-block {
    margin-top: 6rem;
  }
}
@media (max-width: 414px) {
  .course-block {
    border: 5px solid #76181c;
    margin-top: 4rem;
    border-radius: 1.1rem;
  }
}
.course-block .course-title {
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  display: flex;
}
@media (max-width: 540px) {
  .course-block .course-title {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 414px) {
  .course-block .course-title {
    top: -2rem;
  }
}
.course-block .course-title img {
  margin: auto;
}
.course-block p {
  letter-spacing: 0.5px;
  line-height: 1.5;
}
.course-block h2 {
  text-align: center;
  font-size: 20px;
}
@media (max-width: 414px) {
  .course-block h2 {
    font-size: 15px;
  }
}
.course-block .question p {
  text-align: left;
}
.course-block .explain-text {
  font-size: 17px;
  color: #362b44;
}
@media (max-width: 540px) {
  .course-block .explain-text {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .course-block .explain-text {
    text-align: left;
  }
}

.course-content {
  padding: 6rem 5rem 5rem 5rem;
}
@media (max-width: 820px) {
  .course-content {
    padding: 6.3rem 3rem 5rem 3rem;
  }
}
@media (max-width: 540px) {
  .course-content {
    padding: 4rem 1rem 4rem 1rem;
  }
}

.course-block:nth-child(2),
.course-block:nth-child(3) {
  overflow: hidden;
}
.course-block:nth-child(2) .course-content,
.course-block:nth-child(3) .course-content {
  padding: 4rem 5rem 5rem 4rem;
}
@media (max-width: 1024px) {
  .course-block:nth-child(2) .course-content,
  .course-block:nth-child(3) .course-content {
    padding: 4rem 2rem 5rem 2rem;
  }
}
@media (max-width: 1024px) {
  .course-block:nth-child(2) .course-content,
  .course-block:nth-child(3) .course-content {
    padding: 2.5rem 2rem;
  }
}

.explain-item-01 {
  background-color: #69877d;
  border-radius: 15px;
  border: 5px solid #226150;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 540px) {
  .explain-item-01 {
    flex-direction: column;
    border: 3px solid #226150;
  }
}
.explain-item-01 .santa-man-pc {
  position: relative;
}
@media (max-width: 540px) {
  .explain-item-01 .santa-man-pc {
    display: none;
  }
}
@media (max-width: 820px) {
  .explain-item-01 .santa-man-pc img {
    width: 90%;
  }
}
.explain-item-01 .santa-man-pc .talk {
  position: absolute;
  top: -3rem;
  right: -2rem;
}
@media (max-width: 820px) {
  .explain-item-01 .santa-man-pc .talk {
    display: none;
  }
}
.explain-item-01 p {
  color: #fff;
  line-height: 2.5;
  font-size: 17px;
  letter-spacing: 2px;
}
@media (max-width: 414px) {
  .explain-item-01 p {
    font-size: 14px;
  }
}
.explain-item-01 span {
  color: #ffed77;
}
.explain-item-01 .santa-man-phone {
  margin-top: 1rem;
}
@media (min-width: 541px) {
  .explain-item-01 .santa-man-phone {
    display: none;
  }
}

.explain-item-02 {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media (max-width: 540px) {
  .explain-item-02 {
    flex-direction: column;
  }
}
.explain-item-02 .item {
  width: 45%;
  border: 4px solid #65877d;
  border-radius: 10px;
}
@media (max-width: 540px) {
  .explain-item-02 .item {
    width: 100%;
  }
}
.explain-item-02 .item .title {
  display: inline-block;
  position: relative;
  top: -15px;
  left: 10px;
  background-color: #65877d;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}
.explain-item-02 .item p {
  padding: 0 15px 15px 15px;
  font-size: 17px;
  color: #226150;
}
@media (max-width: 414px) {
  .explain-item-02 .item p {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .explain-item-02 .item:nth-child(1) {
    margin-bottom: 2rem;
  }
}

.rule-title {
  background-color: #65877d;
  text-align: center;
  padding: 20px 2px;
  color: #fff;
  font-size: 18px;
  border-bottom: 5px solid #76181c;
}
@media (max-width: 414px) {
  .rule-title {
    font-size: 14px;
  }
}
.rule-title p {
  letter-spacing: 1px;
}

.rule-block {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .rule-block {
    flex-direction: column;
    align-items: center;
  }
}

.rule-inner {
  width: 30%;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 540px) {
  .rule-inner {
    width: 100%;
  }
}

.rule-day-main {
  margin-bottom: 3rem;
}
@media (max-width: 540px) {
  .rule-day-main {
    margin-bottom: 1rem;
  }
}
.rule-day-main .rule-day-inner {
  flex-direction: column;
}
@media (max-width: 540px) {
  .rule-day-main .rule-day-inner {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 540px) and (max-width: 280px) {
  .rule-day-main .rule-day-inner {
    flex-direction: column;
  }
}
@media (max-width: 540px) {
  .rule-day-main .rule-day-inner img {
    width: 45%;
  }
}
@media (max-width: 414px) {
  .rule-day-main .rule-day-inner img {
    width: 50%;
  }
}
@media (max-width: 280px) {
  .rule-day-main .rule-day-inner img {
    width: auto;
  }
}
.rule-day-main .rule-day-inner p {
  font-size: 18px;
  margin-top: 0.7rem;
  color: #76181c;
  text-align: center;
}
@media (max-width: 540px) {
  .rule-day-main .rule-day-inner p {
    width: 40%;
    text-align: left;
    font-size: 1.2em;
  }
}
@media (max-width: 414px) {
  .rule-day-main .rule-day-inner p {
    font-size: 1em;
  }
}
@media (max-width: 280px) {
  .rule-day-main .rule-day-inner p {
    width: auto;
  }
}
@media (max-width: 540px) {
  .rule-day-main .rule-day-inner:nth-child(1) {
    order: 3;
  }
}

.rule-badge-main .rule-badge-inner {
  flex-direction: column;
}
@media (max-width: 540px) {
  .rule-badge-main .rule-badge-inner {
    margin-bottom: 3.5rem;
    width: 80%;
  }
}
.rule-badge-main .rule-badge-inner .badge-img::after {
  content: "";
  background: url(/static_pc/eventimg/badge-2025-frame.png) no-repeat center;
  position: absolute;
  width: 70%;
  height: 100%;
  background-size: contain;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.rule-badge-main .badge-img {
  position: relative;
  display: flex;
}
.rule-badge-main .rule-badge-inner:nth-child(2) .badge-img::after {
  background: url(/static_pc/eventimg/badge-snake-frame.png) no-repeat center;
  position: absolute;
  width: 70%;
  height: 100%;
  background-size: contain;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.rule-badge-main .rule-badge-inner:nth-child(3) .badge-img::after {
  background: url(/static_pc/eventimg/badge-god-wealth-frame.png) no-repeat center;
  position: absolute;
  width: 70%;
  height: 100%;
  background-size: contain;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.rule-badge-main img {
  width: 100%;
}
.rule-badge-main .badge-text {
  background-color: #226150;
  color: #fff;
  padding: 3px 0;
  margin-top: 1rem;
  width: 70%;
  text-align: center;
  font-size: 17px;
  position: relative;
}
@media (max-width: 820px) {
  .rule-badge-main .badge-text {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .rule-badge-main .badge-text {
    width: 70%;
  }
}
.rule-badge-main .badge-text::after,
.rule-badge-main .badge-text::before {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
  border-color: transparent;
}
.rule-badge-main .badge-text::after {
  left: 0;
  border-width: 16px 0 16px 16px;
  border-color: transparent transparent transparent #fff;
}
.rule-badge-main .badge-text::before {
  right: 0;
  border-width: 16px 16px 16px 0;
  border-color: transparent #fff transparent transparent;
}

.bulb-block {
  display: flex;
  justify-content: space-between;
}
.bulb-block li {
  display: flex;
  align-items: center;
}
@media (max-width: 540px) {
  .bulb-block li {
    flex-direction: column;
  }
}
@media (max-width: 540px) {
  .bulb-block li img {
    width: 80%;
  }
}
.bulb-block li p {
  font-size: 23px;
  color: #76181c;
}
@media (max-width: 540px) {
  .bulb-block li p {
    font-size: 16px;
    text-align: center;
  }
}

.course-content-frame {
  background-color: #fff;
  border-radius: 2rem;
  border: 6px solid #76181c;
  margin-top: 2.3rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 540px) {
  .course-content-frame {
    margin-top: 0;
  }
}
@media (max-width: 414px) {
  .course-content-frame {
    border: 4px solid #76181c;
    border-radius: 1.1rem;
  }
}
.course-content-frame .content-top-bg {
  background-color: #bf585a;
  padding: 15px 0;
  border-bottom: 6px solid #76181c;
  color: #fff;
}
@media (max-width: 414px) {
  .course-content-frame .content-top-bg {
    border-bottom: 4px solid #76181c;
  }
}
.course-content-frame .content-top-bg p {
  font-size: 1.1rem;
  padding: 0 3rem;
  line-height: 1.3;
}
@media (max-width: 540px) {
  .course-content-frame .content-top-bg p {
    padding: 0 2rem;
  }
}
@media (max-width: 414px) {
  .course-content-frame .content-top-bg p {
    font-size: 14px;
  }
}
.course-content-frame .date-answer-top {
  position: relative;
  overflow: hidden;
}
.course-content-frame .date-answer-top p {
  text-align: center;
}
.course-content-frame .date-answer-top .question-round-block {
  position: absolute;
  display: flex;
  right: 1rem;
  bottom: 25%;
}
.course-content-frame .date-answer-top .question-round {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 4px #76181c solid;
}
.course-content-frame .date-answer-top .question-round:nth-child(1) {
  background-color: #fff;
}
.course-content-frame .date-answer-top .question-round:nth-child(2) {
  background-color: #f4c152;
  margin-left: 5px;
}

.user-frame p {
  background-color: #362b44;
  color: #fff;
  border-radius: 50px;
  padding: 2px 0;
  margin: 0 22px;
}

.course-rule-block {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2rem 0;
}
@media (max-width: 414px) {
  .course-rule-block .badge-block {
    margin: 0 15px;
  }
}
@media (max-width: 280px) {
  .course-rule-block {
    flex-direction: column;
  }
}
.course-rule-block img {
  max-width: 100%;
}
.course-rule-block p {
  font-size: 1.1rem;
  margin-top: 0.5rem;
}

.all-question {
  color: #fff;
  background-color: #226150;
  display: flex;
  justify-content: center;
  margin: auto;
  cursor: pointer;
  padding: 10px 24px;
  border-radius: 2rem;
  border: 4px solid #76181c;
  transition: all 0.3s;
}
@media (max-width: 540px) {
  .all-question {
    margin-bottom: 2rem;
  }
}
.all-question:hover {
  background-color: #226150;
}
.all-question:active {
  background-color: #226150;
}

.content-inner-bg {
  padding: 3rem 2rem;
}
@media (max-width: 414px) {
  .content-inner-bg {
    padding: 1.5rem 1rem;
    font-size: 14px;
  }
}
.content-inner-bg .selection {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
@media (max-width: 414px) {
  .content-inner-bg .selection {
    margin-top: 0;
  }
}

.check-box input[type=radio] {
  display: none;
}

.check-box input:checked + .test-q {
  background: #bf585a;
  color: #fff;
  cursor: default;
}

.check-box .test-q {
  border: 3px solid #362b44;
  border-radius: 2rem;
  padding: 0.5rem 0;
  margin-top: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: all 0.2s;
}

.check-box .test-q:hover {
  background: #bbb;
  color: #fff;
}

.check-box .round {
  border-radius: 5px;
}

.question-btn-block {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}
@media (max-width: 280px) {
  .question-btn-block {
    flex-direction: column;
  }
}

@media (max-width: 280px) {
  .question-btn-block .question-btn-w:nth-child(2) {
    margin-top: 2rem;
  }
}

.question-btn-w {
  width: 45%;
}
@media (max-width: 280px) {
  .question-btn-w {
    width: 100%;
  }
}
.question-btn-w a {
  display: block;
}
.question-btn-w button {
  cursor: pointer;
  width: 100%;
}

.btn-focus {
  text-align: center;
  padding: 10px;
  border-radius: 0.8rem;
  border: 3px solid #76181c;
  background: #f4c152;
  color: #76181c;
  font-size: 18px;
  position: relative;
  transition: all 0.2s;
}
.btn-focus:active {
  top: 5px;
}
.btn-focus:active::after {
  top: 3px;
}
@media (max-width: 414px) {
  .btn-focus {
    font-size: 14px;
  }
}

.btn-focus::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 8px;
  left: -3px;
  background-color: #f4c152;
  border: 3px solid #76181c;
  border-radius: 0.8rem;
  box-sizing: revert;
  z-index: -1;
}

.btn-common {
  text-align: center;
  padding: 10px;
  border-radius: 0.8rem;
  border: 3px solid #76181c;
  background: #bf585a;
  color: #fff;
  font-size: 18px;
  position: relative;
  transition: all 0.2s;
}
.btn-common:active {
  top: 5px;
}
.btn-common:active::after {
  top: 3px;
}
@media (max-width: 414px) {
  .btn-common {
    font-size: 14px;
  }
}

.btn-common::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 8px;
  left: -3px;
  background-color: #bf585a;
  border: 3px solid #76181c;
  border-radius: 0.8rem;
  box-sizing: revert;
  z-index: -1;
}

.btn-style:active {
  top: 5px;
}

.btn-style:active::after {
  top: 3px;
}

.date-adorn-main .course-content-frame {
  overflow: visible;
  position: relative;
}

.datecard-top-bg {
  background-color: #226150;
  padding: 15px 0;
  color: #fff;
  border-bottom: 6px solid #76181c;
  position: relative;
  text-align: center;
  border-radius: 24px 24px 0 0;
}
@media (max-width: 414px) {
  .datecard-top-bg {
    border-radius: 12px 12px 0 0;
  }
}
.datecard-top-bg p {
  font-size: 19px;
}

.date-adorn {
  position: absolute;
  top: -27px;
  z-index: 2;
}
@media (max-width: 414px) {
  .date-adorn {
    top: -10px;
  }
}
.date-adorn img {
  max-width: 100%;
}
@media (max-width: 414px) {
  .date-adorn img {
    width: 80%;
  }
}

.date-adorn:nth-child(1) {
  left: 31px;
}
@media (max-width: 414px) {
  .date-adorn:nth-child(1) {
    left: 18px;
  }
}

.date-adorn:nth-child(2) {
  right: 31px;
}
@media (max-width: 414px) {
  .date-adorn:nth-child(2) {
    right: 18px;
  }
}

.date-form {
  position: relative;
}
.date-form .line-dashed {
  background-image: url(/static_pc/eventimg/bulb-line.png);
  width: 100%;
  height: 3px;
  background-size: cover;
  background-repeat: repeat-x;
  margin-top: 1rem;
  margin-bottom: 2rem;
  position: absolute;
  top: -1rem;
}
@media (max-width: 768px) {
  .date-form .line-dashed {
    top: 0;
  }
}
@media (max-width: 414px) {
  .date-form .line-dashed {
    top: 0.5rem;
  }
}
.date-form .line-dashed:nth-child(2) {
  top: 5rem;
}
@media (max-width: 768px) {
  .date-form .line-dashed:nth-child(2) {
    top: 6rem;
  }
}
@media (max-width: 414px) {
  .date-form .line-dashed:nth-child(2) {
    top: 6rem;
  }
}
.date-form .line-dashed:nth-child(3) {
  top: 11rem;
}
@media (max-width: 768px) {
  .date-form .line-dashed:nth-child(3) {
    top: 12rem;
  }
}
@media (max-width: 414px) {
  .date-form .line-dashed:nth-child(3) {
    top: 11.7rem;
  }
}
.date-form .line-dashed:nth-child(4) {
  top: 17rem;
}
@media (max-width: 768px) {
  .date-form .line-dashed:nth-child(4) {
    top: 18rem;
  }
}
@media (max-width: 414px) {
  .date-form .line-dashed:nth-child(4) {
    top: 17.3rem;
  }
}
.date-form ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 540px) {
  .date-form ul {
    justify-content: space-between;
  }
}
.date-form ul li {
  width: 14%;
}

.date-form-item li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  width: 14%;
  padding: 35px 0;
}

.date .signed-correct,
.date .signed-wrong {
  color: #362b44;
}
.date .date-new {
  color: #bf585a;
}

.signed-correct {
  position: relative;
}

.signed-correct::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/static_pc/eventimg/bulb-light.png);
  top: 38%;
  left: 50%;
  width: 75px;
  height: 75px;
}
@media (max-width: 768px) {
  .signed-correct::before {
    width: 55px;
    height: 55px;
    top: 42%;
  }
}
@media (max-width: 414px) {
  .signed-correct::before {
    top: 48%;
    width: 45px;
    height: 45px;
  }
}

.signed-wrong::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/static_pc/eventimg/bulb-dark.png);
  top: 38%;
  left: 50%;
  width: 75px;
  height: 75px;
}
@media (max-width: 768px) {
  .signed-wrong::before {
    width: 55px;
    height: 55px;
    top: 42%;
  }
}
@media (max-width: 414px) {
  .signed-wrong::before {
    top: 48%;
    width: 45px;
    height: 45px;
  }
}

.datecard-bottom-bg {
  background-color: #bf585a;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
  border-top-style: dashed;
  border-color: #76181c;
  display: flex;
  justify-content: center;
  border-radius: 0 0 24px 24px;
}
@media (max-width: 414px) {
  .datecard-bottom-bg {
    border-radius: 0 0 12px 12px;
    font-size: 13px;
  }
}

.getgif-btn-block {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.getgif-btn-block .btn-focus {
  width: 50%;
  padding: 10px 0;
}
@media (max-width: 280px) {
  .getgif-btn-block .btn-focus {
    width: 100%;
  }
}

.kind-main .course-content {
  padding: 6rem 2rem 5rem 2rem;
}
@media (max-width: 820px) {
  .kind-main .course-content {
    padding: 6rem 1rem 0rem 1rem;
  }
}
@media (max-width: 540px) {
  .kind-main .course-content {
    padding: 5rem 1rem 1.5rem 1rem;
  }
}
@media (max-width: 414px) {
  .kind-main .course-content {
    padding: 4rem 1rem 1.5rem 1rem;
  }
}

.kind-block {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.kind-block a {
  width: 25%;
  position: relative;
}
@media (max-width: 820px) {
  .kind-block a {
    width: 50%;
  }
}
@media (max-width: 280px) {
  .kind-block a {
    width: 100%;
  }
}
.kind-block a:hover {
  color: #a467c5;
}
.kind-block a:nth-child(2n) .date-answer-top {
  background-color: #bf585a;
}
.kind-block a:nth-child(2n) p {
  color: #bf585a;
}
.kind-block a:nth-child(2n-1) .date-answer-top {
  background-color: #226150;
}
.kind-block a:nth-child(2n-1) p {
  color: #226150;
}
.kind-block .course-content-frame {
  margin: 14px 15px;
  border-radius: 15px;
  border: 4px solid #76181c;
  text-align: center;
  overflow: visible;
  transition: all 0.1s;
  position: relative;
}
@media (max-width: 820px) {
  .kind-block .course-content-frame {
    margin-bottom: 3rem;
  }
}
@media (max-width: 540px) {
  .kind-block .course-content-frame {
    margin: 30px 8px;
  }
}
.kind-block .course-content-frame .date-answer-top {
  padding: 15px 0;
  border-bottom: 4px solid #76181c;
  border-radius: 9px 9px 0 0;
}
.kind-block p {
  padding: 30px 0;
  font-size: 23px;
  font-weight: bold;
}
@media (max-width: 414px) {
  .kind-block p {
    padding: 22px 0;
    font-size: 17px;
  }
}
.kind-block .bowtie-img {
  position: absolute;
  left: 0;
  right: 0;
  top: -2.4rem;
}
@media (max-width: 414px) {
  .kind-block .bowtie-img img {
    width: 70%;
  }
}

.remind-block {
  background-color: rgba(118, 24, 29, 0.8549019608);
  color: #fff;
  border-radius: 2rem;
  padding: 4rem 4rem;
  margin: 6rem 0 6rem 0;
  font-size: 14px;
}
@media (max-width: 820px) {
  .remind-block {
    padding: 2rem 4rem;
  }
}
@media (max-width: 540px) {
  .remind-block {
    margin-top: 4rem;
  }
}
@media (max-width: 414px) {
  .remind-block {
    padding: 2rem 3rem;
    border-radius: 1.1rem;
    font-size: 12px;
  }
}
@media (max-width: 280px) {
  .remind-block {
    padding: 2rem;
  }
}
.remind-block p {
  text-align: center;
  margin-bottom: 2rem;
}
.remind-block ol {
  list-style: decimal;
}
.remind-block li {
  margin-bottom: 20px;
}

.mx--modal-section {
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.mx--modal-section.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.mx--modal {
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.4, 0.14, 0.3, 1);
}

.mx--modal.open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 99999;
}

.pop-block {
  display: block;
  position: absolute;
  width: 500px;
  z-index: 101;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 414px) {
  .pop-block {
    width: 90%;
  }
}
.pop-block .content-top-bg {
  padding: 25px 0;
}
.pop-block .content-inner-bg {
  text-align: center;
}
.pop-block .content-inner-bg p {
  margin-bottom: 25px;
}
.pop-block .answer-confirm {
  background-color: #bf585a;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.avatar-badge-mian {
  display: flex;
  justify-content: space-around;
}

.avatar-badge-block {
  width: 30%;
}
.avatar-badge-block img {
  width: 100%;
}

.all-q-page-main {
  padding-top: 4rem;
}
@media (max-width: 540px) {
  .all-q-page-main {
    padding-top: 0;
  }
}
.all-q-page-main .course-content {
  padding: 0;
  position: relative;
  margin-bottom: 3rem;
}
.all-q-page-main .content-inner-bg {
  padding: 2rem 2rem;
}
.all-q-page-main .content-top-bg {
  background-color: #226150;
}
.all-q-page-main p {
  font-size: 17px;
}
@media (max-width: 414px) {
  .all-q-page-main p {
    font-size: 14px;
  }
}
.all-q-page-main .title {
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 540px) {
  .all-q-page-main .title {
    margin: 0 10px;
    margin-bottom: 0;
    padding: 2.5rem 1rem;
  }
}
.all-q-page-main .question-btn-block {
  justify-content: center;
}
@media (min-width: 541px) {
  .all-q-page-main .course-content .date-adorn {
    top: -24px;
  }
}

.daily-btn-block li a {
  background-color: #fff;
  padding: 6px 18px;
  border-radius: 50%;
  border: 1px solid #46403e;
  width: 14%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}
@media (max-width: 414px) {
  .daily-btn-block li a {
    padding: 5px 15px;
  }
}

.daily-btn-block li.active a {
  background-color: #bf585a;
  color: #fff;
}

.reply p {
  border: 3px solid #362b44;
  border-radius: 2rem;
  padding: 0.5rem 0;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.reply-correct {
  background-color: #bf585a;
  color: #fff;
}

.exam-block {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
  transition: all 0.2s ease;
}
@media (max-width: 540px) {
  .exam-block {
    flex-direction: column;
    margin-top: 1rem;
  }
}
.exam-block .exam-block-l {
  width: 70%;
  margin: 0 20px;
}
@media (max-width: 540px) {
  .exam-block .exam-block-l {
    width: 100%;
    order: 2;
    margin: auto;
  }
}
.exam-block .exam-block-r {
  width: 30%;
  margin: 0 20px;
}
@media (max-width: 540px) {
  .exam-block .exam-block-r {
    width: 50%;
    margin: auto;
    order: 1;
    margin-bottom: 1.5rem;
  }
}
.exam-block .exam-block-r a {
  display: block;
}
.exam-block .exam-block-r .exam-img {
  overflow: hidden;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 7px 7px #bf585a;
  padding-top: 137%;
}
.exam-block .exam-block-r .exam-img img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.back-btn {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.back-btn .all-question {
  padding: 10px 40px;
}

.daily-btn {
  padding: 20px 0;
}

.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

.in-right {
  animation-name: fadeInRight;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-duration: 1.2s;
  animation-delay: 0.1s;
}

.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.in-right-b {
  animation-name: fadeInRight-b;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-duration: 1.2s;
  animation-delay: 0.1s;
}

.in-left-b {
  animation-name: fadeInLeft-b;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-duration: 1.2s;
  animation-delay: 0.1s;
}

.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.5s;
}

.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
  transform: scale(1.1);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

@media (max-width: 1024px) {
  .start-page .small-santa-mian {
    height: 100vh;
  }
}
@media (max-width: 1024px) {
  .start-page .small-santa-block {
    bottom: 0;
    width: 40%;
  }
}
@media (max-width: 414px) {
  .start-page .small-santa-block {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .start-page .header-title {
    padding-top: 7.5rem;
  }
}

.tree-bg-phone {
  background: url(/static_pc/eventimg/tree-start.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
}
@media (min-width: 541px) {
  .tree-bg-phone {
    display: none;
  }
}

.header-bg-midd {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: -1;
}
@media (min-width: 541px) {
  .header-bg-midd {
    display: none;
  }
}
.header-bg-midd .star-bg-phone {
  background: url(/static_pc/eventimg/mian-star-bg-phone.png);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center 0;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .header-bg-midd .star-bg-phone {
    display: none;
  }
}

.login {
  justify-content: center;
}/*# sourceMappingURL=style.css.map */