@charset "UTF-8";

:where(.__PROJECT_NAME__ *) {
  all: initial;

  &::before,
  &::after {
    all: initial;
  }
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

:where([hidden]:not([hidden='until-found'])) {
  display: none !important
}

:where(html) {
  -webkit-text-size-adjust: none;
  /*color-scheme: dark light;*/
  tab-size: 2;
  scrollbar-gutter: stable
}

:where(html:has(dialog:modal[open])) {
  overflow: clip
}

@media (prefers-reduced-motion:no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth
  }
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased
}

:where(button) {
  all: unset
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit
}

:where(textarea) {
  resize: vertical;
  resize: block
}

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer
}

:where(:disabled) {
  cursor: not-allowed
}

:where(label:has(>input:disabled), label:has(+input:disabled)) {
  cursor: not-allowed
}

:where(a) {
  color: inherit;
  text-underline-offset: .2ex
}

:where(ul, ol) {
  list-style: none
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset
}

:where(dialog:not([open])) {
  display: none !important
}

/* :where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px
} */

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important
}

:root {
  --pcvw: 1vw / 14.4;
  --pcvh: 1vh / 10.24;
  --spvw: 1vw / 3.75;
  --bg: #F4F4F4;
  --itembg: #E9E9E9;
  --bk: #000;
  --wh: #fff;
  --button-bg: #1D1D1D;
  --button-hover-bg: #4D4D4D;
  --fv-bg: #495159;
}

body {
  margin-bottom: 100px;
  background-color: var(--bg);
}

body a {
  text-decoration: none;
}

body .up_animation.toggle_button {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

body .swiper-slide .viewmore {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

body .swiper-slide.swiper-slide-active .viewmore.coordinate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: 0.75s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 750ms;
}

body .swiper-slide.swiper-slide-active .viewmore.staff {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: 0.75s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 850ms;
}

header[data-astro-cid-hqq7jkys] {
  background-color: var(--bg);
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 99;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1)
}

@media screen and (max-width: 768px) {
  header[data-astro-cid-hqq7jkys] {
    height: 50px
  }

  header[data-astro-cid-hqq7jkys] img[data-astro-cid-hqq7jkys] {
    height: auto;
    width: 90px
  }
}

header[data-astro-cid-hqq7jkys] div[data-astro-cid-hqq7jkys] {
  position: absolute;
  bottom: 0;
  width: calc(var(--pcvw) * 1260);
  height: 1px;
  background-color: var(--bk)
}

@media screen and (max-width: 768px) {
  header[data-astro-cid-hqq7jkys] div[data-astro-cid-hqq7jkys] {
    width: 100%
  }
}

header[data-astro-cid-hqq7jkys].hidden {
  transform: translateY(-100px)
}

@media screen and (max-width: 768px) {
  header[data-astro-cid-hqq7jkys].hidden {
    transform: translateY(-50px)
  }
}

.fv[data-astro-cid-bsd54e2e] {
  aspect-ratio: 600/800;
  width: auto;
  height: calc(var(--pcvw) * 800);
  max-height: calc(var(--pcvh) * 800);
  margin: 0;
  background-color: var(--fv-bg)
}

@media screen and (max-width: 768px) {
  .fv[data-astro-cid-bsd54e2e] {
    width: 100%;
    max-width: initial;
    height: auto;
    max-height: initial
  }
}

@media screen and (min-width: 1441px) {
  .fv[data-astro-cid-bsd54e2e] {
    height: 800px;
    max-height: initial
  }
}

.main_banner[data-astro-cid-bsd54e2e] {
  width: 600px;
  height: auto;
  object-fit: contain;
}

.main_banner[data-astro-cid-bsd54e2e] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .main_banner[data-astro-cid-bsd54e2e] {
    width: 100%;
    max-width: initial;
    height: auto;
    max-height: initial
  }
}

@media screen and (min-width: 1441px) {
  .main_banner[data-astro-cid-bsd54e2e] {
    height: auto;
    max-height: initial
  }
}

div[data-astro-cid-ce55ezco] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--pcvw) * 15)
}

@media screen and (max-width: 768px) {
  div[data-astro-cid-ce55ezco] {
    gap: calc(var(--spvw) * 15)
  }
}

@media screen and (min-width: 1441px) {
  div[data-astro-cid-ce55ezco] {
    gap: 15px
  }
}

div[data-astro-cid-ce55ezco] h1[data-astro-cid-ce55ezco] {
  color: var(--bk);
  font-family: Optima;
  font-size: calc(var(--pcvw) * 28);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: calc(var(--pcvw) * 1.4)
}

@media screen and (max-width: 768px) {
  div[data-astro-cid-ce55ezco] h1[data-astro-cid-ce55ezco] {
    font-size: calc(var(--spvw) * 20);
    letter-spacing: calc(var(--spvw) * 1)
  }
}

@media screen and (min-width: 1441px) {
  div[data-astro-cid-ce55ezco] h1[data-astro-cid-ce55ezco] {
    font-size: 28px;
    letter-spacing: 1.4px
  }
}

div[data-astro-cid-ce55ezco] p[data-astro-cid-ce55ezco] {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: calc(var(--pcvw) * 12);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: calc(var(--pcvw) * 0.96)
}

@media screen and (max-width: 768px) {
  div[data-astro-cid-ce55ezco] p[data-astro-cid-ce55ezco] {
    font-size: calc(var(--spvw) * 11);
    line-height: 180%;
    letter-spacing: calc(var(--spvw) * 0.11)
  }
}

@media screen and (min-width: 1441px) {
  div[data-astro-cid-ce55ezco] p[data-astro-cid-ce55ezco] {
    font-size: 12px;
    letter-spacing: 0.96px
  }
}

.staff_img[data-astro-cid-jpb2tk3b] {
  width: calc(var(--pcvw) * 420);
  height: auto
}

@media screen and (max-width: 768px) {
  .staff_img[data-astro-cid-jpb2tk3b] {
    width: calc(var(--spvw) * 275)
  }
}

@media screen and (min-width: 1441px) {
  .staff_img[data-astro-cid-jpb2tk3b] {
    width: 420px
  }
}

.staff_info[data-astro-cid-7ng722o2] {
  display: flex;
  width: calc(var(--pcvw) * 420);
  align-items: center;
  gap: calc(var(--pcvw) * 30)
}

@media screen and (max-width: 768px) {
  .staff_info[data-astro-cid-7ng722o2] {
    width: calc(var(--spvw) * 275);
    gap: calc(var(--spvw) * 30)
  }
}

@media screen and (min-width: 1441px) {
  .staff_info[data-astro-cid-7ng722o2] {
    width: 420px;
    gap: 30px
  }
}

.staff_info[data-astro-cid-7ng722o2] .staff_icon[data-astro-cid-7ng722o2] {
  width: calc(var(--pcvw) * 90);
  height: auto;
  border-radius: 50%
}

@media screen and (max-width: 768px) {
  .staff_info[data-astro-cid-7ng722o2] .staff_icon[data-astro-cid-7ng722o2] {
    width: calc(var(--spvw) * 80)
  }
}

@media screen and (min-width: 1441px) {
  .staff_info[data-astro-cid-7ng722o2] .staff_icon[data-astro-cid-7ng722o2] {
    width: 90px
  }
}

.staff_info[data-astro-cid-7ng722o2] .staff_text[data-astro-cid-7ng722o2] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--pcvw) * 8)
}

@media screen and (max-width: 768px) {
  .staff_info[data-astro-cid-7ng722o2] .staff_text[data-astro-cid-7ng722o2] {
    gap: calc(var(--spvw) * 20)
  }
}

@media screen and (min-width: 1441px) {
  .staff_info[data-astro-cid-7ng722o2] .staff_text[data-astro-cid-7ng722o2] {
    gap: 8px
  }
}

.staff_info[data-astro-cid-7ng722o2] .staff_text[data-astro-cid-7ng722o2] .staff_indvidual[data-astro-cid-7ng722o2] {
  display: flex;
  align-items: flex-end;
  gap: calc(var(--pcvw) * 20)
}

@media screen and (max-width: 768px) {
  .staff_info[data-astro-cid-7ng722o2] .staff_text[data-astro-cid-7ng722o2] .staff_indvidual[data-astro-cid-7ng722o2] {
    gap: calc(var(--spvw) * 10)
  }
}

@media screen and (min-width: 1441px) {
  .staff_info[data-astro-cid-7ng722o2] .staff_text[data-astro-cid-7ng722o2] .staff_indvidual[data-astro-cid-7ng722o2] {
    gap: 20px
  }
}

.staff_info[data-astro-cid-7ng722o2] .staff_text[data-astro-cid-7ng722o2] .staff_indvidual[data-astro-cid-7ng722o2] .name[data-astro-cid-7ng722o2] {
  color: var(--bk);
  font-family: Optima;
  font-size: calc(var(--pcvw) * 19);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: calc(var(--pcvw) * 1.52);
  text-transform: uppercase
}

@media screen and (max-width: 768px) {
  .staff_info[data-astro-cid-7ng722o2] .staff_text[data-astro-cid-7ng722o2] .staff_indvidual[data-astro-cid-7ng722o2] .name[data-astro-cid-7ng722o2] {
    font-size: calc(var(--spvw) * 14);
    letter-spacing: calc(var(--spvw) * 1.12)
  }
}

@media screen and (min-width: 1441px) {
  .staff_info[data-astro-cid-7ng722o2] .staff_text[data-astro-cid-7ng722o2] .staff_indvidual[data-astro-cid-7ng722o2] .name[data-astro-cid-7ng722o2] {
    font-size: 19px;
    letter-spacing: 1.52px
  }
}

.staff_info[data-astro-cid-7ng722o2] .staff_text[data-astro-cid-7ng722o2] .staff_indvidual[data-astro-cid-7ng722o2] .height[data-astro-cid-7ng722o2] {
  color: #000;
  font-family: Optima;
  font-size: calc(var(--pcvw) * 14);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: calc(var(--pcvw) * 0.7);
  text-transform: lowercase
}

@media screen and (max-width: 768px) {
  .staff_info[data-astro-cid-7ng722o2] .staff_text[data-astro-cid-7ng722o2] .staff_indvidual[data-astro-cid-7ng722o2] .height[data-astro-cid-7ng722o2] {
    font-size: calc(var(--spvw) * 11);
    letter-spacing: calc(var(--spvw) * 0.5)
  }
}

@media screen and (min-width: 1441px) {
  .staff_info[data-astro-cid-7ng722o2] .staff_text[data-astro-cid-7ng722o2] .staff_indvidual[data-astro-cid-7ng722o2] .height[data-astro-cid-7ng722o2] {
    font-size: 14px;
    letter-spacing: 0.7px
  }
}

.staff_info[data-astro-cid-7ng722o2] .staff_text[data-astro-cid-7ng722o2] .shop[data-astro-cid-7ng722o2] {
  color: #000;
  font-family: Optima;
  font-size: calc(var(--pcvw) * 15);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: calc(var(--pcvw) * 0.6);
  text-transform: lowercase
}

@media screen and (max-width: 768px) {
  .staff_info[data-astro-cid-7ng722o2] .staff_text[data-astro-cid-7ng722o2] .shop[data-astro-cid-7ng722o2] {
    font-size: calc(var(--spvw) * 12);
    letter-spacing: calc(var(--spvw) * 0.6)
  }
}

@media screen and (min-width: 1441px) {
  .staff_info[data-astro-cid-7ng722o2] .staff_text[data-astro-cid-7ng722o2] .shop[data-astro-cid-7ng722o2] {
    font-size: 15px;
    letter-spacing: 0.6px
  }
}

div[data-astro-cid-5cw7ftoj] {
  display: flex;
  width: calc(var(--pcvw) * 420);
  justify-content: space-between;
  align-items: flex-start
}

@media screen and (max-width: 768px) {
  div[data-astro-cid-5cw7ftoj] {
    width: calc(var(--spvw) * 275)
  }
}

@media screen and (min-width: 1441px) {
  div[data-astro-cid-5cw7ftoj] {
    width: 420px
  }
}

div[data-astro-cid-5cw7ftoj] a[data-astro-cid-5cw7ftoj] {
  display: flex;
  width: calc(var(--pcvw) * 200);
  padding: 15px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: var(--button-bg);
  text-decoration: none;
  transition: 0.3s ease-in-out
}

@media screen and (max-width: 768px) {
  div[data-astro-cid-5cw7ftoj] a[data-astro-cid-5cw7ftoj] {
    display: flex;
    width: calc(var(--spvw) * 130);
    height: calc(var(--spvw) * 32);
    padding: calc(var(--spvw) * 10) calc(var(--spvw) * 15);
    justify-content: center;
    align-items: center;
    flex-shrink: 0
  }
}

@media screen and (min-width: 1441px) {
  div[data-astro-cid-5cw7ftoj] a[data-astro-cid-5cw7ftoj] {
    width: 200px
  }
}

div[data-astro-cid-5cw7ftoj] a[data-astro-cid-5cw7ftoj] p[data-astro-cid-5cw7ftoj] {
  color: #FFF;
  font-family: Optima;
  font-size: calc(var(--pcvw) * 12);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: calc(var(--pcvw) * 0.96);
  text-transform: uppercase;
  white-space: nowrap
}

@media screen and (max-width: 768px) {
  div[data-astro-cid-5cw7ftoj] a[data-astro-cid-5cw7ftoj] p[data-astro-cid-5cw7ftoj] {
    font-size: calc(var(--spvw) * 10);
    letter-spacing: calc(var(--spvw) * 0.8);
    line-height: 120%;
    white-space: initial;
    text-align: center
  }
}

@media screen and (min-width: 1441px) {
  div[data-astro-cid-5cw7ftoj] a[data-astro-cid-5cw7ftoj] p[data-astro-cid-5cw7ftoj] {
    font-size: 12px;
    letter-spacing: 0.96px
  }
}

div[data-astro-cid-5cw7ftoj] a[data-astro-cid-5cw7ftoj]:hover {
  background-color: var(--button-hover-bg)
}

.staff_styling[data-astro-cid-5kdtpk6b] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--pcvw) * 30);
  width: 100%
}

@media screen and (max-width: 768px) {
  .staff_styling[data-astro-cid-5kdtpk6b] {
    gap: calc(var(--spvw) * 20)
  }
}

@media screen and (min-width: 1441px) {
  .staff_styling[data-astro-cid-5kdtpk6b] {
    gap: 30px
  }
}

.staff_styling[data-astro-cid-5kdtpk6b] .product_title[data-astro-cid-5kdtpk6b] {
  display: flex;
  align-items: flex-start;
  gap: calc(var(--pcvw) * 5)
}

@media screen and (max-width: 768px) {
  .staff_styling[data-astro-cid-5kdtpk6b] .product_title[data-astro-cid-5kdtpk6b] {
    gap: calc(var(--spvw) * 5)
  }
}

@media screen and (min-width: 1441px) {
  .staff_styling[data-astro-cid-5kdtpk6b] .product_title[data-astro-cid-5kdtpk6b] {
    gap: 5px
  }
}

.staff_styling[data-astro-cid-5kdtpk6b] .product_title[data-astro-cid-5kdtpk6b] h2[data-astro-cid-5kdtpk6b] {
  color: #000;
  font-family: Optima;
  font-size: calc(var(--pcvw) * 24);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: calc(var(--pcvw) * 1.92)
}

@media screen and (max-width: 768px) {
  .staff_styling[data-astro-cid-5kdtpk6b] .product_title[data-astro-cid-5kdtpk6b] h2[data-astro-cid-5kdtpk6b] {
    font-size: calc(var(--spvw) * 20);
    letter-spacing: 0
  }
}

@media screen and (min-width: 1441px) {
  .staff_styling[data-astro-cid-5kdtpk6b] .product_title[data-astro-cid-5kdtpk6b] h2[data-astro-cid-5kdtpk6b] {
    font-size: 24px;
    letter-spacing: 1.92px
  }
}

.staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] {
  width: 100%
}

.staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-slide[data-astro-cid-5kdtpk6b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--pcvw) * 30)
}

@media screen and (max-width: 768px) {
  .staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-slide[data-astro-cid-5kdtpk6b] {
    gap: calc(var(--spvw) * 30)
  }
}

@media screen and (min-width: 1441px) {
  .staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-slide[data-astro-cid-5kdtpk6b] {
    gap: 30px
  }
}

.staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-slide[data-astro-cid-5kdtpk6b] .staff_imginfo[data-astro-cid-5kdtpk6b] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--pcvw) * 20)
}

@media screen and (max-width: 768px) {
  .staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-slide[data-astro-cid-5kdtpk6b] .staff_imginfo[data-astro-cid-5kdtpk6b] {
    gap: calc(var(--spvw) * 20)
  }
}

@media screen and (min-width: 1441px) {
  .staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-slide[data-astro-cid-5kdtpk6b] .staff_imginfo[data-astro-cid-5kdtpk6b] {
    gap: 20px
  }
}

.staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-button-prev[data-astro-cid-5kdtpk6b] {
  width: calc(var(--pcvw) * 18);
  height: calc(var(--pcvw) * 60);
  left: 0;
  top: 40%;
  transition: 0.3s ease-in-out
}

@media screen and (max-width: 768px) {
  .staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-button-prev[data-astro-cid-5kdtpk6b] {
    width: calc(var(--spvw) * 10);
    height: calc(var(--spvw) * 33.333)
  }
}

@media screen and (min-width: 1441px) {
  .staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-button-prev[data-astro-cid-5kdtpk6b] {
    width: 18px;
    height: 60px
  }
}

.staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-button-next[data-astro-cid-5kdtpk6b] {
  width: calc(var(--pcvw) * 18);
  height: calc(var(--pcvw) * 60);
  right: 0;
  top: 40%;
  transition: 0.3s ease-in-out
}

@media screen and (max-width: 768px) {
  .staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-button-next[data-astro-cid-5kdtpk6b] {
    width: calc(var(--spvw) * 10);
    height: calc(var(--spvw) * 33.333)
  }
}

@media screen and (min-width: 1441px) {
  .staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-button-next[data-astro-cid-5kdtpk6b] {
    width: 18px;
    height: 60px
  }
}

.staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-button-prev[data-astro-cid-5kdtpk6b]:hover,
.staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-button-next[data-astro-cid-5kdtpk6b]:hover {
  opacity: 60%
}

.staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-button-prev[data-astro-cid-5kdtpk6b]::after,
.staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-button-next[data-astro-cid-5kdtpk6b]::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: calc(var(--pcvw) * 60);
  margin: auto;
  width: calc(var(--pcvw) * 18)
}

@media screen and (max-width: 768px) {

  .staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-button-prev[data-astro-cid-5kdtpk6b]::after,
  .staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-button-next[data-astro-cid-5kdtpk6b]::after {
    width: calc(var(--spvw) * 10);
    height: calc(var(--spvw) * 33.333)
  }
}

@media screen and (min-width: 1441px) {

  .staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-button-prev[data-astro-cid-5kdtpk6b]::after,
  .staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-button-next[data-astro-cid-5kdtpk6b]::after {
    width: 18px;
    height: 60px
  }
}

.staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-button-prev[data-astro-cid-5kdtpk6b]::after {
  background-image: url(/img/brand/discord_staffstyling/arrow_prev.svg)
}

.staff_styling[data-astro-cid-5kdtpk6b] .swiper[data-astro-cid-5kdtpk6b] .swiper-button-next[data-astro-cid-5kdtpk6b]::after {
  background-image: url(/img/brand/discord_staffstyling/arrow_next.svg)
}

.toggle_button[data-astro-cid-seiqqmpr] {
  height: calc(var(--pcvw) * 300);
  width: 100%;
  background: var(--itembg);
  position: relative
}

@media screen and (max-width: 768px) {
  .toggle_button[data-astro-cid-seiqqmpr] {
    height: calc(var(--spvw) * 170)
  }
}

@media screen and (min-width: 1441px) {
  .toggle_button[data-astro-cid-seiqqmpr] {
    height: 300px
  }
}

.toggle_button[data-astro-cid-seiqqmpr] img[data-astro-cid-seiqqmpr] {
  height: calc(var(--pcvw) * 280);
  width: auto;
  position: absolute;
  top: 50%;
  left: calc(var(--pcvw) * 50);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

@media screen and (max-width: 768px) {
  .toggle_button[data-astro-cid-seiqqmpr] img[data-astro-cid-seiqqmpr] {
    height: calc(var(--spvw) * 150);
    left: calc(var(--spvw) * 15)
  }
}

@media screen and (min-width: 1441px) {
  .toggle_button[data-astro-cid-seiqqmpr] img[data-astro-cid-seiqqmpr] {
    height: 280px;
    left: 50px
  }
}

.toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--pcvw) * 15);
  position: absolute;
  top: 50%;
  left: calc(var(--pcvw) * 285.3);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

@media screen and (max-width: 768px) {
  .toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] {
    gap: calc(var(--spvw) * 15);
    left: calc(var(--spvw) * 150)
  }
}

@media screen and (min-width: 1441px) {
  .toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] {
    gap: 15px;
    left: 285.3px
  }
}

.toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] .product_box[data-astro-cid-seiqqmpr] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--pcvw) * 5)
}

@media screen and (max-width: 768px) {
  .toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] .product_box[data-astro-cid-seiqqmpr] {
    gap: calc(var(--spvw) * 2)
  }
}

@media screen and (min-width: 1441px) {
  .toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] .product_box[data-astro-cid-seiqqmpr] {
    gap: 5px
  }
}

.toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] .product_box[data-astro-cid-seiqqmpr] h3[data-astro-cid-seiqqmpr] {
  color: var(--bk);
  font-family: Optima;
  font-size: calc(var(--pcvw) * 17);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: calc(var(--pcvw) * 1.36);
  text-transform: uppercase
}

@media screen and (max-width: 768px) {
  .toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] .product_box[data-astro-cid-seiqqmpr] h3[data-astro-cid-seiqqmpr] {
    font-size: calc(var(--spvw) * 14);
    letter-spacing: calc(var(--spvw) * 1.12)
  }
}

@media screen and (min-width: 1441px) {
  .toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] .product_box[data-astro-cid-seiqqmpr] h3[data-astro-cid-seiqqmpr] {
    font-size: 17px;
    letter-spacing: 1.36px
  }
}

.toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] .product_box[data-astro-cid-seiqqmpr] .product_price_box[data-astro-cid-seiqqmpr] {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: calc(var(--pcvw) * 10)
}

@media screen and (max-width: 768px) {
  .toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] .product_box[data-astro-cid-seiqqmpr] .product_price_box[data-astro-cid-seiqqmpr] {
    gap: calc(var(--spvw) * 5)
  }
}

@media screen and (min-width: 1441px) {
  .toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] .product_box[data-astro-cid-seiqqmpr] .product_price_box[data-astro-cid-seiqqmpr] {
    gap: 10px
  }
}

.toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] .product_box[data-astro-cid-seiqqmpr] .product_price_box[data-astro-cid-seiqqmpr] h4[data-astro-cid-seiqqmpr] {
  color: var(--bk);
  font-family: Optima;
  font-size: calc(var(--pcvw) * 16);
  font-style: normal;
  font-weight: 400;
  line-height: 100%
}

@media screen and (max-width: 768px) {
  .toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] .product_box[data-astro-cid-seiqqmpr] .product_price_box[data-astro-cid-seiqqmpr] h4[data-astro-cid-seiqqmpr] {
    font-size: calc(var(--spvw) * 10)
  }
}

@media screen and (min-width: 1441px) {
  .toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] .product_box[data-astro-cid-seiqqmpr] .product_price_box[data-astro-cid-seiqqmpr] h4[data-astro-cid-seiqqmpr] {
    font-size: 16px
  }
}

.toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] .product_box[data-astro-cid-seiqqmpr] .product_price_box[data-astro-cid-seiqqmpr] .tax[data-astro-cid-seiqqmpr] {
  color: var(--bk);
  font-family: Optima;
  font-size: calc(var(--pcvw) * 10);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: calc(var(--pcvw) * 0.5)
}

@media screen and (max-width: 768px) {
  .toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] .product_box[data-astro-cid-seiqqmpr] .product_price_box[data-astro-cid-seiqqmpr] .tax[data-astro-cid-seiqqmpr] {
    font-size: calc(var(--spvw) * 8);
    letter-spacing: calc(var(--spvw) * 0.4)
  }
}

@media screen and (min-width: 1441px) {
  .toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] .product_box[data-astro-cid-seiqqmpr] .product_price_box[data-astro-cid-seiqqmpr] .tax[data-astro-cid-seiqqmpr] {
    font-size: 10px;
    letter-spacing: 0.5px
  }
}

.toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] .product_box[data-astro-cid-seiqqmpr] .product_text[data-astro-cid-seiqqmpr] {
  color: var(--bk);
  font-family: Optima;
  font-size: calc(var(--pcvw) * 14);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: calc(var(--pcvw) * 0.7)
}

@media screen and (max-width: 768px) {
  .toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] .product_box[data-astro-cid-seiqqmpr] .product_text[data-astro-cid-seiqqmpr] {
    font-size: calc(var(--spvw) * 8);
    letter-spacing: calc(var(--spvw) * 0.64)
  }
}

@media screen and (min-width: 1441px) {
  .toggle_button[data-astro-cid-seiqqmpr] .product_info[data-astro-cid-seiqqmpr] .product_box[data-astro-cid-seiqqmpr] .product_text[data-astro-cid-seiqqmpr] {
    font-size: 8px;
    letter-spacing: 0.7px
  }
}

div[data-astro-cid-blbt74ys] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--pcvw) * 120);
  width: 100%
}

@media screen and (max-width: 768px) {
  div[data-astro-cid-blbt74ys] {
    gap: calc(var(--spvw) * 50)
  }
}

@media screen and (min-width: 1441px) {
  div[data-astro-cid-blbt74ys] {
    gap: 120px
  }
}

section[data-astro-cid-blbt74ys] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--pcvw) * 30);
  width: 100%
}

@media screen and (max-width: 768px) {
  section[data-astro-cid-blbt74ys] {
    gap: calc(var(--spvw) * 20)
  }
}

@media screen and (min-width: 1441px) {
  section[data-astro-cid-blbt74ys] {
    gap: 30px
  }
}

section[data-astro-cid-4m6mkd4q] {
  display: inline-flex;
  padding: 0 calc(var(--pcvw) * 30);
  flex-direction: column;
  align-items: center;
  gap: calc(var(--pcvw) * 40);
  width: calc(var(--pcvw) * 600)
}

@media screen and (max-width: 768px) {
  section[data-astro-cid-4m6mkd4q] {
    align-items: flex-start;
    padding: 0 calc(var(--spvw) * 30);
    gap: calc(var(--spvw) * 50);
    width: 100%
  }
}

@media screen and (min-width: 1441px) {
  section[data-astro-cid-4m6mkd4q] {
    padding: 0 30px;
    gap: 40px;
    width: 600px
  }
}

footer[data-astro-cid-ztrczqzu] {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--pcvw) * 170)
}

@media screen and (max-width: 768px) {
  footer[data-astro-cid-ztrczqzu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(var(--spvw) * 50)
  }
}

@media screen and (min-width: 1441px) {
  footer[data-astro-cid-ztrczqzu] {
    gap: 170px;
    margin-top:30px;
  }
}

footer[data-astro-cid-ztrczqzu] .explanation[data-astro-cid-ztrczqzu] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: calc(var(--pcvw) * 90)
}

@media screen and (max-width: 768px) {
  footer[data-astro-cid-ztrczqzu] .explanation[data-astro-cid-ztrczqzu] {
    display: flex;
    width: calc(var(--spvw) * 335);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(var(--spvw) * 20)
  }
}

@media screen and (min-width: 1441px) {
  footer[data-astro-cid-ztrczqzu] .explanation[data-astro-cid-ztrczqzu] {
    gap: 90px
  }
}

footer[data-astro-cid-ztrczqzu] .explanation[data-astro-cid-ztrczqzu] img[data-astro-cid-ztrczqzu] {
  width: calc(var(--pcvw) * 110);
  height: auto
}

@media screen and (max-width: 768px) {
  footer[data-astro-cid-ztrczqzu] .explanation[data-astro-cid-ztrczqzu] img[data-astro-cid-ztrczqzu] {
    width: calc(var(--spvw) * 60)
  }
}

@media screen and (min-width: 1441px) {
  footer[data-astro-cid-ztrczqzu] .explanation[data-astro-cid-ztrczqzu] img[data-astro-cid-ztrczqzu] {
    width: 110px
  }
}

footer[data-astro-cid-ztrczqzu] .explanation[data-astro-cid-ztrczqzu] p[data-astro-cid-ztrczqzu] {
  width: calc(var(--pcvw) * 585);
  color: var(--bk);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: calc(var(--pcvw) * 12);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: calc(var(--pcvw) * 0.36)
}

@media screen and (max-width: 768px) {
  footer[data-astro-cid-ztrczqzu] .explanation[data-astro-cid-ztrczqzu] p[data-astro-cid-ztrczqzu] {
    width: 100%;
    align-self: stretch;
    font-size: calc(var(--spvw) * 10);
    letter-spacing: calc(var(--spvw) * 0.3)
  }
}

@media screen and (min-width: 1441px) {
  footer[data-astro-cid-ztrczqzu] .explanation[data-astro-cid-ztrczqzu] p[data-astro-cid-ztrczqzu] {
    width: 585px;
    font-size: 12px;
    letter-spacing: 0.36px
  }
}

footer[data-astro-cid-ztrczqzu] .button[data-astro-cid-ztrczqzu] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--pcvw) * 20)
}

@media screen and (max-width: 768px) {
  footer[data-astro-cid-ztrczqzu] .button[data-astro-cid-ztrczqzu] {
    gap: calc(var(--spvw) * 20)
  }
}

@media screen and (min-width: 1441px) {
  footer[data-astro-cid-ztrczqzu] .button[data-astro-cid-ztrczqzu] {
    gap: 20px
  }
}

footer[data-astro-cid-ztrczqzu] .button[data-astro-cid-ztrczqzu] a[data-astro-cid-ztrczqzu] {
  position: relative;
  display: flex;
  width: calc(var(--pcvw) * 400);
  height: calc(var(--pcvw) * 75);
  padding: calc(var(--pcvw) * 10);
  justify-content: center;
  align-items: center;
  background: var(--button-bg);
  transition: 0.3s ease-in-out
}

@media screen and (max-width: 768px) {
  footer[data-astro-cid-ztrczqzu] .button[data-astro-cid-ztrczqzu] a[data-astro-cid-ztrczqzu] {
    width: calc(var(--spvw) * 315);
    height: calc(var(--spvw) * 50);
    padding: calc(var(--spvw) * 10)
  }
}

@media screen and (min-width: 1441px) {
  footer[data-astro-cid-ztrczqzu] .button[data-astro-cid-ztrczqzu] a[data-astro-cid-ztrczqzu] {
    width: 400px;
    height: 75px;
    padding: 10px
  }
}

footer[data-astro-cid-ztrczqzu] .button[data-astro-cid-ztrczqzu] a[data-astro-cid-ztrczqzu] p[data-astro-cid-ztrczqzu] {
  color: var(--wh);
  text-align: center;
  font-family: Optima;
  font-size: calc(var(--pcvw) * 16);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: calc(var(--pcvw) * 0.8)
}

@media screen and (max-width: 768px) {
  footer[data-astro-cid-ztrczqzu] .button[data-astro-cid-ztrczqzu] a[data-astro-cid-ztrczqzu] p[data-astro-cid-ztrczqzu] {
    font-size: calc(var(--spvw) * 16);
    letter-spacing: calc(var(--spvw) * 0.8)
  }
}

@media screen and (min-width: 1441px) {
  footer[data-astro-cid-ztrczqzu] .button[data-astro-cid-ztrczqzu] a[data-astro-cid-ztrczqzu] p[data-astro-cid-ztrczqzu] {
    font-size: 16px;
    letter-spacing: 0.8px
  }
}

footer[data-astro-cid-ztrczqzu] .button[data-astro-cid-ztrczqzu] a[data-astro-cid-ztrczqzu] img[data-astro-cid-ztrczqzu] {
  width: calc(var(--pcvw) * 13);
  height: auto;
  position: absolute;
  left: calc(var(--pcvw) * 20);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

@media screen and (max-width: 768px) {
  footer[data-astro-cid-ztrczqzu] .button[data-astro-cid-ztrczqzu] a[data-astro-cid-ztrczqzu] img[data-astro-cid-ztrczqzu] {
    width: calc(var(--spvw) * 13);
    left: calc(var(--spvw) * 20)
  }
}

@media screen and (min-width: 1441px) {
  footer[data-astro-cid-ztrczqzu] .button[data-astro-cid-ztrczqzu] a[data-astro-cid-ztrczqzu] img[data-astro-cid-ztrczqzu] {
    width: 13px;
    left: 20px
  }
}

footer[data-astro-cid-ztrczqzu] .button[data-astro-cid-ztrczqzu] a[data-astro-cid-ztrczqzu]:hover {
  background: var(--button-hover-bg)
}

footer[data-astro-cid-ztrczqzu] .icon[data-astro-cid-ztrczqzu] {
  display: flex;
  align-items: flex-start;
  gap: calc(var(--pcvw) * 40)
}

@media screen and (max-width: 768px) {
  footer[data-astro-cid-ztrczqzu] .icon[data-astro-cid-ztrczqzu] {
    gap: calc(var(--spvw) * 30)
  }
}

@media screen and (min-width: 1441px) {
  footer[data-astro-cid-ztrczqzu] .icon[data-astro-cid-ztrczqzu] {
    gap: 40px
  }
}

footer[data-astro-cid-ztrczqzu] .icon[data-astro-cid-ztrczqzu] img[data-astro-cid-ztrczqzu] {
  width: calc(var(--pcvw) * 26.25);
  height: auto
}

@media screen and (max-width: 768px) {
  footer[data-astro-cid-ztrczqzu] .icon[data-astro-cid-ztrczqzu] img[data-astro-cid-ztrczqzu] {
    width: calc(var(--spvw) * 22.75)
  }
}

@media screen and (min-width: 1441px) {
  footer[data-astro-cid-ztrczqzu] .icon[data-astro-cid-ztrczqzu] img[data-astro-cid-ztrczqzu] {
    width: 26.25px
  }
}

main[data-astro-cid-hogek4jl] {
  padding: 150px calc(var(--pcvw) * 90) calc(var(--pcvw) * 100);
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

@media screen and (max-width: 768px) {
  main[data-astro-cid-hogek4jl] {
    padding: 50px 0 calc(var(--spvw) * 80);
    flex-direction: column;
    justify-content: initial;
    gap: calc(var(--spvw) * 30)
  }
}

@media screen and (min-width: 1441px) {
  main[data-astro-cid-hogek4jl] {
    padding: 150px 0 0 0;
    justify-content: center;
    gap: 60px
  }
}