@charset "UTF-8";
/*================================================================
# 表示・非表示
================================================================ */
@media screen and (max-width: 560px) {
	.pc {
		display: none !important;
	}
}

@media screen and (min-width: 561px) {
	.sp {
		display: none !important;
	}
}

/*================================================================
# 共通
================================================================ */
.starwars-page {
	background: #000;
	position: relative;
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
}

.starwars-page .wrap {
	max-width: 1170px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.btn_page_top a {
	background: rgba(53, 53, 53, 0.45);
}

.btn_page_top a img {
	filter: brightness(0) invert(1);
}

/*================================================================
# opening
================================================================ */
.opening {
	width: 100%;
	height: 100vh;
	opacity: 1;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	visibility: visible;
	overflow: hidden;
	z-index: 10000;
	transition:
		opacity 1s ease,
		visibility 1s ease;
}

.opening.is-end {
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

.opening__video,
.opening__logo,
.opening__title {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.opening__video {
	opacity: 0;
}

.opening__video.is-show {
	animation: openingVideoIn 1.2s ease forwards;
}

.opening__movie {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.opening__logo {
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.opening__logo.is-show {
	animation: openingLogoIn 1s ease forwards;
}

.opening__logo.is-hide {
	animation: openingLogoOut 0.8s ease forwards;
}

.opening__logo img {
	width: 400px;
	height: auto;
	display: block;
}

.opening__title {
	padding: 40px;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.opening__title.is-show {
	animation: openingTitleZoomOut 2.2s cubic-bezier(0.12, 0.72, 0.16, 1) forwards;
}

.opening__title img {
	width: 500px;
	max-width: 32vw;
	height: auto;
	filter: drop-shadow(0 0 24px rgba(255, 255, 255, 0.16));
	display: block;
}

@media screen and (max-width: 750px) {
	.opening__logo img {
		width: 56vw;
		min-width: 180px;
		max-width: 320px;
	}

	.opening__title {
		padding: 24px;
	}

	.opening__title img {
		width: 78vw;
		max-width: none;
	}
}

@keyframes openingLogoIn {
	0% {
		opacity: 0;
		transform: scale(0.96);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes openingLogoOut {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1.02);
	}
}

@keyframes openingVideoIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes openingTitleZoomOut {
	0% {
		opacity: 0;
		transform: scale(5.4);
	}

	12% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/*================================================================
# mv
================================================================ */
.mv {
	padding: 180px 0 0;
	background: #000;
	position: relative;
	z-index: 10;
}

.mv__head {
	width: 100%;
	min-height: 180px;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	align-items: center;
	z-index: 30;
	transition:
		min-height 0.45s ease,
		box-shadow 0.45s ease,
		background-color 0.45s ease;
	grid-template-columns: 72% 28%;
}

.mv__head .mv__logo {
	padding: 16px 0 16px 32px;
}

.mv__head .mv__brand {
	height: 100%;
	padding: 22px 40px 18px 44px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mv__head .mv__logoa a,
.mv__head .mv__brand a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mv__head .mv__logo img {
	width: 260px;
	height: auto;
	display: block;
}

.mv__head .mv__brand img {
	width: 418px;
	height: auto;
	display: block;
}

.mv__head .mv__logo,
.mv__head .mv__brand {
	transition: padding 0.45s ease;
}

.mv__head .mv__logo img,
.mv__head .mv__brand img {
	transition:
		width 0.45s ease,
		transform 0.45s ease,
		opacity 0.45s ease;
	transform-origin: left center;
}

.mv__head.is-fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	animation: mvHeadSlideDown 1s cubic-bezier(0.22, 0.8, 0.2, 1);
}

@keyframes mvHeadSlideDown {
	0% {
		opacity: 0;
		transform: translateY(-180px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.mv__head.is-compact {
	min-height: 64px;
}

.mv__head.is-compact .mv__logo {
	padding: 10px 0 10px 24px;
}

.mv__head.is-compact .mv__brand {
	padding: 12px 28px 12px 28px;
}

.mv__head.is-compact .mv__logo img {
	width: auto;
	height: 56px;
	object-fit: contain;
}

.mv__head.is-compact .mv__brand img {
	width: auto;
	height: 28px;
	object-fit: contain;
}

.mv__slider {
	position: relative;
	z-index: 1;
}

.mv.is-head-fixed .mv__head.is-compact+.mv__slider {
	padding: 0;
}

.mv__slider .splide__track {
	overflow: hidden;
}

.mv__slider .splide__slide {
	background: #000;
}

.mv__slider .splide__slide img {
	width: 100%;
	height: auto;
	display: block;
}

.mv__slider .splide__arrows {
	display: none;
}

.mv__slider .splide__pagination {
	bottom: 24px;
	gap: 0 10px;
}

.mv__slider .splide__pagination__page {
	width: 10px;
	height: 10px;
	margin: 0;
	opacity: 1;
	background: rgba(255, 255, 255, 0.4);
}

.mv__slider .splide__pagination__page.is-active {
	background: #fff;
	transform: scale(1);
}

@media screen and (max-width: 750px) {
	.mv {
		padding: 96px 0 0;
	}

	.mv__head {
		min-height: 96px;
		grid-template-columns: 58% 42%;
	}

	.mv__head .mv__logo {
		padding: 12px 0 12px 16px;
	}

	.mv__head .mv__brand {
		padding: 12px 16px;
	}

	.mv__head .mv__logo img {
		width: 120px;
	}

	.mv__head .mv__brand img {
		width: 180px;
	}

	.mv__head.is-fixed {
		top: 0;
	}

	.mv__head.is-compact {
		min-height: 72px;
	}

	.mv__head.is-compact .mv__logo {
		padding: 8px 0 8px 12px;
	}

	.mv__head.is-compact .mv__brand {
		padding: 8px 12px;
	}

	.mv__head.is-compact .mv__logo img {
		width: 94px;
	}

	.mv__head.is-compact .mv__brand img {
		width: 142px;
	}

	.splide {
		touch-action: pan-y;
	}

	.mv__slider .splide__pagination {
		bottom: 12px;
		gap: 0 8px;
	}

	.mv__slider .splide__pagination__page {
		width: 8px;
		height: 8px;
	}
}

/*================================================================
# アンカーメニュー
================================================================ */
.nav {
	background: linear-gradient(180deg, #353535 0%, #1f1f1f 100%);
	position: relative;
	overflow: hidden;
	font-family: "Montserrat", sans-serif;
	z-index: 1;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.nav.is-fixed {
	width: 100%;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
	position: fixed;
	top: 76px;
	left: 0;
	z-index: 29;
}

.starwars-page.is-nav-fixed .nav-placeholder {
	height: 134px;
}

.nav__inner {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
}

.nav__group {
	display: flex;
}

.nav__group--necklace {
	padding: 8px 0 12px 0;
}

.nav__group--tee {
	margin: 0 0 0 40px;
	padding: 8px 0 12px 40px;
	position: relative;
}

.nav__group--tee:before {
	width: 1px;
	height: 100px;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
}

.nav__title {
	margin: 0 32px 0 0;
	display: flex;
	align-items: center;
	font-size: clamp(16px, calc(16px + 5 * ((100vw - 430px) / 850)), 23px);
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: 0.04em;
}

.nav__group--necklace .nav__title {
	color: #ff0000;
}

.nav__group--tee .nav__title {
	color: #fcbe1d;
}

.nav__list {
	display: flex;
	gap: 0 8px;
}

.nav__group--tee .nav__list {
	gap: 0 24px;
}

.nav__group--tee .nav__list .nav__item {
	text-align: center;
}

.nav__item a {
	display: block;
}

.nav__thumb {
	max-height: 100px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav__group--necklace .nav__thumb {
	width: 168px;
	transform: translate(0, -8px);
}

.nav__group--tee .nav__thumb {
	width: 100px;
	transform: translate(0, -8px);
}

@media screen and (max-width: 1279px) {
	.nav__thumb {
		height: 64px;
	}

	.nav__group--necklace .nav__thumb {
		width: 120px;
	}

	.nav__group--tee .nav__thumb {
		width: 80px;
	}
}

.nav__thumb img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	display: block;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transform: translateY(0);
}

.nav__name {
	margin: 0;
	display: block;
	font-size: clamp(10px, calc(10px + 2 * ((100vw - 430px) / 850)), 14px);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.02em;
	transition: opacity 0.3s ease;
}

.nav__group--necklace .nav__item a:hover .nav__thumb img {
	transform: translateY(-4px);
}

.nav__group--tee .nav__item a:hover .nav__thumb img {
	transform: translateY(4px);
}

.nav__item a:hover .nav__name {
	opacity: 0.8;
}

@media screen and (max-width: 750px) {
	.nav.is-fixed {
		top: 72px;
	}

	.starwars-page.is-nav-fixed .nav-placeholder {
		height: 94px;
	}

	.nav__inner {
		padding: 8px 0;
	}

	.nav__group {
		display: block;
	}

	.nav__group--necklace {
		width: 55%;
		padding: 0 8px 0 0;
	}

	.nav__group--tee {
		width: 45%;
		margin: 0;
		padding: 0 0 0 8px;
	}

	.nav__group--tee:before {
		height: 72px;
	}

	.nav__title {
		margin: 0 0 12px;
		justify-content: center;
		font-size: 14px;
	}

	.nav__list {
		margin: 0 0 0 -4px;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0;
	}

	.nav__item {
		width: calc(100% / 3 - 4px);
		margin: 0 0 0 4px;
	}

	.nav__group--tee .nav__list {
		gap: 0;
	}

	.nav__thumb {
		height: auto;
	}

	.nav__group--necklace .nav__thumb,
	.nav__group--tee .nav__thumb {
		width: 100%;
	}

	.nav__thumb img {
		width: 56px;
		max-width: none;
		height: 56px;
		max-height: none;
		object-fit: contain;
	}

	.nav__name {
		display: none;
	}
}

/*================================================================
# intro
================================================================ */
.intro {
	padding: 130px 0 148px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.intro:before {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.14);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: 1;
}

.intro__video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}

.intro__movie {
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	object-fit: cover;
	will-change: opacity;
}

.intro__movie.is-current {
	opacity: 1;
	z-index: 1;
}

.intro__movie.is-next {
	z-index: 2;
}

.intro__inner {
	width: calc(100% - 40px);
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	z-index: 2;
}

.intro__head {
	font-family: "Montserrat", sans-serif;
	transform-style: preserve-3d;
	perspective: 1200px;
}

.intro__title {
	margin: 0;
	opacity: 0;
	font-size: 117px;
	font-weight: 700;
	line-height: 0.95;
	color: #fff;
	letter-spacing: 0.02em;
	will-change: transform, opacity, filter;
	transform: perspective(1200px) rotateX(18deg) translate3d(0, 48px, 0) scale(1.08);
	transform-origin: center bottom;
}

.intro__sub {
	margin: 18px 0 0;
	opacity: 0;
	text-align: center;
	will-change: transform, opacity, filter;
	transform: perspective(1200px) rotateX(18deg) translate3d(0, 56px, 0) scale(1.12);
	transform-origin: center bottom;
}

.intro__sub img {
	width: 718px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.intro__body {
	margin: 74px 0 0;
	opacity: 0;
	will-change: transform, opacity;
	transform: perspective(1200px) rotateX(14deg) translate3d(0, 44px, 0);
	transform-origin: center bottom;
}

.intro__body p {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 2.6;
	color: #fff;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.18);
}

.intro__body p+p {
	margin-top: 4px;
}

.intro.is-inview .intro__title {
	animation:
		introTitleFloat 2.2s cubic-bezier(0.18, 0.8, 0.2, 1) forwards,
		introTitlePulse 4.8s ease-in-out 2.2s infinite;
}

.intro.is-inview .intro__sub {
	animation:
		introSubFloat 2.4s cubic-bezier(0.18, 0.8, 0.2, 1) 0.18s forwards,
		introSubPulse 5.2s ease-in-out 2.58s infinite;
}

.intro.is-inview .intro__body {
	animation: introBodyFloat 2.2s cubic-bezier(0.18, 0.8, 0.2, 1) 0.42s forwards;
}

@media screen and (max-width: 750px) {
	.intro {
		padding: 88px 0 96px;
	}

	.intro__inner {
		width: calc(100% - 32px);
	}

	.intro__head {
		perspective: 800px;
	}

	.intro__title {
		font-size: 44px;
		line-height: 1;
		transform: perspective(800px) rotateX(14deg) translate3d(0, 28px, 0) scale(1.04);
	}

	.intro__sub {
		margin: 12px 0 0;
		transform: perspective(800px) rotateX(14deg) translate3d(0, 32px, 0) scale(1.06);
	}

	.intro__sub img {
		width: 86%;
		max-width: 420px;
	}

	.intro__body {
		margin: 40px 0 0;
		transform: perspective(800px) rotateX(10deg) translate3d(0, 28px, 0);
	}

	.intro__body p {
		font-size: 13px;
		line-height: 2.1;
		text-shadow: 0 0 8px rgba(255, 255, 255, 0.14);
	}

	.intro__body p+p {
		margin-top: 2px;
	}
}

@keyframes introTitleFloat {
	0% {
		opacity: 0;
		filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0)) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
		transform: perspective(1200px) rotateX(18deg) translate3d(0, 48px, 0) scale(1.08);
	}

	55% {
		opacity: 1;
		transform: perspective(1200px) rotateX(8deg) translate3d(0, -8px, 0) scale(1.01);
	}

	100% {
		opacity: 1;
		filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3)) drop-shadow(0 0 24px rgba(255, 255, 255, 0.6));

		transform: perspective(1200px) rotateX(0) translate3d(0, 0, 0) scale(1);
	}
}

@keyframes introSubFloat {
	0% {
		opacity: 0;
		filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0)) drop-shadow(0 0 0 rgba(255, 255, 255, 0)) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
		transform: perspective(1200px) rotateX(18deg) translate3d(0, 56px, 0) scale(1.12);
	}

	60% {
		opacity: 1;
		transform: perspective(1200px) rotateX(8deg) translate3d(0, -10px, 0) scale(1.02);
	}

	100% {
		opacity: 1;
		filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.4)) drop-shadow(0 0 16px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 24px rgba(255, 255, 255, 0.8));
		transform: perspective(1200px) rotateX(0) translate3d(0, 0, 0) scale(1);
	}
}

@keyframes introBodyFloat {
	0% {
		opacity: 0;
		transform: perspective(1200px) rotateX(14deg) translate3d(0, 44px, 0);
	}

	100% {
		opacity: 1;
		transform: perspective(1200px) rotateX(0) translate3d(0, 0, 0);
	}
}

@keyframes introTitlePulse {

	0%,
	100% {
		filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3)) drop-shadow(0 0 24px rgba(255, 255, 255, 0.6));
		transform: translate3d(0, 0, 0) scale(1);
	}

	50% {
		filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.38)) drop-shadow(0 0 30px rgba(255, 255, 255, 0.72));
		transform: translate3d(0, -4px, 0) scale(1.012);
	}
}

@keyframes introSubPulse {

	0%,
	100% {
		filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.4)) drop-shadow(0 0 16px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 24px rgba(255, 255, 255, 0.8));
		transform: translate3d(0, 0, 0) scale(1);
	}

	50% {
		filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.46)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.72)) drop-shadow(0 0 32px rgba(255, 255, 255, 0.92));
		transform: translate3d(0, -5px, 0) scale(1.014);
	}
}

/*================================================================
# 商品一覧
================================================================ */
.necklace {
	padding: 140px 0;
	position: relative;
}

.necklace .inner {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.necklace .product-card,
.tee .product-card {
	margin: 80px 0 0;
}

.necklace .product-card--blue .product-card__button {
	border: 2px solid #2f9bff;
	box-shadow:
		0 0 4px rgba(47, 155, 255, 0.3),
		inset 0 0 14px rgba(47, 155, 255, 0.15);
	text-shadow:
		0 0 6px rgba(47, 155, 255, 0.45),
		0 0 14px rgba(47, 155, 255, 0.7);
}

.necklace .product-card--blue .product-card__button:hover {
	background: rgba(47, 155, 255, 0.16);
	box-shadow:
		0 0 20px rgba(47, 155, 255, 0.75),
		inset 0 0 18px rgba(47, 155, 255, 0.22);
	text-shadow:
		0 0 8px rgba(47, 155, 255, 0.6),
		0 0 18px rgba(47, 155, 255, 0.85);
}

.necklace .product-card--blue .product-card__detail.is-inview .product-card__button {
	animation: necklaceButtonPulseBlue 3.2s ease-in-out 0.6s infinite;
}

.necklace .product-card--blue .product-card__detail.is-inview .product-card__name {
	animation: necklaceNameGlowBlue 3s ease-in-out 0.2s infinite;
}

.necklace .product-card--blue .product-card__lead {
	filter: drop-shadow(0 0 4px rgba(47, 155, 255, 0.65));
}

.necklace .product-card--blue .product-card__lead,
.necklace .product-card--blue .product-card__name,
.necklace .product-card--blue .product-card__button {
	color: #fff;
}

.necklace .product-card--blue .product-card__lead:before {
	filter: drop-shadow(0 0 4px rgba(47, 155, 255, 0.65));
	background-color: #2f9bff;
	box-shadow:
		0 0 2px rgba(47, 155, 255, 0.3),
		0 0 4px rgba(47, 155, 255, 0.8),
		0 0 8px rgba(47, 155, 255, 0.8);
}

.necklace .product-card--blue .product-card__name {
	color: #2f7fe9;
	text-shadow: 0 0 12px rgba(47, 155, 255, 0.35);
}

.necklace .product-card--blue.product-card__detail.is-inview .product-card__lead:before,
.necklace .product-card--blue .product-card__detail.is-inview .product-card__lead:before {
	animation: necklaceLineGlowBlue 2.4s ease-in-out 0.5s infinite;
}

.necklace .product-card--gray .product-card__button {
	border: 2px solid #c8c8c8;
	box-shadow:
		0 0 4px rgba(255, 255, 255, 0.15),
		inset 0 0 14px rgba(255, 255, 255, 0.08);
	text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
}

.necklace .product-card--gray .product-card__button:hover {
	background: rgba(255, 255, 255, 0.08);
	box-shadow:
		0 0 16px rgba(255, 255, 255, 0.25),
		inset 0 0 18px rgba(255, 255, 255, 0.12);
	text-shadow: 0 0 8px rgba(255, 255, 255, 0.35);
}

.necklace .product-card--gray .product-card__detail.is-inview .product-card__button {
	animation: necklaceButtonPulseGray 3.2s ease-in-out 0.6s infinite;
}

.necklace .product-card--gray .product-card__detail.is-inview .product-card__lead:before {
	animation: necklaceLineGlowGray 2.4s ease-in-out 0.5s infinite;
}

.necklace .product-card--gray .product-card__detail.is-inview .product-card__name {
	animation: necklaceNameGlowGray 3s ease-in-out 0.2s infinite;
}

.necklace .product-card--gray .product-card__lead {
	filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.45));
}

.necklace .product-card--gray .product-card__lead,
.necklace .product-card--gray .product-card__name,
.necklace .product-card--gray .product-card__button {
	color: #fff;
}

.necklace .product-card--gray .product-card__lead:before {
	filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.45));
	background-color: #c8c8c8;
	box-shadow:
		0 0 2px rgba(255, 255, 255, 0.2),
		0 0 4px rgba(255, 255, 255, 0.45),
		0 0 8px rgba(255, 255, 255, 0.4);
}

.necklace .product-card--gray .product-card__name {
	color: #666666;
	text-shadow: 0 0 12px rgba(255, 255, 255, 0.12);
}

.necklace .product-card--red .product-card__name,
.tee .product-card--red .product-card__name {
	color: #ff0000;
	text-shadow: 0 0 12px rgba(255, 0, 0, 0.35);
}

.necklace .product-card__button,
.tee .product-card__button {
	width: 72%;
	height: 72px;
	margin: 16% 0 0 20%;
	padding: 0 0 4px;
	border: 2px solid #ff0000;
	border-radius: 999px;
	box-shadow:
		0 0 4px rgba(255, 0, 0, 0.3),
		inset 0 0 14px rgba(255, 0, 0, 0.15);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow:
		0 0 6px rgba(255, 0, 0, 0.45),
		0 0 14px rgba(255, 0, 0, 0.7);
	text-align: center;
	transition:
		background-color 0.3s ease,
		box-shadow 0.3s ease,
		transform 0.3s ease,
		text-shadow 0.3s ease;
}

@media screen and (max-width: 1279px) {

	.necklace .product-card__button,
	.tee .product-card__button {
		margin: 10% 0 0 20%;
	}
}

.necklace .product-card__button:hover,
.tee .product-card__button:hover {
	background: rgba(255, 0, 0, 0.16);
	box-shadow:
		0 0 20px rgba(255, 0, 0, 0.75),
		inset 0 0 18px rgba(255, 0, 0, 0.22);
	text-shadow:
		0 0 8px rgba(255, 0, 0, 0.6),
		0 0 18px rgba(255, 0, 0, 0.85);
	transform: scale(1.02);
}

.necklace .product-card__detail {
	transform: translate3d(40px, 0, 0);
}

.necklace .product-card__detail,
.tee .product-card__detail {
	width: 40%;
	position: absolute;
	right: 2.6%;
	bottom: 10%;
}

.necklace .product-card__detail.is-inview {
	animation: necklaceDetailIn 0.9s cubic-bezier(0.22, 0.8, 0.2, 1) forwards;
}

.necklace .product-card__detail.is-inview .product-card__button {
	animation: necklaceButtonPulse 3.2s ease-in-out 0.6s infinite;
}

.necklace .product-card__detail.is-inview .product-card__lead:before {
	animation: necklaceLineGlow 2.4s ease-in-out 0.5s infinite;
}

.necklace .product-card__detail.is-inview .product-card__name {
	animation: necklaceNameGlow 3s ease-in-out 0.2s infinite;
}

.necklace .product-card__frame {
	filter: brightness(0.8);
	transform: perspective(1400px) rotateX(8deg) scale(0.94);
	transform-origin: center top;
}

.necklace .product-card__frame,
.tee .product-card__frame {
	position: relative;
}

.necklace .product-card__frame.is-inview {
	animation:
		necklaceFrameIn 1.2s cubic-bezier(0.22, 0.8, 0.2, 1) 0.2s forwards,
		necklaceFrameFloat 6s ease-in-out 1.5s infinite;
}

.necklace .product-card__frame>picture img,
.tee .product-card__frame>picture img {
	width: 100%;
	height: auto;
	display: block;
}

/* hover時にスキャンと光るアニメーション
------------------------------------------------------ */
.product-card__frame {
	--hero-glow-rgb: 255, 0, 0;
	--hero-line-rgb: 255, 180, 180;
	--hero-shadow-rgb: 255, 0, 0;
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.product-card__base {
	display: block;
}

.product-card__base img {
	width: 100%;
	height: auto;
	display: block;
}

.product-card__hero {
	width: 95%;
	height: 53%;
	margin: auto;
	cursor: pointer;
	position: absolute;
	top: 4%;
	right: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
}

@media screen and (max-width: 750px) {
	.product-card__hero {
		pointer-events: none;
	}
}

.product-card__hero::before {
	width: 54%;
	height: 72%;
	opacity: 0;
	filter: blur(8px);
	border-radius: 50%;
	background: radial-gradient(circle,
			rgba(var(--hero-glow-rgb), 0.24) 0%,
			rgba(var(--hero-glow-rgb), 0.12) 34%,
			rgba(var(--hero-glow-rgb), 0) 72%);
	position: absolute;
	content: "";
	top: 8%;
	left: 50%;
	transition: opacity 0.45s ease, transform 0.45s ease;
	transform: translateX(-50%) scale(0.92);
}

.product-card__hero::after {
	width: 22%;
	height: 180%;
	opacity: 0;
	filter: blur(4px);
	background: linear-gradient(180deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(var(--hero-line-rgb), 0.08) 18%,
			rgba(var(--hero-line-rgb), 0.3) 42%,
			rgba(255, 255, 255, 0.65) 50%,
			rgba(var(--hero-line-rgb), 0.3) 58%,
			rgba(var(--hero-line-rgb), 0.08) 72%,
			rgba(255, 255, 255, 0) 100%);
	position: absolute;
	content: "";
	top: -40%;
	left: -22%;
	transform: rotate(35deg);
}

.product-card__pulse {
	width: 38%;
	height: 38%;
	opacity: 0;
	filter: drop-shadow(0 0 18px rgba(var(--hero-shadow-rgb), 0.5));
	border: 1px solid rgba(var(--hero-glow-rgb), 0.34);
	border-radius: 50%;
	position: absolute;
	top: 22%;
	left: 50%;
	transform: translateX(-50%) scale(0.8);
}

.product-card__scan {
	width: 100%;
	height: 3px;
	opacity: 0;
	background: linear-gradient(90deg,
			rgba(var(--hero-glow-rgb), 0) 0%,
			rgba(var(--hero-glow-rgb), 0.95) 16%,
			rgba(255, 255, 255, 0.95) 50%,
			rgba(var(--hero-glow-rgb), 0.95) 84%,
			rgba(var(--hero-glow-rgb), 0) 100%);
	box-shadow:
		0 0 12px rgba(var(--hero-shadow-rgb), 0.9),
		0 0 24px rgba(var(--hero-shadow-rgb), 0.5);
	position: absolute;
	top: 18%;
	left: 0;
}

.product-card__main {
	width: 100%;
	height: 100%;
	filter: drop-shadow(0 0 0 rgba(var(--hero-shadow-rgb), 0));
	display: block;
	object-fit: cover;
	will-change: transform, filter;
	transition: transform 0.45s ease, filter 0.45s ease;
	transform: translate3d(0, 0, 0) scale(1);
	transform-origin: 50% 32%;
}

@media screen and (max-width: 750px) {
	.product-card__main {
		display: none;
	}
}

.product-card__frame.is-hover-hero .product-card__hero::before {
	opacity: 1;
	transform: translateX(-50%) scale(1.06);
}

.product-card__frame.is-hover-hero .product-card__hero::after {
	animation: productHeroShine 4s linear infinite;
}

.product-card__frame.is-hover-hero .product-card__pulse {
	opacity: 1;
	animation: productHeroPulse 1.4s ease-out infinite;
}

.product-card__frame.is-hover-hero .product-card__scan {
	opacity: 1;
	animation: productHeroScan 1.8s linear infinite;
}

.product-card__frame.is-hover-hero .product-card__main {
	filter:
		drop-shadow(0 0 10px rgba(var(--hero-shadow-rgb), 0.42)) drop-shadow(0 0 24px rgba(var(--hero-shadow-rgb), 0.28)) drop-shadow(0 20px 32px rgba(0, 0, 0, 0.55));
	animation: productHeroFloat 2.1s ease-in-out infinite;
	transform: translate3d(0, -10px, 0) scale(1.035);
}

.necklace .product-card--red .product-card__frame,
.tee .product-card--red .product-card__frame {
	--hero-glow-rgb: 255, 0, 0;
	--hero-line-rgb: 255, 180, 180;
	--hero-shadow-rgb: 255, 0, 0;
}

.necklace .product-card--blue .product-card__frame {
	--hero-glow-rgb: 47, 155, 255;
	--hero-line-rgb: 170, 220, 255;
	--hero-shadow-rgb: 47, 155, 255;
}

.necklace .product-card--gray .product-card__frame {
	--hero-glow-rgb: 200, 200, 200;
	--hero-line-rgb: 255, 255, 255;
	--hero-shadow-rgb: 200, 200, 200;
}

.tee .product-card--yellow .product-card__frame {
	--hero-glow-rgb: 247, 201, 30;
	--hero-line-rgb: 255, 235, 150;
	--hero-shadow-rgb: 247, 201, 30;
}

.tee .product-card--green .product-card__frame {
	--hero-glow-rgb: 63, 182, 201;
	--hero-line-rgb: 170, 235, 245;
	--hero-shadow-rgb: 63, 182, 201;
}

@keyframes productHeroFloat {
	0% {
		transform: translate3d(0, -10px, 0) scale(1.035);
	}

	50% {
		transform: translate3d(0, -18px, 0) scale(1.045);
	}

	100% {
		transform: translate3d(0, -10px, 0) scale(1.035);
	}
}

@keyframes productHeroPulse {
	0% {
		opacity: 0.55;
		transform: translateX(-50%) scale(0.78);
	}

	70%,
	100% {
		opacity: 0;
		transform: translateX(-50%) scale(1.14);
	}
}

@keyframes productHeroScan {
	0% {
		opacity: 0;
		top: 14%;
	}

	10%,
	50% {
		opacity: 1;
	}

	50% {
		top: 54%;
	}

	100% {
		opacity: 0;
		top: 82%;
	}
}

@keyframes productHeroShine {
	0% {
		opacity: 0;
		left: -22%;
	}

	4% {
		opacity: 1;
	}

	16% {
		opacity: 1;
		left: 58%;
	}

	22%,
	100% {
		opacity: 0;
		left: 74%;
	}
}

/*
------------------------------------------------------ */
.necklace .product-card__lead,
.tee .product-card__lead {
	margin: 0;
	padding: 0 0 11px;
	filter: drop-shadow(0 0 4px rgba(255, 0, 0, 0.65));
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	letter-spacing: 0.03em;
}

.necklace .product-card__lead:before,
.tee .product-card__lead:before {
	width: 100%;
	height: 1px;
	filter: drop-shadow(0 0 4px rgba(255, 0, 0, 0.65));
	background-color: #ff0000;
	box-shadow:
		0 0 2px rgba(255, 0, 0, 0.3),
		0 0 4px rgba(255, 0, 0, 0.8),
		0 0 8px rgba(255, 0, 0, 0.8);
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
}

.necklace .product-card__name,
.tee .product-card__name {
	margin: 12px 0 0;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(42px, 3.2vw, 56px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0.01em;
}

.necklace .series-head {
	transform: translateY(40px);
}

.necklace .series-head,
.necklace .product-card__frame,
.necklace .product-card__detail {
	opacity: 0;
}

.necklace .series-head,
.tee .series-head {
	text-align: center;
}

.necklace .series-head.is-inview {
	animation: necklaceHeadIn 1s cubic-bezier(0.22, 0.8, 0.2, 1) forwards;
}

.necklace .series-head.is-inview .series-sub {
	animation: necklaceSubGlow 3.6s ease-in-out 1.3s infinite;
}

.necklace .series-head.is-inview .series-title {
	animation: necklaceTitleGlow 3.6s ease-in-out 1.1s infinite;
}

.necklace .series-sub,
.tee .series-sub {
	margin: 14px 0 0;
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.03em;
}

.necklace .series-title {
	width: 100%;
	max-width: 1170px;
	margin: auto;
	padding: 0;
	filter: drop-shadow(0 0 12px rgba(255, 0, 0, 0.65)) drop-shadow(0 0 24px rgba(255, 0, 0, 0.85));
	position: relative;
	display: inline-flex;
}

.tee .series-title {
	width: 100%;
	max-width: 1170px;
	margin: auto;
	padding: 0;
	filter: drop-shadow(0 0 12px rgba(255, 196, 0, 0.45)) drop-shadow(0 0 24px rgba(255, 196, 0, 0.35));
	position: relative;
	display: inline-flex;
}

.necklace .series-title:after,
.tee .series-title:after {
	right: 0;
}

.necklace .series-title:before,
.necklace .series-title:after {
	width: calc(100% / 2 - 242px - 48px);
	height: 4px;
	margin: auto 0;
	background: #ff0000;
	box-shadow: 0 0 14px rgba(255, 0, 0, 0.8);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
}

.tee .series-title:before,
.tee .series-title:after {
	width: calc(100% / 2 - 82px - 48px);
	height: 4px;
	margin: auto 0;
	background: #fcbe1d;
	box-shadow: 0 0 14px rgba(240, 197, 58, 0.75);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
}

.necklace .series-title:before,
.tee .series-title:before {
	left: 0;
}

.necklace .series-title img,
.tee .series-title img {
	width: 484px;
	height: auto;
	margin: 0 auto;
	filter: drop-shadow(0 0 24px rgba(255, 0, 0, 0.85));
	display: block;
}

.tee .series-title img {
	width: 165px;
	filter: drop-shadow(0 0 12px rgba(255, 196, 0, 0.45)) drop-shadow(0 0 24px rgba(255, 196, 0, 0.35));
}

.necklace:before {
	width: 100%;
	height: 1080px;
	background: linear-gradient(180deg, #282828 0%, #060606 50%, rgba(40, 40, 40, 0) 100%);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: 1;
}

.necklace__head {
	text-align: center;
}

.necklace__movie {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.necklace__sub {
	margin: 14px 0 0;
	font-family: "Montserrat", sans-serif;
	font-size: 43px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.03em;
}

.necklace__title {
	margin: 0;
	padding: 0 276px;
	filter: drop-shadow(0 0 12px rgba(255, 0, 0, 0.65)) drop-shadow(0 0 24px rgba(255, 0, 0, 0.85));
	position: relative;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 74px;
	font-weight: 700;
	line-height: 1;
	color: transparent;
	text-shadow: 0 0 18px rgba(255, 0, 0, 0.5);
	letter-spacing: 0.04em;
	-webkit-text-stroke: 2px #ff0000;
}

.necklace__title img {
	width: 484px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.necklace__title:after {
	right: 0;
}

.necklace__title:before {
	left: 0;
}

.necklace__title:before,
.necklace__title:after {
	width: 252px;
	height: 4px;
	margin: auto 0;
	background: #ff0000;
	box-shadow: 0 0 14px rgba(255, 0, 0, 0.8);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
}

.necklace__video {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}

.necklace__movie {
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	object-fit: cover;
	will-change: opacity;
}

.necklace__movie.is-current {
	opacity: 1;
	z-index: 1;
}

.necklace__movie.is-next {
	z-index: 2;
}

@media screen and (max-width: 750px) {
	.necklace__video {
		width: 100%;
		height: 100svh;
		position: fixed;
		top: 0;
		left: 0;
	}
}

.tee {
	padding: 160px 0;
	position: relative;
	z-index: 2;
}

.tee .features .features__title {
	color: #fcbe1d;
	text-shadow: 0 0 18px rgba(225, 164, 10, 0.6);
}

.tee .inner {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.tee .product-card {
	margin: 80px 0 0;
}

.tee .product-card--green .product-card__button {
	border-color: #3fb6c9;
	box-shadow:
		0 0 4px rgba(63, 182, 201, 0.3),
		inset 0 0 14px rgba(63, 182, 201, 0.15);
	text-shadow:
		0 0 6px rgba(63, 182, 201, 0.45),
		0 0 14px rgba(63, 182, 201, 0.7);
}

.tee .product-card--green .product-card__button:hover {
	background: rgba(63, 182, 201, 0.16);
	box-shadow:
		0 0 20px rgba(63, 182, 201, 0.72),
		inset 0 0 18px rgba(63, 182, 201, 0.22);
	text-shadow:
		0 0 8px rgba(63, 182, 201, 0.6),
		0 0 18px rgba(63, 182, 201, 0.85);
}

.tee .product-card--green .product-card__detail.is-inview .product-card__button {
	animation: teeButtonPulseGreen 3.2s ease-in-out 0.6s infinite;
}

.tee .product-card--green .product-card__detail.is-inview .product-card__lead:before {
	animation: teeLineGlowGreen 2.4s ease-in-out 0.5s infinite;
}

.tee .product-card--green .product-card__detail.is-inview .product-card__name {
	animation: teeNameGlowGreen 3s ease-in-out 0.2s infinite;
}

.tee .product-card--green .product-card__lead {
	filter: drop-shadow(0 0 4px rgba(63, 182, 201, 0.65));
}

.tee .product-card--green .product-card__lead:before {
	background-color: #3fb6c9;
	box-shadow:
		0 0 2px rgba(63, 182, 201, 0.3),
		0 0 4px rgba(63, 182, 201, 0.8),
		0 0 8px rgba(63, 182, 201, 0.8);
}

.tee .product-card--green .product-card__name {
	color: #1f6d82;
	text-shadow: 0 0 12px rgba(63, 182, 201, 0.28);
}

.tee .product-card--red .product-card__button {
	border-color: #ff0000;
	box-shadow:
		0 0 4px rgba(255, 0, 0, 0.3),
		inset 0 0 14px rgba(255, 0, 0, 0.15);
	text-shadow:
		0 0 6px rgba(255, 0, 0, 0.45),
		0 0 14px rgba(255, 0, 0, 0.7);
}

.tee .product-card--red .product-card__button:hover {
	background: rgba(255, 0, 0, 0.16);
	box-shadow:
		0 0 20px rgba(255, 0, 0, 0.75),
		inset 0 0 18px rgba(255, 0, 0, 0.22);
	text-shadow:
		0 0 8px rgba(255, 0, 0, 0.6),
		0 0 18px rgba(255, 0, 0, 0.85);
}

.tee .product-card--red .product-card__name {
	color: #ff0000;
	text-shadow: 0 0 12px rgba(255, 0, 0, 0.35);
}

.tee .product-card--yellow .product-card__button {
	border-color: #f7c91e;
	box-shadow:
		0 0 4px rgba(247, 201, 30, 0.3),
		inset 0 0 14px rgba(247, 201, 30, 0.15);
	text-shadow:
		0 0 6px rgba(247, 201, 30, 0.45),
		0 0 14px rgba(247, 201, 30, 0.7);
}

.tee .product-card--yellow .product-card__button:hover {
	background: rgba(247, 201, 30, 0.16);
	box-shadow:
		0 0 20px rgba(247, 201, 30, 0.72),
		inset 0 0 18px rgba(247, 201, 30, 0.22);
	text-shadow:
		0 0 8px rgba(247, 201, 30, 0.6),
		0 0 18px rgba(247, 201, 30, 0.85);
}

.tee .product-card--yellow .product-card__detail.is-inview .product-card__button {
	animation: teeButtonPulseYellow 3.2s ease-in-out 0.6s infinite;
}

.tee .product-card--yellow .product-card__detail.is-inview .product-card__lead:before {
	animation: teeLineGlowYellow 2.4s ease-in-out 0.5s infinite;
}

.tee .product-card--yellow .product-card__detail.is-inview .product-card__name {
	animation: teeNameGlowYellow 3s ease-in-out 0.2s infinite;
}

.tee .product-card--yellow .product-card__lead {
	filter: drop-shadow(0 0 4px rgba(247, 201, 30, 0.65));
}

.tee .product-card--yellow .product-card__lead:before {
	background-color: #f7c91e;
	box-shadow:
		0 0 2px rgba(247, 201, 30, 0.3),
		0 0 4px rgba(247, 201, 30, 0.8),
		0 0 8px rgba(247, 201, 30, 0.8);
}

.tee .product-card--yellow .product-card__name {
	color: #f7c91e;
	text-shadow: 0 0 12px rgba(247, 201, 30, 0.35);
}

.tee .product-card__detail {
	bottom: 8.8%;
	transform: translate3d(40px, 0, 0);
}

.tee .product-card__detail.is-inview {
	animation: teeDetailIn 0.9s cubic-bezier(0.22, 0.8, 0.2, 1) forwards;
}

.tee .product-card__detail.is-inview .product-card__button {
	animation: teeButtonPulse 3.2s ease-in-out 0.6s infinite;
}

.tee .product-card__detail.is-inview .product-card__lead:before {
	animation: teeLineGlow 2.4s ease-in-out 0.5s infinite;
}

.tee .product-card__detail.is-inview .product-card__name {
	animation: teeNameGlow 3s ease-in-out 0.2s infinite;
}

.tee .product-card__frame {
	filter: brightness(0.82);
	transform: perspective(1400px) rotateX(8deg) scale(0.94);
	transform-origin: center top;
}

.tee .product-card__frame.is-inview {
	animation:
		teeFrameIn 1.2s cubic-bezier(0.22, 0.8, 0.2, 1) 0.2s forwards,
		teeFrameFloat 6s ease-in-out 1.5s infinite;
}

.tee .product-card__lead {
	padding: 0 0 11px;
	filter: drop-shadow(0 0 4px rgba(255, 0, 0, 0.55));
}

.tee .product-card__lead:before {
	background-color: #ff0000;
	box-shadow:
		0 0 2px rgba(255, 0, 0, 0.3),
		0 0 4px rgba(255, 0, 0, 0.8),
		0 0 8px rgba(255, 0, 0, 0.8);
}

.tee .series-head {
	transform: translateY(40px);
}

.tee .series-head,
.tee .product-card__frame,
.tee .product-card__detail {
	opacity: 0;
}

.tee .series-head.is-inview {
	animation: teeHeadIn 1s cubic-bezier(0.22, 0.8, 0.2, 1) forwards;
}

.tee .series-head.is-inview .series-sub {
	animation: teeSubGlow 3.6s ease-in-out 1.3s infinite;
}

.tee .series-head.is-inview .series-title {
	animation: teeTitleGlow 3.6s ease-in-out 1.1s infinite;
}

@media screen and (max-width: 750px) {

	.features {
		margin: 40px 0 0;
		padding: 88px 0 0;
	}

	.features .inner,
	.necklace .inner,
	.tee .inner {
		padding: 0 16px;
	}

	.features .features__marquee-track span {
		padding: 0 40px 0 0;
		font-size: 64px;
	}

	.features .features__sub-en {
		font-size: 20px;
		line-height: 1.3;
	}

	.features .features__title {
		margin: 6px 0 0;
		font-size: 34px;
		line-height: 1.25;
		letter-spacing: 0.06em;
	}

	.features .features__cards {
		margin: 24px 0 0;
		grid-template-columns: 1fr;
		gap: 20px 0;
	}

	.features .features__card:nth-child(2),
	.features .features__card:nth-child(3) {
		margin: 0;
	}

	.features .features__text {
		left: 16%;
		font-size: 13px;
	}

	.necklace {
		padding: 88px 0 50px;
	}

	.necklace:before {
		height: 520px;
	}

	.necklace .product-card,
	.tee .product-card {
		margin: 40px 0 0;
		padding: 2px;
		position: relative;
	}

	.necklace .product-card--red .product-card__lead:before {
		filter: none;
	}

	.product-card--red .product-card__frame {
		filter: drop-shadow(0 0 4px rgba(255, 0, 0, 0.65));
		box-shadow:
			0 0 2px rgba(255, 0, 0, 0.3),
			0 0 4px rgba(255, 0, 0, 0.8),
			0 0 8px rgba(255, 0, 0, 0.8);
	}

	.product-card--red .product-card__frame:before {
		width: 100px;
		height: 4px;
		filter: drop-shadow(0 0 4px rgba(255, 0, 0, 0.65));
		background-color: #ff0000;
		box-shadow:
			0 0 2px rgba(255, 0, 0, 0.3),
			0 0 8px rgba(255, 0, 0, 0.8);
		position: absolute;
		content: "";
		top: -3px;
		right: 10px;
		z-index: 1;
	}

	.product-card--red .product-card__frame:after {
		width: 100px;
		height: 2px;
		filter: drop-shadow(0 0 4px rgba(255, 0, 0, 0.65));
		background-color: #ff0000;
		box-shadow:
			0 0 2px rgba(255, 0, 0, 0.3),
			0 0 4px rgba(255, 0, 0, 0.8),
			0 0 8px rgba(255, 0, 0, 0.8);
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
	}

	.necklace .product-card--blue .product-card__lead::before {
		filter: none;
	}

	.product-card--blue .product-card__frame {
		filter: drop-shadow(0 0 4px rgba(47, 155, 255, 0.65));
		box-shadow:
			0 0 2px rgba(47, 155, 255, 0.3),
			0 0 4px rgba(47, 155, 255, 0.8),
			0 0 8px rgba(47, 155, 255, 0.8);
	}

	.product-card--blue .product-card__frame::before {
		width: 100px;
		height: 4px;
		filter: drop-shadow(0 0 4px rgba(47, 155, 255, 0.65));
		background-color: #2f9bff;
		box-shadow:
			0 0 2px rgba(47, 155, 255, 0.3),
			0 0 8px rgba(47, 155, 255, 0.8);
		position: absolute;
		content: "";
		top: -3px;
		right: 10px;
		z-index: 1;
	}

	.product-card--blue .product-card__frame::after {
		width: 100px;
		height: 2px;
		filter: drop-shadow(0 0 4px rgba(47, 155, 255, 0.65));
		background-color: #2f9bff;
		box-shadow:
			0 0 2px rgba(47, 155, 255, 0.3),
			0 0 4px rgba(47, 155, 255, 0.8),
			0 0 8px rgba(47, 155, 255, 0.8);
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
	}

	.necklace .product-card--gray .product-card__lead::before {
		filter: none;
	}

	.product-card--gray .product-card__frame {
		filter: drop-shadow(0 0 4px rgba(166, 166, 166, 0.65));
		box-shadow:
			0 0 2px rgba(166, 166, 166, 0.3),
			0 0 4px rgba(166, 166, 166, 0.8),
			0 0 8px rgba(166, 166, 166, 0.8);
	}

	.product-card--gray .product-card__frame::before {
		width: 100px;
		height: 4px;
		filter: drop-shadow(0 0 4px rgba(166, 166, 166, 0.65));
		background-color: #a6a6a6;
		box-shadow:
			0 0 2px rgba(166, 166, 166, 0.3),
			0 0 8px rgba(166, 166, 166, 0.8);
		position: absolute;
		content: "";
		top: -3px;
		right: 10px;
		z-index: 1;
	}

	.product-card--gray .product-card__frame::after {
		width: 100px;
		height: 2px;
		filter: drop-shadow(0 0 4px rgba(166, 166, 166, 0.65));
		background-color: #a6a6a6;
		box-shadow:
			0 0 2px rgba(166, 166, 166, 0.3),
			0 0 4px rgba(166, 166, 166, 0.8),
			0 0 8px rgba(166, 166, 166, 0.8);
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
	}

	.necklace .product-card--yellow .product-card__lead::before {
		filter: none;
	}

	.product-card--yellow .product-card__frame {
		filter: drop-shadow(0 0 4px rgba(247, 201, 30, 0.65));
		box-shadow:
			0 0 2px rgba(247, 201, 30, 0.3),
			0 0 4px rgba(247, 201, 30, 0.8),
			0 0 8px rgba(247, 201, 30, 0.8);
	}

	.product-card--yellow .product-card__frame::before {
		width: 100px;
		height: 4px;
		filter: drop-shadow(0 0 4px rgba(247, 201, 30, 0.65));
		background-color: #f7c91e;
		box-shadow:
			0 0 2px rgba(247, 201, 30, 0.3),
			0 0 8px rgba(247, 201, 30, 0.8);
		position: absolute;
		content: "";
		top: -3px;
		right: 10px;
		z-index: 1;
	}

	.product-card--yellow .product-card__frame::after {
		width: 100px;
		height: 2px;
		filter: drop-shadow(0 0 4px rgba(247, 201, 30, 0.65));
		background-color: #f7c91e;
		box-shadow:
			0 0 2px rgba(247, 201, 30, 0.3),
			0 0 4px rgba(247, 201, 30, 0.8),
			0 0 8px rgba(247, 201, 30, 0.8);
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
	}

	.necklace .product-card--green .product-card__lead::before {
		filter: none;
	}

	.product-card--green .product-card__frame {
		filter: drop-shadow(0 0 4px rgba(63, 182, 201, 0.65));
		box-shadow:
			0 0 2px rgba(63, 182, 201, 0.3),
			0 0 4px rgba(63, 182, 201, 0.8),
			0 0 8px rgba(63, 182, 201, 0.8);
	}

	.product-card--green .product-card__frame::before {
		width: 100px;
		height: 4px;
		filter: drop-shadow(0 0 4px rgba(63, 182, 201, 0.65));
		background-color: #3fb6c9;
		box-shadow:
			0 0 2px rgba(63, 182, 201, 0.3),
			0 0 8px rgba(63, 182, 201, 0.8);
		position: absolute;
		content: "";
		top: -3px;
		right: 10px;
		z-index: 1;
	}

	.product-card--green .product-card__frame::after {
		width: 100px;
		height: 2px;
		filter: drop-shadow(0 0 4px rgba(63, 182, 201, 0.65));
		background-color: #3fb6c9;
		box-shadow:
			0 0 2px rgba(63, 182, 201, 0.3),
			0 0 4px rgba(63, 182, 201, 0.8),
			0 0 8px rgba(63, 182, 201, 0.8);
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
	}

	.necklace .product-card__frame,
	.tee .product-card__frame {
		filter: brightness(0.9);
		transform: none;
	}

	.necklace .product-card__frame.is-inview {
		animation: necklaceFrameIn 1.2s cubic-bezier(0.22, 0.8, 0.2, 1) 0.2s forwards;
	}

	.necklace .product-card__detail,
	.tee .product-card__detail {
		width: 100%;
		margin: 0;
		padding: 32px 24px 40px;
		position: static;
		transform: translate3d(0, 24px, 0);
	}

	.necklace .product-card__lead,
	.tee .product-card__lead {
		padding: 0 0 8px;
		font-size: 13px;
		line-height: 1.5;
		text-align: center;
	}

	.necklace .product-card__name,
	.tee .product-card__name {
		margin: 10px 0 0;
		font-size: 30px;
		line-height: 1.1;
		text-align: center;
	}

	.necklace .product-card__button,
	.tee .product-card__button {
		width: 100%;
		height: 52px;
		margin: 20px 0 0;
		padding: 0 0 2px;
		font-size: 16px;
	}

	.necklace .series-sub,
	.tee .series-sub,
	.necklace__sub {
		margin: 10px 0 0;
		font-size: 18px;
	}

	.necklace .series-title {
		padding: 0 64px;
		filter: drop-shadow(0 0 12px rgba(255, 0, 0, 0.85));
	}

	.necklace .series-title img,
	.tee .series-title img,
	.necklace__title img {
		width: auto;
		height: 28px;
	}

	.tee .series-title img {
		width: 90px;
	}

	.necklace .series-title img,
	.tee .series-title img {
		filter: drop-shadow(0 0 12px rgba(255, 0, 0, 0.85));
	}

	.necklace .series-title:before,
	.necklace .series-title:after {
		width: 40px;
		height: 2px;
	}

	.tee .series-title:before,
	.tee .series-title:after {
		width: 110px;
		height: 2px;
	}

	.necklace__title {
		font-size: 36px;
		-webkit-text-stroke: 1px #ff0000;
	}

	.necklace__video {
		width: 100%;
		height: 100svh;
		position: fixed;
		top: 0;
		left: 0;
	}

	.tee {
		padding: 88px 0 56px;
	}

	.tee .series-title {
		padding: 0 120px;
	}
}

@keyframes features-marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-50% - 50px));
	}
}

@keyframes necklaceButtonPulse {

	0%,
	100% {
		box-shadow:
			0 0 4px rgba(255, 0, 0, 0.3),
			inset 0 0 14px rgba(255, 0, 0, 0.15);
		text-shadow:
			0 0 6px rgba(255, 0, 0, 0.45),
			0 0 14px rgba(255, 0, 0, 0.7);
	}

	50% {
		box-shadow:
			0 0 10px rgba(255, 0, 0, 0.5),
			0 0 18px rgba(255, 0, 0, 0.35),
			inset 0 0 18px rgba(255, 0, 0, 0.22);
		text-shadow:
			0 0 8px rgba(255, 0, 0, 0.62),
			0 0 18px rgba(255, 0, 0, 0.82);
	}
}

@keyframes necklaceButtonPulseBlue {

	0%,
	100% {
		box-shadow:
			0 0 4px rgba(47, 155, 255, 0.3),
			inset 0 0 14px rgba(47, 155, 255, 0.15);
		text-shadow:
			0 0 6px rgba(47, 155, 255, 0.45),
			0 0 14px rgba(47, 155, 255, 0.7);
	}

	50% {
		box-shadow:
			0 0 10px rgba(47, 155, 255, 0.5),
			0 0 18px rgba(47, 155, 255, 0.35),
			inset 0 0 18px rgba(47, 155, 255, 0.22);
		text-shadow:
			0 0 8px rgba(47, 155, 255, 0.62),
			0 0 18px rgba(47, 155, 255, 0.82);
	}
}

@keyframes necklaceButtonPulseGray {

	0%,
	100% {
		box-shadow:
			0 0 4px rgba(255, 255, 255, 0.15),
			inset 0 0 14px rgba(255, 255, 255, 0.08);
		text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
	}

	50% {
		box-shadow:
			0 0 8px rgba(255, 255, 255, 0.22),
			0 0 16px rgba(255, 255, 255, 0.12),
			inset 0 0 18px rgba(255, 255, 255, 0.12);
		text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
	}
}

@keyframes necklaceDetailIn {
	0% {
		opacity: 0;
		transform: translate3d(40px, 0, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes necklaceFrameFloat {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-8px);
	}
}

@keyframes necklaceFrameIn {
	0% {
		opacity: 0;
		filter: brightness(0.8);
		transform: perspective(1400px) rotateX(8deg) scale(0.94);
	}

	100% {
		opacity: 1;
		filter: brightness(1);
		transform: perspective(1400px) rotateX(0) scale(1);
	}
}

@keyframes necklaceHeadIn {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes necklaceLineGlow {

	0%,
	100% {
		box-shadow:
			0 0 2px rgba(255, 0, 0, 0.3),
			0 0 4px rgba(255, 0, 0, 0.8),
			0 0 8px rgba(255, 0, 0, 0.8);
	}

	50% {
		box-shadow:
			0 0 4px rgba(255, 0, 0, 0.45),
			0 0 10px rgba(255, 0, 0, 0.95),
			0 0 16px rgba(255, 0, 0, 0.95);
	}
}

@keyframes necklaceLineGlowBlue {

	0%,
	100% {
		box-shadow:
			0 0 2px rgba(47, 155, 255, 0.3),
			0 0 4px rgba(47, 155, 255, 0.8),
			0 0 8px rgba(47, 155, 255, 0.8);
	}

	50% {
		box-shadow:
			0 0 4px rgba(47, 155, 255, 0.45),
			0 0 10px rgba(47, 155, 255, 0.95),
			0 0 16px rgba(47, 155, 255, 0.95);
	}
}

@keyframes necklaceLineGlowGray {

	0%,
	100% {
		box-shadow:
			0 0 2px rgba(255, 255, 255, 0.2),
			0 0 4px rgba(255, 255, 255, 0.45),
			0 0 8px rgba(255, 255, 255, 0.4);
	}

	50% {
		box-shadow:
			0 0 4px rgba(255, 255, 255, 0.28),
			0 0 8px rgba(255, 255, 255, 0.55),
			0 0 14px rgba(255, 255, 255, 0.48);
	}
}

@keyframes necklaceNameGlow {

	0%,
	100% {
		text-shadow: 0 0 12px rgba(255, 0, 0, 0.35);
	}

	50% {
		text-shadow:
			0 0 18px rgba(255, 0, 0, 0.55),
			0 0 30px rgba(255, 0, 0, 0.35);
	}
}

@keyframes necklaceNameGlowBlue {

	0%,
	100% {
		text-shadow: 0 0 12px rgba(47, 155, 255, 0.35);
	}

	50% {
		text-shadow:
			0 0 18px rgba(47, 155, 255, 0.55),
			0 0 30px rgba(47, 155, 255, 0.35);
	}
}

@keyframes necklaceNameGlowGray {

	0%,
	100% {
		text-shadow: 0 0 10px rgba(255, 255, 255, 0.08);
	}

	50% {
		text-shadow: 0 0 16px rgba(255, 255, 255, 0.16);
	}
}

@keyframes necklaceSubGlow {

	0%,
	100% {
		text-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
	}

	50% {
		text-shadow: 0 0 18px rgba(255, 255, 255, 0.72);
	}
}

@keyframes necklaceTitleGlow {

	0%,
	100% {
		filter: drop-shadow(0 0 12px rgba(255, 0, 0, 0.65)) drop-shadow(0 0 24px rgba(255, 0, 0, 0.85));
	}

	50% {
		filter: drop-shadow(0 0 16px rgba(255, 0, 0, 0.85)) drop-shadow(0 0 32px rgba(255, 0, 0, 0.95));
	}
}

@keyframes teeButtonPulse {

	0%,
	100% {
		box-shadow:
			0 0 4px rgba(255, 0, 0, 0.3),
			inset 0 0 14px rgba(255, 0, 0, 0.15);
		text-shadow:
			0 0 6px rgba(255, 0, 0, 0.45),
			0 0 14px rgba(255, 0, 0, 0.7);
	}

	50% {
		box-shadow:
			0 0 10px rgba(255, 0, 0, 0.5),
			0 0 18px rgba(255, 0, 0, 0.35),
			inset 0 0 18px rgba(255, 0, 0, 0.22);
		text-shadow:
			0 0 8px rgba(255, 0, 0, 0.62),
			0 0 18px rgba(255, 0, 0, 0.82);
	}
}

@keyframes teeButtonPulseGreen {

	0%,
	100% {
		box-shadow:
			0 0 4px rgba(63, 182, 201, 0.3),
			inset 0 0 14px rgba(63, 182, 201, 0.15);
		text-shadow:
			0 0 6px rgba(63, 182, 201, 0.45),
			0 0 14px rgba(63, 182, 201, 0.7);
	}

	50% {
		box-shadow:
			0 0 10px rgba(63, 182, 201, 0.5),
			0 0 18px rgba(63, 182, 201, 0.35),
			inset 0 0 18px rgba(63, 182, 201, 0.22);
		text-shadow:
			0 0 8px rgba(63, 182, 201, 0.62),
			0 0 18px rgba(63, 182, 201, 0.82);
	}
}

@keyframes teeButtonPulseYellow {

	0%,
	100% {
		box-shadow:
			0 0 4px rgba(247, 201, 30, 0.3),
			inset 0 0 14px rgba(247, 201, 30, 0.15);
		text-shadow:
			0 0 6px rgba(247, 201, 30, 0.45),
			0 0 14px rgba(247, 201, 30, 0.7);
	}

	50% {
		box-shadow:
			0 0 10px rgba(247, 201, 30, 0.5),
			0 0 18px rgba(247, 201, 30, 0.35),
			inset 0 0 18px rgba(247, 201, 30, 0.22);
		text-shadow:
			0 0 8px rgba(247, 201, 30, 0.62),
			0 0 18px rgba(247, 201, 30, 0.82);
	}
}

@keyframes teeDetailIn {
	0% {
		opacity: 0;
		transform: translate3d(40px, 0, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes teeFrameFloat {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-8px);
	}
}

@keyframes teeFrameIn {
	0% {
		opacity: 0;
		filter: brightness(0.82);
		transform: perspective(1400px) rotateX(8deg) scale(0.94);
	}

	100% {
		opacity: 1;
		filter: brightness(1);
		transform: perspective(1400px) rotateX(0) scale(1);
	}
}

@keyframes teeHeadIn {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes teeLineGlow {

	0%,
	100% {
		box-shadow:
			0 0 2px rgba(255, 0, 0, 0.3),
			0 0 4px rgba(255, 0, 0, 0.8),
			0 0 8px rgba(255, 0, 0, 0.8);
	}

	50% {
		box-shadow:
			0 0 4px rgba(255, 0, 0, 0.45),
			0 0 10px rgba(255, 0, 0, 0.95),
			0 0 16px rgba(255, 0, 0, 0.95);
	}
}

@keyframes teeLineGlowGreen {

	0%,
	100% {
		box-shadow:
			0 0 2px rgba(63, 182, 201, 0.3),
			0 0 4px rgba(63, 182, 201, 0.8),
			0 0 8px rgba(63, 182, 201, 0.8);
	}

	50% {
		box-shadow:
			0 0 4px rgba(63, 182, 201, 0.45),
			0 0 10px rgba(63, 182, 201, 0.95),
			0 0 16px rgba(63, 182, 201, 0.95);
	}
}

@keyframes teeLineGlowYellow {

	0%,
	100% {
		box-shadow:
			0 0 2px rgba(247, 201, 30, 0.3),
			0 0 4px rgba(247, 201, 30, 0.8),
			0 0 8px rgba(247, 201, 30, 0.8);
	}

	50% {
		box-shadow:
			0 0 4px rgba(247, 201, 30, 0.45),
			0 0 10px rgba(247, 201, 30, 0.95),
			0 0 16px rgba(247, 201, 30, 0.95);
	}
}

@keyframes teeNameGlow {

	0%,
	100% {
		text-shadow: 0 0 12px rgba(255, 0, 0, 0.35);
	}

	50% {
		text-shadow:
			0 0 18px rgba(255, 0, 0, 0.55),
			0 0 30px rgba(255, 0, 0, 0.35);
	}
}

@keyframes teeNameGlowGreen {

	0%,
	100% {
		text-shadow: 0 0 12px rgba(63, 182, 201, 0.28);
	}

	50% {
		text-shadow:
			0 0 18px rgba(63, 182, 201, 0.42),
			0 0 30px rgba(63, 182, 201, 0.26);
	}
}

@keyframes teeNameGlowYellow {

	0%,
	100% {
		text-shadow: 0 0 12px rgba(247, 201, 30, 0.35);
	}

	50% {
		text-shadow:
			0 0 18px rgba(247, 201, 30, 0.55),
			0 0 30px rgba(247, 201, 30, 0.35);
	}
}

@keyframes teeSubGlow {

	0%,
	100% {
		text-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
	}

	50% {
		text-shadow: 0 0 18px rgba(255, 255, 255, 0.72);
	}
}

@keyframes teeTitleGlow {

	0%,
	100% {
		filter: drop-shadow(0 0 12px rgba(255, 196, 0, 0.45)) drop-shadow(0 0 24px rgba(255, 196, 0, 0.35));
	}

	50% {
		filter: drop-shadow(0 0 16px rgba(255, 196, 0, 0.7)) drop-shadow(0 0 30px rgba(255, 196, 0, 0.5));
	}
}

/*================================================================
# features
================================================================ */
.features {
	margin: 64px 0 0;
	padding: 190px 0 0;
	position: relative;
}

.features .features__marquee {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.features .features__marquee-track {
	width: max-content;
	display: flex;
	will-change: transform;
	animation: features-marquee 26s linear infinite;
}

.features .features__marquee-track span {
	padding: 0 100px 0 0;
	flex: 0 0 auto;
	font-family: "Montserrat", sans-serif;
	font-size: 170px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.15);
	white-space: nowrap;
	letter-spacing: 0.02em;
}

.features .features__head {
	opacity: 0;
	text-align: center;
	z-index: 2;
	transition:
		opacity 1.2s ease,
		transform 1.2s ease,
		filter 1.2s ease;
	transform: translateY(28px);
}

.features .features__sub-en {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 43px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	text-shadow:
		0 0 10px rgba(255, 255, 255, 0.85),
		0 0 22px rgba(255, 255, 255, 0.7);
	letter-spacing: 0.04em;
}

.features .features__title {
	margin: 8px 0 0;
	font-size: 70px;
	font-weight: 800;
	line-height: 1.2;
	color: #f00;
	text-shadow: 0 0 18px rgba(255, 0, 0, 0.6);
	letter-spacing: 0.1em;
}

.features .inner {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	padding: 0 24px;
	position: relative;
	z-index: 2;
}

.features .features__cards {
	margin: 24px 0 0;
	display: grid;
	align-items: start;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0 16px;
}

.features .features__card {
	opacity: 0;
	filter: blur(10px);
	position: relative;
	display: grid;
	transition: opacity 1.1s ease, transform 1.1s ease, filter 1.1s ease;
	transform: translateY(56px);
	grid-template-columns: 13.5% 86.5%;
}

.features .features__card::before {
	width: 2px;
	height: calc(28% + 80px);
	filter: drop-shadow(0 0 16px rgba(255, 0, 0, 0.85)) drop-shadow(0 0 32px rgba(255, 0, 0, 0.95));
	background: #f00;
	box-shadow: 0 0 12px rgba(255, 0, 0, 0.8);
	position: absolute;
	content: "";
	top: 72%;
	left: 28px;
}

.features .features__card:nth-child(2) {
	margin: 80px 0 0;
}

.features .features__card:nth-child(2)::before {
	height: calc(48% + 80px);
	top: 52%;
}

.features .features__card:nth-child(3) {
	margin: 160px 0 0;
}

.features .features__card:nth-child(3)::before {
	height: calc(60% + 80px);
	top: 40%;
}

.features .features__card-head {
	filter: drop-shadow(0 0 8px rgba(255, 0, 0, 0.4)) drop-shadow(0 0 16px rgba(255, 0, 0, 0.85)) drop-shadow(0 0 32px rgba(255, 0, 0, 0.95));
}

.tee .features .features__card::before {
	width: 2px;
	height: calc(28% + 80px);
	filter: drop-shadow(0 0 16px rgba(255, 195, 0, 0.85)) drop-shadow(0 0 32px rgba(255, 195, 0, 0.95));
	background: #fcbe1d;
	box-shadow: 0 0 12px rgba(255, 195, 0, 0.8);
	position: absolute;
	content: "";
	top: 72%;
	left: 28px;
}

.tee .features .features__card:nth-child(2) {
	margin: 80px 0 0;
}

.tee .features .features__card:nth-child(2)::before {
	height: calc(48% + 80px);
	top: 52%;
}

.tee .features .features__card:nth-child(3) {
	margin: 160px 0 0;
}

.tee .features .features__card:nth-child(3)::before {
	height: calc(15% + 80px);
	top: 85%;
}

.tee .features .features__card-head {
	filter: drop-shadow(0 0 4px rgba(255, 195, 0, 0.4)) drop-shadow(0 0 16px rgba(255, 195, 0, 0.85)) drop-shadow(0 0 32px rgba(255, 195, 0, 0.95));
}

.features .features__card-head img {
	width: 100px;
	height: auto;
	display: block;
}

.features .features__card-body {
	padding: 100px 0 0;
}

.features .features__main-image img {
	width: 100%;
	height: auto;
	display: block;
}

.features .features__text {
	margin: 24px 0 0 8px;
	font-size: clamp(12px, 1.125vw, 18px);
	line-height: 2;
	color: #fff;
}

.features.is-inview .features__head {
	opacity: 1;
	filter: blur(0);
	transform: translateY(0);
}

.features__cards.is-inview .features__card {
	opacity: 1;
	filter: blur(0);
	transform: translateY(0);
}

.features__cards.is-inview .features__card:nth-child(1) {
	transition-delay: 0.15s;
}

.features__cards.is-inview .features__card:nth-child(2) {
	transition-delay: 0.32s;
}

.features__cards.is-inview .features__card:nth-child(3) {
	transition-delay: 0.49s;
}

.features__cards.is-inview .features__head {
	opacity: 1;
	filter: blur(0);
	transform: translateY(0);
}

@media screen and (max-width: 750px) {
	.features {
		margin: 40px 0 0;
		padding: 88px 0 0;
	}

	.features .features__marquee-track span {
		padding: 0 40px 0 0;
		font-size: 64px;
	}

	.features .features__head {
		position: relative;
	}

	.features .features__sub-en {
		font-size: 20px;
		line-height: 1.3;
		letter-spacing: 0.03em;
	}

	.features .features__title {
		margin: 6px 0 0;
		font-size: 34px;
		line-height: 1.25;
		letter-spacing: 0.06em;
	}

	.features .inner {
		padding: 0 32px;
	}

	.features .features__cards {
		width: 90%;
		margin: 40px auto 0;
		grid-template-columns: 1fr;
		gap: 64px 0;
	}

	.features .features__card,
	.features .features__card:nth-child(2),
	.features .features__card:nth-child(3),
	.tee .features .features__card:nth-child(2),
	.tee .features .features__card:nth-child(3) {
		margin: 0;
	}

	.features .features__card {
		gap: 0 4px;
		grid-template-columns: 32px minmax(0, 1fr);
	}

	.features .features__card::before {
		width: 1px;
		height: 280px;
		top: 330px;
		left: 14px;
	}

	.features .features__card:nth-child(2)::before {
		width: 1px;
		height: 360px;
		top: 260px;
		left: 14px;
	}

	.features .features__card:nth-child(3)::before {
		width: 1px;
		height: 460px;
		top: 186px;
		left: 14px;
	}

	.tee .features .features__card::before {
		width: 1px;
		height: 280px;
		top: 330px;
		left: 14px;
	}

	.tee .features .features__card:nth-child(2)::before {
		width: 1px;
		height: 360px;
		top: 250px;
		left: 14px;
	}

	.tee .features .features__card:nth-child(3)::before {
		width: 1px;
		height: 200px;
		top: 390px;
		left: 14px;
	}

	.features .features__card-head,
	.tee .features .features__card-head {
		width: 32px;
	}

	.features .features__card-head img {
		width: 32px;
	}

	.features .features__card-body {
		padding: 40px 0 0;
	}

	.features .features__text {
		margin: 16px 0 0;
		font-size: 14px;
		line-height: 1.9;
	}
}

/*================================================================
# shop-info
================================================================ */
.starwars-page .shop-info {
	margin: 100px 0;
	padding: 0;
	position: relative;
	z-index: 2;
}

.starwars-page .shop-info__block+.shop-info__block {
	margin: 80px 0 0;
}

.starwars-page .shop-info__block {
	position: relative;
}

.starwars-page .shop-info__title {
	width: fit-content;
	margin: 0 auto;
	padding: 0 24px;
	background: #000;
	position: relative;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	letter-spacing: 0.04em;
	z-index: 2;
}

.starwars-page .shop-info__box {
	margin-top: -18px;
	padding: 48px 80px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 20px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	letter-spacing: 0.02em;
}

.starwars-page .shop-info__box small {
	margin: 0 0 0 4px;
}

.starwars-page .shop-info__text {
	margin: 0;
	font-size: 18px;
	line-height: 2;
}

.starwars-page .shop-info__note {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.8;
}

@media screen and (max-width: 750px) {
	.starwars-page .shop-info {
		width: calc(100% - 32px);
		margin: 64px auto;
	}

	.starwars-page .shop-info__block+.shop-info__block {
		margin: 40px 0 0;
	}

	.starwars-page .shop-info__title {
		padding: 0 16px;
		background: #000;
		font-size: 18px;
	}

	.starwars-page .shop-info__box {
		margin-top: -12px;
		padding: 40px 32px;
		border-radius: 12px;
	}

	.starwars-page .shop-info__box small {
		margin: 0 0 0 4px;
	}

	.starwars-page .shop-info__text {
		margin: 0;
		font-size: 14px;
		line-height: 2;
	}

	.starwars-page .shop-info__note {
		margin: 8px 0 0;
		font-size: 12px;
		line-height: 1.618;
	}

}

/*================================================================
# footer
================================================================ */
#footer {
	margin: 0;
	padding: 46px 0 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.site-footer {
	padding: 80px 0 24px;
	position: relative;
	z-index: 2;
}

.site-footer__inner {
	position: relative;
	text-align: center;
	z-index: 2;
}

.site-footer__brand {
	width: 427px;
	margin: 0 auto;
}

.site-footer__brand img {
	width: 100%;
	height: auto;
	display: block;
}

.site-footer__copy {
	margin: 78px 0 0;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	letter-spacing: 0.08em;
}

@media screen and (max-width: 750px) {
	#footer {
		padding: 32px 0 0;
	}

	.site-footer {
		padding: 48px 0 20px;
	}

	.site-footer__inner {
		padding: 0 16px;
	}

	.site-footer__brand {
		width: 220px;
	}

	.site-footer__copy {
		margin: 40px 0 0;
		font-size: 10px;
		line-height: 1.6;
		letter-spacing: 0.06em;
	}
}



header#header,
.btn_page_top {
    display: none;
}