@charset "UTF-8";
/**** 共通カラー ****/
body {
  background: #111111;
  position: relative;
  z-index: -1;
  height: 100vh;
}

.main-bg {
  background: url("../img/main_bg.webp");
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 8vh;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  main {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  main {
    padding-top: 9vh;
  }
}
main .fixed_area {
  width: 44.5%;
  margin-right: auto;
  position: fixed;
  max-width: 534px;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  main .fixed_area {
    width: 56%;
    left: 15px;
  }
}
main .fixed_area .schedure_banner {
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  main .fixed_area .schedure_banner {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  main .fixed_area .schedure_banner {
    display: none;
  }
}
main .fixed_area .content_wrapper {
  position: relative;
  background: url("../img/frame.webp") no-repeat;
  padding: 12% 14%;
  background-size: 100% 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main .fixed_area .content_wrapper {
    display: none;
  }
}
main .fixed_area .content_wrapper .schedure_wrap {
  margin: auto;
}
main .fixed_area .date_wrap {
  font-family: "Orbitron-Bold";
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  margin-bottom: 2px;
  border-bottom: solid 1px #00bdd3;
}
main .fixed_area .text_year {
  font-size: clamp(2.2rem, 2.2vw, 2.6rem);
}
main .fixed_area .text_date {
  font-size: clamp(3.4rem, 4.4vw, 4.6rem);
}
main .fixed_area .text_date.day19 {
  display: inline-block;
}
main .fixed_area .text_day-of-week {
  display: inline-block;
  font-size: 1.2rem;
  text-indent: 0.2em;
  writing-mode: vertical-rl;
  vertical-align: top;
}
main .fixed_area .text_day-of-week:last-of-type {
  font-size: 0.9rem;
}
main .fixed_area .address_wrap {
  font-family: "NotoSansJP-Bold";
  line-height: 1.5;
}
main .fixed_area .address_wrap .place {
  margin-bottom: 0.1%;
  font-size: clamp(1.4rem, 2vw, 2.4rem);
}
main .fixed_area .address_wrap .place span {
  font-size: clamp(1.2rem, 1.2vw, 1.8rem);
  margin-left: 6%;
}
main .fixed_area .address_wrap .address {
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
}
main .fixed_area .address_wrap .tel_num {
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
}
main .fixed_area .ticket_wrap {
  margin-top: 8px;
  width: 100%;
  line-height: 1.5;
}
main .fixed_area .ticket_wrap h3 {
  color: #151730;
  background: #00bdd3;
  font-size: clamp(1rem, 1vw, 1.1rem);
  width: 100%;
  text-align: center;
  padding: 2px 0;
}
main .fixed_area .ticket_wrap .price_wrap {
  display: flex;
  flex-direction: column;
  font-family: "NotoSansJP-Bold";
  background: rgba(21, 23, 48, 0.5);
  border: solid 1px #00bdd3;
}
main .fixed_area .ticket_wrap .price_wrap .day {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
main .fixed_area .ticket_wrap .price_wrap .day .week {
  font-size: clamp(0.9rem, 0.8vw, 1rem);
}
main .fixed_area .ticket_wrap .price_wrap .event-day {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  width: 55%;
  padding: 5px 10px;
}
main .fixed_area .ticket_wrap .price_wrap .normal-day {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  width: 55%;
  padding: 5px 10px;
}
main .fixed_area .ticket_wrap .price_wrap .plan {
  font-size: clamp(0.9rem, 0.8vw, 1rem);
}
main .fixed_area .ticket_wrap .price_wrap h4 span {
  display: block;
  font-size: clamp(0.9rem, 0.8vw, 1rem);
  padding-top: 2px;
  text-indent: -0.4em;
}
main .fixed_area .ticket_wrap .price_wrap .price {
  font-size: clamp(2.4rem, 2.4vw, 2.9rem);
  width: 45%;
  padding: 5px 7px;
  border-left: solid 1px #00bdd3;
}
main .fixed_area .ticket_wrap .price_wrap .price .yen {
  font-size: clamp(1.4rem, 1.3vw, 1.5rem);
}
main .fixed_area .ticket_wrap .price_wrap .price .tax {
  display: inline-block;
  text-indent: -0.4em;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}
main .fixed_area .ticket_wrap .price_wrap .price .kinitsu {
  display: inline-block;
  font-size: clamp(2rem, 2.917vw, 2.2rem);
  vertical-align: 0.05em;
  text-indent: 0.2em;
}
main .fixed_area .ticket_wrap .price_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #00bdd3;
}
main .fixed_area .ticket_wrap .price_box:last-child {
  border: none;
}
main .part_list {
  display: flex;
  max-width: 350px;
  align-items: center;
  justify-content: space-between;
  margin-left: 10px;
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  main .part_list {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  main .part_list {
    display: none;
  }
}
main .part_list .number_list {
  width: 47.5%;
}
main .part_list .number_list a {
  display: block;
  padding: 6px 10px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
}
main .part_list .number_list a.first {
  border: solid 1px #d6a455;
}
main .part_list .number_list a.first > span {
  background-color: #d6a455;
}
main .part_list .number_list a.second {
  border: solid 1px #151730;
}
main .part_list .number_list a.second > span {
  background-color: #151730;
}
main .part_list .number_list a:hover {
  box-shadow: 0px 0px 8px #00bdd3;
  transition: 0.3s;
}
main .part_list .number_list a img {
  max-width: 100%;
}
main .part_list .number_list a span {
  position: absolute;
  right: -1px;
  bottom: -7px;
  padding: 2px 15px;
  border-radius: 7px;
  color: #ffffff;
  font-size: clamp(0.9rem, 0.8vw, 1rem);
}
main .fixed_area .fixed-slick {
  position: fixed;
  bottom: 1%;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  background: #151730;
  width: 100%;
}
main .fixed_area .fixed-slick .image_area {
  display: block;
  padding: 30px 10px 30px;
  width: 100%;
  height: auto;
  position: relative;
}
main .fixed_area .fixed-slick .image_area:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url("../img/film_deco.webp");
  background-repeat: space;
  background-size: contain;
}
main .fixed_area .fixed-slick .image_area:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url("../img/film_deco.webp");
  background-repeat: space;
  background-size: contain;
}
main .fixed_area .fixed-slick .image_area .small {
  position: absolute;
  padding: 0 15px;
  bottom: 35px;
  right: 0;
  color: #f7ebd5;
  font-size: clamp(0.6rem, 0.8vw, 0.7rem);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
main .main_container {
  margin: 0 0 0 50%;
  width: 32.5%;
  max-width: 390px;
  background: #151730;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  main .main_container {
    margin: 0 0 0 auto;
    width: 43%;
    max-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  main .main_container {
    margin: 0 auto;
    width: 93%;
    max-width: 390px;
  }
}
@media screen and (max-width: 600px) {
  main .main_container {
    margin: 0 auto;
    width: 100%;
    max-width: none;
  }
}
main h2.section_tittle {
  text-align: center;
  font-family: "NotoSansJP-Bold";
  font-size: clamp(2rem, 2.917vw, 2.4rem);
  margin: 30px 0;
  color: #ffffff;
}
main h2.section_tittle .sub {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  main h2.section_tittle .sub {
    line-height: 30px;
  }
}
main h2.section_tittle .sub::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0%;
  margin: auto;
  left: -20px;
  background: url(../img/triangle.svg) no-repeat;
  width: 15px;
  height: 13px;
  background-size: contain;
}
main h2.section_tittle .sub::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0%;
  margin: auto;
  right: -20px;
  background: url(../img/triangle.svg) no-repeat;
  width: 15px;
  height: 13px;
  background-size: contain;
  transform: rotate(-180deg);
}
main .animation_text_wrap {
  position: relative;
  background-color: #0f1a1f;
}
main .animation_text_wrap::before {
  content: "";
  position: absolute;
  background: #2bb9b1;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
}
main .animation_text_wrap::after {
  content: "";
  position: absolute;
  background: #2bb9b1;
  background-repeat: repeat-x;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
main .c-text {
  color: #ffffff;
  font-family: "Orbitron-Bold";
  overflow: hidden;
  display: flex;
  width: 100%;
  white-space: nowrap;
  position: relative;
  padding: 16px 0;
}
main .c-text .c-text__wrap {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  /* コンテンツの幅にフィット */
  animation: infinity-scroll-left 40s linear infinite;
}
main .c-text .c-text__wrap_2 {
  animation: infinity-scroll-left 70s linear infinite;
}
main .c-text .c-text__item {
  display: inline-block;
  padding: 0 10px;
}
main .info_contents {
  padding: 20px 15px 40px 15px;
  position: relative;
  background-image: url(../img/bg-grid.webp);
  background-repeat: repeat;
  background-size: 28px;
}
main .info_contents .info_wrap {
  padding: 40px 15px;
  color: #0f1a1f;
  position: relative;
  z-index: 0;
  font-family: "NotoSansJP-Bold";
  border: solid 0.5px #0f1a1f;
  position: relative;
}
main .info_contents .info_wrap .deco-top {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
main .info_contents .info_wrap .deco-top::before {
  content: "";
  position: absolute;
  background-image: url(../img/deco01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
}
main .info_contents .info_wrap .deco-top::after {
  content: "";
  position: absolute;
  background-image: url(../img/deco02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
}
main .info_contents .info_wrap .deco-bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
main .info_contents .info_wrap .deco-bottom::before {
  content: "";
  position: absolute;
  background-image: url(../img/deco03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  width: 34px;
  height: 34px;
}
main .info_contents .info_wrap .deco-bottom::after {
  content: "";
  position: absolute;
  background-image: url(../img/deco04.webp);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 34px;
}
main .info_contents dl dt {
  text-align: center;
  color: #ffffff;
  background: #0f1a1f;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  padding: 6px 0;
  margin-bottom: 5px;
  font-family: "NotoSansJP-Medium";
}
@media screen and (max-width: 768px) {
  main .info_contents dl dt {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}
main .info_contents dl dd {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  font-family: "Orbitron-Bold";
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
main .info_contents dl dd:first-of-type {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  main .info_contents dl dd {
    font-size: clamp(1.4rem, 4.8vw, 1.6rem);
  }
}
main .info_contents dl dd .font_small {
  display: inline-block;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  text-indent: 0.2em;
}
@media screen and (max-width: 768px) {
  main .info_contents dl dd .font_small {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}
main .info_contents dl dd .text_year {
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  main .info_contents dl dd .text_year {
    font-size: clamp(1.4rem, 5.1vw, 2rem);
  }
}
main .info_contents dl dd .text_date {
  font-size: clamp(2.6rem, 3.4vw, 3.8rem);
}
@media screen and (max-width: 768px) {
  main .info_contents dl dd .text_date {
    font-size: clamp(1.6rem, 6.1vw, 2.4rem);
  }
}
main .info_contents dl dd .text_day-of-week {
  display: inline-block;
  font-size: 1.2rem;
  text-indent: -0.2em;
  writing-mode: vertical-rl;
}
main .info_contents dl dd .text_day-of-week:last-of-type {
  font-size: 0.9rem;
}
main .info_contents dl dd.place {
  font-family: "NotoSansJP-Black";
  display: block;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  text-align: center;
  padding: 8px 10px;
  color: #0f1a1f;
}
main .info_contents dl dd.place::before {
  content: "";
  position: absolute;
  background: #2bb9b1;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
}
main .section_top {
  font-family: "NotoSansJP-Medium";
  line-height: 1.2;
}
main .section_top .lead_wrap {
  width: 100%;
  color: #fff;
  padding: 60px 15px 60px;
  background: url("../img/bg_img.webp") no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 0;
}
main .section_top .lead_wrap h1 {
  display: inline-block;
  font-family: "NotoSansJP-Bold";
  font-size: clamp(2.4rem, 2.4vw, 3rem);
  line-height: 1.7;
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #0f1a1f;
}
main .section_top .lead_wrap h1 .title {
  padding: 8px 14px;
}
main .section_top .lead_wrap .font_small {
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}
main .section_top .lead_wrap .sub_text {
  font-family: "NotoSansJP-Bold";
  font-size: clamp(1.8rem, 2.917vw, 2.4rem);
  background-color: #0f1a1f;
  line-height: 1.8;
  margin-bottom: 10px;
  display: table;
  padding: 0 10px;
}
main .section_top .lead_wrap .sub_text.font_small {
  padding: 0;
}
main .section_top .lead_wrap .sub_text_2 {
  font-family: "NotoSansJP-Bold";
  line-height: 1.7;
  font-size: clamp(2.6rem, 2.6vw, 3.2rem);
}
main .section_top .lead_wrap .sub_text_2 .font_small {
  padding: 0;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
}
main .section_top .lead_wrap .sub_text_2 .bg_black {
  padding: 6px 14px;
}
main .section_news {
  background: #0f1a1f;
  position: relative;
  padding-bottom: 80px;
}
main .section_news .blog_wrap {
  position: relative;
}
main .section_news ol {
  padding: 0 3.7%;
  position: relative;
}
main .section_news ol li a {
  display: block;
  padding: 18.5px 15px;
  border-top: solid 0.5px #2bb9b1;
  transition: all 0.3s;
}
main .section_news ol li a:hover {
  background: rgba(43, 185, 177, 0.1);
}
main .section_news ol li:last-of-type a {
  border-bottom: solid 0.5px #2bb9b1;
}
main .section_news ol li .date {
  display: block;
  font-size: clamp(1rem, 1vw, 1.2rem);
  margin-bottom: 9px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .section_news ol li .date {
    font-size: clamp(1rem, 3vw, 1.2rem);
  }
}
main .section_news ol li .text {
  display: block;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .section_news ol li .text {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}
main .section_news .more_btn {
  text-align: center;
}
main .section_news .more_btn a {
  display: inline-block;
  margin: 18.5px 0;
  padding: 12px 33px 12px 20px;
  border: solid 1px #ffffff;
  text-align: center;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  transition: all 0.3s;
  position: relative;
}
main .section_news .more_btn a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #2bb9b1;
  border-right: solid 2px #2bb9b1;
  top: 50%;
  right: 13px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: 0.3s;
}
main .section_news .more_btn a:hover {
  box-shadow: 0px 0px 5px #00bdd3;
  background: rgba(43, 185, 177, 0.1);
}
main .section_news .more_btn a:hover::after {
  right: 8px;
}
main .section_about .info_wrap {
  background-color: #ffffff;
}
main .section_about .info_contents {
  background: none;
  padding-bottom: 0;
}
main .section_about {
  padding: 80px 15px;
  position: relative;
  background: url(../img/about_bg.webp) no-repeat;
  background-color: #11539f;
  background-size: 100% 100%;
}
main .section_about .about_mv_image {
  border: 0.5px solid #2bb9b1;
  box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.7);
  margin-bottom: 60px;
}
main .section_about .text_area .title_sub {
  font-family: "NotoSansJP-Bold";
  color: #fff;
  text-align: center;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
}
main .section_about .text_area .title_sub:last-of-type {
  font-size: clamp(1.8rem, 2.917vw, 2.4rem);
  margin: 8px 0 12px;
}
main .section_about .text_area .description {
  line-height: 2;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  margin-bottom: 35px;
  font-family: "NotoSansJP-Bold";
}
@media screen and (max-width: 768px) {
  main .section_about .text_area .description {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}
main .section_about .greeting_wrap {
  font-family: "NotoSansJP-Bold";
  padding-top: 40px;
}
main .section_about .greeting_wrap .greeting {
  font-size: clamp(1.8rem, 2.4vw, 2rem);
  text-align: center;
  margin-bottom: 24px;
}
main .section_about .greeting_wrap .description {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: justify;
}
main .section_about .greeting_wrap .note {
  font-size: 1.4rem;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  display: table;
  margin-left: auto;
  margin-right: 0;
}
main .section_schedule {
  background-image: url(../img/bg-grid.webp);
  background-repeat: repeat;
  background-size: 28px;
}
main .section_schedule h2 {
  color: #0f1a1f;
}
main .section_schedule .schedule_wrap {
  padding: 0 15px 70px 15px;
}
main .section_schedule .accordion_wrap {
  margin-top: 37px;
}
main .section_schedule .accordion_header {
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
  border: solid 0.5px #2bb9b1;
  position: relative;
  cursor: pointer;
  background-color: #0f1a1f;
  color: #ffffff;
}
main .section_schedule .accordion_header.active {
  box-shadow: 0px 0px 8px #2bb9b1;
}
main .section_schedule .accordion_header::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #2bb9b1;
  border-right: solid 2px #2bb9b1;
  top: 45%;
  right: 6%;
  margin-top: -4px;
  transform: translateY(-25%) rotate(45deg);
  transition: 0.3s;
}
main .section_schedule .accordion_header.active::after {
  transform: rotate(225deg);
}
main .section_schedule .accordion_header .accdion_schedule_day {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  width: 36%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Orbitron-Bold";
  border-right: solid 0.5px #2bb9b1;
  padding: 8px 0;
}
main .section_schedule .accordion_header .accdion_schedule_day .font_small {
  font-size: clamp(0.8rem, 1vw, 1rem);
  writing-mode: vertical-rl;
}
main .section_schedule .accordion_header .accdion_schedule_day_screen {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  width: 50%;
  display: flex;
  align-items: center;
  font-family: "NotoSansJP-Bold";
  color: #ffffff;
  border-right: solid 0.5px #2bb9b1;
  padding: 8px 0 8px 40px;
}
main .section_schedule .accordion_header .accdion_schedule_day_screen span {
  position: relative;
  line-height: 23px;
}
main .section_schedule .accordion_header .accdion_schedule_day_screen span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0%;
  margin: auto;
  left: -16px;
  background: url(../img/triangle.svg) no-repeat;
  width: 10px;
  height: 9px;
  background-size: contain;
}
main .section_schedule .accordion_content {
  font-family: "NotoSansJP-Bold";
  display: none;
  padding: 15px;
  margin-bottom: 15px;
}
main .section_schedule .accordion_content h3 {
  text-align: center;
  position: relative;
  margin-bottom: 16px;
}
main .section_schedule .accordion_content h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5px;
  background-color: #00bdd3;
  top: 50%;
  left: 0;
}
main .section_schedule .accordion_content h3 span {
  background-color: #151730;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
main .section_schedule .accordion_content.first {
  display: block;
}
main .section_schedule .accordion_content ul {
  background: rgba(0, 189, 211, 0.1);
  color: #e9eef2;
  padding: 0 15px;
  position: relative;
}
main .section_schedule .accordion_content ul::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5px;
  background-color: #00bdd3;
  bottom: -15px;
  left: 0;
}
main .section_schedule .accordion_content ul li {
  border-bottom: solid 0.5px #00bdd3;
  padding: 20px 0 30px 0;
}
main .section_schedule .accordion_content ul li:last-of-type {
  border-bottom: none;
}
main .section_schedule .accordion_content ul li .screen {
  display: inline-block;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  color: #fff;
  background: #151730;
  padding: 4px;
  margin-top: 10px;
  position: relative;
}
main .section_schedule .accordion_content ul li .time {
  display: block;
  color: #00bdd3;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  margin-top: 10px;
}
main .section_schedule .accordion_content ul li .title {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  line-height: 1.8;
  margin-top: 10px;
}
main .section_schedule .accordion_content ul li .title .font-small {
  font-size: 1.4rem;
}
main .section_schedule .accordion_content ul li .title.work {
  position: relative;
  padding-left: 30px;
  padding-bottom: 0;
}
main .section_schedule .accordion_content ul li .title.work::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0%;
  margin: auto;
  left: 0;
  background: url(../img/triangle.svg) no-repeat;
  width: 3rem;
  padding-top: 3rem;
  background-size: contain;
}
main .section_schedule .accordion_content ul li .title:last-child {
  padding-bottom: 0;
}
main .section_schedule .accordion_content ul li .title.mb24 {
  padding-bottom: 0;
}
main .section_schedule .accordion_content ul li .tittle_sub {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-left: 30px;
}
main .section_schedule .accordion_content ul li .event {
  background: rgba(0, 189, 211, 0.1);
  padding: 10px;
  line-height: 1.8;
  margin-top: 10px;
}
main .section_schedule .accordion_content ul li .mb24 {
  margin-bottom: 24px;
}
main .section_schedule .accordion_content ul li .indent {
  text-indent: -6.4rem;
  padding-left: calc(6.4rem + 10px);
  padding-bottom: 0;
}
main .section_schedule .accordion_content ul li .pt_08 {
  padding-top: 0;
  margin-top: 0;
}
main .section_the_work {
  background: #151419;
  position: relative;
  padding-bottom: 20px;
}
main .section_the_work::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url(../img/film_deco.webp);
  background-repeat: space;
  background-size: contain;
}
main .section_the_work::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url(../img/film_deco.webp);
  background-repeat: space;
  background-size: contain;
}
main .section_the_work ul li {
  background-color: #222c30;
  margin-bottom: 60px;
  position: relative;
}
main .section_the_work ul li::before {
  content: "";
  position: absolute;
  background: #2bb9b1;
  width: 80%;
  height: 2px;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
main .section_the_work ul li::after {
  content: "";
  position: absolute;
  background: #2bb9b1;
  width: calc(100% - 60px);
  height: 2px;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
main .section_the_work ul li .the_work_list {
  padding: 20px 15px;
  position: relative;
}
main .section_the_work ul li .the_work_list::before {
  content: "";
  position: absolute;
  background: #2bb9b1;
  width: 2px;
  height: calc(100% - 60px);
  top: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  transform: rotate(180deg);
}
main .section_the_work ul li .the_work_list::after {
  content: "";
  position: absolute;
  background: #2bb9b1;
  width: 2px;
  height: calc(100% - 60px);
  top: 0;
  bottom: 0;
  right: -1px;
  margin: auto;
  transform: rotate(180deg);
}
main .section_the_work .section_tittle {
  padding-top: 74px;
  margin: 0 0 40px 0;
}
main .section_the_work .accordion_header_2 {
  margin-top: 20px;
}
main .section_the_work .accordion_header_2.active .more_btn .open {
  display: none;
}
main .section_the_work .accordion_header_2.active .more_btn .close {
  display: block;
}
main .section_the_work .section_the_work_wrap {
  padding: 0 15px;
}
main .section_the_work .section_the_work_wrap .image_area {
  position: relative;
  margin-bottom: 10px;
}
main .section_the_work .section_the_work_wrap .image_area .time_wrap {
  color: #151730;
  font-size: clamp(2rem, 2.917vw, 2.2rem);
  background: #00bdd3;
  font-family: "NotoSansJP-Bold";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px 10px;
}
main .section_the_work .section_the_work_wrap .image_area .time_wrap .font_small {
  font-size: clamp(1rem, 1vw, 1.2rem);
}
main .section_the_work .section_the_work_wrap .image_area .time_wrap .font_small:first-of-type {
  padding-right: 4px;
}
main .section_the_work .section_the_work_wrap .image_area .time_wrap .font_small:last-of-type {
  padding-left: 4px;
}
main .section_the_work .section_the_work_wrap h3 {
  font-family: "NotoSansJP-Bold";
  font-size: clamp(1.8rem, 2.4vw, 2rem);
  margin-bottom: 8px;
  line-height: 1.5;
}
main .section_the_work .section_the_work_wrap h3 span {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
}
main .section_the_work .section_the_work_wrap dl {
  display: flex;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
main .section_the_work .section_the_work_wrap dl.wide dt {
  width: 45%;
}
main .section_the_work .section_the_work_wrap dl.wide dd {
  width: 65%;
}
main .section_the_work .section_the_work_wrap dl dt {
  width: 30%;
  line-height: 1.7;
}
main .section_the_work .section_the_work_wrap dl dd {
  width: 70%;
  line-height: 1.7;
}
main .section_the_work .section_the_work_wrap .note {
  font-size: clamp(1rem, 1vw, 1.2rem);
  margin-bottom: 10px;
}
main .section_the_work .section_the_work_wrap .more_btn {
  text-align: center;
  cursor: pointer;
  border: solid 0.5px #00bdd3;
  padding: 6px 0;
}
@media screen and (max-width: 768px) {
  main .section_the_work .section_the_work_wrap .more_btn {
    padding: 10px 0;
  }
}
main .section_the_work .section_the_work_wrap .more_btn .open {
  display: block;
}
main .section_the_work .section_the_work_wrap .more_btn .close {
  display: none;
}
main .section_the_work .accordion_content {
  display: none;
}
main .section_the_work .the_work_content {
  padding: 15px;
  background: #132841;
  margin-top: 16px;
}
main .section_the_work .the_work_content .scroll-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
}
main .section_the_work .the_work_content .scroll-container::-webkit-scrollbar {
  display: none;
}
main .section_the_work .the_work_content {
  /* ドラッグ中のカーソル変更 */
}
main .section_the_work .the_work_content .scroll-container.active {
  cursor: grabbing;
}
main .section_the_work .the_work_content .scene_photo {
  display: flex;
}
main .section_the_work .the_work_content .photo_list img {
  width: 140px;
  margin-right: 4px;
}
main .section_the_work .the_work_content .progress-bar {
  width: 100%;
  height: 2px;
  background-color: #e9eef2;
  margin-top: 6px;
  position: relative;
}
main .section_the_work .the_work_content .scroll-progress {
  height: 100%;
  width: 0%;
  background: #e9eef2;
  transition: width 0.1s linear, background 0.1s linear;
}
main .section_the_work .the_work_content h4 {
  font-family: "NotoSansJP-Bold";
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  margin: 14px 0;
  padding-left: 18px;
  position: relative;
}
main .section_the_work .the_work_content h4::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0%;
  margin: auto;
  left: -5px;
  background: url(../img/triangle.svg) no-repeat;
  width: 2rem;
  padding-top: 2rem;
  background-size: contain;
}
main .section_the_work .the_work_content .description {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  line-height: 1.8;
}
main .section_the_work small {
  display: block;
  margin-top: 15px;
}
main .section_the_work small.small {
  font-size: 70%;
}
main .section_ticket {
  background: #13529f;
  background-image: url("../img/graph_paper.webp");
  padding-top: 10px;
  padding-bottom: 70px;
}
main .section_ticket .description {
  margin: 20px 15px;
  padding: 10px;
  background: rgba(18, 247, 252, 0.1);
}
main .section_ticket .ticket_wrap {
  padding: 0 15px;
  line-height: 1.5;
  font-family: "NotoSansJP-Bold";
  color: #ecebec;
}
main .section_ticket .ticket_wrap h3 {
  background-color: #00bdd3;
  color: #151730;
  padding: 5px 0;
  font-size: clamp(1rem, 1vw, 1.2rem);
}
main .section_ticket .ticket_wrap h3.normal .present {
  font-size: clamp(1rem, 1vw, 1.2rem);
}
@media screen and (max-width: 768px) {
  main .section_ticket .ticket_wrap h3 {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}
main .section_ticket .ticket_wrap h3 .day {
  font-size: clamp(1.8rem, 2.4vw, 2rem);
  display: block;
}
main .section_ticket .ticket_wrap h3 .day .week {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
main .section_ticket .ticket_wrap h3 .day .week.kara {
  padding-right: 6px;
}
main .section_ticket .ticket_wrap h3 .plan {
  display: block;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
main .section_ticket .ticket_wrap h3 .present {
  display: block;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
main .section_ticket .ticket_wrap .price_wrap {
  border: solid 1px #00bdd3;
  border-bottom: none;
}
main .section_ticket .ticket_wrap .price_wrap.mb40 {
  margin-bottom: 40px;
}
main .section_ticket .ticket_wrap .price_wrap.normal {
  border-bottom: solid 1px #00bdd3;
}
main .section_ticket .ticket_wrap .price_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  background: rgba(21, 23, 48, 0.5);
}
main .section_ticket .ticket_wrap .price_box:last-child {
  border-bottom: none;
}
main .section_ticket .ticket_wrap .price_box .event-day {
  font-size: 1.6rem;
  width: 65%;
  padding: 10px;
  border-bottom: solid 1px #00bdd3;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
main .section_ticket .ticket_wrap .price_box .event-day .show {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
main .section_ticket .ticket_wrap .price_box .event-day .show:nth-child(2) {
  margin-top: 6px;
}
main .section_ticket .ticket_wrap .price_box .event-day .font-small {
  display: inline-block;
  font-size: 1.1rem;
  text-indent: 0;
  line-height: 1.2;
}
main .section_ticket .ticket_wrap .price_box .event-day .font-small.mt8 {
  margin-top: 8px;
}
main .section_ticket .ticket_wrap .price_box .price {
  font-size: clamp(2.4rem, 2.8vw, 2.9rem);
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px 7px;
  border-left: solid 1px #00bdd3;
  border-bottom: solid 1px #00bdd3;
}
main .section_ticket .ticket_wrap .price_box .price.normal {
  width: 45%;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  main .section_ticket .ticket_wrap .price_box .price {
    font-size: clamp(2.4rem, 9vw, 3.4rem);
  }
}
main .section_ticket .ticket_wrap .price_box .price .price_item {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main .section_ticket .ticket_wrap .price_box .price .price_item {
    font-size: 2rem;
  }
}
main .section_ticket .ticket_wrap .price_box .price .yen {
  font-size: clamp(1.4rem, 1.3vw, 1.5rem);
  padding-left: 4px;
}
@media screen and (max-width: 768px) {
  main .section_ticket .ticket_wrap .price_box .price .yen {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}
main .section_ticket .ticket_wrap .price_box .price .biko {
  display: block;
  font-size: 1.1rem;
}
main .section_ticket .ticket_wrap .price_box .price .tax {
  display: inline-block;
  text-indent: -0.4em;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  main .section_ticket .ticket_wrap .price_box .price .tax {
    font-size: clamp(1.6rem, 6.9vw, 2.4rem);
  }
}
main .section_ticket .ticket_wrap .price_box .price .kinitsu {
  display: inline-block;
  font-size: clamp(2rem, 2.917vw, 2.2rem);
  vertical-align: 0.05em;
  text-indent: 0.2em;
}
@media screen and (max-width: 768px) {
  main .section_ticket .ticket_wrap .price_box .price .kinitsu {
    font-size: 1.6rem;
  }
}
main .section_ticket .ticket_wrap .price_box .normal-day {
  font-size: 1.6rem;
  width: 55%;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  padding-left: 1em;
}
main .section_ticket .ticket_wrap .price_box h4 span {
  display: block;
  font-size: clamp(0.9rem, 0.8vw, 1rem);
  padding-top: 2px;
  text-indent: -0.4em;
}
@media screen and (max-width: 768px) {
  main .section_ticket .ticket_wrap .price_box h4 span {
    font-size: clamp(0.5rem, 2.7vw, 1.04rem);
  }
}
@media screen and (max-width: 768px) {
  main .section_ticket .ticket_wrap .price_box h4 {
    font-size: clamp(1.2rem, 4.1vw, 1.6rem);
  }
}
main .section_ticket ul {
  padding: 0 3.8%;
  color: #ecebec;
}
main .section_ticket ul li {
  margin-bottom: 0.5em;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  font-weight: normal;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  main .section_ticket ul li {
    font-size: 1.4rem;
  }
}
main .section_ticket ul li:last-of-type {
  margin-bottom: 0;
}
main .section_ticket .msc_area {
  margin-top: 24px;
}
main .section_ticket .msc_area .msc_btn {
  margin: 16px 10px 0;
}
main .section_ticket .msc_area h3 {
  margin-bottom: 16px;
  text-align: center;
  font-size: clamp(1rem, 1.3vw, 1.6rem);
  font-family: "NotoSansJP-Bold";
}
@media screen and (max-width: 768px) {
  main .section_ticket .msc_area h3 {
    font-size: clamp(1.4rem, 4.1vw, 1.6rem);
  }
}
main .section_ticket .msc_area a {
  display: block;
}
main .section_guest {
  position: relative;
  background-image: url(../img/bg-grid.webp);
  background-repeat: repeat;
  background-size: 28px;
  padding-bottom: 120px;
}
main .section_guest h2 {
  color: #0f1a1f;
}
main .section_guest h3 {
  font-family: "NotoSansJP-Bold";
  display: block;
  padding: 8px 40px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 8px;
  font-size: clamp(1rem, 1.3vw, 1.6rem);
  color: #ffffff;
  background-color: #0f1a1f;
  transition: all 0.3s;
  position: relative;
}
main .section_guest h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/triangle_deco-l.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  display: inline-block;
}
main .section_guest h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/triangle_deco-r.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  display: inline-block;
}
main .section_guest ul {
  padding: 0 15px;
}
main .section_guest ul li {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
}
main .section_guest ul li::before {
  content: "";
  position: absolute;
  background-image: url(../img/deco01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  z-index: 2;
}
main .section_guest ul li::after {
  content: "";
  position: absolute;
  background-image: url(../img/deco02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  z-index: 2;
}
main .section_guest ul li .guest_wrap {
  position: relative;
  color: #ffffff;
  background-color: #222c30;
  padding: 20px 15px;
  transition: 0.8s;
}
main .section_guest ul li .guest_wrap.comingsoon {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
main .section_guest ul li .guest_wrap.comingsoon h4 {
  font-size: clamp(2.6rem, 2.917vw, 3.2rem);
}
main .section_guest ul li .guest_wrap.animation.bgcolor {
  animation: fadeToBlue 0.5s ease 1s forwards;
}
main .section_guest ul li .guest_wrap::before {
  content: "";
  position: absolute;
  background-image: url(../img/deco04.webp);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 34px;
  z-index: 2;
}
main .section_guest ul li .guest_wrap::after {
  content: "";
  position: absolute;
  background-image: url(../img/deco03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  width: 34px;
  height: 34px;
  z-index: 2;
}
main .section_guest ul li h4 {
  color: #ffffff;
  text-align: center;
  font-size: clamp(1.8rem, 2.4vw, 2rem);
  font-family: "NotoSansJP-Bold";
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.6;
}
main .section_guest ul li h4 span {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
}
main .section_guest ul li .guest-inner li {
  margin: 0;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 1px #2bb9b1;
}
main .section_guest ul li .guest-inner li::before {
  display: none;
}
main .section_guest ul li .guest-inner li::after {
  display: none;
}
main .section_guest ul li .guest-inner li .role {
  text-align: center;
  font-size: clamp(1rem, 1vw, 1.2rem);
  color: #2bb9b1;
  margin-top: 0;
}
main .section_guest ul li .guest-inner li .note {
  text-align: center;
  margin: 0;
}
main .section_guest ul li .guest-inner li h4 {
  margin-bottom: 6px;
}
main .section_guest ul li .guest_photo {
  max-width: 120px;
  margin: auto;
}
main .section_guest ul li .guest_photo.scale {
  max-width: 150px;
}
main .section_guest ul li .description {
  font-size: clamp(1.2rem, 1.2vw, 1.3rem);
  border-top: solid 0.5px #2bb9b1;
  padding-top: 4px;
}
main .section_guest ul li .accordion_content .description {
  height: 110px;
  overflow: hidden;
  transition: height 500ms ease;
}
@media screen and (max-width: 768px) {
  main .section_guest ul li .accordion_content .description {
    height: 100px;
  }
}
main .section_guest ul li .accordion_content .description.height_100 {
  height: auto;
  height: calc-size(auto, size);
}
main .section_guest ul li .accordion_header_3 {
  margin-top: 20px;
}
main .section_guest ul li .accordion_header_3 .more_btn {
  border: solid 1px #ffffff;
  max-width: 160px;
  margin: auto;
  padding: 6px 0;
  text-align: center;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
@media screen and (max-width: 768px) {
  main .section_guest ul li .accordion_header_3 .more_btn {
    padding: 10px 0;
  }
}
main .section_guest ul li .accordion_header_3 .more_btn {
  cursor: pointer;
}
main .section_guest ul li .accordion_header_3 .more_btn .open {
  display: block;
}
main .section_guest ul li .accordion_header_3 .more_btn .close {
  display: none;
}
main .section_guest ul li .accordion_header_3.active .more_btn .open {
  display: none;
}
main .section_guest ul li .accordion_header_3.active .more_btn .close {
  display: block;
}
main .section_guest ul li .tag_area {
  color: #00bdd3;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  display: block;
  text-align: center;
  font-family: "NotoSansJP-Bold";
  margin-bottom: 8px;
}
main .section_guest ul li .tag_area.small {
  font-size: 65%;
}
@media screen and (max-width: 768px) {
  main .section_guest ul li .tag_area {
    font-size: clamp(1rem, 3vw, 1.2rem);
  }
}
main .section_guest ul li .tag_area:last-of-type {
  margin: 0;
}
main .section_guest ul li p {
  margin-top: 11px;
  line-height: 2;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
}
@media screen and (max-width: 768px) {
  main .section_guest ul li p {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}
main .section_guest ul li .border_top {
  margin-top: 17px;
  padding-top: 11px;
  border-top: solid 1px #707070;
}
main .section_guest ul li .readmore {
  position: relative;
  padding-bottom: 30px;
}
main .section_guest ul li .readmore label {
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  color: #ecebec;
  background-color: #333;
  padding: 5px 10px;
  font-family: "NotoSansJP-Medium";
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
}
main .section_guest ul li .readmore label::before {
  content: "もっと見る";
}
@media screen and (max-width: 768px) {
  main .section_guest ul li .readmore label::before {
    font-size: clamp(1.4rem, 4.1vw, 1.6rem);
  }
}
main .section_guest ul li .readmore input[type=checkbox]:checked ~ label::before {
  content: "閉じる";
}
main .section_guest ul li .readmore input[type=checkbox] {
  display: none;
}
main .section_guest ul li .readmore .readmore_content {
  position: relative;
  height: 200px;
  overflow: hidden;
  line-height: 2;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
}
@media screen and (max-width: 768px) {
  main .section_guest ul li .readmore .readmore_content {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}
input[type=checkbox]:checked ~ main .section_guest ul li .readmore .readmore_content {
  height: auto;
}
main .section_guest .interviewer_head {
  margin-top: 72px;
}
main .section_guest .interviewer {
  margin-bottom: 0;
}
main .section_guest .about_mv_image {
  border: 0.5px solid #2bb9b1;
  box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.7);
  margin: 0 15px;
  margin-top: 30px;
  margin-bottom: 60px;
}
main .section_nav {
  position: fixed;
  top: 8vh;
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  font-weight: normal;
}
@media screen and (max-width: 1080px) {
  main .section_nav {
    display: none;
  }
}
main .section_nav nav {
  width: 13%;
  margin-left: auto;
}
main .section_nav nav .header_menu li a {
  display: block;
  text-align: center;
  margin-bottom: 8px;
  font-size: clamp(1rem, 1.3vw, 1.6rem);
  color: #ffffff;
  background-color: #0f1a1f;
  transition: all 0.3s;
  position: relative;
  padding: 5px 0;
}
main .section_nav nav .header_menu li a:hover {
  opacity: 1;
  box-shadow: 0px 0px 8px #00bdd3;
  color: #2bb9b1;
}
main .section_nav nav .header_menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/triangle_deco-l.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  display: inline-block;
}
main .section_nav nav .header_menu li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/triangle_deco-r.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  display: inline-block;
}
main .section_nav nav .link_menu li a {
  display: block;
  padding: 9.5px 0;
  margin-bottom: 0.5em;
  color: #151730;
  font-weight: bold;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  text-align: center;
  position: relative;
  background: linear-gradient(90deg, #18e7e9, #2bb9b1, #18e7e9);
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: background-position 0.4s ease;
}
main .section_nav nav .link_menu li a:hover {
  background-position: 100% 0%;
}
main .section_nav nav .link_menu li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151730;
  clip-path: polygon(10% 0%, 0 0, 0 40%);
  z-index: 1;
  transition: all 0.3s;
}
main .section_nav nav .link_menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #151730;
  clip-path: polygon(90% 100%, 100% 100%, 100% 60%);
  z-index: 1;
  transition: all 0.3s;
}
main .section_nav nav .x_btn a {
  display: block;
  margin-top: 14px;
  padding: 9.5px 0;
  text-align: center;
}
main .section_nav nav .logo_area {
  display: inline-block;
  width: 10.5%;
  margin-left: 2px;
}
main .section_archive,
main .section_archive {
  background: #0f1a1f;
  padding-bottom: 80px;
}
main .section_archive ol,
main .section_archive ol {
  padding: 25px 15px;
}
main .section_archive ol li,
main .section_archive ol li {
  border: solid 1px #2bb9b1;
  margin-bottom: 40px;
}
main .section_archive ol li:last-of-type,
main .section_archive ol li:last-of-type {
  margin-bottom: 0;
}
main .section_archive ol li a,
main .section_archive ol li a {
  display: block;
  transition: all 0.3s;
  padding: 15px;
}
main .section_archive ol li a:hover,
main .section_archive ol li a:hover {
  box-shadow: 0px 0px 8px #2bb9b1;
}
main .section_archive ol li .image_area,
main .section_archive ol li .image_area {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
main .section_archive ol li .image_area:before,
main .section_archive ol li .image_area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
a:hover main .section_archive ol li .image_area::before,
a:hover main .section_archive ol li .image_area::before {
  opacity: 0;
}
main .section_archive ol li .time_wrap,
main .section_archive ol li .time_wrap {
  display: block;
  font-family: "NotoSansJP-Bold";
  margin-bottom: 6px;
  font-size: clamp(1rem, 1vw, 1.2rem);
  color: #2bb9b1;
}
@media screen and (max-width: 768px) {
  main .section_archive ol li .time_wrap,
  main .section_archive ol li .time_wrap {
    font-size: clamp(1rem, 3vw, 1.2rem);
  }
}
main .section_archive ol li .title,
main .section_archive ol li .title {
  font-size: clamp(1rem, 1.3vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  main .section_archive ol li .title,
  main .section_archive ol li .title {
    font-size: clamp(1rem, 4.1vw, 1.6rem);
  }
}
main .section_archive .top_btn,
main .section_archive .top_btn {
  text-align: center;
}
main .section_archive .top_btn a,
main .section_archive .top_btn a {
  display: inline-block;
  margin: 18.5px 0;
  padding: 12px 67px 12px 20px;
  border: solid 1px #ffffff;
  text-align: center;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  transition: all 0.3s;
  position: relative;
}
main .section_archive .top_btn a::after,
main .section_archive .top_btn a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #2bb9b1;
  border-right: solid 2px #2bb9b1;
  top: 50%;
  right: 24px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: 0.3s;
}
main .section_archive .top_btn a:hover,
main .section_archive .top_btn a:hover {
  background: rgba(18, 247, 252, 0.1);
}
main .section_archive .top_btn a:hover::after,
main .section_archive .top_btn a:hover::after {
  right: 8px;
}
main .news_area {
  padding-bottom: 80px;
  background: #0f1a1f;
}
main .news_area .mv_area {
  padding: 0 15px;
}
main .news_area .mv_area .top_btn {
  text-align: center;
}
main .news_area .mv_area .top_btn a {
  display: inline-block;
  margin: 18.5px 0;
  padding: 12px 33px 12px 20px;
  border: solid 1px #ffffff;
  text-align: center;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  transition: all 0.3s;
  position: relative;
}
main .news_area .mv_area .top_btn a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #2bb9b1;
  border-right: solid 2px #2bb9b1;
  top: 50%;
  right: 13px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: 0.3s;
}
main .news_area .mv_area .top_btn a:hover {
  box-shadow: 0px 0px 5px #2bb9b1;
  background: rgba(18, 247, 252, 0.1);
}
main .news_area .mv_area .top_btn a:hover::after {
  right: 8px;
}
main .news_area .content_wrap {
  padding: 15px;
  border: solid 1px #2bb9b1;
}
main .news_area .content_wrap h3 {
  border-bottom: solid 1px #2bb9b1;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: clamp(1rem, 1.3vw, 1.6rem);
  font-family: "NotoSansJP-Bold";
}
@media screen and (max-width: 768px) {
  main .news_area .content_wrap h3 {
    font-size: clamp(1rem, 4.1vw, 1.6rem);
  }
}
main .news_area .content_wrap .image_area {
  margin-bottom: 20px;
}
main .news_area .content_wrap .time_wrap {
  display: block;
  font-family: "NotoSansJP-Bold";
  margin-bottom: 6px;
  font-size: clamp(1rem, 1vw, 1.2rem);
  color: #2bb9b1;
}
main .news_area .content_wrap .description {
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  main .news_area .content_wrap p {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}
main .section_gallery h2 {
  margin-bottom: 40px;
}
main .section_gallery {
  background: url("../img/gallery_bg.webp") no-repeat;
  background-size: cover;
  padding: 30px 0;
}
main .section_gallery .image_area {
  padding: 0 10px 10px;
}
main .section_gallery .gallery-slick li:nth-child(2n) {
  padding-top: 20px;
}
main .section_gallery .gallery-slick li small {
  display: block;
  font-size: 0.95rem;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  main .section_gallery .gallery-slick li small {
    font-size: clamp(0.8rem, 2.3vw, 0.9rem);
  }
}
main .policy_wrap {
  border: solid 0.5px #2bb9b1;
  margin-bottom: 60px;
}
main .policy_wrap .policy_content {
  padding: 20px 15px;
}
main .policy_wrap .policy_content .description {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  line-height: 2.1;
  margin-bottom: 50px;
}
main .policy_wrap .policy_content .indent {
  text-indent: -1.2em;
  padding-left: 1em;
  margin-bottom: 6px;
}
main .policy_wrap .policy_content .indent.last {
  margin-bottom: 50px;
}
main .policy_wrap .policy_content .indent span {
  color: #2bb9b1;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  padding-right: 1rem;
}
main .policy_wrap .policy_content h3 {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: solid 0.5px #2bb9b1;
}

main p.coming-soon {
  color: #e9eef2;
  font-family: "Orbitron-Bold";
  font-size: clamp(2.6rem, 3.4vw, 3rem) !important;
  text-align: center;
  text-shadow: 1px 1px 6px #2bb9b1;
}

main .section_schedule .accordion_header .accdion_schedule_day_screen {
  padding: 8px 0;
  display: flex;
  padding-left: 40px;
}

.coming-soon.font_small {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem) !important;
}

main .section_schedule .accordion_header__ {
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
  border: solid 0.5px #00bdd3;
  position: relative;
}

main .section_schedule .accordion_header__ .accdion_schedule_day {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  width: 36%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e9eef2;
  font-family: "Orbitron-Bold";
  border-right: solid 0.5px #00bdd3;
  padding: 8px 0;
}

main .section_schedule .accordion_header__ .accdion_schedule_day .font_small {
  font-size: clamp(0.8rem, 1vw, 1rem);
  writing-mode: vertical-rl;
}

main .section_schedule .accordion_header__ .accdion_schedule_day_screen {
  width: 50%;
  color: #00bdd3;
  border-right: solid 0.5px #00bdd3;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

main .section_schedule .accordion_header__::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #12f7fc;
  border-right: solid 2px #12f7fc;
  top: 45%;
  right: 6%;
  margin-top: -4px;
  transform: translateY(-25%) rotate(45deg);
  transition: 0.3s;
}

.wrap_404 {
  margin-bottom: 32px;
}
.wrap_404 h3 {
  text-align: center;
  font-size: clamp(1.8rem, 2.4vw, 2rem);
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: solid 1px #00bdd3;
}
.wrap_404 .description {
  text-align: center;
  line-height: 2;
}

.remarks {
  font-size: 1.2rem;
  margin-bottom: 12px;
  text-indent: -1em;
  padding-left: 1em;
  opacity: 0.8;
  line-height: 1.4;
}

.fit-content {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}/*# sourceMappingURL=page.css.map */