<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.pc { display: block !important; }
.sp { display: none !important; }
.page .wrap {
	padding: 0 0 100px 0;
}
.page .wrap h2 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 50px 0;
}
.arasuji_bg {
	position: absolute;
	top: -110px;
	left: 20%;
}
#douga .douga_in {
	padding: 0 0 50px 0;
}
#douga p.douga_in img {
	width: 100%;
}
.yu {
	position: relative;
	padding-top: 56.25%; /* 9÷16×100 */
	margin: 0 0 50px 0;
}
.yu iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page {
	padding: 0;
	background: url(../images/bg.gif) repeat;
	font-family: 'Noto Sans JP', sans-serif !important;
}
.page_header img {
	margin: 0 auto;
	padding: 0 0 100px 0;
	width: 100%;
	background-image: url(../images/bg.gif);
	display: block;
}
#main {
	max-width: 1080px;
	padding: 0 100px;
	margin: 0 auto;
}
.wrap img {
	width:  50%;
}
.arasuji_bg img {
	width:  80%;
}
#character {
	background: url(../images/ttl_character_bg.png) no-repeat;
	background-position: top 30px left 170px;
}
.character_in img {
	width: 100%;
}
.footer {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5rem 0 5rem;
}
.br_s {
	display: none;
}

@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
	#main{
	padding: 0 50px;
	margin: 0 auto;
}
.page .wrap h2 img {
	width: 80%;
}
.arasuji_bg {
	left: -10%;
}
#character {
	background-position: top 10px left 10px;
	background-size: 130px;
}
}


/*===============================================
●smart.css  画面の横幅が1024まで
===============================================*/
@media screen and (max-width:1024px) {

.footer {
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
	padding: 5rem 2rem 0rem;
	background-image: url(../images/bg.jpg);
	background-size: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
.footer img {
	margin-bottom: 1rem;
}
}

@media screen and (min-width:1300px) and ( max-width:1550px) {
.page_header {
	margin: 0 auto;
	background-image: url(../images/main.png);
	background-size: 100%;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
}
}
</pre></body></html>