@charset "UTF-8";

/* CSS Document */

.bg_all {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	background: url(/images/bg.webp);
	background-size: cover;
	z-index: -2;
}

/*====================================

	#fv

====================================*/

#fv {
	width: 100%;
	height: 100svh;
}
#fv .inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#fv .inner img {
	width: 80%;
}

/*====================================

	main

====================================*/

main {
	width: 100%;
	margin: 0 auto;
	background: linear-gradient(
	to bottom,
	rgba(58, 4, 72, 0.5) 0%,
	rgba(60, 70, 187, 0.5) 50%,
	rgba(199, 87, 171, 0.5) 100%
	);
	position: relative;
	z-index: 1;
}

/*====================================

	section

====================================*/

main section {
	scroll-margin-top: 80px;
	padding: 40px 20px;
	background: rgba(0, 0, 0, 0);
}
main section .inner {
	width: 100%;
}
main section .inner .sec_ttl {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}
main section .inner .sec_ttl h2 {
	width: 20px;
	margin: 0 auto;
}
main section .inner .sec_ttl span {
	color: rgba(0, 0, 0, .2);
	font-size: 500%;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: -1;
	display: grid;
	place-items: center;
	height: 100%;
}
main section .inner .sec_content {
}
main section .inner .sec_content ul {
}

/*====================================

    #wp_news

====================================*/

#wp_news {
}
#wp_news .inner {
}
#wp_news .inner .sec_content {
}
#wp_news .inner .sec_content dl {
}
#wp_news .inner .sec_content dl dt {
}
#wp_news .inner .sec_content dl dd {
}
#wp_news .inner .sec_content dl dd h3 {
	color: var(--main-color);
	font-size: 130%;
	margin-bottom: 20px;
}
#wp_news .inner .sec_content dl dd p {
	font-size: 90%;
}
#wp_news .inner .sec_content dl dd p span {
	font-size: 90%;
	display: block;
}

/*====================================

    #wp_schedule

====================================*/

#wp_schedule {
}
#wp_schedule .inner {
}
#wp_schedule .inner .sec_content {
}
#wp_schedule .inner .sec_content ul {
}
#wp_schedule .inner .sec_content ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 20px 0;
}
#wp_schedule .inner .sec_content ul li:last-child {
	border-bottom: none;
}
#wp_schedule .inner .sec_content ul li h3 {
	margin-bottom: 10px;
	font-size: 200%;
	text-align: center;
	width: 100%;
}
#wp_schedule .inner .sec_content ul li h3 span {
	font-size: 50%;
	padding: 0 .2em;
}
#wp_schedule .inner .sec_content ul li dl {
	width: 100%;
	margin-bottom: 10px;
}
#wp_schedule .inner .sec_content ul li dl dt {
	color: var(--main-color);
	font-size: 80%;
	line-height: 1em;
}
#wp_schedule .inner .sec_content ul li dl dt dd {
}

/*====================================

    #wp_ticket

====================================*/

#wp_ticket {
}
#wp_ticket .inner {
}
#wp_ticket .inner .sec_content {
}
#wp_ticket .inner .sec_content .list {
	border: 1px solid rgba(255, 255, 255, .2);
	padding: 10px 20px;
}
#wp_ticket .inner .sec_content .list dl {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 20px 0;
}
#wp_ticket .inner .sec_content .list dl:last-child {
	border-bottom: none;
}
#wp_ticket .inner .sec_content .list dl dt {
	font-size: 120%;
}
#wp_ticket .inner .sec_content .list dl dt span {
	font-size: 70%;
	padding: 0 0 0 1em;
}
#wp_ticket .inner .sec_content .list dl dd {
	text-align: right;
}
#wp_ticket .inner .sec_content .list dl dd span {
	font-size: 200%;
	line-height: 1em;
}
#wp_ticket .inner .sec_content .wp_precautions {
	margin-top: 40px;
}
#wp_ticket .inner .sec_content .wp_precautions h4 {
	color: var(--main-color);
	margin-top: 30px;
}
#wp_ticket .inner .sec_content .wp_precautions p {
	font-size: 80%;
}

/*====================================

    #wp_precautions

====================================*/

#wp_precautions {
	padding: 80px 80px;
}
#wp_precautions .inner {
}

/*====================================

    #bg

====================================*/

#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: url(/images/bg.webp);
    background-size: cover;
    z-index: -10;
    opacity: .4;
}

/*====================================

    .scroll1

====================================*/

.loopSlider {
	height: 150px;
	overflow: hidden;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.loopSlider .loopslider_wrap {
	height: 150px;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}
.loopSlider .loopslider_wrap ul {
	display: -webkit-flex;
	display: flex;
}
.loopSlider .loopslider_wrap ul li{
	width: 200px;
}
.loopSlider_p {
	font-size: 80%;
	text-align: right;
	padding: 0 20px;
}











