@import url("./css/reset.css");
@import url("./css/layout.css");
@import url("./css/animate.css");

main {
  overflow: hidden;
}

h1,
h2,
h3 {
  font-family: "Shippori Mincho B1";
}

.fv {
  padding-top: 100px;
  width: 100%;
  position: relative;
  background-color: #000;
}

.fv video {
  display: block;
  width: 100%;
  aspect-ratio: 375 / 211;
  object-fit: cover;
}

.mute-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 10px;
  background-color: transparent;
  mix-blend-mode: difference;
}

.mute-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sukiyaki {
  position: relative;
  padding: 0 20px 80px;

  background-image: url(./images/black_paper.webp);
  background-size: 700px 700px;
  background-repeat: repeat;
}

.sukiyaki::before {
  position: absolute;
  content: "";
  display: block;
  width: 229px;
  height: 182px;
  background-image: url(./images/golden-decor-1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  top: -20px;
  right: 0;
  z-index: 1;
}

.sukiyaki::after {
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 494px;
  background-image: url(./images/golden-decor-4.webp);
  background-size: contain;
  background-position: left center;
  left: 0;
  top: 936px;
  z-index: 0;
}

.sukiyaki-decor {
  position: relative;
  width: calc(100% + 40px);
  height: 20px;
  left: -20px;
}

.sukiyaki-decor::before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background: linear-gradient(#c59000 0%, #393500 100%);
}

.sukiyaki-decor::after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: linear-gradient(#c59000 0%, #393500 100%);
  margin-top: 5px;
}

h1 {
  font-weight: bold;
  font-size: clamp(18px, 5.9vw, 22px);
  line-height: 1.46;
  text-align: center;
  color: #deaa00;
  text-shadow: 0px 0px 6px #000;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}

.sukiyaki__menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.menu__title {
  font-size: clamp(42px, 16vw, 60px);
  text-align: center;
  line-height: 1.45;
}

.menu__intro {
  font-size: clamp(18px, 5.4vw, 20px);
  line-height: 1.2;
  font-weight: 600;
  font-family: "Shippori Mincho B1";
  text-align: center;
}

.menu__intro--spaced {
  margin-bottom: 30px;
}

.menu__item-text {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #fff;
  text-shadow: 0px 0px 6px #000;
}

.menu__item-image {
  display: block;
  width: 100%;
  aspect-ratio: 320 / 300;
  max-width: 320px;
  object-fit: contain;
  position: relative;
  margin: 0 auto;
}

.menu__item>img.menu__item-image {
  display: none;
}

.menu__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.menu__item-image--spaced {
  margin-top: 30px;
  margin-bottom: 30px;
}

.menu__item-image::before {
  content: "";
  display: block;
  position: absolute;
  width: 335px;
  height: 424px;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  background-image: url(./images/golden-decor-3.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.menu__item-text {
  font-size: clamp(1.4rem, 3.7vw, 1.6rem);
  font-weight: 300;
  line-height: 2rem;
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}

.menu__about-item {
  display: flex;
  gap: 20px;
  margin: 25px auto 0;
  max-width: 450px;
}

.menu__item-text b {
  font-family: "Shippori Mincho B1";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.menu__about-image {
  width: min(168px, 44.8vw);
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  max-height: fit-content;
}

.menu__price {
  position: relative;
  width: 85.33vw;
  max-width: 320px;
  margin: 40px auto 0;
  padding: 20px 0;
  font-family: "Shippori Mincho B1";
}

.menu__price::after,
.menu__price::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
}

.menu__price::after {
  left: 0;
  top: 0;
}

.menu__price::before {
  right: 0;
  bottom: 0;
}

.menu__price-wrapper {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
}

.menu__price-title {
  font-size: clamp(16px, 5.4vw, 20px);
  font-weight: 700;
  text-align: center;
}

.menu__price-sum {
  color: #bca323;
  font-size: 60px;
  text-align: center;
  line-height: 1.2;
}

.menu__price-sum::after {
  content: "円";
  font-size: 40px;
}

.menu__price-tax {
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}

.shyabu .menu__price-tax {
  width: 200px;
  margin: 5px auto 0;
}

.shyabu {
  padding: 50px 0 40px;
  position: relative;
  background-image: url(./images/wood-bg.webp);
  background-size: 700px 700px;
  background-repeat: repeat;
}

.shyabu::before {
  content: "";
  display: block;
  position: absolute;
  width: 229px;
  height: 144px;
  background-image: url(./images/golden-decor-2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: -105px;
  left: 0;
}

.shyabu__title {
  font-size: clamp(24px, 8.6vw, 32px);
  line-height: 46px;
  text-align: center;
}

.shyabu__image {
  width: 100%;
  aspect-ratio: 375 / 250;
  max-width: 500px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.shyabu__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px 40px;
  max-width: 600px;
  margin: 0 auto;
}

.shyabu__intro-item {}

.shyabu__intro-title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.shyabu__intro-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.shyabu__swiper {
  padding-left: 20px;
  margin-bottom: 40px;
}

.shyabu__slide {
  width: min(315px, 84vw);
}

.shyabu__slide img {
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 315 / 380;
  display: block;
  object-fit: cover;
}

.swiper-buttons {
  width: calc(100% - 40px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  position: absolute;
}

.swiper-button {
  width: 32px;
  height: 32px;
  background-image: url(./images/slide-arrow-sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}

.swiper-button--next {
  transform: scaleX(-1);
}

.shyabu__slide-title {
  margin: 10px 0;
  font-size: 20px;
  line-height: 1.45;
}

.shyabu__slide-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.feedback {
  padding: 40px 0 50px;
  background-image: url(./images/wood-bg.webp);
  background-size: 700px 700px;
  background-repeat: repeat;
  background-color: #000;
  position: relative;
}

.feedback__title {
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  /* margin-bottom: 50px; */
}

.feedback__swiper {
  margin-top: 50px;
}

.feedback__swiper .swiper-wrapper {
  align-items: stretch;
}

.feedback__slide {
  width: min(320px, 85.33vw);
  height: auto;
  padding: 24px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 8px;

  font-weight: 300;
}

.info {
  padding: 50px 20px;
  position: relative;
}

.info::before {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 190px;
  background-image: url(./images/golden-decor-5.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  top: 0;
  left: 0;
  transform: rotate(180deg);
  z-index: 0;
}

.info__title {
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 6px #000;
  position: relative;
  z-index: 1;
}

.info__table {
  position: relative;
  z-index: 1;
  margin: 50px auto 0;
  width: 100%;
  max-width: 600px;
}

.info__table-row {
  border-top: 1px solid #fff;
  font-size: 14px;
  line-height: 20px;
}

.info__table-row:last-child {
  border-bottom: 1px solid #fff;
}

.info__table-label {
  padding: 21px 10px;
  min-width: 90px;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
}

.info__table-value {
  padding: 21px 10px 21px 0;
  font-weight: 300;
}

.info__map {
  margin: 25px auto 0;
  width: 100%;
  aspect-ratio: 335 / 178;
}

.golden-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.golden-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
  filter: brightness(0.45);
}

.tb_content_text {
  font-size: 12px;
}

.ti-image-layout-thumbnail {
  width: 90% !important;
}

@media (min-width: 768px) {
  .fv {
    padding-top: 0px;
  }

  .fv video {
    display: block;
    width: 100%;
    aspect-ratio: 1920 / 1080;
  }

  .mute-btn {
    right: 40px;
    bottom: auto;
    top: calc(100vh - 220px);
    width: 50px;
    height: 50px;
    transition: all 0.5s;
  }

  @media (max-width: 1434px) {
    .mute-btn {
      bottom: clamp(40px, calc(100px + 50vw - 717px), 100px);
      top: auto;
    }
  }

  .sukiyaki {
    padding: 24px 0px 110px;
  }

  .sukiyaki-decor::before {
    height: 20px;
  }

  .sukiyaki-decor::after {
    height: 10px;
    margin-top: 10px;
  }

  .sukiyaki::before {
    width: clamp(230px, 41.7vw, 800px);
    aspect-ratio: 800 / 637;
    height: auto;
    top: calc(clamp(30px, 5.6vw, 106px) * (-1));
    right: 0;
  }

  h1 {
    font-size: clamp(42px, 4.4vw, 56px);
    line-height: 1.43;
    text-align: left;
    margin: 180px auto 45px auto;
    padding-top: 100px;
    max-width: 1120px;
  }

  @media (max-width: 1600px) {
    h1 {
      max-width: 1364px;
      margin-right: 0;
    }
  }

  @media (max-width: 1450px) {
    h1 {
      margin-left: clamp(30px, calc(110px + 50vw - 600px), 110px);
    }
  }

  .sukiyaki::after {
    width: 324px;
    height: 1600px;
    top: 1450px;
    z-index: 0;
  }

  @media (min-width: 1000px) {
    .sukiyaki__menu {
      position: relative;
      z-index: 1;
      margin: 0 auto;
      max-width: 1600px;
      gap: 0;
    }

    .menu__item>img.menu__item-image {
      display: initial;
    }

    .menu__item:first-child {
      display: flex;
      flex-direction: row-reverse;
      gap: 12px;
      max-width: 1364px;
      margin-left: auto;
      margin-bottom: 178px;
    }

    .menu__item:nth-child(2) {
      margin-bottom: 29px;
    }

    .menu__item-text {
      font-size: clamp(1.6rem, 1.33vw, 2rem);
      line-height: 2;
      position: relative;
      z-index: 1;
      max-width: 552px;
      margin: 0;
    }

    .menu__item>.menu__item-text,
    .menu__item-wrapper {
      width: 56%;
    }

    .menu__item-image {
      margin: 0;
      height: auto;
      max-height: fit-content;
      flex: 1;
    }

    .menu__item:first-child .menu__item-image {
      width: min(800px, 53.4vw);
      width: 100%;
      aspect-ratio: 800 / 754;
      max-width: 800px;
    }

    .menu__item:first-child .menu__item-image::before {
      width: clamp(335px, 69.6vw, 1044px);
      aspect-ratio: 1044 / 1322;
      height: auto;
      left: calc(clamp(27px, 5.6vw, 84px) * (-1));
      transform: none;
      top: calc(clamp(119px, 24.6vw, 369px) * (-1));
    }

    .menu__item:nth-child(2) .menu__item-image {
      width: min(777px, 51.8vw);
      aspect-ratio: 777 / 728;
      max-width: 777px;
    }

    .menu__item:nth-child(3) .menu__item-image {
      width: min(775px, 51.7vw);
      aspect-ratio: 775 / 798;
      max-width: 798px;
    }

    .menu__item:last-child .menu__item-image {
      width: min(762px, 50.8vw);
      aspect-ratio: 762 / 648;
      max-width: 762px;
    }

    .menu__title {
      font-size: clamp(80px, 8vw, 120px);
      text-align: left;
      line-height: 1.45;
    }

    .menu__intro {
      font-size: clamp(24px, 2vw, 30px);
      line-height: 1.4;
      text-align: left;
    }

    .menu__item:not(:first-child) {
      display: flex;
      width: fit-content;
    }

    .menu__item:nth-child(2) {
      gap: 35px;
    }

    .menu__item:nth-child(3) {
      margin-left: auto;
      margin-right: 25px;
      margin-bottom: 120px;
      gap: 12px;
    }

    .menu__item:last-child {
      gap: 50px;
    }

    @media (max-width: 1450px) {
      .menu__item:nth-child(2) {
        margin-right: clamp(30px, calc(110px + 50vw - 600px), 110px);
      }

      .menu__item:nth-child(3) {
        margin-left: clamp(30px, calc(110px + 50vw - 600px), 110px);
        margin-right: 0;
      }

      .menu__item:last-child {
        margin-right: clamp(30px, calc(110px + 50vw - 600px), 110px);
      }
    }

    .menu__item-wrapper>.menu__item-image {
      display: none;
    }

    .menu__item-image {
      margin: 0;
      max-width: none;
    }

    .menu__intro {
      margin-top: 11px;
      margin-bottom: 20px;
    }

    .menu__about {
      display: flex;
      gap: 24px;
    }

    .menu__about:not(.menu__about--single) {
      max-width: 360px;
      margin-top: 20px;
    }

    .menu__about:not(.menu__about--single) .menu__about-item {
      flex-direction: column;
      margin: 0;
      gap: 8px;
    }

    .menu__item:not(:first-child) .menu__about-image {
      min-width: 168px;
    }

    .menu__about-item .menu__item-text {
      font-size: 14px;
      line-height: 20px;
    }

    .menu__price {
      max-width: 1128px;
      margin: 28px auto 0;
      padding: 25px 0;
      height: 204px;
      display: flex;
      justify-content: center;
    }

    .menu__price-wrapper {
      display: flex;
      flex-direction: row;
      width: fit-content;
      margin: 0 auto;
      position: relative;
    }

    .menu__price-title {
      font-size: 40px;
      line-height: 48px;
      text-align: right;
      position: relative;
      top: 23px;
    }

    .menu__price-sum {
      font-size: 120px;
      line-height: 1;
    }

    .menu__price-sum::after {
      font-size: 80px;
    }

    .menu__price-tax {
      font-size: 24px;
      position: absolute;
      right: 0;
      bottom: 0px;
    }

    @media (max-width: 1450px) {
      .menu__item:first-child {
        display: flex;
        flex-direction: row-reverse;
        gap: 12px;
        max-width: 1364px;
        margin-left: clamp(30px, calc(110px + 50vw - 600px), 110px);
        margin-bottom: 178px;
      }
    }
  }

  .shyabu {
    padding: 60px 0 160px;
  }

  @media (max-width: 1200px) {
    .shyabu {
      padding-left: 20px;
    }
  }

  .shyabu::before {
    width: clamp(230px, 42vw, 800px);
    aspect-ratio: 800 / 502;
    height: auto;
    top: calc(clamp(100px, 18.2vw, 348px) * (-1));
    left: 0;
  }

  .shyabu__wrapper {
    padding-top: 100px;
    max-width: 1128px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
  }

  .shyabu__title {
    font-size: clamp(42px, 4.3vw, 64px);
    line-height: 1.44;
    text-align: left;
  }

  .shyabu__image {
    position: absolute;
    right: -336px;
    top: -60px;
    width: 788px;
    max-width: 788px;
    margin: 0;
    z-index: 0;
  }

  .shyabu__intro {
    gap: 40px;
    padding: 40px 0px 30px;
    max-width: 840px;
    margin: 0;
    position: relative;
    text-shadow: 0px 0px 12px #000;
  }

  .shyabu__intro-title {
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .shyabu__intro-text {
    font-size: clamp(16px, 1.34vw, 20px);
    line-height: 2;
  }

  @media (min-width: 900px) {
    .shyabu__swiper {
      width: calc(50vw + 564px);
      padding-left: 0;
      padding-top: 116px;
      margin-top: -116px;
    }

    @media (max-width: 1200px) {
      .shyabu__swiper {
        width: 100%;
      }
    }

    .shyabu__slide {
      width: 360px;
      cursor: grab;
    }

    .shyabu__slide:active {
      cursor: grabbing;
    }

    .shyabu__slide img {
      border-radius: 16px;
      aspect-ratio: 360 / 480;
    }

    .shyabu__slide-title {
      margin: 10px 0 8px;
      font-size: clamp(24px, 2vw, 30px);
      line-height: 1.4;
    }

    .shyabu__slide-text {
      font-size: clamp(16px, 1.34vw, 20px);
      line-height: 2;
    }

    .swiper-buttons {
      width: 168px;
      top: 0;
      left: auto;
      right: max(50px, calc(50vw - 564px));
      transform: none;
    }

    .swiper-button {
      width: 64px;
      height: 64px;
      background-image: url(./images/arrow-circle.svg);
      border-radius: 50%;
      transition: all 0.3s;
    }

    .swiper-button:hover {
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3),
        rgba(255, 255, 255, 0.2) 0px 30px 40px -10px inset,
        rgba(0, 0, 0, 0.7) 0px 18px 36px -18px inset;
    }
  }

  .shyabu .menu__price {
    max-width: 1128px;
    margin: 80px auto 0;
    gap: 24px;
  }

  .shyabu .menu__price .menu__price-wrapper {
    gap: 24px;
  }

  .feedback {
    padding: 60px 0 140px;
    background-color: #000;
    background-image: none;
  }

  .feedback__title {
    padding-top: 100px;
    font-size: 64px;
    line-height: 92px;
    /* margin-bottom: 117px; */
  }

  .feedback__swiper {
    margin-top: 117px;
  }

  .feedback__slide {
    width: 360px;
    font-size: clamp(16px, 1.34vw, 20px);
    line-height: 2;
    cursor: grab;
  }

  .feedback__slide:active {
    cursor: grabbing;
  }

  .info {
    padding: 170px 20px 50px;
  }

  .info::before {
    width: 600px;
    height: 568px;
  }

  .info__table {
    margin: 117px auto 0;
    width: 100%;
    max-width: 793px;
  }

  .info__title {
    padding-top: 100px;
    font-size: 64px;
    line-height: 92px;
  }

  .info__map {
    display: block;
    margin: 150px auto 0;
    max-width: 936px;
    aspect-ratio: 936 / 498;
  }

  .info__table-row {
    font-size: 18px;
    line-height: 2;
  }

  .info__table-label {
    padding: 32px 42px 32px 16px;
    min-width: 154px;
  }

  .info__table-value {
    padding: 32px 16px 32px 0;
  }
}