/** main **/
li a {
	font-size: 14px;
}
img {
	max-width: 100%;
	height: auto;
	margin: auto;
	display: block;
}
main {
	margin:0 auto;
	width: 100%;
	max-width: 1200px;
}
.text-right {
	text-align: right;
}
.red {
	color: #d3486b;
}
.y-marker {
	background-color: #fff8b2;
	padding: 0 1%;
}
.ast {
	margin-top:20px;
	font-size: 0.8em;
}
.wrap {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
}
.flex-container {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;
	flex-wrap: wrap;
}
.flex-container-riv {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction:         row-reverse;
	flex-wrap: wrap;
}
.flex-container-cen {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	flex-wrap: wrap;
}
@media only screen and (min-width : 768px){
	.pcv {  }
	.spv { display:none; }
}
@media only screen and (max-width : 767px){
	.pcv { display:none; }
	.spv {  }
}
.cta01 {
	pointer-events: auto;
	position: absolute;
	display: block;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width : 767px){
	.cta01 {
		top: 19.5%;
		width: 90%;
	}
}

.pd {
	padding:5%;
}
.pd-b {
	padding-bottom: 5%;
}
.pd-tb {
	padding: 5% 0;
}
.mg-b {
	margin-bottom: 5%;
}
@media only screen and (max-width : 767px){
	.mg-b {
		margin-bottom: 15%;
	}
	.pd-b {
		padding-bottom: 15%;
	}
}
.mg-t200 {
	margin-top: 200px;
}
.mg-t300 {
	margin-top: 300px;
}
.mg-t360 {
	margin-top: 360px;
}
@media only screen and (max-width : 767px){
	.mg-t300 {
		margin-top: 260px;
	}
	.mg-t360 {
		margin-top: 300px;
	}
}
/** section **/
.bg-box {
	background-color: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
	padding: 5%;
}
.box-deco01 {
	position: absolute;
	top: 0;
	right: 0;
}
@media only screen and (max-width : 767px){
	.box-deco01 {
		max-width: 50%;
	}
}
.box-deco02 {
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width : 767px){
	.box-deco02 {
		max-width: 50%;
	}
}
.box-deco04 {
	position: absolute;
	top: 1%;
	left: 1%;
}
@media only screen and (max-width : 767px){
	.box-deco04 {
		max-width: 50%;
		top: 1%;
		left: 2%;
	}
}
@media only screen and (min-width : 768px){
	.box-deco04_02 {
		position: absolute;
		top: 1%;
		left: 1%;
	}
}
@media only screen and (max-width : 767px){
	.box-deco04_02 {
		position: absolute;
		max-width: 50%;
		top: 1%;
		right: 2%;
	}
}
.bg-box2 {
	background-color: #fff;
	border: solid 5px #309668;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
	padding: 5%;
	height: 620px;
}
.bg-box2 .text {
	padding-top:340px;
}
@media only screen and (max-width : 767px){
	.bg-box2 {
		height: auto;
	}
	.bg-box2 .text {
		padding-top:105%;
	}
}
.bg-box2 img:nth-of-type(2) {
	position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 90%;
}
@media only screen and (max-width : 767px){
	.bg-box2 img:nth-of-type(2) {
		width: 110%;
		max-width: 110%;
		margin-right: -40px;
	}
}
.bg-box2 img:nth-of-type(3) {
	position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 90%;
}
@media only screen and (max-width : 767px){
	.bg-box2 img:nth-of-type(3) {
		width: 110%;
		max-width: 110%;
		margin-right: -35px;
	}
	.bg-box2 img:nth-of-type(3).left{
		width: 110%;
		max-width: 110%;
		margin-left: -35px;
	}
}

.box14{
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background: #fffbf3;
    box-shadow: 0px 0px 0px 10px #fffbf3;
    border: solid 1px #d3c292;
}
.box14 p {
    margin: 0; 
    padding: 1%;
	color:#93814f
}

.sec02_tit01 {
	margin-top: -90px;
	margin-bottom: 90px;
}
@media only screen and (max-width : 767px){
	.sec02_tit01 {
		margin-top: -30px;
		margin-bottom: 30px;
	}
}
.sec02_tit02 {
	max-width: 90%;
	position: absolute;
	z-index: 1;
	top: 100px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.section-fv {
	position: relative;
	pointer-events: none;
}
.section01 img{
	margin-top: -80px;
}
@media only screen and (max-width : 767px){
	.section01 img{
		margin-top: -40px;
	}
}
@media only screen and (min-width : 768px){
	.section02-bg {
		background-image: url("../img/peeling/pc_sec02_bg.jpg");
	}
}
@media only screen and (max-width : 767px){
	.section02-bg {
		background-image: url("../img/peeling/sp_sec02_bg.jpg");
		background-size: contain;
	}
}
.sec02-flo01 {
	width: 44%;
	padding: 0 3%;
	margin-bottom: 60px;
}
.sec02-flo02 {
	width: 44%;
	padding: 0 3%;
}
.sec02-flo03 {
	width: 29%;
	padding: 0 2%;
	margin-bottom: 40px;
}

@media only screen and (max-width : 767px){
	.sec02-flo01 {
		width: 100%;
		margin-bottom: 40px;
	}
	.sec02-flo02 {
		width: 100%;
		margin-bottom:60px;
	}
	.sec02-flo03 {
		width: 48%;
		padding: 1%;
		margin-bottom:20px;
	}
}

.sec02_table {
	margin-top: 150px;
}
@media only screen and (max-width : 767px){
	.sec02_table {
		width: 100%;
	}
}
.sec02_ul li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 10px;
}
.sec02_ul li::before {
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	background-image: url("../img/peeling/ic_check.png");
	background-size: cover;
	width: 1em;
	height: 1em;
}
.sec02_03 {
	margin-top: 150px;
	width: 105%;
	max-width: 105%;
}
@media only screen and (max-width : 767px){
	.sec02_03 {
		width: 108%;
		max-width: 108%;
	}
}
.sec02_04 {
	width: 80%;
}
@media only screen and (max-width : 767px){
	.sec02_04 {
		width: 102%;
		max-width: 102%;
	}
}
.sec02_tit04 {
	max-width: 90%;
	position: absolute;
	z-index: 1;
	top: 160px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.sec02_tit05 {
	max-width: 90%;
	position: absolute;
	z-index: 1;
	top: 180px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.section03_bg {
	background-color: #fffbf3;
	padding-bottom: 30px;
}

@media only screen and (min-width : 768px){
	.section04-bg {
		background-image: url("../img/peeling/pc_sec02_bg.jpg");
		margin-top:-60px;
		padding-bottom: 60px;
	}
}
@media only screen and (max-width : 767px){
	.section04-bg {
		background-image: url("../img/peeling/sp_sec02_bg.jpg");
		background-size: contain;
		margin-top:-40px;
		padding-bottom: 60px;
	}
}
.sec04_tit01 {
	padding-top:140px;
	padding-bottom: 70px;
	max-width: 70%;
}
@media only screen and (max-width : 767px){
	.sec04_tit01 {
		padding-top:70px;
		max-width: 80%;
	}
}
.sec04_txt01 {
	margin-left: 5%;
	width: 60%;
}
.sec04_img03 {
	margin-top: -200px;
}
@media only screen and (max-width : 767px){
	.sec04_txt01 {
		margin-left: 3%;
		width: 50%;
	}
	.sec04_img03 {
		margin-top: -35%;
	}
}
@media only screen and (min-width : 768px){
	.section05-bg {
		background-image: url("../img/peeling/pc_sec02_bg.jpg");
		padding-bottom: 10%;
	}
}
@media only screen and (max-width : 767px){
	.section05-bg {
		background-image: url("../img/peeling/sp_sec02_bg.jpg");
		background-size: contain;
		padding-bottom: 10%;
	}
}
@media only screen and (max-width : 767px){
	.sec05_tit01 {
		max-width: 50%;
	}
}
@media only screen and (min-width : 768px){
	.section05 .sec02-flo02 {
		margin-top: 120px;
	}
}
@media only screen and (max-width : 767px){
	.section05 .sec02-flo01 {
		padding: 0 10% 0;
	}
}