body {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', 'UD Shin Go Light', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.modaal-close {
  position: absolute;
  top: 470px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 8040;
  background-image: url(/special_contents/img/top/btn_close.png);
  background-size: cover;
}

.ttl_lv1 {
  padding: 0 10px;
}

.sec01 {
  max-width: 1920px;
  margin: auto;
}

sub {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: 0.1em;
}

.sec01 .ttl_lv1 img {
  width: 100%;
  height: auto;
}

.section,
.sec03 .section_inner {
  position: relative;
}

.section,
.sec04 .section_inner {
  overflow: hidden;
}

.sec07 .section_inner {
  max-width: 1400px;
}

.sec02,
.sec08 {
  background: #F1F1F1;
}

.sec03,
.sec07 {
  background: #546591;
}

.sec04 {
  background: #CFDBEC;
}

.sec05 {
  background: #343956;
}

.sec06 {
  background: #F5EFE5;
}

.sec02 {
  margin-top: 10px;
  padding: 67px 0 0;
}

.sec03 {
  padding: 100px 0 60px;
}

.sec04,
.sec06,
.sec08 {
  padding: 100px 0 100px;
}

.sec07 {
  padding: 20px;
}

.ttl_lv3 {
  font-size: 50px;
  font-weight: 600;
  position: relative;
  color: #343956;
  padding-bottom: 10px;
  width: fit-content;
  margin: 0 auto 70px;
}

.ttl_lv3::after {
  position: absolute;
  display: block;
  content: "";
  width: 200px;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #343956;
}

.sec05 .ttl_lv3,
.sec07 .ttl_lv3 {
  color: #fff;
}

.sec05 .ttl_lv3::after,
.sec07 .ttl_lv3::after {
  background: #fff;
}

.sec08 .ttl_lv3::after {
  background: #ff0000;
}

.under768,
.under500,
.is-tb {
  display: none;
}


/* ------nav------ */
#header {
  position: relative;
}

.nav_btn {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 9999;
}

.opennavi {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 20;
}

.opennavi span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  height: 2px;
  background-color: #000;
  width: 100%;
  left: 0;
}

.opennavi span:nth-of-type(1) {
  top: 2px;
}

.opennavi span:nth-of-type(2) {
  top: 14px;
}

.opennavi span:nth-of-type(3) {
  bottom: 2px;
}

.opennavi.active span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 14px;
  background-color: #fff;
}

.opennavi.active span:nth-of-type(2) {
  opacity: 0;
}

.opennavi.active span:nth-of-type(3) {
  transform: rotate(45deg);
  bottom: 14px;
  background-color: #fff;

}

.navi {
  position: absolute;
  z-index: 10;
  opacity: 0;
  top: 10px;
  right: 10px;
  background: #546591;
  transition: all 0.3s;
}

.navi .nav_inner {
  padding: 80px 40px;
}

.navi.navi_open {
  opacity: 1;
  z-index: 999;
}

.header_nav_list li:nth-of-type(n+2) {
  margin-left: 0;
  margin-top: 30px;
}

.header_nav_list li a {
  display: block;
  font-size: 18px;
  text-align: left;
  transition: 0.3s;
  position: relative;
  padding-right: 25px;
  color: #fff;
}

.header_nav_list li .triangle {
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  top: 50%;
  right: 0;
  margin-top: -7px;
  transition: .3s;
}

.header_nav_list li:hover a {
  color: #FACB31;
}

.header_nav_list li:hover .triangle {
  border-left: 10px solid #FACB31;
}

/* ------sec02------ */
.sec02 .section_inner {
  position: relative;
  z-index: 1;
}

.sec02 .ttl_lv2 {
  margin: 0 auto 10px;
  max-width: 800px;
}

.sec02 .ttl_lv2 img {
  width: 100%;
  height: auto;
}

.sec02_box {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.sec02 .text_tmeic {
  padding: 60px 38px 50px 144px;
  position: relative;
  text-align: left;
  font-weight: 700;
  line-height: 32px;
  z-index: 1;
}

.sec02 .text_tmeic::after {
  position: absolute;
  content: "";
  display: block;
  width: 748px;
  height: 528px;
  background: url("/special_contents/img/oboeteru/bg_ttl01.png")no-repeat center /cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec02 .text_tmeic .copy+.copy {
  margin-top: 30px;
}

.sec02 .img_tmeic {
  z-index: 3;
  margin-right: -140px;
}

/* ------sec03------ */
.sec03 .ttl_lv3_v2 {
  padding: 0 110px;
  margin: 0 auto 70px;
  position: relative;
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  color: #FFF;
}

.sec03 .ttl_lv3_v2 .bg_yellow {
  background: #FACB31;
  padding: 6px 14px;
  margin: 0 5px;
  color: #546591;
  border-radius: 50px;
}

.sec03 .ttl_lv3_v2::after,
.sec03 .ttl_lv3_v2::before {
  display: block;
  content: "";
  position: absolute;
  width: 85px;
  height: 84.5px;
  bottom: -20px;
}

.sec03 .ttl_lv3_v2::before {
  background: url("/special_contents/img/oboeteru/icon_ttl01.svg")no-repeat center /cover;
  left: 0;
}

.sec03 .ttl_lv3_v2::after {
  background: url("/special_contents/img/oboeteru/icon_ttl02.svg")no-repeat center /cover;
  right: 0;
}

.quiz_img_box {
  position: absolute;
  bottom: -60px;
  right: 0;
  height: 445px;
  width: 430px;
  transform-style: preserve-3d;
  transition: transform .7s;
  margin-inline: auto;
  z-index: 2;
}

/* 画像のスタイル */
.quiz_img_box img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}

/* 2枚目の画像は最初裏返し */
.quiz_img_box .quiz_img_rotate {
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*　クリックして2枚とも回転 */
.quiz_img_box.rotate {
  transform: rotateY(180deg);
}

.quiz_img_box.rotate .quiz_img_rotate_base {
  display: none;
}

.sec03 .quiz_slide {
  margin: auto;
  width: 1000px;
  height: 525px;
  border-radius: 20px;
  background: #fff;
  position: relative;
}

.sec03 .quiz_slide .number {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
  height: 80px;
}

.sec03 .quiz_slide .number::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 80.5px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #606060;
  transform: rotate(45deg);

}

.sec03 .quiz_slide .number .current {
  color: #546591;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
}

.sec03 .quiz_slide .number .current .sub {
  font-size: 20px;
}

.sec03 .quiz_slide .number .all_number {
  color: #606060;
  font-weight: 400;
  text-align: right;
}

.sec03 .quiz_slide .question {
  color: #4E5475;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  padding: 50px 0;
}

.sec03 .quiz_slide .question p {
  background-image: radial-gradient(#f7d369 15%, transparent 20%);
  background-size: 20px 20px;
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 16px;
  display: inline;
  font-style: oblique;
}

.sec03 .quiz_slide .answer,
.sec03 .quiz_slide .answer .answer_item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sec03 .quiz_slide .answer {
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  max-width: 700px;
  margin: auto;
}

.sec03 .quiz_slide .answer .answer_item {
  gap: 30px;
}

.sec03 .quiz_slide .answer_num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #343956;
  background: #343956;
  color: #fff;
  font-size: 40px;
  transition: .3s;
}

.sec03 .quiz_slide .answer .answer_item:hover .answer_num {
  background: #FACB31;
  color: #343956;
  border: 2px solid #FACB31;
}

.sec03 .quiz_slide .answer_num span {
  border: 2px solid #fff;
  width: 56px;
  display: inline-block;
  border-radius: 50px;
  display: flex;
        align-items: center;
        justify-content: center;
}

.sec03 .quiz_slide .answer .answer_text {
  border-radius: 40px;
  border: 1px solid #343956;
  background: #F5F5F7;
  width: 587px;
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: .3s;
}

.sec03 .quiz_slide .answer .answer_item:hover .answer_text {
  border: 1px solid #FACB31;
  background: rgba(250, 203, 49, 0.10);
}

.sec03 .quiz_slide .answer .answer_text p {
  padding-left: 40px;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}
.quiz_after_textbox{
      height: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* quizフェードイン制御 */
.quiz_before,
.quiz_after {
  display: none;
}

.quiz_before.is-active {
  display: block;
}

.quiz_after {
  padding: 30px 0 0;
}

.quiz_after .answer_item {
  max-width: 700px;
  margin: 40px auto 0;
  border-radius: 20px;
  border: 1px solid #FACB31;
  background: rgba(250, 203, 49, 0.10);
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 30px;
}

.quiz_after .answer_item .answer_ttl {
  font-weight: 700;
}

.quiz_after .txt_small {
  font-size: 12px;
  margin-top: 10px;
}

.quiz_after .quiz_btn {
  margin: 30px auto 0;
  width: fit-content;
}

.quiz_after .newpage {
  display: block;
  text-align: center;
  opacity: 1;
  pointer-events: auto;
  border-radius: 50px;
  border: 1px solid #343956;
  color: #fff;
  font-size: 26px;
  transition: .3s;
  padding: 13px 70px 13px 40px;
  background: url(/special_contents/img/oboeteru/icon_blank_white.svg) no-repeat right 40px center #343956;
  background-size: 20px;
  font-weight: 700;

}

.quiz_after .quiz_btn:hover .newpage {
  background: url(/special_contents/img/oboeteru/icon_blank_white.svg) no-repeat right 40px center #546591;
  background-size: 20px;
}

.quiz_hint {
  height: 230px;
  margin: 50px auto 0;
  position: relative;
  z-index: 3;
  /* margin-right: 100px; */
}

.quiz_hint .quiz_hint_title {
  border-radius: 50px;
  background: #FACB31;
  color: #343956;
  font-size: 32px;
  font-weight: 700;
  width: 188px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz_hint .quiz_hint_title.quiz_hint_title02 {
  background: #CFDBEC;
}

.quiz_hint .quiz_hint_all,
.quiz_hint_01,
.quiz_hint_02 {
  width: fit-content;
  margin: auto;
  position: relative;
  z-index: 1;
  margin: auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;

}

.quiz_hint .quiz_hint_all {
  width: 651px;
  height: 233px;
}

.quiz_hint_01,
.quiz_hint_02 {
  width: 524px;
  height: 208px;
}

.quiz_hint .quiz_hint_all::after,
.quiz_hint .quiz_hint_01::after,
.quiz_hint .quiz_hint_02::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
}

.quiz_hint .quiz_hint_all::after {
  width: 651px;
  height: 233px;
  background: url(/special_contents/img/oboeteru/bg_quiz01.svg) no-repeat center;
  left: 20px;
}

.quiz_hint .quiz_hint_01::after {
  width: 524px;
  height: 208px;
  background: url(/special_contents/img/oboeteru/bg_quiz02.svg) no-repeat center;
}

.quiz_hint .quiz_hint_02::after {
  width: 524px;
  height: 208px;
  background: url(/special_contents/img/oboeteru/bg_quiz03.svg) no-repeat center;
}

.quiz_hint_text,
.quiz_hata_text {
  display: none;
}

.quiz_hint_text.select,
.quiz_hata_text.select {
  display: block;
}

/* --------swiper_area */
/* swiper2専用 幅指定 */
.sec03 .swiper2 {
  width: 1000px;
  max-width: 100vw;
  margin: 0 auto;
}

.swiper-button-next2::after,
.swiper-button-prev2::after {
  background: url("/special_contents/img/oboeteru/icon_slider02.svg")no-repeat center /cover;
}

.swiper-pagination2 .swiper-pagination-bullet {
  background-color: #CFDBEC;

}

.swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: #FACB31;
}

.swiper-button-next2::after,
.swiper-button-prev2::after {
  top: 100%;
}

/* ------sec04------ */

.sec04 .bg_box {
  position: relative;
}

.sec04 .bg_box::before {
  left: 0;
}

.sec04 .bg_box::after {
  right: 0;
  transform: rotate(180deg);
}

@media (max-width: 1920px) {
  .sec04 .section_inner {
    max-width: 1920px;
  }


}


/* --------swiper_area */
.swiper {
  overflow: visible;
  max-width: 800px;
}




.swiper-img img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}

.swiper-img {
  margin: auto;
  width: 800px;
  overflow: hidden;
  align-content: center;
  border-radius: 20px;
  border: 1px solid #000;
}

.swiper-slide img:hover,
.previous_area .trigger2 img:hover {
  transform: scale(1.05, 1.05);
  transition: 0.3s;
}

.swiper .swiper-slide {
  width: 800px;
  margin: auto;
  transition: transform 0.6s;
  transform: scale(0.9);
  opacity: 1;
  transition: .3s;
}

.swiper .swiper-slide.swiper-slide-next,
.swiper .swiper-slide.swiper-slide-prev {
  opacity: 0;
}

.swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.swiper-text {
  opacity: 0;
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
  transition: 0.3s;
}

.swiper-slide-active .swiper-text {
  opacity: 1;
}

.swiper-pagination {
  position: relative;
  margin-top: 30px;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  border-radius: 50%;
}

.swiper-pagination1 .swiper-pagination-bullet {
  background-color: #fff;

}

.swiper-pagination1 .swiper-pagination-bullet-active {
  background-color: #343956;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(n+2) {
  margin-left: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0%;
  transform: translateY(-60%);
}

.swiper-button-next {
  right: 10px;
  z-index: 2;
}

.swiper-button-next1::after,
.swiper-button-prev1::after {
  background: url("/special_contents/img/oboeteru/icon_slider01.svg")no-repeat center /cover;
}

.swiper-button-prev::after {
  transform: rotate(180deg) translateY(60%);
  left: -95px;
}

.swiper-button-next::after {
  right: -95px;
}

.swiper-button-prev {
  left: 10px;
  z-index: 2;
}


.swiper-slide .modal__trigger,
.trigger2 {
  cursor: pointer;
}

.previous_area ul .modal__trigger:nth-of-type(n+2) {
  margin-left: 30px;
}

.modal {
  display: none;
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal_img {
  cursor: pointer;
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto;
  height: 50vh;
  margin-top: -70px;
}

.modal_content img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.modal_content .modal_img {
  width: auto;
  height: 70vh;
  object-fit: contain;
}

.modal_close {
  transition: 0.3s;
}

.modal_close:hover {
  opacity: 0.7;
}

.modal_close_box {
  width: 80px;
  height: 80px;
  margin: 20px auto 0;
}

.sec04 .bnr_top {
  width: 400px;
  margin: 70px auto 0;
}

.sec04 .bnr_top a {
  display: block;
}

.sec04 .bnr_top div {
  border-radius: 10px;
  border: 1px solid #000;
  overflow: hidden;
}

.sec04 .bnr_top div img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}

.sec04 .bnr_top:hover img {
  transform: scale(1.1, 1.1);
}

.sec04 .bnr_top p {
  margin-top: 20px;
  color: #343956;
}

.newpage {
  padding-right: 16px;
  background: url(/special_contents/img/oboeteru/icon_blank.png) no-repeat right center;
  background-size: 12px;
}

/* ------sec05------ */
.sec05 .section_inner {
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  justify-content: center;
}

.sec05::before,
.sec05::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.sec05::before {
  width: 1440px;
  height: 383px;
  background: url("/special_contents/img/oboeteru/bg_img01.png") no-repeat;
  background-size: cover;
  left: 0;
}

.sec05::after {
  width: 1011px;
  height: 388px;
  background: url("/special_contents/img/oboeteru/bg_img02.png") no-repeat;
  background-size: cover;
  right: 0;
}

.sec05 .ttl_lv3 {
  margin: 0;
}

.sec05 .sec05_inner {
  text-align: left;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sec05 .sec05_inner .cast_name {
  font-size: 30px;
}

.sec05 .sec05_inner .cast_detail {
  font-size: 16px;
  line-height: 28px;
}

.sec05 .img_cast {
  width: 43%;
  height: 420px;
  background: url("/special_contents/img/oboeteru/img_cast01.jpg")no-repeat center left / cover;
}


/* ------sec06------ */
.sec06 .radio_bnr a {
  transition: .3s;
  display: block;
}

.sec06 .radio_bnr:hover a {
  opacity: .7;
}

.radio_btn {
  margin: 30px auto 0;
  width: fit-content;
}

.radio_btn a {
  text-align: center;
  display: block;
  border-radius: 50px;
  border: 1px solid #343956;
  background: #FACB31;
  color: #343956;
  font-size: 30px;
  transition: .3s;
  padding: 13px 60px 13px 40px;
  font-weight: 600;

}

.radio_btn .radit_btn_img {
      position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0%, -50%);
}
.radio_btn .radit_btn_img.off{
  opacity: 0;
  transition: .3s;
}
.radio_btn:hover a {
  background: #ED5B42;
  color: #fff;
    border: 1px solid #fff;

}

/* ------sec07------ */
.sec07 .sec07_inner {
  border: 2px solid #FACB31;
}

.sec07 .section_inner {
  padding: 80px 0;
  position: relative;
}

.sec07 .saiyou_img {
  position: absolute;
  bottom: -23px;
  right: -23px;
}

.sec07 .saiyou_bnr a {
  opacity: 1;
  overflow: hidden;
  display: block;
  position: relative;
  cursor: pointer;
  max-width: 700px;
  width: 100%;
  margin: auto;
  font-weight: 600;
}

.sec07 .saiyou_bnr a::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}

.sec07 .saiyou_bnr a:hover::before {
  animation: kiran 0.8s linear;
}

@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }

  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }

  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }

  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}



/* ------sec08------ */
.sec08 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.sec08::before,
.sec08::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.sec08::before {
  width: 1768px;
  height: 722px;
  background: url("/special_contents/img/oboeteru/bg_img03.png") no-repeat;
  background-size: cover;
  left: 0;
}

.sec08::after {
  width: 812px;
  height: 332px;
  background: url("/special_contents/img/oboeteru/bg_img04.png") no-repeat;
  background-size: cover;
  right: 0;
}

.sec08 .tmeic_bnrlist {
  margin: auto;
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 2;
  justify-content: center;
}

.sec08 .tmeic_bnrlist .item {
  width: 300px;
}

.sec08 .tmeic_bnrlist .item a {
  display: block;
}

.sec08 .tmeic_bnrlist .item div {
  border-radius: 10px;
  border: 1px solid #000;
  overflow: hidden;
}

.sec08 .tmeic_bnrlist .item img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}

.sec08 .tmeic_bnrlist .item:hover img {
  transform: scale(1.1, 1.1);
}

.sec08 .tmeic_bnrlist .item p {
  margin-top: 10px;
  font-size: 14px;
  color: #343956;
}

.newpage {
  padding-right: 16px;
  background: url(/special_contents/img/oboeteru/icon_blank.png) no-repeat right center;
  background-size: 12px;
}

@media (max-width: 1600px) {
  .sec05 .section_inner {
    justify-content: flex-start;
  }
}

@media (max-width: 1400px) {
  .sec07 .saiyou_bnr a {
    max-width: 500px;
  }

  .sec07 .saiyou_bnr a img {
    width: 100%;
    height: auto;
  }

  .modal_content .modal_img {
    width: 60vw;
    height: auto;
  }

  .sec08 .tmeic_bnrlist {
    padding: 0 10px;
  }

  .quiz_img_box {
    height: 362px;
    width: 350px;
  }
}

@media (max-width: 1200px) {
  .sec02 .img_tmeic {
    width: 38%;
  }

  .sec02 .img_tmeic img {
    width: 100%;
    height: auto;
  }

  .sec03 .ttl_lv3_v2 {
    padding: 0 50px;
  }

  .sec03 .ttl_lv3_v2::after,
  .sec03 .ttl_lv3_v2::before {
    width: 65px;
    height: 64.5px;
    bottom: -10px;
  }

  .sec03 .swiper2,
  .sec03 .quiz_slide {
    width: 800px;
  }

  .sec07 .saiyou_bnr {
    margin-right: 14%;
  }

  .sec07 .saiyou_img {
    width: 30%;
  }

  .sec07 .saiyou_img img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1000px) {

  body,
  .sec03 .quiz_slide .number .current .sub {
    font-size: 18px;
  }

  .sec03 .ttl_lv3_v2 {
    font-size: 40px;
  }

  .swiper-text,
  .sec03 .quiz_slide .question {
    font-size: 28px;
  }

  .sec03 .quiz_slide.quiz_slide2 .question {
    font-size: 24px;
  }

  .swiper,
  .swiper-img,
  .swiper .swiper-slide,
  .sec03 .swiper2,
  .sec03 .quiz_slide {
    max-width: 600px;
    width: 100%;
  }

  .sec02_box {
    align-items: end;
  }

  .sec02 .text_tmeic {
    padding: 40px 8px 50px 154px;
  }

  .sec03 .quiz_slide .number {
    top: 10px;
    left: 10px;
    width: 74px;
    height: 74px;
  }

  .sec03 .quiz_slide .answer_num {
    width: 50px;
    height: 50px;
    font-size: 33px;
  }

  .sec03 .quiz_slide .answer_num span {
    width: 46px;
  }

  .sec03 .quiz_slide .answer .answer_text {
    width: 400px;
  }

  .sec03 .quiz_slide .question {
    margin-left: 60px;
    padding: 40px 0;
  }

  .sec03 .quiz_slide .number .current {
    font-size: 30px;
  }

  .quiz_hint {
    margin-right: 200px;
  }

  .quiz_after {
    padding: 30px 10px 0;
  }

  .quiz_after .answer_item {
    margin: 20px 20px 20px 90px;
    font-size: 24px;
  }

  .quiz_slide3 .quiz_after .answer_item {
    font-size: 20px;
  }

  .quiz_after .newpage {
    background-size: 18px;
    font-size: 22px;
  }


  .sec05 .section_inner {
    flex-direction: column;
  }

  .sec05 .img_cast {
    width: 100%;
    height: 560px;
  }

  .sec05 .img_cast {
    background: url("/special_contents/img/oboeteru/img_cast01.jpg")no-repeat left bottom / cover;
  }

  .sec05 .sec05_inner {
    width: 90%;
    padding-bottom: 50px;
  }

  .sec06 .radio_bnr a img {
    width: 98%;
    height: auto;
  }

  .sec08 .tmeic_bnrlist {
    flex-wrap: wrap;
  }

}

@media (max-width: 768px) {
  .over768 {
    display: none;
  }

  .under768 {
    display: block;
  }

  body,
  .sec03 .quiz_slide .number .current .sub {
    font-size: 16px;
  }

  .ttl_lv1 {
    padding: 0;
  }

  .ttl_lv3 {
    font-size: 40px;
    margin-bottom: 50px;
  }

  .ttl_lv3::after {
    width: 150px;
    height: 2px;
  }

  /* ------nav------ */

  .nav_btn {
    top: 18px;
    right: 10px;
  }

  .opennavi {
    height: 19px;
  }

  .opennavi span {
    height: 1px;
  }

  .opennavi span:nth-of-type(1) {
    top: 1px;
  }

  .opennavi span:nth-of-type(2) {
    top: 9px;
  }

  .opennavi span:nth-of-type(3) {
    bottom: 1px;
  }

  .opennavi.active span:nth-of-type(1) {
    top: 10px;
  }

  .opennavi.active span:nth-of-type(3) {
    bottom: 8px;
  }

  /* ------sec02------ */
  .sec02 .section_inner {
    padding: 0;
  }

  .sec02_box {
    align-items: unset;
    flex-direction: column-reverse;
  }

  .sec02 .img_tmeic {
    width: 300px;
    margin-top: -90px;
  }

  .sec02 .text_tmeic {
    padding: 0;
  }

  .sec02 .text_tmeic {
    display: flex;
    height: 520px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }

  .sec02 .text_tmeic .copy {
    text-align: center;
    font-size: 18px;
  }

  .sec02 .text_tmeic::after {
    width: 853px;
    height: 586px;
    background: url(/special_contents/img/oboeteru/bg_ttl01_tb.png) no-repeat center / cover;
    left: 50%;
    transform: translateX(-50%);
  }

  /* ------sec04------ */

  .sec03 {
    padding: 100px 0 0;
  }

  .quiz_hint {
    height: 200px;
    margin: 30px auto 0;

  }

  .quiz_hint .quiz_hint_all,
  .quiz_hint_01,
  .quiz_hint_02 {
    width: auto;
  }

  .quiz_hint .quiz_hint_all::after,
  .quiz_hint .quiz_hint_01::after,
  .quiz_hint .quiz_hint_02::after {
    left: unset;

  }

  .quiz_hint .quiz_hint_all::after {
    width: 566px;
    height: 259px;
    background: url(/special_contents/img/oboeteru/bg_quiz01_tb.png) no-repeat center center;
    background-size: cover;
  }

  .quiz_hint .quiz_hint_01::after,
  .quiz_hint .quiz_hint_02::after {
    width: 473px;
    height: 216px;
    top: 10px;
  }

  .quiz_hint .quiz_hint_01::after {
    background: url(/special_contents/img/oboeteru/bg_quiz02_tb.png) no-repeat center;
    background-size: cover;
  }

  .quiz_hint .quiz_hint_02::after {
    background: url(/special_contents/img/oboeteru/bg_quiz03_tb.png) no-repeat center;
    background-size: cover;
  }

  .quiz_img_box {
    position: relative;
    margin: -40px 0 0 auto;
    z-index: 4;
    bottom: 0;
    right: -50px;
    width: 300px;
    height: 310px;
  }

  .sec03 .quiz_slide .number {

    width: 50px;
    height: 50px;
  }

  .sec03 .quiz_slide .number .current {
    font-size: 24px;
  }

  .sec03 .quiz_slide .number .all_number {

    font-size: 12px;
  }

  .sec03 .quiz_slide .number::after {
    height: 58.5px;

  }

  .sec03 .quiz_slide .question {
    margin-left: 20px;
    padding: 30px 10px 30px 0;
    line-height: 44px;
  }

  .sec03 .quiz_slide .answer .answer_item {
    gap: 10px;
  }

  .sec03 .quiz_slide .answer_num {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }

  .sec03 .quiz_slide .answer_num span {
    width: 36px;
  }

  .sec03 .quiz_slide .answer .answer_text {
    width: 320px;
    height: 70px;
  }

  .sec03 .quiz_slide .answer .answer_text p {
    padding-left: 20px;
    font-weight: 500;
    font-size: 16px;
  }

  .sec03 .quiz_slide {
    height: 500px;
  }
.quiz_after_textbox{
    height: 350px;
}
  .quiz_after .answer_item {
    gap: 5px;
    margin: 10px 10px 0px 60px;
    font-size: 20px;
    height: 100px;
    padding: 0 10px;
  }

  .quiz_after .answer_item {
    text-align: left;
  }

  .sec03 .quiz_slide .answer_num {
    text-align: center;
  }

  .quiz_after .newpage {
    font-size: 16px;
    padding: 13px 50px 13px 30px;
    background: url(/special_contents/img/oboeteru/icon_blank_white.svg) no-repeat right 20px center #343956;
    background-size: 16px;
  }

  .quiz_after .quiz_btn:hover .newpage {
    background: url(/special_contents/img/oboeteru/icon_blank_white.svg) no-repeat right 20px center #546591;
    background-size: 16px;
  }
  .quiz_slide3 .quiz_after .answer_item,
  .quiz_slide4 .quiz_after .answer_item{
    flex-wrap: wrap;
        justify-content: flex-start;
  }
  .quiz_slide3 .quiz_after .answer_item .answer_ttl,
  .quiz_slide4 .quiz_after .answer_item .answer_ttl{
    width: 100%;
        margin-bottom: -8px;
        padding-left: 5px;
  }
  /* ------sec04------ */
  .swiper-text {
    margin-top: 20px;
  }

  .swiper-text,
  .sec03 .quiz_slide .question,
  .sec03 .quiz_slide.quiz_slide2 .question {
    font-size: 20px;
  }

  /* --------swiper_area */

  .swiper,
  .swiper-img,
  .swiper .swiper-slide,
  .sec03 .swiper2,
  .sec03 .quiz_slide {
    max-width: 450px;
  }

  .swiper-button-next::after {
    right: -65px;

  }

  .swiper-button-prev::after {
    left: -65px;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    width: 40px;
    height: 40px;
  }
  .swiper-button-next1::after, .swiper-button-prev1::after{
      background: url(/special_contents/img/oboeteru/icon_slider01_sp.svg) no-repeat center / cover;
}
.swiper-button-next2::after, .swiper-button-prev2::after{
      background: url(/special_contents/img/oboeteru/icon_slider02_sp.svg) no-repeat center / cover;
}

  .swiper-button-next,
  .swiper-button-prev {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .swiper-pagination {
    margin-top: 20px;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(n+2) {
    margin-left: 10px;
  }

  .modal_content .modal_img {
    width: 80vw;
    height: auto;
  }

  .modaal-close,
  .modal_close_box {
    width: 40px;
    height: 40px;
  }

  /* ------sec05------ */
  .sec05 .section_inner {
    padding: 0;
  }

  .sec05 .sec05_inner {
    width: 100%;
    margin-left: 40px;
    gap: 20px
  }

  .sec05 .sec05_inner .cast_name {
    font-size: 24px;
  }

  /* ------sec06------ */

  .sec06 .radio_bnr {
    max-width: 500px;
    margin: auto;
  }

  /* ------sec07------ */

  .sec07 .saiyou_bnr {
    margin-right: auto;
    margin-bottom: 7%;
    padding: 0 20px;
  }

  .sec07 .saiyou_img {
    width: 190px;
  }
}

@media only screen and (min-width: 501px) and (max-width: 768px) {
.is-tb{
  display: block;
}
}
@media (max-width: 500px) {
  .over500 {
    display: none;
  }

  .under500 {
    display: block;
  }

  .ttl_lv3,
  .sec03 .ttl_lv3_v2 {
    font-size: 30px;
  }
  .sec04 .ttl_lv3::after{
    left: -14px;
  }
  .sec03 .ttl_lv3_v2 {
    padding: 0 45px;
  }

  .modaal-close,
  .modal_close_box {
    width: 30px;
    height: 30px;
  }

  .modaal-close {
    top: 200px;
  }

  .modal_content {
    top: 68%;
  }



  /* ------nav------ */
  .navi {
    width: 100%;
    height: 100vh;
    border: none;
    top: 0;
    left: 0;
  }

  .navi .nav_inner {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* ------sec02------ */

  .sec02 .section_inner {
    padding: 0;
  }

  .sec02 .ttl_lv2 {
    margin-bottom: 0;
  }

  .sec02_box {
    align-items: unset;
    flex-direction: column-reverse;
  }

  .sec02 .img_tmeic {
    width: 220px;
    margin-top: -70px;
  }

  .sec02 .text_tmeic {
    height: 420px;
  }

  .sec02 .text_tmeic::after {
width: 447px;
        height: 440px;
    background: url(/special_contents/img/oboeteru/bg_ttl01_sp.png) no-repeat center / cover;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
  }

  .sec02 .text_tmeic .copy {
    font-size: 14px;
    line-height: 1.4;
  }

  .sec02 .text_tmeic .copy+.copy {
    margin-top: 20px;
  }

  /* ------sec03------ */

  .sec03 .quiz_slide .question,
  .sec03 .quiz_slide.quiz_slide2 .question {
font-size: 16px;
        line-height: 30px;
        padding: 10px 10px 0;
      letter-spacing: -.5px;
        margin-left: 40px; 
        height: 120px;
       }
  .sec03 .quiz_slide .question.line1{
        padding-top: 30px;
    height: 100px;
  }
  .sec03 .quiz_slide .number {
    width: 40px;
    height: 40px;
  }

  .sec03 .quiz_slide .number .current .sub {
    font-size: 14px;
  }

  .sec03 .quiz_slide .number .all_number {
    font-size: 10px;
  }

  .sec03 .quiz_slide .number .current {
    font-size: 18px;
  }
.sec03 .quiz_slide .question p{
      background-image: radial-gradient(#f7d369 20%, transparent 25%);
    background-size: 10px 10px;
    padding-bottom: 10px;
}
  .sec03 .quiz_slide .number::after {
        height: 40.5px;
        left: 2px;
        top: 0px;
  }

  .sec03 .quiz_slide .answer .answer_text {
    font-size: 14px;
    width: 260px;
    height: 50px;
    font-size: 14px;
  }

  .sec03 .quiz_slide .answer .answer_item {
    gap: 5px;
  }

  .sec03 .quiz_slide .answer .answer_text p {
    padding-left: 10px;
    font-size: 14px;
  }

  .sec03 .quiz_slide .answer_num {
    width: 26px;
    height: 26px;
    font-size: 17px;
  }

  .sec03 .quiz_slide .answer_num span {
        width: 24px;
        border: 1px solid #fff;
  }

  .quiz_after {
    padding: 10px 10px 0;
  }
.quiz_slide3 .quiz_after .answer_item,
  .quiz_after .answer_item {
    margin:0px 0 0 50px;
    font-size: 14px;
    height: 60px;
        border-radius: 10px;
  }

.quiz_after .quiz_btn{
  margin: 20px auto 0;
}
.quiz_after .newpage{
  padding: 8px 40px 8px 20px;
}
  .quiz_hint {
    margin: 0 auto;
  }

  .quiz_hint,
  .quiz_hint .quiz_hint_all,
  .quiz_hint_01,
  .quiz_hint_02 {
        height: 124px;
  }

  .quiz_hint .quiz_hint_all,
  .quiz_hint_01,
  .quiz_hint_02 {
    gap: 10px;
    font-size: 12px;
  }

  .quiz_hint .quiz_hint_title {
        font-size: 14px;
        width: 116px;
        height: 30px;
  }
  .quiz_hint .quiz_hint_all::after{
    width: 345px;
        height: 153px;
        top: 0;
  }
  .quiz_hint .quiz_hint_01::after,
  .quiz_hint .quiz_hint_02::after {
        width: 305px;
        height: 141px;
    top: 0;
  }

  .quiz_hint .quiz_hint_all::after {
    background: url(/special_contents/img/oboeteru/bg_quiz01_sp.png) no-repeat center center;
    background-size: cover;
  }

  .quiz_hint .quiz_hint_01::after {
    background: url(/special_contents/img/oboeteru/bg_quiz02_sp.png) no-repeat center;
    background-size: cover;
  }

  .quiz_hint .quiz_hint_02::after {
    background: url(/special_contents/img/oboeteru/bg_quiz03_sp.png) no-repeat center;
    background-size: cover;
  }

  .quiz_img_box {
        right: -20px;
        width: 230px;
        height: 238px;
        margin: -40px 0 0 auto;
  }

  /* ------sec04------ */

  .swiper,
  .swiper-img,
  .swiper .swiper-slide,
  .sec03 .swiper2,
  .sec03 .quiz_slide {
    max-width: 320px;
  }
.sec03 .quiz_slide{
  height: 400px;
}

.after_text{
  font-size: 14px;
}
    .quiz_after_textbox {
        height: 326px;
    }
  .swiper-button-next::after {
    right: -32px;
  }

  .swiper-button-prev::after {
    left: -32px;
  }

  .sec04 .bnr_top {
    max-width: 300px;
    margin: 50px auto 0;
  }

  /* ------sec05------ */
  .sec05 .img_cast {
    width: 100%;
    height: 280px;
  }



  /* ------sec06------ */
  .radio_btn a {
    padding: 10px 45px 10px 40px;
    font-size: 20px;
  }

  .radio_btn .radit_btn_txt {
    width: 168px;
    height: auto;
    margin-top: -2px;
  }

  .radio_btn .radit_btn_img {
    width: 25px;
    height: auto;
  }

  /* ------sec07------ */
.sec07 .saiyou_bnr{
  margin-bottom: 18%;
}
  .sec07 .saiyou_img {
    width: 200px;
  }

  /* ------sec08------ */

  .sec08 .tmeic_bnrlist {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    max-width: 240px;
  }
}