.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 .w100{
	width: 100%!important;
}
@media screen and (min-width: 768px) {

.maindesign .w70pc{
	width: 70%!important;
	margin: auto;
}
}
.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 .insert-html{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .insert-html--block{
	width: 48%;
	margin-top: 40px;
}
.maindesign .insert-html--block:nth-child(-n + 2){
	margin-top: 0;
}
.maindesign .insert-html--block .images{
	margin-bottom: 10px;
}
.maindesign .insert-html--block .feature-hdg3{
	margin-top: 0;
}
.maindesign .insert-html--block p{
	line-height: 1.4;
	font-size: 1.5em;
	text-align: justify;
}
@media screen and (max-width: 767px) {
.maindesign .feature-hdg4{
	font-size: 1.2rem;
}
.maindesign .insert-html--block{
	width: 100%;
}
.maindesign .insert-html--block:nth-child(-n + 2){
	margin-top: 40px;
}
.maindesign .insert-html--block:first-child{
	margin-top: 0;
}
.maindesign .insert-html--block p{
	font-size: 1.00em;
}

}

.maindesign .link-bnr{
	display: block;
	margin-bottom: 30px;
}

/*  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 (min-width:767px) {
	.maindesign .ttl2{
		display: flex;
		flex-direction: column;
	}
	.maindesign .ttl2 h3{
		flex: 1;
	}
	.maindesign .ttl2 p{
		height: 5em;
	}	
}


.maindesign .frames{
	width:100%;
	max-width:1200px;
	margin:auto;
	}
.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;
}

.maindesign .modal {
	display:none;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:2;
}

.maindesign .modal__bg {
	background:rgba(0,0,0,0.8);
	height:100%;
	position:absolute;
	width:100%;
}

.maindesign .modal__content {
	left:50%;
	position:absolute;
	top:50%;
	transform:translate(-50%,-50%);
	width:65%;
	/*overflow-y:scroll;
	height:100%;*/
	padding:10px;
}

.maindesign .modal_txtbox {
	max-width:350px;
}

.maindesign .modal_txtbox .item-name {
	font-size:1.2rem;
	font-weight:700;
}

.maindesign .close-right {
	display:flex;
	justify-content:flex-end;
	color:#fff;
	text-decoration:none;
	font-size:3em;
}
.maindesign .modal_imgbox {
	margin:20px auto 0;
}

@media screen and (max-width:767px) {
	.maindesign .modal__content {
		left:50%;
		position:absolute;
		top:50%;
		transform:translate(-50%,-50%);
		width:90%;
		padding:10px;
		height:41%;
	}
		
	.maindesign .modal_imgbox {
		margin:20px auto 0;
	}
}