@charset "utf-8";
/* ===================================================================
	style.css
=================================================================== */
/*----------------------------------------------------
	メインビジュアル 
----------------------------------------------------*/
#mv {
	background-image: url("../img/mv.jpg");
	background-color: #f4f4f6;
	background-repeat: no-repeat;
	background-position: top center;
	height: 1000px;
	margin: 60px 0 0;
}
@media only screen and (max-width: 1240px) {
#mv {
	background:none;
	height: auto;
	margin: 60px auto 0;
}
#mv .sp_view {
	display: block;
}
}
@media only screen and (max-width: 748px) {
#mv {
	margin: auto;
}
}
/*----------------------------------------------------
	機能性表示
----------------------------------------------------*/
.section1 {
	background: url(../img/sec01_img_back_01.jpg) center top / 100% auto repeat-y;
	padding: 6% 3%;
}
.explanation {
	background-image: url(../img/sec01_img_back_04.jpg) , url(../img/sec01_img_back_02.jpg) , url(../img/sec01_img_back_03.jpg);
	background-repeat: no-repeat , no-repeat , repeat-y;
	background-position: center bottom , center top , center top ;
	background-size: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5% 4%;
}
.explanation .box1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 3%;
}
.explanation .box1 h2 {
	max-width: 50%;
}
.explanation .box1 p {
	font-size: clamp(15px, 3vw, 30px);
}
.explanation figure img {
	border: solid 1px #cdbb9a;
}
.explanation h3 {
	margin: 2% 0 1%;
	color: #c7351a;
	font-size: clamp(15px, 3vw, 30px);
}
.explanation dl dt {
	margin: 0 0 1% -10px;
	font-size: clamp(15px, 2.6vw, 28px);
}
.explanation dl dd {
	font-size: clamp(13px, 2vw, 18px);
}
.explanation dl .text1 {
	font-size: clamp(12px, 1.5vw, 15px);
	margin-top: 10px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
}
.explanation dl .text1 p {
	margin-top: 5px;
}
/*----------------------------------------------------
	イミダゾールジペプチド
----------------------------------------------------*/
.section2 {
	background: url(../img/background_02.jpg) left top repeat;
	padding: 6% 3% 1%;
	position: relative;
}
.section2::after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 500px;
	clip-path: polygon(0 200px, 100% 0, 100% calc(100% - 0px), 0 100%);
	background: url(../img/background_03.jpg) left top repeat;
	z-index: 0;
}
.efficacy {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
}
.efficacy .textArea {
	max-width: 660px;
	width: 55%;
}
.efficacy p {
	margin: 4% 0 0;
	font-size: clamp(13px, 2vw, 23px);
	line-height: 1.9;
}
.efficacy figure {
	width: 45%;
	padding-left: 3%;
}
.graph {
	background-image: url(../img/sec02_img_back_03.jpg) , url(../img/sec02_img_back_01.jpg) , url(../img/sec02_img_back_02.jpg);
	background-repeat: no-repeat , no-repeat , repeat-y;
	background-position: center bottom , center top , center top ;
	background-size: 100%;
	max-width: 1200px;
	margin: 5% auto 0;
	padding: 4% 4%;
	position: relative;
	z-index: 1;
}
.graph h3 {
	text-align: center;
}
.graph .graphArea {
	display: flex;
	margin: 5% 0 1%;
}
.graph figure {
	width: 50%;
}
.graphArea .box1 {
	width: 50%;
	padding-left: 2%;
	color: #ececec;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
	font-size: clamp(12px, 1.4vw, 16px);
}
.graphArea .box1 dl {
	display: flex;
	width: 100%;
}
.graphArea .box1 dt {
	 white-space: nowrap;
}
.graphArea .box1 p {
	margin-top: 2%;
}
.graphArea .box1 p span {
	margin-right: 3px;
	font-size: clamp(18px, 2vw, 20px);
	vertical-align: -8px;
	line-height: 0.7;
}
@media screen and ( max-width: 780px ){
.section2 .efficacy {
	display: block;
}
.efficacy .textArea {
	width: 100%;
}
.efficacy .textArea h2 {
	max-width: 460px;
}
.efficacy figure {
	width: 100%;
	max-width: 380px;
	margin: 5% auto 0;
	padding-left: 0;
}
.graph {
	padding: 6% 4%;
}
.graph .graphArea {
	display: block;
	margin: 5% 0 1%;
}
.graph figure {
	width: 100%;
	max-width: 460px;
	margin: 0 auto 3%;
}
.graphArea .box1 {
	width: 100%;
	padding-left: 0;
}
}
/*----------------------------------------------------
	こんな方におすすめです
----------------------------------------------------*/
.section3 {
	background: url(../img/background_03.jpg) left top repeat;
	padding: 5% 3% 5%;
}
.recommend {
	max-width: 1200px;
	margin: 0 auto;
}
.recommend h3 {
	text-align: center;
	max-width: 70%;
	margin: 0 auto;
}
.recommend ul {
	display: flex;
	margin: 5% -1% 0;
}
.recommend ul li {
	margin: 0 1%;
	width: calc( 100% / 3 );
}
@media screen and ( max-width: 780px ){
.section3 {
	padding: 5% 3% 6%;
}
.recommend h3 {
	max-width: 460px;
}
.recommend ul {
	display: block;
	margin: 5% auto 0;
}
.recommend ul li {
	width: 100%;
	margin: 4% 0 0;
	padding: 2% 1% 5%;
	border-bottom: solid 1px #ffe6d6;
	text-align: center;
}
.recommend ul li img {
	width: 100%;
	max-width: 320px;
}
}
/*----------------------------------------------------
	イミダゾールジペプチドが多い理由
----------------------------------------------------*/
.section4 {
	background: url(../img/sec03_img_back_02.jpg) center bottom / 100% auto no-repeat;
	padding: 0 0 5%;
	z-index: -3;
	position: relative;
}
.titleArea {
	background: url(../img/sec03_img_back_01.jpg) left top repeat;
	padding: 3% 3%;
	text-align: center;
	position: relative;
}
.titleArea::after {
	display: block;
	content: "";
	background: url(../img/sec03_img_back_01.jpg) left top repeat;
	position: absolute;
	left: 50%; 
	bottom: -10px;
	width: 200px;
	height: 200px;
	transform: rotate(45deg);
	margin-left: -100px;
	z-index: -1;
}
.titleArea h2 {
	position: relative;
	z-index: 1;
}
.production {
	max-width: calc( 1200px + 4% );
	margin: 2% auto 0;
	padding: 0 2%;
	z-index: -2;
	position: relative;
}
.productArea {
	background: #ffffff;
	border : solid 2px #0064d1;
	padding: 0 0 3%;
}
.productArea .flow {
	text-align: center;
	margin: 4% 2% 0;
}
.productArea .system {
	background: url(../img/sec04_img_back_01.jpg) left top repeat;
	margin: 3% 2% 2%;
	padding: 2% 3%;
	color: #0064d1;
	font-size: clamp(15px, 3vw, 32px);
	text-align: center;
	line-height: 1.4;
}
.productArea .appeal {
	display: flex;
	flex-wrap: wrap;
	padding: 0 1%;
}
.productArea .appeal li {
	width: 50%;
	padding: 0 1%;
}
.productArea .appeal li img {
	width: 100%;
}
.productArea .appeal p {
	margin: 3% 0 0 10px;
	font-size: clamp(13px, 1.5vw, 18px);
	line-height: 1.5;
}
@media screen and ( max-width: 780px ){
.titleArea::after {
	bottom: -15px;
	width: 50px;
	height: 50px;
	margin-left: -25px;
}
.productArea .appeal li {
	width: 100%;
	padding: 3% 2% 0 0;
}
.appeal p {
	margin: 10px 0 0 2%;
}
}
/*----------------------------------------------------
	商品一覧
----------------------------------------------------*/
.itemContents {
	background: url(../img/background_04.jpg) center top / cover no-repeat;
	padding: 6% 3% 5%;
}
.itemList {
	max-width: 1200px;
	margin: 0 auto;
}
.itemList .frame {
	display: flex;
}
.itemList figure {
	width: 42%;
	padding: 0 3% 0 0;
	position: relative;
}
.itemList figure .badge {
	max-width: 40%;
	position: absolute;
	left: -10%;
	top: -10%;
}
.itemList figure > img {
	width: 100%;
	border: solid 2px #ffffff;
}
.itemList .specBox {
	width: 58%;
	font-weight: bold;
}
.itemList .kinousei {
	max-width: 60%;
}
.itemList h2 {
	margin: 2% 0 0;
	font-size: clamp(20px, 4vw, 45px);
}
.itemList .priceBox {
	font-size: clamp(17px, 4vw, 42px);
}
.itemList .priceBox .price {
	margin-left: 10px;
	font-size: clamp(24px, 4vw, 58px);
	color: #b40820;
	line-height: 1.2;
	letter-spacing: -3px;
	font-family: 'Lora', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "メイリオ",Meiryo, serif;
}
.itemList .priceBox .price span {
	margin: 0 4px 0 2px;
	font-size: clamp(15px, 2.6vw, 28px);
	letter-spacing: 0;
}
.itemList .set {
	margin: 2% 0 0;
}
.itemList .priceBox .limited {
	display: inline-block;
	background: #ffffff;
	border: solid 1px #301417;
	padding: 5px 6px;
	margin-right: 10px;
	font-weight: normal;
	font-size: clamp(13px, 2.0vw, 20px);
	line-height: 1.1;
}
.itemList .button {
	display: block;
	background: #8d0011;
	border: solid 1px #8d0011;
	border-radius: 6px;
	margin: 1% 0 0;
	padding: 1% 1%;
	font-size: clamp(16px, 3vw, 26px);
	color: #ffffff;
	text-align: center;
}
.itemList a:hover.button {
	background: #ffffff;
	color: #8d0011;
}
.otherLink {
	background: url(../img/sec05_img_back_01.jpg) center top / cover no-repeat;
	border: solid 2px #000000;
	margin: 5% 0 3%;
	padding: 4% 5%;
}
.otherLink .text {
	text-align: center;
	color: #ffffff;
	font-size: clamp(14px, 3vw, 42px);
}
.otherLink .btn {
	max-width: 640px;
	margin: 2% auto 0;
}
.otherLink .button {
	background: #FFE4AD;
	background: linear-gradient(90deg,rgba(255, 228, 173, 1) 0%, rgba(236, 196, 114, 1) 30%, rgba(255, 228, 173, 1) 66%, rgba(236, 196, 114, 1) 100%);
	border: solid 1px #221515;
	padding: 2% 3%;
	color: #221515;
	font-weight: bold;
}
.otherLink .button:hover {
	padding: 2% 3%;
	color: #221515 !important;
}
.itemList .box1 {
	display: flex;
	justify-content: space-between;
}
@media screen and ( max-width: 1270px ){
.itemList .box1 .text1 {
	padding: 0 1%;
}
}
@media screen and ( max-width: 780px ){
.itemList .frame {
	display: block;
}
.itemList .specBox{
	width: 100%;
}
.itemList h2 {
	font-weight: bold;
}
.itemList ul figure {
	width: 100%;
	padding: 0 0 5% 0;
}
.itemList figure .badge {
	width: 160px;
	left: -30px;
	top: -30px;
}
.itemList .priceBox .price {
	letter-spacing: -1px;
}
.itemList .priceBox .limited {
	vertical-align: 2px;
	margin: 0 5px 1% 0;
}
.itemList .box1 {
	display: block;
}
.itemList .box1 .text1 {
	margin: 3% 0 0;
	padding: 0;
}
.itemList .box1 .text1 img {
	width: 100%;
}
}

