.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
}
.maindesign img {
	width: 100%;
	height: auto;
}
.maindesign .insert-container {
	margin: 50px 0;
}

@media screen and (max-width:767px) {
	.maindesign .insert-container {
		margin: 30px 0;
	}
}

.maindesign .movie-list .movie-list--item:not(:first-child) {
	margin-top: 50px;
}
.maindesign .movie-list--title {
	font-weight: bold;
	font-size: 1.75rem;
}
.maindesign .movie-list--content {
	margin-top: 20px;
}
@media screen and (max-width:767px) {
	.maindesign .movie-list .movie-list--item:not(:first-child) {
		margin-top: 30px;
	}
	.maindesign .movie-list--title {
		font-weight: bold;
		font-size: 1.2rem;
	}
	.maindesign .movie-list--content {
		margin-top: 15px;
	}
}


.maindesign .youtube-content {
	width: 1200px;
	margin: 10px auto 0;
}
.maindesign .youtube {
	width: 100%;
 	aspect-ratio: 16 / 9;
}
.maindesign .youtube iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width:767px) {
	.maindesign .youtube-content {
		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;
}