@charset "UTF-8";
/* Base
-------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
html {
	position: relative;
	font-size:62.5%;
	min-height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%; /*  sp横向き文字サイズ固定 */
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;/*游ゴシック Windows Chrome　かすれ対策*/
	font-size:14px;
	font-size:1.4rem;
	line-height:1.8;
}
.sp_hidden{
	display:visible;
}
.sp_visible{
	display:none;
}
.vp736_hidden{
	display:visible;
}
.vp736_visible {
	display:none;
}

/* Block
-------------------------------------------------------------*/
.wrapper{
	min-height: 100vh;
	position: relative;
	padding-bottom:120px;
	background:#d2ecfa;
}
.contents_inner {
	width:100%;
	max-width:1140px;
	position:relative;
	margin:0 auto;
	padding:0 2rem;
}


/* Color
-------------------------------------------------------------*/

.color-primary{
	color:#1f286f;
}
.color-red {
	color:#ff0000;
}



/* Images
-------------------------------------------------------------*/
img {
	max-width:100%;
	height:auto;
	vertical-align: middle;
}




/* List
-------------------------------------------------------------*/
ul,li,dl,dt,dd {
	padding:0;
	margin:0;
}



/* Margin
-------------------------------------------------------------*/
.mb-20{
	margin-bottom:2rem;
}


/* Text
-------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
.fwn {
	font-weight:normal;
}
.fwb{
	font-weight:bold;
}
.text-center{
	text-align: center;
}
.small-text {
	font-size:1.2rem;
}
.no_line_break{
	display:inline-block;
}


/* -------------------------------------------------------------

Top Page Contents

-------------------------------------------------------------*/


/* 20191201 campaign close
-------------------------------------------------------------*/

.close_text_area{
	max-width:1140px;
	text-align: center;
	padding:60px 0;
}
.close_text_area h2{
	line-height:1.5;
	margin-bottom:2rem;
}
.close_text_area p{
	margin-top:0;
	line-height:1.5;
	font-size:1.8rem;
}
.mypage_block{
	max-width:290px;
	background-color:#293981;
	margin:0 auto;
	margin-top:30px;
	text-align: center;
	font-size:1.8rem;
	font-weight: bold;
}
.mypage_block a{
	color:#ffffff;
	text-decoration: none;
	display: block;
	padding:0.5rem 1rem;
}
.contents_end{
	border-bottom:4px solid #293981;
}



/* Header
-------------------------------------------------------------*/
.header{
	position:relative;
	width:100%;
	margin:0 auto;
	text-align: center;
	background-image: url("../images/eat_header_bg_close.png");
	background-repeat: repeat-x;
	background-size:contain;
}
.top_main_img {
	width:100%;
	max-width:1140px;
	position:relative;
	margin:0 auto;
}
.header_link_area{
	width:100%;
	margin:0 auto;
	position:absolute;
	top:0;
}
.header_link_area_inner{
	width:100%;
	max-width:1140px;
	margin:0 auto;
	position:relative;
	top:0;
	right:2rem;
}
.header_link {
	width:100%;
	max-width:140px;
	display: block;
	padding:1.2rem 1rem;
	text-align: center;
	position:absolute;
	top:0;
	right:0;
	transition: all 0.2s ease-out;
	background:#293981;
	z-index: 2;
	color:#293981;
	/*border-bottom:4px solid #b8b8b8;*/
}
.header_link::before {
	content: '';
	position: absolute;
	left:0;
	top:100%;
	height:0;
	width: 0;
	border-left: 70px solid #293981;
	border-right: 70px solid #293981;
	border-bottom: 20px solid transparent;
	z-index: 1;
}
.header_link:hover{
	padding-top:2rem;
	border-bottom:none;
	color:#293981;
	text-decoration: none;
}

.header_cp_link_top{
	width:100%;
	height:30px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	margin-bottom:1rem;
}
.header_cp_link_top img {
	margin-top:8px;
	padding:0;
	vertical-align: top;
}


/* Article
-------------------------------------------------------------*/
.article {
	position:relative;
	width:100%;
	display: block;
	z-index: 1;
}
.section_logo_area {
	position: relative;
	text-align: center;
	z-index:2;
}
.section_logo_area02{
	position: relative;
	text-align: center;
	margin:2rem 0 5rem;
}
.section_logo_area03{
	position: relative;
	text-align: center;
	margin:2rem 0 5rem;
}
.section_logo_area img,
.section_logo_area02 img,
.section_logo_area03 img{
	margin:0 auto;
}

/* キャンペーンタイトル */
.bg_light_blue {
	width:100%;
	height:auto;
	position: relative;
	background:#d2ecfa;
	padding-bottom:0rem;
}
.eat_description_wrapper{
	text-align: center;
	padding:5rem 0;
}

/* WEBから応募する */
.eat_apply_web_wrapper{
	background:#ffffff;
	border:5px solid #293981;
	border-radius:13px;
	padding:3rem;
	position:relative;
	top:0;
	font-size:2rem;
	margin-top:-2%;
	text-align: center;
	margin-bottom:3rem;
}
.eat_apply_web_wrapper p,
.eat_apply_web_wrapper img{
	margin-bottom:2rem;
}
.eat_apply_web_img_wrapper{
	text-align: center;
}
.guidelines_area{
	margin-top:5rem;
}
.guidelines_section {
	width:100%;
	position:relative;
	border-top:5px solid #293981;
	text-align: center;
	margin-bottom:5rem;
}
.guidelines_title{
	width:240px;
	padding:0.5rem 2rem;
	margin:0 auto;
	position:relative;
	top:-2rem;
	color:#ffffff;
	background:#293981;
	font-size:1.6rem;
	font-weight: bold;
}
.guidelines_text{
	font-size:2.0rem;
	font-weight: bold;
	line-height: 1.6;
}
.guidelines_text_nomal{
	font-size:1.6rem;
	text-align:left;
	font-weight: normal;
}
.guidelines_text_small{
	font-size:1.6rem;
	text-align:left;
	line-height: 1.6;
}
.submit_button_red {
	width:100%;
	position: relative;
	/*padding:2rem; */
	text-align: center;
	background:#f05046;
	color:#ffffff;
	text-decoration: none;
	border-radius: 8px;
	/*font-size:2.4rem;*/
	font-weight: bold;
	/*border-bottom:4px solid #b8b8b8;*/
	margin-bottom: 2rem;
	display: block;
}
.submit_button_red img {
	margin-bottom:0;
	vertical-align:bottom;
}
/*
.submit_button_red:hover{
	top:4px;
	border-bottom:none;
	margin-bottom:2.4rem;
} */

/* 専用応募ハガキで応募する */
.eat_apply_postcard_wrapper{
	background:#ffffff;
	border:5px solid #293981;
	border-radius:13px;
	padding:3rem 3rem 0 3rem;
	position:relative;
	top:-3rem;
	font-size:2rem;
	text-align:center;
	margin-bottom: 5rem;
}
.eat_postcard_img_wrapper {
	width:100%;
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top:3rem;
	margin-bottom:5rem;
}
.eat_postcard_items{
	width:48%;
	text-align:center;
}
.eat_postcard_items img {
	border:2px solid #293981;
}
.eat_postcard_items p{
	font-size:1.4rem;
	margin:1rem 0;
}
.guidelines_text_nomal_center{
	font-size:1.6rem;
	text-align:center;
	font-weight: normal;
	line-height: 1.6;
}
.text_bottom_space {
	display: inline-block;
	margin-bottom: 2rem;
}

/* SNSでシェア */
.sns_area {
	width: 100%;
	position: relative;
	top:-2.5rem;
	padding:4rem;
	border:5px solid #293981;
	background:#ffed00;
	border-radius: 8px;
	text-align: center;
	margin-bottom:2rem;
}
.sns_icon_margin{
	margin:0 5rem;
}


/* キャンペーンリンク */
.bg_blue {
	width:100%;
	background:#293981;
	padding:5rem 0;
	position:relative;
}

.cp_link_bnr_area {
	width:100%;
	position: relative;
	display: block;
	text-decoration: none;
	border-radius: 8px;
	border-bottom:4px solid #b8b8b8;
	margin:2rem 0;
}
.cp_link_bnr_area:hover{
	top:4px;
	border-bottom:none;
	margin-bottom:24px;
}

/*  応募要項*/
.guidelines_wrapper{
	margin-top:5rem;
}

/* 協賛メーカー */
.bg_stripe {
	width:100%;
	padding:3rem 0;
	background-image: repeating-linear-gradient(-45deg, #d7edf9, #d7edf9 20px, #e6f3fa 0, #e6f3fa 30px);
}
.partner_text{
	font-size:1.6rem;
	font-weight: bold;
}
.partner_area{
	text-align: center;
	border-bottom:5px solid #293981;
}


/* footer
-------------------------------------------------------------*/
.footer {
	width:100%;
	padding:2rem 0;
	background:#ffffff;
	/*position:relative; */
	margin:0 auto;
	position:absolute;
	bottom:0;
}
.footer::before{
	border-bottom:4px solid #293981;
	position: relative;
	display: block;
	width:100%;
	content: "";
	margin-top:-2rem;
}
.footer_contents{
	width:100%;
	height:60px;
	position: relative;
	margin-top:2rem;
}
.footer_contents p {
	position:absolute;
	top:1.4rem;
	left:0;
}
.access_logo_area{
	width:160px;
	position:absolute;
	top:0;
	right:0;
}




@media screen and (max-width:899px){
	
	/* Header
	-------------------------------------------------------------*/
	.top_main_img {
		max-width:899px;
	}
	.header_link {
		max-width:110px;
		padding:1rem;
	}
	.header_link_area_inner{
		max-width:899px;
		right:2rem;
	}
	.header_link::before {
		border-left: 55px solid #293981;
		border-right: 55px solid #293981;
		border-bottom: 15px solid transparent;
	}
	
	
	/* Article
	-------------------------------------------------------------*/
	
	/* SNSでシェア */
	.sns_area {
		margin-bottom:0rem;
	}

}



@media screen and (max-width:736px){
	.vp736_hidden {
		display:none;
	}
	.vp736_visible {
		display:block;
	}
	
	/* 20191201 campaign close
	-------------------------------------------------------------*/		
	.close_text_area p{
		font-size:1.6rem;
	}
	
	
	/* Header
	-------------------------------------------------------------*/
	.header_link {
		max-width:120px;
	}
	.header_link_area_inner{
		max-width:736px;
		right:2rem;
	}
	.header_link::before {
		border-left: 60px solid #293981;
		border-right: 60px solid #293981;
		border-bottom: 15px solid transparent;
	}
	
	
	/* Article
	-------------------------------------------------------------*/
	
	/* WEBから応募する */
	.eat_apply_web_wrapper{
		border:4px solid #293981;
		font-size:2rem;
		margin-top:-5%;
		margin-bottom:3rem;
	}
	
	.eat_postcard_img_wrapper {
		flex-direction: column;
		margin-top:3rem;
		margin-bottom:5rem;
	}
	.eat_postcard_items{
		width:100%;
	}
	.eat_postcard_items p{
		margin:1rem 0 3rem;
	}

	
	/* SNSでシェア */
	.sns_area {
		margin-bottom:2rem;
	}
	.sns_area img{
		width:90px;
	}
	.sns_icon_margin{
		margin:0 2.5rem;
	}
	/* footer
	-------------------------------------------------------------*/
	.footer p {
		font-size:1.2rem;
	}
	.access_logo_area{
		width:140px;
	}
}

@media screen and (max-width:500px){
	/* Base
	-------------------------------------------------------------*/
	.sp_hidden{
		display:none;
	}
	.sp_visible{
		display:inline-block;
	}
	
	/* Block
	-------------------------------------------------------------*/
	.wrapper{
		padding-bottom:118px;
	}
	
	/* 20191201campaign close
	-------------------------------------------------------------*/
	.close_text_area{
		padding:30px 0;
		font-size:1.4rem;
	}
	.close_text_area h2{
		font-size:1.8rem;
	}
	.contents_end{
		padding-bottom:40px;
	}
	.mypage_block{
		max-width:240px;
		font-size:1.4rem;
	}
	.mypage_block a{
		padding:0.5rem 0;
	}
	
	/* Header
	-------------------------------------------------------------*/
	.header_link_area_inner{
		max-width:500px;
		right:2rem;
	}
	.header_link {
		max-width:80px;
	}
	.header_link::before {
		border-left: 40px solid #293981;
		border-right: 40px solid #293981;
		border-bottom: 10px solid transparent;
	}
	
	/* キャンペーンタイトル */
	.eat_description_wrapper{
		text-align: center;
		padding:2rem 0;
	}
	
	/* WEBから応募する */
	.eat_apply_web_wrapper{
		border:4px solid #293981;
		font-size:1.6rem;
		padding:2rem 2rem 0;
		margin-bottom:3rem;
	}
	.eat_apply_web_wrapper p,
	.eat_apply_web_wrapper img{
		margin-bottom:2rem;
	}
	.eat_apply_web_img_wrapper{
		text-align: center;
	}
	.guidelines_title{
		width:200px;
		font-size:1.4rem;
	}
	.guidelines_text{
		font-size:1.6rem;
		line-height: 1.6;
	}
	.guidelines_text_small{
		font-size:1.4rem;
		line-height: 1.6;
	}
	.guidelines_text_nomal{
		font-size:1.4rem;
		line-height: 1.6;
	}
	.guidelines_text_nomal_center{
		font-size:1.4rem;
		line-height: 1.6;
	}
	
	/* 専用応募ハガキで応募する */
	.eat_apply_postcard_wrapper{
		border:4px solid #293981;
		padding:2rem 2rem 0 2rem;
		top:0rem;
		margin-top:-6%;
		font-size:1.6rem;
		margin-bottom:3rem;
	}
	.eat_postcard_img_wrapper {
		margin-top:3rem;
		margin-bottom:0;
	}
	.guidelines_area{
		margin-top:3rem;
	}
	.submit_button_red {
		margin-top:-2rem;
		margin-bottom: 4rem;
	}
	.submit_button_red img {
		margin-bottom:0rem;
		vertical-align:bottom;
	}
	
	/* SNSでシェア */
	.sns_area {
		top:-2rem;
		padding:3rem;
		border:4px solid #293981;
		margin-bottom:0;
	}
	.sns_area img{
		width:50px;
	}
	.sns_icon_margin{
		margin:0 2rem;
	}
	
	/* キャンペーンリンク */
	.bg_blue {
		padding:3rem 0 3rem;
	}
	
	/* 協賛メーカー */
	
	.partner_text{
		font-size:1.4rem;
		margin-bottom:4rem;
	}
	
	
	/* footer
	-------------------------------------------------------------*/
	.footer {
		width:100%;
		padding:2rem 0;
	}
	
	.footer_contents{
		width:100%;
		height:auto;
		position: relative;
		text-align: center;
	}
	.footer_contents p {
		position:relative;
		top:54px;;
		font-size: 0.8rem;
	}
	.access_logo_area{
		width:140px;
		position:relative;
		top:-3rem;
	}
	
}
