@charset "utf-8";
/*===============================================
●共通
===============================================*/
#lpWrapper {
	font-family: tbudgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.inner {
	margin: 0 auto;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:middle;
	-ms-interpolation-mode:bicubic; 
}
svg {
	display: inline-block;
	vertical-align: middle;
}

/* 明朝体 */
.minM,
.minB {
	font-family: vdl-v7mincho, sans-serif;
	font-style: normal;
}
.minM {font-weight: 500;}
.minB {font-weight: 700;}

/* 吹き出しタイトル */
.titleBallon {
	position: relative;
	text-align: center;
}
.titleBallon:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2.5em;
	margin-top: -1.25em;
	background-color: #e6ded5;
}
.titleBallon h2,
.titleBallon div {
	position: relative;
	color: #fff;
	font-weight: 700;
	line-height: 2em;
	background-color: #000;
	border-radius: 1em;
}
.titleBallon h2:after,
.titleBallon div:after {
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-color: transparent;
	border-top-color: #000;
	border-bottom-width: 0;
}

/* 背景色のタイトル */
.titleYellowBG,
.titleBeigeBG,
.titleBlackBG {
	width: 100%;
	text-align: center;
}
.titleYellowBG h2,
.titleBeigeBG h2,
.titleBlackBG h2 {
	line-height: 1.3em;
	font-weight: 900;
}
.titleYellowBG {background-color: #e0b619;}
.titleBeigeBG {background-color: #eee8e3;}
.titleBlackBG {
	color: #fff;
	background-color: #000;
}
.pinkBG {
	color: #fff;
	background-color: #e95a46;
}
.acenter {text-align: center;}
.margin1 {margin-bottom: 1em;}

/* 文字カラー */
.colorPink {color: #e95a46;}
.colorYellow {color: #e0b619;}

/* 文字サイズ */
.textS {font-size: 1em!important;}
.textM {font-size: 2em!important;}

/* 吹き出し */
#meritText06 h3,
.balloonY {
	position: relative;
	text-align: center;
	background-color: #e0b619;
	border-radius: 20px;
}
#meritText06 h3:after,
.balloonY:after,
.check:after {
	content: "";
	display: block;
	width: 0;
	left: 50%;
	position: absolute;
	border-style: solid;
	border-color: transparent;
	border-bottom-width: 0;
	border-top-color: #e0b619;
}
/* ポイントのテキストボックス */
.pointText {
	display: flex;
	margin-bottom: 2em;
	align-items: center;
	justify-content: center;
}
.pointText div svg {
	width: 3.5em;
	height: 10em;
	fill: #e95a46;
}
.pointText div:last-child {transform: rotate(180deg);}

/* チェック吹き出し */
.check {
	text-align: center;
	position: relative;
	background-color: #e0b619;
	border-radius: 100%;
}
.check .checkText svg {
	fill: #fff;
	margin-right: 20px;
}
.check p {font-weight: 900;}
.check .hand svg {fill: #fff;}

/* 詳しく見るボタン */
.moreBtn a {
	display: block;
	width: 100%;
	max-width: 400px;
	color: #fff;
	font-size: 1.15em;
	line-height: 4em;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	position: relative;
	background-color: #000;
	border-radius: 2.5em;
	box-shadow: 3px 5px 0px 0px #e0b619;
}
.moreBtn a:after {
	content: "\ea40";
	display: block;
	position: absolute;
	top: 1.7em;
	right: 2.5em;
	line-height: 1em;
	font-family: "icomoon";
}

/* 商品を購入するボタン */
.purchaseBtn a {
	display: block;
	width: 100%;
	max-width: 320px;
	font-size: 1.15em;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	line-height: 3em;
	position: relative;
	margin: 0 auto;
	background-color: #000;
	border-radius: 1.5em;
}
.purchaseBtn a svg {
	width: 1.25em;
	height: 1.3em;
	fill: #fff;
	display: inline-block;
	margin-right: 1em;
	vertical-align: text-top;
}

/* 他の理由も見るボタン */
/*.moreReasonBtn a {
	display: block;
	width: 100%;
	max-width: 400px;
	color: #fff;
	font-size: 1.15em;
	line-height: 4em;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	position: relative;
	background-color: #000;
	border-radius: 2.5em;
}
.moreReasonBtn a svg {
	position: absolute;
	width: 1em;
	height: 1em;
	top: 1.4em;
	right: 2.5em;
	fill:none;
	stroke:#fff;
	stroke-width:3px;
	transform: rotate(180deg);
}*/

/* 画像をもっと表示するボタン */
.moreReasonBtn a {
	display: block;
	width: 100%;
	max-width: 400px;
	font-size: 1.15em;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	line-height: 4em;
	position: relative;
	margin: 0 auto;
	background-color: #000;
	border-radius: 2.5em;
}
.moreReasonBtn a:after {
	content: "";
	background: url("../../images/lp/diet/arrow.png") no-repeat center right / contain;
	width: 15px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	right: 15%;
	display: inline-block;
	position: absolute;
	transform: rotateX(180deg);
}
/* 閉じる */
.moreReasonBtn a.close:after {
	transform: rotateX(0deg);
}

/*===============================================
●画面の横幅が729px以下
===============================================*/
@media screen and (max-width: 729px) {
	
	#lpWrapper {padding: 0 12px;}
	#lpWrapper article,
	.purchaseBtn {margin: 0 0 3em;}
	
	.spNone {display: none;}
	
	
	/* 背景色のタイトル */
	.titleYellowBG,
	.titleBeigeBG,
	.titleBlackBG {
		width: auto;
		font-size: 1.25em;
		padding: 1.5em 1em;
		margin: 0 -1em 1em;
	}
	.check {
		width: 130px;
		height: 130px;
		padding: 20px 0;
		margin: 0 auto 30px;
	}
	.check .checkText svg {
		width: 75px;
		height: 34px;
		margin-right: 10px;
	}
	.check .hand svg {
		width: 20px;
		height: 30px;
	}
	#meritText06 h3:after,
	.balloonY:after,
	.check:after {
		bottom: -10px;
		margin-left: -10px;
		border-width: 20px 10px 0 10px;
	}
	.titleBallon {
		margin: 0 -1em;
		padding: 0 1em;
	}
	.titleBallon h2:after,
	.titleBallon div:after {
		bottom: -10px;
		left: 50%;
		margin-left: -8px;
		border-width: 15px 10px 0 10px;
	}
	.pointText p {
		font-size: 1.35em;
		font-weight: 900;
		line-height: 1.5em;
	}
	
}

/*===============================================
●画面の横幅が730px以上
===============================================*/
@media screen and (min-width: 730px) {
	
	#lpWrapper article,
	.purchaseBtn {margin-bottom: 6em;}
	.inner {
		width: 100%;
		max-width: 1000px;
	}
	.pcNone {display: none;}
	.flexBox {display: flex;}
	
	.titleBallon h2,
	.titleBallon div {
		width: 80%;
		max-width: 800px;
		font-size: 2.5em;
		margin: 0 auto;
	}
	
	/* 背景色のタイトル */
	.titleYellowBG,
	.titleBeigeBG,
	.titleBlackBG {
		font-size: 1.5em;
		line-height: 1.5em;
		padding: 3em 0;
	}
	.check {
		width: 250px;
		height: 250px;
		padding: 40px 0;
		margin: 0 auto 60px;
	}
	.check .checkText svg {
		width: 150px;
		height: 68px;
		margin-right: 20px;
	}
	.check p {
		font-size: 2em;
		margin: 0.8em 0;
	}
	.check .hand svg {
		width: 30px;
		height: 40px;
	}
	#meritText06 h3:after,
	.balloonY:after,
	.check:after {
		bottom: -25px;
		margin-left: -15px;
		border-width: 30px 15px 0 15px;
	}
	.titleBallon h2:after,
	.titleBallon div:after {
		bottom: -20px;
		left: 50%;
		margin-left: -15px;
		border-width: 30px 20px 0 20px;
	}
	.pointText p {
		font-size: 1.85em;
		font-weight: 900;
		line-height: 1.5em;
		margin: 0 1em;
	}
}

/*===========================================================
●画面の横幅が768px以下(スタイルが崩壊するため、特別処置)
=============================================================*/
@media screen and (max-width: 768px) {
	
	.instaAd #itemui { margin-top: 2em;}
	
	/*コンテンツ上の余白をpaddingからmarginへ変更*/
	.instaAd header { margin-top: 59px;}
	.instaAd header .sp_only {
		height: 59px;
		padding: 0;
		top: 0;
	}
	.instaAd header .sp_only ul { margin: 10px 0;}
	.instaAd #lpWrapper { padding: 0 0 0 0!important;}
}