@charset "UTF-8";
h1 {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
/* main */
main {
	display: none;
	position: relative;
}

main .container {
	position: relative;
	height: 365px;
	background-image: url(../images/kv_pc.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

main .container img {
	width: 100%;
}

main .title_container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 232px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
	main {
		display: none;
		position: relative;
	}
}

/* section01 */
#about {
	margin: 32px auto;
	padding: 0 20px;
}

#about p {
	font-family: 'Hiragino Kaku Gothic Pro';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 175%;
	text-align: center;
	letter-spacing: 0.04em;
}

/* section02 */
#movie {
	background: #282828;
}

#movie .movie_container {
	margin: 0 20px;
	padding: 73px 0 150px;
}

#movie .movie_inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 63.5px;
	row-gap: 74px;
	margin: 0 auto;
	justify-items: center;
	max-width: 1112px;
}

#movie .movie_inner .movie_item {
	max-width: 524.5px;
}

#movie .movie_inner .movie_item .movie {
	padding-top: 8px;
	padding-bottom: 24px;
}

#movie .movie_inner .movie_item iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

#movie .movie_inner .movie_item h3 {
	display: block;
	text-align: left;
	color: #D4A700;
	font-family: 'Hiragino Kaku Gothic Pro';
	margin-bottom: 16px;
}

#movie .movie_inner .movie_item p {
	text-align: left;
	color: #fff;
	font-family: 'Hiragino Kaku Gothic Pro';
}

#movie .movie_inner .movie_item .date {
	display: flex;
	font-weight: bold;
	position: relative;
	color: #D4A700;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin-left: 14px;
	padding-left: 17px;
}

#movie .movie_inner .movie_item .date::before,
#movie .movie_inner .movie_item .date::after {
	display: block;
	position: absolute;
	content: '';
	bottom: 0;
	width: 1px;
	height: 40px;
	background-color: #D4A700;
}

#movie .movie_inner .movie_item .date::before {
	left: 0;
	transform: rotate(45deg)
}

.movie_inner .movie_item .date::after {
	left: 4px;
	transform: rotate(45deg)
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
	#movie .movie_inner {
		display: block;
	}

	#movie .movie_inner .movie_item {
		padding-bottom: 79px;
	}
	#movie .movie_inner .movie_item:last-child {
		padding-bottom: 0;
	}
}

#movie .btn {
	margin-top: 100px;
	background: #282828;
}

#movie .btn a {
	margin-bottom: 0;
}