@charset "utf-8";
.gihtt__btn {
      position: fixed;
    bottom: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    right: 96px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  z-index: 8000;
}
.gift-btn__wrap {
      display: flex;
    background-color: #FF0062;
    margin: 30px 0;
    padding: 8px 24px;
    align-items: center;
}
.gift-btn__icon {
      width: 40px;
    height: 40px;
    margin-right: 12px;
}
.gift-btn__text {
      font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    color: #fff;
    white-space: nowrap;
    margin-right: 20px;
}
.gift-btn__arrow {
  width: 16px;
}
.gifts__top {
  padding-top: clamp(1.875rem, 0.625rem + 2.6vw, 3.75rem);
}
.gifts-top__inner {
        background-image: url(https://agrich.jp/system_panel/uploads/images/gifts__bg.png);
    background-size: cover;
    background-position: center;
    padding-top: clamp(2.5rem, -0.5rem + 6.25vw, 7rem);
    padding-bottom: clamp(2.5rem, -2.417rem + 10.24vw, 9.875rem);
    padding-left: 20px;
    padding-right: 20px;
}
.gifts-top__container {
      display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: clamp(0.688rem, -0.521rem + 2.52vw, 2.5rem);
}
.gifts-top__title {
      font-size: clamp(1.25rem, 2.6vw, 3.125rem);
    font-weight: 500;
    color: #fff;
    line-height: 2;
    text-decoration: underline;
    text-shadow: 0px 3px 10px rgba(0,0,0,0.48);
    text-align: center;
}
.gifts-top__text {
      font-size: clamp(0.875rem, 0.458rem + 0.87vw, 1.5rem);
    color: #fff;
    text-shadow: 0px 3px 10px rgba(0,0,0,0.48);
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
}
.products {
  padding-top: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
  padding-bottom: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
}
.products__inner {
      padding-left: clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
    padding-right: clamp(6rem, -2rem + 16.67vw, 18rem);
}
.products__items {
      margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
}
.products-item__header {
      font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    font-weight: 700;
    margin-bottom: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.products__item {
      display: flex;
    column-gap: clamp(1.25rem, -0.417rem + 3.47vw, 3.75rem);
      border: 1px dotted #000;
    padding: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
  padding-right: clamp(1.25rem, -0.25rem + 3.13vw, 3.5rem);
}
.products-item__left {
        aspect-ratio: 505/324;
    width: 40%;
    height: fit-content;
    object-fit: cover;
}
.products-item__right {
  width: 60%;
}
.products-item__kind {
      width: fit-content;
    background-color: #000;
    color: #fff;
    padding: 4px 8px;
    line-height: 1.4;
    margin-bottom: clamp(0.625rem, 0.292rem + 0.69vw, 1.125rem);
}
.products-item__top {
      display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #000;
    margin-bottom: 16px;
}
.products-item__title {
    font-size: clamp(1rem, 0.429rem + 0.89vw, 1.5rem);
    line-height: 1;
}
.products-item__price {
    font-size: clamp(1rem, 0.429rem + 0.89vw, 1.5rem);
    line-height: 1;
}
.t-gifts-item__bottom {
      display: flex;
    align-items: center;
    column-gap: 7px;
}
.t-gifts-item-bottom__icon {
      width: 14px;
    object-fit: contain;
}
.t-gifts-item-bottom__text {
      line-height: 1;
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
}
.products-item__sub {
      margin-top: 20px;
    line-height: 1.7;
    font-size: 16px;
}
.products-item__text {
    line-height: 1.7;
  margin-top: 16px;
}
.products__box {
    margin-top: 18px;
    border: 1px solid #000;
}
.products-box__item {
      display: flex;
    line-height: 1.5;
    border-bottom: 1px solid #000;
    height: clamp(2.563rem, 1.491rem + 1.67vw, 3.5rem);
    align-items: center;
    padding: 0 20px;
}
.products-box-item__left {
      font-size: clamp(0.75rem, 0.464rem + 0.45vw, 1rem);
    line-height: 1.7;
    width: 20%;
}
.products-box-item__right {
      font-size: clamp(0.75rem, 0.464rem + 0.45vw, 1rem);
    line-height: 1.7;
    width: 80%;
}

@media (max-width: 1023px) {
  .products-item__top {
        flex-direction: column;
    row-gap: 8px;
  }
}

@media (max-width: 767px) {
  .gihtt__btn {
    display: none;
  }
  .products__inner {
    padding-right: 20px;
  }
  .products__item {
        flex-direction: column;
    row-gap: 20px;
  }
  .products-item__left {
    width: 100%;
  }
  .products-item__right {
    width: 100%;
  }
  .products-item__title {
    width: 100%;
  }
}

@media (max-width: 389px) {
  .products__item {
        padding-left: clamp(0.625rem, -2.274rem + 14.49vw, 1.25rem);
    padding-right: clamp(0.625rem, -2.274rem + 14.49vw, 1.25rem);
  }
  .products-item__title {
    font-size: clamp(0.875rem, 0.295rem + 2.9vw, 1rem);
  }
  .products-item__price {
    font-size: clamp(0.875rem, 0.295rem + 2.9vw, 1rem);
  }
  .products-item__text {
    font-size: 12px;
  }
}