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







/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　パララックス背景　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

body{
	background: #000;
}

.container{
  	background: url("../images/bg.jpg") no-repeat center top / cover;
	background-attachment: fixed;
}


/*

【仮】.container_spもパララックスにする
.container_sp{
	background: none;
}


@media screen and (max-width:990px){
	.container{
		background: none;
	}
	.container_sp{
		background: url("../images/bg.jpg") no-repeat center top / contain;
		background-attachment: fixed;
	}
}

*/



@media screen and (max-width:990px){
	.container{
		background: none;
	}
	.container::before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background:url("../images/bg.jpg") no-repeat center top / contain;
	}
}



/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　パララックス背景　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/



/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　top_mainvisual　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.top_mainvisual{
	position: relative;
	width: 95%;
	height: 100vh;
	margin: 0 auto;
	color: #fff;
}
.top_mainvisual h1{
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.top_mainvisual h1{
	top: 50%;
	left: 50%;
}
.top_mainvisual h1{
	width: 50vw;
	max-width: 740px;
	min-width: 340px;
}

.top_mainvisual h1 img{
	width: 100%;
}


@media screen and (max-width:990px){
	.top_mainvisual h1{
		width: 60vw;
	}
}


/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　top_mainvisual　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/


/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　top_contents1　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.top_contents1{
	width: 95%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	
}
.top_contents1 div{
	font-size: clamp(28px, 4.8vw, 50px);
	margin-bottom: 1em;
	line-height: 1.5;
}
.top_contents1 p{
	font-size: clamp(16px, 2.4vw, 20px);
	line-height: 2;
	
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　top_contents1　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/





/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　共通　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.top_about,
.top_event{
	border-top: 1px solid rgba(255,255,255,0.50);
	padding: 150px 0 150px 0;
}

h2{
	font-size: clamp(22px, 2.4vw, 28px);
	text-align: center;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　共通　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/





/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　top_about　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.top_about{
	margin: 100px auto 0 auto;
	color: #fff;
}
.top_about table{
	width: 95%;
	max-width: 800px;
	margin: 50px auto 0 auto;
	font-size: clamp(16px, 0.85vw, 18px);
}
.top_about table th:nth-child(1){
	width: 200px;
}

@media screen and (max-width:990px){
	.top_about table th:nth-child(1){
		width: 7em;
	}
}


.top_about table th,
.top_about table td{
	padding: 20px 0;
}
.top_about img{
	display: block;
	width: 95%;
	max-width: 850px;
	margin: 0 auto 50px auto;
}
.top_about th{
	font-weight: 400;
}
.top_about table span{
	font-family: 'Hiragino Kaku Gothic Pro W3';
}
.top_about p{
	width: 95%;
	max-width: 900px;
	line-height: 2;
	margin: 100px auto 0 auto;
}
.top_about p span{
	color: red;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: yellow;
	text-decoration-thickness: 1.3em;
	text-underline-offset: -1em;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　top_about　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/






/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　top_event　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/


.top_event{
	margin: 100px auto 0 auto;
	padding-bottom: 50px;
	color: #fff;
}
.top_event h2 + img{
	display: block;
	width: 35%;
	max-width: 240px;
	margin: 20px auto 10px auto;
}
.top_event h3{
	text-align: center;
	font-size: clamp(28px, 4.8vw, 50px);
}

.top_event_gallery{
	width: 100%;
	margin: 20px auto 15px auto;
}
.top_event_gallery img{
	width: 100%;
}
.top_event p{
	width: 95%;
	text-align: center;
	line-height: 2;
	margin: 15px auto 25px auto;
}

.top_event h4{
	margin: 150px auto 25px auto;
	text-align: center;
	font-size: clamp(28px, 4.2vw, 40px);
}

.top_event > ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 1vw;
	
	width: 90%;
	max-width: 1250px;
	margin: 0 auto;
}
.top_event > ul li div{
	margin: 10px auto 35px auto;
	font-size: 18px;
}
.top_event > ul li span{
	font-size: 14px;
}
.top_event > ul li img{
	width: 100%;
}


@media screen and (max-width:990px){
	.top_event > ul{
		display: block;
		max-width: 600px;
	}
}


/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　top_event　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/








/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/



/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/



@media screen and (max-width:990px){
}





@media screen and (max-width:990px){
.P{display: none!important;}}
@media screen and (min-width:991px){
.S{display: none!important;}}

