@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- base
- character_comment
- four_choices_area
-------------------------*/
/*=======================================
　base
=======================================*/
body:has(.quiz) {
  background: url("../img/quiz/true-false/cloud_bg.svg") no-repeat center 64.5714285714vw, -webkit-gradient(linear, left top, left bottom, from(#1cc3fb), color-stop(6.29%, #7ee2fd), color-stop(21.72%, #d8fffe), color-stop(42.75%, #d8fffe), to(#7ee2fd));
  background: url("../img/quiz/true-false/cloud_bg.svg") no-repeat center 64.5714285714vw, linear-gradient(#1cc3fb 0%, #7ee2fd 6.29%, #d8fffe 21.72%, #d8fffe 42.75%, #7ee2fd 100%);
}
@media screen and (max-width: 768px) {
  body:has(.quiz) {
    background: url("../img/quiz/true-false/cloud_bg.svg") no-repeat center top, -webkit-gradient(linear, left top, left bottom, from(#1cc3fb), color-stop(6.29%, #7ee2fd), color-stop(21.72%, #d8fffe), color-stop(67.79%, #d8fffe), to(#7ee2fd));
    background: url("../img/quiz/true-false/cloud_bg.svg") no-repeat center top, linear-gradient(#1cc3fb 0%, #7ee2fd 6.29%, #d8fffe 21.72%, #d8fffe 67.79%, #7ee2fd 100%);
  }
}

.character_comment_intro {
  margin-bottom: 6.8571428571vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5vw;
}
@media screen and (max-width: 768px) {
  .character_comment_intro {
    margin-bottom: 13.3333333333vw;
    row-gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .character_comment_intro .character_comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 5.3333333333vw;
  }
}
.character_comment_intro .character_comment img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .character_comment_intro .character_comment img {
    position: static;
    width: 26.6666666667vw !important;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 768px) {
  .character_comment_intro .character_comment .comment_wrapper {
    padding-top: 0 !important;
  }
}
.character_comment_intro .character_comment:nth-child(1) img {
  width: 9.7142857143vw;
  left: -13vw;
}
.character_comment_intro .character_comment:nth-child(1) .comment_wrapper {
  padding-top: 1.8571428571vw;
}
.character_comment_intro .character_comment:nth-child(2) img {
  width: 11.4285714286vw;
  right: -14.1428571429vw;
}
.character_comment_intro .character_comment:nth-child(2) .comment_wrapper {
  padding-top: 2.6428571429vw;
}

main > .link_area {
  margin-top: 8.5714285714vw;
}
@media screen and (max-width: 768px) {
  main > .link_area {
    margin-top: 16vw;
  }
}

/* ===========
character_comment
============= */
main > .character_comment img {
  height: auto;
}
main > .character_comment:nth-child(1 of .character_comment) {
  margin-bottom: 12.8571428571vw;
}
@media screen and (max-width: 768px) {
  main > .character_comment:nth-child(1 of .character_comment) {
    margin-bottom: 16vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
main > .character_comment:nth-child(1 of .character_comment) img {
  width: 12.6428571429vw;
  -webkit-transform: scale(-1, 1) translateY(-50%);
      -ms-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
  right: -16vw;
}
@media screen and (max-width: 768px) {
  main > .character_comment:nth-child(1 of .character_comment) img {
    width: 26.6666666667vw;
    position: static;
    -webkit-transform: scale(-1, 1) translateY(0);
        -ms-transform: scale(-1, 1) translateY(0);
            transform: scale(-1, 1) translateY(0);
  }
}
main > .character_comment:nth-child(1 of .character_comment) .comment_wrapper {
  padding-top: 0vw;
}
@media screen and (max-width: 768px) {
  main > .character_comment:nth-child(1 of .character_comment) .comment_wrapper .comment_txt::before {
    right: -5.3333333333vw;
    top: 60%;
    bottom: auto;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    scale: none;
  }
}
main > .character_comment:nth-child(2 of .character_comment) {
  margin-bottom: 12.8571428571vw;
}
@media screen and (max-width: 768px) {
  main > .character_comment:nth-child(2 of .character_comment) {
    margin-bottom: 48vw;
  }
}
main > .character_comment:nth-child(2 of .character_comment) img {
  width: 9.7142857143vw;
  left: -12.9285714286vw;
}
@media screen and (max-width: 768px) {
  main > .character_comment:nth-child(2 of .character_comment) img {
    width: 29.3333333333vw;
    left: 50%;
    bottom: -32vw;
  }
}
main > .character_comment:nth-child(2 of .character_comment) .comment_wrapper {
  padding-top: 1.9285714286vw;
}
@media screen and (max-width: 768px) {
  main > .character_comment:nth-child(2 of .character_comment) .comment_wrapper {
    padding-top: 0;
  }
}
main > .character_comment:nth-child(3 of .character_comment) {
  margin-bottom: 12.8571428571vw;
}
@media screen and (max-width: 768px) {
  main > .character_comment:nth-child(3 of .character_comment) {
    margin-bottom: 53.3333333333vw;
  }
}
main > .character_comment:nth-child(3 of .character_comment) img {
  width: 11.2857142857vw;
  left: -13.5714285714vw;
}
@media screen and (max-width: 768px) {
  main > .character_comment:nth-child(3 of .character_comment) img {
    width: 32vw;
    left: 50%;
    bottom: -26.6666666667vw;
  }
}
main > .character_comment:nth-child(3 of .character_comment) .comment_wrapper {
  padding-top: 1.9285714286vw;
}
@media screen and (max-width: 768px) {
  main > .character_comment:nth-child(3 of .character_comment) .comment_wrapper {
    padding-top: 0;
  }
}
main > .character_comment:nth-child(3 of .character_comment) .comment_wrapper .comment_txt {
  background: #0493DD;
  color: #fff;
  text-align: left;
}
main > .character_comment:nth-child(3 of .character_comment) .comment_wrapper .comment_txt::before {
  background: #0493DD;
}

/* ===========
four_choices_area
============= */
.four_choices_area {
  width: 88.5714285714vw;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/quiz/4choices/bg02.png") repeat-y;
  background-size: calc(100% + 0.0714285714vw) auto !important;
  position: relative;
  padding: 16.1428571429vw 11.4285714286vw 13vw;
}
@media screen and (max-width: 768px) {
  .four_choices_area {
    width: 93.3333333333vw;
    padding: 20vw 12vw 22.1333333333vw;
    background: url("../img/quiz/4choices/bg02_sp.png") repeat-y;
  }
}
.four_choices_area::before, .four_choices_area::after {
  content: "";
  width: 100%;
  height: 10vw;
  display: inline-block;
  background-size: 100% auto !important;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .four_choices_area::before, .four_choices_area::after {
    height: 17.3333333333vw;
  }
}
.four_choices_area::before {
  background: url("../img/quiz/4choices/bg01.png") no-repeat center/100%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .four_choices_area::before {
    background: url("../img/quiz/4choices/bg01_sp.png") no-repeat center/100%;
  }
}
.four_choices_area::after {
  background: url("../img/quiz/4choices/bg03.png") no-repeat center/100%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .four_choices_area::after {
    background: url("../img/quiz/4choices/bg03_sp.png") no-repeat center/100%;
  }
}
.four_choices_area > img {
  position: absolute;
  z-index: 1;
}
.four_choices_area > img:nth-of-type(1) {
  width: 11.7142857143vw;
  top: 11.5714285714vw;
  left: 8.7857142857vw;
}
@media screen and (max-width: 768px) {
  .four_choices_area > img:nth-of-type(1) {
    width: 12.8vw;
    top: 16.2666666667vw;
    left: 12.2666666667vw;
  }
}
.four_choices_area > img:nth-of-type(2) {
  width: 6.2857142857vw;
  top: 11.0714285714vw;
  right: 9.5vw;
}
@media screen and (max-width: 768px) {
  .four_choices_area > img:nth-of-type(2) {
    width: 9.0666666667vw;
    top: 15.2vw;
    right: 12.2666666667vw;
  }
}
.four_choices_area > img:nth-of-type(3) {
  width: 7.2857142857vw;
  right: 7.7142857143vw;
  bottom: 10vw;
}
@media screen and (max-width: 768px) {
  .four_choices_area > img:nth-of-type(3) {
    width: 13.3333333333vw;
    right: auto;
    left: 12vw;
    bottom: 13.3333333333vw;
  }
}
.four_choices_area {
  /* 結果画面 */
}
.four_choices_area:has(.quiz_result.is-show) {
  padding: 10vw 0 10.9285714286vw;
}
@media screen and (max-width: 768px) {
  .four_choices_area:has(.quiz_result.is-show) {
    padding: 13.8666666667vw 7.7333333333vw 18.6666666667vw;
  }
}
.four_choices_area:has(.quiz_result.is-show) > img {
  display: none;
}

/* 問題番号 */
.quiz_num {
  font-family: var(--jost);
  font-weight: 700;
  font-size: 2.8571428571vw;
  letter-spacing: 0.05em;
  color: #fff;
  width: 7.5vw;
  height: 7.5vw;
  background: #ff5353;
  -webkit-filter: drop-shadow(0.2142857143vw 0.2142857143vw 0px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0.2142857143vw 0.2142857143vw 0px rgba(0, 0, 0, 0.16));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 4.3571428571vw;
  border-radius: 50vw;
}
@media screen and (max-width: 768px) {
  .quiz_num {
    width: 16vw;
    height: 16vw;
    -webkit-filter: drop-shadow(0.8vw 0.8vw 0px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0.8vw 0.8vw 0px rgba(0, 0, 0, 0.16));
    font-size: 6.1333333333vw;
    top: -2.9333333333vw;
  }
}

/* 質問 */
.quiz_question {
  font-family: var(--murecho);
  font-weight: 700;
  font-size: 2.8571428571vw;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: center;
  color: #fff;
  padding-bottom: 2.9285714286vw;
  margin-bottom: 5.8571428571vw;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 0.7142857143vw 0.2857142857vw;
  background-image: radial-gradient(circle, #fff 0.1428571429vw, transparent 0.1428571429vw);
}
@media screen and (max-width: 768px) {
  .quiz_question {
    background-image: radial-gradient(circle, #fff 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 1.6vw 0.5333333333vw;
    padding-bottom: 4vw;
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

/* 選択肢 */
.quiz_choices .quiz_choices_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 2.1428571429vw 2.8571428571vw;
}
@media screen and (max-width: 768px) {
  .quiz_choices .quiz_choices_wrap {
    gap: 4vw 5.3333333333vw;
  }
}
.quiz_choices .choice {
  position: relative;
  width: 31.4285714286vw;
  height: 9.5714285714vw;
  background: url("../img/quiz/4choices/btn_bg.jpg") no-repeat;
  background-size: 100% auto !important;
  -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.16));
  will-change: filter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .quiz_choices .choice {
    width: 100%;
    height: 16vw;
    background: url("../img/quiz/4choices/btn_bg_sp.jpg") no-repeat;
    background-size: 100% 100% !important;
  }
}
.quiz_choices .choice .choice_text {
  width: 100%;
  padding: 0 0.7142857143vw;
  font-family: var(--murecho);
  font-weight: 700;
  font-size: 2vw;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  color: #183251;
  translate: 0 2px;
}
@media screen and (max-width: 768px) {
  .quiz_choices .choice .choice_text {
    font-size: 3.4666666667vw;
  }
}
.quiz_choices .choice .quiz_overlay {
  display: none;
  position: absolute;
  width: 9.8571428571vw;
  height: 9.8571428571vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .quiz_choices .choice .quiz_overlay {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}
.quiz_choices .choice.is-correct .quiz_overlay {
  display: block;
  background-image: url("../img/quiz/4choices/icon_correct.svg");
}
.quiz_choices .choice.is-wrong .quiz_overlay {
  display: block;
  background-image: url("../img/quiz/4choices/icon_incorrect.svg");
}

/* 答え */
.quiz_explanation {
  display: none;
  margin-top: 7.9285714286vw;
}
@media screen and (max-width: 768px) {
  .quiz_explanation {
    margin-top: 8vw;
  }
}
.quiz_explanation.is-show {
  display: block;
}
@media screen and (max-width: 768px) {
  .quiz_explanation.is-show {
    -webkit-animation: fadeIn 0.6s ease-out forwards;
            animation: fadeIn 0.6s ease-out forwards;
  }
}
.quiz_explanation .quiz_explanation_box {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(3.0714285714vw, transparent), color-stop(3.0714285714vw, #fff), to(#fff));
  background: linear-gradient(180deg, transparent 0%, transparent 3.0714285714vw, #fff 3.0714285714vw, #fff 100%);
  padding: 7.1428571429vw 5.1428571429vw 4.1428571429vw;
  position: relative;
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  .quiz_explanation .quiz_explanation_box {
    padding: 10.6666666667vw 4vw 5.3333333333vw;
    margin-bottom: 8vw;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(4vw, transparent), color-stop(4vw, #fff), to(#fff));
    background: linear-gradient(180deg, transparent 0%, transparent 4vw, #fff 4vw, #fff 100%);
  }
}
.quiz_explanation .quiz_explanation_box::before, .quiz_explanation .quiz_explanation_box::after {
  content: "";
  width: 100%;
  height: 3.3571428571vw;
  display: inline-block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .quiz_explanation .quiz_explanation_box::before, .quiz_explanation .quiz_explanation_box::after {
    height: 5.3333333333vw;
  }
}
@supports (-webkit-hyphens: none) {
  .quiz_explanation .quiz_explanation_box::before, .quiz_explanation .quiz_explanation_box::after {
    background-size: 100% 100%;
  }
}
.quiz_explanation .quiz_explanation_box::before {
  background-image: url("../img/quiz/4choices/poster_bg01.svg");
  background-position: center;
  top: 0;
}
@supports (-webkit-hyphens: none) {
  .quiz_explanation .quiz_explanation_box::before {
    background-position: left top;
  }
}
.quiz_explanation .quiz_explanation_box::after {
  background-image: url("../img/quiz/4choices/poster_bg02.svg");
  background-position: left bottom;
  bottom: 0;
}
.quiz_explanation .quiz_explanation_box .quiz_explanation_ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1.5vw;
  width: 20.7142857143vw;
  height: 5vw;
  background: #ff5353;
  border-radius: 0.7142857143vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .quiz_explanation .quiz_explanation_box .quiz_explanation_ttl {
    width: 32vw;
    height: 9.3333333333vw;
    top: -2.1333333333vw;
  }
}
.quiz_explanation .quiz_explanation_box .quiz_explanation_ttl p {
  color: #fff;
  font-family: var(--murecho);
  font-weight: 500;
  font-size: 2.2857142857vw;
  letter-spacing: 0.03em;
  line-height: 1.5625;
  padding-top: 0.7142857143vw;
}
@media screen and (max-width: 768px) {
  .quiz_explanation .quiz_explanation_box .quiz_explanation_ttl p {
    font-size: 4.2666666667vw;
    padding-top: 1.3333333333vw;
  }
}
.quiz_explanation .quiz_explanation_box .quiz_explanation_ttl p .ruby .rt {
  top: -0.8em;
}
.quiz_explanation .quiz_explanation_box .explanation_content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8571428571vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2.8571428571vw;
  padding-bottom: 2.9285714286vw;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 0.7142857143vw 0.2857142857vw;
  background-image: radial-gradient(circle, #FF5353 0.1428571429vw, transparent 0.1428571429vw);
}
@media screen and (max-width: 768px) {
  .quiz_explanation .quiz_explanation_box .explanation_content_flex {
    background-image: radial-gradient(circle, #FF5353 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 1.6vw 0.5333333333vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5.3333333333vw;
  }
}
.quiz_explanation .quiz_explanation_box .explanation_content_flex .explanation_img {
  width: 20vw;
  height: auto;
  border-radius: 0.7142857143vw;
}
@media screen and (max-width: 768px) {
  .quiz_explanation .quiz_explanation_box .explanation_content_flex .explanation_img {
    width: 100%;
  }
}
.quiz_explanation .quiz_explanation_box .explanation_content_flex .txt_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.quiz_explanation .quiz_explanation_box .explanation_content_flex .txt_area .quiz_explanation_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 0.7857142857vw;
     -moz-column-gap: 0.7857142857vw;
          column-gap: 0.7857142857vw;
  margin-bottom: 2.8571428571vw;
}
@media screen and (max-width: 768px) {
  .quiz_explanation .quiz_explanation_box .explanation_content_flex .txt_area .quiz_explanation_answer {
    margin-bottom: 4vw;
    -webkit-column-gap: 1.3333333333vw;
       -moz-column-gap: 1.3333333333vw;
            column-gap: 1.3333333333vw;
  }
}
.quiz_explanation .quiz_explanation_box .explanation_content_flex .txt_area .quiz_explanation_answer p {
  font-family: var(--murecho);
  font-weight: 700;
  font-size: 1.8571428571vw;
  letter-spacing: 0.03em;
  line-height: 1.7;
  color: #183251;
}
@media screen and (max-width: 768px) {
  .quiz_explanation .quiz_explanation_box .explanation_content_flex .txt_area .quiz_explanation_answer p {
    font-size: 4vw;
    letter-spacing: -0.03em;
  }
}
.quiz_explanation .quiz_explanation_box .explanation_content_flex .txt_area .quiz_explanation_answer img {
  width: 2.8571428571vw;
}
@media screen and (max-width: 768px) {
  .quiz_explanation .quiz_explanation_box .explanation_content_flex .txt_area .quiz_explanation_answer img {
    width: 5.3333333333vw;
    -webkit-transform: translateY(1.3333333333vw);
        -ms-transform: translateY(1.3333333333vw);
            transform: translateY(1.3333333333vw);
  }
}
.quiz_explanation .quiz_explanation_box .explanation_content_flex .txt_area .explanation_txt {
  font-family: var(--murecho);
  font-weight: 500;
  font-size: 1.4285714286vw;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #183251;
}
@media screen and (max-width: 768px) {
  .quiz_explanation .quiz_explanation_box .explanation_content_flex .txt_area .explanation_txt {
    font-size: 3.7333333333vw;
  }
}
.quiz_explanation .quiz_explanation_box .character_comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.7857142857vw;
     -moz-column-gap: 1.7857142857vw;
          column-gap: 1.7857142857vw;
}
@media screen and (max-width: 768px) {
  .quiz_explanation .quiz_explanation_box .character_comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.quiz_explanation .quiz_explanation_box .character_comment img {
  width: 10.7142857143vw;
  height: auto;
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media screen and (max-width: 768px) {
  .quiz_explanation .quiz_explanation_box .character_comment img {
    width: 26.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .quiz_explanation .quiz_explanation_box .character_comment .comment_wrapper {
    padding-top: 0;
  }
}
.quiz_explanation .quiz_explanation_box .character_comment .comment_wrapper .comment_txt {
  background: #B5ECFF;
  text-align: left;
}
.quiz_explanation .quiz_explanation_box .character_comment .comment_wrapper .comment_txt::before {
  background: #B5ECFF;
}
.quiz_explanation .link_area {
  margin-bottom: 0;
}

/* もう一度初めから */
.quiz_again {
  display: none;
  margin-top: 3.5714285714vw;
  margin-bottom: 5.7142857143vw;
}
@media screen and (max-width: 768px) {
  .quiz_again {
    margin-top: 8vw;
    margin-bottom: 13.3333333333vw;
  }
}
.quiz_again.is-show {
  display: block;
}
.quiz_again .control_btn_area .control_btn_wrapper {
  width: 16.4285714286vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .quiz_again .control_btn_area .control_btn_wrapper {
    width: 58.6666666667vw;
    height: 10.6666666667vw;
  }
}
.quiz_again .control_btn_area .control_btn_wrapper .control_btn {
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .quiz_again .control_btn_area .control_btn_wrapper .control_btn {
    font-size: 4.2666666667vw;
  }
}

/* 結果 */
.quiz_result {
  display: none;
}
.quiz_result.is-show {
  display: block;
}
.quiz_result .result_bg {
  display: block;
  width: 75vw;
  margin: 0 auto 3.4285714286vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .quiz_result .result_bg {
    width: 71.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
.quiz_result .result_bg img {
  width: 100%;
  height: auto;
}
.quiz_result .result_score_img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 36.5vw;
  width: auto;
  height: 12.8571428571vw;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .quiz_result .result_score_img {
    top: 53.6vw;
    height: 16vw;
  }
}
.quiz_result .character_comment {
  margin-top: 3.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3.2857142857vw;
     -moz-column-gap: 3.2857142857vw;
          column-gap: 3.2857142857vw;
}
@media screen and (max-width: 768px) {
  .quiz_result .character_comment {
    margin-top: 6.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1.3333333333vw;
  }
}
.quiz_result .character_comment img {
  width: 16.6428571429vw;
  position: static;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  height: auto;
}
@media screen and (max-width: 768px) {
  .quiz_result .character_comment img {
    width: 26.6666666667vw;
  }
}
.quiz_result .character_comment .comment_wrapper {
  padding-top: 0;
  max-width: 38.3571428571vw;
}
@media screen and (max-width: 768px) {
  .quiz_result .character_comment .comment_wrapper {
    max-width: 62.6666666667vw;
  }
}
.quiz_result .character_comment .comment_wrapper .comment_txt {
  padding-bottom: 1.6428571429vw;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .quiz_result .character_comment .comment_wrapper .comment_txt {
    text-align: center;
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .quiz_result .character_comment .comment_wrapper .comment_txt::before {
    left: calc(50% - 21.3333333333vw);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=4choices.css.map */