.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 .strong-point{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.maindesign .strong-point__text{
    width: 48%;
}
.maindesign .strong-point__text .kome{
    margin-top: 5px;
}
.maindesign .strong-point__images{
    width: 48%;
}

.maindesign .assist .feature-hdg3{
    position: relative;
    padding-right: 160px;
}
.maindesign .assist .feature-hdg3::after{
    content: "";
    display: block;
    width: 150px;
    height: 40px;
    background-image: url("/include_html/commodities_insert/koukoku/260416_cooking_stove/images/assist.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.maindesign .exception .strong-point__text{
    width: 100%;
    margin-bottom: 10px;
}
.maindesign .exception .strong-point__images{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.maindesign .exception .strong-point__images .piece{
    width: 49%;
}

@media screen and (max-width:767px) {
.maindesign .assist .feature-hdg3{
    padding-right: 0;
    margin-bottom: 35px
}
.maindesign .assist .feature-hdg3::after{
    width: 100px;
    height: 26px;
    top: inherit;
    bottom: -26px;
    transform: none;
}
.maindesign .strong-point__text{
    width: 100%;
    margin-bottom: 10px;
}
.maindesign .strong-point__images{
    width: 100%;
}
.maindesign .exception .strong-point__images .piece{
    width: 100%;
}
.maindesign .exception .strong-point__images .piece:first-child{
    margin-bottom: 10px;
}

}


.maindesign .banner_css{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.maindesign .banner_css img{
    max-width: 900px;
}

.maindesign .c-stove-img{
    margin-top: 20px;
}
.maindesign .c-stove-img li{
    margin-bottom: 30px;
}
@media screen and (max-width:767px) {
.maindesign .c-stove-img li{
    margin-bottom: 20px;
}
}


/*  movie  */
.maindesign .frames{
	width:100%;
	max-width:900px;
	margin:auto;
	/*background-color: #c0c0c0;
	border: 1px solid #c0c0c0;*/
	}
.maindesign .videos{
    width: 100%;
	height:100%;	
	}

@media screen and (max-width:767px) {
.pc-only#html2{
	display: block!important;
}
.sp-only#html5{
	display: none!important;
}
}

/*
.global-main .maindesignBnrArea{
	display: none;
}
*/

/*表示出し分け*/
#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;
}
