@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 {
		width: 95%;
		max-width: 942px;
		margin: 0 auto;
}
.inner_708 {
	width: 90%;
	max-width: 937px;
	margin: 0 auto;
}

@media screen and (max-width: 1150px) {
	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: 90%;
		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 6.8px 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.header_logo img {
	margin-top: 7px;
}

.main_bg {
	display: block;
	padding: 0 0 73px 0;
	width: 100%;
	background: url(../img/pc/main_img_pc.jpg) no-repeat center center / cover;
	position: relative;
}
.title_bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.title_bg img{
	width: 100%;
	height: auto;
}
.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 63.4px;
	text-align: center;
	/* 中身を中央へ */
}

.present {
	display: block;
	margin-bottom: 55px;
}


/* 箱の設定 */
.present .main_img_pc,
.option_discount .option_discount_pc {
	max-width: 942px;
	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: 74px;
}
.store_list_btn{
	width: 100%;
	max-width: 942px;
	height: 141px;
}
.store_list_btn a{
	width: 100%;
	height: 100%;
	font-size: 53px;
	font-weight: 700;
	color: #ffffff;
	background-color: #e50012;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 5px solid #ffffff;
	border-radius: 70px;
	transition: opacity .3s ease;
}
.store_list_btn a:hover{
	filter: opacity(0.7);
}

@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 24px;
		text-align: center;
		/* 中身を中央へ */
	}

	.header_logo {
		justify-content: flex-end;
		margin: 0px 6.8px 0 0;
	}

	.main_img {
		display: block;
	}

	.present {
		display: block;
		margin-bottom: 21px;
	}

	.option_discount {
		margin-bottom: 28px;
	}
	.store_list_btn{
		width: 100%;
		height: 53px;
	}
	.store_list_btn a{
		width: 100%;
		height: 100%;
		font-size: 20px;
		font-weight: 700;
		color: #ffffff;
		background-color: #e50012;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 2px solid #ffffff;
		border-radius: 26px;
	}
}



/*-----------------------------------

	footer

-----------------------------------*/

footer {
	background-color: #ffffff;
}

footer #footer_bg {
	padding: 48px 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 .cautionary_note .black02 {
	color: #000000;
	font-weight: 500;
	font-size: 10px;
	line-height: 1.7;
	margin-bottom: 10px;
}

footer .address {
	text-align: center;
	font-size: 14px;
	margin-bottom: 45px;
	font-weight: 700;
}
footer .footer_logo{
	width: 500px;
	margin: 0 auto;
}
footer .footer_logo_pc img{
	width: 100%;
	height: auto;
}

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 #footer_bg {
		padding: 18px 0 6px 0;
	}

	footer .cautionary_note {
		padding-bottom: 18px;
		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 .cautionary_note .black02 {
		letter-spacing: 0;
		color: #000000;
		font-weight: 700;
		line-height: 1.6;
		margin-bottom: 5px;
	}

	footer .address {
		font-size: 10px;
		margin-bottom: 20px;
		font-weight: 900;
		letter-spacing: 0;
	}
	footer .footer_logo{
		width: 300px;
		margin: 0 auto;
	}
	footer .footer_logo_sp img{
		width: 100%;
		height: auto;
	}
	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;
	}

}
.cta_link{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 60px;
}
.cta_link a{
	width: calc( ( 100% - 34px ) / 2 );
	height: 68px;
	font-size: 26px;
	font-weight: 700;
	color: #ffffff;
	background-color: #e50012;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 34px;
	transition: opacity .3s ease;
}
.cta_link a:hover{
	filter: opacity(0.7);
}
.cta_link a:nth-child(2){
	background-color: #00368f;
}
@media screen and (max-width : 840px) {
	.cta_link a{
		font-size: 20px;
	}
}
@media screen and (max-width : 640px) {
	.cta_link{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		gap: 17px;
		margin-bottom: 33px;
	}
	.cta_link a{
		width: 100%;
		height: 53px;
		font-size: 20px;
		font-weight: 700;
		color: #ffffff;
		background-color: #e50012;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 34px;
	}


}