body {
  background-color: #fff;
  color: #222;
  font: 3.8vw/1.7 "Noto Sans JP", sans-serif;
  position: relative;
  letter-spacing: 0.1vw;
}

a {
  color: #49bcbd;
  text-decoration: underline;
}

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

img, iframe {
  max-width: 100%;
  height: auto;
}

#navMenu {
  position: relative;
}
#navMenu #navMenu_btn_open {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: none;
  background-color: #DDD;
  z-index: 9;
}
#navMenu #navMenu_btn_open svg {
  width: 35px;
  height: 25px;
}
#navMenu #navMenu_menuBox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100dvh;
  overflow-y: auto;
  background-color: rgba(150, 150, 150, 0.9);
  left: 0;
  top: 0;
}
#navMenu #navMenu_menuBox p {
  text-align: center;
  margin-top: 10vh;
}
#navMenu #navMenu_menuBox p img {
  padding: 10vw;
  object-fit: contain;
  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);
}
#navMenu #navMenu_menuBox #navMenu_btn_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: none;
  background-color: #49bcbd;
  z-index: 9;
}
#navMenu #navMenu_menuBox #navMenu_btn_close svg {
  width: 35px;
  height: 25px;
  fill: #fff;
}
#navMenu #navMenu_menuBox nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#navMenu #navMenu_menuBox nav .nav_sns {
  order: 2;
  flex: 0 0 15vw;
  margin-right: 12vw;
}
#navMenu #navMenu_menuBox nav .nav_sns li:not(:first-child) {
  margin-top: 2.5vw;
}
#navMenu #navMenu_menuBox nav .nav_sns li a {
  display: block;
  width: 15vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#navMenu #navMenu_menuBox nav .nav_sns li.nav_tw a {
  background-image: url("../img/btn_sns_tw_w.webp");
}
#navMenu #navMenu_menuBox nav .nav_sns li.nav_insta a {
  background-image: url("../img/btn_sns_insta_w.webp");
}
#navMenu #navMenu_menuBox nav .nav_sns li.nav_fb a {
  background-image: url("../img/btn_sns_fb_w.webp");
}
#navMenu #navMenu_menuBox nav .nav_sns li.nav_yt a {
  background-image: url("../img/btn_sns_yt_w.webp");
}
#navMenu #navMenu_menuBox nav .nav_sns li.nav_tt a {
  background-image: url("../img/btn_sns_tt_w.webp");
}
#navMenu #navMenu_menuBox nav .nav_menu {
  order: 1;
  flex: 0 0 60vw;
}
#navMenu #navMenu_menuBox nav .nav_menu li {
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  margin-bottom: 1vh;
  text-align: center;
}
#navMenu #navMenu_menuBox nav .nav_menu li a {
  display: block;
  font-size: 5vw;
  text-decoration: none;
  padding: 1vw;
  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);
}
#navMenu #navMenu_menuBox nav .nav_menu li.nav_01 {
  background: linear-gradient(0deg, #8c66ca 0%, #9b5bc9 100%);
}
#navMenu #navMenu_menuBox nav .nav_menu li.nav_02 {
  background: linear-gradient(0deg, #7378CB 0%, #8c66ca 100%);
}
#navMenu #navMenu_menuBox nav .nav_menu li.nav_03 {
  background: linear-gradient(0deg, #5B8BCC 0%, #7378CB 100%);
}
#navMenu #navMenu_menuBox nav .nav_menu li.nav_04 {
  background: linear-gradient(0deg, #439BCE 0%, #5B8BCC 100%);
}
#navMenu #navMenu_menuBox nav .nav_menu li.nav_05 {
  background: linear-gradient(0deg, #2CACD0 0%, #439BCE 100%);
}
#navMenu #navMenu_menuBox nav .nav_menu li.nav_06 {
  background: linear-gradient(0deg, #16BDD1 0%, #2CACD0 100%);
}
#navMenu #navMenu_menuBox nav .nav_menu li.nav_07 {
  background: linear-gradient(0deg, #63D3E0 0%, #16BDD1 100%);
}
#navMenu #navMenu_menuBox nav .nav_menu li.nav_mailmag {
  background-color: #fff;
}
#navMenu #navMenu_menuBox nav .nav_menu li img {
  height: 10vw;
  padding: 2vw 0;
}
#navMenu #navMenu_menuBox nav .nav_menu li.nav_mailmag img {
  height: inherit;
  padding: 0;
}
#navMenu #navMenu_menuBox nav .nav_menu li.nav_ticketguard img {
  height: inherit;
  padding: 0;
}

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

main {
  position: relative;
}
main .btn_ticket {
  position: sticky;
  display: inline-block;
  top: 0;
  right: 20px;
  text-align: center;
  z-index: 99;
}
main .btn_ticket a {
  width: 71px;
  height: 100px;
  display: block;
  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: 56px;
  padding-top: 10px;
}
main nav {
  display: none;
}

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

.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 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: 30vw;
  padding-top: 10vw;
  display: none;
}
#topFv #topFv_wrap div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#topFv #topFv_wrap div h1 {
  text-align: center;
  margin-bottom: 25svh;
}
#topFv #topFv_wrap div h1 img {
  width: 80vw;
  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 #1A3BBF;
  padding: 10vw 2.5vw;
}
section#topMessage .content .contentInBox {
  display: flex;
  flex-direction: row-reverse;
}
section#topMessage .content .contentInBox h2 {
  width: 8.3571428571vw;
  height: 65.1428571429vw;
}
section#topMessage .content .contentInBox .topMessageText {
  font-size: 2.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: 20vw;
}
section#topMessage .content .contentInBox figure img {
  width: 20vw;
}
section#topMessage .content .topMessageLink {
  text-align: right;
  margin-top: 8vw;
}
section#topMessage .content .topMessageLink img {
  width: 50.9285714286vw;
  height: 6.2857142857vw;
}

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

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

section#topNews {
  background-color: #e2e3e3;
  padding: 5vw;
  position: relative;
}
section#topNews h2 {
  margin-bottom: 5vw;
  font-size: 7vw;
  font-weight: bold;
  color: #222;
}
section#topNews .content {
  width: 90vw;
  margin: 0 auto;
}
section#topNews .content .contentInBox {
  margin: 0 auto;
}

.newsLists_list {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  padding: 5vw;
  background-color: #FFF;
  margin-top: 5vw;
}
.newsLists_list figure {
  flex: 0 0 20vw;
}
.newsLists_list figure img {
  width: 20vw;
  height: 15vw;
  object-fit: cover;
}
.newsLists_list .postGroup {
  padding-left: 2vw;
  flex: 0 0 60vw;
}
.newsLists_list .postGroup h3 {
  font-size: 3.8vw;
  line-height: 1.4;
  margin-bottom: 1vw;
}
.newsLists_list .postGroup p {
  font-size: 2vw;
  color: #929292;
  margin-bottom: 1vw;
}
.newsLists_list .post_content {
  font-size: 2.6vw;
  color: #444;
  margin-top: 2vw;
}

section#topSummary {
  background-color: #989898;
  padding: 5vw;
  position: relative;
}
section#topSummary h2 {
  margin-bottom: 5vw;
  font-size: 7vw;
  font-weight: bold;
  color: #fff;
}
section#topSummary .content {
  width: 90vw;
  margin: 0 auto;
  padding: 5vw;
  background-color: #FFF;
}
section#topSummary .content .contentInBox dl {
  margin-top: 5vw;
  padding-top: 5vw;
  border-top: 1px solid #888;
}
section#topSummary .content .contentInBox dl:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
section#topSummary .content .contentInBox dl div dt {
  font-size: 4.4vw;
}
section#topSummary .content .contentInBox dl div dd {
  font-size: 3.8vw;
  line-height: 1.5;
}
section#topSummary .content .contentInBox dl div dd .attention {
  font-size: 2.6vw;
  display: block;
  margin-bottom: 2vw;
}
section#topSummary .content .contentInBox dl div dd .attention.leftSpace {
  padding-left: 4em;
}
section#topSummary .content .contentInBox dl div dd .attention .underline {
  text-decoration: underline;
}
section#topSummary .content .contentInBox .btn_readmore {
  text-align: center;
  margin-top: 7.5vw;
}
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: 2.1vw;
  margin-top: 7.5vw;
}

section#topArchive {
  padding: 5vw;
  background-color: #f0f0f0;
}
section#topArchive h2 {
  margin-bottom: 5vw;
  font-size: 7vw;
  font-weight: bold;
}
section#topArchive .content {
  width: 90vw;
  margin: 0 auto;
}
section#topArchive .content .topArchiveText {
  font-size: 2.6vw;
  margin-bottom: 5vw;
}
section#topArchive .content .topArchive_content {
  margin-top: 2.5vw;
}
section#topArchive .content .topArchive_content h3 {
  font-size: 5vw;
}
section#topArchive .content .topArchive_content li {
  margin-top: 2.5vw;
}
section#topArchive .content .topArchive_content li a {
  color: #222;
  text-decoration: none;
  display: block;
  background-color: #fff;
}
section#topArchive .content .topArchive_content li a p img {
  width: 100%;
}
section#topArchive .content .topArchive_content li a .topArchive_content_data {
  padding: 2.5vw;
}
section#topArchive .content .topArchive_content li a .topArchive_content_data h4 {
  font-size: 5vw;
  line-height: 1.4;
}
section#topArchive .content .topArchive_content li a .topArchive_content_data dl {
  margin-top: 2.5vw;
  color: #737373;
}
section#topArchive .content .topArchive_content li a .topArchive_content_data dl div dt {
  font-weight: bold;
}
section#topArchive .content .topArchive_content li a .topArchive_content_data dl div dd {
  padding-left: 5vw;
}

section#topInterview {
  background: url("../img/bg_interview.webp") no-repeat bottom center/cover;
  background-attachment: fixed;
  padding: 5vw;
  color: #fff;
}
section#topInterview h2 {
  margin-bottom: 5vw;
  font-size: 7vw;
  font-weight: bold;
}
section#topInterview .content {
  width: 90vw;
  margin: 0 auto;
}
section#topInterview .content #interview_lists {
  width: 100%;
  margin: 0 auto 10vw;
}
section#topInterview .content #interview_lists li {
  margin-top: 10vw;
}
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: 42%;
}
section#topInterview .content #interview_lists li .interview_headline figure img {
  width: 100%;
}
section#topInterview .content #interview_lists li .interview_headline h3 {
  font-size: 5.2vw;
  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;
}
section#topInterview .content #interview_lists li .interview_text {
  margin-top: 2vw;
  padding: 0 5vw;
  font-size: 2.6vw;
}
section#topInterview .content #interview_lists li small {
  display: inline-block;
  margin: 2vw 5vw 0;
  font-size: 2.4vw;
  font-style: italic;
  background-color: #000;
  color: #fff;
  padding: 2vw;
}
section#topInterview .content #interview_lists li .interview_profile {
  margin: 2vw 5.5vw 0;
  background-color: rgba(255, 255, 255, 0.35);
  padding: 3vw 5vw;
}
section#topInterview .content #interview_lists li .interview_profile h4 {
  font-size: 5.2vw;
  margin-bottom: 1vw;
}
section#topInterview .content #interview_lists li .interview_profile p {
  font-size: 2.6vw;
}

section#topContact {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 5vw;
  position: relative;
}
section#topContact .content {
  width: 90vw;
  margin: 0 auto;
  padding: 5vw;
  background-color: #ddd;
}
section#topContact .content h2 {
  font-size: 7vw;
  font-weight: bold;
  margin-bottom: 5vw;
}
section#topContact .content #faq_contact_mail {
  margin-top: 5vw;
}
section#topContact .content #faq_contact_mail h3 {
  font-size: 3.8vw;
}
section#topContact .content #faq_contact_mail p {
  font-size: 2.6vw;
}
section#topContact .content #faq_contact_web {
  margin-top: 5vw;
}
section#topContact .content #faq_contact_web h3 {
  font-size: 3.8vw;
}
section#topContact .content #faq_contact_web p a {
  display: inline-block;
  padding: 3vw 5vw;
  background-color: #49BCBD;
  color: #FFF;
  font-size: 3.8vw;
  text-decoration: none;
}

section#feature1 {
  background: url("../img/bg_feature1.webp") no-repeat right bottom/cover;
  position: relative;
  z-index: 1;
}
section#feature1::before {
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
}
section#feature1 .content {
  position: relative;
  z-index: 9;
}
section#feature1 .content .contentInBox {
  padding: 5vw 5vw 30vw;
  color: #fff;
}
section#feature1 .content .contentInBox h2 {
  width: 70vw;
  margin-bottom: 5vw;
}
section#feature1 .content .contentInBox .featureText {
  font-size: 3vw;
  line-height: 1.9;
  margin-bottom: 5vw;
}
section#feature1 .content .contentInBox .btn_readmore a {
  color: #00c8e9;
}
section#feature1 .content .contentInBox .btn_readmore a::before {
  bottom: -8px;
  width: 60vw;
  background: #00c8e9;
}
section#feature1 .content .contentInBox .btn_readmore a::after {
  bottom: -3px;
  right: -10vw;
  width: 15px;
  background: #00c8e9;
}
section#feature1 .content .contentInBox .btn_readmore a img {
  width: 50vw;
}

section#feature2 {
  background: url("../img/bg_feature2.webp") no-repeat right bottom/cover;
  position: relative;
  z-index: 1;
}
section#feature2::before {
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
}
section#feature2 .content {
  position: relative;
  z-index: 9;
}
section#feature2 .content .contentInBox {
  padding: 5vw 5vw 30vw;
  color: #fff;
}
section#feature2 .content .contentInBox h2 {
  width: 70vw;
  margin-bottom: 5vw;
}
section#feature2 .content .contentInBox .featureText {
  font-size: 3vw;
  line-height: 1.9;
  margin-bottom: 5vw;
}
section#feature2 .content .contentInBox .btn_readmore a {
  color: #f3de00;
}
section#feature2 .content .contentInBox .btn_readmore a::before {
  bottom: -8px;
  width: 60vw;
  background: #f3de00;
}
section#feature2 .content .contentInBox .btn_readmore a::after {
  bottom: -3px;
  right: -10vw;
  width: 15px;
  background: #f3de00;
}
section#feature2 .content .contentInBox .btn_readmore a img {
  width: 50vw;
}

section#feature3 {
  background: url("../img/bg_feature3.webp") no-repeat right bottom/cover;
  position: relative;
  z-index: 1;
}
section#feature3::before {
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
}
section#feature3 .content {
  position: relative;
  z-index: 9;
}
section#feature3 .content .contentInBox {
  padding: 5vw 5vw 35vw;
  color: #fff;
}
section#feature3 .content .contentInBox h2 {
  width: 70vw;
  margin-bottom: 5vw;
}
section#feature3 .content .contentInBox .featureText {
  font-size: 3vw;
  line-height: 1.9;
  margin-bottom: 5vw;
}

section#konohana {
  background: url("../img/bg_konohana.webp") no-repeat center top/cover;
}
section#konohana .content .contentInBox {
  padding: 10vw 0;
  margin: 0 5vw;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
section#konohana .content .contentInBox h2 {
  flex: 0 0 21.4761904762vw;
}
section#konohana .content .contentInBox h2 img {
  width: 21.4761904762vw;
}
section#konohana .content .contentInBox div {
  flex: 0 0 64vw;
}
section#konohana .content .contentInBox div figure img {
  width: 100%;
}
section#konohana .content .contentInBox div figure figcaption {
  text-align: right;
  font-size: 2vw;
  margin-top: 1vw;
}
section#konohana .content .contentInBox div .konohanaText {
  font-size: 2.5vw;
  margin-top: 5vw;
}

.pc_only {
  display: none !important;
}

.sp_only {
  display: block;
}

.is-error {
  color: #cc0044;
}

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