@charset "UTF-8";
/* -----------------------------------------------------------------
 Foundation
----------------------------------------------------------------- */
:root {
  /* サイトカラー */
  --color-primary: #7D7D7D;
  --color-text: #001204;
  --color-bg: #ECEAE8;
  --color-bg-secondary: #E3E0DF;
  --color-bg-tertiary: #F7F7F7;
  /* font */
  --font-base: "Shippori Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "Yu Mincho", "游明朝", "Noto Serif JP", serif;
  --font-en: "Baskervville", serif;
  --font-size13: clamp(0.688rem, 0.598rem + 0.45vw, 0.813rem);
  --font-size14: clamp(0.75rem, 0.661rem + 0.45vw, 0.875rem);
  --font-size15: clamp(0.813rem, 0.723rem + 0.45vw, 0.938rem);
  --font-size18: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  /* header */
  --header-height-sm: 64px;
  --header-height-md: 72px;
  --header-height-lg: 120px;
  /* inner */
  --inner-max-width-sm: 880px;
  --inner-max-width-md: 1080px;
  --inner-max-width-lg: 1240px;
  --inner-max-width-xl: 1360px;
  /* carousel */
  --carousel-gap: 3rem;
  --carousel-duration: 50s;
  /* padding */
  --padding-md: clamp(6.25rem, 5.893rem + 1.79vw, 7.5rem);
  --padding-lg: clamp(7.5rem, 7.143rem + 1.79vw, 8.75rem);
}

/*======================
  reset
======================*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

svg,
img,
picture {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px; /* 1 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

/*=======================
  breakpoints
=======================*/
/*=======================
  scroll animation
=======================*/
.fade-up {
  opacity: 0;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transform: translateY(1.875rem) scale(1.02);
          transform: translateY(1.875rem) scale(1.02);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(33%, #000), color-stop(66%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, #000, #000 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(33%, #000), color-stop(66%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, #000, #000 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-position: 0 100%;
          mask-position: 0 100%;
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  will-change: opacity, transform, filter, mask-position;
}

.fade-down {
  opacity: 0;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transform: translateY(-1.875rem) scale(1.02);
          transform: translateY(-1.875rem) scale(1.02);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(33%, rgba(0, 0, 0, 0)), color-stop(66%, #000), to(#000));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, #000 66%, #000 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(33%, rgba(0, 0, 0, 0)), color-stop(66%, #000), to(#000));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, #000 66%, #000 100%);
  -webkit-mask-position: 0 0%;
          mask-position: 0 0%;
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  will-change: opacity, transform, filter, mask-position;
}

.anim-blur-in {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  will-change: filter, opacity;
  opacity: 0;
}

.anim-mask-up {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(33%, #000), color-stop(66%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, #000, #000 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(33%, #000), color-stop(66%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, #000, #000 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-position: 0 100%;
          mask-position: 0 100%;
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  will-change: mask-position;
}

@media (prefers-reduced-motion: reduce) {
  .fade-up,
  .fade-down,
  .anim-blur-in,
  .anim-mask-up {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
            transform: none;
    -webkit-mask: none;
            mask: none;
  }
}
/*=======================
  home opening
=======================*/
html.is-opening .home-mv,
html.is-opening .home-mv__slide {
  opacity: 0;
}
html.is-opening .home-mv__inner {
  opacity: 0;
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
}
html.is-opening .home-mv__title img {
  opacity: 0;
  -webkit-filter: blur(1.25rem);
          filter: blur(1.25rem);
  will-change: filter, opacity;
}
html.is-opening .home-about__deco {
  clip-path: inset(0 100% 0 0);
}
@media screen and (min-width: 768px) {
  html.is-opening .l-header__nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: none;
    transition: none;
  }
}

/*======================
  base
======================*/
* {
  min-height: 0vw;
  /* Safari clamp関数対策 */
}

html {
  scrollbar-gutter: stable;
  overflow-y: scroll;
}

body {
  background-color: transparent;
  color: var(--color-text);
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-autospace: normal;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  body a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*======================
  svg
======================*/
.svg,
.svg-defs {
  display: none;
  position: relative;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.svg-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.icon-arrow {
  width: 0.625rem;
  height: 0.625rem;
}

.icon-tel {
  width: 1rem;
  height: 1rem;
}

/* -----------------------------------------------------------------
 Layout
----------------------------------------------------------------- */
/*======================
  header
======================*/
/*======================
  footer
======================*/
/*=======================
  main
=======================*/
.l-main {
  display: block;
  position: relative;
  overflow-x: clip;
}

/*=======================
  container
=======================*/
.l-container {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-inline: 5.5%;
    max-width: var(--inner-max-width-md);
  }
}

.l-container--sm {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-container--sm {
    padding-inline: 5.5%;
    max-width: var(--inner-max-width-sm);
  }
}

.l-container--lg {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-container--lg {
    padding-inline: 4%;
  }
}
@media screen and (min-width: 1024px) {
  .l-container--lg {
    max-width: var(--inner-max-width-lg);
  }
}

/* -----------------------------------------------------------------
 Component
----------------------------------------------------------------- */
/*======================
  btn
======================*/
/*=======================
  head
=======================*/
.c-title {
  font-weight: 400;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.c-title__en {
  margin-top: 0.375rem;
  margin-left: 1rem;
  font-family: var(--font-en);
  font-size: var(--font-size13);
  line-height: 1.2;
  color: var(--color-primary);
}
.c-title__ja {
  margin-left: 1rem;
  font-size: clamp(1.75rem, 1.607rem + 0.71vw, 2.25rem);
  /* 28 - 36 */
  color: var(--color-text);
  letter-spacing: 0.1em;
}

/* -----------------------------------------------------------------
 Utility
----------------------------------------------------------------- */
.u-fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.u-color-primary {
  color: var(--color-primary);
}

.u-color-secondary {
  color: var(--color-secondary);
}

.u-color-tertiary {
  color: var(--color-tertiary);
}

.u-color-text {
  color: var(--color-text);
}

.u-color-bg {
  background-color: var(--color-bg);
}

.u-color-bg-secondary {
  background-color: var(--color-bg-secondary);
}

.u-color-bg-tertiary {
  background-color: var(--color-bg-tertiary);
}

.u-mt-16 {
  margin-top: 1rem;
}

.u-mt-24 {
  margin-top: 1.5rem;
}

.u-mt-32 {
  margin-top: 2rem;
}

.u-mt-40 {
  margin-top: 2.5rem;
}

.u-mt-56 {
  margin-top: 3.5rem;
}

.u-mt-64 {
  margin-top: 4rem;
}

.u-mt-80 {
  margin-top: 5rem;
}

/* -----------------------------------------------------------------
Project
----------------------------------------------------------------- */
/*====================================================
*
*	Home
*
====================================================*/
.home-mv {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow-x: clip;
  z-index: 1;
}
.home-mv::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(0);
  pointer-events: none;
  z-index: 0;
  will-change: backdrop-filter;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.home-mv.is-overlay-blur::after {
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.4);
}
.home-mv__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background-color: #000;
}
.home-mv__slide-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  overflow: hidden;
}
.home-mv__slide-item:first-child {
  opacity: 1;
}
.home-mv__slide-item img {
  will-change: transform, opacity;
}
.home-mv__inner {
  position: relative;
  z-index: 1;
  height: 100%;
}
.home-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28.9vw;
  min-width: 10rem;
  margin-inline: auto;
  height: auto;
  aspect-ratio: 347/610;
}
@media screen and (min-width: 768px) {
  .home-mv__title {
    width: 17.4vw;
    min-width: 13.875rem;
  }
}
.home-mv__title img {
  display: block;
  width: 100%;
  height: auto;
}

.home-about {
  position: relative;
  padding-block: var(--padding-md) var(--padding-lg);
  margin-top: 12.5vw;
  background-color: var(--color-bg);
  overflow: visible;
  z-index: 2;
}
.home-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/about_bg.jpg);
  background-size: 50%;
  background-position: center;
  background-repeat: repeat;
  z-index: 2;
}
.home-about::after {
  content: "";
  background-image: url(../img/about_deco_01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
  width: 90%;
  height: auto;
  aspect-ratio: 2274/1632;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .home-about::after {
    width: 74.1%;
  }
}
.home-about__separator {
  position: absolute;
  top: -12vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 100vw;
  height: auto;
  aspect-ratio: 1440/180;
  z-index: 10;
  pointer-events: none;
}
.home-about__separator img {
  display: block;
  width: 100%;
  height: auto;
}
.home-about__inner {
  position: relative;
  z-index: 10;
  overflow-x: clip;
}
.home-about__top {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .home-about__top {
    grid-template-columns: 1fr 28.8%;
  }
}
.home-about__head {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .home-about__head {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.home-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
.home-about__title-en {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  margin-left: 1.25rem;
  font-family: var(--font-en);
  font-size: var(--font-size13);
  color: var(--color-primary);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.home-about__title-ja {
  display: block;
  width: clamp(2.5rem, 1.786rem + 1.49vw, 3.125rem);
  /* 46 - 50 */
}
.home-about__title-desc {
  position: relative;
  padding-top: 2.5rem;
  margin-top: 1.5rem;
  font-size: clamp(1.125rem, 0.839rem + 0.6vw, 1.375rem);
  /* 18 - 22 */
  font-weight: 500;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.home-about__title-desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 2rem;
  background-color: var(--color-text);
}
.home-about__text {
  font-size: clamp(0.938rem, 0.866rem + 0.15vw, 1rem);
  /* 15 - 16 */
  font-weight: 400;
  line-height: 2;
}
.home-about__text p + p {
  margin-top: 1.5rem;
}
.home-about__text.first {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .home-about__text.first {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 33.75rem;
    margin-top: clamp(6.25rem, -0.893rem + 14.88vw, 12.5rem);
    /* 0 - 200 */
  }
}
.home-about__text.second {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .home-about__text.second {
    margin-top: 2rem;
  }
}
.home-about__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 4.5%;
     -moz-column-gap: 4.5%;
          column-gap: 4.5%;
  row-gap: clamp(2.5rem, 1.429rem + 5.36vw, 6.25rem);
  /* 40 - 100 */
  margin-top: clamp(2.5rem, 1.429rem + 5.36vw, 6.25rem);
  /* 40 - 100 */
}
@media screen and (min-width: 768px) {
  .home-about__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-about__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-about__content {
    width: 58%;
  }
}
.home-about__bottom-img {
  width: 100%;
  height: auto;
  aspect-ratio: 727/500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(50% - min(50vw, 720px));
}
@media screen and (min-width: 768px) {
  .home-about__bottom-img {
    max-width: 36.5625rem;
    aspect-ratio: 579/691;
  }
}
.home-about__deco.deco-01 {
  width: 75.8%;
  max-width: 29.625rem;
  aspect-ratio: 474/316;
  margin-top: clamp(2.5rem, 1.429rem + 5.36vw, 6.25rem);
  /* 40 - 100 */
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .home-about__deco.deco-01 {
    -webkit-transform: translateX(23.5%);
            transform: translateX(23.5%);
  }
}
.home-about__deco.deco-02 {
  width: 38.9%;
  max-width: 15.1875rem;
  aspect-ratio: 243/314;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
@media screen and (min-width: 768px) {
  .home-about__deco.deco-02 {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
}
.home-about__bg {
  position: absolute;
}
.home-about__bg.bg-01 {
  top: 25%;
  right: -10%;
  width: 5.5625rem;
  height: auto;
  aspect-ratio: 89/100;
}
.home-about__bg.bg-02 {
  top: 50%;
  left: 40%;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 40/58;
}
.home-about__bg.bg-03 {
  top: 76%;
  left: 8%;
  width: 4rem;
  height: auto;
  aspect-ratio: 64/74;
}
.home-about__bg.bg-04 {
  top: 82%;
  right: -17%;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 40/72;
}
.home-about__bg.bg-05 {
  top: 86%;
  right: 28%;
  width: 2.875rem;
  height: auto;
  aspect-ratio: 46/52;
}

.home-product {
  position: relative;
  padding-block: var(--padding-md) max(60vw, 15rem);
  background-color: #000;
  color: #fff;
  overflow: clip;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home-product {
    padding-bottom: 23.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-product {
    padding-bottom: 10rem;
  }
}
.home-product::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150%;
  height: auto;
  aspect-ratio: 2880/1975;
  background-image: url(../img/product_bg.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .home-product::before {
    width: 120%;
  }
}
@media screen and (min-width: 768px) {
  .home-product::before {
    width: 100%;
    max-width: 90rem;
  }
}
.home-product__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 6%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .home-product__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home-product__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .home-product__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home-product__title .furigana {
  margin-top: 0.375rem;
  font-size: 0.6875rem;
  letter-spacing: 1em;
}
.home-product__title-ja {
  font-size: clamp(1.75rem, 1.607rem + 0.71vw, 2.25rem);
  /* 28 - 36 */
  letter-spacing: 0.1em;
}
.home-product__desc {
  width: 100%;
  font-size: clamp(0.938rem, 0.866rem + 0.15vw, 1rem);
  /* 15 - 16 */
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .home-product__desc {
    width: 100%;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-product__desc {
    width: 50%;
    max-width: 33.75rem;
    margin-top: 6.25rem;
  }
}
.home-product__desc p + p {
  margin-top: 1.5rem;
}

.home-product__swiper {
  background-color: #000;
  overflow: hidden;
}
.home-product__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.home-product__swiper .swiper-slide {
  position: relative;
  width: 58.4%;
  aspect-ratio: 840/800;
}
@media screen and (min-width: 600px) {
  .home-product__swiper .swiper-slide {
    width: 43.8%;
  }
}
@media screen and (min-width: 768px) {
  .home-product__swiper .swiper-slide {
    width: 29.2%;
  }
}
.home-product__swiper .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 1;
}

.home-lineup {
  position: relative;
  padding-block: var(--padding-md) var(--padding-lg);
  background-color: var(--color-bg);
}
.home-lineup__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 6%;
  width: 100%;
  margin-left: auto;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .home-lineup__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 90%;
    max-width: 78.75rem;
  }
}
@media screen and (min-width: 1920px) {
  .home-lineup__inner {
    margin-inline: auto;
  }
}
.home-lineup__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .home-lineup__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home-lineup__list {
  width: 100%;
  max-width: 66.25rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .home-lineup__list {
    width: 84.1%;
    margin-top: 6.25rem;
  }
}
.home-lineup__item:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .home-lineup__item:not(:first-child) {
    margin-top: 6.25rem;
  }
}
.home-lineup__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem 3%;
  margin-top: 1.5rem;
  margin-inline: auto;
  max-width: 60rem;
  width: calc(100% - 2.5rem);
}
@media screen and (min-width: 768px) {
  .home-lineup__content {
    margin-left: 0;
    width: calc(100% - 2rem);
  }
}
@media screen and (min-width: 1024px) {
  .home-lineup__content {
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
  }
}
.home-lineup__name {
  font-size: clamp(1.5rem, 1.429rem + 0.36vw, 1.75rem);
  /* 24 - 28 */
  font-weight: 500;
}
.home-lineup__desc {
  margin-top: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .home-lineup__desc {
    margin-top: 1.5rem;
  }
}
.home-lineup__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.home-lineup__table tr {
  border-top: 1px solid #D5D5D5;
}
.home-lineup__table tr:last-child {
  border-bottom: 1px solid #D5D5D5;
}
.home-lineup__table th {
  padding: 1.25rem 0.375rem;
  width: 30%;
  font-family: var(--font-base);
  vertical-align: middle;
  white-space: nowrap;
}
.home-lineup__table td {
  padding: 1.25rem 0.375rem 1.25rem 1.25rem;
  font-family: var(--font-base);
}
.home-lineup__spec {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.625rem;
  padding-left: 0.75rem;
  font-family: var(--font-base);
}
.home-lineup__spec::before {
  content: "";
  position: absolute;
  top: 0.5625rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background-color: var(--color-text);
  border-radius: 50%;
}
.home-lineup__spec:not(:first-child) {
  margin-top: 0.375rem;
}
.home-lineup__spec dt, .home-lineup__spec dd {
  margin: 0;
}
.home-lineup__note {
  margin-top: 4rem;
  margin-inline: auto;
  width: calc(100% - 2.5rem);
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .home-lineup__note {
    margin-top: 5rem;
    margin-left: 0;
    width: calc(100% - 2rem);
  }
}

.home-band {
  position: relative;
  width: 100%;
  height: 38.9vw;
  min-height: 35rem;
  z-index: 1;
  isolation: isolate;
  overflow-x: clip;
}
.home-band__clip {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -1;
}
.home-band__fixed {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100svh;
  background-image: url(../img/lineup_foot.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (prefers-reduced-motion: reduce) {
  .home-band__fixed {
    position: absolute;
    height: 100%;
  }
}

.home-store {
  position: relative;
  padding-block: var(--padding-md) var(--padding-lg);
  background-color: var(--color-bg);
}
.home-store__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-store__map {
  margin-top: clamp(2.5rem, 2.071rem + 2.14vw, 4rem);
  /* 40 - 64 */
}
.home-store__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .home-store__map iframe {
    aspect-ratio: 880/460;
  }
}
.home-store__anchor {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 1rem;
  grid-template-areas: "box01 box01 box02 box02" "box03 box03 box04 box04" ". box05 box05 .";
  margin-top: 2.5rem;
}
@media screen and (min-width: 600px) {
  .home-store__anchor {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1.5rem;
    grid-template-areas: "box01 box01 box02 box02 box03 box03" ". box04 box04 box05 box05 .";
  }
}
.home-store__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 0.375rem;
  border-bottom: 1px solid #CBC5C3;
  font-size: var(--font-size15);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .home-store__link {
    padding: 0.625rem 1rem;
  }
}
.home-store__link:nth-child(1) {
  grid-area: box01;
}
.home-store__link:nth-child(2) {
  grid-area: box02;
}
.home-store__link:nth-child(3) {
  grid-area: box03;
}
.home-store__link:nth-child(4) {
  grid-area: box04;
}
.home-store__link:nth-child(5) {
  grid-area: box05;
}
.home-store__link:hover {
  color: var(--color-text);
  text-decoration: none;
  border-bottom-color: #918e8d;
}
.home-store__list {
  margin-top: 4rem;
}
.home-store__item {
  background-color: var(--color-bg-secondary);
}
.home-store__item:not(:first-child) {
  margin-top: 0.625rem;
}
.home-store__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0.625rem 1rem;
  border: none;
  background: none;
  font-family: var(--font-base);
  font-size: 1rem;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .home-store__trigger {
    padding: 0.625rem 1rem 0.625rem 1.5rem;
  }
}
.home-store__trigger:focus {
  outline: none;
}
.home-store__trigger[aria-expanded=true] .home-store__icon::after {
  -webkit-transform: translate(-50%, -50%) scaleY(0);
          transform: translate(-50%, -50%) scaleY(0);
  opacity: 0;
}
.home-store__icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.home-store__icon::before, .home-store__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color-text);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.home-store__icon::before {
  width: 0.75rem;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home-store__icon::after {
  width: 1px;
  height: 0.75rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home-store__panel {
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.home-store__shops {
  padding-bottom: 2.5rem;
  background-color: var(--color-bg);
}
.home-store__shop {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
  padding-block: 1rem;
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (min-width: 768px) {
  .home-store__shop {
    grid-template-columns: 27.3% 29.5% 22.7% 20.5%;
    grid-template-rows: 1fr;
    padding-block: 0;
  }
}
.home-store__shop .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  padding: 0.5rem;
  height: 100%;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .home-store__shop .box {
    padding: 1rem clamp(0.625rem, -0.375rem + 2.08vw, 1.5rem);
    /* 10 - 24 */
  }
}
.home-store__shop .name {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .home-store__shop .tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.home-store__shop .other {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .home-store__shop .other {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.home-store__contact {
  position: relative;
  margin-top: clamp(4rem, 3.357rem + 3.21vw, 6.25rem);
  /* 64 - 100 */
  padding-block: clamp(2.5rem, 2.214rem + 1.43vw, 3.5rem);
  /* 40 - 56 */
  border-top: 4px solid #d7d4d2;
  border-bottom: 4px solid #d7d4d2;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.home-store__contact::before, .home-store__contact::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d7d4d2;
}
.home-store__contact::before {
  top: 5px;
}
.home-store__contact::after {
  bottom: 5px;
}
.home-store__contact .sp-only {
  display: block;
}
@media screen and (min-width: 600px) {
  .home-store__contact .sp-only {
    display: none;
  }
}
.home-store__contact .link {
  display: inline-block;
  border-bottom: 1px solid var(--color-text);
  color: var(--color-text);
}
.home-store__contact .link:hover {
  text-decoration: none;
  border-bottom-color: var(--color-text);
}

.home-foot {
  position: relative;
  height: 96.1vw;
  min-height: 25rem;
  max-height: 32.5rem;
  background-image: url(../img/foot_sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .home-foot {
    height: 36.1vw;
    max-height: none;
    background-image: url(../img/foot.jpg);
    background-position: 20% center;
  }
}
.home-foot__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 2.5rem);
  height: 100%;
  margin-inline: auto;
  padding-block: 4rem;
}
@media screen and (min-width: 768px) {
  .home-foot__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 90%;
    max-width: 75%;
  }
}
.home-foot__text {
  margin-left: 0.5rem;
  font-size: clamp(1.375rem, 0.749rem + 3.13vw, 2.25rem);
  /* 22 - 36 */
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .home-foot__text {
    margin-left: 0;
    min-width: 50%;
    font-size: clamp(1.875rem, 1.161rem + 1.49vw, 2.5rem);
    /* 30 - 40 */
    text-align: left;
  }
}