@charset "utf-8";
/* common */
body{
	color: #ffffff;
	font-weight: normal; 
	background-color: #2d020b;
	font-size: min(4.1vw, .15rem);
}

a:link {color: #180426;text-decoration: none;}
a:visited {color: #180426;text-decoration: none;}
a:hover{color: #e1d24f; transition: all .3s ease-out;}

.contents{
	position: relative;
	opacity: 0;
}
.contDisp{animation: fadeIn .5s ease-out .2s 1 normal forwards;}
@keyframes fadeIn {
	0%{opacity: 0;}
	100% { opacity: 1;}
}
.contentsS{
	position: relative;
	opacity: 0;
	transform: translateY(20px);
}
.contDispS{animation: fadeSlide .5s ease .4s 1 normal forwards;}
@keyframes fadeSlide {
	0%{opacity: 0;transform: translateY(20px);}
	100% { opacity: 1;transform: translateY(0);}
}

#wrap{opacity: 0;}
#wrap.display{animation: fadeIn .1s ease 0s 1 normal forwards;}

/* navigation */
#menu{
	position: fixed;
	top:0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 2600;
}
.btn_menu .menu, .btn_menu .close{
	position: absolute;
	top:0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 0;
	cursor: pointer;
}
.btn_menu .menu{z-index: 2602;}
.btn_menu .close{z-index: 2601;}
.btn_menu.disp{opacity: 1;}
.btn_menu .menu.disp{animation: fadeInM .5s  ease-in 0.3s 1 normal forwards;}
.btn_menu .close.disp{animation: fadeInMC .5s  ease-in 0.3s 1 normal forwards;z-index: 2603;}
@keyframes fadeInM {
	0%{opacity: 0;transform: rotate(0deg);}
	100% { opacity: 1;transform: rotate(360deg);}
}
@keyframes fadeInMC {
	0%{opacity: 0;transform: rotate(0deg);}
	100% { opacity: 1;transform: rotate(-360deg);}
}
nav{
	position: fixed;
	top:0;
	left: 0;
	padding: 0;
	height: 100vh;
	height: 100lvh;
	width: 100%;
	background-color: rgba(231,216,182,0.96);
	display: none;
	overflow: hidden;
	z-index: 2500;
}
nav .navWrap{
	position: absolute;
	top:0;
	left:0;
	width: calc(100% + 20px);
	height: 100%;
	overflow-y: auto;
}
nav ul{
	position: absolute;
	top:50%;
	left: calc(50% - 10px);
	transform: translate(-50%, -50%);
	width: 86%;
	max-width: 500px;
}
nav ul li{
	position: relative;
	margin: 0 auto 40px auto;
}
nav ul li a{display: block;}

/* modal */
.opwin{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100lvh;
	display: none;
	z-index: 28000;
	overflow-y: auto;
	background-color: rgba(225,210,79,0.96);
}
.close_win {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	overflow: hidden;
	z-index: 28001;
 }
.btn_win{
	position: absolute;
	top:0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	background-image: url("../img/close.png");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat:no-repeat;
	z-index: 28003 !important;
	cursor: pointer;
}
.modal{
	position: absolute;
	top:30px;
	left:50%;
	width: calc(100% - 80px);
	max-width: 820px;
	height: calc(100vh - 170px);
	overflow: scroll;
	transform: translateX(-50%);
	display: none;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 25px 20px;
	color: #2d020b;
	z-index: 28002;
}
.modal.topM{
	top:50%;
	height: auto;
	transform: translate(-50%, -50%);
}
.modal h2{
	position: relative;
	margin: 0 auto 15px auto;
	padding: 0 20px;
	width: calc(100% - 40px);
	border-bottom: solid 1px;
	font-size: 115%;
	font-weight: bold;
	text-align: center;
	background-image: url("../img/star.png"), url("../img/star.png");
	background-position: 3px 50%, calc(100% - 3px) 50%;
	background-size: 15px auto, 15px auto;
	background-repeat:no-repeat, no-repeat;
}
.modal h2.margin{margin: 50px auto 15px auto;}
.modal h3{
	position: relative;
	margin: 0 auto 5px auto;
	color: #842036;
	font-weight: bold;
	text-align: center;
}
.modal .btnArea{margin: 25px auto;}
.modal .Img{
	position: relative;
	margin: 20px auto 0 auto;
}
.modal .u22logo{
	position: relative;
	margin: 0 auto 20px auto;
	width: 40%;
	max-width: 180px;
}

/* カレンダー */
.calscroll{
	position: relative;
	margin: 40px auto 5px auto;
	width: calc(100% -20px);
	text-align: right;
	font-size: 80%;
}
.btn_cal{
	position: relative;
	margin: 0 auto 10px auto;
	width: calc(100% - 40px);
	gap: 0 5px;
}
.btn_cal li{
	position: relative;
	margin: 0;
	width: calc(33.333% - 5px);
	text-align: center;
	background-color: #a58484;
	color: #695353;
	cursor: pointer;
	font-weight: bold;
	border-radius: 100px;
}
.btn_cal li.active{background-color: #3b0700;color: #ffffff;}
.btn_cal li.active::after{
	position: absolute;
	bottom: -0.9em;
	left: 0;
	content: '\025bc';
	display: block;
	width: 100%;
	text-align: center;
	transform: scale(1, 1.4);
	color: #3b0700;
}
.calender{
	position: relative;
	margin: 0 auto;
	display: none;
	width: 100%;
	overflow: scroll;
}
.calender table{
	position: relative;
	margin: 0 auto;
	border-collapse: collapse !important;
	border-spacing:1px;
	border: solid 1px #3b0700;
}
.calender.active{display: block;}
.calender table tr{position: relative;}
.calender table td{
	position: relative;
	text-align: center;
	min-width: 100px;
	border-top: solid 1px #3b0700;
	border-left: solid 1px #3b0700;
}
.calender table td div{position: relative;width: 100%;}
.calender table tr:last-child td{border-bottom: solid 1px #3b0700;}
.calender table td.noevent{background-color: #C9C9C9; color: #7E7E7E;}
.calender table td.typea{background-color: #FFFCDB;}
.calender table td.typeb{background-color: #FFEBF2;}
.calender table td.typec{background-color: #DBF9FF;}
.calender table td.gray{background-color: #C9C9C9;  color: #7E7E7E;}
.calender table td .mem{
	position: relative;
	margin: 0 auto;
	border-top: dotted 1px #3b0700;
	width: 100%;
	height: 50px;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: auto calc(100% - 4px);
}
.calender table td.typea .mem{background-image: url("../img/type_a.png");}
.calender table td.typeb .mem{background-image: url("../img/type_b.png");}
.calender table td.typec .mem{background-image: url("../img/type_c.png");}
.calender table td.gray .mem{opacity: 0.2;}

.bar{
	position: absolute;
	top:0;
	left: 0;
	background: #AF9546;
	background: linear-gradient(90deg,rgba(175, 149, 70, 1) 0%, rgba(255, 252, 233, 1) 50%, rgba(175, 149, 70, 1) 100%);
	width: 100%;
	height: 4px;
	z-index: 10;
}
.bar::after{
	position: absolute;
	top:7px;
	left: 0;
	background: #AF9546;
	background: linear-gradient(90deg,rgba(175, 149, 70, 1) 0%, rgba(255, 252, 233, 1) 50%, rgba(175, 149, 70, 1) 100%);
	width: 100%;
	height: 1px;
	content: '';
	display: block;
}
.bar.bottom::after{top:auto;bottom: 7px;}

.cautionWrap{
	position: relative;
	margin: 0 auto;
}
.cautionWrap p{
	position: relative;
	margin: 5px auto 0 auto;
	padding-left: 1.1em;
	font-size: 86%;
	line-height: 1.6em;
}
.cautionWrap p::before{
	position: absolute;
	top:0;
	left: 0;
	content: '※';
}

.button{
	position: relative;
	margin: 0 auto;
	padding: 12px;
	width: calc(100% - 20px);
	display: block;
	text-align: center;
	background-color: #e1d24f;
	transition: all .3s ease-out;
	color: #28020a !important;
	border-radius: 7px;
	background-image: url("../img/icon01.png");
	background-repeat: no-repeat;
	background-position: -15px calc(100% - 3px);
	background-size: auto 120%;
	line-height: 1.2em;
}
.button::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
	content: '\025b6';
	font-size: 80%;
	line-height: 1em;
}
.button:hover{opacity: 0.7;}
.button.next::after{transform: rotate(90deg) translateX(-50%);}
.button.white{background-color: #ffffff;background-image: url("../img/icon02.png");}
.button.red{background-color: #842036;color: #ffffff !important;background-image: url("../img/icon06.png");}
.button.soon::after{display: none;}

.ticCautionWrap {
  position: relative;
  margin: 20px auto 0 auto;
  width: calc(100% - 40px);
  max-width: 720px;
}
.ticCautionWrap .btn_ticCaution {
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	transition: all 0.3s ease-out;
	color: #180426 !important;
	background-image: url("../img/icon02.png");
	background-repeat: no-repeat;
	background-position: -15px calc(100% - 3px);
	background-size: auto 120%;
	line-height: 1.2em;
}
.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;
}
.ticCautionWrap .btn_ticCaution.disp::after {transform: translateY(-50%) rotate(180deg);}
.ticCaution {
  position: relative;
  margin: 0 auto;
  font-size: 0.13rem;
  line-height: 1.6em;
  padding: 10px;
  text-align: left;
  display: none;
background-color: #ffffff;
}
.ticCaution p {
	position: relative;
	padding-left: 1.2em;
	padding-bottom: 8px;
	line-height: 1.6em;
	text-align: left;
	color: #180426;
}
.ticCaution p::before {
  position: absolute;
  content: "・";
  left: 0;
}

h2{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 540px;
}

/* ヘッダー */
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.4710%;
}

/* フッター */
footer{
	position: relative;
	margin: 0 auto;
	padding: 20px 0 70px 0;
	background-color: #3d0505;
	background-image: url("../img/bar.png");
	background-repeat: repeat-x;
	background-position: 50% 0;
	background-size: auto 20px;
	text-align: center;
}
footer .light{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/loading/light.png");
	background-repeat: no-repeat;
	background-size: min(100%, 640px) auto;
	background-position: 50% 20px;
	content: '';
	display: block;
	mix-blend-mode:screen;
}
footer .footerH{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/loading/tenmaku.png"), url("../img/maku01.png"), url("../img/maku02.png");
	background-repeat: repeat-x, no-repeat, no-repeat;
	background-size: min(120%, 895px) auto, auto 100%, auto 100%;
	background-position: 50% 19px, 0 19px, 100% 19px;
	content: '';
	display: block;
}
footer ul{
	position: relative;
	margin: 0 auto;
	padding-top: 60px;
	width: calc(100% - 80px);
	max-width: 400px;
	gap: 0 20px;
}
footer ul li{
	position: relative;
	margin: 0;
}
footer ul li:first-child{width: 40%;}
footer ul li:last-child{width: calc(60% - 20px);}
footer .host{
	position: relative;
	margin: 25px auto;
	font-size: 90%;
}
footer .contact{
	position: relative;
	margin: 0 auto;
	font-size: 84%;
	line-height: 1.6em;
}
footer .contact .ttl{
	position: relative;
	margin: 0 auto 5px auto;
	border: solid 1px #ffffff;
	padding: 3px 0;
	line-height: 1em;
	width: 16em;
}
footer .copyright{
	position: relative;
	margin: 25px auto 0 auto;
	font-size: 76%;
	line-height: 1.6em;
}

#ticketBtn{
	position: fixed;
	width: calc(50% - 10px);
	max-width: 200px;
	bottom: -200px;
	right: 2px;
	transition: all .3s ease-out;
    z-index: 1401;	
}
#ticketBtn.disp{bottom: 5px !important;}

#shareBtn{
	position: fixed;
	right: -190px;
	top: 100px;
	width: 40px;
	transition: all .3s ease-out;
    z-index: 1402;	
}
#shareBtn ul{position: relative;}
#shareBtn ul li{margin: 0 0 5px 0;}
#shareBtn.disp{right: 2px !important;}

/* catch */
#catch  {
	position: relative;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background-color: #0a0605;
/*	background-image: url("../img/bg_catch.jpg");
	background-repeat: repeat;
	background-position: 50% 50%;
	background-size: 320px auto;*/
}
#catch .catchTxt{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}
#catch .catchTxt img{
	position: relative;
	margin: 0 auto;
}

/* about */
#about {
	position: relative;
	margin: 0 auto;
	padding: 0 0 50px 0;
	background-image: url("../img/bg01.jpg");
	background-repeat: repeat;
	background-position: 50% 50%;
	background-size: 290px auto;
}
#about .light{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/light.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: min(100%, 387px) auto;
	mix-blend-mode: screen;
}
#about ul{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 1100px;
	gap: 30px 0;
}
#about ul li{
	position: relative;
	margin: 0;
	width: 100%;
	gap: 0;
}
#about ul li .Img{
	position: relative;
	margin: 0;
	width: 30%;
	transform: translateX(-8px);
}
#about ul li .Txt{
	position: relative;
	margin: 0;
	width: 70%;
	padding-top: 0.5em;
}
#about ul li .btnArea{
	position: relative;
	margin: 15px auto 0 auto;
	width: calc(100% - 30px);
}
#about ul li .btnArea .button span{display: block;padding-top: 5px; color: #A80022;font-weight: bold;}
#about ul li .btnArea .button.soon:hover{opacity: 1;}
#about ul li .btnArea .btn{cursor: pointer;}

/* movie */
#movie{
	position: relative;
	margin: 0 auto;
	padding: 45px 0;
	background-image: url("../img/corner01.png"), url("../img/corner02.png"), url("../img/corner03.png"), url("../img/corner04.png"), url("../img/bg02.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
	background-position: 2px 7px, calc(100% - 2px) 7px, 2px calc(100% - 7px), calc(100% - 2px) calc(100% - 7px), 50% 50%;
	background-size: 65px auto, 65px auto, 65px auto, 65px auto, 150px auto;
}
#movie .movieWrap{
	width: calc(100% - 48px);
	border: solid 4px #edbe19;
	box-shadow: -6px 10px 16px -4px rgba(0,0,0,0.6);
}
#movie .movieList{
	position: relative;
	margin: 30px auto 0 auto;
	width: calc(100% - 40px);
	max-width: 740px;
	gap: 10px;
}
#movie .movieList .BtnM{
	position: relative;
	margin: 0;
	border: solid 2px #ffffff;
	background-color: #000000;
	width: calc(50% - 10px);
	text-align: center;
	cursor: pointer;
	line-height: 1.4em;
	box-shadow: -4px 6px 12px -2px rgba(0,0,0,0.6);
}
#movie .movieList .BtnM:hover{opacity: 0.6;}
#movie .movieList .BtnM:hover img{transform:  scale(1.08,1.08);}
#movie .movieList .BtnM.activeM{
	border: solid 2px #28020a;
	background-color: #fffce5;
}
#movie .movieList .BtnM div{
	position: relative;
	margin: 0 auto;
}
#movie .movieList .BtnM div img{opacity: 0.25;}
#movie .movieList .BtnM div::after{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background-image: url("../img/btn_play.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 80%;
}
#movie .movieList .BtnM.activeM div::after{display: none;}
#movie .movieList .BtnM p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	paint-order: stroke;
	color: #ffffff;
	text-stroke: 4px #000000;
	-webkit-text-stroke: #000000 4px;
}
#movie .movieList .BtnM.activeM p{
	color: #321c5a;
	font-weight: bold;
	text-stroke: 4px #ffffff;
	-webkit-text-stroke: #ffffff 4px;
}

/* photo */
#photo {
	position: relative;
	margin: 0 auto;
	padding: 17px 0 12px 0;
	background-color: #492100;
}
#photo .photoWrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.splide__list {height: auto;}

/* intro */
#intro{
	position: relative;
	margin: 0 auto;
	padding: 50px 0 80px 0;
	background-image: url("../img/block01.png"), url("../img/block02.png"), url("../img/block03.png"), url("../img/block04.png"), url("../img/wolf.png"), url("../img/bg03.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
	background-size: 35% auto, 35% auto, 35% auto, 35% auto, 39% auto, 150px auto;
	background-position: 0 4px, 100% 4px, 0 calc(100% - 4px), 100% calc(100% - 4px), 0 100%, 50% 50%;
}
#intro h2{padding-bottom: 45px;}
#intro p{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
	text-align: center;
	line-height: 2em;
	height: 16em;
	overflow: hidden;
	transition: all 0.3s ease-out;
}
#intro p.disp{height: auto;}
#intro .moreBtn{
	position: relative;
	margin:2em auto 0 auto;
	width: 12em;
	padding: 3px 0;
	text-align: center;
	font-size: 96%;
	background-color: rgba(229,217,150,0.2);
	border: solid 1px #ffffff;
	border-radius: 100px;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
#intro .moreBtn:hover{background-color: rgba(243,242,230,0.5);}
#intro .moreBtn::after{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 8px;
	content: '\025bc';
	font-size: 80%;
	display: block;
	z-index: 1000;
	transition: all 0.3s ease-out;
}
#intro .moreBtn.disp::after{transform: translateY(-50%) rotate(-180deg);}

/* chara */
#chara{
	position: relative;
	margin: 0 auto;
	padding: 25px 0 50px 0;
	background-image:url("../img/bg04.jpg");
	background-repeat: repeat;
	background-size: auto 52px;
	background-position: 50% 50%;
}
#chara .charaData{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	height: 0;
	padding-top: 133.125%;
}
#chara .charaWrap{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
#chara .charaWrap.disp{display: block;}
#chara .charaWrap .chara, #chara .charaWrap .chara-1{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
#chara .charaWrap .chara-1{display: none;}
#chara .btn_change{
	position: absolute;
	bottom: -20px;
	left: 10px;
	width: 22%;
	cursor: pointer;
}
#chara .btn_pv{
	position: absolute;
	bottom: -30px;
	right: 10px;
	display: block;
	font-size: 110%;
	width: 10em;
	padding: 7px 0;
	border-radius: 100px;
	background-color: #fffad5;
	text-align: center;
	color: #2c1706;
	font-weight: bold;
	background-image: url("../img/pv.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 8px) 50%;
	background-size: auto 38%;
	cursor: pointer;
}
#chara .charalistWrap {
	position: relative;
	margin: 60px auto 0 auto;
	width: calc(100% - 40px);
	max-width:780px;
}
#chara .charalistWrap .splide__slide div{cursor: pointer;}
#chara .charalistWrap .splide__arrows .splide__arrow--prev {top:40%;left: -20px;transform: rotate(180deg);}
#chara .charalistWrap .splide__arrows .splide__arrow--next {top:40%;right: -20px;}
#chara .charalistWrap .splide__arrow {
	background: transparent;
	border-radius: 0;
	height: 18px;
	width: 18px;
	opacity: 1;
	transform: translateY(0);
}
#chara .charalistWrap .splide__arrow:disabled {opacity: 0;}

/* explanation */
#explanation{
	position: relative;
	margin: 0 auto;
	padding: 45px 0;
	background: #4E141C;
	background: linear-gradient(120deg,rgba(78, 20, 28, 1) 0%, rgba(53, 13, 13, 1) 100%);
}
#explanation::before, #explanation::after{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
}
#explanation::before{
	background-image: url("../img/bg05.jpg");
	background-repeat: repeat;
	background-position:0 50%;
	background-size: 230px auto;
	mix-blend-mode: color-dodge;
}
#explanation::after{
	background-image: url("../img/icon03.png"), url("../img/icon04.png");
	background-repeat: no-repeat, no-repeat;
	background-size: 30% auto, 33% auto;
	background-position: -25px -30px, calc(100% + 20px) calc(100% + 40px);
}
#explanation .flexbox{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 650px;
	gap: 25px 8px;
	z-index: 20;
}
#explanation .flexbox .btn{
	position: relative;
	margin: 0;
	width: calc(50% - 4px);
	cursor: pointer;
}
#explanation .flexbox .bnr{
	position: relative;
	margin: 0;
	width: 100%;
	max-width: 480px;
	display: block;
}

/* play */
#play{
	position: relative;
	margin: 0 auto;
	padding: 45px 0;
	background-image: url("../img/bg_ffotp.png"), url("../img/bg_ffotp01.png"), url("../img/bg01.jpg");
	background-repeat: no-repeat, no-repeat, repeat;
	background-size: 50% auto, 33% auto, 290px auto;
	background-position: 100% 0, 0 100%, 50% 50%;
}
#play h2{padding-bottom: 25px;}
#play ul{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
	max-width: 960px;
	gap: 15px 8px;
}
#play ul li{
	position: relative;
	margin: 0;
	width: calc(33.3333% - 6px);
}
#play .ticCautionWrap{margin: 30px auto 0 auto;}

/* howto */
#howto{
	position: relative;
	margin: 0 auto;
	padding: 45px 0;
	background-image: url("../img/corner01.png"), url("../img/corner02.png"), url("../img/corner03.png"), url("../img/corner04.png"), url("../img/bg02.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
	background-position: 2px 7px, calc(100% - 2px) 7px, 2px calc(100% - 7px), calc(100% - 2px) calc(100% - 7px), 50% 50%;
	background-size: 65px auto, 65px auto, 65px auto, 65px auto, 150px auto;
}
#howto h2{padding-bottom: 25px;}
#howto .howtoWrap {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 60px);
	max-width: 960px;
}
#howto .howtoWrap .splide__arrows .splide__arrow--prev {left: -25px;transform: rotate(180deg);}
#howto .howtoWrap .splide__arrows .splide__arrow--next {right: -25px;}
#howto .howtoWrap .splide__arrow {
	background: transparent;
	border-radius: 0;
	height: 26px;
	width: 26px;
	opacity: 1;
	transform: translateY(0);
}
#howto .howtoWrap .splide__arrow:disabled {opacity: 0;}

#howto .howtoWrap ul li{
	position: relative;
	margin: 0;
	padding: 2px;
	width: 100%;
	display: flex;
	align-items: stretch;
}
#howto .howtoWrap .txtWrap {
	position: relative;
	margin: 0 auto;
	background-color: rgba(125,30,46,0.5);
	border: solid 1.5px;
	border-image: linear-gradient(180deg,rgba(135, 103, 49, 1) 0%, rgba(250, 242, 186, 1) 20%, rgba(132, 99, 45, 1) 50%, rgba(241, 231, 175, 1) 80%, rgba(132, 99, 45, 1) 100%) 1;
	padding: 5px 5px 40px 5px;
	box-sizing: border-box;
	width: calc(100% - 14px);
}
#howto .howtoWrap .txtWrap::before, #howto .howtoWrap .txtWrap::after{
	position: absolute;
	left: 0;
	width: 100%;
	height: 30px;
	content: '';
	display: block;
	background-image: url("../img/star01.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 80px auto;
}
#howto .howtoWrap .txtWrap::before{top: -15px;}
#howto .howtoWrap .txtWrap::after{bottom: -15px;}
#howto .howtoWrap .Img {
	position: relative;
	margin: 0 auto 15px auto;
	border: solid 1px #ffffff;
}
#howto .howtoWrap h3 {
	position: relative;
	margin: 0 auto;
	color: #e1d24f;
	text-align: center;
	line-height: 1.6em;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 15px;
}
#howto .howtoWrap p{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
}
#howto .howtoWrap .button{
	width: calc(100% - 40px);
	margin: 15px auto 0 auto;
	z-index: 100;
}
#howto .txtWrap .cautionWrap{
	position: relative;
	margin: 10px auto 0 auto;
	width: calc(100% - 10px);
}

/* banner */
#banner {
	position: relative;
	margin: 0 auto;
	padding: 25px 0 20px 0;
	background-color: #492100;
}
#banner .threearticles{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 720px;
}
#banner .nazo{
	position: relative;
	margin: 20px auto 0 auto;
	width: calc(100% - 40px);
	max-width: 500px;
	display: block;
}

/* ticket */
#ticket {
	position: relative;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: #4E141C;
	background: linear-gradient(180deg,rgba(78, 20, 28, 1) 0%, rgba(53, 13, 13, 1) 100%);
}
#ticket::before, #ticket::after{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
}
#ticket::before{
	background-image: url("../img/bg05.jpg");
	background-repeat: repeat;
	background-position:0 50%;
	background-size: 230px auto;
	mix-blend-mode: color-dodge;
}
#ticket::after{
	background-image: url("../img/icon03.png"), url("../img/icon04.png"), url("../img/icon04.png");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 30% auto, 33% auto, 30% auto;
	background-position: -20px -25px, calc(100% + 18px) 30%, 0 74%;
}
#ticket h2{margin: 0 auto -20px auto;}
#ticket h3{
	position: relative;
	margin: 50px auto 20px auto;
	width: calc(100% - 40px);
	max-width: 460px;
}
/* 料金 */
#price {
	position: relative;
	margin: 0 auto;
	z-index: 100;
}
#price .priceWrap {
  position: relative;
  margin: 0 auto;
}
#price .priceWrap ul.ticketP {
	position: relative;
	width: 15em;
	max-width: 500px;
	margin: 0 auto;
}
#price .priceWrap ul.ticketP li{
	position: relative;
	margin: 0;
	width: calc(50% - 5px);
	background-color: #3b0700;
	color: #a58484;
	cursor: pointer;
	font-weight: bold;
	border-radius: 100px;
}
#price .priceWrap ul.ticketP li.active{background-color: #ffffff;color: #180426;}
#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: #ffffff;
}
#price .priceWrap ul.ticketP li p{
	position: relative;
	padding: 7px 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% - 42px);
	max-width: 720px;
	display: none;
}
#price .priceWrap .priceBox .table table{
	position: relative;
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse !important;
	border-spacing:1px;
}
#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: min(3vw, 90%);;
	background-color: #e1d24f;
	color: #180426;
	border-left: solid 1px #180426;
}
#price .priceWrap .priceBox table td{
	position: relative;
	width: 36%;
	margin: 10px;
	text-align: center;
	padding: 10px 0;
	font-size:90%;
	border-left: solid 1px #180426;
	vertical-align: middle;
	background-color: #ffffff;
	color: #180426;
}
#price .priceWrap .priceBox table th:first-child, #price .priceWrap .priceBox table td:first-child{border-left: none;}
#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 tbody th{width: 20%;background-color: #ffffff;padding: 10px 2px; height: 2em !important;font-size:min(4vw, 90%);}
#price .priceWrap .priceBox table tbody tr:nth-child(even) th, #price .priceWrap .priceBox table tbody tr:nth-child(even) td{background-color: #F6F6F6;}
#price .priceWrap .priceBox table td.gray{background-color: #D2D2D2 !important;padding: 0 5px;}
#price .tokutenprice{
	position: relative;
	margin: 10px auto 0 auto;
}
#price .tokutenprice table tbody th{width: 30% !important;padding: 10px !important;background-color: #e1d24f !important;}
#price .tokutenprice table td{border-left: none !important;}


#ticket #tokuten{
	position: relative;
	margin:0 auto;
	z-index: 101;
}
#ticket #tokuten .lead{
	position: relative;
	margin: 0 auto;
	text-align: center;
	color: #e1d24f;
}
#ticket #tokuten .Img{
	position: relative;
	margin: 15px auto 10px auto;
	width: calc(100% - 40px);
	max-width: 720px;
	outline: solid 1px #B4A3A3;
	outline-offset: -1px;
	cursor: pointer;
}
#ticket #tokuten .Txt{
	position: relative;
	margin:0 auto;
	width: calc(100% - 40px);
	max-width: 720px;
}
#ticket #tokuten .cautionWrap{margin: 20px auto 0 auto;}
#ticket #tokuten .cautionWrap p{ color: #ffe6d9;}
#ticket .tokutenWrap {
  position: relative;
  margin: 20px auto 0 auto;
  width: calc(100% - 40px);
  max-width: 720px;
}
#ticket .tokutenWrap .btn_tokuten {
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	transition: all 0.3s ease-out;
	color: #180426 !important;
	background-image: url("../img/icon02.png");
	background-repeat: no-repeat;
	background-position: -15px calc(100% - 3px);
	background-size: auto 120%;
	line-height: 1.2em;
}
#ticket .tokutenWrap .btn_tokuten::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 .tokutenWrap .btn_tokuten.disp::after {transform: translateY(-50%) rotate(180deg);}
#ticket .tokutenTxt {
	position: relative;
	margin: 0 auto;
	font-size: 0.13rem;
	line-height: 1.6em;
	padding: 10px 10px 0 10px;
	text-align: left;
	display: none;
	color: #180426;
	background-color: #ffffff;
}
#ticket .tokutenTxt h4{
	position: relative;
	margin: 0 auto 10px auto;
	border-bottom: solid 1px;
	padding: 0 5px 3px 5px;
	font-weight: bold;
}
#ticket .tokutenTxt p {
	position: relative;
	padding-left: 1em;
	padding-bottom: 20px;
	line-height: 1.6em;
	text-align: left;
}

#ticket .u22 {
  position: relative;
  margin: 30px auto 0 auto;
  width: calc(100% - 40px);
  max-width: 720px;
	background-color: #ffffff;
	color: #180426;
}
#ticket .u22 .u22logo{
	position: relative;
	margin: 0 auto;
	width: 100%;
	transform: translateY(-10px);
}
#ticket .u22 .u22logo img{
	position: relative;
	margin: 0 auto;
	width: 30%;
	max-width: 120px;
}
#ticket .u22 p{
	position: relative;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	font-size: 90%;
	line-height: 1.4em;
	width: 100%;
}

#ticket .btn_repeat{
	position: relative;
	margin: 30px auto 0 auto;
	 width: calc(100% - 40px);
	max-width: 720px;
	cursor: pointer;
	z-index: 103;
}

/* release */
#release{
	position: relative;
	margin: 0 auto;
	padding: 0 0 25% 0;
	z-index: 105;
	background-image: url("../img/bg_ticket.png");
	background-repeat: no-repeat;
	background-position:50% 100%;
	background-size: 100% auto;
}
#release h2{margin: 0 auto 5px auto;}
#release .releaseBox{
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 45px;
	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: #e1d24f;
	font-weight: bold;
	border-radius: 100px;
	color: #180426;
}
#release .ttlR span{font-weight: normal;}
#release p{
	position: relative;
	margin: 0 auto;
	font-size: 120%;
}
#release p.caution{font-size: 80%;}
#release a:link{color: #ffffff;}
#release a:visited{color: #ffffff;}
.scraptantei{
	position: relative;
	margin: 15px auto 0 auto;
	font-size: 74%;
	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: 45px 0;
	background-image: url("../img/corner01.png"), url("../img/corner02.png"), url("../img/corner03.png"), url("../img/corner04.png"), url("../img/bg02.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
	background-position: 2px 7px, calc(100% - 2px) 7px, 2px calc(100% - 7px), calc(100% - 2px) calc(100% - 7px), 50% 50%;
	background-size: 65px auto, 65px auto, 65px auto, 65px auto, 150px auto;
	z-index: 300;
}
#schedule h2{padding-bottom: 25px;}
#schedule .lead{
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 15px;
}
#schedule .btnArea{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 480px;
	cursor: pointer;
}
#schedule .scheduleWrap{position: relative;}
#schedule ul.areaList{
	position: relative;
	margin: 45px auto 0 auto;
	width: calc(100% - 40px);
	max-width: 960px;
	z-index: 50;
}
#schedule ul li.contentsS{
	position: relative;
	margin: 0 auto 25px auto;
	color: #ffffff;
	background-color: rgba(125,30,46,0.5);
	border: solid 1.5px;
	border-image: linear-gradient(180deg,rgba(135, 103, 49, 1) 0%, rgba(250, 242, 186, 1) 20%, rgba(132, 99, 45, 1) 50%, rgba(241, 231, 175, 1) 80%, rgba(132, 99, 45, 1) 100%) 1;
	padding: 5px 5px 10px 5px;
	box-sizing: border-box;
	width: calc(100% - 14px);
}
#schedule ul li.contentsS::before, #schedule ul li.contentsS::after{
	position: absolute;
	left: 0;
	width: 100%;
	height: 30px;
	content: '';
	display: block;
	background-image: url("../img/star01.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 80px auto;
}
#schedule ul li.contentsS::before{top: -15px;}
#schedule ul li.contentsS::after{bottom: -15px;}
#schedule ul li .area{
	position: absolute;
	top: 5px;
	left: -25px;
	width:55px;
	padding: 22px 0 14px 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: #28020a;
	text-align: center;
}
#schedule ul li .areaWrap{
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0 20px 0;
}
#schedule ul li .shopname{
	position: relative;
	margin: 0 auto;
	font-weight: 600;
	font-size: 110%;
	color: #e1d24f;
	z-index: 200;
}
#schedule ul li .kikan{
	position: relative;
	margin: 0 auto;
	font-size: 100%;
}
#schedule ul li .btn_yoyaku, .btn_yoyaku_s{
	position: relative;
	margin: 0 auto;
	display: block;
	padding: 12px 0;
	width: calc(100% - 10px);
	text-align: center;
	background-color: #ffffff;
	transition: all .3s ease-out;
	color: #28020a;
	background-image: url("../img/icon02.png");
	background-repeat: no-repeat;
	background-position: -15px calc(100% - 3px);
	background-size: auto 120%;
	line-height: 1.2em;
	z-index: 201;
	cursor: pointer;
}
#schedule ul li .btn_yoyaku::after, .btn_yoyaku_s::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	content: '\025bc';
  display: block;
	font-size: 80%;
	line-height: 1em;
	transition: all .3s ease-out;
}
.btn_yoyaku_s::after{content: '\025b6';}
#schedule ul li .btn_yoyaku.accessClose{background-color: #a29f97;background-image: url("../img/icon05.png");color: #ffffff;}
#schedule ul li .btn_yoyaku.accessClose::after{transform:translateY(-50%) rotate(-180deg);}
#schedule ul li .btn_yoyaku:hover, .btn_yoyaku_s:hover{opacity: 0.7;}
button[type=submit]{position: relative;display: block; border: none;font-size: 100%;}

#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 h3{
	position: relative;
	margin: 30px auto 10px auto;
	width: calc(100% - 5px);
	max-width: 390px;
}
#schedule ul li .detail h4{
	position: relative;
	margin: 30px auto 8px auto;
	color: #fff000;
}
#schedule ul li .areaTxt{
	position: relative;
	margin: 0 auto 20px auto;
	font-size: 86%;
	width: calc(100% - 20px);
	line-height: 1.4em;
}
#schedule ul li .detail .map{
	position: relative;
	margin: 20px auto 0 auto;
	width: calc(100% - 14px);
	height: 200px;
	border: solid 2px #e1d24f;
}
#schedule ul li .detail .map iframe{max-width: 100%;height: 100%;}
#schedule ul li .areaTxt a:link, #schedule ul li .areaTxt a:visited{color: #ffffff;}

#schedule .saledate{
	position: relative;
	margin: 10px auto 40px auto;
	text-align: center;
	gap: 5px 10px;
}
#schedule .saledate p{
	position: relative;
	margin: 0;
	width: 100%;
}
#schedule .saledate p.ttl{font-size: 86%;width: 6em;background-color: #e1d24f;color: #28020a; border-radius: 100px;}
#schedule .links{
	position: relative;
	margin: 30px auto 0 auto;
	width: calc(100% - 40px);
	text-align: center;
}
#schedule .links p{
	position: relative;
	margin: 0 auto;
	padding-bottom: 30px;
}
#schedule .links a{
	position: relative;
	margin: 15px auto 0 auto;
	display: block;
	width: 100%;
	max-width: 420px;
}

/* チケットカレンダー */
.sTicket ul li{background-image: none !important;}
.ticAPI{position: relative;margin: 0 auto;width: calc(100% - 10px);padding: 0;background-color: #ffffff;}
.ticket_api{margin: 0 auto;padding: 0;color: #1b262c;width: 100%; background-color: #e1d24f;}
.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:#5c0f1d;}
.ticketWrap .naviBox ul li.cr .scheduleBox {background: #5c0f1d; 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: #5c0f1d;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}
.ticketWrap .detailsBox .details .other_events a{width: 93%;}

/* precaution */
#precaution {
	position: relative;
	margin: 0 auto;
	padding: 45px 0 25px 0;
	background-color: #492100;
}
#precaution a{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
	display: block;
	max-width: 560px;
}

#precaution .bnrWrap {
	position: relative;
	margin: 20px auto 0 auto;
	width: 100%;
	max-width: 1100px;
	z-index: 104;
}
#precaution .bnrWrap .splide__arrows .splide__arrow--prev {top: 40%;left: -18px;transform: rotate(180deg);}
#precaution .bnrWrap .splide__arrows .splide__arrow--next {top: 40%;right: -18px;}
#precaution .bnrWrap .splide__arrow {
	background: transparent;
	border-radius: 0;
	height: 24px;
	width: 24px;
	opacity: 1;
	transform: translateY(0);
}
#precaution .bnrWrap .splide__arrow:disabled {opacity: 0;}
#precaution .bnrWrap .splide__slide img{outline: solid 1px #B4A3A3; outline-offset: -1px;}


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

	/* common */
	body{font-size: min(5vw, .16rem);}

	/* navigation */
	#menu{
		width: 70px;
		height: 70px;
	}
	.btn_menu .menu, .btn_menu .close{
		width: 70px;
		height: 70px;
	}

	/* modal */
	.btn_win{
		width: 70px;
		height: 70px;
	}
	.modal{
		position: absolute;
		top:50px;
		left:50%;
		width: calc(100% - 80px);
		max-width: 800px;
		height: calc(100vh - 180px);
		border-radius: 20px;
		padding: 40px 70px;
	}
	.modal h2{
		max-width: 740px;
		margin: 0 auto 30px auto;
		padding: 0 30px;
		font-size: 120%;
		background-position: 5px 50%, calc(100% - 5px) 50%;
		background-size: 18px auto, 18px auto;
	}
	.modal h2.margin{margin: 80px auto 30px auto;}
	.modal .btnArea{margin: 30px auto;}
	.modal .Img{max-width: 800px;}


	/* カレンダー */
	.calscroll{
		margin: 40px auto 0 auto;
		transform: translateY(3em);
	}
	.btn_cal{
		margin: 40px auto 10px auto;
		max-width: 400px;
		gap: 0 8px;
	}
	.btn_cal li{
		padding: 3px 0;
		width: calc(33.333% - 7px);
	}
	
	.calender table td{min-width: 110px;}
	.calender table td .mem{height: 55px;}

	.bar{height: 6px;}
	.bar::after{
		top:9px;
		height: 2px;
	}
	.bar.bottom::after{bottom: 9px;}

	.button{
		padding: 15px 30px;
		width: calc(100% - 60px);
	}
	.button::after{right: 12px;}

	.ticCautionWrap {margin: 40px auto 0 auto;}
	.ticCautionWrap .btn_ticCaution {
		padding: 15px 0;
		background-position: -15px calc(100% - 5px);
		background-size: auto 120%;
		line-height: 1.2em;
	}
	.ticCautionWrap .btn_ticCaution::after {right: 15px;}
	.ticCaution {
	  font-size: 0.16rem;
	  line-height: 1.6em;
	  padding: 20px 50px;
	}

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

	/* フッター */
	footer{
		padding: 60px 0 30px 0;
		background-size: auto 25px;
	}
	footer .footerH{
		background-image: url("../img/loading/tenmaku.png");
		background-repeat: repeat-x;
		background-size: min(120%, 895px) auto;
		background-position: 50% 24px;
	}
	footer .footerH01{
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	footer .footerH01::before, footer .footerH01::after{
		position: absolute;
		top: 0;
		width: 10%;
		height: 100%;
		background-repeat: repeat-x;
		content: '';
		display: block;
	}
	footer .footerH01::before{
		left: 0;
		background-image: url("../img/maku01.png");
		background-position: 0 24px;
	}
	footer .footerH01::after{
		right: 0;
		background-image: url("../img/maku02.png");
		background-position: 100% 24px;
	}
	footer ul{
		padding-top: 60px;
		max-width: 400px;
		gap: 0 40px;
	}
	footer ul li:last-child{width: calc(60% - 40px);}
	footer .host{margin: 35px auto;}
	footer .contact .ttl{
		margin: 0 auto 8px auto;
		padding: 5px 0;
		line-height: 1em;
	}
	footer .copyright{margin: 35px auto 0 auto;}

	#ticketBtn{max-width: 240px;}

	#shareBtn{
		top: 120px;
		width: 50px;
	}

	/* catch */
	#catch  {
		background-image: url("../img/bg_catch_pc.jpg");
		background-size: 100% auto;
		background-position: 50% 0;
		background-repeat: repeat-x;
	}
	#catch .catchTxt{max-width: 960px;}

	/* about */
	#about {
		padding: 0 0 80px 0;
		background-size: 320px auto;
	}
	#about h2{max-width: 717px;}
	#about ul{
		margin: -30px auto 0 auto;
		gap: 70px 50px;
	}
	#about ul li{
		width: calc(50% - 25px);
		gap: 0 10px;
	}
	#about ul li .Img{
		width: calc(30% - 10px);
		transform: translateX(0);
	}
	#about ul li .btnArea{
		margin: 10px auto;
		width: calc(100% - 10px);
	}

	/* movie */
	#movie{
		padding: 80px 0;
		background-position: 3px 10px, calc(100% - 3px) 10px, 3px calc(100% - 4px), calc(100% - 3px) calc(100% - 4px), 50% 50%;
		background-size: 123px auto, 123px auto, 123px auto, 123px auto, 300px auto;
	}

	#movie .movieList{margin: 40px auto 0 auto;}
	#movie .movieList .BtnM{width: calc(33% - 10px);}

	/* intro */
	#intro{
		padding:80px 0;
		background-image: url("../img/block01.png"), url("../img/block02.png"), url("../img/block03.png"), url("../img/block04.png"), url("../img/wolf.png"), url("../img/bg03.jpg");
		background-size: 225px auto, 225px auto, 225px auto, 225px auto, 233px auto, 300px auto;
		background-position: 0 4px, 100% 4px, 0 calc(100% - 4px), 100% calc(100% - 4px), 0 100%, 50% 50%;
	}
	#intro p{
		line-height: 2.2em;
		height: 11em;
	}
	#intro p ruby[data-ruby]::before{top:.7em;}
	#intro .moreBtn{margin:4em auto 0 auto;}
	#intro .moreBtn::after{right: 10px;}

	/* chara */
	#chara{
		padding: 50px 0 80px 0;
		background-size: auto 60px;
	}
	#chara .charaData{
		margin: -90px auto 0 auto;
		max-width: 838px;
		padding-top: min(70.88%, 594px);
	}
	#chara .charaData .charaWrap{transform: translateX(-60px);}
	#chara .btn_change{
		bottom: 30px;
		left: 80px;
		width: 12%;
	}
	#chara .btn_pv{
		bottom: 10px;
		right: 10px;
		width: 15em;
		padding: 7px 0;
		background-position: calc(100% - 12px) 50%;
		background-size: auto 40%;
	}
	#chara .charalistWrap {margin:20px auto 0 auto;}
	#chara .charalistWrap .splide__arrows .splide__arrow--prev {top:40%;left: -40px;}
	#chara .charalistWrap .splide__arrows .splide__arrow--next {top:40%;right: -40px;}
	#chara .charalistWrap .splide__arrow {
		height: 28px;
		width: 28px;
	}

	/* explanation */
	#explanation{padding: 60px 0;}
	#explanation::before{background-size: 300px auto;}
	#explanation::after{
		background-size: 195px auto, 208px auto;
		background-position: 2% -30px, 99% calc(100% + 40px);
	}
	#explanation .flexbox{gap: 40px 10px;}
	#explanation .flexbox .btn{width: calc(50% - 5px);}

	/* play */
	#play{
		padding: 80px 0;
		background-size:309px auto, 208px auto, 320px auto;
	}
	#play h2{padding-bottom: 45px;}
	#play ul{gap: 0 30px;}
	#play ul li{width: calc(20% - 30px);}
	#play .ticCautionWrap{margin: 60px auto 0 auto;}

	/* howto */
	#howto{
		padding: 80px 0;
		background-position: 3px 10px, calc(100% - 3px) 10px, 3px calc(100% - 4px), calc(100% - 3px) calc(100% - 4px), 50% 50%;
		background-size: 123px auto, 123px auto, 123px auto, 123px auto, 300px auto;
	}
	#howto h2{padding-bottom: 45px;}
	#howto .howtoWrap ul li{padding: 5px;}
	#howto .howtoWrap .txtWrap::before, #howto .howtoWrap .txtWrap::after{
		height: 100px;
		background-size: 100px auto;
	}
	#howto .howtoWrap .txtWrap::before{top: -50px;}
	#howto .howtoWrap .txtWrap::after{bottom: -50px;}
	#howto .howtoWrap .Img {margin: 0 auto 20px auto;}
	#howto .howtoWrap h3 {
		font-size: 120%;
		padding-bottom: 15px;
	}
	#howto .howtoWrap p{width: calc(100% - 40px);}
	#howto .howtoWrap .button{
		width: calc(100% - 80px);
		margin: 20px auto 0 auto;
	}
	#howto .txtWrap .cautionWrap{
		margin: 15px auto 0 auto;
		width: calc(100% - 20px);
	}

	/* banner */
	#banner {padding: 60px 0 50px 0;}
	#banner .nazo{margin: 40px auto 0 auto;}

	/* ticket */
	#ticket {padding:80px 0 0 0;}
	#ticket::before{background-size: 300px auto;}
	#ticket::after{background-size: 195px auto, 208px auto, 208px auto;}
	#ticket h2{margin: 0 auto -40px auto;}
	#ticket h3{
		margin: 100px auto 40px auto;
		width: calc(100% - 40px);
	}
	/* 料金 */
	#price .priceWrap ul.ticketP {width: 30em;}
	#price .priceWrap ul.ticketP li{width: calc(50% - 10px);}
	#price .priceWrap ul.ticketP li p{
		padding: 10px 0;
		line-height: 1em;
	}
	#price .priceWrap .priceBox .table{margin: 15px auto 0 auto;}
	#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 p{font-size: 100%;line-height: 1.4em;}
	#price .priceWrap .priceBox table tbody th{padding: 15px 2px; height: 2em !important;font-size:100%;}
	#price .tokutenprice{margin: 20px auto 0 auto;}

	#ticket #tokuten .Img{margin: 20px auto 30px auto;}
	#ticket #tokuten .cautionWrap{margin: 40px auto 0 auto;}
	#ticket .tokutenWrap {margin: 40px auto 0 auto;}
	#ticket .tokutenWrap .btn_tokuten {padding: 15px 0;}
	#ticket .tokutenWrap .btn_tokuten::after {right: 15px;}
	#ticket .tokutenTxt {
		font-size: 0.16rem;
		line-height: 1.6em;
		padding: 20px 50px;
	}
	#ticket .tokutenTxt p {padding-bottom: 30px;}

	#ticket .u22 {margin: 40px auto 0 auto;gap: 0;}
	#ticket .u22 .u22logo{margin: 0;width: 160px;transform: translateY(0);}
	#ticket .u22 .u22logo img{width: 80%;}
	#ticket .u22 p{
		margin: 0;
		width: calc(100% - 180px);
		padding: 20px 20px 20px 0;
	}
	
	#ticket .btn_repeat{margin: 50px auto 0 auto;}

	/* release */
	#release{
		padding: 0 0 132px 0;
		background-position:50% calc(100% + 40px);
		background-size: auto auto;
		border-bottom: solid 30px #3c030e;
	}
	#release h2{margin: 0 auto 15px auto;}
	#release .releaseBox{max-width: 500px;}
	#release .releaseBox.margin{margin: 50px auto 0 auto;}
	#release .ttlR{
		margin: 0 auto 20px auto;
		padding: 10px 0;
	}
	.scraptantei{margin: 25px auto 10px auto;}

	/* schedule */
	#schedule{
		padding: 80px 0;
		background-position: 3px 10px, calc(100% - 3px) 10px, 3px calc(100% - 4px), calc(100% - 3px) calc(100% - 4px), 50% 50%;
		background-size: 123px auto, 123px auto, 123px auto, 123px auto, 300px auto;
	}
	#schedule h2{padding-bottom: 45px;}
	#schedule .lead{padding-bottom: 25px;}
	#schedule ul.areaList{margin: 60px auto 0 auto;}
	#schedule ul li.contentsS{
		margin: 0 auto 50px auto;
		padding: 15px 15px 20px 15px;
		width: calc(100% - 34px);
	}
	#schedule ul li.contentsS::before, #schedule ul li.contentsS::after{
		height: 100px;
		background-size: 100px auto;
	}
	#schedule ul li.contentsS::before{top: -50px;}
	#schedule ul li.contentsS::after{bottom: -50px;}
	#schedule ul li .area{
		top: -15px;
		left:10px;
		width:75px;
		padding: 28px 0 18px 0;
	}
	#schedule ul li .area p{font-size:110%;}
	#schedule ul li .areaWrap{padding: 20px 0 25px 0;}
	#schedule ul li .shopname{font-size: 130%;}
	#schedule ul li .kikan{
		margin: 10px auto 0 auto;
		font-size: 110%;
	}
	#schedule ul li .btn_yoyaku, .btn_yoyaku_s{padding: 15px 0;}
	#schedule ul li .btn_yoyaku::after, .btn_yoyaku_s::after{right: 15px;}
	#schedule ul li .detail{width: calc(100% - 80px);margin: 0 auto;}
	#schedule ul li .detail.disp{padding: 0 0 40px 0;}
	#schedule ul li .detail h3{margin: 50px auto 0 auto;}
	#schedule ul li .detail .map{
		margin: 20px auto 0 auto;
		height: 450px;
	}
	
	#schedule .saledate{margin: 0 auto 40px auto;}
	#schedule .saledate p{font-size: 120%; max-width: 20em;}
	#schedule .links{margin: 50px auto 0 auto;}
	#schedule .links a{margin: 20px auto 0 auto;}
	#schedule .links p{padding-bottom: 50px;}

	/* precaution */
	#precaution {padding: 55px 0 45px 0;}
	#precaution a{max-width: 960px;}

	#precaution .bnrWrap {
		margin: 30px auto 0 auto;
		max-width: 400px;
	}
	#precaution .bnrWrap .splide__arrows .splide__arrow--prev {top: calc(50% - 16px);left: -42px;}
	#precaution .bnrWrap .splide__arrows .splide__arrow--next {top: calc(50% - 16px);right: -42px;}
	#precaution .bnrWrap .splide__arrow {
		height: 32px;
		width: 32px;
	}


}

@media screen and (min-width: 850px)  {
	.calscroll{display: none;}
}
@media screen and (max-width: 849px)  {
	.btn_cal{margin: 0 auto 10px auto;}
}
@media screen and (max-height: 450px) and (max-width: 640px)  {
	nav ul{
		top:50px;
		transform: translateX(-50%);
	}
}
@media screen and (max-height: 350px) and (min-width: 641px)  {
	nav ul{
		top:70px;
		transform: translateX(-50%);
	}
}