@charset "utf-8";

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

	style.css

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


/*----------------------------------------------------
	リセット
----------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
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[href^="tel:"] {
    pointer-events: none;
    color:#000;
}
.anc{
display:block;
position: absolute;
top: -20px;
}

.ancPoint{
position:relative;
    display: block;
    padding-top: 200px;
    margin-top: -200px;
}

/*----------------------------------------------------
	clearfix
----------------------------------------------------*/
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*----------------------------------------------------
	独立スタイル
----------------------------------------------------*/
.mb0{margin-bottom:0!important;}
.mb5{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb25{margin-bottom:25px!important;}
.mb50{margin-bottom:50px!important;}

.pb0{padding-bottom:0!important;}
.pb5{padding-bottom:5px!important;}
.pb10{padding-bottom:10px!important;}
.pb15{padding-bottom:15px!important;}
.pb20{padding-bottom:20px!important;}
.pb25{padding-bottom:25px!important;}
.pb50{padding-bottom:50px!important;}
.pb100{padding-bottom:100px!important;}

.fs11{font-size:11px!important;}
.fs12{font-size:12px!important;}
.fs13{font-size:13px!important;}
.fs14{font-size:14px!important;}
.fs15{font-size:15px!important;}
.fs16{font-size:16px!important;}
.fs17{font-size:17px!important;}
.fs18{font-size:18px!important;}
.fs19{font-size:19px!important;}
.fs20{font-size:20px!important;}


.icon{padding: 0 5px 0 0;}
.bold{font-weight:bold;}

.delighter {
    transition: all .5s ease-out;
    transform: translatey(5%);
    opacity: 0;
   }
 
.delighter.started {
      transform: none;
      opacity: 1;
   }


.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#loading{
    height: 100vh;
    background: #000;
    width: 100%;
    position: fixed;
    z-index: 99999;
     transition: 0.4s;   
}

.loaded #loading{
    opacity: 0;
    z-index: -999;    
}
.mini{
    font-size: 14px;
}

/*----------------------------------------------------
	フレーム
----------------------------------------------------*/
html{
    height: 100%;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 100;
	color: #251714;
    letter-spacing: 0.1em;
}
body{
    height: 100%;
}
body:before {
    content: '';
    display: inline-block;
    width: 15vw;
    height: 20vw;
    background-image: url(../images/ph_tree_a_W2kFaqu9.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: fixed;
    bottom: -2rem;
    left: -2rem;
    transition: 0.4s;
    pointer-events: none;
    z-index: 5;
	transform-origin: bottom center;
	animation: tree 10s ease-in-out infinite;
	animation-duration: 4s;
}
body:after {
    content: '';
    display: inline-block;
    width: 15vw;
    height: 20vw;
    background-image: url(../images/ph_tree_b_W2kFaqu9.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: fixed;
    bottom: -4rem;
    right: -2rem;
    transition: 0.4s;
    pointer-events: none;
    z-index: 5;
	transform-origin: bottom center;
	animation: tree 10s ease-in-out infinite;
	animation-duration: 6.2s;
}
@keyframes tree {
  0%   { transform: rotate(-3deg); }
  50%  { transform: rotate(3deg); }
  100% { transform: rotate(-3deg); }
}


.cloud p{
    width: 19vw;
    position: absolute;
    z-index: 2;
    max-width: 230px;
    pointer-events: none;
}
.cloud p:nth-child(1){
    left: -3%;
    top: 20%;
	animation: cloudFloat 6s ease-in-out infinite;
	animation-duration: 2s;
}
.cloud p:nth-child(2){
    right: 10%;
    top: 16%;
	animation: cloudFloat 6s ease-in-out infinite;
	animation-duration:4s;
}

@keyframes cloudFloat {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

#container{
    overflow: hidden;
}
.allContent{

}
/*
.wrap{
	opacity:0;
    animation:fadeAnim 2s ease 1.4s forwards; 
}
*/
.contentsBox{
	padding: 100px 0;
}



/*----------------------------------------------------
	ロード
----------------------------------------------------*/

#loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background:#11c6ff;
    transition: 0.4s;
    pointer-events: none;
}
.loaded #loader {
    opacity: 0;
}
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
}

.loading {
    width: 100%;
    height: 100%;
    background: #000000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    animation:loadAnim1 0.5s ease 0.5s forwards; 
    transform-origin:right;
display: none;
}
.loading2 {
    width: 100%;
    height: 100%;
    background: #FFF000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transform: scaleX(0) translateX(0);
    transform-origin:left;
    animation:loadAnim2 1s ease 0.5s forwards; 
display: none;
}
@keyframes loadAnim1{
0% {transform: scaleX(1);}
99% {transform: scaleX(1);}
100% {transform: scaleX(0);}
}
@keyframes loadAnim2{
0% {transform: scaleX(0)translateX(0);;}
50% {transform: scaleX(1) translateX(0);}
100% {transform: scaleX(1) translateX(100%);}
}




#popupInfotop{
	display:block;
	position:fixed;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:10010;
}
.pages #popupInfotop{
	display:none;
}

.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{
  overflow: scroll;
}
.popupBox .block{
    position: absolute;
    top: 20%;
    left: 50%;
    width: 90%;
    max-width: 800px;
    z-index: 1100;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    margin: 0 0 60px;
}


.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: #fff;
    padding: 30px 30px 35px;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 1px;
    color: #222;
}
.popupBox .inner .tit {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 2;
    padding: 0;
    margin: 0 0 20px 0;
}
.popupBox .inner .titSub{
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding: 0 0 20px;
}
.popupBox .inner .tit .logo{
    width: 50%;
    margin: 0 auto 20px;
}
.popupBox .inner .tit + .text{
    padding: 10px 0 20px;
}
.popupBox .inner .lead p, .popupBox .inner .text > p {
    padding: 0 0 20px;
    margin: 0;
    font-weight: 500;
    line-height: 2;
}
.popupBox .inner a{
  color: #000;
  text-decoration: underline;
}

.popupBox .inner .lead {
    padding: 20px 0;
    border-bottom: 2px solid #ccc;
    margin: 0 0 40px;
}

.popupBox dd{
    margin: 0;
}
.popupBox .inner .notice {
    margin: 0;
    padding: 0;
}
.popupBox .inner .notice li {
    text-indent: -1em;
    padding: 0 0 8px 1em;
    font-weight: 400;
    font-size: 15px;
}
.popupBox .inner .notice li span.indent{
    display: inherit;
    padding: 0 0 0 1em;
}
.popupBox .inner .notice + .text{
    padding: 10px 0 0;
}
.popupBox .inner #guideLines dl dt{
    padding: 0 0 35px;
    margin: 0 0 40px;
    border-bottom: 1px solid #ccc;
}
.popupBox .inner #guideLines dl dd:not(:last-child){
    padding: 0 0 25px;
    margin: 0 0 40px;
    border-bottom: 1px solid #ccc;
}

.popupBox .inner #guideLines .appBtn{
    text-align: center;
}
.popupBox .inner #guideLines .appBtn a {
    margin: 15px;
    display: inline-block;
    line-height: 0;
    text-decoration: none;
    text-indent: 0;
}
.popupBox .inner #guideLines .appBtn a:hover{
  opacity:0.6;
}
.popupBox .inner #guideLines .appBtn a img{
    height: 60px;
    width: auto;
}
  .popupBox .close{
    position: absolute;
    width: 30px;
    height: 30px;
    top: -50px;
    right: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: left;
  }
  .popupBox .close span{
  	top:20px;
  	width:30px;
  	height:2px;
  	position:absolute;
  	background:#fff;
  }


/*----------------------------------------------------
	メニュー
----------------------------------------------------*/

.visual{
    position: relative;
    height: 100vh;
    margin: 0 auto 10rem;
    min-height: 600px;
}
 
.gnav{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    right: 2rem;
    top: 2rem;
    z-index: 5;
}
.gnav li{
    padding: 0 10px;
}

.gnav a{
    text-decoration: none;
    color: #251714;
    font-family: "guildhall", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));
    font-size: 1.2rem;
}

.scrollFix{

}

.headerFix{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 1!important;
     pointer-events: all!important;
}

.headerBox .hamBtn{
-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
     pointer-events: none;   
}

/*--------------------------------
TOPスライドバナー [
----------------------------------------------------------- */

.slider {
	position: relative;
	top: 20px;
	margin-bottom: 5px;
	box-shadow::
}

.slider div {
	position: relative;
}

.slider-nav {
	width: 330px !important;
	margin: auto;
}
.slider-nav .slick-track{
  /*transform: translate3d(0px, 0px, 0px) !important;*/
}
 
.slider-nav .pc {
	display: block;
	width: 70px !important;
	margin-right: 5px;
}

span.slide_links {
	display: block;
	width: 415px;
	margin: auto;
	position: relative;
}

.slide_links .itunes_img,
.slide_links .reco_img{
	display: block;
	width: 90%;
	height: 84px;
	height: 5.7vw;
	background: no-repeat center ;
	background-size: contain;
	position: absolute;
	z-index: 9999;
	bottom: 30px;
	bottom: 2.4vw;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.slide_links .itunes_img{ background-image: url("/static/spicychocolate/img/shop/itunes_btn.png"); right: -50%;right: -16vw;}
.slide_links .reco_img{ background-image: url("/static/spicychocolate/img/shop/reco_btn.png"); left: -50%; left: -16vw;
}
.slider-nav.pc .slick-slide { margin-right: 5px; }
span.none {
	display:none !important;
	z-index: 9999;
}

a.top_reco, a.top_itunes {
	display: block;
	width: 200px;
	height: 20px;
	background-color: #000;
	color: #FFFFFF;
	position: absolute;
	z-index: 9999;
	bottom: 0px;
	margin-bottom: 45px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

a.top_reco {
	margin-left: 215px;
}

a.top_itunes2 {
	display: block;
	width: 200px;
	height: 20px;
	background-color: #000;
	color: #FFFFFF;
	position: absolute;
	z-index: 9999;
	bottom: 0px;
	left: 50%;
	margin-left: -100px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.slick-slide img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;    
}
.slick-slide a{
outline:none;
}
.slick-initialized .slick-slide.end{
    pointer-events: none;
}
/* =================================
背景
==================================== */
.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 1;
	background: url(../images/bg_main_pc_W2kFaqu9.jpg) no-repeat center center;
    background-position: bottom;
    background-size: cover;  
}

@keyframes bganim1{
0% {opacity:1;}
15% {opacity:1;}
25% {opacity:0;}
100% {opacity:0;}
}

@keyframes bganim2{
0% {opacity:1;}
40% {opacity:1;}
50% {opacity:0;}
100% {opacity:0;}
}

@keyframes bganim3{
0% {opacity:1;}
65% {opacity:1;}
75% {opacity:0;}
100% {opacity:0;}
}

@keyframes bganim4{
0% {opacity:1;}
90% {opacity:1;}
100% {opacity:0;}
}

.rasta{

}
.rasta li{
    position: fixed;
    width: 150px;
}
.rasta li:first-child{
    top: 0;
    left: 0;
}
.rasta li:last-child{
    bottom: 0;
    right: 0;
    transform: scale(-1, 1) rotate(-90deg);
}

#acd{
    border: 2px solid #000;
    padding: 15px;
}
#acd .acdTit {
    width: 100%;
    color: #000;
    letter-spacing: 0.6px;
    display: block;
    font-size: 15px;
    box-sizing: border-box;
    position: relative;
    transition: 0.4s;
    cursor: pointer;
}
#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;
}
#acd .acdTit.open::after {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.4s;        
}
#acd .acdIn{
	margin: 20px 0 0 0;
}

/*----------------------------------------------------
	メインヴィジュアル
----------------------------------------------------*/
.heroView {
    position: relative;
    max-height: 100%;
    box-sizing: border-box;
height: 600px!important;       
}
.heroInner{

}


@keyframes fadeAnim{
0% {opacity:0;}
100% {opacity:1;}
}
@keyframes scroll {
0% {stroke-dashoffset: 800%;}
100% {stroke-dashoffset: 0;}
}

.mainBnr{
    /*transform: translate(-0,50%);*/
    padding: 40px 0 80px;
}

.mainBnr a{
    width: 600px;
    display: block;
    margin: 0 auto;
}


.bnrBox{
	position: absolute;
    bottom: 20px;
    left: 20px;
}
.bnrBox .topBnr{

}
.bnrBox .topBnr li{
    text-align: right;
    width: 300px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 0;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}
.mainBnrArea{
background: url(../images/bg_01.jpg) no-repeat center center!important;
    padding-bottom: 0!important;
    background-size: cover!important;
}
.mainBnrArea img{
    width: 50%;
    display: block;
    margin: auto;
    padding: 80px;
}

.frameBox {
    position: relative;
    height: 100%;
}
.boxTop{

}

@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);
	}
}

@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -20%);
		transform: translate(-50%, -20%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@keyframes flash {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.bnrTop{
    opacity: 0;  
    position: absolute;
    width: 800px;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.bnrTop a{
    background: #E30213;
    width: 100%;
    display: block;
    padding: 30px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    box-sizing: border-box;    
}
.bnrTop a:hover{
    opacity: 0.8;
    transition: 0.4s;
}

.loaded .bnrTop{
  -webkit-animation: upIn 1s ease 1s 1 forwards;
  animation: upIn 1s ease 1s 1 forwards;
}

.borderBox .border {
    position: fixed;
    z-index: 3;
}
.scrollFix .borderBox .border {
    z-index: 3;
}
.borderBox .border.a{
    background-color: #FF0044;
}
.borderBox .border.b{
    background-color: #ffff00;
}
.borderBox .border.c{
    background-color: #009944;
}

.borderBox .border.top {
    height: 10px;
    right: 0;
    top: 0;
    width: 100%;
}
.borderBox .border.top.a{

}
.borderBox .border.top.b{
    top: 10px;
}
.borderBox .border.top.c{
    top: 20px;
}

.borderBox .border.bottom {
    height: 10px;
    left: 0;
    bottom: 0;
    width: 100%;
}
.borderBox .border.bottom.a{

}
.borderBox .border.bottom.b{
    bottom: 10px;
}
.borderBox .border.bottom.c{
    bottom: 20px;
}
.fireworks p{
    width: 20vw;
    z-index: 1;
    position: fixed;
    opacity: 0;
}
.fireworks p:nth-child(1){
    top: -20%;
    left: 19%;
}
.fireworks p:nth-child(2){
    top: 29%;
    left: -5%;
}
.fireworks p:nth-child(3){
    right: 6%;
    top: -12%;
}
.fireworks p:nth-child(4){
right: -9%;
    top: 35%;
}

.loaded .fireworks p:nth-child(1) {
    -webkit-animation: fadeSplash 0.3s ease 1s 1 forwards;
    animation: fadeSplash 0.3s ease 1s 1 forwards;
}
.loaded .fireworks p:nth-child(2) {
    -webkit-animation: fadeSplash 0.3s ease 1.4s 1 forwards;
    animation: fadeSplash 0.3s ease 1.4s 1 forwards;
}
.loaded .fireworks p:nth-child(3) {
    -webkit-animation: fadeSplash 0.3s ease 1.3s 1 forwards;
    animation: fadeSplash 0.3s ease 1.3s 1 forwards;
}
.loaded .fireworks p:nth-child(4) {
    -webkit-animation: fadeSplash 0.3s ease 1.2s 1 forwards;
    animation: fadeSplash 0.3s ease 1.2s 1 forwards;
}
.fireworks{
    transition: 0.4s;
}
.loaded.scrollFix .fireworks{
	opacity: 0.2!important;
}

/*----------------------------------------------------
	slickslider
----------------------------------------------------*/
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}


/*----------------------------------------------------
	フッター
----------------------------------------------------*/
footer{
    background: #000;
    padding: 80px 0;
    position: relative;
    z-index: 4;
}
.credit{
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #fff;
}
.snsList{
    width: 300px;
    margin: 0 auto 40px;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
align-items: center;    
}
.snsList li{
    text-align: center;
    float: left;
    width: 12%;
}
.snsList li a{
    font-size: 26px;
    display: block;
    color: #FFF;
}
.snsList li a img{
    width: 90%;
    margin: auto;
}
.snsList li a:hover{
 opacity: 0.5;
    transition: all .3s ease;    
}

.historyBox{
background: #266843;
    padding: 15px 0;
    color: #fff;
    position: relative;
    z-index: 4;
}
.list_history{
    display: flex;
    justify-content: center;
    align-items: center;
font-weight: bold;    
}
.list_history li{
    width: 55px;
    text-align: center;
}
.list_history li:first-child{
    width: auto;
    padding: 0 10px 0 0;
    font-size: 14px;
}
.list_history li a{
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
}

.list_history li a:hover{
    color: #ffff00;
        transition: all .3s ease;
}



footer .logo a{
    display: block;
    width: 239px;
    margin: 0 auto 30px;
}
footer .logo a:hover{
    opacity: 0.5;
    transition: all .3s ease;
}



/*----------------------------------------------------
	共通
----------------------------------------------------*/
h2 {
    width: 60vw;
    height: 34vw;
    max-width: 1000px;
    max-height: 550px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-filter: drop-shadow(5px 15px 4px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(5px 15px 4px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(5px 15px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 15px 4px rgba(0, 0, 0, 0.2));
}
.loaded h2{

}
h2 p{
    position: absolute;
    top: 0;
    left: 0;
}
h2 p:nth-child(1){
	opacity: 0;
}
h2 p:nth-child(2){
    z-index: -1;
	opacity: 0;
}
.loaded h2 p:nth-child(1){
  -webkit-animation: fadeSplash 0.5s ease 0.5s 1 forwards;
  animation: fadeSplash 0.5s ease 0.5s 1 forwards;
}
.loaded h2 p:nth-child(2){
  -webkit-animation: upIn 0.8s ease 1.5s 1 forwards;
  animation: upIn 0.8s ease 1.5s 1 forwards;
}

@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);
	}
}
@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);
	}
}


.bnr a{
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    transition: 0.4s;
    opacity: 0;
    border: 7px solid #000;    
}
.loaded .bnr a{
  -webkit-animation: fadeSplash 0.3s ease 0.8s 1 forwards;
  animation: fadeSplash 0.3s ease 0.8s 1 forwards;
}
.bnr a .tit{
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 23px;
    margin: 0 0 1vh 0;
    -webkit-animation: none;
    animation: none;
    opacity: 1;
}
.bnr a .subTit {
    width: 100%;
    line-height: 1.5;
   /* font-size: 15px;
    margin: 0 0 1vh 0;*/
    margin: 0;
    font-size: 19px;
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    -webkit-animation: none;
    animation: none;
    opacity: 1;
}
.bnr a .mainTxt{
text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background: #fe0044;
    padding: 15px;
}
.loaded .bnr a .tit,
.loaded .bnr a .subTit,
.loaded .bnr a .mainTxt{
    -webkit-animation: none;
    animation: none;
}


@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);
	}
}

@keyframes biri {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
@keyframes splash {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

h3 {
    line-height: 1.5em;
    width: 100%;
    text-align: center;
    font-size: 5vw;
    margin: 0 0 2vw 0;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    position: relative;
}
h3 span{
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.1;
    font-size: 250%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.subTit{
    text-align: center;
    font-size: 33px;
    margin: 0 0 25px;
    font-weight: 500;
}
.btnEntry a {
    background: #DC0604;
    display: block;
    text-align: center;
    padding: 13px 15px 15px;
    font-size: 26px;
    text-decoration: none;
    color: #FFF;
    font-weight: 200;
    width: 400px;
    margin: 0 auto 0;
    transition: 0.3s;
}
.btnEntry a:hover{
    background: #019747;
    color: #FFF;
}

.bnrList{
    width: 30%;
    display: block;
    margin: auto;

}
.bnrList li{

}
.bnrList li:last-child{

}
.bnrList li a{

}
.bnrList li a img:hover{
    opacity: 0.5;
    transition: all .3s ease;    
}

.attentionList{
    margin:0 auto 50px;
}
.attentionList li{
    font-size: 0.9rem;
    text-indent: -1em;
    margin: 0 0 0.5rem 1em;
}
.attentionList li:last-child{
    margin: 0 0 0 1em;
}
.box{
    background: #fdf205;
    padding: 25px 0;
}
.headerBoxMin{
    background: #222 no-repeat center center;
    background-size: cover;
    transition: none;
    height: 300px;
}
.headerTit{
    /* background: rgba(0,0,0,0.2); */
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 60px;
    line-height: 300px;
}
.on{
    background: linear-gradient(transparent 60%, #FF0044 60%);
}
.infoBox{
    padding: 150px 20px;
}

.mainTit{
    text-align: center;
    font-size: 54px;
    margin: 0 0 80px;
    font-weight: 200;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 500;
font-family: 'Black Han Sans' ;
}
.coming{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.red{
    color:#FF0044;
    font-weight: bold;
}
.attentionList li:last-child{
margin: 0 0 0 1em;
}
a{
    text-decoration: none;
}

#acd h4 {
    width: 100%;
    color: #fff;
    letter-spacing: 0.6px;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    transition: 0.4s;
    background: #fb5b5b;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    max-width: 1000px;
    margin: auto;   
}
#acd h4::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;
}
#acd h4.open::after {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.4s;        
}
#acd:hover{
    transition: 0.4s;
}

#acd .acdIn{
    overflow: hidden;
    display: block;
    text-align: left;
    margin: 50px 0 0 0;
}
#acd .acdIn .attentionList{

}
#acd .acdIn .attentionList li{
text-align: left;
    text-indent: -1em;
    margin: 0 0 10px 1em;
    font-size: 14px;
    font-weight: 500;
}
#acd .acdIn .attentionList li .red{
color: #ffce43;
}
.contents{
    padding: 10rem 0;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.contents:nth-child(odd){
    background: rgba(244,198,90,0.8);
}


.inBox {
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1000px;
}

.btn a{
    display: block;
    font-weight: bold;
    color: #fff;
    background: #c13726;
    width: 350px;
    margin: 0 auto 30px;
    border-radius: 100px;
    padding: 25px;
    font-size: 17px;
    box-sizing: border-box;
    border: 2px solid #c13726;
    transition: 0.4s;
    text-align: center;
}

.btn a.off{
    pointer-events: none;
    background: #737373;
    border: 2px solid #737373;
}
.scroll {
    display: block;
    width: 5px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-animation: logoFade 0.3s ease 1.4s 1 forwards;
    animation: logoFade 0.3s ease 1.4s 1 forwards;
}
.scroll:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #251714;
    -webkit-animation: scroll 2s linear 0s infinite;
    animation: scroll 2s linear 0s infinite;
}
  @-webkit-keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 0; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto; }
    54% { height: 100%; bottom: 0; top: auto; }
    100% { height: 0; bottom: 0; top: auto;}
  }
  @keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 0; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto;}
    54% { height: 100%; bottom: 0; top: auto;}
    100% { height: 0; bottom: 0; top: auto; }
  }


/*SNS　アイコン
------------------------*/
.link_box{
	width: 50%;
	max-width: 1024px;
	margin: 0 auto 100px auto;
	background-color: rgba(0,0,0,0.6);
	padding: 50px;
	text-align: center;
}

.cont_sns{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
}

.cont_sns:first-child{
	margin-bottom: 20px;
}

.ttl_sns{
	font-size: 20px;
    font-weight: bold;
    margin-right: 60px;
	width: 40%;
    text-align: left;
}

.item_sns{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cont_sns li{
	margin-right: 40px;
}

.fa-twitter, .fa-facebook, .fa-instagram, .fa-tiktok:before{
	content: "\e07b";
	color: #fff;
	font-size: 24px;
}

/*================================================================

	INFO

================================================================*/
.contents.info{

}

.contents.info .inBox:last-of-type{

}
.contents.info .data{

}
.contents.info .data dt {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    margin: 0;
    color: #fe0044;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    text-shadow: 3px 3px 0px #fff, -3px -3px 0px #fff, -3px 3px 0px #fff, 3px -3px 0px #fff, 3px 0px 0px #fff, -3px 0px 0px #fff, 0px 3px 0px #fff, 0px -3px 0px #fff;
}
.contents.info .data dd{
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
font-size: 20px;
}
.contents.info .data dd .day{
    font-size: 34px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.contents.info .data dd .open{

}
.contents.info .data dd .txt{
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
}
.contents.info .data dd .place{
font-size: 25px;
    font-weight: bold;
    margin: 0 0 5px 0;
}


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

	schedule

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

.contents.schedule{
    background:#5191d6;
}
.contents.schedule .frame{
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  line-height: 0;
}
.contents.schedule .frame svg{
    display: block;
    width: 100%;
    height: 60px;
    fill: #5191d6;
    stroke: #000;
    stroke-linecap: round;
    stroke-width: 0.8;
}
.loaded .schedule{

}
.schedule .scheduleBox{
margin: auto;
    padding: 5rem;
    box-sizing: border-box;
    background: #fff;
    border: 5px solid #000;
    text-align: center;
    border-radius: 2rem;
}
.schedule .scheduleBox .date {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 0.5rem 0;
}
.schedule .scheduleBox .date span{
    font-size: 60%;
}
.schedule .scheduleBox .time {
font-size: 1rem;
    font-weight: 400;
    margin: 0 auto 1rem;
}
.schedule .scheduleBox .time span{
    font-size: 80%;
}
.schedule .scheduleBox .venue {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0 0 0.5rem;
}
.schedule .scheduleBox .venue span{
background: #000;
    color: #fff;
    padding: 2px 10px;
    font-size: 60%;
    border-radius: 999px;
    margin: 0 5px 0 0;
    position: relative;
    top: -3px;
}
.schedule .scheduleBox .ticketGuid {
    font-size: 1rem;
    font-weight: 400;
}
.schedule .scheduleBox .ticketGuid .link{
    text-decoration: underline;
    color: #000;
    transition: 0.4s;
    font-size: 80%;
    position: relative;
    top: -2px;
    margin: 0 0 0 5px;
}


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

	ABOUT

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

.about{
    font-weight: bold;
    line-height: 1.6em;
    background:#5191d6;
    padding: 3rem 0 10rem;
    color: #fff;
}
.about .lead p{
	font-size: 1.2rem;
    line-height: 2;
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: 500;
}
.about .lead p:last-of-child{
    margin: 0;
}




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

	ticket

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

.contents.ticket{
	background:#5addf4;
}
.contents.ticket:before {
content: '';
    display: inline-block;
    width: 15vw;
    height: 6vw;
    background-image: url(../images/ph_cloud_W2kFaqu9.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 3%;
    left: 5%;
    transition: 0.4s;
    pointer-events: none;
    z-index: -1;
animation: cloudFloat 6s ease-in-out infinite;
    animation-duration: 4s;
}
.contents.ticket:after {
content: '';
    display: inline-block;
    width: 15vw;
    height: 6vw;
    background-image: url(../images/ph_cloud_W2kFaqu9.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: -5%;
    transition: 0.4s;
    pointer-events: none;
    z-index: -1;
animation: cloudFloat 6s ease-in-out infinite;
    animation-duration: 2s;
}
.ticket .detail{

}
.ticket .detail .ticketDetailList{
    padding: 2rem;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    background: #4971af;
    color: #fff;
    border-radius: 1rem;
    margin: 0 auto 1rem;
}
.ticket .detail .ticketDetailList:last-of-type{
    margin: 0 auto 5rem;
}
.ticket .detail .ticketDetailList dt{
    font-size: 1.2rem;
    width: 70%;
}
.ticket .detail .ticketDetailList dt .txt{
    font-weight: bold;
    margin: 0;
}
.ticket .detail .ticketDetailList dt .fa{
    font-size: 23px;
    margin: 0 10px 0 0;
}
.ticket .detail .ticketDetailList dt .txt span{
    font-size: 80%;
    margin: 0 0 0 10px;
}
.ticket .detail .ticketDetailList dd{
    width: 25%;
}
.ticket .detail .ticketDetailList dd > *{
    margin: 0 0 10px;
}
.ticket .detail .ticketDetailList dd > *:last-child{
    margin: 0;
}
.ticket .detail .ticketDetailList dd .txt{
    background: #fff;
    color: #000000;
    font-weight: bold;
    border-radius: 999px;
    font-size: 1rem;
    padding: 10px 30px;
    text-align: center;
    margin: 0 0 0 auto;
}
.ticket .detail .ticketDetailList dd .txt .mini{
    font-size: 70%;
}
.ticket .detail .ticketDetailList dd .txt .cs{
    font-size: 16px;
    font-weight: bold;
}
.ticket .detail .ticketDetailList dd .attentionBox{
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    margin: 20px auto 0;
}
.ticket .detail .ticketDetailList dd .attentionBox .tit{
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.ticket .detail .ticketDetailList dd .attentionBox .attentionList li{
    font-size: 80%;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.ticket .detail .ticketDetailList dd .attentionBox .attentionList li:last-child{
    margin: 0 0 0 1em;
}

.ticket .detail .ticketDetailList .benefit {
    margin: 10px 0 0 0;
    background: #fff;
    padding: 2rem;
    color: #4971af;
}
.ticket .detail .ticketDetailList .benefit .tit{
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 0.5rem;
}
.ticket .detail .ticketDetailList .benefit .list{
    font-size: 0.8rem;
    text-align: left;
    font-weight: bold;
}

.ticket .detail .ticketDetailList dd.pointBox{
    padding: 3rem;
    border: 1px solid;
    margin: 20px auto 0;
    width: 100%;
}
.ticket .detail .ticketDetailList dd.pointBox.end:before{
    content: "限定Tシャツ付き\Aチケット\A販売終了";
        line-height: 1.2;
}
.ticket .detail .ticketDetailList dd.pointBox .item{
    text-align: center;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
    font-weight: bold;
}
.ticket .detail .ticketDetailList dd.pointBox .ph{
    line-height: 0;
	width: 100%;
    margin: 0 auto 1rem;
    box-sizing: border-box;
}
.ticket .detail .ticketDetailList dd.pointBox .attentionList {
    margin: 0 auto;
}
.ticket .detail .ticketDetailList .red {
    color: #ffbf60;
}

.ticket .map{
    margin: 0 auto;
    padding: 5rem;
    background: #373737;
    border-radius: 1rem;
}
.ticket .map .ph{
    margin: 0 auto;
    background: none;
    padding: 0;
    max-width: 100%;
}

.ticket .ticketDetail{
    text-align: center;
    margin: 0 auto 5rem;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5rem;
    box-sizing: border-box;
    background: #fff;
    border: 5px solid #000;
    border-radius: 2rem;
-webkit-filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.2));
}
.ticket .ticketDetail .txtArea{
    width: 60%;
}
.ticket .ticketDetail .btnArea{
	width: 35%;
}
.ticket .ticketDetail .btnArea .btn a{
	width: 100%;
    font-size: 14px;
    padding:20px 15px;
}
.ticket .ticketDetail .tit{
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0 0 1rem 0;
    border-left: 5px solid;
    padding: 0 0 0 1rem;
    text-align: left;
}
.ticket .ticketDetail .tit.soldBox{
    color: #FF0044 ;
    border-left: 5px solid #fff;
}


.ticket .ticketDetail .subTit {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.1em;
    margin: 0;
}
.ticket .ticketDetail .attentionTxt{
    text-align: left;
    font-size: 13px;
    margin: 10px 0 0 0;
}
.ticket .ticketDetail.add {
padding: 50px;
}
.ticket .ticketDetail.add .subTit{
	margin: 0;
}
.ticket .ticketDetail .date{
    text-align: center;
    font-weight: bold;
    background: rgba(255,255,255,0.2);
    padding: 30px;
    margin: 0 0 20px 0;
    font-size: 19px;
}
.ticket .ticketDetail .date .tit{
font-size: 17px;
}
.ticket .ticketDetail .date dl{
    border: 1px solid #000;
    padding: 20px;
}
.ticket .ticketDetail .date dt{
    font-size: 14px;
    margin: 0 0 15px 0;
}
.ticket .ticketDetail .date dd{
font-size: 17px;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #000;
}
.ticket .ticketDetail .date dl dd:last-child{
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.ticket .ticketDetail .date dd .mini{
    font-size: 12px;
    margin: 15px 0 0 0;
}
.ticket .ticketDetail .date dd .link{
    color: #f84a52;
}
.ticket .ticketDetail .date dd .link:hover{
    opacity: 0.7;
    transition: 0.4s;
}
.ticket .ticketDetail .btn a{
    margin: 0 auto;
} 

.ticket .ticketDetail .type{
    border: 1px solid;
    padding: 40px;
}
.ticket .ticketDetail .type dt{
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    margin: 0 0 10px 0;
    padding: 0.25em 0.5em;
    border-left: solid 5px #000000;
}
.ticket .ticketDetail .type dd{
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px dotted;
}
.ticket .ticketDetail .type dd .subTit{
    text-align: left;
    font-size: 17px;
}
.ticket .ticketDetail .type dd:last-child{
    padding: 0;
    margin: 0;
    border-bottom:none;
}

.box0911 .ticket .ticketDetail.add.contents0831{
display: none;
}

.ticket .ticketDetail .exchange{
    margin: 50px auto 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    box-sizing: border-box;
    color: #000;
}
.ticket .ticketDetail .exchange dt{
	font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px 0;
}
.ticket .ticketDetail .exchange dd .txt{
    font-size: 19px;
    margin: 0 0 25px 0;
    font-weight: 400;
}
.ticket .ticketDetail .exchange dd .attentionList{
    text-align: left;
    margin: 0;
}
.ticket .ticketDetail .exchange dd .attentionList li {
    line-height: 1.3em;
    font-size: 14px;
}


.ticket .present {
    margin: 3rem 0 0 0;
    width: 100%;
    padding: 2rem;
    background: #efefef;
    position: relative;
}
.ticket .present .icon{
padding: 0;
    width: 6rem;
    height: 6rem;
    display: block;
    position: absolute;
    left: -1rem;
    top: -1rem;
    border-radius: 999px;
    background: #ffa520;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    font-size: 1.2rem;
}
.ticket .present .icon span{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ticket .present > .tit {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 auto 1rem;
    line-height: 1.3;
    text-align: center;
    border: none;
    max-width: 500px;
    border-radius: 999px;
}
.ticket .present .tit span{
    display: block;
    font-size: 70%;
}
.ticket .present .txt{
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 1.5;
    text-align: left;
}
.ticket .present .txt span{
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 5px 0;
    line-height: 1.5;
    color: #ffab43;
    display: block;
}
.ticket .present .attentionList {
    margin: 0 auto 30px;
    text-align: left;
}
.ticket .present .attentionList li{

}
.ticket .present .item{
    font-weight: bold;
    font-size: 29px;
    margin: 0 0 20px 0;
    line-height: 1.3;
}
.ticket .present .ph {
    margin: 0 auto 30px;
    width: 100%;
    padding: 0;
    background:transparent;
}
.ticket .present .mini{
    display: block;
}
.ticket .present .phList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.ticket .present .phList li{
width: 48%;
}
.ticket .present .size{
    font-weight: bold;
    font-size: 16px;

    margin: 0 auto 10px;
}
.ticket .present #acd .detail{

}
.ticket .present #acd .detail dt{
    font-size: 13px;
    margin: 0 0 5px;
    font-weight: bold;
    border-left: 4px solid;
    padding: 0 0 0 10px;
}
.ticket .present #acd .detail dd{

}
.ticket .present #acd .detail dd .attentionList li{
    font-weight: normal;
}

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

	artist

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

.artist .artistTit{
    text-align: center;
    font-size: 34px;
    margin: 0 0 20px 0;
    line-height: 1.5em;
    font-family: 'Anton', sans-serif;
}

.artist .addartistTit{
text-align: center;
    font-size: 26px;
    margin: 30px 0 20px 0;
    line-height: 1.5em;
    font-family: 'Anton', sans-serif;
    position: relative;
}
.artist .addartistTitBox{
position: relative;
    text-align: center;
}
.artist .addartistTitBox .addartistTit{
position: relative;
    display: inline-block;
}
.artist .addartistTitBox .addartistTit .new{
    background: #fb5b5b;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 999px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    position: absolute;
	left: -65px;
    top: -10px;
	font-family: "Noto Sans Japanese","メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.artist .artistList.center {
    justify-content: center;
}
.artist .artistList.host{
     margin: 0 0 50px 0;
}
.artist .artistList.host li{
 width: 40%;
    margin: auto;
}
.artist .artistList.sound{
    width: 75%;
    margin:0 auto 50px;
}
.artist .artistList.sound li{
    width: 46%;
}
.artist .artistList{
     display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
/* 
.artist .artistList::after {
display: block;
content:"";
width: 32%;
}
*/
.artist .artistList.host::after{
display: none;
}
.artist .artistList li{
    width: 32%;
    margin: 0 0 40px 0;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}
.artist .artistList li .new{
    background: #fb5b5b;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 999px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: -5px;
    top: -5px;
}
.artist .artistList li .name{
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
}
.artist .artistList li .ph{
    margin: 0 0 2rem;
    padding: 1rem;
    background: #fff;
    -webkit-filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.2));
}
.artist .artistList.two{
    width: 70%;
    margin: auto;
}
.artist .artistList.two li{
    width: 45.5%;
}

.artist .info{
    padding: 40px;
    text-align: center;
    background-size: cover;
    max-width: 700px;
    margin: auto;
    background:#3c0505;
}
.artist .info .tit{
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #ff0;
}
.artist .info .lead{
    font-size: 23px;
    margin: 0 auto 50px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 35px 0;
    font-weight: bold;
} 
.artist .info .txt{
    background: #f04;
    color: #fff;
    width: 150px;
    margin: auto;
    padding: 10px 20px;
    font-size: 15px;
    letter-spacing: 0.1em;
}

.artist .info {
    max-width: 100%;
}
.artist .info .txt {
    background: none;
    width: auto;
    margin: auto;
    padding: 0;
}
.artist .info .logoBox{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 10px;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    font-size: 47px;
}
.artist .info .logoBox .logo{
    width: 45%;
}
.artist .info .artistArea{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 50px;
    align-items: center;
    position: relative;
    max-width: 600px;
}
.artist .info .artistArea:last-of-type{
    margin: 0 auto;
}
.artist .info .artistArea .artistList{
    width: 46%;
    box-sizing: border-box;
}
.artist .info .artistArea .artistList li{
	margin: 0;
    padding: 10px 10px 20px 10px;
    width: 100%;
    background: #101010;
}
.artist .info .artistArea .artistList li .ph{
    margin: 0 0 10px 0;
    line-height: 0;
}
.artist .info .artistArea .artistList li .name{
    font-size: 14px;
}
.artist .info .artistArea .vs{
    font-size: 78px;
    position: absolute;
    transform: translate(-50%, -50%) rotate(15deg);
    top: 50%;
    left: 50%;
	font-family: 'Anton', sans-serif;
    font-weight: normal;
    color: #ff0044;
    z-index: 1;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
}
.artist .artistLive{
    margin: 0 auto 50px;
}
.artist .artistLive .artistList.host{
    margin: 0 auto;
}

.more{
    line-height: 1.5em;
    text-align: center;
    margin: 5rem 0 0;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "guildhall", sans-serif;
    font-weight: 500;
    font-style: normal;
}



.guideLine{

}
.guideLine .btn a{
    background: #EE5959;
    border: 2px solid #EE5959;
    width: 100%;
    text-align: center;
    border-radius: 0;
    max-width: 500px;
    padding: 30px;

}
.guideLine #acd h4 {
    width: 100%;
    color: #fff;
    letter-spacing: 0.6px;
    display: block;
    text-align: center;
    font-size: 19px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    transition: 0.4s;
    background: #fb5b5b;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;    
}
.guideLine .mainTit{
	font-size: 19px;
    font-weight: bold;
    line-height: 1.5;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 0 20px 0;
}
.guideLine .lead{
    line-height: 1.8;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 30px 0;
}
.guideLine dl dt{
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 10px 1em;
    text-indent: -1em;
}
.guideLine dl dd {
    margin: 0 0 40px 0;
    border-bottom: 1px solid;
    padding: 0 0 40px 0;
    font-weight: 200;
    font-size: 14px;
    line-height: 1.5;
}
.guideLine dl dd .list{

}

.guideLine dl.attention{
background: rgba(255,255,255,0.1);
    padding: 40px;
    margin: 0 0 20px 0;
}
.guideLine dl.attention dd{
margin: 0;
    border-bottom: none;
    padding: 0;
}

.guideLine .other{
    padding: 40px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.1);
    margin: 0 0 40px 0;
}
.guideLine .other .tit{
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 15px 0;
}
.guideLine .list{

}
.guideLine .list li{
text-indent: -1em;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 10px 1em;
}
.guideLine .bnrList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 60%;
	margin: 0 auto 30px auto;    
    max-width: 500px;
}
.guideLine .bnrList li:nth-child(1){
    width: 44%;
}
.guideLine .bnrList li:nth-child(2){
    width: 53%;
}

.guideLine .logo{
    width: 150px;
    margin: auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.bnr{
    width: 80%;
    margin: 0 auto 50px;
}

.bnr a{
    display: block;
    padding: 3vh;    
}
.bnr a:hover{
    transition: 0.4s;
    opacity: 0.8;
}

.bnr a .seat {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto 15px;
}
.bnr a .btn{
    display: block;
    font-weight: bold;
    color: #fff;
    background: #fe0044;
    width: 350px;
    margin: 0 auto;
    border-radius: 100px;
    padding: 20px;
    font-size: 15px;
    text-align: center;
}
.ticket .ticketDetail .seat{
    margin: 0 auto 10px;
    padding: 0;
    border: none;
    font-size: 15px;
}
.ticket #acd.ticketDetail{
background: transparent;
    padding: 0;
    text-align: center;
    margin: 0 auto 15px;
}
.ticket #acd.ticketDetail h4{
background: #cfb877;
    color: #000;
}

.ticket #acd.ticketDetail .acdIn{
    background: #cfb877;
    color: #000;
}




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

	GOODS

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

.goods{

}
.goods .box{
    background: none;
    margin: 0 auto 80px;
}
.goods .tit{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0;
    line-height: 1.5;
}
.goods .txt{
text-align: center;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 30px 0;
    font-size: 20px;
}
.goods .goodsList {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;

    margin: 0 0 30px 0;
}
.goods .goodsList::after{
  content:"";
  display: block;
  width:32%;
}
.goods .goodsList > li{
    width: 32%;
	position: relative;
    margin: 0 0 30px 0;
}
.goods .goodsList li .icon{
    width: 80px;
    height: 80px;
    position: absolute;
    background: #ff0044;
    border-radius: 999px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding: 0;
    right: -20px;
    top: -55px;
    line-height: 1.5;
}
.goods .goodsList li .icon span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}
.goods .goodsList li .ph{
    border: 1px solid #ddd;
    margin: 0 0 50px 0;
    line-height: 0;
}
.goods .goodsList li .item{
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 19px;
    line-height: 1.5;
}
.goods .goodsList li .price{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.goods .goodsList li .type{
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}
.goods .attentionList li {
    text-align: left;
    font-weight: 300;
    text-indent: -1em;
    margin: 0 0 5px 1em;
    width: 100%;
    line-height: 1.5;
}
.goods .attentionList li:last-child{
    margin: 0 0 0 1em;
}
.goods .attentionList {
    margin: 0 0 20px 0;
}

.goods .date {
    margin: 0 auto 50px;
    text-align: center;
    padding: 60px;
    background: rgba(255,255,255,0.1);
    max-width: 1000px;
}
.goods .date dt{
    font-weight: bold;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid;
    font-size: 19px;
}
.goods .date dd{

}
.goods .date dd .txt{
    font-size: 16px;
}
.goods .date dd .ph{
    line-height: 0; 
        margin: 0 auto 30px;
}
.goods .date dd .attentionList{
    background: rgba(255,255,255,0.1);
    padding: 25px;
    margin: 0;
}
.goods .guideLine {
    width: 100%;
    margin: 0;
}
 
.goods .box.present{
    background: #fff;
    padding: 40px;
    color: #000;
    max-width: 1000px;
    margin: 0 auto;
}
.goods .box.present .tit{
    color: #FF0044;
}
.goods .box.present .txt {
    font-size: 16px;
}
.goods .box.present .ph{
    width: 80%;
    margin: 0 auto 30px;
    max-width: 500px;
}
.goods .box.present .date {
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    background: none;
    max-width: 1000px;
    border: 1px solid;
}
.goods .box.present .attentionList {
    background: rgba(0,0,0,0.03);
    padding: 25px;
    margin: 0 0 10px 0;
}
.goods .slick-slider .slick-arrow{
    display:none!important;
}
   /* Dots */
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    height: 10px;
	background: #666;
    content: '';
    text-align: center;

    opacity: .4;
	border-radius: 50%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	background: #fff000;
	opacity: 1;
}
   
   
   
.foods{


} 
.foods .ph{
    margin: 0 auto 30px;
    max-width: 550px;
}
.foods .attentionList{
    margin: 0 auto;
    max-width: 500px;
}
.foods .menu {
    margin: 0 auto 50px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 3vw;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    max-width: 1000px;
}
.foods .menu dt {
	width: 31%;
    text-align: center;
}
.foods .menu dt .shop{
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 20px 0;
    display: block;
}
.foods .menu dt .icon{
    position: absolute;
    width: 80px;
    height: 80px;
    background: #094;
    color: #fff;
    border-radius: 999px;
    left: 5px;
    top: 5px;
    padding: 0;
}
.foods .menu dt .icon span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
}
.foods .menu dt .foods-items li{
    position: relative;
}

.foods .menu dd {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    width: 65%;
    position: relative;
    background:#ffffdb;
    padding: 40px;
    box-sizing: border-box;
}
.foods .menu dd .menuList{
 
}
.foods .menu dd .menuList li{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
}
.foods .menu dd .menuList li:last-child{
    margin: 0;
    border-bottom: none;
    padding: 0;
}
.foods .menu dd .menuList li .item{
    font-size: 15px;
    display: inline-block;
    width: 64%;
    text-indent: -0.8em;
    margin: 0 0 0 0.8em;
    line-height: 1.8;
}
.foods .menu dd .menuList li .item span{
    font-size: 10px;
    background: #ff4949;
    color: #fff;
    padding: 5px 10px;
    border-radius: 999px;
    margin: 0 5px 0 0;
    position: relative;
    top: -2px;
}
.foods .menu dd .menuList li .item .fa{
    font-size: 11px;
    position: relative;
    top: -2px;
    margin: 0 10px 0 0;
}
.foods .menu dd .menuList li .price{
    font-size: 13px;
    opacity: 0.8;
    width: 32%;
    text-align: right;
}
.foods .menu dd .menuList li.event .item .item_txt{
    background: linear-gradient(transparent 60%, #ffff00 60%);
    color: #000;
    padding: 0;
    border-radius: 0;
    margin: 0;
    font-size: 15px;
    top: auto;
}
.foods .attentionTxt{
    text-align: center;
    font-size: 15px;
    margin: 0 auto 50px;
}
.foods #acd {
    max-width: 1000px;
    margin: auto;
}
.foods #acd h4 {
    width: 100%;
    color: #fff;
    letter-spacing: 0.6px;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    transition: 0.4s;
    background: #fb5b5b;
    font-weight: bold;
    cursor: pointer;
    margin: 0;  
}
.foods #acd h4::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;
}
.foods #acd h4.open::after {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.4s;        
}
.foods #acd:hover{
    transition: 0.4s;
    opacity: 0.9;
}

.foods #acd .acdIn{
    overflow: hidden;
    display: block;
    background: rgb(251, 91, 91);
    padding: 20px;
    color: rgb(255, 255, 255);
    text-align: left;
}
.foods #acd .acdIn .attentionList{
    margin: 0;
}
.foods #acd .acdIn .attentionList li{
	text-align: left;
    text-indent: -1em;
    margin: 0 0 10px 1em;
    font-size: 14px;
    font-weight: 300;
}

.contents.onlive .tit {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 20px 0;
  color: #fb5b5b;
}

.contents.onlive .date {
  border: 2px solid #808080;
  padding: 40px;
  margin: 0 0 20px 0;
}

.contents.onlive .date dt {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #808080;
  padding: 0 0 20px 0;
}

.contents.onlive .date .txt {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 1.5;
}

.contents.onlive .date .attentionList li {
  line-height: 1.5;
  font-size: 13px;
  text-align: left;
  font-weight: 200;
  margin: 0 0 5px 1em;
  text-indent: -1em;
}

.contents.onlive .date .appList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 50%;
  margin: 20px auto 0;
}

.contents.onlive .date .appList li:nth-child(1){
  width: 45%;
}
.contents.onlive .date .appList li:nth-child(2){
  width: 53%;
} 

.contents.onlive .date .list li .txt .link {
  font-size: 15px;
}
.contents.onlive .date .txt .link {
  color: #fb5b5b;
  text-decoration: underline;
  font-weight: bold;
  transition: 0.4s;
}

.contents.onlive .gift {
  margin: 40px 0 0 0;
  background: #ffffdf;
  padding: 40px;
}

.contents.onlive .tit {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 20px 0;
  color: #fb5b5b;
}

.contents.onlive .gift .lead {
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 20px 0;
  font-weight: 300;
}

.contents.onlive .gift .date {
  border: none;
  padding: 40px;
  margin: 0 0 20px 0;
  background: rgba(255,255,255,0.1);
}

.contents.onlive .gift .date dt {
  border-bottom: 1px solid #ffffff;
}
.contents.onlive .date dt {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

.contents.onlive .date .mini {
  font-size: 13px;
}

.contents.onlive .gift .attentionList {
  background: rgba(255,255,255,0.2);
  padding: 20px;
}

.contents.onlive .gift .list li {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px 1em;
  text-indent: -1em;
}


#acd h4::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;
  transform: rotate(135deg);
  z-index: 0;
  transition: all .3s ease;
}


.finish{text-align:center;margin-bottom:50px;}


.endArea{

}

.endArea .ph{
    margin: 0 auto 50px;
    max-width: 1000px;
}
.endArea .lead{
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    margin: 0 0 50px 0;
    font-weight: bold;
}
.endArea .btnList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 800px;
    margin: auto;
    width: 80%;
}
.endArea .btnList li{
    width: 48%;
}
.endArea .btnList li a{
    width: 100%;
    display: block;
}




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

	レスポンシブ:PC

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

.gnav a:hover{
    color: #fff200;
        transition: all .3s ease;
}

.btn a:hover{
    background: none;
    color: #c13726;
}
.guideLine .btn a:hover{
    background: none;
    border: 2px solid #EE5959;
	color:#EE5959;
}

.side{
text-align: center;
font-weight: bold;
font-size: 18px;
margin-bottom:15px;
}

.thanks{
  width: 100%;
  margin: 1em auto;
}

}


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

	レスポンシブ:SP

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

.ancPoint{
position:relative;
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

.finish{width:100%;}

.thanks{
  width: 90%;
  margin: 1em auto;
}

/*----------------------------------------------------
	フレーム
----------------------------------------------------*/

body:before {
        width: 40vw;
        height: 55vw;
        max-width: 250px;
        max-height: 300px;
}
body:after {
    width: 45vw;
    height: 60vw;
        max-width: 250px;
        max-height: 300px;
    right: -4rem;
}
body.scrollFix:before {
    width: 25vw;
    height: 30vw;
    bottom: -1rem;
    left: -1rem;
}
body.scrollFix:after {
    width: 25vw;
    height: 30vw;
    bottom: -2rem;
    right: -2rem;
}
.cloud p {
    width: 40vw;
}
.cloud p:nth-child(2) {
    right: -10%;
    top: 26%;
}
.allContent {

    position: relative;
}
.wrap {
    padding: 0;
}
.contentsBox {
    padding: 0;
	width: 90%;
	margin: 0 auto;
}

.mainBnrArea img {
    width: 75%;
    display: block;
    margin: auto;
    padding: 20px;
} 
.mini {
    font-size: 11px;
}

/*----------------------------------------------------
	レスポンシブ：リセット
----------------------------------------------------*/

.snsList li a:hover{
 	opacity:1;
    transition: all .3s ease;    
}
.section_access .lead a:hover{
    opacity: 0.5;
transition: all .3s ease;
} 
.rg-image-nav a:hover{
	opacity:0.8;
}
	/*.
.artist .list_artist a:hover .thumb {
    transform: scale(1.05,1.05);
    box-shadow: 0 0 0 0 #fff000;
}
artist .list_artist a:hover .name { color: #000; }
	.artist .list_artist a:hover .thumb { transform: scale(1.05,1.05); box-shadow: 0 0 0 0 #fff000; }
	.artist .list_artist .detail a:hover { color: #000; }*/
.infoList li a p:hover{
    opacity: 1;
	transition: all 0.2s ease-in-out;    
}
.menuList a:hover::after {
  transform: scale(0, 0);
}
.hamBtn:hover{
    transition: all 1s!important;
    opacity: 1!important; 
}
.bnrList li a img:hover{
    opacity:1;
    transition: all .3s ease;    
}
.btnEntry a:hover{
    background: #019747;
    color: #FFF;
}
footer .logo a:hover{
    opacity: 1;
    transition: all .3s ease;
}
.list_history li a:hover{
    color: #000;
        transition: all .3s ease;
}

.contents {
        padding: 50px 0;
        box-sizing: border-box;
        width: 100%;  
}
.popupBox .inner {
    background: #fff;
    padding: 15px;
}

#acd {
    border: 1px solid #000;
    padding: 10px;
}
#acd .acdTit {
    display: block;
    font-size: 12px;
    text-align: left;
}
#acd .acdTit::after {
    margin: -5px 0 0;
    top: 50%;
    right: 5px;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-right: 1px solid;
}

/*----------------------------------------------------
	レスポンシブ：メインヴィジュアル
----------------------------------------------------*/

.visual {
    height: 100dvh;
}
h2 {
        width: 99vw;
        height: 55vw;
}


/*----------------------------------------------------
	レスポンシブハンバーガーメニュー
----------------------------------------------------*/

.gnav {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        right: auto;
}
.gnav li{
    margin: 0 0 0.2rem 0;
}
.gnav a {
    font-size: 1.2rem;
}
.hamBtn {
        position: fixed;
        right: 0;
        top: 0;
        width: 15px;
        height: 33px;
        transition: all .3s ease;
        cursor: pointer;
        z-index: 10;
        padding: 5px 15px 5px;
        background: #fff;
}

.hamBtn span {
    display: block;
    position: absolute;
    right: 20%;
    width: 60%;
    height: 2px;
    background: #000;
    transition: all .3s ease;
    margin: auto;
}

.hamBtn :nth-of-type(1) {
    top: 10px;
}
.hamBtn :nth-of-type(2) {
    top: 20px;
}
.hamBtn :nth-of-type(3) {
    top: 30px;
}
.hamBox{
        display: none;
        box-sizing: border-box;
        position: fixed;
        height: 30%;
        width: 50%;
        top: 0;
        right: 0;
        z-index:5;
        overflow: auto;
        background:#5191d6;
        border-radius: 1rem;
        border: 2px solid #000;
}
.menuList {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
    font-family: "Noto Sans Japanese","メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    width: 80%;
    height: 100%;
}
.menuList a {
    vertical-align: -1px;
    font-size: 3.5vh;
    text-decoration: none;
    margin: 2vh;
    display: inline-block;
    color: #000;
    font-weight: bold;
}
.hamBtn.open span:nth-of-type(1) {
    transform: translateY(20px) rotate(-45deg);
    top: 1px;
}
.hamBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.hamBtn.open span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
}

 
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
footer {
    padding: 40px 20px;
    box-sizing: border-box;
}
.snsList {
    width: 90%;
    margin: 0 auto 40px;
}
.snsList li {
    width: 10%;
}
.credit {
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.15em;
    line-height: 1.5em;
    color: #fff;
}

.historyBox {
    padding: 30px 0;
}
.list_history {
    display: block;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
.list_history li:first-child {
    width: auto;
    padding: 0;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    float: none;
    margin: 0 0 20px;
}
.list_history li {
    width: 25%;
    text-align: center;
    margin: 0 0 10px;
    float: left;
}
.list_history li a {
    text-decoration: none;
    font-size: 15px;
}
footer .logo a {
    display: block;
    width: 180px;
    margin: 0 auto 40px;
}

footer .logo a img{
    width: 100%;
}
/*----------------------------------------------------
	レスポンシブ：共通
----------------------------------------------------*/
h3 {
        margin: 0 0 2rem 0;
        font-size: 3rem;
        line-height: 1;
}
h3 span {
    font-size: 200%;
}
h4 {
    font-size: 42px;
    margin: 0 0 20px;
}
h5 {
    font-size: 20px;
    margin: 0 0 10px;
    text-align: center;
    font-weight: 300;
    line-height: 1.3em;
}
.subTit {
	text-align: center;
    font-size: 13px;
    margin: 0 0 15px;
    font-weight: 400;
    line-height: 1.3em;
}
.btnEntry a {
    background: #DC0604;
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 26px;
    text-decoration: none;
    color: #FFF;
    font-weight: 200;
    width: 400px;
    margin: 0 auto 0;
    transition:0.3s;
}
.attentionList li{
    text-align:left;
        font-size: 0.8rem;
}
.bnrList {
    width: 100%;
    display: block;
    margin: auto;
}

.headerTit {
    /* background: rgba(0,0,0,0.2); */
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 30px;
    line-height: 100px;
}
@keyframes fadeAnim{
0% {opacity:0;}
100% {opacity:1;}
}
.mainTit {
    text-align: center;
    font-size: 35px;
    margin: 0 0 20px;
    font-weight: 200;
    height: auto;
    display: block;
    line-height: 1.5em;
}

.inBox {
    width: 85%;
    margin: auto;
}


.bnr a {
    padding: 20px;
    border: 4px solid #000;
}
.bnr a .tit {
    font-size: 16px;
    margin: 0 0 10px 0;
    }
.bnr a .subTit {
    font-size: 13px;
   /* margin: 0 0 10px 0;*/
    margin: 0;
    }    
.bnr a .mainTxt {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    line-height: 1.5;
}


/*----------------------------------------------------
	レスポンシブ：バナーボックス
----------------------------------------------------*/
.contentsBnrBox{
	padding:40px 20px 0;
}


/*----------------------------------------------------
	レスポンシブ：SNS　アイコン
----------------------------------------------------*/
.link_box{
	width: 70%;
	margin: 0 auto 50px auto;
	background-color: rgba(0,0,0,0.6);
	padding: 30px;
	text-align: center;
}

.cont_sns{
	display: block;
	font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
	text-align: center;
}

.cont_sns:first-child{
	margin-bottom: 30px;
}

.ttl_sns{
	font-size: 18px;
    font-weight: bold;
    margin: 0 auto 20px auto;
	width: 100%;
    text-align: center;
}

.item_sns{
	display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
}

.cont_sns li{
	margin-right: 40px;
}
	
.cont_sns li:last-child{
	margin-right: 0;
}

.fa-twitter, .fa-facebook, .fa-instagram, .fa-tiktok:before{
	content: "\e07b";
	color: #fff;
	font-size: 24px;
}
.btn a {
    display: block;
    font-weight: bold;
    width: 100%;
    margin: 0 auto 15px;
    border-radius: 100px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}
.btn a:hover{
    opacity: 1;
}

#acd h4 {
    width: 100%;
    color: #fff;
    letter-spacing: 0.6px;
    display: block;
    font-size: 12px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    transition: 0.4s;
    background: #fb5b5b;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;    
}
#acd h4::after {
    right: 25px;
    margin: 0;
top: 34%;    
    }
    #acd:hover{
    transition: 0.4s;
    opacity: 1;
}
#acd .acdIn {
    margin: 15px 0 0 0;
}    
 #acd .acdIn .attentionList li {
    text-align: left;
    text-indent: -1em;
    margin: 0 0 10px 1em;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.5;
}   
#acd h4.open::after {
    margin: -5px 0 0;
    -webkit-transform: rotate(
-45deg
);
    transform: rotate(
-45deg
);
    transition: 0.4s;
    top: 56%;
}

.more {
margin: 30px 0 20px;
    font-size: 16px;
}

/*===================================================

	INFO

====================================================*/

.contents.info .inBox {
    margin: 0 auto 80px;
    padding: 40px 20px;
}
.contents.info .data dt {
    font-size: 27px;
    margin: 0 ;
    width: 100%;    
}
.contents.info .data dd .day {
    font-size: 22px;
}
.contents.info .data dd {
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
    font-size: 14px;
}
.contents.info .data dd .txt {
    text-align: left;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.8;
}
.contents.info .inBox::after {
    bottom: -10px;
    right: -10px;
    }
.contents.info .data dd .place {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}  





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

	schedule

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

.schedule .scheduleBox {
        padding: 2rem;
        border: 2px solid #000;
        border-radius: 1rem;
}
.schedule .scheduleBox .date {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 0.5rem 0;
}
.schedule .scheduleBox .venue {
    font-weight: bold;
    font-size: 1rem;
}
.schedule .scheduleBox .time {
    font-size: 0.8rem;
}
.schedule .scheduleBox .ticketGuid {
    font-size: 0.8rem;
}


.about .lead p {
    font-size: 0.8rem;
    margin: 0 0 1rem 0;
    text-align: left;
}

.contents.ticket:before {
    width: 26vw;
    height: 14vw;
    top: 2%;
    left: -6%;
}
.contents.ticket:after {
    width: 26vw;
    height: 14vw;
    top: 51%;
    right: -5%;
}
.ticket .detail .ticketDetailList {
    padding: 2rem;
    border-radius: 1rem;
    margin: 0 auto 1rem;
    display: block;
}
.ticket .detail .ticketDetailList:last-of-type {
    margin: 0 auto 3rem;
}
.ticket .detail .ticketDetailList dt {
    font-size: 1rem;
    width: 100%;
    text-align: center;
    margin: 0 auto 1rem;
}
.ticket .detail .ticketDetailList dd {
    width: 100%;
}
.ticket .detail .ticketDetailList .benefit {
    margin: 10px 0 0 0;
    padding: 1rem;
}
.ticket .detail .ticketDetailList .benefit .tit {
    font-size: 0.8rem;
    font-weight: bold;
    margin: 0 0 0.3rem;
}
.ticket .detail .ticketDetailList dd.pointBox {
    padding: 1rem;
    border: 1px solid;
    margin: 20px auto 0;
    width: 100%;
    box-sizing: border-box;
}
.ticket .detail .ticketDetailList dd.pointBox .item {
    text-align: center;
    font-size: 1rem;
    margin: 0 auto 0.8rem;
}

.ticket .map .ph {
    margin: 0 auto;
    padding: 0;
}
.ticket .detail .seat {
        margin: 0 0 15px 0;
        font-size: 17px;
        padding: 20px;
        border-radius: 10px;

}
.ticket .detail .seat .tit {
    margin: 0 0 5px 0;
}
.ticket .detail .seat .price {
    font-size: 14px;
}
.ticket .detail .seat .seatDetail {
    font-size: 13px;
    margin: 5px 0 0 0;
}
.ticket .detail .seat .seatDetail .mini {
    font-size: 12px;
    display: block;
    font-weight: 400;
}

.ticket .detail .seat .txt {
    text-align: left;
    font-size: 12px;
    padding: 15px;
    margin: 10px 0 0 0;
}
.ticket .detail .seat .benefit {
    margin: 15px 0 0 0;
    padding: 20px;
    display: block;
}
.ticket .detail .seat .benefit .tit {
    font-size: 15px;
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
}
.ticket .detail .seat .benefit .list {
    width: 100%;
    box-sizing: border-box;
}
.ticket .detail .seat .type {
    margin: 0 0 15px 0;
}
.ticket .detail .end:before {
    font-size: 27px;
}
.ticket .ticketDetail .tit span.soldTxt {
    display: inline-block;
    font-size: 14px;
    padding: 0;
}
.ticket .detail .soldTxt {
    font-size: 10px;
    padding: 2px 10px;
}
.ticket .ticketDetail {
        padding: 2rem;
        text-align: center;
        display: block;
        border-radius: 1rem;
        border: 2px solid #000;
        margin: 0 auto 3rem;
}
.ticket .ticketDetail .txtArea {
    width: 100%;
    margin: 0 0 10px 0;
}
.ticket .ticketDetail .tit{
        font-weight: bold;
        font-size: 15px;
        margin: 0 0 15px 0;
        line-height: 1.3;
        text-align: center;
        border-left: none;
        border-bottom: 1px solid;
        padding: 0 0 15px 0;
}
.ticket .ticketDetail .tit.soldBox{
    border-bottom: 1px solid #fff;
    border-left: none;
}
.ticket .ticketDetail .subTit {
        font-size: 14px;
        text-align: center;
}
.ticket .ticketDetail .attentionTxt {
    font-size: 12px;
    text-align: center;
}
.ticket .ticketDetail .btnArea {
        width: 100%;
        max-width: 350px;
        margin: auto;
}
.ticket .pointBox {
    padding: 20px;
    border: 2px solid;
    margin: 20px auto;
}
.ticket .pointBox .item {
    text-align: center;
    font-size: 17px;
}
.ticket .pointBox .ph {
        padding: 0;
        line-height: 0;
        margin: 0 auto 20px;
}
.ticket .map {
        margin: 0 auto 3rem;
        padding: 2rem;
}
.ticket .present {
        padding: 2rem 1rem;
        text-align: center;
        box-sizing: border-box;
}
.ticket .present .tit {
        border: none;
        padding: 0;
        margin: 0 0 0.5rem;
        font-size: 0.8rem;
}  
.ticket .present .icon {
    padding: 0;
    width: 4rem;
    height: 4rem;
    display: block;
    position: absolute;
    left: -1.5rem;
    top: -1.5rem;
    line-height: 1.2;
    font-size: 0.8rem;
}
.ticket .present .item {
        font-size: 1rem;
        margin: 0 0 1rem 0;
}
.ticket .present .size {
    font-weight: bold;
    font-size: 13px;
margin: 0 auto 20px;
}  
.ticket .present .name {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.ticket .present .txt {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 1.5;
    text-align: left;
}
.ticket .present .txt span {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px 0;
    line-height: 1.5;
    color: #ffab43;
    display: block;
}
.ticket .present .attentionList {
    margin: 0 auto 15px;
}
.ticket .present .attentionList li {
    font-size: 11px;
}
.ticket .present .mini {
    font-size: 11px;
    margin: 0 0 10px 0;
    font-weight: 400;
}
.ticket .present .phList li {
    width: 100%;
    margin: 0 auto 10px;
}
.ticket .present .phList {
    margin: 0 0 10px 0;
}
.ticket .present #acd .detail dt {
    font-size: 11px;
    margin: 0 0 10px;
    font-weight: bold;
    border-left: 2px solid;
    padding: 0 0 0 10px;
}


.ticket .ph{
    padding: 10px;
}
.ticket .present .ph {
    padding: 0;
    margin: 0 auto 10px auto;
}
.ticket .ticketDetail.add {
    padding: 25px;
}
.ticket .ticketDetail .type {
    border: 1px solid;
    padding: 15px;
}
.ticket .ticketDetail .type dt {
    font-size: 13px;
}
.ticket .ticketDetail .type dd .subTit {
    text-align: left;
    font-size: 13px;
}
.ticket .ticketDetail .exchange {
    margin: 20px auto 0;
    padding: 20px;
}
.ticket .ticketDetail .exchange dt {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.ticket .ticketDetail .exchange dd .txt {
    font-size: 14px;
    margin: 0 0 15px 0;
    line-height: 1.5;
}
.ticket .ticketDetail .exchange dd .attentionList li {
    line-height: 1.3em;
    font-size: 12px;
}
.artist .artistTit {
    text-align: center;
    font-size: 21px;
    margin: 0 0 10px 0;
}

.artist .artistTit {
    text-align: center;
    font-size: 21px;
    margin: 20px 0 ;
}
	
.artist .artistList.host {
    margin: 0 0 40px 0;
}
.artist .artistList.host li .name{
    font-size: 14px;
}
.artist .artistList.host li {
    width: 100%;
    margin: auto;
}
.artist .artistList li .ph {
    margin: 0 0 1rem 0;
}
.artist .artistList.sound {
    width: 100%;
    margin: 0 auto 30px;
}
.artist .artistList.sound li {
    width: 48%;
}
.artist .artistList li {
    width: 33%;
    margin: 0 0 20px 0;
    padding: 0 5px;
}
.artist .artistList li .name {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
}
.artist .artistList li .new {
    background: #fb5b5b;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 999px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 0;
    top: -11px;
}
.artist .addartistTitBox .addartistTit {
    font-size: 16px;
}
.artist .addartistTitBox .addartistTit .new{
width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    left: -33px;
    top: -25px;
}
.artist .info {
    padding: 20px;
}
.artist .info .logoBox {
    font-size: 22px;
}
.artist .info .logoBox .logo {
    width: 41%;
}
.artist .info .lead {
    font-size: 14px;
    margin: 0 auto 20px;
    padding: 20px 0;
    font-weight: bold;
}
.artist .info .artistArea .vs {
    font-size: 40px;
}
.artist .info .artistArea {
    margin: 0 auto 30px;
}
.guideLine {

}
.guideLine .btn a {
    padding: 20px;
    font-size: 12px;
}
.guideLine #acd h4 {
    width: 100%;
    color: #fff;
    letter-spacing: 0.6px;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    transition: 0.4s;
    background: #fb5b5b;
    font-weight: bold;
    margin: 0;    
}
.guideLine #acd h4::after {
    top: 35%;
    }
.guideLine #acd h4.open::after {
    top: 53%;
}
.guideLine .mainTit {
    font-size: 13px;
    margin: 0 0 10px 0;    
    }
.guideLine .lead {
    line-height: 1.5;
    font-size: 12px;
}
.guideLine dl dt {
    font-weight: bold;
    font-size: 13px;
}
.guideLine dl dd .list {

}
.guideLine dl dd {
    margin: 0 0 15px 0;
    padding: 0 0 20px 0;
    font-size: 12px;
    font-weight: 300;    
}
.guideLine .other {
    padding: 15px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.1);
    margin: 0 0 30px 0;
}
.guideLine .other .tit {
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 10px 0;
}
.guideLine .other .list {
    text-indent: -1em;
    font-size: 12px;
    font-weight: 300;     
}
.guideLine .bnrList {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 25px auto;
}
.guideLine .logo {
    width: 80px;
    margin: auto;
    padding: 10px;
}
.guideLine dl.attention {
    background: rgba(255,255,255,0.1);
    padding: 20px;
    margin: 0 0 20px 0;
}
.bnr {
    width: 95%;
    margin: 0 auto 50px;
}
.bnr a:hover{
    opacity: 1;
}  


.bnr a .seat {
    font-size: 12px;
    margin: 0 auto 15px;
}

.bnr a .btn {
    display: block;
    font-weight: bold;
    color: #fff;
    background: #fe0044;
    width: 100%;
    margin: 0 auto;
    border-radius: 100px;
    padding: 20px;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
}
.ticket .ticketDetail#acd h4::after {
    right: 12px;
    margin: 0;
    top: 15%;
}
.ticket .ticketDetail#acd .present {
    margin: 0;
}

.goods .box {
    margin: 0 0 20px 0;
    padding: 0;
}
.goods .tit {
    font-size: 17px;
    margin: 0 0 15px 0;
    line-height: 1.5;
}
.goods .txt {
    margin: 0 0 20px 0;
    font-size: 13px;
    text-align: left;
}
.goods .goodsList{
    margin: 0;
}
.goods .goodsList > li {
    width: 100%;
}
.goods .goodsList li .slick-slide li{
    margin: 0;
}
.goods .goodsList li .icon {
    width: 70px;
    height: 70px;
    font-size: 11px;
    right: -5px;
    top: -40px;
    line-height: 1.5;
}
.goods .goodsList li .ph {

}
.goods .goodsList li .item {
    font-size: 15px;
    line-height: 1.5;
}
.goods .goodsList li .price {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.goods .goodsList li .type {
    font-size: 11px;
}
.goods .date {
    padding: 20px;
    margin: 0 auto 20px;
}
.goods .date dt {
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid;
    font-size: 14px;
}
.goods .date dd .txt {
    font-size: 12px;
    margin: 0 0 10px 0;
text-align: left;
}
.goods .date dd .ph{
    margin: 0 0 15px 0;
}
.goods .date dd .attentionList {
    padding: 15px;
}
.goods .attentionList li {
    font-size: 11px;
    margin: 0 0 5px 0.5em;
}
.goods .attentionList li:last-child {
    margin: 0 0 0 0.5em;
}
.goods .box.present {
    padding: 20px;
}
.goods .box.present  .tit {
    font-size: 15px;
    text-align: left;
}
.goods .box.present .txt {
    font-size: 12px;
}
.goods .box.present .ph {
    width: 100%;
    margin: 0 auto 20px;
}
.goods .box.present .date {
    padding: 20px;
}
.goods .box.present .attentionList {
    padding: 15px;
}


.foods .menu {
    margin: 0 auto 30px;
    width: 100%;
    padding: 10px;
}
.foods .menu dt {
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
}
.foods .menu dt .shop {
    font-size: 17px;
    margin: 0 0 20px 0;
}
.foods .slick-dots {
    bottom: -20px!important;
}
.foods .slick-dots li button:before {
    width: 8px;
    height: 8px;
}
.foods .menu dd {
    font-size: 12px;
    width: 100%;
    padding: 20px;
}
.foods .menu dd .menuList {
    position: initial;
    width: 100%;
    transform: none;
}
.foods .menu dd .menuList li {
    margin: 0 0 10px 0;
}
.foods .menu dd .menuList li .item {
        font-size: 11px;
        display: inline-block;
        text-indent: -0.8em;
        margin: 0 0 10px 0.8em;
        line-height: 1.8;
        width: 70%;
}
.foods .menu dd .menuList li .price {
        font-size: 11px;
        opacity: 0.8;
        text-align: right;
        width: 25%;
letter-spacing: 0;
}
.foods .menu dd .menuList li.event .item .item_txt {
    font-size: 12px;
    top: auto;
}
.foods .menu dd .menuList li .item span {
    padding: 3px 6px;
    margin: 0 5px 0 0;
}
.foods .menu dd .menuList li .item .fa {
    font-size: 8px;
    position: relative;
    top: -2px;
    margin: 0 3px 0 0;
}
.foods .attentionTxt {
    text-align: center;
    font-size: 11px;
    margin: 0 auto 20px;
}
.foods .attentionList li {
    font-size: 12px;
}

.contents.onlive .tit {
  font-size: 21px;
  margin: 0 0 10px 0;
  line-height: 1.5;
}

.contents.onlive .date {
  padding: 20px;
  border: 2px solid #808080;
  margin: 0 0 20px 0;
}

.contents.onlive .date dt {
  font-size: 13px;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #808080;
}

.contents.onlive .date .txt {
  font-size: 13px;
  margin: 0 0 10px 0;
  font-weight: 400;
  line-height: 1.5;
}

.contents.onlive .date .attentionList li {
  line-height: 1.5;
  font-size: 11px;
  text-align: left;
  font-weight: 200;
  margin: 0 0 5px 1em;
  text-indent: -1em;
}

.contents.onlive .date .appList {
  width: 100%;
  margin: 10px auto 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.contents.onlive .date .appList li:nth-child(1){
  width: 45%;
}
.contents.onlive .date .appList li:nth-child(2){
  width: 53%;
} 

.contents.onlive .date .list li .txt .link {
  font-size: 14px;
  transition: 0.4s;
  word-break: break-all;
  color: #fb5b5b;
  text-decoration: underline;
  font-weight: bold;
}

.contents.onlive .gift {
  margin: 20px 0 0 0;
  padding: 20px;
  background: #ffffdf;
}

.contents.onlive .gift .list li {
  font-size: 11px;
  line-height: 1.8;
  font-weight: bold;
  margin: 0 0 10px 1em;
  text-indent: -1em;
}


.contents.onlive .gift .date dt {
  font-size: 11px;
  border-bottom: 1px solid #ffffff;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-weight: bold;
}

.contents.onlive .gift .attentionList {
  padding: 10px;
  background: rgba(255,255,255,0.2);
}

.contents.onlive .gift .date {
  padding: 13px;
  border: none;
  margin: 0 0 20px 0;
  background: rgba(255,255,255,0.1);
}

.contents.onlive .gift .date dt {
  font-size: 11px;
}

.contents.onlive .gift .date dt {
  border-bottom: 1px solid #ffffff;
}

.contents.onlive .date dt {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-weight: bold;
}

#acd .acdIn .attentionList li {
  text-align: left;
  text-indent: -1em;
  margin: 0 0 10px 1em;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5;
}


.contents.onlive .gift .lead {
  font-size: 13px;
  margin: 0 0 15px 0;
  line-height: 1.5;
  font-weight: 300;
}

.side{
text-align: center;
font-weight: bold;
font-size: 12px;
margin-bottom:10px;
}


.endArea .ph {
    margin: 0 auto 20px;
}
.endArea .lead {
    font-size: 14px;
    margin: 0 0 20px 00;
    word-break: break-all;
    text-align: left;
}
.endArea .btnList {
    max-width: 400px;
    margin: auto;
    width: 100%;
}
.endArea .btnList li {
    width: 100%;
}

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

	レスポンシブ:終了

----------------------------------------------------*/
}


/* 追加0929
----------------------------*/
.youtubeWrap {
position: relative;
padding-bottom : 56.25%;
}
.youtubeWrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



