@charset "utf-8";
/* ======================================

	28 -ツヤ-シリーズ

========================================*/


/* ======================================
	Body Style
========================================*/
img {
	max-width: 100%;
	height: auto;
}

/* 
	Common 
-------------------------------*/
.order_button {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

/* 
	First View 
-------------------------------*/
.first_view {
	position: relative;
	text-align: center;
}
	
.first_view_button {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

/* 
	Speaking of UV
-------------------------------*/
.speaking_of_uv {
	background-image: -webkit-gradient(linear, left top, left bottom ,from(#efeff0),color-stop(13%, #ffffff));
	background-image: -o-linear-gradient(top, #efeff0,#ffffff 13%);
	background-image: linear-gradient(to bottom, #efeff0,#ffffff 13%);
	padding: 1.5rem 0;
}

.speaking_of_uv h1, .speaking_of_uv p {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.speaking_of_uv p {
	margin-top: 1.75rem;
	padding-left: 0.5rem;
}

/* 
	special_care
-------------------------------*/
.special_care {
	background-color: #FFF;
	padding-bottom: 1.5rem;
	margin-top: 1.3rem;
}

.special_care_box {
	position: relative;
	padding: 0 1.5rem 0 1.5rem;
}

@media only screen and (min-width: 769px) {
	.special_care_img {
		right: 4.5rem;
		bottom: 1.5rem;
	}
}

/* 
	first_trial
-------------------------------*/
.first_trial {
	background-color: #FDF8E3;
	padding-bottom: 2rem;
	margin-top: 1.5rem;
    text-align: center;
}

.first_trial_box {
	position: relative;
	padding: 0 1.5rem 0 1.5rem;
}
.first_trial p {
	margin-top: 0.5rem;
}

.first_trial p + p {
	margin-top: 1rem;
}

@media only screen and (min-width: 769px) {
	.first_trial_img {
		right: 4.5rem;
		bottom: 1.5rem;
	}
}

/* 
	beauty_ingredients
-------------------------------*/
.beauty_ingredients {
	background-color: #FFF;
	padding-bottom: 1.5rem;
	margin-top: 1.5rem;
    text-align: center;
}

.beauty_ingredients_box {
	position: relative;
	padding: 0 1.5rem 0 1.5rem;
}

@media only screen and (min-width: 769px) {
	.beauty_ingredients_img {
		right: 4.5rem;
		bottom: 1.5rem;
	}
}

/* 
	staff_voice
-------------------------------*/
.staff_voice {
	background-color: #FFF;
	padding-bottom: 1.5rem;
	margin-top: 1.5rem;
    text-align: center;
}

.staff_voice_box {
	position: relative;
	padding: 0 1.5rem 0 1.5rem;
}

@media only screen and (min-width: 769px) {
	.staff_voice_img {
		right: 4.5rem;
		bottom: 1.5rem;
	}
}

/* 
	Offer
-------------------------------*/
.for_repeater {
	padding: 1rem 1.5rem;
}

.for_repeater p {
	margin-top: 0%;
}

.offer #order {
	padding: 0.8 1.5rem;
	border-top: none;
}

.offer .order_box {
	padding: 0.5rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.offer .order_box select {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}

.offer .order_box .cart_button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
}

/* 
	How_step
-------------------------------*/
.how_step {
	background-color: #FFF;
	padding-bottom: 1.5rem;
	margin-top: 1.5rem;
    text-align: center;
}

.how_step_box {
	position: relative;
	padding: 0 1.5rem 0 1.5rem;
}

@media only screen and (min-width: 769px) {
	.how_step_img {
		right: 4.5rem;
		bottom: 1.5rem;
	}
}

/* 
	first_question
-------------------------------*/
.first_question {
	background-color: #FDF8E3;
	padding-bottom: 2rem;
    margin-top: 1.5rem;
    text-align: center;
}

.first_question_box {
	position: relative;
	padding: 0 1.5rem 0 1.5rem;
}
.first_question p {
	margin-top: 0.5rem;
	padding-left: 1.5rem;
}

.first_question p + p {
	margin-top: 0.5rem;
}

@media only screen and (min-width: 769px) {
	.first_question_img {
		right: 4.5rem;
		bottom: 1.5rem;
	}
}

/* 
	set
-------------------------------*/
.set {
	background-color: #FFF;
	padding-bottom: 1.5rem;
	margin-top: 1.5rem;
    text-align: center;
}

.set_box {
	position: relative;
	padding: 0 1.5rem 0 1.5rem;
}

@media only screen and (min-width: 769px) {
	.set_img {
		right: 4.5rem;
		bottom: 1.5rem;
	}
}


/* 
	Banners
-------------------------------*/
.bnrs_area {
	padding: 0 1rem;
	text-align: center;
}