@charset "utf-8";
/* CSS Document */
:root {
 font-size: 10px;
}
html {
 scroll-behavior: smooth;
 scroll-padding-top: 100px;
}
body {
 font-size: 18px; font-size: 1.8rem;
 line-height: 28px; line-height: 2.8rem;
 font-family: "mizolet", sans-serif;
 color: #2d2d2d;
 word-break: break-all;
 background-color: #ffffff;
}
h1 {
 font-size: 32px; font-size: 3.2rem;
 line-height: 42px; line-height: 4.2rem;
 font-weight: bold;
}
h2 {
 font-size: 28px; font-size: 2.8rem;
 line-height: 38px; line-height: 3.8rem;
}
h3{
 font-size: 24px; font-size: 2.4rem;
 line-height: 34px; line-height: 3.4rem;
}
a {
 transition: all 0.1s;
 text-decoration-skip-ink: none;
}
a:hover {
 color: #a80000;
 transition: all 0.1s;
}
img {
 width: 100%;
 vertical-align: middle;
}

/*ページ内リンクのヘッダー高さ調整*/
 @media screen and (max-width: 640px) {
  html {
   scroll-padding-top: 50px;
  }
 }
 /*ページ内リンクのヘッダー高さ調整*/

/*TOPへ戻る*/
.backtotop {
 position: fixed;
 right: 20px;
 bottom: 20px;
 z-index: 88;
 display: none;
}
.backtotop a {
 display: block;
 content: url("../img/back_top.png");
 padding: 10px; 
 margin: 0;
 background-color: #ffffff;
 border: 3px solid #0168b7;
 border-radius: 10px;
 text-decoration: none;
 font-weight: bold;
 transition: all 0.2s;
}
.backtotop a:hover {
 opacity: 0.7;
 transition: all 0.2s;
}
/* デバイス幅が640px以下 */
@media only screen and (max-width: 600px) {
 .backtotop {
  right: 10px;
  bottom: 90px;
 }
 .backtotop a {
  padding: 5px;
  background-color: rgba(255,255,255,0.70);
 }
}

/*よくある質問　サイドボタン*/
.ex25_faq_button {
 position: fixed;
 right: 0;
 bottom: 100px;
 z-index: 88;
}
.ex25_faq_button a {
 display: block;
 padding: 10px; 
 margin: 0;
 color: #ffffff;
 background-color: #e70012;
 border: 3px solid #e70012;
 border-bottom-left-radius: 10px;
 border-top-left-radius: 10px;
 text-decoration: none;
 line-height: 120%;
 font-weight: bold;
 transition: all 0.2s;
}
.ex25_faq_button a:hover {
 transform: scale(1.1);
 color: #e70012;
 background-color: #ffffff;
 transition: all 0.2s;
}
/* デバイス幅が640px以下 */
@media only screen and (max-width: 640px) {
 .ex25_faq_button {
  bottom: 10px;
 }
 .ex25_faq_button a {
  border: none;
  font-size: 15px;
  font-weight: normal;
  padding: 5px;
  background-color: rgba(231,0,18,0.70);
 }
 .ex25_faq_button a:hover {
  color: #ffffff;
  background-color: rgba(231,0,18,0.70);
 }
}

/*ヘッダー*/
#ex25_hed {
 position: sticky;
 top: 0;
 width: 100%;
 padding: 0 20px;
 background-color: #ffffff;
 box-sizing: border-box;
 z-index: 999;
}
.ex25_hed_tit {
 float: left;
 width: 100%;
 max-width: 550px;
 display: flex;
 flex-direction: row;
 justify-content: flex-start;
 align-items: center;
}
.ex25_logo {
 width: 130px;
}
.ex25_tit_txt {
 margin-left: 20px;
 font-size: 25px;
 font-weight: bold;
}
.ex25_hed_nav {
 float: right;
 width: 100%;
 max-width: 1200px;
 display: flex;
 flex-direction: row;
 justify-content: flex-end;
}
.ex25_hed_nav li {
 width: 150px;
 text-align: center;
}
.ex25_hed_nav li:last-child {
 width: 100px;
}
.ex25_hed_nav li a {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 95%;
 height: 50px;
 background-color: #0168b7;
 background-image: url("../img/button_icon.png");
 background-repeat: no-repeat;
 background-position: 95% center;
 background-size: 10px;
 border-bottom-left-radius: 20px;
 border-bottom-right-radius: 20px;
 font-size: 14px;
 line-height: 20px;
 /*font-weight: bold;*/
 color: #ffffff;
 text-decoration: none;
 box-sizing: border-box;
 transition: all 0.2s;
}
.ex25_hed_nav li .ex25_lang {
 background-color: #e70012;
}
.ex25_hed_nav li a:hover {
 opacity: 0.7;
 transition: all 0.2s;
}

/*ハンバーガーメニュー*/
#menu-button {
 display: none;
 position: sticky;
 z-index: 88;
 top: 0;
 width: 100%;
 height: 50px;
 color: #2d2d2d;
 background-color: #ffffff;
 box-sizing: border-box;
 box-shadow: 0px 2px 2px rgba(0,0,0,0.30);
}
.hun_txt_area {
 display: flex;
 flex-direction: row;
 padding: 5px 0 0 5px;
 box-sizing: border-box;
}
.hun_txt_area img {
 width: 60px;
 box-sizing: border-box;
 transition: all 0.2s;
}
.hun_txt_area img:hover {
 opacity: 0.7;
 transition: all 0.2s;
}
.icon {
 cursor: pointer;
 position: relative;
}
.icon span {
  position: absolute;
  right: 15px;
  width: 30px; /* 線の幅 */
  height: 3px; /* 線の太さ */
  background-color: #0168b7; /* 線の色 */
  transition: ease 0.3s;
}
.icon span:nth-of-type(1) {
  top: 15px; /* 上の線の位置調整 */
}
.icon span:nth-of-type(2) {
  top: 25px; /* 真ん中の線の位置調整 */
}
.icon span:nth-of-type(3) {
  top: 35px; /* 下の線の位置調整 */
}
.open span:nth-of-type(1) {
  top: 25px;
  transform: rotate(-45deg); /* 線の角度調整 */
}
.open span:nth-of-type(2) {
  opacity: 0; /* 透明化 */
}
.open span:nth-of-type(3) {
  top: 25px;
  transform: rotate(45deg);  /* 線の角度調整 */
}
.hun_tit {
 height: 100%;
 padding-left: 10px;
 padding-top: 10px;
 font-size: 16px;
 line-height: 18px;
 font-weight: bold;
 box-sizing: border-box;
}
.s_sp {
 display: none;
}
.sample-menu {
 display: none;
 width: 100%;
 position: fixed;
 z-index: 88;
 top: 50px;
 left: 0;
 background-color: #0168b7;
 color: #ffffff;
}
.sample-menu li {
 border-top: 1px solid #ffffff;
 box-sizing: border-box;
 font-size: 16px;
 line-height: 18px;
}
.sample-menu .ex25_lang {
 background-color: #e70012;
}
.sample-menu li:last-child {
 border-bottom: 1px solid #ffffff;
}
.sample-menu li a {
 display: inline-block;
 width: 100%;
 padding: 10px;
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
 box-sizing: border-box;
}
/* デバイス幅が640px以下 */
@media only screen and (max-width: 640px) {
 #ex25_hed {
  display: none;
 }
 #menu-button {
  display: block;
 }
 .top_hum {
  margin-top: 50px;
 }
}


/*TOP*/
.wrapper {
 background-color: #ffffff;
}
.ex25_top {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 200px;
 background-image: url("../img/top_l.png"), url("../img/top_r.png");
 background-repeat: no-repeat;
 background-position: left center, right center;
 background-size: contain;
}
.ex25_top_tit {
 font-size: 35px;
 line-height: 45px;
 text-align: center;
 color: #0168b7;
 text-shadow: 1px 1px #ffffff, -1px -1px #ffffff;
 box-sizing: border-box;
}
.ex25_copy {
 position: absolute;
 bottom: 0;
 right: 2px;
 font-size: 12px;
 color: #ffffff;
}
/* デバイス幅が640px以下 */
@media only screen and (max-width: 640px) {
 .ex25_top {
  height: 200px;
 }
 .ex25_top_tit {
  font-size: 25px;
  line-height: 35px;
 }
}

.ex25_cart_topnews {
 width: 100%;
 padding: 10px;
 background-color: #e70012;
 box-sizing: border-box;
}
.ex25_cart_topnews h2 {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
 font-size: 25px;
 line-height: 150%;
 font-weight: bold;
 color: #ffffff;
}

/*メイン*/
.ex25_main {
 padding: 50px 10px 100px;
 box-sizing: border-box;
}
.ex25_main:nth-child(3) {
 background-color: #cce0f0;
 background-image: url("../img/wave3.png");
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: contain;
}
.ex25_main:nth-child(4) {
 background-color: #f6f7f8;
 background-image: url("../img/wave4.png");
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: contain;
}
.ex25_main:nth-child(5) {
 background-color: #facccf;
 background-image: url("../img/wave3.png");
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: contain;
}
.ex25_main:nth-child(6) {
 background-color: #f6f7f8;
 background-image: url("../img/wave2.png");
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: contain;
}
.ex25_main:nth-child(7) {
 background-color: #cce0f0;
 background-image: url("../img/wave3.png");
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: contain;
}
.ex25_main:nth-child(8) {
 background-color: #f6f7f8;
 /*background-image: url("../img/wave1.png");*/
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: contain;
}
.ex25_main_last {
 background-image: url("../img/wave1.png")!important;
}
.ex25_main_tit {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto 20px;
 font-size: 30px;
 font-weight: bold;
 text-align: center;
}
.ex25_subtit {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto 20px;
 font-weight: bold;
}
.ex25_subtit::before {
 content: "●";
 color: #0068b7;
 margin-right: 10px;
}
.ex25_txt_area {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto 50px;
 padding: 20px;
 background-color: #ffffff;
 border: 3px solid #d4d9dd;
 box-shadow: 5px 5px #d4d9dd;
 box-sizing: border-box;
}
.ex25_main:nth-child(3) .ex25_txt_area,
.ex25_main:nth-child(7) .ex25_txt_area {
 border: 3px solid #0068b7;
 box-shadow: 5px 5px #0068b7;
}
.ex25_main:nth-child(5) .ex25_txt_area {
 border: 3px solid #e70012;
 box-shadow: 5px 5px #e70012;
}
.ex25_red_area {
 padding: 20px;
 border: 2px solid #ff8d00;
 box-sizing: border-box;
}
.ex25_red_tit {
 padding: 10px;
 color: #ffffff;
 text-align: center;
 background-color: #ff8d00;
 box-sizing: border-box;
}
.ex25_button {
 width: 100%;
 max-width: 500px;
 font-weight: bold;
 margin: 30px auto;
 text-align: center;
 line-height: 22px;
}
.ex25_button a {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 70px;
 background-color: #0068b7;
 background-image: url("../img/button_icon2.png");
 background-repeat: no-repeat;
 background-position: 95% center;
 color: #ffffff;
 text-decoration: none;
 border-radius: 35px;
 box-sizing: border-box;
 transition: all 0.2s;
}
.ex25_bt_red a {
 background-color: #e70012;
}
.ex25_bt_green a {
 background-color: #00a59e;
}
.ex25_button a:hover {
 transform: scale(1.1);
 background-color: #e70012;
 transition: all 0.2s;
}
.ex25_bt_red a:hover {
 background-color: #0068b7;
}
.ex25_bt_large {
 font-size: 1.5em;
}
.ex25_button_null {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 70px;
 background-color: #eeeeee;
 font-weight: bold;
 color: #999999;
 text-decoration: none;
 border: 3px solid #999999;
 border-radius: 35px;
 box-sizing: border-box;
 transition: all 0.2s;
}
/* デバイス幅が640px以下 */
@media only screen and (max-width: 640px) {
 .ex25_button {
  max-width: 100%;
 }
 .ex25_button a {
  background-size: 10px;
 }
}
.ex25_main_bottom {
 padding: 50px 10px;
 background-color: #ffffff;
 box-sizing: border-box;
}
.ex25_chara {
 width: 100%;
 max-width: 300px;
 margin: 0 auto;
}

/*電動カート画像*/
.ex25_cart {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
 align-items: flex-end;
 margin: 0 auto 30px;
}
.ex25_cart_img {
 width: 100%;
 max-width: 350px;
 margin: 10px;
 text-align: center;
 font-size: 15px;
 font-weight: bold;
}
.ex25_cart_img img {
 box-shadow: 5px 5px #d4d9dd;
 box-sizing: border-box;
 margin-bottom: 10px;
}
.ex25_cart_solo {
 float: right;
 width: 100%;
 max-width: 250px;
 margin: 20px;
 text-align: center;
 font-size: 15px;
 font-weight: bold;
}
.ex25_cart_solo img {
 box-shadow: 5px 5px #d4d9dd;
 box-sizing: border-box;
 margin-bottom: 10px;
}
/* デバイス幅が640px以下 */
@media only screen and (max-width: 640px) {
 .ex25_cart_solo {
  float: none;
  margin: 0 auto 10px;
 }
}

/*チケットについてのご案内*/
.ex25_ticket_flow {
 width: 50px;
}
.ex25_ticket_smooth {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 margin: 0 auto;
}
.ex25_ticket_smooth figure {
 width: 250px;
 font-size: 15px;
 line-height: 20px;
 font-weight: bold;
 text-align: center;
 margin: 10px;
}
.ex25_ticket_smooth figure img {
 max-width: 200px;
 box-shadow: 5px 5px 5px rgba(0,0,0,0.20);
 box-sizing: border-box;
 margin-bottom: 10px;
}
/* デバイス幅が640px以下 */
@media only screen and (max-width: 640px) {
 .ex25_ticket_smooth {
  flex-direction: column;
 }
 .ex25_ticket_smooth figure {
  margin: 20px;
 }
}

/*会場マップ*/
.ex25_map {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto 50px;
 box-shadow: 5px 5px #d4d9dd;
 box-sizing: border-box;
}
.ex25_table_area {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
 display: flex;
 flex-direction: column;
 align-items: flex-end;
}
.ex25_root_table {
 width: 100%;
 margin-bottom: 30px;
 font-size: 16px;
 line-height: 150%;
 text-align: center;
 background-color: #ffffff;
 box-shadow: 5px 5px #d4d9dd;
 box-sizing: border-box;
}
.ex25_root_table tr td,
.ex25_root_table tr th {
 text-align: center;
 padding: 5px;
 border: 1px solid #cccccc;
 box-sizing: border-box;
}
.ex25_root_table tr th {
 background-color: #eeeeee;
}
.ex25_root_table tr th.ex25_th_south {
 background-color: #facccf;
}
.ex25_root_table tr th.ex25_th_north {
 background-color: #cce0f0;
}
.last_table {
 width: 32%;
}
.last_table tr td:first-child {
 width: 22%;
}
.ex25_outbox_txt {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
}
/* デバイス幅が640px以下 */
@media only screen and (max-width: 640px) {
 .ex25_tb_scroll {
  overflow-x: auto;
 }
 .ex25_table_area {
  width: 1000px;
 }
}

/*カート待ち合わせ場所*/
.ex25_gate_nav {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
 width: 100%;
 max-width: 1000px;
 margin: 0 auto 30px;
}
.ex25_gate_nav li {
 width: 25%;
 line-height: 120%;
 text-align: center;
}
.ex25_gate_nav li a {
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 0 auto;
 width: 90%;
 height: 50px;
 background-color: #0068b7;
 background-image: url("../img/button_icon.png");
 background-repeat: no-repeat;
 background-position: 95% center;
 background-size: 10px;
 color: #ffffff;
 text-decoration: none;
 border-radius: 25px;
 box-sizing: border-box;
 transition: all 0.2s;
}
.ex25_gate_nav li:nth-child(2) a {
 background-color: #e70012;
}
.ex25_gate_nav li:nth-child(3) a {
 background-color: #00a59e;
}
.ex25_gate_nav li:nth-child(4) a {
 background-color: #999999;
}
.ex25_gate_nav li a:hover {
 transform: scale(1.1);
 transition: all 0.2s;
}
/* デバイス幅が640px以下 */
@media only screen and (max-width: 640px) {
 .ex25_gate_nav {
  flex-direction: column;
 }
 .ex25_gate_nav li {
  width: 100%;
  margin: 0 auto 20px;
 }
}
.ex25_gate_area {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
 width: 100%;
 max-width: 1000px;
 margin: 0 auto 30px;
}
.ex25_gate_block {
 width: 100%;
 max-width: 48.5%;
 margin-bottom: 30px;
}
.ex25_gate_block:first-child {
 margin-right: 3%;
}
.ex25_gate_block p {
 width: 90%;
 margin: 10px auto;
 text-align: center;
}
.ex25_gate_tit {
 width: 90%;
 font-size: 20px;
 text-align: center;
 color: #ffffff;
 background-color: #0068b7;
 margin: 0 auto 10px;
 padding: 10px 0;
 box-sizing: border-box;
}
.ex25_gate_block:nth-child(2) .ex25_gate_tit {
 background-color: #e70012;
}
.ex25_gate_s3 {
 background-color: #00a59e;
}
.ex25_gate_other {
 background-color: #999999;
}
.ex25_gate_item {
 margin-bottom: 20px;
 padding: 10px;
 box-sizing: border-box;
 text-align: center;
}
.ex25_gate_item img {
 max-width: 360px;
 box-shadow: 5px 5px #cce0f0;
 margin-bottom: 10px; 
 box-sizing: border-box;
}
.ex25_gate_block:nth-child(2) .ex25_gate_item img {
 box-shadow: 5px 5px #facccf;
}
.ex25_gate_item figcaption {
 max-width: 360px;
 margin: 0 auto;
 text-align: left;
 text-indent: -2.5em;
 padding-left: 2.5em;
}
/* デバイス幅が640px以下 */
@media only screen and (max-width: 640px) {
 .ex25_gate_area {
  flex-direction: column;
 }
 .ex25_gate_block {
  max-width: 100%;
  margin-right: 0;
 }
 .ex25_gate_tit,
 .ex25_gate_block p {
  width: 100%;
 }
}

/*よくあるお問い合わせ*/
.ex25_faq {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto 30px;
}
.ex25_faq dt {
 position: relative;
 display: flex;
 align-items: center;
 padding: 20px;
 height: 100px;
 color: #ffffff;
 background-color: #0068b7;
 border-radius: 20px;
 box-sizing: border-box;
}
.ex25_faq dt::before {
 content: "Q";
 font-size: 30px;
 font-weight: bold;
 margin-right: 20px;
}
.ex25_faq dd {
 position: relative;
 padding: 20px;
 padding-left: 70px;
 margin-top: 10px;
 background-color: #ffffff;
 border: 3px solid #0068b7;
 border-radius: 20px;
 box-sizing: border-box;
}
.ex25_faq dd::before {
 position: absolute;
 left: 20px;
 top: 20px;
 content: "A";
 font-weight: bold;
 color: #0068b7;
 font-size: 30px;
}
/* デバイス幅が640px以下 */
@media only screen and (max-width: 640px) {
 .ex25_faq dt {
  display: block;
  height: auto;
  padding-left: 70px;
 }
 .ex25_faq dt::before {
  position: absolute;
  left: 20px;
  top: 20px;
  margin: 0;
 }
}

/*フッター*/
#ex25_foot {
 text-align: center;
}
.ex25_foot_top {
 padding: 20px;
 background-color: #2d2d2d;
 color: #ffffff;
}
.ex25_foot_bottom {
 padding: 10px;
 background-color: #ffffff;
}

/*英語改行用*/
.ex25_en {
 word-break: keep-all;
}

/*文字装飾等*/
/*サイズ毎の表示変更*/
.pc {
 display: block;
}
.tb {
 display: none;
}
.sp {
 display: none;
}
/* デバイス幅が1200px以下 */
@media only screen and (max-width:1200px) {
 .pc {
  display: none;
 }
 .tb {
  display: block;
 }
}
/* デバイス幅が640px以下 */
@media only screen and (max-width: 640px) {
 .tb {
  display: none;
 }
 .sp {
  display: block;
 }
}

.red {
 color: #e70012;
}
.blue {
 color: #0068b7;
}
.gray {
 color: #D4D9DD;
}
.bold {
 font-weight: bold;
}
.line {
 text-decoration: underline;
}
.line_red {
 border-bottom: 3px solid #e70012;
}
.yellow_mark {
 background: linear-gradient(transparent 60%, #ffff00 60%);
}
.orange_mark {
 background: linear-gradient(transparent 70%, #ffbc68 70%);
}
.large {
 font-size: 1.1em;
}
.large2 {
 font-size: 1.2em;
}
.large5 {
 font-size: 1.5em;
}
.large7 {
 font-size: 1.7em;
}
.small {
 font-size: 0.8em;
}
.cen {
 text-align: center;
}
.R {
 text-align: right;
}
.l_height {
 line-height: 150%;
}
.clear {
 clear: both;
}
.kai {
 display: block;
 text-indent: -1em;
 padding-left: 1em;
 box-sizing: border-box;
}
.kai2 {
 display: block;
 text-indent: -2em;
 padding-left: 2em;
 box-sizing: border-box;
}
.kai3 {
 display: block;
 text-indent: -3em;
 padding-left: 3em;
 box-sizing: border-box;
}
.kai4 {
 display: block;
 text-indent: -4em;
 padding-left: 4em;
 box-sizing: border-box;
}
.kai6 {
 display: block;
 text-indent: -6em;
 padding-left: 6em;
 box-sizing: border-box;
}
.kai12 {
 display: block;
 text-indent: -12em;
 padding-left: 12em;
 box-sizing: border-box;
}
/* デバイス幅が640px以下 */
@media only screen and (max-width: 640px) {
 .kai4, .kai6, .kai12 {
  text-indent: -1em;
  padding-left: 1em;
 }
 .sp_kai2 {
  display: block;
  text-indent: -2em;
  padding-left: 2em;
  box-sizing: border-box;
 }
}

/*アコーディオン用*/
.submenu_title {
 cursor:pointer;
 transition: all 0.2s;
}
.submenu_title:hover {
 background-color: #00a59e;
 transition: all 0.2s;
}
.submenu {
 display: none;
}

/*モーダル*/
.hide-area{
  display: none;
}
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}
#modaal-title{
  font-size:1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}
.modaal-video .modaal-inner-wrapper{
  padding:0;
}