@charset "utf-8";
/* CSS Document */

.main-img-container{
	width: auto;
}
.main-img{
	width: 840px;
	margin: 30px auto;
}
@media screen and (max-width:768px){
	.main-img{
		width: auto;
	}
}
.massage{
	width: 840px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.75;
}
.massage span{
	color: #491176;
	font-weight: bold;
}
.massage-sub{
	font-size: 14px;
}
.massage-annotation{
	width: 650px;
	margin: 40px auto 0 auto;
	text-align: left;
	font-size: 12px;
}
@media screen and (max-width:768px){
	.massage{
		width: auto;
		text-align: left;
		padding: 0 20px;
	}
	.massage-annotation{
		width: auto;
	}
}
.product-bb{
	width: 700px;
	margin: 50px auto 0 auto;
}
.product-bb li{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	padding: 15px;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
}
@media screen and (max-width:768px){
	.product-bb{
		width: auto;
		margin: 40px 15px 0 15px;
	}
	.product-bb li{
		display: block;
		padding: 10px;
	}
}
.product-img{
	width: 225px;
}
.product-info{
	width: 430px;
}
@media screen and (max-width:768px){
	.product-img{
		width: 70%;
		margin: 0 auto;
	}
	.product-info{
		width: auto;
	}
}
.discount-rate{
	width: 120px;
	margin-top: 5px;
	padding: 3px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #491176;
	border-radius: 4px;
}
@media screen and (max-width:768px){
	.discount-rate{
		width: 100px;
		font-size: 18px;
	}
}
.category{
	margin-top: 10px;
}
.category p{
	display: inline-block;
	padding: 2px 8px;
	font-size: 14px;
	color: #fff;
	background-color: #888;
	border-radius: 3px;
	letter-spacing: 0.1em;
}
.name{
	margin-top: 5px;
	font-size: 26px;
	line-height: 1.2;
}
.name sup span{
	font-size: 0.7em;
}
.name-sub{
	font-size: 12px;
}
@media screen and (max-width:768px){
	.name{
		font-size: 24px;
	}
}
.introduction{
	margin-top: 10px;
	line-height: 1.2;
	color: #491176;
}
@media screen and (max-width:768px){
	.introduction{
		font-size: 15px;
	}
}
.detail-link{
	margin-top: 3px;
	font-size: 14px;
}
@media screen and (max-width:768px){
	.detail-link{
		font-size: 13px;
	}
}
.net-volume{
	margin-top: 12px;
	font-size: 14px;
}
@media screen and (max-width:768px){
	.net-volume{
		margin-top: 10px;
		font-size: 13px;
	}
}
.normal-price-explain{
	margin-top: 5px;
	font-size: 12px;
	color: #888;
}
.normal-price{
	text-decoration: line-through;
}
.price span{
	font-size: 26px;
	color: #491176;
}
.cart-container{
	margin-top: 15px;
}
.cart-box{
	padding: 0px;
}

.annotation-container-1{
	width: 694px;
	margin: 30px auto 0 auto;
}
.annotation-container-2{
	width: 694px;
	margin: 15px auto 30px auto;
	font-size: 12px;
}
@media screen and (max-width:768px){
	.annotation-container-1{
		width: auto;
		margin: 20px auto;
		padding: 0 15px;
	}
	.annotation-container-2{
		width: auto;
		margin: 20px auto;
		padding: 0 15px;
	}
}

/*-- 商品説明 --*/
.desc-title-area{
	width: auto;
}
.desc-title{
	text-align: center;
	font-size: 36px;
	color: #491176;
	margin-top: 50px;
}
.desc-img-area{
	width: auto;
	margin-top: 30px;
}
.desc-img-pc{
	width: 1100px;
	margin: 0 auto;
}
.desc-img-sp{
	display: none;
}
.desc-back-area{
	width: auto;
	text-align: center;
}
.desc-back{
	display: inline-block;
	margin: 40px 0;
	padding: 7px 18px;
	font-size: 20px;
	color: #491176;
	border: 1px solid #491176;
	border-radius: 5px;
}
@media screen and (max-width:768px){
	.desc-title{
		font-size: 30px;
	}
	.desc-img-pc{
		display: none;
	}
	.desc-img-sp{
		display: block;
		width: auto;
	}
	.desc-back{
		font-size: 18px;
	}
}