@charset "UTF-8";
/* -----------------------------------------------------------
   BASE
------------------------------------------------------------*/


@media all and (min-width: 768px) {
#contentsArea{
	width:980px;
	margin:0 auto 30px;
	background:#fff;
	}

#bottomArea{
	width:300px;
	margin:20px auto 0;
	}

}
@media all and (max-width: 767px) {
#contentsArea{
	width:94%;
	margin:0 auto 15px;
	background:#fff;
	}
#bottomArea{
	width:100%;
	margin:20px auto 0;
	}
}

/* -----------------------------------------------------------
   HEADER
------------------------------------------------------------*/
header{
	background-color:#fff;
	text-align:center;
	}

@media all and (min-width: 768px) {
header a{
	display:block;
	width:980px;
	height:120px;
	margin:0 auto;
	background-image:url(../img/header_pc.png?);
	text-indent:-9999px;
	}
}
@media all and (max-width: 767px) {
header a{
	display:block;
	width:100%;
	height:0;
	padding-top:18.75%;
	margin:0 auto;
	background-image:url(../img/header_smp.png?);
	background-size:cover;
	position:relative;
	text-indent:-9999px;
	}
header img{
	width:100%;
	height:0;
	padding-top:18.75%;
	position:absolute;
	top:0;
	left:0;
	}
}


/* -----------------------------------------------------------
 SNS-BTN
------------------------------------------------------------*/
@media all and (min-width: 768px) {

#snsbtnList{
	width:230px;
	float:left;
	margin-right:15px;
	}
#snsbtnList ul{
	list-style:none;
	}
#snsbtnList li{
	background-color:#000;
	}
#snsbtnList a{
	display:block;
	text-indent:-9999px;
	width:230px;
	height:75px;
	}
#snsbtnList #twitBtn a{background:url(../img/btn_sns.png) no-repeat;}
#snsbtnList #instaBtn a{background:url(../img/btn_sns.png) 0 -75px no-repeat;}
#snsbtnList #lineBtn a{background:url(../img/btn_sns.png) 0 -150px no-repeat;}
}
@media all and (max-width: 767px) {
#snsbtnList{
	width:100%;
	margin-bottom:10px;
	}
#snsbtnList ul{
	list-style:none;
	}
#snsbtnList li{
	width:33.3333%;
	float:left;
	}
#snsbtnList a{
	width:100%;
	height:0;
	display:block;
	text-indent:-9999px;
	padding-top:49.26%;
	background-size:cover;
	}
#snsbtnList #twitBtn a{	background-image:url(../img/btn_twitter.png) ;}
#snsbtnList #instaBtn a{background-image:url(../img/btn_insta.png) ;}
#snsbtnList #lineBtn a{background-image:url(../img/btn_line.png) ;}
}
