@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    box-sizing:border-box;
}
 
body {
    line-height:1;
	font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
	color: #120f56;
	letter-spacing:0.1em;
	font-weight: 400;
}

article,aside,details,figcaption,figure,
footer,header,menu,nav,section {
    display:block;
}
 

ol, ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}

table {
    border-collapse:col-lapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

img {
	vertical-align: bottom;
	font-size:0;
	line-height: 0;
	width: 100%;
}
body p{
     line-height: 1.75;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
/*header*/
.headerFix h2{
	opacity: 0.1;
/*    transition: 1s ease 0s;*/
	z-index: -999;
}
/*heroView*/
.heroView {
    position: relative;
    overflow-x: hidden;
    margin: auto;
}
.heroInner {
    display: flex;
    height: 100%;
    position: relative;
}
.heroInner::after {
	width: 1px;
    height: 160px;
    background: #000;
    content: '';
    display: block;
    position: absolute;
    bottom: 8%;
    right: 25px;
    transform: scaleY(0);
    transform-origin: bottom;
    animation: scroll 2s infinite 2s;
}
h2{
/*	transition: 0.7s ease 0.5s;*/
	position: fixed;
	width: auto;
}
h2 img{
	width: 80%;
    margin: 0 auto;
    display: block;
}
.gnavi{
	background: #dd3094;
	padding: 1.5em 0;
}
.gnavi_wrap{
	display: flex;
	max-width: 400px;
	margin: 0 auto;
	justify-content: space-evenly;
}
.gnavi_wrap li a{
	font-family: ccbiffbamboomoutline, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 18px;
}
.gnavi_wrap li a:hover{
	color: #120f56;
}
/*main*/
section{
	max-width: 1200px;
	margin: 0 auto 60px;
	padding: 4%;
	word-wrap: break-word;
}
h3{
	font-family: ccbiffbamboomoutline, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #120f56;
	font-size: 50px;
	text-align: center;
	margin-bottom: 30px;
}

/*schedule*/
.scheduletable{
	border: solid #dd3094 5px;
}
.scheduleHead{
	background: #dd3094;
	color: #fff;
	display: flex;
	padding: 30px 2%;
}
.scheduletable .date{
	width: 16%;
}
.scheduletable .venue{
	width: 40%;
}
.scheduletable .time{
	width: 19%
}
.scheduletable .infomation{
	width: 25%;
}
.scheduletable .schedule-detail li{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dd3094;
	padding: 30px 2%;
	background-color: rgba(255,255,255,0.3);
}
.scheduletable .schedule-detail li .date{
	font-size: 20px;
	font-weight: 800;
}
.scheduletable .schedule-detail li .date span{
	font-size: 12px;
	font-weight: 400;
}
.scheduletable .schedule-detail li .venue, .scheduletable .schedule-detail li .time{
	font-size: 14px;
}
.scheduletable .schedule-detail li .venue span{
	background-color: #120f56;
	color: #fff;
	margin-right: 20px;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	padding: 0 1em;
}
.scheduletable .schedule-detail li .infomation{
	font-size: 12px;
}
.scheduletable .schedule-detail li .infomation a{
	color: #120f56;
}
/*TICKET*/
.price-box{
	margin-bottom: 60px;
}
.price{
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	border-bottom: 1px solid #dd3094;
	padding-bottom: 0.5em;
}
#sec_TICKET .asterisk{
	width: 75%;
	padding: 1em 0 0;
	margin: 0 auto;
}
#sec_TICKET .asterisk li{
	padding-left: 1em;
	font-size: 14px;
	padding-bottom: 0.5em;
}
#sec_TICKET .asterisk li:last-child{
	padding-bottom: 0em;
}
.ticket-sbox-all{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.ticket-sbox{
	border: 1px solid #120f56;
	box-shadow: 2px 4px 4px 4px rgba(18,15,86,0.8);
	max-width: 350px;
	width: 32%;
	text-align: center;
	padding:40px 2%;
	background-color: rgba(255,255,255,0.5);
}
#sec_TICKET h4{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}
.ticket-sbox .ticket-sbox-day{
	font-size: 14px;
	margin-bottom: 20px;
}
.ticket-sbox .reception-finish{
	font-size: 14px;
	color: #dd3094;
	margin-bottom: 20px;
}
.link_btn a{
	background: #dd3094;
	color: #fff;
	display: block;
	max-width: 330px;
	width: 90%;
	font-size: 14px;
	padding: 1.5em 0;
	border-radius: 30px;
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.link_btn a::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1.5em;
	margin-top: -4px;
}
.link_btn a:hover{
	background: #120f56;
}
.ticket-ippan{
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #120f56;
	box-shadow: 2px 4px 4px 4px rgba(18,15,86,0.8);
	padding:40px 2%;
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
}
.ticket-ippan h5{
	background: #120f56;
	padding: 0.8em 1.5em;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 20px;
}
.ticket-ippan ul{
	margin-bottom: 40px;
}
.ticket-ippan ul li{
	margin-bottom: 0.5em;
}
.playguide-btn{
	display: flex;
}
.playguide-btn .link_btn{
	width: 33%;
	margin: 0 auto;
}
/*GOODS*/
.cs{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}
/*covid-box*/
.covid-box p{
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
}
.covid-box .covid-title{
	font-size: 24px;
	font-weight: 700;
}
.covid-box .covid-subtitle{
	font-size: 20px;
	font-weight: 700;
}
.covid-box ul{
	font-size: 14px;
	margin: 0 auto;
	width: 98%;
}
.covid-box ul li{
	margin-bottom: 0.5em;
	position: relative;
}
fotter div{
	background-color:#dd3094;
	padding : 25px;
	color: #fff;
	width: 100%;
	font-size: 12px;
	text-align: center;
}
@media screen and (max-width: 768px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.heroView{
		min-height: 210px;
	}
	h2 img {
		width: 100%;
	}
	#sec_SCHEDULE{
		margin-top: 50px;
	}
	.gnavi_wrap li a{
		font-size: 1.4em;
	}
	.scheduletable .schedule-detail li{
		display: block;
	}
	.scheduletable .schedule-detail li p{
		margin-bottom: 0.3em;
	}
	.scheduletable .schedule-detail li .date{
		width: 100%;
		font-size: 1.8em;
	}
	.scheduletable .schedule-detail li .venue{
		width: 100%;
		font-size: 1.2em;
	}
	.scheduletable .schedule-detail li .time{
		width: 100%;
		font-size: 0.9em;
	}
	.scheduletable .schedule-detail li .infomation{
		width: 100%;
		font-size: 0.9em;
	}
	.scheduletable .schedule-detail li .venue span{
		font-size: 0.8em;
	}
	.scheduletable .schedule-detail li .time::before{
		content: 'open/start';
		margin-right: 10px;
		color: #dd3094;
	}
	#sec_TICKET .asterisk {
		width: 100%;
	}
	.ticket-sbox-all{
		display: block;
	}
	.ticket-sbox{
		width: 100%;
		margin: 0 auto 50px;
		max-width: 1200px;
	}
	
	.ticket-ippan ul li{
		line-height: 1.5em;
	}
	.playguide-btn {
		display: block;
	}
	.playguide-btn .link_btn{
		width: 100%;
		margin: 0 auto 1em;
	}
	.scheduletable .schedule-detail li .date span{
		font-size: 0.7em;
	}
	.headerFix h2{
	width: 100vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}
}