<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*--------------------------------------------------------------------
=== [レスポンシブ] ====================================
 -------------------------------------------------------------------*/
.pcHide {
display: none;
}

.spHide {
display: block;
}

@media (max-width: 750px){
	
.pcHide {
display: block;
}

.spHide {
display: none;
}

#main h2{
	font-size: 6.4vw;
	margin-bottom: 13.33vw;
	font-weight: bold;
	color: #cc0066;	
}

	
#main h3 {
	font-size: 6.4vw;
	margin-bottom: 5vw;
}
#main h4 {
	font-size: 5.5vw;
	margin-bottom: 2.5vw;
}

#main .txt {
    font-size: 4.26vw;
}

#main .sec01 {
	overflow: hidden;
	margin-bottom: 16vw;
	margin-top: 16vw;
}
#main .sec01 figure{
    width: 100%;
    height: calc( 83.33vw * ( 9 / 16 ));
    overflow: hidden;
    position: relative;
}
#main .sec01 figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

#main .sec01 .left {
	width: 100%;
	float: none;
}

#main .sec01 .right {
	float: none;
	width: 100%;
	margin-top: 20px;
}
	
	#main .sec01 .right iframe {
		height: auto;
	}

	
#main .sec02 ul {
	display: block;
	padding: 0 5vw;
}

#main .sec02 ul li {
	width: 100%;
}
	
#main .sec02 {
	margin-bottom: 16vw;
}
	

#main .sec03 .txtBox,
#main .sec04 .txtBox {
	overflow: hidden;
	margin-bottom: 0px;
}

/* #main .sec03 .txtBox .txt,
#main .sec04 .txtBox .txt {
	float: none;
	width: 100%;
} */

#main .sec03 .txtBox .img,
#main .sec04 .txtBox .img {
	width: 100%;
	float: none;
	margin: 10.66vw 0;
}

#main .sec03,#main .sec04 {
		padding-bottom: 26vw;
	}
	
footer img {
	width: 48vw;
}
	
	
}</pre></body></html>