:root {
	--font-en: Playfair Display, sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	font-size: 2.6666666667vw;
}

html.noscroll {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: left;
	background-color: #fff;
	position: relative;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

ol,
ul,
dl {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

b,
strong {
	font-weight: 700;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: 400;
	text-align: inherit;
	text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[hidden] {
	display: none !important;
}

.c-container {
	padding-left: 3.8rem;
	padding-right: 3.8rem;
	width: 100%;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-underline {
	text-decoration: underline;
}

.c-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	font-weight: 500;
	padding: 0.5rem 1rem;
	font-size: 1.4rem;
	transition: all 0.25s ease-in-out;
}

.c-btn:hover {
	opacity: 0.7;
	text-decoration: none;
}

.c-btn:focus,
.c-btn.focus {
	outline: 0;
}

.c-btn.disabled,
.c-btn:disabled {
	opacity: 0.6;
}

.c-btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.c-btn.--black {
	background-color: #000;
	color: #fff;
	height: 3.9rem;
	min-width: 12rem;
}

.c-btn.--inline {
	background-color: #7d7d7d;
	color: #fff;
	position: relative;
	font-weight: 500;
	height: 5rem;
	min-width: 18.8rem;
}

.c-btn.--inline::after {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 0.6rem);
	height: calc(100% - 0.6rem);
	border: 1px solid #fff;
}

.hamburger-box {
	border-left: 0.1rem solid #ccc;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: auto;
	height: 7rem;
	width: 7rem;
	z-index: 1100;
}

.hamburger-box.is-active .hamburger-inner {
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(45deg);
}

.hamburger-box.is-active .hamburger-inner:before {
	transition: top 75ms ease, opacity 75ms ease 0.12s;
	opacity: 0;
	top: 0;
}

.hamburger-box.is-active .hamburger-inner:after {
	transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transform: rotate(-90deg);
	bottom: 0;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger-inner:after,
.hamburger-inner:before,
.hamburger-inner {
	width: 2.8rem;
	height: 0.2rem;
	background-color: #333;
	transition: transform 0.15s ease;
	border-radius: 1.5px;
}

.hamburger-inner {
	position: relative;
	display: block;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 75ms;
}

.hamburger-inner:before {
	position: absolute;
	top: -0.8rem;
	transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger-inner:after {
	position: absolute;
	bottom: -0.8rem;
	transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.animate_animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}

.fadeBlur {
	animation-name: fadeBlur;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	opacity: 0;
	filter: blur(12px);
}

.fadeInRight {
	animation-name: fadeInRight;
	opacity: 0;
	transform: translateX(-2rem);
}

.fadeUp {
	animation-name: fadeUp;
	opacity: 0;
	transform: translateY(5rem);
}

.ani-progress {
	animation: progress linear forwards;
	animation-duration: 10s;
}

.c-hline {
	font-family: var(--font-en);
	font-size: 5rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.c-hline::after {
	content: "";
	background-color: var(--line-color, #000);
	display: block;
	height: 1px;
	transform: scaleY(0.5);
	margin-top: 1rem;
}

.c-hline.c-hline--noline::after {
	display: none;
}

.w100 {
	width: 100%;
}

.byte {
	font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

body.is-loadding {
	opacity: 0;
	background-color: #000;
}

.font-en {
	font-family: var(--font-en);
}

.f-medium {
	font-weight: 500;
}

.pageload {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100vh;
}

.pageload.is-done {
	display: none;
}

.pageload-blk {
	position: absolute;
	right: 0;
	width: 100%;
	height: 20%;
	overflow: hidden;
	background: #000;
	transition: width 1.2s cubic-bezier(0.76, 0, 0.24, 1);
}

.pageload-blk:nth-child(1) {
	top: 0;
}

.pageload-blk:nth-child(2) {
	top: 20%;
}

.pageload-blk:nth-child(3) {
	top: 40%;
}

.pageload-blk:nth-child(4) {
	top: 60%;
}

.pageload-blk:nth-child(5) {
	top: 80%;
}

.pageload-blk.is-loaded {
	width: 0;
}

.pageload-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	filter: blur(12px);
	transition: opacity 1s ease-in-out, filter 1s ease-in-out;
	z-index: 10;
}

.pageload-logo.is-loaded {
	opacity: 1;
	filter: blur(0);
}

.pageload-logo.is-loaded img {
	transform: scale(1.08);
}

.pageload-logo.is-fadeOut img {
	opacity: 0;
}

.pageload-logo img {
	width: 26rem;
	transition: transform 3.2s linear, opacity 0.6s linear;
}

.p-mv__right {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.p-mv__box {
	height: 30.5556%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3.6rem 4rem 6.4rem;
}

.p-mv__ttl {
	margin-bottom: 3.8rem;
}

.p-mv__ttl img {
	width: 27.2rem;
}

.p-point {
	background-color: #000;
	color: #fff;
	padding: 9.6rem 0 15.9rem;
}

.p-point__left {
	padding: 0 3.8rem 2.8rem;
}

.p-point__right {
	align-self: flex-start;
}

.p-point__txt {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 10rem;
	text-align: justify;
}

.p-point__ttl {
	margin-bottom: 0.5rem;
}

.p-point__ttl::after {
	display: none;
}

.p-point__list {
	border-top: 1px solid #fff;
	counter-reset: point;
}

.p-point__list li {
	cursor: pointer;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: center;
	gap: 2rem;
	font-size: 1.6rem;
	padding: 1.5rem 2rem 1.5rem 0;
	position: relative;
}

.p-point__list li::before {
	content: counter(point) ".";
	counter-increment: point;
	font-family: var(--font-en);
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1;
	margin-top: -1rem;
}

.p-point__list li::after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0.6rem 0 0.6rem 1rem;
	border-color: transparent transparent transparent #d0d0ce;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}

.p-point__list li.is-active::after {
	opacity: 1;
}

.p-point__control {
	display: flex;
	align-items: center;
}

.p-point__play {
	position: relative;
	display: block;
	cursor: pointer;
	width: 4rem;
	filter: brightness(0) invert(1);
	aspect-ratio: 1;
	border: 0;
	background: url("../images/pause_icon.svg") no-repeat center/1rem;
}

.p-point__play.is-pause {
	background: url("../images/play_icon.svg") no-repeat center/1rem;
}

.p-point .progress {
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0 auto;
	position: relative;
	height: 0.15rem;
	width: calc(100% - 7.6rem);
}

.p-point .progress-bar {
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
}

.p-point .point-item__img {
	margin-bottom: 3.8rem;
}

.p-point .point-item__img img {
	width: 100%;
}

.p-point .point-item__ttl {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.33;
	margin-bottom: 2rem;
}

.p-point .point-item__txt {
	font-size: 1.4rem;
	line-height: 1.83;
	text-align: justify;
}

.p-intro {
	background-color: #000;
	color: #fff;
	padding-bottom: 16rem;
}

.p-intro__mv {
	margin-bottom: 8.5rem;
	position: relative;
}

.p-intro__mv img {
	display: block;
	width: 100%;
}

.p-intro__mv-txt {
	position: absolute;
	z-index: 5;
}

.p-intro__mv-txt img {
	width: var(--intro-img-width);
}

.p-intro__mv-txt.--offset1 {
	--intro-img-width: 36vw;
	left: 13.0666666667vw;
	bottom: 52.5333333333vw;
}

.p-intro__mv-txt.--offset2 {
	--intro-img-width: 43.2vw;
	right: 13.3333333333vw;
	bottom: 23.4666666667vw;
}

.p-intro__ttl {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 3.3rem;
}

.p-intro__txt {
	font-size: 1.4rem;
	line-height: 1.83;
	margin-bottom: 18.4rem;
	text-align: justify;
}

.p-intro__detail {
	--line-color: #fff;
	margin-bottom: 4.5rem;
}

.p-intro__list {
	display: grid;
	gap: 9rem 3rem;
}

.p-intro .intro-card__img {
	margin-bottom: 2.2rem;
}

.p-intro .intro-card__img img {
	width: 100%;
}

.p-intro .intro-card__txt {
	font-size: 1.4rem;
	line-height: 1.83;
	text-align: justify;
}

.p-lineup {
	padding: 13.4rem 0 16.1rem;
}

.p-lineup .c-hline {
	max-width: 128.9rem;
}

.p-lineup__wrap {
	margin-top: 4.8rem;
}

.p-lineup__txt {
	font-size: 1.2rem;
	line-height: 1.75;
}

.p-lineup__txt-big {
	font-size: 1.8rem;
	line-height: 1.5;
}

.p-lineup__btns {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.1rem;
	margin-top: 5rem;
}

.p-lineup__gallery {
	order: 2;
	display: flex;
	gap: 4rem;
	justify-content: center;
	margin-bottom: 6.2rem;
	position: relative;
	z-index: 2;
}

.product-card {
	text-align: center;
}

.product-card:hover .product-card__img img {
	transform: scale(1.05);
}

.product-card__img {
	margin: 0 auto 2rem;
	width: 11.5rem;
}

.product-card__img img {
	transition: 0.3s ease;
}

.product-card__name {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 1.4rem;
}

.p-movie {
	margin-bottom: 15.9rem;
}

.p-movie .c-hline {
	margin-bottom: 3rem;
	text-align: center;
}

.p-movie__wrap video {
	display: block;
	aspect-ratio: 4/5;
	margin: 0 auto;
	max-width: 100%;
}

.p-about {
	padding-bottom: 9.3rem;
	padding-top: 1px;
	position: relative;
	z-index: 1;
}

.p-about::before {
	content: "";
	background: url("../images/bg01_sp.webp") no-repeat center/cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	z-index: -1;
}

.p-about .c-hline {
	margin-bottom: 5.6rem;
	margin-top: -4rem;
}

.p-about__wrap::after {
	content: "";
	display: block;
	clear: both;
}

.p-about__content {
	max-width: 68.4rem;
}

.p-about__txt {
	font-size: 1.4rem;
	line-height: 1.83;
	margin-bottom: 5.6rem;
	text-align: justify;
}

.p-about__message {
	font-size: 1.8rem;
	line-height: 1.7;
	text-indent: -0.5em;
	text-align: justify;
}

.p-about__img img {
	width: 25rem;
}

@media (min-width: 375px) {

.d-xsm-none {
	display: none !important;
}

.d-xsm-block {
	display: block !important;
}

.d-xsm-flex {
	display: flex !important;
}

.text-xsm-left {
	text-align: left !important;
}

.text-xsm-right {
	text-align: right !important;
}

.text-xsm-center {
	text-align: center !important;
}

}

@media (min-width: 430px) {

html {
	font-size: 11.4666666667px;
}

.d-sm-none {
	display: none !important;
}

.d-sm-block {
	display: block !important;
}

.d-sm-flex {
	display: flex !important;
}

.text-sm-left {
	text-align: left !important;
}

.text-sm-right {
	text-align: right !important;
}

.text-sm-center {
	text-align: center !important;
}

}

@media (min-width: 768px) {

html {
	font-size: 10px;
}

.c-container {
	margin: auto;
	max-width: 149.6rem;
	padding-left: 3.8rem;
	padding-right: 3.8rem;
}

.d-md-none {
	display: none !important;
}

.d-md-block {
	display: block !important;
}

.d-md-flex {
	display: flex !important;
}

.text-md-left {
	text-align: left !important;
}

.text-md-right {
	text-align: right !important;
}

.text-md-center {
	text-align: center !important;
}

.c-btn {
	font-size: 1.5rem;
}

.c-btn.--black {
	height: 4.5rem;
	min-width: 15.5rem;
}

.c-btn.--inline {
	height: 6.7rem;
	min-width: 25rem;
}

.c-btn.--inline::after {
	width: calc(100% - 0.8rem);
	height: calc(100% - 0.8rem);
}

.c-hline {
	font-size: 8rem;
	font-weight: 600;
}

.c-hline::after {
	height: 2.8px;
}

.sp {
	display: none !important;
}

.p-mv {
	display: flex;
	height: calc(100vh - var(--header-height));
	min-height: 60rem;
}

.p-mv__left {
	height: 100%;
	width: 55.208%;
}

.p-mv__img {
	height: 69.4444%;
}

.p-mv__box {
	order: 2;
	padding: 3rem 2rem;
}

.p-mv__ttl {
	margin-bottom: min(2.0833333333vw, 3.8rem);
}

.p-mv__ttl img {
	width: 100%;
}

.p-point {
	display: grid;
	grid-template-columns: 1fr 62.5%;
	gap: 4rem;
	padding: 18.8rem 4.4791666667vw 19.4rem;
}

.p-point__left {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 0;
}

.p-point__txt {
	margin-bottom: auto;
}

.p-point__ttl {
	padding-left: 1.1458333333vw;
}

.p-point__list li {
	gap: 2.03125vw;
	font-size: 1.4583333333vw;
	padding: 1.5625vw 2.0833333333vw 1.7708333333vw 1.1458333333vw;
}

.p-point__list li::before {
	font-size: 3.3854166667vw;
	margin-top: -1.5625vw;
}

.p-point__control {
	align-items: flex-end;
	gap: 1rem;
	margin-top: 4.8rem;
}

.p-point__play {
	top: 1.8rem;
}

.p-point .progress {
	width: 100%;
}

.p-point .point-item__img {
	margin-bottom: 1.9791666667vw;
}

.p-point .point-item__info {
	max-width: 100rem;
	padding-right: 2rem;
}

.p-intro {
	padding-bottom: 16.6rem;
}

.p-intro__mv {
	margin-bottom: 9rem;
}

.p-intro__mv-txt.--offset1 {
	--intro-img-width: 19.6354166667vw;
	left: 16.0416666667vw;
	bottom: 19.1145833333vw;
}

.p-intro__mv-txt.--offset2 {
	--intro-img-width: 23.5416666667vw;
	right: 12.7604166667vw;
	bottom: 4.8958333333vw;
}

.p-intro__ttl {
	font-size: 2.8rem;
	text-align: center;
}

.p-intro__txt {
	font-size: 1.8rem;
	max-width: 93.7rem;
	margin: 0 auto 16.1rem;
}

.p-intro__list {
	grid-template-columns: repeat(3, 1fr);
}

.p-lineup {
	padding: 22rem 0 25.4rem;
}

.p-lineup__wrap {
	margin-top: 7rem;
}

.p-lineup__txt {
	font-size: 1.4rem;
	line-height: 1.857;
}

.p-lineup__txt-big {
	font-size: 2em;
}

.p-lineup__btns {
	flex-direction: row;
	gap: 4.1rem;
	margin-top: 7.2rem;
}

.p-lineup__gallery {
	gap: 10rem;
}

.product-card__img {
	margin-bottom: 4.1rem;
	width: 20rem;
}

.product-card__img img {
	position: relative;
	right: -1rem;
}

.product-card__name {
	font-size: 1.2rem;
	margin-bottom: 1.6rem;
}

.p-movie {
	margin-bottom: 27.4rem;
}

.p-movie .c-hline {
	margin-bottom: 2.3rem;
}

.p-movie__wrap video {
	aspect-ratio: 16/9;
	width: 112.8rem;
}

.p-about::before {
	background-image: url("../images/bg01.webp");
}

.p-about .c-hline {
	margin-top: -5.8rem;
}

.p-about__txt {
	font-size: 1.8rem;
	margin-bottom: 6rem;
}

.p-about__message {
	line-height: 1.9;
}

.p-about__img {
	float: right;
	margin-left: 3rem;
}

.p-about__img img {
	width: 30rem;
}

}

@media (min-width: 992px) {

.d-lg-none {
	display: none !important;
}

.d-lg-block {
	display: block !important;
}

.d-lg-flex {
	display: flex !important;
}

.text-lg-left {
	text-align: left !important;
}

.text-lg-right {
	text-align: right !important;
}

.text-lg-center {
	text-align: center !important;
}

.p-mv__box {
	padding-inline: 4.2708333333vw;
}

.p-point {
	gap: 6.8rem;
}

.p-point__list li::after {
	border-width: 0.85rem 0 0.85rem 1.5rem;
	right: 1.7rem;
}

.p-intro__list {
	gap: 5rem;
}

.p-intro .intro-card__img {
	margin-bottom: 3.4rem;
}

.p-intro .intro-card__txt {
	font-size: 1.8rem;
}

.p-about__message {
	font-size: 2.2rem;
}

.p-about__img img {
	width: 40rem;
}

}

@media screen and (min-width: 1100px) {

.p-lineup__wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.p-lineup__gallery {
	justify-content: flex-start;
	gap: 5rem;
	margin-top: -21.2rem;
	margin-bottom: 0;
}

}

@media (min-width: 1280px) {

.d-xl-none {
	display: none !important;
}

.d-xl-block {
	display: block !important;
}

.d-xl-flex {
	display: flex !important;
}

.text-xl-left {
	text-align: left !important;
}

.text-xl-right {
	text-align: right !important;
}

.text-xl-center {
	text-align: center !important;
}

.p-mv__ttl img {
	width: 34.21875vw;
}

.p-point__txt {
	font-size: 2rem;
}

.p-point .point-item__ttl {
	margin-bottom: 1.5rem;
}

.p-point .point-item__txt {
	font-size: 1.5rem;
}

.p-intro__list {
	gap: 11rem;
}

.p-lineup__gallery {
	gap: 10rem;
}

.product-card__img {
	width: 28.8rem;
}

}

@media (max-width: 767px) {

.pc {
	display: none !important;
}

.p-mv__left {
	aspect-ratio: 375/360;
}

.p-mv__left img {
	-o-object-position: bottom;
	object-position: bottom;
}

.p-mv__btn {
	text-align: center;
}

.p-point .point-item__info {
	padding-inline: 3.8rem;
}

.p-lineup__btns a {
	max-width: 18.8rem;
}

.p-about__message {
	margin: 0 auto;
	max-width: 25rem;
}

.p-about__img {
	margin-bottom: 4rem;
	text-align: center;
}

}

@keyframes fadeBlur {

from {
	opacity: 0;
	filter: blur(12px);
}

to {
	opacity: 1;
	filter: blur(0);
}

}

@keyframes fadeInRight {

from {
	opacity: 0;
	transform: translateX(-2rem);
}

to {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes fadeUp {

from {
	opacity: 0;
	transform: translateY(5rem);
}

to {
	opacity: 1;
	transform: translateY(0px);
}

}

@keyframes progress {

from {
	width: 0%;
}

to {
	width: 100%;
}

}

