@charset "UTF-8";
/***********************
/* Foundation
************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Wix+Madefor+Display:wght@400..800&display=swap");
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  color: inherit; /* 1 */
  height: 0; /* 2 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  content: "​";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
  -ms-overflow-style: scrollbar; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
  resize: block; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* サイト全体で使う色やサイズ関連の変数 */
:root {
  --main-text-color: #000;
  --sub-text-color: rgba(47, 51, 60, 0.7);
  --error-text-color: #f00;
  --key-color: #495A82;
  --white: #fff;
  --black: #000;
  --bg-color: #F5F5F5;
  --bg-gray: #E7E7E7;
  --border-color: rgba(47, 51, 60, 0.2);
  --color-swatches-size: 24px ;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 14px;
  overscroll-behavior: none;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--main-text-color);
  background: var(--white);
  position: relative;
  overflow-x: clip;
}

a {
  color: var(--main-text-color);
  text-decoration: underline;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: 700;
}

h3 {
  font-size: 1.2857142857rem;
  letter-spacing: 0.1em;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

p {
  margin-top: 40px;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background-color: inherit;
  cursor: pointer;
}

ul {
  list-style: "・";
  padding-left: 1em;
}

/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-slides-offset-before);
              margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-end: var(--swiper-slides-offset-after);
              margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-slides-offset-before);
              margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-after: var(--swiper-slides-offset-after);
              margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-centered-offset-before);
              margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-centered-offset-before);
              margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  .swiper-scrollbar-disabled > &,
  &.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  > img,
  > svg,
  > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs {
  .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    &:before {
      content: "";
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
  }
}

.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

/* Cube slide shadows start */
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

/* Flip slide shadows start */
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

/* Flip slide shadows end */
.swiper-creative {
  .swiper-slide {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
  }
}

/***********************
/* Layout
************************/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

.main {
  flex-grow: 1;
  padding-top: 102px;
}
@media screen and (max-width: 999px) {
  .main {
    padding-top: 57px;
  }
}
.main--top {
  padding-top: 0;
}
.main.product {
  padding-top: 195px;
}
@media screen and (max-width: 999px) {
  .main.product {
    padding-top: 107px;
  }
}
.main.nf404 {
  padding-top: 195px;
  padding-bottom: 120px;
}
@media screen and (max-width: 999px) {
  .main.nf404 {
    padding-top: 107px;
    padding-bottom: 80px;
  }
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section--info {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section--info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.container {
  padding: 0 6.0761346999vw;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
.container--thin {
  padding: 0 13.3967789165vw;
}
@media screen and (max-width: 767px) {
  .container--thin {
    padding: 0 20px;
  }
}
.container *:last-child {
  margin-bottom: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.5s;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(30px) brightness(1.2);
          backdrop-filter: blur(30px) brightness(1.2);
}
.header a {
  text-decoration: none;
  color: var(--main-text-color);
}
.header--top {
  background-color: transparent;
  -webkit-backdrop-filter: unset;
          backdrop-filter: unset;
}
.header--top a {
  color: var(--white);
}
@media screen and (max-width: 999px) {
  .header--top a {
    color: var(--main-text-color);
  }
}
.header--top.is-solid {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(30px) brightness(1.2);
          backdrop-filter: blur(30px) brightness(1.2);
}
.header--top.is-solid a {
  color: var(--main-text-color);
}
@media screen and (min-width: 1000px) {
  .header--top:hover {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(30px) brightness(1.2);
            backdrop-filter: blur(30px) brightness(1.2);
  }
  .header--top:hover a {
    color: var(--main-text-color);
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 20px 40px;
}
@media screen and (max-width: 999px) {
  .header__inner {
    padding: 10px 13px;
  }
}

.header-logo__item {
  width: 170px;
  font-size: 1rem;
}
@media screen and (max-width: 1054px) {
  .header-logo__item {
    width: 100px;
  }
}
.header-logo__svg {
  width: 100%;
  aspect-ratio: 170/62.81;
}
.header-logo__svg use {
  fill: var(--black);
}
.header--top .header-logo__svg use {
  fill: var(--white);
}
.header--top.is-solid .header-logo__svg use {
  fill: var(--black);
}
@media screen and (min-width: 1000px) {
  .header--top:hover .header-logo__svg use {
    fill: var(--black);
  }
}

.window-svg {
  display: inline;
  width: 13px;
  height: 13px;
  margin-left: 11px;
}
.window-svg use {
  fill: var(--main-text-color);
}

.nav {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 30px;
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .nav {
    display: block;
  }
}
.nav li::before {
  content: none;
}
.nav__wrapper {
  flex-basis: 100%;
}
@media screen and (max-width: 999px) {
  .nav__item {
    text-align: center;
    font-size: 1.2857142857rem;
  }
}
.nav__item--child {
  white-space: nowrap;
}
.nav__link {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .nav__link {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--main-text-color);
  }
}
@media screen and (min-width: 1000px) {
  .nav__link:hover {
    opacity: 0.3;
  }
}
.header--top .nav__link {
  color: var(--white);
}
@media screen and (max-width: 999px) {
  .header--top .nav__link {
    color: var(--main-text-color);
  }
}
@media screen and (min-width: 1000px) {
  .header--top:hover .nav__link {
    color: var(--main-text-color);
  }
}
.header--top.is-solid .nav__link {
  color: var(--main-text-color);
}
.nav__link .arrow-svg {
  display: none;
}
@media screen and (max-width: 999px) {
  .nav__link .arrow-svg {
    display: block;
    position: absolute;
    width: 30px;
    height: 26px;
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    padding: 10px;
    transition: transform 0.5s;
  }
  .nav__link .arrow-svg use {
    fill: var(--main-text-color);
  }
  .nav__item.is-open .nav__link .arrow-svg {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 999px) {
  .nav a.nav__link {
    display: block;
  }
}
.nav--child, .header--top .nav--child {
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 60px;
  line-height: 1.4;
  color: var(--main-text-color);
  font-weight: 400;
  margin: 0;
}
.nav--child a, .header--top .nav--child a {
  color: var(--main-text-color);
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .nav--child, .header--top .nav--child {
    display: block;
    font-size: 1.1428571429rem;
    border-color: var(--white);
  }
  .nav--child a, .header--top .nav--child a {
    display: block;
    color: var(--white);
    padding: 10px 20px;
  }
}
.nav--child__caption, .header--top .nav--child__caption {
  display: inline-block;
  white-space: nowrap;
  line-height: 1.4;
}
.nav--child__caption::after, .header--top .nav--child__caption::after {
  content: "/ ";
}
@media screen and (max-width: 999px) {
  .nav--child__caption, .header--top .nav--child__caption {
    display: block;
    color: var(--white);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .nav--child__caption::after, .header--top .nav--child__caption::after {
    content: none;
  }
}
.nav--child__wrapper, .header--top .nav--child__wrapper {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .nav--child__wrapper, .header--top .nav--child__wrapper {
    visibility: unset;
    display: block;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
    background-color: var(--black);
    background-image: url("../images/bg.png");
    background-position: center;
    background-size: 1366px;
    opacity: unset;
  }
}
.nav--child__inner, .header--top .nav--child__inner {
  border-top: 1px solid var(--border-color);
  padding: 20px 0;
}
@media screen and (max-width: 999px) {
  .nav--child__inner, .header--top .nav--child__inner {
    border-color: var(--white);
    padding: 20px 0;
  }
}
.nav--child__inner .container, .header--top .nav--child__inner .container {
  display: flex;
  justify-content: flex-start;
  gap: 60px;
}
@media screen and (max-width: 999px) {
  .nav--child__inner .container, .header--top .nav--child__inner .container {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .nav__item .nav--child__wrapper.is-open {
    visibility: visible;
    opacity: 1;
  }
}
.nav .window-svg {
  display: none;
}
@media screen and (max-width: 999px) {
  .nav .window-svg {
    display: inline;
    position: absolute;
    top: 50%;
    left: calc(100% + 7px);
    margin-left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .nav__item:hover .nav--child__wrapper {
    display: block;
    opacity: 1;
  }
}
@media screen and (min-width: 1000px) {
  .nav__item.is-open .nav--child__wrapper {
    display: block;
    opacity: 1;
  }
}

.instagram-logo {
  width: 29px;
  height: 29px;
}
.instagram-logo use {
  fill: var(--main-text-color);
}
.header--top .instagram-logo use {
  fill: var(--white);
}
@media screen and (max-width: 999px) {
  .header--top .instagram-logo use {
    fill: var(--main-text-color);
  }
}
.header--top.is-solid .instagram-logo use {
  fill: var(--main-text-color);
}
@media screen and (min-width: 1000px) {
  .header--top:hover .instagram-logo use {
    fill: var(--main-text-color);
  }
}

.facebook-logo {
  width: 29px;
  height: 29px;
}
.facebook-logo use {
  fill: var(--main-text-color);
}
.header--top .facebook-logo use {
  fill: var(--white);
}
@media screen and (max-width: 999px) {
  .header--top .facebook-logo use {
    fill: var(--main-text-color);
  }
}
.header--top.is-solid .facebook-logo use {
  fill: var(--main-text-color);
}
@media screen and (min-width: 1000px) {
  .header--top:hover .facebook-logo use {
    fill: var(--main-text-color);
  }
}

.header-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 999px) {
  .header-link {
    display: none;
  }
}
.header-link .btn {
  padding: 15px 13px;
}
.header--top .header-link .btn {
  border-color: var(--white);
}
.header--top:hover .header-link .btn {
  border-color: var(--main-text-color);
}
.header--top.is-solid .header-link .btn {
  border-color: var(--main-text-color);
}
.header--top .header-link .btn .window-svg use {
  fill: var(--white);
}
.header--top:hover .header-link .btn .window-svg use {
  fill: var(--main-text-color);
}
.header--top.is-solid .header-link .btn .window-svg use {
  fill: var(--main-text-color);
}
.header-link--sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .header-link--sp {
    display: block;
    padding: 30px 30px 0;
  }
}
.header--top .header-link--sp .btn, .header--top.is-solid .header-link--sp .btn,
.header-link--sp .btn {
  margin-inline: auto;
  background-color: var(--main-text-color);
  color: var(--white);
}
.header--top .header-link--sp .btn use, .header--top.is-solid .header-link--sp .btn use,
.header-link--sp .btn use {
  fill: var(--white);
}

.btn .window-svg {
  margin-left: 6px;
  vertical-align: 0;
}

.header-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 999px) {
  .header-sns {
    gap: 40px;
    margin-bottom: 40px;
  }
}
.header-sns img {
  width: 29px;
}

@media screen and (max-width: 999px) {
  .header__nav {
    opacity: 0;
    transition: opacity 0.2s;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    transition: all 0.5s;
    background-color: var(--white);
    color: var(--main-text-color);
    padding: 65px 0 80px;
    overflow-y: auto;
  }
  .nav__wrapper.is-open .header__nav {
    opacity: 1;
    left: 0;
  }
}

.nav-btn {
  display: none;
}
@media screen and (max-width: 999px) {
  .nav-btn {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 57px;
    height: 57px;
    padding: 0;
    background-color: initial;
    border: none;
    z-index: 3000;
  }
  .nav-btn__bar {
    position: absolute;
    height: 1px;
    background-color: var(--main-text-color);
    transition: all 100ms;
  }
  .nav-btn__bar:nth-of-type(1) {
    width: 30px;
    top: 25px;
    left: 14px;
  }
  .nav-btn__bar:nth-of-type(2) {
    width: 16px;
    top: 32px;
    left: 29px;
  }
  .header--top .nav-btn__bar {
    background-color: var(--white);
  }
  .header--top.is-solid .nav-btn__bar {
    background-color: var(--main-text-color);
  }
  .nav__wrapper.is-open .nav-btn__bar {
    background-color: var(--main-text-color);
  }
  .nav__wrapper.is-open .nav-btn__bar:nth-of-type(1) {
    top: 25px;
    transform: rotate(15deg);
    width: 32px;
    left: 14px;
  }
  .nav__wrapper.is-open .nav-btn__bar:nth-of-type(2) {
    top: 25px;
    transform: rotate(-15deg);
    width: 32px;
    left: 14px;
  }
}

.sns__insta iframe {
  border: none;
  overflow: hidden;
  width: 3600px;
  height: 180px;
}

.sns__facebook {
  width: 501px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sns__facebook {
    width: 335px;
  }
}
.sns__facebook__wrapper {
  background-image: url("../images/fb_bg.png");
  background-position: center;
  background-size: cover;
  aspect-ratio: 1366/271;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sns__facebook__wrapper {
    background-position: center left 32%;
    aspect-ratio: 375/190;
  }
}

.footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  font-size: 0.8571428571rem;
}
@media screen and (max-width: 999px) {
  .footer {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__wrapper {
  position: relative;
  z-index: 10;
  margin-top: -1px;
  background-color: var(--main-text-color);
  color: var(--white);
  padding: 14px 20px;
}
@media screen and (max-width: 999px) {
  .footer__wrapper {
    padding: 40px 20px 20px;
  }
}
.footer__link ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 999px) {
  .footer__link ul {
    font-size: 0.9285714286rem;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.footer__link li + li::before {
  content: "　｜　";
}
@media screen and (max-width: 999px) {
  .footer__link li + li::before {
    content: none;
  }
}
.footer .footer-sns {
  display: none;
}
@media screen and (max-width: 999px) {
  .footer .footer-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
  }
}
.footer .footer-sns use {
  fill: var(--white);
}
@media screen and (max-width: 999px) {
  .footer__copy {
    text-align: center;
  }
}
.footer a {
  color: var(--white);
  text-decoration: none;
}

/***********************
/* Object
************************/
/* Component */
.text {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .text {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.text__lead {
  font-size: 1.7142857143rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .text__lead {
    font-size: 1.2857142857rem;
    margin-bottom: 30px;
  }
}
.nf404 .text__lead {
  margin-bottom: 40px;
}
.text__bold {
  font-weight: 700;
}
.text__xl {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .text__xl {
    font-size: 1.5rem;
  }
}
.text__l {
  font-size: 1.4285714286rem;
}
@media screen and (max-width: 767px) {
  .text__l {
    font-size: 1.2142857143rem;
  }
}
.text__m {
  font-size: 1.1428571429rem;
}
@media screen and (max-width: 767px) {
  .text__m {
    font-size: 1.0714285714rem;
  }
}

.title {
  font-size: 1.4285714286rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 1.2142857143rem;
  }
}

.section-heading {
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 2.8571428571rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section-heading {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}
.nf404 .section-heading {
  margin-bottom: 40px;
}

.page-heading {
  background-image: url("../images/page_heading_bg.png");
  background-size: 1366px;
  background-position: center top;
  text-align: center;
  color: var(--white);
  height: 306px;
}
@media screen and (min-width: 1366px) {
  .page-heading {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .page-heading {
    height: auto;
  }
}
.page-heading .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-heading .container {
    padding: 50px 20px;
  }
}
.page-heading--topics {
  height: 440px;
  padding-bottom: 134px;
}
@media screen and (max-width: 767px) {
  .page-heading--topics {
    height: 234px;
    padding-bottom: 70px;
  }
}

.title__lv1 {
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 2.8571428571rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .title__lv1 {
    font-size: 2rem;
  }
}

.marquee {
  display: flex;
  white-space: nowrap;
  overflow: clip;
}

.marquee__text {
  animation: marquee-scroll 50s linear infinite;
  padding-right: 0.5em; /* テキスト間の余白 */
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.wp-block-image {
  margin: 40px auto 40px 0;
}
@media screen and (max-width: 767px) {
  .wp-block-image {
    margin: 20px auto 20px 0;
  }
}

.btn {
  display: block;
  padding: 15px 10px;
  color: var(--main-text-color);
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--main-text-color);
  padding: 15.5px 20px;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: fit-content;
}
.btn:hover {
  opacity: 0.8;
}
.btn svg {
  stroke: var(--black);
  width: 14px;
  height: 14px;
  margin-left: 12px;
}
.btn svg.window-svg {
  stroke: none;
}
.btn--white {
  border: 1px solid var(--white);
  color: var(--white) !important;
  cursor: pointer;
}
.btn--white svg {
  stroke: var(--white);
}
.btn--black {
  border: none;
  background-color: var(--black);
  color: var(--white);
}
.btn--black svg use {
  fill: var(--white);
}
.btn__wrapper {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .btn__wrapper {
    justify-content: center;
  }
}

.buy-btn {
  width: 134px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.entry-back {
  width: 106px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry-back img {
  width: 14px;
  margin-right: 10px;
}

.new {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.new::before {
  content: "NEW";
  color: var(--white);
  background-color: var(--black);
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 0.8571428571rem;
  line-height: 1.75;
  padding: 1.5px 6.75px;
  text-align: center;
  display: inline-block;
}

.item-list {
  position: relative;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .item-list {
    width: 50%;
  }
}
.item-list:nth-of-type(3n+4)::before {
  content: "";
  width: 300%;
  height: 1px;
  background-color: var(--bg-color);
  position: absolute;
  top: -80px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .item-list:nth-of-type(3n+4)::before {
    content: none;
  }
  .item-list:nth-of-type(2n+3)::before {
    content: "";
    width: 200%;
    height: 1px;
    background-color: var(--bg-color);
    position: absolute;
    top: -40px;
    left: 0;
  }
}
.item-list__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 160px 0;
}
@media screen and (max-width: 767px) {
  .item-list__wrapper {
    gap: 80px 0;
  }
}
.item-list__image {
  aspect-ratio: 1/1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.item-list__image img {
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: 100%;
  object-fit: contain;
}
.item-list__image .hover-image {
  position: absolute;
  opacity: 0;
}
.item-list__image:hover .hover-image {
  opacity: 1;
}
.item-list__image__wrapper {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.item-list__text {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .item-list__text {
    margin-top: 10px;
  }
}
.item-list__link {
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: fit-content;
}
.item-list__name {
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.4285714286rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .item-list__name {
    font-size: 1.2142857143rem;
    margin-bottom: 10px;
  }
}
.item-list__name_sub {
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
.item-list .price {
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}
.item-list .new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.item-list a {
  display: block;
  text-decoration: none;
  color: var(--main-text-color);
}
.item-list a:has(.swiper-container):hover {
  opacity: 1;
}

.color-swatches {
  display: flex;
  justify-content: center;
  gap: 3px;
  flex-wrap: wrap;
}

.color-swatches-container {
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
.color-swatches-container .color-swatches-option {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.color-swatches-container.is-active .color-swatches-option {
  border: 1px solid var(--black);
}
.color-swatches-container .color-swatches-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--white);
  background-size: cover;
}

/* Plugins */
.kv {
  position: relative;
}
.kv .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.kv .kv-pagination {
  position: absolute;
  top: 50%;
  bottom: unset;
  left: 50px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 40px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kv .kv-pagination {
    top: unset;
    bottom: 32px;
    left: 22px;
    transform: none;
  }
}
.kv .kv-pagination .swiper-pagination-bullet {
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  background: none;
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: 0;
  color: var(--white);
  opacity: 1;
}
.kv .kv-pagination .swiper-pagination-bullet-active {
  color: var(--white);
  position: relative;
}
.kv .kv-pagination .swiper-pagination-bullet-active::before {
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid var(--white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-pickup__wrapper.swiper,
.history.swiper {
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .top-pickup__wrapper.swiper,
  .history.swiper {
    padding-bottom: 38px;
  }
}
.top-pickup__wrapper.swiper .swiper-scrollbar,
.history.swiper .swiper-scrollbar {
  bottom: 7px;
  left: 66px;
  opacity: unset !important;
  height: 2px;
  width: calc(93.9238653001% - 66px);
}
.top-pickup__wrapper.swiper .swiper-scrollbar-drag,
.history.swiper .swiper-scrollbar-drag {
  background-color: var(--black);
}
.top-pickup__wrapper.swiper .swiper-button-next,
.top-pickup__wrapper.swiper .swiper-button-prev,
.history.swiper .swiper-button-next,
.history.swiper .swiper-button-prev {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: unset;
  bottom: 0;
}
.top-pickup__wrapper.swiper .swiper-button-next svg,
.top-pickup__wrapper.swiper .swiper-button-prev svg,
.history.swiper .swiper-button-next svg,
.history.swiper .swiper-button-prev svg {
  display: none;
}
.top-pickup__wrapper.swiper .swiper-button-next,
.history.swiper .swiper-button-next {
  background-image: url("../images/icon_arrow-right.svg");
  right: unset;
  left: 31px;
}
.top-pickup__wrapper.swiper .swiper-button-prev,
.history.swiper .swiper-button-prev {
  background-image: url("../images/icon_arrow-left.svg");
  left: 0;
}

@media screen and (min-width: 768px) {
  .item-gallery .swiper-wrapper {
    display: block;
  }
}
.item-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.item-gallery .swiper-slide {
  aspect-ratio: 1/1;
}

.gallery-thumb {
  padding: 2.196193265vw 2.196193265vw 2.196193265vw 4.6120058565vw;
}
@media screen and (max-width: 767px) {
  .gallery-thumb {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .gallery-thumb .swiper-wrapper {
    display: block;
  }
}
.gallery-thumb .swiper-slide {
  background-color: var(--white);
  margin-bottom: 10px;
  aspect-ratio: 1/1;
  cursor: pointer;
  border: 1px solid var(--bg-color);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gallery-thumb .swiper-slide {
    width: 50px;
    margin: 0;
  }
}
.gallery-thumb .swiper-slide.is-active, .gallery-thumb .swiper-slide.swiper-slide-thumb-active {
  border-color: #707070;
}
.gallery-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Project */
.kv {
  width: 100%;
  height: 100%;
}
.kv__text {
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 4.7857142857rem;
  text-align: center;
  color: var(--white);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .kv__text {
    font-size: 2.8571428571rem;
    line-height: 1.2;
  }
}
.kv__text--2 {
  font-size: 4.2857142857rem;
}
@media screen and (max-width: 767px) {
  .kv__text--2 {
    font-size: 2.8571428571rem;
    line-height: 1.2;
    margin-top: 10px;
  }
}
.kv__text__wrapper {
  position: absolute;
  width: calc(100% - 160px);
  height: 100%;
  top: 0;
  left: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kv__text__wrapper {
    width: calc(100% - 100px);
    left: 50px;
  }
}
.kv__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 0.8571428571rem;
  text-align: center;
  color: var(--white);
  line-height: 1;
  z-index: 2;
}
.kv__scroll::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 1px;
  height: 30px;
  background: var(--white);
  transform: translateX(-50%);
}
.kv__wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100svh;
}

.top-information__head {
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.3571428571;
  padding-right: 20px;
  border-right: 1px solid var(--main-text-color);
  margin-right: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top-information__head {
    display: block;
    border: none;
    margin: 0 0 20px 0;
  }
}
.top-information__content {
  display: inline-block;
}
.top-information__content a {
  text-decoration: none;
  color: var(--main-text-color);
}
.top-information__date {
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.3571428571;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .top-information__date {
    display: block;
    margin: 0 0 5px;
  }
}
.top-information__title {
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.3571428571;
}

.top-topics {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top-topics {
    display: block;
  }
}
.top-topics__item {
  flex: 33.3333333333% 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-topics__item {
    width: min(375px, 100%);
    margin-inline: auto;
  }
}
.top-topics__item a {
  text-decoration: none;
}
.top-topics__item .top-topics__image {
  aspect-ratio: 1/1;
}
.top-topics__item .top-topics__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-topics__item:nth-child(1), .top-topics__item:nth-child(7) {
  flex: 66.6666666667% 0 0;
}
.top-topics__item:nth-child(1) .top-topics__image, .top-topics__item:nth-child(7) .top-topics__image {
  aspect-ratio: 2/1;
}
@media screen and (max-width: 767px) {
  .top-topics__item:nth-child(1) .top-topics__image, .top-topics__item:nth-child(7) .top-topics__image {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .top-topics__item + .top-topics__item {
    margin-top: 4px;
  }
}
.top-topics__content {
  justify-content: center;
  align-items: center;
  text-align: center;
  background: center/1366px url("../images/bg.png"), var(--main-text-color);
  color: var(--white);
  text-decoration: none;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .top-topics__content {
    padding: 40px 15px;
  }
}
@media (any-hover: hover) {
  .top-topics__content {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .top-topics__item a:hover {
    opacity: 1;
  }
  .top-topics__item a:hover .top-topics__content {
    display: flex;
  }
}
@media (any-hover: none) {
  .top-topics__content {
    display: flex;
  }
}
.top-topics__title {
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.7142857143rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top-topics__title {
    font-size: 1.2857142857rem;
  }
}
.top-topics__text {
  margin: 26px 0 0;
  font-size: 1rem;
  line-height: 1.8714285714;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-topics__text {
    margin-top: 20px;
  }
}

.top-pickup {
  padding-bottom: 0;
  margin-right: -6.0761346999vw;
}
.top-pickup__item {
  position: relative;
  flex: 28.2576866764vw 0 0;
}
@media screen and (max-width: 767px) {
  .top-pickup__item {
    flex: 56.338028169% 0 0;
  }
}
.top-pickup__item a {
  text-decoration: none;
}
.top-pickup__image {
  aspect-ratio: 1/1;
}
.top-pickup__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (any-hover: hover) {
  .top-pickup__content {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: var(--white);
    text-decoration: none;
    padding: 30px;
  }
  .top-pickup__item a:hover {
    opacity: 1;
  }
  .top-pickup__item a:hover .top-pickup__content {
    display: flex;
  }
}
@media (any-hover: none) {
  .top-pickup__content {
    color: var(--main-text-color);
    text-align: center;
    margin-top: 20px;
  }
}
.top-pickup__name {
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.4285714286rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-pickup__name {
    font-size: 1.2142857143rem;
    margin-bottom: 10px;
  }
}
.top-pickup__name_sub {
  font-size: 1rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 10px;
}
.top-pickup .price {
  font-size: 1rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 18px;
}
.top-pickup .color-swatches {
  justify-content: center;
}

.top-brand-story__logo {
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: 14.2857142857rem;
  line-height: 0.9;
  margin-bottom: -15px;
}
@media screen and (max-width: 767px) {
  .top-brand-story__logo {
    font-size: 7.1428571429rem;
    margin-bottom: -9px;
  }
}
.top-brand-story__wrapper {
  background-color: var(--black);
  background-image: url("../images/brand-story_bg.png");
  background-position: right 33% top;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white);
  text-shadow: 0 0 10px var(--main-text-color);
  min-height: 675px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top-brand-story__wrapper {
    background-image: url("../images/brand-story_bg_sp.png");
    background-position: center top;
    background-size: 100%;
    padding-top: 104.2666666667vw;
    padding-bottom: 60px;
    min-height: unset;
    display: block;
  }
}
.top-brand-story__title {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-brand-story__title {
    margin-bottom: 20px;
  }
}
.top-brand-story__text {
  font-weight: 500;
  line-height: 2.5;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top-brand-story__text {
    margin-bottom: 40px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .top-brand-story .btn {
    margin-inline: auto;
  }
}

.top-news__inner {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top-news__inner {
    margin-bottom: 40px;
  }
}
.top-news .btn {
  margin-inline: auto;
}

.category {
  width: 32.1666666667%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .category {
    width: 48.3582089552%;
  }
}
.category a {
  text-decoration: none;
  display: block;
}
.category__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.75%;
}
@media screen and (max-width: 767px) {
  .category__wrapper {
    gap: 2.9333333333vw;
  }
}
.category__image {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  background-color: var(--white);
}
.section--category--top .category__image {
  background-color: var(--bg-color);
}
.category__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: unset;
}
.category__name {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  color: var(--white);
  text-decoration: none;
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.7142857143rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .category__name {
    font-size: 1.2857142857rem;
    height: auto;
    aspect-ratio: 162/46;
  }
}

.section--category {
  background-color: var(--bg-color);
}
.section--category--top {
  background-color: var(--white);
}

.page-heading--topics + .figure--main {
  margin: -134px auto 0;
  max-width: 645px;
}
.page-heading--topics + .figure--main img {
  max-height: unset;
}
@media screen and (max-width: 767px) {
  .page-heading--topics + .figure--main {
    margin: -70px auto 0;
    width: calc(100% - 40px);
  }
}

.topics-kiji__wrapper {
  background-image: url("../images/topics_bg.png");
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: var(--bg-color);
}
.topics-kiji__wrapper .section {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .topics-kiji__wrapper .section {
    padding-top: 40px;
  }
}

.brand-story {
  padding-top: 0;
}
.brand-story::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background-image: url("../images/brand-story/brand-story_kv.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.brand-story-kv {
  color: var(--white);
  padding-bottom: 80px;
  height: 100vh;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0) 41.5364583333%, rgba(0, 0, 0, 0.6) calc(100% - 120px));
}
@media screen and (max-width: 767px) {
  .brand-story-kv {
    padding-bottom: 20px;
  }
}
.brand-story-kv .container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 999px) {
  .brand-story-kv .container {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .brand-story-kv .container {
    gap: 10px;
  }
}
.brand-story-kv__title {
  font-size: 2.8571428571rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .brand-story-kv__title {
    font-size: 1.5714285714rem;
    margin-bottom: 20px;
  }
}
.brand-story-kv__text {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: justify;
}
.brand-story-kv__figure {
  width: 18.9604685212vw;
}
@media screen and (max-width: 767px) {
  .brand-story-kv__figure {
    width: 28.2666666667vw;
  }
}
.brand-story-sec01 {
  position: relative;
  padding: 0;
  margin-bottom: -1px;
}
.brand-story-sec01::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  display: block;
  background-color: #FFFFFF;
  background-image: url("../images/brand-story/brand-story_bg.png");
  background-size: cover;
  background-position: center bottom;
  z-index: -1;
}
.brand-story-sec01__logo {
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: 14.2857142857rem;
  line-height: 0.9;
  color: var(--white);
  position: -webkit-sticky;
  position: sticky;
  top: calc(100% - 170px);
  margin-top: -100vh;
  margin-bottom: -14px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .brand-story-sec01__logo {
    font-size: 7.1428571429rem;
    margin-bottom: -7px;
    top: calc(100% - 90px);
  }
}
.brand-story-sec01__row {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 0 0 164px;
  margin-top: -60px;
}
@media screen and (max-width: 999px) {
  .brand-story-sec01__row {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .brand-story-sec01__row {
    padding-bottom: 60px;
    margin-top: -30px;
  }
}
.brand-story-sec01__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: calc(50% - 53px);
}
@media screen and (max-width: 999px) {
  .brand-story-sec01__sticky {
    position: relative;
    top: unset;
  }
}
.brand-story-sec01__col2 {
  flex-basis: 57.5%;
}
@media screen and (max-width: 999px) {
  .brand-story-sec01__col2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .brand-story-sec01__col2 {
    margin-top: 40px;
  }
}
.brand-story-sec01__title {
  color: var(--white);
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 2.8571428571rem;
  line-height: 1.4;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .brand-story-sec01__title {
    font-size: 2rem;
  }
}
.brand-story-sec01__title span {
  background-color: var(--black);
  padding: 0 10px;
}
.brand-story-sec01 .text {
  letter-spacing: 0.04em;
}
.brand-story-sec01 .text:first-child {
  margin-top: 0;
}
.brand-story-sec01 figure {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .brand-story-sec01 figure {
    width: min(504px, 100%);
    margin: 40px auto;
  }
}
.brand-story-sec02 {
  position: relative;
  color: var(--white);
}
.brand-story-sec02::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  display: block;
  background-color: var(--black);
  background-image: url("../images/bg.png");
  background-size: cover;
  z-index: -1;
}
.brand-story-sec02 .section {
  margin-top: -100vh;
}
.brand-story-sec02__title {
  color: var(--main-text-color);
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 2.8571428571rem;
  line-height: 1.4;
  display: inline;
  background-color: var(--white);
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .brand-story-sec02__title {
    display: block;
    font-size: 2rem;
    background-color: inherit;
    padding: 0;
  }
  .brand-story-sec02__title--bg {
    background-color: var(--white);
    padding: 0 10px;
  }
}
.brand-story-sec02 .title {
  font-family: "Wix Madefor Display", sans-serif;
  margin: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .brand-story-sec02 .title {
    margin-top: 30px;
  }
}
.brand-story-sec02 .text {
  margin: 20px 0;
}
.brand-story-sec02__1 .figure {
  width: min(758px, 100%);
  margin: 40px auto 0;
}
.brand-story-sec02__2 {
  padding-top: 120px;
  display: flex;
  gap: 5%;
}
.brand-story-sec02__2 .text {
  margin-bottom: 0;
}
@media screen and (max-width: 1365px) {
  .brand-story-sec02__2 .brand-story-sec02__title {
    display: block;
    background-color: inherit;
    padding: 0;
  }
  .brand-story-sec02__2 .brand-story-sec02__title--bg {
    background-color: var(--white);
    padding: 0 10px;
  }
  .brand-story-sec02__2 .brand-story-sec02__title .is-visible-inline-sp {
    display: inline !important;
  }
}
@media screen and (max-width: 999px) {
  .brand-story-sec02__2 {
    display: block;
  }
  .brand-story-sec02__2 .brand-story-sec02__title {
    display: inline;
    background-color: var(--white);
    padding: 0 10px;
  }
  .brand-story-sec02__2 .brand-story-sec02__title--bg {
    background-color: inherit;
    padding: 0;
  }
  .brand-story-sec02__2 .brand-story-sec02__title .is-visible-inline-sp {
    display: none !important;
  }
  .brand-story-sec02__2 figure {
    width: min(574px, 100%);
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .brand-story-sec02__2 {
    padding-top: 60px;
  }
  .brand-story-sec02__2 .brand-story-sec02__title {
    display: block;
    background-color: inherit;
    padding: 0;
  }
  .brand-story-sec02__2 .brand-story-sec02__title--bg {
    background-color: var(--white);
    padding: 0 10px;
  }
  .brand-story-sec02__2 .brand-story-sec02__title .is-visible-inline-sp {
    display: inline !important;
  }
}
.brand-story-sec02__col1 {
  flex: 54.5833333333% 0 0;
}
.brand-story-sec02__3 {
  padding-top: 120px;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 67.6666666667%;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 999px) {
  .brand-story-sec02__3 {
    grid-template-columns: 39.0410958904% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .brand-story-sec02__3 {
    padding-top: 60px;
    gap: 40px 0;
  }
}
.brand-story-sec02__grid1 {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 999px) {
  .brand-story-sec02__grid1 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.brand-story-sec02__grid1 .figure {
  width: min(223px, 67.987804878%);
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .brand-story-sec02__grid1 .figure {
    width: min(172px, 100%);
    margin: 0 0 0 auto;
  }
}
.brand-story-sec02__grid2 {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 999px) {
  .brand-story-sec02__grid2 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.brand-story-sec02__grid2 .text {
  margin-bottom: 0;
}
.brand-story-sec02__grid3 {
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  .brand-story-sec02__grid3 {
    grid-column: 2/3;
    grid-row: 2/3;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
    max-width: 304px;
  }
}
.brand-story-sec02__grid3 .figure--1 {
  width: min(166px, 28.9198606272%);
}
@media screen and (max-width: 999px) {
  .brand-story-sec02__grid3 .figure--1 {
    width: 42.7835051546%;
  }
}
.brand-story-sec02__grid3 .figure--2 {
  width: min(388px, 67.5958188153%);
}
@media screen and (max-width: 999px) {
  .brand-story-sec02__grid3 .figure--2 {
    width: 100%;
  }
}

.history-sec {
  background-color: rgba(255, 255, 255, 0.8);
}

.history {
  margin-right: -6.0761346999vw;
}
@media screen and (max-width: 767px) {
  .history {
    margin-right: -20px;
  }
}
.history ul.swiper-wrapper {
  padding: 0;
  margin: 0;
}
.history .swiper-slide {
  width: 322px;
  height: unset;
  border-right: 2px solid var(--white);
}
.history__title {
  background-color: var(--black);
  color: var(--white);
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.4285714286rem;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide:nth-of-type(2n) .history__title {
  background-color: #676767;
}
.history__contents {
  padding: 15px 20px 0;
}
.history .text {
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin: 15px 0;
}
.history .text--en {
  font-size: 0.8571428571rem;
}
.history__figure {
  width: 100%;
  margin: 15px auto;
}
.history__figure--s {
  width: 200px;
  margin: 15px auto;
}
.history__figure--xs {
  width: 168px;
}
.history__contents:first-child {
  margin-top: 0;
}
.history__contents:last-child {
  margin-bottom: 0;
}

.item-grid {
  position: relative;
  display: grid;
  padding: 0 13.3967789165vw;
  grid-template-columns: 36.6032210835vw 36.6032210835vw;
}
@media screen and (max-width: 767px) {
  .item-grid {
    display: block;
    padding: 0 20px;
  }
}

.item-col--gallery {
  grid-row: 1/2;
  grid-column: 1/2;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .item-col--gallery {
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}
.item-col--thumbnail {
  position: fixed;
  top: 195px;
  left: 0;
  width: 13.3967789165vw;
  height: calc(100vh - 195px);
  overflow: auto;
  scrollbar-width: none;
  background-color: var(--bg-color);
}
@media screen and (max-width: 999px) {
  .item-col--thumbnail {
    top: 107px;
    height: calc(100vh - 107px);
  }
}
@media screen and (max-width: 767px) {
  .item-col--thumbnail {
    position: relative;
    width: calc(100% + 40px);
    height: 90px;
    margin: 0 -20px;
    top: unset;
    left: unset;
  }
}
.item-col--thumbnail.is-bottom {
  position: absolute;
  height: calc(100vh - 50px);
  top: unset;
  bottom: 0;
}
.item-col--detail {
  grid-row: 1/2;
  grid-column: 2/3;
  padding-left: 16%;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .item-col--detail {
    padding: 0;
    margin-top: 40px;
  }
}

.detail {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .detail {
    top: 107px;
  }
}
@media screen and (max-width: 767px) {
  .detail {
    padding-bottom: 40px;
    position: relative;
    top: unset;
  }
}
.detail .new {
  position: relative;
}

.summary {
  padding-bottom: 30px;
}
.summary .new::before {
  margin-bottom: 15px;
}
.summary .item-title {
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.4285714286rem;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .summary .item-title {
    font-size: 1.2142857143rem;
  }
}
.summary .price {
  margin-bottom: 10px;
}
.summary .color-swatches {
  justify-content: flex-start;
}

.item-content {
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--border-color);
}
.item-content p {
  margin: 30px 0;
}
.item-content *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.item-content *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.item-spec {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--border-color);
}
.item-spec *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.item-spec *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.news-category-tab {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .news-category-tab {
    margin-bottom: 60px;
  }
}

.news-category-tab__list {
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 120px;
}
@media screen and (max-width: 767px) {
  .news-category-tab__list {
    gap: 20px;
  }
}
.news-category-tab__item {
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 2.8571428571rem;
  color: var(--main-text-color);
  line-height: 1.4;
  text-align: center;
  padding-bottom: 10px;
  opacity: 0.1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .news-category-tab__item {
    font-size: 1.4285714286rem;
  }
}
.news-category-tab__item span,
.news-category-tab__item a {
  display: block;
  text-decoration: none;
  color: var(--main-text-color);
}
.news-category-tab__item span:hover,
.news-category-tab__item a:hover {
  opacity: 1;
}
.news-category-tab__item:has(.current), .news-category-tab__item:has(a:hover) {
  opacity: 1;
  border-bottom: 2px solid var(--main-text-color);
}

.news-archive {
  display: flex;
  gap: 5.792903693vw 5%;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .news-archive {
    gap: 40px;
  }
}
.news-archive .news-item {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .news-archive .news-item {
    width: 100%;
  }
}
.news-archive .news-item a {
  display: block;
  text-decoration: none;
  color: var(--main-text-color);
}
.news-archive .news__thumb {
  margin-bottom: 20px;
  aspect-ratio: 360/236;
  background-color: var(--white);
  border: 1px solid #f5f5f5;
}
.news-archive .news__thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-archive .news__thumb:has(.logo-svg) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-archive .news__thumb .logo-svg {
  width: 55%;
  aspect-ratio: 120/74.951;
  fill: var(--main-text-color);
}
.news-archive .news__date {
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.4285714286;
  margin-bottom: 3px;
}
.news-archive .news__title {
  font-size: 0.9285714286rem;
  letter-spacing: 0.1em;
}

.news-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news-flex {
    display: block;
  }
}

.news-col-main {
  flex: 0 0 53.75%;
}

.news-col-side {
  flex: 0 0 36.25%;
}
@media screen and (max-width: 767px) {
  .news-col-side {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid var(--bg-color);
    position: relative;
  }
}

.news__date {
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 2;
}
.news__heading {
  font-size: 1.7142857143rem;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .news__heading {
    font-size: 1.2857142857rem;
    margin-bottom: 40px;
  }
}
.news__mainimage {
  margin: 40px auto 40px 0;
}
@media screen and (max-width: 767px) {
  .news__mainimage {
    margin: 20px auto 20px 0;
  }
}

.article {
  border-top: 1px solid var(--bg-color);
  border-bottom: 1px solid var(--bg-color);
  text-align: center;
  padding: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 849px) {
  .article {
    text-align: left;
  }
}

.sns {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sns {
    text-align: center;
  }
}

.side__title {
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.2857142857rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .side__title {
    font-size: 1.1428571429rem;
  }
}

.side-tag {
  list-style: none;
  padding: 0;
}
.side-tag a {
  text-decoration: none;
  color: var(--main-text-color);
}

.news__wrapper {
  position: relative;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .news__wrapper {
    padding-bottom: 40px;
  }
}

.pagination {
  margin-top: 120px;
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 60px;
  }
}
.pagination ul.page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.pagination li {
  color: var(--border-color);
  width: 43px;
  text-align: center;
}
.pagination li .page-numbers {
  display: block;
  padding: 5px 0;
}
.pagination li .current {
  color: var(--main-text-color);
}
.pagination li a {
  text-decoration: none;
  color: var(--border-color);
}
.pagination li a:hover {
  opacity: 1;
  color: var(--main-text-color);
}
.pagination li:has(.page-numbers.prev), .pagination li:has(.page-numbers.next) {
  border: none;
}
.pagination .page-numbers.prev img,
.pagination .page-numbers.next img {
  width: 16px;
  height: 16px;
}

.news-navigation {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Wix Madefor Display", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news-navigation {
    position: relative;
    bottom: unset;
    left: unset;
    transform: none;
    margin-top: 60px;
  }
}
.news-navigation .nav-links {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 200px;
}
.news-navigation .nav-links a {
  text-decoration: none;
  color: var(--main-text-color);
}
.news-navigation .nav-previous img,
.news-navigation .nav-next img {
  width: 16px;
  height: 16px;
  vertical-align: -3px;
}
.news-navigation .nav-previous img {
  margin-right: 20px;
}
.news-navigation .nav-next img {
  margin-left: 20px;
}

/* Utility */
.is-visible-pc {
  display: block !important;
}

.is-visible-tab {
  display: none !important;
}

.is-hidden-tab {
  display: block !important;
}

.is-visible-sp {
  display: none !important;
}

.is-visible-inline-pc {
  display: inline !important;
}

.is-visible-inline-sp {
  display: none !important;
}

@media screen and (max-width: 999px) {
  .is-visible-tab {
    display: block !important;
  }
  .is-hidden-tab {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-visible-pc {
    display: none !important;
  }
  .is-visible-sp {
    display: block !important;
  }
  .is-visible-inline-pc {
    display: none !important;
  }
  .is-visible-inline-sp {
    display: inline !important;
  }
}
.text-center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .text-center--pc {
    text-align: center;
  }
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.inline-block {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.pt0 {
  padding-top: 0;
}
