.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign .insert-container {
	margin: 50px 0;
}
.maindesign .category-items .category-items--unit:not(:first-child) {
	margin-top: 30px;
}
.maindesign .movie-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .movie-items .movie-items--unit:not(:first-child) {
	margin-top: 30px;
}
.maindesign .movie-items--unit {
	width: 100%;
}
.maindesign .movie-items--title {
	font-size: 1.25rem;
	font-weight: bold;
}
.maindesign .movie-items--content {
	margin-top: 20px;
}


.maindesign .adjustment-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .adjustment-items--unit {
	width: 48%;
}
.maindesign .adjustment-items--title {
	font-size: 1.25rem;
	font-weight: bold
}
.maindesign .adjustment-items--images {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.maindesign .adjustment-items--img {
	width: 48%;
}


.maindesign .img-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.maindesign .img-items .img-items--unit:nth-child(n+3) {
	margin-top: 30px;
}
.maindesign .img-items__three .img-items--unit {
	margin-top: 0 !important;
}
.maindesign .img-items--unit {
	width: 48%;
}
.maindesign .img-items__three .img-items--unit {
	width: 32% !important;
}
.maindesign .img-items--unit__only {
	width: 100% !important;
}



@media screen and (max-width:767px) {
	.maindesign .insert-container {
		margin: 30px 0;
	}
	.maindesign .img-items--unit {
		width: 100%;
	}
	.maindesign .img-items__three .img-items--unit {
		width: 100% !important;
	}
	.maindesign .img-items .img-items--unit:nth-child(n+2){
		margin-top: 30px;
	} 
	.maindesign .img-items__three .img-items--unit:nth-child(n+2){
		margin-top: 30px !important;
	} 


	.maindesign .adjustment-items .adjustment-items--unit:not(:first-child) {
		margin-top: 50px;
	}
	.maindesign .adjustment-items--unit {
		width: 100%;
	}
}



#html2 .kokoro-product-block{
    display: none !important;
}
#store-device-html2 .front-product-block{
    display:none !important;
}
#store-device-html2 .kokoro-product-block{
    display:block !important;
}