@charset "utf-8";
.top_wrap {
	background-image: url(/wp-content/uploads/2025/07/JNqNi7UkMcxP75uFAhP2.png);
	background-size: 100%;
	text-align: center;
	margin: auto;

}
.topvideo {
	position: relative;
	width: 100%;
	height:100%;  
	overflow: hidden;
	background: #000; /* 読み込み前の背景色 */
}

.topvideo video{
	height: 100%;
	width: 100%;
	object-fit: cover;

}


.s2{
	background-image: url(/wp-content/uploads/2025/07/tNMuc8BdhMMsM209D5Vh.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:top;
	margin-top: 0rem;
	padding-top: .75rem;
}
.s2 .ttl1 img{
	width: 11.90rem;
	margin-bottom:.57rem;
}


.bxslider_thumbnail {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	list-style: none;
	width:11.1rem;
	margin:auto;
	padding-top:.4rem;
}

.bxslider_thumbnail > li {

}

.bxslider_thumbnail > li > a {
	display: block;
	position: relative;
	padding-top: 2%;
}

.bxslider_thumbnail > li > a > img {
	width:2.1rem;
}
.bxslider_thumbnail a img {  
	opacity: 0.5;  
	filter: alpha(opacity=50);  
}  
.bxslider_thumbnail a.active img {  
	opacity: 1;  
	filter: alpha(opacity=100);  
}  
.s2 .bx-wrapper {
	background-color:transparent;!important
	margin: 0px auto;
	border: none;
	box-shadow: none;
	width: 11.1rem;
	text-align:center;
	margin: auto;
}
.s2 .bx-wrapper img {
	margin:auto;
	display: block;
	width: 11.1rem;	
}



.s3{
	background-image: url(/wp-content/uploads/2025/07/tNMuc8BdhMMsM209D5Vh.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:top;
	margin-top: .5rem;
	padding-top: .7rem;
}
.s3 .ttl1 img{
	width: 11.90rem;
	margin-bottom:.57rem;
}
.s3 .img1 {
	margin-bottom:.3rem;
}
.s3 .img1 img,.s3 .img2 img {
	width: 11.1rem;
}

.s4{
	background-image: url(/wp-content/uploads/2025/07/tNMuc8BdhMMsM209D5Vh.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:top;
	margin-top: .5rem;
	padding-top: .7rem;
}
.s4 .ttl1 img{
	width: 11.90rem;
	margin-bottom:.57rem;
}
.s4 .img1 img,.s4 .img2 img ,.s4 .img3 img,.s4 .img4 img{
	width: 11.1rem;
}
.s4 .img1 {
	margin-bottom:.4rem;
}
.s4 .img2 ,.s4 .img3,.s4 .img4{
	margin-bottom:.5rem;
}
.s5{
	background-image: url(/wp-content/uploads/2025/07/tNMuc8BdhMMsM209D5Vh.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:top;

	padding-top: .7rem;
}
.s5 .ttl1 img{
	width: 11.90rem;
	margin-bottom:.57rem;
}
.s5 .img1 img,.s5 .img2 img,.s5 .img3 img,.s5 .img4 img,.s5 .img5 img,.s5 .img6 img {
	width: 11.1rem;
}
.s5 .img5 {
	margin-bottom:.6rem;
}
.s5 .img6{
	margin-bottom:.6rem;
}

footer{
	background-image: url(/wp-content/uploads/2025/07/tNMuc8BdhMMsM209D5Vh.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:top;
	padding-top: .16rem;

}
footer img{
	width: 11.90rem;
}




.sa {
	opacity: 0;
	transition: all 1s ease;
}
.sa.show {
	opacity: 1;
	transform: none;
}
.sa--lr {
	transform: translate(-100px, 0);
}
.sa--rl {
	transform: translate(100px, 0);
}
.sa--up {
	transform: translate(0, 100px);
}
.sa--down {
	transform: translate(0, -100px);
}
.sa--scaleUp {
	transform: scale(.5);
}
.sa--scaleDown {
	transform: scale(1.5);
}
.sa--rotateL {
	transform: rotate(180deg);
}
.sa--rotateR {
	transform: rotate(-180deg);
}