@charset "UTF-8";

/* ベイパーチャンバー動画上のテキスト */
.vaporChamber{
	position: absolute;
	left: 55%;
	top:40%;
	color:white;
	border-bottom:1px solid;
	padding-left:0.5em;
}
.vaporChamber::before{
	content:"";
	position:absolute;
	width: 3em;
	height: 1px;
	right:100%;
	bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid;
	transform: rotate(56deg);
	transform-origin: right bottom;
}
@media screen and (max-width: 768px) {
	.vaporChamber{
		font-size:1rem;
	}
}
video{
	width:100%;
}

/*ラインアップ*/
.main_content .lineup{
	text-align: center;
}
.main_content .lineup .lineup_logo img{
	height:min(2.4rem,24px);
}
@media screen and (max-width: 768px) {
	.main_content .lineup .lineup_logo img{
		height:2。４rem;
	}
}