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

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

/* catch */
#catch{
	position: relative;
	padding:0;
	background-color: #080202;
	background-image: url("../img/bg_catch.jpg");
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position: 50% 0;
	text-align: center;
	color: #f6ff00;
	font-size: .15rem;
	font-weight: 700;
}
#catch .catch{
	position: relative;
	margin: 5px auto 10px auto;
	width: calc(100% - 30px);
	transform: translateX(2%);
}
#catch .about{
	position: relative;
	margin: 40px auto 0 auto;
	width: calc(100% - 40px);
	padding-bottom: 40px;
}
#catch .photoTxt{text-align: right;font-size: .11rem;padding-right: 3px;color: #ffffff;font-weight: 500;}

/* covid19*/
#covid19{
	position: relative;
	margin: 0 auto;
	padding: 30px 0 50px 0;
	/*background-color: #080202;*/
	background-color: #00223f;
}
#covid19 .contetsWrap{
	padding: 15px;
	width: calc(100% - 80px);
	border: solid 2px #f6ff00;
}
#covid19 .contetsWrap h3{
	color: #ffffff;
	padding-bottom: 20px;
	text-align: center;
	font-weight: 900;
	font-size: .15rem;
}
#covid19 .contetsWrap div.step{
	height: 0;
	overflow: hidden;
	padding: 0 10px;
	transition: all .3s ease-out;
	background-color: #ffffff;
	color: #000000;
}
#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);}

/* スペシャルバナー */
#bnrLinks{
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
}
#bnrLinks::before{
	position: absolute;
	top:0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background: -webkit-linear-gradient(top, #080202, rgba(8,2,2,0));
	background: -o-linear-gradient(top, #080202, rgba(8,2,2,0));
	background: linear-gradient(to top, rgba(8,2,2,0), #080202);
}
#bnrLinks ul{
	position: relative;
	margin:  0 auto;
	width: calc(100% - 40px);
}
#bnrLinks ul li{
	position: relative;
	margin: 0 0 15px 0;
}

/* プレイ形式 */
#play{
	position: relative;
	margin: 0 auto;
	color: #fdffab;
	padding-bottom: 40px;
}
#play::before{
	position: absolute;
	bottom:0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background: -webkit-linear-gradient(top, rgba(8,2,2,0), #080202);
	background: -o-linear-gradient(top, rgba(8,2,2,0), #080202);
	background: linear-gradient(to top, #080202, rgba(8,2,2,0));
}
#play ul{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 10px);
}
#play ul li{
	position: relative;
	padding: 0;
	margin: 0;
	width: 32%;
}
#play ul li p{
	text-align: center;
	font-size: .13rem;
}
#play ul li p span{font-size: .12rem;}

/* CM */
#cm{
	position: relative;
	margin: 0 auto;
	padding: 50px 0 30px 0;
}

/* ポイント */
#point{
	position: relative;
	margin: 0 auto;
	padding-bottom: 60px;
}
#point ul{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
}
#point ul li{
	position: relative;
	padding: 15px 0 0 0;
	margin: 0;
}
#point ul li .pointImg{position: relative;width: 31%;}
#point ul li .pointTxt{
	position: relative;
	width: 66%;
	font-size: .12rem;
}
#point ul li .pointTxt .ttl{
	position: relative;
	padding:0 0 2px 0;
	color: #f6ff00;
	font-weight: 900;
	font-size: .14rem;
}
#point ul li .pointTxt .caution{font-size: .10rem;}

/* 参加方法 */
#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: 0 ;
	width: 100%;
}
#howto ul li{
	position: relative;
	margin: 0;
}
#howto ul li .howtoimg{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
}
#howto ul li .howtotxt{
	position: relative;
	margin: 0 auto;
	padding: 15px 0;
	width: calc(100% - 40px);
}
#howto ul li .howtotxt a{
	background-color: #f6ff00;
	color: #000000;
	font-weight: 700;
	padding: 0 4px;
	display: inline-block;
	margin: 0 2px;
	text-decoration: underline;
}
#howto .slide-arrow{
    position: absolute;
	top:20%;
	display: block;
	width: 35px;
	height: 35px;
}
#howto .prev-arrow{left: 0;transform: rotate(180deg);}
#howto .next-arrow{right: 25px;}
#howto .slick-disabled{display: none !important;}
#howto .aboutDgame{
	position: relative;
	margin: 20px auto;
	width: calc(100% - 60px);
	z-index: 10;
}

/* ニュース */
#news{
    position: relative;
	margin: 0 auto;
	padding-bottom: 80px;
}
#news .newsWrap{position: relative;margin: 0 auto;padding-top: 10px;}
#news .newsBox{
	position: relative;
	margin: 20px auto 0 auto;
	width: 72%;
	background-color: rgba(202,216,193,.6);
	padding: 10px;
	transform: translateX(8%);
	z-index: 30;
}
#news .newsBox ul{
	position: relative;
	margin:0 auto;
	height: 110px;
    overflow: hidden;
}
#news .newsBox ul li{
	position: relative;
	margin:0 auto 10px auto;
    padding: 0;
	color: #141f00;
	line-height: 1.6em;
}
#news .newsBox ul li .date{
	font-size: .13rem;
	color: #4f7210;
	font-weight: 700;
}
#news .newsBox ul li a{
	font-weight: 500;
	color: #141f00;
}

/* ストーリー */
#story{
	position: relative;
	margin:0 auto;
	padding: 0 0 40px 0;
}
#story::after{
	position: absolute;
	content: '';
	bottom:0;
	left: 0;
	display: block;
	width: 100%;
	height: 120px;
	background-image: url("../img/bg01.png");
	background-repeat: repeat-y;
	background-position:0 0;
	background-size: contain;
}
#story .storyWrap{
	position: relative;
	margin: 40px auto;
	padding: 0 0 20px 0;
}
#story .storyWrap::before{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fcf1eb;
	transform: rotate(7deg);
	box-shadow: 10px 10px 0px 1px rgba(0,0,0,0.5);
}
#story .storyWrap::after{
	position: absolute;
	content: '';
	top:10%;
	left: 5%;
	display: block;
	width: 90%;
	height: 80%;
	background-image: url("../img/bg_story.png");
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-size: 90% auto;
	transform: rotate(7deg);
}
#story p{
	position: relative;
	padding: 30px 10px 0 10px;
	line-height: 2em;
	text-align: center;
	color: #000000;
}
#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: #7d000f;
	text-align: center;
	padding: 3px 0;
	z-index: 20;
}
#story .btn_more::after{
	position: relative;
	margin: 5px auto;
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background-image: url("../img/arrow04.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 50%;
}
#story .btn_more.attClose::after{transform: scale(1,-1);}

/* キャラクター */
#charactor{
	position: relative;
    margin:0 auto;
	padding: 40px 0 60px 0;
}
#charactor .contetsWrap{width: 100%;}
#charactor .chara{
	position: relative;
	margin:-2px auto 0 auto;
	padding: 0;
	width: 100%;
}
#charactor .chara .slick-slide{margin: 0 !important;background-color: transparent;}
#charactor .chara .slick-slide div{
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#charactor .chara .slick-slide div img{
	height: 260px; 
	width: auto;
	margin: 0 auto;
}
#charactor .chara .slick-slide div.chara01 img{transform: translateX(11%);}
#charactor .chara .slick-slide div.chara02 img{transform: translateX(1%);}
#charactor .chara .slick-dots{width: 250px;margin: 0 auto; text-align: center;padding: 0;}
#charactor .chara .slick-dots li{ width: 120px;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: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: calc(100% - 20px);
	height: 25px;
}
#charactor .slide-arrow{
    position: absolute;
	top:0;
	display: block;
	width: 25px;
	height: 25px;
}
#charactor .prev-arrow{left: 0;transform: rotate(180deg);}
#charactor .next-arrow{right: 0;}
#charactor .slick-disabled{display: none !important;}

/* チケット */
#ticket{
	position: relative;
	margin:0 auto;
	padding-bottom:60px;
}
#ticket .release{
	position: relative;
	margin: 0 auto;
	background-image: url("../img/bg01.png");
	background-repeat: no-repeat;
	background-position: 180% 100%;
	background-size: 70% auto;
	padding: 30px 0 60px 0;
}
#ticket .release ul{
	position: relative;
	margin: 0 auto;
	border: solid 1px #c4f6ff;
	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: #c4f6ff;
	padding-bottom: 5px;
}
#ticket .release ul.ticpre li .ttlS{
	font-weight: 900;
	background-color: #c4f6ff;
	padding: 5px 0;
	color: #021543;
	margin-bottom: 20px;
}
#ticket .release ul li .ttlBnr{
	font-weight: 900;
	margin: 20px auto 5px auto;
}
#ticket .release ul li .bnr_scrap{
	position: relative;
	display: block;
	width: calc(100% - 40px);
	margin:0 auto 30px auto;
}
#ticket .release ul.ticpre{margin: 0 auto 40px auto;}
#ticket .release ul.ticpre li .ttl{
	font-weight: 900;
	color: #c4f6ff;
	margin-bottom: 20px;
}
#ticket .release .buyticket{
	position: relative;
	margin: 20px auto 10px auto;
	width: calc(100% - 120px);
	display: block;
}
#ticket .price{position: relative;padding-top: 20px;}
#ticket .priceBox{
	position: relative;
	margin: 0 auto;
	background-image: url("../img/bg.png");
	background-repeat: no-repeat,;
	background-position: 50% 0;
	background-size: 100% auto;
}
#ticket .priceBox .ttl{
	position: relative;
	margin: 0 auto 18px auto;
	background-color: #c4f6ff;
	border-radius: 100px;
	width: 240px;
	padding: 7px 0;
	text-align: center;
	color: #00223f;
	font-weight: 700;
}
#ticket .priceBox div{
	position: relative;
	margin: 0 auto 30px auto;
	width: calc(100% - 40px);
}
#ticket .priceBox table{
	position: relative;
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
	border-spacing:1px;
	background-color: rgba(201,227,232,.5);
	border: solid 1px #c4f6ff;
}
#ticket .priceBox table thead th{
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 1.4em;
	padding: 5px;
	font-size: .12rem;
	border-bottom: solid 1px #174796;
	border-right: solid 1px #174796;
	font-weight: 700;
}
#ticket .priceBox table tbody td{
	width: 40%;
	margin: 10px;
	text-align: center;
	padding: 5px 0;
	font-size: .10rem;
	border-top: solid 1px #174796;
	border-right: solid 1px #174796;
	vertical-align: middle;
	color: #000000;
	background-color: rgba(156,247,203,.6);;
}
#ticket .priceBox table tbody td.type{color: #ffffff;background-color: rgba(23,71,150,.6);}
#ticket .priceBox table tbody td:nth-child(1){width: 20%;font-size: .12rem;line-height: 1.4em;}
#ticket .priceBox table tbody td:nth-child(3), #ticket .priceBox table thead th:nth-child(3){border-right: none;}
#ticket .priceBox table td span{font-size: .24rem;font-weight: 900;}
#ticket .ticCaoution{
	position: relative;
	margin: -10px auto 20px auto;
	width: calc(100% - 40px);
	font-size: .12rem;
}
#ticket .price .u22 {
	position: relative;
	margin:80px auto 20px auto;
	padding: 5px 20px 20px 20px;
	border: solid 1px #c4f6ff;
	width: calc(100% - 80px);
	max-width: 600px;
}
#ticket .price .u22 .ttl{
	position: relative;
	margin: -50px auto 15px auto;
	width: calc(100% - 140px);
	max-width: 130px;
}

/* チケットカレンダー */
.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: 0 auto;
	padding-bottom: 20px;
	background-image: url("../img/bg.png");
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: 50% 0;
}
#schedule ul{
	position: relative;
	margin: 30px auto 0 auto;
	width: calc(100% - 70px);
}
#schedule ul li{
	position: relative;
	margin: 0 auto 40px auto;
	padding: 5px;
	background: -webkit-linear-gradient(top, #bda36a, #ffffff, #bda36a);
	background: -o-linear-gradient(top, #bda36a, #ffffff, #bda36a);
	background: linear-gradient(to top, #bda36a, #ffffff, #bda36a);
	z-index: -1;
	box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.6);
}
#schedule ul li .areaWrap{
	position: relative;
	margin: 0 auto;
	padding: 45px 20px 20px 20px;
	background-image: url("../img/bg_ticketBtn.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
	background-color: #120a10;
}
#schedule ul li .area{
	position: relative;
	width: calc(100% - 20px);
	margin: 0 auto;
	font-weight: 900;
	font-size: .16rem;
	text-align: center;
	padding: 3px 0;
	color: #edeb73;
	background-color: #f53131;
	border-radius: 100px;
	box-shadow: 0px 4px 0px 1px rgba(0,0,0,0.7);
}
#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;
	color: #00223f;
}
#schedule ul li .button, #ticket .ticpre .button, #ticket .price a.button{
	position: relative;
	margin: 0 auto 10px auto ;
	display: block;
	width: calc(100% - 60px);
	text-align: center;
	padding: 5px 0;
	color: #ffffff;
	z-index: 5;
	font-weight: 500;
}
#schedule ul li .button.closed{background-color:#A4A4A4;}
#schedule ul li .button.btn_sTicket{background-color:#00223f;}
#schedule ul li .button.btn_sAccess{background-color:#cf0f40;}
#ticket .ticpre a.button, #ticket .price a.button{background-color:#6B3591;margin: 20px auto 10px auto ;}
#schedule ul li .button::after, #ticket .ticpre .button::after, #ticket .price .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%;
}
#ticket .ticpre .button::after, #ticket .price .button::after{transform: rotate(-90deg);}
#schedule ul li .button.closed::after{display: none;}
#schedule ul li .detail{
	position: relative;
	text-align: center;
	padding:  0 5px;
	background-color: #ffffff;
	color: #00223f;
	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: -30px auto 20px auto;}
#schedule ul li .detail .name{
	position: relative;
	margin: 0 auto 10px auto;
	font-size: .15rem;
	font-weight: 900;
	color: #cf0f40;
}
#schedule ul li .detail .map{
	position: relative;
	display: inline-block;
	margin: 10px auto 0 auto;
	color: #ffffff;
	width: auto;
	padding: 2px 15px;
	background-color: #00223f;
	font-size: .12rem;
	font-weight: 500;
}
#schedule .sh.caution{
	position: relative;
	margin: -30px auto 30px auto;
	text-align: center;
}

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

/* goods*/
#goods{
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
}
#goods::before{
	position: absolute;
	bottom:0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background: -webkit-linear-gradient(bottom, #080202, rgba(8,2,2,0));
	background: -o-linear-gradient(bottom, #080202, rgba(8,2,2,0));
	background: linear-gradient(to bottom, rgba(8,2,2,0), #080202);
}
#goods .goodsWrap, #goods .foodWrap{
	position: relative;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
#goods .foodWrap{
	margin: -60px auto 0 auto;
	padding: 95px 0 0 0;
	background-image: url("../img/bg03.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 0;
}
#goods .goodsWrap ul, #goods .foodWrap ul{
	position: relative;
	margin: 20px auto;
	width: calc(100% - 40px);
}
#goods .goodsWrap ul li, #goods .foodWrap ul li{
	position: relative;
	margin-bottom: 40px;
}
#goods ul .goodsImg{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 80px);
}
#goods ul .goodsTxt h3{
	padding: 10px 0;
	border-bottom: solid 1px #ffffff;
	color: #ffffff;
	font-size: .22rem;
	font-weight: 900;
}
#goods ul .goodsTxt .price{text-align: right;padding: 10px 0;}
#goods ul .goodsTxt .price span{
	font-size: .22rem;
	font-weight: 900;
}

/* ----- 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: 60px;}
    header #keyvisual{
        background-image: url("../img/main_pc.jpg");
        padding-top:53.95%;
	}

	/* photo */
	#photo{
		padding: 27px 0;
		background-color: #bf000e;
		background-position: 50% 5px, 50% calc(100% - 5px);
		background-size: 42px auto, 42px auto;
	}

	/* catch */
	#catch{
		background-repeat: repeat-x;
		background-size:auto auto;
		background-position: 50% 100%;
		font-size: .15rem;
	}
	#catch .catch{
		margin: 15px auto 30px auto;
		width: 960px;
	}
	#catch .about{
		margin: 0 auto;
		width: 960px;
		font-size: .18rem;
		padding: 20px 0 80px 0;
	}

	/* covid19*/
	#covid19{
		padding:0 0 180px 0;
	}
	#covid19 .contetsWrap{
		padding: 15px;
		width: 750px;
		text-align: center;
	}
	#covid19 .contetsWrap h3{
		padding-bottom: 40px;
		font-size: .18rem;
	}

	/* スペシャルバナー */
	#bnrLinks{padding: 80px 0;}
	#bnrLinks ul{width: 960px;}
	#bnrLinks ul li{margin: 0 10px 15px 10px; width: 320px;}
	
	/* プレイ形式 */
	#play{padding-bottom: 60px;}
	#play::before{
		bottom:10px;
		height: 120px;
	}
	#play ul{width:  700px;}
	#play ul li p{font-size: .16rem;}
	#play ul li p span{font-size: .13rem;}
	#play ul li img{width:  180px;margin:  0 auto;}

	/* CM */
	#cm{padding: 70px 0;}

	/* ポイント */
	#point{padding-bottom: 60px;}
	#point ul{
		width: 960px;
		align-items: flex-start;
	}
	#point ul li{
		padding: 0;
		width: 270px;
		align-items: flex-start;
	}
	#point ul li .pointImg{width: 160px;margin: 0 auto 10px auto;}
	#point ul li .pointTxt{
		width: 100%;
		font-size: .14rem;
		text-align: center;
	}
	#point ul li .pointTxt .ttl{
		padding:0 0 7px 0;
		font-size: .16rem;
	}
	#point ul li .pointTxt .caution{font-size: .12rem;}

	/* 参加方法 */
	#howto{padding-bottom: 60px;}
	#howto .howtoWrap{margin: 40px auto;}
	#howto ul{
		margin: 0 auto;
		width: 1000px;
	}
	#howto ul li .howtotxt{font-size: .14rem;}
#howto .aboutDgame{
	margin: 0 auto;
	width: 320px;
}

	/* ニュース */
	#news{padding-bottom: 80px;}
	#news .newsBox{
		margin: 40px auto 0 auto;
		 width: 600px;
		transform: translateX(0);
	}
	#news .newsBox ul li{margin:0 auto 15px auto;}
	#news .newsBox ul li .date{font-size: .16rem;}

	/* ストーリー */
	#story{padding: 0 0 60px 0;}
	#story::after{
		bottom: 40px;
		height: 198px;
		background-repeat: no-repeat;
	}
	#story .storyWrap{
		margin: 60px auto;
		padding: 0 0 60px 0;
		width: 960px;
	}
	#story p{padding: 60px 10px 0 10px;}
	#story .more.disp{opacity: 1;height: auto;}
	#story .btn_more{
		margin: 50px auto;
	}
	#story .btn_more::after{
		margin: 5px auto;
		width: 20px;
		height: 20px;
	}

	/* キャラクター */
	#charactor{padding: 40px 0 60px 0;}
	#charactor .chara{width: 520px;}
	#charactor .chara .slick-dots{width: 350px;}
	#charactor .chara .slick-dots li{ width: 160px;margin: 0 5px;}
	#charactor .chara .slick-slide div img{height: 360px; }
	#arrowsC{height: 35px;}
	#charactor .slide-arrow{
		width: 35px;
		height: 35px;
	}
	
	/* チケット */
	#ticket .release{
		background-position: 100% 100%;
		background-size: auto auto;
	}
	#ticket .release ul{
		padding: 40px 0 0 0;
		width: 600px;
	}
	#ticket .release ul.ticpre{margin: 0 auto 60px auto;}
	#ticket .release ul.ticpre li .ttlS{
		margin: 0 auto 20px auto;
		width: 520px;
	}
	#ticket .release ul li{margin: 0 auto 40px auto;}
	#ticket .release ul li .ttlBnr{margin: 30px auto 10px auto;}
	#ticket .release ul li .bnr_scrap{width: 350px;margin: 0 auto 40px auto;}
	#ticket .release .buyticket{
		margin: 40px auto 20px auto;
		width: 350px;
	}

	#ticket .priceBox{
		background-image: url("../img/bg.png");
		background-repeat: repeat-x;
		background-position: 20% 0;
		background-size:auto auto;
	}
	#ticket .priceBox .ttl{
		margin: 0 auto 25px auto;
		width: 340px;
	}
	#ticket .priceBox div{
		margin: 0 auto 50px auto;
		width: 800px;
	}
	#ticket .priceBox table thead th{padding: 8px 0;font-size: .14rem;}
	#ticket .priceBox table tbody td{
		padding: 8px 0;
		font-size: .14rem;
	}
	#ticket .priceBox table tbody td:nth-child(1){font-size: .14rem;}
	#ticket .ticCaoution{
		margin: -40px auto 50px auto;
		width: 800px;
	}
	#ticket .price .u22 {padding: 5px 40px 20px 40px;}
	
	/* schedule */
	#schedule{
		padding-bottom: 60px;
		background-size: auto auto;
		background-position: 50% 0;
	}
	#schedule ul{
		margin: 10px auto 0 auto;
		width: 580px;
	}
	#schedule ul li .areaWrap{padding: 50px 30px 30px 30px;}
	#schedule ul li .area{
		font-size: .22rem;
		padding: 8px 0;
	}
	#schedule ul li .kikan p{
		padding: 25px 0 ;
		font-size: .18rem;
	}
	#schedule ul li .button{
		margin: 0 auto 15px auto ;
		padding: 8px 0;
	}
	#ticket .ticpre .button{width: 360px;padding: 8px 0;}
#ticket .price a.button{width: 420px;padding: 15px 0;font-size: .18rem;margin: 20px auto 40px auto ;}
	#schedule ul li .button::after, #ticket .ticpre .button::after, #ticket .price .button::after{
		right: 8px;
		width: 16px;
	}
	#schedule ul li .detail .name{
		margin: 0 auto 20px auto;
		font-size: .16rem;
	}
	#schedule ul li .detail .map{
		margin: 20px auto 0 auto;
		padding:5px 15px;
		font-size: .14rem;
	}
	#schedule .sh.caution{
		margin: -30px auto 50px auto;
		font-size: .14rem;
	}

	#aboutgame{padding: 45px 0 60px 0;z-index: 1;}
	#aboutgame ul{width:700px;}
	#aboutgame ul li{
		margin: 0 10px;
		padding: 0;
		width: 320px;
	}
	#aboutgame ul li.btn{width: 320px;}

	/* goods*/
	#goods{
		padding-bottom: 60px;
	}
	#goods::before{height:180px;}
	#goods .foodWrap{
		margin: -120px auto 0 auto;
		padding: 175px 0 0 0;
		background-size: auto auto;
		background-position: 100% 0;
	}
	#goods .goodsWrap ul, #goods .foodWrap ul{
		margin: 40px auto;
		width: 960px;
	}
	#goods .goodsWrap ul li, #goods .foodWrap ul li{
		width: calc(50% - 50px);
		margin-bottom: 60px;
	}
	#goods ul .goodsImg{width: 300px;}

	
}