@charset "utf-8";
/* ======================================

	悠香の石鹸　商品ページ

========================================*/


/* ======================================
	Body Style
========================================*/
img {
	max-width: 100%;
	height: auto;
}

/* 
	Common 
-------------------------------*/
.order_button {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.marginT50{ margin-top: 50px;}
.marginB50{ margin-bottom: 50px;}

/* 
	First View 
-------------------------------*/
.first_view {
	position: relative;
	text-align: center;
}
	
.first_view_button {
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* 

	However
-------------------------------*/
.however {
	margin-top: 1.5rem;
	background-image: linear-gradient(to bottom, #ddddeb, #ddddeb 1%,#434f73 1%, #434d6e 55%, #434f73 80%);
	padding-bottom: 2rem;
	text-align: center;
}

.however p {
	margin-top: 0.5rem;
	padding-left: 1.5rem;
}

.however p + p {
	margin-top: 1rem;
}

/*


/*
	Point
-------------------------------*/
/*
	First View 
-------------------------------*/
.Point {
	position: relative;
	text-align: center;
}
	
.Point_button {
	position: absolute;
	bottom: 0.5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* 

/* 
	Voice
-------------------------------*/
.voice {
	padding-bottom: 3rem;
}

.staff_voice_box {
	position: relative;
	padding: 0 1.5rem 0 1.5rem;
}

.staff_img {
	width: 30%;
	position: absolute;
	right: 3rem;
	bottom: 0.75rem;
	z-index: 2;
}

@media only screen and (min-width: 769px) {
	.staff_img {
		right: 4.5rem;
		bottom: 1.5rem;
	}
}

/* 
	Offer
-------------------------------*/
.for_repeater {
	padding: 1rem 1.5rem;
}

.for_repeater p {
	margin-top: -5%;
}

.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%;
}


/* 
	Banners
-------------------------------*/
.bnrs_area {
	padding: 0 1rem;
	text-align: center;
}


/* 
	hennkinn 
-------------------------------*/
.hennkinn {
	position: relative;
	text-align: center;
}

.hennkinn {
	padding: 1rem 3rem;
}

/* .various_link 関連リンク　【スマホ】
--------------------------------------- */
.various_link{
	margin-left: 5%;
	margin-right: 5%;
}
.various_link__item{
	margin-bottom: 20px;
}
.various_link .frame_fit_img{
	border: 1px solid #ccc;
}

/* .various_link 関連リンク　【PC】
--------------------------------------- */
@media only screen and (min-width: 768px){
.various_link__frame{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.various_link__item{
	width: 48%;
}

}
