/*
Template Name: Untrois
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* # =================================================================
# Forms # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted #000;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
  outline: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* org-add */
*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

textarea, input[type=text] {
  font-size: max(1.15rem, 16px);
}
@media screen and (min-width: 768px) {
  textarea, input[type=text] {
    font-size: max(1rem, 16px);
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  color: #F3EFDE;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #1B1B1B;
}
_::-webkit-full-page-media, _:future, :root body {
  min-height: -webkit-fill-available;
}

@media screen and (min-width: 768px) {
  body {
    font-size: clamp(1.6rem, 1.57vw, 2.2rem);
  }
}

main {
  flex: 1;
}

p {
  text-align: justify;
}

a {
  color: #F3EFDE;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* l-inner */
.l-inner {
  padding: 0 min(4.67vw, 75px);
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}

/* hover */
@media (hover: hover) {
  .c-hover {
    transition: opacity linear 0.3s;
  }
  .c-hover:hover, .c-hover:focus {
    opacity: 0.6;
  }
}

/* HeaderNav */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.c-header__imgbox {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 753/121;
}
@media screen and (min-width: 768px) {
  .c-header__imgbox {
    aspect-ratio: 1400/90;
  }
}

.c-header__img {
  width: 100%;
  height: 100%;
}

/* c-btn */
.c-btn, .c-btn--comming {
  font-family: "Shippori Antique", sans-serif;
  position: relative;
  font-size: min(3.6vw, 1.6rem);
  color: #F3EFDE;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 47px;
  color: #1B1B1B;
  background-color: #F3EFDE;
  width: max-content;
  padding: min(4.93vw, 28px) min(24.27vw, 182px);
}
@media screen and (min-width: 768px) {
  .c-btn, .c-btn--comming {
    font-size: clamp(1.4rem, 1.14vw, 1.6rem);
    height: min(5vw, 70px);
    padding: 0 min(9.57vw, 134px);
  }
}
.c-btn .cls-1, .c-btn--comming .cls-1 {
  fill: #1B1B1B !important;
}
@media (hover: hover) {
  .c-btn, .c-btn--comming {
    transition: box-shadow ease 0.3s;
  }
  .c-btn:hover, .c-btn--comming:hover, .c-btn:focus, .c-btn--comming:focus {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.38);
  }
}

.c-btn--comming {
  font-family: "Noto Sans JP", sans-serif;
  pointer-events: none;
  width: 100%;
  max-width: max-content;
  padding: min(4.93vw, 28px) min(13.33vw, 143px);
}
@media screen and (min-width: 768px) {
  .c-btn--comming {
    padding-left: 35px;
  }
}

/* p-footer */
.p-footer {
  position: relative;
  z-index: 4;
  padding: 21.33vw 0 16vw;
  background-image: url(/assets/images/footerbg-sp_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: -2.93vw;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: min(14.43vw, 202px) 0 min(7.14vw, 100px);
    margin-top: -2.86vw;
  }
}

.p-footer__logobox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5.33vw 0;
}
@media screen and (min-width: 768px) {
  .p-footer__logobox {
    gap: 35px 0;
  }
}

.p-footer__logo {
  display: block;
  width: min(30.67vw, 272px);
  height: auto;
  aspect-ratio: 230/229;
}

.p-footer__img {
  display: block;
  width: min(82.27vw, 470px);
  height: auto;
  aspect-ratio: 617/33;
}

.p-footer__more {
  font-family: "Shippori Antique", sans-serif;
  font-size: min(3.2vw, 1.8rem);
  letter-spacing: 0.04em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(4.4vw, 30px) min(11.73vw, 88px);
  border-radius: 80px;
  border: 1px solid #070707;
  margin-top: min(1.33vw, 25px);
}

.p-footer__moreicon {
  position: absolute;
  top: 0;
  right: min(3.47vw, 20px);
  bottom: 0;
  content: "";
  display: block;
  width: min(3.33vw, 17px);
  height: auto;
  margin: auto 0;
}
.p-footer__moreicon .cls-1 {
  fill: #F3EFDE;
}
@media (hover: hover) {
  .p-footer__moreicon .cls-1 {
    transition: fill ease 0.3s;
  }
}

.p-footer__detail {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: min(13.33vw, 100px);
  margin-top: 21.33vw;
}
@media screen and (min-width: 768px) {
  .p-footer__detail {
    justify-content: space-between;
    flex-direction: row;
    gap: 0;
    margin-top: min(14.29vw, 200px);
  }
}

.p-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4vw 0;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0 min(2.14vw, 30px);
  }
}

.p-footer__link {
  font-size: min(2.67vw, 1.2rem);
  line-height: 1.42;
  text-decoration: underline;
  color: #0A090A;
}

.p-footer__list--online {
  display: flex;
  align-items: flex-end;
  gap: 0 3px;
}
.p-footer__list--online::after {
  content: "";
  display: block;
  width: min(3.07vw, 14px);
  height: auto;
  aspect-ratio: 13/12;
  background-image: url(/assets/images/online_img.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 2px;
}

.p-footer__copy {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Prompt", sans-serif;
  color: rgba(7, 7, 7, 0.7);
}

/* p-top */
.p-top {
  width: 100%;
  height: auto;
  aspect-ratio: 750/1334;
}
@media screen and (min-width: 768px) {
  .p-top {
    aspect-ratio: 1400/805;
  }
}

.p-top__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-top__switch {
  position: fixed;
  bottom: 17px;
  right: min(4.67vw, 75px);
  z-index: 10;
  font-size: 1.2rem;
  line-height: 2.17;
  letter-spacing: 0.05em;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  mix-blend-mode: difference;
  border: 1px solid #C3C3C3;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .p-top__switch {
    justify-content: space-between;
    width: 158px;
    height: 51px;
    padding: 0 20px;
    bottom: 45px;
    border-radius: 60px;
    border: 1px solid #434343;
  }
}
@media (hover: hover) {
  .p-top__switch {
    transition: box-shadow ease 0.3s;
  }
  .p-top__switch:hover, .p-top__switch:focus {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.38);
  }
}

.p-top__switchtext {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.p-top__switchimg {
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-top__switchimg {
    width: 20px;
  }
}

/* p-intro */
.p-intro {
  padding-top: min(16vw, 190px);
}
@media screen and (min-width: 768px) {
  .p-intro {
    padding-top: 0;
  }
}

.p-intro__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(10.67vw, 80px) 0;
}
@media screen and (min-width: 768px) {
  .p-intro__container {
    flex-direction: row;
    align-items: stretch;
    gap: 0 min(10vw, 140px);
  }
}

.p-intro__box {
  display: flex;
  flex-direction: column;
  gap: min(10.67vw, 80px) 0;
}
@media screen and (min-width: 768px) {
  .p-intro__box {
    gap: min(5.71vw, 80px) 0;
    padding-top: min(16vw, 190px);
  }
}

.p-intro__textbox {
  display: flex;
  flex-direction: column;
  gap: min(6.67vw, 50px) 0;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .p-intro__textbox {
    gap: min(3.57vw, 50px) 0;
  }
}

.p-intro__textinbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-intro__mask, .p-intro__masken {
  overflow: clip;
}

.p-intro__text {
  text-align: left;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: min(3.87vw, 2.9rem);
  line-height: 2.08;
}
@media screen and (min-width: 768px) {
  .p-intro__text {
    font-size: clamp(1.9rem, 2.07vw, 2.9rem);
    text-align: left;
  }
}
.p-intro__text span {
  float: left;
  display: inline-block;
}

.p-intro__main {
  font-size: min(6.13vw, 4.2rem);
  text-align: center;
  font-weight: 700;
  line-height: 1.48;
}
@media screen and (min-width: 768px) {
  .p-intro__main {
    font-size: clamp(2.4rem, 2.86vw, 4rem);
    line-height: 1.5;
    text-align: left;
  }
}
.p-intro__main span {
  float: left;
  display: inline-block;
}

.p-intro__enbox {
  display: flex;
  flex-direction: column;
  gap: min(6.67vw, 40px) 0;
  font-family: "Prompt", sans-serif;
  border-top: 1px solid rgba(250, 250, 250, 0.3);
  padding-top: min(10.67vw, 80px);
}
@media screen and (min-width: 768px) {
  .p-intro__enbox {
    gap: min(2.86vw, 40px) 0;
    padding-top: min(5.71vw, 80px);
  }
}

.p-intro__entext {
  letter-spacing: 0.045em;
  font-size: min(2.67vw, 1.6rem);
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-intro__entext {
    font-size: clamp(1.12rem, 1.14vw, 1.6rem);
  }
}
.p-intro__entext span {
  display: inline-block;
  float: left;
}

.p-intro__enmain {
  font-size: min(4.53vw, 2rem);
  line-height: 1.47;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-intro__enmain {
    font-size: 2rem;
  }
}
.p-intro__enmain span {
  display: inline-block;
  float: left;
}

.p-intro__img {
  width: min(43.87vw, 300px);
  height: auto;
  aspect-ratio: 329/443;
}
@media screen and (min-width: 768px) {
  .p-intro__img {
    position: sticky;
    top: 1.79vw;
    width: min(21.43vw, 300px);
    padding-top: min(16vw, 190px);
    box-sizing: content-box;
  }
}

/* p-product */
.p-product {
  margin-top: min(26.67vw, 200px);
  padding-bottom: min(20vw, 200px);
}
@media screen and (min-width: 768px) {
  .p-product {
    margin-top: min(14.29vw, 200px);
    padding-bottom: min(14.29vw, 200px);
  }
}

.p-product__title {
  width: min(68.4vw, 479px);
  height: auto;
  aspect-ratio: 513/158;
  margin-bottom: min(9.07vw, 80px);
}
@media screen and (min-width: 768px) {
  .p-product__title {
    width: min(39.29vw, 550px);
    margin-bottom: min(5.71vw, 80px);
  }
}

.p-product__img {
  width: min(72.8vw, 546px);
  height: auto;
  aspect-ratio: 546/540;
  filter: drop-shadow(0 10px 99px rgba(255, 255, 255, 0.39));
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  .p-product__img {
    width: min(39vw, 546px);
    margin-left: calc(-1 * min(4.67vw, 75px) / 2);
  }
}

.p-product__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(8vw, 60px);
}
@media screen and (min-width: 768px) {
  .p-product__container {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 min(4.29vw, 60px);
  }
}

.p-product__subtitle {
  font-family: "Prompt", sans-serif;
  font-size: min(4vw, 1.6rem);
  letter-spacing: 0.05em;
  margin-bottom: min(5.33vw, 40px);
}
@media screen and (min-width: 768px) {
  .p-product__subtitle {
    font-size: 3rem;
    margin-bottom: min(2vw, 28px);
  }
}

@media screen and (min-width: 768px) {
  .p-product__box {
    flex: 1;
  }
}

.p-product__item--price, .p-product__item {
  display: flex;
  flex-direction: column;
  padding: min(3.73vw, 28px) 0;
  border-top: 1px solid #434343;
}
@media screen and (min-width: 768px) {
  .p-product__item--price, .p-product__item {
    flex-direction: row;
    align-items: center;
    gap: 0 min(7vw, 98px);
    padding: min(2.14vw, 30px) 0;
  }
}
.p-product__item--price:last-of-type, .p-product__item:last-of-type {
  border-bottom: 1px solid #434343;
}

.p-product__item {
  gap: min(1.33vw, 12px);
}

.p-product__item--price {
  gap: min(1.6vw, 12px);
}

.p-product__en {
  font-family: "Prompt", sans-serif;
  font-size: min(2.67vw, 1.2rem);
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-product__en {
    flex: 1;
  }
}

.p-product__text {
  line-height: 1.83;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-product__text {
    font-size: clamp(1.2rem, 1.14vw, 1.6rem);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 2px;
    width: min(31vw, 434px);
  }
}

.p-product__price {
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-product__price {
    font-size: min(1.43vw, 2rem);
  }
}

.p-product__tax {
  font-size: min(2.67vw, 1.6rem);
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-product__tax {
    font-size: min(1.14vw, 1.6rem);
  }
}

.u-lesmid {
  letter-spacing: 0.05em;
}

.p-product__btnbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: min(10.67vw, 80px);
}
@media screen and (min-width: 768px) {
  .p-product__btnbox {
    margin-top: min(3.57vw, 50px);
  }
}

.p-product__more {
  font-size: min(2.93vw, 1.2rem);
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-end;
  gap: 0 5px;
  text-decoration: underline;
  margin-top: min(3.47vw, 26px);
}
@media screen and (min-width: 768px) {
  .p-product__more {
    margin-top: 15px;
  }
}
.p-product__more::after {
  content: "";
  display: block;
  width: min(3.07vw, 14px);
  height: auto;
  aspect-ratio: 13/12;
  background-image: url(/assets/images/onlinewh_img.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 2px;
}

.p-product__detail {
  padding: min(6.67vw, 50px) min(5.33vw, 40px);
  border: 1px solid #434343;
  border-radius: 5px;
  margin-top: min(16.67vw, 100px);
}
@media screen and (min-width: 768px) {
  .p-product__detail {
    border-radius: 10px;
    padding: min(2.71vw, 38px) min(2.86vw, 40px);
    margin-top: min(7.14vw, 100px);
  }
}

.p-product__detailtext {
  font-size: min(2.67vw, 1.2rem);
  line-height: 2;
  letter-spacing: 0.05em;
}

/* p-shiki */
.p-shiki {
  position: relative;
  padding: min(24vw, 150px) 0;
  background-image: url(/assets/images/clubbg-sp_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .p-shiki {
    background-image: url(/assets/images/clubbg-pc_img.png);
    padding: min(11.21vw, 157px) 0 min(8.64vw, 121px);
  }
}
.p-shiki::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 750/555;
  background-image: url(/assets/images/clubline-sp_img.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-shiki::after {
    aspect-ratio: 1400/430;
    background-image: url(/assets/images/clubline-pc_img.png);
  }
}

.p-shiki__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(7.6vw, 57px) 0;
}
@media screen and (min-width: 768px) {
  .p-shiki__container {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 0 min(8.07vw, 113px);
  }
}

.p-shiki__img {
  width: min(45.33vw, 340px);
  height: auto;
  aspect-ratio: 340/213;
}
@media screen and (min-width: 768px) {
  .p-shiki__img {
    width: min(24.29vw, 340px);
  }
}

.p-shiki__text {
  font-family: "Shippori Antique", sans-serif;
  font-size: min(3.47vw, 2.2rem);
  letter-spacing: 0.04em;
  line-height: 2.27;
  color: #262626;
  text-align: center;
}
.p-shiki__text::before, .p-shiki__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-shiki__text::before {
  margin-top: -0.6363636364em;
}
.p-shiki__text::after {
  margin-bottom: -0.6363636364em;
}
@media screen and (min-width: 768px) {
  .p-shiki__text {
    font-size: min(1.57vw, 2.2rem);
    line-height: 1.97;
    text-align: left;
    letter-spacing: 0.05em;
  }
}

.p-acimg {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  aspect-ratio: 750/495;
  margin-top: -2.67vw;
}
@media screen and (min-width: 768px) {
  .p-acimg {
    aspect-ratio: 1400/700;
    margin-top: -1.43vw;
  }
}

/* p-select */
.p-select {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  background-color: #1B1B1B;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-select .l-inner {
  width: 100%;
}
.p-select::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(/assets/images/mask_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.p-select__container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.p-select__img {
  width: min(80%, 419px);
  height: auto;
  aspect-ratio: 419/319;
  display: block;
}

.p-select__text {
  font-size: min(3.2vw, 1.6rem);
  margin-top: min(10.67vw, 72px);
}

.p-select__btnbox {
  display: flex;
  align-items: center;
  gap: 0 24px;
}

.p-select__btn {
  font-size: min(3.47vw, 1.4rem);
  letter-spacing: 0.05em;
  width: clamp(60px, 10.67vw, 80px);
  height: clamp(60px, 10.67vw, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F3EFDE;
  border-radius: 50%;
  cursor: pointer;
  margin-top: min(5.33vw, 40px);
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .p-select__btn {
    transition: box-shadow ease 0.3s;
  }
  .p-select__btn:hover, .p-select__btn:focus {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.38);
  }
}

/* p-load */
.p-load {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100%;
  height: 100%;
  background-color: #1B1B1B;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-load::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(/assets/images/mask_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.p-load__mask {
  position: fixed;
  z-index: 16;
  width: min(30%, 180px);
  height: auto;
  aspect-ratio: 152/151;
  background-color: #F3EFDE;
  border-radius: 50%;
}

.p-load__img {
  display: block;
  width: min(30%, 152px);
  height: auto;
  aspect-ratio: 152/151;
}

/* u-display */
.u-spnone {
  display: none;
}

.u-spblock {
  display: block;
}

.u-spflex {
  display: flex;
}

@media screen and (min-width: 768px) {
  .u-tabnone {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-tabblock {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-tabflex {
    display: flex;
  }
}

@media screen and (min-width: 1025px) {
  .u-pcnone {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .u-pcblock {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .u-pcflex {
    display: flex;
  }
}

/* u-weight */
.u-light {
  font-weight: 300;
}

.u-normal {
  font-weight: 400;
}

.u-medium {
  font-weight: 500;
}

.u-semibold {
  font-weight: 600;
}

.u-bold {
  font-weight: 700;
}

.u-black {
  font-weight: 900;
}

/* u-cursor */
.u-pointer {
  cursor: pointer;
}

.u-eventnone {
  pointer-events: none;
}

/* u-textalign */
.u-tac {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .u-tac {
    text-align: center;
  }
}

.u-fulltac {
  text-align: center;
}

/* u-hidden */
.u-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden {
    display: flex;
    opacity: 0;
    pointer-events: none;
  }
}

.u-mtac {
  margin-top: 25.47vw;
}
@media screen and (min-width: 768px) {
  .u-mtac {
    margin-top: min(13.79vw, 193px);
  }
}

/* a-btnslide */
.a-btnslide {
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, transparent 0%, transparent 50%, #070707 50%, #070707 100%);
}
@media (hover: hover) {
  .a-btnslide {
    transition: background-position ease-in-out 0.3s, color ease-in-out 0.3s;
  }
  .a-btnslide:hover, .a-btnslide:focus-visible {
    background-position: 0 0;
    color: #070707;
  }
  .a-btnslide:hover .cls-1, .a-btnslide:focus-visible .cls-1 {
    fill: #070707;
  }
}

.a-loadmask {
  animation-name: zoom;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes zoom {
  0% {
    transform: scale(80);
  }
  80% {
    opacity: 1;
    transform: scale(0);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.a-flash {
  position: relative;
}
.a-flash::after {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  filter: blur(5px);
  animation-name: flash;
  animation-duration: 8s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes flash {
  0% {
    background: #1B1B1B;
    opacity: 0;
  }
  20% {
    background: #1B1B1B;
    opacity: 0;
  }
  22% {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1), transparent);
    opacity: 0.8;
  }
  23% {
    background: #1B1B1B;
    opacity: 0;
  }
  70% {
    background: #1B1B1B;
    opacity: 0;
  }
  71% {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1), transparent);
    opacity: 0.8;
  }
  72% {
    background: #1B1B1B;
  }
  74% {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1), transparent);
    opacity: 0.8;
  }
  75% {
    background: #1B1B1B;
    opacity: 0;
  }
  100% {
    background: #1B1B1B;
  }
}
/* a-fadebt */
.a-fadebt {
  animation-name: fadeBt;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeBt {
  0% {
    transform: translateY(50px);
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Javascript*/
.js-header {
  opacity: 0;
  pointer-events: none;
  transition: opacity ease 0.3s;
}

.js-header--visible {
  opacity: 1;
  pointer-events: visible;
}

.js-body {
  overflow-y: hidden;
}

.js-select {
  transition: opacity ease 0.3s;
}

.js-select--hide {
  opacity: 0;
  pointer-events: none;
}

.js-load {
  transition: opacity ease 0.3s;
}

.js-load--fin {
  opacity: 0;
  pointer-events: none;
}

.js-fadebt {
  opacity: 0;
}