body {
  text-align: center;
}

.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;
}

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

.sec02,
.sec04,
.sec05 {
  position: relative;
}

.sec02 {
  background: #fff;
  padding: 70px 0 10px;
}

.sec03 {
  background: #6ECEDA;
  padding: 180px 0 390px;
}

.sec04 {
  background: #E5C1C5;
  border-radius: 100px 0 0 100px;
  z-index: 1;
}

.sec05 {
  padding: 325px 0 260px;
  background: #F2EEE5;
  margin-top: -222px;
}

.sec06 {
  background: #EADB80;
  padding: 40px 0 70px;
}

.ttl_lv3 {
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}

/* ------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;
}

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

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

.navi {
  position: absolute;
  z-index: 10;
  opacity: 0;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid #000;
  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: 30px;
}

.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 #000;
  border-right: 0;
  top: 50%;
  right: 0;
  margin-top: -7px;
  transition: .3s;
}

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

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

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

.sec02 .ttl_lv2 {
  position: relative;
  width: 500px;
  margin: auto;
}

.sec02 .ttl_lv2::after,
.sec02 .ttl_lv2::before {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
}

.sec02 .ttl_lv2::after {
  width: 202px;
  height: 280px;
  background: url("/special_contents/img/top/bg_img01.svg")no-repeat;
  background-size: cover;
  right: -315px;
  top: 20px;
}

.sec02 .ttl_lv2::before {
  width: 242px;
  height: 445px;
  background: url("/special_contents/img/top/img_pic01.png")no-repeat;
  background-size: cover;
  left: -242px;
  top: 140px;
}

.sec02 .copy {
  margin-top: 40px;
  line-height: 1.7;
}

.sec02 .circle,
.sec02 .circle2,
.sec02 .circle3 {
  height: 200px;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  position: absolute;
  width: 120%;
  left: -10%;
}

.sec02 .circle {
  background: #fff;
  bottom: -100px;
}

.sec02 .circle2 {
  background: #6ECEDA;
  bottom: -90px;
}

.sec02 .circle3 {
  background: #fff;
  bottom: -88px;
}

/* ------sec03------ */
.sec03 .section_inner {
  max-width: 100%;
}

.sec03 .bg_box {
  position: relative;
}

.sec03 .bg_box::before,
.sec03 .bg_box::after {
  display: block;
  position: absolute;
  content: "";
  width: 144px;
  height: 524px;
  background: url("/special_contents/img/top/bg_slider01.png")no-repeat;
  background-size: cover;
  top: -37px;
}

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

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

@media (max-width: 1920px) {
  .sec03 .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 {
  background-color: #fff;
  width: 14px;
  height: 14px;
  opacity: 1;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background-color: #00606C;
}

.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-next::after,
.swiper-button-prev::after {
  background: url("/special_contents/img/top/icon_slider01.png")no-repeat center /cover;
}

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

.swiper-button-next::after {
  transform: rotate(180deg) translateY(60%);
  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------ */

.sec04 {
  margin-left: calc(100vw - 80%);
  margin-top: -224px;
  position: relative;
}

.sec04::before {
  display: block;
  position: absolute;
  content: "";
  width: 183px;
  height: 190px;
  left: -68px;
  top: -118px;
  background: url("/special_contents/img/top/bg_img02.svg")no-repeat center /cover;
}

.sec04 .sec04_inner {
  text-align: left;
  padding: 60px 80px;
  position: relative;
  max-width: 1200px;
}

.sec04 .ttl_lv3 {
  margin-bottom: 40px;
}

.sec04 .sec04_inner .cast_name {
  font-size: 30px;
}

.sec04 .sec04_inner .cast_detail {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.sec04 .img_cast {
  position: absolute;
  right: 100px;
  top: -117px;
}

.sec04 .square {
  border-radius: 90px 0 0 90px;
  position: absolute;
  top: 10px;
  right: 0;
  width: 99%;
  height: 95%;
  z-index: -1;
  border: 1px solid #fff;
  border-right: none;
}

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

.sec05 .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 #000;
  background: #00B2CA;
  color: #FFF;
  transition: .3s;
  padding: 14px 15px 14px 40px;

}

.radio_btn .radit_btn_txt {
  margin-top: -5px;
  margin-right: 15px;
}

.radio_btn:hover a {
  background: #ED5B42;
}

.sec05 .circle_box {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}

.sec05 .circle,
.sec05 .circle2,
.sec05 .circle3 {
  position: relative;
  height: 200px;
}

.sec05 .circle::after,
.sec05 .circle2::after,
.sec05 .circle3::after {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 120%;
  height: 53%;
}

.sec05 .circle::after {
  background: #EADB80;
}

.sec05 .circle2 {
  margin-top: -198px;
}

.sec05 .circle2::after {
  background: #F2EEE5;
}

.sec05 .circle3 {
  margin-top: -190px;
}

.sec05 .circle3::after {
  background: #EADB80;
}


/* ------sec06------ */
.sec06 .ttl_lv3 {
  position: relative;
  margin: 0 auto 70px;
  width: 510px;
}

.sec06 .ttl_lv3::after,
.sec06 .ttl_lv3::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
}

.sec06 .ttl_lv3::after {
  width: 252px;
  height: 468px;
  background: url("/special_contents/img/top/img_pic02.png")no-repeat;
  background-size: cover;
  left: -370px;
  top: -239px;
}

.sec06 .ttl_lv3::before {
  width: 332px;
  height: 454px;
  background: url("/special_contents/img/top/img_pic03.png")no-repeat;
  background-size: cover;
  right: -380px;
  top: -328px;
}

.sec06 .tmeic_bnrlist {
  max-width: 1020px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  z-index: 2;
}

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

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

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

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

.sec06 .tmeic_bnrlist .item p {
  margin-top: 10px;
  font-size: 14px;

}

.sec06 .tmeic_bnrlist .item .newpage {
  padding-right: 16px;
  background: url(/special_contents/img/top/icon_blank.png) no-repeat right center;
  background-size: 12px;
}
@media (max-width: 1500px) {
  .sec04 .img_cast{
    right: 60px;
  }
}
@media (max-width: 1400px) {
  .sec02 .ttl_lv2::after {
    right: -245px;
  }

  .modal_content .modal_img {
    width: 60vw;
    height: auto;
  }
  .sec04 {
    margin-left: calc(100vw - 93%);
}
  .sec04 .img_cast {
    width: 400px;
    right: 40px;
  }

  .sec04 .img_cast img {
    width: 100%;
    height: auto;
    ;
  }

  .sec06 .ttl_lv3::before {

    right: -220px;
  }

  .sec06 .ttl_lv3::after {

    left: -220px;
  }

  .sec06 .tmeic_bnrlist {
    padding: 0 10px;
  }
}
@media (max-width: 1000px) {
  .sec02 .ttl_lv2::after {
    right: -115px;
    top: 120px;
    width: 162px;
    height: 232px;
  }

  .sec02 .ttl_lv2::before {
    width: 212px;
    height: 390px;
    left: -140px;
    top: 140px;
  }

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

  .sec03 .bg_box::before,
  .sec03 .bg_box::after {
    width: 139px;
    height: 504px;
    top: -77px;
  }

  .sec04::before {
    left: -38px;
  }

  .sec04 .img_cast {
    width: 350px;
    right: 20px;
  }

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

  .sec06 .ttl_lv3::before {
    right: -110px;
    top: -298px;
    width: 292px;
    height: 400px;
  }

  .sec06 .ttl_lv3::after {
    width: 212px;
    height: 394px;
    top: -250px;
    left: -110px;
  }

  .sec06 .tmeic_bnrlist {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
    max-width: 600px;
  }

}

@media (max-width: 768px) {
  .ttl_lv1{
    padding: 0 ; 
  }
  .ttl_lv3 {
    margin-bottom: 50px;
  }

  .sec06 .ttl_lv3 {
    margin: 0 auto 50px;
  }

  /* ------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 {
    padding: 40px 0 10px;
  }

  .sec02 .ttl_lv2 {
    width: 100%;
    max-width: 500px;
  }

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

  .sec02 .ttl_lv2::after {
    right: -65px;
    top: 290px;

  }

  .sec02 .ttl_lv2::before {
    width: 200px;
    height: 369px;
    background-size: cover;
    left: -40px;
    top: 180px;
  }

  .sec02 .copy {
    text-align: left;
    width: fit-content;
    margin: 25px auto 0;
    padding-left: 50px;
  }

  .sec02 .circle,
  .sec02 .circle2,
  .sec02 .circle3 {
    height: 150px;
  }

  .sec02 .circle {
    bottom: -100px;
  }

  .sec02 .circle2 {
    bottom: -90px;
  }

  .sec02 .circle3 {
    bottom: -89px;
  }

  /* ------sec03------ */
  .sec03 {
    padding: 130px 0 350px;
  }

  .sec03 .section_inner {
    padding: 0;
  }

  .swiper-text {
    margin-top: 20px;
    font-size: 20px;
  }

  .sec03 .bg_box::before,
  .sec03 .bg_box::after {
    width: 75px;
    height: 272px;
    top: -12px;
  }

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

  .swiper,
  .swiper-img,
  .swiper .swiper-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-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;
  }

  /* ------sec04------ */
  .sec04 {
    margin-left: 0;
    margin-top: -100px;
  }

  .sec04 .img_cast {
    left: 0;
    right: 0;
    margin: auto;
    width: 355px;
    top: -200px;
  }

  .sec04::before {
    left: 10px;
    top: -20px;
    width: 110px;
    height: 115px;
    z-index: 1;
  }

  .sec04 .sec04_inner {
    text-align: center;
    padding: 160px 20px 36px;
  }

  .sec04 .square {
    right: -10px;
    width: 100%;
    height: 96%;
  }

  .sec04 .ttl_lv3 {
    margin-bottom: 30px;
  }

  .sec04 .sec04_inner .cast_name {
    font-size: 24px;

  }

  .sec04 .sec04_inner .cast_detail {
    font-size: 14px;
  }

  /* ------sec05------ */

  .sec05 {
    padding: 170px 0 240px;
    margin-top: -100px;
  }

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

  .sec05 .circle,
  .sec05 .circle2,
  .sec05 .circle3 {
    height: 150px;
  }

  .sec05 .circle3 {
    margin-top: -140px;
  }

  .sec05 .circle2 {
    margin-top: -149px;
  }

  .sec06 {
    padding: 0 0 50px;
  }

  .sec06 .ttl_lv3::before {
    right: -60px;
    top: -228px;
    width: 232px;
    height: 317px;
    background-size: cover;
  }

  .sec06 .ttl_lv3::after {
    width: 192px;
    height: 357px;
    background-size: cover;
    top: -188px;
    left: -70px;
  }
}

@media (max-width: 670px) {

  .sec05 .ttl_lv3,
  .sec06 .ttl_lv3 {
    height: 174px;
  }

  .sec06 .ttl_lv3 {
    width: auto;
  }

  .sec05 .ttl_lv3 img,
  .sec06 .ttl_lv3 img {
    height: 100%;
    width: auto;

  }

  .sec06 .ttl_lv3::before {
    right: -30px;
  }

  .sec06 .ttl_lv3::after {
    left: -30px;
  }
}

@media (max-width: 500px) {
  .ttl_lv3 img {
    width: auto;
    height: 100%;
  }

  .ttl_lv3 {
    height: 58px;
  }

  .sec05 .ttl_lv3,
  .sec06 .ttl_lv3 {
    height: 118px;
  }

  .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 .ttl_lv2::before {
    width: 138px;
    height: 254px;
    background: url("/special_contents/img/top/img_pic01_sp.png") no-repeat;
    background-size: cover;
    left: -8px;
    top: 150px;
  }

  .sec02 .ttl_lv2::after {
    right: 0;
    top: 290px;
    width: 102px;
    height: 145px;
  }

  .sec02 .copy {
    font-size: 14px;
    margin: 20px auto 0;
    padding-left: 100px;
  }

  .sec02 .circle {
    bottom: -80px;
  }

  .sec02 .circle2 {
    bottom: -70px;
  }

  .sec02 .circle3 {
    bottom: -69px;
  }

  /* ------sec03------ */
  .sec03 {
    padding: 110px 0 350px;
  }

  .swiper,
  .swiper-img,
  .swiper .swiper-slide {
    max-width: 320px;
  }

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

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

  .sec03 .bg_box::before,
  .sec03 .bg_box::after {
    background: url("/special_contents/img/top/bg_slider01_sp.png") no-repeat;
    background-size: cover;
    width: 25px;
    height: 172px;
    top: 4px;
  }

  /* ------sec04------ */
  .sec04 .sec04_inner {
    padding: 170px 20px 36px 30px;
  }

  .sec04::before {
    left: 10px;
    top: 90px;
  }

  /* ------sec05------ */
  .radio_btn a{

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

  .radio_btn .radit_btn_img {
    width: 35px;
    height: auto;

  }
    /* ------sec06------ */
    .sec06{
      margin-top: -30px;
    }
    .sec06 .tmeic_bnrlist{
      grid-template-columns: repeat(1, 1fr);
      gap: 30px;
      max-width: 240px;
    }
    .sec06 .ttl_lv3::after {
      width: 153px;
      height: 290px;
      background: url("/special_contents/img/top/img_pic02_sp.png") no-repeat;
      background-size: cover;
      left: -12px;
      top: -176px;
  }
    .sec06 .ttl_lv3::before {
      width: 162px;
      height: 250px;
      background: url("/special_contents/img/top/img_pic03_sp.png") no-repeat;
      background-size: cover;
      right: -6px;
      top: -160px;
  }
}