@charset "UTF-8";



/* 共通 */
#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.hvr:hover {
	opacity: 0.8;
}
h3,h4,h5,p {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.mincho {
	font-family: 'Noto Serif JP', serif;
}
.m_p {
	font-family: 'M PLUS 1p', sans-serif;
}
.br_sp {
	display: none;
}



/* メインビジュアル */
#main_img {
	width: 100%;
	background: url(../images/main_bg_texture.png) repeat;
}
#main_bg_l {
	width: 100%;
	background: url(../images/main_bg_l.png) no-repeat left top;
}
#main_bg_r {
	width: 100%;
	background: url(../images/main_bg_r.png) no-repeat right top;
}
header {
	width: 96%;
	margin: 0 auto 20px;
	padding: 25px 0 0;
}
header h2 {
	width: 240px;
	line-height: 0;
}

#main_cnt {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	position: relative;
}
#main_cnt img {
	width: 100%;
	height: auto;
}
#main_txt {
	font-family: 'M PLUS 1p', sans-serif !important;
	font-weight: normal;
	color: #221815;
	font-size: 175%;
	line-height: 1;
	position: absolute;
	top: 50px;
	left: 200px;
}
#main_txt img {
	display: none;
}
#main_ttl,#main_period,#main_photo {
	line-height: 0;
}

nav {
	width: 96%;
	max-width: 900px;
	height: 70px;
	border-radius: 100px;
	margin: 0 auto;
	background: #5c2d0d;
}
nav ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
nav ul li {
	color: #ffffff;
	font-size: 95%;
	line-height: 1;
	border-right: 1px #ffffff solid;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
}
nav ul li:last-child {
	border-right: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
nav ul li a {
	color: #ffffff;
}
nav ul li a:hover {
	text-decoration: underline;
}

#main_bg_bottom {
	width: 100%;
	height: 120px;
	margin: 40px 0 0;
	line-height: 0;
}
#main_bg_bottom img {
	width: 100%;
	height: 120px;
}
#main_bg_bottom_sp {
	display: none;
}

@media screen and (max-width: 939px) and (min-width: 768px) {
	#main_bg_l {
		background-position: left -120px top;
	}
	#main_bg_r {
		background-position: right -120px top;
	}
	#main_txt {
		font-size: 150%;
		top: 5%;
		left: 20%;
	}
	#main_bg_bottom_sp {
		display: block;
	}
	#main_bg_bottom_pc {
		display: none;
	}
	nav ul li {
		font-size: 90%;
		margin: 0 15px 0 0;
		padding: 0 15px 0 0;
	}
}



/* キャンペーン概要 */
#overview {
	width: 100%;
	background: #f3ece7;
	padding: 50px 0 0;
}
#overview h2 {
	width: 340px;
	margin: 0 auto 10px;
	line-height: 0;
}
#overview h4 {
	width: 60%;
	max-width: 620px;
	margin: 0 auto 20px;
	line-height: 0;
}
#overview h3 {
	width: 96%;
	max-width: 990px;
	margin: 0 auto;
	line-height: 0;
}
#overview h3 img,#overview h4 img {
	width: 100%;
	height: auto;
}
#overview_col {
	width: 96%;
	max-width: 890px;
	margin: 0 auto 35px;
	display: flex;
	align-items: center;
}
#overview_col div {
	margin: 0 10px 0 0;
	line-height: 0;
}
#overview_col p {
	font-size: 125%;
	line-height: 1.9;
}

#overview_present {
	width: 96%;
	max-width: 860px;
	margin: 0 auto 85px;
	display: flex;
}
#overview_present li {
	width: 50%;
}
#overview_present li div {
	width: 100%;
	margin: 0 0 5px;
	line-height: 0;
}
#overview_present li div img {
	width: 100%;
	height: auto;
}
#overview_present li h5 {
	font-family: 'M PLUS 1p', sans-serif !important;
	font-weight: normal;
	font-size: 140%;
	line-height: 1;
	margin: 0 0 15px;
}
#overview_present li p {
	font-family: 'M PLUS 1p', sans-serif !important;
	font-size: 110%;
	line-height: 1;
}
#overview_present li:first-child h5,#overview_present li:first-child p {
	text-align: center;
}
#overview_present li:last-child h5 {
	text-align: right;
}

#overview_bg_bottom {
	width: 100%;
	height: 120px;
	line-height: 0;
}
#overview_bg_bottom img {
	width: 100%;
	height: 120px;
}
#overview_bg_bottom_sp {
	display: none;
}

@media screen and (max-width: 939px) and (min-width: 768px) {
	#overview_col p {
		font-size: 115%;
	}
	#overview_bg_bottom_pc {
		display: none;
	}
	#overview_bg_bottom_sp {
		display: block;
	}
}



/* 賞品紹介 */
#prize {
	width: 100%;
	background: #faf6f3;
	padding: 20px 0 160px;
}
#prize h2 {
	width: 340px;
	margin: 0 auto 40px;
	line-height: 0;
}
#prize h3 {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	line-height: 0;
}
#prize_img {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 40px;
	line-height: 0;
}
#prize h3 img,#prize_img img {
	width: 100%;
	height: auto;
}

.set_block {
	width: 100%;
	position: relative;
}
.set {
	width: 96%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.set_img {
	width: 50%;
}
.set_cnt {
	width: 50%;
}
.set_odd .set_img {
	padding: 0 40px 0 0;
	display: flex;
	justify-content: flex-end;
}
.set_even .set_img {
	order: 2;
}
.set_even .set_cnt {
	order: 1;
	display: flex;
	justify-content: flex-end;
}
.set_cnt_inner {
	width: 100%;
	max-width: 550px;
}
.set_num {
	margin: 0 0 10px;
	line-height: 0;
}
.set_cnt_inner h4 {
	font-weight: normal;
	font-size: 250%;
	line-height: 1;
	margin: 0 0 15px;
}
.set_cnt_inner h4 span {
	color: #bb9204;
}
.set_cnt_inner h5 {
	font-size: 130%;
	line-height: 1.65;
	margin: 0 0 20px;
}
.set_txt {
	color: #51270c;
	font-size: 110%;
	line-height: 1.9;
	margin: 0 0 35px;
}
.set_tmb {
	width: 100%;
	margin: 0 0 40px;
	display: flex;
	justify-content: space-between;
}
.set_tmb li {
	width: 48%;
	max-width: 260px;
	line-height: 0;
}
.set_tmb li img {
	width: 100%;
	height: auto;
}
.detail_btn {
	width: 280px;
	height: 45px;
	background: #9a887e;
	border-radius: 50px;
}
.detail_btn a {
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 100%;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.detail_btn a:after {
	content: '';
	display: block;
	width: 13px;
	height: 10px;
	background: url(../images/arrow.png) no-repeat center center;
	background-size: contain;
	margin: 0 0 0 8px;
}

#set_block01 {
	margin: 0 0 45px;
}
#set_block02 {
	margin: 0 0 80px;
}
#set_block03 {
	margin: 0 0 55px;
}
#set_block04 {
	margin: 0 0 40px;
}
#set_block05 {
}
#set_block01 .set_cnt {
	margin: 10px 0 0;
}
#set_block02 .set_img {
	margin: 110px 0 0;
}
#set_block03 .set_img {
	margin: 30px 0 0;
}
#set_block04 .set_img {
	margin: 130px 0 0;
}
#set_block05 .set_img {
	margin: 100px 0 0;
}
#prize_bg01 {
	width: 348px;
	position: absolute;
	top: -255px;
	left: 0;
}
#prize_bg02 {
	width: 377px;
	position: absolute;
	bottom: -70px;
	right: 0;
}
#prize_bg03 {
	width: 347px;
	position: absolute;
	bottom: -150px;
	right: 0;
}
#prize_bg01 img,#prize_bg02 img,#prize_bg03 img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
	.set_img {
		text-align: center;
	}
	.set_odd .set_img {
		display: block;
		padding: 0;
	}
	.set_img img {
		width: 100%;
		height: auto;
	}
	#set_block01 .set_img img {
		max-width: 510px;
	}
	#set_block02 .set_img img {
		max-width: 600px;
	}
	#set_block03 .set_img img {
		max-width: 510px;
	}
	#set_block04 .set_img img {
		max-width: 700px;
		padding: 0 0 0 2%;
	}
	#set_block05 .set_img img {
		max-width: 510px;
		padding: 0 3% 0 0;
	}
	#prize_bg01 {
		width: 30%;
		max-width: 348px;
	}
	#prize_bg02 {
		width: 30%;
		max-width: 377px;
	}
	#prize_bg03 {
		width: 30%;
		max-width: 347px;
	}
}
@media screen and (max-width: 833px) and (min-width: 768px) {
	.set_cnt_inner h4 {
		font-size: 210%;
	}
}



/* キャンペーン対象商品 */
#product {
	width: 100%;
	background: #faf6f3;
	padding: 0 0 50px;
}
#product_inner {
	width: 96%;
	max-width: 1100px;
	border-radius: 30px;
	background: #ffffff;
	margin: 0 auto;
	padding: 55px 0 0;
}
#product_inner h2 {
	width: 340px;
	margin: 0 auto 25px;
	line-height: 0;
}
.product_block {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
}
#product_inner .product_block:first-of-type {
	margin-bottom: 120px;
}
.product_block h3 {
	font-weight: normal;
	text-align: center;
	font-size: 190%;
	line-height: 1;
	margin: 0 0 30px;
}
.product_ul {
	width: 660px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
}
.product_ul li div {
	margin: 0 0 20px;
	line-height: 0;
}
.product_ul h4 {
	font-weight: normal;
	text-align: center;
	font-size: 125%;
	line-height: 1;
	margin: 0 0 18px;
}
.purchase_btn {
	width: 160px;
	height: 45px;
	margin: 0 auto;
	border-radius: 50px;
}
.purchase_btn a {
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 100%;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.purchase_btn a:after {
	content: '';
	display: block;
	width: 13px;
	height: 10px;
	background: url(../images/arrow.png) no-repeat center center;
	background-size: contain;
	margin: 0 0 0 8px;
}
.purchase_btn_blue {
	background: #8aaac2;
}
.purchase_btn_red {
	background: #f6b3ba;
}
.product_note {
	width: 480px;
	margin: 0 auto 25px;
}
.product_note li {
	font-size: 100%;
	line-height: 1.7;
}
.product_txt {
	color: #5d2d0d;
	font-size: 120%;
	line-height: 1.8;
	margin: 0 0 25px;
}
.product_dl {
	width: 100%;
	background: #f6f4ef;
	border-radius: 20px;
	padding: 25px 0 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.product_dl dt {
	display: block;
	width: 220px;
	height: 56px;
	background: url(../images/product_midashi_bg.png) no-repeat center center;
	text-align: center;
	color: #5d2d0d;
	font-size: 120%;
	line-height: 1;
	margin: 0 0 15px;
	padding: 14px 0 0;
}
.product_dl dd {
	color: #5d2d0d;
	font-size: 120%;
	line-height: 1.8;
}
#product_rice {
	width: 96%;
	max-width: 800px;
	border-top: 1px #cccccc solid;
	margin: 80px auto 0;
	padding: 55px 0 100px;
}
#product_rice h3 {
	text-align: center;
	font-weight: normal;
	font-size: 190%;
	line-height: 1;
	margin: 0 0 45px;
}
#product_rice div {
	width: 100%;
	margin: 0 0 30px;
	line-height: 0;
}
#product_rice div img {
	width: 100%;
	height: auto;
}
#product_rice p {
	text-align: center;
	font-size: 120%;
	line-height: 1.8;
}



/* 応募方法 */
#flow {
	width: 100%;
	background: #faf6f3;
	padding: 60px 0 130px;
}
#flow h2 {
	width: 440px;
	margin: 0 auto 20px;
}
#flow_txt {
	text-align: center;
	font-size: 140%;
	line-height: 1;
	margin: 0 0 30px;
}
#flow_ul {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#flow_ul li {
	width: 250px;
	margin: 0 0 45px;
}
.flow_num {
	width: 100%;
	line-height: 0;
}
.flow_num img {
	width: 100%;
	height: auto;
}
.flow_border {
	border-left: 1px #3da537 solid;
}
.flow_border_s {
	min-height: 320px;
}
.flow_border_l {
	min-height: 340px;
}
#flow_ul li:nth-child(4) .flow_border,#flow_ul li:nth-child(8) .flow_border {
	border-right: 1px #3da537 solid;
}
.flow_border div {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	line-height: 0;
	position: relative;
	top: -25px;
}
.flow_border div img {
	width: 100%;
	height: auto;
}
.flow_border p {
	width: 90%;
	margin: 0 auto;
	color: #666666;
	font-size: 95%;
	line-height: 1.6;
}
#flow_line {
	width: 500px;
	margin: 0 auto;
	line-height: 0;
}
#flow_line a {
	pointer-events: none;
	cursor: default;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	#flow_ul {
		width: 750px;
	}
	#flow_ul li:nth-child(4) .flow_border {
		border-right: none;
	}
	#flow_ul li:nth-child(3) .flow_border,#flow_ul li:nth-child(6) .flow_border {
		border-right: 1px #3da537 solid;
	}
}



/* 利用規約 */
#terms {
	width: 100%;
	padding: 75px 0 130px;
}
#terms h3 {
	font-family: 'M PLUS 1p', sans-serif !important;
	text-align: center;
	font-weight: normal;
	font-size: 200%;
	line-height: 1;
	margin: 0 0 60px;
}
#terms > dl {
	width: 96%;
	max-width: 900px;
	margin: 0 auto 45px;
}
#terms > dl > dt {
	font-family: 'M PLUS 1p', sans-serif !important;
	font-weight: bold;
	font-size: 120%;
	line-height: 1;
	margin: 0 0 12px;
}
#terms > dl > dd {
	font-family: 'M PLUS 1p', sans-serif !important;
	font-size: 100%;
	line-height: 1.7;
}
#terms > dl > dd ul li {
	text-indent: -1em;
	padding-left: 1em;
}
#terms > dl > dd a {
	color: #227cd1;
	text-decoration: underline;
}
#terms > dl > dd a:hover {
	text-decoration: none;
}
#terms > dl > dd > dl {
	display: flex;
}
#terms > dl > dd > dl dt {
	margin: 0 20px 0 0;
}



/* フッター */
footer {
	width: 100%;
	padding: 0 0 40px;
}
footer h2 {
	width: 200px;
	margin: 0 auto 18px;
	line-height: 0;
}
footer p {
	font-family: 'M PLUS 1p', sans-serif !important;
	text-align: center;
	color: #5c5c5c;
	font-size: 75%;
	line-height: 1;
}


