@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
:root {
	/* ------------color------------ */
	--black: #333333;
	--white: #ffffff;
	--gray: #454545;
	--bule: #5bb5f6;
	--purple: #9747ff;
}
::placeholder {
	color: #bababa;
}
html {
	scroll-behavior: smooth;
	/* scroll-padding-top: 60px; */
}
input,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0px;
	border: none;
}
body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	color: var(--black);
	background: var(--white);
	overflow-x: hidden;
}

h2 {
	font-size: 56px;
}
h3 {
	font-size: 36px;
	font-weight: bold;
}
h4 {
	font-size: 20px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 18px;
	}
}

/* ------------フォント------------ */
.noto-sans-jp {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.be-vietnam-pro {
	font-family: "Be Vietnam Pro", sans-serif;
	font-style: normal;
}
.be-vietnam-pro-thin {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 100;
	font-style: normal;
}

.be-vietnam-pro-extralight {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.be-vietnam-pro-light {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.be-vietnam-pro-regular {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.be-vietnam-pro-medium {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.be-vietnam-pro-semibold {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.be-vietnam-pro-bold {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.be-vietnam-pro-extrabold {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.be-vietnam-pro-black {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.be-vietnam-pro-thin-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 100;
	font-style: italic;
}

.be-vietnam-pro-extralight-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 200;
	font-style: italic;
}

.be-vietnam-pro-light-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 300;
	font-style: italic;
}

.be-vietnam-pro-regular-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.be-vietnam-pro-medium-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 500;
	font-style: italic;
}

.be-vietnam-pro-semibold-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 600;
	font-style: italic;
}

.be-vietnam-pro-bold-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.be-vietnam-pro-extrabold-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 800;
	font-style: italic;
}

.be-vietnam-pro-black-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 900;
	font-style: italic;
}

.roboto-bold {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
}
/* ------------フォント------------ */

/* ------------レスポンシブ------------ */
.pc {
	display: block;
}
.sp {
	display: none;
}

@media (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
/* ------------レスポンシブ------------ */

/* ------------共通パーツ------------ */
/* .sticky {
    position: sticky;
    top: 0;
} */
.content_wrap {
	max-width: 1100px;
	width: 80%;
	margin: auto;
}
.content_margin {
	padding-top: 100px;
	padding-bottom: 100px;
}

.sec_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.sec_title,
.sec_title span {
	font-weight: 300;
	letter-spacing: 0.04rem;
	color: var(--black);
	width: fit-content;
}
.sec_subtitle {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04rem;
	margin-top: 10px;
}
.sec_subtitle .deco,
.header_navi_list_subtitle .deco {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: linear-gradient(45deg, #5bb5f6 0%, #fff 100%);
	border-radius: 50%;
	margin-right: 8px;
}
.sec_copy {
	letter-spacing: 0.04rem;
	line-height: 1.5;
	margin-top: 46px;
}
.sec_description {
	font-size: 18px;
	letter-spacing: 0.04rem;
	line-height: 1.7;
	margin-top: 46px;
	text-align: justify;
}
.sec_btn {
	margin-top: 48px;
}
.sec_btn_pc {
	display: block;
}
.sec_btn_sp {
	display: none;
}
.view_more_btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}
.view_more_btn span {
	font-size: 14px;
	letter-spacing: 0.04rem;
	line-height: 1.5;
	transition: all 0.2s;
}
.view_more_btn svg,
.view_more_btn svg rect,
.view_more_btn svg path {
	transition: all 0.2s;
}
.view_more_btn:hover span {
	color: var(--bule);
}
.view_more_btn:hover svg {
	transform: translateX(4px);
}
.view_more_btn:hover svg rect,
.view_more_btn:hover svg path {
	stroke: var(--bule);
}

@media screen and (min-width: 1600px) {
	.content_wrap {
		max-width: 1300px;
	}
}

@media screen and (max-width: 1024px) {
	.content_wrap {
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	.content_margin {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.sec_copy {
		margin-top: 20px;
	}
}
/* ------------共通パーツ------------ */

/* ------------下層共通パーツ------------ */
#underPageKv {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 400px;
	width: 100%;
}
.under_page .sec_title {
	font-size: 36px;
}
.under_page .sec_subtitle {
	font-size: 14px;
	font-weight: 400;
}
.under_page_kv_content {
	max-width: 1100px;
	margin: auto;
	width: 80%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
	/* padding-left: 170px;
	padding-left: min(170px, 11.8vw); */
}
.under_page_kv_title {
	font-size: 80px;
	font-weight: 200;
	letter-spacing: 0.07rem;
	color: var(--white);
}
.under_page_kv_subtitle {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04rem;
	color: var(--white);
}
.under_page_kv_subtitle .deco {
	width: 9px;
	height: 9px;
	background: linear-gradient(45deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 50%;
	display: inline-block;
	margin-right: 8px;
}

@media screen and (min-width: 1600px) {
	.under_page_kv_content {
		max-width: 1300px;
	}
}
@media screen and (max-width: 1024px) {
	.under_page_kv_content {
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	#underPageKv {
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		height: 260px;
		width: 100%;
	}
	.under_page_kv_title {
		font-size: 40px;
		line-height: 1.5;
	}
	.under_page_kv_subtitle {
		font-size: 14px;
		line-height: 1.1;
	}
	.sec_btn_pc {
		display: none;
	}
	.sec_btn_sp {
		display: block;
	}
}
/* ------------下層共通パーツ------------ */

/* ------------header------------ */
.header {
	width: 100vw;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 0.3s;
	background-color: rgba(0, 0, 0, 0.1);
}
.header_fixed {
	display: none;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	transition: all 0.5s;
	z-index: 100;
}
.header_inner {
	height: 100%;
	padding: 0 40px 0 30px;
	padding: 0 calc(40px + (100vw - 100%)) 0 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	/* transition: all 0.3s; */
}

.header_logo {
	width: 151px;
	height: 33px;
	display: block;
	position: relative;
}
.logo_img {
	position: absolute;
	top: 0;
	left: 0;
}
.header_menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.header_list a {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #fff;
	transition: all 0.3s;
}
.header.fixType .header_list a {
	color: #000;
}
.header_contact a {
	background-color: var(--bule);
	padding: 11px 23px;
	border-radius: 9999px;
	box-sizing: border-box;
	transition: all 0.3s;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 6px;
	line-height: 1.1;
}
.header.fixType .header_contact a {
	color: #fff;
}
.header_contact a {
	text-align: center;
}

.header_hamburger {
	width: 45px;
	height: 62px;
	display: block;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 2000;
	mix-blend-mode: difference;
}
.hamburger_text {
	font-size: 12px;
	letter-spacing: 0.14rem;
	position: absolute;
	bottom: 0;
	color: var(--white);
}
.header_hamburger span {
	display: inline-block;
	transition: all 0.4s; /*アニメーションの設定*/
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 1px;
	background: #fff;
	width: 45px;
}
.header_hamburger span:nth-of-type(1) {
	top: 0;
}

.header_hamburger span:nth-of-type(2) {
	top: 16px;
}

.header_hamburger span:nth-of-type(3) {
	top: 32px;
}

.header_hamburger.active span:nth-of-type(1) {
	top: 12px;
	left: 0px;
	transform: translateY(7px) rotate(-30deg);
	width: 46px;
}
.header_hamburger.active span:nth-of-type(2) {
	opacity: 0; /*真ん中の線は透過*/
}
.header_hamburger.active span:nth-of-type(3) {
	top: 26px;
	left: 0px;
	transform: translateY(-7px) rotate(30deg);
	width: 46px;
}

/* header_nav */
.header__nav {
	display: block;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: min(-32%, -490px);
	width: max(32%, 490px);
	height: 100dvh;
	z-index: 1000;
	transition: all 0.5s;
}
.header__nav.active {
	right: 0px;
	overflow-y: scroll;
	transition: all 0.5s;
}
.header_nav_inner {
	margin: min(12.222vw, 110px) 32px 32px 32px;
}
.header_nav_list {
	padding: min(2.666vh, 24px) 0;
	border-bottom: 1px solid var(--black);
}
.header_nav_list a {
	transition: all 0.3s;
}
.header_nav_list a:hover {
	color: var(--bule);
}
.header_nav_list_title {
	font-size: 32px;
	font-weight: 500;
}
.header_navi_list_subtitle {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 16px;
}

.gray_mask {
	height: 100%;
	width: 100%;
	background-color: rgba(14, 14, 14, 0.5);
	position: fixed;
	top: 0;
	right: 0;
	opacity: 0; /* 初期は透明 */
	visibility: hidden; /* 初期は非表示 */
	pointer-events: none; /* 非表示時はクリック無効 */
	transition: opacity 0.3s ease;
	z-index: 999;
}
.gray_mask.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity 0.3s ease;
}

.header_list {
	position: relative;
}
.header_list:not(.header_contact) a::after {
	content: "";
	height: 1px;
	bottom: -8px;
	width: 100%;
	display: block;
	position: absolute;
	transform: scale(0, 1);
	transition: transform 0.5s;
	transform-origin: left top;
	background-color: #fff;
}
.header.fixType .header_list:not(.header_contact) a::after {
	background-color: #000;
}
.header_list:hover a::after {
	background-color: #fff;
	transform: scale(1, 1);
}
.header_list svg path {
	transition: all 0.3s;
}
.header_list:hover svg path {
	fill: var(--bule);
}

.header.fixType .header_list:hover a::after {
	background-color: #000;
}
.header_contact:hover a,
.header.fixType .header_contact:hover a {
	background-color: #fff;
}
.header_contact:hover a,
.header.fixType .header_contact:hover a {
	color: var(--bule);
}
.header_fixed .header_list:not(.header_contact) a::after {
	background-color: #000;
	bottom: -6px;
}

@media screen and (max-width: 767px) {
	.header {
		position: fixed;
		height: 60px;
	}
	.header_inner {
		padding: 0 20px;
	}
	.header_menu_wrap {
		display: none;
	}

	.header_hamburger {
		display: block;
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 2000;
	}

	.header_hamburger {
		width: 35px;
		height: 45px;
		top: 14px;
		right: 14px;
	}
	.header_hamburger span {
		width: 35px;
	}
	.header_hamburger span:nth-of-type(1) {
		top: 0;
	}

	.header_hamburger span:nth-of-type(2) {
		top: 13px;
	}

	.header_hamburger span:nth-of-type(3) {
		top: 26px;
	}

	.header_hamburger.active span:nth-of-type(1) {
		top: 8px;
		width: 35px;
	}
	.header_hamburger.active span:nth-of-type(3) {
		top: 22px;
		width: 35px;
	}

	/* header_nav */
	.header__nav {
		right: -100%;
		width: 75%;
		height: 100dvh;
	}
	.header__nav.active {
		right: 0px;
	}
	.header_nav_inner {
		margin: min(12.222vw, 110px) 0 20px 0px;
	}

	.header_nav_logo {
		width: 97px;
	}
	.header_nav_menu {
		width: 100%;
	}
	.header_nav_inner {
		margin-top: 60px;
		padding: 0px 20px 20px 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 50px;
	}
	.header_nav_list {
		border-bottom: 1px solid #c4c4c4;
	}
	.header_nav_list a svg {
		width: 24px;
		height: 24px;
	}
	.header_memu_icon {
		margin-top: 20px;
		display: block;
		width: fit-content;
	}
	.header_nav_contact {
		width: 240px;
		height: 50px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		background-color: var(--bule);
		border-radius: 50px;
		gap: 6px;
		color: #fff;
		box-sizing: border-box;
		transition: all 0.3s;
	}
	.header_nav_contact span {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.7;
		letter-spacing: 0.04rem;
	}
	.header_nav_contact:hover {
		border: 1px solid var(--bule);
		background-color: #fff;
		color: var(--bule);
	}
	.header_nav_contact:hover svg path {
		fill: var(--bule);
	}
}
/* ------------header------------ */

/* ------------footer------------ */
.footer {
	background-color: var(--black);
	color: #fff;
	padding: 60px 70px;
}
.footer_upper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_info_wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 40px;
}
.footer_logo {
	width: 144px;
}
.footer_logo img {
	width: 100%;
}
.footer_info {
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.footer_info .company_name {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.07rem;
	line-height: 1.7;
}
.footer_info .company_adress {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.07rem;
	line-height: 1.7;
}
.footer_info .company_mail {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.08rem;
}
.footer_menu_wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 90px;
}
.footer_menu {
	display: flex;
	flex-direction: row;
}
.footer_list {
	padding: 0 22px;
	transition: all 0.3s;
}
.footer_list a {
	transition: all 0.3s;
}
.footer_list:hover a {
	opacity: 0.6;
}
.footer_list:first-child {
	padding: 0 22px 0 0;
}
.footer_list:last-child {
	padding: 0 0 0 22px;
}
.footer_list a {
	font-size: 16px;
	letter-spacing: 0.04rem;
}
.sns_link a {
	display: flex;
	flex-direction: row;
	justify-content: end;
	gap: 16px;
}
.sns_link p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04rem;
	line-height: 1.5;
}
.footer_bottom {
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: flex-end;
	margin-top: 120px;
	border-top: 1px solid #e9e9e9;
	padding-top: 32px;
}
.copyright {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.04rem;
}
.pagetop-sp {
	display: none;
}

@media screen and (max-width: 1200px) {
	.footer_list {
		padding: 0 20px;
	}
	.footer_list:first-child {
		padding: 0 20px 0 0;
	}
	.footer_list:last-child {
		padding: 0 0 0 20px;
	}
}

@media screen and (max-width: 1024px) {
	.footer_menu {
		flex-wrap: wrap;
		row-gap: 20px;
	}
	.footer_list:first-child {
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.footer {
		padding: 76px 20px;
		position: relative;
	}
	.footer_upper {
		flex-direction: column;
		align-items: flex-start;
		gap: 40px;
	}
	.footer_info_wrap {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
	}
	.footer_logo {
		width: 151px;
	}
	.footer_info {
		width: 100%;
		text-align: left;
		gap: 4px;
	}
	.footer_info .company_adress,
	.footer_info .company_mail {
		font-size: 14px;
	}
	.footer_menu_wrap {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
	}
	.footer_menu {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
		row-gap: 20px;
		column-gap: 0px;
	}
	.footer_list a {
		font-weight: 400;
	}
	.footer_list,
	.footer_list:first-child,
	.footer_list:last-child {
		padding: 0;
	}
	.pagetop {
		display: none;
	}
	.pagetop-sp {
		display: block;
		position: absolute;
		top: 10px;
		right: 30px;
	}
	.footer_bottom {
		margin-top: 48px;
	}
	.copyright {
		font-size: 10px;
	}
}
/* ------------footer------------ */

/* ------------cta------------ */
#cta {
	padding: 60px 0;
}
.cta_inner {
	background-image: url(../images/pc/contact_sec.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: min(56px, 3.888vw) min(80px, 5.555vw);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 56px;
	border-radius: 8px;
}
.cta_left {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 50%;
}
h2.cta_title span {
	color: var(--white);
}
.cta_subtitle span {
	color: var(--white);
}
.cta_left_text p {
	color: var(--white);
}
.cta_inner h3 {
	line-height: 1.5;
	letter-spacing: 0.07rem;
	font-weight: 500;
	text-align: center;
}
.separator_line {
	width: 1px;
	height: 100%;
	height: -webkit-fill-available;
	border-left: 1px solid var(--white);
}
.cta_right {
	width: 50%;
}
.cta_contact {
	display: grid;
	place-items: center;
}
.contact_btn {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.04rem;
	color: var(--white);
	border: 1px solid var(--white);
	border-radius: 8px;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 10px;
	padding: 35px 10px;
	transition: all 0.3s;
}
.contact_btn svg {
	transition: all 0.3s;
}

.contact_btn:hover svg {
	transform: translateX(6px);
}

.contact_btn svg {
	width: 25px;
}
.submit_btn {
	transition: all 0.3s;
	border: none;
}
.submit_btn:hover {
	background-color: #fff;
	color: var(--bule);
}
.submit_btn:hover svg {
	right: 16px;
}
.submit_btn:hover svg path {
	stroke: var(--bule);
}
.pagetop svg {
	transition: all 0.3s;
}
.pagetop:hover svg {
	opacity: 0.6;
}

@media screen and (max-width: 1024px) {
	.cta_inner {
		background-image: url(../images/sp/contact_sec-sp.webp);
		flex-direction: column;
		padding: 56px 20px;
	}
	.separator_line {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#cta {
		padding: 40px 0;
	}
	.cta_inner {
		background-image: url(../images/sp/contact_sec-sp.webp);
		flex-direction: column;
		padding: 56px 20px;
	}
	.cta_left {
		width: 100%;
	}
	.cta_right {
		width: 100%;
	}
	.cta_inner h3 {
		font-size: 28px;
	}
	.contact_btn {
		padding: 16px 0;
		width: 100%;
	}

	.contact_btn svg {
		width: 20px;
	}
}
/* ------------cta------------ */

/* ------------animation------------ */
.delay-02 {
	animation-delay: 0.2s;
}
.delay-04 {
	animation-delay: 0.4s;
}
.delay-06 {
	animation-delay: 0.6s;
}
.delay-08 {
	animation-delay: 0.8s;
}
.delay-10 {
	animation-delay: 1s;
}
.delay-12 {
	animation-delay: 1.2s;
}
.delay-14 {
	animation-delay: 1.4s;
}
.delay-16 {
	animation-delay: 1.6s;
}
.delay-18 {
	animation-delay: 1.8s;
}
.delay-20 {
	animation-delay: 2s;
}
.delay-22 {
	animation-delay: 2.2s;
}
.delay-24 {
	animation-delay: 2.4s;
}
.delay-26 {
	animation-delay: 2.6s;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade-in {
	display: inline-block;
	opacity: 0;
	animation-name: fadeInUp;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}

.js_up_anime {
	display: flex;
	overflow: hidden;
}
.js_up_anime span {
	display: block;
	transform: translate(0, 105%);
	transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
}
.js_up_anime.active span {
	transform: translate(0, 0);
}

.js_up_anime-init {
	display: flex;
	overflow: hidden;
}
.js_up_anime-init span {
	display: block;
	transform: translate(0, 105%);
	transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
	transition-delay: 2.2s;
}
.js_up_anime-init.active span {
	transform: translate(0, 0);
}

.js_right_anime {
	display: flex;
	overflow: hidden;
}
.js_right_anime span {
	display: block;
	transform: translate(-105%, 0);
	transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
}
.js_right_anime.active span {
	transform: translate(0, 0);
}

.js_fadeup_anime {
	opacity: 0;
	transform: translate(0, 10%);
	transition: all cubic-bezier(0.17, 0.67, 0.57, 0.96) 1s;
}
.js_fadeup_anime.active {
	opacity: 1;
	transform: translate(0, 0);
}
.js_fadeup_anime.fast {
	transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.8s;
}

@media screen and (min-width: 768px) {
	.js_fadedown_anime {
		opacity: 0;
		transform: translate(0, -10%);
		transition: all cubic-bezier(0.17, 0.67, 0.57, 0.96) 1.2s;
	}
	.js_fadedown_anime.active {
		opacity: 1;
		transform: translate(0, 0);
	}
}
/* ------------animation------------ */

/* ------------loading------------ */

.load {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	flex-direction: column;
	/* transition: transform 1.2s cubic-bezier(1,0,.06,.98); */
	pointer-events: none;
}

.load_bk_black {
	width: 100%;
	height: 100%;
	background-color: var(--black);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}

.load_bk_beige {
	width: 100%;
	height: 100%;
	background-color: #c30d23;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}

.load_bk_white {
	width: 100%;
	height: 100%;
	background-color: var(--white);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 998;
}

/* .load::before {
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    top:0;
    right: 100%;
    background-color: #fff;
} */

.load img {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 1001;
	width: 24%;
}

.load_text {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.slide_right {
	transform: translateX(100%);
	opacity: 1;
	transition: transform 0.6s cubic-bezier(0.65, 0.11, 0.58, 0.97);
}
.slide_right2 {
	transform: translateX(100%);
	transition: transform 0.6s cubic-bezier(0.39, 0.01, 0.35, 1) 0.18s;
}
.slide_right3 {
	transform: translateX(100%);
	transition: transform 0.6s cubic-bezier(0.18, 0, 0.11, 1) 0.36s;
}

@media screen and (max-width: 767px) {
	.slide_right {
		transition: transform 0.4s cubic-bezier(0.65, 0.11, 0.58, 0.97);
	}
	.slide_right2 {
		transition: transform 0.4s cubic-bezier(0.39, 0.01, 0.35, 1) 0.15s;
	}
	.slide_right3 {
		transition: transform 0.4s cubic-bezier(0.18, 0, 0.11, 1) 0.3s;
	}
	.load img {
		width: 50%;
	}
}

/* ------------loading------------ */
