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

/*============================================================
	universal reset
============================================================*/

body {
	font-size : 75%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",  "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	color : #5f5f5f;
	text-align : left;
	background-color: #463327;
	width: 100%;
	margin: 0 auto 0 auto;
	background-image: url(../img/og.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, dl, form {
	font-size : 100% ;
	margin : 0 ;
	padding : 0 ;
}
table,td,th{
	font-size : 100%;
	border:none;
	text-align:left;
	vertical-align:top;
}
p{
	font-size : 15px ;
	margin : 0 ;
	padding : 0 ;
	line-height : 1.6;

}
ul,li{
	list-style-type:none;
}
img { border : none ;vertical-align: bottom; }

*:focus {
	outline: 1px dotted #000;
}

.Right_box{float:right;}
.Left_box{float:left;}


/*============================================================
	a link
============================================================*/
a {
	text-decoration : none;
	color : #FFF;
	outline : 0;
}

a:hover {
	text-decoration : none;
	color : #FFF;
	outline : none;
}

a:hover .light {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/*============================================================
	layout
============================================================*/
p.cap{
	padding-left : 1em;
	text-indent : -1em;
}



/*============================================================
	font
============================================================*/
em,address {
	font-style : normal;
}
.tac{
	text-align: center;
}

/* fonts */
.f_min {
font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.f_small {font-size: 90%;}

/* float */
.l {float: left;}
.r {float: right;}

/* clearfix */
.clearfix:after {
	content : "." ;
	display : block ;
	height : 0 ;
	clear : both ;
	visibility : hidden ;
}
.clearfix { display : inline-block ; }
/* Hides from IE-Mac �_*/
*html .clearfix { height : 1% ; }
.clearfix { display : block ; }
/* End hide from IE-mac */

.none {display: none;}

.in, .inBox li, .inBox dd {
	text-indent: -1em;
	padding-left: 1em;
}

.mb10{margin-bottom: 10px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 30px;}
.mb50{margin-bottom: 50px;}
.pb10{padding-bottom: 10px;}
.pb30{padding-bottom: 30px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}
.fwb{font-weight: bold;}

/* wrapper
------------------------------------------*/
.wrapper {
	padding : 0;
	width: 1024px;
	margin: 0px auto;
	position: relative;
}
img.img{
	max-width: 100%;
}

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

h1 {
	height: 600px;
	/*background: url(../img/main_bg.jpg) center top no-repeat;*/
	text-indent: -9999px;
}

#sns{
	position: absolute;
	right: 10px;
	top: 52px;
}
#sns li{
	display: inline-block;
	width: 60px;	
	/*margin-left: 10px;*/
}
#sns li.fb{

}
#sns li.tw{

}
/* main
------------------------------------------*/
#main{
	background: #F6F3EE;
	padding: 50px 0;
}

#totop{
    display: inline-block;
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 100;
}

a.btn{
	display: inline-block;
	width: 300px;
	height: 58px;
	background:#e56968;
	text-align: center;
	border: none;
	margin: 20px auto 0;
	font-size: 13px;
	line-height: 58px;
	border-radius:10px;
}
a.btn:hover{
	background: #fba8a7;
}

/* footer
------------------------------------------*/
#footer {
	padding: 45px 0;
	width: 100%;
	background-color: #a07f70;
	color: #c1c1c1;
	text-align: center;
}
#footer .logo {
	text-align: center;
}
#footer p.copyright {
	margin-top: 15px;
	text-align: center;
    font-size: 11px;
    letter-spacing: 1px;
	color: #fff;
}

/* スマホ用 */
.sp{display:none;}

/* 結果発表　*/
h2{
	text-align: center;
	font-size: 46px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 0 165px;
	color:#967265;
	letter-spacing:0.1em;
	margin-bottom: 50px;
}

h2:before, h2:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 144px;
	height: 1px;
	background-color: #967265;
}

h2:before {left:0;}
h2:after {right: 0;}

#main .gold{
	color: #b28a2d;
}
#main .about{
	text-align: center;
	margin-bottom: 60px; 
}

#main .about .dots{
	color: #967265;
	font-size: 6px;
	letter-spacing:1.2em;
	margin-top:20px; 
}

#main .about p{
	text-align: center;
	color: #664d43;
	font-size: 29px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing:0.1em;
}

#main .winner{
	position: relative;
	padding: 30px;
	background-color: #fff;
	margin-bottom: 40px;
}

#main .winner .img:before{
	content: "";
	position: absolute;
	background-image: url(../img/crown.png);
	background-repeat: no-repeat;
	top: -50px;
	left: -30px;
	width: 103px;
	height: 103px;
}


#main .winner .img{
	float: left;
}

#main .winner .txtbox2{
	float: left;
}
#main .winner .txtbox2 p{
	line-height: 1.3;
	letter-spacing: 0.1em;
}

#main .winner .txtbox2 p:not(:last-child){
	margin-bottom: 15px;	
}
#main .winner .txtbox2 p.ttl{
	font-size: 25px;
	font-weight: bold;	
}

/* スライダー */
#main .contest_img{
	text-align: center;
	font-size: 0;
	width: 50%;
	margin: 0 auto;
}
#main .contest_img li{
	width: 249px;
	display: inline-block;
	padding:0 4px 0 0;
}

#main img.main{
	position: relative;
	top:-25px;
	right: 24px;
}

.sm{display: none}

a.youtube_link {
	display: block;
}

.movie_pc iframe{
	position: absolute;
	top: 150px;
	right: 0;
	width: 53%;
	height: 51%;
}
/* .movie_smd{display: none;} */

@media screen and (min-width:769px) {
    .movie_smd{display: none;}
}
</pre></body></html>