@charset "utf-8";
/*------------------------------------------------------------
	album
------------------------------------------------------------*/

/* parallax */
.parallaxWrap {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.parallaxWrap .parallax {
	width: calc(100% + 0.05rem);
	height: calc(100% + (100% + 100vh) * 0.08);
	position: absolute;
	left: 0;
	bottom: 0;
	will-change: transform;
	backface-visibility: hidden;
}
.parallaxWrap .parallax img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	will-change: transform;
	backface-visibility: hidden;
	opacity: 0;
	transform: scale(1.5);
	filter: blur(4rem);
	-webkit-filter: blur(4rem);
	transition: opacity ease 2s, transform ease 2s, filter ease 2s;
}
.parallaxWrap.visible .parallax img:not(.lazy),
.parallaxWrap.visible .parallax img.lazy.loaded {
	opacity: 1;
	filter: blur(0);
	-webkit-filter: blur(0);
	transform: scale(1);
}
#main .parallaxWrap.speed {
	overflow: visible;
}
#main .parallaxWrap.speed .parallax {
	height: 100%;
	overflow: hidden;
	bottom: calc(var(--speed) * 100vh * 0.5);
}
#main .parallaxWrap.speed + .comPriceList {
	bottom: calc(-0.2rem + var(--speed) * 100vh * 0.5);
	transition-property: opacity;
}
#main .parallaxWrap.special .parallax img {
	position: absolute;
	bottom: 0;
	height: calc(100% + (100vh - 100%) * 0.08);
}

/* zoomIn */
.zoomIn {
	overflow: hidden;
}
.zoomIn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
    transform: scale(1.5);
    filter: blur(4rem);
    -webkit-filter: blur(4rem);
	transition: opacity ease 2s, transform ease 2s, filter ease 2s;
}
.zoomIn.visible img {
	opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
    transform: scale(1);
}

/* fv */
#main .fixTxtL,
#main .fixTxtR {
	display: flex;
	gap: 1rem;
	position: fixed;
	top: 50%;
	font-size: max(10px, 1rem);
	letter-spacing: 0.01em;
	writing-mode: vertical-rl;
	white-space: nowrap;
	transform: translateY(-50%);
	z-index: 100;
	color: #fff;
	mix-blend-mode: difference;
}
#main .fixTxtL::selection,
#main .fixTxtR::selection {
	color: #000;
	background: #fff;
}
#main .fixTxtL {
	left: 0.9rem;
}
#main .fixTxtR {
	right: 0.9rem;
}
#main .fixTxtR {
	opacity: 0;
}
#main .fixTxtR.show {
	opacity: 1;
}
#main .fixTxtL.hide,
#main .fixTxtR.hide {
	opacity: 0 !important;
}
#main .fvBox {
	margin-bottom: 23rem;
	position: relative;
	z-index: 2;
}
#main .fvBox .clipIn em {
	transition: transform ease 1s;
}
#main .fvBox .fadeIn {
	transition: all ease 1s;
}
#main .fvBox .blurIn {
	transition: opacity ease 1s, filter ease 1s;
}
#main .fvBox .bgVideo {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	aspect-ratio: 1366/1030;
}
#main .fvBox .bgVideo::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 1;
	z-index: 1;
	content: '';
}
#main .fvBox .bgVideo video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	/*filter: grayscale(100%);*/
}
#main .fvBox .innerWrap {
	padding: 0 10rem;
	position: relative;
	z-index: 2;
}
#main .fvBox .mainImg {
	margin-left: auto;
	width: calc(50% + 32.7rem);
	position: relative;
}
#main .fvBox .mainImg .parallaxWrap {
	aspect-ratio: 91/130;
}
#main .fvBox .textBox {
	width: 50rem;
	position: absolute;
	top: 21rem;
	left: calc(50% - 31.1rem);
	color: #fff;
	transform: translateX(-50%);
	z-index: 1;
}
#main .fvBox .textBox::selection {
	color: #000;
	background-color: #fff;
}
#main .fvBox .textBox h2 {
	margin-left: -0.6rem;
	margin-bottom: 4.8rem;
}
#main .fvBox .textBox h2 span {
	display: block;
	font-size: 8.5rem;
	line-height: 0.93;
}
#main .fvBox .textBox h2 .txt01 {
	margin-left: 0.6rem;
	font-size: 2rem;
}
#main .fvBox .textBox h2 .txt02 {
	margin-bottom: -0.2rem;
	font-size: 5.6rem;
}
#main .fvBox .textBox h2 .txt03 {
	margin-top: -0.3rem;
	opacity: 0.85;
}
#main .fvBox .textBox .subTtl {
	margin-bottom: 7.4rem;
	font-size: max(10px, 1.3rem);
	letter-spacing: 0.06em;
}
#main .fvBox .textBox .jpTxt {
	margin-bottom: 2.6rem;
	font-size: max(10px, 1.1rem);
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 2.2727;
}
#main .fvBox .textBox .enTxt {
	font-size: max(10px, 1rem);
	line-height: 1.8;
	letter-spacing: 0.05em;
}
#main .fvBox .delay01 em {
	transition-delay: 0.3s;
}
#main .fvBox .delay02 em {
	transition-delay: 0.5s;
}
#main .fvBox .delay03 em {
	transition-delay: 0.7s;
}
#main .fvBox .delay04 {
	transition-delay: 0.9s;
}
#main .fvBox .delay05 {
	transition-delay: 1s;
}
#main .fvBox .delay06 {
	transition-delay: 1.2s;
}
#main .fvBox .delay07 {
	transition-delay: 1.4s;
}
#main .photo01,
#main .photo02 {
	position: relative;
}
@media all and (max-width: 999px) {
	.parallaxWrap .parallax {
		height: calc(100% + (100% + 100vh) * 0.1);
	}
	#main .fixTxtL {
		left: 0.4rem;
		opacity: 0;
	}
	#main .fixTxtL.show {
		opacity: 1;
	}
	#main .fixTxtR {
		right: 0.4rem;
	}
	#main .fvBox {
		margin-bottom: 11.8rem;
	}
	#main .fvBox .bgVideo {
		aspect-ratio: 375/580;
	}
	#main .fvBox .bgVideo.visible::before {
		opacity: 0.7;
	}
	#main .fvBox .innerWrap {
		padding: 0;
	}
	#main .fvBox .mainImg {
		margin: 0 0 6.4rem 7.5rem;
		width: auto;
		color: #fff;
	}
	#main .fvBox .mainImg .parallaxWrap {
		aspect-ratio: 300/640;
	}
	#main .fvBox .textBox {
		width: auto;
		position: static;
		transform: none;
	}
	#main .fvBox .textBox .ttlBox {
		padding: 0 1.5rem;
		width: 100%;
		position: absolute;
		top: 17.6rem;
		left: 0;
		z-index: 1;
	}
	#main .fvBox .textBox h2 {
		margin: 0 0 3.5rem;
	}
	#main .fvBox .textBox h2 span {
		font-size: 4rem;
		line-height: 1;
	}
	#main .fvBox .textBox h2 .txt01 {
		margin: 0 0 0.1rem 0.3rem;
		font-size: max(10px, 1rem);
	}
	#main .fvBox .textBox h2 .txt02 {
		margin-bottom: -0.1rem;
		font-size: 2.6rem;
	}
	#main .fvBox .textBox .subTtl {
		margin-bottom: 0;
		font-size: max(10px, 1rem);
	}
	#main .fvBox .textBox .jpTxt {
		margin-bottom: 2.1rem;
		text-align: center;
	}
	#main .fvBox .textBox .enTxt {
		text-align: center;
	}
	#main .fvBox.bgWhite .textBox .subBox {
		color: #000;
	}
	#main .fvBox.bgWhite .textBox .subBox .delay05,
	#main .fvBox.bgWhite .textBox .subBox .delay06 {
		transition-delay: 0s;
	}
}

/*------------------------------------------------------------
	comPriceList
------------------------------------------------------------*/
.comPriceList {
	padding: 0 3rem;
	position: absolute;
	right: 100%;
	bottom: -0.2rem;
	font-size: max(12px, 1.2rem);
	line-height: 1.8;
	letter-spacing: 0.04em;
	white-space: nowrap;
	z-index: 1;
	color: #fff;
	mix-blend-mode: difference;
}
.priceBox .comPriceList.static {
	position: static;
}
.comPriceList::selection {
	color: #000;
	background: #fff;
}
.comPriceList.txtRight {
	left: 100%;
	right: auto;
}
.comPriceList.txtRight02 {
	bottom: auto;
	top: -0.2rem;
	left: 100%;
	right: auto;
}
.comPriceList.txtLeftOn {
	left: 0.5rem;
	right: auto;
	bottom: 2.8rem;
}
.comPriceList.txtRightOn {
	right: 0.5rem;
	left: auto;
	bottom: 2.8rem;
}
.comPriceList.txtRightBtm {
	right: 0;
	bottom: 0;
}
.comPriceList.txtRightBtm2 {
	right: 0;
	bottom: -6rem;
}
.comPriceList.txtLeftBtm2 {
	left: 0;
	bottom: -12rem;
}
.comPriceList li a {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
.comPriceList li .txt01 {
	text-decoration: underline;
}
.comPriceList li .txt02 {
	margin-left: auto;
}
.comPriceList.fadeIn.visible {
	transition: opacity ease 0.5s, transform ease 0.5s;
}
.comPriceList li a.soldOut,
.comPriceList li a.comingSoon,
.comPriceList li a.preparing {
	pointer-events: none;
}
.comPriceList li a.soldOut .txt01,
.comPriceList li a.comingSoon .txt01,
.comPriceList li a.preparing .txt01 {
	text-decoration: none;
	opacity: 0.5;
}
.comPriceList li a.comingSoon .txt02 {
	display: none;
}
@media all and (max-width: 999px) {
	.comPriceList {
		padding: 0;
		line-height: 1.7;
		right: 1.5rem;
		bottom: 1.4rem;
	}
	.comPriceList.txtRight {
		right: 0;
		top: calc(100% + 1.7rem);
		left: auto;
		bottom: auto;
	}
	.comPriceList.txtRightOn {
		right: 2rem;
		bottom: 2rem;
	}
	.comPriceList.txtLeftSP {
		right: auto;
		bottom: auto;
		left: 0;
		top: calc(100% + 1.7rem);
	}
	.comPriceList.txtLeftOn {
		left: 1.5rem;
		bottom: 1.7rem;
	}
	.comPriceList.txtRightDownSp {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		margin: 1.7rem 1.5rem 0 auto;
		width: fit-content;
	}
	.comPriceList.txtRightDownSp2 {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		margin: 1.7rem 0 0 auto;
		width: fit-content;
	}
	.comPriceList.txtLeftDownSp {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		margin: 1.7rem 0 0 2rem;
		width: fit-content;
	}
	.comPriceList.txtLeftDownSp2 {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		margin: 1.7rem 0 0 0;
		width: fit-content;
	}
	.comPriceList.txtLeftBtmSP {
		left: 0;
		right: auto;
		top: auto;
		bottom: 0;
	}
	.comPriceList.txtRightBtm2 {
		right: 0;
		bottom: -6rem;
		margin-right: 1.7rem;
	}
	.comPriceList li a {
		gap: 1.2rem;
	}
}