.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 .red{
	color: #E5002D;
}

.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 .interior{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .interior--block{
	width: 48%;
	margin-top: 40px;
}
.maindesign .interior--block:nth-child(-n + 2){
	margin-top: 0;
}
.maindesign .interior--block .images{
	margin-bottom: 10px;
}
.maindesign .interior--block p{
	line-height: 1.4;
	font-size: 1.15em;
	text-align: justify;
}
@media screen and (max-width: 767px) {
.maindesign .feature-hdg4{
	font-size: 1.2rem;
}
.maindesign .interior--block{
	width: 100%;
}
.maindesign .interior--block:nth-child(-n + 2){
	margin-top: 40px;
}
.maindesign .interior--block:first-child{
	margin-top: 0;
}
.maindesign .interior--block p{
	font-size: 1.00em;
}

}

.maindesign .link-bnr{
	display: block;
	margin-bottom: 30px;
}




.maindesign .feature-hdg4{
	font-size: 1.3rem;
	margin: 30px 0 10px;
}
.maindesign .guidance{
	font-size: 1.2em;
	margin: 40px 0 20px;
}

.maindesign .headding4{
	background-color: #9c8d77;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	padding: 15px 10px;
	padding-left: 100px;
	position: relative;
}
.maindesign .headding4 h4{
	margin: 0;
}
.maindesign .headding4--set{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #000;
	background-color: #fff;
	width: 70px;
	height: 70px;
	border: 2px solid #9c8d77;
	border-radius: 50%;
}
.maindesign .headding4--set p{
	color: #000;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.0;
	width: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
}
.maindesign .headding4--set strong{
	font-size: 1.5em;
}

.maindesign .yell-set--images{
	position: relative;
	z-index: -1;
    margin: 20px 0 20px;
}
.maindesign .yell-set--images__accept{
	position: absolute;
	top: 30px;
	left: 0;
	width: 120px;
}

.maindesign .two-set--block .yell-set--images__accept{
	width: 80px;
}

.maindesign .yell-set--price{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.maindesign .yell-set--price__text{
	width: 100%;
    max-width:400px;
}

@media screen and (max-width: 767px) {
.maindesign .yell-set--price__text{
	width: 100%;
    max-width:210px;
}}

.maindesign .yell-set--price__text .set{
	font-size: 1.9em;
}
.maindesign .yell-set--price__text .uchikeshi{
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: line-through;
}
.maindesign .yell-set--price__text .price{
	font-size: 4.8em;
	font-weight: bold;
    margin: 5px 0 20px;
}
.maindesign .yell-set--price__text .tax{
	font-size: 0.5em;
}
.maindesign .yell-set--price__text .yen{
	font-size: 0.5em;
}

.maindesign .yell-set--price__text .discount{
	background-color: #e00012;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}

.maindesign .yell-set--price__img{
	width: 140px;
	margin-left: 10px;
}

.maindesign .yell-set--goods-img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}
.maindesign .yell-set--goods-img li{
	width: calc(49% - 22px);
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
}



.maindesign .two-set{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .two-set--block{
	width: 49%;
	margin-top: 3em;
}
.maindesign .two-set--block .menu-btn-list.col-1 li{
	width: 100%;
}

@media screen and (max-width:767px) {

.maindesign .guidance{
	font-size: 1.2em;
	margin: 40px 0 20px;
}

.maindesign .headding4{
	background-color: #9c8d77;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3;
	padding: 15px 10px;
	padding-left: 100px;
	position: relative;
}
.maindesign .headding4--set{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #000;
	background-color: #fff;
	width: 70px;
	height: 70px;
	border: 2px solid #9c8d77;
	border-radius: 50%;
}
.maindesign .headding4--set p{
	color: #000;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.0;
	width: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.maindesign .headding4--set strong{
	font-size: 1.5em;
}


.maindesign .yell-set--images{
	position: relative;
	z-index: -1;
}
.maindesign .yell-set--images__accept{
	position: absolute;
	top: 4.0vw;
	left: 0;
	width: 22%;
}

.maindesign .yell-set--price{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.maindesign .yell-set--price__text{
}
.maindesign .yell-set--price__text .set{
	font-size: 1.1em;
}
.maindesign .yell-set--price__text .uchikeshi{
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: line-through;
}
.maindesign .yell-set--price__text .price{
	font-size: 2.7em;
	font-weight: bold;
	margin-bottom: 10px;
}
.maindesign .yell-set--price__text .tax{
	font-size: 0.5em;

}
.maindesign .yell-set--price__text .yen{
	font-size: 0.5em;
}

.maindesign .yell-set--price__text .discount{
	background-color: #e00012;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.maindesign .yell-set--price__img{
	width: 90px;
	margin-left: 10px;
}

.maindesign .yell-set--goods-img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}
.maindesign .yell-set--goods-img li{
	width: calc(49% - 22px);
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
}


.maindesign .two-set--block{
	width: 100%;
}

}

.maindesign .kaden--flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 15px auto;
}
.maindesign .kaden--flex li{
	width: calc(49% - 10px);
    margin-top: 20px;
    /*border: 1px solid #ccc;*/
    padding: 5px;
}
.maindesign .kaden--flex li:nth-child(-n + 2){
	margin-top: 0;
}
@media screen and (max-width: 767px){
.maindesign .kaden--flex li{
	width: 100%;
}
.maindesign .kaden--flex li:nth-child(-n + 2){
	margin-top: 20px;
}
.maindesign .kaden--flex li:first-child{
	margin-top: 0;
}
}


/*kokoro*/
.maindesign .kokoro-product-block .yell-set--price__text{
	max-width: 330px;
	
}

.maindesign .kokoro-product-block .two-set--block .yell-set--price__text{
	max-width: 270px;
}
.maindesign .kokoro-product-block .two-set--block .yell-set--price__text .set{
	font-size: 1.5em;
}
.maindesign .kokoro-product-block .two-set--block .yell-set--price__text .price{
	font-size: 4.0em;
}




/*  アコーディオン  */

.maindesign .AC-blocks .model-block{
	text-align: center;
    margin-top: 20px;
    background: #ccc;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em 1.3em;
	position: relative;
	cursor: pointer;
}
/*
.maindesign .AC-blocks .model-block::after {
    font-family: 'Noto Sans JP', sans-serif;
    content: url(/contents/event/19_newlife/img_241226/arrow_forward.svg);
    transform-origin: center;
    transform:translateY(-50%);
    color: #9ca289;
    display: inline-block;
    align-items: center;
    transition: 0.5s;
	position: absolute;
	top: 50%;
	right: 1%;
	height: 25px;
    width: 25px;
}
*/
/*
.maindesign .AC-blocks .model-block.active::after {
     transform: rotate(180deg) translateY(50%); 
}
*/

.maindesign .AC-blocks .sub-block{
	display: block;
	padding: 10px;
	border: 2px solid #ccc;
}

.maindesign .AC-blocks .sub-block .note-list li{
	line-height: 1.3;
	margin-top: 5px;
	text-indent: -1.7em;
	padding-left: 1.7em;
}
.maindesign .AC-blocks .sub-block .note-list li:first-child{
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
.maindesign .AC-blocks .model-block{
	text-align: left;
    font-size: 1.1em;
}
.maindesign .AC-blocks .sub-block .note-list li{
	font-size: 0.9em;
}

}


/*  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;
}
