@charset "utf-8";
/*--------------------------------------------
  goodsDetail.css
  商品詳細画面用CSS
--------------------------------------------*/

#contents {
	width: 100%;
}

#products_column .panNav{
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	/*max-width: 1280px;
	margin: 0 auto;*/
	background: none;
	z-index: 100;
}
@media screen and (max-width:767px){
	#products_column .panNav{
		position: absolute;
		top: 64px;
		left: 20px;
		right: 0;
		max-width: inherit;
		margin: 0 auto;
		z-index: 100;
	}
}

#products_column .panNav ul li span, 
#products_column .panNav ul li span a {
	color: #666;
}
#products_column .panNav ul li + li:before {
    content:">";
    color: #666;
    padding:0 5px;
}

#contents #products_fv {
	padding-top: 0px;
	/*margin-top: -60px;*/
}

#contents .products_lead_wrapper {
	padding: 104px 0;
	text-align: center;
}
@media screen and (max-width:1000px){
	#contents .products_lead_wrapper {
		padding: 80px 0;
		text-align: center;
	}
}
@media screen and (max-width:600px){
	#contents .products_lead_wrapper {
		padding: 64px 0;
		text-align: center;
	}
}

#contents .products_lead_wrapper h1 {
	font-weight: 300;
}

#contents .products_lead_wrapper h1 span {
	display: block;
}

#contents .products_lead_wrapper .products_logo {
	width: 300px;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width:1000px){
	#contents .products_lead_wrapper .products_logo {
		width: 240px;
		height: auto;
		margin: 0 auto;
	}
}
@media screen and (max-width:600px){
	#contents .products_lead_wrapper .products_logo {
		width: 156px;
		height: auto;
		margin: 0 auto;
	}
}

#contents .products_lead_wrapper .products_name {
	margin: 32px 0 0 0;
	font-size: 20px;
}
@media screen and (max-width:600px){
	#contents .products_lead_wrapper .products_name {
		margin: 8px 0 0 0;
		font-size: 12px;
	}
}

#contents .products_lead_wrapper .products_logo img {
	display: block;
	width: 100%;
	height: auto;
}

#contents .products_lead_wrapper .products_catch {
	margin: 56px 0 0 0;
	font-size: 32px;
	font-weight: 300;
}
@media screen and (max-width:1000px){
	#contents .products_lead_wrapper .products_catch {
		margin: 24px 0 0 0;
		font-size: 36px;
	}
}
@media screen and (max-width:600px){
	#contents .products_lead_wrapper .products_catch {
		margin: 32px 0 0 0;
		font-size: 20px;
	}
}


#contents .products_lead_wrapper .products_copy1 {
	position: relative;
	margin: 64px 0 0 0;
	padding: 0;
	font-size: 20px;
}
@media screen and (max-width:1000px){
	#contents .products_lead_wrapper .products_copy1 {
		position: relative;
		margin: 48px 0 0 0;
		padding: 0;
		font-size: 18px;
	}
}
@media screen and (max-width:600px){
	#contents .products_lead_wrapper .products_copy1 {
		position: relative;
		margin: 32px 0 0 0;
		padding: 0 20px 24px;
		font-size: 14px;
	}
}

#contents .products_lead_wrapper .products_copy2 {
	max-width: 808px;
	width: auto;
	margin: 48px auto 0;
	padding: 24px;
	border:  1px solid #84ccc9;
}
@media screen and (max-width:1000px){
	#contents .products_lead_wrapper .products_copy2 {
		margin: 36px auto 0;
		font-size: 14px;
	}
}
@media screen and (max-width:848px){
	#contents .products_lead_wrapper .products_copy2 {
		margin: 36px 20px 0;
		font-size: 14px;
	}
}
@media screen and (max-width:600px){
	#contents .products_lead_wrapper .products_copy2 {
		margin-top: 0;
		font-size: 12px;
	}
}


#contents .products_point_wrapper {
	padding: 104px 0;
	background: #e6f5f4;
}
@media screen and (max-width:1000px){
	#contents .products_point_wrapper {
		padding: 80px 20px 24px;
		background: #e6f5f4;
	}
}
@media screen and (max-width:600px){
	#contents .products_point_wrapper {
		padding: 48px 20px 24px;
		background: #e6f5f4;
	}
}


#contents .products_point_wrapper .products_point_inner {
	max-width: 808px;
	margin: 0 auto;
}

#contents .products_point_wrapper .products_point_inner .products_point_catch {
	margin: 0 0 104px 0;
	font-size: 32px;
	font-weight: normal;
	font-weight: 400;
	text-align: center;
}
@media screen and (max-width:1000px){
	#contents .products_point_wrapper .products_point_inner .products_point_catch {
		margin: 0 0 80px 0;
		font-size: 28px;
		text-align: center;
	}
}
@media screen and (max-width:600px){
	#contents .products_point_wrapper .products_point_inner .products_point_catch {
		margin: 0 0 48px;
		font-size: 20px;
		text-align: center;
	}
}

#contents .products_point_wrapper .products_point_inner .products_point_num {
	position: relative;
	margin: 0 0 24px 0;
	padding: 0 0 12px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width:1000px){
	#contents .products_point_wrapper .products_point_inner .products_point_num {
		position: relative;
		margin: 0 0 24px 0;
		padding: 0 0 12px;
		font-size: 16px;
		text-align: center;
	}
}
@media screen and (max-width:600px){
	#contents .products_point_wrapper .products_point_inner .products_point_num {
		position: relative;
		margin: 0 0 12px 0;
		padding: 0 0 12px;
		font-size: 16px;
		text-align: center;
	}
}

#contents .products_point_wrapper .products_point_inner .products_point_num:after{
	overflow:hidden;
	float: none;
	content: "";
	display: block;
	width: 126px;
	height: 6px;
	margin: 0;
	background: #84ccc9;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}
@media screen and (max-width:1000px){
	#contents .products_point_wrapper .products_point_inner .products_point_num:after{
		overflow:hidden;
		float: none;
		content: "";
		display: block;
		width: 100px;
		height: 6px;
		margin: 0;
		background: #84ccc9;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0 auto;
	}
}


#contents .products_point_wrapper .products_point_inner .products_point {
	margin: 0 0 80px 0;
}
@media screen and (max-width:1000px){
	#contents .products_point_wrapper .products_point_inner .products_point {
		margin: 0 0 64px 0;
	}
}
@media screen and (max-width:600px){
	#contents .products_point_wrapper .products_point_inner .products_point {
		margin: 0 0 48px 0;
	}
}

#contents .products_point_wrapper .products_point_inner .products_point .products_point_img_wrapper {
	margin: 24px 0 0 0;
	text-align: center;
}

#contents .products_point_wrapper .products_point_inner .products_point .products_point_img {
	display: inline-block;
	width: 208px;
	margin: 0 12px;
}
@media screen and (max-width:767px){
	#contents .products_point_wrapper .products_point_inner .products_point .products_point_img {
		width: 156px;
		margin: 0 6px;
	}
}
@media screen and (max-width:600px){
	#contents .products_point_wrapper .products_point_inner .products_point .products_point_img {
		width: 104px;
		margin: 0 2px;
	}
}

#contents .products_point_wrapper .products_point_inner .products_point .products_point_img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
	border: 1px solid #84ccc9;
}

#contents .products_point_wrapper .products_point_inner .products_point .products_point_text {
	text-align: center;
}
@media screen and (max-width:600px){
	#contents .products_point_wrapper .products_point_inner .products_point .products_point_text {
		width: 100%;
		text-align: left;
	}
}

#contents .products_point_wrapper .products_point_inner .products_point .products_point_text .products_point_title {
	font-size: 24px;
	font-weight: 400;
}
@media screen and (max-width:1000px){
	#contents .products_point_wrapper .products_point_inner .products_point .products_point_text .products_point_title {
		font-size: 20px;
	}
}
@media screen and (max-width:600px){
	#contents .products_point_wrapper .products_point_inner .products_point .products_point_text .products_point_title {
		text-align: center;
	}
}

#contents .products_point_wrapper .products_point_inner .products_point .products_point_text .products_point_title + p {
	margin: 24px 0 0 0;
}
@media screen and (max-width:1000px){
	#contents .products_point_wrapper .products_point_inner .products_point .products_point_text .products_point_title + p {
		margin: 12px 0 0 0;
	}
}

#contents .products_details_wrapper{
	max-width: 1224px;
	margin: 0 auto;
	padding: 104px 0 0;
}
@media screen and (max-width:1264px){
	#contents .products_details_wrapper{
		max-width: inherit;
		margin: 0 20px;
		padding: 80px 0 0;
	}
}

@media screen and (max-width:600px){
	#contents .products_details_wrapper{
		max-width: inherit;
		margin: 0 20px;
		padding: 64px 0 0;
	}
}

#contents .products_details_wrapper .products_details_img{
	width: 288px;
	float: left;
}
@media screen and (max-width:768px){
	#contents .products_details_wrapper .products_details_img{
		width: 374px;
		margin: 0 auto;
		float: none;
	}
}
@media screen and (max-width:395px){
	#contents .products_details_wrapper .products_details_img{
		width: auto;
		margin: 0;
		float: none;
	}
}

#contents .products_details_wrapper .products_details_img .products_details_main_img{
	position:relative;
	width: 100%;
	height: auto;
}

#contents .products_details_wrapper .products_details_img .products_details_main_img img{
	display: block;
	width: 100%;
	height: auto;
}

#contents .products_details_wrapper .products_details_img .products_thumb{
	margin: 24px 0 0 0;
}

#contents .products_details_wrapper .products_details_img .products_thumb li{
	width: calc( (100% - 48px ) * 0.33);
	margin: 0 24px 0 0;
	float: left;
	cursor: pointer;
}

#contents .products_details_wrapper .products_details_img .products_thumb li:last-child{
	margin: 0 0 0 0;
}

#contents .products_details_wrapper .products_details_img .products_thumb li:hover,
#contents .products_details_wrapper .products_details_img .products_thumb li.current{
	border-bottom: 1px solid #e60044;
}

#contents .products_details_wrapper .products_details_img .products_thumb li img{
	display: block;
	width: 100%;
	height: auto;
}

#contents .products_details_wrapper .products_details_text{
	width: 808px;
	float: right;
}
@media screen and (max-width:1160px){
	#contents .products_details_wrapper .products_details_text{
		width: calc(100% - 312px);
		margin-left: 24px;
	}
}
@media screen and (max-width:768px){
	#contents .products_details_wrapper .products_details_text{
		width: auto;
		margin: 48px 0 0;
		float: none;
	}
}

#contents .products_details_wrapper .products_details_text .products_details_name{
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}
@media screen and (max-width:600px){
	#contents .products_details_wrapper .products_details_text .products_details_name{
		font-size: 20px;
		font-weight: 400;
		line-height: 1;
	}
}

#contents .products_details_wrapper .products_details_text .products_details_spec{
	margin: 80px 0 0 0;
}
@media screen and (max-width:1000px){
	#contents .products_details_wrapper .products_details_text .products_details_spec{
		margin: 48px 0 0 0;
	}
}

#contents .products_details_wrapper .products_details_text .products_details_howtouse{
	margin: 48px 0 0 0;
}
@media screen and (max-width:600px){
	#contents .products_details_wrapper .products_details_text .products_details_howtouse{
		margin: 32px 0 0 0;
	}
}

#contents .products_details_wrapper .products_details_text .products_details_howtouse .products_details_howtouse_title{
	font-size: 16px;
	font-weight: 400;
}
@media screen and (max-width:600px){
	#contents .products_details_wrapper .products_details_text .products_details_howtouse .products_details_howtouse_title{
		font-size: 14px;
	}
}

#contents .products_details_wrapper .products_details_text .products_details_howtouse .products_details_howtouse_title + p{
	margin: 0;
}

#contents .products_details_wrapper .products_details_text .products_addcart{
	margin: 80px 0 0 0;
}
@media screen and (max-width:1000px){
	#contents .products_details_wrapper .products_details_text .products_addcart{
		margin: 32px 0 0 0;
	}
}

#contents .products_details_wrapper .products_details_text .products_addcart_btn_wrapper {
	min-height: 170px;
}
@media screen and (max-width:767px){
	#contents .products_details_wrapper .products_details_text .products_addcart_btn_wrapper {
		min-height: 155px;
	}
}
@media screen and (max-width:600px){
	#contents .products_details_wrapper .products_details_text .products_addcart_btn_wrapper {
		min-height: inherit;
	}
}

#contents .products_details_wrapper .products_details_text .products_addcart .products_addcart_normal,
#contents .products_details_wrapper .products_details_text .products_addcart .products_addcart_regular{
	width: 372px;
	float: left;
}
@media screen and (max-width:1160px){
	#contents .products_details_wrapper .products_details_text .products_addcart .products_addcart_normal,
	#contents .products_details_wrapper .products_details_text .products_addcart .products_addcart_regular{
		width: calc(50% - 12px);
		float: left;
	}
}
@media screen and (max-width:600px){
	#contents .products_details_wrapper .products_details_text .products_addcart .products_addcart_normal,
	#contents .products_details_wrapper .products_details_text .products_addcart .products_addcart_regular{
		width: 100%;
		float: none;
	}
}

#contents .products_details_wrapper .products_details_text .products_addcart .products_addcart_regular{
	float: right;
}
#contents .products_details_wrapper .products_details_text .products_addcart .products_addcart_regular:only-child{
	float: none;
}
@media screen and (max-width:600px){
	#contents .products_details_wrapper .products_details_text .products_addcart .products_addcart_regular{
		margin-top: 48px;
		float: none;
	}
}

#contents .products_details_wrapper .products_details_text .products_addcart .products_addcart_title{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
}
@media screen and (max-width:1000px){
	#contents .products_details_wrapper .products_details_text .products_addcart .products_addcart_title{
		font-size: 20px;
		line-height: 1.5;
	}
}
@media screen and (max-width:600px){
	#contents .products_details_wrapper .products_details_text .products_addcart .products_addcart_title{
		font-size: 16px;
		line-height: 1.5;
	}
}

#contents .products_details_wrapper .products_details_text .products_addcart .products_addcart_price{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
}
@media screen and (max-width:1000px){
	#contents .products_details_wrapper .products_details_text .products_addcart .products_addcart_price{
		font-size: 24px;
		line-height: 1.5;
	}
}
@media screen and (max-width:600px){
	#contents .products_details_wrapper .products_details_text .products_addcart .products_addcart_price{
		font-size: 20px;
		line-height: 1.5;
	}
}

#contents .products_details_wrapper .products_details_text .products_addcart .btn_normal,
#contents .products_details_wrapper .products_details_text .products_addcart .btn_regular {
	position: relative;
	display: block;
	width: 372px;
	height: 60px;
	margin: 24px auto;
	background: #fff;
	border: 1px solid #000;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
@media screen and (max-width:1160px){
	#contents .products_details_wrapper .products_details_text .products_addcart .btn_normal,
	#contents .products_details_wrapper .products_details_text .products_addcart .btn_regular {
		width: 100%;
	}
}
@media screen and (max-width:600px){
	#contents .products_details_wrapper .products_details_text .products_addcart .btn_normal,
	#contents .products_details_wrapper .products_details_text .products_addcart .btn_regular {
		height: 48px;
		margin: 12px auto;
	}
}

#contents .products_details_wrapper .products_details_text .products_addcart .btn_normal:hover,
#contents .products_details_wrapper .products_details_text .products_addcart .btn_regular:hover {
	background: #000;
}

#contents .products_details_wrapper .products_details_text .products_addcart .btn_normal .btnText,
#contents .products_details_wrapper .products_details_text .products_addcart .btn_regular .btnText {
	position: relative;
	font-weight: 400;
	line-height: 60px;
	text-align: center;
}
@media screen and (max-width:600px){
	#contents .products_details_wrapper .products_details_text .products_addcart .btn_normal .btnText,
	#contents .products_details_wrapper .products_details_text .products_addcart .btn_regular .btnText {
		font-size: 14px;
		line-height: 48px;
	}
}

#contents .products_details_wrapper .products_details_text .products_addcart .btn_normal:hover .btnText,
#contents .products_details_wrapper .products_details_text .products_addcart .btn_regular:hover .btnText {
	color: #fff;
}

#contents .products_details_wrapper .products_details_text .products_addcart .btn_regular {
	margin: 24px auto 12px;
}

@media screen and (max-width:600px){
	#contents .products_details_wrapper .products_details_text .products_addcart .btn_regular {
		margin: 12px auto 12px;
	}
}

#contents .products_details_wrapper .products_details_text .products_addcart .products_addcart_recomend {
	position: relative;
	padding-left: 1.5em;
	line-height: 1.75;
}

#contents .products_details_wrapper .products_details_text .products_addcart .products_addcart_recomend::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 14px;
	height: 7px;
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#contents .products_details_wrapper .products_details_text .products_addcart .about_regular {
	position: relative;
	/*position: absolute;
	right: 12px;
	bottom: 12px;*/
	display: inline-block;
	margin: 12px 0 0 0;
	padding: 0 20px 0 0;
	font-weight: 400;
	color: #666;
	font-weight: 300;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

#contents .products_details_wrapper .products_details_text .products_addcart .about_regular:hover {
	color: #000;
}

#contents .products_details_wrapper .products_details_text .products_addcart .about_regular::before{
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 8px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#contents .products_details_wrapper .products_details_text .products_addcart .about_regular:hover::before{
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

#contents .products_details_wrapper .products_payment,
#contents .products_details_wrapper .products_delivery{
	margin: 80px 0 0 0;
}
@media screen and (max-width:1160px){
	#contents .products_details_wrapper .products_payment,
	#contents .products_details_wrapper .products_delivery{
		margin: 48px 0 0 0;
	}
}

#contents .products_details_wrapper .products_payment .products_payment_title,
#contents .products_details_wrapper .products_delivery .products_delivery_title {
	font-size: 16px;
	font-weight: 400;
}
@media screen and (max-width:600px){
	#contents .products_details_wrapper .products_payment .products_payment_title,
	#contents .products_details_wrapper .products_delivery .products_delivery_title {
		font-size: 16px;
	}
}

#contents .products_details_wrapper .products_payment .products_payment_title + p,
#contents .products_details_wrapper .products_delivery .products_delivery_title + p {
	margin-top: 6px;
}




#contents .products_lead_wrapper p,
#contents .products_point_wrapper p,
#contents .products_details_wrapper p {
	margin: 0;
}


/* 定期コースについて（モーダル） */

.remodal{
	overflow-y:scroll;
	height:-webkit-calc((100% - 40px)/1);
	height:-moz-calc((100% - 40px)/1);
	height:calc((100% - 40px)/1);
}

.remodal-close-wrapper {
	position: absolute;
	top: 30px;
	right: 0;
	left: 0;
	width: 1280px;
	height: 40px;
	margin: 0 auto;
	z-index: 9999;
}
@media screen and (max-width:1320px){
	.remodal-close-wrapper {
		width: auto;
		max-width: 1130px;
	}
}

.remodal-close {
	right: 10px !important;
}

.remodal .about_regular_title {
	margin: 104px 0 0;
	font-size: 32px;
	font-weight: 300;

}

.remodal .about_regular_num {
	position: relative;
	margin: 104px 0 0;
	padding: 0 0 24px;
	font-size: 24px;
	font-weight: 400;
	color: #000;
}

.remodal .about_regular_num:after {
	overflow:hidden;
	float: none;
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	margin: 0;
	background: #000;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}

.remodal .about_regular_details {
	margin: 80px 0 0;
}

.remodal .about_regular_details .about_regular_details_title {
	margin: 80px 0 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.75;
	color: #e60044;
}

.remodal .about_regular_details .about_regular_details_title span {
	display: block;
	font-size: 16px;
	color: #000;
}

.remodal .about_regular_details .about_regular_details_title + p {
	margin: 48px 0 0;
}

.remodal .about_regular_details .about_regular_ex {
	margin: 48px 0 0;
}

.remodal .about_regular_details .about_regular_ex .about_regular_ex_title {
	position: relative;
}

.remodal .about_regular_details .about_regular_ex .about_regular_ex_title:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	border-top-color: #000;
	top: 140%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.remodal .about_regular_details .about_regular_ex .about_regular_ex_products {
	width: 288px;
	height: auto;
	margin: 48px auto 0;
}

.remodal .about_regular_details .about_regular_ex .about_regular_ex_products img {
	display: block;
	width: 100%;
	height: auto;
}

.remodal .about_regular_details .about_regular_ex .about_regular_ex_price {
	position: relative;
	display: inline-block;
	margin: 48px auto 0;
}


.remodal .about_regular_details .about_regular_ex .about_regular_if_normal,
.remodal .about_regular_details .about_regular_ex .about_regular_if_regular {
	position: relative;
	width: 288px;
	height: auto;
	margin: 0 24px;
	padding: 24px 0;
	text-align: center;
	line-height: 1.75;
	border: 1px solid #000;
	float: left;
}
.remodal .about_regular_details .about_regular_ex .about_regular_if_regular {
	background: #000;
	color :#fff;
}
.remodal .about_regular_details .about_regular_ex .about_regular_if_normal:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	border-left-color: #000;
	right: -38px;
	top: 48%;
}

.remodal .about_regular_details .about_regular_ex .about_regular_if_normal .about_regular_price_title,
.remodal .about_regular_details .about_regular_ex .about_regular_if_regular .about_regular_price_title {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
}

.remodal .about_regular_details .about_regular_ex .about_regular_if_normal .about_regular_price,
.remodal .about_regular_details .about_regular_ex .about_regular_if_regular .about_regular_price {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
}

.remodal .about_regular_details .about_regular_ex .about_regular_arw_down {
	width: 48px;
	height: auto;
	margin: 24px auto;
}

.remodal .about_regular_details .about_regular_ex .about_regular_arw_down img {
	display: block;
	width: 100%;
	height: auto;
}

.remodal .about_regular_details .about_regular_ex .about_regular_merit {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.75;
	color: #e60044;
}

.remodal .about_regular_details .about_regular_ex .about_regular_merit span {
	display: block;
	font-size: 16px;
	color: #000;
}

.remodal .about_regular_details .about_regular_ex + p {
	margin: 48px 0 0;
	font-size: 24px;
	font-weight: 400;
	color: #e60044;
}

.remodal .about_regular_details .notice {
	margin: 0 0 0;
}

.remodal .about_regular_details .about_regular_course {
	display: inline-block;
	margin: 24px auto 0;
}

.remodal .about_regular_details .about_regular_course li {
	width: 184px;
	margin: 0 12px;
	padding: 48px 0;
	font-size: 20px;
	line-height: 1.75;
	font-weight: 400;
	border: 1px solid #000;
	float: left;
}

.remodal .about_regular_details .about_regular_course li p.term {
	font-size: 24px;
	line-height: 1.75;
	font-weight: 400;
}

.remodal .other_requests {
	margin: 104px 0 2px;
	padding: 12px;
	background: #f1f1f1;
}

.remodal .other_requests p {
	font-size: 14px;
}





@media only screen and (max-width: 767px) {

.remodal .about_regular_title {
	width: 100%;
	margin: 64px 0 0;
	font-size: 20px;
	font-weight: 300;

}

.remodal .about_regular_num {
	position: relative;
	width: 100%;
	height: inherit;
	height: auto;
	margin: 0;
	padding: 16px 12px;
	background:rgba(250,250,250,1);
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 150%;
	border: none;
	border-top: 1px solid #ccc;
	cursor: pointer;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.remodal .about_regular_num:hover {
	background:rgba(255,255,255,1);
}

.remodal h3.about_regular_num.num_open {
	color: #000;
}

.remodal .about_regular_title + .about_regular_num {
	margin: 64px 0 0;
}

.remodal .about_regular_num:after {
	display: none;
}

.remodal .about_regular_num:before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	content: "";
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.remodal .about_regular_num.active:before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	content: "";
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}




.remodal .about_regular_details {
	display: none;
	margin: 0;
	padding: 0 12px 48px;
}

.remodal .about_regular_details .about_regular_details_title {
	margin: 48px 0 0;
	font-size: 16px;
	line-height: 1.75;
	color: #e60044;
}

.remodal .about_regular_details .about_regular_details_title span {
	display: block;
	font-size: 14px;
	color: #000;
}

.remodal .about_regular_details .about_regular_details_title + p {
	margin: 24px 0 0;
}

.remodal .about_regular_details .about_regular_ex {
	margin: 24px 0 0;
}


.remodal .about_regular_details .notice {
	margin: 12px 0 0;
}

.remodal .about_regular_details .about_regular_ex .about_regular_ex_title:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 8px solid transparent;
	border-top-color: #000;
	top: 120%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.remodal .about_regular_details .about_regular_ex .about_regular_ex_products {
	width: 288px;
	height: auto;
	margin: 24px auto 0;
}

.remodal .about_regular_details .about_regular_ex .about_regular_ex_price {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 24px auto 0;
}

.remodal .about_regular_details .about_regular_ex .about_regular_if_normal,
.remodal .about_regular_details .about_regular_ex .about_regular_if_regular {
	position: relative;
	width: 45%;
	height: auto;
	margin: 0 0 0 0;
	padding: 12px 0;
	text-align: center;
	line-height: 1.75;
	border: 1px solid #000;
	float: left;
}
.remodal .about_regular_details .about_regular_ex .about_regular_if_regular {
	background: #000;
	color :#fff;
	float: right;
}
.remodal .about_regular_details .about_regular_ex .about_regular_if_normal:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	border-left-color: #333;
	left: 108%;
	top: 48%;
}

.remodal .about_regular_details .about_regular_ex .about_regular_if_normal .about_regular_price_title,
.remodal .about_regular_details .about_regular_ex .about_regular_if_regular .about_regular_price_title {
	font-size: 16px;
}

.remodal .about_regular_details .about_regular_ex .about_regular_if_normal .about_regular_price,
.remodal .about_regular_details .about_regular_ex .about_regular_if_regular .about_regular_price {
	font-size: 20px;
}

.remodal .about_regular_details .about_regular_ex .about_regular_if_normal .about_regular_price + p,
.remodal .about_regular_details .about_regular_ex .about_regular_if_regular .about_regular_price + p {
	font-size: 12px;
}

.remodal .about_regular_details .about_regular_ex .about_regular_arw_down {
	width: 24px;
	height: auto;
	margin: 12px auto;
}

.remodal .about_regular_details .about_regular_ex .about_regular_merit {
	font-size: 16px;
	line-height: 1.75;
	color: #e60044;
}

.remodal .about_regular_details .about_regular_ex .about_regular_merit span {
	display: block;
	font-size: 14px;
	color: #000;
}

.remodal .about_regular_details .about_regular_ex + p {
	margin: 24px 0 0;
	font-size: 16px;
	color: #e60044;
}


.remodal .about_regular_details .about_regular_course {
	display: block;
	margin: 24px auto 0;
}

.remodal .about_regular_details .about_regular_course li {
	width: 32%;
	margin: 0 2% 0 0;
	padding: 16px 0;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
	border: 1px solid #000;
	float: left;
}

.remodal .about_regular_details .about_regular_course li p.term {
	font-size: 20px;
	line-height: 1.75;
	font-weight: 400;
}

.remodal .about_regular_details .about_regular_course li:last-child {
	margin: 0 0 0 0;
}

.remodal .other_requests {
	margin: 24px 0 0;
	padding: 12px;
	background: #f1f1f1;
}

.remodal .other_requests p {
	font-size: 14px;
	text-align: left;
}

}


@media only screen and (max-width: 323px) {

.remodal .about_regular_details .about_regular_ex .about_regular_ex_products {
	width: 100%;
	height: auto;
	margin: 48px auto 0;
}

}




/* ラクビ */
#contents #products_fv.lakubi_fv {
}
#contents #products_fv.lakubi_fv .fv_image {
}
#contents #products_fv.lakubi_fv .fv_image img {
	display: block;
	width: 100%;
	height: auto;
}









#contents .cosme_review a {
	text-decoration: none;
}
#contents .cosme_review a .cosme_review_small {
	font-weight: bold;
}

#add_01_product_cart .cart_td {
	width: 50%;
}
#add_01_product_cart .cart_td table {
	table-layout: auto;
}
#add_01_product_cart .sp_detail_padding {
	text-align: center;
}
#add_01_product_cart .cart_regular_wrapper {
	display: inline-block;
	width: 310px;
	box-sizing: content-box;
	margin-bottom: 0;
	line-height: 2.2em;
}
#add_01_product_cart .cart_yuyu_wrapper {
	box-sizing: content-box;
	padding: 0 10px 5px 10px;
	margin: 0 auto;
}
#add_01_product_cart .cart_yuyu_wrapper .yuyu_text_min {
	font-weight: bold;
}
#add_01_product_cart select { 
	width: auto;
}


@media screen and (max-width: 767px) {
	#contents {
		padding-top: 0px;
	}
	#contents .topGroupName {
		padding: 0 0 10px;
	}
	#contents #products_fv {
		margin-top: 0;
	}
	#contents .cosme_review_sp a {
		text-decoration: none;
	}
	#contents .cosme_review_sp a .cosme_review_small {
		font-weight: bold;
	}
	#add_01_product_cart .cart_td {
		width: 100%;
	}
	#add_01_product_cart .cart_regular_wrapper {
		width: calc(100% - 28px);
	}
}



/*画面横幅いっぱいに広げる*/
#topGroupName.topGroupName {
	width: 100%;
}
/*エラー表示*/
.message .blocks,
.errorGroup .blocks {
	margin-top: 60px;
}
@media screen and (max-width: 641px){
	.message .blocks,
	.errorGroup .blocks {
		margin-top: 30px;
	}
}



/* 以下、DC標準の指定 */
#goodsDetailContents {
	float:none;
	width:100%;
	margin-bottom:15px;
}

.topContents th,
.topContents td {
	border:1px solid #ccc;
	padding:10px;
	vertical-align:middle;
}
.topContents th {
	background-color:#f3f3f3;
}
.topContents th h1 {
	font-weight:bold;
	font-size:1.0em;
	padding:10px 0;
}
.topContents th h1 span {
	font-size:0.8em;
	color:#ec8125;
	padding-left:10px;
}
.topContents tbody th {
	text-align:center;
	width:28%;
}
.topContents tbody th p + p {
	margin-top:10px;
}
.topContents td ul li {
	display:inline-block;
	* display:inline;
	* zoom:0;
}
.topContents tbody li:nth-child(1) {
	width:19%;
}
.topContents tbody li:nth-child(2) {
	width:36%;
}
.topContents tbody li:nth-child(3) {
	width:42%;
}

.itemImages img {
	width:90px;
	vertical-align:baseline;
}
.goodsPrice {
	padding-top: 15px;
	vertical-align: top;
}
.goodsPrice .redBold {
	font-size:0.8em;
	color:#f00;
}
.goodsPrice .blackBold {
	font-size:0.8em;
	color:#000;
}
.goodsPrice .redBold strong {
	font-size:1.9em;
	font-weight:bold;
}
.goodsPrice .blackBold strong {
	font-size:1.9em;
	font-weight:bold;
}
.goodsPrice .normalPrice {
	font-size:0.8em;
}
.cartBtn {
	text-align:right;
}
.goodsDetailFavo a {
	font-size:0.8em;
	color:#ec8125;
	background:url(../images/headerFavo.png) no-repeat 0 3px;
	background-size:18px;
	padding:3px 0 3px 20px;
	display:inline-block;
	* display:inline;
	* zoom:0;
}
.goodsDetailContents .subText {
	font-size:0.8em;
	margin-bottom:50px;
}
.goodsDetailContents .subImages li {
	margin-bottom:50px;
}
.backgroundwrap {
    background-image: url(https://st.nicorio.co.jp/contents/shop/uukan/img/users/products/Aquastick/background4.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 10000;
}
.aquaabsolute {
    background-image: url(/contents/shop/uukan/img/users/products/Aquastick/bathtub_a.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    z-index: 10000;
}
.hikinobasi {
    background-image: url(/contents/shop/uukan/img/users/products/Aquastick/bathtub_b.png);
    background-repeat: no-repeat;
    background-size: 100% 10px;
    background-position: bottom;
    z-index: -1;
}
p.products_catch_aqua img {
    width: 15%;
}
.flexwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 20px;
}
.flexA {
    width: 30%;
    margin-left: 100px;
}
.flexA video {
    max-width: 100%;
}
.flexB {
    max-width: 43%;
    margin-left: 30px;
}
.aquacontent {
    text-align: left;
    margin-bottom: 10px;
    font-weight: 400;    
    font-feature-settings: "palt";
    letter-spacing: 2.2px;
    font-size: 100%;
    line-height: 2.2;
    text-align: justify;
}
span.minispan {
    font-size: 14px;
    font-weight: 400;
}
span.products_logo_aqua img {
    width: 90%;
}
.aquaB1 {
    color: #fff;
    letter-spacing: 1px;
}

p.products_catch_aqua {
    font-size: 26px;
    color: #fff;
}
.aquacontent2 {
    display: flex;
    margin-bottom: 10px;
}
.aquaflexA {
    width: 13%;
}
.aquaflexB {
    text-align: left;
    font-size: 15px;
    margin-left: 10px;
    line-height: 1.6;
}
.products_point_inner_aqua {
    position: relative;
}
.aquatitle22 img {
    width: 28%;
    margin-bottom: 20px;
}

.aquatitle2 {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25%;
    position: relative;
}
.aomaru1 {
    position: absolute;
}
.aomaru2 {
    position: absolute;
}

.siromaru1 {
    position: absolute;
}
.siromaru2 {
    position: absolute;
}
.siromaru3 {
    position: absolute;
}
.aquahowto {
    font-weight: 400;
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 40px;
    letter-spacing: 1px;
}
.aquaabsolute {
    margin-top: 100px;
    position: relative;
}
.flexwrap_bot {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.flexwrap_bot_last {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}
.flexA_bot {
    width: 21%;
}
.flexA_bot video {
    width: 90%;
}
.flexB_bot {
    text-align: left;
    font-weight: 400;
    line-height: 1.5;
    margin-left: 25px;
}
.aquacontent_bot {
    color: #8374b5;
    font-size: 20px;
    font-weight: 500;
}
.BigNo {
    font-size: 20px;
}
span.black {
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
}
p.aquaB2 {
    font-size: 14px;
    font-weight: 400;
}
p.aquaflexA_bot {
    margin: 0;
    color: #8374b5;
    font-weight: 400;
}
p.aquaB2_bot {
    margin: 0;
    margin-left: 10px;
    color: #8374b5;
}
.underline {
    margin-bottom: 5px;
}
.underline img {
    width: 64%;
}
.undercontent_aqua_wrap {
    text-align: center;
    display: block;
    padding-bottom: 35px;
}
.undercontent_aqua_wrap ul {
    padding-left: 0;
    list-style: none;
    display: inline-block;
}
.underaqua {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
}
.underaqua {
    text-align: left;
}
span.perple {
    color: #8273b4;
}
.lastaquatitle img {
    width: 70%;
}
.aquastick img {
    vertical-align: top;
}
span.kaigyo {
    display: block;
}
.lastcontent_aqua {
    margin: 0 auto;
    background-image: url(/contents/shop/uukan/img/users/products/Aquastick/lastbackground.jpg);
    background-repeat: repeat;
    z-index: 9999;
    background-size: 100%;
    text-align: center;
    position: relative;
}
.lastaquatitle {
    padding-top: 40px;
    margin-bottom: 40px;
}
.aquastick img {
    width: 95%;
}
.siromaru1 {
    position: absolute;
    top: 4%;
    right: -16%;
    max-width: 50%;
}
.siromaru1 img {
    width: 65%;
}
.siromaru2 {
    position: absolute;
    top: 75%;
    left: -14%;
}
.siromaru2 img {
    width: 30%;
}
body.LC_Page_User {
    overflow: hidden;
}
p.aquaB2 {
    letter-spacing: 1px;
}
.videobot {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    float: right;
}
.aquacontent_bot_sp {
    display: none;
}
.aquacontent_sp {
    display: none;
}
.tyuui_sp{
display: none;
}

@media screen and (max-width: 641px) {
	.goodsItem img {
		width:100%;
	}
	.topContents td ul li {
		display:block;
		margin-bottom:5%;
	}
	.topContents tbody li:nth-child(1) {
		width:100%;
	}
	.topContents tbody li:nth-child(2) {
		width:100%;
	}
	.topContents tbody li:nth-child(3) {
		width:100%;
	}
	.cartBtn {
		text-align:left;
	}
}
@media screen and (max-width: 970px) {
	p.products_catch_aqua img {
		width: 60%;
	}
	.flexA{
		width: 95%;
		margin: 10px;
	}
	.flexwrap{
		display: initial;
	}
	.flexB {
		max-width: 95%;
		margin-left: 30px;
		margin: 10px;
	}	
	.aquacontent2 {
		display: initial;
		margin-bottom: 25px;
	}
	.aquaflexB {
		margin: 0 auto;
		margin-bottom: 50px;
		width: 90%;
	}
	.aquaB1 {
		font-size: 20px;
		text-align: center;
	}
	.aquacontent {
		text-align: center;
		margin-bottom: 10px;
	}
	p.aquaB2 {
		text-align: left;
		font-size: 19px;
	}
	p.aquaB2 {
		font-size: 12px;
	}
	.aquahowto {
		font-weight: 400;
		font-size: 16.5px;
		line-height: 1.5;
		margin-bottom: 40px;
	}
	p.aquaB2 {
		font-size: 15px;
		text-align: center;
		font-weight: 400;
	    font-feature-settings: "palt";
	    letter-spacing: 2.2px;
	}
	.flexA_bot {
		width: 95%;
		margin: 0 auto;
	}
	.flexA_bot video {
		width: 100%;
	}
	.flexwrap_bot {
		display: initial;
	}
	.aquacontent_bot {
		text-align: center;
	}
	p.aquaflexA_bot {
		margin: 10px;
	}
	.flexwrap_bot_last {
		display: initial;
	}
	
	p.aquaflexA_bot {
		margin-bottom: 10px!important;
	}
	p.aquaB2 span {
		display: inline;
	}
	p.aquaB2 {
		text-align: left;
	}
	.aquaabsolute{
		background-size: 100% auto;
	}
	.aquacontent2 {
		display: initial;
    }
    .aquaflexA {
	    width: 25%;
	    margin: 0 auto;
	    margin-top: 20px;
	}
	.aquatitle2{
	padding-top: 30%;
	}
	.aquatitle22 img {
    width: 70%;
    }
    .aquacontent_bot {
    font-size: 24px;
    }
    p.aquaflexA_bot{
    padding-left: 3.2em;
    text-indent: -4.2em;
    }
    li.underaqua {
    text-indent: -1.3em;
    margin: 0 auto;
    padding-right: 2em;
    padding-left: 3em;
	}
	.aquastick img {
    width: 100%;
	}
	.hikinobasi {
    background-image: url(/contents/shop/uukan/img/users/products/Aquastick/bathtub_b.png);
    background-repeat: no-repeat;
    background-size: 100% 86%;
    background-position: bottom;
	}
	.flexB_bot{
	margin-bottom: 50px;
	}
	.underline {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 100%;
	}
	.underline img {
    width: 100%;
	}
	.aquaabsolute{
	margin: 0;
	}
	.products_lead_wrapper {
    padding: 40px 0;
    text-align: center;
	}
	.siromaru1 {
	    position: absolute;
	    top: 4%;
	    right: -23%;
	    max-width: 50%;
	}
	.siromaru2 img {
	    width: 33%;
	}
	.siromaru2 {
	    position: absolute;
	    top: 61%;
	    left: -75%;
	    transform: scale(0.3);
	}
	span.minispan {
    font-size: 12px;
	}
	span.products_logo_aqua {
    margin-bottom: 30px;
	}
	.videobot {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    float: inherit;
	}
	.aquacontent_bot {
    display: none;
	}
	.aquacontent_bot_sp {
	display: block;
    color: #8374b5;
    font-size: 24px;
    font-weight: 500;
	}
	.aquacontent {
    display: none;
	}
	
	span.minispan {
	float: right;
	padding-right: 20px;
	}
	.lastaquatitle img {
	width: 90%;
	}
	.aquaflexA img {
	width: 75%;
	}
	.tyuui_sp{
	display: flex;
	font-size: 12px;
	padding-right: 10px;
	font-weight: 400;
	justify-content: flex-end;
	}
	ul.undercontent_aqua li {
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 13px;
	}
	.aquacontent_sp {
		display: inherit;
		font-size: 13px;
		font-weight: 400;
	}
	.aquastick {
	padding-top: 0px;
	}
}