@charset "UTF-8";
/* CSS Document */

/*fonts*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
    font-family: 'Sequel-Neue';
    src: url('fonts/Sequel-Neue.eot');
    src: url('fonts/Sequel-Neue.eot?#iefix') format('embedded-opentype'),
         url('fonts/Sequel-Neue.woff') format('woff'),
         url('fonts/Sequel-Neue.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


/*base*/
body {
	padding: 0;
	margin: 0;
}
.landing-page {
	font-family: "Noto Sans Japanese",'ＭＳ Ｐゴシック', serif;
	font-weight: 500;
    letter-spacing: -.03em;
	color: #333;
	text-align: center;
	font-size: 18px;
	overflow-x: hidden;
	margin-bottom: 50px;
}
.landing-page * {
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    vertical-align: top;
    outline: none;
    border: none;
	box-sizing: border-box;
	-webkit-appearance:none;
}
.landing-page img {
	width: 100%;
	height: auto;
}
.landing-page a {
	text-decoration: none;
}
.landing-page h2 {
    margin: 50px auto 20px;
}
.landing-header {
    max-width: 140px;
    position: absolute;
	z-index: 100;
}
.landing-area {
	padding: 20px;
	margin-top: 100px;
}
.landing-area > p, .box-1000 > p {
    margin: 30px auto;
}
.landing-box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
    flex-flow: row wrap;
}
.landing-flex {
    -webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
    align-items: center;
    -webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
}
.landing-button {
	display: inline-block;
	padding: 0 50px;
	line-height: 2.4em;
	max-width: 80%;
}
.landing-title {
    color: #fff;
    display: block;
    width: 80%;
    margin: auto;
    max-width: 540px;
	position: relative;
}
.landing-title p {
	position: absolute;
	bottom: 12%;
	left: 0;
	right: 0;
	margin: auto;
	text-shadow: 1px 1px 1px #c82800, -1px -1px 1px #c82800, 1px -1px 1px #c82800, -1px 1px 1px #c82800;
	text-align: center!important;
}
.box-1000 {
	max-width: 1000px;
	margin: auto;
}
@media (max-width: 1000px) {
.landing-button {
    padding: 0 30px;
}
}
@media (min-width: 769px) {
	.landing-sp {display: none;}
}
@media (max-width: 768px) {
	.landing-pc {display: none;}
	.landing-header {
    max-width: 100px;
}
	.landing-area {
    margin-top: 50px;
}
	.landing-page h2 {
    margin-top: 30px;
}
	.landing-button {
	padding: 0 20px;
	}
}
/*color*/
.bg-white {
	background-color: #fff;
}
.bg-grey {
	background-color: #f2f2f2;
}
.bg-Green {
	background-color: #234136;
}
.bg-lightGreen {
	background-color: #bed249;
}
.bg-Yellow {
	background-color: #f3d224;
}
.txt-white, a.txt-white {
	color: #fff;
}
.txt-Green, a.txt-Green {
	color: #234136;
}
.txt-lightGreen, a.txt-lightGreen {
	color: #bed249;
}
.txt-Yellow {
	color: #f3d224;
}

/*font*/
.Sequel {
	font-family: 'Sequel-Neue',"Noto Sans Japanese",'ＭＳ Ｐゴシック', serif;;
}
.txt-bold {font-weight: bold;}

.size12 {font-size: 12px;}
.size14 {font-size: 14px;}
.size15 {font-size: 15px;}
.size18 {font-size: 18px;}
.size21 {font-size: 21px;}
.size24 {font-size: 24px;}
.size28 {font-size: 28px;}
.size36 {font-size: 36px;}
.size40 {font-size: 40px;}
.size42 {font-size: 42px;}
.size48 {font-size: 48px;}
.size54 {font-size: 54px;}
.size58 {font-size: 58px;}

@media(min-width: 1280px) {
.size42 {font-size: 3vw;}
.size54 {font-size: 4vw;}
}

@media(max-width: 1000px) {
.size14 {font-size: 13px;}
.size15 {font-size: 14px;}
.size18 {font-size: 17px;}
.size21 {font-size: 20px;}
.size24 {font-size: 23px;}
.size28 {font-size: 27px;}
.size36 {font-size: 34px;}
.size40 {font-size: 38px;}
.size42 {font-size: 4vw;}
.size48 {font-size: 46px;}
.size54 {font-size: 5vw;}
.size58 {font-size: 56px;}
}

@media(max-width: 600px) {
.size12 {font-size: 2.5vw;}
.size14 {font-size: 2.8vw;}
.size15 {font-size: 3vw;}
.size18 {font-size: 3.2vw;}
.size21 {font-size: 3.4vw;}
.size24 {font-size: 3.6vw;}
.size28 {font-size: 3.8vw;}
.size36 {font-size: 4.1vw;}
.size40 {font-size: 4.4vw;}
.size42 {font-size: 4.8vw;}
.size48 {font-size: 5vw;}
.size54 {font-size: 5.5vw;}
.size58 {font-size: 6vw;}
}

/*landing-main*/
#landing-main {
    transform: skew(0deg,2deg);
    overflow: hidden;
    margin-top: -1.8vw;
	position: relative;
}
#landing-main > div {
	transform: skew(0deg,-2deg);
	margin-bottom: -1.8vw;
}
#landing-main .main-txt {
	position: absolute;
}
#landing-main .main-txt div {
	position: relative;
}
#landing-concept p {
    margin-top: 30px;
}
@media(min-width: 769px) {
	#landing-main .main-txt {
	top: 45%;
		width: 40%;
}
	#landing-concept {
    padding-top: 50px;
}
}
@media(max-width: 768px) {
	#landing-main .main-txt {
    bottom: 10%;
    width: 52%;
}
	#landing-concept {
    padding: 20px 20px 0;
}
	#landing-concept p {
    margin-top: 20px;
}
}
/*tokeiji*/
#landing-tokeiji {
    padding-bottom: 10%;
    position: relative;
    overflow: hidden;
    margin-bottom: -50px;
}
#landing-tokeiji:before {
    content: '';
    background-color: #bed249;
    position: absolute;
    bottom: 0;
    left: -10%;
    right: -10%;
    top: 0;
    z-index: -1;
    transform: skew(0,2deg) translateY(-3%);
}
#landing-tokeiji p {
    text-align: left;
}
#landing-tokeiji h2 {
	position: relative;
	z-index: 1;
	display: inline-block;
}
#landing-tokeiji h2:before {
    content: '';
    border-top: 50px solid #f3d224;
    display: block;
    border-right: 20px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
}
#landing-tokeiji .landing-box {
    padding: 30px;
}
#landing-tokeiji .landing-box div:nth-of-type(2) p {
    margin-bottom: 20px;
}
#landing-tokeiji .landing-box div:nth-of-type(2) p span {
    margin-right: 5px;
}
@media(min-width: 800px) {
#landing-tokeiji .landing-box div:first-of-type {
    width: 30%;
}
#landing-tokeiji .landing-box div:nth-of-type(2) {
    width: 70%;
	padding-left: 30px;
	text-align: left;
}
}
@media(max-width: 800px) {
	#landing-tokeiji {
    padding-bottom: 14%;
}
	#landing-tokeiji:before {
    transform: skew(0,3deg) translateY(-2%);
}
	#landing-tokeiji h2:before {
    border-top: 20px solid #f3d224;
}
	#landing-tokeiji .landing-box div {
    width: 100%!important;
}
	#landing-tokeiji .landing-box div:first-of-type {
    padding: 0 15% 30px;
}
	#landing-tokeiji .landing-box div:first-of-type img {
    max-width: 240px;
    max-height: 240px;
}
}

/*campaign*/
#landing-campaign li.bg-Yellow {
	transform: skewY(2deg);
	position: relative;
	padding: 20px 0;
}
#landing-campaign li.bg-Yellow:after {
	content: '';
	position: absolute;
	border-top: 50px solid transparent;
  border-left: 86.6025px solid #f3d224;
  border-bottom: 50px solid transparent;
	margin: auto;
	height: 0;
	width: 0;
	z-index: -1;
}
#landing-campaign li.bg-Yellow:last-of-type:after {
	border: none;
}
#landing-campaign li.bg-Yellow > div {
	transform: skewY(-2deg);
}
#landing-campaign li.bg-Yellow .step-number:before {
    content: '';
    background: url(img/step-title.svg) no-repeat left bottom;
    width: 55px;
    height: 35px;
    background-size: contain;
    display: inline-block;
}
#landing-campaign li.bg-Yellow img {
	width: 110px;
	margin: 10px 0;
	height: 100%;
}
#landing-campaign .button-box {
    margin: 50px auto;
}
#landing-campaign .button-box .landing-button {
	padding-left: 90px;
	position: relative;
	margin: 0 10px;
}
#landing-campaign .button-box .landing-button:before {
    content: '';
    width: 30px;
    height: 30px;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
} 
#landing-campaign .lp-icon-insta:before {
    background: url(img/sns1.svg) no-repeat center;
}
#landing-campaign .lp-icon-twitter:before {
    background: url(img/sns2.svg) no-repeat center;
}
#landing-campaign .landing-kiyaku {
    border: solid 5px;
    overflow: hidden;
}
#landing-campaign .landing-kiyaku div {
    margin-left: 20px;
}
.landing-photo .bg-grey {
	padding: 20px 0;
}
.landing-photo .bg-grey ul {
	justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
}
.landing-photo .bg-grey li {
	width: 30%;
    width: -webkit-calc((100% - 40px)/3);
    width: -moz-calc((100% - 40px)/3);
    width: -ms-calc((100% - 40px)/3);
    width: -o-calc((100% - 40px)/3);
    width: calc((100% - 40px)/3);
	margin-right: 20px;
}
.landing-photo .bg-grey li:nth-of-type(n+4) {
    margin-top: 20px;
}
.landing-photo .bg-grey li:nth-of-type(3n) {
	margin-right: 0;
}
#landing-campaign ul {
	justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
}
@media(min-width: 769px) {
#landing-campaign li.bg-Yellow {
	width: 29%;
    width: -webkit-calc((100% - 80px)/3);
    width: -moz-calc((100% - 80px)/3);
    width: -ms-calc((100% - 80px)/3);
    width: -o-calc((100% - 80px)/3);
    width: calc((100% - 80px)/3);
	margin: 40px 40px 40px 0;
}
#landing-campaign li.bg-Yellow:nth-of-type(3n) {
	margin-right: 0;
}
	#landing-campaign li.bg-Yellow:after {
	top: 0;
	bottom: 0;
	right: -30px;
}
	#landing-campaign .button-box .landing-button:before {
    left: 50px;
}
}
@media(max-width: 768px) {
#landing-campaign li.bg-Yellow {
    width: 100%;
    margin-bottom: 50px;
}
	#landing-campaign li.bg-Yellow:last-of-type {
		margin-bottom: 0;
	}
	#landing-campaign li.bg-Yellow:after {
	bottom: -40px;
	right: 0;
		left: 0;
		transform: rotate(90deg)
}
	#landing-campaign .button-box .landing-button {
    padding-left: 12vw;
    margin: 0 0 20px;
    width: 100%;
}
	#landing-campaign .button-box .landing-button:before {
    width: 5vw;
    height: 5vw;
    margin-left: -7vw;
}
	#landing-campaign .landing-kiyaku {
    border: solid 3px;
}
	#landing-campaign .landing-kiyaku div {
    margin-left: 10px;
}
	.landing-photo .bg-grey {
    padding: 10px;
}
	.landing-photo .bg-grey li {
    width: 30%;
    width: -webkit-calc((100% - 20px)/3);
    width: -moz-calc((100% - 20px)/3);
    width: -ms-calc((100% - 20px)/3);
    width: -o-calc((100% - 20px)/3);
    width: calc((100% - 20px)/3);
    margin-right: 10px;
}
	.landing-photo .bg-grey li:nth-of-type(n+4) {
    margin-top: 10px;
}
}
/*recipe*/
#landing-recipe .recipe-box {
    position: relative;
}
#landing-recipe .recipe-title {
    position: absolute;
    top: 10px;
}
#landing-recipe .recipe-title .recipe-number {
    margin-left: -100px;
    width: 180px;
}
#landing-recipe .recipe-title .skew-box {
    overflow: hidden;
	padding: 0 20px 20px 0;
}
#landing-recipe .recipe-title .bg-white {
    padding: 20px;
}
#landing-recipe .recipe-title .bg-white {
    padding: 25px 25px 15px;
    transform: skewX(-20deg) rotateZ(3deg);
    margin-top: -15px;
    margin-left: -15px;
}
#landing-recipe .recipe-title .bg-white div {
    transform: skewX(20deg) rotateZ(-3deg);
}
#landing-recipe .recipe-box .landing-box {
    padding: 30px 0 50px;
    border-bottom: solid 1px #bed249;
    margin-bottom: 50px;
	text-align: left;
}
#landing-recipe .recipe-box:last-of-type .landing-box {
    border-bottom: none;
    margin-bottom: 0;
}
#landing-recipe .recipe-box .landing-box div:first-of-type {
	width: 45%;
	padding: 20px 12% 20px 2%;
	position: relative;
	overflow: hidden;
}
#landing-recipe .recipe-box .landing-box div:first-of-type:before {
	content: '';
    background-color: #bed249;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: skewX(-10deg) translateX(-10%);
    position: absolute;
    z-index: -1;
}
#landing-recipe .recipe-box .landing-box div:nth-of-type(2) {
	width: 55%;
	
}
#landing-recipe .recipe-box .landing-box div + p {
    margin-top: 10px;
}
@media(max-width: 1100px) {
#landing-recipe .recipe-title .recipe-number {
    margin-left: -60px;
}
}
@media(max-width: 768px) {
	#landing-recipe .recipe-title .recipe-number {
		margin-left: -10vw;
    max-width: 25vw;
}
#landing-recipe .recipe-title .skew-box {
    margin-left: -10px;
}
	#landing-recipe .recipe-title .bg-white {
    padding: 17px 10px 5px 20px;
}
	#landing-recipe .recipe-box .landing-box div {
    width: 100%!important;
	}
	#landing-recipe .recipe-box .landing-box div:first-of-type {
		margin-bottom: 10px;
		padding: 10px 10% 10px 10px;
	}
	#landing-recipe .recipe-box .landing-box {
    padding: 20px 0 30px;
    margin-bottom: 30px;
}
	#landing-recipe .recipe-box .landing-box div:first-of-type:before {
    transform: skewX(-10deg) translateX(-6%);
}
}
/*product*/
#landing-nutrition .img-box {
	width: 80%;
	margin: auto;
}
#landing-nutrition p {
    text-align: left;
}
#landing-nutrition span {
    padding-top: 10px;
    display: inline-block;
}
#landing-products ul li {
	margin: 50px 0;
}
#landing-products ul li:nth-of-type(2n+1) {
	width: 30%;
}
#landing-products ul li:nth-of-type(2n) {
	width: 70%;
	padding-left: 30px;
	text-align: left;
}
#landing-products ul li p {
    margin-bottom: 20px;
}
@media(max-width: 768px) {
#landing-products ul li {
	width: 100%!important;
		margin: 10px 0;
}
	#landing-products ul li:nth-of-type(2n) {
		margin-bottom: 30px;
	}
	#landing-products ul li:nth-of-type(2n+1) {
    padding: 0 20%;
}
}