@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/**
* Available vars:
* @var --viewport-from: <number> - Number in pixels without the unit. Required if `--font-size` is not exist.
* @var --viewport-to: <number> - Number in pixels without the unit. Required if `--font-size` is not exist.
* @var --font-size-from: <number> - Number in pixels without the unit. Required if `--font-size` and `--min-font-size` is not exist.
* @var --font-size-to: <number> - Number in pixels without the unit. Required if `--font-size` and `--max-font-size` is not exist.
* @var --max-font-size: <number> - Number in pixels without the unit. Optional.
* @var --min-font-size: <number> - Number in pixels without the unit. Optional.
* @var --viewport-unit-converter: 1vw | 1vh | 1vmin | 1vmax - Optional. Default: 1vw.
* @var --font-size: <length> | <percentage> | <absolute-size> | <relative-size> | Global values - Optional.
*/
*,
*::before,
*::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) /
    (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (
      var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)
    ) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(
    var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px
  );
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}

:focus:not(:focus-visible) {
  outline: 0;
  /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

::-moz-selection {
  color: #000000;
  background-color: #FFFFFF;
}

::selection {
  color: #000000;
  background-color: #FFFFFF;
}

body {
  font-family: "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  color: #FFFFFF;
  background: #000000;
  margin: 0;
}
body.fixed {
  overflow: hidden;
}
body.hidden {
  overflow-x: hidden;
}

p {
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 14;
  line-height: 2.1;
}
p *,
p *::before,
p *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}

a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
  line-height: 1;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-footer {
  padding: 20vw 0 12vw 0;
}
@media (min-width: 768px) {
  .l-footer {
    padding: 12vw 0 5vw 0;
  }
}
.l-footer__inner {
  padding: 0 5vw;
}
@media (min-width: 768px) {
  .l-footer__inner {
    padding: 0 7vw;
  }
}
.l-footer__sub {
  margin-bottom: 2vw;
}
@media (min-width: 768px) {
  .l-footer__sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 7vw;
  }
}
.l-footer__anthem {
  width: 100%;
  max-width: 50vw;
  margin: 0 auto 12vw;
}
@media (min-width: 768px) {
  .l-footer__anthem {
    max-width: 32vw;
    margin: 0;
  }
}
.l-footer__anthem img {
  width: 100%;
}
.l-footer__contact {
  line-height: 1;
  text-align: center;
}
.l-footer__contact-link {
  position: relative;
  display: inline-block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 13;
  color: rgba(255, 255, 255, 0.36);
  line-height: 1.5;
  padding: 0.25rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 100px;
  overflow: hidden;
}
.l-footer__contact-link *,
.l-footer__contact-link *::before,
.l-footer__contact-link *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .l-footer__contact-link {
    padding: 0.5rem 1rem;
  }
}
.l-footer__contact-link::before {
  content: "";
  width: 0%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: 0;
  background: rgba(255, 255, 255, 0.36);
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__contact-link:hover::before {
    width: 120%;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-footer__contact-link:hover::before {
    width: 120%;
  }
}
.l-footer__main {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
}
@media (min-width: 768px) {
  .l-footer__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1vw;
  margin-bottom: 15vw;
}
@media (min-width: 768px) {
  .l-footer__flex {
    gap: 3vw;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
}
.l-footer__flex-link {
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 16;
  color: rgba(255, 255, 255, 0.36);
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
.l-footer__flex-link *,
.l-footer__flex-link *::before,
.l-footer__flex-link *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__flex-link:hover {
    opacity: 0.6;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-footer__flex-link:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .l-footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__copyright {
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 16;
  color: rgba(255, 255, 255, 0.36);
}
.l-footer__copyright *,
.l-footer__copyright *::before,
.l-footer__copyright *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.l-footer__logo {
  display: block;
  width: 100%;
  max-width: 120px;
  margin-bottom: 3vw;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__logo:hover {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-footer__logo:hover {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .l-footer__logo {
    max-width: 150px;
    margin-bottom: 0;
  }
}
.l-footer__logo img {
  width: 100%;
}

/*-----------------------
  header
------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: ease-in 0.4s;
  transition: ease-in 0.4s;
  z-index: 999;
}
@media (min-width: 768px) {
  .l-header {
    mix-blend-mode: exclusion;
  }
}
@media (max-width: 767px) {
  .l-header {
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
}
.l-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: ease-in 0.4s;
  transition: ease-in 0.4s;
}
.l-header.is-open::after {
  opacity: 0;
}
.l-header--bg {
  background: #000000;
  mix-blend-mode: normal;
}
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__logo {
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
.l-header__logo.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .l-header__logo.is-hidden {
    display: none;
  }
}
.l-header__logo-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 120px;
  height: 100%;
  -webkit-transition: ease-in 0.4s;
  transition: ease-in 0.4s;
  padding: 5vw;
}
@media (min-width: 768px) {
  .l-header__logo-item {
    max-width: 160px;
  }
}
@media (min-width: 1024px) {
  .l-header__logo-item {
    max-width: 210px;
    padding: 0 2vw;
  }
}
.l-header__logo-item img {
  width: 100%;
}
.l-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .l-header__nav.is-open {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5vw 7vw;
  }
}
.l-header__list {
  display: none;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  height: 100%;
}
@media (min-width: 768px) {
  .l-header__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3vw;
    padding: 0 3vw 0 2vw;
  }
}
.l-header__list.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.l-header__list-link {
  display: inline-block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 13;
  letter-spacing: 0.035rem;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
.l-header__list-link *,
.l-header__list-link *::before,
.l-header__list-link *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (hover: hover) and (pointer: fine) {
  .l-header__list-link:hover {
    opacity: 0.6;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-header__list-link:hover {
    opacity: 0.6;
  }
}
.l-header__contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 1rem;
  background: #000000;
  line-height: 1.5;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 100px;
  -webkit-transition: padding-top 300ms, line-height 300ms;
  transition: padding-top 300ms, line-height 300ms;
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-header__contact {
    position: absolute;
    right: 8%;
    padding: 0.5rem 1rem;
    margin: 3vw 3vw 0 0;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .l-header__contact {
    display: none;
  }
}
.l-header__contact::before {
  content: "";
  width: 0%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: 0;
  background: rgba(255, 255, 255, 0.36);
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__contact:hover::before {
    width: 120%;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-header__contact:hover::before {
    width: 120%;
  }
}
.l-header__contact.is-hidden {
  position: absolute;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
}
.l-header__contact-txt {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.36);
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.l-header__drawer-btn {
  position: relative;
  top: auto;
  right: auto;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  width: 16vw;
  height: 16vw;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 768px) {
  .l-header__drawer-btn {
    width: 100px;
    height: 100px;
  }
}
.l-header__drawer-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-header__drawer-btn:hover {
    gap: 14px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .l-header__drawer-btn:hover {
    gap: 14px;
  }
}
.l-header__drawer-btn.is-open {
  width: 15vw;
  height: 15vw;
  background: #FFFFFF;
  border-radius: 100px;
  gap: 0;
}
.l-header__drawer-btn.is-open::before {
  opacity: 0;
}
@media (min-width: 768px) {
  .l-header__drawer-btn.is-open {
    width: 5vw;
    height: 5vw;
    margin: 3vw 3vw 0 0;
  }
}
@media (max-width: 767px) {
  .l-header__drawer-btn.is-open {
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0;
    z-index: 99;
  }
}
.l-header__drawer-btn.is-open .l-header__drawer-dots {
  background: #000000;
}
.l-header__drawer-btn.is-open .l-header__drawer-dots:first-child {
  width: 5vw;
}
@media (min-width: 768px) {
  .l-header__drawer-btn.is-open .l-header__drawer-dots:first-child {
    width: 2vw;
  }
}
.l-header__drawer-btn.is-open .l-header__drawer-dots:not(:first-child) {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.l-header__drawer-dots {
  display: block;
  width: 3px;
  height: 3px;
  background: #FFFFFF;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

/*-----------------------
  drawer
------------------------*/
.l-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 3;
}
.l-drawer.is-open {
  opacity: 1;
  visibility: visible;
}
.l-drawer__wave {
  position: absolute;
  top: -10%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 0;
}
.l-drawer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .l-drawer__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-drawer__nav {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 5vw;
  padding: 32vw 7vw 7vw 7vw;
}
@media (min-width: 768px) {
  .l-drawer__nav {
    padding: 26vw 7vw 7vw 7vw;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5vw;
       -moz-column-gap: 5vw;
            column-gap: 5vw;
    padding: 15vw 7vw 5vw 7vw;
  }
}
.l-drawer__nav-left {
  margin-bottom: 5vw;
}
@media (min-width: 768px) {
  .l-drawer__nav-left {
    margin-bottom: 0;
  }
}
.l-drawer__nest {
  margin-bottom: 7vw;
}
@media (min-width: 768px) {
  .l-drawer__nest {
    margin-bottom: 3vw;
  }
}
.l-drawer__nest-parent {
  display: inline-block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 25;
  --max-font-size: 72;
  line-height: 1;
  margin-bottom: 0.5rem;
  opacity: 0;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
.l-drawer__nest-parent *,
.l-drawer__nest-parent *::before,
.l-drawer__nest-parent *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__nest-parent:hover {
    opacity: 0.6 !important;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-drawer__nest-parent:hover {
    opacity: 0.6 !important;
  }
}
@media (min-width: 768px) {
  .l-drawer__nest-parent {
    margin-bottom: 1rem;
  }
}
.l-drawer__nest-children {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .l-drawer__nest-children {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 5px;
  }
}
.l-drawer__nest-children:not(:last-child) {
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .l-drawer__nest-children:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.l-drawer__nest-item {
  display: inline-block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 14;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.055rem;
  opacity: 0;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
.l-drawer__nest-item *,
.l-drawer__nest-item *::before,
.l-drawer__nest-item *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__nest-item:hover {
    opacity: 0.6 !important;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-drawer__nest-item:hover {
    opacity: 0.6 !important;
  }
}
.l-drawer__solo {
  display: inline-block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 25;
  --max-font-size: 72;
  line-height: 1;
  opacity: 0;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
.l-drawer__solo *,
.l-drawer__solo *::before,
.l-drawer__solo *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__solo:hover {
    opacity: 0.6 !important;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-drawer__solo:hover {
    opacity: 0.6 !important;
  }
}
.l-drawer__solo:not(:last-child) {
  margin-bottom: 7vw;
}
@media (min-width: 768px) {
  .l-drawer__solo:not(:last-child) {
    margin-bottom: 3vw;
  }
}
.l-drawer__group {
  width: 100%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .l-drawer__group {
    width: 50%;
  }
}
.l-drawer__group:not(:last-child) {
  margin-bottom: 7vw;
}
@media (min-width: 768px) {
  .l-drawer__group:not(:last-child) {
    margin-bottom: 5vw;
  }
}
.l-drawer__group-ttl {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 14;
  color: rgba(255, 255, 255, 0.36);
  letter-spacing: 0.005rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  opacity: 0;
}
.l-drawer__group-ttl *,
.l-drawer__group-ttl *::before,
.l-drawer__group-ttl *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .l-drawer__group-ttl {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .l-drawer__group-ttl--hidden {
    display: none;
  }
}
.l-drawer__group-list {
  display: grid;
  row-gap: 0.5rem;
}
@media (min-width: 768px) {
  .l-drawer__group-list {
    row-gap: 0.5rem;
  }
}
.l-drawer__group-item {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 14;
  letter-spacing: 0.055rem;
  opacity: 0;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
.l-drawer__group-item *,
.l-drawer__group-item *::before,
.l-drawer__group-item *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__group-item:hover {
    opacity: 0.6 !important;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-drawer__group-item:hover {
    opacity: 0.6 !important;
  }
}
.l-drawer__footer {
  padding: 0 7vw 200px 7vw;
}
@media (min-width: 768px) {
  .l-drawer__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3vw 7vw;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.l-drawer__footer a {
  -webkit-transition: 0.3s cubic-bezier(0.77, 0.2, 0.05, 1) 0.6s;
  transition: 0.3s cubic-bezier(0.77, 0.2, 0.05, 1) 0.6s;
}
.l-drawer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2vw;
}
@media (max-width: 767px) {
  .l-drawer__sns {
    display: grid;
    gap: 0.5rem;
    margin-bottom: 7vw;
  }
}
.l-drawer__sns-item {
  display: inline-block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 14;
  letter-spacing: 0.055rem;
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__sns-item:hover {
    opacity: 0.6 !important;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-drawer__sns-item:hover {
    opacity: 0.6 !important;
  }
}
.l-drawer__info {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.5rem;
}
@media (min-width: 768px) {
  .l-drawer__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2vw;
  }
}
.l-drawer__info-item {
  display: inline-block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 14;
  letter-spacing: 0.055rem;
}
.l-drawer__info-item *,
.l-drawer__info-item *::before,
.l-drawer__info-item *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .l-drawer__info-item {
    color: rgba(255, 255, 255, 0.5);
  }
}
.l-drawer__info-copyright {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.055rem;
}
@media (max-width: 767px) {
  .l-drawer__info-copyright {
    padding-top: 12vw;
  }
}

.l-main {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.l-main.--products-single {
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
.l-main.--layer {
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-bread {
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 12;
  color: rgba(255, 255, 255, 0.36);
  letter-spacing: 0.0075rem;
}
.c-bread *,
.c-bread *::before,
.c-bread *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.c-bread__item span {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 12;
  color: rgba(255, 255, 255, 0.36);
  letter-spacing: 0.0075rem;
}
.c-bread__item span *,
.c-bread__item span *::before,
.c-bread__item span *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.c-bread__item .current-item {
  color: #FFFFFF;
}

.c-container-wide {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.c-button {
  position: relative;
  display: inline-block;
  padding: 0.25rem 1rem;
  border-radius: 100px;
  overflow: hidden;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
.c-button::before {
  content: "";
  width: 0%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: -1;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .c-button:hover::before {
    width: 120%;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-button:hover::before {
    width: 120%;
  }
}
@media (min-width: 768px) {
  .c-button {
    padding: 0.5rem 2rem;
  }
}
.c-button__txt {
  position: relative;
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 14;
  line-height: 1;
  z-index: 2;
  padding-bottom: 3px;
}
.c-button__txt *,
.c-button__txt *::before,
.c-button__txt *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.c-button--primary {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.c-button--primary::before {
  background: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--primary:hover {
    color: #262626;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-button--primary:hover {
    color: #262626;
  }
}
.c-button--secondary {
  color: #000000;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
}
.c-button--secondary::before {
  background: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--secondary:hover {
    color: #FFFFFF;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-button--secondary:hover {
    color: #FFFFFF;
  }
}
.c-button--contact {
  color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.36);
}
.c-button--contact::before {
  background: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--contact:hover {
    color: rgba(255, 255, 255, 0.36);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-button--contact:hover {
    color: rgba(255, 255, 255, 0.36);
  }
}

.c-index {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 7vw;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
.c-index::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 0%;
  height: 200%;
  background: #FFFFFF;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .c-index:hover {
    color: #000000;
  }
  .c-index:hover::before {
    width: 100%;
  }
  .c-index:hover .c-index__arrow-path {
    fill: #000000;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-index:hover {
    color: #000000;
  }
  .c-index:hover::before {
    width: 100%;
  }
  .c-index:hover .c-index__arrow-path {
    fill: #000000;
  }
}
.c-index__deco {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 13;
}
.c-index__deco *,
.c-index__deco *::before,
.c-index__deco *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.c-index__ttl {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 18;
  --max-font-size: 28;
}
.c-index__ttl *,
.c-index__ttl *::before,
.c-index__ttl *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.c-index__arrow {
  width: 100%;
  max-width: 24px;
}
@media (min-width: 768px) {
  .c-index__arrow {
    max-width: 30px;
  }
}
.c-index__arrow-path {
  width: 100%;
  fill: #FFFFFF;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}

.c-page-ttl {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 28;
  --max-font-size: 80;
  line-height: 1.4;
}
.c-page-ttl *,
.c-page-ttl *::before,
.c-page-ttl *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}

.c-search {
  position: relative;
}
.c-search__btn {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-search__btn {
    left: 2rem;
    width: 16px;
    height: 16px;
  }
}
.c-search__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/products/search-icon.svg) no-repeat center;
  background-size: contain;
}
.c-search__body {
  display: block;
  width: 100%;
  padding: 10px 15px 13px 40px;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.0075rem;
  background: #262626;
  border-radius: 100px;
  caret-color: #FFFFFF;
}
@media (min-width: 768px) {
  .c-search__body {
    padding: 15px 15px 20px 60px;
  }
}
.c-search__body:focus {
  caret-color: #FFFFFF;
  outline: none !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.c-search__body::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.c-search__body::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.c-search__body:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.c-search__body::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.c-search__body::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.js-scroll-effect {
  overflow: hidden;
}
.js-scroll-effect span:nth-of-type(1) {
  -webkit-animation-delay: 0.02s;
          animation-delay: 0.02s;
}
.js-scroll-effect span:nth-of-type(2) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}
.js-scroll-effect span:nth-of-type(3) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
.js-scroll-effect span:nth-of-type(4) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.js-scroll-effect span:nth-of-type(5) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.js-scroll-effect span:nth-of-type(6) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.js-scroll-effect span:nth-of-type(7) {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.js-scroll-effect span:nth-of-type(8) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.js-scroll-effect span:nth-of-type(9) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.js-scroll-effect span:nth-of-type(10) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-scroll-effect span:nth-of-type(11) {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}
.js-scroll-effect span:nth-of-type(12) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.js-scroll-effect span:nth-of-type(13) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.js-scroll-effect span:nth-of-type(14) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.js-scroll-effect span:nth-of-type(15) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.js-scroll-effect span:nth-of-type(16) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.js-scroll-effect span:nth-of-type(17) {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}
.js-scroll-effect span:nth-of-type(18) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.js-scroll-effect span:nth-of-type(19) {
  -webkit-animation-delay: 0.38s;
          animation-delay: 0.38s;
}
.js-scroll-effect span:nth-of-type(20) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.js-scroll-effect span:nth-of-type(21) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.js-scroll-effect span:nth-of-type(22) {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}
.js-scroll-effect span:nth-of-type(23) {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
}
.js-scroll-effect span:nth-of-type(24) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.js-scroll-effect span:nth-of-type(25) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.js-scroll-effect span:nth-of-type(26) {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
.js-scroll-effect span:nth-of-type(27) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}
.js-scroll-effect span:nth-of-type(28) {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.js-scroll-effect span:nth-of-type(29) {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}
.js-scroll-effect span:nth-of-type(30) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.js-scroll-effect span:nth-of-type(31) {
  -webkit-animation-delay: 0.62s;
          animation-delay: 0.62s;
}
.js-scroll-effect span:nth-of-type(32) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.js-scroll-effect span:nth-of-type(33) {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}
.js-scroll-effect span:nth-of-type(34) {
  -webkit-animation-delay: 0.68s;
          animation-delay: 0.68s;
}
.js-scroll-effect span:nth-of-type(35) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.js-scroll-effect span:nth-of-type(36) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.js-scroll-effect span:nth-of-type(37) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
}
.js-scroll-effect span:nth-of-type(38) {
  -webkit-animation-delay: 0.76s;
          animation-delay: 0.76s;
}
.js-scroll-effect span:nth-of-type(39) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}
.js-scroll-effect span:nth-of-type(40) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.js-scroll-effect span:nth-of-type(41) {
  -webkit-animation-delay: 0.82s;
          animation-delay: 0.82s;
}
.js-scroll-effect span:nth-of-type(42) {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}
.js-scroll-effect span:nth-of-type(43) {
  -webkit-animation-delay: 0.86s;
          animation-delay: 0.86s;
}
.js-scroll-effect span:nth-of-type(44) {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}
.js-scroll-effect span:nth-of-type(45) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.js-scroll-effect span:nth-of-type(46) {
  -webkit-animation-delay: 0.92s;
          animation-delay: 0.92s;
}
.js-scroll-effect span:nth-of-type(47) {
  -webkit-animation-delay: 0.94s;
          animation-delay: 0.94s;
}
.js-scroll-effect span:nth-of-type(48) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.js-scroll-effect span:nth-of-type(49) {
  -webkit-animation-delay: 0.98s;
          animation-delay: 0.98s;
}
.js-scroll-effect span:nth-of-type(50) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js-scroll-effect span:nth-of-type(51) {
  -webkit-animation-delay: 1.02s;
          animation-delay: 1.02s;
}
.js-scroll-effect span:nth-of-type(52) {
  -webkit-animation-delay: 1.04s;
          animation-delay: 1.04s;
}
.js-scroll-effect span:nth-of-type(53) {
  -webkit-animation-delay: 1.06s;
          animation-delay: 1.06s;
}
.js-scroll-effect span:nth-of-type(54) {
  -webkit-animation-delay: 1.08s;
          animation-delay: 1.08s;
}
.js-scroll-effect span:nth-of-type(55) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.js-scroll-effect span:nth-of-type(56) {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}
.js-scroll-effect span:nth-of-type(57) {
  -webkit-animation-delay: 1.14s;
          animation-delay: 1.14s;
}
.js-scroll-effect span:nth-of-type(58) {
  -webkit-animation-delay: 1.16s;
          animation-delay: 1.16s;
}
.js-scroll-effect span:nth-of-type(59) {
  -webkit-animation-delay: 1.18s;
          animation-delay: 1.18s;
}
.js-scroll-effect span:nth-of-type(60) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.js-scroll-effect span:nth-of-type(61) {
  -webkit-animation-delay: 1.22s;
          animation-delay: 1.22s;
}
.js-scroll-effect span:nth-of-type(62) {
  -webkit-animation-delay: 1.24s;
          animation-delay: 1.24s;
}
.js-scroll-effect span:nth-of-type(63) {
  -webkit-animation-delay: 1.26s;
          animation-delay: 1.26s;
}
.js-scroll-effect span:nth-of-type(64) {
  -webkit-animation-delay: 1.28s;
          animation-delay: 1.28s;
}
.js-scroll-effect span:nth-of-type(65) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.js-scroll-effect span:nth-of-type(66) {
  -webkit-animation-delay: 1.32s;
          animation-delay: 1.32s;
}
.js-scroll-effect span:nth-of-type(67) {
  -webkit-animation-delay: 1.34s;
          animation-delay: 1.34s;
}
.js-scroll-effect span:nth-of-type(68) {
  -webkit-animation-delay: 1.36s;
          animation-delay: 1.36s;
}
.js-scroll-effect span:nth-of-type(69) {
  -webkit-animation-delay: 1.38s;
          animation-delay: 1.38s;
}
.js-scroll-effect span:nth-of-type(70) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.js-scroll-effect span:nth-of-type(71) {
  -webkit-animation-delay: 1.42s;
          animation-delay: 1.42s;
}
.js-scroll-effect span:nth-of-type(72) {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}
.js-scroll-effect span:nth-of-type(73) {
  -webkit-animation-delay: 1.46s;
          animation-delay: 1.46s;
}
.js-scroll-effect span:nth-of-type(74) {
  -webkit-animation-delay: 1.48s;
          animation-delay: 1.48s;
}
.js-scroll-effect span:nth-of-type(75) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.js-scroll-effect span:nth-of-type(76) {
  -webkit-animation-delay: 1.52s;
          animation-delay: 1.52s;
}
.js-scroll-effect span:nth-of-type(77) {
  -webkit-animation-delay: 1.54s;
          animation-delay: 1.54s;
}
.js-scroll-effect span:nth-of-type(78) {
  -webkit-animation-delay: 1.56s;
          animation-delay: 1.56s;
}
.js-scroll-effect span:nth-of-type(79) {
  -webkit-animation-delay: 1.58s;
          animation-delay: 1.58s;
}
.js-scroll-effect span:nth-of-type(80) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.js-scroll-effect span:nth-of-type(81) {
  -webkit-animation-delay: 1.62s;
          animation-delay: 1.62s;
}
.js-scroll-effect span:nth-of-type(82) {
  -webkit-animation-delay: 1.64s;
          animation-delay: 1.64s;
}
.js-scroll-effect span:nth-of-type(83) {
  -webkit-animation-delay: 1.66s;
          animation-delay: 1.66s;
}
.js-scroll-effect span:nth-of-type(84) {
  -webkit-animation-delay: 1.68s;
          animation-delay: 1.68s;
}
.js-scroll-effect span:nth-of-type(85) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.js-scroll-effect span:nth-of-type(86) {
  -webkit-animation-delay: 1.72s;
          animation-delay: 1.72s;
}
.js-scroll-effect span:nth-of-type(87) {
  -webkit-animation-delay: 1.74s;
          animation-delay: 1.74s;
}
.js-scroll-effect span:nth-of-type(88) {
  -webkit-animation-delay: 1.76s;
          animation-delay: 1.76s;
}
.js-scroll-effect span:nth-of-type(89) {
  -webkit-animation-delay: 1.78s;
          animation-delay: 1.78s;
}
.js-scroll-effect span:nth-of-type(90) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.js-scroll-effect span:nth-of-type(91) {
  -webkit-animation-delay: 1.82s;
          animation-delay: 1.82s;
}
.js-scroll-effect span:nth-of-type(92) {
  -webkit-animation-delay: 1.84s;
          animation-delay: 1.84s;
}
.js-scroll-effect span:nth-of-type(93) {
  -webkit-animation-delay: 1.86s;
          animation-delay: 1.86s;
}
.js-scroll-effect span:nth-of-type(94) {
  -webkit-animation-delay: 1.88s;
          animation-delay: 1.88s;
}
.js-scroll-effect span:nth-of-type(95) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.js-scroll-effect span:nth-of-type(96) {
  -webkit-animation-delay: 1.92s;
          animation-delay: 1.92s;
}
.js-scroll-effect span:nth-of-type(97) {
  -webkit-animation-delay: 1.94s;
          animation-delay: 1.94s;
}
.js-scroll-effect span:nth-of-type(98) {
  -webkit-animation-delay: 1.96s;
          animation-delay: 1.96s;
}
.js-scroll-effect span:nth-of-type(99) {
  -webkit-animation-delay: 1.98s;
          animation-delay: 1.98s;
}
.js-scroll-effect span:nth-of-type(100) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.js-scroll-effect span {
  display: inline-block;
  min-width: 0.25rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.js-scroll-effect.is-active span {
  -webkit-animation-name: slideText;
          animation-name: slideText;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js-main-contents {
  opacity: 0;
}

.js-mv-ttl {
  overflow: hidden;
}
.js-mv-ttl span:nth-of-type(1) {
  -webkit-animation-delay: 0.02s;
          animation-delay: 0.02s;
}
.js-mv-ttl span:nth-of-type(2) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}
.js-mv-ttl span:nth-of-type(3) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
.js-mv-ttl span:nth-of-type(4) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.js-mv-ttl span:nth-of-type(5) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.js-mv-ttl span:nth-of-type(6) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.js-mv-ttl span:nth-of-type(7) {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.js-mv-ttl span:nth-of-type(8) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.js-mv-ttl span:nth-of-type(9) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.js-mv-ttl span:nth-of-type(10) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-mv-ttl span:nth-of-type(11) {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}
.js-mv-ttl span:nth-of-type(12) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.js-mv-ttl span:nth-of-type(13) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.js-mv-ttl span:nth-of-type(14) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.js-mv-ttl span:nth-of-type(15) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.js-mv-ttl span:nth-of-type(16) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.js-mv-ttl span:nth-of-type(17) {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}
.js-mv-ttl span:nth-of-type(18) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.js-mv-ttl span:nth-of-type(19) {
  -webkit-animation-delay: 0.38s;
          animation-delay: 0.38s;
}
.js-mv-ttl span:nth-of-type(20) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.js-mv-ttl span:nth-of-type(21) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.js-mv-ttl span:nth-of-type(22) {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}
.js-mv-ttl span:nth-of-type(23) {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
}
.js-mv-ttl span:nth-of-type(24) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.js-mv-ttl span:nth-of-type(25) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.js-mv-ttl span:nth-of-type(26) {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
.js-mv-ttl span:nth-of-type(27) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}
.js-mv-ttl span:nth-of-type(28) {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.js-mv-ttl span:nth-of-type(29) {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}
.js-mv-ttl span:nth-of-type(30) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.js-mv-ttl span:nth-of-type(31) {
  -webkit-animation-delay: 0.62s;
          animation-delay: 0.62s;
}
.js-mv-ttl span:nth-of-type(32) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.js-mv-ttl span:nth-of-type(33) {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}
.js-mv-ttl span:nth-of-type(34) {
  -webkit-animation-delay: 0.68s;
          animation-delay: 0.68s;
}
.js-mv-ttl span:nth-of-type(35) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.js-mv-ttl span:nth-of-type(36) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.js-mv-ttl span:nth-of-type(37) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
}
.js-mv-ttl span:nth-of-type(38) {
  -webkit-animation-delay: 0.76s;
          animation-delay: 0.76s;
}
.js-mv-ttl span:nth-of-type(39) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}
.js-mv-ttl span:nth-of-type(40) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.js-mv-ttl span:nth-of-type(41) {
  -webkit-animation-delay: 0.82s;
          animation-delay: 0.82s;
}
.js-mv-ttl span:nth-of-type(42) {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}
.js-mv-ttl span:nth-of-type(43) {
  -webkit-animation-delay: 0.86s;
          animation-delay: 0.86s;
}
.js-mv-ttl span:nth-of-type(44) {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}
.js-mv-ttl span:nth-of-type(45) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.js-mv-ttl span:nth-of-type(46) {
  -webkit-animation-delay: 0.92s;
          animation-delay: 0.92s;
}
.js-mv-ttl span:nth-of-type(47) {
  -webkit-animation-delay: 0.94s;
          animation-delay: 0.94s;
}
.js-mv-ttl span:nth-of-type(48) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.js-mv-ttl span:nth-of-type(49) {
  -webkit-animation-delay: 0.98s;
          animation-delay: 0.98s;
}
.js-mv-ttl span:nth-of-type(50) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js-mv-ttl span:nth-of-type(51) {
  -webkit-animation-delay: 1.02s;
          animation-delay: 1.02s;
}
.js-mv-ttl span:nth-of-type(52) {
  -webkit-animation-delay: 1.04s;
          animation-delay: 1.04s;
}
.js-mv-ttl span:nth-of-type(53) {
  -webkit-animation-delay: 1.06s;
          animation-delay: 1.06s;
}
.js-mv-ttl span:nth-of-type(54) {
  -webkit-animation-delay: 1.08s;
          animation-delay: 1.08s;
}
.js-mv-ttl span:nth-of-type(55) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.js-mv-ttl span:nth-of-type(56) {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}
.js-mv-ttl span:nth-of-type(57) {
  -webkit-animation-delay: 1.14s;
          animation-delay: 1.14s;
}
.js-mv-ttl span:nth-of-type(58) {
  -webkit-animation-delay: 1.16s;
          animation-delay: 1.16s;
}
.js-mv-ttl span:nth-of-type(59) {
  -webkit-animation-delay: 1.18s;
          animation-delay: 1.18s;
}
.js-mv-ttl span:nth-of-type(60) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.js-mv-ttl span:nth-of-type(61) {
  -webkit-animation-delay: 1.22s;
          animation-delay: 1.22s;
}
.js-mv-ttl span:nth-of-type(62) {
  -webkit-animation-delay: 1.24s;
          animation-delay: 1.24s;
}
.js-mv-ttl span:nth-of-type(63) {
  -webkit-animation-delay: 1.26s;
          animation-delay: 1.26s;
}
.js-mv-ttl span:nth-of-type(64) {
  -webkit-animation-delay: 1.28s;
          animation-delay: 1.28s;
}
.js-mv-ttl span:nth-of-type(65) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.js-mv-ttl span:nth-of-type(66) {
  -webkit-animation-delay: 1.32s;
          animation-delay: 1.32s;
}
.js-mv-ttl span:nth-of-type(67) {
  -webkit-animation-delay: 1.34s;
          animation-delay: 1.34s;
}
.js-mv-ttl span:nth-of-type(68) {
  -webkit-animation-delay: 1.36s;
          animation-delay: 1.36s;
}
.js-mv-ttl span:nth-of-type(69) {
  -webkit-animation-delay: 1.38s;
          animation-delay: 1.38s;
}
.js-mv-ttl span:nth-of-type(70) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.js-mv-ttl span:nth-of-type(71) {
  -webkit-animation-delay: 1.42s;
          animation-delay: 1.42s;
}
.js-mv-ttl span:nth-of-type(72) {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}
.js-mv-ttl span:nth-of-type(73) {
  -webkit-animation-delay: 1.46s;
          animation-delay: 1.46s;
}
.js-mv-ttl span:nth-of-type(74) {
  -webkit-animation-delay: 1.48s;
          animation-delay: 1.48s;
}
.js-mv-ttl span:nth-of-type(75) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.js-mv-ttl span:nth-of-type(76) {
  -webkit-animation-delay: 1.52s;
          animation-delay: 1.52s;
}
.js-mv-ttl span:nth-of-type(77) {
  -webkit-animation-delay: 1.54s;
          animation-delay: 1.54s;
}
.js-mv-ttl span:nth-of-type(78) {
  -webkit-animation-delay: 1.56s;
          animation-delay: 1.56s;
}
.js-mv-ttl span:nth-of-type(79) {
  -webkit-animation-delay: 1.58s;
          animation-delay: 1.58s;
}
.js-mv-ttl span:nth-of-type(80) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.js-mv-ttl span:nth-of-type(81) {
  -webkit-animation-delay: 1.62s;
          animation-delay: 1.62s;
}
.js-mv-ttl span:nth-of-type(82) {
  -webkit-animation-delay: 1.64s;
          animation-delay: 1.64s;
}
.js-mv-ttl span:nth-of-type(83) {
  -webkit-animation-delay: 1.66s;
          animation-delay: 1.66s;
}
.js-mv-ttl span:nth-of-type(84) {
  -webkit-animation-delay: 1.68s;
          animation-delay: 1.68s;
}
.js-mv-ttl span:nth-of-type(85) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.js-mv-ttl span:nth-of-type(86) {
  -webkit-animation-delay: 1.72s;
          animation-delay: 1.72s;
}
.js-mv-ttl span:nth-of-type(87) {
  -webkit-animation-delay: 1.74s;
          animation-delay: 1.74s;
}
.js-mv-ttl span:nth-of-type(88) {
  -webkit-animation-delay: 1.76s;
          animation-delay: 1.76s;
}
.js-mv-ttl span:nth-of-type(89) {
  -webkit-animation-delay: 1.78s;
          animation-delay: 1.78s;
}
.js-mv-ttl span:nth-of-type(90) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.js-mv-ttl span:nth-of-type(91) {
  -webkit-animation-delay: 1.82s;
          animation-delay: 1.82s;
}
.js-mv-ttl span:nth-of-type(92) {
  -webkit-animation-delay: 1.84s;
          animation-delay: 1.84s;
}
.js-mv-ttl span:nth-of-type(93) {
  -webkit-animation-delay: 1.86s;
          animation-delay: 1.86s;
}
.js-mv-ttl span:nth-of-type(94) {
  -webkit-animation-delay: 1.88s;
          animation-delay: 1.88s;
}
.js-mv-ttl span:nth-of-type(95) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.js-mv-ttl span:nth-of-type(96) {
  -webkit-animation-delay: 1.92s;
          animation-delay: 1.92s;
}
.js-mv-ttl span:nth-of-type(97) {
  -webkit-animation-delay: 1.94s;
          animation-delay: 1.94s;
}
.js-mv-ttl span:nth-of-type(98) {
  -webkit-animation-delay: 1.96s;
          animation-delay: 1.96s;
}
.js-mv-ttl span:nth-of-type(99) {
  -webkit-animation-delay: 1.98s;
          animation-delay: 1.98s;
}
.js-mv-ttl span:nth-of-type(100) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.js-mv-ttl span {
  display: inline-block;
  min-width: 0.5rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (min-width: 768px) {
  .js-mv-ttl span {
    min-width: 1rem;
  }
}
.js-mv-ttl.is-active span {
  -webkit-animation-name: slideText;
          animation-name: slideText;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js-drawer-first-target {
  overflow: hidden;
}
.js-drawer-first-target span:nth-of-type(1) {
  -webkit-animation-delay: 0.02s;
          animation-delay: 0.02s;
}
.js-drawer-first-target span:nth-of-type(2) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}
.js-drawer-first-target span:nth-of-type(3) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
.js-drawer-first-target span:nth-of-type(4) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.js-drawer-first-target span:nth-of-type(5) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.js-drawer-first-target span:nth-of-type(6) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.js-drawer-first-target span:nth-of-type(7) {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.js-drawer-first-target span:nth-of-type(8) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.js-drawer-first-target span:nth-of-type(9) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.js-drawer-first-target span:nth-of-type(10) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-drawer-first-target span:nth-of-type(11) {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}
.js-drawer-first-target span:nth-of-type(12) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.js-drawer-first-target span:nth-of-type(13) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.js-drawer-first-target span:nth-of-type(14) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.js-drawer-first-target span:nth-of-type(15) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.js-drawer-first-target span:nth-of-type(16) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.js-drawer-first-target span:nth-of-type(17) {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}
.js-drawer-first-target span:nth-of-type(18) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.js-drawer-first-target span:nth-of-type(19) {
  -webkit-animation-delay: 0.38s;
          animation-delay: 0.38s;
}
.js-drawer-first-target span:nth-of-type(20) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.js-drawer-first-target span:nth-of-type(21) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.js-drawer-first-target span:nth-of-type(22) {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}
.js-drawer-first-target span:nth-of-type(23) {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
}
.js-drawer-first-target span:nth-of-type(24) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.js-drawer-first-target span:nth-of-type(25) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.js-drawer-first-target span:nth-of-type(26) {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
.js-drawer-first-target span:nth-of-type(27) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}
.js-drawer-first-target span:nth-of-type(28) {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.js-drawer-first-target span:nth-of-type(29) {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}
.js-drawer-first-target span:nth-of-type(30) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.js-drawer-first-target span:nth-of-type(31) {
  -webkit-animation-delay: 0.62s;
          animation-delay: 0.62s;
}
.js-drawer-first-target span:nth-of-type(32) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.js-drawer-first-target span:nth-of-type(33) {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}
.js-drawer-first-target span:nth-of-type(34) {
  -webkit-animation-delay: 0.68s;
          animation-delay: 0.68s;
}
.js-drawer-first-target span:nth-of-type(35) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.js-drawer-first-target span:nth-of-type(36) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.js-drawer-first-target span:nth-of-type(37) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
}
.js-drawer-first-target span:nth-of-type(38) {
  -webkit-animation-delay: 0.76s;
          animation-delay: 0.76s;
}
.js-drawer-first-target span:nth-of-type(39) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}
.js-drawer-first-target span:nth-of-type(40) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.js-drawer-first-target span:nth-of-type(41) {
  -webkit-animation-delay: 0.82s;
          animation-delay: 0.82s;
}
.js-drawer-first-target span:nth-of-type(42) {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}
.js-drawer-first-target span:nth-of-type(43) {
  -webkit-animation-delay: 0.86s;
          animation-delay: 0.86s;
}
.js-drawer-first-target span:nth-of-type(44) {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}
.js-drawer-first-target span:nth-of-type(45) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.js-drawer-first-target span:nth-of-type(46) {
  -webkit-animation-delay: 0.92s;
          animation-delay: 0.92s;
}
.js-drawer-first-target span:nth-of-type(47) {
  -webkit-animation-delay: 0.94s;
          animation-delay: 0.94s;
}
.js-drawer-first-target span:nth-of-type(48) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.js-drawer-first-target span:nth-of-type(49) {
  -webkit-animation-delay: 0.98s;
          animation-delay: 0.98s;
}
.js-drawer-first-target span:nth-of-type(50) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js-drawer-first-target span:nth-of-type(51) {
  -webkit-animation-delay: 1.02s;
          animation-delay: 1.02s;
}
.js-drawer-first-target span:nth-of-type(52) {
  -webkit-animation-delay: 1.04s;
          animation-delay: 1.04s;
}
.js-drawer-first-target span:nth-of-type(53) {
  -webkit-animation-delay: 1.06s;
          animation-delay: 1.06s;
}
.js-drawer-first-target span:nth-of-type(54) {
  -webkit-animation-delay: 1.08s;
          animation-delay: 1.08s;
}
.js-drawer-first-target span:nth-of-type(55) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.js-drawer-first-target span:nth-of-type(56) {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}
.js-drawer-first-target span:nth-of-type(57) {
  -webkit-animation-delay: 1.14s;
          animation-delay: 1.14s;
}
.js-drawer-first-target span:nth-of-type(58) {
  -webkit-animation-delay: 1.16s;
          animation-delay: 1.16s;
}
.js-drawer-first-target span:nth-of-type(59) {
  -webkit-animation-delay: 1.18s;
          animation-delay: 1.18s;
}
.js-drawer-first-target span:nth-of-type(60) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.js-drawer-first-target span:nth-of-type(61) {
  -webkit-animation-delay: 1.22s;
          animation-delay: 1.22s;
}
.js-drawer-first-target span:nth-of-type(62) {
  -webkit-animation-delay: 1.24s;
          animation-delay: 1.24s;
}
.js-drawer-first-target span:nth-of-type(63) {
  -webkit-animation-delay: 1.26s;
          animation-delay: 1.26s;
}
.js-drawer-first-target span:nth-of-type(64) {
  -webkit-animation-delay: 1.28s;
          animation-delay: 1.28s;
}
.js-drawer-first-target span:nth-of-type(65) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.js-drawer-first-target span:nth-of-type(66) {
  -webkit-animation-delay: 1.32s;
          animation-delay: 1.32s;
}
.js-drawer-first-target span:nth-of-type(67) {
  -webkit-animation-delay: 1.34s;
          animation-delay: 1.34s;
}
.js-drawer-first-target span:nth-of-type(68) {
  -webkit-animation-delay: 1.36s;
          animation-delay: 1.36s;
}
.js-drawer-first-target span:nth-of-type(69) {
  -webkit-animation-delay: 1.38s;
          animation-delay: 1.38s;
}
.js-drawer-first-target span:nth-of-type(70) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.js-drawer-first-target span:nth-of-type(71) {
  -webkit-animation-delay: 1.42s;
          animation-delay: 1.42s;
}
.js-drawer-first-target span:nth-of-type(72) {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}
.js-drawer-first-target span:nth-of-type(73) {
  -webkit-animation-delay: 1.46s;
          animation-delay: 1.46s;
}
.js-drawer-first-target span:nth-of-type(74) {
  -webkit-animation-delay: 1.48s;
          animation-delay: 1.48s;
}
.js-drawer-first-target span:nth-of-type(75) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.js-drawer-first-target span:nth-of-type(76) {
  -webkit-animation-delay: 1.52s;
          animation-delay: 1.52s;
}
.js-drawer-first-target span:nth-of-type(77) {
  -webkit-animation-delay: 1.54s;
          animation-delay: 1.54s;
}
.js-drawer-first-target span:nth-of-type(78) {
  -webkit-animation-delay: 1.56s;
          animation-delay: 1.56s;
}
.js-drawer-first-target span:nth-of-type(79) {
  -webkit-animation-delay: 1.58s;
          animation-delay: 1.58s;
}
.js-drawer-first-target span:nth-of-type(80) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.js-drawer-first-target span:nth-of-type(81) {
  -webkit-animation-delay: 1.62s;
          animation-delay: 1.62s;
}
.js-drawer-first-target span:nth-of-type(82) {
  -webkit-animation-delay: 1.64s;
          animation-delay: 1.64s;
}
.js-drawer-first-target span:nth-of-type(83) {
  -webkit-animation-delay: 1.66s;
          animation-delay: 1.66s;
}
.js-drawer-first-target span:nth-of-type(84) {
  -webkit-animation-delay: 1.68s;
          animation-delay: 1.68s;
}
.js-drawer-first-target span:nth-of-type(85) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.js-drawer-first-target span:nth-of-type(86) {
  -webkit-animation-delay: 1.72s;
          animation-delay: 1.72s;
}
.js-drawer-first-target span:nth-of-type(87) {
  -webkit-animation-delay: 1.74s;
          animation-delay: 1.74s;
}
.js-drawer-first-target span:nth-of-type(88) {
  -webkit-animation-delay: 1.76s;
          animation-delay: 1.76s;
}
.js-drawer-first-target span:nth-of-type(89) {
  -webkit-animation-delay: 1.78s;
          animation-delay: 1.78s;
}
.js-drawer-first-target span:nth-of-type(90) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.js-drawer-first-target span:nth-of-type(91) {
  -webkit-animation-delay: 1.82s;
          animation-delay: 1.82s;
}
.js-drawer-first-target span:nth-of-type(92) {
  -webkit-animation-delay: 1.84s;
          animation-delay: 1.84s;
}
.js-drawer-first-target span:nth-of-type(93) {
  -webkit-animation-delay: 1.86s;
          animation-delay: 1.86s;
}
.js-drawer-first-target span:nth-of-type(94) {
  -webkit-animation-delay: 1.88s;
          animation-delay: 1.88s;
}
.js-drawer-first-target span:nth-of-type(95) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.js-drawer-first-target span:nth-of-type(96) {
  -webkit-animation-delay: 1.92s;
          animation-delay: 1.92s;
}
.js-drawer-first-target span:nth-of-type(97) {
  -webkit-animation-delay: 1.94s;
          animation-delay: 1.94s;
}
.js-drawer-first-target span:nth-of-type(98) {
  -webkit-animation-delay: 1.96s;
          animation-delay: 1.96s;
}
.js-drawer-first-target span:nth-of-type(99) {
  -webkit-animation-delay: 1.98s;
          animation-delay: 1.98s;
}
.js-drawer-first-target span:nth-of-type(100) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.js-drawer-first-target span {
  display: inline-block;
  min-width: 1rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.js-drawer-first-target.is-active span {
  -webkit-animation-name: slideText;
          animation-name: slideText;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js-drawer-next-target {
  overflow: hidden;
}
.js-drawer-next-target span:nth-of-type(1) {
  -webkit-animation-delay: 0.02s;
          animation-delay: 0.02s;
}
.js-drawer-next-target span:nth-of-type(2) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}
.js-drawer-next-target span:nth-of-type(3) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
.js-drawer-next-target span:nth-of-type(4) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.js-drawer-next-target span:nth-of-type(5) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.js-drawer-next-target span:nth-of-type(6) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.js-drawer-next-target span:nth-of-type(7) {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.js-drawer-next-target span:nth-of-type(8) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.js-drawer-next-target span:nth-of-type(9) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.js-drawer-next-target span:nth-of-type(10) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-drawer-next-target span:nth-of-type(11) {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}
.js-drawer-next-target span:nth-of-type(12) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.js-drawer-next-target span:nth-of-type(13) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.js-drawer-next-target span:nth-of-type(14) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.js-drawer-next-target span:nth-of-type(15) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.js-drawer-next-target span:nth-of-type(16) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.js-drawer-next-target span:nth-of-type(17) {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}
.js-drawer-next-target span:nth-of-type(18) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.js-drawer-next-target span:nth-of-type(19) {
  -webkit-animation-delay: 0.38s;
          animation-delay: 0.38s;
}
.js-drawer-next-target span:nth-of-type(20) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.js-drawer-next-target span:nth-of-type(21) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.js-drawer-next-target span:nth-of-type(22) {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}
.js-drawer-next-target span:nth-of-type(23) {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
}
.js-drawer-next-target span:nth-of-type(24) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.js-drawer-next-target span:nth-of-type(25) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.js-drawer-next-target span:nth-of-type(26) {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
.js-drawer-next-target span:nth-of-type(27) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}
.js-drawer-next-target span:nth-of-type(28) {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.js-drawer-next-target span:nth-of-type(29) {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}
.js-drawer-next-target span:nth-of-type(30) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.js-drawer-next-target span:nth-of-type(31) {
  -webkit-animation-delay: 0.62s;
          animation-delay: 0.62s;
}
.js-drawer-next-target span:nth-of-type(32) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.js-drawer-next-target span:nth-of-type(33) {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}
.js-drawer-next-target span:nth-of-type(34) {
  -webkit-animation-delay: 0.68s;
          animation-delay: 0.68s;
}
.js-drawer-next-target span:nth-of-type(35) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.js-drawer-next-target span:nth-of-type(36) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.js-drawer-next-target span:nth-of-type(37) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
}
.js-drawer-next-target span:nth-of-type(38) {
  -webkit-animation-delay: 0.76s;
          animation-delay: 0.76s;
}
.js-drawer-next-target span:nth-of-type(39) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}
.js-drawer-next-target span:nth-of-type(40) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.js-drawer-next-target span:nth-of-type(41) {
  -webkit-animation-delay: 0.82s;
          animation-delay: 0.82s;
}
.js-drawer-next-target span:nth-of-type(42) {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}
.js-drawer-next-target span:nth-of-type(43) {
  -webkit-animation-delay: 0.86s;
          animation-delay: 0.86s;
}
.js-drawer-next-target span:nth-of-type(44) {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}
.js-drawer-next-target span:nth-of-type(45) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.js-drawer-next-target span:nth-of-type(46) {
  -webkit-animation-delay: 0.92s;
          animation-delay: 0.92s;
}
.js-drawer-next-target span:nth-of-type(47) {
  -webkit-animation-delay: 0.94s;
          animation-delay: 0.94s;
}
.js-drawer-next-target span:nth-of-type(48) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.js-drawer-next-target span:nth-of-type(49) {
  -webkit-animation-delay: 0.98s;
          animation-delay: 0.98s;
}
.js-drawer-next-target span:nth-of-type(50) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js-drawer-next-target span:nth-of-type(51) {
  -webkit-animation-delay: 1.02s;
          animation-delay: 1.02s;
}
.js-drawer-next-target span:nth-of-type(52) {
  -webkit-animation-delay: 1.04s;
          animation-delay: 1.04s;
}
.js-drawer-next-target span:nth-of-type(53) {
  -webkit-animation-delay: 1.06s;
          animation-delay: 1.06s;
}
.js-drawer-next-target span:nth-of-type(54) {
  -webkit-animation-delay: 1.08s;
          animation-delay: 1.08s;
}
.js-drawer-next-target span:nth-of-type(55) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.js-drawer-next-target span:nth-of-type(56) {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}
.js-drawer-next-target span:nth-of-type(57) {
  -webkit-animation-delay: 1.14s;
          animation-delay: 1.14s;
}
.js-drawer-next-target span:nth-of-type(58) {
  -webkit-animation-delay: 1.16s;
          animation-delay: 1.16s;
}
.js-drawer-next-target span:nth-of-type(59) {
  -webkit-animation-delay: 1.18s;
          animation-delay: 1.18s;
}
.js-drawer-next-target span:nth-of-type(60) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.js-drawer-next-target span:nth-of-type(61) {
  -webkit-animation-delay: 1.22s;
          animation-delay: 1.22s;
}
.js-drawer-next-target span:nth-of-type(62) {
  -webkit-animation-delay: 1.24s;
          animation-delay: 1.24s;
}
.js-drawer-next-target span:nth-of-type(63) {
  -webkit-animation-delay: 1.26s;
          animation-delay: 1.26s;
}
.js-drawer-next-target span:nth-of-type(64) {
  -webkit-animation-delay: 1.28s;
          animation-delay: 1.28s;
}
.js-drawer-next-target span:nth-of-type(65) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.js-drawer-next-target span:nth-of-type(66) {
  -webkit-animation-delay: 1.32s;
          animation-delay: 1.32s;
}
.js-drawer-next-target span:nth-of-type(67) {
  -webkit-animation-delay: 1.34s;
          animation-delay: 1.34s;
}
.js-drawer-next-target span:nth-of-type(68) {
  -webkit-animation-delay: 1.36s;
          animation-delay: 1.36s;
}
.js-drawer-next-target span:nth-of-type(69) {
  -webkit-animation-delay: 1.38s;
          animation-delay: 1.38s;
}
.js-drawer-next-target span:nth-of-type(70) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.js-drawer-next-target span:nth-of-type(71) {
  -webkit-animation-delay: 1.42s;
          animation-delay: 1.42s;
}
.js-drawer-next-target span:nth-of-type(72) {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}
.js-drawer-next-target span:nth-of-type(73) {
  -webkit-animation-delay: 1.46s;
          animation-delay: 1.46s;
}
.js-drawer-next-target span:nth-of-type(74) {
  -webkit-animation-delay: 1.48s;
          animation-delay: 1.48s;
}
.js-drawer-next-target span:nth-of-type(75) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.js-drawer-next-target span:nth-of-type(76) {
  -webkit-animation-delay: 1.52s;
          animation-delay: 1.52s;
}
.js-drawer-next-target span:nth-of-type(77) {
  -webkit-animation-delay: 1.54s;
          animation-delay: 1.54s;
}
.js-drawer-next-target span:nth-of-type(78) {
  -webkit-animation-delay: 1.56s;
          animation-delay: 1.56s;
}
.js-drawer-next-target span:nth-of-type(79) {
  -webkit-animation-delay: 1.58s;
          animation-delay: 1.58s;
}
.js-drawer-next-target span:nth-of-type(80) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.js-drawer-next-target span:nth-of-type(81) {
  -webkit-animation-delay: 1.62s;
          animation-delay: 1.62s;
}
.js-drawer-next-target span:nth-of-type(82) {
  -webkit-animation-delay: 1.64s;
          animation-delay: 1.64s;
}
.js-drawer-next-target span:nth-of-type(83) {
  -webkit-animation-delay: 1.66s;
          animation-delay: 1.66s;
}
.js-drawer-next-target span:nth-of-type(84) {
  -webkit-animation-delay: 1.68s;
          animation-delay: 1.68s;
}
.js-drawer-next-target span:nth-of-type(85) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.js-drawer-next-target span:nth-of-type(86) {
  -webkit-animation-delay: 1.72s;
          animation-delay: 1.72s;
}
.js-drawer-next-target span:nth-of-type(87) {
  -webkit-animation-delay: 1.74s;
          animation-delay: 1.74s;
}
.js-drawer-next-target span:nth-of-type(88) {
  -webkit-animation-delay: 1.76s;
          animation-delay: 1.76s;
}
.js-drawer-next-target span:nth-of-type(89) {
  -webkit-animation-delay: 1.78s;
          animation-delay: 1.78s;
}
.js-drawer-next-target span:nth-of-type(90) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.js-drawer-next-target span:nth-of-type(91) {
  -webkit-animation-delay: 1.82s;
          animation-delay: 1.82s;
}
.js-drawer-next-target span:nth-of-type(92) {
  -webkit-animation-delay: 1.84s;
          animation-delay: 1.84s;
}
.js-drawer-next-target span:nth-of-type(93) {
  -webkit-animation-delay: 1.86s;
          animation-delay: 1.86s;
}
.js-drawer-next-target span:nth-of-type(94) {
  -webkit-animation-delay: 1.88s;
          animation-delay: 1.88s;
}
.js-drawer-next-target span:nth-of-type(95) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.js-drawer-next-target span:nth-of-type(96) {
  -webkit-animation-delay: 1.92s;
          animation-delay: 1.92s;
}
.js-drawer-next-target span:nth-of-type(97) {
  -webkit-animation-delay: 1.94s;
          animation-delay: 1.94s;
}
.js-drawer-next-target span:nth-of-type(98) {
  -webkit-animation-delay: 1.96s;
          animation-delay: 1.96s;
}
.js-drawer-next-target span:nth-of-type(99) {
  -webkit-animation-delay: 1.98s;
          animation-delay: 1.98s;
}
.js-drawer-next-target span:nth-of-type(100) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.js-drawer-next-target span {
  display: inline-block;
  min-width: 0.25rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.js-drawer-next-target.is-active span {
  -webkit-animation-name: slideText;
          animation-name: slideText;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes slideText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*------------------------
  base
-------------------------*/
.l-wrapper {
  overflow: visible;
}

/*------------------------
  hero
-------------------------*/
.p-home-hero {
  height: inherit;
}
.p-home-hero__inner {
  width: 100%;
  height: 100%;
}
.p-home-hero__img {
  position: relative;
  width: 100%;
  padding-top: 100vh;
  padding-top: 100svh;
}
@media (min-width: 768px) {
  .p-home-hero__img {
    padding-top: 63.54%;
  }
}
.p-home-hero__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------
  history
-------------------------*/
.p-home-history {
  position: relative;
  padding: 12vw 0 0 0;
}
@media (min-width: 768px) {
  .p-home-history {
    padding: 12vw 0 7vw 0;
  }
}
.p-home-history__inner {
  padding: 0 7vw;
}
.p-home-history__wrap {
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-home-history__wrap {
    margin-bottom: 10vw;
  }
}
.p-home-history__ttl {
  margin-bottom: 7vw;
}
@media (min-width: 768px) {
  .p-home-history__ttl {
    margin-bottom: 3vw;
  }
}
.p-home-history__ttl-sub {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 16;
}
.p-home-history__ttl-sub *,
.p-home-history__ttl-sub *::before,
.p-home-history__ttl-sub *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-home-history__ttl-main {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 32;
  --max-font-size: 80;
  line-height: 1;
}
.p-home-history__ttl-main *,
.p-home-history__ttl-main *::before,
.p-home-history__ttl-main *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-home-history__kv-img {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  margin: 0 auto;
  will-change: transform, height;
}
@media (min-width: 768px) {
  .p-home-history__kv-img {
    width: auto;
    height: 100vh;
    padding-top: auto;
  }
}
.p-home-history__kv-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------
  products
-------------------------*/
.p-home-products {
  position: relative;
  overflow: hidden;
}
.p-home-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  mix-blend-mode: multiply;
  z-index: 0;
}
.p-home-products.is-crossed .p-home-products__indicator {
  opacity: 1;
}
.p-home-products__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media (min-width: 768px) {
  .p-home-products__inner {
    background: url(../img/home/products-kv-img.jpg) center;
    background-size: cover;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    height: 100vh !important;
  }
}
.p-home-products__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .p-home-products__item.--kv {
    height: 60vh;
    border: 20px solid #000;
    background: url(../img/home/products-kv-img_sp.jpg) center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .p-home-products__item {
    width: 100vw;
    height: 100%;
    padding: 0;
  }
}
.p-home-products__head {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .p-home-products__head {
    width: 100vw;
  }
}
.p-home-products__ttl {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-home-products__ttl {
    margin-bottom: 3vw;
  }
}
.p-home-products__ttl-sub {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 16;
}
.p-home-products__ttl-sub *,
.p-home-products__ttl-sub *::before,
.p-home-products__ttl-sub *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-home-products__ttl-main {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 32;
  --max-font-size: 80;
  line-height: 1;
}
.p-home-products__ttl-main *,
.p-home-products__ttl-main *::before,
.p-home-products__ttl-main *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-home-products__kv {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .p-home-products__kv {
    width: 50vw;
  }
}
.p-home-products__kv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgb(0, 0, 0) 97%, rgb(0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(97%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgb(0, 0, 0) 97%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  z-index: 1;
}
@media (min-width: 768px) {
  .p-home-products__kv::before {
    height: 50%;
  }
}
@media (max-width: 767px) {
  .p-home-products__kv::before {
    top: 0;
    bottom: auto;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.p-home-products__kv-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .p-home-products__kv-img {
    height: auto;
    padding-top: 62%;
  }
}
.p-home-products__kv-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-products__kv-txt {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 50px 30px 30px 30px;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-home-products__kv-txt {
    bottom: 5vw;
    left: 5vw;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .p-home-products__kv-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .p-home-products__kv-ttl {
    margin-bottom: 2vw;
  }
}
.p-home-products__kv-ttl-sub {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 10;
  --max-font-size: 14;
}
.p-home-products__kv-ttl-sub *,
.p-home-products__kv-ttl-sub *::before,
.p-home-products__kv-ttl-sub *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-home-products__kv-ttl-main {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 24;
  --max-font-size: 56;
  line-height: 1;
  text-indent: -0.2rem;
}
.p-home-products__kv-ttl-main *,
.p-home-products__kv-ttl-main *::before,
.p-home-products__kv-ttl-main *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-home-products__kv-ttl-main--indent01 {
  text-indent: 0.25rem;
}
@media (min-width: 768px) {
  .p-home-products__kv-ttl-main--indent01 {
    text-indent: 0.1rem;
  }
}
.p-home-products__kv-ttl-main--indent02 {
  text-indent: 0rem;
}
@media (min-width: 768px) {
  .p-home-products__kv-ttl-main--indent02 {
    text-indent: 0.1rem;
  }
}
.p-home-products__indicator {
  background: #0098c5;
  border: none;
  height: 5px;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-home-products__indicator::-webkit-progress-value {
  background: #0098c5;
}
.p-home-products__indicator::-webkit-progress-bar {
  background-color: #262626;
}
.p-home-products__indicator::-moz-progress-bar {
  background: #0098c5;
}

@-moz-document url-prefix() {
  .p-home-products__indicator {
    display: none !important;
  }
}
/*------------------------
  collab
-------------------------*/
.p-home-collab {
  padding: 20vw 0;
  overflow: hidden;
}
.p-home-collab__inner {
  position: relative;
  padding: 0 7vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.p-home-collab__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto 7vw;
}
@media (min-width: 768px) {
  .p-home-collab__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .p-home-collab__ttl {
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-home-collab__ttl-sub {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 16;
}
.p-home-collab__ttl-sub *,
.p-home-collab__ttl-sub *::before,
.p-home-collab__ttl-sub *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-home-collab__ttl-main {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 32;
  --max-font-size: 80;
  line-height: 1;
}
.p-home-collab__ttl-main *,
.p-home-collab__ttl-main *::before,
.p-home-collab__ttl-main *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-home-collab__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-home-collab__arrows {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.p-home-collab__slider {
  position: relative;
}
@media (min-width: 768px) {
  .p-home-collab__slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: -7vw;
    width: 12vw;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), to(#000000));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0, #000000 100%);
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0, #000000 100%);
    z-index: 2;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-home-collab__slider::before {
    width: 5vw;
  }
}
@media (min-width: 768px) {
  .p-home-collab__slider::after {
    content: "";
    position: absolute;
    top: 0;
    right: -7vw;
    width: 12vw;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(120%, #000000));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, #000000 120%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000000 120%);
    z-index: 2;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-home-collab__slider::after {
    width: 5vw;
  }
}
.p-home-collab .splide__arrow svg {
  display: none;
}
.p-home-collab .splide__arrow:disabled {
  pointer-events: none;
  opacity: 0.3;
}
.p-home-collab .splide__arrow:focus-visible {
  outline: 3px solid rgba(0, 152, 197, 0.8);
  outline-offset: 3px;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
}
.p-home-collab .splide__arrow--prev, .p-home-collab .splide__arrow--next {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: grid;
  place-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-home-collab .splide__arrow--prev:hover, .p-home-collab .splide__arrow--next:hover {
    background: #FFFFFF;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home-collab .splide__arrow--prev:hover, .p-home-collab .splide__arrow--next:hover {
    background: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .p-home-collab .splide__arrow--prev, .p-home-collab .splide__arrow--next {
    width: 50px;
    height: 50px;
  }
}
.p-home-collab .splide__arrow--prev::after, .p-home-collab .splide__arrow--next::after {
  content: "";
  width: 25px;
  height: 8px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .p-home-collab .splide__arrow--prev::after, .p-home-collab .splide__arrow--next::after {
    width: 27px;
  }
}
.p-home-collab .splide__arrow--prev::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27px 8px"><path fill="%23FFF" d="M27,6.4V8L0,7.9C6.9,6.3,11.4,4,12.4,3.1S15.8,0,15.8,0S15.1,5.4,15,6.3L27,6.4z" /></svg>');
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-home-collab .splide__arrow--prev:hover::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27px 8px"><path fill="%23000" d="M27,6.4V8L0,7.9C6.9,6.3,11.4,4,12.4,3.1S15.8,0,15.8,0S15.1,5.4,15,6.3L27,6.4z" /></svg>');
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home-collab .splide__arrow--prev:hover::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27px 8px"><path fill="%23000" d="M27,6.4V8L0,7.9C6.9,6.3,11.4,4,12.4,3.1S15.8,0,15.8,0S15.1,5.4,15,6.3L27,6.4z" /></svg>');
  }
}
.p-home-collab .splide__arrow--next::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27px 8px"><path fill="%23FFF" d="M12,6.3C11.9,5.4,11.2,0,11.2,0s2.4,2.3,3.4,3.1S20.1,6.3,27,7.9L0,8V6.4L12,6.3z" /></svg>');
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-home-collab .splide__arrow--next:hover::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27px 8px"><path fill="%23000" d="M12,6.3C11.9,5.4,11.2,0,11.2,0s2.4,2.3,3.4,3.1S20.1,6.3,27,7.9L0,8V6.4L12,6.3z" /></svg>');
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home-collab .splide__arrow--next:hover::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27px 8px"><path fill="%23000" d="M12,6.3C11.9,5.4,11.2,0,11.2,0s2.4,2.3,3.4,3.1S20.1,6.3,27,7.9L0,8V6.4L12,6.3z" /></svg>');
  }
}
.p-home-collab__wrap {
  z-index: 0;
}
.p-home-collab__track {
  overflow: visible !important;
}
.p-home-collab__slide {
  position: relative;
  display: block;
  overflow: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: rgba(255, 255, 255, 0.05) 0px 48px 100px 0px;
          box-shadow: rgba(255, 255, 255, 0.05) 0px 48px 100px 0px;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: skewX(-2.5deg);
          transform: skewX(-2.5deg);
}
@media (max-width: 767px) {
  .p-home-collab__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-home-collab__slide {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
}
@media (min-width: 1024px) {
  .p-home-collab__slide {
    -webkit-transform: skewX(-7deg);
            transform: skewX(-7deg);
  }
}
.p-home-collab__slide:focus-visible {
  outline: 3px solid rgba(0, 152, 197, 0.8);
  outline-offset: 3px;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
}
.p-home-collab__slide-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-transform: skewX(2.5deg);
          transform: skewX(2.5deg);
}
@media (min-width: 768px) {
  .p-home-collab__slide-item {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
}
@media (min-width: 1024px) {
  .p-home-collab__slide-item {
    -webkit-transform: skewX(7deg);
            transform: skewX(7deg);
  }
}
.p-home-collab__slide-media {
  position: relative;
  width: 100%;
  padding-top: 72.5%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-home-collab__slide-media {
    padding-top: 52.5%;
  }
}
@media (min-width: 1024px) {
  .p-home-collab__slide-media {
    padding-top: 62.5%;
  }
}
.p-home-collab__slide-media img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 140px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.p-home-collab__slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px 15px 15px;
}
@media (min-width: 768px) {
  .p-home-collab__slide-content {
    padding: 0 30px 30px 30px;
  }
}
@media (min-width: 1024px) {
  .p-home-collab__slide-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 50px 50px 50px;
  }
}
.p-home-collab__content {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}
.p-home-collab__content-name {
  display: inline-block;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 18;
  letter-spacing: 0.035rem;
  margin-bottom: 7px;
}
.p-home-collab__content-name *,
.p-home-collab__content-name *::before,
.p-home-collab__content-name *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-home-collab__content-tag {
  display: block;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 10;
  --max-font-size: 12;
  letter-spacing: 0.0075rem;
  color: rgba(255, 255, 255, 0.36);
}
.p-home-collab__content-tag *,
.p-home-collab__content-tag *::before,
.p-home-collab__content-tag *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-home-collab__slide-more {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  min-width: 105px;
  padding: 5px 10px 5px 10px;
  background: #FFFFFF;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 1;
}
@media (min-width: 768px) {
  .p-home-collab__slide-more {
    gap: 15px;
    min-width: 124px;
    padding: 5px 10px 5px 15px;
  }
}
.p-home-collab__slide-more::before {
  display: block;
  content: "";
  width: 0%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: 0;
  background: #000000;
  z-index: -1;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 1;
}
.p-home-collab__slide-more.is-open {
  background: #000000;
}
.p-home-collab__slide-more.is-open .p-home-collab__more-txt {
  color: #FFFFFF;
}
.p-home-collab__slide-more.is-open .p-home-collab__icon::before {
  background: #FFFFFF;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-home-collab__slide-more.is-open .p-home-collab__icon::after {
  background: #FFFFFF;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .p-home-collab__slide-more:hover::before {
    width: 120%;
  }
  .p-home-collab__slide-more:hover .p-home-collab__more-txt {
    color: #FFFFFF;
  }
  .p-home-collab__slide-more:hover .p-home-collab__icon::before {
    background: #FFFFFF;
  }
  .p-home-collab__slide-more:hover .p-home-collab__icon::after {
    background: #FFFFFF;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home-collab__slide-more:hover::before {
    width: 120%;
  }
  .p-home-collab__slide-more:hover .p-home-collab__more-txt {
    color: #FFFFFF;
  }
  .p-home-collab__slide-more:hover .p-home-collab__icon::before {
    background: #FFFFFF;
  }
  .p-home-collab__slide-more:hover .p-home-collab__icon::after {
    background: #FFFFFF;
  }
}
.p-home-collab__more-txt {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 14;
  color: #000000;
  letter-spacing: 0.0075rem;
  line-height: 1;
  padding-bottom: 3px;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 2;
}
.p-home-collab__more-txt *,
.p-home-collab__more-txt *::before,
.p-home-collab__more-txt *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-home-collab__icon {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  z-index: 2;
}
.p-home-collab__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 1px;
  background: #000000;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
.p-home-collab__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 12px;
  background: #000000;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
.p-home-collab__slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: skewX(-2.5deg);
          transform: skewX(-2.5deg);
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
.p-home-collab__slide-overlay.--scroll {
  padding: 15px;
}
@media (min-width: 768px) {
  .p-home-collab__slide-overlay.--scroll {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .p-home-collab__slide-overlay.--scroll {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .p-home-collab__slide-overlay {
    padding: 30px;
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
}
@media (min-width: 1024px) {
  .p-home-collab__slide-overlay {
    padding: 50px;
    -webkit-transform: skewX(-7deg);
            transform: skewX(-7deg);
  }
}
.p-home-collab__slide-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
.p-home-collab__slide-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.p-home-collab__list {
  -webkit-transform: skewX(2.5deg);
          transform: skewX(2.5deg);
}
.p-home-collab__list.--scroll {
  height: 70%;
  width: 96%;
  padding: 15px;
}
.p-home-collab__list.--scroll .p-home-collab__link {
  width: 97%;
}
@media (min-width: 768px) {
  .p-home-collab__list {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
}
@media (min-width: 1024px) {
  .p-home-collab__list {
    -webkit-transform: skewX(7deg);
            transform: skewX(7deg);
  }
}
.p-home-collab__item {
  width: 100%;
}
.p-home-collab__item:first-child .p-home-collab__link {
  padding-top: 0 !important;
}
.p-home-collab__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 768px) {
  .p-home-collab__link {
    padding: 20px 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-home-collab__link:hover {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home-collab__link:hover {
    opacity: 0.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-home-collab__link.--no-link:hover {
    opacity: 1;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home-collab__link.--no-link:hover {
    opacity: 1;
  }
}
.p-home-collab__link-txt {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 14;
  color: #FFFFFF;
  line-height: 1.4;
}
.p-home-collab__link-txt *,
.p-home-collab__link-txt *::before,
.p-home-collab__link-txt *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-home-collab__link-arrow {
  width: 100%;
  max-width: 16px;
}
@media (min-width: 768px) {
  .p-home-collab__link-arrow {
    max-width: 22px;
  }
}
.p-home-collab__link-arrow img {
  width: 100%;
}

/*-----------------------
  splide
------------------------*/
:focus:not(:focus-visible) {
  outline: 0;
}

.splide__pagination {
  display: none !important;
}

::-webkit-full-page-media, :future, :root .p-home-collab .splide__slide {
  opacity: 1;
}

/*-----------------------
  scroll-bar
------------------------*/
.js-scroll-bar {
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.js-scroll-bar::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.simplebar-scrollbar {
  display: block !important;
}

.simplebar-scrollbar::before {
  width: 5px;
  margin-left: 1px;
  margin-top: 2px;
  background: #FFFFFF !important;
  border-radius: 0;
  opacity: 1 !important;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background: rgba(255, 255, 255, 0.2);
  width: 11px !important;
}

/*------------------------
  brand
-------------------------*/
.p-home-brand {
  padding: 0;
  overflow: hidden;
}
.p-home-brand__inner {
  position: relative;
  padding: 0 7vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 768px) {
  .p-home-brand__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
  }
}
.p-home-brand__ttl {
  margin-bottom: 12vw;
}
@media (min-width: 1024px) {
  .p-home-brand__ttl {
    margin-bottom: 0;
    margin-top: -15px;
  }
}
.p-home-brand__ttl-main {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 32;
  --max-font-size: 80;
  line-height: 1.2;
}
.p-home-brand__ttl-main *,
.p-home-brand__ttl-main *::before,
.p-home-brand__ttl-main *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (max-width: 767px) {
  .p-home-brand__ttl-main {
    text-align: center;
  }
}
.p-home-brand__ttl-sub {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 16;
}
.p-home-brand__ttl-sub *,
.p-home-brand__ttl-sub *::before,
.p-home-brand__ttl-sub *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-home-brand__list {
  display: grid;
  row-gap: 15px;
}
@media (min-width: 768px) {
  .p-home-brand__list {
    -webkit-column-gap: 3vw;
       -moz-column-gap: 3vw;
            column-gap: 3vw;
    row-gap: 2vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .p-home-brand__list-item {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.p-home-brand__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.p-home-brand__link-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.p-home-brand__icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
}
@media (min-width: 768px) {
  .p-home-brand__icon {
    display: none;
    width: 50px;
    height: 50px;
  }
}
.p-home-brand__icon img {
  width: 100%;
  max-width: 16px;
  margin-bottom: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .p-home-brand__icon img {
    max-width: 27px;
    margin-bottom: 6px;
  }
}
.p-home-brand__country {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 14;
  color: rgba(255, 255, 255, 0.36);
}
.p-home-brand__country *,
.p-home-brand__country *::before,
.p-home-brand__country *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-home-brand__name {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 16;
}
.p-home-brand__name *,
.p-home-brand__name *::before,
.p-home-brand__name *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (max-width: 767px) {
  .p-home-brand__map {
    display: none;
  }
}
.p-home-brand__map img {
  width: 100%;
}

/*------------------------
  map svg
-------------------------*/
.ex {
  fill: #262626;
}

.country {
  fill: #0098C5;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
.country.is-active {
  fill: #FFFFFF;
}

.fill-none {
  fill: none;
}

/*-----------------------
  modal
------------------------*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 99999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal.is-active {
  opacity: 0;
  visibility: hidden;
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  mix-blend-mode: multiply;
  z-index: 1;
}
.modal__content .content-wrap__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  width: 100%;
  max-width: 45vw;
}
@media (min-width: 768px) {
  .modal__content .content-wrap__logo {
    max-width: 24vw;
  }
}
.modal__content .content-wrap__logo img {
  width: 100%;
}
.modal__content .content-wrap__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.modal__content .content-wrap__close {
  position: absolute;
  bottom: 8vw;
  left: 8vw;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 16;
  color: #FFFFFF;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.modal__content .content-wrap__close *,
.modal__content .content-wrap__close *::before,
.modal__content .content-wrap__close *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.modal__content .content-wrap__close::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .modal__content .content-wrap__close {
    bottom: 3vw;
    left: 3vw;
  }
}
@media (min-width: 1440px) {
  .modal__content .content-wrap__close {
    --viewport-from: 1440;
    --viewport-to: 1920;
    --min-font-size: 16;
    --max-font-size: 18;
  }
  .modal__content .content-wrap__close *,
  .modal__content .content-wrap__close *::before,
  .modal__content .content-wrap__close *::after {
    --viewport-unit-converter: 1vw;
    --fz-from: var(--font-size-from, var(--min-font-size));
    --fz-to: var(--font-size-to, var(--max-font-size));
    --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
    --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
    --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
    --min-fz-px: calc(var(--min-font-size) * 1px);
    --max-fz-px: calc(var(--max-font-size) * 1px);
    --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
    --max: var(--has-max, var(--min));
    --min: var(--has-min, var(--font-size));
    --has-max: min(var(--max-fz-px), var(--font-size));
    --has-min: max(var(--min-fz-px), var(--font-size));
    font-size: var(--clamp, var(--max));
  }
}
@media (hover: hover) and (pointer: fine) {
  .modal__content .content-wrap__close:hover {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal__content .content-wrap__close:hover {
    opacity: 0.5;
  }
}

/*------------------------
  hero
-------------------------*/
.p-products-hero {
  position: relative;
  padding: 12vw 0 16vw 0;
}
@media (min-width: 768px) {
  .p-products-hero {
    padding: 6vw 0 4vw 0;
  }
}
.p-products-hero.--all::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  mix-blend-mode: multiply;
  z-index: -1;
}
.p-products-hero.--all::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/products/products-all-bg.jpg) no-repeat center;
  background-size: cover;
  z-index: -2;
}
.p-products-hero.--anglers-camp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  mix-blend-mode: multiply;
  z-index: -1;
}
.p-products-hero.--anglers-camp::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/products/products-anglers-camp-bg.jpg) no-repeat center;
  background-size: cover;
  z-index: -2;
}
.p-products-hero__inner {
  padding: 0 7vw;
}
.p-products-hero__ttl {
  margin-bottom: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .p-products-hero__ttl {
    margin-bottom: 2rem;
    padding-bottom: 6rem;
  }
}
.p-products-hero__bread {
  margin-bottom: 7vw;
}
@media (min-width: 768px) {
  .p-products-hero__bread {
    margin-bottom: 3vw;
  }
}
.p-products-hero__movie {
  margin-bottom: 12vw;
}
@media (min-width: 768px) {
  .p-products-hero__movie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 5vw;
  }
}
.p-products-hero__movie-title {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 16;
  --max-font-size: 36;
  line-height: 1;
}
.p-products-hero__movie-title *,
.p-products-hero__movie-title *::before,
.p-products-hero__movie-title *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (max-width: 767px) {
  .p-products-hero__movie-title {
    margin-bottom: 10px;
  }
}
.p-products-hero__movie-link {
  display: block;
  min-width: 40vw;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-products-hero__movie-link:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-products-hero__movie-link:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .p-products-hero__movie-link {
    margin-bottom: 3vw;
  }
}
.p-products-hero__movie-more {
  position: absolute;
  top: 5%;
  right: 3%;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-products-hero__movie-more {
    width: 30px;
    height: 30px;
  }
}
.p-products-hero__movie-more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 1px;
  background: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-products-hero__movie-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 60%;
  background: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-products-hero__movie-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.p-products-hero__movie-thumb {
  position: relative;
  width: 100%;
  padding-top: 62%;
}
.p-products-hero__movie-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------
  term
-------------------------*/
.p-products-term__inner {
  padding: 0 7vw;
}
.p-products-term__inner--tax {
  padding: 0 7vw 16vw 7vw;
}
@media (min-width: 768px) {
  .p-products-term__inner--tax {
    padding: 0 7vw 12vw 7vw;
  }
}
.p-products-term__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 7vw;
}
@media (min-width: 768px) {
  .p-products-term__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
    -webkit-column-gap: 5vw;
       -moz-column-gap: 5vw;
            column-gap: 5vw;
  }
}
.p-products-term__list:not(:nth-child(odd)) {
  grid-template-columns: repeat(2, 1fr);
}
.p-products-term__list-item {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .p-products-term__list-item:not(:nth-child(odd)) {
    margin-top: 3vw;
  }
}
.p-products-term__img {
  position: relative;
  width: 100%;
  padding-top: 110%;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .p-products-term__img {
    margin-bottom: 1.5rem;
  }
}
.p-products-term__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-products-term__info-ttl {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 24;
  --max-font-size: 36;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.p-products-term__info-ttl *,
.p-products-term__info-ttl *::before,
.p-products-term__info-ttl *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-products-term__info-deco {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 16;
  color: rgba(255, 255, 255, 0.36);
}
.p-products-term__info-deco *,
.p-products-term__info-deco *::before,
.p-products-term__info-deco *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-products-term__note {
  text-align: center;
  grid-column: 1/4;
}
@media (max-width: 767px) {
  .p-products-term__note {
    margin-top: 30px;
  }
}
.p-products-term__cap {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 16;
  line-height: 1;
}
.p-products-term__cap *,
.p-products-term__cap *::before,
.p-products-term__cap *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}

/*------------------------
  hero
-------------------------*/
.p-products-single-hero .splide__arrow {
  display: none;
}
@media (min-width: 768px) {
  .p-products-single-hero__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-products-single-hero__slider {
  width: 100%;
  max-width: 1440px;
  min-height: auto;
}
@media (min-width: 768px) {
  .p-products-single-hero__slider {
    min-height: 100vh;
  }
}
.p-products-single-hero__slider.is-hide {
  display: none;
}
@media (min-width: 768px) {
  .p-products-single-hero__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
}
.p-products-single-hero__main {
  overflow: visible;
  width: 100%;
}
.p-products-single-hero__main-slide {
  height: auto !important;
}
.p-products-single-hero__main-img {
  position: relative;
  width: 100%;
}
.p-products-single-hero__main-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .p-products-single-hero__main-img img {
    aspect-ratio: 16/10;
  }
}
.p-products-single-hero__pagination {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1; /* これがないとスライドの下になる */
  mix-blend-mode: exclusion;
}
@media (min-width: 768px) {
  .p-products-single-hero__pagination {
    display: none;
    bottom: 0;
  }
}
.p-products-single-hero__slide-current {
  color: #FFFFFF;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
}
.p-products-single-hero__slide-length {
  color: #FFFFFF;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
}
.p-products-single-hero__thumb {
  position: absolute !important;
  bottom: 2vw;
  right: 2vw;
  max-width: 24vw;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-products-single-hero__thumb {
    display: none;
  }
}
@media (min-width: 1440px) {
  .p-products-single-hero__thumb {
    bottom: 4vw;
    right: 4vw;
  }
}
.p-products-single-hero__thumb-slide:last-child {
  margin-right: 0;
}
.p-products-single-hero__thumb-slide.is-active img {
  opacity: 1;
}
.p-products-single-hero__thumb-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #FFFFFF;
}
.p-products-single-hero__thumb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0.4;
}
.p-products-single-hero__txt {
  width: 100%;
  padding: 7vw 7vw 12vw 7vw;
}
@media (min-width: 768px) {
  .p-products-single-hero__txt {
    width: 40%;
    margin: 0 auto;
    padding: 3vw 3vw 5vw 3vw;
  }
}
.p-products-single-hero__fv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.p-products-single-hero__head {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .p-products-single-hero__head {
    margin-top: 120px;
  }
}
.p-products-single-hero__name {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 24;
  --max-font-size: 32;
  line-height: 1.2;
}
.p-products-single-hero__name *,
.p-products-single-hero__name *::before,
.p-products-single-hero__name *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-products-single-hero__color {
  margin-top: 15px;
}
.p-products-single-hero__color-name {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 14;
}
.p-products-single-hero__color-name *,
.p-products-single-hero__color-name *::before,
.p-products-single-hero__color-name *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-products-single-hero__color-name.is-hide {
  display: none;
}
.p-products-single-hero__color-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 15px;
  overflow: hidden;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-products-single-hero__color-list {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
    margin-top: 30px;
  }
}
.p-products-single-hero__color-tip {
  position: relative;
  display: block;
  width: 100%;
  min-width: 40px;
  border-radius: 6px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
.p-products-single-hero__color-tip::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.p-products-single-hero__color-tip.is-active {
  padding: 3px;
}
.p-products-single-hero__color-tip img {
  width: 100%;
  border-radius: 4px;
}
.p-products-single-hero__details-ttl {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 21;
  --max-font-size: 24;
  letter-spacing: 0.0075rem;
  margin-bottom: 2rem;
}
.p-products-single-hero__details-ttl *,
.p-products-single-hero__details-ttl *::before,
.p-products-single-hero__details-ttl *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-products-single-hero__details-ttl {
    margin-bottom: 3rem;
  }
}
.p-products-single-hero__desc {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .p-products-single-hero__desc {
    margin-top: 80px;
  }
}
.p-products-single-hero__desc-ttl {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .p-products-single-hero__desc-ttl {
    margin-bottom: 1rem;
  }
}
.p-products-single-hero__desc-ttl-en {
  display: inline-block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 16;
  --max-font-size: 18;
  letter-spacing: 0.0075rem;
}
.p-products-single-hero__desc-ttl-en *,
.p-products-single-hero__desc-ttl-en *::before,
.p-products-single-hero__desc-ttl-en *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-products-single-hero__desc-ttl-ja {
  display: inline-block;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 12;
  font-weight: normal;
  letter-spacing: 1px;
}
.p-products-single-hero__desc-ttl-ja *,
.p-products-single-hero__desc-ttl-ja *::before,
.p-products-single-hero__desc-ttl-ja *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-products-single-hero__desc-cap {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 2.1;
}
.p-products-single-hero__desc-cap-area p {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 2.1 !important;
}
.p-products-single-hero__spec {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .p-products-single-hero__spec {
    margin-top: 60px;
  }
}
.p-products-single-hero__spec-ttl {
  margin-bottom: 1rem;
}
.p-products-single-hero__spec-ttl-en {
  display: inline-block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 16;
  --max-font-size: 18;
  letter-spacing: 0.0075rem;
}
.p-products-single-hero__spec-ttl-en *,
.p-products-single-hero__spec-ttl-en *::before,
.p-products-single-hero__spec-ttl-en *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-products-single-hero__spec-ttl-ja {
  display: inline-block;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 12;
  font-weight: normal;
  letter-spacing: 1px;
}
.p-products-single-hero__spec-ttl-ja *,
.p-products-single-hero__spec-ttl-ja *::before,
.p-products-single-hero__spec-ttl-ja *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-products-single-hero__table {
  display: table;
  max-width: 100%; /* Add this */
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 6px;
  border-collapse: separate; /* Change this */
  border-spacing: 0; /* Add this */
}
.p-products-single-hero__table-head {
  display: table-header-group;
  width: 100%;
}
.p-products-single-hero__table-body {
  display: table-row-group;
  width: 100%;
}
.p-products-single-hero__table-tr {
  display: table-row;
}
.p-products-single-hero__table-th {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 12;
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}
.p-products-single-hero__table-th *,
.p-products-single-hero__table-th *::before,
.p-products-single-hero__table-th *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-products-single-hero__table-th:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.36);
}
.p-products-single-hero__table-td {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 13;
  text-align: center;
  padding: 0.5rem;
}
.p-products-single-hero__table-td *,
.p-products-single-hero__table-td *::before,
.p-products-single-hero__table-td *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 1440px) {
  .p-products-single-hero__table-td {
    --viewport-from: 375;
    --viewport-to: 1440;
    --min-font-size: 13;
    --max-font-size: 14;
  }
  .p-products-single-hero__table-td *,
  .p-products-single-hero__table-td *::before,
  .p-products-single-hero__table-td *::after {
    --viewport-unit-converter: 1vw;
    --fz-from: var(--font-size-from, var(--min-font-size));
    --fz-to: var(--font-size-to, var(--max-font-size));
    --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
    --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
    --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
    --min-fz-px: calc(var(--min-font-size) * 1px);
    --max-fz-px: calc(var(--max-font-size) * 1px);
    --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
    --max: var(--has-max, var(--min));
    --min: var(--has-min, var(--font-size));
    --has-max: min(var(--max-fz-px), var(--font-size));
    --has-min: max(var(--min-fz-px), var(--font-size));
    font-size: var(--clamp, var(--max));
  }
}
.p-products-single-hero__table-td:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.36);
}
.p-products-single-hero__table-th, .p-products-single-hero__table-td {
  word-break: break-all; /*  Add this */
  letter-spacing: 0.0075rem;
}
.p-products-single-hero__movie {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .p-products-single-hero__movie {
    margin-top: 60px;
  }
}
.p-products-single-hero__movie-ttl {
  margin-bottom: 0.5rem;
}
.p-products-single-hero__movie-ttl-en {
  display: inline-block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 16;
  letter-spacing: 0.0075rem;
}
.p-products-single-hero__movie-ttl-en *,
.p-products-single-hero__movie-ttl-en *::before,
.p-products-single-hero__movie-ttl-en *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-products-single-hero__movie-ttl-ja {
  display: inline-block;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 12;
  font-weight: normal;
  letter-spacing: 1px;
}
.p-products-single-hero__movie-ttl-ja *,
.p-products-single-hero__movie-ttl-ja *::before,
.p-products-single-hero__movie-ttl-ja *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-products-single-hero__movie-link {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 51.36%;
}
@media (hover: hover) and (pointer: fine) {
  .p-products-single-hero__movie-link:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-products-single-hero__movie-link:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}
.p-products-single-hero__movie-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50.5%;
  width: 20px;
  height: 20.7846096908px;
  background: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.p-products-single-hero__movie-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: #262626;
  border-radius: 100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 1;
}
.p-products-single-hero__movie-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.p-products-single-hero__movie-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-products-single-hero__btn {
  text-align: center;
}

/*------------------------
  hero
-------------------------*/
.p-spare-parts-hero {
  padding: 12vw 0 16vw 0;
}
@media (min-width: 768px) {
  .p-spare-parts-hero {
    padding: 6vw 0;
  }
}
.p-spare-parts-hero__inner {
  padding: 0 7vw;
}
.p-spare-parts-hero__ttl {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .p-spare-parts-hero__ttl {
    margin-bottom: 2rem;
  }
}
.p-spare-parts-hero__split {
  margin-right: 0.5rem;
}

/*------------------------
  term
-------------------------*/
.p-spare-parts-term {
  padding: 0 0 12vw 0;
}
@media (min-width: 768px) {
  .p-spare-parts-term {
    padding: 0 0 7vw 0;
  }
}
.p-spare-parts-term__inner {
  padding: 0 7vw;
}
.p-spare-parts-term__inner--tax {
  padding: 0 7vw 16vw 7vw;
}
@media (min-width: 768px) {
  .p-spare-parts-term__inner--tax {
    padding: 0 7vw 12vw 7vw;
  }
}
.p-spare-parts-term__filter {
  padding-bottom: 7vw;
}
@media (min-width: 768px) {
  .p-spare-parts-term__filter {
    padding-bottom: 5vw;
  }
}
.p-spare-parts-term__filter-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-spare-parts-term__filter-head {
    padding: 30px 0;
  }
}
.p-spare-parts-term__filter-head.is-active .p-spare-parts-term__head-deco::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-spare-parts-term__head-ttl {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 18;
  letter-spacing: 0.0055rem;
}
.p-spare-parts-term__head-ttl *,
.p-spare-parts-term__head-ttl *::before,
.p-spare-parts-term__head-ttl *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-spare-parts-term__head-deco {
  position: relative;
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .p-spare-parts-term__head-deco {
    width: 24px;
    height: 24px;
  }
}
.p-spare-parts-term__head-deco::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1px;
  height: 18px;
  background: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 768px) {
  .p-spare-parts-term__head-deco::before {
    height: 24px;
  }
}
.p-spare-parts-term__head-deco::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 1px;
  background: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .p-spare-parts-term__head-deco::after {
    width: 24px;
  }
}
.p-spare-parts-term__filter-inner {
  padding: 7vw 0 0 0;
  display: none;
}
@media (min-width: 768px) {
  .p-spare-parts-term__filter-inner {
    padding: 3vw 0 0 0;
  }
}
.p-spare-parts-term__tax {
  display: grid;
  gap: 7vw;
}
@media (min-width: 768px) {
  .p-spare-parts-term__tax {
    gap: 3vw;
  }
}
.p-spare-parts-term__tax-group {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.p-spare-parts-term__tax-cat {
  grid-column: 1/4;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 14;
  letter-spacing: 0.0075rem;
}
.p-spare-parts-term__tax-cat *,
.p-spare-parts-term__tax-cat *::before,
.p-spare-parts-term__tax-cat *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-spare-parts-term__tax-cat {
    grid-column: 1/2;
  }
}
.p-spare-parts-term__tax-list {
  grid-column: 5/13;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.55rem;
}
@media (min-width: 768px) {
  .p-spare-parts-term__tax-list {
    grid-column: 3/13;
  }
}
.p-spare-parts-term__tax-link {
  display: inline-block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 13;
  letter-spacing: 0.0075rem;
  line-height: 1.4;
  padding: 0.25rem 0.5rem;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
.p-spare-parts-term__tax-link *,
.p-spare-parts-term__tax-link *::before,
.p-spare-parts-term__tax-link *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-spare-parts-term__tax-link.--current {
  color: #000000;
  background: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .p-spare-parts-term__tax-link:hover {
    color: #000000;
    background: #FFFFFF;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-spare-parts-term__tax-link:hover {
    color: #000000;
    background: #FFFFFF;
  }
}
.p-spare-parts-term__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 10vw;
}
@media (min-width: 768px) {
  .p-spare-parts-term__list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 5vw;
    -webkit-column-gap: 5vw;
       -moz-column-gap: 5vw;
            column-gap: 5vw;
  }
}
.p-spare-parts-term__list-item {
  position: relative;
  display: block;
  width: 100%;
}
.p-spare-parts-term__img {
  position: relative;
  width: 100%;
  padding-top: 110.62%;
}
.p-spare-parts-term__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.p-spare-parts-term__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  padding-top: 90%;
  z-index: -1;
}
.p-spare-parts-term__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-spare-parts-term__info {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 0.75rem 0rem 0rem 0.75rem;
  background: #000000;
  border-radius: 10px 0 0 0;
}
.p-spare-parts-term__info-ttl {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 21;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.p-spare-parts-term__info-ttl *,
.p-spare-parts-term__info-ttl *::before,
.p-spare-parts-term__info-ttl *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-spare-parts-term__info-deco {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 10;
  --max-font-size: 12;
  color: rgba(255, 255, 255, 0.36);
  letter-spacing: 0.0055rem;
}
.p-spare-parts-term__info-deco *,
.p-spare-parts-term__info-deco *::before,
.p-spare-parts-term__info-deco *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-spare-parts-term__post {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 7vw;
}
@media (min-width: 768px) {
  .p-spare-parts-term__post {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 5vw;
    -webkit-column-gap: 5vw;
       -moz-column-gap: 5vw;
            column-gap: 5vw;
  }
}
.p-spare-parts-term__post-item {
  display: block;
  width: 100%;
}
.p-spare-parts-term__post-img {
  position: relative;
  width: 100%;
  padding-top: 110.62%;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .p-spare-parts-term__post-img {
    margin-bottom: 1rem;
  }
}
.p-spare-parts-term__post-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-spare-parts-term__post-ttl {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 21;
  --max-font-size: 28;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.p-spare-parts-term__post-ttl *,
.p-spare-parts-term__post-ttl *::before,
.p-spare-parts-term__post-ttl *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-spare-parts-term__post-ttl {
    margin-bottom: 0.5rem;
  }
}
.p-spare-parts-term__post-deco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-spare-parts-term__post-slug {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 14;
  color: rgba(255, 255, 255, 0.36);
  line-height: 1;
}
.p-spare-parts-term__post-slug *,
.p-spare-parts-term__post-slug *::before,
.p-spare-parts-term__post-slug *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-spare-parts-term__post-slug:not(:last-child)::after {
  content: "/";
  display: block;
  margin: 0.25rem;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 14;
}
.p-spare-parts-term__post-slug:not(:last-child)::after *,
.p-spare-parts-term__post-slug:not(:last-child)::after *::before,
.p-spare-parts-term__post-slug:not(:last-child)::after *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-spare-parts-term__note {
  text-align: center;
  grid-column: 1/4;
}
@media (max-width: 767px) {
  .p-spare-parts-term__note {
    margin-top: 30px;
  }
}
.p-spare-parts-term__cap {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 16;
}
.p-spare-parts-term__cap *,
.p-spare-parts-term__cap *::before,
.p-spare-parts-term__cap *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}

/*------------------------
  hero
-------------------------*/
.p-about-hero {
  padding: 12vw 0 16vw 0;
}
@media (min-width: 768px) {
  .p-about-hero {
    padding: 12vw 0 8vw 0;
  }
}
.p-about-hero__inner {
  padding: 0 7vw;
}
.p-about-hero__ttl {
  margin-bottom: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .p-about-hero__ttl {
    margin-bottom: 2rem;
    padding-bottom: 6rem;
  }
}

/*------------------------
  what
-------------------------*/
.p-about-what {
  position: relative;
}
.p-about-what__bg {
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 90vw;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-about-what__bg {
    bottom: -78%;
    width: 60vw;
  }
}
.p-about-what__bg-img {
  width: 100%;
  padding-top: 128.97%;
  background: url(../img/about/what-bg.svg) no-repeat center;
  background-size: cover;
}
.p-about-what__inner {
  padding: 0 7vw 15vw 7vw;
}
@media (min-width: 768px) {
  .p-about-what__inner {
    padding: 0 7vw 12vw 7vw;
  }
}
.p-about-what__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .p-about-what__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-about-what__ttl {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-about-what__ttl {
    grid-column: 1/3;
    margin-bottom: 0;
  }
}
.p-about-what__ttl-en {
  display: inline-block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 16;
  letter-spacing: 0.0075rem;
}
.p-about-what__ttl-en *,
.p-about-what__ttl-en *::before,
.p-about-what__ttl-en *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-about-what__ttl-ja {
  display: inline-block;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 12;
  font-weight: normal;
  letter-spacing: 1px;
}
.p-about-what__ttl-ja *,
.p-about-what__ttl-ja *::before,
.p-about-what__ttl-ja *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-about-what__cap-area {
    grid-column: 3/4;
  }
}
.p-about-what__cap {
  max-width: 760px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 2.1;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-about-what__cap {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .p-about-what__img {
    opacity: 0.15;
  }
}
.p-about-what__img img {
  width: 100%;
}

/*------------------------
  kv
-------------------------*/
.p-about-kv__inner {
  padding: 0 7vw;
}
.p-about-kv__wrap {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
}
@media (min-width: 768px) {
  .p-about-kv__wrap {
    padding-top: 52.5%;
  }
}
.p-about-kv__wrap-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------
  what
-------------------------*/
.p-about-over__inner {
  padding: 7vw 7vw 15vw 7vw;
}
@media (min-width: 768px) {
  .p-about-over__inner {
    padding: 7vw 7vw 12vw 7vw;
  }
}
.p-about-over__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .p-about-over__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-about-over__ttl {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-about-over__ttl {
    grid-column: 1/2;
    margin-bottom: 0;
  }
}
.p-about-over__ttl-en {
  display: inline-block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 16;
  letter-spacing: 0.0075rem;
}
.p-about-over__ttl-en *,
.p-about-over__ttl-en *::before,
.p-about-over__ttl-en *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-about-over__ttl-ja {
  display: inline-block;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 12;
  font-weight: normal;
  letter-spacing: 1px;
}
.p-about-over__ttl-ja *,
.p-about-over__ttl-ja *::before,
.p-about-over__ttl-ja *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-about-over__info {
    grid-column: 2/4;
  }
}
.p-about-over__info-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.p-about-over__info-ttl {
  grid-column: 1/3;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .p-about-over__info-ttl {
    padding: 2rem 0;
  }
}
.p-about-over__info-ttl:first-of-type {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.p-about-over__info-cap {
  grid-column: 3/7;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .p-about-over__info-cap {
    padding: 2rem 0;
  }
}
.p-about-over__info-cap:first-of-type {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/*------------------------
  gallery
-------------------------*/
.p-about-gallery {
  position: relative;
  padding: 7vw 0;
}
.p-about-gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  background: url(../img/about/gallery-bg.svg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.p-about-gallery__inner {
  padding: 0;
}
@media (min-width: 768px) {
  .p-about-gallery__inner {
    padding: 0 7vw;
  }
}
.p-about-gallery__ttl {
  padding: 0 7vw;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-about-gallery__ttl {
    padding: 0;
    margin-bottom: 2rem;
  }
}
.p-about-gallery__ttl-en {
  display: inline-block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 16;
  letter-spacing: 0.0075rem;
}
.p-about-gallery__ttl-en *,
.p-about-gallery__ttl-en *::before,
.p-about-gallery__ttl-en *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-about-gallery__ttl-ja {
  display: inline-block;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 12;
  font-weight: normal;
  letter-spacing: 1px;
}
.p-about-gallery__ttl-ja *,
.p-about-gallery__ttl-ja *::before,
.p-about-gallery__ttl-ja *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-about-gallery__slider {
  position: relative;
}
@media (min-width: 768px) {
  .p-about-gallery__slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}
.p-about-gallery__main {
  width: 90%;
}
@media (min-width: 768px) {
  .p-about-gallery__main {
    width: 100%;
  }
}
.p-about-gallery__main-track {
  border-radius: 0 10px 10px 0;
}
@media (min-width: 768px) {
  .p-about-gallery__main-track {
    border-radius: 10px;
  }
}
.p-about-gallery__main-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
}
.p-about-gallery__main-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-gallery__thumb {
  width: min(48rem, 32vw);
}
@media (max-width: 767px) {
  .p-about-gallery__thumb {
    position: absolute !important;
    right: 0;
    bottom: -5%;
  }
}
.p-about-gallery__thumb-slide.is-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.5;
}
.p-about-gallery__thumb-item {
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-transition: 0.2s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.2s cubic-bezier(0.2, 1, 0.2, 1);
}
.p-about-gallery__thumb-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-about-gallery__thumb-media {
    border-radius: 10px;
  }
}
.p-about-gallery__thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-gallery .splide {
  z-index: 0;
}
.p-about-gallery .splide-wrapper {
  position: relative;
}

/*------------------------
  hero
-------------------------*/
.p-staff-hero {
  padding: 12vw 0 16vw 0;
}
@media (min-width: 768px) {
  .p-staff-hero {
    padding: 12vw 0 8vw 0;
  }
}
.p-staff-hero__inner {
  padding: 0 7vw;
}
.p-staff-hero__ttl {
  margin-bottom: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .p-staff-hero__ttl {
    margin-bottom: 2rem;
    padding-bottom: 6rem;
  }
}
.p-staff-hero__split {
  margin-right: 0.5rem;
}

/*------------------------
  detail
-------------------------*/
.p-staff-list__inner {
  padding: 0 7vw;
}
.p-staff-list__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 7vw;
}
@media (min-width: 768px) {
  .p-staff-list__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 5vw;
  }
}
.p-staff-list__staff {
  display: block;
  width: 100%;
}
.p-staff-list__staff-img {
  position: relative;
  width: 100%;
  padding-top: 92%;
  margin-bottom: 0.75rem;
}
.p-staff-list__staff-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-staff-list__staff-info {
  position: relative;
}
.p-staff-list__name {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 16;
  --max-font-size: 21;
  letter-spacing: 0.0075rem;
}
.p-staff-list__name *,
.p-staff-list__name *::before,
.p-staff-list__name *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-staff-list__area {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 13;
  color: rgba(255, 255, 255, 0.36);
}
.p-staff-list__area *,
.p-staff-list__area *::before,
.p-staff-list__area *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-staff-list__hn {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 13;
  color: rgba(255, 255, 255, 0.36);
}
.p-staff-list__hn *,
.p-staff-list__hn *::before,
.p-staff-list__hn *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-staff-list__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(24px, 2vw, 30px);
}
.p-staff-list__arrow img {
  width: 100%;
}
.p-staff-list__note {
  text-align: center;
  grid-column: 1/4;
}
@media (max-width: 767px) {
  .p-staff-list__note {
    margin-top: 30px;
  }
}
.p-staff-list__cap {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 16;
}
.p-staff-list__cap *,
.p-staff-list__cap *::before,
.p-staff-list__cap *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}

/*------------------------
  hero
-------------------------*/
.p-dealer-hero {
  padding: 12vw 0 16vw 0;
}
@media (min-width: 768px) {
  .p-dealer-hero {
    padding: 12vw 0 8vw 0;
  }
}
.p-dealer-hero__inner {
  padding: 0 7vw;
}
.p-dealer-hero__ttl {
  margin-bottom: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .p-dealer-hero__ttl {
    margin-bottom: 2rem;
    padding-bottom: 6rem;
  }
}

/*------------------------
  detail
-------------------------*/
.p-dealer-list__inner {
  padding: 0 7vw 15vw 7vw;
}
@media (min-width: 768px) {
  .p-dealer-list__inner {
    padding: 0 7vw 7vw 7vw;
  }
}
.p-dealer-list__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-dealer-list__head {
    margin-bottom: 5rem;
  }
}
.p-dealer-list__ttl {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 16;
  --max-font-size: 24;
  margin-bottom: 0.5rem;
}
.p-dealer-list__ttl *,
.p-dealer-list__ttl *::before,
.p-dealer-list__ttl *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-dealer-list__ttl {
    margin-bottom: 0;
  }
}
.p-dealer-list__cap {
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 12;
  line-height: 1.5;
}
.p-dealer-list__cap *,
.p-dealer-list__cap *::before,
.p-dealer-list__cap *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-dealer-list__order {
  font-family: "YakuHanJP", "Open Sans", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 14;
  font-weight: bold;
}
.p-dealer-list__order *,
.p-dealer-list__order *::before,
.p-dealer-list__order *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-dealer-list__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 768px) {
  .p-dealer-list__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1440px) {
  .p-dealer-list__grid {
    gap: 50px;
  }
}
.p-dealer-list__store {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  background: #262626;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .p-dealer-list__store {
    border-radius: 20px;
  }
}
.p-dealer-list__store-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-row: 1/3;
  padding: 5vw;
  border-bottom: 1px solid #000000;
}
@media (min-width: 768px) {
  .p-dealer-list__store-info {
    padding: 3vw;
  }
}
.p-dealer-list__name {
  font-family: "YakuHanJP", "Open Sans", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 16;
  --max-font-size: 28;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.p-dealer-list__name *,
.p-dealer-list__name *::before,
.p-dealer-list__name *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-dealer-list__name {
    margin-bottom: 1rem;
  }
}
.p-dealer-list__address {
  font-family: "YakuHanJP", "Open Sans", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 14;
  line-height: 1.8;
  letter-spacing: 0.0075rem;
}
.p-dealer-list__address *,
.p-dealer-list__address *::before,
.p-dealer-list__address *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-dealer-list__blank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(36px, 1.722rem + 2.25vw, 60px);
  height: clamp(36px, 1.722rem + 2.25vw, 60px);
  border-radius: 100px;
  background: #000000;
}
.p-dealer-list__blank img {
  width: 100%;
  width: clamp(16px, 2vw, 24px);
}
.p-dealer-list__store-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-row: 3/4;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
@media (min-width: 768px) {
  .p-dealer-list__store-tel {
    padding: 30px;
  }
}
.p-dealer-list__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 14;
}
.p-dealer-list__tel *,
.p-dealer-list__tel *::before,
.p-dealer-list__tel *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}

/*------------------------
  brand
-------------------------*/
.p-dealer-brand__inner {
  padding: 0 7vw;
}
.p-dealer-brand__ttl {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 16;
  --max-font-size: 24;
  font-weight: bold;
  margin-bottom: 2rem;
}
.p-dealer-brand__ttl *,
.p-dealer-brand__ttl *::before,
.p-dealer-brand__ttl *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-dealer-brand__ttl {
    margin-bottom: 5rem;
  }
}
.p-dealer-brand__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 768px) {
  .p-dealer-brand__link {
    padding: 2rem 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-dealer-brand__link:hover {
    opacity: 0.6;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-dealer-brand__link:hover {
    opacity: 0.6;
  }
}
.p-dealer-brand__link:first-of-type {
  padding-top: 0;
}
.p-dealer-brand__item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .p-dealer-brand__item {
    padding: 2rem 0;
  }
}
.p-dealer-brand__name {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 18;
}
.p-dealer-brand__name *,
.p-dealer-brand__name *::before,
.p-dealer-brand__name *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-dealer-brand__icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
}
@media (min-width: 768px) {
  .p-dealer-brand__icon {
    width: 40px;
    height: 40px;
  }
}
.p-dealer-brand__icon img {
  width: 100%;
  max-width: 16px;
  margin-bottom: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .p-dealer-brand__icon img {
    max-width: 27px;
    margin-bottom: 6px;
  }
}

/*------------------------
  hero
-------------------------*/
.p-blog-hero {
  padding: 12vw 0 16vw 0;
}
@media (min-width: 768px) {
  .p-blog-hero {
    padding: 12vw 0 8vw 0;
  }
}
.p-blog-hero__inner {
  padding: 0 7vw;
}
.p-blog-hero__ttl {
  margin-bottom: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .p-blog-hero__ttl {
    margin-bottom: 2rem;
    padding-bottom: 6rem;
  }
}

/*------------------------
  list
-------------------------*/
.p-blog-list__inner {
  padding: 0 7vw;
}
.p-blog-list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 768px) {
  .p-blog-list__link {
    padding: 3rem 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-blog-list__link:hover {
    opacity: 0.6;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-blog-list__link:hover {
    opacity: 0.6;
  }
}
.p-blog-list__link:first-of-type {
  padding-top: 0;
}
.p-blog-list__ttl {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 21;
  --max-font-size: 42;
  letter-spacing: 0.0075rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.p-blog-list__ttl *,
.p-blog-list__ttl *::before,
.p-blog-list__ttl *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-blog-list__ttl {
    margin-bottom: 0.5rem;
  }
}
.p-blog-list__cap {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 13;
  color: rgba(255, 255, 255, 0.36);
  letter-spacing: 0.0075rem;
}
.p-blog-list__cap *,
.p-blog-list__cap *::before,
.p-blog-list__cap *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-blog-list__arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
}
@media (min-width: 768px) {
  .p-blog-list__arrow {
    width: 50px;
    height: 50px;
  }
}
.p-blog-list__arrow img {
  width: 100%;
  max-width: 16px;
  margin-bottom: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .p-blog-list__arrow img {
    max-width: 27px;
    margin-bottom: 6px;
  }
}

/*------------------------
  hero
-------------------------*/
.p-youtube-hero {
  padding: 12vw 0 16vw 0;
}
@media (min-width: 768px) {
  .p-youtube-hero {
    padding: 12vw 0 8vw 0;
  }
}
.p-youtube-hero__inner {
  padding: 0 7vw;
}
.p-youtube-hero__ttl {
  margin-bottom: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .p-youtube-hero__ttl {
    margin-bottom: 2rem;
    padding-bottom: 6rem;
  }
}

/*------------------------
  lists
-------------------------*/
.p-youtube-list__inner {
  padding: 0 7vw;
}
.p-youtube-list__movie {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 7vw;
}
@media (min-width: 768px) {
  .p-youtube-list__movie {
    grid-template-columns: repeat(3, 1fr);
    gap: 5vw;
  }
}
.p-youtube-list__movie-link {
  display: block;
  width: 100%;
}
.p-youtube-list__movie-more {
  position: absolute;
  top: 5%;
  right: 3%;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-youtube-list__movie-more {
    width: 30px;
    height: 30px;
  }
}
.p-youtube-list__movie-more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 1px;
  background: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-youtube-list__movie-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 60%;
  background: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-youtube-list__movie-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.p-youtube-list__movie-thumb {
  position: relative;
  width: 100%;
  padding-top: 51.36%;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .p-youtube-list__movie-thumb {
    margin-bottom: 1rem;
  }
}
.p-youtube-list__movie-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-youtube-list__movie-ttl {
  font-family: "YakuHanJP", "Open Sans", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 18;
  letter-spacing: 0.0075rem;
}
.p-youtube-list__movie-ttl *,
.p-youtube-list__movie-ttl *::before,
.p-youtube-list__movie-ttl *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-youtube-list__movie-date {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 13;
  color: rgba(255, 255, 255, 0.36);
  letter-spacing: 0.0075rem;
}
.p-youtube-list__movie-date *,
.p-youtube-list__movie-date *::before,
.p-youtube-list__movie-date *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}

/*------------------------
  hero
-------------------------*/
.p-info-hero {
  padding: 12vw 0 16vw 0;
}
@media (min-width: 768px) {
  .p-info-hero {
    padding: 12vw 0 8vw 0;
  }
}
.p-info-hero__inner {
  padding: 0 7vw;
}
.p-info-hero__ttl {
  margin-bottom: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .p-info-hero__ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2rem;
    padding-bottom: 6rem;
  }
}

/*------------------------
  list
-------------------------*/
.p-info-list__inner {
  padding: 0 7vw;
}
.p-info-list__filter {
  margin-bottom: 9vw;
}
@media (min-width: 768px) {
  .p-info-list__filter {
    margin-bottom: 5vw;
  }
}
.p-info-list__cap {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 10;
  --max-font-size: 12;
  color: rgba(255, 255, 255, 0.36);
  margin-bottom: 0.5rem;
}
.p-info-list__cap *,
.p-info-list__cap *::before,
.p-info-list__cap *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-info-list__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-info-list__category-link {
  display: inline-block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 11;
  --max-font-size: 13;
  letter-spacing: 0.035rem;
  line-height: 1.2;
  padding: 0.3rem;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}
.p-info-list__category-link *,
.p-info-list__category-link *::before,
.p-info-list__category-link *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-info-list__category-link {
    padding: 0.5rem 0.75rem;
  }
}
.p-info-list__category-link.--current {
  color: #000000;
  background: #FFFFFF;
}
.p-info-list__post {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-info-list__post {
    gap: 3rem;
  }
}
.p-info-list__link {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 768px) {
  .p-info-list__link {
    grid-template-columns: repeat(6, 1fr);
    padding-bottom: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-info-list__link:hover {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-info-list__link:hover {
    opacity: 0.5;
  }
}
.p-info-list__thumb {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .p-info-list__thumb {
    grid-column: 1/3;
    margin-bottom: 0;
  }
}
.p-info-list__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .p-info-list__content {
    grid-column: 4/7;
  }
}
.p-info-list__head {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-info-list__head {
    margin-bottom: 50px;
  }
}
.p-info-list__ttl {
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 18;
  --max-font-size: 32;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-info-list__ttl *,
.p-info-list__ttl *::before,
.p-info-list__ttl *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-info-list__ttl {
    margin-bottom: 10px;
  }
}
.p-info-list__info-date {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 16;
  color: rgba(255, 255, 255, 0.36);
  letter-spacing: 0.0075rem;
  line-height: 1;
}
.p-info-list__info-date *,
.p-info-list__info-date *::before,
.p-info-list__info-date *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-info-list__info-category {
  display: inline-block;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 10;
  --max-font-size: 12;
  letter-spacing: 0.035rem;
  padding: 0.1rem 0.25rem;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}
.p-info-list__info-category *,
.p-info-list__info-category *::before,
.p-info-list__info-category *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-info-list__info-category {
    padding: 0.15rem 0.55rem;
  }
}
.p-info-list__note {
  text-align: center;
}
@media (max-width: 767px) {
  .p-info-list__note {
    margin-top: 30px;
  }
}
.p-info-list__cap {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 16;
  color: #FFFFFF;
}
.p-info-list__cap *,
.p-info-list__cap *::before,
.p-info-list__cap *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}

/*------------------------
  hero
-------------------------*/
.p-info-post-hero {
  padding: 12vw 0 8vw 0;
}
@media (min-width: 768px) {
  .p-info-post-hero {
    padding: 6vw 0 4vw 0;
  }
}
.p-info-post-hero__inner {
  padding: 0 7vw;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-info-post-hero__ttl {
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 18;
  --max-font-size: 32;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.p-info-post-hero__ttl *,
.p-info-post-hero__ttl *::before,
.p-info-post-hero__ttl *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-info-post-hero__ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2rem;
  }
}
.p-info-post-hero__info {
  display: block;
  grid-column: 6/7;
  margin-top: 0;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .p-info-post-hero__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    grid-column: 6/7;
  }
}
.p-info-post-hero__info-date {
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 16;
  color: rgba(255, 255, 255, 0.36);
}
.p-info-post-hero__info-date *,
.p-info-post-hero__info-date *::before,
.p-info-post-hero__info-date *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-info-post-hero__info-date {
    margin-bottom: 0.5rem;
  }
}
.p-info-post-hero__info-category {
  display: inline-block;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 10;
  --max-font-size: 12;
  font-weight: normal;
  letter-spacing: 0.035rem;
  line-height: 1;
  padding: 0.3rem 0.55rem;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}
.p-info-post-hero__info-category *,
.p-info-post-hero__info-category *::before,
.p-info-post-hero__info-category *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}

/*------------------------
  list
-------------------------*/
.p-info-post-contents__inner {
  padding: 0 7vw;
}
.p-info-post-contents__txt {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 3rem;
}
@media (min-width: 768px) {
  .p-info-post-contents__txt {
    margin: 0 auto 12vw;
  }
}
.p-info-post-contents h2 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .p-info-post-contents h2 {
    font-size: 22px;
  }
}
.p-info-post-contents h3 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .p-info-post-contents h3 {
    font-size: 18px;
  }
}
.p-info-post-contents h4 {
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-info-post-contents h4 {
    font-size: 16px;
  }
}
.p-info-post-contents h5 {
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-info-post-contents h5 {
    font-size: 14px;
  }
}
.p-info-post-contents__kv {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-info-post-contents__kv {
    margin-bottom: 30px;
  }
}
.p-info-post-contents__kv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-info-post-contents__paragraph {
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 16;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.p-info-post-contents__paragraph *,
.p-info-post-contents__paragraph *::before,
.p-info-post-contents__paragraph *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-info-post-contents__paragraph a {
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-info-post-contents__paragraph a:hover {
    opacity: 0.5;
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-info-post-contents__paragraph a:hover {
    opacity: 0.5;
    text-decoration: underline;
  }
}
.p-info-post-contents img {
  width: 100%;
}
.p-info-post-contents__btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.p-info-post-contents__btn .--hover-effect {
  position: relative;
  overflow: hidden;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-info-post-contents__btn .--hover-effect:hover {
    color: #000000;
  }
  .p-info-post-contents__btn .--hover-effect:hover::before {
    width: 100%;
  }
  .p-info-post-contents__btn .--hover-effect:hover .p-info-contents__prev-icon::before,
  .p-info-post-contents__btn .--hover-effect:hover .p-info-contents__next-icon::before {
    background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22arrow_svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2027%208%22%20style%3D%22enable-background%3Anew%200%200%2027%208%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23000000%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%20id%3D%22arrow%22%20transform%3D%22translate(0%200)%22%3E%20%3Cpath%20id%3D%22arrow_path%22%20class%3D%22st0%22%20d%3D%22M12%2C6.3C11.9%2C5.4%2C11.2%2C0%2C11.2%2C0C15.9%2C4.4%2C27%2C8%2C27%2C8H0V6.4L12%2C6.3z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  }
  .p-info-post-contents__btn .--hover-effect:hover .p-info-contents__back-icon::before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1105%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201105%22%20transform%3D%22translate(-654%20-1037)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_17%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2017%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(654%201037)%22%20fill%3D%22%23000%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_21%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2021%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(654%201045)%22%20fill%3D%22%23000%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_24%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2024%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(654%201053)%22%20fill%3D%22%23000%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_18%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2018%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(662%201037)%22%20fill%3D%22%23000%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_20%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2020%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(662%201045)%22%20fill%3D%22%23000%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_23%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2023%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(662%201053)%22%20fill%3D%22%23000%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_19%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2019%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(670%201037)%22%20fill%3D%22%23000%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_22%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2022%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(670%201045)%22%20fill%3D%22%23000%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_25%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2025%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(670%201053)%22%20fill%3D%22%23000%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-info-post-contents__btn .--hover-effect:hover {
    color: #000000;
  }
  .p-info-post-contents__btn .--hover-effect:hover::before {
    width: 100%;
  }
  .p-info-post-contents__btn .--hover-effect:hover .p-info-contents__prev-icon::before,
  .p-info-post-contents__btn .--hover-effect:hover .p-info-contents__next-icon::before {
    background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22arrow_svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2027%208%22%20style%3D%22enable-background%3Anew%200%200%2027%208%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23000000%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%20id%3D%22arrow%22%20transform%3D%22translate(0%200)%22%3E%20%3Cpath%20id%3D%22arrow_path%22%20class%3D%22st0%22%20d%3D%22M12%2C6.3C11.9%2C5.4%2C11.2%2C0%2C11.2%2C0C15.9%2C4.4%2C27%2C8%2C27%2C8H0V6.4L12%2C6.3z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  }
  .p-info-post-contents__btn .--hover-effect:hover .p-info-contents__back-icon::before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1105%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201105%22%20transform%3D%22translate(-654%20-1037)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_17%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2017%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(654%201037)%22%20fill%3D%22%23000%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_21%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2021%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(654%201045)%22%20fill%3D%22%23000%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_24%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2024%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(654%201053)%22%20fill%3D%22%23000%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_18%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2018%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(662%201037)%22%20fill%3D%22%23000%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_20%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2020%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(662%201045)%22%20fill%3D%22%23000%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_23%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2023%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(662%201053)%22%20fill%3D%22%23000%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_19%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2019%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(670%201037)%22%20fill%3D%22%23000%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_22%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2022%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(670%201045)%22%20fill%3D%22%23000%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_25%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2025%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(670%201053)%22%20fill%3D%22%23000%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  }
}
.p-info-post-contents__btn .--hover-effect::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 0%;
  height: 200%;
  background: #FFFFFF;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  z-index: -1;
}
.p-info-post-contents__prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 3vw;
}
.p-info-post-contents__prev-cap {
  display: inline-block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 10;
  --max-font-size: 12;
  letter-spacing: 0.0055rem;
  margin-left: 0.5rem;
}
.p-info-post-contents__prev-cap *,
.p-info-post-contents__prev-cap *::before,
.p-info-post-contents__prev-cap *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-info-post-contents__prev-cap {
    margin-left: 1rem;
  }
}
.p-info-post-contents__prev-icon {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 5px;
}
@media (min-width: 768px) {
  .p-info-post-contents__prev-icon {
    width: 27px;
    height: 8px;
  }
}
.p-info-post-contents__prev-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22arrow_svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2027%208%22%20style%3D%22enable-background%3Anew%200%200%2027%208%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%20id%3D%22arrow%22%20transform%3D%22translate(0%200)%22%3E%20%3Cpath%20id%3D%22arrow_path%22%20class%3D%22st0%22%20d%3D%22M12%2C6.3C11.9%2C5.4%2C11.2%2C0%2C11.2%2C0C15.9%2C4.4%2C27%2C8%2C27%2C8H0V6.4L12%2C6.3z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: contain;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-info-post-contents__back {
  display: block;
  width: 100%;
  padding: 3vw;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (hover: hover) and (pointer: fine) {
  .p-info-post-contents__back:hover .p-info-post-contents__back-icon::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19px 19px"><g id="circle-group" transform="translate(-654 -1037)"><circle fill="%23000" id="circle01" class="st0" cx="655.5" cy="1038.5" r="1.5"/><circle fill="%23000" id="circle02" class="st0" cx="655.5" cy="1046.5" r="1.5"/><circle fill="%23000" id="circle03" class="st0" cx="655.5" cy="1054.5" r="1.5"/><circle fill="%23000" id="circle04" class="st0" cx="663.5" cy="1038.5" r="1.5"/><circle fill="%23000" id="circle05" class="st0" cx="663.5" cy="1046.5" r="1.5"/><circle fill="%23000" id="circle06" class="st0" cx="663.5" cy="1054.5" r="1.5"/><circle fill="%23000" id="circle07" class="st0" cx="671.5" cy="1038.5" r="1.5"/><circle fill="%23000" id="circle08" class="st0" cx="671.5" cy="1046.5" r="1.5"/><circle fill="%23000" id="circle09" class="st0" cx="671.5" cy="1054.5" r="1.5"/></g></svg>');
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-info-post-contents__back:hover .p-info-post-contents__back-icon::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19px 19px"><g id="circle-group" transform="translate(-654 -1037)"><circle fill="%23000" id="circle01" class="st0" cx="655.5" cy="1038.5" r="1.5"/><circle fill="%23000" id="circle02" class="st0" cx="655.5" cy="1046.5" r="1.5"/><circle fill="%23000" id="circle03" class="st0" cx="655.5" cy="1054.5" r="1.5"/><circle fill="%23000" id="circle04" class="st0" cx="663.5" cy="1038.5" r="1.5"/><circle fill="%23000" id="circle05" class="st0" cx="663.5" cy="1046.5" r="1.5"/><circle fill="%23000" id="circle06" class="st0" cx="663.5" cy="1054.5" r="1.5"/><circle fill="%23000" id="circle07" class="st0" cx="671.5" cy="1038.5" r="1.5"/><circle fill="%23000" id="circle08" class="st0" cx="671.5" cy="1046.5" r="1.5"/><circle fill="%23000" id="circle09" class="st0" cx="671.5" cy="1054.5" r="1.5"/></g></svg>');
  }
}
.p-info-post-contents__back-cap {
  display: block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 10;
  --max-font-size: 12;
  letter-spacing: 0.0055rem;
}
.p-info-post-contents__back-cap *,
.p-info-post-contents__back-cap *::before,
.p-info-post-contents__back-cap *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-info-post-contents__back-icon {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 auto 0.25rem;
}
@media (min-width: 768px) {
  .p-info-post-contents__back-icon {
    width: 19px;
    height: 19px;
    margin: 0 auto 0.5rem;
  }
}
.p-info-post-contents__back-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19px 19px"><g id="circle-group" transform="translate(-654 -1037)"><circle fill="%23FFF" id="circle01" class="st0" cx="655.5" cy="1038.5" r="1.5"/><circle fill="%23FFF" id="circle02" class="st0" cx="655.5" cy="1046.5" r="1.5"/><circle fill="%23FFF" id="circle03" class="st0" cx="655.5" cy="1054.5" r="1.5"/><circle fill="%23FFF" id="circle04" class="st0" cx="663.5" cy="1038.5" r="1.5"/><circle fill="%23FFF" id="circle05" class="st0" cx="663.5" cy="1046.5" r="1.5"/><circle fill="%23FFF" id="circle06" class="st0" cx="663.5" cy="1054.5" r="1.5"/><circle fill="%23FFF" id="circle07" class="st0" cx="671.5" cy="1038.5" r="1.5"/><circle fill="%23FFF" id="circle08" class="st0" cx="671.5" cy="1046.5" r="1.5"/><circle fill="%23FFF" id="circle09" class="st0" cx="671.5" cy="1054.5" r="1.5"/></g></svg>');
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}
.p-info-post-contents__next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 3vw;
}
.p-info-post-contents__next-cap {
  display: inline-block;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 10;
  --max-font-size: 12;
  letter-spacing: 0.0055rem;
  margin-right: 0.5rem;
}
.p-info-post-contents__next-cap *,
.p-info-post-contents__next-cap *::before,
.p-info-post-contents__next-cap *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-info-post-contents__next-cap {
    margin-right: 1rem;
  }
}
.p-info-post-contents__next-icon {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 5px;
}
@media (min-width: 768px) {
  .p-info-post-contents__next-icon {
    width: 27px;
    height: 8px;
  }
}
.p-info-post-contents__next-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22arrow_svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2027%208%22%20style%3D%22enable-background%3Anew%200%200%2027%208%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%20id%3D%22arrow%22%20transform%3D%22translate(0%200)%22%3E%20%3Cpath%20id%3D%22arrow_path%22%20class%3D%22st0%22%20d%3D%22M12%2C6.3C11.9%2C5.4%2C11.2%2C0%2C11.2%2C0C15.9%2C4.4%2C27%2C8%2C27%2C8H0V6.4L12%2C6.3z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: contain;
  -webkit-transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: 400ms cubic-bezier(0.33, 1, 0.68, 1);
}

/*------------------------
  hero
-------------------------*/
.p-term-hero {
  padding: 12vw 0 16vw 0;
}
@media (min-width: 768px) {
  .p-term-hero {
    padding: 12vw 0 8vw 0;
  }
}
.p-term-hero__inner {
  padding: 0 7vw;
}
.p-term-hero__ttl {
  margin-bottom: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .p-term-hero__ttl {
    margin-bottom: 2rem;
    padding-bottom: 6rem;
  }
}

/*------------------------
  detail
-------------------------*/
.p-term-detail__inner {
  padding: 0 7vw;
}
.p-term-detail__ttl {
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 16;
  --max-font-size: 24;
  font-weight: bold;
  margin-bottom: 2rem;
}
.p-term-detail__ttl *,
.p-term-detail__ttl *::before,
.p-term-detail__ttl *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-term-detail__ttl {
    margin-bottom: 4rem;
  }
}
.p-term-detail__column-wrap {
  display: grid;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .p-term-detail__column-wrap {
    row-gap: 3rem;
  }
}
.p-term-detail__column {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.p-term-detail__column-num {
  grid-column: 1/2;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 16;
  color: rgba(255, 255, 255, 0.36);
}
.p-term-detail__column-num *,
.p-term-detail__column-num *::before,
.p-term-detail__column-num *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-term-detail__column-txt {
  grid-column: 2/13;
}
@media (max-width: 767px) {
  .p-term-detail__column-txt {
    padding-left: 1rem;
  }
}
.p-term-detail__column-ttl {
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 18;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.p-term-detail__column-ttl *,
.p-term-detail__column-ttl *::before,
.p-term-detail__column-ttl *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-term-detail__column-ttl {
    margin-bottom: 0.5rem;
  }
}
.p-term-detail__column-cap {
  max-width: 760px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 2.1;
}

/*------------------------
  hero
-------------------------*/
.p-policy-hero {
  padding: 12vw 0 16vw 0;
}
@media (min-width: 768px) {
  .p-policy-hero {
    padding: 12vw 0 8vw 0;
  }
}
.p-policy-hero__inner {
  padding: 0 7vw;
}
.p-policy-hero__ttl {
  margin-bottom: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .p-policy-hero__ttl {
    margin-bottom: 2rem;
    padding-bottom: 6rem;
  }
}
.p-policy-hero__split {
  margin-right: 0.5rem;
}

/*------------------------
  detail
-------------------------*/
.p-policy-detail__inner {
  padding: 0 7vw;
}
.p-policy-detail__ttl {
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 16;
  --max-font-size: 24;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.p-policy-detail__ttl *,
.p-policy-detail__ttl *::before,
.p-policy-detail__ttl *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-policy-detail__ttl {
    margin-bottom: 1rem;
  }
}
.p-policy-detail__cap {
  max-width: 760px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 2.1;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-policy-detail__cap {
    margin-bottom: 4rem;
  }
}
.p-policy-detail__column-wrap {
  display: grid;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .p-policy-detail__column-wrap {
    row-gap: 3rem;
  }
}
.p-policy-detail__column {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.p-policy-detail__column-num {
  grid-column: 1/2;
  font-family: "dunbar-low", "YakuHanJP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: italic;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 16;
  color: rgba(255, 255, 255, 0.36);
}
.p-policy-detail__column-num *,
.p-policy-detail__column-num *::before,
.p-policy-detail__column-num *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
.p-policy-detail__column-txt {
  grid-column: 2/13;
}
@media (max-width: 767px) {
  .p-policy-detail__column-txt {
    padding-left: 1rem;
  }
}
.p-policy-detail__column-ttl {
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 14;
  --max-font-size: 18;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.p-policy-detail__column-ttl *,
.p-policy-detail__column-ttl *::before,
.p-policy-detail__column-ttl *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-policy-detail__column-ttl {
    margin-bottom: 0.5rem;
  }
}
.p-policy-detail__column-cap {
  max-width: 760px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 2.1;
}

/*------------------------
  hero
-------------------------*/
.p-notfound-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  padding: 12vw 0 16vw 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-notfound-hero {
    padding: 12vw 0 8vw 0;
    min-height: 100vh;
  }
}
.p-notfound-hero__tail {
  position: absolute;
  top: 28%;
  left: -50%;
  width: 100vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .p-notfound-hero__tail {
    top: 50%;
    left: -40%;
    width: 70vw;
  }
}
.p-notfound-hero__tail img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-notfound-hero__face {
  position: absolute;
  top: 75%;
  right: -50%;
  width: 100vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .p-notfound-hero__face {
    top: 50%;
    right: -40%;
    width: 70vw;
  }
}
.p-notfound-hero__face img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-notfound-hero__inner {
  padding: 0 7vw;
}
.p-notfound-hero__ttl {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-notfound-hero__ttl {
    margin-bottom: 20px;
  }
}
.p-notfound-hero__cap {
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 16;
  text-align: center;
  margin-bottom: 30px;
}
.p-notfound-hero__cap *,
.p-notfound-hero__cap *::before,
.p-notfound-hero__cap *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}
@media (min-width: 768px) {
  .p-notfound-hero__cap {
    margin-bottom: 80px;
  }
}
.p-notfound-hero__btn {
  text-align: center;
}

@media (min-width: 768px) {
  .u-dn-md {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-dn-sp-only {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */