
/* CSS Document */
/*----- last up date 20180228 -----*/

/*---==============================---*/
/*---======= ベース部分構成 =======---*/
/*---==============================---*/



html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: bottom;
	}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin:0;
	}

button{
	background:none;
	border:none;
	cursor:pointer;
	padding:0;
	margin:0;
	}

body{
	text-align:center;
	overflow-x:hidden;
	margin:0;
	padding:77px 0 0px;
	font-size:18px;
	line-height:1.5;
	color: #000;
	font-family: "ten-mincho", serif;
	font-weight:lighter;
	}
	
body .bgCurtain{display:none; width:100vw; height:100vh; position:fixed; top:0; left:0; background-color:rgba(00,00,00,0.7); z-index:98;}

*.fG{font-family:"游ゴシック" , "游ゴシック体" , 'Noto Sans JP';}

p,ul,ol,li,dl,dd,dt,b,h1,h2,h3,h4,h5,address,form,input,small,section{
	margin:0px;
	padding:0px;
	font-weight:lighter;
	font-style:normal;
	list-style-type:none;
	}

*{box-sizing:border-box;}
*:focus {outline: none;}
*:before,*:after{display:inline-block;}

a{
	color:#fff;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	}


img{
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
	}

.wrap{
	width:1000px;
	margin:20px auto 30px;
	}

.clearfix{
	zoom:1;
	}

.clearfix:after{
	content: "";
	clear:both;
	display:block;
	}

.clear{
	clear:both;
	}
	
.sP{
	text-indent:-9999px;
	background:no-repeat  center center;
	background-size:100%;
	}

figure{overflow:hidden;}
figure.zoom img{
	transform: scale(100%, 100%);
	-webkit-transform: scale(1, 1);
	transition:1s all
	}
figure.zoom img:hover{transform: scale(120%, 120%);-webkit-transform: scale(1.2, 1.2);}
*.fe.feLeft{justify-content:flex-start;}
*.fe.feRight{justify-content:flex-end;}
*.fe.fe02{flex-direction : row-reverse;}
*.fe{display:flex; justify-content:space-between; flex-wrap: wrap;}
*.iB{letter-spacing:-1em; word-spacing: -1em;}
*.uL{border-bottom:2px #fff solid; padding:0 20px;}
*.tC{text-align:center;}
*.tL{text-align:left;}
*.tR{text-align:right;}
:root *.iB{font-size: 1px; word-spacing: -1px;}
*.iB > *{display:inline-block; letter-spacing:normal; vertical-align:top; font-size:100%; word-spacing:normal; font-size:18px;}
*.sp{display:none;}
*.mB20{margin-bottom:20px;}
*.mB30{margin-bottom:30px;}
*.mB40{margin-bottom:40px;}
*.mB50{margin-bottom:50px;}
*.mB60{margin-bottom:60px;}
*.mB70{margin-bottom:70px;}
*.mB80{margin-bottom:80px;}
*.mB90{margin-bottom:90px;}
*.mB100{margin-bottom:100px;}
*.mB110{margin-bottom:110px;}
*.mB120{margin-bottom:120px;}
*.mB130{margin-bottom:130px;}
*.mB140{margin-bottom:140px;}
*.mB150{margin-bottom:150px;}
*.mT20{margin-top:20px;}
*.mT30{margin-top:30px;}
*.mT40{margin-top:40px;}
*.mT50{margin-top:50px;}
*.mT60{margin-top:60px;}
*.mT70{margin-top:70px;}
*.mT80{margin-top:80px;}
*.mT90{margin-top:90px;}
*.mT100{margin-top:100px;}
*.mT110{margin-top:110px;}
*.mT120{margin-top:120px;}
*.mT130{margin-top:130px;}
*.mT140{margin-top:140px;}
*.mT150{margin-top:150px;}
*.pT > *{position:relative;}
*.pT.pT20 > *{top:-20px;}
*.pT.pT30 > *{top:-30px;}
*.w100{width:100%;}


header{
	background-color:#eae1d6;
	width:100%;
	height:77px;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	}

header ul.fe{
	width:1070px;
	margin:0 auto;
	position:relative;
	}

header ul.fe > li {
	line-height:77px;
}

header ul.fe > li:nth-of-type(1){
	margin:0 250px 0 0;
	}
header ul.fe > li:nth-of-type(2){
	color:#49220a;
	font-size:27px;
	line-height:1.2;
	}

header ul.fe > li:nth-of-type(2) span{
	color:#a51101;
	font-size:32px;
	display:block;
	}

header ul.fe > li:nth-of-type(2) span:before{
	color:#49220a;
	font-size:17px;
	content:"[送料無料]";
	}

header ul.fe > li:nth-of-type(3){
	color:#49220a;
	line-height: 1;
	margin: 11px;
}
	
	
	

article,
article main{width:100%; text-align:center; position:relative;}
article main section.content,
article main section.mainImg,
article main section .bg{width:100%; margin-left:auto; margin-right:auto;}
article main section .bg.bgR{background-color:#b10000;}
article main section .bg.bgY{background-color:#f4e0b1;}
article main section .bg.bgBr{background-color:#411c15;}
article main section .bg.bgW{background-color:#fff;}

article main section .img{
	margin:0 auto;
	transition: .8s;
	opacity: 0;
	transform: translate(0,100px); 
	-webkit-transform: translate(0,100px); 
	}

article main section .img.mv{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	}
	
article main section .img02{
	margin:0 auto;
	transition: .8s;
	opacity: 0;
	transform: translate(100px,0); 
	-webkit-transform: translate(100px,0); 
	}

article main section .img02.mv{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	}
	
article main section .text{
	transition:1.5s;
	opacity:0;
	}

article main section .text.mv{
	opacity:1.0;
	}


article main section.content h2{
	font-size:70px;
	color:#49220a;
	}


article main section.mainImg01.mainImg{
	background:url(../img/lp_img_img_03.jpg) no-repeat center center;
	background-color:#000;
	height:948px;
	position:relative;
	color:#fff;
	}

article main section.mainImg01.mainImg h3{
	font-size:29px;
	padding:10px 0;
	}

article main section.mainImg01.mainImg ul{
	width:1000px;
	margin:0 auto;
	position:relative;
	}

article main section.mainImg01.mainImg ul > li{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	}

article main section.mainImg01.mainImg ul > li:nth-of-type(1){transform: translate(-350px,0);  -webkit-transform: translate(-350px,0);}
article main section.mainImg01.mainImg ul > li:nth-of-type(3){transform: translate(350px,50px); -webkit-transform: translate(350px,50px);}
article main section.mainImg01.mainImg ul > li:nth-of-type(4){transform:translate(-210px,520px); -webkit-transform:translate(-210px,520px);}

article main section.mainImg02.mainImg{
	background-color:#e9ded2;
	position:relative;
	color:#fff;
	margin-bottom:200px;
	}

article main section.mainImg02.mainImg h2{
	font-size:43px;
	line-height:90px;
	}

article main section.mainImg02.mainImg ul {
	background: url(../img/lp_img_img_04.png)left top -20% no-repeat;
	height: 710px;
	width: 1000px;
	margin: auto;
	position: relative;
}

article main section.mainImg02.mainImg ul > li{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	}
	
article main section.mainImg02.mainImg ul > li:nth-of-type(2){transform:translate(630px,120px); -webkit-transform:translate(630px,120px);}
article main section.mainImg02.mainImg ul > li:nth-of-type(3){bottom:30px;}
article main section.mainImg02.mainImg ul > li:nth-of-type(3) a::before {
	content: "賞味期限:製造より1ヶ月(夏場は２０日)";
	font-size: 18px;
	color: #49220a;
	display: block;
	width: 370px;
	text-align: left;
	padding: 0 0 0 40px;
	position: absolute;
}

article main section.mainImg02.mainImg ul > li:nth-of-type(2) p {
	text-align: left;
	color: #49220a;
	font-size: 23px;
	margin-top: 100px;
	padding: 15px;
	border: solid 1px;
	width: 360px;
	line-height: 2;
}
	
article main section.mainImg03.mainImg {
	background-image: url(../img/lp_img_img_06.jpg) , url(../img/lp_img_img_09.jpg);
	background-repeat: no-repeat;
	background-position: center top , center 1831px;
	background-color: #3f200d;
	position: relative;
	padding: 600px 0 248px;
	color: #fff;
	margin-bottom:200px;
}

article main section.mainImg03.mainImg p{
	font-size:24px;
	padding:40px;
	}

article main section.mainImg03.mainImg ul.fe{
	width:950px;
	margin:0 auto;
	}

article main section.mainImg03.mainImg ul.fe li{
	width:465px;
	height:370px;
	overflow:hidden;
	border-radius:5px;
	}
	
article main section.mainImg03.mainImg ul.fe li img{
	transform: scale(100%, 100%);
	-webkit-transform: scale(1, 1);
	transition:1s all
	}
	
article main section.mainImg03.mainImg ul.fe li img:hover{transform: scale(120%, 120%);-webkit-transform: scale(1.2, 1.2);}
	
article main section.mainImg04.mainImg {
	background: url(../img/lp_img_img_11.jpg) no-repeat center 350px;
	background-color: #000;
	position: relative;
	padding:0 0 50px 0;
	color: #fff;
	margin-bottom: 20px;
}

article main section.mainImg04.mainImg > h3 {
	background: url(../img/lp_img_text_11.png) center bottom no-repeat;
	background-color: #fff;
	height: 350px;
}

article main section.mainImg04.mainImg ul{
	margin-top:760px;
	}

article main section.mainImg04.mainImg ul > li p{
	font-size:29px;
	border-top:dotted 5px #fff;
	padding-top:15px;
	width:900px;
	margin:15px auto;
	}

article main section.mainImg04.mainImg ul > li p strong{color:#fff3ac;}



article main section.content.content02 ul.fe{width:1000px; margin:0 auto;}
article main section.content.content02 ul.fe li{
	height:438px;
	overflow:hidden;
	border-radius:5px;
	}
	
article main section.content.content02 ul.fe li:nth-of-type(1){width:640px;}
article main section.content.content02 ul.fe li:nth-of-type(2){width:340px;}
article main section.content.content02 ul.fe li img{
	transform: scale(100%, 100%);
	-webkit-transform: scale(1, 1);
	transition:1s all
	}
	
article main section.content.content02 ul.fe li img:hover{transform: scale(120%, 120%);-webkit-transform: scale(1.2, 1.2);}

article main section.content.review h3{
	border-top:#400f05 5px solid;
	border-bottom:#400f05 5px solid;
	width:1000px;
	margin:150px auto 30px;
	}

article main section.content.review ul.fe{width:1000px; margin:0 auto;}


article main section.content.content03 > h3:nth-of-type(1){
	border:#400f05 5px solid;
	width:800px;
	margin:150px auto 30px;
	}
	
article main section.content.content03 h3.bg.bgY {
	width: 100%;
	border: none;
	padding: 5px 0;
	position: relative;
	margin-bottom: 10px;
}

article main section.content.content03 h3.bg.bgBr {width: 1000px; margin: 10px auto;}
article main section.content.content03 h3.bg.bgY:before,
article main section.content.content03 h3.bg.bgY:after{
	content:"";
	width:100%;
	height:5px;
	}

article main section.content.content03 h3.bg.bgY:before{border-top:#400f05 5px solid;}
article main section.content.content03 h3.bg.bgY:after{border-bottom:#400f05 5px solid;}
	
	
article main section.content.content03 figure {
	width: 1000px;
	height: 896px;
	margin: 0 auto 0;
}

article main section.content.content03 p {
	color: #400f05;
	font-size: 35px;
	padding: 40px 0;
	margin-bottom: 50px;
}

article main section.content.content03 ul.fe{width:1000px; margin:0 auto;}
article main section.content.content03 > ul.fe:nth-of-type(1) > li:nth-of-type(1){
	width:478px;
	height:522px;
	overflow:hidden;
	border-radius:5px;
	}

article main section.content.content03 > ul.fe > li:nth-of-type(2){width:calc(98% - 478px);}
article main section.content.content03 ul.fe li img{
	transform: scale(100%, 100%);
	-webkit-transform: scale(1, 1);
	transition:1s all
	}
	
article main section.content.content03 ul.fe li img:hover{transform: scale(120%, 120%);-webkit-transform: scale(1.2, 1.2);}
article main section.content.content03 ul.fe li p{font-size:25px;}

article main section.content.content03 ul.fe:nth-of-type(2) > li:nth-of-type(1){width:507px; height:570px; overflow:hidden;}
article main section.content.content03 ul.fe:nth-of-type(2) > li:nth-of-type(2){width:483px; height:570px;}
article main section.content.content03 ul.fe:nth-of-type(2) > li:nth-of-type(2) > ul{width:100%;}
article main section.content.content03 ul.fe:nth-of-type(2) > li:nth-of-type(2) > ul > li{
	width:483px;
	height:280px;
	margin-bottom:10px;
	overflow:hidden;
	}

article main section.content.content03 h3 + h3{margin-top:200px;}

article main section.content.content03 ul.fe:nth-of-type(3) li:nth-of-type(2n+1) {
	width: 423px;
	margin-bottom: 10px;
	overflow: hidden;
}
article main section.content.content03 ul.fe:nth-of-type(3) li:nth-of-type(2n + 2){width:calc(96% - 423px); border-bottom:3px dotted;}
article main section.content.content03 ul.fe:nth-of-type(3) li:nth-of-type(2n+2) p {
	text-align: left;
	padding: 20px 0;
	font-size: 24px;
	margin-bottom: 10px;
}

	
article main section.content.content04{margin:200px 0;}
article main section.content.content04 figure + figure{margin-top:80px;}

article main section.mainImg05.mainImg {
	background:url(../img/lp_img_img_27.png) no-repeat center 287px;
	background-color: #3e1818;
	position: relative;
	padding:0;
	color: #fff;
	margin-bottom: 200px;
}

article main section.mainImg05.mainImg h2{font-size:114px;}

article main section.mainImg05.mainImg ul:nth-of-type(1){
	width:100%;
	margin:0 auto 890px;
	position:relative;
	}

article main section.mainImg05.mainImg ul:nth-of-type(1) > li{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	}

article main section.mainImg05.mainImg ul:nth-of-type(1) > li:nth-of-type(1){transform: translate(330px,0);  -webkit-transform: translate(330px,0);}
article main section.mainImg05.mainImg ul:nth-of-type(1) > li:nth-of-type(2){transform: translate(-170px,570px); -webkit-transform: translate(-170px,570px);}
article main section.mainImg05.mainImg ul:nth-of-type(1) > li:nth-of-type(3) {
	transform: translate(320px,730px);
	-webkit-transform: translate(340px,730px);
	font-size: 26px;
	text-align: left;
	width: 370px;
}

article main section.mainImg05.mainImg ul:nth-of-type(2) {margin-bottom:50px;}
article main section.mainImg05.mainImg ul:nth-of-type(2) > li:nth-of-type(3) p{font-size:40px;}
article main section.mainImg05.mainImg > div{
	font-size:22px;
	color:#3e1818;
	text-align:left;
	padding:30px 0;
}
article main section.mainImg05.mainImg > div p{
	width:1000px;
	margin:0 auto;
	}

article main section.content.content05{
	background:url(../img/lp_img_img_29.jpg) no-repeat center 170px;
	position: relative;
	padding:0;
	margin-bottom: 200px;
	color:#fff;
}

article main section.content.content05 > h3:nth-of-type(1){
	border:#400f05 5px solid;
	width:800px;
	margin:150px auto 30px;
	background:#fff;
	}

article main section.content.content05 p {
	font-size: 34px;
	padding: 569px 0 50px;
}

article main section.content.point{margin-bottom:70px;}
article main section.content.point h3{margin-bottom:30px;}
article main section.content.point ul{width:1000px; margin:0 auto;}

article main section.content.point ul:nth-of-type(1) li{font-size:22px; margin-bottom:70px;}
article main section.content.point ul:nth-of-type(1) li:nth-of-type(1),
article main section.content.point ul:nth-of-type(1) li:nth-of-type(2){width:48%;}
article main section.content.point ul:nth-of-type(1) li:nth-of-type(3),
article main section.content.point ul:nth-of-type(1) li:nth-of-type(4),
article main section.content.point ul:nth-of-type(1) li:nth-of-type(5){width:31%;}

article main section.content.point ul:nth-of-type(1) li figure{
	overflow:hidden;
	border-radius:100%;
	width:100%;
	transition: .8s;
	}
	
article main section.content.point ul:nth-of-type(1) li figure:hover{border-radius:30px;}
article main section.content.point ul:nth-of-type(1) li figure img{width:100%;}

article main section.content.point > h3:nth-of-type(2) {
	background:url(../img/lp_img_img_35.jpg) no-repeat center 130px;
	position: relative;
	}

article main section.content.point > h3:nth-of-type(2) img + img{
	margin-top:500px;
	display:inline-block;
	}
	
article main section.content.point > p{font-size:34px; margin-bottom:100px;}

article main section.content.point ul:nth-of-type(2) li{font-size:22px; margin-bottom:70px;}
article main section.content.point ul:nth-of-type(2) li:nth-of-type(1){width:456px;}
article main section.content.point ul:nth-of-type(2) li:nth-of-type(2){
	width:calc(98% - 456px);
	text-align:left;
	color:#400f05;
	padding-top:50px;
	}

article main section.content.howto h3{margin-bottom:50px;}
article main section.content.howto ul{width:1000px; margin:0 auto;}
article main section.content.howto ul.fe li:nth-of-type(2n+1) {
	width: 423px;
	margin-bottom: 10px;
	overflow: hidden;
}
article main section.content.howto ul.fe li:nth-of-type(2n + 2){width:calc(96% - 423px); border-bottom:3px dotted;}
article main section.content.howto ul.fe li:nth-of-type(2),
article main section.content.howto ul.fe li:last-of-type{border-bottom:none;}
article main section.content.howto ul.fe li:nth-of-type(2n+2) h4,
article main section.content.howto ul.fe li:nth-of-type(2n+2) p {
	text-align: left;
	padding: 20px 0 0;
	font-size: 24px;
	margin-bottom:0;
}
article main section.content.howto ul.fe li:nth-of-type(2n+2) h4{font-weight:bold;}


article main section.content.howto ul.fe li img{
	transform: scale(100%, 100%);
	-webkit-transform: scale(1, 1);
	transition:1s all
	}
	
article main section.content.howto ul.fe li img:hover{transform: scale(120%, 120%);-webkit-transform: scale(1.2, 1.2);}

article main section.content.content06 {margin-bottom:50px;}
article main section.content.content06 h3.bgBr{font-size:51px; color:#fff;}
article main section.content.content06 > figure{margin:250px 0 150px;}
article main section.content.content06 > p{
	font-size:26px;
	margin:20px auto;
	}
	
article main section.content.content06 ul{width:1000px; margin:0 auto;}
article main section.content.content06 ul.fe:nth-of-type(1) li {margin-bottom:10px; overflow: hidden;}
article main section.content.content06 ul.fe:nth-of-type(1) li:nth-of-type(1){width: 997px; height:880px;}
article main section.content.content06 ul.fe:nth-of-type(1) li:nth-of-type(2),
article main section.content.content06 ul.fe:nth-of-type(1) li:nth-of-type(3){width: 491px; height:395px;}
article main section.content.content06 ul.fe:nth-of-type(2) li {color:#400f05; font-size:24px; width:46%;}
article main section.content.content06 ul.fe:nth-of-type(2) li h4{font-size:45px;}

article main section.mainImg06.mainImg {
	background: url(../img/lp_img_img_47.png) no-repeat center top;
	position: relative;
	padding: 100px 0 0;
	margin-bottom: 50px;
	min-height: 100px;
}

article main section.mainImg06.mainImg table{width:1000px; margin:0 auto; border:solid 1px;}
article main section.mainImg06.mainImg table th,
article main section.mainImg06.mainImg table td{text-align:left; border-bottom:1px solid; padding:5px 15px; font-size:15px;}
article main section.mainImg06.mainImg table th{width:100px; text-align:center;}
article main section.mainImg06.mainImg table td{width:calc(99% - 100px); border-left:solid 1px;}
article main section.mainImg06.mainImg table tr:last-child th,
article main section.mainImg06.mainImg table tr:last-child td{border-bottom:none;}

footer{
	background-color:#b10000;
	height:200px;
	}






@media only screen and (max-width:840px){

body .bgCurtain{display:none; width:100vw; height:100vh; position:fixed; top:0; left:0; background-color:rgba(00,00,00,0.7); z-index:98;}

body{
	font-size:3vw;
	padding:15vw 0 0px;
	}

.pc{display:none;}
.sp{display:block;}

*{box-sizing:border-box;}

figure img{width:100%; height:auto; vertical-align:bottom;}

*.mB20{margin-bottom:2vw;}
*.mB30{margin-bottom:3vw;}
*.mB40{margin-bottom:4vw;}
*.mB50{margin-bottom:5vw;}
*.mB60{margin-bottom:6vw;}
*.mB70{margin-bottom:7vw;}
*.mB80{margin-bottom:8vw;}
*.mB90{margin-bottom:9vw;}
*.mB100{margin-bottom:10vw;}
*.mB110{margin-bottom:11vw;}
*.mB120{margin-bottom:12vw;}
*.mB130{margin-bottom:13vw;}
*.mB140{margin-bottom:14vw;}
*.mB150{margin-bottom:15vw;}
*.mT20{margin-top:2vw;}
*.mT30{margin-top:3vw;}
*.mT40{margin-top:4vw;}
*.mT50{margin-top:5vw;}
*.mT60{margin-top:6vw;}
*.mT70{margin-top:7vw;}
*.mT80{margin-top:8vw;}
*.mT90{margin-top:9vw;}
*.mT100{margin-top:10vw;}
*.mT110{margin-top:11vw;}
*.mT120{margin-top:12vw;}
*.mT130{margin-top:13vw;}
*.mT140{margin-top:14vw;}
*.mT150{margin-top:15vw;}
*.pT.pT20 > *{top:2vw;}
*.pT.pT30 > *{top:-3vw;}


header ul.fe > li img,
article main section.mainImg ul > li img,
article main section.mainImg h3 img,
article main section.content img{width:100%; height:auto;}

header {
	background-color: #eae1d6;
	width: 100vw;
	height: 15vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}


header ul.fe{
	width:100%;
	margin:0 auto;
	position:relative;
	}

header ul.fe > li {line-height:15vw;}

header ul.fe > li:nth-of-type(1) {
	margin: 0;
	width: 20vw;
	line-height: 9vw;
}

header ul.fe > li:nth-of-type(2) {
	color: #49220a;
	font-size: 27px;
	line-height:11vw;
	width: 50vw;
}


header ul.fe > li:nth-of-type(2) span:before{display:none;}

header ul.fe > li:nth-of-type(3) {
	color: #49220a;
	line-height:11vw;
	width: 28vw;
	margin: 0 1vw;
}
	
	
	

article,
article main{width:100%; text-align:center; position:relative; width:100vw; overflow:hidden;}
article main section.content,
article main section.mainImg,
article main section .bg{width:100%; margin-left:auto; margin-right:auto;}
article main section .bg.bgR{background-color:#b10000;}
article main section .bg.bgY{background-color:#f4e0b1;}
article main section .bg.bgBr{background-color:#411c15;}
article main section .bg.bgW{background-color:#fff;}

article main section .img{
	margin:0 auto;
	transition: .8s;
	opacity: 0;
	transform: translate(0,100px); 
	-webkit-transform: translate(0,100px); 
	}

article main section .img.mv{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	}
	
article main section .img02{
	margin:0 auto;
	transition: .8s;
	opacity: 0;
	transform: translate(100px,0); 
	-webkit-transform: translate(100px,0); 
	}

article main section .img02.mv{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	}
	
article main section .text{
	transition:1.5s;
	opacity:0;
	}

article main section .text.mv{
	opacity:1.0;
	}


article main section.content h2{
	font-size:7vw;
	color:#49220a;
	}


article main section.mainImg01.mainImg{
	background:url(../img/lp_img_img_03.jpg) no-repeat center 15vw/160%;
	background-color:#000;
	height:95vw;
	position:relative;
	color:#fff;
	}

article main section.mainImg01.mainImg h3 {
	font-size: 4vw;
	padding: 10px 0;
}

article main section.mainImg01.mainImg ul{
	width:100%;
	margin:0 auto;
	position:relative;
	}

article main section.mainImg01.mainImg ul > li{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	width:30vw;
	}



article main section.mainImg01.mainImg ul > li:nth-of-type(1){transform: translate(-35vw,0);  -webkit-transform: translate(-35vw,0);}
article main section.mainImg01.mainImg ul > li:nth-of-type(2) {height: auto; width: 15vw;}
article main section.mainImg01.mainImg ul > li:nth-of-type(3){transform: translate(35vw,5vw); -webkit-transform: translate(35vw,5vw);}
article main section.mainImg01.mainImg ul > li:nth-of-type(4){transform:translate(-30vw,52vw); -webkit-transform:translate(-30vw,52vw);}

article main section.mainImg02.mainImg {
	background-color: #e9ded2;
	position: relative;
	color: #fff;
	margin-bottom: 10vw;
}

article main section.mainImg02.mainImg h2 {
	font-size: 4vw;
	line-height: 12vw;
}

article main section.mainImg02.mainImg ul {
	background: url(../img/lp_img_img_04.png) center 20%/100% no-repeat;
	height: 100vw;
	width: 100%;
	margin: auto;
	position: relative;
}

article main section.mainImg02.mainImg ul > li{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	}
	
article main section.mainImg02.mainImg ul > li:nth-of-type(2){transform:translate(5vw,60vw); -webkit-transform:translate(5vw,50vw);}
article main section.mainImg02.mainImg ul > li:nth-of-type(3){bottom:1vw; display:flex; height:14vw;}
article main section.mainImg02.mainImg ul > li:nth-of-type(3) a{display:block; width:35vw; margin-right:5vw}
article main section.mainImg02.mainImg ul > li:nth-of-type(3) a + img{display:block; width:calc(100% - 40vw);}
article main section.mainImg02.mainImg ul > li:nth-of-type(3) a::before {
	content: "賞味期限:製造より1ヶ月";
	font-size: 3vw;
	color: #49220a;
	display: block;
	width: 35vw;
	text-align: left;
	padding: 00;
	position: absolute;
	top: -5vw;
	left: 2vw;
}

article main section.mainImg02.mainImg ul > li:nth-of-type(2) p {
	text-align: left;
	color: #49220a;
	font-size: 4vw;
	background-color: #fff;
	width: 90vw;
	padding: 2vw;
}
	
article main section.mainImg03.mainImg {
	background-image: url(../img/lp_img_img_06.jpg) , url(../img/lp_img_img_09.jpg);
	background-repeat: no-repeat;
	background-position:center top , center 276.3vw;
	background-color: #3f200d;
	position: relative;
	padding: 65vw 0 27.9vw;
	color: #fff;
	margin-bottom: 10vw;
	background-size: 180% auto;
}

article main section.mainImg03.mainImg p {
	font-size: 4vw;
	padding: 5vw 2vw;
}

article main section.mainImg03.mainImg ul.fe {
	width: 100%;
	margin: 0 auto;
}

article main section.mainImg03.mainImg ul.fe li{
	width:48%;
	height:auto;
	overflow:hidden;
	border-radius:5px;
	}
	
article main section.mainImg03.mainImg ul.fe li img{
	transform: scale(100%, 100%);
	-webkit-transform: scale(1, 1);
	transition:1s all
	}
	
article main section.mainImg03.mainImg ul.fe li img:hover{transform: scale(120%, 120%);-webkit-transform: scale(1.2, 1.2);}
	
article main section.mainImg04.mainImg {
	background: url(../img/lp_img_img_11.jpg) no-repeat center 40vw/100%;
	background-color: #000;
	position: relative;
	padding: 0 0 5vw 0;
	color: #fff;
	margin-bottom: 2vw;
}

article main section.mainImg04.mainImg > h3 {
	background: url(../img/lp_img_text_11.png) center bottom/180% no-repeat;
	background-color: #fff;
	height: 40vw;
}

article main section.mainImg04.mainImg > h3 img{width:70vw;}

article main section.mainImg04.mainImg ul {margin-top: 75vw;}

article main section.mainImg04.mainImg ul > li p {
	font-size: 4vw;
	border-top: dotted 5px #fff;
	padding-top: 15px;
	width: 100%;
	margin: 15px auto;
}

article main section.mainImg04.mainImg ul > li p strong{color:#fff3ac;}



article main section.content.content02 ul.fe{width:100%; margin:0 auto;}
article main section.content.content02 ul.fe li{
	height:43.8vw;
	overflow:hidden;
	border-radius:5px;
	}
	
article main section.content.content02 ul.fe li:nth-of-type(1){width:64.3vw;}
article main section.content.content02 ul.fe li:nth-of-type(2){width:34vw;}
article main section.content.content02 ul.fe li img{
	transform: scale(100%, 100%);
	-webkit-transform: scale(1, 1);
	transition:1s all
	}
	
article main section.content.content02 ul.fe li img:hover{transform: scale(120%, 120%);-webkit-transform: scale(1.2, 1.2);}

article main section.content.review h3 {
	border-top: #400f05 5px solid;
	border-bottom: #400f05 5px solid;
	width: 100vw;
	margin: 11vw auto 30px;
}

article main section.content.review ul.fe{width:100%; margin:0 auto;}

article main section.content.content03 > h3:nth-of-type(1) {
	border: #400f05 5px solid;
	width: 95%;
	margin: 15vw auto 30px;
}
	
article main section.content.content03 h3.bg.bgY {
	width: 100%;
	border: none;
	padding: 5px 0;
	position: relative;
	margin-bottom: 10px;
}

article main section.content.content03 h3.bg.bgBr {width: 100%; margin: 10px auto;}
article main section.content.content03 h3.bg.bgY:before,
article main section.content.content03 h3.bg.bgY:after{
	content:"";
	width:100%;
	height:5px;
	}

article main section.content.content03 h3.bg.bgY:before{border-top:#400f05 5px solid;}
article main section.content.content03 h3.bg.bgY:after{border-bottom:#400f05 5px solid;}

article main section.content.content03 figure {
	width: 100%;
	height: 90vw;
	margin: 0 auto 0;
}

article main section.content.content03 p {
	color: #400f05;
	font-size: 3vw;
	padding: 5vw 2vw;
	margin-bottom: 5vw;
}

article main section.content.content03 ul.fe{width:100%; margin:0 auto;}
article main section.content.content03 > ul.fe:nth-of-type(1) > li:nth-of-type(1) {
	width: 100%;
	height: 100vw;
	overflow: hidden;
	border-radius: 5px;
}

article main section.content.content03 > ul.fe > li:nth-of-type(2){width:100%;}
article main section.content.content03 ul.fe li img{
	transform: scale(100%, 100%);
	-webkit-transform: scale(1, 1);
	transition:1s all
	}
	
article main section.content.content03 ul.fe li img:hover{transform: scale(120%, 120%);-webkit-transform: scale(1.2, 1.2);}
article main section.content.content03 ul.fe li p{font-size:4vw;}

article main section.content.content03 ul.fe:nth-of-type(2) > li:nth-of-type(1) {
	width: 100%;
	height: 113vw;
	overflow: hidden;
}
article main section.content.content03 ul.fe:nth-of-type(2) > li:nth-of-type(2) {width: 100%; height: 27vw;}
article main section.content.content03 ul.fe:nth-of-type(2) > li:nth-of-type(2) > ul{width:100%;}
article main section.content.content03 ul.fe:nth-of-type(2) > li:nth-of-type(2) > ul > li {
	width: 49.5vw;
	height: 29vw;
	margin-bottom: 2vw;
	overflow: hidden;
}

article main section.content.content03 h3 + h3{margin-top:6vw;}
article main section.content.content03 h3 + h3 img{width:70%;}

article main section.content.content03 ul.fe:nth-of-type(3) li:nth-of-type(2n+1) {
	width: 423px;
	margin-bottom: 10px;
	overflow: hidden;
}
article main section.content.content03 ul.fe:nth-of-type(3) li:nth-of-type(2n+2) {
	width: 100%;
	padding: 0 2vw 2vw;
	font-size: 3vw;
	border-bottom: 3px dotted;
	margin: 0 0 2vw;
}
article main section.content.content03 ul.fe:nth-of-type(3) li:nth-of-type(2n+2) p {
	text-align: left;
	padding: 1vw 0;
	font-size: 3vw;
	margin-bottom: 0;
}

	
article main section.content.content04 {margin: 15vw 0;}
article main section.content.content04 figure:nth-of-type(1) img{width:70%;}
article main section.content.content04 figure + figure{margin-top:15vw;}

article main section.mainImg05.mainImg {
	background: url(../img/lp_img_img_27.png) no-repeat center 40vw/100%;
	background-color: #3e1818;
	position: relative;
	padding: 0;
	color: #fff;
	margin-bottom: 15vw;
}

article main section.mainImg05.mainImg .bg.bgW img{width:70%;}

article main section.mainImg05.mainImg h2 {font-size: 9vw;}

article main section.mainImg05.mainImg ul:nth-of-type(1) {
	width: 100%;
	margin: 0 auto 95vw;
	position: relative;
}

article main section.mainImg05.mainImg ul:nth-of-type(1) > li{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	width:30vw;
	}

article main section.mainImg05.mainImg ul:nth-of-type(1) > li:nth-of-type(1){transform: translate(33vw,9vw);  -webkit-transform: translate(33vw,9vw);}
article main section.mainImg05.mainImg ul:nth-of-type(1) > li:nth-of-type(2){
	transform:translate(-23vw,7vw);
	-webkit-transform:translate(-23vw,7vw);
	width:45vw;
	}
article main section.mainImg05.mainImg ul:nth-of-type(1) > li:nth-of-type(3) {
	transform: translate(3vw,73vw);
	-webkit-transform: translate(3vw,73vw);
	font-size: 4vw;
	text-align: left;
	width: 100%;
}

article main section.mainImg05.mainImg ul:nth-of-type(2) {margin-bottom:5vw;}
article main section.mainImg05.mainImg ul:nth-of-type(2) > li:nth-of-type(3) p{font-size:5vw;}
article main section.mainImg05.mainImg > div {
	font-size: 3vw;
	color: #3e1818;
	text-align: left;
	padding: 3vw 2vw;
}

article main section.mainImg05.mainImg > div p {
	width: 100%;
	margin: 0 auto;
}

article main section.content.content05 {
	background: url(../img/lp_img_img_29.jpg) no-repeat center 20vw/120%;
	position: relative;
	padding: 0;
	margin-bottom: 15vw;
	color: #fff;
}

article main section.content.content05 > h3:nth-of-type(1) {
	border: #400f05 5px solid;
	width: 90%;
	margin: 15vw auto 0vw;
	background: #fff;
}

article main section.content.content05 p {
	font-size: 3.6vw;
	padding: 76.9vw 2vw 7vw;
}

article main section.content.point{margin-bottom:5vw;}
article main section.content.point h3 {margin-bottom: 4vw;}
article main section.content.point ul{width:100%; margin:0 auto;}

article main section.content.point ul:nth-of-type(1) li {font-size: 3vw; margin-bottom: 7vw; padding: 1vw;}
article main section.content.point ul:nth-of-type(1) li:nth-of-type(1),
article main section.content.point ul:nth-of-type(1) li:nth-of-type(2){width:48%;}
article main section.content.point ul:nth-of-type(1) li:nth-of-type(3),
article main section.content.point ul:nth-of-type(1) li:nth-of-type(4),
article main section.content.point ul:nth-of-type(1) li:nth-of-type(5){width:31%;}

article main section.content.point ul:nth-of-type(1) li figure{
	overflow:hidden;
	border-radius:100%;
	width:100%;
	transition: .8s;
	}
	
article main section.content.point ul:nth-of-type(1) li figure:hover{border-radius:30px;}
article main section.content.point ul:nth-of-type(1) li figure img{width:100%;}

article main section.content.point > h3:nth-of-type(2) {
	background: url(../img/lp_img_img_35.jpg) no-repeat -45vw 15vw/150%;
	position: relative;
}

article main section.content.point > h3:nth-of-type(2) img + img{margin-top:43vw; display:inline-block;}
	
article main section.content.point > p { font-size: 3.6vw; margin-bottom: 10vw;}

article main section.content.point ul:nth-of-type(2) li{font-size:22px; margin-bottom:70px;}
article main section.content.point ul:nth-of-type(2) li:nth-of-type(1){width:100%;}
article main section.content.point ul:nth-of-type(2) li:nth-of-type(2) {
	width: 100%;
	text-align: left;
	color: #400f05;
	padding-top: 0;
}

article main section.content.point ul:nth-of-type(2) li:nth-of-type(2) img {width:80%;}
article main section.content.point ul:nth-of-type(2) li:nth-of-type(2) p {width: 100%; font-size: 3.5vw; padding: 0 2vw;}


article main section.content.howto h3{margin-bottom:7vw;}
article main section.content.howto h3 img {width:80%;}
article main section.content.howto ul{width:100%; margin:0 auto;}
article main section.content.howto ul.fe li:nth-of-type(2n+1) {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
article main section.content.howto ul.fe li:nth-of-type(2n+2) {
	width: 100%;
	border-bottom: 3px dotted;
	margin-bottom: 4vw;
	padding-bottom: 4vw;
}
article main section.content.howto ul.fe li:nth-of-type(2),
article main section.content.howto ul.fe li:last-of-type{border-bottom:none;}
article main section.content.howto ul.fe li:nth-of-type(2n+2) h4,
article main section.content.howto ul.fe li:nth-of-type(2n+2) p {
	text-align: left;
	padding: 0;
	font-size: 3.5vw;
	margin-bottom:0;
}
article main section.content.howto ul.fe li:nth-of-type(2n+2) h4{font-weight:bold;}


article main section.content.howto ul.fe li img{
	transform: scale(100%, 100%);
	-webkit-transform: scale(1, 1);
	transition:1s all
	}
	
article main section.content.howto ul.fe li img:hover{transform: scale(120%, 120%);-webkit-transform: scale(1.2, 1.2);}

article main section.content.content06 {margin-bottom:10vw;}
article main section.content.content06 h3.bgBr{font-size:7vw; color:#fff;}
article main section.content.content06 > figure{margin:10vw 0 15vw;}
article main section.content.content06 > figure img{width:60%;}
article main section.content.content06 > p {font-size: 3.5vw; margin: 5vw auto;}
	
article main section.content.content06 ul{width:100%; margin:0 auto;}
article main section.content.content06 ul.fe:nth-of-type(1) li:nth-of-type(1) {width: 100%;	height: 88vw;}
article main section.content.content06 ul.fe:nth-of-type(1) li {margin-bottom:10px; overflow: hidden;}
article main section.content.howto ul.fe li:nth-of-type(2n+1) {width: 100%; margin-bottom: 3vw; overflow: hidden;}
article main section.content.content06 ul.fe:nth-of-type(1) li:nth-of-type(2),
article main section.content.content06 ul.fe:nth-of-type(1) li:nth-of-type(3) {
	width: 49%;
	height: 39vw;
}
article main section.content.content06 ul.fe:nth-of-type(2) li {color:#400f05; font-size:3.5vw; width:100%; padding:0 2vw;}
article main section.content.content06 ul.fe:nth-of-type(2) li h4{font-size:7vw;}

article main section.mainImg06.mainImg {
	background: url(../img/lp_img_img_47.png) no-repeat center top/190%;
	position: relative;
	padding: 6vw 0 0;
	margin-bottom: 10vw;
	min-height: 6vw;
}

article main section.mainImg06.mainImg table{width:98%; margin:0 auto; border:solid 1px;}
article main section.mainImg06.mainImg table th,
article main section.mainImg06.mainImg table td{text-align:left; border-bottom:1px solid; padding:5px 15px; font-size:15px; vertical-align:top;}
article main section.mainImg06.mainImg table th{width:100px; text-align:center;}
article main section.mainImg06.mainImg table td{width:calc(99% - 100px); border-left:solid 1px;}
article main section.mainImg06.mainImg table tr:last-child th,
article main section.mainImg06.mainImg table tr:last-child td{border-bottom:none;}

footer{
	background-color:#b10000;
	height:200px;
	}


}

@media only screen and (max-width: 840px) {
  img{
    width: 100%;
  }
}

.image-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px; /* 必要に応じて */
  margin: 0 auto;
}

.background-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(30px);
  opacity: 0;
  transition: all 1s ease-out;
  z-index: 10;
  pointer-events: none;
}

.overlay-text.mv {
  transform: translate(-50%, -50%) translateY(0);
  opacity: 1;
}


/* 各要素ごとのサイズや位置を個別に指定 */
.logo {
position: absolute;
  width: 140px;
  max-width: 20%;
  top: 20%;
  left: 50%;
}

.text1 {
position: absolute;
  width: 500%;
  max-width: 50%;
  top: 42%;
  left: 50%;
}

.text2 {
position: absolute;
  width: 600%;
  max-width: 85%;
  top: 75%;
  left: 50%;
}

.text3 {
position: absolute;
  width: 100%;
  max-width: 65%;
  top: 50%;
  left: 50%;
}

.text4 {
position: absolute;
  width: 280%;
  max-width: 60%;
  top: 30%;
  left: 50%;
}

.text5 {
position: absolute;
  width: 100%;
  max-width: 85%;
  top: 66%;
  left: 50%;
}

.text6 {
position: absolute;
  width: 100%;
  max-width: 25%;
  top: 75%;
  left: 80%;
}

.text7 {
position: absolute;
  width: 100%;
  max-width: 30%;
  top: 60%;
  left: 25%;
}

.text8 {
position: absolute;
  width: 100%;
  max-width: 30%;
  top: 13%;
  left: 75%;
}

.text9 {
position: absolute;
  width: 100%;
  max-width: 30%;
  top: 63%;
  left: 25%;
}

.text10 {
position: absolute;
  width: 100%;
  max-width: 100%;
  top: 60%;
  left: 50%;
}

.text11 {
position: absolute;
  width: 100%;
  max-width: 80%;
  top: 64%;
  left: 50%;
}

.text12 {
position: absolute;
  width: 100%;
  max-width: 80%;
  top: 25%;
  left: 50%;
}

.udon1 {
position: absolute;
  width: 100%;
  max-width: 60%;
  top: 36%;
  left: 30%;
}

.udon2 {
position: absolute;
  width: 100%;
  max-width: 60%;
  top: 70%;
  left: 70%;
}

.udon3 {
position: absolute;
  width: 100%;
  max-width: 60%;
  top: 5%;
  left: 30%;
}

.udon4 {
position: absolute;
  width: 100%;
  max-width: 60%;
  top: 55%;
  left: 70%;
}

.udon5 {
position: absolute;
  width: 100%;
  max-width: 60%;
  top: 4%;
  left: 30%;
}

.udon6 {
position: absolute;
  width: 100%;
  max-width: 60%;
  top: 45%;
  left: 70%;
}

.text13 {
position: absolute;
  width: 100%;
  max-width: 90%;
  top: 50%;
  left: 50%;
}