@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Aoboshi+One&family=Noto+Sans+JP:wght@100..900&family=Zen+Antique+Soft&display=swap');

/* CSS Document */

body {
    width: 100%;
    height: 100%;
    margin: 0;
	color: #fff;
    background: #010106;
    
    font-size: 62.5%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
	line-height: 1.8;
}
a {
	outline: none;
    text-decoration: none;
}
a img {
	border: none;
    outline: none;
}
section, div, span {
    box-sizing: border-box;
}
* img {
    width: 100%;
    height: auto;
    display: block;
}
::selection      { background: #99d90c; color: #000; }
::-moz-selection { background: #99d90c; color: #000; }




/* --------- L O A D I N G --------- */

.PGwrap {
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    pointer-events: none;
    background: rgba(0,0,0,1);
    
    will-change: opacity;
    opacity: 0;
    
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}
body.bd_fade .PGwrap {
    opacity: 1;
}

#load {
    width: 300px;
    height: 300px;
    z-index: 21;
    
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -150px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    pointer-events: none;
    
    will-change: opacity;
    opacity: 1;
    transition: all 0.3s ease-out;
}
#load.fadeout { opacity: 0; visibility: hidden; }

#load::after {
    content: "";
    display: block;
    width: 30%;
    height: 30%;
    background: url("../img/ld-dino.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15% 0 0 -15%;
}
.ld-line {
    width: 50%;
    height: 50%;
    padding: 1px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    border-radius: 50%;
    background: linear-gradient(0deg, rgba(153,217,12,0.1) 33%, rgba(153,217,12,1) 100%);
    animation: loading 0.8s linear infinite;
}
.ld-core {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 50%;
}
@keyframes loading {
    from { transform: rotate(0); }
    to   { transform: rotate(359deg); }
}






/* --------- T O P --------- */

.topPG {
    width: 100%;
	height: auto;
	/*min-height: 100vh;*/
	margin: 0;
	display: block;
	position: relative;
	overflow: hidden;
}
.topPG::after {
    content: "";
	display: block;
	padding-bottom: 76.52%;
}
.topPG figure {
    width: 100%;
	height: 100%;
	margin: 0;
	display: block;
	background: url("../img/bg-top_pc.jpg") no-repeat top center;
	background-size: cover;
	
	position: absolute;
	top: 0;
	left: 0;
}






/* --------- T I C K E T   B T --------- */

.tckBT {
    width: 50px;
	height: 210px;
	background: url("../img/bg-BT.jpg") no-repeat center center;
	background-size: cover;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 5;
	border-radius: 80px;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
	box-shadow: 0px 0px 8px 1px rgba(52,13,106,0.8);
	
	will-change: transform;
	transition: all 0.12s ease-out;
}
.tckBT p {
    display: inline-block;
	margin: 0;
	
	font-size: 1.2rem;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
	line-height: 1em;
	letter-spacing: -0.03em;
	color: #17053f;
    writing-mode: vertical-rl;
	
	will-change: transform;
	transition: all 0.12s ease-out;
}
.tckBT p::after {
    content: "\f0d7";
	display: inline-block;
	font: var(--fa-font-solid);
	margin: 0.2em 0 0 0;
	font-size: 0.9em;
	letter-spacing: 0;
	line-height: 1em;
}
.tckBT:hover {
    transform: translateY(3px);
}
.tckBT:hover p {
    color: #fff;
}



/* --------- M A I N --------- */

.days {
    width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 0 0 80px 0;
	position: relative;
}
.days::after {
    content: "";
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background: linear-gradient(180deg,rgba(29, 12, 67, 1) 0%, rgba(29, 12, 67, 0) 100%);
}
.days span {
    width: min(500px,70%);
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.main-wrap {
    width: min(1000px,80%);
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}
.bg {
    width: 100%;
	height: 100vh;
	display: block;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	background: url("../img/bg2.jpg") no-repeat center center;
	background-size: cover;
	z-index: -2;
}
.bg::before {
	content: "";
    display: block;
    width: 100%;
    height: 30%;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(91, 31, 166, 0) 0%, rgba(91, 31, 166, 0.8) 100%);
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: screen;
}
.cttl {
    width: 100%;
	height: auto;
	display: block;
    padding: 50px 0 0 0;
	margin: 0 0 50px 0;
	
	color: #f9bf13;
}
.cttl h1 {
    width: 100%;
	height: auto;
    display: block;
	margin: 0;
	text-align: center;
	
	font-size: 2.4rem;
	font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
	letter-spacing: 0.08em;
	line-height: 1em;
}
.cttl i {
    width: 250px;
	height: 10px;
	display: block;
	margin: 15px auto;
	background: url("../img/tl-line.png") no-repeat center center;
	background-size: 100% auto;
}
.cttl p {
    width: 100%;
	height: auto;
    display: block;
	margin: 0;
	text-align: center;
	
	font-size: 0.8rem;
	font-family: "Aoboshi One", sans-serif;
    font-weight: 400;
    font-style: normal;
	letter-spacing: 0.4em;
	line-height: 1em;
}

.cont-main {
    width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding-bottom: 80px;
	
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8em;
	color: #fff;
}
.cont-main a {
    display: inline-block;
	margin: 0;
	color: #99d90c;
	position: relative;
	
	will-change: transform;
	transition: all 0.12s ease-out;
}
.cont-main a::before {
    content: "";
    display: block;
	margin: 0;
	width: 100%;
	height: 1px;
	background: #99d90c;
	position: absolute;
	bottom: 0;
	left: 0;
	
	will-change: transform;
	transition: all 0.12s ease-out;
}
.cont-main a:hover {
    transform: translateY(3px);
}
.cont-main a:hover::before {
    transform: scaleX(0) translateY(-3px);;
}






/* --------- A B O U T --------- */

.cont-main.about {
	text-align: center;
}
.about h2 {
    width: 100%;
	height: auto;
    display: block;
	margin: 0 0 1em 0;
	
	font-size: 2.4rem;
	font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
	letter-spacing: 0.07em;
	line-height: 1.25em;
}
.about h2 b {
    display: inline-block;
	margin: 0;
	
	font-size: 0.7em;
    font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5em;
}
.about h2 b i {
    width: 2em;
	height: 1px;
    display: inline-block;
	margin: 0 0.3em 0 0;
	background: #fff;
	transform: translateY(-0.4em);
	
}






/* --------- O V E R  V I E W  +  S C H E D U L E  +  T I C K E T  --------- */

.cont-main.ov {
    width: min(800px,100%);
	margin: 0 auto;
}
.ov section {
    width: auto;
	height: auto;
	margin: 0 auto;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.ctl {
    width: 180px;
	height: calc(1em + 16px);
	margin: 0;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1em;
	color: #000;
	
	background: #fff;
	border-radius: 40px;
}
.ctl.none {
	background: transparent;
}
.ctl.blk {
    color: #fff;
	border: 1px solid #fff;
	background: transparent;
}
.ov span {
    width: calc(100% - 180px);
	height: auto;
	margin: -0.1em 0 25px 0;
	padding: 0 0 0 30px;
	display: block;
	
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8em;
	color: #fff;
}
.ov.ctxt span {
    text-align: inherit;
}
.ov span strong {
    font-size: 1.1em;
    font-weight: 700;
}
.ov span.clm1 {
    width: 100%;
	padding: 0;
	margin: 40px 0 0 0;
}
.ov ul.note {
    padding: 0 0 0 1.5em;
	margin: 0;
}
.ov ul.note li {
    list-style: none;
	position: relative;
	margin: 0 0 0.5em 0;
	
    font-size: 0.8em;
	font-weight: 300;
	letter-spacing: 0.03em;
	line-height: 1.6em;
}
.ov ul.note li::before {
    content: "※";
	display: inline-block;
	margin: 0;
	position: absolute;
	top: 0;
	left: -1.5em;
}

.tckLnk {
    width: 100%;
	height: auto;
	display: block;
	margin: 20px 0 0 0;
	text-align: center;
}
.tckLnk div {
    width: 300px;
	height: 60px;
	margin: 0 auto;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
	background: url("../img/bg-BT.jpg") no-repeat center center;
	background-size: cover;
	border-radius: 50px;
	
	font-size: 1.3em;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
	line-height: 1em;
	letter-spacing: -0.03em;
	color: #17053f;
	
	will-change: transform;
	transition: all 0.12s ease-out;
}
.tckLnk a::before {
    display: none;
}
.tckLnk div p {
    width: 100%;
	height: 100%;
	margin: 0;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1em;
    color: #000;
}
.tckLnk a:hover div {
    color: #fff;
}




/* --------- C A U T I O N --------- */

.caution ul {
    padding: 0 0 0 1.5em;
	margin: 0;
}
.caution ul li {
    list-style: square;
	margin: 0 0 0.5em 0;
	
    font-size: 0.85em;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.6em;
}
.caution ul li.str {
    font-weight: 500;
	color: #f9bf13;
}








/* --------- F O O T E R --------- */

footer {
    width: 100%;
	height: auto;
	margin: 0;
	padding: 50px 0;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
	
	background: #99d90c;
}
footer div {
	display: inline-block;
	margin: 0 10px;
	
	font-size: 0.7rem;
	letter-spacing: 0.02em;
	line-height: 1.4em;
	color: #000;
}
footer span {
    width: 100%;
	height: auto;
    display: block;
	margin: 40px 0 0 0;
	text-align: center;
	
	
    font-size: 0.7rem;
	letter-spacing: 0.02em;
	line-height: 1.4em;
	color: #000;
	
	font-family: canada-type-gibson, sans-serif;
    font-weight: 400;
    font-style: normal;
} 







/* --------- < for SP > --------- */

@media (max-width: 850px), (max-aspect-ratio: 10/9) {


.topPG {
	min-height: inherit;
}
.topPG::after {
	padding-bottom: 126.7%;
}
.topPG figure {
	background: url("../img/bg-top_sp.jpg") no-repeat top center;
	background-size: 100% auto;
}

}









/* --------- < 800px > --------- */

@media (max-width: 800px) {

.cont-main.about {
	text-align: left;
}
.about h2 {
    text-align: center;
	font-size: 2.0rem;
}

.ctl {
    width: 120px;
}
.ov span {
    width: calc(100% - 120px);
}

.tckBT {
	right: 15px;
	bottom: 15px;
}

}







/* --------- < 600px > --------- */

@media (max-width: 600px) {

#load {
    width: 180px;
    height: 180px;
    margin: -90px 0 0 -90px;
}

.main-wrap {
    width: calc(100% - 80px);
}


}




/* --------- < 500px > --------- */

@media (max-width: 500px) {

.days {
	padding: 0 0 20px 0;
}

.main-wrap {
    width: calc(100% - 70px);
    padding: 20px 0 0 0;
}

.cont-main {
	padding-bottom: 40px;

	font-size: 0.8rem;
	letter-spacing: 0.03em;
	line-height: 1.8em;
}

.cttl {
	margin: 0 0 30px 0;
    padding: 20px 0 0 0;
}
.cttl h1 {
	font-size: 1.25rem;
	letter-spacing: 0.06em;
}
.cttl i {
    width: 180px;
	height: 7px;
	margin: 8px auto;
}
.cttl p {
	font-size: 0.7rem;
}

.about h2 {
	margin: 0 0 1em 0;
	
	font-size: 1.15rem;
	letter-spacing: 0.04em;
	line-height: 1.25em;
}
.about h2 b {
	font-size: 0.8em;
	letter-spacing: 0.03em;
}

.ctl {
    width: 130px;
	height: calc(1em + 10px);
	margin: 0 auto 1.2em auto;
	
	font-size: 0.75rem;
	letter-spacing: 0.15em;
}
.ctl.none {
	display: none;
}
.ov span {
    width: 100%;
	margin: 0 0 25px 0;
	padding: 0;

	font-size: 0.8rem;
	font-weight: 400;
	letter-spacing: 0.03em;
}
.ov.ctxt span {
    text-align: center;
}

.tckLnk {
	margin: 5px 0 0 0;
}
.tckLnk div {
    width: 240px;
	height: 45px;
	font-size: 1.2em;
}
.tckLnk div p {
	font-size: 1.3em;
}

.tckBT {
    width: 28px;
	height: 140px;
	right: 8px;
	bottom: 24px;
	border-radius: 40px;
	box-shadow: 0px 0px 5px 0px rgba(52,13,106,0.8);
}
.tckBT p {
	font-size: 0.8rem;
    letter-spacing: -0.04em;
}
.tckBT p::after {
	margin: 0;
}

footer {
	padding: 30px 0;
}
footer div {
	width: 100%;
	height: auto;
    display: block;
	text-align: center;
	margin: 0 0 0.6em 0;
	
	font-size: 0.65rem;
}
footer span {
	margin: 2em 0 0 0;
	
    font-size: 0.65rem;
} 

}







