@import url("https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap");
@-webkit-keyframes diamondLoop {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 80px -80px, 80px -80px;
  }
}
@-moz-keyframes diamondLoop {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 80px -80px, 80px -80px;
  }
}
@-o-keyframes diamondLoop {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 80px -80px, 80px -80px;
  }
}
@keyframes diamondLoop {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 80px -80px, 80px -80px;
  }
}

.wrapper {
  max-width: 540px;
  margin: 0 auto;
}

#anniversary25th .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
  height: 55px;
  line-height: 1;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#anniversary25th .header img {
  display: block;
  width: 32px;
  vertical-align: middle;
  margin-right: 24px;
}

#anniversary25th .header a {
  text-decoration: none;
  color: #0c0c0c;
}

#anniversary25th .header__title {
  width: 100%;
}

#anniversary25th .header__title h1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.468px;
  color: #0c0c0c;
}

.page_wrap {
  width: 100%;
  min-height: 100vh;
  background-color: #FEB917;
  position: relative;
  background-image: -webkit-linear-gradient(45deg, rgba(254, 206, 84, 0.6) 25%, transparent 25%, transparent 75%, rgba(254, 206, 84, 0.6) 75%), -webkit-linear-gradient(135deg, rgba(254, 206, 84, 0.6) 25%, transparent 25%, transparent 75%, rgba(254, 206, 84, 0.6) 75%);
  background-image: -moz- oldlinear-gradient(45deg, rgba(254, 206, 84, 0.6) 25%, transparent 25%, transparent 75%, rgba(254, 206, 84, 0.6) 75%), -moz- oldlinear-gradient(135deg, rgba(254, 206, 84, 0.6) 25%, transparent 25%, transparent 75%, rgba(254, 206, 84, 0.6) 75%);
  background-image: -o-linear-gradient(45deg, rgba(254, 206, 84, 0.6) 25%, transparent 25%, transparent 75%, rgba(254, 206, 84, 0.6) 75%), -o-linear-gradient(135deg, rgba(254, 206, 84, 0.6) 25%, transparent 25%, transparent 75%, rgba(254, 206, 84, 0.6) 75%);
  background-image: linear-gradient(45deg, rgba(254, 206, 84, 0.6) 25%, transparent 25%, transparent 75%, rgba(254, 206, 84, 0.6) 75%), linear-gradient(-45deg, rgba(254, 206, 84, 0.6) 25%, transparent 25%, transparent 75%, rgba(254, 206, 84, 0.6) 75%);
  -moz-background-size: 80px 80px;
    -o-background-size: 80px 80px;
       background-size: 80px 80px;
  -webkit-animation: diamondLoop 5s linear infinite;
     -moz-animation: diamondLoop 5s linear infinite;
       -o-animation: diamondLoop 5s linear infinite;
          animation: diamondLoop 5s linear infinite;
}

.main {
  background-image: url("/img/anniversary25/background_main_visual.webp");
  -moz-background-size: 100%;
    -o-background-size: 100%;
       background-size: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  margin: auto;
}

.main .main_content {
  position: relative;
  z-index: 2;
}

@media (max-width: 350px) {
  .main .main_content {
    top: -284px;
  }
}

@media (min-width: 350px) and (max-width: 400px) {
  .main .main_content {
    top: -318px;
  }
}

@media (min-width: 400px) and (max-width: 470px) {
  .main .main_content {
    top: -360px;
  }
}

@media (min-width: 470px) and (max-width: 540px) {
  .main .main_content {
    top: -426px;
  }
}

@media (min-width: 540px) {
  .main .main_content {
    top: -476px;
  }
}

.main .title {
  padding: 0 55px;
}

.main .title img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.main .text {
  margin-top: 44px;
  padding: 0 40px;
}

.main .text img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.main #lottie_cake {
  position: relative;
  z-index: 1;
}

@media (max-width: 350px) {
  .main #lottie_cake {
    top: -250px;
  }
}

@media (min-width: 350px) and (max-width: 400px) {
  .main #lottie_cake {
    top: -280px;
  }
}

@media (min-width: 400px) and (max-width: 470px) {
  .main #lottie_cake {
    top: -320px;
  }
}

@media (min-width: 470px) and (max-width: 540px) {
  .main #lottie_cake {
    top: -370px;
  }
}

@media (min-width: 540px) {
  .main #lottie_cake {
    top: -420px;
  }
}

.main .history {
  padding-bottom: 98px;
}

@media (max-width: 350px) {
  .main .history {
    margin-top: -86px;
    padding-bottom: 118px;
  }
}

@media (min-width: 350px) and (max-width: 400px) {
  .main .history {
    margin-top: -116px;
  }
}

@media (min-width: 400px) and (max-width: 470px) {
  .main .history {
    margin-top: -136px;
  }
}

@media (min-width: 470px) and (max-width: 540px) {
  .main .history {
    margin-top: -230px;
  }
}

@media (min-width: 540px) {
  .main .history {
    margin-top: -250px;
    padding-bottom: 98px;
  }
}

.main .history .title {
  margin-bottom: 0;
}

.main .history .title img {
  display: block;
  margin: 0 auto;
  width: 259px;
  height: 74px;
}

.main .history .list {
  margin-top: 28px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 428px;
  background: #fff;
  -webkit-border-radius: 12px 0 0 12px;
     -moz-border-radius: 12px 0 0 12px;
          border-radius: 12px 0 0 12px;
  margin-left: 30px;
}

.main .history .list img {
  display: block;
  width: 100%;
  height: auto;
}

.lottie_area {
  position: relative;
}

#lottie_curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.main #lottie_hanabi {
  position: relative;
  top: -8px;
}

.main .main_content,
.main #lottie_cake,
.main #lottie_hanabi,
.main .history {
  opacity: 0;
}

body.curtain-ready .main .main_content,
body.curtain-ready .main #lottie_cake,
body.curtain-ready .main #lottie_hanabi,
body.curtain-ready .main .history {
  opacity: 1;
}

.user_data {
  margin: 0 auto 50px auto;
  position: relative;
}

@media (max-width: 350px) {
  .user_data {
    top: -70px;
  }
}

@media (min-width: 350px) and (max-width: 375px) {
  .user_data {
    top: -60px;
  }
}

@media (min-width: 375px) {
  .user_data {
    top: -16px;
  }
}

.user_data .user_data_garland img {
  display: block;
  width: 100%;
}

.user_data .user_data_area {
  width: 328px;
  margin-top: 22px;
  margin-left: -webkit-calc((100% - 315px) / 2 - 3px);
  margin-left: -moz-calc((100% - 315px) / 2 - 3px);
  margin-left: calc((100% - 315px) / 2 - 3px);
  margin-right: -webkit-calc((100% - 315px) / 2 - 10px);
  margin-right: -moz-calc((100% - 315px) / 2 - 10px);
  margin-right: calc((100% - 315px) / 2 - 10px);
  background-image: url("/img/anniversary25/background_user_data.webp");
  -moz-background-size: 328px 1570px;
    -o-background-size: 328px 1570px;
       background-size: 328px 1570px;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 40px 10px 60px 3px;
}

.user_data .user_data_area .total_member__title {
  color: #231E1C;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0.18px;
  margin-bottom: 20px;
}

.user_data .user_data_area .total_member img {
  width: 175px;
  height: 73px;
  display: block;
  margin: 0 auto 28px auto;
}

.user_data .user_data_area .total_member__number {
  color: #F61577;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.26px;
  margin-bottom: 20px;
  height: 43px;
}

.user_data .user_data_area .total_member__number span {
  color: #F61577;
  text-align: center;
  font-size: 56px;
  font-weight: 800;
  line-height: 39px;
  letter-spacing: 0.56px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.user_data .user_data_area .total_member__mean {
  color: #231E1C;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 79px 16px;
}

.user_data .user_data_area .matching__title {
  color: #231E1C;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0.18px;
  margin-bottom: 20px;
}

.user_data .user_data_area .matching img {
  width: 174px;
  height: 107px;
  display: block;
  margin: 0 auto 28px auto;
}

.user_data .user_data_area .matching__number {
  color: #F61577;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.26px;
  margin-bottom: 20px;
  height: 43px;
}

.user_data .user_data_area .matching__number span {
  color: #F61577;
  text-align: center;
  font-size: 56px;
  font-weight: 800;
  line-height: 39px;
  letter-spacing: 0;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.user_data .user_data_area .matching__mean {
  color: #231E1C;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 79px 16px;
}

.user_data .user_data_area .content__title {
  color: #231E1C;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0.18px;
  margin-bottom: 20px;
}

.user_data .user_data_area .content img {
  width: 250px;
  height: 255px;
  display: block;
  margin: 0 auto 28px auto;
}

.user_data .user_data_area .content__number {
  color: #F61577;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.26px;
  margin-bottom: 103px;
  height: 43px;
}

.user_data .user_data_area .content__number span {
  color: #F61577;
  text-align: center;
  font-size: 56px;
  font-weight: 800;
  line-height: 39px;
  letter-spacing: 0;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.user_data .user_data_area .month {
  padding: 0 20px;
}

.user_data .user_data_area .month img {
  width: 141px;
  height: 51px;
  display: block;
  margin: 0 auto 24px auto;
}

.user_data .user_data_area .month .line {
  border: none;
  width: 259px;
  height: 3px;
  background-color: #EDF0ED;
  margin: 25px auto 18px auto;
}

.user_data .user_data_area .month__number {
  color: #231E1C;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  letter-spacing: 0.16px;
  text-align: center;
  height: 40px;
}

.user_data .user_data_area .month__number .count_up {
  color: #F61577;
  text-align: right;
  font-size: 44px;
  font-weight: 800;
  line-height: 39px;
  margin: 0 4px 0 8px;
  position: relative;
  top: 2px;
}

.user_data .user_data_area .month__number .unit {
  color: #F61577;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.quiz {
  margin: 0 auto;
  padding-bottom: 96px;
}

.quiz .quiz_garland img {
  display: block;
  width: 100%;
}

.quiz .quiz_text {
  text-align: center;
  margin-top: 22px;
  margin-bottom: 2px;
}

.quiz .quiz_text img {
  width: 334px;
}

.quiz .quiz_link {
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  border: 3px solid #FFF;
  background: #F61878;
  padding: 20px;
  margin: 0 auto;
  max-width: 315px;
  display: block;
  position: relative;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.54px;
}

.quiz .c-icon--arrow--right--blank--after {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.quiz .c-icon--arrow--right--blank--after::after {
  font-family: "icon";
  content: "\EA05";
  font-weight: bold;
}

.block {
  position: relative;
  padding: 61px 30px 72px;
  background: #FFF;
}

.block .catch_copy {
  margin: 0 auto;
}

.block .catch_copy img {
  width: 100%;
  margin-bottom: 32px;
}

.block .catch_copy p {
  color: #0C0C0C;
  font-size: 18px;
  font-weight: 700;
  line-height: 47px;
  margin: 0;
  padding-bottom: 0;
}

.block .movie {
  background: #FFF;
  margin: 44px auto 0 auto;
}

.block .movie .brand {
  margin-bottom: 24px;
}

.block .movie .brand img {
  width: 221px;
}

.block .movie .body .video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  height: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
}

.block .movie .body .video .thumbnail_1,
.block .movie .body .video .thumbnail_2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block .movie .body .video .thumbnail_1 img,
.block .movie .body .video .thumbnail_2 img {
  display: block;
  width: 100%;
  height: 100%;
}

.block .movie .body .video .button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block .movie .body .video .button img {
  width: 136px;
}

.block .movie .body iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.block .movie .body .more {
  color: #6D6D6D;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-top: 32px;
}

.block .movie .body .more a {
  color: inherit;
  text-decoration: none;
}

.block::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 11px;
  background: url("/img/anniversary25/background_wave.svg") repeat-x;
  -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
       background-size: auto 100%;
}

.footer {
  background-image: url("/img/anniversary25/background_footer.webp");
  -moz-background-size: 100%;
    -o-background-size: 100%;
       background-size: 100%;
  max-width: 100%;
  margin: auto;
  padding: 48px 0 55px;
  text-align: center;
}

.footer .box {
  margin: auto;
  padding: 40px 28px;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  display: inline-block;
}

.footer .box .icon {
  margin-bottom: 28px;
}

.footer .box .icon img {
  display: block;
  width: 223px;
  height: 60px;
}

.footer .box .download_app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 12px;
  margin-bottom: 16px;
}

.footer .box .download_app .ios img {
  display: block;
  width: 116px;
}

.footer .box .download_app .android img {
  display: block;
  width: 143px;
}

.footer .box .web {
  width: 100%;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background: #FF509B;
  margin-bottom: 24px;
}

.footer .box .web .web_link {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 16px 11px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.footer .box .web .c-icon--arrow--right--blank--after {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer .box .web .c-icon--arrow--right--blank--after::after {
  font-family: "icon";
  content: "\EA05";
  font-weight: bold;
}

.footer .box .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 28px;
}

.footer .box .link a {
  text-decoration: underline;
  color: #231E1C;
  font-size: 12px;
  font-weight: 500;
  line-height: 27px;
}

.footer .box .link img {
  position: relative;
  top: 3px;
  margin-left: 4px;
}

.footer .box_app {
  padding: 40px 76px 40px 28px;
}

.footer .go_top {
  margin: 40px auto 0;
}

.footer .go_top img {
  display: block;
  margin: 0 auto;
  width: 52px;
  height: 52px;
}

.quiz_screen .quiz_garland {
  width: 100%;
  margin: 0 auto 3px;
  position: relative;
  top: -6px;
}

.quiz_screen .quiz_garland img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.quiz_screen .quiz_main_visual {
  width: 100%;
  padding: 0 20px;
}

.quiz_screen .quiz_main_visual img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.quiz_screen .inner {
  width: 100%;
  max-width: 315px;
  margin: 32px auto 84px auto;
  padding-bottom: 44px;
}

.quiz_screen .title {
  color: #240F71;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.quiz_screen .subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
  color: #666;
}

.quiz_question {
  margin-bottom: 28px;
  padding: 30px 16px 24px 16px;
  background: #FFFFFF;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  -webkit-box-shadow: 4px 7px 7px rgba(255, 100, 43, 0.34);
     -moz-box-shadow: 4px 7px 7px rgba(255, 100, 43, 0.34);
          box-shadow: 4px 7px 7px rgba(255, 100, 43, 0.34);
  width: 100%;
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.quiz_question .question {
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
}

.quiz_question .number_circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  background: #F3458B;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: -0.16px;
  position: absolute;
  top: -40px;
  left: -16px;
}

.quiz_question .question_text {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.16px;
  text-align: center;
}

.quiz_question .answer {
  margin-top: 0;
}

.radio_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.radio_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 283px;
  padding: 14px;
  background: #F9F9F9;
  border: 2px solid #E5E5E5;
  -webkit-border-radius: 80px;
     -moz-border-radius: 80px;
          border-radius: 80px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-box-shadow: 0 3px 0 #e6e6e6;
     -moz-box-shadow: 0 3px 0 #e6e6e6;
          box-shadow: 0 3px 0 #e6e6e6;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.radio_label:hover {
  background: #F5F5F5;
}

.radio_label input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio_label input[type="radio"]:checked ~ .option_text {
  color: #F61878;
}

.radio_label input[type="radio"]:disabled {
  cursor: not-allowed;
}

.radio_label:has(input[type="radio"]:disabled) {
  cursor: default;
}

.radio_label .option_text {
  position: relative;
  z-index: 1;
  color: #231E1C;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.16px;
  text-align: center;
}

.radio_label.selected, .radio_label:has(input[type="radio"]:checked) {
  background: #FFE0EC;
  border-color: #F3458B;
  border-width: 2px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.radio_label.selected .option_text, .radio_label:has(input[type="radio"]:checked) .option_text {
  color: #F61878;
}

.radio_label .correct_mark {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-border-radius: 80px;
     -moz-border-radius: 80px;
          border-radius: 80px;
  background: transparent url("/img/anniversary25/circle_correct.webp") center/88px 88px no-repeat;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.radio_label .correct_mark.show {
  display: block;
}

.radio_label .incorrect_mark {
  display: none;
}

.quiz_screen .radio_label.correct {
  background: #FFE0EC;
  border: 2px solid #F61878;
  -webkit-border-radius: 80px;
     -moz-border-radius: 80px;
          border-radius: 80px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.quiz_screen .radio_label.correct .option_text {
  color: #F61878;
}

.quiz_screen .radio_label.correct.selected .correct_mark.show {
  background-image: url("/img/anniversary25/circle_correct_answer.webp");
}

.quiz_screen .radio_label.incorrect {
  background: #F5F5F5;
  border: 2px solid #E5E5E5;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.quiz_screen .radio_label.incorrect .option_text {
  color: #9D9D9D;
}

.result_screen {
  padding: 40px 0;
}

.result_screen .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.score_display {
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

.score_label {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.score_value {
  font-size: 48px;
  font-weight: bold;
  color: #ff6b6b;
  margin: 10px 0;
}

.score_total {
  font-size: 16px;
  color: #666;
}

.result_message {
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

.result_message p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.button {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 15px;
  padding: 15px 30px;
  background-color: #ff6b6b;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.button:hover {
  background-color: #ff5252;
}

.button.disable {
  background-color: #ccc;
  cursor: not-allowed;
}

.button.disable:hover {
  background-color: #ccc;
}

.quiz_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  background: #FFF;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 100;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.quiz_footer .button {
  margin: 12px auto 16px;
  width: 283px;
  height: 56px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.54px;
  -webkit-border-radius: 28px;
     -moz-border-radius: 28px;
          border-radius: 28px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.quiz_footer .button:not(.disable) {
  background: #F61878;
  color: #FFFFFF;
  -webkit-border-radius: 80px;
     -moz-border-radius: 80px;
          border-radius: 80px;
  -webkit-box-shadow: 0 5px 0 0 #C80E5F;
     -moz-box-shadow: 0 5px 0 0 #C80E5F;
          box-shadow: 0 5px 0 0 #C80E5F;
}

.quiz_footer .button.disable {
  -webkit-border-radius: 80px;
     -moz-border-radius: 80px;
          border-radius: 80px;
  background: #B7B7B7;
  -webkit-box-shadow: 0 3px 0 0 #878787;
     -moz-box-shadow: 0 3px 0 0 #878787;
          box-shadow: 0 3px 0 0 #878787;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.54px;
}

.quiz_footer_result {
  padding: 8px 12px;
  background: #FFF;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.quiz_footer_result .result_footer_content {
  margin: 0 auto;
  min-width: 0;
  overflow-x: auto;
}

.quiz_footer_result .result_footer_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
      grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quiz_footer_result .result_footer_grid .correct_count {
  -webkit-align-self: start;
      -ms-flex-item-align: start;
              -ms-grid-row-align: start;
          align-self: start;
  margin-top: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
}

.quiz_footer_result .result_footer_grid .button_lp {
  -ms-grid-row: span 2;
      grid-row: span 2;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  height: 64px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background: #FE9E1E;
  -webkit-box-shadow: 0 3px 0 0 #E17705;
     -moz-box-shadow: 0 3px 0 0 #E17705;
          box-shadow: 0 3px 0 0 #E17705;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.quiz_footer_result .result_footer_grid .button_talk {
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
  height: 33px;
  margin-bottom: 3px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background: #FA628A;
  -webkit-box-shadow: 0 3px 0 0 #DB315E;
     -moz-box-shadow: 0 3px 0 0 #DB315E;
          box-shadow: 0 3px 0 0 #DB315E;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.quiz_footer_result .result_footer_grid .button_share {
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
  height: 33px;
  margin-top: -8px;
  margin-bottom: 3px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background: #3A3A3A;
  -webkit-box-shadow: 0 3px 0 0 #101010;
     -moz-box-shadow: 0 3px 0 0 #101010;
          box-shadow: 0 3px 0 0 #101010;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.quiz_footer_result .result_footer_grid .button_share_icon {
  width: 14px;
  height: 14px;
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.quiz_footer_result .correct_count_label {
  color: #231E1C;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 1.05px;
  margin-right: 4px;
}

.quiz_footer_result .correct_count_value {
  color: #F61878;
  font-size: 36px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 1.05px;
}

.quiz_footer_result .correct_count_total {
  color: #231E1C;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 1.05px;
  margin-left: 2px;
}

.quiz_footer_result .result_title_image {
  display: block;
  margin: -8px auto 9px auto;
}

.quiz_footer_result .result_title_image img {
  height: 29px;
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
}

/*# sourceMappingURL=style.css.map */
