@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: 50% 0;
	background-size: contain;
	padding-top: 141.5625%;
	width: 100%;
}

#news{
	position: fixed;
	background-color: #fdff6a;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all .3s ease-out;
}
#news .newsInner{
	position: relative;
	/*margin: 3px 0 0 auto;*/
	margin: 0 0 0 auto;
	width: calc(100% - 55px);
	line-height: 1.2em;
	font-size: .12rem;
	padding: 10px 0;
}
#news .newsInner::before{
	position: absolute;
	top:0;
	left: -52px;
	content: '';
	display: block;
	width: 45px;
	height: 100%;
	background-image: url("../img/news.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	/*background-size: 45px 45px;*/
	background-size: contain;
}
#news ul{position: relative;}
#news ul li{
	position: relative;
	margin: 0 0 5px 0;
}

#news  a{
	position: relative;
	margin: 0;
	color: #170c16;
	display:  block;
	font-weight: normal;
	width: calc(100% - 6em);
}
#news  span{position: relative;color: #DF0B0E;display: block;width:5.5em;}
#news.nodisp{opacity: 0;top:-100px;}

/* photo */
#photo{
	position: relative;
	padding: 20px 0;
	z-index: 4;
	background-image: url("../img/bg_photo.png"), url("../img/bg_photo01.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 50% -10px, 50% calc(100% + 10px);
	background-size: auto 40px, auto 40px;
}
#photo .photoWrap{
	position: relative;
	margin: 0 auto ;
}
#photo .slick-slide{margin: 0 2px; background-color: transparent;}

/* catch */
#catch{
	position: relative;
	padding:0;
}
#catch .catch{
	position: relative;
	margin: 30px auto 20px auto;
	width: calc(100% - 30px);
}
#catch p{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
	font-size: .14rem;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
}

/* 脱出方法 */
#about{
	position: relative;
	margin: 20px auto 0 auto;
	padding: 40px 0 0 0;
	z-index: 1;
}
#about h2{
	position: relative;
	padding: 0;
	margin: 0 auto 5px auto;
	width: calc(100% - 80px);
	background-image:none;
}
#about h2 img{width: 100%; height: auto;}
#about .escape{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 80px);
	padding: 20px;
	background-color: rgba(100,22,22,.4);
	border: solid 1px #cb5b81;
}
#about .escapecatch{
	position: relative;
	margin: 10px auto 30px auto;
	z-index: 10;
}
#about .escapecatch::before{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 80px;
	left: 0;
	bottom: -50px;
	background-image: url("../img/Flare01.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto 80px;
}
#about .escapeImage{
	position: relative;
	margin: 0 auto;
	/*margin: 0 auto 20px auto;
	width: calc(100% - 100px);*/
}
#about p{
	width: calc(100% - 20px);
	margin: 0 auto;
}

/* ポイント */
#point{
	position: relative;
	margin: 0 auto;
	padding: 40px 0 0 0;
	z-index: 1;
}
#point h2{
	position: relative;
	padding: 0;
	margin: 0 auto 10px auto;
	width: calc(100% - 100px);
	background-image:none;
}
#point h2 img{width: 100%; height: auto;}
#point ul{
	position: relative;
	margin: 0 auto;
	border: solid 1px #ffffff;
	width: calc(100% - 40px);
	padding: 20px 0 0 0;
}
#point ul li{
	position: relative;
	padding: 0;
	width: calc(100% - 40px);
	margin: 0 auto 20px auto;
}
#point ul li:nth-child(2){flex-direction: row-reverse;}
#point ul li .pointImg{position: relative;width: 35%;z-index: 2;}
#point ul li .pointTxt{
	position: relative;
	width: 65%;
}
#point ul li:nth-child(1) .pointTxt, #point ul li:nth-child(3) .pointTxt{padding-top: 18%;}
#point ul li:nth-child(2) .pointTxt{padding-top: 21%;}
#point ul li .pointTxt .ttl{
	position: absolute;
	width: 140%;
	top:-5%;
}
#point ul li:nth-child(1) .pointTxt .ttl, #point ul li:nth-child(3) .pointTxt .ttl{left: -48%;}
#point ul li:nth-child(2) .pointTxt .ttl{left:0;}
#point ul li .pointTxt p{padding-left: 5px;}
#point ul li:last-child{width: 100%;}

#cm{
	position: relative;
	margin: 40px auto 20px auto;
}
#cm .movieWrap{border: solid 1px #C5FF5D;}

/* プレイ形式 */
#play{
	position: relative;
	margin: 0 auto;
}
#play ul{
	position: relative;
	margin:20px auto 0 auto;
	width: 100%;
	border: none;
	padding: 0;
}
#play ul li{
	position: relative;
	padding: 0;
	margin: 0 3px;
	width: calc(32% - 6px) !important;
}
#play ul li:nth-child(n+4){margin: -25px 3px 0 3px;}
#play ul li:nth-child(2)::after, #play ul li:nth-child(4)::after{
	position: absolute;
	content: '';
	display: block;
	width: 140%;
	height: 80px;
	left: -20%;
	background-image: url("../img/Flare01.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto 80px;
}
#play ul li:nth-child(2)::after{top:-40px;}
#play ul li:nth-child(4)::after{bottom:-40px;}


#line{
	position: relative;
	margin: 0 auto;
}
#line .bg1{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#line .bg1::before{
	position: absolute;
	/*top:-100px;*/
	top:-280px;
	left: 50%;
	transform: translateX(-50%);
	width: 620px;
	height:620px;
	content: '';
	display: block;
	background-color: rgba(5,207,0,.2);
	border-radius: 50%;
}
#line .bg1::after{
	position: absolute;
	/*top:-100px;*/
	top:-280px;
	left: calc(50% + 40px);
	transform: translateX(-50%);
	width: 620px;
	height:620px;
	content: '';
	display: block;
	background-color: rgba(0,0,0,.42);
	border-radius: 50%;
}
#line h2{
	position: relative;
	margin: 40px auto 10px auto;
	width: calc(100% - 80px);
	background-image:none;
	padding: 0;
}
#line .btnL{
	position: relative;
	width: 68%;
	margin: 10px auto 0 auto;
	transform: translateX(-1%);
}

/* covid19*/
#covid19{
	position: relative;
	margin: 0 auto;
	padding: 20px 0 40px 0;
}
#covid19 .contetsWrap{
	padding: 20px;
	width: calc(100% - 90px);
	border: solid 1px #43706a;
	color: #0d0517;
	background-color: rgba(244,255,218,.6);
}
#covid19 .contetsWrap h3{
	color: #c30040;
	padding-bottom: 20px;
	text-align: center;
	font-weight: 900;
	font-size: .16rem;
}
#covid19 .contetsWrap div.step{
	height: 0;
	overflow: hidden;
	padding: 0 10px;
	transition: all .3s ease-out;
}
#covid19 .contetsWrap div.step a{text-align: center;display: block;}
#covid19 .contetsWrap div.step.dispD{height: auto !important;padding: 20px 10px 10px 10px;}
#covid19 .contetsWrap .btn_covid19{
	position: relative;
	margin: 15px auto;
	text-align: center;
}
#covid19 .contetsWrap .btn_covid19 img{width: 20px;margin:0 auto;transition: all .3s ease-out;}
#covid19 .contetsWrap .btn_covid19 img.stepClose{transform: rotate(180deg);}
#covid19 .contetsWrap a{color: #c30040;font-weight: 500;text-decoration: underline;}

/* ストーリー */
#story{
	position: relative;
	margin:0 auto;
	padding:40px 0;
}
#story .storyWrap{
	position: relative;
	margin:50px auto 20px auto;
	padding: 10px ;
	width: calc(100% - 100px);
	background-color: rgba(254,254,255,.15);
}
#story .storyWrap::before{
	position: absolute;
	top: -50px;
	left: -50px;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../img/bg_news.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}
#story .storyWrap::after{
	position: absolute;
	top: 50px;
	left: 50px;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../img/bg_news.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	transform: scale(-1,-1);
}
#story p{
	position: relative;
	padding: 30px 10px 0 10px;
	line-height: 2em;
	text-align: center;
	color: #ffffff;
}
#story p span{
	color: #DFFF00;
	font-size: .16rem;
	font-weight: 700;
}
#story .more{
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: all .3s ease-out;
}
#story .more.disp{opacity: 1;height: auto;}
#story .btn_more{
	position: relative;
	margin: 30px auto;
	color: #040340;
	text-align: center;
	padding: 1px 0;
	z-index: 20;
	width: 60%;
	background-color: #E4E4E4;
	border-radius: 100px;
}
#story .btn_more::after{
	position: absolute;
	top:50%;
	right: 10px;
	transform: translateY(-50%);
	content: '\025bc';
	display: block;
	font-size: .10rem;
	line-height: 1em;
}
#story .btn_more.attClose::after{transform: scale(1,-1) translateY(50%);}


/* 参加方法 */
#howto{
	position: relative;
	margin: 0 auto;
	padding-bottom: 10px;
}
#howto .contentsUPWrap{z-index: 3;}
#howto .howtoWrap{
	position: relative;
	margin: 10px auto;
}
#howto ul{
	position: relative;
	margin: 40px 0 0 20px;
	width: calc(100% - 20px);
}
#howto ul li{
	position: relative;
	margin: 0 20px 0 0;
	padding: 10px 20px 20px 20px;
	background-color: rgba(86,255,177,.2);
	border: solid 1px #98ffb3;
}
#howto ul li .howtoimg{
	position: relative;
	margin: 0 auto;
}
#howto ul li .howtotxt{
	position: relative;
	margin: 10px auto 0 auto;
	padding: 20px 0 0 0;
	border-top: solid 1px #8cd8c3;
	z-index: 1;
}
#howto ul li .howtotxt a{
	background-color: #98ffb3;
	color: #000000;
	font-weight: 700;
	padding: 0 4px;
	display: inline-block;
	margin: 0 2px;
	text-decoration: underline;
}
#howto .slide-arrow{
    position: absolute;
	top:calc(50% - 18px);
	display: block;
	width: 35px;
	height: 35px;
}
#howto .prev-arrow{left: 10px;transform: rotate(180deg);}
#howto .next-arrow{right: 10px;}
#howto .slick-disabled{display: none !important;}
#howto .aboutDgame{
	position: relative;
	margin: 20px auto;
	width: calc(100% - 60px);
	z-index: 10;
}
.slick-track {display: flex;}
.slick-slide {height: auto !important;}
#howto ul li::before, #howto ul li::after, #event ul li::before, #event ul li::after, #ticket .release ul::before, #ticket .release ul::after, .modal section div.mordalinner::before, .modal section div.mordalinner::after, #about .escape::before, #about .escape::after, #spschedule .list::before, #spschedule .list::after{
	position: absolute;
	left: 0;
	width: 100%;
	height: 50px;
	content: '';
	display: block;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.4));
	background: -o-linear-gradient(top,  rgba(0,0,0,0), rgba(0,0,0,.4));
	background: linear-gradient(to top,  rgba(0,0,0,.4), rgba(0,0,0,0));
}
#howto ul li::before, #event ul li::before, #ticket .release ul::before, #goods ul li::before, .modal section div.mordalinner::before, #about .escape::before, #spschedule .list::before{top:0; transform: rotate(180deg);}
#howto ul li::after, #event ul li::after, #ticket .release ul::after, #goods ul li::after, .modal section div.mordalinner::after, #about .escape::after, #spschedule .list::after{bottom:0;}

/* イベント概要 */
#event{
	position: relative;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}
#event ul{
	position: relative;
	margin:40px auto;
}
#event ul li{
	position: relative;
	margin: 0 auto 50px auto;
	text-align: center;
	width: calc(100% - 40px);
	border: solid 1px #c6c016;
	background-color: rgba(127,128,5,.4);
}
#event ul li .eventWrap{
	position: relative;
	margin: 0 auto;
	padding: 20px;
}
#event ul li .eventWrap::after{
	position: absolute;
	content: '';
	display: block;
	width: calc(100% + 40px);
	height: calc(100% + 100px);
	top:-50px;
	left: -20px;
	background-image: url("../img/Flare02.png"), url("../img/Flare01.png"), url("../img/Flare02.png");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: -70px 0, 50% 0, calc(100% + 70px) 100%;
	background-size: auto 100px, auto 100px, auto 100px;
}
#event ul li .eventWrap h3{
	position: relative;
	margin: 0 auto ;
	background-color: #c9cf20;
	padding: 5px 0;
	border-radius: 100px;
	color: #0d0517;
	font-size: .15rem;
	font-weight: 900;
}
#event ul li .eventWrap p{
	position: relative;
	margin: 20px auto;
	font-weight: 700;
}


/* チケット */
#ticket{
	position: relative;
	margin:0 auto;
	/*padding-bottom:60px;*/
}
#ticket h3{
	position: relative;
	margin: 0 auto 30px auto;
	padding: 10px 0 55px 0;
	width: calc(100% - 40px);
	text-align: center;
	color: #f3ff2d;
	font-weight: 900;
	font-size: .16rem;
	background-image: url("../img/bg_ticket.png");
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: auto 100px;
}
#ticket .release{
	position: relative;
	margin: 0 auto;
	padding: 40px 0 60px 0;
}
#ticket .release ul{
	position: relative;
	margin: -60px auto 0 auto;
	background-color: rgba(73,6,83,.4);
	border: solid 1px #803789;
	padding: 20px 20px 0 20px;
	width: calc(100% - 80px);
}
#ticket .release ul li{
	position: relative;
	margin: 0 auto 20px auto;
	text-align: center;
}
#ticket .release ul li .ttlS{
	font-weight: 900;
	color: #d1a9ff;
	padding-bottom: 5px;
}
#ticket .release ul.ticpre li .ttlS, #ticket .release ul li h4{
	font-weight: 900;
	background-color: #d1a9ff;
	padding: 5px 0;
	color: #0d0517;
	margin-bottom: 20px;
}
#ticket .release ul.ticpre{margin: 40px auto 20px auto;}
#ticket .release ul.ticpre li .ttl{
	font-weight: 900;
	color: #d1a9ff;
	margin-bottom: 20px;
}
#ticket .release .scraptantei{
	position: relative;
	margin: 30px auto 0 auto;
	display: block;
	text-align: center;
	font-size: .13rem;
}
#ticket .release .ttlBnr{
	font-weight: 900;
	margin: 20px auto 5px auto;
}
#ticket .release .bnr_scrap{
	position: relative;
	display: block;
	margin:0 auto;
}
#ticket .price{
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
}
#ticket .price ul {
	position: relative;
	width: 80%;
	margin: -60px auto 0 auto;
}
#ticket .price ul li{
	position: relative;
	margin: 0;
	width: calc(50% - 15px);
	border: solid 1px #d1a9ff;
	color: #d1a9ff;
	background-color: #0d0517;
	font-weight: 800;
	font-size: .12rem;
}
#ticket .price ul li.active{background-color: #d1a9ff;color: #0d0517;}
#ticket .price ul li.active::before{opacity: 0;}
#ticket .price ul li.active::after{
	position: absolute;
	bottom: -.7em;
	left: 0;
	content: '\025bc';
	display: block;
	width: 100%;
	height: 1em;
	color:  #d1a9ff;
	line-height: 1em;
	text-align: center;
}
#ticket .price ul li p{
	position: relative;
	padding: 5px 0;
	text-align: center;
	z-index: 12;
}
#ticket .priceBox{
	position: relative;
	margin: 0 auto;
}
#ticket .priceBox .caution{
	position: relative;
	margin: 0 auto;
	font-weight: 700;
	font-size: .12rem;
}
#ticket .priceBox .ttl{
	position: relative;
	margin: 30px auto 10px auto;
	text-align: center;
	color:  #d1a9ff;
	font-weight: 900;
	font-size: .15rem;
}
#ticket .priceBox .table{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
	display: none;
}
#ticket .priceBox .table table{
	position: relative;
	margin: 0 auto;
	border-collapse: collapse !important;
	border-spacing:1px;
	border: solid 1px #1b1047;
	
}
#ticket .priceBox .table.active{display: block;}
#ticket .priceBox table th{
	width: 15%;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4em;
	padding: 5px;
	font-size: .12rem;
	border: solid 1px #1b1047;
	background-color:rgba(58,34,92,.6);
	color: #ffffff;
}
#ticket .priceBox table th.trans{background-color: rgba(102,89,228,.4);}
#ticket .priceBox table td{
	width: 25%;
	margin: 10px;
	text-align: center;
	padding: 7px 0;
	font-size: .12rem;
	border: solid 1px #1b1047;
	vertical-align: middle;
	background-color: rgba(102,89,228,.4);
}
#ticket .priceBox table td span{font-size: .17rem;font-weight: 900;}
#ticket .priceBox table tbody tr:nth-child(odd) td{background-color: rgba(133,114,193,.4);}
#ticket .price .tickettype {
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
}
#ticket .price .tickettype ul{
	position: relative;
	margin: 0 20px 0 auto;
	width: 65%;
}
#ticket .price .tickettype ul li{
	position: relative;
	margin: 8px 0;
	width: 100%;
	border: none;
}
#ticket .caution{
	position: relative;
	margin:20px auto 0 auto;
	width: calc(100% - 40px);
}
#ticket .attention{
	position: relative;
	margin:15px auto 0 auto;
	font-size: .12rem;
}

#ticket .sTicket p{
	position: relative;
	margin: 20px auto 0 auto;
	color: #1b1047;
	padding: 5px;
	font-weight: 900;
	font-size: .13rem;
	line-height: 1.4em;
	border: solid 1px;
}
#ticket .u22{
	position: relative;
	margin: 50px auto 10px auto;
	padding: 20px;
	width: calc(100% - 70px);
	background-color: rgba(73,6,83,.4);
	border: solid 1px #803789;
	text-align: center;
}
#ticket .u22 img{
	margin: -50px auto 10px auto;
	padding: 5px;
	width: 120px;
}
#ticket .u22 p{text-align: left;}
#ticket .u22 p a{text-decoration: underline;}

.ucampaign{
	position: relative;
	margin: 40px auto 0 auto;
	width: calc(100% - 30px);
	max-width: 680px;
}

/* チケットカレンダー */
.ticAPI{position: relative;margin: 0 auto;padding: 0;}
.ticAPI iframe{position: relative;margin: 0; padding: 0; width: 100%; height: 420px;}
#ticket_api{margin: 0;padding: 0;color: #000000;width: 100%; background-color: transparent;}
.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: #5443B0; color:#ffffff !important;}
.ticketWrap .naviBox ul li.cr .scheduleBox span span{color:#ffffff !important;}
.ticketWrap .detailsWrap {padding-top: 20px;}
.ticketWrap .detailsBox .tit {background-color: #000000;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: #6d4a6d; font-size: .12rem;font-weight: normal;}
.ticketWrap .detailsBox .details a.scrap:after {border-top: solid 1px #e10000;border-right: solid 1px #6d4a6d; 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;}

/* schedule */
#schedule{
    position: relative;
    margin: 40px auto 0 auto;
}
#schedule ul{
	position: relative;
	margin: -60px auto 0 auto;
	width: calc(100% - 40px);
}
#schedule ul li{
	position: relative;
	margin: 0 auto 40px auto;
	background-color: rgba(73,6,83,.4);
	border: solid 1px #803789;
	padding: 20px 20px 0 20px;
}
#schedule ul li.gray{
	background-color: rgba(108,106,110,0.40);
	border: solid 1px #727272;
	color: #7E7E7E;
}
#schedule ul li .area{
	position: relative;
	margin: 0 auto;
	font-weight: 900;
	font-size: .16rem;
	text-align: center;
	padding: 3px 0;
	color: #0d0517;
	background-color: #EDFD00;
}
#schedule ul li.gray .area{background-color: #60605F;color: #858585;}
#schedule ul li .kikan{
	position: relative;
	padding: 0;
}
#schedule ul li .kikan p{
	position: relative;
	margin: 0 auto;
	padding: 15px 0 ;
	text-align: center;
	font-weight: 900;
}
#schedule ul li .button, #ticket .ticpre .button, #ticket .price a.button, #special a.button{
	position: relative;
	margin: 0 auto 10px auto ;
	display: block;
	width: calc(100% - 60px);
	text-align: center;
	padding: 5px 0;
	color: #0d0517;
	z-index: 5;
	font-weight: 500;
	border-radius: 100px;
}
#schedule ul li .button.btn_sAccess{background-color:#EBF4BE;margin: 10px auto 30px auto;width: calc(100% - 20px);}
#schedule ul li.gray .button.btn_sAccess{background-color:#616161;color: #858585;}
#ticket .ticpre a.button, #ticket .price a.button, #special a.button{background-color:#FEFDFF;margin: 20px auto 10px auto ;}
#schedule ul li .button::after, #ticket .ticpre .button::after, #ticket .price .button::after, #special a.button::after{
	position:absolute;
	top:0;
	right: 5px;
	display: block;
	content: '';
	height: 100%;
	width: 12px;
	transition: all .3s ease-out;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
#schedule ul li.gray .button::after{display: none;}
#ticket .ticpre .button::after, #ticket .price .button::after{transform: rotate(-90deg);}
#schedule ul li .btn_sAccess.accessClose.button::after{transform: rotate(180deg);}
#schedule ul li .detail{
	position: relative;
	text-align: center;
	padding:  0 5px;
	background-color: #ffffff;
	color: #0d0517;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .5s ease-out;
}
#schedule ul li .detail.disp{height: auto;opacity: 1;padding: 30px 5px 20px 5px;margin: -50px auto 20px auto;}
#schedule ul li .detail .name{
	position: relative;
	margin: 0 auto 20px auto;
	font-size: .15rem;
	font-weight: 900;
	color: #510ECF;
}
#schedule ul li .detail .map{
	position: relative;
	margin: 5px auto;
}
#schedule ul li .detail .map iframe{
	position: relative;
	max-width: 100%;
	height: 240px;
	vertical-align:bottom;
}
#schedule ul li .detail .ttlM{
	position: relative;
	margin: 30px auto 10px auto;
	font-weight: 700;
	color: #510ECF;
	border-bottom: solid 1px #510ECF;
}

/* ambassador*/
#ambassador{
	position: relative;
	margin: -40px auto  0 auto;
}

/* goods*/
#goods{
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
}
#goods ul{
	position: relative;
	margin: 10px auto;
	width: calc(100% - 40px);
}
#goods ul li{
	position: relative;
	margin: 0;
	width: calc(50% - 15px);
/*	border: solid 1px #3d94c1;
	background-color: rgba(44,185,232,.3);*/
}
#goods ul li .goodsPrice{
	position: relative;
	margin: -10px 0 0 0;
	text-align: right;
	font-size: .18rem;
}
#goods ul li .spec{
	position: relative;
	margin: 20px 0 0 0;
}
#goods .caution{
	position: relative;
	margin: 30px auto 20px auto;
	width: calc(100% - 40px);
}
#goods ul li .goodsWrap{
	position: relative;
	margin: 0 auto;
	padding: 40px 0 0 0;
	/*padding: 20px;*/
}
#goods ul li .goodsWrap::after{
	position: absolute;
	content: '';
	display: block;
	width: calc(100% + 40px);
	height: calc(100% + 100px);
	top:-50px;
	left: -20px;
	background-image: url("../img/Flare04.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto 100px;
}
#goods ul li .goodsWrap .goodsImg{
	position: relative;
	margin: 0 auto;
	width: 80%;
}

#btmArea{
	position: relative;
	margin: 0 auto;
	padding-bottom: 200px;
	background-image: url("../img/bg_faq.png");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 160% auto;
}

/* FAQ */
#precautions{
	position: relative;
	margin: 20px auto;
}
#precautions .faqWrap{
	position: relative;
	margin: 10px auto 30px  auto;
	width: calc(100% - 40px);
	background-color: rgba(120,130,4,.8);
	border: solid 1px #60b379;
}
#precautions .faqWrap::after{
	position: absolute;
	content: '';
	display: block;
	width: calc(100% + 40px);
	height:50px;
	top:-25px;
	left: -20px;
	background-image: url("../img/Flare04.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 180px 50px;
}
#precautions .faqWrap .ttl{
	position: relative;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	color: #ffffff;
	font-size: .26rem;
	font-weight: 900;
	z-index: 20;
}
#precautions .faqWrap .ttl::after{
	position: absolute;
	top:0;
	right: 30px;
	width: 20px;
	height: 100%;
	content: '';
	display: block;
	background-image: url("../img/arrow01.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50% 50%;
	transition: all .3s ease-out;
	transform: rotate(90deg);
}
#precautions .faqWrap .ttl.disp::after{transform: rotate(-90deg);}
#precautions .faqWrap dl{
	position: relative;
	margin: 0 auto;
	height: 0;
	overflow: hidden;
	transition: all .3s ease-out;
	z-index: 60;
}
#precautions .faqWrap dl.disp{height: auto !important;padding: 0; margin: 20px auto; border-top: solid 1px #FEFFE5;width: calc(100% - 40px);}
#precautions #limitlist.faqWrap dl.disp{padding: 40px 0 0 0;}
#precautions .faqWrap dl dt{
	font-size: .16rem;
	color: #EAFF00;
	font-weight: 900;
	padding: 20px 0;
	text-align: center;
}
#precautions .faqWrap dl dd p{
	position: relative;
	padding-left: 1.2em;
	padding-bottom: .5em;
}
#precautions #limitlist.faqWrap dl dd p{padding-left: 0;}
#precautions #cautionlist.faqWrap dl dd p::before{
	position: absolute;
	content: '・';
	left: 0;
}
#precautions .faqWrap dl dd a{color: #7BFF00;text-decoration: underline;}
#precautions .faqWrap dl dd .caution{
	line-height: 1.4em;
	display: block;
	padding: 5px 0 0 0;
}
#precautions .faqWrap dl dd .strong.center{
	padding: 10px 0;
}
#precautions #limitlist.faqWrap dl dt{
	font-size: .13rem;
	width: calc(40% - 30px);
	padding: 15px;
	color: #0d0517;
	background-color: #EAFF00;
	border-bottom: solid 1px #0d0517;
}
#precautions #limitlist.faqWrap dl dd{
	font-size: .12rem;
	width: calc(60% - 30px);
	padding: 15px;
	border-bottom: solid 1px #0d0517;
}
#precautions #limitlist.faqWrap dl dd .center{font-size: .14rem;}
#precautions #limitlist.faqWrap dl dt.noborder, #precautions #limitlist.faqWrap dl dd.noborder{border-bottom:none;}
#precautions #faqlist.faqWrap dl dt{
	font-size: .14rem;
	padding: 20px 0 5px 0;
	text-align: left;
	color: #EAFF00;
}
#precautions #faqlist.faqWrap dl dt::before{
	position: absolute;
	content: 'Q.';
	left: 0;
}
#precautions #faqlist.faqWrap dl dd, #precautions #faqlist.faqWrap dl dt{
	position: relative;
	padding-left: 1.2em;
}
#precautions #faqlist.faqWrap dl dd::before{
	position: absolute;
	content: 'A.';
	left: 0;
}

#aboutgame{
	position: relative;
	margin: 0 auto;
	padding: 15px 0;
}
#aboutgame .aboutgameWrap{
	position: relative;
	z-index: 11;
	margin: 0 auto;
}
#aboutgame ul{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 60px);
}
#aboutgame ul li{
	position: relative;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#aboutgame ul li.btn{
	width: calc(100% - 20px);
}

/* スペシャルバナー */
#bnrLinks{
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
}
#bnrLinks ul{
	position: relative;
	margin:  0 auto;
	width: calc(100% - 40px);
}
#bnrLinks ul li{
	position: relative;
	margin: 0 0 15px 0;
}


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

	#bnrLinks ul li a img:hover, #howto .button:hover, #schedule .scheWrap ul li .button:hover{cursor: pointer; opacity: .8;transition: all .3s ease-out;}
	#covid19 .contetsWrap .btn_covid19:hover{cursor: pointer;transition: all .3s ease-out;}
	
	/* ヘッダー */
	header{padding-top: 70px;}
    header #keyvisual{
        background-image: url("../img/main_pc.jpg");
        padding-top:54.16%;
	}
	
	#news{
		top: 70px;
		width: 100%;
	}
	#news .newsInner{
		margin: 0 auto;
		width: 560px;
		font-size: .14rem;
		/*padding: 5px;*/
		padding: 10px 5px;
	}
	#news .newsInner::before{left: -55px;}
	#news ul li{margin: 4px 0;}

	/* photo */
	#photo{background-size: 100% 40px, 100% 40px;}

	/* catch */
	#catch .catch{width: 879px;}
	#catch p{
		width: 960px;
		font-size: .16rem;
	}

	/* 脱出方法 */
	#about{
		width: 960px;
		margin: 20px auto 0 auto;
		padding: 40px 0 0 0;
	}
	#about h2{
		width: 471px;
		background-image:none;
	}
	#about h2 img{width: 100%; height: auto;}
	#about .escape{
		width: calc(100% - 100px);
		padding: 50px;
		text-align: center;
	}
	#about .escapecatch{
		margin: 10px auto 60px auto;
		width: 651px;
	}
	#about .escapecatch::before{
		height: 160px;
		bottom: -100px;
		background-size: auto 160px;
	}
	#about .escapeImage{
		/*margin: 20px auto;
		width: 240px;*/
		width: 420px;
	}
	#about p span{font-size: .22rem;}

	#cm{margin: 60px auto 20px auto;}
	
	/* ポイント */
	#point{padding: 80px 0 0 0;}
	#point h2{
		margin: 0 auto 10px auto;
		width: 385px;
		background-image:none;
	}
	#point h2 img{width: 100%; height: auto;}
	#point ul{
		width: 880px;
		padding: 40px ;
	}
	#point ul li{margin: 0; width: 32%;}
	#point ul li:nth-child(2){flex-direction: row;}
	#point ul li .pointImg{width: 120px; margin: 0 auto;}
	#point ul li .pointTxt{width: 100%;}
	#point ul li .pointTxt .ttl{
		width: 100%;
		top:-5%;
	}
	#point ul li:nth-child(1) .pointTxt .ttl, #point ul li:nth-child(3) .pointTxt .ttl{left: -32%;}
	#point ul li:nth-child(2) .pointTxt .ttl{left:0;}
	#point ul li .pointTxt p{padding-left: 50px; font-size: .13rem;}

	/* プレイ形式 */
	#play ul{width:660px;padding: 20px 0 0 0;}
	#play ul li{
		margin: 0 5px;
		width:160px !important;
	}
	#play ul li:nth-child(n+4){margin: -55px 3px 0 3px;}


	#line .bg1::before{
		/*top:-120px;*/
		top:-420px;
		width: 720px;
		height:720px;
	}
	#line .bg1::after{
		/*top:-120px;*/
		top:-420px;
		width: 720px;
		height:720px;
	}
	#line h2{
		margin: 80px auto 10px auto;
		width: 450px;
		padding: 0;
		background-image:none;
	}
	#line h2 img{width: 100%; height: auto;}
	#line .btnL{width: 280px;}

	/* covid19*/
	#covid19{padding: 20px 0 80px 0;}
	#covid19 .contetsWrap{
		padding: 40px;
		width: 700px;
		text-align: center;
	}
	#covid19 .contetsWrap h3{font-size: .20rem;}
	#covid19 .contetsWrap .btn_covid19{margin: 20px auto;}

	/* ストーリー */
	#story{padding: 40px 0 60px 0;}
	#story .storyWrap{
		margin:50px auto 20px auto;
		padding: 30px ;
		width: 800px;
	}
	#story .storyWrap::before{background-size: 250px auto;}
	#story .storyWrap::after{background-size: 250px auto;}
	#story p span{font-size: .20rem;}
	#story .btn_more{
		margin: 50px auto;
		width: 200px;
		transition: all .3s ease-out;
	}
	#story .btn_more:hover{color: #ffffff;background-color: #546766;cursor: pointer;}

	/* 参加方法 */
	#howto{padding-bottom: 20px;}
#howto .howtoWrap{
	position: relative;
	margin: 10px auto;
}
	#howto ul{
		margin: 40px auto;
		width: 960px;
	}

	/* イベント概要 */
	#event ul{margin:20px 0 60px auto;}
	#event ul li{
		margin: 0 auto 60px auto;
		width: 600px;
	}
	#event ul li .eventWrap::after{
		width: calc(100% + 180px);
		top:-50px;
		left: -90px;
		background-position: 0 0, 50% 0, 100% 100%;
	}
	#event ul li .eventWrap h3{font-size: .16rem;}
	#event ul li .eventWrap p{margin: 40px auto;}


	/* チケット */
	#ticket{padding-bottom:60px 0 20px 0;}
	#ticket h3{
		margin: 0 auto 40px auto;
		width: 400px;
		font-size: .18rem;
	}
	#ticket .release ul{
		padding: 20px 40px 0 40px;
		width: 600px;
	}
	#ticket .release ul li{margin: 0 auto 30px auto;}
	#ticket .release .scraptantei{width:320px;font-size: .14rem;}

	#ticket .price ul {width: 320px;}
	#ticket .price ul li{font-size: .15rem;transition: all .3s ease-out;}
	#ticket .price ul li:hover{color: #ffffff;cursor: pointer;}
	#ticket .priceBox .caution{
		font-size: .14rem;
		text-align: center;
	}
	#ticket .priceBox .ttl{
		margin: 50px auto 10px auto;
		font-size: .18rem;
	}
	#ticket .priceBox .table{width:760px;}
	#ticket .priceBox table th{
		padding: 8px;
		font-size: .14rem;
	}
	#ticket .priceBox table td{
		margin: 10px;
		padding: 10px 0;
		font-size: .14rem;
	}
	#ticket .priceBox table td span{font-size: .24rem;}
	#ticket .caution{
		width: 960px;
		text-align: center;
		font-size: .14rem;
	}
	#ticket .u22{
		margin: 70px auto 10px auto;
		padding: 30px 50px;
		width:580px;
	}
	#ticket .u22 img{
		margin: -65px auto 10px auto;
		width: 140px;
	}
	.ucampaign{margin:60px auto 0 auto;}

	/* schedule */
	#schedule{margin: 60px auto 0 auto;}
	#schedule ul{width: 680px;}
	#schedule ul li{padding: 20px 40px 0 40px;}
	#schedule ul li .area{font-size: .18rem;}
	#schedule ul li .kikan p{padding: 25px 0 ;}
	#ticket .ticpre .button, #special a.button{width:320px;}
	#ticket .ticpre .button:hover, #special a.button:hover{color: #ffffff;background-color: #546766;cursor: pointer;}
	#schedule ul li .button.btn_sAccess{width:320px;}
	#schedule ul li .button.btn_sAccess:hover{color: #ffffff;background-color: #546766;cursor: pointer;}
	#schedule ul li.gray .button.btn_sAccess:hover{background-color:#616161;color: #858585;}
	#schedule ul li .button::after, #ticket .ticpre .button::after, #ticket .price .button::after, #special a.button::after{
		right: 10px;
		width: 18px;
	}
	#schedule ul li .detail{padding:  0 10px;}
	#schedule ul li .detail.disp{padding: 50px 10px 40px 10px}
	#schedule ul li .detail .name{
		margin: 0 auto 40px auto;
		font-size: .18rem;
	}
	#schedule ul li .detail .map{margin: 15px auto;}
	#schedule ul li .detail .ttlM{
		margin:40px auto 10px auto;
		ont-size: .18rem;
	}
	.ticAPI iframe{height: 480px;}

	/* ambassador*/
	#ambassador{width: 480px;}
	
	/* goods*/
	#goods{padding-bottom: 40px;}
	#goods ul{
		margin: 40px auto;
		width: 720px;
	}
	#goods ul::after {
		display: block;
		content:"";
		width: calc(33% - 30px);
	}
	#goods ul li{width: calc(33% - 30px);}
	#goods ul li .goodsPrice{	margin: -20px 0 0 0;font-size: .22rem;}
	#goods ul li .spec{margin: 20px 0 0 0;}
	#goods .caution{
		margin: 60px auto 40px auto;
		width: 600px;
	}
	#goods ul li .goodsWrap .goodsImg img{margin: 0 auto;}

	#btmArea{
		padding-bottom: 220px;
		background-position: 0 calc(100% + 50px);
		background-size: auto auto;
	}

	/* FAQ */
	#precautions .faqWrap{width: 960px;}
	#precautions .faqWrap .ttl{font-size: .28rem;}
	#precautions .faqWrap .ttl::after{right: 20px;}
	#precautions .faqWrap .ttl:hover{cursor: pointer;}

	#precautions .faqWrap dl.disp{width: 800px;margin: 0 auto 40px auto;}
	#precautions .faqWrap dl dt{
		font-size: .19rem;
		padding: 40px 0;
	}
	#precautions .faqWrap dl dd .strong.center{padding: 20px 0 10px 0;}
	#precautions #limitlist.faqWrap dl dt{font-size: .14rem;}
	#precautions #limitlist.faqWrap dl dd{font-size: .14rem;}
	#precautions #limitlist.faqWrap dl dd .center{font-size: .16rem;}
	#precautions #faqlist.faqWrap dl dt{font-size: .14rem;}

	#aboutgame ul{width: 380px;}
	
}