@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.barlow-thin {
	font-family: "Barlow", sans-serif;
	font-weight: 100;
	font-style: normal;
}

.barlow-extralight {
	font-family: "Barlow", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.barlow-light {
	font-family: "Barlow", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.barlow-regular {
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.barlow-medium {
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.barlow-semibold {
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.barlow-bold {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.barlow-extrabold {
	font-family: "Barlow", sans-serif;
	font-weight: 800;
	font-style: normal;
}
.barlow-black {
	font-family: "Barlow", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.open-sans-<uniquifier> {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:
	  "wdth" 100;
}
:root {
	--font-body: 'Hiragino Kaku Gothic Pro';
	--font-alphabet: 'Barlow';
	--font-open-sans: 'Open Sans', sans-serif;
	--main-bg: #fff;
	--main-color: #333;
	--section-width: 1240;
	--tap-highlight-color: #fff3;
	--selection-color: #39f6;
	--red-color: #ff0606;
	--bl-color: #000;
	--gray-color: #c9c9c9;
	--white-color: #ffffff;
	--gray-bg: #C8CCCD;
	--vh: 100vh;
}
:where(body) {
	font-family: var(--font-body);
	font-feature-settings: "palt";
	line-height: 1;
	text-align: center
}
:where(body, div, section, header, footer, nav, article, aside, main, dl, ul, p, a, :after, :before) {
	backface-visibility: hidden
}
:where(a) {
	background-color: initial;
	border: 0;
	color: currentColor;
	text-decoration: none;
	text-underline-offset: .8ex
}
:where(a):active,
:where(a):hover {
	outline: 0
}
:where(img) {
	border: 0;
	height: auto;
	line-height: 0px;
	vertical-align: bottom;
	width: 100%
}
:where(svg) {
	max-width: 100%;
	overflow: inherit;
	fill: currentColor
}
:where(img[src$=".svg"]) {
	max-width: 100%
}
:host {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1
}

html, body {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
body.hidden-scroll {
	overflow: hidden;
	height: 100vh;
}
.loading #popup {
	display: none;
}
.pc-only {
	display: block;
}
.sp-only {
	display: none;
}
@media (max-width: 767px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}
#l-wrapper,
#l-main {
	position: relative
}
#l-main {
	position: relative
}
.first-view {
	height: calc(var(--vh, 1vh) * 100);
}

.fade-in-up {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 1s ease, transform 1s ease;
}
.fade-in-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.p-top__mv {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background:  var(--white-color);
	scroll-snap-align: start;
	z-index: 0;
}
.mv-blur-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.1);
	backdrop-filter: blur(8px);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 10;
}
.p-top__mv.is-blurred .mv-blur-overlay {
	opacity: 1;
}
.p-top__mvOthers {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-x: clip;
	pointer-events: none;
}
.p-top__Title {
	position: fixed;
	top: .5vh;
	right: 1.4vw;
	width: 270px;
	z-index: 1;
}
.p-top__navigation {
	margin-top: min(50em, 50vh);
	margin-inline: auto;
	position: fixed;
	left: 10vh;
	top: 0;
	text-align: left;
	color: var(--red-color);
	font-size: 2.4vw;
	font-family: var(--font-open-sans);
	font-weight: 700;
	z-index: 10;
}
.p-top__navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.p-top__navigation ul li {
	margin: 0 0 .1em 0;
}
.li-menu_about {
	width: 124px;
}
.li-menu_project {
	width: 139px;
}
.li-menu_project img {
	min-height: 35px;
	margin-bottom: -5px;
}
.li-menu_movie {
	width: 124px;
}
.li-menu_faq {
	width: 99px;
}
.p-top__navigation ul li a {
	border-bottom: 2px #fff dotted;
}
.p-top__navigation ul li a:hover {
	border-bottom: 2px dotted;
}
.p-top__mvOthersHead01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 45%;
	height: 30vh;
}
.p-top__mvOthersHead02 {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 45%;
}
.p-top__mvOthersHead01 .area,
.p-top__mvOthersHead02 .area {
	display: flex;
	color: var(--red-color);
	line-height: 1.2;
	text-align: left;
}
.p-top__mvOthersHead02 .area {
	flex-direction: row-reverse;
}
.p-top__mvOthersHead01 .area .head-word {
	width: 10vw;
	margin-right: 15px;
}
.p-top__mvOthersHead01 .area .u-fonten {
	width: 90vw;
	margin-top: 3vh;
}
.p-top__mvOthersHead02 .area .head-word {
	width: 10vw;
	margin-left: 15px;
}
.p-top__mvOthersHead02 .area .u-fonten {
	width: 90vw;
	padding-left: 20%;
}
@media (max-width: 767px) {
	.p-top__mvOthers {
		height: calc(var(--vh, 1vh) * 100);
	}
	.p-top__Title {
		position: fixed;
		top: 0;
		right: 0;
		width: 40%;
		z-index: 1;
	}
	.p-top__mvOthersHead01 {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	.p-top__mvOthersHead02 {
		position: fixed;
		right: 0;
		bottom: 0;
		width: 100%;
		padding-bottom: env(safe-area-inset-bottom);
		box-sizing: border-box;
	}
	.p-top__mvOthersHead02 .area {
		align-items: flex-end;
	}
	.p-top__mvOthersHead01 .area .head-word {
		width: 25vw;
	}
	.p-top__mvOthersHead02 .area .head-word {
		width: 25vw;
		padding-top: 100px;
	}
	.p-top__mvOthersHead01 .area .u-fonten,
	.p-top__mvOthersHead02 .area .u-fonten {
		width: 100vw;
	}
	.p-top__mvOtherstitle01,
	.p-top__mvOtherstitle02 {
		width: 60%;
	}
	.p-top__mvOtherstitle02 {
		float: right;
	}
}

/* RE:BORN */
.p-top__reborn {
	position: relative;
	padding: 0;
	z-index: 10;
	color: var(--red-color);
	background: var(--white-color);
	overflow: hidden;
}
.p-top__reborn .p-top__reborn-inner {
	position: relative;
	overflow: hidden;
}
.reborn {
	margin: 0 auto;
	text-align: center;
}

.image-reveal-wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1;
	pointer-events: none;
}
.image-reveal-wrapper.show {
	opacity: 1;
}
.masked-image {
	width: 100%;
	opacity: 0;
	filter: blur(10px);
	transition: opacity 0.5s ease, transform 0.5s ease, filter 0.5s ease;
	max-width: 100%;
	height: auto;
	display: block;
}
.masked-image.visible {
	opacity: 1;
	transform: translate(0);
	filter: blur(0);
}
.p-top__rebornA {
	position: relative;
	overflow: hidden;
	height: auto;
	min-height: 100vh;
	background: var(--bl-color);
}
.p-top__rebornA-inner {
	position: relative;
	margin: 0 auto;
	z-index: 10;
	text-align: left;
	max-width: 1000px;
}
.p-top__rebornA-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
.rebornA-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 2s ease;
}
.rebornA-bg-img.visible {
	opacity: 1;
	z-index: 1;
}
.p-top__rebornABody {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	gap: 20px;
}
.p-top__rebornABody img {
	width: 50vw;
	height: auto;
}
.rebornA-text {
	position: absolute;
	background-color: var(--white-color);
	color: var(--red-color);
	padding: 1em 1.8em;
	margin: 20px 0;
}

@media (max-width: 767px) {
	.p-top__rebornA-inner {
		max-width: 100%;
	}
	.p-top__rebornABody {
		text-align: center;
		align-items: start;
		height: auto;
	}
	.p-top__rebornABody img {
		width: auto;
	}
	.rebornA-text {
		padding: 0.8em 0.5em;
	}
	.p-top__rebornABody {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 130vh;
		position: relative;
		padding: 2rem;
		box-sizing: border-box;
	}
	.rebornA-center {
		text-align: center;
	}
}


/* ABOUT */
.p-top__about {
	position: relative;
	padding: 0;
	z-index: 5;
	color: var(--white-color);
	background: var(--red-color);
	overflow: hidden;
}
.p-top__about .p-top__about-inner {
	position: relative;
	padding: 5vh 0;
	margin: 0 auto;
	text-align: left;
}
.p-top__aboutTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 9.2vw;
	opacity: 0.5;
	transition: opacity 0.3s ease;
	will-change: transform;
	color: var(--white-color);
	z-index: 10;
}
.p-top__aboutTitle.visible {
	opacity: 0.5;
}
.p-top__aboutTitle img {
	transition: transform 0.2s ease-out;
	will-change: transform;
}
.p-top__about-inner .p-top__aboutBody {
	width: 100%;
}
.p-top__aboutBodyMassage {
	background: var(--red-color);
	padding: 5em 0;
}
.Massage_inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.Massage_inner .title {
	width: 520px;
	text-align: center;
	margin: 0 auto;
}
.Massage_inner .txt {
	font-size: 24px;
	font-weight: 300;
	line-height: 50px;
	text-align: center;
}
@media (max-width: 767px) {
	.p-top__about {
		height: auto;
	}
	.p-top__about .p-top__about-inner {
		padding: 5vh 0;
		height: auto;
	}
	.p-top__about-inner .p-top__aboutTitle {
		top: 0;
		left: -3px;
		width: 15vw;
	}
	.p-top__aboutBodyMassage {
		padding: 0;
	}
	.Massage_inner {
		width: 100%;
		max-width: 90%;
	}
	.Massage_inner .title {
		width: 90%;
	}
	.Massage_inner .txt {
		font-size: 16px;
		font-weight: 300;
		line-height: 36px;
		text-align: center;
	}
}


/* PROKJECT */
.p-top__project {
	align-items: flex-start;
	background: var(--white-color);
	display: flex;
	padding: 0;
	position: relative;
	z-index: 6;
}
.p-top__projectHead {
	bottom: 0;
	flex-shrink: 0;
	height: 100vh;
	left: 0;
	padding: calc(var(--access-pd)*1em/16) calc(var(--access-pd)*.5em/16) calc(var(--access-pd)*1em/16) 0;
	position: sticky;
	top: 0;
	width: 50%;
	z-index: 2;
}
.p-top__projectHeadTitle {
	bottom: 0;
	color: var(--bl-color);
	display: block;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 9.2vw;
}
.p-top__projectHeadTitle br {
	display: none;
}
.p-top__projectHeadImg {
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 0;
	margin-top: 200px;
}
.p-top__projectHeadImg--title {
	max-width: 420px;
	margin: 0 auto;
}
.p-top__projectHeadImg--text {
	max-width: 420px;
	margin: 100px auto 0 auto;
	font-weight: 700;
	font-size: 32px;
	line-height: 50px;
	color: var(--red-color);
	text-align: left;
}
.p-top__projectHeadImg img {
	width: 100%;
}
.p-top__projectMain {
	flex-shrink: 0;
	position: relative;
	width: 50%;
	z-index: 1
}
.p-top__projectMainInfo-inner img {
	width: 100%;
	vertical-align: top;
}
.p-top__projectA {
	position: relative;
	padding: 0;
	z-index: 10;
	color: var(--white-color);
	background: var(--red-color);
}
.p-top__projectA-inner {
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.p-top__projectA-inner {
	position: relative;
	margin: 0 auto;
	max-width: 980px;
}
.p-top__projectABody {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	gap: 20px;
}
.p-top__projectABody img {
	width: 50vw;
	height: auto;
}
.projectA-text {
	background-color: var(--white-color);
	color: var(--red-color);
	padding: 1em 1.8em;
	margin: 5px 0;
}
.projectA-text img {
	width: 100%;
}
.line-2 img {
	width: auto;
}
.first-blk {
	color: var(--red-color);
	background: var(--white-color);
}
.first-blk .projectA-text {
	background-color: var(--red-color);
	color: var(--white-color);
}

@media (max-width: 767px) {
	.p-top__project {
		display: block;
		overflow: hidden;
		padding: 0;
	}
	.p-top__projectHead {
		bottom: auto;
		display: flex;
		height: auto;
		justify-content: center;
		left: auto;
		padding: 0;
		position: relative;
		top: auto;
		width: 100%
	}
	.p-top__projectHeadTitle {
		width: 15vw;
	}
	.p-top__projectMain {
		overflow: hidden;
		padding: 0;
		width: 100%
	}
	.p-top__projectHeadTitle br {
		display: block;
	}
	.p-top__projectA-inner {
		max-width: 90%;
	}
	.p-top__projectABody {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		align-items: flex-start;
		gap: 2rem;
		height: auto;
		padding: 5em 0;
	}
	.projectA-text {
		padding: 0.8em 0.5em;
		margin: 0;
		display: block;
	}
	.p-top__projectHeadImg {
		position: relative;
		overflow: hidden;
		width: 80%;
		height: 55vh;
		z-index: 0;
		margin: 0 auto;
	}
	.p-top__projectHeadImg--title {
		max-width: 100%;
		margin: 0 auto;
	}
	.p-top__projectHeadImg--text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: left;
		width: 100%;
		margin: auto;
		font-size: 24px;
		line-height: 45px;
	}
	.quote-l {
		letter-spacing: -1.5rem;
		text-align: left;
	}
	.quote-r {
		margin-top: 10px;
	}
}

/* MOVIE */
.p-top__movie {
	position: relative;
	margin: 0;
	padding: 5vh 0;
	z-index: 5;
	overflow: hidden;
	background: var(--bl-color);
}
.p-top__movie-inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 100vh;
	padding: 20px;
	box-sizing: border-box;
	z-index: 6;
}
.p-top__movieTitle {
	position: absolute;
	top: -12.75vh;
	width: 28vw;
	text-align: left;
}
.youtube-wrapper {
	position: relative;
	width: 100%;
	max-width: 800px;
	aspect-ratio: 16 / 9;
}
.youtube-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
	margin: auto;
	left: 0;
	right: 0;
}
.youtube-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}
@media (max-width: 767px) {
	.p-top__movie {
		height: auto;
		padding: 8em 0;
	}
	.p-top__movie-inner {
		min-height: auto;
		padding: 8em 0;
	}
	.p-top__movieTitle {
		position: absolute;
		top: -65px;
		width: 55%;
		text-align: left;
	}
	.youtube-wrapper {
		max-width: 90%;
		aspect-ratio: 16 / 9;
	}
}

.youtube-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

#youtube-bg-player {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	width: 100vw;
	height: 67.5vw;
	min-height: 300vh;
}

.youtube-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

@media (max-width: 767px) {
	#youtube-bg-player {
		width: 110vw;
		height: auto;
		min-height: 100%;
	}
}

/* FAQ */
.p-top__faq {
	position: relative;
	margin: 0;
	padding: 8em 0;
	z-index: 5;
	background: var(--gray-color);
	color: var(--bl-color);
}
.p-top__faq-inner {
	margin: 0 auto;
	text-align: left;
	max-width: 800px;
}
.p-top__faq-inner .p-top__faqTitle {
	position: absolute;
	top: -18px;
	left: 0;
	z-index: 0;
	padding: 0;
	width: 9.2vw;
	color: var(--red-color);
	transition: transform 0.3s ease-out;
	will-change: transform;
	transform: translateY(0);
	opacity: 1;
	overflow: hidden;
}
.p-top__faqBody .faq-item {
	border-radius: 10px;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 1em;
	cursor: pointer;
	margin: 15px 0;
	background: var(--white-color);
	color: var(--bl-color);
	z-index: 1;
}
.faq-question {
  position: relative;
  padding-right: 40px;
}
.faq-question .icon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon img {
	width: 30px;
	height: auto;
}
.faq-question p {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
}
.faq-question .faq-questionNum {
	font-family: var(--font-alphabet);
	font-style: normal;
	font-size: .9em;
	line-height: 2.6;
	color: var(--red-color);
}
.p-top__faqBody .faq-answer {
	display: none;
	padding: 20px 0 10px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
}
.faq-item.open .faq-answer {
	display: block;
}
.faq-item.open .icon {
	content: '-';
}
/* .faq-item.open .faq-question .faq-questionNum {
	color: #FF0000;
} */
.p-top__faqBody p.faq-notice {
	font-size: 14px;
	line-height: 1.4;
}
.icon-svg {
	display: none;
	transition: transform 0.3s ease;
}

.faq-item .icon-svg.open {
	display: inline;
}
.faq-item.active .icon-svg.open {
	display: none;
}
.faq-item.active .icon-svg.close {
	display: inline;
}
@media (max-width: 767px) {
	.p-top__faq {
		padding: 6.5em 0 4em 0;
	}
	.p-top__faq-inner {
		max-width: 90%;
	}
	.p-top__faq-inner .p-top__faqTitle {
		top: 15px;
		left: 5%;
		width: 35%;
	}
	.faq-question {
		font-weight: 500;
		font-size: 1em;
	}
	.p-top__faqBody .faq-answer {
		font-size: .9em;
		line-height: 1.5;
	}
}

.p-top__mvMain {
	position: relative;
	width: 100%;
	height: 100vh;
}

.center-slider {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 100%;
	height: auto;
	opacity: 1;
	z-index: 1;
}
.slider-item {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-item img {
	max-height: 80vh;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}
.center-slider > div:not(:first-child) {
	display: none;
}
.center-slider.slick-initialized > div {
	display: block !important;
}
@media (max-width: 767px) {
	.p-top__mvMain {
		position: relative;
		transform: translateY(0);
		width: 70%;
		height: 100dvh;
		margin: auto;
		z-index: 1;
	}
}


/* FOOTER */
.footer {
	position: relative;
	padding: 0;
	z-index: 5;
	color: var(--white-color);
	background: var(--bl-color);
}
.footer .footer__inner {
	position: relative;
	margin: 0 auto;
	padding: 2em 0;
}
.p-top__contact {
	position: relative;
	padding: 0 20px;
	text-align: right;
}
.p-top__contact-inner {
	margin: 0 auto;
	max-width: 1000px;
}
.p-top__contact-inner a {
	text-decoration: underline;
}
.p-top__logo {
	position: relative;
}
.p-top__logo .p-top__logo-inner {
	margin: 80px auto;
	max-width: 300px;
}
.footer__copyright {
	margin: 0 auto;
}
.footer__copyright-inner {
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	align-items: flex-end;
	text-align: left;
}
.footer__copyright-inner p {
	font-family: 'Hiragino Kaku Gothic Pro';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 160%;
	color: var(--white-color);
}
.copyright {
	margin-left: auto;
}
@media (max-width: 767px) {
	.footer .footer__inner {
		padding: 2em 0;
	}
	.p-top__contact {
		padding: 0;
	}
	.p-top__contact-inner {
		max-width: 90%;
	}
	.p-top__logo .p-top__logo-inner {
		margin: 60px auto 80px auto;
		max-width: 58%;
	}
	.footer__copyright-inner {
		margin: 0 auto;
		max-width: 90%;
		display: flex;
		align-items: flex-end;
		text-align: left;
	}
}

.center-slider,
.slick-track,
.slick-slide {
	overflow: visible!important;
}
.slider-item {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80vh;
	position: relative;
}
@media (max-width: 767px) {
	.slider-item {
		height: 60vh;
		margin-top: 10vh;
	}
}
.slider-item img {
	max-width: 100%;
	height: auto;
}
@keyframes shake {
	0%, 100% { transform: translate(0, 0); }
	10%, 30%, 50%, 70%, 90% { transform: translate(-8px, 8px); }
	20%, 40%, 60%, 80% { transform: translate(3px, -3px); }
}
.shake {
	animation: shake .2s ease;
}


/* POPUP MOVIE */
.popup-overlay {
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.9);
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-content {
	position: absolute;
	width: 80%;
	max-width: 1280px;
	aspect-ratio: 16 / 9;
	max-height: 80vh;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.popup-video-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.popup-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.popup-close {
	position: absolute;
	top: -70px;
	right: 0;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 767px) {
	.popup-content {
		width: 96%;
		aspect-ratio: 16 / 9;
	}
}

/* POPUP VIDEO */
.hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 2s ease;
}

.fade-in {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity 2s ease;

}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.intro-video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
	z-index: 9998;
}

.popup-overlay,
#videoOverlay {
	transition: opacity 1s ease;
}
.popup-overlay.hide,
#videoOverlay.hide {
	opacity: 0;
	pointer-events: none;
}


.scroll-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 278px;
}
.scroll-content {
	display: flex;
	width: fit-content;
	animation: scroll-loop 60s linear infinite;
}
.scroll-content img {
	flex-shrink: 0;
	width: auto;
	height: 278px;
	display: block;
} 
@media (max-width: 767px) {
	.scroll-wrapper {
		height: 170px;
	}
	.scroll-content img {
		width: auto;
		height: 170px;
	} 
}

@keyframes scrollLeftLoop {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
@keyframes scroll-loop {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

#toTopBtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 56px;
	height: 56px;
	border: 3px #fff solid;;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	opacity: 0;
	transition: transform 0.5s ease-in-out, opacity 0.3s ease;
	will-change: transform, opacity;
	pointer-events: none;
	z-index: 1000;
}
#toTopBtn.show {
	opacity: 1;
	pointer-events: auto;
}
@media (max-width: 767px) {
	#toTopBtn {
		display: none;
	}
}