﻿
#productMoreDetail{}
	
/******************************
PC
******************************/
@media screen and (min-width:769px){
	
	#productMoreDetail .mugcupStandardPoint,
	#productMoreDetail .mugcupHeartPoint{
		margin-bottom: 60px;
	}
	
	#productMoreDetail .mugcupStandardPoint .pointImgText,
	#productMoreDetail .mugcupHeartPoint .pointImgText{
		margin-bottom: 40px;
	}

	#productMoreDetail .mugcupSample{}
	#productMoreDetail .mugcupSample > ul{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align:stretch;
		-ms-flex-align:stretch;
		-webkit-align-items:stretch;
		align-items: stretch;
		-webkit-justify-content: left;
		justify-content: left;
		width: 100%;
	}
	
	#productMoreDetail .mugcupSample > ul > li{
		display: block;
		width: 32%;
		margin-right: 2%;
	}
	#productMoreDetail .mugcupSample > ul > li:nth-last-of-type(1){margin-right: 0;}
	
	#productMoreDetail .mugcupSample > ul > li > img{display: block; width: 100%; height: auto;}
	
}


/******************************
SP
******************************/
@media screen and ( max-width:768px) {
	
	#productMoreDetail .mugcupStandardPoint,
	#productMoreDetail .mugcupHeartPoint{
		margin-bottom: calc(30 * (100vw / 320));
	}
	
	#productMoreDetail .mugcupStandardPoint .pointImgText,
	#productMoreDetail .mugcupHeartPoint .pointImgText{
		margin-bottom: calc(20 * (100vw / 320));
	}

	#productMoreDetail .mugcupSample{}
	#productMoreDetail .mugcupSample > ul{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align:stretch;
		-ms-flex-align:stretch;
		-webkit-align-items:stretch;
		align-items: stretch;
		-webkit-justify-content: left;
		justify-content: left;
		width: 100%;
	}
	
	#productMoreDetail .mugcupSample > ul > li{
		display: block;
		width: 32%;
		margin-right: 2%;
	}
	#productMoreDetail .mugcupSample > ul > li:nth-last-of-type(1){margin-right: 0;}
	#productMoreDetail .mugcupSample > ul > li > img{display: block; width: 100%; height: auto;}

}

