@charset "utf-8";


/* -------------------------------------------------
	font
------------------------------------------------- */

@font-face {
	font-family: 'Overpass-ExtraBold';
	font-style: normal;
	src: url('../font/Overpass/Overpass-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Overpass-Bold';
	font-style: normal;
	src: url('../font/Overpass/Overpass-Bold.ttf') format('truetype');
}



/*===================================================
	リセット
====================================================*/
* html body, * html input, * html textarea {font-family: "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
font-weight:400;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1.5;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

a,a:hover,a:active,a:link,a:visited{
	color: #fff;
    outline: none;
    text-decoration: none;
    transition:0.3s;
    -webkit-transition:0.3s;   
}

i.fas{display:inline;}

img{width:100%;}

.pc{display:block;}
.sp{display:none;}
	
/* -------------------------------------------------
	colorBox
------------------------------------------------- */
body #cboxOverlay {
    background: #000;
    }
body #colorbox, body #cboxOverlay, body #cboxWrapper,body  #cboxContent{
  border-radius: 0;
  overflow:initial;
}

body #cboxPrevious {
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    position: absolute;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transition: 0.4s;
    left: 0;
    top: 50%;
    bottom: auto;
}
body #cboxNext {
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background:rgba(255,255,255,0.1);
    position: absolute;
    top: 40%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transition: 0.4s;
    left: auto;
    right: -65px;
    top: 50%;
    bottom: auto;
}
body #cboxPrevious:before, body #cboxNext:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: 1;
    content: '';
}
body #cboxPrevious:before {
    transform: translate(-25%, -50%) rotate(-135deg);
}
body #cboxNext:before {
    transform: translate(-75%, -50%) rotate(45deg);
}

body #cboxClose {
    top: -20px;
    right: -50px;
    bottom: auto;
    left: auto;
    position: absolute;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 99999;
    pointer-events: all;
    display: block !important;
    background: none;   
}
body #cboxClose::before,body #cboxClose::after { 
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 30px;
    background: #ffffff;
}
 
body #cboxClose::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
body #cboxClose::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

body #colorbox, #cboxOverlay, body #cboxWrapper {
    overflow:initial;
}
body #cboxContent {
    background: #fff;
    overflow: visible;
    border-radius: 0;
    position: relative;
}
body #cboxClose:hover {
    background-position: top center;
}
body #cboxNext:hover{
    background-position: center right;    
}
body #cboxPrevious:hover{
    background-position: center left;    
}
body #cboxCurrent {
    display: none!important;
}    
body #cboxLoadedContent {
    margin-bottom: 0;

}

/* -------------------------------------------------
	slicik
------------------------------------------------- */

.arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin: 0 30px 20px 0;
}

.arrow_box .prev-arrow,
.arrow_box .next-arrow {
    display: block;
    width: 40px;
    height: 40px;
    background: #2d2d2d;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
}

.arrow_box .prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
}

.arrow_box .prev-arrow::before,
.arrow_box .next-arrow::before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}


/* -------------------------------------------------
	フレーム
------------------------------------------------- */
body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    color: #000;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background:#f3efe2;
}

.wrap {
    background: transparent;
}
section{
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 5vw 0;
    background: none;
}
section:nth-child(even){
    background: none;
}
.inBox{
    width: 90%;
    margin: auto;
    max-width: 1000px;
    border-radius: 20px;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    background: #003149;
    color: #fff;
    /*
    border: 5px solid #ffffff;
    box-shadow: 3px 3px #ffffff;
    -webkit-box-shadow: 3px 3px #ffffff;
    */
}
section .inBox{
    border: 5px solid #3A6376;
    box-shadow: 3px 3px #3A6376;
    -webkit-box-shadow: 3px 3px #3A6376;
}

#footer {
    position: relative;
    bottom: 0;
    padding: 40px 20px;
    background: none;
    color: #000;
    width: 100%;
    top: auto;
    z-index: 0;
    box-sizing: border-box;
}
#footer .fcLogo,
#footer .official {
    display: none;
}
#footer .copyright {
    font-size: 12px;
    color: #000;
    display: block;
    font-weight: 600;
}
#footer .copyright small{
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    display: block;
    line-height: 1.5;
}
    #footer .nav__page-top {
        display: none;
    }
/* -------------------------------------------------
	共通
------------------------------------------------- */

body::before {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url(/static/dish/fanclub/feature/summer_amusement_2025/images/bg_logo_q3HSWvas.png);
    background-size: 150px;
    animation: bgscroll 20s linear infinite;
    z-index: -10;
}
@keyframes bgscroll {
 0% {
	background-position: 0 0%;
 }
 100% {
	background-position: -150px 65px;
 }
}

.borderBox .border {
    background-color: #003149;
    position: fixed;
    z-index: 1000;
}
.borderBox .border.top {
    height: 10px;
    right: 0;
    top: 0;
    width: 100%;
}
.borderBox .border.left {
    height: 100%;
    left: 0;
    top: 0;
    width: 9px;
}
.borderBox .border.bottom {
    height: 10px;
    left: 0;
    bottom: 0;
    width: 100%;
}
.borderBox .border.right {
    height: 100%;
    right: 0;
    bottom: 0;
    width: 9px;
}

.header:not(.header--home) {
    display: none;
}
.background {
    display: none;
}
body:not(.page--home) .content--body {
        margin-top: 0;
}
#loader{
    background: #3A6376;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 100vh;
    display: block;
    animation: loadingAnime 1s forwards ease-in-out;
}
.loading #loader{
    z-index: -9999999;
}
@keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
 

h3{
    line-height: 1.2;
    margin: 0 0 30px 0;
    text-align: center;

}
.started h3 span{
    animation: 2s wiggleIn 0.2s forwards 1, 2s wiggle 0.2s forwards infinite;
}
h3 span{
    letter-spacing: 0;
    font-size: 75px;
    color: #003149;
    display: inline-block;
    font-family: "lores-12", sans-serif;
    font-weight: bold;
}
h3 .mini{
    display: block;
    font-size: 20px;
}
section:nth-child(even) h3 span{

}

h4{
	font-size: 18px;
    font-weight: 600;
    margin: 0 0 40px;
    color: #888;
    letter-spacing: 0.1em;
}
.coming{
    font-family: 'Red Hat Display', sans-serif;
}

.anim1{
    transition: 0.5s ease 2s;
    opacity:0;
}
.loaded .anim1{
    opacity:1;
}
.delighter .inBox{
    transition: all .5s ease-out;
    transform: translatey(3%);
    opacity: 0;
}
.delighter.started .inBox{
    transform: translatey(0);
    opacity: 1;
}
.ancPoint {
    position: relative;
}
.anc {
    display: block;
    position: absolute;
    top: -70px;
}
.space{
    display: block;
    width: 100%;
    height: 400px;
}

.accordionBox{
    color: #fff;
}
.accordionBox dt {
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    transition: 0.4s;
    cursor: pointer;
}
.accordionBox dt::after {
    position: absolute;
    content: "";
    vertical-align: middle;
    top: 53%;
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right:2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.accordionBox dt.accordion--open::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.4s;        
}
.accordionBox > dd{
	margin: 20px 0 0 0;
}
.btn a {
    display: block;
    width: 90%;
    max-width: 350px;
    background: #B34D4D;
    color: #fff;
    padding: 20px;
    margin: 0 auto 30px;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #B34D4D;
    text-align: center;
    border-radius: 999px;
    box-sizing: border-box;
}
.btn a .fa{
    font-size: 17px;
    margin: 0 0 0 10px;
    position: relative;
    top: 1px;
}

.attentionList li{
    font-size: 13px;
    text-indent: -1em;
    margin: 0 0 10px 1em;
    line-height: 1.5;
    font-weight: 400;
}
.attentionList li:last-child{
    margin: 0 0 0 1em;
}

.lead{
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 30px 0;
}

.link{
    text-decoration: underline;
}
	
/* -------------------------------------------------
	popup
------------------------------------------------- */

#popupInfotop{
	display:block;
	position:fixed;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:10010;
}
.popupBox{
	display:none;
	position:fixed;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.85);
	z-index:10010;
    text-align: left;
}
.popupBox .closeBg{
	display:block;
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	z-index:1001;
}
.popupBox .block{
	position:absolute;
	top:49%;
	left:50%;
	width:90%;
	max-width: 800px;
	z-index:1100;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.popupBox .block{top:55%;}

.popupBox{

}
.popupBox .block{
    position: absolute;
    width: 90%;
    max-width: 800px;
    z-index: 1100;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.popupBox .close .top{
	position:absolute;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popupBox .close .bottom{
	position:absolute;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.popupBox .inner {
    background: #003149;
    color: #fff;
    border: 5px solid #ffffff;
    box-shadow: 3px 3px #ffffff;
    -webkit-box-shadow: 3px 3px #ffffff;
    padding: 40px;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 20px;
}
.popupBox .inner .tit{
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  padding: 0 0 25px;
}

.popupBox .inner .titSub{
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding: 0 0 20px;
}
.popupBox .inner .tit + .text{
    padding: 10px 0 20px;
}
.popupBox .inner .lead p, .popupBox .inner .text > p{padding:0 0 20px;}
.popupBox .inner a{

}
.popupBox .inner .attentionBox{

}
.popupBox .inner .attentionBox dt{
    color: #dbb838;
    font-size: 14px;
    margin: 0 0 15px 0;
    font-weight: bold;
}
.popupBox .inner .attentionBox dd{

}



.popupBox .inner .lead {
    margin: 0 0 20px 0;
    font-size: 14px;
}
  .popupBox .close{
    position: absolute;
    width: 40px;
    height: 40px;
    top: -50px;
    right: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: left;
  }
  .popupBox .close span{
  	top:20px;
  	width:40px;
  	height:2px;
  	position:absolute;
  	background:#fff;
  }

   
   
   
   
/* -------------------------------------------------
	heroView
------------------------------------------------- */
.heroView {
    position: relative;
    min-height: 400px;
}
.heroInner {
    height: 100%;
    position:relative;
}

@keyframes scroll {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  51% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

.heroView h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    width: 60vw;
    height: 25vw;
    max-width: 920px;
    max-height: 395px;
	overflow: initial;
}
.heroView h2 p{
    position: absolute;
    opacity: 0;
	width: 100%;
}
.heroView h2 p:nth-child(4){
    z-index: -1;
}


.loaded .heroView h2 p:nth-child(1){
	animation:2s wiggleIn 0.5s forwards 1;
}
.loaded .heroView h2 p:nth-child(2){
	animation: bounceInUp 1s ease 1s forwards 1;
}


@keyframes bounceInUp {
    0,
    60%,
    75%,
    90%,
    100% {
        animation-timing-function: cubic-bezier(0.215,.61,0.355,1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0) scaleY(5);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    75% {
        transform: translate3d(0, 10px, 0) scaleY(0.95);
    }
    90% {
        transform: translate3d(0, -5px, 0) scaleY(0.985);
    }
    100% {
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes wiggleIn {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40% {
    transform: rotateZ(0);
    opacity: 1;
  }
  100%{
    transform: rotateZ(0);
    opacity: 1;
  }
}
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-10deg);
  }
  20% {
    transform: rotateZ(5deg);
  }
  25% {
    transform: rotateZ(-5deg);
  }
  30% {
    transform: rotateZ(1deg);
  }
  35% {
    transform: rotateZ(-1deg);
  }
  40% {
    transform: rotateZ(0);
  }
  100%{
    transform: rotateZ(0);
  }
}

@keyframes fadeSplash {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.heroView .wave p{
    position: absolute;
    bottom: 0;
    line-height: 0;
	opacity: 0;
}
.heroView .wave p:nth-child(1){
    bottom: -10px;
}
.heroView .wave p:nth-child(2){
    z-index: -1;
}

.loaded .heroView .wave p:nth-child(1){
	animation: upIn 0.8s ease 1s 1 forwards ,3s fuwafuwa 2s linear infinite;
}
.loaded .heroView .wave p:nth-child(2){
	animation: upIn 0.8s ease 1.3s 1 forwards ,3s fuwafuwa 2.5s linear infinite;
}

@keyframes fuwafuwa {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(10px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}


.heroView .logo{
    width: 10vw;
    position: fixed;
    top: 40px;
    left: 40px;
    z-index: 1;
}
.heroView .logo img{
    filter: brightness(0.6);
}
@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}

.heroView .heroInner .scroll {
    position: absolute;
    right: 40px;
    bottom: 30px;
    writing-mode: vertical-rl;
    z-index: 1;
}
.heroView .heroInner .scroll span{
    position: absolute;
    top: -150px;
    left: -6px;
    font-size: 17px;
    color: #003149;
    line-height: 1em;
    font-family: "lores-12", sans-serif;
    font-weight: bold;
}
.heroView .heroInner .scroll::before {
    animation: scroll 2s infinite;
    background-color:#003149;
    bottom: 0;
    content: "";
    height: 80px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

#menu-panel{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}
#menu-panel ul{
    text-align: right;
}
#menu-panel li{
    margin: 0 0 15px;
}
#menu-panel li a{
    font-size: 19px;
    line-height: 1em;
    font-weight: 900;
    letter-spacing: 0.05em;
    font-family: "futura-pt", sans-serif;
}
#menu-panel li a.blank{
	pointer-events: none;
    opacity: 0.3;
}

.hamBtn {
    position: fixed;
    right: 50px;
    top: 50px;
    width: 30px;
    height: 22px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
}
.hamBtn::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #003149;
    display: block;
    height: 65px;
    width: 65px;
    z-index: -1;
    border-radius: 999px;
    border: 1px solid #3A6376;
    box-shadow: 3px 3px #3A6376;
    -webkit-box-shadow: 3px 3px #3A6376;
}

.hamBtn span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all .3s ease;
}
.hamBtn :nth-of-type(1) {
    top: 0;
}
.hamBtn :nth-of-type(2) {
	top: 10px;
}
.hamBtn :nth-of-type(3) {
    top: 20px;
}
.hamBtn.open span {
	background: #fff;
}
.hamBtn.open span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}
.hamBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.hamBtn.open span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}
.hamBox{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background:#3A6376;
    display: none;
    box-sizing: border-box;
    margin: 0;
}
.hamBox .inner{
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
}
.hamBox ul {
    text-align: center;
}
.hamBox li {
        margin: 0 0 20px;
}

.hamBox li a {
    line-height: 1em;
    font-size: 41px;
    color: #fff;
    font-family: "lores-12", sans-serif;
    font-weight: bold;
}



/* -------------------------------------------------
	SNS
------------------------------------------------- */
ul.sns{
    position: fixed;
    left:0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    background:#3A6376;
    padding: 5px 0 13px 30px;
    border-radius: 0 15px 0 0;
}
ul.sns li {
    padding: 0 10px 0 0;
}
ul.sns li a{
    display: block;
    color: #fff;
    font-size: 18px;
}
ul.sns li a svg{
    width: 17px;
    fill: #fff;
}

/* -------------------------------------------------
	news
------------------------------------------------- */

#news{

}
#news .newsList{

}
#news .newsList li{
    margin: 0 auto 20px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ddd;
}
#news .newsList li:last-child{
    margin: 0 auto;
    padding:0;
    border-bottom: none;
}
#news .newsList li .date{
    font-family: "futura-pt", sans-serif;
    font-size: 17px;
    margin: 0 0 10px 0;
}
#news .newsList li .tit{
    font-size: 19px;
    font-weight: 600;
}
#news .newsList li .txt{
    font-size: 14px;
    line-height: 1.8;
}
#news .newsList li .txt .link{
    font-weight: bold;
    text-decoration: underline;
}
/* -------------------------------------------------
	.schedule
------------------------------------------------- */
#schedule{

}

#schedule:after{
	content:"";
}
#schedule .h-normal{

}
.schedule .s-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
.schedule .s-table tr:last-child td{
    border: none;
}
.schedule .s-table thead{

}
.schedule .s-table thead th {
    padding: 1em 0;
    text-align: center;
    border-bottom: solid 1px #fff;
    vertical-align: middle;
    font-size: 14px;
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
}
.schedule .s-table td {
    padding: 25px 0;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border-bottom: solid 1px #fff;
    position: relative;
}
.schedule .s-table td + td::before {
    width: 1px;
    height: 84%;
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.schedule .s-table .day {
    width: 23%;
}
.schedule .s-table .addition .day:before{
    display: block;
    width: 100px;
    margin: 0 auto 0;
    content: "振替公演";
    font-size: 12px;
    font-weight: 600;
    background: #000;
    color: #FFF;
    padding: 3px 5px;
    vertical-align: 3px;
    position: relative;
}

.schedule .s-table .date {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
}
.schedule .s-table .youbi {
    padding-left: 1em;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.05em;
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
    font-size: 13px;
}
.schedule .s-table .time {
    width: 15%;
    font-weight: bold;
}
.schedule .s-table .area {
    width: 12%;
    font-weight: bold;
}
.schedule .s-table .venue {
    width: 35%;
    font-weight: bold;
    line-height: 1.2;
}
.schedule .s-table .ticketGuid {
    width: 23%;
    padding-left: 3%;
    padding-right: 1%;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    font-size: 12px;
}
.schedule .s-table .ticketGuid a,
.schedule .s-table .ticketGuid span {
    font-weight: bold;
}
.schedule .s-table .transfer .date,
.schedule .s-table .transfer .youbi,
.schedule .s-table .transfer .time,
.schedule .s-table .transfer .area,
.schedule .s-table .transfer .venue .line,
.schedule .s-table .transfer .ticketGuid,
.schedule .s-table .transfer .ticketGuid a{
    text-decoration: line-through;
    text-decoration-color: #FF0000;
}
.schedule .s-table .transfer .infoBtn{

}
.schedule .s-table .transfer .infoBtn a{
    background: #000;
    font-size: 12px;
    color: #FFF;
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
    display: block;
    width: 140px;
    border-radius: 100px;
    margin: 5px 0 0;
}

.schedule .scheduleBox{

}
.schedule .scheduleBox .day{
    text-align: center;
    margin: 0 auto 20px;
}
.schedule .scheduleBox .day p{
    font-size: 23px;
    margin: 0 0 10px 0;
}
.schedule .scheduleBox .day p:last-of-type{
    margin:0;
}
.schedule .scheduleBox .day p span{
    font-weight: bold;
}
.schedule .scheduleBox .day .date{
    margin: 0 10px 0 0;
}
.schedule .scheduleBox .day .youbi{
    margin: 0 20px 0 0;
    font-size: 50%;
}
.schedule .scheduleBox .day .open{
    font-size: 80%;
}
.schedule .scheduleBox .venue{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 20px;
}
.schedule .scheduleBox .ticketGuid{
    padding: 30px;
    background: #054463;
    max-width: 500px;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
.schedule .scheduleBox .ticketGuid .fa{
    margin: 0 10px 0 0;
}
.schedule .scheduleBox .ticketGuid span a{
    text-decoration: underline;
    font-size: 16px;
}


/* -------------------------------------------------
	.attentionArea
------------------------------------------------- */
.attentionArea{
    margin: 0 0 80px;
}

.attentionArea .attention {
    width: 1000px;
    margin: 0 auto 40px;
}
.attentionArea .attention:last-child{
    margin: 0 auto 0;
}
.attentionArea .attention dt {
    width: 600px;
    margin: 0 auto;
    position: relative;
    background: #cc0000;
    color: #FFF;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 600;
    box-sizing: border-box;
    transition: 0.3s ease;
    cursor: pointer;
}
.attentionArea .attention.regulation dt {
    background: #000;
}
.attentionArea .linkBtn a {
    display: block;
    width: 600px;
    margin: 0 auto 40px;
    position: relative;
    background: #FFCC00;
    color: #000;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
    box-sizing: border-box;
    transition: 0.3s ease;
    cursor: pointer;
}
.attentionArea .linkBtn.transferBtn a {
position: relative;
}
.attentionArea .linkBtn.transferBtn a:after{
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px solid #FFF;
    box-sizing: border-box;
    pointer-events: none;
}
.attentionArea .linkBtn:last-child a {
    margin: 0 auto 0;
}
.attentionArea .attention dt.accordion--open {
    width: 100%;
}
.attentionArea .attention dd {
    background: #FFF;
    padding: 60px;
}

.attention .accordion__switch_entry::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #ff0000;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.7s cubic-bezier(.19,1,.22,1);
}
.accordion__switch_entry::after {
    content: '';
    transition: all .3s ease-out;
    right: 6%;
    position: absolute;
    transform-origin: 64% 23%;
    color: #fff;
    font-size: 1.2em;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    transform: rotate(135deg) translateY(-50%);
    top: 43%;
}
.accordion__switch_entry.accordion--open::after {
    transform: rotate(-45deg);
}
.attentionArea .linkBtn a::before{
	content: '';
    transition: all .3s ease-out;
    right: 6%;
    position: absolute;
    transform-origin: 64% 23%;
    color: #fff;
    font-size: 1.2em;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid #000;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg) translateY(-50%);
	top: 50%;
}

.attentionArea .attention dd {
    background: #f0f0f0;
    padding: 60px;
}
.attentionArea .attention dd .attention_lead {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 40px;
}
.attentionArea .attention dd .attention_top {
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.attentionArea .attention dd ul {
    margin: 0 0 40px;
}
.attentionArea .attention dd ul li:before {
    content: "・";
    position: absolute;
    left: -5px;
}
.attentionArea .attention dd ul li {
    margin: 0 0 10px;
    line-height: 1.5em;
    font-size: 13px;
    position: relative;
    padding: 0 0 0 15px;
    font-weight: 500;
}
.attentionArea .attention dd ul li.marker{
    font-weight: 800;
}
.attentionArea .attention dd ul li.marker:after{

}
.attentionArea .attention dd ul li .sml {
    display: block;
    margin: 10px 0 0;
    font-size: 12px;
    color: #ff3737;
    text-indent: -1em;
    padding: 0 0 0 1em;
}
.attentionArea .regulationBlock{
	border: 4px solid;
    padding: 40px;
    margin: 0 0 40px;
}
.attentionArea .regulationBlock:last-child{
    margin: 0 ;
}
.attentionArea .regulationBlock .regulationVenue{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 40px;
}
.attentionArea .regulationBlock .regulationBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.attentionArea .regulationBlock .regulationBox:last-child{
    margin: 0 ;
}
.attentionArea .regulationBlock .day{
	padding: 0 20px 0 0;
    border-right: 1px solid;
    margin: 0 20px 0 0;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 20px;
    width: 110px;
}
.attentionArea .regulationBlock .day span{
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.attentionArea .regulationBlock .regulationList{
    margin: 0;
}
.attentionArea .regulationBlock .regulationList.arena{
	padding: 0 20px 0 0;
}
.attentionArea .regulationBlock .regulationList.stand{
    padding: 0 0 0 20px;
    border-left: 1px solid;
}
.attentionArea .regulationBlock .regulationList li{
    margin: 0 0 5px;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}
.attentionArea .regulationBlock .regulationList li:last-child{
    margin: 0;
}
.attentionArea .regulationBlock .regulationList li:before{
    content: none;
}
.attentionArea .regulationBlock .regulationList li:last-child{

}
.attentionArea .regulationBlock .regulationList li span{
    background: #DDD;
    padding: 5px 20px;
    border-radius: 100px;
    display: inline-block;
    margin: 0 10px 0 0;
}

.attentionArea .regulationBlock .regulationList.arena li span{
	background: #7195f1;
    color: #FFF;
    font-weight: 600;
}
.attentionArea .regulationBlock .regulationList.arena li span.stand{
    background: #ff9e8d;
}
.attentionArea .regulationBlock .regulationList.stand li span{
    background: #ff9e8d;
    color: #FFF;
    font-weight: 600;
}


/*北海道公演*/
.attentionArea .regulationBlock.hokkaido_reg .day{

}
.attentionArea .regulationBlock.hokkaido_reg .regulationList.arena{
    width: calc(100% - 151px);
    padding: 0;
}
.attentionArea .regulationBlock.hokkaido_reg .regulationList.stand{
	width: 100%;
    margin: 0 0 0 130px;
    padding: 0 0 0 20px;
}

/*埼玉公演*/
.attentionArea .regulationBlock.saitama_reg .separateBox{
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.attentionArea .regulationBlock.saitama_reg .separateBox:last-child{
    margin: 0;
}
.attentionArea .regulationBlock.saitama_reg .separateBox .regulationList{
    width: 400px;
    padding: 0 20px 0 0;
    border-right: 1px solid;
    margin: 0 20px 0 0;
}
.attentionArea .regulationBlock.saitama_reg .separateBox .regulationList .level{
    margin: 0;
}
.attentionArea .regulationBlock.saitama_reg .separateBox .regulationList .level span{
	background: #ff9e8d;
}
.attentionArea .regulationBlock.saitama_reg .separateBox .time{
    font-size: 14px;
    font-weight: 600;
}


/* -------------------------------------------------
	.ticket
------------------------------------------------- */
#ticket {

}
.ticket .gray-box {
    padding: 40px;
    background: #054463;
    margin: 0 auto 50px;
}
.ticket .gray-box p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.ticket .gray-box p.tit{
    border-left: 5px solid #fff;
    padding: 0 0 0 15px;
    font-size: 16px;
    margin: 0 0 20px 0;
    line-height: 1.5;
}
.ticket .gray-box p.seattype{
font-size: 17px;
}
.ticket .gray-box p.txt {
    line-height: 1.5;
    font-size: 13px;
    margin: 0 0 20px 0;
    font-weight: 500;
}
.ticket .gray-box p.seattxt{
    font-size: 13px;
    margin: 0 0 30px 0;
}
.ticket .gray-box p.seattxt:last-of-type{
    margin: 0 ;
}
.ticket .gray-box p .mini{
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 10px;
}
.ticket .gray-box p .small {
    font-size: 14px;
    vertical-align: middle;
    margin: 10px 0 0;
    display: block;
    line-height: 1.8em;
}
.ticket .gray-box p .small b{
    font-weight: 600;
}
.ticket .gray-box p.caution {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 10px;
    font-weight: 500;
    color: #dd0000;
}
.ticket .gray-box .ph{
    margin: 20px auto 0;
    max-width: 600px;
}
.ticket .gray-box .attentionList{
    margin: 20px 0 0 0;
}
.ticket .map_pop{
    max-width: 500px;
    display: block;
    margin: 0 auto 50px;
}
.ticket .ticketType{
    padding: 40px;
    margin: 0 auto 50px;
    background: #054463;
    color: #fff;
}
.ticket .ticketType .tit{
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 30px 0;
    border-left: 5px solid #ffffff;
    padding: 0 0 0 15px;
}
.ticket .ticketType .ticketDetail{

}
.ticket .ticketType .ticketDetail li{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid;
}
.ticket .ticketType .ticketDetail li:last-child{
    margin: 0;
    padding:0;
    border-bottom:none;
}
.ticket .ticketType .ticketDetail div:nth-child(1){
    width: 13%;
    font-size: 13px;
    font-weight: bold;
}
.ticket .ticketType .ticketDetail div:nth-child(2){
    width: 86%;
    font-size: 17px;
}

.ticket .attentionArea{
    margin: 0 auto 50px;
}
.ticket .accordionBox {
    border: 1px solid;
}
.ticket .accordionBox dt{
    padding: 40px;
}
.ticket .accordionBox dt .tit{
    font-size: 18px;
    font-weight: bold;
    border-left: 5px solid #fff;
    padding: 0 0 0 15px;
}
.ticket .accordionBox dd{
    margin: 0;
    padding: 0 40px 40px;
}
.ticket .accordionBox dd .box{
    background: #465a93;
    padding: 30px;
    margin: 0 0 20px 0;
}
.ticket .accordionBox dd .box:last-of-type{
    margin: 0;
}
.ticket .accordionBox dd .box .subTit{
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px 0;
}
.ticket .accordionBox dd .box .txt{
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
}
.ticket .accordionBox dd .box .attentionList{

}

.ticket .btnTrade{
    padding: 60px 0;
}
.ticket .btnTrade a{
    width: 500px;
    height: 50px;
    margin: 0 auto 0;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    position: relative;
    padding-right: 5%;
    box-sizing: border-box;
    transition: all 0.3s ease;
    font-weight: 500;
}
.ticket .btnTrade a::after {
    width: 0.5em;
    height: 0.5em;
    content: "";
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%) rotate(45deg);
}
.ticket .ticketInfo li {
    display: flex;
    padding: 30px 0;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    border-top: #000 solid 1px;
}
.ticket .ticketInfo li:first-child{
    border-top: none;
}
.ticket .ticketInfo li .groupLeft {
    width: 35%;
    font-size: 18px;
    font-weight: bold;
}
.ticket .ticketInfo li .groupLeft .mini{
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0;
    display: block;
}
.groupCenter {
    width: 40%;
}
.groupCenter p{
    font-weight: 600;
    font-size: 15px;
}
.ticket .ticketInfo li .entry {
    width: 25%;
}
.ticket .ticketInfo li.noEntry{
    padding: 30px 0 0;
}
.ticket .ticketInfo li .groupLeft .mini{
    font-size: 12px;
}
.ticket .ticketInfo li .attention {
    font-size: 13px;
    margin: 10px 0 0;
    font-weight: 600;
}
.entry .btn-style1 {
    width: 100%;
    height: 50px;
    margin: 0 auto 0;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    position: relative;
    padding-right: 5%;
    box-sizing: border-box;
	transition: all 0.3s ease;
}
.entry .btn-style1::after {
    width: 0.5em;
    height: 0.5em;
    content: "";
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%) rotate(45deg);
}
.btn-style1.start {
    background: #cc0000;
}
.ticket .ticketInfo li .groupLeft .ticketType {
    background: #000;
    font-size: 11px;
    color: #FFF;
    font-weight: 800;
    padding: 5px;
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 5px;
}
.ticket .ticketInfo li .groupLeft .ticketNum {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 0 0;
    color: #666;
    line-height: 1.5em;
    letter-spacing: -0.05em;
}


/* -------------------------------------------------
	.trade
------------------------------------------------- */
.trade{

}

/* -------------------------------------------------
	.attention
------------------------------------------------- */

.attention{

}
.attention .tit{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 20px 0;
}
.attention .attentionList{
    margin: 0 auto;
}
.attention .attentionList li{
    font-size: 15px;
    font-weight: 500;
}
.attention .txt{
    font-size: 15px;
    line-height: 1.8;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.attention .attentionArea{
    margin: 0 auto 30px;
}
.attention .accordionBox {
    border: 1px solid;
}
.attention .accordionBox dt{
    padding: 40px;
}
.attention .accordionBox dt .tit{
	font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 1.5;
}
.attention .accordionBox dd{
    margin: 0;
    padding: 0 40px 40px;
}
.attention .accordionBox dd .box{
    background: #fafafa;
    padding: 30px;
    margin: 0 0 20px 0;
}
.attention .accordionBox dd .box:last-of-type{
    margin: 0;
}
.attention .accordionBox dd .box .subTit{
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px 0;
}
.attention .accordionBox dd .box .txt{
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
}
.attention .accordionBox dd .box .attentionList{
    margin: 20px 0 0 0;
}

/* -------------------------------------------------
	.faq
------------------------------------------------- */

.ticketAccordion.faq {
    margin-bottom: 15px;
    border: 1px solid;
}
.ticketAccordion.faq dt {
    padding: 25px 80px 20px 80px;
}
.ticketAccordion.faq dt .tit {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}
.ticketAccordion.faq dt::before {
    content: "Q.";
    display: block;
    position: absolute;
    top: 23px;
    left: 30px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.ticketAccordion.faq dd {
    padding: 0 40px 20px 80px;
    position: relative;
}
.ticketAccordion.faq dd::before {
    content: "A.";
    display: block;
    position: absolute;
    top: 8px;
    left: 30px;
    font-size: 24px;
    font-weight: bold;
}
.ticketAccordion.faq dd p{
    line-height: 1.8;
    font-size: 15px;
    font-weight: 500;
margin: 0 0 20px 0;
}
.ticketAccordion.faq dd .link{
    text-decoration: underline;
}
/* -------------------------------------------------
	.goods
------------------------------------------------- */
.goods {

}
.goods .goodsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 40px;
}
.goods .goodsList li {
    width: 30%;
    margin: 0 0 40px 0;
}
.goods .goodsList li .ph {
    line-height: 0;
    margin: 0 0 10px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 5%);
}
.goods .goodsList li .badge{
    display: flex;
    margin: 0 0 10px;
}
.goods .goodsList li .badge dd{
    background: #DDD;
    color: #FFF;
    border-radius: 100px;
    font-size: 13px;
    padding: 3px 10px 2px;
    margin: 0 10px 0 0;
}
.goods .goodsList li .badge .newItem{
    background: #000;
}
.goods .goodsList li .badge .aimLim{
    background: #f53434;
}
.goods .goodsList li .badge .ecLim{
    background: #aaa;
}
.goods .goodsList li .tit {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1.5;
}
.goods .goodsList li .price {
    font-size: 14px;
    font-weight: 600;
}

.goods .attention{

}
.goods .attention li{
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6em;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    position: relative;
}
.goods .attention li:before{
    content: "・";
    position: absolute;
    left: -5px;
}
.goods .attention li:last-child{
    margin: 0;
}

.goods .attentionArea{
    margin: 0;
}
.goods .accordionBox {
    border: 1px solid;
}
.goods .accordionBox dt{
    padding: 40px;
}
.goods .accordionBox dt .tit{
    font-size: 18px;
    font-weight: bold;
    border-left: 5px solid #000;
    padding: 0 0 0 15px;
}
.goods .accordionBox > dd {
    margin:0;
    padding: 0 40px 40px;
}


/* -------------------------------------------------
	bus
------------------------------------------------- */

.bus{

}
.bus .ph{
    margin: 0 auto 30px;
}
.bus .lead{
    text-align: center;
    font-size: 19px;
}
.bus .item{
    padding: 40px;
    border: 3px solid;
    margin: 0 auto 30px;
}
.bus .item .ph{
    max-width: 500px;
}
.bus .item .ph span{
    color: #F7374F;
    font-weight: bold;
    font-size: 17px;
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
}
.bus .item .tit {
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    font-size: 19px;
    margin: 0 0 20px 0;
}
.bus .item .txt{
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    font-weight: 500;
}

/* -------------------------------------------------
	access
------------------------------------------------- */

.access{

}
.access .detail{
    padding: 40px;
    background:#054463;
    margin: 0 auto 50px;
}
.access .detail dt{
    font-size: 20px;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid;
}
.access .detail dd{

}
.access .detail dd .ph{
    margin: 0 0 20px 0;
    box-sizing: border-box;
    line-height: 0;
}
.access .detail dd .txt:last-of-type{
    margin: 0;
}
.access .txt{
    line-height: 1.5;
    margin: 0 0 20px 0;
    font-size: 15px;
}
.access .link{
    text-decoration: underline;
}
.access .map{
    max-width: 960px;
    margin: 20px auto 0;
    aspect-ratio: 16 / 9;
}
.access .map iframe {
    width: 100%;
    height: 100%;
}
.access .mapBox{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 50px;
}
.access .mapBox .ph{
    width: 48%;
    background: #fff;
    color: #000;
    line-height: 0;
}
.access .mapBox .ph:nth-of-type(1) img{
    padding: 100px 0 0 0;
}
.access .mapBox .ph span{
display: block;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 14px;
}

/* -------------------------------------------------
	.gallery
------------------------------------------------- */
.gallery{

}
.gallery .inBox{
    width: 100%;
    max-width: 100%;
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    padding: 0;
}




/* -------------------------------------------------
	.fanclub
------------------------------------------------- */
.fanclub{

}
.fanclub .specialContent{
    padding: 40px;
    background: #4b4b4b;
    color: #fff;
}
.fanclub .specialContent:last-child{
    margin: 0;
}
.fanclub .specialContent .specialTit{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 30px 0;
}
.fanclub .specialContent .lead {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
}


/* -------------------------------------------------

	PC
	
------------------------------------------------- */
@media screen and (min-width:899px) {

  .popupBox .close:hover{
  	-moz-transform: rotate(90deg);
  	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
  }

#menu-panel {
    display: block!important;
    position: fixed;
}
#menu-panel ul {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
#menu-panel li {
    margin: 0;
    padding: 0 10px;
}

a:hover{
    color: #F7374F;
}

.btn a:hover {
    background: #ff5066;
    border: 1px solid #ff5066;
        color: #fff;
}
.slick-initialized .slick-slide a:hover{
    opacity: 0.7;
}
.arrow_box .prev-arrow:hover, .arrow_box .next-arrow:hover{
    background: #484848;
}
#menu-panel ul.sns li a:hover{
    color: #000;
}
.btn-style1:hover {
    opacity: 0.4;
}
.sns li a:hover {
    opacity: 0.7;
}
.banner a:hover {
    opacity: 0.7;
}
.block--point .btn a:hover{
    opacity: 0.7;
}
.goods .btnGoods a:hover{
    opacity: 0.7;
}
.special .btn a:hover{
    opacity: 0.7;
}
.special .app a:hover{
    opacity: 0.7;
}
.ticket .btnTrade a:hover{
    opacity: 0.7;
}
.special .sp_radio .btnList a:hover{
    opacity: 0.7;
}
.schedule .s-table .transfer .infoBtn a:hover{
    opacity: 0.7;
}
.dvdbd .btn a:hover{
    opacity: 0.7;
}
.dvdbd .shopList li a:hover{
    opacity: 0.7;
}
.dvdbd .track .bonus dd.btnBuy a:hover{
    opacity: 0.7;
}
.dvdbd .aimStore .aimStoreBtn a:hover{
    opacity: 0.7;
}

/* -------------------------------------------------
	.schedule
------------------------------------------------- */
.schedule .s-table .ticketGuid .fas {
    display: none;
}
.attentionArea .attention dt:hover {
    opacity: 0.7;
}

.ticket .gray-box .inner{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.ticket .gray-box .inner div:nth-child(1){
        width: 53%;
}
.ticket .gray-box .inner div:nth-child(2){
        width: 45%;
}
.ticket .gray-box p.tit {
    font-size: 19px;
}
.ticket .gray-box p {
    font-size: 23px;
}
.ticket .map_pop:hover{
    opacity: 0.7;
}

}




/* -------------------------------------------------

	SP
	
------------------------------------------------- */
@media screen and (max-width:900px) {
	.pc{display:none;}
	.sp{display:block;}




/* -------------------------------------------------
	SP:共通
------------------------------------------------- */
header {
    z-index: 100;
}
h3 {
        margin: 0 auto 20px;
}
h3 span{
        font-size: 30px;
}
h3 .mini {
    display: block;
    font-size: 13px;
}
h4 {
    font-size: 14px;
    margin: 0 0 20px;
}

.anc {
    display: block;
    position: absolute;
    top: -40px;
}
.fcname {
    width: 10%;
}
.accordionBox dt::after {
        right: 5px;
        top: 48%;
        width: 7px;
        height: 7px;
}
.accordionBox > dd {
    margin: 10px 0 0 0;
}
.btn a {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 0 auto 20px;
    font-size: 14px;
}
.attentionList li {
    font-size: 11px;
}
.lead {
    font-size: 13px;
    margin: 0 0 20px 0;
}

.arrow_box {
    margin: 0 30px 10px 0;
}
.arrow_box .prev-arrow, .arrow_box .next-arrow {
	width: 23px;
    height: 23px;
}
.arrow_box .prev-arrow::before, .arrow_box .next-arrow::before {
    width: 5px;
    height: 5px;
}
.arrow_box .prev-arrow {
    margin-right: 10px;
}

body #cboxClose {
    top: -30px;
    right: 0;
    width: 20px;
    height: 20px; 
}
body #cboxNext {
    width: 30px;
    height: 30px;
    top: 50%;
    right: -30px;
}
body #cboxPrevious {
    z-index: 1;
    width: 30px;
    height: 30px;
}
/* -------------------------------------------------
	SP:フレーム
------------------------------------------------- */
section {
        padding: 50px 0;
}
.inBox {
    border-radius: 15px;
    padding:30px 20px;
    border: 2px solid #ffffff;
}
/* -------------------------------------------------
	SP:popup
------------------------------------------------- */
#popupInfotop {
    overflow: scroll;
}
.popupBox .block {
    top: 0;
    left: 50%;
    margin: 50px auto 0;
    overflow: scroll;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.popupBox .close {
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
}
.popupBox .close span {
    top: 50%;
    width: 20px;
    height: 2px;
}
.popupBox .inner {
    padding: 20px;
    font-size: 12px;
    border-radius: 15px;
}
.popupBox .inner .tit {
    font-size: 14px;
    padding: 0 0 10px;
}
.popupBox .inner .lead {
    margin: 0 0 10px 0;
    font-size: 12px;
}
.popupBox .inner .attentionBox dt {
    font-size: 12px;
    margin: 0 0 10px 0;
}
/* -------------------------------------------------
	SP:heroView
------------------------------------------------- */

.heroView .logo {
    width: 80px;
    top: 25px;
    left: 25px;
}
.heroView h2 {
        height: 35vw;
        width: 85vw;
}
.heroView .heroInner .scroll {
        right: 25px;
        bottom: 25px;
}
.heroView .heroInner .scroll span {
    font-size: 12px;
}
.hamBtn {
        right: 35px;
        top: 35px;
}
.hamBtn::after {
    height: 50px;
    width: 50px;
}
.hamBox ul {
    margin: 0 0 20px 0;
    text-align: center;
}
.hamBox li {
    margin: 0 0 10px;
}
.hamBox li a {
    font-size: 22px;
}


.hamBox ul.sns {
        position: relative;
        right: auto;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        width: 150px;
        padding: 0;
}
.hamBox ul.sns  li {

}
.hamBox ul.sns  li a{
        display: block;
        color: #003149;
}
.hamBox ul.sns li a svg{
        width: 17px;
        fill: #003149;
}

/* -------------------------------------------------
	SP:.news
------------------------------------------------- */

#news .newsList li .date {
    font-size: 15px;
    margin: 0 0 10px 0;
}
#news .newsList li .tit {
    font-size: 15px;
}

#news .newsList li .txt {
    font-size: 13px;
    line-height: 1.8;
}


/* -------------------------------------------------
	SP:.schedule
------------------------------------------------- */
.schedule .s-table {
    display: block;
    margin: 0;
}
.schedule .s-table thead {
    display: none;
}
.schedule .s-table tr {
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.schedule .s-table tr:last-child{
    margin: 0;
    padding: 0;
    border: none;
}
.schedule .s-table .additionLive{
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
}
.schedule .s-table .additionLive span{
	display: inline-block;
    padding: 5px 15px;
    background: #000;
    color: #FFF;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 600;
}
.schedule .s-table .day{
	width: auto;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: baseline;
    margin:0 0 10px 0;
    border: none;
    line-height: 1.3;
}
.schedule .s-table .date {
    font-size: 12px;
    white-space: nowrap;
    font-size: 20px;
}
.schedule .s-table .addition .day:before{
	display:none;
}
.schedule .s-table .youbi {
    padding-left: 5px;
    display: block;
    font-size: 14px;
}
.schedule .s-table .time {
    display: none;
}
.schedule .s-table .time2 {
    margin-top: 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.schedule .s-table .area {
	width: auto;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 18px;
    padding: 0 0 0 10px;
    line-height: 1.3;
    display: block;
    border: none;
}
.schedule .s-table td + td::before {
	display:none;
}
.schedule .s-table .venue {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 5px;
        line-height: 1.5;
        font-size: 14px;
        display: block;
        border: none;
        text-align: left;
}

.schedule .s-table .ticketGuid {
    width: 100%;
    padding: 0;
    font-size: 12px;
    display: block;
    border: none;
}
.schedule .s-table .ticketGuid .fas {
    padding: 0 5px 0 0;
    vertical-align: -0.05em;
}
.schedule .s-table .ticketGuid span a {
	font-size: 12px;
    font-weight: 500;
}
.schedule .scheduleBox .venue {
    font-size: 22px;
    margin: 0 auto 15px;
        line-height: 1.2;
}
.schedule .scheduleBox .day p {
    font-size: 18px;
    margin: 0 0 10px 0;
}
.schedule .scheduleBox .day .youbi {
    margin: 0 10px 0 0;
    font-size: 50%;
}
.schedule .scheduleBox .ticketGuid {
    padding: 20px;
    margin: auto;
    font-size: 13px;
}
.schedule .scheduleBox .ticketGuid span a {
    text-decoration: underline;
    font-size: 14px;
}

.attentionArea {
    margin: 0 0 50px;
}
.attentionArea .attention {
    width: 100%;
	margin: 0 auto 20px;
}
.attentionArea .attention dt {
    width: 100%;
    line-height: 1.5em;
    font-size: 16px;
}
.attentionArea .attention dd {
    background: #f1f1f1;
    padding: 15px;
}
.attentionArea .attention dd .attention_lead {
    font-size: 15px;
    margin: 0 0 20px;
    line-height: 1.5em;
}
.attentionArea .attention dd .attention_top {
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 500;
}
.attentionArea .linkBtn a {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 16px;
}
.attentionArea .regulationBlock {
    padding: 15px;
	margin: 0 0 20px;
}
.attentionArea .regulationBlock .regulationVenue {
    font-size: 18px;
    margin: 0 0 20px;
}
.attentionArea .regulationBlock .regulationBox {
    display: block;
    margin: 0 0 15px;
    border-bottom: 1px dashed #aaa;
}
.attentionArea .regulationBlock .regulationBox:nth-child(2){
    padding: 15px 0 0;
    border-top: 1px dashed #aaa;
}
.attentionArea .regulationBlock .regulationBox:last-child{
    margin: 0;
    border-bottom: none;
}
.attentionArea .regulationBlock .day {
    padding: 0 0 10px;
    border-right: none;
    margin: 0;
    width: auto;
    text-align: center;
}
.attentionArea .regulationBlock .day span {
    display: inline-block;
    margin: 0 0 0 10px;
}
.attentionArea .regulationBlock .regulationBox:last-child .regulationList:last-child {
	margin: 0 ;
}
.attentionArea .regulationBlock .regulationList.arena {
    padding: 0;
    margin: 0 0 15px;
}
.attentionArea .regulationBlock .regulationList.stand {
    padding: 0;
    border-left: none;
}
.attentionArea .regulationBlock .regulationList li {
    text-align: center;
    font-size: 18px;
	margin: 0 0 15px;
}
.attentionArea .regulationBlock .regulationBox:last-child .regulationList li:last-child{
	margin: 0;
}
.attentionArea .regulationBlock .regulationList li span{
    display: block;
    text-align: center;
    margin: 0;
    font-size: 12px;
    line-height: 1.6em;
}



/* -------------------------------------------------
	SP:.ticket
------------------------------------------------- */
.ticket .gray-box {
        padding: 20px;
        margin: 0 auto 20px;
}
.ticket .gray-box p {
        font-size: 13px;
}
.ticket .gray-box p .mini {
    font-size: 11px;
    font-weight: 500;
}
.ticket .gray-box .attentionList {
    margin: 10px 0 0 0;
}
.ticket .gray-box p.tit {
    padding: 0 0 0 10px;
    font-size: 13px;
    margin: 0 0 15px 0;
}
.ticket .gray-box p.seattxt {
    font-size: 12px;
    margin: 0 0 21px 0;
    line-height: 1.5;
}
.ticket .gray-box .seatprice {
        font-size: 20px;
}
.ticket .gray-box .seattype{
    font-size: 15px;
    margin: 0 0 5px 0;
}
.ticket .ticketType {
    padding: 20px;
    margin: 0 auto 30px;
}
.ticket .ticketType .ticketDetail li {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}
.ticket .ticketType .tit {
    font-weight: bold;
    font-size: 17px;
    margin: 0 0 15px 0;
    border-left: 3px solid #ffffff;
    padding: 0 0 0 10px;
}
.ticket .ticketType .ticketDetail div:nth-child(1) {
    width: 100%;
    font-size: 12px;
    margin: 0 0 5px 0;
}
.ticket .ticketType .ticketDetail div:nth-child(2) {
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
}
.ticket .attentionArea {
    margin: 0 auto 30px;
}
.ticket .accordionBox dt {
    padding: 20px;
}
.ticket .accordionBox dt .tit {
    font-size: 13px;
    font-weight: bold;
    border-left: 3px solid #fff;
    padding: 0 0 0 10px;
}
.ticket .accordionBox dt::after {
    right: 15px;
}

.ticket .accordionBox dd {
    margin: 0;
    padding: 0 20px 20px;
}
.ticket .accordionBox dd .box {
    padding: 15px;
    margin: 0 0 10px 0;
}
.ticket .accordionBox dd .box .subTit {
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 5px 0;
}
.ticket .accordionBox dd .box .txt {
    line-height: 1.5;
    font-size: 12px;
}
.ticket .accordionBox dd .box .attentionList {

}

.ticket .btnTrade {
    padding: 30px 0 0;
}
.ticket .btnTrade a {
    width: 100%;
    line-height: 1.5em;
    height: auto;
    padding: 3% 7%;
    font-size: 12px;
}
.ticket .ticketInfo li {
    display: block;
}
.ticket .ticketInfo li .groupLeft {
    width: 100%;
    margin: 0 0 15px;
}
.groupCenter {
    width: 100%;
    margin: 0 0 15px;
}
.groupCenter p {
    font-size: 13px;
}
.ticket .ticketInfo li .entry {
    width: 100%;
}
.ticket .ticketInfo li .attention {
    font-size: 11px;
    padding: 0 0 0 12px;
    text-indent: -12px;
    line-height: 1.5em;
}
.ticket .ticketInfo li.noEntry {
    padding: 30px 0 0;
}
.ticket .map_pop {
    max-width: 500px;
    width: 70%;
    display: block;
    margin: 0 auto 20px;
}

/* -------------------------------------------------
	SP:.attention
------------------------------------------------- */
.attention .tit {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 15px 0;
}
.attention .attentionList {

}
.attention .attentionList li {
    font-size: 13px;
}
.attention .txt {
        font-size: 12px;
        font-weight: 600;
        margin: 0 0 15px 0;
}
.attention .attentionArea {
    margin: 0 auto 15px;
}
.attention .accordionBox dt {
    padding: 20px 30px 20px 20px;
}
.attention .accordionBox dt .tit {
    font-size: 13px;
    text-align: left;
}
.attention .accordionBox dt::after {
        right: 13px;
        top: 48%;
        width: 8px;
        height: 8px;
}
.attention .accordionBox dd {
    margin: 0;
    padding: 0 20px 20px;
}

/* -------------------------------------------------
	SP:.faq
------------------------------------------------- */

.ticketAccordion.faq dt .tit {
    font-size: 12px;
    font-weight: 600;
}
.ticketAccordion.faq dt::before {
    top: 22px;
    left: 12px;
    font-size: 18px;
}
.ticketAccordion.faq dt {
    padding: 15px 30px 15px 40px;
}
.ticketAccordion.faq dt::after {
        right: 15px;
        top: 48%;
}
.ticketAccordion.faq dd {
    padding: 0 30px 15px 40px;
    position: relative;
    margin: 0;
}
.ticketAccordion.faq dd::before {
    content: "A.";
    display: block;
    position: absolute;
    top: 6px;
    left: 13px;
    font-size: 18px;
    font-weight: bold;
}
.ticketAccordion.faq dd p {
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
/* -------------------------------------------------
	SP:.goods
------------------------------------------------- */
.goods .goodsList::after {
    width: 48%;
}
.goods .goodsList li {
    width: 48%;
    margin: 0 0 20px 0;
}
.goods .attention li {
    font-size: 11px;
    margin: 0 0 5px;
}
.goods .accordionBox dt {
    padding: 20px;
}
.goods .accordionBox dt .tit {
    font-size: 13px;
    font-weight: bold;
    border-left: 3px solid #000;
    padding: 0 0 0 10px;
}
.goods .accordionBox dt::after {
    right: 15px;
}

.goods .accordionBox dd {
    margin: 0;
    padding: 0 20px 20px;
}
.goods .accordionBox dd .box {
    padding: 15px;
    margin: 0 0 10px 0;
}
.goods .accordionBox dd .box .subTit {
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 5px 0;
}
.goods .accordionBox dd .box .txt {
    line-height: 1.5;
    font-size: 12px;
}
.goods .accordionBox dd .box .attentionList {
    margin: 15px 0 0 0;
}

.goods .goodsList {
    margin: 0 auto 20px;
}
.goods .prize {
    border: 4px solid;
    padding: 15px;
    margin: 0 0 20px;
}
.goods .prizeclm {
    display: block;
}
.goods .prizeclm dt {
    padding: 0;
    width: 100%;
    margin: 0 0 20px;
}
.goods .prize .prizeTit {
	font-size: calc(30 / 750 * 100vw);
    padding: 0 0 10px;
    margin: 0 0 15px;
    text-align: center;
    line-height: 1.4em;
    font-weight: 600;
    letter-spacing: 0;
}
.goods .prize .lead {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 10px;
    text-align: left;
}
.goods .prizeclm dd {
    width: 70%;
    line-height: 0;
    margin: 0 auto 20px;
}
.goods .storeInfo {
    padding: 15px;
    margin: 0 0 20px;
}
.goods .storeInfo .storeInfoTit {
    font-size: 18px;
    margin: 0 0 15px;
    line-height: 1.5em;
}
.goods .infoDetail {
    display: block;
}
.goods .infoDetail dt {
    padding: 10px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
}
.goods .infoDetail dd {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    box-sizing: border-box;
    line-height: 1.5em;
}

/* -------------------------------------------------
	SP:.bus
------------------------------------------------- */

.bus .ph {
    margin: 0 auto 15px;
}
.bus .ph span{
    font-size: 13px;
}
.bus .lead {
    text-align: left;
    font-size: 13px;
}
.bus .item {
        padding: 20px;
}
.bus .item .tit {
    font-size: 12px;
}
.bus .item .txt {
    font-size: 12px;
    margin: 0 auto;
}


.access .detail {
    padding: 15px;
    margin: 0 auto 20px;
}
.access .detail dt {
    font-size: 17px;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}
.access .txt {
    line-height: 1.5;
    margin: 0 0 20px 0;
    font-size: 13px;
}
.access .mapBox {
    margin: 0 auto 20px;
    display: block;
}
.access .mapBox .ph {
    width: 100%;
    margin: 0 auto 20px;
}
.access .mapBox .ph:nth-of-type(1) img {
    padding: 0;
}
.access .mapBox .ph span {
    padding: 10px;
    font-size: 12px;
}
.access .detail dd .ph {
    margin: 0 0 10px 0;
    padding: 10px;
    box-sizing: border-box;
}

/* -------------------------------------------------
	SP:.fanclub
------------------------------------------------- */
.fanclub .specialContent {
    padding: 20px;
}
.fanclub .specialContent .specialTit {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px 0;
}
.fanclub .specialContent .lead {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
}


}
