@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

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

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/*********************************
 * UTILS
 *********************************/
@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .tablet-only {
    display: none !important;
  }
}

@media (min-width: 801px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 800px) {
  .tablet-pc-only {
    display: none !important;
  }
}

@media (max-width: 1024px) and (min-width: 801px) {
  .mobile-pc-only {
    display: none !important;
  }
}

/*********************************
 * MODAL
 *********************************/
.menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s, visibility 0s 0.6s;
  transition: opacity 0.6s, visibility 0s 0.6s;
}
.menu-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.6s, visibility 0s;
  transition: opacity 0.6s, visibility 0s;
}
.menu-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.menu-modal__content {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.93);
  padding: 7.5rem 10.5rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  max-height: 95%;
  max-height: 95%;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #000;
}
@media (max-width: 1024px) {
  .menu-modal__content {
    width: 85%;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
    padding: 3.5rem 4rem;
    max-height: 95%;
  }
}
.menu-modal__content-inner {
  max-width: 58.5rem;
  border-top: 1rem solid #000;
  border-bottom: 1rem solid #000;
  padding: 1.75rem 0 4.5rem;
}
@media (max-width: 1024px) {
  .menu-modal__content-inner {
    width: 100%;
    border-top: 0.4rem solid #000;
    border-bottom: 0.4rem solid #000;
    padding: 0.75rem 0 2rem;
  }
}
.menu-modal__close {
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  background: #000;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .menu-modal__close {
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    right: 0.75rem;
    top: 0.75rem;
  }
}
.menu-modal__close::before, .menu-modal__close::after {
  content: "";
  width: 1.2rem;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
}
@media (max-width: 1024px) {
  .menu-modal__close::before, .menu-modal__close::after {
    width: calc(8 / 375 * 100vw);
  }
}
.menu-modal__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-modal__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-modal__close:hover {
  color: #000;
}
.menu-modal .no {
  font-family: var(--ff-oswald);
  font-size: 7rem;
  text-align: right;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .menu-modal .no {
    font-size: calc(27 / 375 * 100vw);
  }
}
.menu-modal .ttl {
  font-family: var(--ff-oswald);
  font-family: var(--ff-oswald);
  font-size: 3.6rem;
  letter-spacing: 0.07em;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3.5rem;
  margin-top: -0.2em;
}
@media (max-width: 1024px) {
  .menu-modal .ttl {
    font-size: calc(24 / 375 * 100vw);
    margin-bottom: 2rem;
  }
}
.menu-modal .detail {
  margin-bottom: 3.5rem;
  font-size: var(--font-size-base);
  line-height: 1.875;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-break: break-all;
}
@media (max-width: 1024px) {
  .menu-modal .detail {
    font-size: calc(11 / 375 * 100vw);
    letter-spacing: 0.09em;
    margin-bottom: 1.5rem;
  }
}
.menu-modal .fig img {
  width: 100%;
}

/*********************************
 * COMMON
 *********************************/
:root {
  font-size: var(--vw-base);
  --vw-base: calc(
    6px + 100vw * (4 / 1920)
  );
  --font-size-base: calc(var(--vw-base) * 1.6);
  --font-size-xs: calc(var(--vw-base) * 1.1);
  --font-size-sm: calc(var(--vw-base) * 1.4);
  --font-size-lg: calc(var(--vw-base) * 2.8);
  --font-size-xl: calc(var(--vw-base) * 4.1);
  --ff-oswald: "Oswald", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
  /* sizes */
  --content-width: min(120rem, 100% - calc(30 / 375 * 100vw));
  /* easings */
  --ease-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-out-sine: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  --ease-in-out-quint: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  --ease-in-out-expo: cubic-bezier(0.87, 0, 0.13, 1);
  --ease-in-out-back: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-quint: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  --ease-in-out-sine: cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
@media (max-width: 1024px) {
  :root {
    --vw-base: calc(
      6px + 100vw * (4 / 375)
    );
  }
}

body {
  letter-spacing: 0.2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.black-area {
  color: #fff;
  position: relative;
}
.black-area::before {
  content: "";
  display: block;
  background-color: #000;
  width: 100%;
  height: calc(100% - 47rem);
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .black-area::before {
    height: calc(100% - 18.3rem);
  }
}
.black-area .inner {
  position: relative;
  z-index: 1;
}

.gray-area {
  padding-top: 56rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .gray-area {
    padding-top: 18.3rem;
  }
}
.gray-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d6d6d6;
  z-index: -1;
}

.section-ttl {
  font-family: var(--ff-oswald);
  font-size: var(--font-size-xl);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .section-ttl {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: 3rem;
  }
}

/*********************************
 * .hero
 *********************************/
.hero {
  position: relative;
  height: 100svh;
  width: 100%;
}
.hero .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.hero .txt {
  font-family: var(--ff-oswald);
  font-size: calc(var(--vw-base) * 3.6);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 5rem;
  font-weight: 700;
  top: 60%;
  top: 51svh;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  letter-spacing: 0.03em;
}
@media (max-width: 1024px) {
  .hero .txt {
    font-size: calc(12 / 375 * 100vw);
    right: 1.5rem;
    top: 71.5svh;
  }
}
.hero .logo {
  width: min(45rem, 147 / 375 * 100vw);
}
.hero .logo svg {
  height: auto;
  aspect-ratio: 450/341;
}

/*********************************
 * .section-about
 *********************************/
.section-about {
  padding-top: 76rem;
  max-width: var(--content-width);
  margin: 0 auto 40rem;
}
@media (max-width: 1024px) {
  .section-about {
    padding-top: 9rem;
    margin-bottom: 11rem;
  }
}
.section-about .section-ttl {
  text-align: right;
  margin-bottom: 9rem;
}
@media (max-width: 1024px) {
  .section-about .section-ttl {
    margin-bottom: 5rem;
  }
}
.section-about .eng-copy {
  font-size: 8.7rem;
  text-align: right;
  font-family: var(--ff-oswald);
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .section-about .eng-copy {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1;
    margin-bottom: 2rem;
  }
}
.section-about .ja-copy {
  font-size: 3.3rem;
  text-align: right;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: 8rem;
}
@media (max-width: 1024px) {
  .section-about .ja-copy {
    font-size: calc(13.5 / 375 * 100vw);
    line-height: 1;
    margin-bottom: 6rem;
  }
}
.section-about .desc {
  font-size: 1.9rem;
  line-height: 2.4736842105;
  text-align: right;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.18em;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
@media (max-width: 1024px) {
  .section-about .desc {
    font-size: calc(12 / 375 * 100vw);
  }
}
.section-about .desc p + p {
  margin-top: 1em;
}
/*********************************
 * .section-contents
 *********************************/
.section-contents {
  margin-bottom: 50rem;
}
@media (max-width: 1024px) {
  .section-contents {
    margin-bottom: 15rem;
  }
}
.section-contents .section-ttl {
  width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
}
.section-contents .product-slider {
  margin-top: 10rem;
  padding-left: 3rem;
  overflow: visible;
}
@media (max-width: 1024px) {
  .section-contents .product-slider {
    margin-top: 0;
    padding-left: 0;
  }
}
.section-contents .product-slider .swiper-wrapper {
  margin: 0;
  padding: 0;
  padding-right: 5rem;
}
@media (max-width: 1024px) {
  .section-contents .product-slider .swiper-wrapper {
    padding-right: 0;
  }
}
.section-contents .product-slider .swiper-slide {
  padding: 0 6rem;
  width: calc((100% + 5rem + 6rem) / 3);
}
@media (max-width: 1024px) {
  .section-contents .product-slider .swiper-slide {
    padding: 0 2rem;
    width: calc((100% + 22.4rem + 4rem) / 3);
  }
}
.section-contents .product-slider .swiper-slide .button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  position: relative;
  background: #000;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1090/1586;
}
.section-contents .product-slider .swiper-slide .button .ph {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-contents .product-slider .swiper-slide .button .ttl {
  position: absolute;
  font-family: var(--ff-oswald);
  text-transform: uppercase;
  bottom: 3rem;
  left: 4rem;
  width: calc(100% - 8rem);
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: var(--font-size-lg);
  letter-spacing: 0.1em;
  z-index: 1;
  text-align: left;
}
@media (max-width: 1024px) {
  .section-contents .product-slider .swiper-slide .button .ttl {
    font-size: calc(11 / 375 * 100vw);
    left: 1rem;
    bottom: 0.5rem;
  }
}
@media (any-hover: hover) {
  .section-contents .product-slider .swiper-slide .button .ph {
    -webkit-transition: opacity 1000ms, -webkit-transform var(--ease-out-cubic) 600ms;
    transition: opacity 1000ms, -webkit-transform var(--ease-out-cubic) 600ms;
    transition: opacity 1000ms, transform var(--ease-out-cubic) 600ms;
    transition: opacity 1000ms, transform var(--ease-out-cubic) 600ms, -webkit-transform var(--ease-out-cubic) 600ms;
  }
  .section-contents .product-slider .swiper-slide .button:hover .ph {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.section-contents .product-slider__buttons {
  padding: 4rem 7.6rem 0;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .section-contents .product-slider__buttons {
    padding: 2.5rem 0 0;
    width: var(--content-width);
  }
}
.section-contents .product-slider__buttons .button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.section-contents .product-slider__buttons .button svg {
  width: auto;
  height: 8rem;
  aspect-ratio: 1/1;
}
@media (max-width: 1024px) {
  .section-contents .product-slider__buttons .button svg {
    height: 3.2rem;
  }
}

/*********************************
 * .shop-photos
 *********************************/
.shop-photos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 56rem 1fr;
  grid-template-columns: 1fr 56rem 1fr;
  -ms-grid-rows: 47rem 18rem 47rem;
  grid-template-rows: 47rem 18rem 47rem;
  margin-bottom: -47rem;
}
.shop-photos > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.shop-photos > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.shop-photos > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.shop-photos > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.shop-photos > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.shop-photos > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.shop-photos > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.shop-photos > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.shop-photos > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 1024px) {
  .shop-photos {
    -ms-grid-columns: 1fr 21.5rem 1fr;
    grid-template-columns: 1fr 21.5rem 1fr;
    -ms-grid-rows: 18.3rem 2.7rem 18.3rem;
    grid-template-rows: 18.3rem 2.7rem 18.3rem;
    margin-bottom: -18.3rem;
  }
  .shop-photos > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .shop-photos > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .shop-photos > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .shop-photos > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .shop-photos > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .shop-photos > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .shop-photos > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .shop-photos > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .shop-photos > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.shop-photos picture {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.shop-photos picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-photos .ph01 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  position: relative;
  z-index: 2;
}
.shop-photos .ph02 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
  position: relative;
  z-index: 1;
}
.shop-photos .ph02__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--ff-oswald);
  font-size: 3.5rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .shop-photos .ph02__overlay {
    font-size: calc(11 / 375 * 100vw);
  }
}

/*********************************
 * .section-access
 *********************************/
.section-access {
  padding: 27rem 0;
}
@media (max-width: 1024px) {
  .section-access {
    padding: 8.5rem 0 13.5rem;
  }
}
.section-access .section-ttl {
  text-align: center;
  color: #000;
}
@media (max-width: 1024px) {
  .section-access .section-ttl {
    margin-bottom: 5rem;
  }
}
.section-access .access-item {
  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;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9rem;
  --pt-gap: 4rem;
  padding-top: var(--pt-gap);
}
@media (max-width: 1024px) {
  .section-access .access-item {
    margin-bottom: 0;
    --pt-gap:0;
    width: var(--content-width);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-access .access-item:not(:last-of-type) {
    margin-bottom: 10rem;
  }
}
.section-access .access-item__ph {
  width: min(54rem, 100%);
  margin-top: calc(-1 * var(--pt-gap));
  margin-right: -5rem;
  position: relative;
  z-index: 1;
}
.section-access .access-item__ph img {
  aspect-ratio: 538/491;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .section-access .access-item__ph {
    width: 27.5rem;
    margin: 0 auto;
  }
}
.section-access .access-item__body {
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 7.5rem 14rem 5rem;
  width: min(72rem, 100%);
}
@media (max-width: 1024px) {
  .section-access .access-item__body {
    padding: 13.5rem 3.4rem 3rem;
    margin: -10rem auto 0;
  }
}
.section-access .access-item__body .logo {
  position: absolute;
  top: 3rem;
  right: 3rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 7.8rem;
}
@media (max-width: 1024px) {
  .section-access .access-item__body .logo {
    width: 4.3rem;
  }
}
@media (max-width: 1024px) {
  .section-access .access-item__body .logo {
    top: 12rem;
    right: 1.5rem;
    height: auto;
  }
}
.section-access .access-item__body .shop-name {
  font-size: var(--font-size-lg);
  font-family: "Oswald", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .section-access .access-item__body .shop-name {
    font-size: calc(17 / 375 * 100vw);
  }
}
@media (max-width: 1024px) {
  .section-access .access-item__body .shop-name span {
    font-size: calc(16 / 375 * 100vw);
  }
}
.section-access .access-item__body .shop-jpname {
  font-size: var(--font-size-xs);
  color: #aeaeae;
  letter-spacing: 0.1em;
  margin: 1em 0 3.5rem;
}
@media (max-width: 1024px) {
  .section-access .access-item__body .shop-jpname {
    margin-bottom: 2.5rem;
    font-size: calc(11 / 375 * 100vw);
  }
}
.section-access .access-item__body .shop-detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8.5rem auto;
  grid-template-columns: 8.5rem auto;
  font-size: var(--font-size-sm);
  line-height: 21/13;
  row-gap: 0.25lh;
}
@media (max-width: 1024px) {
  .section-access .access-item__body .shop-detail {
    -ms-grid-columns: calc(65 / 375 * 100vw) auto;
    grid-template-columns: calc(65 / 375 * 100vw) auto;
    font-size: calc(11 / 375 * 100vw);
    letter-spacing: 0.075em;
  }
}
.section-access .access-item__body .shop-detail dt {
  font-family: var(--ff-oswald);
  letter-spacing: 0.2em;
  font-weight: 400;
}
.section-access .access-item__body .shop-detail dd {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .section-access .access-item__body .shop-detail dd {
    font-family: var(--ff-oswald);
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.section-access .access-item__body .shop-detail dd a {
  text-decoration: none;
}
.section-access .access-item__body .map {
  margin: 4rem 0 0;
  padding: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .section-access .access-item__body .map {
    margin-top: 3rem;
  }
}
.section-access .access-item__body .map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  -webkit-filter: grayscale(1) invert(1);
          filter: grayscale(1) invert(1);
}
.section-access .access-item__body .map-link {
  display: block;
  width: 12em;
  text-align: center;
  margin-left: auto;
  margin-top: 2rem;
  border-radius: 100vmax;
  padding: 0.75em 2em 0.65em;
  border: 1px solid #000;
  text-decoration: none;
  font-family: var(--ff-oswald);
  color: #000;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .section-access .access-item__body .map-link {
    margin-top: 1.5rem;
    font-size: calc(7 / 375 * 100vw);
  }
}
.section-access .access-item__body .map-link span {
  display: inline-block;
  position: relative;
  z-index: 3;
}
@media (any-hover: hover) {
  .section-access .access-item__body .map-link {
    -webkit-transition: color 300ms 150ms;
    transition: color 300ms 150ms;
  }
  .section-access .access-item__body .map-link::before {
    content: "";
    display: block;
    position: absolute;
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%;
    border-radius: 100vmax;
    background-color: #000;
    -webkit-transition: var(--ease-out-quart) 450ms;
    transition: var(--ease-out-quart) 450ms;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .section-access .access-item__body .map-link:hover {
    color: #fff;
  }
  .section-access .access-item__body .map-link:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*********************************
 * .links
 *********************************/
.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.links .link {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: var(--area-color, #000);
  color: #fff;
  padding: 8rem 10rem;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .links .link {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .links .link {
    padding: 5.5rem 1.5rem 7rem;
  }
}
.links .link__header {
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .links .link__header {
    margin-bottom: 3rem;
  }
}
.links .link__header .ttl {
  font-size: var(--font-size-xl);
  font-family: var(--ff-oswald);
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .links .link__header .ttl {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: 1rem;
  }
}
.links .link__header .desc {
  font-size: var(--font-size-base);
  letter-spacing: 0.012em;
}
@media (max-width: 1024px) {
  .links .link__header .desc {
    font-size: calc(11 / 375 * 100vw);
  }
}
.links .link__ph {
  position: relative;
}
@media (max-width: 1024px) {
  .links .link__ph {
    max-width: calc(278 / 375 * 100vw);
  }
}
.links .link__ph figure {
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.links .link__ph figure::before, .links .link__ph figure::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: var(--area-color, #000);
  z-index: 1;
}
.links .link__ph figure::before {
  top: 100%;
}
.links .link__ph figure::after {
  bottom: 100%;
}
.links .link__ph .icon {
  position: absolute;
  width: 6rem;
  height: auto;
  aspect-ratio: 1/1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 2;
  --bg-color: #fff;
  --front-color: #000;
  --stroke-width: 3px;
}
@media (max-width: 1024px) {
  .links .link__ph .icon {
    width: 3.1rem;
  }
}
@media (any-hover: hover) {
  .links .link figure::before, .links .link figure::after {
    -webkit-transition: -webkit-transform 1600ms var(--ease-out-cubic);
    transition: -webkit-transform 1600ms var(--ease-out-cubic);
    transition: transform 1600ms var(--ease-out-cubic);
    transition: transform 1600ms var(--ease-out-cubic), -webkit-transform 1600ms var(--ease-out-cubic);
  }
  .links .link figure img {
    -webkit-transition: -webkit-transform 1600ms var(--ease-out-cubic);
    transition: -webkit-transform 1600ms var(--ease-out-cubic);
    transition: transform 1600ms var(--ease-out-cubic);
    transition: transform 1600ms var(--ease-out-cubic), -webkit-transform 1600ms var(--ease-out-cubic);
  }
  .links .link:hover figure::before {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  .links .link:hover figure::after {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  .links .link:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.links .link:nth-child(1) {
  --area-color: #000000;
}
.links .link:nth-child(2) {
  --area-color: #b1b1b1;
}

/*********************************
 * Instagram
 *********************************/
.section-instagram {
  position: relative;
}
.section-instagram .inner {
  overflow: hidden;
  padding-top: 20rem;
  padding-bottom: 20rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .section-instagram .inner {
    padding-top: 12.5rem;
    padding-bottom: 12rem;
  }
}
.section-instagram .section-ttl {
  text-align: center;
  font-weight: 600;
}

.instagram-feed {
  max-width: var(--content-width);
  margin: 0 auto;
}
.instagram-feed #sbi_images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25.8rem 4.75rem 25.8rem 4.75rem 25.8rem 4.75rem 25.8rem !important;
  grid-template-columns: repeat(4, 25.8rem) !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.75rem !important;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .instagram-feed #sbi_images {
    -ms-grid-columns: calc(132 / 375 * 100vw) 1.4rem calc(132 / 375 * 100vw) !important;
    grid-template-columns: repeat(2, calc(132 / 375 * 100vw)) !important;
    gap: 1.4rem !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.instagram-feed #sbi_images .sbi_item {
  background: #fff;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .instagram-feed #sbi_images .sbi_item:nth-of-type(n+9) {
    display: none !important;
  }
}
@media (any-hover: hover) {
  .instagram-feed #sbi_images .sbi_item .sbi_photo_wrap {
    -webkit-transition: opacity 800ms, -webkit-transform var(--ease-out-cubic) 600ms;
    transition: opacity 800ms, -webkit-transform var(--ease-out-cubic) 600ms;
    transition: opacity 800ms, transform var(--ease-out-cubic) 600ms;
    transition: opacity 800ms, transform var(--ease-out-cubic) 600ms, -webkit-transform var(--ease-out-cubic) 600ms;
  }
  .instagram-feed #sbi_images .sbi_item .sbi_photo_wrap:hover {
    opacity: 0.5;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.instagram-feed #sbi_images .sbi_photo {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100% !important;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.instagram-feed__more {
  padding-top: 7.5rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .instagram-feed__more {
    padding-top: 6.5rem;
  }
}
.instagram-feed__more a {
  display: inline-block;
  text-decoration: none;
}
.instagram-feed__more a svg {
  display: block;
  height: auto;
  width: 4.8rem;
  aspect-ratio: 1/1;
  margin: 0 auto 2.2rem;
}
@media (max-width: 1024px) {
  .instagram-feed__more a svg {
    width: calc(24 / 375 * 100vw);
    margin-bottom: 1rem;
  }
}
.instagram-feed__more a span {
  display: block;
  position: relative;
  font-size: var(--font-size-base);
  text-align: center;
  font-family: var(--ff-oswald);
  letter-spacing: 0.075em;
}
@media (max-width: 1024px) {
  .instagram-feed__more a span {
    font-size: calc(11 / 375 * 100vw);
  }
}
@media (any-hover: hover) {
  .instagram-feed__more a svg {
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  .instagram-feed__more a span {
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  .instagram-feed__more a span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: ease 400ms;
    transition: ease 400ms;
  }
  .instagram-feed__more a:hover svg {
    opacity: 0.75;
  }
  .instagram-feed__more a:hover span {
    opacity: 0.75;
  }
  .instagram-feed__more a:hover span::after {
    width: 100%;
  }
}

/*********************************
 * .footer
*********************************/
.footer__logo {
  margin-bottom: 12rem;
}
@media (max-width: 1024px) {
  .footer__logo {
    margin-bottom: 7rem;
  }
}
.footer__logo .icon {
  display: block;
  width: min(19.4rem, 75 / 375 * 100vw);
  height: auto;
  aspect-ratio: 194/147;
  margin: 0 auto;
}
.footer-bottom {
  padding: 5rem 0 16rem;
  background: #000;
  text-align: center;
  font-family: var(--ff-oswald);
  font-size: var(--font-size-base);
  letter-spacing: 0.075em;
  width: 100%;
  color: #fff;
}
@media (max-width: 1024px) {
  .footer-bottom {
    padding: 3.5rem 0 12.5rem;
  }
}
.footer .copy {
  font-size: var(--font-size-base);
}
@media (max-width: 1024px) {
  .footer .copy {
    font-size: calc(10 / 375 * 100vw);
  }
}

/*********************************
 * .bg
 *********************************/
.bg-wrapper {
  overflow: hidden;
}
.bg-wrapper .symbols {
  height: 0;
  position: absolute;
}

.bg-line {
  background: #fff;
  height: 1.4rem;
  width: 146vw;
  position: absolute;
}
@media (max-width: 1024px) {
  .bg-line {
    height: 0.4rem;
  }
}

.bg-line01-1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #000;
  right: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  top: 52svh;
  right: -1vw;
  mix-blend-mode: difference;
  z-index: 2;
}
@media (max-width: 1024px) {
  .bg-line01-1 {
    top: 74svh;
  }
}

.bg-line01-2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
  right: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  top: 52svh;
  right: -1vw;
  z-index: 1;
}
@media (max-width: 1024px) {
  .bg-line01-2 {
    top: 74svh;
  }
}

.bg-line02 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  top: 65%;
  right: -1vw;
}
@media (max-width: 1024px) {
  .bg-line02 {
    top: 33.5%;
  }
}

.bg-line03-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #d6d6d6;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  top: 50%;
  right: -1vw;
  z-index: -1;
}
@media (max-width: 1024px) {
  .bg-line03-1 {
    top: 69%;
  }
}

.bg-line03-2 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  top: 50%;
  right: -1vw;
  z-index: 1;
}
@media (max-width: 1024px) {
  .bg-line03-2 {
    top: 69%;
  }
}

.bg-line04 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #d6d6d6;
  right: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  top: 30%;
  right: -1vw;
  z-index: -1;
}
@media (max-width: 1024px) {
  .bg-line04 {
    top: 5%;
  }
}

/*********************************
 * Animation settings
 *********************************/
#hero__txt {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.bg-line01-1,
.bg-line01-2 {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  will-change: clip-path;
  -webkit-transform: rotate(-45deg) translateZ(0);
          transform: rotate(-45deg) translateZ(0);
}

.bg-line02 {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  will-change: clip-path;
  -webkit-transform: rotate(45deg) translateZ(0);
          transform: rotate(45deg) translateZ(0);
}

.bg-line03-1,
.bg-line03-2 {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  will-change: clip-path;
  -webkit-transform: rotate(45deg) translateZ(0);
          transform: rotate(45deg) translateZ(0);
}

.bg-line04 {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  will-change: clip-path;
  -webkit-transform: rotate(-45deg) translateZ(0);
          transform: rotate(-45deg) translateZ(0);
}

.ttl-anim01-box {
  overflow: hidden;
}

.ttl-anim01 {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

.about-anim01 span {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(15px) translateX(-5px);
          transform: translateY(15px) translateX(-5px);
}

.about-anim02 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.about-anim02 span {
  position: absolute;
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 115%;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.contents-anim01-box {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .contents-anim01-box {
    -webkit-transform: translateY(15rem);
            transform: translateY(15rem);
  }
}

.contents-anim01 {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.access-anim02-1,
.access-anim02-2 {
  opacity: 0;
  -webkit-transform: translateY(15px) translateX(-5px);
          transform: translateY(15px) translateX(-5px);
}

.access-anim01-box {
  overflow: hidden;
}

.access-anim01 {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  opacity: 0;
}

.shopPh-anim01 {
  clip-path: polygon(10% 10%, 90% 10%, 90% 90%, 10% 90%);
}

.insta-anim01 {
  -webkit-transform: translateY(15px) translateX(-5px);
          transform: translateY(15px) translateX(-5px);
  opacity: 0;
}