.section.hero {
  background-color: #000000;
  .section-container {
    padding: 0;
  }

  .hero-img img {
    margin: 0 auto;
  }
}

.section.about {
  background: linear-gradient(180deg, #000000 35%, #161616 100%);

  .section-container {
    @media (max-width: 1360px) {
      padding: 160px 80px;
    }

    @media (max-width: 560px) {
      padding: 100px 46px 120px;
    }
  }

  .about-area {
    max-width: 620px;
    margin: 0 auto;
  }
  .heading-en {
    font-family: var(--font-roboto-condensed);
    color: var(--heading-color);
    font-weight: 500;
    text-align: center;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1%;

    @media (max-width: 768px) {
      font-size: 20px;
      line-height: 100%;
      letter-spacing: 2%;
      text-align: left;
      margin-bottom: 16px;
    }
  }

  .about-en {
    font-family: var(--font-dm-sans);
    color: var(--heading-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 3%;
    margin-bottom: 16px;
    color: #e8d8d8;
  }

  .about-jp {
    font-family: var(--font-noto-sans-jp);
    color: var(--heading-color);
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    text-align: justify;
    color: #888;

    @media (max-width: 768px) {
      letter-spacing: 0%;
      text-align: justify;
      color: #888;
    }
  }
}

.section.season {
  color: #fcfafa;
  text-align: center;

  .section-container {
    padding: 160px 0 100px;
  }

  .season-title {
    font-family: var(--font-din-vf);
    font-weight: 400;
    font-size: 88px;
    line-height: 130%;
    letter-spacing: 2%;
  }

  .season-subtitle {
    font-family: DIN Condensed VF;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 2%;
  }
}

.section.leather-jacket {
  .section-container {
    padding: 140px 0;
  }
}

.section.about-icons {
  color: #fff;
  padding-top: 200px;

  @media (max-width: 768px) {
    padding-top: 100px;
  }

  .about-header {
    max-width: 1200px;
    margin: 0 auto;

    .about-icons-container {
      position: relative;
      height: 172px;
      gap: 140px;
      padding: 0 40px;

      @media (max-width: 768px) {
        gap: 20px;
        height: auto;
        padding: 0 24px;
        display: flex;
        flex-direction: column;
        gap: 60px;
      }
    }

    .about-title {
      padding: 0;
      font-family: var(--font-roboto-condensed);
      font-weight: 500;
      font-size: 38px;
      line-height: 34px;
      letter-spacing: 1%;

      @media (max-width: 768px) {
        font-size: 30px;
        line-height: 100%;
        letter-spacing: 2%;
      }
    }

    .about-info {
      position: absolute;
      bottom: 0;
      left: 264px;
      max-width: 680px;
      padding-right: 40px;

      @media (max-width: 768px) {
        position: relative;
        left: 0;
        padding-left: 30%;
        padding-right: 0;
      }
    }

    .about-en {
      font-family: var(--font-dm-sans);
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 3%;
      color: #fcfafa;
      margin-bottom: 10px;
    }

    .about-ja {
      font-family: var(--font-dm-sans);
      font-weight: 400;
      font-size: 13px;
      line-height: 23px;
      letter-spacing: 0%;
      text-align: justify;
      color: #888;
    }
  }

  .about-icons-container::after {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    content: '';
    background-color: #fcfafa;
    height: 1px;
    width: 250px;
    height: 1px;
    transform: rotate(-48deg);
    transform-origin: right;
    z-index: 1;

    @media (max-width: 768px) {
      left: -5%;
      transform: rotate(-45deg);
      width: 50vw;
      max-width: 250px;
    }
  }
}

.section.icons {
  position: relative;
  background: #000;
  color: #fff;
  overflow: visible;

  @media (max-width: 768px) {
    padding-bottom: 140px;
  }

  .icons-header {
    margin-top: 0;
    height: auto;
    position: absolute;
    top: 50vh;
    left: 0;
    bottom: calc(50vh);
    width: 100%;
    z-index: 100;

    @media (max-width: 1300px) {
      display: none;
    }
  }

  .icons-header-wrapper {
    position: sticky;
    top: 50%;
  }

  .icons-section-title {
    display: block;
    transform: rotate(90deg);
    pointer-events: auto;
  }

  .icons-section-title {
    left: -12px;
    position: absolute;
    height: 40px;
    display: flex;
    align-items: center;
    pointer-events: all;
    color: #888;
  }

  .icons-section-pagination {
    right: 40px;
    position: absolute;
    height: 40px;
    display: flex;
    align-items: center;
    padding: var(--margin);
    pointer-events: all;
    gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: self-end;
  }

  .icons-section-pagination .dot {
    opacity: 1;
    margin: 8px 0;
    font-size: 8px;
  }

  .icons-section-pagination {
    .icons-nav-links {
      font-family: var(--font-roboto-condensed);
      font-weight: 400;
      display: flex;
      gap: 12px;
      color: #888;

      .nav-title {
        font-size: 14px;
      }
    }

    .icons-nav-links.active {
      color: #fcfafa;
    }
  }

  .icons-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* min-height: 100vh; */
    padding: 0 8vw;
    padding: 120px 0;

    @media (max-width: 768px) {
      flex-direction: column-reverse;
      min-height: auto;
      margin-bottom: 30px;
    }
  }

  .item-info {
    flex: 1;
    max-width: 50%;
    text-align: left;

    @media (max-width: 768px) {
      padding: 0 24px;
      max-width: 100%;
      transform: unset;
    }
  }

  .item-image {
    flex: 1;
    max-width: 50%;
    text-align: right;
    transform: translateX(5vw);

    @media (max-width: 768px) {
      max-width: 100%;
      transform: unset;
    }
  }

  .item-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    width: 100%;
  }

  .icons-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 200px;

    @media (max-width: 768px) {
      padding: 0;
    }

    .icons-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 20px;

      @media (max-width: 768px) {
        padding: 0;
      }

      .item-info {
        .info-title {
          font-family: var(--font-roboto-condensed);
          font-weight: 500;
          font-size: 26px;
          line-height: 34px;
          letter-spacing: 1%;
          margin-bottom: 16px;
          color: #fcfafa;

          @media (max-width: 768px) {
            font-size: 20px;
            line-height: 100%;
            letter-spacing: 2%;
            margin-bottom: 12px;
          }
        }

        .info-en {
          font-family: var(--font-dm-sans);
          font-weight: 400;
          font-size: 14px;
          line-height: 22px;
          letter-spacing: 3%;
          margin-bottom: 10px;
          color: #fcfafa;

          @media (max-width: 768px) {
            margin-bottom: 12px;
          }
        }

        .info-ja {
          font-family: var(--font-noto-sans-jp);
          font-weight: 400;
          font-size: 13px;
          line-height: 23px;
          letter-spacing: 0%;
          color: #888888;
        }
      }

      .item-image {
        width: 100%;
        flex-shrink: 0;

        @media (max-width: 768px) {
          width: 100%;
          flex-shrink: unset;
        }
      }
    }
  }
}

.section.pickup {
  position: relative;
  z-index: 10;

  @media (max-width: 768px) {
    padding: 120px 0;
  }

  .section-container {
    position: relative;
    max-width: 1580px;
    margin: 0 auto;
    padding: 160px 40px;

    @media (max-width: 768px) {
      padding: 0;
    }
  }

  .pickup-header {
    position: relative;

    .pickup-title {
      font-family: var(--font-roboto-condensed);
      font-weight: 500;
      font-size: 24px;
      line-height: 34px;
      letter-spacing: 1%;
      color: #fcfafa;
      margin-bottom: 60px;
      text-align: center;

      @media (max-width: 768px) {
        margin-bottom: 30px;
      }
    }
  }

  .pickup-body {
    padding: 60px 0;
    position: relative;
    z-index: 100;

    @media (max-width: 768px) {
      padding: 30px 24px;
    }

    .pickup-list {
      max-width: 1500px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 80px 30px;
      padding: 0;

      @media (max-width: 1500px) {
        padding: 0 24px;
      }

      @media (max-width: 768px) {
        flex-direction: column;
        padding: 0;
      }

      .pickup-item {
        display: flex;
        max-width: 700px;
        width: calc(50% - 15px);
        gap: 20px;

        @media (max-width: 1200px) {
          max-width: 700px;
          width: calc(calc(100% - 30px) / 2);
          flex-direction: column;
        }

        @media (max-width: 768px) {
          width: 100%;
        }

        .item-image {
          max-width: 380px;
          min-width: 300px;
          width: 100%;
          margin: 0 auto;
          flex-shrink: auto;

          @media (max-width: 768px) {
            width: 100%;
            flex-shrink: unset;

            img {
              width: 100%;
              max-width: 100%;
            }
          }
        }

        .item-info {
          padding-top: 80px;
          width: 100%;
          max-width: 300px;

          @media (max-width: 768px) {
            padding: 20px;
            max-width: 100%;
          }

          .info-title {
            font-family: var(--font-roboto-condensed);
            font-weight: 500;
            font-size: 22px;
            line-height: 130%;
            letter-spacing: 2%;
            margin-bottom: 20px;

            @media (max-width: 768px) {
              font-size: 20px;
              margin-bottom: 16px;
            }
          }

          .info-en {
            font-family: var(--font-dm-sans);
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            letter-spacing: 3%;
            margin-bottom: 10px;
            color: #888;

            @media (max-width: 768px) {
              font-weight: 300;
              font-size: 14px;
              line-height: 20px;
              letter-spacing: 0%;
              color: #e8d8d8;
            }
          }

          .info-ja {
            font-family: var(--font-noto-sans-jp);
            font-weight: 400;
            font-size: 13px;
            line-height: 24px;
            letter-spacing: 3%;
            color: #888;
            margin-bottom: 40px;

            @media (max-width: 768px) {
              margin-bottom: 30px;
            }
          }

          .info-link {
            position: relative;
            display: inline-flex;
            gap: 6px;
            align-items: center;
            font-family: var(--font-dm-sans);
            font-weight: 400;
            font-size: 13px;
            line-height: 26px;
            letter-spacing: 0%;
            color: #888;
          }

          .info-link::after {
            content: '';
            height: 1px;
            background-color: #fcfafa;
            width: 0;
            position: absolute;
            bottom: -4px;
            left: 0;
            transition: width 0.3s ease-in-out;
          }

          .info-link:hover {
            color: #fcfafa;
          }

          .info-link:hover::after {
            width: 100%;
            transition: width 0.3s ease-in-out;
          }
        }
      }
    }
  }
}

.section.pickup::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  background: linear-gradient(180deg, #161616 35%, #000000 100%);
  z-index: 0;
  height: 274px;
}

.section.pickup::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  background: linear-gradient(180deg, #000000 35%, #161616 100%);
  z-index: 0;
  height: 274px;
}

.section.collection {
  overflow-x: hidden;

  .section-container {
    max-width: 1580px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0 !important;
    padding: 180px 60px 0;

    @media (max-width: 630px) {
      padding: 120px 0 0;
    }
  }

  .collection-header {
    .collection-title {
      text-align: center;
      font-family: var(--font-roboto-condensed);
      font-weight: 500;
      font-size: 24px;
      line-height: 34px;
      letter-spacing: 1%;
      margin-bottom: 100px;
    }
  }

  .collection-body {
    .collection-area {
      position: relative;
      padding-bottom: 120px;

      @media (max-width: 630px) {
        padding-bottom: 6px;
      }

      .area-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0 auto 10px;
        max-width: 1500px;

        @media (max-width: 630px) {
          padding: 0 24px;
          margin-bottom: 0;
        }

        .area-title {
          font-family: var(--font-roboto-condensed);
          font-weight: 500;
          font-size: 28px;
          line-height: 100%;
          letter-spacing: 0%;

          @media (max-width: 630px) {
            font-size: 26px;
            line-height: 34px;
            letter-spacing: 1%;
          }
        }

        .area-subtitle {
          font-family: var(--font-dm-sans);
          font-weight: 300;
          font-size: 13px;
          line-height: 20px;
          letter-spacing: 2%;
          color: #888;

          @media (max-width: 630px) {
            font-size: 12px;
          }
        }
      }

      .collection-swiper {
        position: relative;
        width: 100vw;
        padding: 10px 120px 60px 0;
        max-width: 1760px;

        @media (max-width: 630px) {
          margin-left: 24px;
          padding: 8px 45px 0 0;
        }
      }

      .bb-swiper-wrapper {
        display: flex;
        padding-right: calc((100vw - 1500px) / 2);
        padding-left: 0;
        box-sizing: content-box;
      }

      .bb-slide {
        width: 340px;
        flex-shrink: 0;
      }

      .item-info {
        padding: 10px 0;
      }

      .item-lot,
      .item-title {
        font-family: var(--font-roboto-condensed);
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 2%;
        color: #888;
      }
    }

    /* .collection-area::after {
      content: '';
      position: absolute;
      width: calc(calc(100vw - 1500px) / 2);
      height: 100%;
      background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.7) 50%,
        rgba(0, 0, 0, 1) 100%
      );
      z-index: 100;
      top: 0;
      right: calc(calc(calc(calc(100vw - 1500px) / 2) * -1));
    } */

    .fade-left,
    .fade-right {
      position: absolute;
      top: 0;
      width: 24px;
      height: 100%;
      z-index: 10;
      pointer-events: none;
    }

    .fade-left {
      display: none;
      left: 0;
      background: linear-gradient(to right, black 0%, transparent 100%);
    }

    .fade-right {
      right: 0;
      background: linear-gradient(to left, black 0%, transparent 100%);
    }

    .swiper-navigation {
      display: flex;
      gap: 30px;

      font-family: var(--font-roboto-condensed);
      font-weight: 400;
      font-size: 13px;
      line-height: 34px;
      letter-spacing: 1%;

      .swiper-div {
        color: #888;
      }

      .swiper-button-disabled,
      .to-first-slide {
        color: #888;
        cursor: default;
      }

      .to-first-slide.active {
        color: #fcfafa;
        cursor: pointer;
      }
    }

    .swiper-nav-pc {
      @media (max-width: 630px) {
        display: none !important;
      }
    }

    .swiper-nav-sp {
      display: none;

      @media (max-width: 630px) {
        display: flex;
        justify-content: center;
        padding: 0 0 10px 0;
        margin-bottom: 120px;
        font-size: 13px;
      }
    }
  }
}

.section.all-product {
  text-align: center;
  padding: 20px 0 160px;

  font-family: var(--font-dm-sans);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3%;
  color: #888;

  .info-link {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

    img {
      width: 8px;
    }
  }

  .info-link::after {
    content: '';
    height: 1px;
    background-color: #fcfafa;
    width: 0;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: width 0.3s ease-in-out;
  }

  .info-link:hover {
    color: #fcfafa;

    img {
      color: #fcfafa;
    }
  }

  .info-link:hover::after {
    width: 100%;
    transition: width 0.3s ease-in-out;
  }
}
