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

@-webkit-keyframes swing{0%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}to{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}}
@keyframes swing{0%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}to{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}}
.swing {
	-webkit-animation: swing 1s ease-in-out infinite alternate;
	animation: swing 1s ease-in-out infinite alternate;
}



body {
	font-weight: 500;
}
.yomikomi {
	position: absolute;
	width: 1px;
	height: 102vh;
	top: 0;
	left: 0;
	z-index: -9999;
}
.serif {
	font-family: 'Noto Serif JP', serif;
}
header {
	background-color: none;
	margin: 0;
	padding: 0;
}
	.mv_bg {
		background-image: url("../img/bg_mv_sp.png");
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: cover;
	}
	.header__inner {
		padding-top: 5px;
		padding-left: 10px;
		position: relative;
	}
	.header__inner a.logo__3ple {
		width: 70px;
		display: inline-block;
		margin-right: 5px;
	}
	.header__inner a.logo__client {
		width: 120px;
		display: inline-block;
	}
	.header__inner a img {
		width: 100%;
	}
	.hero {
		padding-bottom: 30px;
	}
	/* TITLE AREA */
	.title__area {
		position: relative;
		margin: 0 auto;
		padding: 20px 0 0 0;
		text-align: center;
	}
	.title_01 {
		position: relative;
		margin: 0;
	}
	.title_01 img {
		width: 70%;
	}
	.title_02 {
		position: relative;
		margin: 0;
	}
	.title_02 img {
		width: 96%;
	}
	.title_03 {
		position: relative;
		margin: 90px auto 0 auto;
	}
	.title_03 img.campain {
		width: 80%;
		z-index: 20;
	}
	.title_sub01 {
		position: absolute;
		top: -160px;
		left: 0%;
		z-index: 10;
		text-align: left;
		width: auto;
	}
	.title_sub01 img {
		width: 40%;
	} 
	.title_sub02 {
		position: absolute;
		top: -120px;
		right: 3%;
		z-index: 10;
		text-align: right;
		width: auto;
	}
	.title_sub02 img {
		width: 40%;
	}
	.hero__mv {
		position: relative;
		margin: 20px auto 0 auto;
	}
	.hero__mv figure img {
		margin: 0 auto;
		width: calc(96%);
	}
	.campaign__period {
		font-size: 3vw;
		margin-top: 1.5em;
		text-align: center;
	}
	/* END TITLE AREA */

/* SECTION */
.sc_first { position: relative; margin: 40px 0 0 0; padding: 0; }
.sc_second { position: relative; margin: 40px 0 0 0; padding: 30px 0 80px 0; background-color: #edffe9; background-image: url("../img/bg_sns.png"); background-position: bottom center; background-size: 100%; }
.sc_third { position: relative; margin: 40px 0 0 0; padding: 0; }
.sc_fourth { position: relative; margin: 100px 0 0 0; padding: 40px 0; background-color: #eeeeee; }
.sc_flow { position: relative; margin: 40px 0 0 0; padding: 0; }
.sc_end { position: relative; margin: 40px 0 0 0; padding: 30px 0; }
/* END SECTION */

	.w900 {
		width: calc(100% -20px);
        margin: 0 auto;
		position: relative;
	}
	.mrg_20 {
		margin-top: 20px;
	}
	.mrg_40 {
		margin-top: 20px;
	}
	.annotation {
		color: #CC0306;
	}
	.txt_blue {
		color: #0667F2;
	}
	/* --------- INTRO ----------- */
	.sc_first h2 {
		text-align: center;
	}
	.sc_first h2 img {
		width: 90%;
	}
	.intro_text {
		position: relative;
		margin: 30px 0 0 0;
	}
	.intro_text::before,
	.intro_text::after {
		content: " ";
		display: block;
		width: 40%;
		margin: 0 auto;
		border: 1px solid #415681;
	}
	.intro_text p {
		margin: 0 auto;
		padding: 20px 0;
		text-align: center;
		font-size: 1em;
		width: calc(98%);
	}
	.feature {
		position: relative;
		margin-top: 50px;
	}
	.feature figure:nth-child(1) {	
	}
	.feature figure:nth-child(1) img {	
		width: calc(100%);
	}
	.feature figure:nth-child(2) {
		text-align: right;
		margin-top: -50px;
	}
	.feature figure:nth-child(2) img {	
		width: calc(100%);
	}
	.feature figure:nth-child(3) {
		text-align: center;
		margin-top: 0px;
	}
	.feature figure:nth-child(3) img {	
		width: calc(96%);
	}

	/* --------- SNS ----------- */
	.sc_second h2 {
		text-align: center;
	}
	.sc_second h2 img {
		width: 100%;
	}
	.line-flame {
		margin-top: 0px;
	}
	.line-flame::before {
		content: " ";
		display: block;
		width: 30%;
		margin: 0 auto 0 35%;
		border: 0px solid #415681;
	}
	.line-flame::after {
		content: " ";
		display: block;
		width: 30%;
		margin: 0 auto 0 70%;
		border: 0px solid #415681;
	}
	.line-flame .col2_pc figure {
		width: calc(100%);
		text-align: center;
	}
	.line-flame .col2_pc figure img {
		width: calc(80%);
	}
	.line-flame .col2_pc p {
		width: calc(98%);
		margin: 0 auto;
		padding: 30px 0 30px 0;
		text-align: center;
	}
	.line-flame .col2_pc p::before {
		content: " ";
		display: block;
		width: 50%;
		margin: 0 auto 30px auto;
		border: 1px solid #415681;
	}
	.line-flame .col2_pc p::after {
		content: " ";
		display: block;
		width: 50%;
		margin: 30px auto 0 auto;
		border: 1px solid #415681;
	}
	.official_sns {
		position: relative;
		margin: 0px auto 0 auto;
		width: calc(90%);
	}
	.official_sns > figure {
		width: calc(100% / 2 - 10px);
		text-align: center;
	}
	.official_sns figure:nth-child(1),
	.official_sns figure:nth-child(3) {
		margin-top: 0px;
	}
	.official_sns figure:nth-child(3) {
		margin-top: 5px;
	}
figure.sns_logo {
	text-align: center;
}
figure.sns_logo img {
	width: calc(40%);
}
	
	/* --------- RECIPE ----------- */
	.sc_third h2 {
		text-align: center;
	}
	.sc_third h2 img {
		width: 70%;
	}
	.recipes {
		padding-top: 60px;
	}
	.recipes > * {
		width: calc(100% / 2 - 8px);
	}
	.recipes figure a {
		width: auto;
	}
	
	
	/* --------- PRODUCTS ----------- */
	.sc_fourth h2 {
		text-align: center;
	}
	.sc_fourth h2 img {
		width: 60%;
	}
	.icon_dressing {
		width: 20%;
		margin: -100px auto 0 auto;
	}
	.col3_pc > .products {
    width: calc(100%);
	}
	.products {
		margin-top: 0px;
		display: block;
	}
	.products figure {
		text-align: center;
		width: calc(100%);
		margin-top: 45px;
	}
	.products figure img {
		width: 50%;
	}
	.products > div{
		width: calc(100%);
	}
	.products h3 {
		font-size: 1.4em;
		text-align: center;
		padding-left: 0%;
	}
	.products h3 span {
		display: block;
		font-size: 0.7em;
	}
	.products dl {
		width: calc(90%);
		margin: 1.2em auto 0 auto;
		border-top: 1px solid #262626;
	}
	.products dl dt,
	.products dl dd {
		border-bottom: 1px solid #262626;
		padding: 0.6em 0;
	}
	.products dl dd.indent {
		padding-left: 7em;
		margin-top: -2.9em;
		border-bottom: 0px;
	}
	.products dl dd.nutrition {
		padding-left: 1em;
	}
	.to_official a {
		width: calc(100%);
	}

/* --------- SC-FLOW ----------- */
	.sc_flow h2 {
		text-align: center;
	}
	.sc_flow h2 img {
		width: 60%;
	}
	.cont__flow {
		display: block;
		justify-content: center;
		margin: 30px auto 0 auto;
		width: calc(65%);
	}
	.cont__flow figure:nth-child(1),
	.cont__flow figure:nth-child(3),
	.cont__flow figure:nth-child(5) {
		width: calc(100%);
	}
	.cont__flow figure:nth-child(2),
	.cont__flow figure:nth-child(4) {
		width: 100%;
		margin: 0 auto 0 auto;
		text-align: center;
		height: 40px;
	}
	.cont__flow figure:nth-child(1) img,
	.cont__flow figure:nth-child(3) img,
	.cont__flow figure:nth-child(5) img {
		width: 100%;
	}
	.cont__flow figure:nth-child(2) img,
	.cont__flow figure:nth-child(4) img {
		width: 10%;
		margin-top: 0;
		padding-top: 0px;
		transform: rotate(90deg);
	}
	.qualification {
		margin: 40px auto 0 auto;
		width: calc(90%);
		font-size: 0.8em;
	}
	.qualification ul {
		margin-left: 20px;
	}

	/*------ ボタン -------*/
	.btn:hover {
		text-decoration: none;
		opacity: 0.65;
	}
	.btn_img {
		display: block;
		width: calc(100%);
		text-align: center;
		margin-top: 30px;
	}
	.btn_img:hover {
		text-decoration: none;
		opacity: 0.65;
	}
	.btn_img img {
		width: 100%;
	}
	.btn__back {
		width: 80%;
		background-color: #fff;
		display: inline-block;
		text-align: center;
		color: #f93099;
		margin: 30px auto;
		padding: 0.4em 1em;
		border: 3px solid #f93099;
		border-radius: 25px;
		font-size: 4.5vw;
	}
	.btn__back .bt_icon_back {
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.04%2032.97%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23f93099%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_7%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%207%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M20%2C29.48%2C16.48%2C33%2C0%2C16.48%2C16.48%2C0%2C20%2C3.48%2C7%2C16.48Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		width: 20px;
		height: 23px;
		display: inline-table;
		vertical-align: bottom;
		margin: 0 20px 0 0;
	}
	.btn__back:hover {
		color: #fff;
		background-color: #f93099;
	}
	.btn__back:hover .bt_icon_back {
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.04%2032.97%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_7%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%207%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M20%2C29.48%2C16.48%2C33%2C0%2C16.48%2C16.48%2C0%2C20%2C3.48%2C7%2C16.48Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E')
	}

footer  {
	background-color: rgba(232,232,232,1.00);
	position: relative;
}
.copyright {
	padding: 20px 0;
	text-align: center;
	font-size: 0.8em;
}
/*X-11*/
@media screen and (min-width: 375px) {
}
/*-12promax(414・428)*/
@media screen and (min-width: 414px) {
}
/*iPad*/
@media screen and (min-width: 768px) {
	header {
		background-color:;
		margin: 0;
		padding: 0;
	}
	
	.mv_bg {
		background-image: url("../img/bg_mv.jpg");
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: cover;
	}
	.header__inner {
		padding-top: 15px;
		position: relative;
		width: calc(96%);
		margin: 0 auto;
	}
	.header__inner a.logo__3ple {
		width: 100px;
		display: inline-block;
		margin-right: 15px;
	}
	.header__inner a.logo__client {
		width: 200px;
		display: inline-block;
	}
	.hero {
		padding-bottom: 40px;
	}
	/* TITLE AREA */
	.title__area {
		position: relative;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	.title_01 {
		position: relative;
		margin: 0;
	}
	.title_01 img {
		width: 45%;
	}
	.title_02 {
		position: relative;
		margin: 0;
	}
	.title_02 img {
		width: 75%;
	}
	.title_03 {
		position: relative;
		margin: 80px auto 0 auto;
	}
	.title_03 img.campain {
		width: 53%;
		z-index: 20;
	}
	.title_sub01 {
		position: absolute;
		top: -80px;
		left: 1%;
		z-index: 10;
		text-align: left;
		width: auto;
	}
	.title_sub01 img {
		width: 40%;
	} 
	.title_sub02 {
		position: absolute;
		top: -50px;
		right: 6%;
		z-index: 10;
		text-align: right;
		width: auto;
	}
	.title_sub02 img {
		width: 40%;
	}
	.hero__mv {
		position: relative;
		margin: 20px auto 0 auto;
	}
	.hero__mv figure img {
		margin: 0 auto;
		width: calc(65%);
	}
	.campaign__period {
		font-size: 1em;
	}
	/* END TITLE AREA */
	
	/* SECTION */
.sc_first { position: relative; margin: 80px 0 0 0; padding: 0; }
.sc_second { position: relative; margin: 60px 0 0 0; padding: 50px 0 180px 0; background-color: #edffe9; background-image: url("../img/bg_sns.png"); background-position: bottom center; background-size: 80%; }
.sc_third { position: relative; margin: 100px 0 0 0; padding: 0; }
.sc_fourth { position: relative; margin: 200px 0 0 0; padding: 20px 0 70px 0; background-color: #eeeeee;}
.sc_flow { position: relative; margin: 0 0 0 0; padding: 80px 0; background-color: #ffffff; }
.sc_end { position: relative; margin: 80px 0 0 0; padding: 40px 0; }
	/* END SECTION */

	.w900 {
		width: calc(100% - 32px);
        margin: 0 auto;
		position: relative;
	}
	.w900 > .col2_pc > * {
        width: calc(100% / 2 - 4px);
    }
	.mrg_20 {
		margin-top: 20px;
	}
	.mrg_40 {
		margin-top: 40px;
	}

	/* --------- INTRO ----------- */
	.sc_first h2 {
		text-align: center;
	}
	.sc_first h2 img {
		width: 70%;
	}
	.intro_text {
		position: relative;
		margin: 30px 0 0 0;
	}
	.intro_text::before,
	.intro_text::after {
		content: " ";
		display: block;
		width: 40%;
		margin: 0 auto;
		border: 1px solid #415681;
	}
	.intro_text p {
		margin: 0 auto;
		padding: 35px 0;
		text-align: center;
		font-size: 1.15em;
		width: calc(70%);
	}
	.feature {
		position: relative;
		margin-top: 50px;
	}
	.feature figure:nth-child(1) {	
	}
	.feature figure:nth-child(1) img {	
		width: calc(78%);
	}
	.feature figure:nth-child(2) {
		text-align: right;
		margin-top: -190px;
	}
	.feature figure:nth-child(2) img {	
		width: calc(78%);
	}
	.feature figure:nth-child(3) {
		text-align: center;
		margin-top: -10px;
	}
	.feature figure:nth-child(3) img {	
		width: calc(96%);
	}
	.leftside_bg {
		position: absolute;
		z-index: 0;
		top: -5vh;
		background-image: url("../img/intro_bg01.png");
		background-repeat: no-repeat;
		background-position: left;
		background-size: 13%;
		min-height: 600px;
	}
	.rightside_bg {
		position: absolute;
		z-index: 0;
		top: -5vh;
		background-image: url("../img/intro_bg02.png");
		background-repeat: no-repeat;
		background-position: right;
		background-size: 13%;
		min-height: 600px;
	}
	
	/* --------- SNS ----------- */
	.sc_second h2 {
		text-align: center;
	}
	.sc_second h2 img {
		width: 90%;
	}
	.line-flame {
		margin-top: 0px;
	}
	.line-flame::before {
		content: " ";
		display: block;
		width: 30%;
		margin: 0 auto 0 35%;
		border: 0px solid #415681;
	}
	.line-flame::after {
		content: " ";
		display: block;
		width: 30%;
		margin: 0 auto 0 70%;
		border: 0px solid #415681;
	}
	.line-flame .col2_pc figure {
		width: calc(100%);
		text-align: center;
	}
	.line-flame .col2_pc figure img {
		width: calc(50%);
	}
	.line-flame .col2_pc p {
		width: calc(90%);
		margin: 0 auto;
		padding: 30px 0 30px 0;
		text-align: center;
	}
	.line-flame .col2_pc p::before {
		content: " ";
		display: block;
		width: 50%;
		margin: 0 auto 30px auto;
		border: 1px solid #415681;
	}
	.line-flame .col2_pc p::after {
		content: " ";
		display: block;
		width: 50%;
		margin: 30px auto 0 auto;
		border: 1px solid #415681;
	}
	.official_sns {
		position: relative;
		margin: 80px auto 0 auto;
		width: calc(90%);
	}
	.official_sns > figure {
		width: calc(100% / 3 - 20px);
		text-align: center;
	}
	.official_sns figure:nth-child(1),
	.official_sns figure:nth-child(3) {
		margin-top: 40px;
	}
	.official_sns figure:nth-child(2) img {
		width: calc(70%);
	}
	
	/* --------- RECIPE ----------- */
	.sc_third h2 {
		text-align: center;
	}
	.sc_third h2 img {
		width: 55%;
	}
	.recipes {
		padding-top: 60px;
	}
	.recipes > * {
		width: calc(100% / 3 - 8px);
	}
	.recipes figure a {
		width: auto;
	}
	
	
	/* --------- PRODUCTS ----------- */
	.sc_fourth h2 {
		text-align: center;
	}
	.sc_fourth h2 img {
		width: 60%;
	}
	.icon_dressing {
		width: 18%;
		margin: -100px auto 0 auto;
	}
	.col3_pc > .products {
    width: calc(100%);
	}
	.products {
		margin-top: 30px;
		display: flex;
	}
	.products figure {
		text-align: center;
		width: calc(30%);
		margin-top: 45px;
	}
	.products figure img {
		width: 90%;
	}
	.products > div{
		width: calc(70%);
	}
	.products h3 {
		font-size: 1.4em;
		text-align: left;
		padding-left: 5%;
	}
	.products h3 span {
		display: block;
		font-size: 0.7em;
	}
	.products dl {
		width: calc(90%);
		margin: 1.2em auto 0 auto;
		border-top: 1px solid #262626;
	}
	.products dl dt,
	.products dl dd {
		border-bottom: 1px solid #262626;
		padding: 0.6em 0;
	}
	.products dl dd.indent {
		padding-left: 7em;
		margin-top: -2.9em;
		border-bottom: 0px;
	}
	.products dl dd.nutrition {
		padding-left: 1em;
	}
	.to_official a {
		width: calc(60%);
	}
	
	/* --------- SC-FLOW ----------- */
	.sc_flow h2 {
		text-align: center;
	}
	.sc_flow h2 img {
		width: 40%;
	}
	.cont__flow {
		display: flex;
		justify-content: space-between;
		margin: 30px auto 0 auto;
		width: calc(100%);
	}
	.cont__flow figure:nth-child(1),
	.cont__flow figure:nth-child(3),
	.cont__flow figure:nth-child(5) {
		width: calc(27%);
	}
	.cont__flow figure:nth-child(2),
	.cont__flow figure:nth-child(4) {
		width: calc(5% - 1%);
		margin: 0 auto;
		text-align: center;
		height: auto;
	}

	.cont__flow figure:nth-child(1) img,
	.cont__flow figure:nth-child(3) img,
	.cont__flow figure:nth-child(5) img {
		width: 100%;
	}
	.cont__flow figure:nth-child(2) img,
	.cont__flow figure:nth-child(4) img {
		width: 60%;
		margin-top: 0;
		padding-top: 100px;
		transform: rotate(0deg);
	}
	.qualification {
		width: calc(80%);
	}
	.qualification ul {
		margin-left: 30px;
	}
	
	footer  {
		background-color: rgba(232,232,232,1.00);
		position: relative;
	}
	.copyright {
		font-size: 1em;
	}

	.btn_img {
		width: calc(100%);
		margin: 40px auto 0 auto;
		display: block;
	}
	.btn_img img {
		width: 100%;
	}
	.btn_gentei {
		width: calc(80%);
		margin: 40px auto 0 auto;
		display: block;
	}
	.btn_toshop {
		width: calc(55%);
		margin: 0px auto 0 auto;
		display: block;
	}
	.btn_gentei img,
	.btn_toshop img {
		width: 100%;
	}
	
	.btn__back {
		width: auto;
		background-color: #fff;
		display: inline-block;
		text-align: center;
		color: #f93099;
		margin: 30px auto;
		padding: 0.6em 2em;
		border: 3px solid #f93099;
		border-radius: 25px;
		font-size: 1.8em;
	}

	
}
@media screen and (min-width: 801px) {
}
@media screen and (min-width: 1024px) {
	.title_sub01 {
		position: absolute;
		top: -110px;
		left: 2%;
		z-index: 10;
		text-align: left;
		width: auto;
	}
	.title_sub01 img {
		width: 50%;
	} 
	.title_sub02 {
		position: absolute;
		top: -65px;
		right: 6%;
		z-index: 10;
		text-align: right;
		width: auto;
	}
	.title_sub02 img {
		width: 50%;
	}
	.feature figure:nth-child(1) {	
	}
	.feature figure:nth-child(1) img {	
		width: calc(65%);
	}
	.feature figure:nth-child(2) {
		text-align: right;
		margin-top: -330px;
	}
	.feature figure:nth-child(2) img {	
		width: calc(65%);
	}
	.feature figure:nth-child(3) {
		text-align: center;
		margin-top: -50px;
	}
	.feature figure:nth-child(3) img {	
		width: calc(85%);
	}
	.sc_second h2 img {
		width: 70%;
	}
	.line-flame {
		margin-top: 40px;
	}
	.line-flame::before {
		content: " ";
		display: block;
		width: 30%;
		margin: 0 auto 0 35%;
		border: 1px solid #415681;
	}
	.line-flame::after {
		content: " ";
		display: block;
		width: 30%;
		margin: 0 auto 0 70%;
		border: 1px solid #415681;
	}
	.line-flame .col2_pc figure {
		width: calc(40%);
		text-align: center;
	}
	.line-flame .col2_pc figure img {
		width: calc(100%);
	}
	.line-flame .col2_pc p {
		width: calc(60%);
		margin: 0 auto;
		padding: 30px 0 30px 4%;
		text-align: left;
	}
	.line-flame .col2_pc p::before {
		content: " ";
		display: block;
		width: 50%;
		margin: 0 auto 0px auto;
		border: 0px solid #415681;
	}
	.line-flame .col2_pc p::after {
		content: " ";
		display: block;
		width: 50%;
		margin: 0px auto 0 auto;
		border: 0px solid #415681;
	}

}
@media screen and (min-width: 1080px) {
	.icon_dressing {
		width: 12%;
		margin: -120px auto 0 auto;
	}
	.col3_pc > .products {
    	width: calc(100% / 3 - 8px);
	}
	.products {
		margin-top: 50px;
		display: block;
	}
	.products figure {
		text-align: center;
		width: calc(100%);
		margin-top: 0px;
	}
	.products figure img {
		width: 60%;
	}
	.products > div{
		width: calc(100%);
	}
	.products h3 {
		font-size: 1.4em;
		text-align: center;
		padding-left: 5%;
	}
	.products h3 span {
		display: block;
		font-size: 0.7em;
	}
	.products dl {
		width: calc(90%);
		margin: 1.2em auto 0 auto;
		border-top: 1px solid #262626;
	}
	.products dl dt,
	.products dl dd {
		border-bottom: 1px solid #262626;
		padding: 0.6em 0;
	}
	.products dl dd.indent {
		padding-left: 7em;
		margin-top: -2.9em;
		border-bottom: 0px;
	}
	.products dl dd.nutrition {
		padding-left: 1em;
	}
}
@media screen and (min-width: 1200px) {
	.title_sub01 {
		position: absolute;
		top: -150px;
		left: 4%;
		z-index: 10;
		text-align: left;
		width: auto;
	}
	.title_sub01 img {
		width: 58%;
	} 
	.title_sub02 {
		position: absolute;
		top: -85px;
		right: 10%;
		z-index: 10;
		text-align: right;
		width: auto;
	}
	.title_sub02 img {
		width: 57%;
	}
	
	.sc_second { position: relative; margin: 80px 0 0 0; padding: 70px 0 250px 0;}
	.official_sns {
		position: relative;
		margin: 80px auto 0 auto;
		width: calc(70%);
	}
}
@media screen and (min-width: 1280px) {
	.recipes {
		width: calc(96%);
		margin: 0 auto;
	}
	.recipes > * {
		width: calc(100% / 6 - 20px);
	}
}
@media screen and (min-width: 1360px) {
}