@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: 600;
}
.yomikomi {
	position: absolute;
	width: 1px;
	height: 102vh;
	top: 0;
	left: 0;
	z-index: -9999;
}
header {
	background-color:;
	margin: 0;
	padding: 0;
}
	.header__inner {
		padding-top: 5px;
		position: relative;
	}
	.header__inner a.logo__3ple {
		width: 70px;
		display: inline-block;
		margin-right: 5px;
	}
	.header__inner a.logo__marukome {
		width: 115px;
		display: inline-block;
	}
	.header__inner a img {
		width: 100%;
	}
	.hero {
	}
	.hero__bg {
		background-image: url("../img/mv_bg_sp.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		min-height: 80vh;
	}
	/* TITLE AREA */
	.title_01 {
		position: absolute;
		top: 8vh;
		left: 5%;
		width: 95%;
	}
	.title_01 img {
		width: 100%;
	}
	.hero__mv1 {
		position: absolute;
		top: 28vh;
		left: 0%;
		width: 100%;
	}
	.hero__mv1 img {
		width: 100%;
	}
	.campaign__period {
		position: absolute;
		font-size: 3.2vw;
		top: 75vh;
		text-align: center;
		width: 100%;
	}
	/* END TITLE AREA */

/* SECTION */
.sc_necchushou { position: relative; margin: 40px 0 0 0; padding: 0; }
.sc_feature { position: relative; margin: 40px 0 0 0; padding: 0; }
.sc_hiyajiru { position: relative; margin: 40px 0 0 0; padding: 0; }
.sc_intro { position: relative; margin: 40px 0 0 0; padding: 0 0 40px 0; }
.sc_mainend {position: relative; margin: 40px 0 40px 0; padding: 20px 0 0 0; background-image: url("../img/bg_mainend.png"); background-position: bottom; background-size: cover;}
.sc_recipe { position: relative; margin: 0 0 0 0; padding: 30px 0 40px 0; background-color: #f3eed9; }
.sc_sns{ position: relative; margin: 0 0 0 0; padding: 30px 0; }
.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 */

/* --------- SC-NECHUSHOU ----------- */
	.sc_necchushou h2 {
		text-align: center;
	}
	.sc_necchushou h2 img {
		width: 90%;
	}
	.necchushou_read {
		text-align: center;
		font-size: 1.1em;
	}
	.necchushou_read span {
		font-size: 1.4em;
		color: #b43a2a;
	}
	figure.sokode {
		width: 40%;
		margin: 10px auto;
	}
	.sc_necchushou .amazake-misosiru div {
		width: calc(100%);
	}
	.sc_necchushou .amazake-misosiru div:nth-child(2) {
		margin-top: 25px;
	}
	.type {
		position: relative;
		margin: 90px auto 0 auto;
		background: url("../img/bg_.png") repeat;
		border: 1px solid #CAC8C8;
		padding: 15px;
	}
	.type h3 {
		text-align: center;
		margin-top: 0;
	}
	.type h3 img {
		width: 90%;
	}
	.type p {
		margin-top: 0.4em;
		font-weight: 100;
		font-size: 0.9em;
	}
	.sonna {
		position: absolute;
		top: -70px;
		left: 0%;
		width: 40%;
	}
	.sonna img {
		width: 100%;
	}
	.type .col2_pc div:nth-child(2) {
		margin-top: 25px;
	}
/* --------- SC-FEATURE ----------- */
	.sc_feature h2 {
		text-align: center;
	}
	.sc_feature h2 img {
		width: 90%;
	}
	.read__feature {
		text-align: center;
		font-size: 1.16em;
	}
	.cont__feature {
		padding-top: 1em;
	}
	.cont__feature figure {
		width: 80%;
		margin: 0 auto;
	}
	.cont__feature div:nth-child(2),
	.cont__feature div:nth-child(3) {
		margin-top: 25px;
	}
/* --------- SC-HIYAJIRU ----------- */
	.sc_hiyajiru h2 {
		text-align: center;
	}
	.sc_hiyajiru h2 img {
		width: 90%;
	}
	.hiyajiru_content {
		margin-top: 40px;
		background-image: url("../img/hiyajiru02.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 80%;
		min-height: 100vh;
	}
	.hiyajiru_content.col2_pc figure {
		width: 100%;
	}
	.hiyajiru_content.col2_pc figure img {
		width: 50%;
		margin: 0 auto;
		display: block;
	}
	.hiyajiru_content.col2_pc div {
		width: 100%;
	}
	.hiyajiru_content p {
		width: 100%;
	}
	.hiyajiru_content div h4,
	.hiyajiru_content div p:nth-child(3) {
		margin-left: 0px;
	}
	.hiyajiru_content div p:nth-child(3) {
		padding-bottom: 10vh;
	}
/* --------- SC-INTRO ----------- */
	.sc_intro h2 {
		text-align: center;
	}
	.sc_intro h2 img {
		width: 90%;
	}
	.cont__intro {
		padding-top: 1em;
	}
	.products {
		display: flex;
		justify-content: flex-start;
	}
		.products figure {
			width: calc(25%);
			margin-right: 5%;
		}
	.products figure img{
			width: 100%;
	}
		.products:nth-child(2),
		.products:nth-child(3) {
			margin-top: 40px;
		}
		.products div {
			width: calc(70%);
		}
		.products div h4 {
			margin-top: 0;
		}
		.products div p {
			font-size: 0.9em;
			font-weight: 400;
		}
	.capacity {
		display: block;
		margin-top: 0.8em;
	}
/* --------- SC-MAINEND----------- */
	.mainend_content {
		position: relative;
	}
	.mainend_content p {
		margin: 0 auto;
		width: 70%;
		text-align: center;
		padding-bottom: 40px;
		font-size: 1em;
	}
	.mainend_content .family1 {
		position: absolute;
		width: 25%;
		bottom: 0px;
		left: 0px;
		margin: 0;
		padding: 0;
	}
	.mainend_content .family2 {
		position: absolute;
		width: 23%;
		bottom: 0px;
		right: 0px;
		margin: 0;
		padding: 0
	}
	.mainend_content .family1 img,
	.mainend_content .family2 img {
		width: 100%;
		margin: 0;
		line-height: 100%;
		display: block;
		vertical-align: bottom;
	}
/* --------- SC-RECIPE ----------- */	
	.sc_recipe h2 {
		text-align: center;
	}
	.sc_recipe h2 img {
		width: 90%;
	}
	.cont__recipe {
		margin-top: 40px;
	}
	.cont__recipe h4 {
		text-align: center;
		background-image: url("../img/line02.png");
		background-repeat: no-repeat;
		background-position: bottom center;
		padding-bottom: 0.5em;
		margin-top: 0.4em;
		font-size: 1.1em;
	}
	.cont__recipe figure {
		width: 90%;
		margin: 0 auto;
	}
	.cont__recipe div:nth-child(3),
	.cont__recipe div:nth-child(4){
		margin-top: 25px;
	}

/* --------- SC-SNS ----------- */
	.sns_titile {
		width: calc(100%);
		margin: 0 auto;
		text-align: center;
	}
	.sns_titile figure {
		margin: 0 auto;
	}
	.sns_titile div h3 {
		border-bottom: 2px solid #333;
		padding-bottom: 0.4em;
		margin-top: 0.4em;
	}
	.sns_titile div h3 span.txt-small {
		font-size: 0.75em;
	}
	.cont__sns h3 {
		font-weight: 100;
		letter-spacing: 0;
		text-align: center;
		font-size: 5.5vw;
	}
	.sns_icons {
		width: calc(100%);
		position: relative;
		margin: 0 auto;
	}
	.sns_icons_inner {
		display: flex;
		justify-content: space-around;
		padding-top: 30px;
	}
	.sns_icons_inner img {
		width: 17vw;
	}
/* --------- 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 {
		font-size: 1.5em;
		font-weight: 600;
		line-height: 1em;
		position: relative;
		display: inline-block;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		letter-spacing: 0.1em;
	}
	.btn__oubo {
		width: 98%;
		display: block;
		border: solid 3px #fff;
		background-color: #2577b1;
		box-shadow: 0 0 0 3px #2577b1;
		text-align: center;
		color: #fff;
		margin: 30px auto 0 auto;
		padding: 15px 5px;
		border-radius: 15px;
		font-size: 5.75vw;
		line-height: 1.3em;
	}
	.btn__go-recipe{
		width: 65%;
		display: block;
		text-align: center;
		color: #a76d1e;
		margin: 20px auto 0 auto;
		padding: 10px 10px 10px 10px;
		border-radius: 10px;
		border: 1px solid #a76d1e;
		background-color: #eed8a4;
		font-size: 1.15em;
		letter-spacing: 0;
		line-height: 1.3em;
	}

	.btn__go-recipesite {
		width: 98%;
		display: block;
		text-align: left;
		color: #fff;
		margin: 30px auto 0 auto;
		padding: 10px 50px 10px 30px;
		border-radius: 20px;
		border: 3px solid #a76d1e;
		font-size: 1.4em;
		letter-spacing: 0;
		line-height: 1.3em;
		background-image: url("../img/icon_recipe.png");
		background-repeat: no-repeat;
		background-position: right 0px center;
		background-size: auto;
		background-color: #a76d1e;
	}
	.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: 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: 5.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__inner {
		padding-top: 15px;
		position: relative;
	}
	.header__inner a.logo__3ple {
		width: 130px;
		display: inline-block;
		margin-right: 15px;
	}
	.header__inner a.logo__marukome {
		width: 170px;
		display: inline-block;
	}
	.hero {
	}
	.hero__bg {
		background-image: url("../img/mv_bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 500px;
		padding-bottom: 30px;
	}
	/* TITLE AREA */
	.title__area {
		position: relative;
		margin: 0;
		padding: 20px 0 0 0;
		text-align: left;
		min-height: 550px;
	}
	.title_01 {
		position: absolute;
		top: 40px;
		left: 30%;
		width: 30%;
	}
	.title_01_sub {
		position: absolute;
		top: 70px;
		left: 63%;
		width: 28%;
	}
	.title_01 img,
	.title_01_sub img {
		width: 100%;
	}
	.title_02 {
		position: absolute;
		top: 200px;
		left: 30%;
		width: 67%;
	}
	.title_02 img {
		width: 100%;
	}
	.title_03 {
		position: absolute;
		margin: 0;
		top: 270px;
		left: 29%;
		width: 55%;
	}
	.title_03 img {
		width: 100%;
	}
	.hero__mv1 {
		position: absolute;
		top: 120px;
		left: 0%;
		width: 31%;
	}
	.hero__mv2 {
		position: absolute;
		top: 250px;
		right: 0%;
		width: 15%;
	}
	.hero__mv1 img,
	.hero__mv2 img {
		width: 100%;
	}
	.campaign__period {
		font-size: 1em;
		position: relative;
		margin-top: -40px;
		text-align: center;
		top: 0;
	}
	/* END TITLE AREA */
	
	/* SECTION */
.sc_necchushou { position: relative; margin: 80px 0 0 0; padding: 0; }
.sc_feature { position: relative; margin: 80px 0 0 0; padding: 0; }
.sc_hiyajiru { position: relative; margin: 80px 0 0 0; padding: 0; }
.sc_intro { position: relative; margin: 80px 0 60px 0; padding: 0; }
.sc_mainend {position: relative; margin: 60px 0 60px 0; padding: 40px 0 0 0; background-image: url("../img/bg_mainend.png"); background-position: bottom; background-size: cover;}
.sc_recipe { position: relative; margin: 20px 0 0 0; padding: 60px 0; background-color: #f3eed9; }
.sc_sns{ position: relative; margin: 0 0 0 0; padding: 60px 0; }
.sc_flow { position: relative; margin: 80px 0 0 0; padding: 0; }
.sc_end { position: relative; margin: 80px 0 0 0; padding: 30px 0; }
	/* END SECTION */
	
/* --------- SC-NECHUSHOU ----------- */
	.sc_necchushou h2 {
		text-align: center;
	}
	.sc_necchushou h2 img {
		width: 40%;
	}
	.necchushou_read {
		text-align: center;
		font-size: 1.3em;
	}
	.necchushou_read span {
		font-size: 1.5em;
		color: #b43a2a;
	}
	figure.sokode {
		width: 24%;
		margin: 10px auto;
	}
	.sc_necchushou .amazake-misosiru div {
		width: calc(44%);
	}
	.sc_necchushou .amazake-misosiru div:nth-child(2) {
		margin-top: 0px;
	}
	.type {
		position: relative;
		margin: 90px auto 0 auto;
		background: url("../img/bg_.png") repeat;
		border: 1px solid #CAC8C8;
		padding: 25px;
	}
	.type h3 {
		text-align: center;
		margin-top: 0;
	}
	.type h3 img {
		width: 45%;
	}
	.type p {
		margin-top: 0.4em;
		font-weight: 100;
		font-size: 1em;
	}
	.sonna {
		position: absolute;
		top: -80px;
		left: 2%;
		width: 27%;
	}
	.sonna img {
		width: 100%;
	}
	.type .col2_pc div:nth-child(2) {
		margin-top: 0px;
	}
/* --------- SC-REATURE ----------- */	
	.sc_feature h2 {
		text-align: center;
	}
	.sc_feature h2 img {
		width: 40%;
	}
	.cont__feature figure {
		width: 100%;
	}
	.cont__feature div:nth-child(2),
	.cont__feature div:nth-child(3) {
		margin-top: 0px;
	}
/* --------- SC-HIYAJIRU ----------- */
	.sc_hiyajiru h2 {
		text-align: center;
	}
	.sc_hiyajiru h2 img {
		width: 40%;
	}
	.hiyajiru_content {
		margin-top: 40px;
		background-image: url("../img/hiyajiru02.png");
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 35%;
		min-height: 400px;
	}
	.hiyajiru_content.col2_pc figure {
		width: 24%;
	}
	.hiyajiru_content.col2_pc figure img {
		width: 100%;
	}
	.hiyajiru_content.col2_pc div {
		width: 75%;
	}
	.hiyajiru_content p {
		width: 65%;
	}
	.hiyajiru_content div h4,
	.hiyajiru_content div p:nth-child(3) {
		margin-left: 40px;
	}
	.hiyajiru_content div p:nth-child(3) {
		padding-bottom: 0;
	}
/* --------- SC-INTRO ----------- */
	.sc_intro h2 {
		text-align: center;
	}
	.sc_intro h2 img {
		width: 40%;
	}
	.products:nth-child(2) {
		margin-top: 0px;
	}
	.products div h4 {
		margin-top: 1em;
	}
	.products div p {
			font-size: 1em;
			font-weight: 600;
		}
/* --------- SC-MAINEND----------- */
	.mainend_content {
		position: relative;
	}
	.mainend_content p {
		margin: 0 auto;
		width: 70%;
		text-align: center;
		padding-bottom: 40px;
		font-size: 1.15em;
	}
	.mainend_content .family1 {
		position: absolute;
		width: 15.5%;
		bottom: 0px;
		left: 0px;
		margin: 0;
		padding: 0;
	}
	.mainend_content .family2 {
		position: absolute;
		width: 14%;
		bottom: 0px;
		right: 0px;
		margin: 0;
		padding: 0
	}
	.mainend_content .family1 img,
	.mainend_content .family2 img {
		width: 100%;
		margin: 0;
		line-height: 100%;
		display: block;
		vertical-align: bottom;
	}
/* --------- SC-RECIPE ----------- */	
	.sc_recipe h2 {
		text-align: center;
	}
	.sc_recipe h2 img {
		width: 50%;
	}
	.recipe_titile {
		position: relative;
		width: calc(98%);
		margin: 0 auto;
	}
	.cont__recipe figure {
		width: 80%;
	}
	.cont__recipe div:nth-child(2) {
		margin-top: 0px;
	}
	.cont__recipe div:nth-child(3),
	.cont__recipe div:nth-child(4){
		margin-top: 25px;
	}

/* --------- SC-SNS ----------- */
	.sc_sns {
	}
	.sns_titile {
		width: calc(98%);
		margin: 0 auto;
		text-align: left;
	}
	.sns_titile figure {
		width: calc(30%);
	}
	.sns_titile div {
		width: calc(70%);
	}
	.sns_titile div h3 {
		margin-top: 0.4em;
	}
	.sns_titile div h3 span {
		display: block;
	}
	.cont__sns h3 {
		font-weight: 100;
		letter-spacing: 0;
		text-align: center;
		font-size: 1.5em;
	}
	.sns_icons {
		width: calc(98%);
		background-image: url("../img/flame.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100%;
		min-height: 170px;
		position: relative;
		margin: -15px auto 0 auto;
	}
	.sns_icons_inner {
		display: flex;
		justify-content: space-around;
		padding-top: 50px;
	}
	.sns_icons_inner img {
		width: auto;
	}
	
	/* --------- SC-FLOW ----------- */
	.sc_flow h2 {
		text-align: center;
	}
	.cont__flow {
		display: flex;
		justify-content: space-between;
		margin: 30px auto 0 auto;
		width: calc(90%);
	}
	.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%);
		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: 90%;
		margin: 0 auto;
		padding-top: 90px;
		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__oubo {
		width: 85%;
		background-color: #2577b1;
		display: block;
		text-align: center;
		color: #fff;
		margin: 30px auto 0 auto;
		padding: 20px 5px;
		border-radius: 25px;
		font-size: 2em;
	}

	.btn__go-recipesite {
		width: 65%;
		display: block;
		text-align: left;
		color: #fff;
		margin: 30px auto 0 auto;
		padding: 10px 70px 10px 100px;
		border-radius: 20px;
		border: 3px solid #a76d1e;
		font-size: 1.3em;
		letter-spacing: 0;
		line-height: 1.3em;
		background-image: url("../img/icon_recipe.png");
		background-repeat: no-repeat;
		background-position: right 10px center;
		background-size: auto;
		background-color: #a76d1e;
	}
	.btn_img {
		width: calc(48%);
		margin-top: 40px;
	}
	.btn_img a 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;
	}
	.mrg-t60 {
		margin-top: 60px;
	}
	
}
@media screen and (min-width: 801px) {
}
@media screen and (min-width: 1024px) {
	.hero__bg {
		min-height: 740px;
	}
	/* TITLE AREA */
	.title__area {
		min-height: 700px;
	}
	.title_01 {
		top: 80px;
		left: 30%;
		width: 30%;
	}
	.title_01_sub {
		top: 110px;
		left: 63%;
		width: 28%;
	}
	.title_02 {
		margin: 15px 0 0 0;
		top: 260px;
		left: 30%;
		width: 67%;
	}
	.title_03 {
		top: 380px;
		left: 29%;
		width: 55%;
	}
	.title_03 img {
		width: 100%;
	}
	.hero__mv1 {
		top: 170px;
		left: 0%;
		width: 31%;
	}
	.hero__mv2 {
		top: 370px;
		right: 0%;
		width: 15%;
	}
	/* --------- SC-NECCHUSHOU ----------- */
	.type {
		margin: 130px auto 0 auto;
	}
	/* --------- SC-RECIPE ----------- */
	.cont__recipe div:nth-child(3),
	.cont__recipe div:nth-child(4){
		margin-top: 0px;
	}

	/* --------- SC-SNS ----------- */
	.sns_icons {
		width: 770px;
		background-size: 100%;
	}
	.btn_img {
		width: calc(48%);
		margin-top: 40px;
	}
	.btn_img a img {
		width: auto;
	}
	/* --------- SC-FLOW ----------- */
	.sc_flow h2 span::before,
	.sc_flow h2 span::after {
		min-width: 28vw;
		height: 1em;
		margin-right: 10px;
	}
	.cont__flow {
		display: flex;
		justify-content: space-between;
		margin: 30px auto 0 auto;
		width: calc(80%);
	}
	ul.qualification {
		width: calc(50%);
	}
}
@media screen and (min-width: 1200px) {
	.hero__bg {
		min-height: 800px;
	}
	/* TITLE AREA */
	.title__area {
		min-height: 780px;
	}
	.cont__recipe figure {
		width: auto;
	}
}
@media screen and (min-width: 1280px) {
}
@media screen and (min-width: 1360px) {

}