@charset "UTF-8";
section .box-hp-video {
	position: relative;
	height: 600px;
}

section .box-hp-video > video {
   object-fit: cover;
   width: 100%;
   height: 100%;
}

section .box-hp-video > div {
   position: absolute;
   bottom: 40px;
   left: 50%;
   transform: translateX(-50%);
   display: block;
}

section .box-hp-video > div > span {
   display: block;
   font-size: 1.2em;
   color: #fff;
   text-align: center;
   line-height: 1;
}

section .box-hp-video > div > span:nth-child(1) {
   font-size: 6em;
   font-weight: 700;
   padding-bottom: 20px;
}