.maker-detail {
  color: var(--jb-color-accent2-400);
  background-color: #FCF9F1;
}

.maker-detail-kv {
  position: relative;
  line-height: 0;
  .page-width {
  }
  .maker-detail-kv-image-box {
    @media only screen and (max-width: 768px) {
      position: relative;
      height: 454px;
    }
  }
  .maker-detail-kv-image {
    aspect-ratio: 1440/660;
    object-fit: cover;
    width: 100%;
    @media only screen and (max-width: 768px) {
      width: auto;
      height: 100%;
      position: absolute;
      right: 0;
    }
    &.has-mobile {
      @media only screen and (max-width: 768px) {
        aspect-ratio: 390 / 454;
        width: 100%;
        position: static;
      }
    }
  }
  .maker-detail-kv-body {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background-color: rgb(60 82 50 / 0.8);
    display: flex;
    align-items: center;
    @media only screen and (max-width: 768px) {
      position: static;
      text-align: center;
      padding-top: 40px;
      padding-bottom: 40px;
      width: 100%;
      background-color: transparent;
    }
  }
  .maker-detail-kv-title {
    font-size: 48px;
    font-family: var(--font-baskervville);
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
    @media only screen and (min-width: 769px) {
      color: #fff;
    }
    @media only screen and (max-width: 768px) {
      font-size: 26px;
      line-height: 1;
    }
  }
  .maker-detail-kv-description {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 10px;
    @media only screen and (min-width: 769px) {
      color: #fff;
    }
    @media only screen and (max-width: 768px) {
      font-size: 12px;
      margin-top: 10px;
    }
  }
}

.maker-detail-info {
  padding-top: 60px;
  padding-bottom: 60px;
  @media only screen and (max-width: 768px) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .maker-detail-info-header {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 60px;
    @media only screen and (max-width: 768px) {
      gap: 15px;
      margin-bottom: 30px;
    }
    &:before,
    &:after {
      content: '';
      height: 1px;
      display: block;
      background-color: currentColor;
      width: 100%;
    }
    .maker-detail-info-header-text {
      white-space: nowrap;
      font-size: 64px;
      line-height: 1;
      @media only screen and (min-width: 769px) {
        min-width: 500px;
        text-align: center;
      }
      @media only screen and (max-width: 768px) {
        font-size: 30px;
      }
    }
  }
  .maker-detail-info-items {
    display: flex;
    gap: 80px;
    align-items: center;
    @media only screen and (max-width: 768px) {
      flex-direction: column-reverse;
      gap: 10px;
    }
  }
  .maker-detail-info-title {
    font-size: 48px;
    font-weight: bold;
    @media only screen and (max-width: 768px) {
      font-size: 32px;
    }
  }
  .maker-detail-info-description {
    font-size: 20px;
    font-weight: 300;
    @media only screen and (max-width: 768px) {
      font-size: 12px;
    }
  }
  .maker-detail-info-image {
    max-width: 100%;
    border-radius: 15px;
    @media only screen and (min-width: 1001px) {
      min-width: 500px;
    }
    @media only screen and (max-width: 1000px) {
      min-width: 300px;
    }
  }
}

.maker-detail-features {
  padding-top: 60px;
  padding-bottom: 60px;
  @media only screen and (max-width: 768px) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .maker-detail-features-header {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 60px;
    @media only screen and (max-width: 768px) {
      gap: 15px;
      margin-bottom: 30px;
    }
    &:before,
    &:after {
      content: '';
      height: 1px;
      display: block;
      background-color: currentColor;
      width: 100%;
    }
    .maker-detail-features-header-text {
      white-space: nowrap;
      font-size: 64px;
      line-height: 1;
      @media only screen and (min-width: 769px) {
        min-width: 500px;
        text-align: center;
      }
      @media only screen and (max-width: 768px) {
        font-size: 30px;
      }
    }
  }
  .maker-detail-features-items {
    display: flex;
    gap: 40px;
    align-items: center;
    @media only screen and (max-width: 768px) {
      flex-direction: column-reverse;
      gap: 10px;
    }
    & + .maker-detail-features-items {
      margin-top: 60px;
      @media only screen and (max-width: 768px) {
        margin-top: 30px;
      }
    }
    &:nth-child(odd) {
      @media only screen and (min-width: 769px) {
        flex-direction: row-reverse;
      }
    }
  }
  .maker-detail-features-body {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
    strong {
      font-weight: bold;
    }
    @media only screen and (max-width: 768px) {
      font-size: 20px;
    }
    p + p {
      margin-top: 20px;
    }
  }
  .maker-detail-features-image {
    max-width: 100%;
    border-radius: 30px;
    @media only screen and (min-width: 1001px) {
      min-width: 500px;
    }
    @media only screen and (max-width: 1000px) {
      min-width: 300px;
    }
  }
}

.maker-detail-products {
  padding-top: 60px;
  padding-bottom: 60px;
  @media only screen and (max-width: 768px) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .maker-detail-products-header {
    text-align: center;
    .maker-detail-products-header-text {
      font-size: 48px;
      @media only screen and (max-width: 768px) {
        font-size: 32px;
      }
    }
  }
  .maker-detail-products-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
    margin-top: 30px;
    @media only screen and (max-width: 768px) {
      gap: 20px;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  .maker-detail-products-item {
    position: relative;
    color: currentColor;
    text-decoration: none;
    line-height: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    transition: opacity .2s;
    @media only screen and (max-width: 768px) {
      min-width: 290px;
    }
    &:hover {
      opacity: .6;
    }
  }
  .maker-detail-products-image {
    aspect-ratio: 290/468;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .maker-detail-products-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(119 139 127 / .5);
    font-size: 20px;
    color: #fff;
    padding: 12px;
    line-height: 1.2;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
    @media only screen and (max-width: 768px) {
      font-size: 14px;
    }
  }
}
