.maindesign{
	font-family: "Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
.maindesign img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.maindesign .feature-hdg3{
	border-left: 4px solid #E5002D;
	padding: 0.3rem 1rem;
}
.maindesign .feature-hdg4{
	font-size: 1.4rem;
	font-weight: bold;
    margin-bottom: 20px;
	line-height: 1.3;
}

.maindesign .appeal-images{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .appeal-images li{
	width: 48%;
	margin-top: 30px;
}
.maindesign .appeal-images li:nth-child(-n + 2){
	margin-top: 0;
}
@media screen and (max-width:767px) {
.maindesign .appeal-images li{
	width: 100%;
}
.maindesign .appeal-images li:nth-child(-n + 2){
	margin-top: 30px;
}
.maindesign .appeal-images li:first-child{
	margin-top: 0;
}
}





@media screen and (max-width:767px) {
.pc-only#html2{
	display: block!important;
}
.sp-only#html5{
	display: none!important;
}
}


/*表示出し分け*/
#html2 .kokoro-product-block,#html5 .kokoro-product-block{
    display: none !important;
}
#store-device-html2 .front-product-block{
    display:none !important;
}
#store-device-html2 .kokoro-product-block{
    display:block !important;
}
