﻿@charset "utf-8";

.movie {
	position: relative;
	width: 63%;
	padding-top: 35.5%;
	margin: 0 auto 120px;
}

@media screen and (max-width: 768px) {
	.movie {
		width: 100%;
		padding-top: 56.25%;
		margin-bottom: 50px;
	}
}

.movie video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.text {
	font-size: 2.0rem;
	line-height: 4;
	padding-bottom: 70px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.text {
		font-size: 4.5vw;
		line-height: 2.5;
		padding-bottom: 40px;
	}
}

.maincopy {
	font-size: 48px;
	margin-bottom: 80px;
	font-weight: bold;
	letter-spacing: 0.02em;
	font-family: Helvetica , Arial ,'游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
}

@media screen and (max-width: 768px) {
	.maincopy {
	font-size: 8vw;
    font-weight: bold;
    letter-spacing: 0.2vw;
    margin-bottom: 16vw;
    margin-top: 23vw;
	}
}