/** Shopify CDN: Minification failed

Line 92:10 Expected ":"

**/
.interest-detail {
  color: var(--jb-color-accent2-400);
}

.interest-detail-kv {
  line-height: 0;
  position: relative;
  .page-width {
    @media only screen and (min-width: 769px) {
      max-width: 1140px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
    }
  }
  .interest-detail-kv-image-box {
    @media only screen and (max-width: 768px) {
      position: relative;
      height: 454px;
    }
  }
  .interest-detail-kv-image {
    aspect-ratio: 1440/660;
    object-fit: cover;
    width: 100%;
    line-height: 0;
    @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;
      }
    }
  }
  .interest-detail-kv-body {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    max-width: 665px;
    @media only screen and (max-width: 768px) {
      position: static;
      text-align: center;
      padding-top: 40px;
      padding-bottom: 40px;
      display: block;
    }
  }
  .interest-detail-kv-title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    @media only screen and (max-width: 768px) {
      font-size: 20px;
      line-height: 1;
    }
  }
  .interest-detail-kv-title-en {
    font-size: 48px;
    font-weight: bold;
    font-family: var(--font-baskervville);
    line-height: 1.4;
    margin-top: 12px;
    @media only screen and (max-width: 768px) {
      font-size: 30px;
      margin-top: 6px;
    }
  }
  .interest-detail-kv-description {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 0;
    @media only screen and (max-width: 768px) {
      font-size: 12px;
      mt10
    }
  }
}

.interest-detail-info {
  padding-top: 60px;
  padding-bottom: 60px;
  @media only screen and (max-width: 768px) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-width {
    max-width: 1140px;
  }
  .interest-detail-info-items {
    display: flex;
    gap: 80px;
    align-items: center;
    @media only screen and (max-width: 768px) {
      flex-direction: column-reverse;
      gap: 10px;
    }
  }
  .interest-detail-info-title {
    font-size: 48px;
    font-weight: bold;
    @media only screen and (max-width: 768px) {
      font-size: 32px;
    }
  }
  .interest-detail-info-description {
    font-size: 20px;
    font-weight: 300;
    @media only screen and (max-width: 768px) {
      font-size: 12px;
    }
  }
  .interest-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;
    }
  }
}

.interest-detail-features {
  .page-width {
    max-width: 1140px;
    padding-bottom: 100px;
  }
  .interest-detail-features-items {
    display: flex;
    gap: 40px;
    align-items: center;
    @media only screen and (max-width: 768px) {
      flex-direction: column-reverse;
      gap: 10px;
    }
    & + .interest-detail-features-items {
      margin-top: 60px;
      @media only screen and (max-width: 768px) {
        margin-top: 30px;
      }
    }
    &:nth-child(even) {
      @media only screen and (min-width: 769px) {
        flex-direction: row-reverse;
        padding-bottom: 100px;
      }
    }
  }
  .interest-detail-features-body {
  }
  .interest-detail-features-subtitle {
    font-size: 20px;
    font-weight: bold;
    @media only screen and (max-width: 768px) {
      font-size: 14px;
    }
  }
  .interest-detail-features-title {
    font-size: 48px;
    font-size: 48px;
    border-bottom: solid 1px currentColor;
    @media only screen and (max-width: 768px) {
      font-size: 24px;
    }
  }
  .interest-detail-features-description {
    font-size: 20px;
    font-weight: 200;
    margin-top: 10px;
    @media only screen and (max-width: 768px) {
      font-size: 14px;
    }
  }
  .interest-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;
    }
  }
}
