@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
.inner {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}
img {
	width: 100%;
	height: auto;
}
body {
	display: block;
	width: 100%;
	margin: 0 auto;
	color: #000;
	font-size: 15px;
	font-family: 'Hiragino Kaku Gothic ProN', "游ゴシック体", "Yu Gothic", "Meiryo", "Arial", sans-serif;
}
header {
	background: url("/resource/lp/lp02/bg_top.png") center center/cover no-repeat;
}
#intro {
	margin-top: 30px;
}
.blue_arrow {
	background: url("/resource/lp/lp02/bg_blue_arrow.png") center center/cover no-repeat;
	padding-bottom: 50px;
}
.pink_arrow {
	background: url("/resource/lp/lp02/bg_pink_arrow.png") center center/cover no-repeat;
	padding-bottom: 110px;
}
.puddle {
	background: url("/resource/lp/lp02/bg_puddle.png") center center/cover no-repeat;
}
.puddle .inner {
	padding-top: 50px;
}
.media_upper {
	background: url("/resource/lp/lp02/bg_media_upper.png") center center/cover no-repeat;
}
.media_video {
	background: url("/resource/lp/lp02/bg_media_video.png") center center/cover no-repeat;
}
iframe {
	display: block;
	width: 560px;
	height: 315px;
	margin: 0 auto;
}
.media_lower {
	background: url("/resource/lp/lp02/bg_media_lower.png") center center/cover no-repeat;
	padding-bottom: 60px;
}
.product_info1 {
	background: url("/resource/lp/lp02/bg_pale_pink.png") center center/cover no-repeat;
}
.product_info2 {
	background: url("/resource/lp/lp02/bg_pale_blue.png") center top/cover no-repeat;
}
#about {
	background: #f7f7f7;
	padding: 0 10px 30px;
}
#about .contact {
	padding: 30px 15px;
	text-align: center;
}
#about h2 {
	padding: 30px 10px 10px;
	border-top: solid 1px #f96d8f;
	color: #f96d8f;
	font-size: 1.5em;
	text-align: center;
	letter-spacing: .2em;
}
#about h3 {
	padding-bottom: 20px;
}
#about h3 span {
	white-space: nowrap;
}
#about img {
	width: 260px;
}
.about_box {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.about_item {
	width: 50%;
	padding: 10px 15px;
	box-sizing: border-box;
}
#about .about_box h3 {
	background: #f96d8f;
	margin-bottom: 20px;
	padding: 5px 0;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}
table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
table th, table td {
	border: solid 1px #ccc;
}
table th {
	background: #eee;
	width: 30%;
	padding: 6px 15px 5px;
	box-sizing: border-box;
	font-size: .9em;
	font-weight: normal;
	text-align: left;
}
table td {
	background: #fff;
	padding: 6px 15px 5px;
}
.info_l table th, .info_l table td {
	padding: 13.5px 15px 12.4px;	
}
.info_ricia {
	background: #fff;
	margin: 10px 15px;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 20px;
}
.copyright {
	background: #f96d8f;
	padding: 8px 0;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
}
.copyright span {
	white-space: nowrap;;
}
#adv .inner,
#adv2 .inner,
.puddle .inner,
#product .inner:last-of-type {
	position: relative;
}
#adv .btn_cvr {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 13.5%;
	width: 84.3%;
	height: auto;
	margin: 0 auto;
}
#adv .btn_cvr_after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 13.5%;
	width: 84.3%;
	height: auto;
	margin: 0 auto;
	opacity: 0;
	transition: .5s;
	z-index: 1;
}
#adv2 .btn_cvr, #product .btn_ec {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7.5%;
	width: 84.3%;
	height: auto;
	margin: 0 auto;
}
#adv2 .btn_cvr_after, #product .btn_ec_after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7.5%;
	width: 84.3%;
	height: auto;
	margin: 0 auto;
	opacity: 0;
	transition: .5s;
	z-index: 1;
}
.puddle .btn_cvr {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 26%;
	width: 84.3%;
	height: auto;
	margin: 0 auto;
}
.puddle .btn_cvr_after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 26%;
	width: 84.3%;
	height: auto;
	margin: 0 auto;
	opacity: 0;
	transition: .5s;
	z-index: 1;
}
.btn_mail {
	display: inline-block;
	margin: 10px 0;
	transition: .3s;
}
.btn_mail:hover {
	opacity: .7;
}
#about a {
	display: block;
	text-decoration: none;
}
#adv .btn_cvr_after:hover,
#adv2 .btn_cvr_after:hover,
.puddle .btn_cvr_after:hover,
#product .btn_ec_after:hover {
	opacity: 1;
}
/* フェード */
.fade {
	opacity : 0.1;
	-webkit-transform : translate(0, 200px);
	transform : translate(0, 200px);
	transition : all 1s;
}
.fade.scroll {
	opacity : 1;
	-webkit-transform : translate(0, 0);
	transform : translate(0, 0);
}
@media screen and (max-width: 560px) {
	.media_video .inner {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		overflow: hidden;
	}
	iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}	
}
@media screen and (max-width: 768px) {
	.blue_arrow {
		padding-bottom: 0;
	}
	.about_box {
		flex-flow: column wrap;
	}
	.about_item {
		width: 100%;
	}
	.info_l table th, .info_l table td {
		padding: 6px 15px 5px;
	}
	.fade {
	-webkit-transform : translate(0, 100px);
	transform : translate(0, 100px);
}