body {
	/* aspect-ratio: 5000/2777; */
	width: 100%;
	height: 100vh;
	z-index: 0;
	margin: 0 auto;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a {
	color: #022735;
}

.wrapper {
	background-image: url(../img/bg.webp);
	background-repeat: no-repeat; /* 画像を繰り返さない */
	background-position: center center; /* 画像を中央に配置 */
	background-attachment: fixed; /* ★背景画像をビューポートに固定 */
	background-size: cover; /* ★背景画像を表示領域全体に広げる（縦横比維持） */
	display: flex;
	max-width: 1470px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.pc_left {
	max-width: 770px;
	/* 52.38% */

	/* width: calc((100% - 390px) * 0.5238); */
	width: 52.38%;
	min-width: 308px;
	height: auto;
	position: fixed;
	/* top: 0;
	left: 0; */
}
/* @media screen and (max-width: 768px) {
	.pc_left {
		width: calc(100% - 390px);
		min-width: 0;
	}
} */

.pc_left_item_wrapper {
	display: block;
	width: 65.287%;
	height: auto;
	/* top: 30.75%;
	left: 8.263%; */
	/* margin: calc(100vh / 3) auto 0; */
	/* margin: calc(35.006% - 83px) auto 0; */
	margin: 27% auto 0;
}

.pc_left_logo {
	display: block;
	/* width: 23.636%; */
	width: 182px;
	height: auto;
}

.pc_left_item {
	display: block;
	width: 100%;
	height: auto;
	/* top: 30.75%;
	left: 8.263%; */
	transform: translateY(-4rem);
	opacity: 0;
	transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1), opacity 0.3s ease;
	z-index: 10;
}

.pc_left_item.is_active {
	/* clip-path: inset(0 0 0 0); */
	transform: translateY(0);
	opacity: 1;
}
.pc_left_cta {
	display: block;
	width: 78.029%;
	height: auto;
	/* top: 30.75%;
	left: 8.263%; */
	/* margin: 1.733% 0 0; */
	margin: 6.5% 0 0;
	transform: translateY(-4rem);
	opacity: 0;
	/* transition: transform 1s cubic-bezier(0.5, 0, 0.8, 1), opacity 0.3s ease; */
	transition: transform 1s cubic-bezier(0.1, 0, 0.5, 1), opacity 0.3s ease;

	z-index: 10;
}
.pc_left_cta.is_active {
	/* clip-path: inset(0 0 0 0); */
	transform: translateY(0);
	opacity: 1;
}
.pc_left_cta img {
	width: 100%;
	height: auto;
	opacity: 1;
	transition: all 0.3s ease;
}

.pc_left_cta img:hover {
	opacity: 0.5;
}

.pc_right {
	max-width: 310px;
	/* width: calc((100% - 390px) * 0.21527); */
	width: 310px;
	height: auto;
	position: fixed;
	right: 0;
}
@media screen and (min-width: 1471px) {
	.pc_right {
		right: calc((100% - 1470px) / 2);
	}
}

/* @media screen and (max-width: 865px) {
	.pc_right {
		display: none;
	}
	.pc_right_item {
		display: none;
	}
} */

.pc_right_item {
	display: block;
	width: 32.745%;
	height: auto;
	/* top: 30.75%;
	left: 8.263%; */
	margin: 78px 24.029% 0 auto;
	/* clip-path: inset(0 0 100% 0);
	transition: clip-path 1s cubic-bezier(0.1, 0.5, 0.6, 1); */
	opacity: 0;
	transform: translateY(-4rem);
	transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1), opacity 0.3s ease;
	z-index: 10;
}

.pc_right_item.is_active {
	/* clip-path: inset(0 0 0 0); */
	transform: translateY(0);
	opacity: 1;
}

.pc_right_item a img {
	margin-bottom: 21.02px;
}

.main_bg {
	background-image: url(../img/main_bg.webp);
	background-repeat: no-repeat; /* 画像を繰り返さない */
	background-position: center center; /* 画像を中央に配置 */
	background-attachment: fixed; /* ★背景画像をビューポートに固定 */
	background-size: cover; /* ★背景画像を表示領域全体に広げる（縦横比維持） */
	position: fixed;
	top: 0;
	z-index: -1;
	max-width: 390px;
	width: 100%;
	height: 100vh;
	left: 52.38%;
}

@media screen and (min-width: 1471px) {
	.main_bg {
		left: calc((100% - 1470px) / 2 + (1470px * 0.5238));
	}
}

@media screen and (max-width: 1385px) {
	.main_bg {
		left: calc(100% - (390px + 200px));
	}
}

@media screen and (max-width: 955px) {
	.main_bg {
		left: calc((100% - 390px) / 2);
	}
}

@media screen and (max-width: 768px) {
	.main_bg {
		left: calc((100% - (390px + 200px)) / 2);
	}
}

@media screen and (max-width: 680px) {
	.main_bg {
		width: min(390px, 100%);
		left: 50%;
		transform: translate(-50%, 0);
	}
}

main {
	max-width: 390px;
	width: 390px;
	/* margin: 0 auto 0 calc((100% - 390px) * 0.5238); */
	position: relative;
	top: 0;
	left: 52.38%;
}

/* .main_bg {
	max-width: 390px;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 52.38%;
	z-index: -1;
} */

header {
	background-color: #fff;
	max-width: 390px;
	width: 100%;
	margin: 0 auto;
	height: 40px;
	/* padding: 0 24px; */
	padding: 0 0 0 13px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 1385px) {
	main {
		left: calc(100% - (390px + 200px));
	}
	.pc_right_item {
		margin: 78px 46px 0 auto;
	}
}

@media screen and (max-width: 1105px) {
	.pc_left_item_wrapper {
		width: 86.287%;
		/* margin: calc(100vh / 3) auto 0; */
	}
	.pc_left {
		width: calc(100% - (390px + 200px));
		min-width: 0;
	}

	.pc_left_cta {
		width: 78.029%;
	}
}
@media screen and (max-width: 955px) {
	.pc_left {
		display: none;
	}
	main {
		left: calc((100% - 390px) / 2);
	}
}

@media screen and (max-width: 768px) {
	main {
		left: calc((100% - (390px + 200px)) / 2);
	}
}

@media screen and (max-width: 680px) {
	main {
		width: min(390px, 100%);
		position: static;
		margin: 0 auto;
	}

	.pc_right {
		display: none;
	}
}

.logo {
	/* width: 25.445%; */
	width: 58px;
	height: auto;
}
.cta {
	width: 121px;
	height: auto;
}

.fv {
	background-image: url(../img/fv_bg.webp);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	aspect-ratio: 1560/2884;
}

/* fade animation */
.fade {
	opacity: 0;
	transform: translateY(4rem);
	-webkit-transform: translateY(4rem); /* Safari向け */
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0); /* Safari向け */
	}
}
@-webkit-keyframes fade {
	/* Safari向け */
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
.fade.is-animation {
	animation: fade 0.8s ease;
	-webkit-animation: fade 0.8s ease; /* Safari向け */
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both; /* Safari向け */
}

.fade-down {
	opacity: 0;
	transform: translateY(-4rem);
	-webkit-transform: translateY(-4rem); /* Safari向け */
}
@keyframes fade-down {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0); /* Safari向け */
	}
}
@-webkit-keyframes fade-down {
	/* Safari向け */
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
.fade-down.is-animation {
	animation: fade-down 1.2s ease;
	-webkit-animation: fade-down 1.2s ease; /* Safari向け */
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both; /* Safari向け */
}

.fv_item01 {
	position: absolute;
	/* top: 27.995%; */
	bottom: 0;
	/* left: 4%; */
	left: 0;
	/* width: 40%; */
	width: 100%;
	/* clip-path: inset(0 0 100% 0);
	transition: clip-path 1s cubic-bezier(0.1, 0.5, 0.6, 1); */
	opacity: 0;
	transform: translateY(2rem);
	transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1), opacity 0.3s ease;
	z-index: 10;
}

.fv_item01.is_active {
	/* clip-path: inset(0 0 0 0); */
	transform: translateY(0);
	opacity: 1;
}

.fv_item02 {
	position: absolute;
	/* top: 27.995%; */
	bottom: 15.048%;
	/* left: 4%; */
	left: 13.589%;
	/* width: 40%; */
	width: 4.358%;
	height: auto;
	/* clip-path: inset(0 0 100% 0);
	transition: clip-path 1s cubic-bezier(0.1, 0.5, 0.6, 1); */
	opacity: 0;
	transform: translateY(2rem);
	transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1), opacity 0.3s ease;
	z-index: 10;
}

.fv_item02.is_active {
	/* clip-path: inset(0 0 0 0); */
	transform: translateY(0);
	opacity: 1;
}

.fv_item04 {
	position: absolute;
	/* top: 27.995%; */
	bottom: 9.708%;
	/* left: 4%; */
	left: 13.589%;
	/* width: 40%; */
	width: 4.358%;
	height: auto;
	/* clip-path: inset(0 0 100% 0);
	transition: clip-path 1s cubic-bezier(0.1, 0.5, 0.6, 1); */
	opacity: 0;
	transform: translateY(2rem);
	transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1), opacity 0.3s ease;
	z-index: 10;
}

.fv_item04.is_active {
	/* clip-path: inset(0 0 0 0); */
	transform: translateY(0);
	opacity: 1;
}

.fv_item05 {
	position: absolute;
	/* top: 27.995%; */
	bottom: 4.438%;
	/* left: 4%; */
	left: 13.589%;
	/* width: 40%; */
	width: 4.358%;
	height: auto;
	/* clip-path: inset(0 0 100% 0);
	transition: clip-path 1s cubic-bezier(0.1, 0.5, 0.6, 1); */
	opacity: 0;
	transform: translateY(2rem);
	transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1), opacity 0.3s ease;
	z-index: 10;
}

.fv_item05.is_active {
	/* clip-path: inset(0 0 0 0); */
	transform: translateY(0);
	opacity: 1;
}

/* sec01 */

.sec01 {
	margin-top: 40px;
	width: 100%;
	height: auto;
	opacity: 0;
	transform: translateY(2rem);
	transition: transform 1.5s cubic-bezier(0.3, 1, 0.8, 1), opacity 0.8s ease;
	z-index: 10;
}

.sec01.is_active {
	/* clip-path: inset(0 0 0 0); */
	transform: translateY(0);
	opacity: 1;
}

.sec01_item01 {
	z-index: 1;
	width: 100%;
	height: auto;
	width: 100%;
	transition: all 1s ease;
}

.sec02 {
	background-image: url(../img/sec02_bg.webp);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	aspect-ratio: 1560/3256;
}

.sec02_item01 {
	position: absolute;
	bottom: 0;
	/* bottom: 0; */
	left: 0;
	width: 100%;
	transition: all 1s ease;
	z-index: 1;
}

.sec02_item02 {
	position: absolute;
	bottom: 0;
	/* bottom: 0; */
	left: 0;
	width: 100%;
	transition: all 1s ease;
	z-index: 2;
}

.sec02_item03 {
	position: absolute;
	bottom: 0;
	/* bottom: 0; */
	left: 0;
	width: 100%;
	transition: all 1s ease;
	z-index: 3;
}

/* sec03 */

/* sec04 */
.sec04 {
	background-image: url(../img/sec04_bg.webp);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	aspect-ratio: 1246/5000;
}
.sec04_cta {
	position: absolute;
	/* top: 0; */
	bottom: 0;
	left: 0;
	width: 100%;
	/* transition: all 1s ease; */
}

/* sec05 */

/* sec06 */
.sec06 {
	background-image: url(../img/sec06.webp);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	aspect-ratio: 1560/2908;
}

.sec06_item01 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	transition: all 1s ease;
}

/* sec07 */
.sec07 {
	display: none;
}
/* sec08 */

/* sec09 */
.sec09 {
	background-image: url(../img/sec09_bg.webp);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	aspect-ratio: 1560/4432;
}

.sec09_item01 {
	position: absolute;
	top: 35.198%;
	left: 0;
	width: 100%;
	height: auto;
	overflow: auto;

	/* スクロールバーを隠す (オプション) */
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

.sec09_item01::-webkit-scrollbar {
	/* Chrome, Safari, Opera */
	display: none;
}

.sec09_item01 img {
	position: relative;
	/* width: 237.435%; */
	width: 325.897%;
	height: auto;
}

/* スクロールアニメーションの位置 */
.scroll {
	position: absolute;
	/* right: 86%; */
	right: calc(50% + 120px);
	/* top: 32%; */
	bottom: 24%;
	/* bottom: 0; */
	writing-mode: vertical-rl;
	transform: rotate(-90deg);
	transition: all 1s ease;
}

.scroll.is-hidden {
	opacity: 0;
}

/* 線のアニメーション部分 */
.scroll::before {
	animation: scroll 2s infinite;
	background-color: #000;
	bottom: -255px;
	content: "";
	height: 240px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
	z-index: 2;
}
/* 線の背景色 */
.scroll::after {
	background-color: #ccc;
	bottom: -255px;
	content: "";
	height: 240px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	33% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	34% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	80% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}

.link_Btn {
	display: inline-block;
	position: absolute;
	/* bottom: 75px; */
	bottom: 17.441%;
	/* width: 141px; */
	width: 36.666%;
	/* height: 22px; */
	height: 5.116%;
	/* left: 33px; */
	left: 8.461%;
	/* margin: 0 auto; */
}

.link_Btn_item {
	width: 100%;
	text-align: center;
	display: block;
	height: 100%;
}

.link_Btn_item:hover {
	background-color: #c0e2ee;
}

.sec09_cta_btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.fixedBtn {
	position: fixed;
	max-width: 390px;
	width: 100%;

	bottom: 0;
	left: 52.38%;
	/* transform: translate(-50%, 0); */
	z-index: 1;
	transition: all 0.2s ease-in-out;
	opacity: 1;
	pointer-events: all;
}

.fixedBtn a {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.fixedBtn a:hover {
	opacity: 0.5;
}
.fixedBtn a img {
	width: 100%;
	height: auto;
}

#fixedBtn {
	display: block;
	opacity: 0;
	pointer-events: none;
	transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 1471px) {
	.fixedBtn {
		left: calc((100% - 1470px) / 2 + (1470px * 0.5238));
	}
}

@media screen and (max-width: 1385px) {
	.fixedBtn {
		left: calc(100% - (390px + 200px));
	}
}

@media screen and (max-width: 955px) {
	.fixedBtn {
		left: calc((100% - 390px) / 2);
	}
}

@media screen and (max-width: 768px) {
	.fixedBtn {
		left: calc((100% - (390px + 200px)) / 2);
	}
}

@media screen and (max-width: 680px) {
	.fixedBtn {
		width: min(390px, 100%);
		left: 50%;
		transform: translate(-50%, 0);
	}
}
