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

body {
  color: #fff;
  
}

img{
	margin:auto;
}

main {
  padding-top: 0;
}

header{
	background:#120000;
	background-image:url(../img/bg_header_sizyou.jpg);
	background-size:auto;
	position:relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

/*プレゼント*/
#present{
	background-image:url(../img/bg_border02.gif);
	padding:20px 0;
}

#present .contentWrap{
	width:1030px;
	margin:auto;
}

#present .contentWrap .imgWrap01{
	float:left;
	width:50%;
}

#present .contentWrap .imgWrap02{
	float:right;
	width:50%;
}

/*キャンペーン*/
#campaign{
	background-image:url(../img/bg_border.gif);
	padding:20px 0;
}

/*アピール*/
#appeal h2{
	border-top:22px solid #7A6E1F;
	padding:50px 0 60px;
}

#appeal .appealBlock01{
	background-image:url(../img/bg_appeal.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#appeal .appealBlock02{
	background-color:#FFF;
	padding:30px 0 70px;
}

/*セーフティ*/
#safety{
	max-width: 2012px;
	margin:auto;	
}

#safety h2{
	background-color:#422810;
	padding-top: 15px;
}

#safety .top{
	background-image:url(../img/bg_safety_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#safety .bottom{
	background-image:url(../img/bg_safety_02.jpg);
	background-repeat: repeat;
}

#safety .bottom .safetyGroup{
	width:1318px;
	border-left:8px solid #FFF;
	border-right:8px solid #FFF;
	padding:30px 120px 50px;
	margin:auto;
}

#safety .bottom .safetyGroup li{
	margin-bottom:50px;
}


/*ラインアップ*/
#lineup{
	padding-top: 50px;
}

#lineup .lineup01{
	margin-bottom:150px;
}

/*------------------------------------
	フッター
------------------------------------*/
footer {
  background-color:#FFF;
  padding: 50px 20px;
}

footer a,
footer img {
  width: 100%;
  display: block;
}

footer a {
  max-width: 400px;
  margin: 0 auto;
}

/*リンクボタン　ここから*/
footer #linkBtn{
	position: fixed;
	top: 100px;
	right: 0;
	z-index:100;
}

footer #linkBtn .btnLink {
	display: block;
	background-image:url(../img/btn_campaign.jpg);
	background-repeat:no-repeat;
	width: 300px;
	height: 250px;
	z-index: 999;
	text-decoration: none;
	background-size: cover;
}

footer #linkBtn .btnDisplay a{
	display: block;
	background-color: #000;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	width: 300px;
	position:relative;
}

footer #linkBtn .btnDisplay a:before{
	position:absolute;
	content: "\f00d";
	font-family: FontAwesome;
	top: -2px;
	left: 0;
	right: 0;
	color: white;
	font-size: 13px;
	margin-right: 70px;
}

footer #linkBtn .btnDisplay a.close:before{
	content: "\f078";
	font-family: FontAwesome;
}

footer #linkBtn .btnLink:hover{
	opacity:0.8;
}
/*リンクボタン　ここまで*/


/*------------------------------------
	clearfix
------------------------------------*/
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}


/*画面サイズが1650px以下の場合*/
@media screen and (max-width: 1650px) {
	
	/*セーフティ*/
	#safety{
		max-width:inherit;
		width:1000px;
		margin:auto;	
	}
	
	#safety img{
		width:100%;
	}
	
	#safety h2 img {
		width: 70%;
	}
	
	#safety .bottom{
		padding: 0 20px;
	}
	
	#safety .bottom .safetyGroup {
		width: auto;
		border-left: 4px solid white;
		border-right: 4px solid white;
		padding: 50px 30px;
		margin: auto;
	}
	
	#safety .bottom .safetyGroup li img{
		width:100%;
	}

	/*ラインアップ*/
	#lineup h2 img{
		width:100%;
	}

}

/*画面サイズが1200px以下の場合*/
@media screen and (max-width: 1200px) {
	header h1 img{
		width:100%;
	}
	
	/*プレゼント*/
	#present .contentWrap{
		width:900px;
	}
	
	#present .contentWrap .imgWrap01,
	#present .contentWrap .imgWrap02{
		width:47%;
	}
	
	#present .contentWrap .imgWrap01 img,
	#present .contentWrap .imgWrap02 img{
		width:100%;
	}
	
	/*キャンペーン*/
	#campaign{
		padding:20px;
	}
	
	#campaign .imgWrap img{
		width:100%;
	}
	
	/*アピール*/
	#appeal .appealGroup li img{
		width:70%;
		margin:auto;
	}
}


/*画面サイズが1000px以下の場合*/
@media screen and (max-width: 1000px) {
	/*プレゼント*/
	#present{
		padding:20px 10px;
	}
	
	#present .contentWrap{
		width:auto;
	}
	
	#present .contentWrap .imgWrap01,
	#present .contentWrap .imgWrap02{
		width:45%;
	}
	
	#safety {
		width: auto;
	}
	
	/*アピール*/
	#appeal h2 img{
		width:100%;
	}
	
	/*ラインアップ*/
	#lineup .lineup01 img,
	#lineup .lineup02 img{
		width:100%;
	}
	
	/*リンクボタン*/
	footer #linkBtn .btnLink{
		width: 210px;
		height: 175px;
	}
	
	footer #linkBtn .btnDisplay a{
		width: 210px;
	}

}

/*画面サイズが680px以下の場合*/
@media screen and (max-width: 680px) {
	img {
		width:100%;
		margin: 0 auto;
	}
	
	/*プレゼント*/
	#present{
		padding:20px 10px;
	}

	#present .contentWrap .imgWrap01,
	#present .contentWrap .imgWrap02{
		float:none;
		width:auto;
	}
	
	#present .contentWrap .imgWrap01{
		margin-bottom:10px;
	}
	
	#present .contentWrap .imgWrap01 img,
	#present .contentWrap .imgWrap02 img{
		width:80%;
	}
	
	/*キャンペーン*/
	#campaign{
		padding:20px 10px;
	}
	
	/*アピール*/
	#appeal{
		padding-bottom:30px;
	}
	
	#appeal h2 {
		border-top: 10px solid #7A6E1F;
		padding: 20px 0;
	}
	
	#appeal .appealBlock02 {
		padding: 30px 0;
	}
	
	#appeal .appealGroup li img{
		width:100%;
	}
	
	/*セーフティ*/
	#safety{
		max-width: auto;
		width:auto;
		margin:auto;	
	}
	
	#safety h2{
		padding-top: 10px;
		padding-bottom: 5px;
	}
	
	#safety h2 img{
		width:70%;
	}
	
	#safety .bottom {
		background-repeat: repeat;
		padding: 10px 5px;
	}
	
	#safety .bottom .safetyGroup{
		width:auto;
		border-left: none;
		border-right: none;
		padding: 0;
	}
	
	#safety .bottom .safetyGroup li {
		margin-bottom: 20px;
	}
	
	/*ラインアップ*/
	#lineup{
		padding: 20px 5px 0;
	}
	
	#lineup h2{
		margin-bottom:20px;
	}
	
	#lineup .lineup01{
		margin-bottom:50px;
	}
	
	/*フッター*/
	footer {
		padding: 50px 20px 150px;
	}
	
	/*リンクボタン　ここから*/
	footer #linkBtn{
		top: auto;
		bottom:0;
		right: 0;
		left:0;
		margin:auto;
	}
	
	footer #linkBtn .btnLink{
		background-image:url(../img/btn_campaign_sp.jpg);
		width: 320px;
		height: 100px;
	}
	
	footer #linkBtn .btnDisplay{
		display:none;
	}
	/*リンクボタン　ここまで*/
}

/*画面サイズが480px以下の場合*/
@media screen and (max-width: 480px) {
}