@charset "UTF-8";

/*-----------------------------------

	base

-----------------------------------*/
html {
	overflow-y: auto;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
	font: 13px/1.6 "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: 400;
	margin: 0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
	background-color: #a6d296;
}

::selection {
	background: #fac846;
	color: #fff;
}


::-moz-selection {
	background: #fac846;
	color: #fff;
}

.contents_inner {
	width: 1000px;
	margin: 0 auto;
}

a,
a:link,
a:visited {
	color: #333434;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #333434;
	text-decoration: none;
	transition: 0.2s;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	-ms-transition: 0.1s;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a img {
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
}

a:hover img {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.sp {
	display: none;
}

.pc {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.inner_708 {
	width: 80%;
	max-width: 937px;
	margin: 0 auto;
}

@media screen and (max-width: 1150px) {

	.inner {
		width: 95%;
		margin: 0 auto;
		max-width: 1160px;
	}

	img {
		max-width: 100%;
		height: auto;
	}

}

@media screen and (max-width: 840px) {

	body {
		font-size: 13px;
		font-size: 1.3em;
		line-height: 1.6em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}

	img {
		vertical-align: middle;
		line-height: 1;
	}

	/*#contents {
		margin-bottom:30px;	
	}*/
	.inner {
		width: 95%;
	}

}

@media screen and (max-width: 640px) {

	body {
		color: #4a4a4a;
	}

	.pc {
		display: none;
	}

	.sp {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.inner_708 {
		width: 95%;
		margin: 0 auto;
	}

	/* .sp img.wid100{ */
	/* width: 100%; */
	/* max-width: none !important; */
	/* } */
}

/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*-----------------------------------

	header

-----------------------------------*/
header {
	width: 100%;
}

.header_logo {
	margin: 0px 0 0 6.8px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.header_logo img {
	margin-top: 7px;
}

.main_bg {
	display: block;
	width: 100%;
	background-color: #a6d296;
	background-repeat: no-repeat;

	/* 背景の位置：グラデーションは 0 0（全体）、画像は center -80px */
	background-position: 0 0, center -200px;

	/* 背景のサイズ：グラデーションは 100% 100%、画像は 2000px auto */
	background-size: 100% 100%, 2000px auto;

	/* 背景画像 */
	background-image:
		linear-gradient(to bottom,
			rgba(166, 210, 150, 0) calc(100% - 100px),
			rgba(166, 210, 150, 1) 100%),
		url('../img/pc/main_bg_pc.jpg');
}

.top_img {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.main_img {
	display: block;
}

.main_v {
	max-width: 1036px;
	margin: 0 auto -30px;
	text-align: center;
	/* 中身を中央へ */
}

.present {
	display: block;
	margin-bottom: 40px;
}

/* 箱の設定 */
.present .main_img_pc,
.option_discount .option_discount_pc {
	max-width: 941px;
	margin: 0 auto;
	text-align: center;
	/* 中身を中央へ */
}

/* 画像自体の設定 */
.present .main_img_pc img,
.option_discount .option_discount_pc img {
	max-width: 100%;
	/* 親の941pxを超えてはみ出さないようにする */
	height: auto;
}

.option_discount {
	margin-bottom: 2.81px;
}


@media screen and (max-width: 840px) {}

@media screen and (max-width: 640px) {
	.main_bg {
		/* 位置：画像は少しだけ上にずらす（または 0 にして様子見） */
		background-position: 0 0, center -50px;

		/* サイズ：スマホの画面幅に合わせる（100%〜120%程度がおすすめ） */
		background-size: 100% 100%, 100% auto;

		background-image:
			linear-gradient(to bottom,
				rgba(166, 210, 150, 0) calc(100% - 100px),
				rgba(166, 210, 150, 1) 100%),
			url('../img/sp/main_bg_sp.jpg');
		/* SP用画像 */
	}

	.main_v {
		max-width: 1036px;
		margin: 0 auto -35px;
		text-align: center;
		/* 中身を中央へ */
	}

	.header_logo {
		justify-content: flex-end;
		margin: 0px 6.8px 0 0;
	}

	.main_img {
		display: block;
	}

	.present {
		display: block;
		margin-bottom: 30px;
	}

	.option_discount {
		margin-bottom: 2.81px;
	}

	.option_discount {
		margin-bottom: -25px;
	}
}



/*-----------------------------------

	footer

-----------------------------------*/

footer {
	background-color: #ffffff;
}

footer #footer_bg {
	padding: 30px 0 25px 0;
	clear: both;
}

footer .cautionary_note {
	padding-bottom: 35.8px;
	line-height: 1.7;
	font-size: 11px;
}

footer .cautionary_note .green {
	border: 1px solid #00aa46;
	color: #00aa46;
	padding: 4px 5px;
	margin-bottom: 10px;
	font-weight: 600;
}

footer .cautionary_note .black {
	color: #000000;
	font-weight: 500;
	font-size: 10px;
	line-height: 1.7;
}

footer .address {
	text-align: center;
	font-size: 14px;
	margin-bottom: 45px;
	font-weight: 700;
}

footer .rakuten_txt {
	text-align: center;
	font-size: 12px;
	line-height: 180%;
	font-weight: 700;
	margin-top: 10px;
}

.bar_blue {
	background-color: #00368f;
	color: #ffffff;
	font-size: 8px;
	text-align: end;
	padding: 12px 10px;
	font-weight: 700;
}


@media screen and (max-width : 640px) {
	footer {
		padding-bottom: 60px;
	}

	footer #footer_bg {
		padding: 10px 0 6px 0;
	}

	footer .cautionary_note {
		padding-bottom: 3.4px;
		font-size: 8px;
	}

	footer .cautionary_note .green {
		padding: 3px;
		letter-spacing: 0;
		margin-bottom: 8px;
		font-weight: 900;
	}

	footer .cautionary_note .black {
		letter-spacing: 0;
		color: #000000;
		font-weight: 700;
		line-height: 1.6;
	}

	footer .address {
		font-size: 10px;
		margin-bottom: 20px;
		font-weight: 900;
		letter-spacing: 0;
	}

	footer .rakuten_txt {
		text-align: center;
		font-size: 9px;
		letter-spacing: 0;
		line-height: 1.18;
		font-weight: 900;
	}

	.bar_blue {
		background-color: #00368f;
		color: #ffffff;
		font-size: 5px;
		text-align: center;
		padding: 1px 0;
		font-weight: 500;
	}

}

.floating_bnr {
	width: 80%;
	max-width: 710px;
	margin: 40px auto 40px;
	background: #de447c;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: #fff !important;
	padding: 20px;
	border-radius: 5px;
	transition: ease 0.3s;
}

.floating_bnr:hover {
	background: #0b2b5f;
}

@media screen and (max-width : 640px) {
	.floating_bnr {
		width: 100%;
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		letter-spacing: 0.04em;
		position: fixed;
		bottom: 0;
		right: 0;
		border-radius: 0;
		z-index: 999;
		margin: 0;
	}

	.banner06 {
		margin-bottom: 40px;
	}


}