@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 yuge{0%{-webkit-transform:translateY(50px) scale(0.5); visibility:hidden; opacity:0; transform:translateY(50px) scale(0.5); visibility:hidden; opacity:0;}to{-webkit-transform:translateY(-20px) scale(1);transform:translateY(-20px) scale(1)}}
@keyframes yuge{0%{-webkit-transform:translateY(50px) scale(0.5); visibility:hidden; opacity:0; transform:translateY(50px) scale(0.5); visibility:hidden; opacity:0;}to{-webkit-transform:translateY(-20px) scale(1);transform:translateY(-20px) scale(1)}}
.yuge {
	-webkit-animation: yuge 1s ease-in-out infinite normal;
	animation: yuge 1s ease-in-out infinite normal;
}
@-webkit-keyframes yuge2{0%{-webkit-transform:translateY(50px) scale(0.5); visibility:hidden; opacity:0; transform:translateY(50px) scale(0.5); visibility:hidden; opacity:0;}to{-webkit-transform:translateY(-20px) scale(1);transform:translateY(-20px) scale(1)}}
@keyframes yuge2{0%{-webkit-transform:translateY(50px) scale(0.5); visibility:hidden; opacity:0; transform:translateY(50px) scale(0.5); visibility:hidden; opacity:0;}to{-webkit-transform:translateY(-20px) scale(1);transform:translateY(-20px) scale(1)}}
.yuge2 {
	-webkit-animation: yuge2 1.3s ease-in-out infinite normal;
	animation: yuge2 1.3s 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: 90px;
		display: inline-block;
	}
	.header__inner a img {
		width: 100%;
	}

	.hero_bg {
		background-image: url("../img/mv_bg.png");
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: cover;
		padding-bottom: 0px;
	}
	.hero {
		background-image: url("../img/mv_bg2.png");
		background-repeat: no-repeat;
		background-position:  center bottom;
		background-size: 100%;
		padding-bottom: 45px;
	}

	/* TITLE AREA */
	.title__area {
		position: relative;
		margin: 20px auto 0 auto;
		padding: 0;
		text-align: center;
	}
	.title_01 {
		position: relative;
		margin: 0;
	}
	.title_01 img {
		width: 92%;
		margin: 0 auto;
	}
	.title_02 {
		position: relative;
		margin: 0;
	}
	.title_02 img {
		width: 96%;
		margin: 0 auto;
	}
	.title_03 {
		position: relative;
		margin: 0;
	}
	.title_03 img {
		width: 92%;
		margin: 0 auto;
	}

	.hero__mv {
		position: relative;
		text-align: center;
		margin: 20px auto 0 auto;	
	}
	.hero__mv figure {
		width: calc(100%);
		margin: 0 auto;
	}
	.hero__mv figure img {
		margin: 0 auto;
		width: 100%;
	}
	.campaign__period {
		font-size: 3vw;
		position: relative;
		margin: -20px auto 0 auto;
		padding: 0;
		text-align: center;
	}
	/* END TITLE AREA */

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

	/* --------- CM MOVIE ----------- */
	.cm_movie {
		display: block;
		justify-content: space-between;
		background-image: url("../img/movie_img.png");
		background-position: left top;
		background-size: 90%;
		text-align: right;
		min-height: 200px;
	}
	.cm_movie figure:nth-child(1) {
		width: calc(20%);
		margin-top: 0px;
	}
	.cm_movie figure:nth-child(2) {
		width: calc(80%);
		margin: 0 0 0 20%;
		padding-top: 150px;
	}
	
	/* --------- CHARM ----------- */
	.sc_second h2 {
		text-align: center;
	}
	.sc_second h2 img {
		width: 92%;
		margin: 0 auto;
	}
	.sc_second .col3_pc figure {
		width: calc(80%);
		margin: 5px auto;
	}
	/* --------- PRODUCT ----------- */
	.sc_third h2 {
		text-align: center;
	}
	.sc_third h2 img {
		width: 62%;
	}
	.read {
		text-align: center;
		margin: 30px auto 0 auto;
		width: calc(96%);
	}
	.read::before,
	.read::after {
		content: "";
		background-image: url("../img/line.png");
		background-size: 200%;
		background-repeat: no-repeat;
		min-height: 4px;
		display: block;
	}
	.read::before {
		margin-bottom: 20px;
	}
	.read::after {
		margin-top: 20px;
	}
	.products {
		margin-top: 30px;
	}
	.products div:nth-child(2),
	.products div:nth-child(3) {
		margin-top: 30px;
	}
	.products div figure {
		width: calc(56%);
		margin: 0 auto;
	}
	.products div h4 {
		color: #eb5031;
		text-align: center;
		line-height: 1.4em;
	}
	.products div p::before {
		content: "";
		background-image: url("../img/line.png");
		background-size: 180%;
		background-repeat: no-repeat;
		min-height: 4px;
		display: block;
		margin: 10px 0;
	}
	.to_blandsite {
		width: calc(96%);
		margin: 60px auto 0 auto;
	}
	
	/* --------- SNS ----------- */
	.sc_fourth h2 {
		text-align: center;
	}
	.sc_fourth h2 img {
		width: 86%;
		margin: 0 auto;
	}
	.official_sns figure {
		width: calc(70%);
		margin: 30px auto 0 auto;
		text-align: center;
	}

/* --------- 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: 140px;
		display: inline-block;
	}

	.hero_bg {
		background-image: url("../img/mv_bg.png");
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: cover;
		padding-bottom: 0px;
	}
	.hero {
		background-image: url("../img/mv_bg2.png");
		background-repeat: no-repeat;
		background-position:  center bottom;
		background-size: 98%;
		padding-bottom: 90px;
	}

	/* TITLE AREA */
	.title__area {
		position: relative;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	.title_01 {
		position: relative;
		margin: 0;
	}
	.title_01 img {
		width: 60%;
	}
	.title_02 {
		position: relative;
		margin: 0;
	}
	.title_02 img {
		width: 86%;
	}
	.title_03 {
		position: relative;
		margin: 0;
	}
	.title_03 img {
		width: 60%;
	}

	.hero__mv {
		position: relative;
		text-align: center;
		margin: 0px auto 0 auto;	
	}
	.hero__mv figure {
		width: calc(80%);
		margin: 0 auto;
	}
	.hero__mv figure img {
		margin: 0 auto;
		width: 100%;
	}
	.campaign__period {
		font-size: 1em;
		position: relative;
		margin: -30px auto 0 auto;
		padding: 0;
	}
	/* END TITLE AREA */
	
	/* SECTION */
.sc_first { position: relative; margin: 70px 0 0 0; padding: 0; }
.sc_second { position: relative; margin: 70px 0 0 0; padding: 0; }
.sc_third { position: relative; margin: 70px 0 0 0; padding: 0; }
.sc_fourth { position: relative; margin: 70px 0 0 0; padding: 0; }
.sc_flow { position: relative; margin: 70px 0 0 0; padding: 0; }
.sc_end { position: relative; margin: 50px 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;
	}
	.mrg_80 {
		margin-top: 80px;
	}


	/* --------- CM MOVIE ----------- */
	.cm_movie {
		display: flex;
		justify-content: space-between;
		background-image: url("../img/movie_img.png");
		background-position: left;
		background-size: 60%;
		text-align: right;
		min-height: 330px;
	}
	.cm_movie figure:nth-child(1) {
		width: calc(45%);
		margin-top: 0px;
	}
	.cm_movie figure:nth-child(2) {
		width: calc(45%);
		margin: 0;
		padding-top: 90px;
	}

	
	/* --------- CHARM ----------- */
	.sc_second h2 {
		text-align: center;
	}
	.sc_second h2 img {
		width: 68%;
		margin: 0 auto;
	}
	.sc_second .col3_pc figure {
		width: calc(100% / 3 - 8px);
		margin: 5px auto;
	}

	/* --------- PRODUCT ----------- */
	.sc_third h2 {
		text-align: center;
	}
	.sc_third h2 img {
		width: 40%;
	}
	.read {
		text-align: center;
		margin: 30px auto 0 auto;
		width: calc(96%);
	}
	.read::before,
	.read::after {
		content: "";
		background-image: url("../img/line.png");
		background-size: 100%;
		background-repeat: no-repeat;
		min-height: 4px;
		display: block;
	}
	.read::before {
		margin-bottom: 30px;
	}
	.read::after {
		margin-top: 30px;
	}
	.products {
		margin-top: 50px;
	}
	.products div:nth-child(2),
	.products div:nth-child(3) {
		margin-top: 0px;
	}
	.products div figure {
		width: calc(70%);
		margin: 0 auto;
	}
	.products div h4 {
		color: #eb5031;
		text-align: center;
		line-height: 1.4em;
	}
	.products div p::before {
		content: "";
		background-image: url("../img/line.png");
		background-size: 180%;
		background-repeat: no-repeat;
		min-height: 4px;
		display: block;
		margin: 30px 0;
	}
	.to_blandsite {
		width: calc(56%);
		margin: 60px auto 0 auto;
	}
	
	/* --------- SNS ----------- */
	.sc_fourth h2 {
		text-align: center;
	}
	.sc_fourth h2 img {
		width: 76%;
	}
	.official_sns figure {
		width: calc(70%);
		margin: 50px auto 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__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) {
	.cm_movie {
		min-height: 400px;
	}
}
@media screen and (min-width: 1200px) {
	.hero {
		background-size: 86%;
	}
	.title_01 img {
		width: 45%;
	}
	.title_02 img {
		width: 70%;
	}
	.title_03 img {
		width: 45%;
	}
	.hero__mv figure {
		width: calc(74%);
	}
	/* SECTION */
.sc_first { position: relative; margin: 120px 0 0 0; padding: 0; }
.sc_second { position: relative; margin: 90px 0 0 0; padding: 0; }
.sc_third { position: relative; margin: 90px 0 0 0; padding: 0; }
.sc_fourth { position: relative; margin: 120px 0 0 0; padding: 0; }
.sc_flow { position: relative; margin: 120px 0 0 0; padding: 0; }
.sc_end { position: relative; margin: 90px 0 0 0; padding: 40px 0; }
	
	.cm_movie {
		min-height: 420px;
	}
	.cm_movie figure {
		margin-top: 50px;
	}
	.read {
		width: calc(70%);
	}
	.sc_second h2 img {
		width: 56%;
		margin: 0 auto;
	}
	.sc_third h2 img {
		width: 34%;
	}
	.sc_fourth h2 img {
		width: 60%;
	}
}
@media screen and (min-width: 1280px) {
}
@media screen and (min-width: 1360px) {
}