@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;
}

@-webkit-keyframes shizuku{0%{-webkit-transform:translateX(-20px) scale(0.5); visibility:hidden; opacity:0; transform:translateX(-20px) scale(0.5); visibility:hidden; opacity:0;}to{-webkit-transform:translateX(10px) scale(1);transform:translateX(10px) scale(1)}}
@keyframes shizuku{0%{-webkit-transform:translateX(-20px) scale(0.5); visibility:hidden; opacity:0; transform:translateX(-20px) scale(0.5); visibility:hidden; opacity:0;}to{-webkit-transform:translateX(10px) scale(1);transform:translateX(10px) scale(1)}}
.shizuku {
	-webkit-animation: shizuku 0.7s ease-in-out infinite normal;
	animation: shizuku 0.7s ease-in-out infinite normal;
}
@-webkit-keyframes shizuku2{0%{-webkit-transform:translateX(-20px) scale(0.5); visibility:hidden; opacity:0; transform:translateX(-20px) scale(0.5); visibility:hidden; opacity:0;}to{-webkit-transform:translateX(10px) scale(1);transform:translateX(10px) scale(1)}}
@keyframes shizuku2{0%{-webkit-transform:translateX(-20px) scale(0.5); visibility:hidden; opacity:0; transform:translateX(-20px) scale(0.5); visibility:hidden; opacity:0;}to{-webkit-transform:translateX(10px) scale(1);transform:translateX(10px) scale(1)}}
.shizuku2 {
	-webkit-animation: shizuku2 0.8s ease-in-out infinite normal;
	animation: shizuku2 0.8s ease-in-out infinite normal;
}

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;
}
	.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_bg {
		background-image: url("../img/mv_bg_sp.png");
		background-repeat: no-repeat;
	}
	.hero {
		background-image: url("../img/mv_bg2_sp.png");
		background-repeat: no-repeat;
	}
	/* TITLE AREA */

	.campaign__period {
		font-size: 3vw;
		position: relative;
		margin: 0;
		padding: 20px 0 60px 0;
		color: #333;
		text-align: center;
	}
	/* END TITLE AREA */

/* SECTION */
.sc_first { position: relative; margin: 0 0 0 0; padding: 0 0;}
.sc_second { position: relative; margin: 0 0 0 0; padding: 0 0 0 0;}
.sc_third { position: relative; margin: 40px 0 0 0; padding: 0; }
.sc_fourth { position: relative; margin: 100px 0 0 0; padding: 40px 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 */

	.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;
	}
	.bg_area {
		position: relative;
		margin: 0;
		height: auto;
		background-color: #faf8d5;
	}
	/* --------- INTRO ----------- */
	.intro {
		position: relative;
		margin: 0 auto;
		display: flex;
    	flex-wrap: wrap;
    	align-items: flex-start;
    	justify-content: space-between;
	}
	.intro > * { 
		width: calc(100% / 3 - 4px);
	}
	.intro h2 {
		padding-top: 30px;
		text-align: center;
	}
	.intro h2 img {
		width: 100%;
	}
	.intro figure {
		text-align: center;
		margin-top: -20px;
	}
	.intro figure img {
		width: 90%;
	}
	.intro_text {
		position: relative;
		margin: 35px 0 0 0;
		padding-bottom: 50px;
	}
	.intro_text figure:nth-child(1) {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.intro_text figure:nth-child(2) {
		width: 90%;
		margin: 0 auto;
	}
	.recom {
		position: relative;
		padding-bottom: 100px;
	}
	.recom figure:nth-child(1) {
		text-align: left;
	}
	.recom figure:nth-child(2) {
		text-align: right;
	}
	.recom figure:nth-child(3) {
		text-align: center;
	}
	.recom figure {
		width: 90%;
		margin: 0 auto;
	}
	

	
	/* --------- SNS ----------- */
	.sc_second h2 {
		text-align: center;
	}
	.sc_second h2 img {
		width: 96%;
	}
	figure.sns_comment {
		width: 100%;
		margin: 20px auto 0 auto;
		padding-bottom: 20px;
	}
	figure.sns_comment::after {
		content: " ";
		display: block;
		width: 40%;
		margin: 0 auto;
		border: 1px solid #ffb717;
	}
	.official_sns {
		position: relative;
		margin: 40px auto 0 auto;
		width: calc(96%);
		padding-bottom: 7vh;
	}
	.official_sns > div {
		width: calc(100% / 3 - 4px);
		text-align: center;
		position: relative;
		min-height: 80px;
	}
	.official_sns div > figure:nth-child(1) {
		position: absolute;
		top: 0;
		right: 20px;
		z-index: 0;
		width: 20%;
	}
	.official_sns div > figure:nth-child(2) {
		position: absolute;
		top: 0px;
		left: 20px;
		z-index: 10;
		width: 50%;
	}

	/* --------- RECIPE ----------- */
	.sc_third h2 {
		text-align: center;
	}
	.sc_third h2 img {
		width: 100%;
	}
	.recipe {
		padding-top: 30px;
	}
	.recipe figure {
		width: calc(90%);
		margin: 0 auto;
	}
	.recipe dl {
		margin: 0 auto;
		padding: 40px 0 0 0;
		width: calc(96%);
		font-size: 0.9em;
	}
	.recipe dl dt,
	.recipe dl dd {
		border-bottom: 2px dotted #262626;
		padding: 0.6em 0;
	}
	.recipe dl dd.indent {
		padding-left: 13em;
		margin-top: -2.9em;
		border-bottom: 0px;
	}
	.recipe dl dt.head {
		border-bottom: 2px dotted #262626;
		padding: 0 0 0.6em 0;
		font-size: 1.4em;
	}
	.recipe dl dd.head {
		padding-left: 7em;
		margin-top: -2.5em;
		border-bottom: 0px;
		text-align: right;
		font-size: 1.4em;
	}
	ol.procedure {
		margin: 40px auto 0 auto;
		counter-reset: my-counter;
		list-style: none;
		padding: 0;
		width: calc(96%);
	}
	ol.procedure li {
		padding-left: 48px;
		position: relative;
		margin-bottom: 1em;
	}
	ol.procedure li:before {
		content: counter(my-counter);
		counter-increment: my-counter;
		background-color: #032144;
		border: 1px solid;
		border-radius: 50%;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 40px;
		color: #ffffff;
		font-size: 85%;
		line-height: 1;
		position: absolute;
		top: 0;
		left: 0;
	}
	.to_site {
		margin: 10px 0 0 0;
	}
	.to_site figure {
		margin-top: 20px;
	}
	.to_site figure a {
		width: 80%;
		display: block;
		margin: 0 auto;
	}

/* --------- 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;
	}
	
	
	.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_bg {
		background-image: url("../img/mv_bg.png");
		background-repeat: no-repeat;
		background-position: top 80% center;
		background-size: 150%;
	}
	.hero {
		background-image: url("../img/mv_bg2.png");
		background-repeat: no-repeat;
		background-position:  right top 0px;
		background-size: 40%;
	}
	/* TITLE AREA */
	.title__area {
		position: relative;
		width: calc(100%);
		margin: 0 auto;
		display: flex;
    	flex-wrap: wrap;
    	align-items: flex-end;
    	justify-content: flex-start;
	}
	.hero__mv {
		position: relative;
		text-align: left;
		margin: 0;
		width: calc(25%);
	}
		.hero__mv figure {
			margin: 0;
			width: 100%;
		}
	.title_01 {
		position: relative;
		margin: 0;
		width: calc(54%);
		padding-bottom: 65px;
	}
		.title_01 figure.title1 {
			width: 100%;
			margin-left: -20px;
			padding-bottom: 30px;
		}
		.title_01 figure.title1 img {
			width: 74%;
		}
		.title_01 figure.title2 {
			width: 100%;
			padding: 0 10px 0 2%;
		}
	.mv2 {
		position: relative;
		margin: 0;
		width: calc(21%);
		padding-bottom: 65px;
		text-align: end;
	}
		.mv2 figure {
			margin: 0;
			width: 100%;
			text-align: right;
		}
		.mv2 figure img {
			width: 70%
		}
	.title_sub01 {
		position: absolute;
		top: 53%;
		left: 64%;
		margin: 0;
		width: 20%;
	}
	.title_sub01 figure {
		margin: 0;
	}
	.title_sub01 figure img {
		width: 100%;
	}

	.campaign__period {
		font-size: 1em;
		position: relative;
		margin: 0;
		padding: 20px 0;
		color: #333;
	}
	/* END TITLE AREA */
	
	/* SECTION */
.sc_first { position: relative; margin: 60px 0 0 0; padding: 0 0;}
.sc_second { position: relative; margin: 0 0 0 0; padding: 0 0 50px 0;}
.sc_third { position: relative; margin: 60px 0 0 0; padding: 0; }
.sc_fourth { position: relative; margin: 200px 0 0 0; padding: 20px 0 70px 0;}
.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;
	}
	.bg_area {
		position: relative;
		margin: 0;
		height: auto;
		background-color: #faf8d5;
	}
	.leftside_bg {
		position: relative;
		background-image: url("../img/bg_left.png");
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 25%;
	}
	.rightside_bg {
		position: relative;
		background-image: url("../img/bg_right.png");
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 35%;
	}

	/* --------- INTRO ----------- */
	.intro {
		position: relative;
		margin: 0 auto;
		display: flex;
    	flex-wrap: wrap;
    	align-items: flex-start;
    	justify-content: space-between;
	}
	.intro > * { 
		width: calc(100% / 3 - 4px);
	}
	.intro h2 {
		padding-top: 30px;
		text-align: center;
	}
	.intro h2 img {
		width: 90%;
	}
	.intro figure {
		text-align: center;
		margin-top: -20px;
	}
	.intro figure img {
		width: 70%;
	}
	.intro_text {
		position: relative;
		margin: 35px 0 0 0;
		padding-bottom: 110px;
	}
	.intro_text figure:nth-child(1) {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.intro_text figure:nth-child(2) {
		width: 90%;
		margin: 0 auto;
	}
	.recom {
		position: relative;
		padding-bottom: 100px;
	}
	.recom figure:nth-child(1) {
		text-align: left;
	}
	.recom figure:nth-child(2) {
		text-align: right;
	}
	.recom figure:nth-child(3) {
		text-align: center;
	}
	.recom figure {
		width: 90%;
		margin: 0 auto;
	}

	
	/* --------- SNS ----------- */
	.sc_second h2 {
		text-align: center;
	}
	.sc_second h2 img {
		width: 80%;
		margin: 0 auto;
	}
	figure.sns_comment {
		width: 90%;
		margin: 25px auto 0 auto;
		padding-bottom: 40px;
	}
	figure.sns_comment::after {
		content: " ";
		display: block;
		width: 40%;
		margin: 0 auto;
		border: 1px solid #ffb717;
	}
	.official_sns {
		position: relative;
		margin: 80px auto 0 auto;
		width: calc(80%);
		padding-bottom: 80px;
	}
	.official_sns > div {
		width: calc(100% / 3 - 30px);
		text-align: center;
		position: relative;
		min-height: 150px;
	}
	.official_sns div > figure:nth-child(1) {
		position: absolute;
		top: 0;
		right: 30px;
		z-index: 0;
		width: 26%;
	}
	.official_sns div > figure:nth-child(2) {
		position: absolute;
		top: 0px;
		left: 20px;
		z-index: 10;
		width: 55%;
	}
	/* --------- RECIPE ----------- */
	.sc_third h2 {
		text-align: center;
	}
	.sc_third h2 img {
		width: 76%;
	}
	.recipe {
		padding-top: 60px;
	}
	.recipe figure {
		width: calc(60%);
		margin: 0 auto;
	}
	.recipe dl {
		margin: 0 auto;
		padding: 40px 0 0 0;
		width: calc(90%);
	}
	.recipe dl dt,
	.recipe dl dd {
		border-bottom: 2px dotted #262626;
		padding: 0.6em 0;
	}
	.recipe dl dd.indent {
		padding-left: 20em;
		margin-top: -2.9em;
		border-bottom: 0px;
	}
	.recipe dl dt.head {
		border-bottom: 2px dotted #262626;
		padding: 0 0 0.6em 0;
		font-size: 1.4em;
	}
	.recipe dl dd.head {
		padding-left: 7em;
		margin-top: -2.5em;
		border-bottom: 0px;
		text-align: right;
		font-size: 1.4em;
	}
	ol.procedure {
		margin: 40px auto 0 auto;
		counter-reset: my-counter;
		list-style: none;
		padding: 0;
		width: calc(90%);
	}
	ol.procedure li {
		padding-left: 70px;
		position: relative;
		margin-bottom: 1em;
	}
	ol.procedure li:before {
		content: counter(my-counter);
		counter-increment: my-counter;
		background-color: #F38F02;
		border: 1px solid;
		border-radius: 50%;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 40px;
		color: #ffffff;
		font-size: 85%;
		line-height: 1;
		position: absolute;
		top: 0;
		left: 0;
	}
	.to_site {
		margin: 100px 0 0 0;
	}
	.to_site figure {
		margin-top: 0px;
	}
	.to_site figure a {
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	
	/* --------- SC-FLOW ----------- */
	.sc_flow h2 {
		text-align: center;
	}
	.sc_flow h2 img {
		width: 90%;
		margin: 0 auto;
	}
	.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) {
	.w900 {
		width: calc(900px - 32px);
        margin: 0 auto;
		position: relative;
	}
	.hero {
		background-size: 46%;
	}
	.title_01 {
		padding-bottom: 80px;
	}
		.title_01 figure.title1 {
			width: 100%;
			padding-bottom: 30px;
		}
		.title_01 figure.title1 img {
			width: 70%;
		}
	
	.official_sns {
		position: relative;
		margin: 80px auto 0 auto;
		width: calc(60%);
		padding-bottom: 80px;
	}
	.recipe > figure,
	.recipe > dl {
		width: calc(100% / 2);
	}
	.recipe > dl {
		padding: 0 0 0 1em;
	}
	.recipe dl dd.indent {
		padding-left: 16em;
	}
}
@media screen and (min-width: 1200px) {
	.hero__mv {
		position: relative;
		text-align: left;
		margin: 0;
		width: calc(24%);
	}
	.hero__mv figure {
		margin: 0;
		width: 100%;
	}
	.title_01 {
		width: calc(55%);
		padding-bottom: 100px;
	}
		.title_01 figure.title1 {
			width: calc(100%);
			padding-bottom: 50px;
		}
		.title_01 figure.title1 img {
			width: 86%;
		}
		.title_01 figure.title2 {
			width: calc(100%);
			padding: 0 3% 0 5%;
		}
	.title_sub01 {
		position: absolute;
		top: 57%;
		left: 64%;
		margin: 0;
		width: 17%;
	}
}
@media screen and (min-width: 1280px) {
	.hero_bg {
		background-position: top 80% center;
		background-size: 136%;
	}
	.hero {
		background-position:  right top 0px;
		background-size: 40%;
	}
}
@media screen and (min-width: 1360px) {
	.hero_bg {
		background-position: top 80% center;
		background-size: 132%;
	}
}
@media screen and (min-width: 1420px) {
	.hero_bg {
		background-position: top 80% center;
		background-size: 124%;
	}
}
@media screen and (min-width: 1610px) {
	.hero_bg {
		background-position: top 80% center;
		background-size: 110%;
	}
}
@media screen and (min-width: 1820px) {
	.hero_bg {
		background-position: top 80% center;
		background-size: 104%;
	}
}
@media screen and (min-width: 1900px) {
	.hero_bg {
		background-position: top 80% center;
		background-size: 100%;
	}
}
