<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 
------------------------------------------*/
body{
	background-image: none;
}
.wrapper {
	width: 100%;
}
p{
	font-size: 12px;
}
img{
	max-width: 100%;
	height: auto;
}


/* 
------------------------------------------*/
#header {
	background: url(../img/main_bg_01.jpg) center top;
}

h1 {
	height: auto;
	background-size: 55% auto;
	background: url(../img/main_bg_01.jpg) center top;
	text-indent: 0;
}

h1 img{
	width: 100%;
}

#header p{
	width: 90%;
	margin: 0 auto;
}
#sns{
	text-align: center;
	top: 10px;
	width: 100%;
	position: relative;
}
#sns li{margin: 0px 4px;width: 20%;}

/* main
------------------------------------------*/
#main{
	padding: inherit;
	position: relative;
	padding-bottom: 50px;
}

#totop{
    bottom:120px;
}


/* footer
------------------------------------------*/
#footer .logo {
	float: none;
	margin: 0 auto;
}
#footer ul{
	float: none;
	padding-top: 10px;
	margin: 0 auto;
	display: block;
}
#footer ul li{
	margin-bottom: 10px;
	display: block;
}
#footer ul li a{
	margin: 0 auto;
	float: none;
}
#footer p.copyright {
	text-align: center;
	font-size: 8px;
}


/*結果発表 */
h2{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 150%;
	padding: 0 35px;	
}

h2:before, h2:after{
	width: 20%;		
}
#main .about p{
	font-size: 110%;
}
#main .about,
#main .winner{
	margin-bottom: 20px;
}

#main .winner .img:before{
	content: "";
	position: absolute;
	background-image: url(../img/crown.png);
	background-repeat: no-repeat;
	top: -5%;
	left: 0;
	width: 203px;
	height: 203px;
}
@media screen and (max-width:375px) {
	 #main .winner .img:before{
		top: -6%;
		left: 0;
		width: 103px;
		height: 103px;
	}

}

#main .winner .txtbox2 p.ttl{
	font-size: 100%;	
}


/* sp/pc表示切り替え */
.sp{
	display:inline-block;
	margin-bottom: inherit;
}

.pc{display:none;}
.sm{display: inherit;width: 100%;}

#main .result .txtbox{
	width: 100%;
	height: auto;
	position: relative;
	padding:20px 0;
}

#main .winner .img img{
	width: 100%;
	margin-bottom: 20px;
}
#main .winner .img,
#main .winner .txtbox2{
	float: none;
}
#main .contest_img{
	width: 100%;
}
#main .contest_img li{
	width: 100%;
}

#main .contest_img .slick-dots li{
	width: 20px;
}

/* スライダー　*/
.slick-slide img{width: 100%}



a.youtube_link {
	display: block;
}



/* youtube */
.movie_pc{display: none;}
.movie_sm{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie_sm iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
</pre></body></html>