@charset "UTF-8";
/*///////////////////////////////////////////////////////////////////////

  LOVEGREEN 編集部 セレクトアイテム

///////////////////////////////////////////////////////////////////////*/
.lg-pickup {
  margin-bottom: 100px;
}
.lg-pickup_ttl {
  margin: 42px 0 27px;
}
.lg-pickup_lead {
  margin-bottom: 73px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  text-align: center;
}
.lg-pickup_hd {
  margin-bottom: 45px;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: .1em;
}
.lg-pickup_hd.cate {
  margin-bottom: 36px;
}
.lg-pickup-sec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 90px;
  gap: 58px 62px;
}
.lg-pickup-sec_box.book {
  .cate {
    background-color: #688F2E;
  }
}
.lg-pickup-sec_box.goods {
  .cate {
    background-color: #D78E40;
  }
}
.lg-pickup-sec_box.accessory {
  .cate {
    background-color: #9297A9;
  }
}
.lg-pickup-sec_ttl {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 16px;
  padding-bottom: 3px;
  border-bottom: 0.5px solid #555;
  .cate {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    margin: 0!important;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
  }
  .name {
    margin: 0!important;
    font-size: 20px;
    letter-spacing: .1em;
    font-family: Noto Serif JP;
    line-height: 1.7;
  }
}
.lg-pickup-sec_top {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  .item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0!important;
    width: 170px;
    height: 170px;
    flex-shrink: 0;
    background-color: #F4F4F4;
  }
  .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .detail {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
  .ttl {
    margin: -2px 0 0 0!important;
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 1.22;
  }
  .tbl {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    border-collapse: separate;
    border-spacing: 0 0.3rem;
  }
  .tbl tr {
    margin-top: 2px;
    padding: 0;
  }
  .tbl th {
    white-space: nowrap;
    width: 72px;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    line-height: 1.4;
    vertical-align: baseline;
  }
  .tbl td {
    padding: 0;
    line-height: 1.4;
  }
  .links {
    display: flex;
    gap: 8px;
    a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 28px;
      padding: 0 8px;
      font-size: 16px;
      color: #fff;
      background-color: #FF8CAF;
      text-decoration: none;
      border-radius: 3px;
    }
  }
}
.lg-pickup-sec_bottom {
  .point {
    position: relative;
    top: 4px;
    float: left;
    margin-right: 16px;
  }
  .hd {
    margin: 0 0 6px!important;
    font-size: 16px;
    font-weight: 400;
  }
  .txt {
    margin: 0!important;
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
  }
  .next {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    margin-top: 5px;
    gap: 2px;
    font-weight: 300;
    font-size: 16px;
  }
}
.lg-pickup_list {
  display: flex;
  justify-content: center;
  gap: 24px;
  list-style: none;
  margin-bottom: 60px;
  padding: 0;
  a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 212px;
    height: 58px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: .1em;
    background-color: #c3c3c3;
  }
  .book.is-active {
    background-color: #688F2E;
  }
  .goods.is-active {
    background-color: #D78E40;
  }
  .accessory.is-active {
    background-color: #9297A9;
  }
}