@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/hero_bg-sp.png");
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 100vh;
	}
	/* TITLE AREA */
	.title__area {
		position: relative;
		margin: 0;
		padding: 10px 0 0 0;
		text-align: center;
	}
	.title_01 {
		position: relative;
		margin: 20px 0 0.4em 0;
	}
	.title_01 img {
		width: 90%;
	}
	.title_02 {
		position: relative;
		margin: 0;
		width: calc(100%);
	}
	.title_02 img {
		width: 75%;
	}
	.title_02 img:first-child {
		float: left;
	}
	.title_02 img:nth-child(2) {
		float: right;
	}
	.title_03 {
		clear: both;
		position: relative;
		margin: 0;
		padding: 10px 0 0 0;
	}
	.title_03 img {
		width: 90%;
	}
	.hero__mv {
		position: relative;
		margin: 0;
	}
	.hero__mv img {
		width: calc(100%);
	}

	.campaign__period {
		font-size: 3.2vw;
		margin-top: 1.5em;
	}
	/* END TITLE AREA */

/* SECTION */
.sc_feature { position: relative; margin: 40px 0 0 0; padding: 0; }
.sc_intro { position: relative; margin: 40px 0 0 0; padding: 0 0 40px 0; }
.sc_recipe { position: relative; margin: 0 0 0 0; padding: 30px 0; background-color: #f3eed9; }
.sc_sns{ position: relative; margin: 40px 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-FEATURE ----------- */
	.sc_feature h2 {
		text-align: center;
		background-image: url("../img/line01.png");
		background-repeat: no-repeat;
		background-position: bottom center;
		padding-bottom: 0.5em;
	}
	.read__feature {
		text-align: center;
		font-size: 1.16em;
	}
	.cont__feature {
		padding-top: 3em;
	}
	.cont__feature figure {
		width: 80%;
		margin: 0 auto;
	}
	.cont__feature div:nth-child(2),
	.cont__feature div:nth-child(3) {
		margin-top: 25px;
	}
/* --------- SC-INTRO ----------- */
	.sc_intro h2 {
		text-align: center;
		background-image: url("../img/line01.png");
		background-repeat: no-repeat;
		background-position: bottom center;
		padding-bottom: 0.5em;
	}
	.read__intro {
		text-align: center;
		font-size: 1.16em;
	}
	.cont__intro {
		padding-top: 3em;
	}
	.products {
		display: flex;
		justify-content: flex-start;
	}
		.products figure {
			width: calc(25%);
			margin-right: 5%;
		}
		.products:nth-child(2) {
			margin-top: 40px;
		}
		.products div {
			width: calc(62%);
		}
		.products div h4 {
			margin-top: 0;
		}
	.capacity {
		display: block;
		margin-top: 0.8em;
	}
/* --------- SC-RECIPE ----------- */	
	.sc_recipe {
	}
	.recipe_titile {
		position: relative;
		width: auto;
		margin: 0 auto;
	}
	.recipe_titile .title_back {
		display: block;
		text-align: center;
		z-index: 10;
	}
	.recipe_titile h2 {
		position: relative;
		text-align: center;
		text-shadow: 2px 2px 2px #fff;
		z-index: 20;
		margin-top: 0;
	}
	.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;
	}
	.cont__recipe figure {
		width: 80%;
		margin: 0 auto;
	}
	.cont__recipe div:nth-child(2),
	.cont__recipe div:nth-child(3) {
		margin-top: 25px;
	}

/* --------- SC-SNS ----------- */
	.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 span {
		display: inline-block;
	}
	.sc_flow h2 span::before,
	.sc_flow h2 span::after{
		content: "";
		background-image: url("../img/line03.png");
		background-position: center top 55%;
		display: inline-block;
		min-width: 20vw;
		height: 1em;
		margin-right: 10px;
	}
	.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: -20px 0 0 0;
		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: auto;
		margin-top: 0;
		padding-top: 0px;
		transform: rotate(90deg);
	}
	ul.qualification {
		margin: 40px auto 0 auto;
		width: calc(100%);
		font-size: 0.8em;
	}

	/*------ ボタン -------*/
	.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: 30px auto 0 auto;
		padding: 15px 20px 15px 20px;
		border-radius: 10px;
		border: 1px solid #a76d1e;
		background-color: #eed8a4;
		font-size: 1.4em;
		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/hero_bg.png");
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 700px;
	}
	/* TITLE AREA */
	.title__area {
		position: relative;
		margin: 0;
		padding: 40px 0 0 0;
		text-align: center;
	}
	.title_01 {
		position: relative;
		margin: 0;
	}
	.title_01 img {
		width: auto;
	}
	.title_02 {
		position: relative;
		margin: 15px 0 0 0;
	}
	.title_02 img {
		width: 45%;
	}
	.title_02 img:first-child {
		float: none;
	}
	.title_02 img:nth-child(2) {
		float: none;
	}
	.title_03 {
		position: relative;
		margin: 0;
	}
	.title_03 img {
		width: auto;
	}
	.hero__mv {
		position: relative;
		margin: 20px 0 0 0;
	}
	.campaign__period {
		font-size: 1em;
	}
	/* END TITLE AREA */
	
	/* SECTION */
.sc_feature { position: relative; margin: 60px 0 0 0; padding: 0; }
.sc_intro { position: relative; margin: 60px 0 60px 0; padding: 0; }
.sc_recipe { position: relative; margin: 0 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: 60px 0 0 0; padding: 0; }
.sc_end { position: relative; margin: 60px 0 0 0; padding: 30px 0; }
	/* END SECTION */
	
/* --------- SC-REATURE ----------- */	
	.cont__feature figure {
		width: 100%;
	}
	.cont__feature div:nth-child(2),
	.cont__feature div:nth-child(3) {
		margin-top: 0px;
	}
/* --------- SC-INTRO ----------- */	
	.products:nth-child(2) {
		margin-top: 0px;
	}
	.products div h4 {
		margin-top: 1em;
	}
/* --------- SC-RECIPE ----------- */	
	.sc_recipe {
	}
	.recipe_titile {
		position: relative;
		width: calc(98%);
		margin: 0 auto;
	}
	.recipe_titile .title_back {
		display: flex;
		justify-content: space-between;
		z-index: 10;
	}
	.recipe_titile h2 {
		position: absolute;
		top: 0;
		left: 7%;
		width: calc(90%);
		text-align: center;
		text-shadow: 2px 2px 2px #fff;
		z-index: 20;
		margin-top: 0.7em;
		line-height: 1.1em;
	}
	.recipe_titile h2 span.txt-small {
		font-size: 0.76em;
	}
	.cont__recipe figure {
		width: auto;
	}
	.cont__recipe div:nth-child(2),
	.cont__recipe div:nth-child(3) {
		margin-top: 0px;
	}
/* --------- 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;
	}
	.sc_flow h2 span {
		display: inline-block;
	}
	.sc_flow h2 span::before,
	.sc_flow h2 span::after {
		min-width: 29vw;
		height: 1em;
		margin-right: 10px;
	}
	.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% - 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: auto;
		margin-top: 0;
		padding-top: 60px;
		transform: rotate(0deg);
	}
	ul.qualification {
		width: calc(80%);
	}
	
	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: 15px;
		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.5em;
		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;
	}

	
}
@media screen and (min-width: 801px) {
}
@media screen and (min-width: 1024px) {
	.hero__bg {
		min-height: 800px;
	}
	/* --------- SC-SNS ----------- */
	.sns_titile {
		width: 750px;
		margin: 0 auto;
		text-align: left;
	}
	/* --------- SC-RECIPE ----------- */	
	.recipe_titile {
		position: relative;
		width: 750px;
		margin: 0 auto;
	}
	.sns_titile div h3 {
		margin-top: 0.8em;
	}
	.sns_titile div h3 span {
		display: inline;
	}
	/* --------- 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: 850px;
	}
	.sc_flow h2 span::before,
	.sc_flow h2 span::after {
		min-width: 24vw;
	}
}
@media screen and (min-width: 1280px) {
}
@media screen and (min-width: 1360px) {
	.sc_flow h2 span::before,
	.sc_flow h2 span::after {
		min-width: 20vw;
	}
}