@charset "utf-8";

/*
====================================================
フォーマット
====================================================
*/
html{
	margin: 0;
}
body{
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
body{
	margin: 0;
}
h1,h2,h3,h4,h5,h6,th,td,li,p,a{
	font-weight: normal;
	color: #816239;
	line-height: 1.6;
}
ul{
	font-size: 0;
	margin: 0;
	padding-left: 0;
}
li{
	vertical-align: top;
	list-style-type: none;
}
th,td,li,p,a{
	font-size: 16px;
}
a{
	text-decoration: none;
	cursor: pointer;
	transition: .3s;
}
img{
	vertical-align: middle;
}
/*
====================================================
フォント
====================================================
*/
body{
	font-family: "rounded-mplus-1p-regular", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@font-face {
  font-family: 'rounded-mplus-1p-regular';
  src: url("../fonts/rounded-mplus-1p-regular.eot");
  src: url("../fonts/rounded-mplus-1p-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/rounded-mplus-1p-regular.woff") format("woff"), url("../fonts/rounded-mplus-1p-regular.ttf") format("truetype"); }
@font-face {
  font-family: 'rounded-mplus-1p-medium';
  src: url("../fonts/rounded-mplus-1p-medium.eot");
  src: url("../fonts/rounded-mplus-1p-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/rounded-mplus-1p-medium.woff") format("woff"), url("../fonts/rounded-mplus-1p-medium.ttf") format("truetype"); }
@font-face {
  font-family: 'rounded-mplus-1p-bold';
  src: url("../fonts/rounded-mplus-1p-bold.eot");
  src: url("../fonts/rounded-mplus-1p-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/rounded-mplus-1p-bold.woff") format("woff"), url("../fonts/rounded-mplus-1p-bold.ttf") format("truetype"); }
/*
====================================================
レスポンシブ
====================================================
*/
.sp{
	display: none;
}
/*
====================================================
共通コンテンツ
====================================================
*/
#wrapper{
	overflow: hidden;
	background: url(../../images/body_back.png);
}
.content{
	box-sizing: border-box;
	max-width: 970px;
	margin: 0 auto;
	padding: 60px 10px;
}
.content-title{
	text-align: center;
	margin-bottom: 40px;
}
.content-title:before,
.content-title:after{
	display: block;
	content: "";
	width: 100%;
	height: 38px;
}
.content-title:before{
	background: url(../../images/content_u.svg) no-repeat center center;
}
.content-title:after{
	background: url(../../images/content_d.svg) no-repeat center center;
}
.content-title h2{
	font-size: 24px;
	font-family: 'rounded-mplus-1p-bold';
	letter-spacing: 2px;
	margin: 0;
	padding: 12px 0;
}
/*
====================================================
ヘッダー
====================================================
*/
#header{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-top: 25px;
	z-index: 9999;
	position: absolute;
}
.h-content{
	box-sizing: border-box;
	max-width: 970px;
	margin: 0 auto;
	padding: 0 10px;
}
#header h1{
	margin: 0;
}
#header img{
	width: 120px;
}
/*
====================================================
ファーストビュー
====================================================
*/
#first-view{
	width: 100%;
	height: 100vh;
	background: url(../../images/fv_back.png) no-repeat center center;
	background-size: cover;
	position: relative;
}
#first-view:before{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .4);
	position: absolute;
	top: 0;
	left: 0;
}
.main img{
	width: 740px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*
====================================================
キャンペーン概要
====================================================
*/
#information{
	background: rgba(249, 243, 236, .7);
}
.information-area{
	text-align: center;
}
.information-area h3{
	font-size: 24px;
	font-family: 'rounded-mplus-1p-bold';
	line-height: 1.8;
	margin: 0 0 30px;
}
.campaign img{
	width: 336px;
}
.campaign img.margin{
	margin-right: 30px;
}
.campaign-detail{
	margin-top: 40px;
}
.campaign-detail p{
	font-size: 20px;
	font-family: 'rounded-mplus-1p-bold';
	line-height: 2;
	margin: 20px 0 0;
}
.campaign-detail p span{
	background: #e2c630;
	border-radius: 10px;
	margin-right: 10px;
	padding: 5px 10px;
}
.campaign-past{
	text-align: center;
	margin-top: 20px;
}
.campaign-past p,
.campaign-past a{
	font-weight: bold;
	color: #fff;
}
.campaign-past p{
	display: inline-block;
	background: #816239;
	border-radius: 10px;
	padding: 20px 80px;
}
.campaign-past a{
	font-size: 20px;
	text-decoration: underline;
}
/*
====================================================
応募方法
====================================================
*/
#application{
	background: rgba(255, 245, 218, .7);
}
.application-area{
	text-align: center;
}
.application-area img{
	width: 384px;
}
.application-step{
	width: 100%;
	background: url(../../images/application_back.png) no-repeat center center;
	background-size: cover;
	border: 5px solid #3b9029;
	box-sizing: border-box;
	margin-top: 50px;
	padding: 30px 40px;
	position: relative;
}
.application-step p.step{
	color: #fff;
	background: #3b9029;
	border-radius: 50px;
	margin: 0;
	padding: 7px 30px;
	position: absolute;
	top: -22px;
	left: 50%;
	transform: translateX(-50%);
}
.application-step p.step-title{
	font-size: 24px;
	font-family: 'rounded-mplus-1p-bold';
	margin: 20px 0 0;
}
.application-step ul{
	overflow: hidden;
	margin: 30px 0;
}
.application-step li{
	width: 50%;
	float: left;
}
.application-step li a{
	display: inline-block;
	width: 98%;
	font-family: 'rounded-mplus-1p-medium';
	color: #fff;
	background: #3b9029;
	border-radius: 15px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 10px;
}
.application-step li a:hover{
	opacity: 0.8;
}
.application-step li a:before{
	display: inline-block;
	font-family: FontAwesome;
	font-size: 24px;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	margin-right: 10px;
}
.application-step li.instagram a:before{
	content: "\f16d";
}
.application-step li.twitter a:before{
	content: "\f099";
}
.hashtag{
	text-align: left;
	margin: 30px 0;
}
.hashtag p.hashtag-title{
	font-size: 20px;
	font-family: 'rounded-mplus-1p-medium';
	border-bottom: 1px solid #816239;
	margin: 0 0 5px;
}
.hashtag-area p{
	display: inline-block;
	font-family: 'rounded-mplus-1p-medium';
	background: #e2c630;
	border-radius: 10px;
	margin: 8px 5px 0 0;
	padding: 5px 10px;
}
.designation-hashtag p{
	font-size: 18px;
}
.step-detail p{
	text-align: left;
	margin: 0;
}
/*
====================================================
我が家の#休日ホットケーキ
====================================================
*/
#post{
	background: rgba(249, 243, 236, .7);
}
.post-area{
	text-align: center;
}
.post-area ul{
	overflow: hidden;
}
.post-area li{
	display: inline-block;
	width: 33.33333%;
	text-align: left;
	margin-bottom: 30px;
}
.post-area li .inner{
	width: 95%;
}
.post-area li:nth-child(3n+1) .inner{
	margin-right: auto;
}
.post-area li:nth-child(3n+2) .inner{
	margin: 0 auto;
}
.post-area li:nth-child(3n) .inner{
	margin-left: auto;
}
.post-img{
	width: 100%;
	text-align: center;
}
.post-img img{
	width: 100%;
	border: 7px solid #816239;
	box-sizing: border-box;
}
.post-under{
	margin-top: 10px;
	position: relative;
}
.post-sns,
.post-detail{
	display: inline-block;
}
.post-sns p{
	line-height: 1;
	margin: 0;
}
.post-sns p i{
	font-size: 28px;
	font-family: FontAwesome;
	font-style: normal;
	color: #846239;
}
.post-detail{
	position: absolute;
	top: 0;
	right: 0;
}
.post-detail img{
	width: 28px;
}
.post-detail p{
	display: inline-block;
	margin: 0;
}
.post-detail p.name{
	margin-right: 10px;
}
.post-detail p.name span{
	margin-right: 5px;
}
.post-detail p.favorite:before{
	display: inline-block;
	content: "\f004";
	font-family: FontAwesome;
	color: #ea4956;
	margin-right: 5px;
}
.post-area p.button{
	display: inline-block;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #816239;
	border-radius: 15px;
	margin: 0;
	padding: 20px 100px;
	position: relative;
	transition: .3s;
}
.post-area p.button:hover{
	opacity: 0.8;
}
.post-area p.button:before{
	content: "もっと見る";
}
.post-area p.button.block:before{
	content: "閉じる";
}
.post-area p.button:after,
.post-area p.button.block:after{
	display: inline-block;
	content: "";
	width: 8px;
  height: 8px;
	transform: rotate(45deg);
	position: absolute;
	right: 25px;
}
.post-area p.button:after{
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
	top: 25px;
}
.post-area p.button.block:after{
	border-top: 2px solid #fff;
	border-right: none;
	border-bottom: none;
	border-left: 2px solid #fff;
	top: 30px;
}
/*
====================================================
SNS投稿応募要項
====================================================
*/
#requirement{
	background: rgba(255, 245, 218, .7);
}
.period{
	width: 100%;
	text-align: center;
	background: #fff;
	border-radius: 20px;
	padding: 25px 0;
}
.period p{
	font-family: 'rounded-mplus-1p-medium';
	margin: 0 0 20px;
}
.period img{
	width: 380px;
}
.requirement-detail{
	margin-top: 30px;
}
.requirement-detail p.requirement-title{
	font-size: 20px;
	font-family: 'rounded-mplus-1p-medium';
	border-bottom: 1px solid #816239;
	margin: 0 0 10px;
}
.requirement-text p{
	line-height: 1.8;
	margin: 0;
}
/*
====================================================
応募規約
====================================================
*/
#contract{
	background: rgba(249, 243, 236, .7);
}
.contract-area{
	text-align: center;
}
.contract-attention p{
	margin: 0;
}
.contract-detail{
	text-align: left;
	margin-top: 30px;
}
.contract-detail p.contract-title{
	font-size: 20px;
	font-family: 'rounded-mplus-1p-medium';
	border-bottom: 1px solid #816239;
	margin: 0 0 10px;
}
.contract-text p{
	line-height: 1.8;
	margin: 0;
}
.contract-area p.button{
	display: inline-block;
	color: #fff;
	cursor: pointer;
	background: #816239;
	border-radius: 15px;
	margin: 30px 0 0;
	padding: 20px 100px;
	position: relative;
	transition: .3s;
}
.contract-area p.button:hover{
	opacity: 0.8;
}
.contract-area p.button:before{
	content: "応募規約を見る";
}
.contract-area p.button.block:before{
	content: "閉じる";
}
.contract-area p.button:after,
.contract-area p.button.block:after{
	display: inline-block;
	content: "";
	width: 8px;
  height: 8px;
	transform: rotate(45deg);
	position: absolute;
	right: 25px;
}
.contract-area p.button:after{
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
	top: 25px;
}
.contract-area p.button.block:after{
	border-top: 2px solid #fff;
	border-right: none;
	border-bottom: none;
	border-left: 2px solid #fff;
	top: 30px;
}
/*
====================================================
フッター
====================================================
*/
.globalFooter a{
	font-size: inherit;
}
/*
=====================================================================
=====================================================================
タブレットレスポンシブ（〜768px）
=====================================================================
=====================================================================
*/
@media screen and (max-width: 768px){
	/*
	====================================================
	ファーストビュー
	====================================================
	*/
	.main img{
		width: 100%;
	}
	/*
	====================================================
	キャンペーン概要
	====================================================
	*/
	.campaign img{
		width: 48%;
	}
	.campaign img.margin{
		margin-right: 2%;
	}
	/*
	====================================================
	応募方法
	====================================================
	*/
	.application-step{
		padding: 30px 15px;
	}
	.application-step li{
		width: 100%;
		float: none;
	}
	.application-step li:first-child{
		margin-bottom: 10px;
	}
	.application-step li a:before{
		display: block;
		margin: 0 0 10px 0;
	}
	/*
	====================================================
	我が家の#休日ホットケーキ
	====================================================
	*/
	.post-area li{
		width: 50%;
	}
	.post-area li:nth-child(3n+1) .inner,
	.post-area li:nth-child(3n+2) .inner,
	.post-area li:nth-child(3n) .inner{
		margin: 0;
	}
	.post-area li:nth-child(odd) .inner{
		margin-right: auto;
	}
	.post-area li:nth-child(even) .inner{
		margin-left: auto;
	}
}
/*
=====================================================================
=====================================================================
スマホレスポンシブ（〜480px）
=====================================================================
=====================================================================
*/
@media screen and (max-width: 480px){
	/*
	====================================================
	フォーマット
	====================================================
	*/
	li,p,a{
		font-size: 14px;
	}
	/*
	====================================================
	レスポンシブ
	====================================================
	*/
	.pctab{
		display: none;
	}
	.sp{
		display: block;
	}
	/*
	====================================================
	共通コンテンツ
	====================================================
	*/
	.content{
		padding: 50px 10px;
	}
	.content-title{
		margin-bottom: 30px;
	}
	.content-title:before,
	.content-title:after{
		height: 48px;
	}
	.content-title:before{
		background: url(../../images/content_u_sp.svg) no-repeat center center;
	}
	.content-title:after{
		background: url(../../images/content_d_sp.svg) no-repeat center center;
	}
	.content-title h2{
		font-size: 20px;
		padding: 0;
	}
	/*
	====================================================
	ファーストビュー
	====================================================
	*/
	#header img{
		width: 100px;
	}
	#first-view{
		background: url(../../images/fv_back_sp.png) no-repeat center center;
		background-size: cover;
	}
	/*
	====================================================
	キャンペーン概要
	====================================================
	*/
	.information-area h3{
		font-size: 20px;
		margin: 0 0 20px;
	}
	.campaign-detail{
		margin-top: 30px;
	}
	.campaign-detail p{
		font-size: 16px;
		margin: 15px 0 0;
	}
	.campaign-past p{
		padding: 20px 30px;
	}
	.campaign-past a{
		font-size: 18px;
	}
	/*
	====================================================
	応募方法
	====================================================
	*/
	.application-area img{
		width: 100%;
	}
	.application-step p.step-title{
		font-size: 20px;
	}
	.hashtag p.hashtag-title{
		font-size: 18px;
	}
	.designation-hashtag p{
		font-size: 16px;
	}
	.hashtag-area p{
		font-size: 14px;
	}
	/*
	====================================================
	我が家の#休日ホットケーキ
	====================================================
	*/
	.post-area li .inner{
		width: 97%;
	}
	.post-sns p i{
		display: inline-block;
		font-size: 20px;
		margin-top: 2px;
	}
	.post-detail img{
		width: 20px;
	}
	.post-detail p{
		font-size: 12px;
	}
	.post-detail p.name{
		margin-right: 2px;
	}
	.post-detail p.favorite:before{
		margin-right: 2px;
	}
	/*
	====================================================
	SNS投稿応募要項
	====================================================
	*/
	.period{
		box-sizing: border-box;
		padding: 20px 15px;
	}
	.period p{
		margin: 0 0 15px;
	}
	.period img{
		width: 100%;
	}
	.requirement-detail p.requirement-title{
		font-size: 16px;
	}
	.requirement-text p{
		line-height: 1.7;
	}
	/*
	====================================================
	応募規約
	====================================================
	*/
	.contract-detail p.contract-title{
		font-size: 16px;
	}
	.contract-text p{
		line-height: 1.7;
	}
	/*
	====================================================
	フッター
	====================================================
	*/
	.globalFooter a{
		font-size: inherit;
	}
}
