@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: 600;
}
.yomikomi {
	position: absolute;
	width: 1px;
	height: 0;
	top: 0;
	left: 0;
	z-index: -9999;
}
.serif {
	font-family: 'Noto Serif JP', serif;
}

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;
	}
	.header__inner a.logo__kagome {
		width: 90px;
		display: inline-block;
	}
	.header__inner a img {
		width: 100%;
	}
	.bg {
		background-image: none;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
		padding-bottom: 20px;
	}
	.hero {
		background-image: url("../img/mv_bg_sp.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding-bottom: 5vh;
	}
	/* TITLE AREA */
	.title__area {
		position: relative;
		margin: 0 auto 0 auto;
		padding: 0;
		text-align: center;
	}

	.mv {
		position: relative;
		margin: 0 auto 0 auto;
		z-index: 10;
		width: calc(100%);
		text-align: center;
		padding: 5vh 0 3vh 0;
	}
	.gfp {
		position: relative;
		margin: 2vh auto 2vh auto;
	}
	.try {
		position: relative;
		margin: -3vh auto 0 auto!important;
		padding: 0;
		z-index: 20;
	}
	.try a {
		width: calc(80%);
		margin: 0 auto;
	}

	/* END TITLE AREA */

	main {
		background-image: url("../img/sp_bg.png");
		background-repeat: repeat-y;
		background-position: top center;
		background-size: 100%;
		margin-top: -10em;
	}
/* SECTION */
.sc_commitment { position: relative; margin: 20vh 0 0 0; padding: 0 0 0 0; }
.sc_product { position: relative; margin: 12vh 0 0 0; padding: 0 0 5vh 0; border-top: 3px solid #C90718; background-color: #FFF7F9; }
.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.9em;
		font-weight: 400;
	}

	/* --------- SC-COMMITMENT ----------- */
	.sc_commitment h2 {
		text-align: center;
		padding-bottom: 0px;
		line-height: 1em;
	}
	.sc_commitment h2 img {
		width: 90%;
		margin: 0;
	}
	.commt_bg1 {
		position: relative;
		background-image: none;
	}
	.commt_bg2 {
		position: relative;
		background-image: none;
	}
	.commt1 {
		position: relative;
		margin-top: 0px;
	}
	.commt2 {
		position: relative;
		margin-top: 1em;
	}
	.commt1 figure,
	.commt2 figure {
		text-align: center;
	}
	.commt1 figure img,
	.commt2 figure img{
		width: calc(80%);
		margin-left: auto;
		margin-right: auto;
	}
	.commt1 figure:nth-child(2),
	.commt2 figure:nth-child(2){
		margin-top: 1em;
	}
	.commt3 {
		position: relative;
		margin: 1em auto 0 auto;
		width: 98%;
	}

	
	/* --------- SC-PRODUCT ----------- */
	.sc_product h2 {
		text-align: center;
		width: 55%;
		margin: -4vh auto 0 auto;
		padding: 0;
	}
	.sc_product h2 img {
		width: 100%;
		line-height: 1em;
	}
	.product_image {
		width: calc(25%);
		text-align: center;
	}
	.product_image img {
		width: 74%;
	}
	.product_title {
		width: calc(72%);
		text-align: center;
	}
	.product_title h3 {
		text-align: center;
		margin-top: 0;
	}
	.product_title h3 img {
		width: 96%;
	}
	.product_title figure {
		margin-top: 1.6em;
	}
	.product_title p {
		text-align: left;
		width: auto;
		margin: 1em auto;
	}
	.product_title p.txt-large {
		width: calc(100%);
		font-size: 1.1em;
	}
	.product_title p.annotation {
		font-size: 0.8em;
		color: #545454;
		font-weight: 300;
		margin: 3em auto;
	}
	.detail {
		margin: 3vh auto 0 auto;
		position: relative;
	}
	.detail dl {
		border-top: 2px solid #666;
		color: #333;
	}
	.detail dl dt {
		padding: 0.4em 0 0.6em 0;
		margin: 0;
	}
	.detail dl dd {
		padding: 0 0 0.6em 6em;
		margin: -2em 0 0 0;
		border-bottom: 2px solid #666;
		font-weight: 400;
	}
	.end_btn {
		position: relative;
		margin-top: 3vh!important;
	}
	.end_btn a {
		width: calc(80%);
		margin: 0 auto;
	}


	/*------ ボタン -------*/
	.btn:hover {
		text-decoration: none;
		opacity: 0.65;
	}
	.btn_img {
		display: block;
		width: calc(100%);
		text-align: center;
		margin-top: 30px;
		transition-duration: .4s;
	}
	.btn_img:hover {
		text-decoration: none;
		transform: scale(1.1);
	}
	.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: 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) {
	.sc_product h2 {
		text-align: center;
		width: 55%;
		margin: -3.8vh auto 0 auto;
		padding: 0;
	}
}
/*-12promax(414・428)*/
@media screen and (min-width: 414px) {
}
/*iPad*/
@media screen and (min-width: 768px) {
	.bg {
		background-image: none;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
		padding-bottom: 20px;
	}
	.hero {
		background-image: url("../img/mv_bg.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding-bottom: 8em;
		position: relative;
		margin: 0;
	}
	
	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;
	}
	.header__inner a.logo__kagome {
		width: 140px;
		display: inline-block;
	}
	
	/* TITLE AREA */

	.title__area {
		position: relative;
		margin: 0 auto;
		padding: 4em 0 0 0;
		text-align: center;
		
	}
	.title_01 {
		position: relative;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	.title_01 img {
		width: 66%;
	}
	.mv {
		width: calc(100%);
		margin-top: 2em;
	}
	.mv div:nth-child(1) {
		width: calc(48%);
	}
	.mv div:nth-child(2) {
		width: calc(57%);
		margin-left: -5%;
		text-align: center;
	}
	.hero__mv {
		position: relative;
		margin: 0em auto 0 auto;
		z-index: 10;
		width: calc(100%);
		text-align: right;
	}
	.hero__mv img {
	}
	
	.title_02 {
		position: relative;
		margin: 0em 0 0 0;
		width: 100%;
		text-align: center;
	}
	.title_02 img {
	}
	.title_03 {
		position: relative;
		margin: 2em 0 0 0;
		width: 100%;
	}
	.title_03 img {
	}
	.trash {
		position: relative;
		margin: 1em 0 0 0;
		width: 100%;
		text-align: center;
	}
	.trash img {
		width: 78%;
		padding-left: 10%;
	}
	.title_04 {
		position: relative;
		margin: 6em 0 0 0;
		width: 100%;
		text-align: right;
	}
	.title_04 img {
		width: 76%;
		padding-right: 5%;
	}
	.gfp {
		position: relative;
		margin: 2em auto 2em auto;
	}
	.try {
		position: relative;
		margin: -3em auto 0 auto!important;
		padding: 0;
		z-index: 20;
		width: auto;
	}
	.try a {
		width: calc(80%);
		margin: 0 auto;
	}

	/* END TITLE AREA */
	
	/* SECTION */
	main {
		background-image: url("../img/bg.png");
		background-repeat: repeat-y;
		background-position: top center;
		background-size: cover;
		margin-top: -10em;
	}
.sc_commitment { position: relative; margin: 0 0 0 0; padding: 15em 0 0 0; }
.sc_product { position: relative; margin: 10em 0 0 0; padding: 0 0 4em 0; border-top: 3px solid #C90718; background-color: #FFF7F9;}
.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-COMMITMENT ----------- */
	.sc_commitment h2 {
		text-align: center;
		padding-bottom: 0px;
		line-height: 1em;
	}
	.sc_commitment h2 img {
		width: 80%;
		margin: 0;
	}
	.commt_bg1 {
		position: relative;
		background-image: url("../img/bg1.jpg");
		background-position: left bottom;
		background-size: 45%;
		background-repeat: no-repeat;
	}
	.commt_bg2 {
		position: relative;
		background-image: url("../img/bg2.jpg");
		background-position: right bottom;
		background-size: 45%;
		background-repeat: no-repeat;
	}
	.commt1 {
		position: relative;
		margin-top: 0px;
	}
	.commt2 {
		position: relative;
		margin-top: 3em;
	}
	.commt3 {
		position: relative;
		margin: 3em auto 0 auto;
		width: 88%;
	}
	.commt1 figure img,
	.commt2 figure img{
		width: calc(100%);
	}
	.commt1 figure:nth-child(2),
	.commt2 figure:nth-child(2){
		margin-top: 0em;
	}

	/* --------- SC-PRODUCT ----------- */
	.sc_product h2 {
		text-align: center;
		width: 40%;
		margin: -1.3em auto 0 auto;
		padding: 0;
	}
	.sc_product h2 img {
		width: 100%;
		line-height: 1em;
	}
	.product_image {
		width: calc(25%);
		text-align: center;
	}
	.product_image img {
		width: 74%;
	}
	.product_title {
		width: calc(72%);
		text-align: center;
	}
	.product_title h3 {
		text-align: center;
		margin-top: 0;
	}
	.product_title h3 img {
		width: 84%;
	}
	.product_title figure {
		margin-top: 1.6em;
	}
	.product_title p {
		text-align: left;
		width: auto;
		margin: 1em auto;
	}
	.product_title p.txt-large {
		width: calc(90%);
	}
	.product_title p.annotation {
		font-size: 0.8em;
		color: #545454;
		font-weight: 300;
		margin: 3em auto;
	}
	.detail {
		margin: 3em auto 0 auto;
		position: relative;
	}
	.detail dl {
		border-top: 2px solid #666;
		color: #333;
	}
	.detail dl dt {
		padding: 0.4em 0 0.6em 0;
		margin: 0;
	}
	.detail dl dd {
		padding: 0 0 0.6em 6em;
		margin: -2em 0 0 0;
		border-bottom: 2px solid #666;
		font-weight: 400;
	}
	.end_btn {
		position: relative;
		margin-top: 6em!important;
	}
	.end_btn a {
		width: calc(80%);
		margin: 0 auto;
	}
	
	/* --------- SC-FLOW ----------- */

	
	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;
	}
	.sc_product h2 {
		margin: -1.6em auto 0 auto;
	}
}

@media screen and (min-width: 1200px) {
	/* TITLE AREA */

	.title__area {
		position: relative;
		margin: 0 auto;
		padding: 6em 0 0 0;
		text-align: center;
		
	}
	.title_01 {
		position: relative;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	.title_01 img {
		width: 66%;
	}
	.mv {
		width: calc(100%);
		margin-top: 3em;
	}
	.mv div:nth-child(1) {
		width: calc(48%);
	}
	.mv div:nth-child(2) {
		width: calc(57%);
		margin-left: -5%;
		text-align: center;
	}
	.hero__mv {
		position: relative;
		margin: 1em auto 0 auto;
		z-index: 10;
		width: calc(100%);
		text-align: right;
	}
	.hero__mv img {
	}
	
	.title_02 {
		position: relative;
		margin: 1em 0 0 0;
		width: 100%;
		text-align: center;
	}
	.title_02 img {
	}
	.title_03 {
		position: relative;
		margin: 2em 0 0 0;
		width: 100%;
	}
	.title_03 img {
	}
	.trash {
		position: relative;
		margin: 3em 0 0 0;
		width: 100%;
		text-align: center;
	}
	.trash img {
		width: 78%;
		padding-left: 10%;
	}
	.title_04 {
		position: relative;
		margin: 6em 0 0 0;
		width: 100%;
		text-align: right;
	}
	.title_04 img {
		width: 76%;
		padding-right: 5%;
	}
	.gfp {
		position: relative;
		margin: 2em auto 2em auto;
	}
	.try {
		position: relative;
		margin: -3em auto 0 auto!important;
		padding: 0;
		z-index: 20;
	}
	.try a {
		width: calc(90%);
		margin: 0 auto;
	}
	.sc_product { position: relative; margin: 10em 0 0 0; padding: 0 0 4em 0; border-top: 4px solid #C90718; background-color: #FFF7F9;}
	.sc_product h2 {
		margin: -1.7em auto 0 auto;
	}
	.end_btn {
		position: relative;
		margin-top: 6em!important;
	}
	.end_btn a {
		width: calc(90%);
		margin: 0 auto;
	}
}

@media screen and (min-width: 1280px) {
	.sc_product h2 {
		margin: -1.8em auto 0 auto;
	}
}
@media screen and (min-width: 1360px) {
	.sc_product h2 {
		margin: -1.6em auto 0 auto;
	}
}
@media screen and (min-width: 1480px) {
	.sc_product h2 {
		margin: -1.55em auto 0 auto;
	}
}
@media screen and (min-width: 1520px) {
}
@media screen and (min-width: 1600px) {
}
@media screen and (min-width: 1860px) {
}
@media screen and (min-width: 1920px) {
}