@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sancreek&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Special+Elite&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Gravitas+One&family=Labrada&family=Limelight&family=Marko+One&family=Prociono&family=Rakkas&family=Vidaloka&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Antic+Didone&family=Berkshire+Swash&family=Inria+Serif:wght@400;700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap");
.modalBlock section.modalInner ul.mainList .remarks, .modalBlock section.modalInner ul.subList li, .modalBlock section.modalInner ul.subList2 li { padding-left: 1em; text-indent: -1em; }

.contents__list > article222222, .ginfo__list { box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15); }

a { outline: none; transition: all 0.3s ease-in-out; text-decoration: underline; color: #007DC3; }
a:hover { color: #028FDD; }

img.responsiveimg { max-width: 100%; height: auto; }

#all { display: block; position: relative; width: 100%; height: 100%; }

.note { font-size: 90%; list-style: none; padding: 0; margin-bottom: 1rem; color: #222; }
.note li { padding-left: 1em; text-indent: -1em; margin-bottom: 0.3rem; }

.wrapper { display: block; position: relative; margin: 0px auto; padding: 0px; }

/* A Modern CSS Reset */
*, *::before, *::after { box-sizing: border-box; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }

ul[role="list"], ol[role="list"], ul, li { list-style: none; }

html { scroll-behavior: auto; }

body { min-height: 100vh; text-rendering: optimizeSpeed; line-height: 1.5; }

a:not([class]) { text-decoration-skip-ink: auto; }

img, picture { max-width: 100%; display: block; }

input, button, textarea, select { font: inherit; }

table { border-collapse: collapse; border-spacing: 0; }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } }
.btn__ticket { position: relative; overflow: hidden; width: 95%; max-width: 600px; border-radius: 5px; margin: 0 auto 10px; }
.btn__ticket a.btn-flat { width: 100%; overflow: hidden; position: relative; display: block; padding: 1.5rem 6rem; color: #fff; border-radius: 0; background: #AB0406; background: linear-gradient(to right, #AB0406, #770002); margin: 0 auto; text-align: center; text-decoration: none; font-size: 1.6rem; }
.btn__ticket a.btn-flat span { position: relative; }
.btn__ticket a.btn-flat:before { position: absolute; top: 0; left: 0; width: 100px; height: 100px; content: ''; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; -webkit-transform: translateX(-80%) translateY(-25px); transform: translateX(-80%) translateY(-25px); border-radius: 50%; background: #03229B; }
@media screen and (min-width: 992px) { .btn__ticket a.btn-flat:before { -webkit-transform: translateX(-80%) translateY(-25%); transform: translateX(-80%) translateY(-25%); } }
.btn__ticket a.btn-flat:hover:before { width: 400px; height: 400px; -webkit-transform: translateX(-1%) translateY(-50%); transform: translateX(-1%) translateY(-50%); }
@media screen and (min-width: 992px) { .btn__ticket a.btn-flat:hover:before { width: 1000px; height: 1000px; } }

.pc { display: none; }
@media screen and (min-width: 992px) { .pc { display: block; } }

.tablet { display: none; }
@media screen and (min-width: 600px) { .tablet { display: block; } }

.tablet2 { display: none; }
@media screen and (min-width: 600px) { .tablet2 { display: inline-block; } }

.sp { display: block; }
@media screen and (min-width: 992px) { .sp { display: none; } }

.tablet-sp { display: block; }
@media screen and (min-width: 600px) { .tablet-sp { display: none; } }

.middle-pc { display: none; }
@media screen and (min-width: 600px) { .middle-pc { display: block; } }
@media screen and (min-width: 1300px) { .middle-pc { display: none; } }

.wide-pc { display: none; }
@media screen and (min-width: 1301px) { .wide-pc { display: block; width: auto !important; min-height: 735px; max-width: initial; position: absolute; top: 0; left: 50%; margin-left: -850px !important; } }

.underPage .wide-pc { min-height: 535px; }

.sp_none { display: none; }
@media screen and (min-width: 992px) { .sp_none { display: inline; } }

.rp400 { display: none; }
@media screen and (max-width: 480px) { .rp400 { display: block; } }

.txt4S { font-size: 60% !important; }

.txt3S { font-size: 70% !important; }

.txtSS { font-size: 80% !important; }

.txtS { font-size: 90% !important; }

.txtL { font-size: 115% !important; line-height: 1.15; }
@media screen and (min-width: 992px) { .txtL { font-size: 120% !important; line-height: 1.2; } }

.txtLL { font-size: 140% !important; }

.txt3L { font-size: 160% !important; }

.txt__sub-red { font-size: 85% !important; color: #B20000; }

.txtStrike { text-decoration: line-through; }

.txtbold, .txtblod { font-weight: bold; }

.txtnormal { font-weight: normal; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.posCenter { margin: 0 auto; display: block; }

.color-accent { color: #028FDD; }

.color-red { color: #B20000; }

.color-blue { color: #2E3278; }

.color-green { color: #334141; }

.color-gray { color: #BDBDBD; }

.mt2 { margin-top: 2rem !important; }

.mt4 { margin-top: 4rem !important; }

.mt8 { margin-top: 8rem !important; }

.mt-4 { margin-top: -8rem !important; }

.mb0 { margin-bottom: 0 !important; }

.mb2 { margin-bottom: 2rem !important; }

.mb4 { margin-bottom: 2.8rem !important; }
@media screen and (min-width: 992px) { .mb4 { margin-bottom: 4rem !important; } }

.mb8 { margin-bottom: 8rem !important; }

.mb10 { margin-bottom: 10rem !important; }

.alignCenter { text-align: center; }

img.responsiveimg { max-width: 100%; height: auto; }

.longurl { word-break: break-all; }

.effect-fade { opacity: 0; transform: translate(0, 50px); transition: all 800ms; }

.effect-fade.effect-scroll { opacity: 1; transform: translate(0, 0); }

#loader { width: 200px; height: 200px; display: none; position: fixed; _position: absolute; top: 50%; left: 50%; margin-top: -100px; margin-left: -100px; z-index: 10000; }

#fade { width: 100%; height: 100%; display: none; background-color: #fff; position: absolute; top: 0px; left: 0px; z-index: 5000; }

.imgReplace { text-indent: 150%; white-space: nowrap; overflow: hidden; }

html { font-size: 62.5%; }

body { font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.6em; line-height: 1.6; letter-spacing: 0.05em; color: #000; background: url("../img/bg_sp.jpg"); background-position: center top; background-repeat: repeat; width: 100%; overflow-x: hidden; margin: 0; padding: 0; }
@media screen and (min-width: 600px) { body { background: url("../img/bg.jpg") center 800px; } }

.loader { display: inline-block; }

@-webkit-keyframes ball-spin-fade-loader { 50% { opacity: 0.3; -webkit-transform: scale(0.4); transform: scale(0.4); }
  100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } }
@keyframes ball-spin-fade-loader { 50% { opacity: 0.3; -webkit-transform: scale(0.4); transform: scale(0.4); }
  100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } }
#loader { width: 15px; height: 15px; display: none; position: fixed; _position: absolute; top: 50%; left: 50%; margin-top: -7px; margin-left: -7px; z-index: 10000; }

#fade { width: 100%; height: 100%; display: none; background-color: #fff; position: absolute; top: 0px; left: 0px; z-index: 5000; }

* { margin: 0; padding: 0; border: 0; }

.ball-spin-fade-loader { position: relative; top: -10px; left: -10px; }

.ball-spin-fade-loader > div:nth-child(1) { top: 25px; left: 0; -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear; animation: ball-spin-fade-loader 1s -0.96s infinite linear; }

.ball-spin-fade-loader > div:nth-child(2) { top: 17.04545px; left: 17.04545px; -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear; animation: ball-spin-fade-loader 1s -0.84s infinite linear; }

.ball-spin-fade-loader > div:nth-child(3) { top: 0; left: 25px; -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear; animation: ball-spin-fade-loader 1s -0.72s infinite linear; }

.ball-spin-fade-loader > div:nth-child(4) { top: -17.04545px; left: 17.04545px; -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear; animation: ball-spin-fade-loader 1s -0.6s infinite linear; }

.ball-spin-fade-loader > div:nth-child(5) { top: -25px; left: 0; -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear; animation: ball-spin-fade-loader 1s -0.48s infinite linear; }

.ball-spin-fade-loader > div:nth-child(6) { top: -17.04545px; left: -17.04545px; -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear; animation: ball-spin-fade-loader 1s -0.36s infinite linear; }

.ball-spin-fade-loader > div:nth-child(7) { top: 0; left: -25px; -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear; animation: ball-spin-fade-loader 1s -0.24s infinite linear; }

.ball-spin-fade-loader > div:nth-child(8) { top: 17.04545px; left: -17.04545px; -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear; animation: ball-spin-fade-loader 1s -0.12s infinite linear; }

.ball-spin-fade-loader > div { background-color: Violet; width: 15px; height: 15px; border-radius: 100%; margin: 2px; -webkit-animation-fill-mode: both; animation-fill-mode: both; position: absolute; }

@-webkit-keyframes ball-spin-loader { 75% { opacity: 0.2; }
  100% { opacity: 1; } }
@keyframes ball-spin-loader { 75% { opacity: 0.2; }
  100% { opacity: 1; } }
.ball-spin-loader { position: relative; }

.ball-spin-loader > span:nth-child(1) { top: 45px; left: 0; -webkit-animation: ball-spin-loader 2s 0.9s infinite linear; animation: ball-spin-loader 2s 0.9s infinite linear; }

.ball-spin-loader > span:nth-child(2) { top: 30.68182px; left: 30.68182px; -webkit-animation: ball-spin-loader 2s 1.8s infinite linear; animation: ball-spin-loader 2s 1.8s infinite linear; }

.ball-spin-loader > span:nth-child(3) { top: 0; left: 45px; -webkit-animation: ball-spin-loader 2s 2.7s infinite linear; animation: ball-spin-loader 2s 2.7s infinite linear; }

.ball-spin-loader > span:nth-child(4) { top: -30.68182px; left: 30.68182px; -webkit-animation: ball-spin-loader 2s 3.6s infinite linear; animation: ball-spin-loader 2s 3.6s infinite linear; }

.ball-spin-loader > span:nth-child(5) { top: -45px; left: 0; -webkit-animation: ball-spin-loader 2s 4.5s infinite linear; animation: ball-spin-loader 2s 4.5s infinite linear; }

.ball-spin-loader > span:nth-child(6) { top: -30.68182px; left: -30.68182px; -webkit-animation: ball-spin-loader 2s 5.4s infinite linear; animation: ball-spin-loader 2s 5.4s infinite linear; }

.ball-spin-loader > span:nth-child(7) { top: 0; left: -45px; -webkit-animation: ball-spin-loader 2s 6.3s infinite linear; animation: ball-spin-loader 2s 6.3s infinite linear; }

.ball-spin-loader > span:nth-child(8) { top: 30.68182px; left: -30.68182px; -webkit-animation: ball-spin-loader 2s 7.2s infinite linear; animation: ball-spin-loader 2s 7.2s infinite linear; }

.ball-spin-loader > div { -webkit-animation-fill-mode: both; animation-fill-mode: both; position: absolute; width: 15px; height: 15px; border-radius: 100%; background: #F3B8C5; }

/* ================================================================ * ScrollFadein ================================================================ */
.effect-fadein { opacity: 0; transform: translate(0, 50px); transition: all 800ms; }

.effect-fadein.effect-scroll { opacity: 1; transform: translate(0, 0); }

/* ================================================================  NAV ================================================================ */
.nav-header { transition: all 0.5s ease-in-out; position: fixed; position: absolute; top: 0; z-index: 1000; width: 100%; height: auto; }
@media screen and (min-width: 992px) { .nav-header { position: absolute; } }
.nav-header__container { display: flex; justify-content: flex-end; position: relative; margin: 0 auto; padding: 0; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
@media screen and (min-width: 600px) { .nav-header__container { display: block; } }
@media screen and (min-width: 992px) { .nav-header__container { -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; background-image: url(../img/nav_bg.png); background-repeat: repeat-x; background-size: auto; background-position: center bottom; justify-content: center; padding: 2px 15px; } }
.nav-header__ttl { display: block; position: absolute; top: 10px; left: 10px; width: 15vw; min-width: 70px; z-index: 1000; }
@media screen and (min-width: 600px) { .nav-header__ttl { width: 9vw; } }
@media screen and (min-width: 992px) { .nav-header__ttl { display: block; position: relative; top: inherit; left: inherit; width: 8.5vw; max-width: 135px; margin: 20px 46.2% 0 auto; } }
.nav-header__menu { display: none; position: relative; list-style: none; margin: 0; padding: 0; margin-top: 10px; font-family: "Oswald", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; }
@media (min-width: 992px) { .nav-header__menu { display: flex; justify-content: center; align-items: center; } }
.nav-header__menu-item { position: relative; height: 100%; }
.nav-header__link { display: block; align-items: center; height: 100%; color: #FFF; text-align: center; font-size: 1.6rem; padding: 6px 10px 6px 20px; text-decoration: none; }
@media (min-width: 1100px) { .nav-header__link { font-size: 1.8rem; } }
.nav-header__contact { display: inline-flex; justify-content: center; align-items: center; position: relative; border: none; line-height: 1; text-decoration: none; text-align: center; outline: none; cursor: pointer; transition: box-shadow .2s, text-shadow .2s, background-color .2s, border-color .2s, opacity .2s; background-color: #402000; color: #ffffff; margin-left: 1.6rem; padding: 1.2rem 3.2rem; border-radius: 100px; }
.nav-header__contact:hover { background-color: #271300; }
.nav-header__toggle { display: flex; align-items: center; justify-content: center; flex-direction: column; width: 5rem; height: calc(5rem + 8px); background: #FFF; border-radius: 5px; margin-top: 8px; margin-right: 8px; padding-top: 15px; padding-bottom: 10px; cursor: pointer; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
@media (min-width: 992px) { .nav-header__toggle { display: none; } }
.nav-header__toggle-line { display: block; width: 60%; border-bottom: 3px solid #028FDD; }
.nav-header__toggle-line:nth-child(2) { margin: 13% 0px; }
.nav-header__toggle-txt { display: block; margin: 5px 0 0 -1px; font-size: 1rem; color: #FFF; font-family: 'Secular One', sans-serif; }

.nav-header.is-fixed { position: fixed; height: auto; margin-top: 0; top: 0; }
.nav-header.is-fixed .nav-header__container { -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
@media screen and (min-width: 992px) { .nav-header.is-fixed .nav-header__container { width: auto; display: flex; justify-content: center; position: relative; } }
.nav-header.is-fixed .nav-header__ttl { display: none; }
@media screen and (min-width: 992px) { .nav-header.is-fixed .nav-header__ttl { width: 80px; margin: 0; padding: 5px 20px 0 0; } }
@media (min-width: 992px) { .nav-header.is-fixed .nav-header__menu { margin: 0; padding-top: 2px; } }

.nav-header2 { position: relative; top: 0; z-index: 1000; width: 100%; }
@media screen and (min-width: 992px) { .nav-header2 { position: fixed; top: 0; background-image: url(../img/menu_bg.png); background-repeat: repeat-x; background-size: auto 100%; } }
.nav-header2.is-fixed { position: fixed; height: auto; margin-top: 0; top: 0; }
.nav-header2 .nav-header__container { display: flex; justify-content: flex-end; position: relative; margin: 0 auto; padding: 0; max-width: 1100px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
@media screen and (min-width: 992px) { .nav-header2 .nav-header__container { justify-content: center; height: 5vw; } }
@media (min-width: 1170px) { .nav-header2 .nav-header__container { height: 60px; } }
.nav-header2 .nav-header__ttl { z-index: 0; display: block; position: relative; margin: 10px auto 0; }
@media screen and (min-width: 992px) { .nav-header2 .nav-header__ttl { display: block; position: absolute; top: 5px; left: 10px; width: 23vw; transition: all 0.3s ease-in-out; max-width: 366px; min-width: 140px; z-index: 0; } }
@media screen and (min-width: 1200px) { .nav-header2 .nav-header__ttl { left: -50px; overflow: hidden; width: 25vw; } }
@media screen and (min-width: 1400px) { .nav-header2 .nav-header__ttl { left: -80px; overflow: hidden; width: 30vw; } }
.nav-header2 .nav-header__menu { display: none; list-style: none; margin: 0; padding: 0; font-family: "Alfa Slab One", serif; font-weight: 400; font-style: normal; }
@media (min-width: 992px) { .nav-header2 .nav-header__menu { display: flex; justify-content: center; align-items: center; margin-left: 16vw; } }
@media (min-width: 1070px) { .nav-header2 .nav-header__menu { margin-left: 14vw; } }
@media (min-width: 1200px) { .nav-header2 .nav-header__menu { margin-left: 12vw; } }
.nav-header2 .nav-header__menu-item { position: relative; height: 100%; }
.nav-header2 .nav-header__menu-item:not(:first-child)::before { content: '★'; position: absolute; top: 0; left: 0; color: #334141; font-size: 1.8rem; padding: 14px 0; }
.nav-header2 .nav-header__link { display: block; align-items: center; height: 100%; text-align: center; font-size: 1.9rem; padding: 12px 6px 8px 24px; text-decoration: none; color: #334141; }
.nav-header2 .nav-header__link:hover { color: #028FDD; text-decoration: none; }
@media (min-width: 1070px) { .nav-header2 .nav-header__link { font-size: 2.2rem; } }
@media (min-width: 1200px) { .nav-header2 .nav-header__link { font-size: 2.3rem; } }
.nav-header2 .nav-header__toggle-txt { display: block; margin: 5px 0 0; font-size: 1.1rem; color: #FFF; font-family: 'Secular One', sans-serif; }

.nav-hamburger__btn { z-index: 1002; display: block; position: fixed; top: 0; right: 0; width: 5rem; height: calc(5rem + 8px); border-radius: 5px; margin-top: 8px; margin-left: 8px; padding: 6px 10px 6px; cursor: pointer; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
@media (min-width: 992px) { .nav-hamburger__btn { display: none; } }
.nav-hamburger__toggle-txt { display: block; margin: 5px 0 0; font-size: 1.1rem; color: #FFF; font-family: 'Secular One', sans-serif; }

.hamburger { display: block; position: relative; width: 100%; height: 30px; margin: 0 auto; text-align: center; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; transition: 0.5s all; }

.hamburger span { display: block; position: absolute; width: 100%; height: 2px; border-bottom: 3px solid #FFF; }

.hamburger span:nth-child(1) { top: 8px; }

.hamburger span:nth-child(2) { top: 18px; }

.hamburger span:nth-child(3) { top: 28px; }

.hamburger.active { -webkit-transform: rotate(360deg); transform: rotate(360deg); }

.hamburger.active span:nth-child(1) { top: 16px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }

.hamburger.active span:nth-child(2) { top: 16px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }

.hamburger.active span:nth-child(3) { opacity: 0; }

nav.nav-globalMenuSp { display: block; position: fixed; z-index: 2; z-index: 1000; top: 0; left: 0; color: #FFF; background: rgba(29, 33, 37, 0.8); text-align: center; transform: translateY(-100%); transition: all 0.6s; width: 100%; font-family: 'Berkshire Swash', cursive; font-weight: bold; background-repeat: repeat-y; background-position: center; background-size: 100% auto; }
@media screen and (min-width: 992px) { nav.nav-globalMenuSp { display: none; } }

nav.nav-globalMenuSp ul { margin: 0 auto; padding: 0; width: 100%; font-family: "Alfa Slab One", serif; font-weight: 400; font-style: normal; font-size: 16px; font-size: 1.6rem; }

nav.nav-globalMenuSp ul li { list-style-type: none; padding: 0; width: 100%; border-bottom: 1px solid #aaaaaa; }

nav.nav-globalMenuSp ul li:last-child { padding-bottom: 0; border-bottom: none; }

nav.nav-globalMenuSp ul li:hover { background-color: #028FDD; color: #FFF; }

nav.nav-globalMenuSp ul li a { display: block; color: #C4E4F9; padding: 1em 0; text-decoration: none; }
nav.nav-globalMenuSp ul li a:hover { color: #FFF; }

/* このクラスを、jQueryで付与・削除する */
nav.nav-globalMenuSp.active { transform: translateY(0%); }

/* ================================================================  Mark ================================================================ */
.mark_new { display: inline-block; background: linear-gradient(#156F00, #102A00); color: #ffffff; font-weight: bold; font-size: 10pt; letter-spacing: -1px; line-height: 1; vertical-align: top; margin: 0; padding: 8px 15px; transform: scale(0.7) translateX(0%) translateY(5%); vertical-align: middle; border-radius: 3px; animation: newAnime 1.2s infinite alternate; }
@media screen and (min-width: 992px) { .mark_new { font-size: 12pt; padding: 8px 16px; transform: scale(0.7) translateX(14%) translateY(5%); } }

@keyframes newAnime { 0% { color: #ffffff; background: linear-gradient(70deg, #1A8C00, #102A00); }
  100% { color: #C1A974; background: linear-gradient(70deg, #156F00, #102A00); } }
/* ================================================================  MAINVISUAL ================================================================ */
.mainvisual { position: relative; background-position: center; background-size: 100% auto; background-repeat: no-repeat; margin-top: 0 !important; margin-bottom: 0 !important; overflow: hidden; }
@media (min-width: 1170px) { .mainvisual { width: 100%; } }
.mainvisual__container { background-color: #000; position: relative; display: block; text-align: center; z-index: 1; align-items: flex-start; }
.mainvisual__image-top { background-image: url(../img/main_sp.jpg); background-repeat: no-repeat; background-size: 100% auto; background-position: top center; width: 100%; height: calc(100vw * 1.428); margin: 0; text-decoration: none; }
@media screen and (min-width: 600px) { .mainvisual__image-top { background-image: url(../img/main_m.jpg); } }
@media screen and (min-width: 992px) { .mainvisual__image-top { margin-top: 6vw; } }
@media screen and (min-width: 1300px) { .mainvisual__image-top { background-image: url(../img/main_wide.jpg); margin-top: 100px; } }
@media screen and (min-width: 600px) { .mainvisual__image-top { height: 65vw; background-size: cover; max-height: 835px; } }
@media screen and (min-width: 1300px) { .mainvisual__image-top { background-size: auto 100%; background-position: center; height: 835px; } }
.mainvisual__image-under { background-image: url(../img/main_sp_u.jpg); background-repeat: no-repeat; background-size: 100% auto; background-position: top center; width: 100%; height: calc(100vw * 0.77); margin: 0; text-decoration: none; }
@media screen and (min-width: 600px) { .mainvisual__image-under { background-image: url(../img/main2_m.jpg); } }
@media screen and (min-width: 992px) { .mainvisual__image-under { margin-top: 6vw; } }
@media screen and (min-width: 1300px) { .mainvisual__image-under { background-image: url(../img/main2_wide.jpg); margin-top: 100px; } }
@media screen and (min-width: 600px) { .mainvisual__image-under { background-size: cover; height: 40.538vw; } }
@media screen and (min-width: 1300px) { .mainvisual__image-under { background-size: auto 100%; background-position: center; height: 500px; } }
.mainvisual__ttl { position: absolute; display: block; width: 80%; left: 50%; transform: translateX(-50%); bottom: -20px; z-index: 10; }
@media screen and (min-width: 600px) { .mainvisual__ttl { display: none; } }
.mainvisual__text-main { font-weight: 700; font-family: 'Sancreek', cursive; font-size: 4.0rem; line-height: 1; position: relative; }
@media screen and (min-width: 992px) { .mainvisual__text-main { font-size: 5.6rem; } }
.mainvisual h1 { display: none; background-image: url(../img/title.png); background-repeat: no-repeat; background-size: 100% auto; background-position: center top; position: absolute; padding: 0px; z-index: 1; max-width: 515px; height: 282px; top: 0; left: 50%; margin-top: 0; width: 48%; transition: all 0.3s ease-in-out; }
@media screen and (min-width: 1150px) { .mainvisual h1 { background-size: 100% auto; background-position: center top; } }
@media screen and (min-width: 600px) { .mainvisual h1 { display: block; margin-top: 38.5%; width: 45%; left: 50%; transform: translate(-50%, 0); } }
@media (min-width: 1170px) { .mainvisual h1 { width: 100%; margin-top: 450px; left: 50%; transform: translate(-50%, 0); } }
.mainvisual h1.underpage { width: 40%; height: 319px; height: 319px; max-width: 420px; }
@media screen and (min-width: 600px) { .mainvisual h1.underpage { margin-top: 16%; margin-left: -38vw; } }
@media (min-width: 1170px) { .mainvisual h1.underpage { margin-top: 160px; margin-left: -470px; } }
.mainvisual__deco-R { display: none; position: absolute; padding: 0px; z-index: 1; max-width: 127px; right: 0; bottom: 0; }
@media screen and (min-width: 600px) { .mainvisual__deco-R { display: block; width: 10%; } }
@media (min-width: 1270px) { .mainvisual__deco-R { width: 30%; } }
.mainvisual__deco-L { display: none; position: absolute; padding: 0px; z-index: 1; max-width: 336px; left: 0; top: 0; }
@media screen and (min-width: 600px) { .mainvisual__deco-L { display: block; width: 20%; } }
@media screen and (min-width: 992px) { .mainvisual__deco-L { bottom: -5px; } }
@media (min-width: 1270px) { .mainvisual__deco-L { width: 30%; } }
.mainvisual__line { position: relative; background-image: url(../img/menu_bg2.png); background-repeat: repeat-x; background-size: auto 100%; justify-content: center; padding: 2px 15px; height: 2vw; }
@media screen and (min-width: 992px) { .mainvisual__line { display: none; } }

.page-heading__content { margin: 0; padding: 0; }
.page-heading__content--left { text-align: left; }
.page-heading__content--center { text-align: center; }
.page-heading__content--right { text-align: right; }
.page-heading__text-main { font-weight: 700; font-family: 'Sancreek', cursive; font-size: 4.0rem; }
.page-heading__text-main:after { display: block; max-width: 240px; padding-top: 2.4rem; border-bottom: 3px solid #000; content: ""; }
.page-heading__content--left .page-heading__text-main::after { margin-left: 0; margin-right: auto; }
.page-heading__content--center .page-heading__text-main::after { margin-left: auto; margin-right: auto; }
.page-heading__content--right .page-heading__text-main::after { margin-left: auto; margin-right: 0; }
.page-heading__text-sub { font-weight: 400; font-size: 1.6rem; color: #000; padding-top: 2.4rem; }
.page-heading__message { max-width: 800px; margin: 0 auto; padding-top: 6.4rem; color: #aaaaaa; font-weight: 400; font-size: 1.6rem; text-align: center; }

/* ================================================================  FOOTER ================================================================ */
.footer { padding-bottom: 45px; }
@media screen and (min-width: 992px) { .footer { padding-bottom: 20px; } }
.footer__container { width: 100%; text-align: center; }
.footer__menu { display: flex; flex-wrap: wrap; justify-content: center; list-style: none; margin: 0; padding: 4rem 0; }
.footer__menu-item:not(:first-child) { margin-left: 1.6rem; }
.footer__menu-item-link { -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.footer__menu-item-link:hover, .footer__menu-item-link:focus { text-decoration: underline; }
.footer__social { display: flex; flex-wrap: wrap; justify-content: center; list-style: none; margin: 0; padding: 3rem 0 0; }
.footer__social-item { width: 70px; }
.footer__social-item:not(:first-child) { margin-left: 2.6rem; }
.footer__social-link:hover img { opacity: 0.6; transition-duration: 0.3s; }
.footer__banner { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto; padding: 2rem 5px; }
.footer__banner div:first-of-type { width: 100%; display: flex; justify-content: center; }
@media screen and (min-width: 992px) { .footer__banner div:first-of-type { width: auto; } }
.footer__banner-item { margin: 5px 5px; }
.footer__banner-item img { height: 32px; }
.footer__banner-item:hover img { opacity: 0.6; transition-duration: 0.3s; }
@media screen and (min-width: 992px) { .footer__banner-item { margin: 0 10px; } }
.footer__caption { width: 95%; margin: 0 auto; font-size: 10px; font-size: 1rem; text-align: center; }
@media screen and (min-width: 992px) { .footer__caption { font-size: 12px; font-size: 1.2rem; } }
.footer__caption.-outline { text-shadow: 1px  1px 0px #FFF, -1px  1px 0px #FFF, 1px -1px 0px #FFF, -1px -1px 0px #FFF, 1px  0px 0px #FFF, 0px  1px 0px #FFF, -1px  0px 0px #FFF, 0px -1px 0px #FFF; }
.footer__copy { width: 95%; margin: 0 auto; font-size: 10px; font-size: 1rem; text-align: center; }
@media screen and (min-width: 992px) { .footer__copy { width: 100%; font-size: 10px; font-size: 1rem; } }

.footer_social { text-align: center; padding: 20px 0 30px; }
.footer_social p { color: #494338; font-family: 'Vollkorn', serif; font-size: 2rem; text-align: center; line-height: 2rem; padding: 0 !important; }
.footer_social li { display: inline-block; padding: 0; margin: 0 20px; }
.footer_social li img { width: 80px; margin: auto; }

@media (min-width: 750px) { #streaming .footer__caption, #streaming .footer__copy, #message .footer__caption, #message .footer__copy { text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7), -1px 1px 1px rgba(255, 255, 255, 0.7), 1px -1px 1px rgba(255, 255, 255, 0.7), -1px -1px 1px rgba(255, 255, 255, 0.7), 1px 0px 1px rgba(255, 255, 255, 0.7), 0px 1px 1px rgba(255, 255, 255, 0.7), -1px 0px 1px rgba(255, 255, 255, 0.7), 0px -1px 1px rgba(255, 255, 255, 0.7); } }

.table-overview { width: 100%; line-height: 1.8; text-align: left; }
.table-overview tr th { width: 16rem; padding: .8rem; vertical-align: top; }
.table-overview tr td { width: calc(100% - 16rem); padding: .8rem 1.6rem; vertical-align: top; }

/* ================================================================  BUTTON ================================================================ */
.button { display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 1.8rem; line-height: 2.0rem; color: #E1DDBB; text-align: center; width: 100%; margin: 0 auto 15px; border-radius: 8px; }
@media screen and (min-width: 992px) { .button { width: 90%; font-size: 2.2rem; } }
.button a { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 80px; padding: 20px; background-image: url(../img/btn_deco_l.png), url(../img/btn_deco_r.png); background-repeat: no-repeat, no-repeat, no-repeat; background-position: left center, right center; background-size: contain, contain; }
@media screen and (min-width: 992px) { .button a { padding: 25px; } }
.button a, .button a:hover { color: #E1DDBB; text-decoration: none !important; }
.button__member { background-color: #9A2121; }
.button__member a:hover { background-color: #B13434; }
.button__general { background-color: #806546; }
.button__general a:hover { background-color: #7E4343; }

.btnBlock { position: relative; display: flex; flex-wrap: wrap; align-items: center; margin: 0 auto; }
.btnBlock .w50 { width: 100%; }
@media screen and (min-width: 992px) { .btnBlock .w50 { width: 45%; } }
.btnBlock .w100 { width: 100%; }
@media screen and (min-width: 992px) { .btnBlock .w100 { width: 80%; } }

.btn, a.btn, button.btn { font-size: 1.6rem; font-weight: 700; line-height: 1.5; position: relative; display: inline-block; padding: 1rem 4rem; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 0.3s; transition: all 0.3s; text-align: center; vertical-align: middle; text-decoration: none; letter-spacing: 0.1em; color: #212529; border-radius: 0.5rem; margin: 0 auto 15px; }

a.btn-design { overflow: hidden; padding: 1.5rem 2rem; color: #fff; border-radius: 0; background: #090052; }
@media screen and (min-width: 992px) { a.btn-design { padding: 2.2rem 6rem; } }

a.btn-design span { position: relative; z-index: 1; }

a.btn-design:before { position: absolute; top: 0; left: calc(-100% + 10px); width: 100%; height: 100%; content: ''; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); background: #03D9DC; }

a.btn-design:after { position: absolute; top: 0; right: calc(-100% + 10px); width: 100%; height: 100%; content: ''; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); background: #03D9DC; }

a.btn-design:hover:before { -webkit-transform: translateX(50%) translateY(0); transform: translateX(50%) translateY(0); }

a.btn-design:hover:after { -webkit-transform: translateX(-50%) translateY(0); transform: translateX(-50%) translateY(0); }

#page-top { position: fixed; bottom: 15px; right: 15px; z-index: 1001; margin: 0; display: none; }
#page-top a { text-decoration: none; color: #000; width: auto; height: 35px; padding: 0; text-align: center; display: block; }
@media screen and (min-width: 600px) { #page-top a { width: auto; height: 48px; } }
@media screen and (min-width: 992px) { #page-top a { width: auto; height: 58px; } }
#page-top a img { max-height: 100%; }

/* ================================================================  MODAL WINDOW ================================================================ */
.modalBlock { color: #FFF; padding: 0; padding-bottom: 20px; background-color: #000; }
.modalBlock a, .modalBlock a:active, .modalBlock a:hover, .modalBlock a:visited { text-decoration: underline; }
.modalBlock p.modalDate { font-size: 14px; font-size: 1.4rem; text-align: right; display: inline-block; margin: 0; padding: 0; }
.modalBlock h2.modalTitle { width: 100%; font-size: 28px; font-size: 2.8rem; height: auto; padding: 50px 10px 25px; text-align: center; color: #FFFC8E !important; background: url(../img/btn_bg.png) right top/auto 100% no-repeat, url(../img/btn_bg_about.png) center top/100% auto repeat-y; }
.modalBlock h3 { font-size: 24px; font-size: 2.4rem; color: #F8698D; padding: 5px 0; margin: 0 0 20px; display: block; position: relative; }
@media screen and (min-width: 992px) { .modalBlock h3 { font-size: 28px; font-size: 2.8rem; padding: 5px 0px 5px 0px; } }
.modalBlock h3::before { content: " "; position: absolute; display: block; width: 30rem; height: 30rem; top: -4rem; left: -6rem; }
.modalBlock .modal__h-1::before { background: url(../img/bg_attention_h.png) top left no-repeat; }
.modalBlock .modal__h-2::before { background: url(../img/bg_attention_h2.png) top left no-repeat; }
.modalBlock h4 { font-size: 18px; font-size: 1.8rem; color: #F8698D; padding: 5px 10px; margin: 0 0 10px; display: block; font-weight: bold; text-align: center; border: #F8698D solid 2px; border-radius: 5px; }
@media screen and (min-width: 992px) { .modalBlock h4 { font-size: 20px; font-size: 2rem; padding: 5px 40px; display: inline-block; } }
.modalBlock section.modalInner { width: 92%; margin: 20px auto; padding: 0; color: #EEEEEE; }
.modalBlock section.modalInner h3 { margin-top: 40px; }
.modalBlock section.modalInner .modal-block { margin-bottom: 50px; }
.modalBlock section.modalInner ul.mainList { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 20px; }
.modalBlock section.modalInner ul.mainList li { padding: 4px 0 20px 20px; position: relative; word-break: break-all; }
.modalBlock section.modalInner ul.mainList li::after { content: ' '; position: absolute; top: 8px; left: 0px; width: 0; height: 0; border-left: 12px solid #FFF; border-top: 8px solid transparent; border-bottom: 8px solid transparent; }
.modalBlock section.modalInner ul.mainList p { width: 100%; margin: 0; }
.modalBlock section.modalInner ul.mainList .remarks { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin: 10px 0; }
.modalBlock section.modalInner ul.mainList .txt_telNo { font-size: 140%; margin-top: 8px; font-weight: bold; display: inline-block; }
.modalBlock section.modalInner ul.subList { font-size: 16px; font-size: 1.6rem; padding: 5px; margin: 5px 0; color: #FCA7BC; border: 1px solid #F8698D; }
@media screen and (min-width: 992px) { .modalBlock section.modalInner ul.subList { padding: 15px; } }
.modalBlock section.modalInner ul.subList li { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 8px 10px; margin: 0; }
@media screen and (min-width: 992px) { .modalBlock section.modalInner ul.subList li { font-size: 16px; font-size: 1.6rem; line-height: 22px; padding: 5px 20px; } }
.modalBlock section.modalInner ul.subList li::after { border: none; }
.modalBlock section.modalInner ul.subList2 { font-size: 16px; font-size: 1.6rem; margin: 15px 0 10px; }
.modalBlock section.modalInner ul.subList2 li { font-size: 16px; font-size: 1.6rem; line-height: 22px; padding: 5px 20px; margin: 0; }
.modalBlock section.modalInner ul.subList2 li::after { border: none; }
.modalBlock p { width: 100%; margin: 20px auto; }
.modalBlock .separator { border-top: 1px solid #F8698D; margin: 30px 0 50px 0; padding: 0; }
.modalBlock .separator .markTriangle { width: 18px; height: 18px; margin: 0 auto; color: #F8698D; font-size: 18px; font-size: 1.8rem; line-height: 24px; position: relative; }
.modalBlock .separator .markTriangle::after { content: ' '; position: absolute; top: 0px; left: 0px; width: 0; height: 0; border-left: 16px solid transparent; border-right: 16px solid transparent; border-top: 16px solid #F8698D; }

.modaal-close { position: fixed; right: 20px; top: 15px; color: #fff; cursor: pointer; opacity: 1; width: 50px; height: 50px; background: rgba(0, 0, 0, 0); border-radius: 100%; transition: all 0.2s ease-in-out; }

.modaal-close:focus, .modaal-close:hover { outline: none; background: #fff; }

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after { background: #E161DD; }

.modaal-close span { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important; overflow: hidden; }

/*X button*/
.modaal-close:before, .modaal-close:after { display: block; content: " "; position: absolute; top: 14px; left: 23px; width: 4px; height: 22px; border-radius: 4px; background: #FFF; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3); transition: background 0.2s ease-in-out; }

@media (max-width: 768px) { .modaal-close:before, .modaal-close:after { background: #FFFFFF; } }
.modaal-close:before { transform: rotate(-45deg); }

.modaal-close:after { transform: rotate(45deg); }

.modaal-fullscreen .modaal-close { background: #afb7bc; right: 10px; top: 10px; }

.crawl { display: flex; justify-content: flex-start; align-items: center; overflow: hidden; background-color: #000; color: #AB4DCA; font-family: "Alfa Slab One", serif; font-weight: 400; font-style: normal; padding: 5px 0 0; background-image: url(../img/crawl_bg.png); background-repeat: repeat-x; }

.crawl_wrapper { display: flex; animation: loop-text 60s linear infinite; }

.double-content { display: inline-block; font-size: 2.2rem; white-space: nowrap; }
@media screen and (min-width: 992px) { .double-content { font-size: 3.2rem; } }

@keyframes loop-text { 0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); } }
/* ================================================================  UNDER FRAME ================================================================ */
header { position: relative; }

.under-frame { padding: 0; position: relative; }
@media screen and (min-width: 600px) { .under-frame { padding: 0 1rem; } }
.under-frame__container { width: 100%; position: relative; max-width: 1300px; margin: 0 auto; background-color: #000; padding: 2rem 0 0; }
@media screen and (min-width: 992px) { .under-frame__container { width: 95%; margin: 60px auto 50px; padding: 10px 0 20px !important; } }
@media screen and (min-width: 600px) { .under-frame__container { border-radius: 1.2rem; padding: 2rem 1rem 1rem; } }
.under-frame__container-inner { width: 100%; display: block; position: relative; background-color: #D8D4C7; padding: 2.4rem 1rem; }
@media screen and (min-width: 600px) { .under-frame__container-inner { border-radius: 1rem; } }
@media screen and (min-width: 992px) { .under-frame__container-inner { padding: 2.4rem 1rem 5rem; } }
.under-frame__logo { position: absolute; display: inline-block; top: 0; left: 50%; transform: translate(-50%, -50%); z-index: 1; width: 40%; margin: 0	auto; }
@media screen and (min-width: 992px) { .under-frame__logo { padding-top: 3rem; width: 40%; } }

/* ================================================================  Under-Contents ================================================================ */
main { width: 100%; position: relative; max-width: 1300px; margin: 0 auto; margin-top: 0px !important; }
@media screen and (min-width: 992px) { main { width: 95%; margin: 60px auto 50px; padding: 10px 0 20px !important; } }
@media screen and (min-width: 992px) { main { margin-top: 0 !important; } }
main > article { text-align: center; }
main > article > section { text-align: left; }
main > article > h2 { width: 95%; margin: 0 auto; text-align: center; position: relative; display: inline-block; padding: 15px 0 10px; }
@media screen and (min-width: 480px) { main > article > h2 { font-size: 5rem; } }
@media screen and (min-width: 992px) { main > article > h2 { font-size: 7rem; padding: 60px 0 30px 50px; } }
main > article > h2 img { height: 40px; display: block; margin: auto; }
@media screen and (min-width: 600px) { main > article > h2 img { height: 50px; } }
@media screen and (min-width: 992px) { main > article > h2 img { height: auto; } }
main h2 { font-size: 4rem; display: inline-block; margin: 0 auto; position: relative; }
@media screen and (min-width: 600px) { main h2 { font-size: 5rem; } }
@media screen and (min-width: 992px) { main h2 { font-size: 7rem; } }
main > section { text-align: center; }
main > section > article { text-align: left; }

.contentsBlock { width: 100%; display: block; font-size: 16px; font-size: 1.6rem; text-align: left; position: relative; z-index: 10; }

.contents-inner { width: 100%; padding-bottom: 30px; }
@media screen and (min-width: 992px) { .contents-inner { width: 98%; margin: 0 auto; } }

.info__Block { position: relative; display: block; margin: 0 auto; padding: 0; width: 95%; font-size: 14px; font-size: 1.4rem; font-weight: normal; }
@media screen and (min-width: 992px) { .info__Block { font-size: 16px; font-size: 1.6rem; width: 100%; } }

.info__Box { width: 95%; background: url("../img/bg_frame.png") no-repeat center center/100% auto; margin: 0 auto; padding: 8px 20px 8px; text-align: left; }
@media screen and (min-width: 600px) { .info__Box { padding: 8px 30px 8px; } }
@media screen and (min-width: 992px) { .info__Box { width: 100%; padding: 50px 30px; } }

.info__Box p { line-height: 140%; font-size: 1.4rem; }
@media screen and (min-width: 600px) { .info__Box p { font-size: 1.6rem; line-height: 160%; } }
.info__Box p img { margin: 0 auto; }

.txt_right { text-align: right; }

.slideToggle__list { width: 95%; margin: 0 auto; display: block; position: relative; background-color: rgba(255, 255, 255, 0.9); margin-bottom: 15px; border-bottom: #BBBBBB solid 1px; }
@media screen and (min-width: 992px) { .slideToggle__list { width: 100%; } }
.slideToggle__list::after { content: ''; width: 20px; height: 100%; display: block; top: 0px; bottom: 0.5px; right: 0px; background-size: 20px auto; background-repeat: repeat-y; background-position: top right; vertical-align: middle; position: absolute; }
@media screen and (min-width: 600px) { .slideToggle__list::after { width: 32px; background-size: 32px auto; min-height: 70px; top: 0; bottom: 1px; } }
@media screen and (min-width: 992px) { .slideToggle__list::after { width: 32px; } }
.slideToggle__list-ttl { font-size: 15px; font-size: 1.5rem; line-height: 1.3; cursor: pointer; position: relative; font-weight: bold; display: block; align-items: center; min-height: 40px; padding-right: 40px; padding-left: 20px; padding-top: 15px; padding-bottom: 15px; }
@media screen and (min-width: 600px) { .slideToggle__list-ttl { display: flex; flex-wrap: wrap; align-items: center; min-height: 70px; padding-left: 20px; font-size: 16px; font-size: 1.6rem; padding-right: 40px; } }
@media screen and (min-width: 992px) { .slideToggle__list-ttl { display: flex; height: 82px; font-size: 17px; font-size: 1.7rem; min-height: 82px; padding-right: 10px; } }
.slideToggle__list-ttl::before { position: absolute; top: 0; left: 0; content: ''; background-image: url("../img/frame_left.png"); background-repeat: repeat-y; width: 16px; height: 100%; }
@media screen and (min-width: 600px) { .slideToggle__list-ttl::before { width: 30px; height: 70px; } }
@media screen and (min-width: 992px) { .slideToggle__list-ttl::before { height: 82px; } }
.slideToggle__list-ttl:hover { color: #028FDD; }
.slideToggle__list-ttl > .date { color: #028FDD; font-size: 15px; font-size: 1.5rem; display: block; margin: 4px 0 3px 75px; position: relative; font-weight: bold; }
@media screen and (min-width: 600px) { .slideToggle__list-ttl > .date { display: block; margin: 5px 0 0 0px; font-size: 17px; font-size: 1.7rem; } }
@media screen and (min-width: 992px) { .slideToggle__list-ttl > .date { margin: 0 0 0 20px; display: inline-block; font-size: 19px; font-size: 1.9rem; } }
.slideToggle__list-ttl > .txt { display: block; padding: 10px 0px; }
@media screen and (min-width: 600px) { .slideToggle__list-ttl > .txt { width: calc(100% - 130px); } }
@media screen and (min-width: 992px) { .slideToggle__list-ttl > .txt { width: calc(100% - 160px); } }
.slideToggle__list-ttl:after { font-family: "Font Awesome 5 Free"; content: ""; background-image: url("../img/btn_open.png"); background-size: contain; background-repeat: no-repeat; background-position: center; font-size: 16px; font-size: 1.6rem; position: absolute; top: 50%; right: 10px; margin-top: -20px; color: #402000; display: block; text-align: center; vertical-align: middle; padding-top: 13px; width: 20px; height: 40px; transition: all 0.2s ease-in-out; z-index: 1; }
@media screen and (min-width: 600px) { .slideToggle__list-ttl:after { margin-top: -25px; padding-top: 0; width: 28px; height: 50px; right: 20px; } }
.slideToggle__list-ttl.open:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); background-image: url("../img/btn_close.png"); margin-top: -20px; padding-top: 10px; }
@media screen and (min-width: 600px) { .slideToggle__list-ttl.open:after { margin-top: -25px; padding-top: 12px; } }
.slideToggle__list-ttl span.status-red, .slideToggle__list-ttl span.status-blue, .slideToggle__list-ttl span.status-green { display: inline-block; width: 55px; height: 18px; line-height: 18px; vertical-align: middle; text-align: center; font-size: 10px; font-size: 1rem; font-family: "Oswald", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-weight: normal; color: #FFF; margin-top: -5px; margin-left: 10px; }
@media screen and (min-width: 992px) { .slideToggle__list-ttl span.status-red, .slideToggle__list-ttl span.status-blue, .slideToggle__list-ttl span.status-green { font-size: 11px; font-size: 1.1rem; width: 85px; height: 20px; line-height: 20px; } }
.slideToggle__list-ttl span.status-red { background-color: #DC4B4B; }
.slideToggle__list-ttl span.status-blue { background-color: #338CCC; }
.slideToggle__list-ttl span.status-green { background-color: #18A589; }
.slideToggle__list-contents { display: none; width: 100%; text-align: left; background-color: #FFF; font-size: 14px; font-size: 1.4rem; line-height: normal; padding: 15px 10px 5px 10px; margin: 0; word-wrap: break-all; }
@media screen and (min-width: 600px) { .slideToggle__list-contents { font-size: 15px; font-size: 1.5rem; padding: 20px 50px 20px 50px; } }
@media screen and (min-width: 992px) { .slideToggle__list-contents { padding: 30px 50px 30px 50px; font-size: 16px; font-size: 1.6rem; } }
.slideToggle__list-contents li { margin-bottom: 8px; }
@media screen and (min-width: 600px) { .slideToggle__list-contents li { margin-bottom: 12px; } }
.slideToggle__list-contents li:last-of-type { margin-bottom: 0; }
.slideToggle__list-contents p { margin-bottom: 15px; }
.slideToggle__list-contents h3 { font-size: 17px; font-size: 1.7rem; font-weight: bold; margin-bottom: 10px; padding-left: 10px; border-left: 8px #D00002 solid; border-bottom: 2px #001D6C solid; color: #D00002; }
@media screen and (min-width: 992px) { .slideToggle__list-contents h3 { font-size: 19px; font-size: 1.9rem; font-size: 120%; margin-bottom: 30px; } }

.con__status-close { font-size: 80%; color: #028FDD; }

*, *:before, *:after { box-sizing: border-box; }

.listOpen .slideToggle__list-contents { display: block; }

.contents__list { width: 95%; margin: 0 auto; display: block; }
@media screen and (min-width: 992px) { .contents__list { width: 100%; } }
.contents__list > article222222 { width: 95%; text-indent: 0; font-size: 3rem; position: relative; margin: 0 auto 10px; text-align: left; }
@media screen and (min-width: 600px) { .contents__list > article222222 { font-size: 4.8rem; margin: 0 auto 15px; } }
@media screen and (min-width: 992px) { .contents__list > article222222 { font-size: 6.4rem; } }
.contents__list > article222222 > div { background-color: #FFF; padding: 10px; }
.contents__list > article222222 p { margin-bottom: 20px; }
.contents__list-ttl { display: flex; align-items: center; position: relative; min-height: 55px; margin: 0; padding: 0px 5px; line-height: 1.8rem; font-size: 1.6rem; padding-right: 40px; transition: all 0.3s ease-in-out; }
@media screen and (min-width: 600px) { .contents__list-ttl { min-height: 70px; padding: 10px 5px; padding-right: 20px; font-size: 1.8rem; line-height: 2.1rem; } }
@media screen and (min-width: 992px) { .contents__list-ttl { padding: 20px 0; padding-right: 20px; font-size: 2.2rem; line-height: 2.5rem; } }
.contents__list-ttl:hover { color: #007DC3; }
.contents__list-ttl-date { font-size: 16px; display: block; margin-bottom: 2px; padding: 0 0 5px 80px; position: relative; color: #7E9499; }
@media screen and (min-width: 600px) { .contents__list-ttl-date { padding: 2px 8px; margin-bottom: 5px; } }
@media screen and (min-width: 992px) { .contents__list-ttl-date { float: right; display: inline-block; } }
.contents__list-ttl::before { content: url("../img/icon_common.png"); position: absolute; top: 50%; margin-top: -25px; left: -10px; width: auto; height: 30px; transform: scale(0.75); }
@media screen and (min-width: 600px) { .contents__list-ttl::before { margin-top: -30px; left: 0; transform: scale(0.9); } }
@media screen and (min-width: 992px) { .contents__list-ttl::before { transform: scale(1); } }

.under-cont__soon { font-family: 'Kaisei Tokumin', serif; text-align: center; padding: 20px auto; margin: 50px auto 80px; color: #FFF; font-size: 2.0rem; }
@media screen and (min-width: 992px) { .under-cont__soon { padding: 80px auto; font-size: 2.6rem; margin: 80px auto 100px; } }

dl.contents__dl { width: 100%; display: flex; flex-wrap: wrap; font-size: 1.8rem; color: #402000; line-height: 2.2rem; margin-bottom: 20px; }
dl.contents__dl dt { font-size: 1.4rem; font-weight: bold; text-align: center; padding: 2px 12px; margin: 5px 0; display: inline-block; border: 2px #023292 solid; color: #023292; background-color: #FFF; }
@media screen and (min-width: 992px) { dl.contents__dl dt { margin-right: 15px; } }
dl.contents__dl dd { width: 100%; margin: 5px 0; margin-bottom: 5px; font-weight: bold; display: inline-block; }
@media screen and (min-width: 992px) { dl.contents__dl dd { max-width: calc(100% - 200px); margin: 10px 0; margin-right: 10px; } }
dl.contents__dl p { padding: 0 !important; }

.list-mark { list-style: none; margin-bottom: 20px; }
.list-mark > li { position: relative; margin-bottom: 15px; }
.list-mark > li::after { display: block; content: ''; position: absolute; top: .5em; left: -1.2em; width: 12px; height: 12px; background-color: #402000; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.list-frame { background: #dadada; /*灰色に*/ border-radius: 8px; box-shadow: 0px 0px 5px silver; padding: 0.5em 0.5em 0.5em 2em; margin: 10px auto 20px; font-size: 95%; list-style-type: circle; }
.list-frame > li { line-height: 1.5; padding: 0.5em 0; }
.list-unstyled { padding-left: 0; list-style: none; }

.notice__list { list-style: none; font-weight: normal; font-size: 1.4rem; line-height: 1.8rem; margin-bottom: 15px; color: #222; text-align: left; }
@media screen and (min-width: 992px) { .notice__list { font-size: 1.5rem; line-height: 1.8rem; margin-bottom: 15px; } }
.notice__list li { padding-left: 1em; text-indent: -1em; margin-top: 5px; margin-bottom: 10px; }
.notice__list li:last-of-type { margin-bottom: 0; }

.notice_blockS { padding-left: 1em; text-indent: -1em; font-weight: normal; line-height: 1.6rem; font-size: 1.4rem; color: #402000; }
@media screen and (min-width: 992px) { .notice_blockS { font-size: 1.4rem; line-height: 1.8rem; } }
.notice_blockS li { margin-bottom: 10px; }
.notice_blockS li:last-of-type { margin-bottom: 0; }

.soon { text-align: center; padding: 30px; display: block; }
.soon img { margin: 0 auto; width: 130px; }

.soon { font-family: "Alfa Slab One", serif; font-weight: 400; font-style: normal; color: #7F7F7F; font-size: 16px; font-size: 1.6rem; }
@media screen and (min-width: 600px) { .soon { font-size: 22px; font-size: 2.2rem; } }

/* ================================================================  TOP ================================================================ */
#topMainBlock { max-width: 530px; margin: 0 auto; position: relative; z-index: 0; }

.bxslider { width: 530px; position: relative; margin-right: auto; margin-left: auto; }
.bxslider img { margin: 0 auto; }

#topMainBlock h2 { width: 60%; float: left; display: block; }

.topSchduleMore { width: 35%; font-family: "Archivo Black", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; font-size: 3rem; letter-spacing: -1.5px; line-height: 1.0; color: #118BC5; float: right; clear: right; padding-top: 10px; }

.topSchduleMore a { color: #118BC5; -webkit-text-stroke: 0.5px #FFF; text-stroke: 0.5px #FFF; }

.top__contentsBlock { display: flex; flex-wrap: wrap; margin-top: 20px; }
.top__topics-inner { width: 98%; margin: 0 auto; }
.top__topics-frame { background-color: rgba(255, 255, 255, 0.9); }
.top__topics-more { color: #FFF; font-family: "Oswald", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 18px; font-size: 1.8rem; text-align: right; width: 100%; display: inline-block; }
@media screen and (min-width: 992px) { .top__topics-more { font-size: 22px; font-size: 2.2rem; } }
.top__topics-more a { display: block !important; color: #FFF; text-align: right; }
.top__topics-scroll { position: relative; }
.top__topics-scroll li { display: flex; flex-wrap: wrap; align-items: center; position: relative; height: 100%; padding: 5px 10px; border-bottom: #999999 solid 1px; }
@media screen and (min-width: 600px) { .top__topics-scroll li { min-height: 70px; padding-left: 20px; padding-right: 30px; } }
@media screen and (min-width: 992px) { .top__topics-scroll li { min-height: 82px; padding-left: 20px; padding-right: 30px; } }
.top__topics-day { color: #000; font-size: 14px; font-size: 1.4rem; margin: 3px 0 0 5px; font-weight: bold; }
@media screen and (min-width: 600px) { .top__topics-day { font-size: 16px; font-size: 1.6rem; margin: 5px 0 0 20px; } }
@media screen and (min-width: 992px) { .top__topics-day { font-size: 17px; font-size: 1.7rem; margin: 0 0 0 20px; width: auto; } }
.top__topics .ticket .top__topics-day::after, .top__topics .goodsinfo .top__topics-day::after, .top__topics .goodslineup .top__topics-day::after, .top__topics .etc .top__topics-day::after { content: 'TICKET'; width: 80px; height: 17px; display: inline-block; text-align: center; line-height: 1; background-color: #333333; color: #FFF; font-family: "Oswald", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 11px; font-size: 1.1rem; padding: 3px; margin-left: 10px; vertical-align: middle; position: relative; z-index: 1; }
@media screen and (min-width: 600px) { .top__topics .ticket .top__topics-day::after, .top__topics .goodsinfo .top__topics-day::after, .top__topics .goodslineup .top__topics-day::after, .top__topics .etc .top__topics-day::after { width: 85px; height: 21px; } }
.top__topics .ticket .top__topics-day::after { content: 'TICKET'; }
.top__topics .goodsinfo .top__topics-day::after { content: 'GOODS INFO'; }
.top__topics .goodslineup .top__topics-day::after { content: 'GOODS LINEUP'; }
.top__topics .etc .top__topics-day::after { content: 'ETC.'; }
.top__topics-info { color: #222; font-size: 15px; font-size: 1.5rem; margin: 0 0 3px 5px; width: 100%; line-height: 1.2; }
@media screen and (min-width: 600px) { .top__topics-info { font-size: 15px; font-size: 1.5rem; margin: 0 0 7px 5px; background-size: auto; } }
@media screen and (min-width: 992px) { .top__topics-info { font-size: 16px; font-size: 1.6rem; margin: 0 0 0 20px; width: calc(100% - 260px); } }
.top__topics a { z-index: 1; width: 100%; height: 100%; display: flex; flex-wrap: wrap; align-items: center; text-decoration: none; }
.top__topics a:hover .top__topics-info { color: #028FDD; transition: all 0.3s ease-in-out; }

/* ================================================================  NEWS ================================================================ */
.news__sort { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-bottom: 5px; margin: 0 auto; }
@media screen and (min-width: 992px) { .news__sort { margin-top: 20px; margin-bottom: 35px; margin-left: 30px; } }
.news__sort li:last-of-type { margin-right: 0 !important; }
.news__sort a { width: 18vw; display: block; position: relative; color: #402000; font-weight: bold; text-decoration: none; color: #FFF; border: #FFF solid 2px; border-radius: 5px; padding: 2px 0; margin-right: 5px; font-family: "Oswald", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 15px; font-size: 1.5rem; display: block; text-align: center; vertical-align: middle; line-height: 1; }
@media screen and (min-width: 600px) { .news__sort a { font-size: 17px; font-size: 1.7rem; width: 22vw; padding: 4px 0; } }
@media screen and (min-width: 992px) { .news__sort a { width: 140px; padding: 5px 0; margin-right: 15px; } }
.news__sort a:last-of-type { padding-right: 0; }

#newsPage .slideToggle { width: 98%; margin: 0 auto; }
#newsPage .slideToggle .slideToggle__list-ttl { position: relative; }
#newsPage .slideToggle .slideToggle__list-ttl::before { content: ''; background-image: url("../img/frame_left.png"); background-repeat: repeat-y; }
@media screen and (min-width: 600px) { #newsPage .slideToggle .slideToggle__list-ttl::before { height: 70px; } }
@media screen and (min-width: 992px) { #newsPage .slideToggle .slideToggle__list-ttl::before { height: 82px; } }
#newsPage .slideToggle .ticket .slideToggle__list-ttl .txt::before, #newsPage .slideToggle .goods .slideToggle__list-ttl .txt::before, #newsPage .slideToggle .etc .slideToggle__list-ttl .txt::before { content: 'TICKET'; width: 68px; height: 17px; display: block; text-align: center; line-height: 1.3; background-color: #333333; color: #FFF; font-family: "Oswald", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 11px; font-size: 1.1rem; padding: 3px; margin-right: 10px; margin-bottom: 5px; vertical-align: middle; position: relative; z-index: 1; }
@media screen and (min-width: 600px) { #newsPage .slideToggle .ticket .slideToggle__list-ttl .txt::before, #newsPage .slideToggle .goods .slideToggle__list-ttl .txt::before, #newsPage .slideToggle .etc .slideToggle__list-ttl .txt::before { display: inline-block; width: 85px; height: 21px; } }
#newsPage .slideToggle .ticket .slideToggle__list-ttl .txt::before { content: 'TICKET'; }
#newsPage .slideToggle .goods .slideToggle__list-ttl .txt::before { content: 'GOODS'; }
#newsPage .slideToggle .etc .slideToggle__list-ttl .txt::before { content: 'ETC.'; }
#newsPage .slideToggle .date { position: absolute; top: 0px; display: inline-block; color: #000; font-size: 14px; font-size: 1.4rem; margin: 3px 0 0 0; font-weight: bold; }
@media screen and (min-width: 600px) { #newsPage .slideToggle .date { position: relative; display: inline-block; width: auto; font-size: 16px; font-size: 1.6rem; margin: 5px 0 0 20px; } }
@media screen and (min-width: 992px) { #newsPage .slideToggle .date { font-size: 17px; font-size: 1.7rem; margin: 0 0 0 20px; width: auto; } }

/* ================================================================  Schedule ================================================================ */
#schedulePage .Link { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.event__info { width: 90%; margin: 0 auto; position: relative; display: block; }
@media screen and (min-width: 992px) { .event__info { display: flex; flex-wrap: wrap; } }
.event__info-ttl { margin-bottom: 20px; }
@media screen and (min-width: 992px) { .event__info-ttl { width: 40%; } }
.event__info-ttl img { margin: 0 auto; }
@media screen and (min-width: 992px) { .event__info-txt { width: 60%; } }
.event__info-day { font-size: 1.8rem; font-weight: bold; margin-bottom: 15px; }
@media screen and (min-width: 992px) { .event__info-day { font-size: 2.2rem; } }
.event__info-place { font-size: 1.6rem; margin-bottom: 15px; }
@media screen and (min-width: 992px) { .event__info-place { font-size: 1.4rem; } }

.event__check-item { color: #FFF; font-size: 1.5rem; font-weight: bold; line-height: 1.4; background-color: #028FDD; padding: 10px 15px; margin-bottom: 15px; border-radius: 5px; }
@media screen and (min-width: 600px) { .event__check-item { font-size: 1.8rem; padding: 20px 30px; margin-bottom: 15px; background: #028FDD url(../img/bg_event_check.png) no-repeat right bottom; } }
@media screen and (min-width: 992px) { .event__check-item { font-size: 2.0rem; padding: 30px 40px; } }
.event__check-list { border: #028FDD solid 1px; border-radius: 8px; margin-bottom: 30px; }
.event__check-list h3 { color: #028FDD; border-bottom: #028FDD solid 1px; }
.event__check-list h3 span { font-size: 1.6rem; display: block; padding: 10px; }
@media screen and (min-width: 992px) { .event__check-list h3 span { font-size: 2.0rem; padding: 20px; } }
.event__check-list ul { width: 95%; margin: 0 auto; padding: 25px 0 15px; font-weight: bold; }
.event__check-list ul li { margin-bottom: 5px; }
.event__check-list .notice__list { padding: 0 0 25px; font-weight: normal; }
.event__check-advance h3 { color: #028FDD; display: flex; align-items: center; position: relative; margin: 0; padding: 0px 5px; line-height: 1.8rem; font-size: 1.6rem; padding-right: 40px; padding-left: 20px; transition: all 0.3s ease-in-out; border-bottom: #028FDD solid 1px; margin-bottom: 15px; }
@media screen and (min-width: 600px) { .event__check-advance h3 { padding: 10px 5px; padding-left: 30px; padding-right: 20px; font-size: 1.8rem; line-height: 2.1rem; } }
@media screen and (min-width: 992px) { .event__check-advance h3 { padding: 20px 0; padding-right: 20px; padding-left: 30px; font-size: 2.2rem; line-height: 2.5rem; } }
.event__check-advance h3::before { content: url("../img/mark_star.png"); position: absolute; top: 50%; margin-top: -15px; left: -10px; width: auto; height: 26px; transform: scale(0.75); }
@media screen and (min-width: 600px) { .event__check-advance h3::before { left: 0; transform: scale(0.9); } }
@media screen and (min-width: 992px) { .event__check-advance h3::before { transform: scale(1); } }
.event__check-advance dl { display: flex; flex-wrap: wrap; }
.event__check-advance dt { width: 150px; background-color: #028FDD; color: #FFF; text-align: center; margin-bottom: 8px; margin-right: 10px; padding: 5px; }
.event__check-advance dd { width: calc(100% - 160px); margin-bottom: 8px; padding: 5px; font-weight: bold; }

.schedule__list-box { position: relative; }
.schedule__list-boxin { position: relative; display: block; flex-wrap: wrap; align-items: center; background-color: rgba(255, 255, 255, 0.9); background-repeat: repeat-y; border-bottom: #999999 solid 1px; margin-bottom: 10px; }
@media screen and (min-width: 600px) { .schedule__list-boxin { display: flex; flex-wrap: wrap; } }
.schedule__list-boxin h3 { position: absolute; top: 0; width: 40px; margin: 8px; }
@media screen and (min-width: 600px) { .schedule__list-boxin h3 { position: relative; width: 120px; margin: 20px 5px 20px 8px; } }
@media screen and (min-width: 992px) { .schedule__list-boxin h3 { width: 145px; margin: 30px 20px 30px 30px; } }
.schedule__list-boxin > ul { width: 98%; margin: 0 auto; padding: 10px 10px; display: block; align-items: center; font-size: 1.6rem; line-height: 1.2; color: #402000; }
@media screen and (min-width: 600px) { .schedule__list-boxin > ul { width: calc(100% - 150px); align-items: center; display: flex; flex-wrap: wrap; font-size: 2.0rem; gap: 0px; line-height: normal; padding: 15px 10px; } }
@media screen and (min-width: 992px) { .schedule__list-boxin > ul { width: calc(100% - 200px); padding: 25px 10px; } }
.schedule__list-boxin > ul li { font-weight: bold; padding: 0; margin-bottom: 5px; }
@media screen and (min-width: 600px) { .schedule__list-boxin > ul li { padding: 0; margin: 0px 0 !important; margin-top: 0px; margin-bottom: 3px; line-height: normal; height: auto; } }
.schedule__list-boxin > ul li.ttl { width: 100%; position: relative; display: inline-block; margin-bottom: 5px; color: #283888; }
@media screen and (min-width: 600px) { .schedule__list-boxin > ul li.ttl { margin-bottom: 12px; } }
@media screen and (min-width: 992px) { .schedule__list-boxin > ul li.ttl { padding-bottom: 5px; } }
.schedule__list-boxin > ul li.ttl span.status-red, .schedule__list-boxin > ul li.ttl span.status-blue, .schedule__list-boxin > ul li.ttl span.status-green { display: inline-block; width: 65px; height: 18px; line-height: 18px; vertical-align: middle; text-align: center; font-size: 10px; font-size: 1rem; font-family: "Oswald", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-weight: normal; color: #FFF; margin-top: -5px; margin-left: 5px; }
@media screen and (min-width: 600px) { .schedule__list-boxin > ul li.ttl span.status-red, .schedule__list-boxin > ul li.ttl span.status-blue, .schedule__list-boxin > ul li.ttl span.status-green { font-size: 11px; font-size: 1.1rem; margin-top: -5px; margin-left: 10px; } }
.schedule__list-boxin > ul li.ttl span.status-red { background-color: #DC4B4B; }
.schedule__list-boxin > ul li.ttl span.status-blue { background-color: #338CCC; }
.schedule__list-boxin > ul li.ttl span.status-green { background-color: #18A589; }
.schedule__list-boxin > ul li.ttl .ttl-label { font-size: 12px; font-size: 1.2rem; display: block; color: #FFF; border-radius: 2px; text-align: center; width: 80px; height: 30px; line-height: 30px; vertical-align: middle; margin-right: 10px; margin-left: 55px; }
@media screen and (min-width: 600px) { .schedule__list-boxin > ul li.ttl .ttl-label { font-size: 14px; font-size: 1.4rem; display: inline-block; margin-left: inherit; } }
@media screen and (min-width: 992px) { .schedule__list-boxin > ul li.ttl .ttl-label { padding-bottom: 5px; } }
.schedule__list-boxin > ul li.ttl .ttl-label { background: url("../img/bg_area1.png") no-repeat border-box left top/100% 100% fixed content-box; }
.schedule__list-boxin > ul li.ttl .ttl-label.type2 { background: url("../img/bg_area2.png") no-repeat border-box left top/100% 100% fixed content-box; }
.schedule__list-boxin > ul li.ttl .ttl-venue { display: inline-block; margin-top: 8px; }
@media screen and (min-width: 600px) { .schedule__list-boxin > ul li.ttl .ttl-venue { display: inline-block; margin-top: inherit; } }
@media screen and (min-width: 992px) { .schedule__list-boxin > ul li.ttl .ttl-venue { padding-bottom: 5px; } }
.schedule__list-boxin > ul span.status { display: inline-block; width: 85px; height: 20px; line-height: 20px; vertical-align: middle; text-align: center; font-size: 10px; font-size: 1rem; font-family: "Oswald", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-weight: normal; color: #FFF; margin-top: -5px; margin-left: 10px; }
@media screen and (min-width: 600px) { .schedule__list-boxin > ul span.status { font-size: 11px; font-size: 1.1rem; width: 85px; height: 20px; } }
.schedule__list-boxin > ul span.status.sold::before { content: 'SOLD OUT'; background-color: #DC4B4B; }
.schedule__list-boxin > ul li.day { width: 100%; padding-bottom: 5px; font-weight: normal; }
@media screen and (min-width: 600px) { .schedule__list-boxin > ul li.day { font-size: 16px; font-size: 1.6rem; } }
@media screen and (min-width: 992px) { .schedule__list-boxin > ul li.day { font-size: 18px; font-size: 1.8rem; } }
.schedule__list-boxin > ul li.contact { padding: 0 !important; font-size: 13px; font-size: 1.3rem; line-height: 1.3; margin: 0px 0 !important; margin-top: 0px; margin-bottom: 0px; font-weight: normal; }
.schedule__list-status { position: absolute; top: -7px; right: -18px; z-index: 1; max-width: 95px; }
@media screen and (min-width: 600px) { .schedule__list-status { max-width: 110px; } }
@media screen and (min-width: 992px) { .schedule__list-status { top: -8px; right: -20px; max-width: 130px; } }
.schedule__price { width: 98%; margin: 0 auto; }
.schedule__price .info__Box { padding: 8px 3px 15px; }
@media screen and (min-width: 600px) { .schedule__price .info__Box { padding: 8px 20px 20px; } }
.schedule__price-price { position: relative; display: block; text-align: center; font-size: 2rem !important; font-weight: normal; }
@media screen and (min-width: 600px) { .schedule__price-price { font-size: 2.8rem !important; } }
.schedule__price-label { width: 95%; display: block; font-size: 1.2rem; line-height: 1.2rem; color: #000; background-color: rgba(255, 255, 255, 0.5); border: 2px #000 solid; border-radius: 4px; padding: 2px 12px; margin: 0 auto 8px; vertical-align: middle; }
@media screen and (min-width: 600px) { .schedule__price-label { width: inherit; display: inline-block; margin: inherit; margin-right: 15px; padding: 6px 12px; font-size: 1.4rem; line-height: 1.4rem; border: 2px #000 solid; } }
.schedule__price ul { width: fit-content; margin: 0 auto; }

/* ================================================================  TICKET ================================================================ */
#ticketPage main { display: block; width: 100%; position: relative; max-width: 1300px; margin: 0 auto; }
@media screen and (min-width: 992px) { #ticketPage main { width: 95%; margin: 60px auto 50px; padding: 10px 0 20px !important; } }
@media screen and (min-width: 992px) { #ticketPage main { margin: 0 auto; padding: 0; } }

/* ================================================================  GOODS INFO ================================================================ */
#ginfoPage main { display: block; width: 100%; position: relative; max-width: 1300px; margin: 0 auto; }
@media screen and (min-width: 992px) { #ginfoPage main { width: 95%; margin: 60px auto 50px; padding: 10px 0 20px !important; } }
@media screen and (min-width: 992px) { #ginfoPage main { margin: 0 auto; padding: 0; } }
#ginfoPage .slideToggle__list .btnLarge { display: block; max-width: 410px; text-align: center; margin: 0 auto; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
@media screen and (min-width: 992px) { #ginfoPage .slideToggle__list .btnLarge { max-width: 613px; } }
#ginfoPage .slideToggle__list .btnLarge img { margin: 0 auto; }

.ginfo__about { width: 95% !important; }
.ginfo__about .outer { margin: 10px auto 10px !important; }
@media screen and (min-width: 600px) { .ginfo__about .outer { margin: 10px auto 10px !important; } }
.ginfo__about .inner { font-size: 1.6rem; color: #402000; }
.ginfo__list { width: 95%; text-indent: 0; padding: 3px 10px !important; background-color: #FFF; font-size: 1.6rem; position: relative; margin: 0 auto 10px; text-align: left; }
@media screen and (min-width: 600px) { .ginfo__list { padding: 15px 30px 15px 30px !important; } }
.ginfo__list-boxin { position: relative; }
@media screen and (min-width: 992px) { .ginfo__list-boxin { flex-wrap: wrap; } }
@media screen and (min-width: 992px) { .ginfo__list-boxin .ginfo__list-detail { margin-left: 20px; font-size: 2rem; font-weight: bold; } }
.ginfo__list-boxin .ginfo__list-detail > dl { width: 100%; display: flex; flex-wrap: wrap; font-size: 1.8rem; color: #402000; line-height: 2.2rem; margin-bottom: 20px; }
.ginfo__list-boxin .ginfo__list-detail > dl dt { width: 120px; background-color: #FFF; color: #001B83; text-align: center; margin-bottom: 8px; margin-right: 10px; padding: 2px; }
.ginfo__list-boxin .ginfo__list-detail > dl dd { width: 100%; margin-bottom: 5px; font-weight: bold; }
@media screen and (min-width: 992px) { .ginfo__list-boxin .ginfo__list-detail > dl dd { width: calc(100% - 130px); margin: 8px 0; } }
.ginfo__list-boxin .ginfo__list-detail > dl p { padding: 0 !important; }
.ginfo__list-status { position: absolute; top: -30px; right: -10px; z-index: 1; max-width: 85px; }
@media screen and (min-width: 992px) { .ginfo__list-status { top: -30px; right: -20px; max-width: 130px; } }
.ginfo__list-ttl { color: #001D8C; display: flex; align-items: center; position: relative; font-weight: bold; margin: 0; line-height: 1.8rem; font-size: 1.6rem; padding-right: 40px; padding-left: 20px; transition: all 0.3s ease-in-out; border-bottom: #001D8C solid 1px; margin-bottom: 15px; }
@media screen and (min-width: 600px) { .ginfo__list-ttl { padding-left: 30px; padding-right: 20px; font-size: 1.8rem; line-height: 2.1rem; margin-bottom: 20px; } }
@media screen and (min-width: 992px) { .ginfo__list-ttl { padding-right: 20px; padding-left: 30px; font-size: 2.2rem; line-height: 2.5rem; margin-bottom: 25px; } }
.ginfo__list-ttl::before { position: absolute; left: 0; font-family: "Font Awesome 5 Free"; content: '\f04b'; margin-right: 6px; font-size: 16px; font-size: 1.6rem; color: #D00002; }
.ginfo__list-ttl2 { color: #ffffff !important; background-color: #402000; background-color: rgba(211, 211, 211, 0.5); margin-top: 5px; margin-bottom: 8px; position: relative; font-size: 1.6rem; line-height: 120%; font-weight: bold; text-align: left; }
@media screen and (min-width: 992px) { .ginfo__list-ttl2 { font-size: 1.8rem; line-height: 2.4rem; } }
.ginfo__list-ttl2 span { display: inline-block; background-color: #402000; padding: 7px 15px 5px; }
@media screen and (min-width: 992px) { .ginfo__list-ttl2 span { padding: 5px 15px; } }
.ginfo__table { width: 100%; margin: 0 auto; margin-bottom: 8px; border-collapse: collapse; font-size: 1.3rem; line-height: 110%; }
@media screen and (min-width: 600px) { .ginfo__table { width: 95%; font-size: 1.4rem; } }
@media screen and (min-width: 992px) { .ginfo__table { font-size: 1.6rem; } }
.ginfo__table tr { background-color: #FFF; }
.ginfo__table tr:nth-child(even) { background-color: #F5F4E3; }
.ginfo__table td { border: 1px solid #000066; padding: 3px; }
@media screen and (min-width: 992px) { .ginfo__table td { padding: 5px; } }
.ginfo__table td:nth-of-type(1) { text-align: center; }
.ginfo__table td:nth-of-type(2) { text-align: center; }
.ginfo__table td:nth-of-type(3) { text-align: center; white-space: nowrap; line-height: 300%; }
.ginfo__table td:nth-of-type(5) { text-align: center; }
.ginfo__table-caption { width: 100%; font-size: 1.2rem; margin: 0 auto; }
@media screen and (min-width: 600px) { .ginfo__table-caption { width: 95%; font-size: 1.3rem; } }
@media screen and (min-width: 992px) { .ginfo__table-caption { font-size: 1.4rem; } }

.goodsinfo_img { margin-bottom: 15px; text-align: center; }
.goodsinfo_img img { width: 100%; margin: 0 auto; max-width: 426px; }
@media screen and (min-width: 992px) { .goodsinfo_img img { max-width: 1000px; } }

.member-cert { border: #A80003 solid 1px; border-radius: 5px; padding: 10px; padding-left: 15px; margin: 10px 10px 15px 0; font-size: 1.5rem; }
@media screen and (min-width: 992px) { .member-cert { padding: 15px; padding-left: 20px; margin: 10px; margin-bottom: 20px; } }

/* ================================================================  GOODS LINEUP ================================================================ */
#glineupPage .soon_goods { text-align: center; padding: 60px; }
@media screen and (min-width: 600px) { #glineupPage .soon_goods { padding: 100px; text-align: center; } }
#glineupPage .soon_goods img { margin: 0 auto; }

.soon_goods { font-family: "Alfa Slab One", serif; font-weight: 400; font-style: normal; color: #7F7F7F; font-size: 16px; font-size: 1.6rem; }
@media screen and (min-width: 600px) { .soon_goods { font-size: 28px; font-size: 2.8rem; } }

/* ================================================================  ATTENTION ================================================================ */
#attentionPage main { display: block; width: 100%; position: relative; max-width: 1300px; margin: 0 auto; }
@media screen and (min-width: 992px) { #attentionPage main { width: 95%; margin: 60px auto 50px; padding: 10px 0 20px !important; } }
@media screen and (min-width: 992px) { #attentionPage main { margin: 0 auto; padding: 0; } }
#attentionPage main .list__inner { padding: 0px 10px 0 10px !important; }
@media screen and (min-width: 992px) { #attentionPage main .list__inner { padding: 15px 20px 30px 0px !important; } }
#attentionPage main .list__inner > li { list-style: disc; }
#attentionPage main .list__inner > p { font-size: 1.6rem; }
#attentionPage .info__Box p { line-height: 140%; font-size: 1.4rem; }
@media screen and (min-width: 600px) { #attentionPage .info__Box p { font-size: 1.6rem; line-height: 160%; } }
#attentionPage .info__Box p img { margin: 20px auto; }
@media screen and (min-width: 600px) { #attentionPage .info__Box p img { margin: 10px auto; } }
#attentionPage .slideToggle__list > article { /*margin: 0 auto 10px;*/ }
#attentionPage .msg { font-size: 1.6rem; padding: 5px 0px; }
@media screen and (min-width: 992px) { #attentionPage .msg { padding: 20px 40px; } }
#attentionPage .msg img { margin: 8px auto; max-width: 623px; }
@media screen and (min-width: 992px) { #attentionPage .msg img { margin: 20px 5px; max-width: 972px; } }

.list_child { padding: 8px 0 0 8px; color: #434FAF; font-size: 15px; font-size: 1.5rem; }
.list_child li { padding-left: 1em; text-indent: -1em; }

.attention { position: relative; }

.attention { position: relative; }
.attention h3 { font-size: 3.4rem; font-weight: normal; margin-bottom: 20px; text-align: center; position: relative; }
.attention__date { top: 70px; text-align: right; position: absolute; display: block; width: 90%; left: 50%; transform: translateX(-50%); }
@media screen and (min-width: 992px) { .attention__date { top: 100px; } }

img { border: none; outline: none; max-width: 100%; }

.imgRepl { font-size: 0; *font-size: 100%; overflow: hidden; text-indent: -8000em; }

/* clearfix */
.clearfix, #venueWrap { *zoom: 1; }
.clearfix:after, #venueWrap:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }

#venueWrap .slick-container-topVenue { width: 100%; display: inline-block; padding: 0px; text-align: center; }
#venueWrap .slick-container-topVenue div { width: 100%; margin: 0 auto; vertical-align: middle; }
#venueWrap .slick-container-topVenue div a { padding: 5px 5px; display: block; }
#venueWrap .slick-container-topVenue div img { width: auto; margin: 0 auto; }

/*矢印ボタン_戻る_左*/
#venueWrap .slick-container-topVenue .prev { display: block; width: 30px; height: 30px; margin: auto auto auto 5px; border-top: none; border-left: 4px solid #aaaaaa; border-bottom: 4px solid #aaaaaa; transform: rotate(45deg); position: absolute; z-index: 100; top: 45%; padding: 0; }

/*矢印ボタン_次へ_右*/
#venueWrap .slick-container-topVenue .next { display: block; width: 30px; height: 30px; margin: auto 5px auto auto; border-bottom: none; border-top: 4px solid #aaaaaa; border-right: 4px solid #aaaaaa; transform: rotate(45deg); position: absolute; z-index: 100; top: 45%; right: 0; padding: 0; }

#venueWrap .slick-container-topVenue .arrow { cursor: pointer; text-align: center; }

/* バナー リンク反応 */
#venueWrap .discoMainBlock img { transition: 0.3s; }

#venueWrap .discoMainBlock a:hover + .Jacket { transform: scale(1.05, 1.05); }

#venueWrap .slick-container-topVenue div a img { transition: 0.3s; }

#venueWrap .slick-container-topVenue div a:hover img { transform: scale(1.045, 1.045); }

/* Icons */
@font-face { font-family: 'slick'; font-weight: normal; font-style: normal; src: url("../fonts/slick.eot"); src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }

.slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }

[dir='rtl'] .slick-prev { right: -25px; left: auto; }

.slick-prev:before { content: '←'; }

[dir='rtl'] .slick-prev:before { content: '→'; }

.slick-next { right: -25px; }

[dir='rtl'] .slick-next { right: auto; left: -25px; }

.slick-next:before { content: '→'; }

[dir='rtl'] .slick-next:before { content: '←'; }

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }

.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; padding: 0; cursor: pointer; }

.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }

.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }

.slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before { opacity: .75; color: black; }

@media screen and (max-width: 1020px) { #venueWrap .discoMainBlock { margin-top: 5%; }
  #venueWrap .discoMainBlock img { width: 100%; width: 600px; height: auto; } }
@media screen and (max-width: 768px) { #venueWrap .discoMainBlock { width: auto; float: none; display: block; text-align: center; margin: 0 auto; }
  #venueWrap .discoMainBlock img { width: auto; height: 100%; }
  #venueWrap .discoMainBlock .discoMain_txt { font-size: 1.4rem; }
  #venueWrap .discoMainBlock .discoMain_txt .ttl { font-size: 1.8rem; font-weight: bold; display: block; }
  #venueWrap .slick-container-topVenue { width: 100%; min-height: 150px; display: inline-block; margin-top: 5px; margin-left: 0px; text-align: center; } }
