@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;
}
.fuwafuwa {
animation: fuwafuwa 2s ease-in-out infinite alternate;
display: inline-block;
transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
	  0% {transform:translate(10px, 0) rotate(-10deg);}
	  100% {transform:translate(-10px, 0) rotate(10deg);}
	}
@-webkit-keyframes fuwafuwa {
	  0% {transform:translate(10px, 0) rotate(-10deg);}
	  100% {transform:translate(-10px, 0) rotate(10deg);}
	}



body {
	font-weight: 400;
	color: #333333;
}
a:link,
a:visited {
	color: #666666;
}
a:hover {
	color: #C52E34;
}
.yomikomi {
	position: absolute;
	width: 1px;
	height: 0;
	top: 0;
	left: 0;
	z-index: -9999;
}
.serif {
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.15em;
}

header {
	margin: 0;
	padding: 0;
}
	.header__inner {
		margin: 0;
		padding-top: 10px;
		padding-left: 10px;
		position: relative;
	}
	.header__inner a.logo__3ple {
		width: 70px;
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}
	.header__inner a.logo__kewpie {
		width: 100px;
		display: inline-block;
		vertical-align: middle;
	}
	.header__inner a img {
		width: 100%;
	}
	.bg {
		background-repeat: repeat-y;
		background-position: center;
		background-size: 100%;
	}
	.header {
		position: relative;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.hero {
		background-repeat: no-repeat;
		background-position: center;
		background-size: 90%;
		padding-bottom: 20px;
	}

	
	/* TITLE AREA */
	
	.title__area {
		position: relative;
		margin: 0 auto 0 auto;
		padding: 0;
		text-align: center;
	}
	.titles {
		width: calc(100%);
		margin-top: 0em;
	}
	.title_02 {
		position: relative;
		margin: 1em auto 0 auto;
		width: 50%;
		text-align: center;
	}
	.title_02 img {
		width: 100%;
	}
	.title_03 {
		position: relative;
		margin: 1em auto 0 auto;
		width: 100%;
	}
	.title_03 img {
		width: 100%;
	}
	.campaign__period {
		font-size: 0.9em;
		margin: 10px 0 0 0;
		text-align: center;
	}
	/* END TITLE AREA */


/* SECTION */
.sc_concept { position: relative; margin: 8vh 0 0 0; padding: 0 0 0 0; }
.sc_features { position: relative; margin: 4vh 0 0 0; padding: 0 0 2em 0; }
.sc_product { position: relative; margin: 8vh 0 0 0; padding: 0 0 0 0; }
.sc_flow { position: relative; margin: 5vh 0 0 0; padding: 0; }
.sc_end { position: relative; margin: 5vh 0 0 0; padding: 3vh 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: #999999;
		font-size: 0.8em;
		font-weight: 600;
	}
/* --------- SC-CONCEPT ----------- */
	.sc_concept h2 {
		text-align: center;
	}
	.sc_concept h2 img {
		width: 50%;
	}
	.concept_img {
		width: calc(100%);
		margin: 0 auto 5em auto;
	}
/* --------- SC-FEATURES ----------- */
	.sc_features h2 {
		text-align: center;
	}
	.sc_features h2 img {
		width: 60%;
	}
	.mini_pack {
		width: 40%;
		margin: 2em auto 0 auto;
	}
	.features {
		margin: 3em auto 0 auto;
	}
	.features figure:nth-child(3),
	.features figure:nth-child(4) {
		margin-top: 1em;
	}
	.illust {
		width: 86%;
		margin: 3em auto 0 auto;
	}

/* --------- SC-PRODUCT ----------- */
	.sc_product h2 {
		text-align: center;
	}
	.sc_product h2 img {
		width: 50%;
	}
	.detail {
		background-image: none;
	}
	.detail figure {
		width: calc(100%);
		margin-top: 0em;
		text-align: center;
	}
	.detail figure img {
		width: calc(30%);
	}
	.detail div {
		width: calc(100%);
	}
	h4.line {
		background-image: url("../img/line.png");
		background-position: right top 48%;
		background-size: 80%;
	}
	.sc_product table {
		border-top: 1px solid #333333;
		border-left: 1px solid #333333;
		width: 100%;
		margin: 2em auto;
		border-collapse: collapse;
		border-right: 0px;
		border-bottom: 0px;
		padding: 0px;
		border-spacing: inherit;
	}
	.sc_product table th.bg_col {
		background-color: #FDFBDD;
	}
	.sc_product table th,
	.sc_product table td {
		border-right: 1px solid #333333;
		border-bottom: 1px solid #333333;
		text-align: center;
		padding: 0.3em 0.8em;
		border-top: 0px;
		border-left: 0px;
	}
	.sc_product table td {
		width: 20%;
	}

/* --------- SC-FLOW ----------- */
	.sc_flow h2 {
		text-align: center;
	}
	.sc_flow h2 img {
		width: 50%;
	}
	.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: 30px auto 0 auto;
		width: calc(90%);
	}
	.qualification ul {
		font-size: 0.7em;
		margin-left: 1em;
	}

	/*------ ボタン -------*/
	.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_gentei {
		width: calc(100%);
		margin: 40px auto 0 auto;
		display: block;
	}
	.btn_toshop {
		width: calc(70%);
		margin: 5px auto 0 auto;
		display: block;
	}
	.btn_gentei img,
	.btn_toshop img {
		width: 100%;
	}
	.btn_gentei:hover,
	.btn_toshop :hover {
		text-decoration: none;
		opacity: 0.65;
	}
	.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: middle;
		line-height: 1em;
		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) {
	.bg {
		background-repeat: repeat-y;
		background-position: center;
		background-size: 100%;
	}
	.header {
		position: relative;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.hero {
		background-repeat: no-repeat;
		background-position: center;
		background-size: 90%;
		padding-bottom: 20px;
	}
	
	.maru1 {
		position: absolute;
		top: 4vh;
		left: -10%;
		background: url("../img/illust01.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 60%;
		width: 268px;
		height: 268px;
	}
	.maru2 {
		position: absolute;
		top: 2.5vh;
		left: 25%;
		background: url("../img/illust02.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 45%;
		width: 200px;
		height: 200px;
	}
	.maru3 {
		position: absolute;
		top: 0vh;
		right: 0%;
		background: url("../img/illust03.png");
		background-repeat: no-repeat;
		background-position: top right -10%;
		background-size: 50%;
		width: 268px;
		height: 268px;
	}
	.maru4 {
		position: absolute;
		top: 0.5vh;
		right: 14%;
		background: url("../img/illust06.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 45%;
		width: 200px;
		height: 200px;
		z-index: 50;
	}
	.maru5 {
		position: absolute;
		top: 45vh;
		left: 0%;
		background: url("../img/illust05.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 60%;
		width: 200px;
		height: 200px;
	}
	.maru6 {
		position: absolute;
		top: 50vh;
		right: 0%;
		background: url("../img/illust04.png");
		background-repeat: no-repeat;
		background-position: center right;
		background-size: 60%;
		width: 268px;
		height: 268px;
	}
	.maru7 {
		position: absolute;
		top: 85vh;
		lft: 0%;
		background: url("../img/illust06.png");
		background-repeat: no-repeat;
		background-position: center left;
		background-size: 54%;
		width: 200px;
		height: 200px;
	}
	.maru8 {
		position: absolute;
		top: 79vh;
		right: 0%;
		background: url("../img/illust05.png");
		background-repeat: no-repeat;
		background-position: center right -10%;
		background-size: 50%;
		width: 200px;
		height: 200px;
	}
	.maru9 {
		position: absolute;
		top: 94vh;
		right: 3%;
		background: url("../img/illust02.png");
		background-repeat: no-repeat;
		background-position: center right;
		background-size: 54%;
		width: 200px;
		height: 200px;
	}
	.maru10 {
		position: absolute;
		top: 130vh;
		left: 0%;
		background: url("../img/illust04.png");
		background-repeat: no-repeat;
		background-position: center left -15%;
		background-size: 60%;
		width: 268px;
		height: 268px;
	}
	.maru11 {
		position: absolute;
		top: 136vh;
		right: 0%;
		background: url("../img/illust01.png");
		background-repeat: no-repeat;
		background-position: center right -10%;
		background-size: 60%;
		width: 268px;
		height: 268px;
	}
	
	header {
		margin: 0;
		padding: 0;
	}
	
	.header__inner {
		margin: 0 auto;
		padding-top: 15px;
		position: relative;
		width: calc(96%);
	}
	.header__inner a.logo__3ple {
		width: 100px;
		display: inline-block;
		margin-right: 15px;
		vertical-align: middle;
	}
	.header__inner a.logo__kewpie {
		width: 140px;
		display: inline-block;
		vertical-align: middle;
	}
	
	/* TITLE AREA */
	.mv {
		width: calc(50%);
	}
	.title__area {
		position: relative;
		margin: 0 auto 0 auto;
		padding: 0;
		text-align: center;
		background: url("../img/mv_.png");
		background-repeat: no-repeat;
		background-position: right -20% top 0%;
		background-size: 68%;
		z-index: auto;
	}

	.hero__mv {
		position: relative;
		margin: 0 auto auto auto;
		width: calc(84%);
		text-align: center;
	}
	.hero__mv img {
		width: 100%;
		margin-top: 3em;
	}
	.titles {
		width: calc(100%);
		margin-top: 0em;
	}
	
	.title_01 {
		position: relative;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 65%;
	}
	.title_01 img {
		width: 100%;
	}
	.title_02 {
		position: relative;
		margin: 2em auto 0 auto;
		width: 40%;
		text-align: center;
	}
	.title_02 img {
		width: 100%;
	}
	.title_03 {
		position: relative;
		margin: 2em auto 0 auto;
		width: 100%;
	}
	.title_03 img {
		width: 90%;
	}
	.campaign__period {
		margin: 30px auto 0 auto;
		font-size: 1.2em;
		line-height: 2em;
		letter-spacing: 0.12em;
		color: #333333;
		text-align:  center;
	}
	/* END TITLE AREA */
	
	/* SECTION */

.sc_concept { position: relative; margin: 5em 0 0 0; padding: 0 0 0 0; }
.sc_features { position: relative; margin: 5em 0 0 0; padding: 0 0 4em 0; }
.sc_product { position: relative; margin: 8em 0 0 0; padding: 0 0 4em 0; }
.sc_flow { position: relative; margin: 0 0 0 0; padding: 5em 0; }
.sc_end { position: relative; margin: 4em 0 0 0; padding: 2em 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;
	}

	/* --------- SC-CONCEPT ----------- */
	.sc_concept h2 {
		text-align: center;
	}
	.sc_concept h2 img {
		width: 44%;
	}
	.concept_img {
		width: calc(92%);
		margin: 0 auto 5em auto;
	}

	/* --------- SC-FEATURES ----------- */
	.sc_features h2 {
		text-align: center;
	}
	.sc_features h2 img {
		width: 36%;
	}
	.mini_pack {
		width: 20%;
		margin: 5em auto 0 auto;
	}
	.features {
		margin: 3em auto 0 auto;
	}
	.features figure:nth-child(3),
	.features figure:nth-child(4) {
		margin-top: 0em;
	}
	.illust {
		width: 100%;
		margin: 3em auto 0 auto;
	}
	
	
	/* --------- SC-PRODUCT ----------- */
	.sc_product h2 {
		text-align: center;
	}
	.sc_product h2 img {
		width: 20%;
	}
	.detail {
		background-image: url("../img/maru.png");
		background-repeat: no-repeat;
		background-position: left 24% top 3.2em;
		background-size: 15%;
	}
	.detail figure {
		width: calc(22%);
		margin-top: 1em;
	}
	.detail figure img {
		width: calc(100%);
	}
	.detail div {
		width: calc(73%);
	}
	h4.line {
		background-image: url("../img/line.png");
		background-position: right top 48%;
		background-size: 80%;
	}
	.sc_product table {
		border-top: 1px solid #333333;
		border-left: 1px solid #333333;
		width: 100%;
		margin: 2em auto;
		border-collapse: collapse;
		border-right: 0px;
		border-bottom: 0px;
		padding: 0px;
		border-spacing: inherit;
	}
	.sc_product table th.bg_col {
		background-color: #FDFBDD;
	}
	.sc_product table th,
	.sc_product table td {
		border-right: 1px solid #333333;
		border-bottom: 1px solid #333333;
		text-align: center;
		padding: 0.3em 0.8em;
		border-top: 0px;
		border-left: 0px;
	}
	.sc_product table td {
		width: 20%;
	}
	
	/* --------- SC-FLOW ----------- */
	.sc_flow h2 {
		text-align: center;
	}
	.sc_flow h2 img {
		width: 30%;
	}
	.sc_flow h2 {
		text-align: center;
		color: #892624;
		font-size: 2.4em;
	}
	.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: 70%;
		margin-top: 0;
		padding-top: 120px;
		transform: rotate(0deg);
	}
	.qualification {
		width: 700px;
		margin: 0 auto;
	}
	.qualification ul {
		width: auto;
		font-size: 1em;
		margin-left: 20px;
	}
	
	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);
        margin: 0 auto;
	}

}

@media screen and (min-width: 1200px) {
	.mv {
		width: calc(54%);
	}
	.title__area {
		background-position: right -10% top 0%;
		background-size: 60%;
	}

	.hero__mv {
		width: calc(84%);
		text-align: center;
	}
	.maru1 {
		position: absolute;
		top: 4vh;
		left: -10%;
		background-position: center;
		background-size: 60%;
	}
	.maru2 {
		position: absolute;
		top: 2.5vh;
		left: 25%;
		background-position: center;
		background-size: 50%;
	}
	.maru3 {
		position: absolute;
		top: 0vh;
		right: 0%;
		background-position: top right -5%;
		background-size: 70%;
	}
	.maru4 {
		position: absolute;
		top: 0vh;
		right: 14%;
		background-position: center;
		background-size: 55%;
		z-index: 50;
	}
	.maru5 {
		position: absolute;
		top: 70vh;
		left: 0%;
		background-position: center;
		background-size: 60%;
	}
	.maru6 {
		position: absolute;
		top: 70vh;
		right: 0%;
		background-position: center;
		background-size: 70%;
	}
	.maru7 {
		position: absolute;
		top: 120vh;
		lft: 0%;
		background-position: center left;
		background-size: 64%;
	}
	.maru8 {
		position: absolute;
		top: 116vh;
		right: 0%;
		background-position: center right -10%;
		background-size: 64%;
	}
	.maru9 {
		position: absolute;
		top: 140vh;
		right: 3%;
		background-position: center right;
		background-size: 60%;
	}
	.maru10 {
		position: absolute;
		top: 200vh;
		left: 0%;
		background-position: center left -15%;
		background-size: 60%;
	}
	.maru11 {
		position: absolute;
		top: 194vh;
		right: 0%;
		background-position: center right -10%;
		background-size: 60%;
	}
}
@media screen and (min-width: 1280px) {
}
@media screen and (min-width: 1360px) {
	.maru1 {
		position: absolute;
		top: 4vh;
		left: -4%;
		background-position: center;
		background-size: 80%;
	}
	.maru2 {
		position: absolute;
		top: 2.5vh;
		left: 25%;
		background-position: center;
		background-size: 70%;
	}
	.maru3 {
		position: absolute;
		top: 1vh;
		right: 0%;
		background-position: center right -5%;
		background-size: 80%;
	}
	.maru4 {
		position: absolute;
		top: 0vh;
		right: 14%;
		background-position: center;
		background-size: 75%;
		z-index: 50;
	}
	.maru5 {
		position: absolute;
		top: 70vh;
		left: 5%;
		background-position: center;
		background-size: 80%;
	}
	.maru6 {
		position: absolute;
		top: 76vh;
		right: 0%;
		background-position: center;
		background-size: 80%;
	}
	.maru7 {
		position: absolute;
		top: 120vh;
		lft: 0%;
		background-position: center left;
		background-size: 80%;
	}
	.maru8 {
		position: absolute;
		top: 116vh;
		right: 0%;
		background-position: center right -10%;
		background-size: 84%;
	}
	.maru9 {
		position: absolute;
		top: 140vh;
		right: 3%;
		background-position: center right;
		background-size: 80%;
	}
	.maru10 {
		position: absolute;
		top: 200vh;
		left: 0%;
		background-position: center left -15%;
		background-size: 80%;
	}
	.maru11 {
		position: absolute;
		top: 194vh;
		right: 0%;
		background-position: center right -10%;
		background-size: 80%;
	}
}
@media screen and (min-width: 1480px) {
	.mv {
		width: calc(54%);
	}
	.title__area {
		background-position: right 0% top 0%;
		background-size: 56%;
	}

	.hero__mv {
		width: calc(84%);
		text-align: center;
	}
}
@media screen and (min-width: 1520px) {
}
@media screen and (min-width: 1600px) {
	.mv {
		width: calc(54%);
	}
	.title__area {
		background-position: right 5% top 0%;
		background-size: 52%;
	}

	.hero__mv {
		width: calc(84%);
		text-align: center;
	}
	.maru1 {
		position: absolute;
		top: 6vh;
		left: 2%;
		background-position: center;
		background-size: 90%;
	}
	.maru2 {
		position: absolute;
		top: 2.5vh;
		left: 38%;
		background-position: center;
		background-size: 82%;
	}
	.maru3 {
		position: absolute;
		top: 1vh;
		right: 0%;
		background-position: center right -5%;
		background-size: 90%;
	}
	.maru4 {
		position: absolute;
		top: 0vh;
		right: 14%;
		background-position: center;
		background-size: 82%;
		z-index: 50;
	}
	.maru5 {
		position: absolute;
		top: 70vh;
		left: 8%;
		background-position: center;
		background-size: 90%;
	}
	.maru6 {
		position: absolute;
		top: 84vh;
		right: 5%;
		background-position: center;
		background-size: 100%;
	}
	.maru7 {
		position: absolute;
		top: 120vh;
		lft: 0%;
		background-position: center left;
		background-size: 90%;
	}
	.maru8 {
		position: absolute;
		top: 116vh;
		right: 0%;
		background-position: center right 0%;
		background-size: 90%;
	}
	.maru9 {
		position: absolute;
		top: 140vh;
		right: 3%;
		background-position: center right;
		background-size: 80%;
	}
	.maru10 {
		position: absolute;
		top: 200vh;
		left: 4%;
		background-position: center left 0%;
		background-size: 90%;
	}
	.maru11 {
		position: absolute;
		top: 194vh;
		right: 3%;
		background-position: center right 0%;
		background-size: 90%;
	}
}
@media screen and (min-width: 1860px) {
	.mv {
		width: calc(60%);
	}
	.title__area {
		background-position: right 5% top 0%;
		background-size: 48%;
	}
}
@media screen and (min-width: 1920px) {

}