@charset "utf-8";

/* -----------------------------------------------------------
MV動画の場合は下記非表示
-------------------------------------------------------------- */
#wrapper {
	padding: 170px 0 0;
}

.under-h1 {
	top: 740px;
	left: 30px;
	right: auto;
	text-align: left;
}

.under-h1 h1 {
	color: #fff;
}

@media screen and (max-width: 768px) {
	#wrapper {
		padding: 70px 0 0;
	}

	.under-h1 {
		top: 15px;
		left: auto;
		right: 0;
		text-align: right;
		z-index: 5;
	}
}

/* -----------------------------------------------------------
TOPページ
-------------------------------------------------------------- */
.scroll-hint-icon {
	z-index: 2;
}

[class^="section-ttl-area__"] {
	display: flex;
}

.section-ttl-area__column {
	flex-direction: column;
	gap: 15px;
}

.section-ttl-area__row {
	flex-direction: row;
	gap: 15px;
}

[class^="section-ttl-area__"] .anim-title {
	display: flex;
	align-items: center;
	gap: 5px;
}

[class^="section-ttl-area__"] .en {
	font: italic 700 2.6rem/1 var(--en);
	letter-spacing: 0;
	position: relative;
	color: var(--main);
}

[class^="section-ttl-area__"] .ja {
	font-size: 4rem;
	font-weight: 800;
	letter-spacing: .04em;
	line-height: 1.5;
	padding: 0;
}

/*白*/
[class^="section-ttl-area__"].wht .en {
	color: #fff;
}

[class^="section-ttl-area__"].wht .ja {
	color: #fff;
}

[class^="section-ttl-area__"].wht .anim-title__logo {
	background-image: url("../img/cmn_logo_f_white.svg");
}

@media screen and (min-width: 769px) {
	.scroll-hint-icon {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	[class^="section-ttl-area__"] {
		flex-wrap: wrap;
	}

	.section-ttl-area__column {
		gap: 10px;
	}

	.section-ttl-area__row {
		gap: 15px;
	}

	[class^="section-ttl-area__"] .en {
		font-size: 2.2rem;
		width: 100%;
	}

	[class^="section-ttl-area__"] .ja {
		font-size: 2.8rem;
		width: 100%;
	}
}


/* -------------------------------------------------------------
    mv-area
-------------------------------------------------------------- */
@keyframes zoomUp {
	0% {
		transform: scale(1.07);
	}

	100% {
		transform: scale(1); /* 拡大率 */
	}
}

@keyframes zoomUp2 {
	0% {
		transform: scale(1.15);
	}

	100% {
		transform: scale(1); /* 拡大率 */
	}
}

.mv-area {
	position: relative;
	height: 560px;
}

.mv-inner, .mv-area .slick01-wrap, .mv-area .slick-track {
	height: 100%;
}

.mv-area .slick01 {
	position: relative;
	width: 100% !important;
	height: 100%;
}

.mv-area .slick01 .slick-list {
	height: 100%;
}

.mv-area .slick01 .slick-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.mv-area .slick-slide-inner {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.mv-area .slick01 .slick-slide-photo {
	display: block;
	width: calc((100% - 440px) / 2);
	overflow: hidden;
	height: 100%;
}

.mv-area .slick01 .photo {
	height: 100%;
}

.mv-area .slick01 .slick-slide-photo img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	will-change: transform;
	backface-visibility: hidden;
	transform: translate3d(0,0,0);
}

.mv-area .slick01.slick-initialized {
	display: block;
}

.mv-area .slick01 .slick-prev {
	display: none;
}

.mv-area .slick01 .slick-next {
	display: none;
}

.mv-area .slick01 .slick01-box {
	width: 440px;
	z-index: 2;
	position: relative;
}

.mv-area .slick01 .slick01-box::before {
	content: '';
	position: absolute;
	width: 890px;
	height: 560px;
	top: 0;
	left: 0;
	background: url("../img/top-mv-deco.png") no-repeat top left / contain;
}

.mv-area .mv-title {
	font-size: 4rem;
	font-weight: 750;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	white-space: nowrap;
	line-height: 1;
	z-index: 3;
	position: relative;
	height: 100%;
}

.mv-title-cross img {
	aspect-ratio: 32/31;
	width: 32px;
}

.mv-area .mv-title .box {
	border: solid 1px #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.62;
	padding: 20px 15px;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.mv-area .add-animation .photo {
		animation: zoomUp 6s linear 0s normal both;
	}

	.mv-area .photo-sp {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.mv-area {
		height: 138.6666666666667vw;
		display: block;
		overflow: hidden;
	}

	.mv-area .add-animation .photo {
		animation: zoomUp2 6s linear 0s normal both;
	}

	.mv-area .slick-slide-inner {
		display: block;
	}

	.mv-inner {
		height: auto;
	}

	.mv-area .photo-pc {
		display: none;
	}

	.mv-area .slick01 .slick-slide-photo {
		width: 100%;
	}

	.mv-area .mv-left {
		height: 61vw;
	}

	.mv-area .mv-right {
		height: 45.6vw;
	}

	.mv-area .slick01 .slick01-box {
		height: 32vw;
		width: 100%;
	}

	.mv-area .slick01 .slick01-box::before {
		aspect-ratio: 749/581;
		width: 100%;
		height: auto;
		background: url("../img/top-mv-deco-sp.png") no-repeat top left / contain;
	}

	.mv-area .mv-title {
		flex-direction: inherit;
		font-size: 2rem;
		position: relative;
		line-height: 1.4;
		gap: 10px;
	}

	.mv-title-cross img {
		width: 24px;
	}

	.mv-area .mv-title .box {
		font-size: 1.75rem;
		line-height: 1.44;
		padding: 10px 0;
		text-align: center;
		width: 220px;
	}
}