/** Shopify CDN: Minification failed

Line 92:10 Expected ":"

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

.dictionary-detail-kv {
  position: relative;
  line-height: 0;
  .page-width {
    @media only screen and (min-width: 769px) {
      max-width: 1140px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
    }
  }
  .dictionary-detail-kv-image-box {
    @media only screen and (max-width: 768px) {
      position: relative;
      height: 454px;
    }
  }
  .dictionary-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;
      }
    }
  }
  .dictionary-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;
    }
  }
  .dictionary-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;
    }
  }
  .dictionary-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;
    }
  }
  .dictionary-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
    }
  }
}

.dictionary-detail-catch-copy {
  background-color: var(--jb-color-gluten-200);
  padding-top: 20px;
  padding-bottom: 20px;
  @media only screen and (max-width: 768px) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dictionary-detail-catch-copy-text {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    @media only screen and (max-width: 768px) {
      font-size: 20px;
    }
    .icon-start {
      line-height: 0;
      display: inline-block;
      position: relative;
      top: -0.4em;
    }
    .icon-end {
      line-height: 0;
      display: inline-block;
      position: relative;
      top: -0.4em;
    }
  }
}

.dictionary-detail-images {
  padding-top: 80px;
  padding-bottom: 80px;
  @media only screen and (max-width: 768px) {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .dictionary-detail-images-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .dictionary-detail-images-item {
    &:nth-child(1) {
      grid-row: span 2;
      height: 655px;
      @media only screen and (max-width: 768px) {
        height: 300px;
      }
      img {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
      }
    }
    &:nth-child(2),
    &:nth-child(3) {
      height: calc((655px / 2) - 5px);
      @media only screen and (max-width: 768px) {
        height: calc((300px / 2) - 5px);
      }
    }
    &:nth-child(2) {
      img {
        border-top-right-radius: 30px;
      }
    }
    &:nth-child(3) {
      img {
        border-bottom-right-radius: 30px;
      }
    }
  }
  .dictionary-detail-images-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.dictionary-detail-maker {
  padding-bottom: 100px;
  .dictionary-detail-maker-header {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    @media only screen and (max-width: 768px) {
      gap: 15px;
      margin-top: 30px;
      margin-bottom: 30px;
    }
    &:before,
    &:after {
      content: '';
      height: 1px;
      display: block;
      background-color: currentColor;
      width: 100%;
    }
    .dictionary-detail-maker-header-text {
      white-space: nowrap;
      color: #D93D3D;
      font-size: 40px;
      font-weight: bold;
      line-height: 1;
      @media only screen and (max-width: 768px) {
        font-size: 30px;
      }
    }
  }
  .dictionary-detail-maker-rows {
    display: grid;
    grid-template-columns: minmax(0, 50%) 1fr;
    align-items: center;
    gap: 110px;
    background-color: var(--jb-color-gluten-200);
    padding-top: 34px;
    padding-bottom: 34px;
    border-radius: 30px;
    @media only screen and (min-width: 1001px) {
      grid-template-columns: 550px 1fr;
    }
    @media only screen and (max-width: 768px) {
      display: block;
    }
  }
  .dictionary-detail-maker-image {
    img {
      border-radius: 15px;
      @media only screen and (max-width: 768px) {
        width: 100%;
      }
    }
  }
  .dictionary-detail-maker-body {}
  .dictionary-detail-maker-name {
    font-size: 48px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    @media only screen and (max-width: 768px) {
      font-size: 24px;
    }
  }
  .dictionary-detail-maker-description {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    @media only screen and (max-width: 768px) {
      font-size: 12px;
    }
  }
  .dictionary-detail-maker-more {
    margin-top: 30px;
    @media only screen and (max-width: 768px) {
      text-align: center;
    }
  }
}

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