@charset "UTF-8";
body {
  --screen-width: calc(100vw - (100vw - 100%));
  background-color: #fff;
  color: #222;
  font: 1.2vw/1.7 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1vw;
  text-justify: inter-ideograph;
  text-align: justify;
  position: relative;
}

a {
  color: #49bcbd;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: rgb(110.4274193548, 201.7782258065, 202.5725806452);
}

.mincho {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body > section, main > section {
  width: 100%;
  position: relative;
}

main {
  position: relative;
  margin-top: 80px;
}
main .btn_ticket {
  position: sticky;
  display: inline-block;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 99;
}
main .btn_ticket a {
  width: 96px;
  height: 135px;
  display: block;
  margin-left: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 270'%3E%3Crect fill='%2349bcbd' x='187' width='4' height='240'/%3E%3Crect fill='%2349bcbd' width='4' height='240'/%3E%3Cpolygon fill='%2349bcbd' points='182 240 95 270 10 240 10 0 182 0 182 240'/%3E%3C/svg%3E");
}
main .btn_ticket a img {
  width: 80px;
  padding-top: 10px;
}
main nav {
  position: sticky;
  left: 0;
  top: 155px;
  width: 160px;
  z-index: 99;
}
main nav .nav_sns {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
main nav .nav_sns li {
  margin-bottom: 6px;
}
main nav .nav_sns li a {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main nav .nav_sns li.nav_tw a {
  background-image: url("../img/btn_sns_tw_w.webp");
}
main nav .nav_sns li.nav_insta a {
  background-image: url("../img/btn_sns_insta_w.webp");
}
main nav .nav_sns li.nav_fb a {
  background-image: url("../img/btn_sns_fb_w.webp");
}
main nav .nav_sns li.nav_yt a {
  background-image: url("../img/btn_sns_yt_w.webp");
}
main nav .nav_sns li.nav_tt a {
  background-image: url("../img/btn_sns_tt_w.webp");
}
main nav .nav_menu li {
  margin-bottom: 6px;
}
main nav .nav_menu li a {
  display: block;
  width: 160px;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  text-align: right;
  text-decoration: none;
  padding-right: 10px;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.25);
}
main nav .nav_menu li.nav_mailmag a {
  height: 47px;
}
main nav .nav_menu li.nav_ticketguard a {
  width: 175px;
  height: 52px;
}
main nav .nav_menu li.nav_01 {
  background: linear-gradient(0deg, #8c66ca 0%, #9b5bc9 100%);
}
main nav .nav_menu li.nav_02 {
  background: linear-gradient(0deg, #7378CB 0%, #8c66ca 100%);
}
main nav .nav_menu li.nav_03 {
  background: linear-gradient(0deg, #5B8BCC 0%, #7378CB 100%);
}
main nav .nav_menu li.nav_04 {
  background: linear-gradient(0deg, #439BCE 0%, #5B8BCC 100%);
}
main nav .nav_menu li.nav_05 {
  background: linear-gradient(0deg, #2CACD0 0%, #439BCE 100%);
}
main nav .nav_menu li.nav_06 {
  background: linear-gradient(0deg, #16BDD1 0%, #2CACD0 100%);
}
main nav .nav_menu li.nav_07 {
  background: linear-gradient(0deg, #43e3f0 0%, #16BDD1 100%);
}
main nav .nav_menu li.nav_mailmag {
  background-color: #fff;
}

footer {
  background-color: #000;
}
footer div {
  font-size: 1.15vw;
  color: #FFF;
  padding: 5vw;
}
footer small {
  font-size: 1.15vw;
  display: block;
  text-align: center;
  color: #fff;
  padding-bottom: 1vw;
}

.btn_lang {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 10px 2px;
  background-color: #FFF;
  z-index: 9;
}
.btn_lang a {
  color: #222;
}

#topFv {
  background: url("../img/fv_bg.webp") no-repeat top center/cover;
}
#topFv #topFv_wrap {
  width: 100%;
  height: 100svh;
  background-color: #040317;
  position: relative;
  z-index: 9;
  transition: all 2s ease;
}
#topFv #topFv_wrap.loaded {
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}
#topFv #topFv_wrap #topFv_slogun {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#topFv #topFv_wrap #topFv_slogun img {
  width: 12vw;
  padding-top: 3vw;
  display: none;
}
#topFv #topFv_wrap div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#topFv #topFv_wrap div h1 {
  text-align: center;
  margin-bottom: 5vw;
}
#topFv #topFv_wrap div h1 img {
  width: 75vh;
  filter: drop-shadow(0px 0px 0.25vw #fff) drop-shadow(0px 0px 0.5vw #fff) drop-shadow(0px 0px 1vw #fff) drop-shadow(0px 0px 1vw #fff) drop-shadow(0px 0px 2vw #fff);
  display: none;
}

section#topMessage {
  background: url("../img/bg_message.webp") no-repeat center/cover;
  padding: 2.5vw 0;
  margin-top: -411px;
}
section#topMessage .content {
  width: calc(100vw - 160px - 10vw);
  margin-left: auto;
  margin-right: 4vw;
  padding: 2.5vw;
}
section#topMessage .content .contentInBox {
  display: flex;
  flex-direction: row-reverse;
}
section#topMessage .content .contentInBox h2 {
  width: 5.5714285714vw;
  height: 43.4285714286vw;
}
section#topMessage .content .contentInBox .topMessageText {
  font-size: 1.6vw;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 10px #fff;
  margin: 1vw 2vw 0 3vw;
  padding-left: 3vw;
  border-left: 1px solid #292929;
}
section#topMessage .content .contentInBox figure {
  margin-top: 5vw;
}
section#topMessage .content .contentInBox figure img {
  width: 13.7142857143vw;
  height: 35.5714285714vw;
}
section#topMessage .content .topMessageLink {
  text-align: right;
  margin-top: 8vw;
}
section#topMessage .content .topMessageLink img {
  width: 33.9523809524vw;
  height: 4.1904761905vw;
}

section#topConcept {
  background: url("../img/bg_concept.webp") no-repeat bottom center/cover;
  padding-bottom: 40vw;
}
section#topConcept .content {
  color: #fff;
}
section#topConcept .content h2 {
  padding: 5vw 20vw;
}
section#topConcept .content h2 img {
  width: 100%;
}
section#topConcept .content .topConceptText {
  padding: 0 5vw 0 20vw;
  font-size: 1.5vw;
  line-height: 2.4;
}

section#topGallery {
  background-color: #e2e3e3;
}
section#topGallery img {
  margin-top: -9vw;
  width: 100%;
}

section#topNews {
  padding: 2.5vw 0;
  background-color: #e2e3e3;
}
section#topNews h2 {
  width: calc(100vw - 160px - 10vw);
  margin: 0 4vw 2.5vw auto;
  font-size: 4vw;
  font-weight: bold;
  color: #222;
}
section#topNews .content {
  width: calc(100vw - 160px - 10vw);
  margin-left: auto;
  margin-right: 4vw;
}
section#topNews .content .contentInBox {
  margin: 0 auto;
}

.newsLists_list {
  background-color: #FFF;
  padding: 2.5vw;
  margin-top: 2vw;
  text-decoration: none;
  display: flex;
}
.newsLists_list figure {
  flex: 0 0 16vw;
}
.newsLists_list figure img {
  width: 16vw;
  height: 12vw;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.newsLists_list .postGroup {
  padding-left: 2vw;
}
.newsLists_list .postGroup h3 {
  font-size: 1.6vw;
  line-height: 1.4;
}
.newsLists_list .postGroup p {
  font-size: 1vw;
  color: #929292;
  margin-bottom: 0.5vw;
}
.newsLists_list .postGroup .post_content {
  font-size: 1.1vw;
  color: #222;
}

section#topSummary {
  padding: 2.5vw 0;
  background-color: #989898;
}
section#topSummary h2 {
  width: calc(100vw - 160px - 10vw);
  margin: 0 4vw 2.5vw auto;
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
}
section#topSummary .content {
  width: calc(100vw - 160px - 10vw);
  background-color: #FFF;
  margin-left: auto;
  margin-right: 4vw;
  padding: 2.5vw;
}
section#topSummary .content .contentInBox {
  margin-top: 2.5vw;
}
section#topSummary .content .contentInBox dl {
  margin-bottom: 1vw;
}
section#topSummary .content .contentInBox dl div {
  display: flex;
}
section#topSummary .content .contentInBox dl div dt {
  font-size: 1.4vw;
  flex: 0 0 15vw;
}
section#topSummary .content .contentInBox dl div dd {
  font-size: 1.4vw;
  flex: 1 1 auto;
  border-left: 1px solid;
  padding-left: 1.5vw;
  line-height: 2;
}
section#topSummary .content .contentInBox dl div dd .attention {
  font-size: 1vw;
}
section#topSummary .content .contentInBox dl div dd .attention .underline {
  text-decoration: underline;
}
section#topSummary .content .contentInBox .btn_readmore {
  margin-left: 12vw;
}
section#topSummary .content .contentInBox .btn_readmore a {
  color: #49bcbd;
}
section#topSummary .content .contentInBox .btn_readmore a::before, section#topSummary .content .contentInBox .btn_readmore a::after {
  background: #49bcbd;
}
section#topSummary .content .topSummary_sponsorship {
  font-size: 1vw;
  margin-top: 2.5vw;
}

section#topArchive {
  padding: 2.5vw 0;
  background-color: #f0f0f0;
}
section#topArchive h2 {
  width: calc(100vw - 160px - 10vw);
  margin: 0 4vw 2.5vw auto;
  font-size: 4vw;
  font-weight: bold;
}
section#topArchive .content {
  width: calc(100vw - 160px - 10vw);
  margin-left: auto;
  margin-right: 4vw;
}
section#topArchive .content .topArchive_content {
  margin-top: 2.5vw;
}
section#topArchive .content .topArchive_content h3 {
  font-size: 2.2vw;
}
section#topArchive .content .topArchive_content li {
  margin-top: 1vw;
}
section#topArchive .content .topArchive_content li a {
  display: flex;
  align-items: center;
  color: #222;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease;
}
section#topArchive .content .topArchive_content li a:hover {
  background-color: #f6f6f6;
}
section#topArchive .content .topArchive_content li a p {
  flex: 0 0 30vw;
}
section#topArchive .content .topArchive_content li a p img {
  width: 100%;
}
section#topArchive .content .topArchive_content li a .topArchive_content_data {
  padding-left: 1vw;
}
section#topArchive .content .topArchive_content li a .topArchive_content_data h4 {
  font-size: 2vw;
  line-height: 1.4;
}
section#topArchive .content .topArchive_content li a .topArchive_content_data dl {
  margin-top: 0.5vw;
  color: #737373;
}
section#topArchive .content .topArchive_content li a .topArchive_content_data dl div {
  display: flex;
}
section#topArchive .content .topArchive_content li a .topArchive_content_data dl div dt::after {
  content: "：";
}

section#topInterview {
  background: url("../img/bg_interview.webp") no-repeat bottom center/cover;
  background-attachment: fixed;
  padding: 5vw 0 1vw;
  color: #fff;
}
section#topInterview h2 {
  width: calc(100vw - 160px - 10vw);
  margin: 0 4vw 2.5vw auto;
  font-size: 4vw;
  font-weight: bold;
}
section#topInterview .content {
  width: calc(100vw - 160px - 10vw);
  margin-left: auto;
  margin-right: 4vw;
}
section#topInterview .content #interview_lists {
  width: 80vw;
  margin: 0 auto 7.5vw;
  padding-right: 2vw;
}
section#topInterview .content #interview_lists li {
  margin-top: 7.5vw;
}
section#topInterview .content #interview_lists li .interview_headline {
  display: flex;
  align-items: center;
  justify-content: center;
}
section#topInterview .content #interview_lists li .interview_headline figure {
  width: 38%;
}
section#topInterview .content #interview_lists li .interview_headline figure img {
  width: 100%;
}
section#topInterview .content #interview_lists li .interview_headline h3 {
  font-size: 3.5vw;
  margin-left: -3vw;
  position: relative;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.35);
  padding: 2vw 5vw;
}
section#topInterview .content #interview_lists li .interview_headline h3 span {
  font-size: 2.4vw;
  display: block;
  line-height: 1.4;
  margin-bottom: 0.5vw;
}
section#topInterview .content #interview_lists li .interview_text {
  margin-top: 1vw;
}
section#topInterview .content #interview_lists li small {
  display: inline-block;
  margin-top: 1vw;
  font-size: 1vw;
  font-style: italic;
  background-color: #000;
  color: #fff;
  padding: 1vw;
}
section#topInterview .content #interview_lists li .interview_profile {
  margin: 2vw auto 0;
  background-color: rgba(255, 255, 255, 0.35);
  padding: 2vw;
}
section#topInterview .content #interview_lists li .interview_profile h4 {
  font-size: 1.8vw;
  margin-bottom: 1vw;
}
section#topInterview .content #interview_lists li .interview_profile p {
  font-size: 0.9vw;
}

section#topContact {
  padding: 2.5vw 0;
  background-color: rgba(0, 0, 0, 0.05);
}
section#topContact .content {
  width: calc(100vw - 160px - 10vw);
  background-color: #e2e3e3;
  margin-left: auto;
  margin-right: 4vw;
  padding: 2.5vw;
}
section#topContact .content h2 {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 1.5vw;
}
section#topContact .content .contentInBox {
  display: flex;
}
section#topContact .content .contentInBox #faq_contact_mail {
  font-size: 1.2vw;
  flex: 0 0 calc(62vw - 160px);
}
section#topContact .content .contentInBox #faq_contact_mail h3 {
  font-size: 1.9vw;
}
section#topContact .content .contentInBox #faq_contact_web {
  margin-left: 2vw;
}
section#topContact .content .contentInBox #faq_contact_web h3 {
  font-size: 1.9vw;
}
section#topContact .content .contentInBox #faq_contact_web p a {
  display: inline-block;
  padding: 1vw 2vw;
  background-color: #49BCBD;
  color: #FFF;
  font-size: 1.2vw;
  text-decoration: none;
}

section#feature1 {
  background: url("../img/bg_feature1.webp") no-repeat center/cover;
  height: calc(68.8vw - 16px) !important;
}
section#feature1 .content {
  height: calc(68.8vw - 16px) !important;
  display: flex;
}
section#feature1 .content .contentBlankSide {
  flex: 0 0 calc(160px + 6vw);
  background-color: rgba(0, 0, 0, 0.7);
}
section#feature1 .content .contentInBox {
  padding: 3.5vw 0 0 30px;
  color: #fff;
}
section#feature1 .content .contentInBox h2 {
  width: 53.3333333333vw;
  margin-bottom: 2vw;
}
section#feature1 .content .contentInBox .featureText {
  font-size: 1.3vw;
  line-height: 2.2;
  margin-bottom: 3.5vw;
}
section#feature1 .content .contentInBox .btn_readmore a {
  color: #00c8e9;
}
section#feature1 .content .contentInBox .btn_readmore a::before {
  bottom: -8px;
  width: 16vw;
  background: #00c8e9;
}
section#feature1 .content .contentInBox .btn_readmore a::after {
  bottom: -3px;
  right: -2vw;
  width: 15px;
  background: #00c8e9;
}
section#feature1 .content .contentInBox .btn_readmore a:hover::before {
  left: 10%;
}
section#feature1 .content .contentInBox .btn_readmore a:hover::after {
  right: -24%;
}
section#feature1 .content .contentInBox .btn_readmore a img {
  width: 14.1904761905vw;
  height: 1.9523809524vw;
}

section#feature2 {
  background: url("../img/bg_feature2.webp") no-repeat center/cover;
  height: calc(68.8vw - 16px) !important;
}
section#feature2 .content {
  height: calc(68.8vw - 16px) !important;
  display: flex;
}
section#feature2 .content .contentBlankSide {
  flex: 0 0 calc(160px + 6vw);
  background-color: rgba(0, 0, 0, 0.7);
}
section#feature2 .content .contentInBox {
  width: calc(100% - 200px);
  padding: 3.5vw 30px 0 0;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
section#feature2 .content .contentInBox h2 {
  width: 21.2380952381vw;
  margin-left: 2vw;
}
section#feature2 .content .contentInBox .featureText {
  font-size: 1.3vw;
  line-height: 2.2;
  margin-left: 3.5vw;
}
section#feature2 .content .contentInBox .btn_readmore a {
  color: #f3de00;
}
section#feature2 .content .contentInBox .btn_readmore a::before {
  top: 0px;
  right: -8px;
  width: 1px;
  height: 13vw;
  background: #f3de00;
}
section#feature2 .content .contentInBox .btn_readmore a::after {
  bottom: -1.6vw;
  right: -8px;
  width: 15px;
  height: 1px;
  background: #f3de00;
  transform: rotate(35deg);
}
section#feature2 .content .contentInBox .btn_readmore a:hover::before {
  top: 10%;
}
section#feature2 .content .contentInBox .btn_readmore a:hover::after {
  bottom: -23.5%;
}
section#feature2 .content .contentInBox .btn_readmore a img {
  width: 1.5238095238vw;
  height: 11.1428571429vw;
}

section#feature3 {
  background: url("../img/bg_feature3.webp") no-repeat center/cover;
  height: calc(68.8vw - 16px) !important;
}
section#feature3 .content {
  height: calc(68.8vw - 16px) !important;
  display: flex;
}
section#feature3 .content .contentBlankSide {
  flex: 0 0 calc(160px + 6vw);
  background-color: rgba(0, 0, 0, 0.7);
}
section#feature3 .content .contentInBox {
  padding: 3.5vw 0 0 30px;
  color: #fff;
}
section#feature3 .content .contentInBox h2 {
  width: 32.5238095238vw;
  margin-bottom: 2vw;
}
section#feature3 .content .contentInBox .featureText {
  font-size: 1.3vw;
  line-height: 2.2;
}

section#konohana {
  background: url("../img/bg_konohana.webp") no-repeat center top/cover;
  height: 68vw;
  min-height: 100vh;
}
section#konohana .content {
  display: flex;
  height: 68vw;
  min-height: 100vh;
}
section#konohana .content .contentBlankSide {
  flex: 0 0 23%;
  background-color: rgba(229, 180, 168, 0.5);
}
section#konohana .content .contentInBox {
  flex: 0 0 calc(77% - 30px);
  padding: 5vw 2.5vw 2.5vw 0;
  margin-left: 30px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
section#konohana .content .contentInBox h2 img {
  width: 21.4761904762vw;
  height: 57.0952380952vw;
}
section#konohana .content .contentInBox div {
  width: 44.7142857143vw;
  margin-top: 5vw;
}
section#konohana .content .contentInBox div figure img {
  width: 44.7142857143vw;
  height: 32.9523809524vw;
}
section#konohana .content .contentInBox div figure figcaption {
  text-align: right;
  font-size: 1vw;
  margin-top: 0.5vw;
}
section#konohana .content .contentInBox div .konohanaText {
  font-size: 1.2vw;
  margin-top: 2.5vw;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none !important;
}

.opa:hover {
  opacity: 0.7;
}

.is-error {
  color: #cc0044;
  font-weight: bold;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}/*# sourceMappingURL=style.css.map */