@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	color: #8c6239;
	vertical-align: middle;
	box-sizing: border-box;
}

header {
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 0px;
}

body{
	background-image: url("image/back-sp.png");
	background-repeat: repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

main{
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: auto;
}

img{
	width: 100%;
	max-width: 100%;
	height: auto;
}


footer{
	background-image: url("image/footer-back-sp.png");
	background-size: cover;
}


.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: auto;
}


.row:before, .row:after{
	content: "";
	display:table;
}

.row:after {
	clear: both;
}

.top-text{
	padding: 0px 20px 20px 20px;
	text-align: center;
}

h1 {
	font-size: 40px;
	font-weight: 200;
	margin-bottom: 50px;
}

h2 {
	font-family: kan415typos-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	transform: none;
}


p {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 30px;
}



.poster-btn{
	width: 130px;
	height: auto;
	margin-left: 30px;
	margin-top: 94px;
	
}

.result-btn{
	width: 130px;
	height: auto;
	margin-left: 0px;
	margin-top: 94px;
}

.ac2021-box{
	background-image: url("image/2021.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 180px;
	
}

.ac2020-box{
	background-image: url("image/2020.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 180px;
	
}

.ac2019-box{
	background-image: url("image/2019.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 180px;
}

.ac2018-box{
	background-image: url("image/2018.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 180px;
}

.ac2017-box{
	background-image: url("image/2017.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 180px;
}

.ac2016-box{
	background-image: url("image/2016.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 180px;
}

.footer-chara{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: auto;
	padding: 0px 20px 20px -10px;
}

.sanrio-logo{
	width: 25%;
	padding: 20px 10px 0px 20px;
}

.fotter-text{
	width: 75%;
	float: right;
	padding: 20px 10px 0px 0px;
	font-family: a-otf-jun-pro, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 10px;
}

.footer-footer{
	max-width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.col{
	width: 100%;
	padding: 0px 0px 10px 0px;
}



.pc { display: none !important; }
.sp { display: block !important; }


/*PC View*/

@media (min-width: 800px){
	.pc { display: block !important; }
	.sp { display: none !important; }
	
	body{
		background-image: url("image/back.png");
	}

	main{
		max-width: 780px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	
	header {
		background-image: url("image/top-back-pc.png");
		background-repeat: repeat-x;
		padding: 60px 20px 20px 20px;
	}
	
	footer {
		background-image: url("image/footer-back-pc.png");
		background-repeat: repeat-x;
		background-size: auto;
	}

.footer-footer{
	max-width: 780px;
}

	
.ac2021-box{
	height: 200px;
}

.ac2020-box{
	height: 200px;
}

.ac2019-box{
	height: 200px;
}

.ac2018-box{
	height: 200px;
}

.ac2017-box{
	height: 200px;
}

.ac2016-box{
	height: 200px;
}

.poster-btn{
	width: 146px;
	height: auto;
	margin-left: 40px;
	margin-top: 110px;
}

.result-btn{
	width: 146px;
	height: auto;
	margin-left: 0px;
	margin-top: 110px;
}
	
	
.sanrio-logo{
	width: 15%;
	padding: 0px 20px 0px 10px;
}

.fotter-text{
	width: 85%;
	font-size: 11px;
	padding: 0px 10px 0px 10px;
}

	
h2 {
	font-size: 22px;
}

	.col-md-half{
		width: 50%;
	}
	
	.col{
		float: left;
		padding: 10px 0px 0px 10px;
	}
}

