@charset "utf-8";

#main-visual{
	padding:0;
}
.content-title{
	display:block;
	border:none;
	text-align:center;
	margin-bottom:50px;
}
p.mincho{
	font-size:24px;
	font-weight:600;
	margin-bottom:20px;
}
.main{
	text-align:left;
}
.main p{
	line-height:2;
}
.product-cat-title{
	margin-top:40px;
	margin-bottom:20px;
	position:relative;
}
.product-cat-title::after{
	width:100%;
	height:1px;
	background:#6f5043;
	content:"";
	display:block;
	top:35px;
	margin:auto;
	position:absolute;
	z-index:-1;
}
.product-cat-title span.mincho{
	font-size:72px;
	color:#db7194;
	line-height:1;
	letter-spacing:0.075em;
	background:#fff;
}
.product-cat-title span.ja{
	font-weight:500;
	display:block;
	font-size:20px;
	text-align:left;
}
.product{
	margin-bottom:30px;
	margin-top:30px;
}
.main p.catch-copy{
	font-size:25px;
	margin-bottom:20px;
	line-height:1.8;
	//margin-top:30px;
	margin-bottom:20px;
}
.product-name{
	font-size:25px;
	margin-bottom:5px;
	line-height:1.5;
}
.product p{
	margin-bottom:20px;
}
.t-right{
	text-align:right;
}
.t-right .ja{
	padding-left:200px;
}
.product-cat-title span.homecare{
	color:#78c2ed;
}
.product .detail-txt{
	width:500px;
}
.product-pic{
	display:block;
	width:220px;
}
.main p.price{
	font-size:20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	line-height:1.8;
	letter-spacing:0.07em;
}
.comment{
	padding-top:2em;
}



@media screen and (max-width:767px){
.content-title{
	margin-bottom:5vw;
	padding-left:0;
	padding-right:0;
}
p.mincho{
	font-size:6vw;
	line-height:1.8;
	letter-spacing:0;
	margin-bottom:4vw;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
.main p{
	line-height:1.8;
}
.product-cat-title{
	margin-top:7vw;
	margin-bottom:3.2vw;
}
.product-cat-title::after{
	width:100%;
	height:1px;
	background:#6f5043;
	content:"";
	display:block;
	top:6vw;
	margin:auto;
	position:absolute;
	z-index:-1;
}
.product-cat-title span.mincho{
	font-size:12vw;
}
.product-cat-title span.ja{
	font-size:5.4vw;
}
.product{
	margin-bottom:12vw;
	margin-top:7vw;
}
.main p.catch-copy{
	font-weight:600;
	font-size:4vw;
	padding-top:3.2vw;
	margin-bottom:2vw;
	line-height:1.6;
}
.product-name{
	font-size:6vw;
	margin-bottom:2vw;
	line-height:1.5;
}
.product img.f-left,.product img.f-right{
	display:block;
	width:100%;
	float:none;
	margin-bottom:4vw;
}
.product p{
	margin-bottom:3.2vw;
}
.t-right .ja{
	padding-left:7vw;
}
.product-cat-title span.homecare{
	color:#78c2ed;
}
.product .detail-txt{
	width:100%;
	float:none;
}
.product img.product-pic{
	width:28%;
}
.product img.product-pic.f-left{
	float:left;
}
.product img.product-pic.f-right{
	float:right;
}
.main p.price{
	font-size:6vw;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	line-height:1.8;
}
.comment{
	padding-top:0.8em;
}

.product.last{
	margin-bottom:0;
}
}
