/* =====================
   Base styles
===================== */
.clasell-product {
    float: left;
    margin-top: 100px;
    margin-bottom: -100px;
    width: 100%;
}

.clasell-product.custom-home {
  margin-top: 0;
  margin-bottom: 100px;
}

.clasell-product__head {
  max-width: 100%;
}
.clasell-product__title {
  max-width: 300px;
}
.clasell-product__txt {
  color: #808080 !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.25em !important;
  margin-top: 25px !important;
  margin-left: 6px !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}
.clasell-product__content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.clasell-product__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.clasell-product__item {
  position: relative;
}
.clasell-product__item .media img {
  width: 100%;
  height: auto;
}
.clasell-product__item .logo {
  margin-bottom: 10px;
  padding-left: 5px;
}
.clasell-product__item .logo img {
  width: 100%;
}
.clasell-product__item .text {
  font-size: 9px !important;
  line-height: 1.6111 !important;
  letter-spacing: 0.1em !important;
}
.clasell-product__item a {
  background-color: #393939;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10.5px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  width: 100%;
  max-width: 164px;
  height: 27px;
  margin: 12px auto 0;
  position: relative;
}
.clasell-product__item a::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: #FFF #FFF #FFF transparent;
  right: 5px;
  bottom: 5px;
}

/* =====================
   Desktop (min-width: 992px)
===================== */
@media (min-width: 992px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  .clasell-product__head {
    max-width: 1256px;
    margin: 0 auto;
  }

  .clasell-product__title img {
    max-width: 714px;
  }

  .clasell-product__txt {
    font-size: 20px !important;
    line-height: 1.4 !important;
    margin-top: 25px !important;
    margin-left: 35px !important;
  }

  .clasell-product__content {
    background-color: #E1E1E2;
    margin-top: 100px;
    float: left;
  }
  .clasell-product__content::after {
    content: "";
    background-color: #E0BCC3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50vw;
    height: 100%;
    z-index: -1;
  }

  .clasell-product__list {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1656px;
    margin: 0 auto;
  }

  .clasell-product__item {
    background-color: #E1E1E2;
    padding-bottom: 52px;
  }
  .clasell-product__item.--special {
    background-color: #E0BCC3;
  }

  .clasell-product__item .media {
    margin-top: -82px;
  }

  .clasell-product__item .logo {
    display: none;
  }

  .clasell-product__item .text {
    font-size: 18px !important;
    line-height: 1.8333 !important;
    margin-top: 30px !important;
    text-align: center !important;
    font-weight: 400 !important;
  }

  .clasell-product__item a {
    font-size: 21px;
    height: 55px;
    max-width: 250px;
    margin-top: 26px;
    transition: 0.3s;
  }
  .clasell-product__item a:hover {
    color: #fff;
    background-color: #DFAAA7;
    transition: 0.2s;
  }
  .clasell-product__item a::after {
    border-width: 0 0 14px 14px;
    right: 10px;
    bottom: 10px;
  }
}

/* =====================
   Mobile (max-width: 991px)
===================== */
@media (max-width: 991px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
  .clasell-product {
      margin-top: 0;
  }

  .clasell-product.custom-home {
    margin-bottom: 80px;
  }

  .clasell-product.custom-1 {
      margin-top: -100px;
  }

  .clasell-product.custom-2 {
      margin-top: -50px;
  }

  .clasell-product.custom-3 {
      margin-top: -80px;
      position: relative;
  }

  .clasell-product__head {
    margin-bottom: 30px;
    padding-inline: 22.5px;
  }

  .clasell-product__item {
    display: flex;
    align-items: flex-end;
    height: 163px;
    padding: 15px 15px 15px 0;
  }
  .clasell-product__item::after {
    content: "";
    background-color: #E1E1E2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(100vw - 59px);
    height: 100%;
    z-index: -1;
  }
  .clasell-product__item.--special::after {
    background-color: #E0BCC3;
  }

  .clasell-product__item .media {
    max-width: 200px;
  }
  .clasell-product__item .content {
    flex: 1;
  }

  .clasell-product__item:nth-child(1) .logo { width: 135px; }
  .clasell-product__item:nth-child(2) .logo { width: 132px; }
  .clasell-product__item:nth-child(3) .logo { width: 139px; }
  .clasell-product__item:nth-child(4) .logo { width: 108.5px; }

  .clasell-product__item .text {
    padding-left: 5px;
  }
}