@charset "utf-8";
#header .mv {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid #aaa9a9;
}
#header .mv .place,
#header .mv .date {
	font-weight: 700;
}
#header .mv .date em {
	font-style: normal;
}

@media screen and (min-width:641px) {
	#header {
		position: relative;
	}
	#glnavi {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	#header .mv {
		/*padding-top: min(21vw, 253px);
		height: min(49vw, 588px);*/
		padding-top: min(9.84375vw, 126px);
		aspect-ratio: 1280 / 462 ;
		background-image: 
			url(../img/mv_pc01.png),
			url(../img/mv_pc02.png);
		background-repeat: no-repeat;
		background-position: 0 100%, 100% 100%;
		background-size: auto calc(100% - min(5.859375vw, 60px));
		/*margin-bottom: min(3.515625vw, 45px);*/
	}
	#header .mv h1 {
		/*margin-bottom: min(3.75vw, 45px);*/
		margin-bottom: min(1.640625vw, 21px);
	}
	#header .mv .h1_img {
		/*width: min(71.25vw, 853px);*/
		/*width: min(50vw, 600px);*/
		width: min(48.046875vw, 615px);
	}
	#header .mv .date {
		font-size: clamp(1.1rem, 2.246vw, 2.2rem);
		margin-bottom: min(1.75vw, 21px);
	}
	#header .mv .date em {
		font-size: clamp(1.65rem, 3.368vw, 3.3rem);
	}
	#header .mv .date .mdl {
		font-size: clamp(1.45rem, 2.96vw, 2.9rem);
	}
	#header .mv .place {
		font-size: clamp(1.05rem, 2.144vw, 2.1rem);
	}
}
@media screen and (min-width:1280px) {
	#header .mv {
		height: min(36.09375vw, 462px);
		aspect-ratio: auto;
	}
}
@media screen and (max-width:640px) {
	#header .mv {
		justify-content: center;
		height: min(108vw, 810px);
		background-image: 
			url(../img/mv_sp01.png),
			url(../img/mv_sp02.png);
		background-repeat: no-repeat;
		background-position: 0 0, 0 100%;
		background-size: 100% auto;
	}
	#header .mv .h1_img {
		/*width: min(81.6vw, 612px);*/
		width: min(85.6vw, 642px);
	}
	#header .mv h1 {
		margin-bottom: min(5.6vw, 45px);
	}
	#header .mv .date {
		font-size: clamp(1.25rem, 3.256vw, 2.5rem);
		margin-bottom: min(1.75vw, 21px);
	}
	#header .mv .date em {
		font-size: clamp(1.85rem, 4.818vw, 3.7rem);
	}
	#header .mv .place {
		font-size: clamp(1.15rem, 2.996vw, 2.3rem);
	}
	#header .mv .date br.sp {display: none;}
}
@media screen and (max-width:500px) {
	#header .mv .date br.sp {display: block;}
}

/*section*/
#main .section {
	margin-bottom: min(3.5vw, 40px);
}

@media screen and (max-width:640px) {
	#main .h2_ttl {
		margin-bottom: min(4vw, 30px);
	}
}


/*sns*/
#sns {
	background-color: #daeff8;
	border-radius: min(1.2vw, 9px);
	width: min(88vw, 660px);
	margin: 0 auto min(11.6vw, 87px);
	padding: min(8vw, 60px) min(6.8vw, 51px) min(6.8vw, 51px);
}
#sns .list_sns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sns .li_sns {
	margin-top: min(7.6vw, 57px) ;
	width: min(21.33333333333333vw, 160px);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
#sns .li_sns .img_sns {
	width: 100%;
	display: block;
	border-radius: min(1.2vw, 9px);
}
#sns .li_sns a {
	color: #000;
	text-decoration: none;
	display: block;
}
#sns .li_sns .name_sns {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: clamp(1.25rem, 3.256vw, 2.5rem);
}

@media screen and (min-width:641px) {
	#sns {
		width: min(88vw, 580px);
		padding: min(2vw, 24px) min(1.5vw, 18px);
		margin-bottom: 57px;
	}
	#sns .list_sns {
		flex-wrap: nowrap;
		margin-top: min(2vw, 24px);
	}
	#sns .li_sns {
		width: min(5.4vw, 64px);
		width: calc((100% / 7) - min(1.25vw, 15px));
		margin: 0 min(1.25vw, 15px);
	}
	#sns .li_sns .name_sns {
		font-size: 1rem;
	}
	/*#sns .li_sns a {
		transition: all .3s;
	}
	#sns .li_sns a:hover {
		opacity: .7;
	}*/
}
@media screen and (min-width:768px) {
	#sns .li_sns {
		width: 64px;
		margin: 0 7.5px;
	}
}

/*hover btn*/
#main .section.wp_hvb {
	padding: 0;
	margin-bottom: 0;
	position: relative;
}
.btn_hv {
	position: absolute;
}
.btn_ticket {
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	line-height: 1.85;
	text-align: center;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #c0a11b;
	border-radius: 50%;
	box-shadow:  0px 0px 0px 1px #fff, 0px 0px 0px 5px #c0a11b, 8px 8px 12px 1.1px rgba(9, 2, 4, 0.2);
	position: relative;
	z-index: 1;
}
.btn_ticket._eng {
	font-weight: 400;
	line-height: 1.5;
}
.btn_ticket::after {
	content: '';
	display: block;
	background-color: #fff;
	width: 28px;
	height: 8px;
	margin-top: min(0.46875vw, 6px);
	clip-path: polygon(60% 0, 70% 0, 100% 80%, 100% 100%, 0 100%, 0 80%, 90% 80%);
}


@media screen and (min-width:641px) {
	.btn_ticket {
		font-size: clamp(0.75rem, 1.532vw, 1.5rem);
		width: min(12.3046875vw, 105px);
		height: min(12.3046875vw, 105px);
	}
	.btn_ticket._eng {
		font-size: clamp(1rem, 2.042vw, 2rem);
	}
	.btn_hv {
		left: calc(100% - (min(12.3046875vw, 105px) + 20px));
		top: calc(min(12.3046875vw, 105px) * -0.9);
	}
}
@media screen and (min-width:980px) {
	.btn_ticket {
		font-size: clamp(0.65rem, 1.328vw, 1.3rem);
	}
	.btn_ticket._eng {
		font-size: clamp(0.9rem, 1.838vw, 1.8rem);
	}
}
@media screen and (min-width:1200px) {
	.btn_ticket {
		width: min(8.203125vw, 105px);
		height: min(8.203125vw, 105px);
	}
	.btn_hv {
		left: calc(100% - (min(8.203125vw, 105px) + 20px));
		top: calc(min(8.203125vw, 105px) * -1.1);
	}
}
@media screen and (max-width:640px) {
	.btn_ticket {
		font-size: clamp(1.05rem, 2.736vw, 2.1rem);
		width: min(22vw, 165px);
		height: min(22vw, 165px);
	}
	.btn_ticket._eng {
		font-size: clamp(1.3rem, 3.386vw, 2.6rem);
	}
	.btn_hv {
		left: calc(100% - (min(22vw, 165px) + 20px));
		top: calc(min(22vw, 165px) * -0.8);
	}
}

