

#mv {
	padding-top: 29.2% !important;
}

body.lang- #mv:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1024px;
	height: 100%;
	margin: auto;
	/* background: url(/img/home/top.png) center center no-repeat; */
	background-size: contain;
}

.home > section {
	margin-bottom: 1em;
}

.home > section:last-of-type {
	margin-bottom: 0;
}

section > *:last-child {
	margin-bottom: 0;
}

ul.check:after {
	content: "";
	display: block;
	clear: both;
}

ul.check li {
	float: left;
	position: relative;
	margin-left: 0;
	padding-left: 1.5em;
	line-height: 2;
	list-style: none;
}

ul.check li:before {
	content: "\f00c";
	display: block;
	position: absolute;
	top: 0.5em;
	left: 0.25em;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-display: swap;
}

ul.check li > span {
	display: block;
	width: 100%;
	overflow: hidden;
	word-break:keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}

video {
	width: 100%;
	cursor: pointer;
}

@media all and (min-width: 768px) {
/* PC */
ul.check li {
	width: calc(33% - 1.5em);
}
/* PC end */
}

@media all and (min-width: 768px) and (max-width: 1024px) {
/* PC */
ul.check li {
	width: calc(50% - 1.5em);
}
/* PC end */
}

@media all and (max-width: 767px){
/* SP */
#mv {
	padding-top: 50% !important;
}
/* SP end */
}
