@charset "UTF-8";



/*  ----------------------------------------------------------

kv

----------------------------------------------------------  */
.top-kv {

}
.top-kv-hero {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 600px;
	height: 100vh;
}
.top-kv-hero-video {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.top-kv-hero-video .player {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s linear;
}
.opening-ready .top-kv-hero-video .player {
	opacity: 1;
}
.top-kv-hero-video video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
}
.top-kv-hero-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 950px;
	opacity: 0;
}
.opening-start .top-kv-hero-inner {
	opacity: 1;
}
.top-kv-hero-inner div img {
	display: block;
	width: 350px;
	transition: all 1s ease;
	transform: translateX(-50px);
	opacity: 0;
}
.opening-start .top-kv-hero-inner div img {
	transform: translateX(0px);
	opacity: 1;
}
.top-kv-hero-inner h2 {
	display: flex;
	flex-direction: column;
	gap: 30px;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.1;
	text-shadow: 0 0 10px #fff, 0 0 6px #fff;
}
.top-kv-hero-inner h2 em {
	display: flex;
	font-style: normal;
}
.top-kv-hero-inner h2 em span {
	display: block;
	transition-duration: 0.4s;
	transition-property: transform, opacity;
	transition-timing-function: ease-out;
	transform: translateY(50px);
	opacity: 0;
}
.opening-start .top-kv-hero-inner h2 em span {
	transform: translateY(0px);
	opacity: 1;
}
.top-kv-hero-scroll {
	position: absolute;
	top: 50%;
	left: 0;
	display: flex;
	align-items: center;
	padding-left: 10px;
	font-family: "Akshar", sans-serif;
	font-size: 14px;
	line-height: 1;
	transform: rotate(-90deg);
}
.top-kv-hero-scroll i {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 15px 2px 0;
	width: 82px;
	height: 1px;
}
.top-kv-hero-scroll i::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	animation: animKvHeroScroll 2s ease infinite;
}
.top-kv-hero-cart {
	position: absolute;
	right: 40px;
	bottom: 40px;
	width: 114px;
}
.top-kv-hero-cart a {
	position: relative;
	display: block;
	opacity: 1;
}
.top-kv-hero-cart a span {
	position: relative;
	display: block;
	padding: 1px;
	border-radius: 50%;
	box-shadow: 0 2px 16px rgba(18,85,255,0.16);
}
.top-kv-hero-cart a span i {
	display: block;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
}
.top-kv-hero-cart a span i img {
	display: block;
	transition: opacity 0.3s ease;
}
.top-kv-hero-cart a > img {
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -2px 0 0 -12px;
	width: 25px;
	transition: all 0.3s ease;
}

@keyframes animKvHeroScroll {
	0% { transform: translate(0%, 0%); }
	49% { transform: translate(-100%, 0%); }
	50% { transform: translate(-100%, 200%); }
	51% { transform: translate(100%, 200%); }
	52% { transform: translate(100%, 0%); }
	100% { transform: translate(0%, 0%); }
}

.top-kv-hero-cart a:hover span i img {
	opacity: 0.6;
}
.top-kv-hero-cart a:hover > img {
	transform: translateX(4px);
}

@media screen and (max-width: 1200px) {
	.top-kv-hero-inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: auto;
	}
	.top-kv-hero-inner h2 {
		margin-top: 50px;
		align-items: center;
	}
}

@media screen and (max-width: 768px) {
	.top-kv-hero {
		min-height: 540px;
	}
	.top-kv-hero-inner {
		padding-bottom: 14vh;
	}
	.top-kv-hero-inner div img {
		width: min(calc(260 / 375 * 100vw), 350px);
	}
	.top-kv-hero-inner h2 {
		display: flex;
		flex-direction: column;
		margin-top: min(calc(30 / 375 * 100vw), 50px);
		gap: min(calc(30 / 375 * 100vw), 30px);
		font-size: min(calc(19 / 375 * 100vw), 30px);
		letter-spacing: 0;
	}
	.top-kv-hero-inner h2 em span {
		transform: translateY(min(calc(30 / 375 * 100vw), 40px));
	}
	.top-kv-hero-scroll {
		left: 34px;
		top: auto;
		bottom: 0;
		padding: 0;
		font-size: 12px;
		transform-origin: 0 100%;
	}
	.top-kv-hero-scroll i {
	}
	.top-kv-hero-cart {
		right: 30px;
		bottom: 20px;
		width: 114px;
	}
}

.top-kv-logo {
    width: 84rem;
    margin: 0 auto 2rem auto;
}
.top-kv-catch {
    color: var(--color-navy);
    font-weight: 600;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 3rem;
}
.top-kv figure {
    padding-right: 10rem;
    position: relative;
    z-index: 10;
}
.top-kv figure.fade img {
    width: 76%; /* 画像幅を半分にする */
    height: auto; /* 高さは自動調整 */
    display: block; /* 余白を自動計算するためにブロック要素に変更 */
    margin: 0 auto; /* 左右の余白を自動計算して中央に寄せる */
}

@media screen and (max-width: 768px) {
    .top-kv figure {
        padding-right: 0;
    }
		.top-kv figure.fade img {
			width: 90%;
		}
}



/*  ----------------------------------------------------------

news text

----------------------------------------------------------  */
.top-news {
    width: 80rem;
    margin: 4rem auto 4rem auto;
}
.top-news h2 {
    line-height: 1;
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    font-weight: 600;
}
.top-news .wrap {
    border-radius: 1.0rem;
    border: solid 0.12rem #000;
    padding: 1.6rem 2.5rem 1.5rem 2.5rem;
    font-weight: 600;
}
.top-news .wrap a {
    text-decoration: underline;
}
.top-news .wrap a:hover {
    opacity: 1;
    text-decoration: none;
    color: var(--color-blue);
}
@media screen and (max-width: 768px) {
    .top-news {
        width: auto;
        padding: 0 3rem;
    }
    .top-news .wrap {
        padding: 2.1rem 2.5rem 2rem 2.5rem;
    }

}



/*  ----------------------------------------------------------

feature

----------------------------------------------------------  */
.top-feature {
    margin: 0 0 8rem 0;
}
.top-feature ul li {
    margin-bottom: 8rem;
}
.top-feature ul li figure,
.top-feature ul li p {
    width: 80rem;
    margin: 0 auto;
}
.top-feature ul li figure {
    margin-bottom: 2rem;
}
.top-feature ul li figure.col {
    display: flex;
    justify-content: space-between;
}
.top-feature ul li figure.col img {
    width: 49%;
    height: auto;
}
.top-feature ul li p {
    text-align: center;
}
.top-feature ul li:nth-child(1) > div {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.top-feature ul li:nth-child(1) > div::before {
    content: "";
    width: 5rem;
    height: 0.25rem;
    background: var(--color-blue);
    margin: 3rem 0 5rem 0;
}
.top-feature ul li:nth-child(1) > div a {
    display: flex;
    align-items: center;
    line-height: 1;
    color: var(--color-blue);
    font-weight: 600;
    font-size: 2rem;
}
.top-feature ul li:nth-child(1) > div a::after {
    content: "";
    width: 5rem;
    height: 5rem;
    background: url(../img/arrow-1.png) no-repeat center;
    background-size: 5rem auto;
    margin-left: 1rem;
}
@media screen and (max-width: 768px) {
	.top-feature {
        overflow: hidden;
				margin: 0;
    }
    .top-feature ul li {
        padding: 0 3rem;
    }
		.top-feature ul li:nth-child(1) > div::before {
			margin: 0 0 3rem 0;
		}
    .top-feature ul li figure,
    .top-feature ul li p {
        width: auto;
    }
    .top-feature ul li figure {
        margin-bottom: 2rem;
    }
    .top-feature ul li figure.col {
        flex-direction: column;
    }
    .top-feature ul li figure.col img {
        width: 100%;
    }
    .top-feature ul li figure.col img:not(:last-of-type) {
        margin-bottom: 1.5rem;
    }
    .top-feature ul li p {
				margin-bottom: 3rem;
        text-align: left;
        font-size: 1.6rem;
    }
    .top-feature ul li:nth-child(1) > div a {
        font-size: 1.8rem;
    }
}

.top-video {
    max-width: 65%;
    margin: 0 auto 3rem;
}

video{
    width: 100%;
}

@media screen and (max-width: 768px) {
 .top-video {
    max-width: 90%;
 }
}
ul,li {
  font-size: 14px;           /* 文字の大きさを指定 */
  list-style: none;          /* デフォルトのリストの「・」を無効化 */
}


ul li.new::after {
  content: 'New!';           /* 最後に入れたい任意の文字を入力 */
  font-size: 11px;           /* 文字サイズを11pxに指定 */
  font-weight: bold;         /* 太文字に指定 */
  line-height: 1.3;          /* 行間を指定 */
  display: inline-block;     /* line-heightの背景にも色を入れるため */
  color: #fff;               /* 文字色を白に指定 */
  background: #F00;          /* 背景色を赤に指定 */
  border-radius: 15px;       /* 楕円形にするため角丸 */
  padding: 0 5px;            /* 上下左右に少し余白 */
  margin-left: 10px;         /* これを指定すれば上寄せや下寄せが可能 */
  vertical-align: baseline;  /* これを指定すれば上寄せや下寄せが可能 */
}
  
  
.top-kv .purchase-link a {
    font-size: 50px !important; /* より具体的なセレクタを使用 */
}


.top-notes {
	margin-bottom: 10rem;
}
.top-notes ul {
	padding: 2.5rem 3rem;
	width: 80rem;
	margin: 0 auto;
	border: 1px solid #00a0e9;
	border-radius: 1.3rem;
	font-family: 'Noto Sans JP', serif;
	font-weight: 500;
}
.top-notes ul li {
	position: relative;
	margin-bottom: 2rem;
	padding-left: 2em;
	font-size: 1.6rem;
	line-height: 1.75;
}
.top-notes ul li:last-child {
	margin-bottom: 0;
}
.top-notes ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 2.1rem;
	height: 2.1rem;
	background-image: url(../img/top-note-check.png);
	background-size: contain;
}
.top-notes ul li span {
	color: #1255ff;
}
.top-notes ul li em {
	font-style: normal;
	color: #ff0000;
}

@media screen and (max-width: 768px) {
	.top-notes {
		margin-bottom: 10rem;
		padding: 0 3rem;
	}
	.top-notes ul {
		padding: 2.5rem 2rem;
		width: 100%;
	}
}