@charset "utf-8";

.mov__items {
	width: 100%;
}

.cta__area {
	position: relative;
}

.main.fv--b {
	background: #fff;
	margin: 0 auto 4rem;
	max-width: 750px;
	line-height: 0;
}

.main .cta__btn {
	left: 50%;
	position: absolute;
	top: 85.5%;
	transform: translate(-50%, 0);
	width: 85%;
	z-index: 2;
}

.parts_1_annotation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1rem;
	line-height: 1.5;
}

.parts_1_annotation small {
	display: block;
	font-size: 10px;
}

.open__cont {
	position: relative;
}

.open__cont:nth-of-type(2) {
	margin-top: 2rem;
}

.open__cont__img {
	height: 60rem;
}

.open__cont.is-open .open__cont__img {
	height: auto;
}

.open__cont__img {
	position: relative;
	overflow: hidden;
	height: 60rem;
	transition: max-height 0.5s ease-in-out;
}

.open__cont__btn {
	position: absolute;
	bottom: 0;
	cursor: pointer;
}

.open__cont.is-open .open__cont__btn {
	display: none;
}

