@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scrollbar-width: none;
}
html::-webkit-scrollbar {
	width: 0;
	height: 0;
}
@media all and (min-width: 1000px) and (max-width: 1500px) {
    html {
        font-size: calc(1000vw / 1366);
    }
}
@media all and (min-width: 1501px) {
    html {
        font-size: 68.6%;
    }
}
@media all and (max-width: 999px) {
    html {
        font-size: calc(1000vw / 375);
    }
}
body, table, input, textarea, select, option {
	font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
/* Cormorant-Regular */
@font-face {
	font-family: 'Cormorant-Regular';
	font-style: normal;
	font-weight: 100;
	src: url('/sabae-world/fonts/Cormorant-Regular.woff') format('woff');
}
/* Cormorant-Medium */
@font-face {
	font-family: 'Cormorant-Medium';
	font-style: normal;
	font-weight: 100;
	src: url('/sabae-world/fonts/Cormorant-Medium.woff') format('woff');
}
/* Cormorant-Light */
@font-face {
	font-family: 'Cormorant-Light';
	font-style: normal;
	font-weight: 100;
	src: url('/sabae-world/fonts/Cormorant-Light.woff') format('woff');
}
/* Cormorant-Bold */
@font-face {
	font-family: 'Cormorant-Bold';
	font-style: normal;
	font-weight: 100;
	src: url('/sabae-world/fonts/Cormorant-Bold.woff') format('woff');
}
/* ArnoPro-Regular */
@font-face {
	font-family: 'ArnoPro-Regular';
	font-style: normal;
	font-weight: 100;
	src: url('/sabae-world/fonts/ArnoPro-Regular.woff') format('woff');
}

/* ArnoPro-Light */
@font-face {
	font-family: 'ArnoPro-Light';
	font-style: normal;
	font-weight: 100;
	src: url('/sabae-world/fonts/ArnoPro-Light.woff') format('woff');
}
/* ArnoPro-Bold */
@font-face {
	font-family: 'ArnoPro-Bold';
	font-style: normal;
	font-weight: 100;
	src: url('/fonts/ArnoPro-Bold.woff') format('woff');
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	position: relative;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #000;
	-webkit-font-smoothing: antialiased;
	font-feature-settings : "palt";
}
body.notScroll {
	position: fixed;
	top: 0;
	width: 100%;
}
/* .fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
} */
body::after {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: "";
	user-select: none;
	pointer-events: none;
	transition: opacity .5s;
	z-index: 51;
}
body.hideCover::after {
	opacity: 0;
}
body::selection {
	background-color: #999;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1000px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 999px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
#gFooter {
	position: relative;
	z-index: 50;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .logo {
	width: 8.3rem;
	position: fixed;
	top: 2.5rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 90;
}
#gHeader .hInner {
	padding-right: 6rem;
	position: fixed;
	top: 2.4rem;
	right: 0;
	z-index: 99;
}
@media all and (max-width: 999px) {
	/*body.loadover.hideCover #gHeader::before {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 10rem;
		background: linear-gradient(to bottom,#001224 0%, rgba(0, 18, 36, 0) 100%);
		opacity: 0.4;
		content: "";
		z-index: 94;
		user-select: none;
		pointer-events: none;
	}*/
	body.loadover.hideCover #gHeader.black::before {
		opacity: 0;
	}
	#gHeader .hInner {
		padding-right: 5rem;
		top: 2rem;
	}
	#gHeader .logo {
		width: 6.8rem;
		top: 1.5rem;
		display: none;
	}
}


.menu {
	position: absolute;
	top: -0.5rem;
	right: 0;
	height: 1.6rem;
	width: 3rem;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0.7;
}
.menu.active .top {
	transform: translateY(0.2rem) translateX(0) rotate(-23deg);
}
.menu.active .middle {
	opacity: 0;
}
.menu.active .bottom {
	transform: translateY(-0.2rem) translateX(0) rotate(23deg);
}
.menu span {
	background:#fff;
	border: none;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0.5rem;
	left: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 0.9rem;
}
@media all and (hover: hover) and (min-width: 1000px) {
	.menu:hover {
		opacity: 0.5;
	}
}


/* menuBox */
.menuBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: #000000;
	z-index: 95;
	display: none;
}
.menuBox .comBox {
	min-height: 49rem;
	height: 100%;
	display: flex;
	width: 100%;
	padding: 5rem 0 19.4rem;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	background: transparent;
}
.menuBox .menuBg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.2;
}
.menuBox .menuBg img,
.menuBox .menuBg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (max-width: 999px) {
	.menuBox .comBox {
		min-height: 0;
		height: auto;
		display: block;
		width: auto;
		padding: 9rem 0 1rem;
	}
}
@media all and (max-width: 999px) and (max-height: 670px) {
	.menuBox .comBox .pageTxt {
		margin-bottom: 10rem;
	}
	.menuBox .comBox .btmBox {
		margin-top: 10rem;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LXH */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.min {
	font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@keyframes line {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
	
/* comSec */
.comSec {
	height: 80rem;
	position: relative;
}
.comSec .secImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.comSec .secImg img,
.comSec .secImg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (max-width: 999px) {
	.comSec {
		height: 67.5rem;
	}
}


/* content */
.content {
	margin: 0 auto;
	width: 100%;
	max-width: 107.6rem;
	position: relative;
	z-index: 10;
}
@media all and (max-width: 999px) {
	
}


.headLine01 {
	--site: 0;
	--site2: calc(1 - var(--site));
	position: fixed;
	top: calc(50% * var(--site) - 0.4rem * var(--site2));
	left: -1px;
	z-index: 15;
	font-weight: 400;
	transform: translateY(calc(-50% * var(--site)));
}
.headLine01 .en {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Cormorant-Regular';
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
.headLine01 .en::selection {
	background-color: #999;
}
@media all and (max-width: 999px) {
	.headLine01 {
		top: calc(50% * var(--site) - 0.3rem * var(--site2));
		left: 0;
	}
	.headLine01 img {
		width: 18.8rem;
	}
	.headLine01 .en {
		font-size: 1rem;
	}
}

.rl {
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
/* comTextBox */
.comTextBox {
	display: flex;
	flex: 1;
	align-items: flex-start;
	gap: 4.5rem;
}
.comTextBox::selection {
	background-color: #999;
}
.comTextBox .left {
	display: flex;
	align-items: flex-start;
	gap: 2.9rem;
}
.comTextBox .left p {
	line-height: 1.62;
	letter-spacing: 0.21em;
}
.comTextBox.cols {
	display: block;
}
.comTextBox.cols .left {
	display: block;
}
.comTextBox.cols .headLine02 {
	margin-bottom: 8rem;
	display: block;
	line-height: 1.83;
	letter-spacing: 0.2em;
}
.comTextBox.cols .left p {
	margin-bottom: 3rem;
	line-height: 2.14;
	letter-spacing: 0.07em;
}
.comTextBox.cols .left p:last-child {
	margin-bottom: 0;
}
.comTextBox .rotate {
	display: inline-block;
	vertical-align: top;
	transform: rotate(-90deg);
	margin-right: -0.2rem;
}
.comTextBox .rotate + .rotate {
	margin-top: 0.4rem;
}
@media all and (max-width: 999px) {
	.comTextBox .left {
		gap: 1.6rem;
	}
	.comTextBox .left p {
		line-height: 1.66;
		letter-spacing: 0.24em;
	}
	.comTextBox {
		gap: 2.5rem;
	}
	.comTextBox.cols .headLine02 {
		margin-bottom: 4.2rem;
		line-height: 2.22;
		letter-spacing: 0.2em;
	}
	.comTextBox.cols .left p {
		margin-bottom: 2.7rem;
		line-height: 2.14;
		letter-spacing: 0.02em;
	}
}

/* headLine02 */
.headLine02 {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.39em;
	display: flex;
}
.headLine02 .col {
	display: block;
}
@media all and (max-width: 999px) {
	.headLine02 {
		font-size: 1.8rem;
	}
}


/* headLine03 */
.headLine03 {
	margin-bottom: 9.5rem;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 400;
}
.headLine03 .en {
	margin-bottom: 1.8rem;
	display: block;
	font-size: 4.5rem;
	font-family: 'Cormorant-Regular';
	letter-spacing: 0.1em;
}
.headLine03 .jp {
	display: block;
	letter-spacing: 0.2em;
}
@media all and (max-width: 999px) {
	.headLine03 {
		margin-bottom: 8rem;
		font-size: 1.1rem;
	}
	.headLine03 .en {
		margin-bottom: 1rem;
		font-size: 3.4rem;
	}
}

/* comMovie */
.comMovie {
	width: 22rem;
	aspect-ratio: 220/510;
	overflow: hidden;
}
.comMovie img,
.comMovie video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comMovie.btmMovie {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 94.4rem;
	aspect-ratio: inherit;
	width: 100%;
}
.comMovie.btmMovie img,
.comMovie.btmMovie video {
	opacity: 0.12;
}
.comMovie.btmMovie::before {
	width: 100%;
	height: 38.6rem;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to top,rgba(15, 15, 15, 0) 0%, #000 100%);
	content: "";
	z-index: 1;
}
@media all and (max-width: 999px) {
	.comMovie {
		width: 13.2rem;
		aspect-ratio: 132/306;
	}
}

/* comBtn */
.comBtn {
	text-align: center;
}
.comBtn a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0 3.3rem 0.6rem;
}
.comBtn a::before {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #707070;
	content: "";
	opacity: 0.8;
}
.comBtn img {
	width: 1.1rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.4rem -0.6rem 0 0.6rem;
}
@media all and (hover: hover) and (min-width: 1000px) {
	.comBtn a:hover::before {
		animation: line 0.3s linear forwards;
	}
}
@media all and (max-width: 999px) {
	.comBtn a {
		padding: 0 2.3rem 0.6rem;
		font-size: 1.2rem;
	}
}


/* comBox */
.comBox {
	padding: 24.2rem 0 38.5rem;
	position: relative;
	color: #fff;
	background-color: #000000;
}
.comBox a {
	color: #fff;
}
.comBox .innerBox {
	width: 100%;
}
.comBox .btmBox {
	width: 100%;
	position: absolute;
	bottom: 3.7rem;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 4rem;
}
.comBox address {
	color: #999999;
	font-size: max(10px, 1rem);
	font-family: 'Cormorant-Medium';
	letter-spacing: 0.06em;
}
.comBox .right {
	text-align: right;
}
.comBox .btn {
	margin-bottom: 2rem;
}
.comBox .btn a {
	padding: 0 0 0.6rem;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	display: inline-block;
	vertical-align: top;
}
.comBox .btn a img {
	width: 1rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.2rem 0.2rem 0 0.7rem;
}
.comBox .comBtn a::before {
	background-color: #fff;
	opacity: 0;
}
.comBox .logo {
	width: 10.6rem;
	margin-bottom: 0.3rem;
}
.comBox .logo a {
	display: block;
}
.comBox .pageTxt {
	font-family: 'ArnoPro-Regular';
	font-size: max(10px, 1rem);
	letter-spacing: 0.12em;
}
.comBox .pageTxt a {
	display: block;
}
.comBox .pageTxt span {
	display: block;
	margin-top: 2rem;
}
.comBox .pageTxt img {
	width: 18.4rem;
	display: inline-block;
}
.comBox .naviUl {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 19.8rem;
	padding-right: 0.9rem;
}
.comBox .naviUl a {
	padding-top: 7.8rem;
	display: block;
	position: relative;
}
.comBox .naviUl .num {
	color: #999;
	position: absolute;
	top: 0;
	left: 0.7rem;
	display: block;
	font-size: 1.9rem;
}
.comBox .naviUl .inner {
	position: relative;
	display: block;
}
.comBox .naviUl .inner .en {
	line-height: 1;
	font-family: 'Cormorant-Regular';
	font-size: max(10px, 1rem);
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 100%;
	white-space: nowrap;
	font-weight: normal;
	transform: rotate(90deg);
	margin: -1px 0 0 0.5rem;
	letter-spacing: 0.12em;
}
.comBox .naviUl .inner img {
	width: 3.2rem;
}
@media all and (hover: hover) and (min-width: 1000px) {
	.comBox .naviUl:has(a:hover) li a:not(:hover) {
		filter: blur(0.2rem);
		opacity: 0.6;
	}
	.comBox .comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 999px) {
	.comBox .naviUl {
		padding-right: 0.5rem;
		gap: 4.5rem;
	}
	.comBox {
		padding: 17rem 0 4.3rem;
	}
	.comBox .naviUl .num {
		font-size: 1.4rem;
		left: 0.3rem;
	}
	.comBox .naviUl a {
		padding-top: 6rem;
	}
	.comBox .naviUl .inner img {
		width: 2.1rem;
	}
	.comBox .naviUl .inner .en {
		font-size: 0.8rem;
		margin: 0 0 0 0;
		letter-spacing: 0.1em;
	}
	.comBox .btmBox {
		margin-top: 13.9rem;
		width: auto;
		position: relative;
		bottom: auto;
		left: auto;
		display: block;
		padding: 0;
	}
	.comBox .pageTxt {
		font-size: 1rem;
		margin-bottom: 13.7rem;
		text-align: center;
	}
	.comBox .logo {
		width: 11rem;
		margin: 0 auto 4.2rem;
	}
	.comBox .pageTxt span {
		margin-top: 2rem;
	}
	.comBox .right {
		margin: 0 1.6rem;
		text-align: left;
		display: flex;
		justify-content: space-between;
	}
	.comBox .btn {
		margin: -0.2rem -0.3rem 0 0;
		order: 3;
	}
	.comBox address {
		letter-spacing: 0;
		font-size: 1rem;
	}
	.comBox .btn a {
		letter-spacing: 0.03em;
  		font-size: 1.1rem;
	}
	.comBox .btn a img {
		margin-left: 0.5rem;
	}
}




/* languageBox */
.languageBox {
	margin-top: -0.5rem;
	position: relative;
	line-height: 1;
	white-space:nowrap;
	font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
.languageBox .txt {
	padding: 0.3rem 0;
	color: #fff;
	font-family: 'ArnoPro-Regular';
	font-size: max(10px, 1rem);
	letter-spacing: 0.07em;
	cursor: pointer;
	transition: opacity 0.3s;
}
.languageBox .list {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: max(10px, 1rem);
	font-weight: 400;
	padding: 1.7rem 0 0;
	letter-spacing: 0.05em;
	display: none;
}
.languageBox .list a {
	color: #fff;
	display: block;
}
.languageBox .list li {
	margin-bottom: 1.3rem;
}
.languageBox .list li:last-child {
	margin-bottom: 0;
}
.languageBox .list .on {
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
}
@media all and (hover: hover) and (min-width: 1000px) {
	.languageBox .list a:hover {
		opacity: 0.7;
	}
	.languageBox .txt:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 999px) {
	.languageBox .txt,
	.languageBox .list {
		font-size: 1rem;
	}
}

.fadeIn {
	opacity: 0;
	transition: opacity 1s;
}
.animate.inView.fadeIn {
	opacity: 1;
}
.fadeUp {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s,transform 1s;
}
.animate.inView.fadeUp {
	opacity: 1;
	transform: translateY(0);
}
.dely01 {
	transition-delay: .3s;
}
.paraImg {
	overflow: hidden;
	--para: 0;
}
.paraImg > img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 140% !important;
	bottom: calc(-40% * var(--para));
}
.swipeIn {
	clip-path: inset(0 100% 0 0);
	transition: clip-path .5s;
}
.animate.inView > .swipeIn {
	clip-path: inset(0 0 0 0);
}
.blurIn > * {
	filter: blur(10px);
	opacity: 0;
	transition: opacity 1s,filter 1s;
}
.blurIn.inView > * {
	filter: blur(0);
	opacity: 1;
}
.blurIn.inView.fadeOut > * {
	opacity: 0 !important;
}



/* loadingBox */
.loadingBox {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.loadingBox .logo {
	width: 8.1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	opacity: 0;
	animation: loading_logo .2s linear forwards;
}
@keyframes loading_logo {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
body.loadover .loadingBox {
	user-select: none;
	pointer-events: none;
	animation: loading_out .5s linear forwards;
}
@keyframes loading_out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}