@charset "utf-8";

/* ヘッダー */
header{
	position: relative;
	margin: 0 auto ;
	display: block;
	width: 100%;
}
header #keyvisual{
	position: relative;
	margin: 0 auto ;
	display: block;
	background-image: url("../img/main.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	padding-top: 140.62%;
	width: 100%;
	background-color: #000000;
}

/* キャッチコピー */
#about{
	position: relative;
	margin: 0 auto;
	padding: 0;
	background-image: url("../img/bg_about.jpg");
	background-position: 0 0;
}
#about p{
	position: relative;
	margin:  0 auto;
	padding: 30px;
	display: block;
	width: calc(100% - 60px);
	color: #250443;
	background-image: url("../img/about01.png"), url("../img/about02.png");
	background-position: 0 0, 100% 100%;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100% auto;
	text-align: center;
	font-size: .12rem;
}
#about p img{padding-bottom: 10px;margin: auto;}

/* ポイント */
#point{
	position: relative;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#point .bg{
	position: absolute;
	bottom: 0;
    left: 0;
    height: 100%;
	width: 100%;
	background-image: url('../img/bg_point.png');
	background-repeat: no-repeat;
	background-position:0 100%;
    background-size: cover;
	z-index: -2;
}
#point .bg1{
	position: relative;
	padding-top: 80.46%;
	background: -webkit-linear-gradient(top,  #C5EEBA, #82BBB8);
	background: -o-linear-gradient(top,  #C5EEBA,  #82BBB8);
	background: linear-gradient(to top, #82BBB8,  #C5EEBA);
}
#point .contetsWrap{width: calc(100% - 10px);}
#point ul{
	position: relative;
	/*margin: 15px auto 0 auto;*/
	margin: 15px auto;
}
#point ul li{
	position: relative;
	margin: 0;
    width: calc(25% - 2px);
	text-align: center;
}
#point ul li img{width: calc(100% - 10px);margin: 0 auto 10px auto;}
#point ul li p{
	position: relative;
	margin: 0 auto 5px auto;
	line-height: 1.4em;
	font-size: .10rem;
}

/* photo */
#photo{
	position: relative;
	padding: 0;
	background-color: #F8F6D6;
	z-index: 4;
}
#photo .photoWrap{
	position: relative;
	margin: 0 auto ;
}
#photo .slick-slide{margin: 0 1px; background-color: transparent;}
#photo p{
	text-align: right;
	font-size: .10rem;
	color: #757575;
}

/* ニュース */
#news{
    position: relative;
	margin:0 auto;
	padding: 0 0  30px 0;
	background-color: #F8F6D6;
}
#news .newsBox{
	position: relative;
	margin: 0 auto 30px auto;
}
#news .newsBox ul{
	position: relative;
	margin:0 auto;
    width: 100%;
	height: 180px;
	/*height: 60px;*/
    overflow: hidden;
}
#news .newsBox ul li{
	position: relative;
	margin:0 auto 10px auto;
    padding: 0 10px 5px 10px;
	border-bottom: solid 1px #BCBCBC;
	font-size: .13rem;
	color: #000000;
}
#news .newsBox ul li p.date{color: #865F00;}
#news .newsBox ul li a{text-decoration: none;color: #000000;}

#news #banner ul{
	position: relative;
	margin: 40px auto 0 auto;
	width: calc(100% - 20px);
}
#news #banner ul li{
	position: relative;
	margin: 0 0 20px 0;
	width: calc(100% - 60px);
}
#news .movieWrap{margin: 20px auto 0 auto;}

#covid19{
	position: relative;
	margin: 0 auto;
	background-color: #F8F6D6;
	color: #000000;
}
#covid19 .contetsWrap{
	border: solid 1px #BCBCBC;
	padding: 15px;
	width: calc(100% - 52px);
}
#covid19 .contetsWrap h3{
	color: #2B2F2B;
	font-size: .15rem;
	border-bottom: solid 1px #2B2F2B;
	padding-bottom: 8px;
	text-align: center;
	font-weight: 700;
}
#covid19 .contetsWrap p{
	position: relative;
	padding-top: 20px;
	font-size: .12rem;
}
#covid19 .contetsWrap p.step{
	height: 0;
	overflow: hidden;
	padding-top: 0;
	transition: all .3s ease-out;
}
#covid19 .contetsWrap p.step.dispD{height: auto !important;padding-top: 20px;}
#covid19 .contetsWrap p .btn_covid19{
	position: relative;
	margin: 15px auto 0 auto;
	width: 16px;
	transition: all .3s ease-out;
}
#covid19 .contetsWrap p .btn_covid19.stepClose{transform: rotate(180deg);}
#covid19 .contetsWrap p .btn_covid19.nodisp{opacity: 0;}

#bnrLinks{
	position: relative;
	margin: 0 auto;
	/*padding: 50px 0 40px 0;*/
	padding: 50px 0 140px 0;
	z-index: 20;
	background-color: #F8F6D6;
	background-image: url('../img/bg02.png');
	background-repeat: no-repeat;
	background-position:0 100%;
    background-size: 100% 100%;
}
#bnrLinks ul{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
}
#bnrLinks ul li{
	position: relative;
	margin: 0 0 10px 0;
}

/* イベント概要 */
#event{
    position: relative;
    margin: 40px auto 0 auto;
	padding: 0 0 60% 0;
	background-color: #446c67;
	background-image: linear-gradient(#315B56 1px, transparent 0),
		linear-gradient(90deg, #315B56 1px, transparent 0);
  background-size: 8px 8px;
}
#place::before{
  	position: absolute;
	content: '';
	display: block;
	top: -140px;
    left: 0;
    height: 83.34%;
	width: 100%;
	background-image: url('../img/bg04.png');
	background-repeat: no-repeat;
	background-position:0 0;
    background-size: 100% auto;
	z-index: 5;
}
#event .contetsWrap{margin: 0;}
#event ul{
	position: relative;
	margin: 0 auto;
}
#event ul li{
	position: relative;
	margin: 20px auto 0 auto;
}
#event ul li:nth-child(odd){margin: 40px auto 0 auto;} 
#event ul li div:first-child{
	position: relative;
	height: 114.5px;
	width: 130px;
}
#event ul li:nth-child(odd) div:first-child{padding-left: 8px;}
#event ul li div:last-child{
	position: relative;
	width: calc(100% - 150px);
}
#event ul li div h3{
	position: relative;
	font-size: .16rem;
	color: #e3e526;
	font-style: italic;
	font-weight:700;
	border-bottom: solid 1px #e3e526;
}
#event ul li div h3 span{font-size: .28rem;font-weight:900;}
#event ul li p{
	position: relative;
	margin: 10px 0 0 0;
	font-weight: 500;
}
#event ul li p a{
	background-color: #e3e526;
	color: #000000;
	text-decoration: underline;
	padding: 2px;
}

/* チケット */
#ticket{
	position: relative;
	margin:0 auto;
	padding: 10px 0 60px 0;
	background-color: #E4DDB8;
	color: #000000;
}
#ticket h3, #place h3{
	position: relative;
	margin: 0 auto 15px auto !important;
	color: #c94161;
	font-size: .16rem;
	text-align: center;
	font-weight: 700;
	z-index: 7;
}
#ticket h3 span, #place h3 span{
	position: relative;
	display: inline-block;
	width: auto;
}
#ticket h3 span::before, #ticket h3 span::after,
#place h3 span::before, #place h3 span::after{
	position: absolute;
	content: '◆';
	display: block;
	top:0;
}
#ticket h3 span::before, #place h3 span::before{left: -2em;}
#ticket h3 span::after, #place h3 span::after{right: -2em;}
#ticket .priceBox{
	position: relative;
	margin: 0 auto 10px auto;
}
#ticket .priceBox h4{
	position: relative;
	margin: 0 auto;
	background-color: #404040;
	border: solid 1px #626262;
	text-align: center;
	font-size: .15rem;
	font-weight: 500;
	padding: 3px 0;
	color: #ffffff;
}
#ticket .priceBox h4.tictdate{margin: 40px auto 0 auto;}
#ticket .priceBox table{
	position: relative;
	margin: 0 auto;
	border-left: solid 1px #626262;
	width: 100%;
}
#ticket .priceBox table th{
	width: 20%;
	border-right: solid 1px #626262;
	border-bottom: solid 1px #626262;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 1.4em;
	padding: 2px 3px;
}
#ticket .priceBox table thead th{background-color: #C19D0C;}
#ticket .priceBox table thead th:first-child{background-color:transparent;}
#ticket .priceBox table tbody th.t01{background-color: #B93957;}
#ticket .priceBox table tbody th.t02{background-color: #C28C97;}
#ticket .priceBox table tbody th.t03{background-color: #65A0DC;}
#ticket .priceBox table tbody th.t04{background-color: #98B7D8;}
#ticket .priceBox table tbody th.t05{background-color: #9AB1B7;}
#ticket .priceBox table td{
	width: 40%;
	border-right: solid 1px #626262;
	border-bottom: solid 1px #626262;
	text-align: center;
	padding: 5px 3px;
	font-size: .13rem;
}
#ticket .priceBox table td span{font-size: .18rem;font-weight: 900;}
#ticket .priceBox table td span.fontS{font-size: .13rem;}
#ticket .priceBox table td span.caution{display: block; font-size: .10rem;font-weight: normal;padding-top: 10px;}
#ticket .priceBox table tbody tr:nth-child(even){background-color: #E5E2E2;}
#ticket p.caution{position: relative;display: block; padding: 0 0 0 1.2em;}
#ticket p.caution::after{
	position: absolute;
	display: block;
	top:0;
	left: 0;
	content: '※';
}
#ticket .tokuten{
	position: relative;
	margin: 40px auto 0 auto;
}
#ticket .tokuten .tokutenImage{
	position: relative;
	margin: 0 auto 10px auto;
}
#ticket .tokuten .price{
	position: relative;
	margin:25px auto;
	text-align: center;
	padding: 10px;
	border: solid 1px #626262;
	background-color: #E5E2E2;
}
#ticket .tokuten .price p{
	position: relative;
	z-index: 12;
	width: auto;
	display: inline-block;
}
#ticket .tokuten .price p::before{
	position: absolute;
	bottom:-2px;
	left: -5px;
	content: '';
	display: block;
	width: calc(100% + 10px);
	height: 8px;
	background: rgba(126,126,77,0.60);
	transform: skewX(-15deg);
	z-index: -1;
}
#ticket .tokuten .price span{font-size: .24rem;font-weight: 900;}
#ticket .tokuten .tokutencaution{
	position: relative;
	margin: 30px auto 50px auto;
	border: solid 1px #626262;
	background-color: rgba(238,232,232,0.70);
	padding: 20px;
}
#ticket .tokuten .tokutencaution .btn_tcaution{
	text-align: center;
}
#ticket .tokuten .tokutencaution .tcaution{
	height: 0;
	overflow: hidden;
	padding-top: 0;
	transition: all .3s ease-out;
	font-size: .12rem;
}
#ticket .tokuten .tokutencaution .tcaution.dispD{height: auto !important;padding-top: 20px;margin-top: 20px; border-top: solid 1px #626262;}
#ticket .tokuten .tokutencaution img{
	position: relative;
	margin: 15px auto 0 auto;
	width: 16px;
	transition: all .3s ease-out;
}
#ticket .tokuten .tokutencaution img.tcautionClose{transform: rotate(180deg);}
#ticket .tokuten p.caution{margin:5px auto 0 auto;width: calc(100% - 20px) !important;}

#ticket .release{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
	text-align: center;
	font-size: .15rem;
}
#ticket .release .ttl{
	position: relative;
	font-weight: 700; 
	font-size: .16rem;
	color: #6A4101;
	margin: 20px auto 5px auto;
}
#ticket .release p.caution{padding: 10px 0;}
#ticket .release p.caution::after,#ticket .view p.caution::after{content: '';}

#ticket .view{
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: .15rem;
}
#ticket .view .ttl{
	position: relative;
	font-weight: 700; 
	font-size: .16rem;
	margin: 20px auto 5px auto;
	color: #221723;
}
#ticket .view a{
	position: relative;
	margin: 10px auto;
	display: inline-block;
	background-color: #e3e526;
	color: #000000;
	padding: 5px 20px;
	text-decoration: none;
}
#ticket .border{
	position: relative;
	margin: 10px auto 40px auto;
	padding: 10px 10px 30px 10px;
	border: double 4px #B5B5B5;
	background-color: rgba(86,57,57,0.3);
}

#place{
	position: relative;
	margin:0 auto;
	padding: 0 0 40% 0;
	background-color: #C6B7CD;
	background-image: linear-gradient(#ABA7BE 1px, transparent 0),
		linear-gradient(90deg, #ABA7BE 1px, transparent 0);
  background-size: 8px 8px;
}
#place ul{
	position: relative;
	margin: 5px auto 0 auto;
	width: calc(100% - 20px);
	z-index: 6;
}
#place ul li{
	position: relative;
	margin: 0 0 20px 0;
	/*background-image: url('../img/bg_area.png');
	background-repeat: no-repeat;
	background-position:0 0;
    background-size: cover;*/
	background-color: #F0E7B1;
	padding: 3px;
	text-align: center;
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.5);
}
#place ul li .areaWrap{
	position: relative;
	padding: 10px;
	border: solid 1px #130206;
	background-image: url('../img/icon01.png'), url('../img/icon02.png'), url('../img/icon03.png'), url('../img/icon04.png');
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position:2px 3px, calc(100% - 2px) 3px, calc(100% - 2px) calc(100% - 3px), 2px calc(100% - 3px);
    background-size: 16px auto, 16px auto, 16px auto, 16px auto;
}
#place p.area{
	font-size: .32rem;
	font-weight: 900;
	color: #2b1002;
}
#place .ttl_kikan{
	position: relative;
	margin: 15px auto 10px auto;
	width: 8em;
	background-color: #2b1002;
	border-radius: 100px;
	font-weight: 700;
}
#place .kikan{
	position: relative;
	color: #2b1002;
	font-size: .18rem;
}
#place .soon{
	position: relative;
	margin: 20px auto 10px auto;
	color: #2b1002;
	font-size: .18rem;
	font-weight: 500;
}
#place .summer{
	position: relative;
	margin: 15px auto 10px auto;
	display: block;
	width: calc(100% - 30px);
	font-size: .14rem;
	font-weight: 700;
}
#place .btn_summer{
	position: relative;
	margin: 10px auto 20px auto;
	display: block;
	font-size: .14rem;
	background-color: #e3e526;
	text-decoration: none;
	border-radius: 10px;
	font-weight: 700;
	padding: 7px 10px;
}
#place .btn_summer .caution{display: block; padding: 10px 0 0 0;}
#place ul li .ticTxt{
	position: relative;
	margin: 20px auto;
}
#place ul li .ticTxt a{color: #F0E7B1;}
#place .areaWrap .btn_buy, #place .btn_address, #place .btn_scrap, #place .btn_eplus{
	position: relative;
	margin: 15px auto 10px auto;
	display: block;
	border-radius: 6px;
	font-weight: 500;
	color: #ffffff !important;
	text-decoration: none;
	padding: 5px 0;
	background-color: #9c1919;
}
#place .btn_scrap{background-color: #1F72DA;width: calc(100% - 20px);color: #D0EFF9 !important;margin: 35px auto 0 auto;}
#place .btn_eplus{background-color: #E958A6;width: calc(100% - 20px);color: #FCEAFF !important;margin: 10px auto 0 auto;}
#place p.btn_scrap, #place p.btn_eplus{opacity: .5;}
#place .btn_address{background-color: #C39B00;width: calc(100% - 20px);color: #281300 !important;margin: 10px auto 0 auto;}
#place .access{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: calc(100% - 20px);
	border-top: solid 1px #ffffff;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all .3s ease-out;
}
#place .access.dispD{height: auto;opacity: 1;padding: 10px 0;margin: 10px auto 0 auto;}
#place .access .shopName{
	position: relative;
	font-weight: 900;
	font-size: .16rem;
	padding-top: 10px;
	color: #F0DE00;
}
#place .access .map{
	position: relative;
	margin: 10px auto;
	width: 100%;
	height: 200px;
}
#place .access .map iframe{
	width: 100%;
	height: 100%;
}
#place .access .address{
	position: relative;
	margin: 20px auto;
}
#place .access .ticRelese{
	position: relative;
	margin: 10px auto 30px auto;
}
#place .access .ticRelese .ttl{
	font-weight: 900;
	font-size: .15rem;
	color: #F0DE00;
	padding-top: 20px;
	padding-bottom: 5px;
}
#place .access .ttl_contact{font-weight: 900;padding-bottom: 5px;}

/* チケットカレンダー */
.ticAPI{position: relative;margin: 0 auto;padding: 0;}
.ticAPI iframe{position: relative;margin: 0; width: 100%; height: 540px;}
#ticket_api{margin: 0 auto;padding: 0;color: #000000;width: 100%; background-color: #cbad40;}
.ticketWrap{ margin: 0 auto; background-color: transparent !important;  padding:20px 0 0 0; font-size: .12rem !important; }
.ticketWrap .swiper-wrapper{padding: 0;}
.ticketWrap .naviBox {margin:  0 53px 0 53px;}
.ticketWrap .naviBox .prevBtn{top: 20px;left: 0; background-color: #ffffff; opacity: 1;}
.ticketWrap .naviBox .nextBtn{top: 20px;right: 0; background-color: #ffffff; opacity: 1;}
.ticketWrap .naviBox .prevBtn:hover, .ticketWrap .naviBox .nextBtn:hover{opacity: 1;}
.ticketWrap .naviBox ul li .scheduleBox{color:#000000;}
.ticketWrap .naviBox ul li.cr .scheduleBox {background: #994B00; color:#ffffff !important;}
.ticketWrap .naviBox ul li.cr .scheduleBox span span{color:#ffffff !important;}
.ticketWrap .detailsWrap {padding-top: 20px;}
.ticketWrap .detailsBox .tit {background-color: #291b21;font-size: .14rem !important;}
.ticketWrap .detailsBox .tit p{margin: 0 !important;}
.ticketWrap .detailsBox .tit01 {font-size: .18rem !important;}
.ticketWrap .detailsBox .details h4 {margin: 30px 0 0 0; color:#000000 !important;border-bottom: 2px solid #000000; background-image: none;font-size: .13rem !important;text-align: center;font-weight: 700;}
.ticketWrap .detailsBox .details a.scrap {color: #994B00; font-size: .12rem;font-weight: normal;}
.ticketWrap .detailsBox .details a.scrap:after {border-top: solid 1px #994B00;border-right: solid 1px #994B00; width: 5px; height: 5px;margin: -3px 0 0 0px;}
.ticketWrap .detailsBox .details ul li {margin-bottom: 0 !important;}
.ticketWrap .detailsBox .details ul li .scheduleBox.present {background: #ffffff; border: solid 1px #b3b3b3;color: #2a2a2a;}
.ticketWrap .detailsBox .details ul li .scheduleBox.sold {background: #b3b3b3; color:#969696; border: solid 1px #b3b3b3;}
.ticketWrap .detailsBox .details ul li .scheduleBox.few {background: #fbfdc2; border: solid 1px #b3b3b3;color: #2a2a2a;}
#ticket_api .note {margin: 0 auto !important;color:#232323; padding: 20px; background-color: #ffffff;}
#ticket_api .note a {color:#cf1009;}
.ticketWrap .detailsBox .details .ticketBox .ticketItem p {color:#232323;}
.ticketWrap .detailsBox .details ul li .scheduleBox .time {font-size: .13rem;}
.ticketWrap .detailsBox .details ul li .scheduleBox .state {font-size: .12rem;}


/* ストーリー */
#story{
	position: relative;
	margin:0 auto;
	padding: 0 0 50% 0;
	background-color: #838E8B;
}
#story .storyWrap{
	position: relative;
	margin: -100px auto 60px auto;
}
#story .storyTxt{
	position: relative;
	margin: 50px auto 0 auto;
	color: #000000;	
	padding: 0 40px;
	font-size: .14rem;
	background-image: url('../img/bg_story01.png');
	background-repeat: no-repeat;
	background-position:50% 0;
    background-size: 100% 100%;
}
#story .storyTxt p{
	height: 220px;
	overflow: hidden;
}
#story .storyTxt::before{
	position: absolute;
	top: -80px;
	left: 0;
	content: '';
	height: 80px;
	width: 100%;
	display: block;
	background-image: url('../img/bg_story02.png');
	background-repeat: no-repeat;
	background-position:50% 100%;
    background-size: 100% 100%;
}
#story .storyTxt::after{
	position: absolute;
	bottom: -120px;
	left: 0;
	content: '';
	height: 120px;
	width: 100%;
	display: block;
	background-image: url('../img/bg_story03.png');
	background-repeat: no-repeat;
	background-position:50% 100%;
    background-size: 100% auto;
	z-index:1;
}
#story .moreStory{
	position: relative;
	margin: -160px auto 0 auto;
	padding: 110px 0 0 0;
	color: #000000;	
	font-size: .15rem;
	width: 100%;
	text-align: center;
	background-image: url('../img/bg_story04.png');
	background-repeat: no-repeat;
	background-position:50% 100%;
    background-size: 100% 100%;
	z-index: 30;
}
#story .moreStory img{
	position: relative;
	margin: 20px auto 0 auto;
	width: 18px;
}
.flexcroll {
    position:relative;
    overflow:auto;
    padding:3px;
    height:200px;
}
.scrollgeneric {
    position:absolute;
    top:0;
    left:0;
    line-height:1px;
    font-size:1px;
}
/* 縦スクロール範囲 */
.vscrollerbase {
    width:3px;
    background-color:#000000;
}
/* 縦スクロールバー */
.vscrollerbar {
    width:3px;
    background-color:#149d48;
}
/* 横スクロール範囲 */
.hscrollerbase {
    height:3px;
    background-color:#000000;
}
/* 横スクロールバー */
.hscrollerbar {
    height:3px;
    background-color:#149d48;
}
 
/* 縦横スクロールバー */
.scrollerjogbox {
    top:auto;
    left:auto;
    right:0;
    bottom:0;
    width:10px;
    height:10px;
    background-color:#eee;
}
#story .story01{
	position: relative;
	margin: 0 0 0 auto;
	width: 50%;
	z-index: 21;
}
#story .story02{
	position: relative;
	margin: 0;
	width: 50%;
	z-index: 22;
}

/* キャラクター */
#charactor{
	position: relative;
    margin:0 auto;
	padding: 0 0 30% 0;
	background-color: #917D9C;
	background-image: linear-gradient(#886D8B 1px, transparent 0),
		linear-gradient(90deg, #886D8B 1px, transparent 0);
  background-size: 12px 12px;
}
#charactor .chara{
	position: relative;
	margin:20px auto;
	padding: 0 0 30px 0;
	width: 100%;
}
#charactor .chara .slick-slide{margin: 0 !important;background-color: transparent;}
#charactor .chara .slick-slide div{
    position: relative;
    width: calc(100% - 5px);
    margin: 0 auto;
}
#charactor .chara .slide-arrow{
    position: absolute;
	top:0;
	display: block;
	width: 12px;
	height: 17px;
}
#charactor .chara .prev-arrow{left: 25px;transform: rotate(180deg);}
#charactor .chara .next-arrow{right: 25px;}
#charactor .chara .slick-dots{width: 100%;margin: 20px auto 0 auto; text-align: left;padding: 0;}
#charactor .chara .slick-dots li{ width: calc(33% - 4px);margin: 0 2px;height: auto !important;}
#charactor .chara .slick-dotted.slick-slider{margin-bottom: 0;}
#apDotsC{
	position: relative;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
    width: 100%;
}
#arrowsC{
	position: absolute;
	display: block;
	top: 30%;
	left: -20px;
	text-align: center;
	width: calc(100% + 40px);
	height: 25px;
}
.btn_faq{
	position: relative;
	margin: 50px auto 30px auto;
	display: block;
	border: double 4px #492D0D;
	background-color: #D2D38D;
	color: #000000 !important;
	font-size: .18rem;
	font-weight: 700;
	text-align: center;
	padding: 15px 0;
	width: calc(100% - 50px);
	text-decoration: none !important;
}
.btn_faq::after{
	position: absolute;
	top:0;
	right: 20px;
	display: block;
	content: '';
	width: 16px;
	height: 100%;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 50%;
	transform: rotate(270deg);
}

/* 遊び方 */
#aboutgame{
    position: relative;
    margin:0 auto;
}
#aboutgame ul{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 60px);
}
#aboutgame ul li{
	margin-bottom: 20px;
	padding:  0;
	width: calc(50% - 10px);
}
#aboutgame ul li.btn_game{margin-right: 20px;}
#aboutgame ul li:last-child{
	padding: 10px 10px 0 10px;
	width:calc(100% - 20px);
}
#aboutgame ul li img{margin: 0 auto;}

/* ----- pc ----- */
@media screen and (min-width: 641px) {

	/* ヘッダー */
    header #keyvisual{
        background-image: url("../img/main_pc.jpg");
        padding-top: 54.166%;
    }

	/* キャッチコピー */
	#about{opacity: 1;}
	#about p{
		padding: 60px 0;
		width: 960px;
		font-size: .18rem;
		line-height: 2em;
		background-image: url("../img/about01_pc.png"), url("../img/about02_pc.png");
	}
	#about p img{padding-bottom: 20px;}
	#about p img.bar{width: 400px;}



	/* ポイント */
	#point{padding: 40px 0 0 0;width: 960px;margin: 0 auto;}
	#point .bg{
		height: 100%;
		width: 360px;
	}
	#point .bg1{
		width: 360px;
		padding-top: 287px;
		display: inline-block;
		vertical-align: top;
	}
	#point .contetsWrap{/*width:580px;display: inline-block;*/width:800px;}
	#point ul{
		/*margin:  0 auto;
		width: 540px;*/
		margin:  0 auto 20px auto;
	}
	#point ul li img{width: calc(100% - 100px);}
	#point ul li p{font-size: .14rem;}

	/* photo */
	#photo p{
		padding-right: 20px;
		margin: 0 auto;
	}

	/* ニュース */
	#news{padding: 0 0 40px 0;}
	#news h2{padding: 10px 0 74px 0;}
	#news .newsBox{margin: 0 auto 60px auto;}
	#news .newsBox ul{
		width: 800px;
		height: 200px;
		/*height: 100px;*/
		margin: 0 auto;
	}
	#news .newsBox ul li{padding: 0 20px 5px 20px;font-size: .16rem;}
	.release .ttl{
		font-size: .18rem;
		margin: 40px auto 10px auto;
	}
	#news .movieWrap{margin: 20px auto 40px auto; width: 620px;}
	
	#covid19{padding-bottom: 50px;}
	#covid19 .contetsWrap{width: 670px;padding: 25px 15px;}
	#covid19 .contetsWrap h3{
		font-size: .18rem;
		padding-bottom: 10px;
	}
	#covid19 .contetsWrap p{padding-top: 30px;font-size: .13rem;}
	#covid19 .contetsWrap p.step.dispD{padding-top: 30px;}
	#covid19 .contetsWrap p .btn_covid19{
		margin: 25px auto 0 auto;
		width: 20px;
	}

	#bnrLinks{
		padding: 100px 0;
		background-image: url('../img/bg07.png');
		background-position: 50% 0;
		background-size: 1274px auto;
		background-repeat: repeat-x;
	}
	#bnrLinks ul{width: 960px;}
	#bnrLinks ul li{
		margin: 0 5px 10px 5px;
		width: 340px;
	}
	#bnrLinks ul li.camp01 img{height: 170px;width: auto;}
	
	/* イベント概要 */
	#event{
		margin: 80px auto 0 auto;
		padding: 0 0 520px 0;
		background-size: 16px 16px;
	}
	#place::before{
		top: -250px;
		height:280px;
		background-image: url('../img/bg07.png');
		background-repeat: repeat-x;
		background-size: 1274px auto;
		background-position: 50% 0;
	}
	#event::after, #place::after{
		position: absolute;
		content: '';
		display: block;
		top: 0;
		left: 0;
		height:280px;
		width: 100%;
		background-image: url('../img/bg07.png');
		background-repeat: repeat-x;
		background-size: 1274px auto;
		background-position: 50% 0;
		transform: rotate(-180deg);
	}
	#event .contetsWrap{width: 960px; margin: auto;}
	#event ul{
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 920px;
		margin: 0 auto;
		justify-content: space-between;
	}
	#event ul li{
		margin: 20px 0 0 0;
		width: calc(50% - 20px);
		font-size: .14rem;
		align-items: flex-start;
	}
	#event ul li div:first-child{
		height: 164.5px;
		width: 160px;
	}
	#event ul li div:last-child{width: calc(100% - 170px);}
	#event ul li:nth-child(odd){margin: 30px auto 0 auto;} 
	#event ul li div h3{font-size: .21rem;}
	#event ul li div h3 span{font-size: .33rem;}

	/* チケット */
	#ticket{padding: 0 0 150px 0;}
	#ticket h3, #place h3{
		margin: 0 auto 25px auto !important;
		font-size: .20rem;
	}
	#ticket .priceBox{margin: 0 auto 20px auto;}
	#ticket .priceBox h4{
		font-size: .16rem;
		padding: 5px 0;
		width: 800px;
	}
#ticket .priceBox h4.tictdate{margin: 40px auto 0 auto;}
	#ticket .priceBox table{width: 800px;}
	#ticket .priceBox table th{
		width: 180px;
		padding: 8px 10px;
		font-size: .14rem;
	}
	#ticket .priceBox table td{
		width: 276px;
		padding: 8px 10px;
		font-size: .14rem;
	}
	#ticket .priceBox table td span{font-size: .22rem;}
	#ticket .priceBox table td span.fontS{font-size: .14rem;}
	#ticket .priceBox table td span.caution{font-size: .12rem;}
	#ticket .caution{width: 800px;margin: 0 auto;}
	#ticket .tokuten{width: 640px;margin:80px auto 0 auto;}
	#ticket .tokuten .tokutenImage{margin: 0 auto 20px auto; width: 560px;}
	#ticket .tokuten .price{margin:45px auto;}
	#ticket .tokuten .price span{font-size: .26rem;}
	#ticket .tokuten .tokutencaution .tcaution, #ticket .tokuten .tokutencaution .tcaution .caution{font-size: .14rem;}
	#ticket .tokuten .tokutencaution{margin: 30px auto 80px auto;}
	#ticket .tokuten .tokutencaution img{
		margin: 25px auto 0 auto;
		width: 20px;
	}
	#ticket .view{margin: 0 auto;}
	#ticket .border{
		width: 600px;
		margin: 20px auto 50px auto;
		padding: 20px 20px 40px 20px;
	}
	#ticket .border .caution{width: 100%; padding: 10px 0 0 0;}

	#place{padding: 0 0 320px 0;background-size: 16px 16px;}
	#place ul{
		margin: 10px auto 0 auto;
		width: 960px;
		justify-content: center;
	}
	#place ul li{
		margin: 0 12px 35px 12px;
		padding: 5px;
	}
	#place ul li .areaWrap{
		padding: 20px 10px;
		background-size: 18px auto, 18px auto, 18px auto, 18px auto;
	}
	#place p.area{font-size: .42rem;padding-bottom: 10px;}
	#place .ttl_kikan{display: inline-block;}
	#place .kikan{font-size: .20rem;font-weight: 700; display: inline-block;padding-left: 20px;}
	#place .btn_summer{
		margin: 10px auto 40px auto;
		font-size: .16rem;
		width: 700px;
		padding: 12px 0;
	}
	#place .areaWrap .btn_buy, #place .btn_address{
		font-size: .18rem;
		margin: 0 auto 10px auto;
	}

	#place .btn_scrap, #place .btn_eplus, #place .btn_address{font-size: .20rem;margin: 10px auto 0 auto;padding: 15px 0;}
	#place .btn_scrap{margin: 40px auto 0 auto;}
	#place .access{width: calc(100% - 60px);}
	#place .access.dispD{padding: 20px 0;}
	#place .access .shopName{
		font-size: .18rem;
		padding-top: 20px;
	}
	#place .access .map{
		margin:20px auto;
		height: 300px;
	}
	#place .access .address{margin: 40px auto;}
	#place .access .ticRelese{margin: 20px auto 50px auto;}
	#place .access .ticRelese .ttl{
		font-size: .17rem;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	#place .access .ttl_contact{padding-bottom: 10px;}
	

	/* ストーリー */
	#story{
		padding: 30px 0 360px 0;
	}
	#story .storyWrap{
		margin: -200px auto 0 auto;
		width: 960px;
	}
	#story .storyTxt{
		margin:  0 auto;
		padding: 0 120px;
		width: 500px;
		font-size: .16rem;
	}
	#story .storyTxt::before{
		top: -100px;
		height: 100px;
	}
	#story .storyTxt::after{
		bottom: -220px;
		height: 220px;
	}
	#story .moreStory{width: 740px;}
	#story .moreStory img{
		margin: 20px auto 0 auto;
		width: 22px;
	}
	#story .story01{width: 420px;}
	#story .story02{width: 440px;}

	/* キャラクター */
	#charactor{;padding: 0 0 220px 0;background-size: 16px 16px;}
	#charactor .chara{
		margin: 0 auto;
		padding: 0 010px 0;
		width: 520px;
	}
	#charactor .chara .slick-slide div{width: calc(100% - 10px);}
	.btn_faq{
		margin: 120px auto 50px auto;
		font-size: .22rem;
		padding: 25px 0;
		width: 600px;
	}
	.btn_faq::after{
		right: 20px;
		width: 20px;
	}
	
	/* 遊び方 */
	#aboutgame ul{width: 960px;}
	#aboutgame ul li{width: 190px;}
	#aboutgame ul li.btn_yakusoku{margin-right: 20px;}
	#aboutgame ul li:last-child{
		padding: 35px 15px 0 15px;
		width:380px;
	}

	
}