@charset "UTF-8";
/* *****font***** */
@font-face {
	font-family: 'logo_type';
	src: url('../font/logo_typeCondense.otf') format("truetype");
 }
 @font-face {
	font-family: 'uddigikyokashon_r';
	src: url('../font/uddigikyokashon_r.ttf') format("truetype");
 }
 @font-face {
	font-family: 'hgrkk';
	src: url('../font/HGRKK.TTC') format("truetype");
 }

 /* ****common**** */
 .pc{
	 display: block;
 }
 .sp{
	 display: none;
 }
html{
	font-size: 62.5%;
	box-sizing: border-box;
	border: 10px solid #cfbe9b;
	color: #8c6600;
	font-family: uddigikyokashon_r;
	
}
header{
	margin-top: 30px;
}
.inner-90{
	width: 90vw;
	margin: 0 auto;
}
.inner-80{
	width: 80vw;
	margin: 0 auto;
}
/* *****main**** */
.back_top{
	display: inline-block;
	border-radius: 5%;
    font-size: 1.6rem;
    text-align: center;
    cursor: pointer;
    padding: 12px 12px;
    background: #8c6600;
    color: #fff;
	box-shadow: #535353 2px 2px 2px;
    line-height: 1em;
    transition: .3s;
}
.back_top:hover{
	background-color: #cfbe9b;
	border: #8c6600;
	color: #fff;
}
h2{
	font-family: logo_type;
	font-size: 3.2rem;
	line-height: 2;
	font-weight: 400;
	text-align: center;
	border-bottom:1px solid #ccc;
	margin-bottom: 40px;
}
.thanks{
	font-size: 1.8rem;
	margin-bottom: 80px;
	line-height: 2;

}
section{
	margin-bottom: 60px;
}
h3{
	font-family: uddigikyokashon_r;
	font-size: 2.8rem;
	color: #663333;
	font-weight: 400;
	text-align: center;
	background-image: url(../img/p_title.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.h4{
	font-size: 2.0rem;
}
.prize_area{
	width: 80vw;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}
.content_dendo{
	width: 250px;
	background-color: #f3eee4;
	text-align: center;
	padding: 20px;
	/* height: auto; */
	margin: 10px;
}
.content_dendo>p:first-of-type{
	font-size: 1.8rem;
	line-height: 2;
}
.content_dendo >p:first-of-type span{
	font-size: 75%;
}
.content_dendo img{
	width: 100%;
	height: auto;
}

.content_nyusho{
	width: 250px;
	background-color: #f3eee4;
	text-align: center;
	padding: 20px;
	height: auto;
	margin: 10px;
}

.content_nyusho>p:first-of-type{
	font-size: 2.0rem;
	line-height: 1;
	margin-bottom: 20px;
	color: #663333;
}
.content_nyusho>p:nth-of-type(2){
	font-size: 1.8rem;
	line-height: 2;
}
.content_nyusho>p:nth-of-type(2) >span{
	font-size: 75%;
}
.content_nyusho img{
	width: 100%;
	height: auto;
}
.other{
	text-align: center;
	font-size: 2.0rem;
	line-height: 1;
	margin-bottom: 30px;
}

/* ****footer**** */
 .footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#efede9;
}
.copyright {
	clear:both;
	padding:20px 0;
	font-size:14px;
	text-align:center;
	color:#535353;
	background:#ffffff;
}

@media screen and (max-width: 500px) {
    html{border:none;}
    
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.back_top{
		padding: 10px;
		margin-bottom: 20px;
	}
	h2{
		font-size: 2.0rem;
	}
	.thanks{
		font-size: 1.6rem;
	}
	h3{
		font-size: 2.0rem;
		background-size: contain;
	}
	.content_dendo>p:first-of-type {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.content_nyusho>p:first-of-type {
		font-size: 1.8rem;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.content_nyusho>p:nth-of-type(2){
		font-size: 1.6rem;
		line-height: 1.5;
	}

  }