@charset "utf-8";
/* 背景 */
.bgWrap{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.bgWrap .bg{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/bg01.png");
	background-repeat: repeat;
	background-size: 380px auto;
	background-position: 50% 0;
	clip-path: polygon(0 0, 100% 70px, 100% 100%, 0 calc(100% - 70px));
	opacity: 0.3;
}
.bgWrap .bg.bgR{clip-path: polygon(0 70px, 100% 0, 100% calc(100% - 70px), 0 100%);}

/* ヘッダー */
header {
	position: relative;
	margin: 0 auto;
}
header #keyvisual {
	position: relative;
	margin: 0 auto;
	background-image: url("../img/main.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	width: 100%;
	height:0;
	padding-top: 141.5625%;
}

/* catch */
#catch  {
	position: relative;
	margin: 0 auto;
	background-image: url("../img/bg_catch.jpg");
	background-repeat: repeat-x;
	background-position: 50% 0;
	background-size: auto 100%;
}
#catch .Txt {
	position: relative;
	margin: 0 auto;
	padding: 25px 0 20px 0;
}
#catch .Txt img{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
	max-width: 608px;
}

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

/* about */
#about{
	position: relative;
	margin: 0 auto -70px auto;
	padding: 70px 0 100px 0;
	clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 calc(100% - 70px));
}
#about h2{margin: 0 auto 5px auto;}
#about .aboutTxt{
	position: relative;
	margin: 20px auto 0 auto;
	width: calc(100% - 30px);
	max-width: 960px;
	color: #ffffff;
}
#about .aboutTxt p{
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 96%;
	line-height: 1.6em;
}
#about .aboutTxt .button{border-radius: 100px;line-height: 1.5em;padding: 8px 0;}
#about .aboutTxt .button::after{display: none;}
#about .aboutWrap{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
#about .aboutWrap::after{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background-color: rgba(27,38,44,0.85);
}

/* ポイント */
#point{
	position: relative;
	margin: 0 auto;
	/*padding: 0; special追加時に戻す*/
	padding: 70px 0;
}
#point h2{margin: 0 auto 5px auto;}
#point .pointWrap{
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
}
#point .pointWrap .splide__arrows .splide__arrow--prev {left: 2px;top:30%;transform: rotate(180deg);}
#point .pointWrap .splide__arrows .splide__arrow--next {right: 2px;top:30%;}
#point .pointWrap .splide__arrow {
	background: transparent;
	border-radius: 0;
	height: 40px;
	width: 40px;
	opacity: 1;
	transform: translateY(0);
	justify-content: flex-end;
}
#point .pointWrap .splide__arrow img{
	width: 28px;
	height: auto;
	left: 0;
}
#point .pointWrap .splide__arrow:disabled {opacity: 0;}
#point .pointWrap ul li{
	position: relative;
	margin: 0;
	padding: 2px;
	width: 100%;
}
#point .pointWrap ul li .Img{
	position: relative;
	margin: 0 auto;
	display: block;
	width: calc(100% - 20px);
}
#point .pointWrap ul li .txt{
	position: relative;
	margin: 0 auto;
	display: block;
	width: calc(100% - 60px);
	text-align: left;
	font-weight: bold;
}


/* SPECIAL */
#special{
	position: relative;
	margin: 0 auto;
	padding: 70px 0 100px 0;
}
#special h2{margin: 0 auto 5px auto;}
#special .bannerWrap{
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
}
#special .bannerWrap .splide__arrows .splide__arrow--prev {left: 2px;top:35%;transform: rotate(180deg);}
#special .bannerWrap .splide__arrows .splide__arrow--next {right: 2px;top:35%;}
#special .bannerWrap .splide__arrow {
	background: transparent;
	border-radius: 0;
	height: 40px;
	width: 40px;
	opacity: 1;
	transform: translateY(0);
	justify-content: flex-end;
}
#special .bannerWrap .splide__arrow img{
	width: 22px;
	height: auto;
	left: 0;
}
#special .bannerWrap .splide__arrow:disabled {opacity: 0;}
#special .bannerWrap ul li{
	position: relative;
	margin: 0;
	padding: 2px;
	width: 100%;
}
#special .bannerWrap ul li .Img{
	position: relative;
	margin: 0 auto;
	display: block;
	width: calc(100% - 50px);
	max-width: 520px;
	border: solid 2px #ffffff;
}

/* ストーリー */
#story {
	position: relative;
	margin: 0 auto;
	padding: 0 0 3em 0;
}
#story h2{margin: 0 auto 25px auto;}
#story p {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
	font-weight: bold;
	font-size: 120%;
	line-height: 1.8em;
	padding-bottom: 2em;
	text-align: center;
	background: linear-gradient(180deg, #1b262c 50%, rgba(27,38,44,0) 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	height: 9em;
	overflow: hidden;
	transition: all 0.3s ease-out;
}
#story p.disp{height: auto;padding-bottom: 3em; background:none;-webkit-background-clip: unset;-webkit-text-fill-color: #1b262c;}
#story .moreBtn{
	position: absolute;
	bottom: -1em;
	left: 50%;
	transform: translateX(-50%);
	width: 10em;
	line-height: 1em;
	padding: 2px 0;
	text-align: center;
	color: #1b262c;
	font-size: 96%;
	border: solid 1px #1b262c;
	cursor: pointer;
	transition: all 0.3s ease-out;
	
}
#story .moreBtn:hover{background-color: rgba(45,45,45,1);color: #ffffff;}

/* プレイ形式 */
#play{
	position: relative;
	margin:0 auto;
	padding: 70px 0;
}
#play h2{margin: 0 auto 10px auto;}
#play ul{
	position: relative;
	margin:0 auto;
	width: calc(100% - 50px);
	max-width: 430px;
	gap: 15px;
}
#play ul li{
	position: relative;
	margin: 0;
	width: calc(50% - 8px);
}

/* 参加方法 */
#howto {
	position: relative;
	margin: 0 auto;
	padding: 10px 0 20px 0;
}
#howto .howtoWrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
#howto .howtoWrap .splide__arrows .splide__arrow--prev {left: 5px;transform: rotate(180deg);}
#howto .howtoWrap .splide__arrows .splide__arrow--next {right:5px;}
#howto .howtoWrap .splide__arrow {
	background: transparent;
	border-radius: 0;
	height: 40px;
	width: 40px;
	opacity: 1;
	transform: translateY(0);
	justify-content: flex-end;
}
#howto .howtoWrap .splide__arrow img{
	width: 28px;
	height: auto;
	left: 0;
}
#howto .howtoWrap .splide__arrow:disabled {opacity: 0;}

#howto .howtoWrap ul li{
	position: relative;
	margin: 0;
	padding: 2px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
#howto .howtoWrap .contWrap {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 80px);
	padding-top: 42px;
	background-repeat: no-repeat;
	background-size: auto 42px;
	background-position: 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
#howto .howtoWrap ul li:nth-child(1) .contWrap{background-image: url("../img/step01.png");}
#howto .howtoWrap ul li:nth-child(2) .contWrap{background-image: url("../img/step02.png");}
#howto .howtoWrap ul li:nth-child(3) .contWrap{background-image: url("../img/step03.png");}
#howto .howtoWrap .txtWrap {
	position: relative;
	margin: 0 auto;
	border: solid 2px #ffffff;
	background-color: rgba(3,53,64,0.5);
	padding: 10px 0 20px 0;
	box-sizing: border-box;
	width: 100%;
	font-size: .17rem;
}
#howto .howtoWrap .Img {
	position: relative;
	margin: 0 auto 20px auto;
	width: calc(100% - 20px);
}
#howto .howtoWrap p{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
	color: #ffffff;
}
#howto .howtoWrap .ttl {
	color: #FDFF00;
	text-align: center;
	line-height: 1.6em;
	font-size: .19rem;
	padding-bottom: 10px;
	font-weight: bold;
}
#howto .howtoWrap .button{
	width: calc(100% - 36px);
	margin: 20px auto 0 auto;
}
#howto .txtWrap .cautionWrap{
	position: relative;
	margin: 10px auto 0 auto;
	width: calc(100% - 10px);
}
#howto .txtWrap .cautionWrap p{
	position: relative;
	font-size: 86%;
	padding-left: 1em;
	line-height: 1.5em;
}
#howto .txtWrap .cautionWrap p::before{
	position: absolute;
	top:0;
	left: 0;
	content: '※';
}
#howto .first{
	position: relative;
	margin: 30px auto 0 auto;
	width: calc(100% - 30px);
	max-width: 800px;
	border: solid 1px #ffffff;
}

#ticket{
	position: relative;
	margin: 0 auto;
	padding: 60px 0;
}
#ticket h2{margin: 0 auto 10px auto;}

/* 料金 */
#price {
	position: relative;
	margin: 0 auto;
}
#price .priceWrap {
  position: relative;
  margin: 0 auto;
}
#price .priceWrap ul.ticketP {
	position: relative;
	width: calc(100% - 80px);
	max-width: 600px;
	margin: 0 auto;
	z-index: 70;
}
#price .priceWrap ul.ticketP li{
	position: relative;
	margin: 0;
	width: calc(50% - 10px);
	background-color: #567c84;
	border: solid 1px #D9F9FF;
	color: #ffffff;
	font-weight: 500;
	cursor: pointer;
}
#price .priceWrap ul.ticketP li.active{background-color: #D9F9FF;color: #1b262c;}
#price .priceWrap ul.ticketP li.active::after{
	position: absolute;
	bottom: -1.1em;
	left: 0;
	content: '\025bc';
	display: block;
	width: 100%;
	text-align: center;
	transform: scale(1, 0.8);
	color: #D9F9FF;
}
#price .priceWrap ul.ticketP li p{
	position: relative;
	padding: 5px 0;
	line-height: 1em;
	text-align: center;
}
#price .priceWrap .priceBox{
	position: relative;
	margin: 0 auto;
}
#price .priceWrap .priceBox .table{
	position: relative;
	margin: 10px auto 0 auto;
	width: calc(100% - 32px);
	display: none;
}
#price .priceWrap .priceBox .table table{
	position: relative;
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse !important;
	border-spacing:1px;
	border: solid 1px #ffffff;
}
#price .priceWrap .priceBox .table.active{display: block;}
#price .priceWrap .priceBox table th{
	position: relative;
	width: 24%;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4em;
	padding: 10px 2px;
	font-size: 80%;
	background-color: #bed2dc;
	color: #053951;
	border-left: solid 1px #ffffff;
}
#price .priceWrap .priceBox table th:first-child{border-left: solid 1px #ffffff;}
#price .priceWrap .priceBox table td{
	position: relative;
	width: 36%;
	margin: 10px;
	text-align: center;
	padding: 10px 0;
	font-size:90%;
	border-right: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	vertical-align: middle;
	background-color: rgba(2,30,32,0.4);
	color: #ffffff;
}
#price .priceWrap .priceBox table td:last-child{border-right: solid 1px #ffffff;}
#price .priceWrap .priceBox table td span{font-size: 160%;font-weight: bold;}
#price .priceWrap .priceBox table td p{font-size: 90%;line-height: 1.4em;}
#price .priceWrap .priceBox table thead th{padding: 5px 0;}
#price .priceWrap .priceBox table tbody th{width: 20%; border-left: solid 1px #ffffff;border-right: solid 1px #ffffff;background-color: #93b1c0;border-top: solid 1px #ffffff;padding: 10px 2px; color: #ffffff;height: calc(2.8em + 10px) !important;font-size:86%;}
#price .priceWrap .priceBox table td.gray{background-color: #D2D2D2;padding: 0 5px;}

#ticket .u22 {
  position: relative;
  margin: 40px auto 10px auto;
  width: calc(100% - 30px);
  max-width: 800px;
  background-color:#D9F9FF;
}
#ticket .u22 .ttlU22 {
  position: relative;
  margin: 0 auto;
  width: 130px;
  transform: translateY(-15px);
}
#ticket .u22 .u22Txt {
  position: relative;
  margin: 10px auto 0 auto;
  padding: 0 20px 20px 20px;
  text-align: left;
	font-size: 90%;
	line-height: 1.5em;
}

#ticket .forkids {
  position: relative;
  margin: 40px auto 10px auto;
  width: calc(100% - 30px);
  max-width: 800px;
  background-color:#D9F9FF;
}
#ticket .forkids .ttlkids {
  position: relative;
  margin: 0 auto;
  width: 180px;
  transform: translateY(-25px);
}
#ticket .forkids .kidsTxt {
  position: relative;
  margin:  -10px auto 0 auto;
  padding: 0 20px 20px 20px;
  text-align: left;
	font-size: 90%;
	line-height: 1.5em;
}

#ticket .ticCautionWrap {
  position: relative;
  margin: 20px auto 0 auto;
  width: calc(100% - 30px);
  max-width: 800px;
}
#ticket .ticCautionWrap .btn_ticCaution {
  position: relative;
  margin: 0 auto;
  background-color: #D9F9FF;
	font-weight: bold;
  text-align: center;
  padding: 5px 30px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
#ticket .ticCautionWrap .btn_ticCaution::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\025bc';
  display: block;
	font-size: 80%;
	line-height: 1em;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
#ticket .ticCautionWrap .btn_ticCaution.disp::after {transform: translateY(-50%) scale(1, -1);}
#ticket .ticCaution {
  position: relative;
  margin: 0 auto;
  font-size: 0.13rem;
  line-height: 1.6em;
  padding: 10px;
  text-align: left;
  display: none;
background-color: #ffffff;
}
#ticket .ticCaution p {
	position: relative;
	padding-left: 1.2em;
	padding-bottom: 8px;
	line-height: 1.6em;
	text-align: left;
	color: #000000;
}
#ticket .ticCaution p::before {
  position: absolute;
  content: "・";
  left: 0;
}
#ticket .ticCaution .cautionWrap{
	width: calc(100% - 2em);
	margin: -10px auto 0 auto;
}
#ticket .ticCaution .cautionWrap p{font-size: 90%;}
#ticket .ticCaution .cautionWrap p::before{content: '※';}
#ticket .ticCaution .repeat{cursor: pointer;}

#ticket .tokuten {
	position: relative;
	margin: 40px auto 0 auto;
	padding-bottom: 30px;
}
#ticket .tokuten h3{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
	max-width: 580px;
}
#ticket .tokuten .Img{
	position: relative;
	margin: 10px auto;
	width: calc(100% - 34px);
	max-width: 800px;
	border: solid 2px #ffffff;
}
#ticket .tokuten .Txt{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
}


/* release */
#release{
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#release h2{margin: 0 auto 5px auto;}
#release .releaseBox{
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
	width: calc(100% - 30px);
	max-width: 610px;
}
#release .releaseBox.margin{margin: 30px auto 0 auto;}
#release .ttlR{
	position: relative;
	margin: 0 auto 10px auto;
	padding: 7px 0;
	line-height: 1em;
	background-color: #9F0005;
	color: #ffffff;
	font-size: 110%;
}
#release p{
	position: relative;
	margin: 0 auto;
}
.scraptantei{
	position: relative;
	margin: 15px auto 20px auto;
	font-size: 80%;
	text-align: center;
}
.scraptantei img{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 60px);
	max-width: 320px;
}

/* schedule */
#schedule{
    position: relative;
    margin: 0 auto;
	padding: 70px 0 90px 0;
}
#schedule h2{margin: 0 auto 15px auto;}

#schedule .scheduleWrap{
	position: relative;
	margin: 0 auto;
}
#schedule ul.areaList{
	position: relative;
	margin:0 auto;
	width: calc(100% - 30px);
	max-width: 960px;
	z-index: 50;
}
#schedule ul li.contents{
	position: relative;
	margin: 0 auto 25px auto;
	border: solid 1px #ffffff;
	background-color: rgba(2,30,32,0.4);
	color: #ffffff;
}
#schedule ul li .badge{
	position: absolute;
	top:5px;
	right: 5px;
	width: 13em;
	padding: 5px 0 3px 0;
	font-size: 80%;
	line-height: 1em;
	background-color: #FF7200;
	text-align: center;
	color: #ffffff;
	border-radius: 100px;
}
#schedule ul li .area{
	position: absolute;
	top: -35px;
	left: -15px;
	width:48px;
	padding: 30px 0;
	background-image: url("../img/area.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
#schedule ul li .area p{
	position: relative;
	color: #ffffff;
	text-align: center;
	font-size: 82%;
	font-weight: bold;
}
#schedule ul li .areaWrap{
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0 25px 0;
}
#schedule ul li .areaWrap.icon{padding: 40px 0 25px 0;}
#schedule ul li .shopname{
	position: relative;
	margin: 0 auto;
	font-weight: 600;
	font-size: 105%;
}
#schedule ul li .kikan{
	position: relative;
	margin: 0 auto;
	font-size: 100%;
}
#schedule ul li .btn_yoyaku{
	position: relative;
	margin: 0 auto;
	display: block;
	background-image: url("../img/bg_sale.png");
	background-position: 50% 50%;
	background-repeat: repeat;
	background-size: auto;
	color: #ffffff;
	padding: 4px 0;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease-out;
}
#schedule ul li .btn_yoyaku::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	content: '\025bc';
  display: block;
	font-size: 80%;
	line-height: 1em;
	color: #ffffff;
	transition: all .3s ease-out;
}
#schedule ul li .btn_yoyaku.accessClose::after{transform:translateY(-50%) rotate(-180deg);}
#schedule ul li .btn_yoyaku:hover{opacity: 0.7;}

#schedule ul li .detail{
	position: relative;
	height: 0;
	padding: 0;
	overflow: hidden;
	 transition: all .8s ease-out;
	text-align: center;
}
#schedule ul li .detail.disp{height: auto;padding: 0 0 20px 0;}
#schedule ul li .detail .ttl{
	position: relative;
	margin: 0 auto 10px auto;
	padding: 7px 0;
	font-weight: 600;
	line-height: 1.5em;
	color: #fff000;
	border-bottom: solid 1px #fff000;
}
#schedule ul li .detail .ttl.margin{margin: 40px auto 20px auto;}
#schedule ul li .ttlS{
	position: relative;
	margin: 20px auto 5px auto;
	font-size: 86%;
	color: #7e1041;
	font-weight: 600;
}
#schedule ul li .areaTxt{
	position: relative;
	margin: 20px auto 0 auto;
	font-size: 86%;
	line-height: 1.4em;
}
#schedule ul li .detail .map{
	position: relative;
	margin: 20px auto 0 auto;
	width: calc(100% - 34px);
	height: 200px;
	border: solid 2px #8c2529;
}
#schedule ul li .detail .map iframe{max-width: 100%;height: 100%;}
#schedule ul li .areaTxt .fontLarge{font-weight: bold;}
#schedule ul li .areaTxt a{color: #ffffff;}
#schedule ul li .detail .btnArea{
	margin: 30px auto 50px auto;
	width: calc(100% - 30px);
	max-width: 600px;
}
#schedule ul li .detail .btnArea .button{max-width: 600px;}
#schedule ul li .detail .btnArea p{padding: 0 0 20px 0;}

/* チケットカレンダー */
.sTicket ul li{background-image: none !important;}
.ticAPI{position: relative;margin: 0 auto;width: 100%;padding: 0;background-color: #ffffff;}
.ticket_api{margin: 0 auto;padding: 0;color: #1b262c;width: 100%; background-color: #8c2529;}
.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{margin: 0 1px !important;border: none;}
.ticketWrap .naviBox ul li .scheduleBox{color:#1b262c;}
.ticketWrap .naviBox ul li.cr .scheduleBox {background: #1b262c; color:#ffffff !important;}
.ticketWrap .naviBox ul li.cr .scheduleBox span span{color:#ffffff !important;}
.ticketWrap .detailsWrap {padding-top: 20px;min-height: 190px;}
.ticketWrap .detailsBox .tit {background-color: #1b262c;font-size: .14rem !important;color:#ffffff !important;}
.ticketWrap .detailsBox .tit p{margin: 0 !important;}
.ticketWrap .detailsBox .tit01 {font-size: .18rem !important;}
.ticketWrap .detailsBox .details h4 {max-width: 100% !important; margin: 30px 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: #7e1041; font-size: .12rem;font-weight: normal;}
.ticketWrap .detailsBox .details a.scrap:after {border-top: solid 1px #7e1041;border-right: solid 1px #7e1041; width: 5px; height: 5px;margin: -3px 0 0 0px;}
.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;}
._scheduler_container{margin-bottom: 0;padding-bottom: 10px;color: #1b262c}

#schedule .soon{
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}

#goods{
	position: relative;
	margin: 0 auto;
}
#goods h2{margin: 0 auto 10px auto;}
#goods .soon{
	position: relative;
	margin: 40px auto;
	width: calc(100% - 30px);
	max-width: 580px;
}

/* FAQ */
#precautions {
  position: relative;
  margin: 0 auto;
  padding:85px 0 70px 0;
}
#precautions .precautionWrap{
	position: relative;
	margin: 0 auto 21px auto;
	width: calc(100% - 30px);
	max-width: 960px;
	background-color: #D9F9FF;
}
#precautions .precautionWrap .ttl{
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
}
#precautions .precautionWrap .ttl img{
	position: relative;
	margin: 0 auto;
	width: 65%;
	max-width: 400px;
}
#precautions .ttl::after{
	position: absolute;
	top:50%;
	right: 12px;
	display: block;
	transition: all .3s ease-out;
	transform: translateY(-50%);
	content: '\025bc';
	font-size: 80%;
	line-height: 1em;
	color: #f34200;
}
#precautions .ttl.disp::after{transform: translateY(-50%) scale(1, -1);}
#precautions .faqWrap{
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .3s ease-out;
	z-index: 9;
}
#precautions .CatTtl{
	position: relative;
	margin: 0 auto;
	padding: 3px 10px;
	width: calc(100% - 45px);
	max-width: 800px;
	text-align: center;
	font-size: 102%;
	font-weight: 600;
	color: #e20b12;
	border-bottom: solid 1px #e20b12;
}
#precautions .CatTtl.marginTop{margin: 10px auto 0 auto;}
#precautions  #limitlist .CatTtl{margin: 10px auto 0 auto;}
#precautions  #limitlist .CatTtl.margin{margin: 30px auto 15px auto;}
#precautions .faqWrap.disp{height: auto !important;padding: 10px 0; margin: 0 auto; }
#precautions  #faq.faqWrap.disp, #precautions  #limitlist.faqWrap.disp {padding: 10px 0 30px 0;}
#precautions .faqWrap dl{position: relative;}
#precautions .faqWrap dl dd{padding: 15px 0;}
#precautions #faq.faqWrap dl dd{padding: 5px 0 0 0;}
#precautions .faqWrap dl dd p, #precautions .faqWrap dl dd div{
	position: relative;
	width: calc(100% - 50px);
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: .8em;
	text-align: left;
	line-height: 1.5em;
}
#precautions .faqWrap dl dd .title{
	position: relative;
	width: calc(100% - 50px);
	margin: 5px auto 0 auto;
	text-align: left;
	font-weight: bold;
}
#precautions #cautionlist.faqWrap dl dd p, #precautions #faq.faqWrap dl dt p, #precautions #faq.faqWrap dl dd p, #precautions #limitlist dd p, #precautions .attWrap p{padding-left: 1.2em;}
#precautions #faq.faqWrap dl dt p{
	position: relative;
	color: #e20b12;
	font-weight: 700;
	text-align: left;
	margin: 0 auto;
	width: calc(100% - 50px);
	max-width: 800px;
	line-height: 1.6em;
}
#precautions #cautionlist.faqWrap dl dd p::before, #precautions #faq.faqWrap dl dt p::before, #precautions #faq.faqWrap dl dd p::before, #precautions #limitlist dd p::before, #precautions .attWrap p::before{
	position: absolute;
	content: '・';
	left: 0;
}
#precautions #faq.faqWrap dl dt p::before{content: 'Q.';}
#precautions #faq.faqWrap dl dd p::before{content: 'A.';}
#precautions .attWrap{margin: 0 auto 10px auto; width: calc(100% - 1.5em) !important;transform: translateX(.5em);}
#precautions .attWrap p::before{content: '※' !important;}
#precautions .attWrap p{font-size: 88% !important;padding-bottom: .2em !important;}
#precautions .attWrap h3{
	padding-bottom: 5px;
	color: #e20b12;
	font-weight: bold;
}

#precautions #limitlist .lead{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 50px);
	max-width: 800px;
}
#precautions  #limitlist dl{margin: 0 auto;width: calc(100% - 10px);padding: 0;}

.btn_realdgame{
	position: relative;
	margin: 20px auto;
	width: calc(100% - 30px);
	max-width: 580px;
}

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

	/* 背景 */
	.bgWrap .bg{
		background-size: 600px auto;
		clip-path: polygon(0 0, 100% 120px, 100% 100%, 0 calc(100% - 120px));
	}
	.bgWrap .bg.bgR{clip-path: polygon(0 120px, 100% 0, 100% calc(100% - 120px), 0 100%);}

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

	/* catch */
	#catch .Txt {padding: 45px 0 30px 0;}
	#catch .Txt img{max-width: 1080px;}

	.btn_schedule{margin: 60px auto 50px auto;}
	
	/* about */
	#about{
		margin: 0 auto -120px auto;
		padding: 120px 0 160px 0;
		clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 calc(100% - 120px));
	}
	#about .aboutTxt{margin: 50px auto 0 auto;}
	#about .aboutTxt p{
		padding-bottom: 40px;
		font-size: 100%;
		line-height: 1.8em;
		text-align: center;
	}
	#about .aboutTxt .button{padding: 14px 0;font-size: 120%;}
	
	/* ポイント */
	#point{padding: 90px 0 150px 0;}
	#point h2{margin: 0 auto 10px auto;}
	#point .pointWrap{max-width: 1100px;}
	#point .pointWrap ul li .Img{width: calc(100% - 20px);}
	#point .pointWrap ul li .txt{
		padding-top: 10px;
		width: calc(100% - 60px);
	}


	/* SPECIAL */
	#special{padding: 70px 0 150px 0;}
	#special h2{margin: 0 auto 10px auto;}
	#special .bannerWrap{max-width: 1000px;}
	#special .bannerWrap .splide__arrows .splide__arrow--prev {left: -40px;top:30%;transform: rotate(180deg);}
	#special .bannerWrap .splide__arrows .splide__arrow--next {right: -40px;top:30%;}
	#special .bannerWrap .splide__arrow {
		height: 50px;
		width: 50px;
	}
	#special .bannerWrap .splide__arrow img{width: 30px;}

	#special .bannerWrap ul li .Img{
		width: calc(100% - 4px);
		max-width: 520px;
		border: solid 2px #ffffff;
	}

	/* ストーリー */
	#story{padding: 0 0 70px 0;}
	#story h2{margin: 0 auto 25px auto;}
	#story p {
		font-size: 140%;
		line-height: 2em;
		padding-bottom: 2em;
		height: 8em;
	}

	/* プレイ形式 */
	#play{padding: 60px 0 120px 0;}
	#play h2{margin: 0 auto 20px auto;}
	#play ul{
		max-width: 740px;
		gap: 15px;
	}
	#play ul li{width: calc(25% - 12px);}

	/* 参加方法 */
	#howto {padding: 0 0 40px 0;}
	#howto .howtoWrap {max-width: 960px;}

	#howto .howtoWrap .contWrap {
		width: calc(100% - 10px);
		padding-top: 47px;
		background-size: auto 47px;
	}
	#howto .howtoWrap .txtWrap {padding: 10px 0 30px 0;}

	#howto .first{
		margin: 40px auto 0 auto;
		border: solid 2px #ffffff;
	}

	#ticket{
		padding: 70px 0 120px 0;
	}
	#ticket h2{margin: 0 auto 25px auto;}

	/* 料金 */
	#price .priceWrap ul.ticketP {max-width: 420px;}
	#price .priceWrap ul.ticketP li p{padding: 8px 0;}
	#price .priceWrap .priceBox .table{
		margin: 10px auto 0 auto;
		max-width: 800px;
	}
	#price .priceWrap .priceBox table th{
		padding: 15px 2px;
		font-size: 100%;
	}
	#price .priceWrap .priceBox table td{
		padding: 15px 0;
		font-size:100%;
	}
	#price .priceWrap .priceBox table td span{font-size: 160%;}
	#price .priceWrap .priceBox table td p{font-size: 100%;}
	#price .priceWrap .priceBox table thead th{padding: 10px 0;}

	#ticket .u22 {margin: 70px auto 10px auto;}
	#ticket .u22 .ttlU22 {
	  width: 150px;
	  transform: translateY(-20px);
	}
	#ticket .u22 .u22Txt {
		margin: 10px auto 0 auto;
		padding: 0 20px 40px 20px;
		text-align: center;
		font-size: 100%;
		line-height: 1.5em;
	}

	#ticket .forkids {margin: 90px auto 0 auto;}
	#ticket .forkids .ttlkids {
	  width: 240px;
	  transform: translateY(-45px);
	}
	#ticket .forkids .kidsTxt {
	  margin: -20px auto 0 auto;
		padding: 0 20px 40px 20px;
		text-align: center;
		font-size: 100%;
		line-height: 1.5em;
	}

	#ticket .ticCautionWrap {margin: 40px auto 0 auto;}
	#ticket .ticCautionWrap .btn_ticCaution {padding: 15px 30px;}
	#ticket .ticCautionWrap .btn_ticCaution::after {
	  right: 20px;
	  width: 13px;
	  height: 15px;
	}
	#ticket .ticCaution {
	  font-size: 90%;
	  line-height: 1.6em;
	  padding: 10px 30px 30px 30px;
	}

	#ticket .tokuten {
		margin: 70px auto 0 auto;
		padding-bottom:60px;
	}
	#ticket .tokuten .Img{
		margin: 15px auto;
		width: calc(100% - 36px);
		border: solid 3px #ffffff;
	}
	#ticket .tokuten .Txt{max-width: 600px;text-align: center;}

	/* release */
	#release{margin: -40px auto 0 auto;}
	#release h2{margin: 0 auto 15px auto;}
	#release .releaseBox{max-width: 800px;}
	#release .releaseBox.margin{margin: 45px auto 0 auto;}
	.scraptantei{font-size: 86%;}

	/* schedule */
	#schedule{padding: 50px 0 170px 0;}
	#schedule h2{margin: 0 auto 30px auto;}

	#schedule ul li.contents{
		margin: 0 auto 35px auto;
		border: solid 2px #ffffff;
	}
	#schedule ul li .badge{
		top:10px;
		right: 10px;
		font-size: 96%;
		width: 13em;
		line-height: 1em;
		padding: 8px 0 7px 0;
	}
	#schedule ul li .area{
		position: absolute;
		top: 15px;
		left: 10px;
		width:95px;
		padding: 30px 0;
	}
	#schedule ul li .area p{font-size: 105%;}
	#schedule ul li .shopname{font-size: 115%;}
	#schedule ul li .kikan{
		margin: 10px auto 0 auto;
		font-size: 100%;
	}
	#schedule ul li .btn_yoyaku{padding: 8px 0;}
	#schedule ul li .btn_yoyaku::after{
		right: 20px;
		width: 12px;
		height: 14px;
	}

	#schedule ul li .detail.disp{padding: 0 0 40px 0;}
	#schedule ul li .areaTxt{
		margin: 40px auto 0 auto;
		font-size: 86%;
		line-height: 1.8em;
	}
	#schedule ul li .detail .map{
		margin: 40px auto 0 auto;
		max-width: 880px;
		height: 450px;
		border: solid 3px #8c2529;
	}
	#schedule ul li .detail .btnArea{
		padding: 20px 0;
		font-size: 120%;
	}
	#schedule ul li .detail .btnArea .button{padding: 20px 0;}


	#goods{margin: -20px auto 0 auto;}
	#goods h2{margin: 0 auto 30px auto;}
	#goods .soon{max-width: 470px;}

	/* FAQ */
	#precautions {padding:120px 0;}
	#precautions .precautionWrap{margin: 0 auto 20px auto;}
	#precautions .precautionWrap .ttl{padding: 15px 0;}
	#precautions .precautionWrap .ttl img{max-width: 320px;}
	#precautions .ttl::after{;
		right: 22px;
		height: 18px;
		width: 15px;
	}
	#precautions .CatTtl{
		padding: 5px 10px;
		font-size: 110%;
		border-bottom: solid 1px #e20b12;
	}
	#precautions .CatTtl.marginTop{margin: 20px auto 0 auto;}
	#precautions  #limitlist .CatTtl{margin: 20px auto 5px auto;}
	#precautions  #limitlist .CatTtl.margin{margin: 40px auto 5px auto;}
	#precautions .faqWrap.disp{padding: 20px 0;}
	#precautions  #faq.faqWrap.disp, #precautions  #limitlist.faqWrap.disp {padding: 10px 0 40px 0;}

	.btn_realdgame{
		margin: 20px auto 90px auto;
		max-width: 400px;
	}

}
