@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;}
	
	
/* -------------------------------------------------
	フレーム
------------------------------------------------- */
body {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    color: #fff;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background: #fff;
    transition: 0.4s;
}
body.headerFix{
    background: #ED6D1F;
}
.wrap {
    background: transparent;
}
section{
    position: relative;
    padding: 100px 0;
}
section:nth-child(even){

}
.inBox{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto ;
    box-sizing: border-box;
}
#footer {
    position: relative;
    bottom: 0;
    padding: 40px 20px;
    background: none;
    width: 100%;
    top: auto;
    z-index: 0;
}
#footer .fcLogo,
#footer .official {
    display: none;
}
#footer .copyright {
    font-size: 12px;
    color: #fff;
    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;
    }
/* -------------------------------------------------
	共通
------------------------------------------------- */

.fcname {
    pointer-events: none;
    background: url(/static//dish/fanclub/feature/fc_tour2025/images/ph_fcLogo_WjdgPya2.png) repeat-y;
    position: fixed;
    z-index: 0;
    width: 7%;
    height: 100vh;
    top: 0;
    left: 0;
    transition: 0.2s;
    color: transparent;
    backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
	background-size: contain;
    display: none;
}
.header:not(.header--home) {
    display: none;
}
.background {
    display: none;
}
body:not(.page--home) .content--body {
        margin-top: 0;
}
#loader{
	background: #FFF;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.loaded #loader{

}

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

}
h3 span{
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: "Stack Sans Headline", sans-serif;
    font-size: 63px;
}


h4{
	font-size: 18px;
    font-weight: 600;
    margin: 0 0 40px;
    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:#3A6F43;
    padding: 20px;
    margin: 0 auto 30px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 999px;
    border: 2px solid #ffffff;
    box-shadow: 3px 3px #ffffff;
    -webkit-box-shadow: 3px 3px #ffffff;
}
.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;
}
.container .contents .inBox .icon {
    background: #e3c659;
}

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

.detail {
    padding: 40px;
    margin: 0 auto 50px;
    background: #fff;
    color: #292929;
}
.detail dt{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 20px 0;
}
.detail dd{
    line-height: 1.5;
}
.detail p{
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 10px 0;
}
.detail .attentionList{
    margin: 20px 0 0 0;
    border: 1px solid;
    padding: 30px;
}

.link{
    text-decoration: underline;
}

.slider .slick-dots{
    text-align: center;
    position: relative;
    bottom: 50px;
}
.slider .slick-dots li{
	display: inline-block;
	padding: 0 5px;
}
.slider .slick-dots li button{
    line-height: 1.0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    text-indent:-145em;
    color: #fff;
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    opacity: 0.5;
}
.slider .slick-dots li.slick-active button{
    opacity: 1;
}



/* -------------------------------------------------
	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:#1f1f1f;
    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: #ff0000;
    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;
    margin: 0 0 100px;
}
.heroInner {
    display: flex;
    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 .heroInner .visual{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    background-image: url(/static/dish/fanclub/feature/hall_tour2026/images/ph_mainImg_rQ3AiGSa.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 100%;
}
.headerFix .heroView .heroInner .visual{
	opacity: 0.05;
    transition: 1s ease 0s;
}
.heroView .heroInner .visual h2 {
	width: 60vw;
    max-width: 1000px;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 0);
}

.heroView .heroInner .visual .left{
    width: 60%;
}

.heroView .heroInner .visual .right{
    width: 38%;
}
.heroView .heroInner .visual .right h2{
	opacity: 0;
    width: 80%;
    margin: auto;
}

.loaded .heroView .heroInner .visual .right h2{
  -webkit-animation: upIn 0.8s ease 1.1s 1 forwards;
  animation: upIn 0.8s ease 1.1s 1 forwards;
}

@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: 33px;
    bottom: 30px;
    writing-mode: vertical-rl;
    color: #ED6D1F;
}
.heroView .heroInner .scroll span{
    position: absolute;
    top: -140px;
    font-family: "Stack Sans Headline", sans-serif;
    font-weight: bold;
    left: -6px;
    font-size: 13px;
}
.heroView .heroInner .scroll::before {
    animation: scroll 2s infinite;
    background-color:#ED6D1F;
    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: "Stack Sans Headline", sans-serif;
    color: #ED6D1F;
}
.headerFix #menu-panel li a{
    color: #fff;
}
#menu-panel li a.blank{
	pointer-events: none;
    opacity: 0.3;
}
/* -------------------------------------------------
	SNS
------------------------------------------------- */
#menu-panel ul.sns{
    position: absolute;
    right: 0;
    margin: 20px 0 0 0;
}
#menu-panel ul.sns li {

}
#menu-panel ul.sns li a{
    display: block;
}
#menu-panel ul.sns li a svg{
    width: 20px;
    fill: #ED6D1F;
}
.headerFix #menu-panel ul.sns li a svg{
    fill: #fff;
}

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

#news{

}
#news .newsList{

}
#news .newsList li{
    margin: 0 auto 20px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #fff;
}
#news .newsList li:last-child{
    margin: 0 auto;
    padding:0;
    border-bottom: none;
}
#news .newsList li .date{
    font-family: "Stack Sans Headline", 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 .tourTit{
    text-align: center;
    font-family: "Stack Sans Headline", sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto 30px;
}

.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: "Stack Sans Headline", 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: 15%;
}
.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: "Stack Sans Headline", sans-serif;
    font-weight: bold;
}
.schedule .s-table .youbi {
    padding-left: 1em;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.05em;
    font-family: "Stack Sans Headline", sans-serif;
    font-weight: bold;
    font-size: 13px;
}
.schedule .s-table .time {
    width: 10%;
    font-weight: bold;
}
.schedule .s-table .area {
    width: 8%;
    font-weight: bold;
}
.schedule .s-table .venue {
    width: 35%;
    font-weight: bold;
    line-height: 1.2;
}
.schedule .s-table .ticketGuid {
    width: 15%;
    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 .s-table .add{
    color: #ff0000;
    font-weight: bold;
    display: block;
    font-size: 12px;
    border: 1px solid;
    width: 100px;
    margin: 5px auto 0;
    padding: 5px;
    text-align: center;
}

.seattype{
    font-size:15px !important;
}

/* -------------------------------------------------
	.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:rgba(255,255,255,0.1);
    margin: 0 auto 50px;
    color: #fff;
}
.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;
}

.ticket .gray-box p .mini{
    font-size: 14px;
    font-weight: bold;
}
.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 .ticketType{
    padding: 40px;
    margin: 0 auto 50px;
    background: #fff;
    color: #000;
}

.ticket .ticketType .tit{
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 30px 0;
    border-left: 5px solid #000;
    padding: 0 0 0 15px;
}
.ticket .ticketType .ticketDetail{

}
.ticket .ticketType .ticketDetail div:nth-child(2) .mini {
    font-size: 80%;
    line-height: 1.5;
}

.ticket .ticketType .ticketDetail > li{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    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: 20%;
    font-size: 13px;
    font-weight: bold;
}
.ticket .ticketType .ticketDetail div:nth-child(2){
    width: 75%;
    font-size: 15px;
}

.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: #fff;
    padding: 30px;
    margin: 0 0 20px 0;
    color: #ED6D1F;
	color: #000;
}
.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{
    margin: 20px 0 0 0;
}

.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: #fff 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;
}
.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;
}
.ticketAccordion.faq dt::before {
    content: "Q.";
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    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::after{
  content:"";
  display: block;
  width:30%;
}
.goods .goodsList li {
    width: 30%;
    margin: 0 0 40px 0;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background: #fff;
    color: #000;
    border-radius: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;
}


/* -------------------------------------------------
	.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;
}

#fanclub .inBox {
    width: 90%;
    max-width: 1000px;
    margin:0 auto 50px;
    position: relative;
    background: #fff;
    color: #292929;
    padding: 4vw;
}
#fanclub .inBox .icon {
    background: #1fa9ff;
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #fff;
    border-radius: 999px;
}
#fanclub .inBox .icon span {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    line-height: 1.3;
    font-weight: bold;
    font-size: 18px;
}
#fanclub .inBox h4 {
    text-align: center;
    font-size: 76px;
    margin: 0 0 40px 0;
    font-family: "Russo One", sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1em;
}
#fanclub .inBox h4.jpn {
    font-size: 58px;
    line-height: 1.2em;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
}
#fanclub .inBox h4 span {
    font-size: 95%;
    vertical-align: 3px;
    font-family: "Helvetica Neue", Arial, 'ヒラギノ角ゴ ProN', "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#fanclub .inBox .lead {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 50px 0;
    text-align: center;
}
#fanclub .inBox .qrTxt{
    margin: 0 auto 30px;
    background: #ff7c1f;
    padding: 30px;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
}
#fanclub .prize{
    padding: 2vw;
    background: #e9e9e9;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 0 50px 0;
    color: #000;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
    border-radius:0;
}
#fanclub .prize .tit{
	text-align: center;
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 40px 0;
    width: 100%;
}
#fanclub .prize .tit span{
    border-bottom: 3px solid #000;
    padding: 0 0 5px 0;
    font-weight: bold;
}
#fanclub .prize dl{
    width: 32%;
    position: relative;
}
#fanclub .prize dl dt{
    background: #000;
    color: #fff;
    position: absolute;
    left: -15px;
    top: -15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    border-radius: 999px;
    z-index: 1;
}
#fanclub .prize dl dd{

}
#fanclub .prize dl dd .txt{

}
#fanclub .prize dl dd .ph{
    margin: 0 0 20px 0;
}

#fanclub .prize dl dd .item {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
}
#fanclub .stepList{
    margin: 0 0 50px 0;
}
#fanclub .stepList dt{
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: bold;
}
#fanclub .stepList dd{
	border-bottom: 1px solid #fff;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
#fanclub .stepList dd:last-child{
	border-bottom: none;
    padding: 0;
    margin: 0;
}
#fanclub .stepList dd .txt{
    font-size: 14px;
}
#fanclub .stepList dd .attentionList {
    margin: 15px 0 0 0;
}

#fanclub .attentionBox{
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 0 50px 0;
    border: 1px solid #ddd;
}
#fanclub .attentionBox .tit{
    font-weight: bold;
    margin: 0 0 10px 0;
}
#fanclub .main_ph{
    max-width: 600px;
    margin: 0 auto 50px;
    line-height: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#fanclub .member {
    padding: 30px;
    border: 2px solid;
    margin: 0 0 30px 0;
}
#fanclub .member .tit{
    font-size: 16px;
    margin: 0 auto 30px;
    text-align: center;
    background: #fff;
    color: #000;
    padding: 5px;
    font-weight: bold;
}
#fanclub #acd{
    background: #000;
    color: #fff;
    margin: 0 0 20px 0;
}
#fanclub #acd .acdTit {
    width: 100%;
    letter-spacing: 0.6px;
    display: block;
    font-size: 21px;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
    transition: 0.4s;
    cursor: pointer;
    padding: 30px;
}
#fanclub #acd .acdTit::after {
    position: absolute;
    margin: -12px 0 0;
    content: "";
    vertical-align: middle;
    top: 53%;
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#fanclub #acd .acdTit.open::after {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.4s;        
}
#fanclub #acd .acdIn{
	padding: 0 30px 30px 30px;
}
#fanclub #acd .acdIn .btn a{
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}
.detailList{
    display: flex;
    margin-bottom: 20px;
    align-items: baseline;
    border: 1px solid;
    position: relative;
}
.detailList:last-child{
    margin-bottom: 0;
}
.detailList dt{
    background: #000;
    color: #FFF;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
}
.detailList dd{
    width: 100%;
    padding: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

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

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

  .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: #fff;
}
.btn a:hover {
        background: #1e7d2b;
}
#menu-panel ul.sns li a:hover{
    color: #fff;
}
.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;
}


}




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

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



/* -------------------------------------------------
	SP:共通
------------------------------------------------- */
header {
    z-index: 100;
}
h3 {
        margin: 0 auto 20px;
}
h3 span{
        font-size: 30px;
}
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%;
}
.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;
}
.detail {
    padding: 20px;
    margin: 0 auto 20px;
}
.detail dt {
    font-size: 15px;
    margin: 0 0 10px 0;
}
.detail p {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 10px 0;
}
.detail .attentionList {
    margin: 10px 0 0 0;
    border: 1px solid;
    padding: 15px;
}

/* -------------------------------------------------
	SP:フレーム
------------------------------------------------- */
section {
        padding: 50px 0;
}


.slider .slick-dots {
    bottom: 20px;
}
.slider .slick-dots li button {
    width: 5px;
    height: 5px;
}


/* -------------------------------------------------
	SP:popup
------------------------------------------------- */
#popupInfotop {
    overflow: scroll;
}
.popupBox .block {
    top: 0;
    left: 50%;
    margin: 25px auto;
    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
------------------------------------------------- */
.heroInner::after {
    height: 100px;
    bottom: 20px;
}
.visual img {
    width: 100%;
    height: auto;
}
.heroView .heroInner .visual{
        background-image: none;
        display: block;
        height: auto;
}
.heroView .heroInner .visual .mainImg{
    margin: 0 auto 15px;
}
.heroView .heroInner .visual .left {
        width: 90%;
        margin: 0 auto 5vh;
}
.heroView .heroInner .visual .right {
        width: 90%;
        margin: 0 auto;
        max-width: 600px;
}
.heroView .heroInner .visual h2{
        transform: none;
        position: initial;
        width: 80vw;
        margin: auto;
}
.heroView .heroInner .scroll {
    right: 14px;
    bottom: 10px;
}

#menu-btn {
    width: calc(90 / 1125 * 100vw);
    height: calc(70 / 1125 * 100vw);
    display: block;
    position: fixed;
    right: calc(74 / 1125 * 100vw);
    top: calc(80 / 1125 * 100vw);
    z-index: 110;
    transition: 0.5s ease 2s;
}
.loaded #menu-btn {
    opacity: 1;
}
#menu-btn span {
    width: 100%;
    height: 1px;
    display: block;
    background: #000;
    position: absolute;
    left: 0;
    transition: all 0.4s ease-out;
}
#menu-btn span:nth-child(1) {
    top: 0;
}
#menu-btn span:nth-child(2) {
    top: 50%;
}
#menu-btn span:nth-child(3) {
    top: 100%;
}
.on #menu-btn span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
}
.on #menu-btn span:nth-child(2) {
    opacity: 0;
}
.on #menu-btn span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
}

.hamBtn {
        position: fixed;
        right: 15px;
        top: 15px;
        width: 30px;
        height: 30px;
        transition: all .3s ease;
        cursor: pointer;
        z-index: 9999;
}
.hamBtn span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #ED6D1F;
    transition: all .3s ease;
}
.headerFix .hamBtn span {
    background: #fff;
}
.hamBtn :nth-of-type(1) {
    top: 0;
}
.hamBtn :nth-of-type(2) {
	top: 10px;
}
.hamBtn :nth-of-type(3) {
    top: 20px;
}
.hamBtn.open span {

}
.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;
        padding: calc(400 / 1125* 100vw) 0 calc(100 / 1125* 100vw);
        box-sizing: border-box;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        background:#e69700;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        display: none;
}
.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 {
        font-size: 18px;
        line-height: 1em;
        letter-spacing: 0.1em;
        font-weight: 900;
        letter-spacing: 0.05em;
        font-family: "Stack Sans Headline", sans-serif;
}
.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;
}
.hamBox ul.sns  li {

}
.hamBox ul.sns  li a{
    display: block;
}
.hamBox ul.sns li a svg{
        width: 20px;
        fill: #fff;
}

/* -------------------------------------------------
	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 .tourTit {
    font-size: 19px;
    font-weight: bold;
    margin: 0 auto 15px;
}
.schedule .s-table {
    display: block;
    border-top: 1px solid;
    padding: 15px 0 0;
    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;
    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 .s-table .add {
	    display: inline-block;
	    font-size: 11px;
	    width: 75px;
	    margin: 0 0 0 10px;
	    padding: 0px;
	    text-align: center;
	}
	.seattype{
	    font-size:12px !important;
	}
	.seatprice{
	    font-size:16px !important;;
	}
	
.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 .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 #000;
    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: 12px;
    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 {
    margin: 15px 0 0 0;
}

.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;
}

/* -------------------------------------------------
	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: 14px;
    font-weight: 600;
}
.ticketAccordion.faq dt::before {
    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 li {
    width: 100%;
    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:.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;
}

    #fanclub .inBox .icon {
        width: 60px;
        height: 60px;
        left: -10px;
        top: -10px;
    }
    #fanclub .inBox .icon span {
        font-size: 13px;
    }
    #fanclub .inBox h4 {
        text-align: center;
        font-size: 34px;
        margin: 20px auto 30px;
        width: 85%;
    }
    #fanclub .inBox h4.jpn {
        font-size: 24px;
        line-height: 1.23em;
    }
    #fanclub .inBox .lead {
        font-size: 13px;
        line-height: 1.8;
        margin: 0 0 30px 0;
        text-align: left;
    }
	#fanclub .prize {
        padding: 20px 15px;
        margin: 0 0 20px 0;
	}
	#fanclub .prize .tit {
	    text-align: center;
	    font-size: 14px;
	    margin: 0 0 20px 0;
	}
	#fanclub .prize dl {
	    width: 100%;
	    padding:0;
	    margin: 0 0 10px 0;
	}
	#fanclub .prize dl:last-child{
	    margin: 0;
	}
	#fanclub .prize dl dt {
	    left: -15px;
	    top: -15px;
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	    font-size: 12px;
	}
	#fanclub .prize dl dd .ph {
	    margin: 0 0 10px 0;
	}
	#fanclub .prize dl dd .item {
	    font-size: 13px;
	    margin: 0 0 5px 0;
	}
	#fanclub #acd {
	    margin: 0 0 10px 0;
	}
	#fanclub #acd .acdTit {
	    font-size: 15px;
	    padding: 15px;
	}
	#fanclub #acd .acdTit::after {
	    top: 60%;
	    width: 8px;
	    height: 8px;
	}
	#fanclub #acd .acdIn {
	    padding: 0 15px 15px 15px;
	}

	#fanclub .stepList dt {
	    font-size: 13px;
	}
	#fanclub .stepList dd .txt {
	    font-size: 12px;
	}
	#fanclub .attentionList li {
	    font-size: 11px;
	}
	#fanclub .stepList {
	    margin: 0 0 20px 0;
	}
	#fanclub .attentionBox {
	    padding: 15px;
	margin: 0 0 20px 0;
	}
	#fanclub .attentionBox .tit {
	    margin: 0 0 5px 0;
	    font-size: 12px;
	}
	#fanclub .main_ph {
	    margin: 0 auto 30px;
	}
	.detailList dt {
	    width: 36px;
	    height: 36px;
	    top: 0;
	    left: -20px;
	}
	.detailList dd {
	        padding: 15px;
	        font-size: 13px;
	        line-height: 1.3;
	}
	#fanclub .btn a{
	        font-size: 13px;
	}
	#fanclub .inBox .qrTxt {
	    margin: 0 auto 10px;
	    padding: 15px;
	    font-size: 16px;
	    text-align: center;
	    line-height: 1.5;
	}



}
