/* ========================================
  Renewal Home KV
======================================== */

.renewal-home-kv {
  --home-kv-main-color: #f57801;
  --home-kv-pagination-color: #DDDDDD;
  width: 100%;
  overflow: hidden;
  padding: 0;
  background: #FEFEFE;
}

.renewal-home-kv *,
.renewal-home-kv *::before,
.renewal-home-kv *::after {
  box-sizing: border-box;
}

.renewal-home-kv .renewal-home-kv__slider {
  visibility: hidden;
  padding-bottom: 58px;
}

.renewal-home-kv .renewal-home-kv__slider.is-initialized {
  visibility: visible;
}

.renewal-home-kv .splide__track {
  overflow: visible;
}

.renewal-home-kv .renewal-home-kv__slide {
  width: min(1200px, calc(100vw - 80px));
}

.renewal-home-kv .renewal-home-kv__link,
.renewal-home-kv .renewal-home-kv__image {
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 50px;
}

.renewal-home-kv .renewal-home-kv__link {
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.renewal-home-kv .renewal-home-kv__link:hover,
.renewal-home-kv .renewal-home-kv__link:focus-visible {
  opacity: 0.9;
  transform: translateY(-2px);
}

.renewal-home-kv picture,
.renewal-home-kv img {
  display: block;
  width: 100%;
}

.renewal-home-kv img {
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

/* ========================================
  Arrows
======================================== */

.renewal-home-kv .renewal-home-kv__arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  width: 177px;
  height: 40px;
  transform: translateX(-50%);
  pointer-events: none;
}

.renewal-home-kv .renewal-home-kv__arrow {
  position: absolute;
  top: 0;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--home-kv-main-color);
  border-radius: 50%;
  background-color: transparent;
  color: var(--home-kv-main-color);
  opacity: 1;
  transform: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    opacity 0.3s ease;
  pointer-events: auto;
}

.renewal-home-kv .renewal-home-kv__arrow--prev {
  right: auto;
  left: 0;
}

.renewal-home-kv .renewal-home-kv__arrow--next {
  right: 0;
  left: auto;
}

.renewal-home-kv .renewal-home-kv__arrow:hover,
.renewal-home-kv .renewal-home-kv__arrow:focus-visible {
  background-color: var(--home-kv-main-color);
  color: #ffffff;
  opacity: 1;
}

.renewal-home-kv .renewal-home-kv__arrow span {
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}

.renewal-home-kv .renewal-home-kv__arrow--prev span {
  margin-left: 4px;
  transform: rotate(-135deg);
}

.renewal-home-kv .renewal-home-kv__arrow--next span {
  margin-right: 4px;
  transform: rotate(45deg);
}

.renewal-home-kv .renewal-home-kv__arrow svg {
  display: none;
}

/* ========================================
  Pagination
======================================== */

.renewal-home-kv .splide__pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 4;
  display: flex;
  width: auto;
  padding: 0;
  gap: 12px;
  transform: translateX(-50%);
}

.renewal-home-kv .splide__pagination li {
  display: flex;
}

.renewal-home-kv .splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background-color: var(--home-kv-pagination-color);
  opacity: 1;
  transform: none;
  transition: background-color 0.3s ease;
}

.renewal-home-kv .splide__pagination__page.is-active {
  background-color: var(--home-kv-main-color);
  transform: none;
}

/* ========================================
  Renewal Home KV(SP)
======================================== */

@media screen and (max-width: 930px) {
  .renewal-home-kv {
    padding: 20px 0 0;
    background: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .renewal-home-kv .renewal-home-kv__slider {
    padding-bottom: 60px;
  }

  .renewal-home-kv .renewal-home-kv__slide {
    width: calc(100vw - 82px);
    min-width: 280px;
    max-width: 360px;
  }

  .renewal-home-kv .renewal-home-kv__link,
  .renewal-home-kv .renewal-home-kv__image {
    border-radius: 20px;
  }

  .renewal-home-kv img {
    aspect-ratio: 1 / 1;
  }

  .renewal-home-kv .splide__pagination {
    bottom: 14px;
  }

  .renewal-home-kv .splide__pagination__page {
    width: 13px;
    height: 13px;
  }
}

/* ========================================
  Reduced motion
======================================== */

@media (prefers-reduced-motion: reduce) {
  .renewal-home-kv .renewal-home-kv__link,
  .renewal-home-kv .renewal-home-kv__arrow,
  .renewal-home-kv .splide__pagination__page {
    transition: none !important;
  }
}

/* ========================================
  Renewal Home Ranking
======================================== */

.renewal-home-ranking {
  position: relative;
  overflow: hidden;
  padding: 60px 0 10px;
  background-color: transparent;
  max-width: \;
}

.renewal-home-ranking__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}

.renewal-home-ranking__title {
  margin: 0 0 30px;
  color: var(--renewal-color-text);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

/* ========================================
  Ranking Slider
======================================== */

.renewal-home-ranking__slider {
  --ranking-side-width: 1200px;
  --ranking-side-offset:
    max(
      20px,
      calc(
        (100vw - var(--ranking-side-width)) / 2
      )
    );

  width: calc(
    100% - var(--ranking-side-offset)
  );
  margin-right: 0;
  margin-left: var(--ranking-side-offset);
  overflow: hidden;
  padding: 38px 0 140px;
  border-radius: 20px 0 0 20px;
  background-color: #ffffff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.05);
}

.renewal-home-ranking__slider.is-initialized {
  visibility: visible;
}

.renewal-home-ranking__track {
  overflow: visible;
  padding: 10px 0 20px;
}

.renewal-home-ranking__list {
  align-items: stretch;
}

.renewal-home-ranking__slide {
  position: relative;
  display: flex;
  width: 360px;
  min-width: 360px;
  min-height: 527px;
  padding: 0 55px;
  flex-shrink: 0;
  flex-direction: column;
  border-right: 1px solid #e5e5e5;
}

.renewal-home-ranking__slide:not(:last-child):before {
  content: "";
  position: absolute;
  background: #fff;
  width: 2px;
  height: 36px;
  right: -1px;
  top: 0;
  z-index: 3;
}

.renewal-home-ranking__slide:last-child {
  border-right: 0;
}

/* ========================================
  Ranking Card
======================================== */

.renewal-home-ranking-card {
  position: relative;
  height: 100%;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.renewal-home-ranking-card__link {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding: 0;
}

.renewal-home-ranking-card__image {
  width: 100%;
  margin: 12px auto 0;
  aspect-ratio: auto;
}

.renewal-home-ranking-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renewal-home-ranking-card
  .renewal-product-card__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.renewal-home-ranking-card
  .renewal-product-card__title {
  margin: 15px 0 0 !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.renewal-home-ranking-card
  .renewal-product-card__price {
  margin: 15px 0 0 !important;
  line-height: 1.45;
}

.renewal-home-ranking-card
  .renewal-product-card__price-value {
  font-size: 18px;
}

.renewal-home-ranking-card
  .renewal-product-card__tax {
  font-size: 11px;
}

.renewal-home-ranking-card
  .renewal-product-card__point {
  margin-left: 8px;
  font-size: 14px;
}

.renewal-home-ranking-card
  .renewal-product-card__description {
  margin: 15px 0 0px !important;
  font-size: 14px;
  line-height: 1.7;
}

.renewal-home-ranking-card
  .renewal-product-card__button {
  width: 100%;
  min-height: 40px;
  margin-top: auto;
  padding: 5px 34px;
  font-size: 16px;
}

/* ========================================
  Rank
======================================== */

.renewal-home-ranking-card__rank {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  flex-shrink: 0;
}

.renewal-home-ranking-card__rank svg {
  display: block;
  width: 100%;
  height: 100%;
}

.renewal-home-ranking-card__rank--first,
.renewal-home-ranking-card__rank--second,
.renewal-home-ranking-card__rank--third {
  width: 85px;
  height: 54px;
}

.renewal-home-ranking-card__rank span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 5px;
  font-size: 29px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}

.renewal-home-ranking-card__rank--normal {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #8F8F8F;
  clip-path: none;
}

.renewal-home-ranking-card__rank--normal span {
  align-items: center;
  padding: 0;
  font-size: 30px;
  line-height: 54px;
  font-family: "Univers Next Pro";
}

/* ========================================
  PC Pagination
======================================== */

.renewal-home-ranking .splide__arrows,
.renewal-home-ranking .splide__pagination {
  display: none;
}

.renewal-home-ranking__pagination {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  pointer-events: none;
  width: 100%;
}

.renewal-home-ranking__pagination-button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;

  border: 0;
  border-radius: 50%;
  background-color: #dddddd;

  cursor: pointer;
  pointer-events: auto;

  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.renewal-home-ranking__pagination-button:hover,
.renewal-home-ranking__pagination-button:focus-visible {
  transform: scale(1.15);
}

.renewal-home-ranking__pagination-button.is-active {
  background-color: var(--renewal-color-main);
}

.renewal-home-ranking__scrollbar {
  display: none;
}

/* ========================================
  Background Decoration
======================================== */

.renewal-home-ranking__decoration {
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: none;
  width: 630px;
  height: 70px;
  left: -450px;
  top: 30px;
  transform: rotate(-18deg);
}

.renewal-home-ranking__decoration:before,
.renewal-home-ranking__decoration:after {
  content: "";
  position: absolute;
}

.renewal-home-ranking__decoration:before {
  transform-origin: center center;
  width: 2540px;
  height: 1028px;
  border-radius: 30%;
  transform: translateY(-50%);
  background: #FEFEFE;
  z-index: 2;
  top: calc(50% - 70px);
}

.renewal-home-ranking__decoration:after {
  top: 50%;
  width: 2540px;
  height: 1028px;
  border-radius: 30%;
  transform: translateY(-50%);
  background: linear-gradient(-170deg, #F57800 -0.05%, #FFD900 94.81%);
}
@media screen and (min-width: 768px) {
  .renewal-home-ranking__decoration:before {
    left: 40px;
    width: 2480px;
    height: 1058px;
  }
}
@media screen and (min-width: 1880px) {
  .renewal-home-ranking__decoration {
    left: -340px;
    top: 180px;
  }
}


/* ========================================
  Ranking SP
======================================== */

@media screen and (max-width: 767px) {
  .renewal-home-ranking {
    padding: 40px 0 10px;
  }

  .renewal-home-ranking__title {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 1.0;
  }

  .renewal-home-ranking__slider {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    overflow: visible;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    transform: none;
    transition: none;
  }

  .renewal-home-ranking__track {
    overflow: visible;
    padding: 0;
  }

  .renewal-home-ranking__list {
    align-items: stretch;
  }

  .renewal-home-ranking__slide {
    width: 250px;
    min-width: 250px;
    min-height: 0;
    padding: 0;
    border-right: 0;
  }
  .renewal-home-ranking__slide:not(:last-child):before {
    display: none;
  }

  .renewal-home-ranking-card {
    width: 250px;
    height: 420px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.05);
  }

  .renewal-home-ranking-card__link {
    padding: 30px 20px 20px;
  }

  .renewal-home-ranking-card__image {
    width: 100%;
    max-width: none;
    height: 200px;
    margin-top: 0;
  }

  .renewal-home-ranking-card
    .renewal-product-card__title {
    font-size: 15px;
    line-height: 1.3;
  }

  .renewal-home-ranking-card
    .renewal-product-card__price {
    display: block;
    line-height: 1.4;
  }

  .renewal-home-ranking-card
    .renewal-product-card__price-value {
    font-size: 20px;
  }

  .renewal-home-ranking-card
    .renewal-product-card__tax {
    font-size: 13px;
  }

  .renewal-home-ranking-card
    .renewal-product-card__point {
    display: block;
    margin-left: 0;
  }

  .renewal-home-ranking-card
    .renewal-product-card__description {
    display: none;
  }

  .renewal-home-ranking-card
    .renewal-product-card__button {
    min-height: 34px;
    margin-top: auto;
    font-size: 15px;
  }

  .renewal-home-ranking-card__rank {
    position: absolute;
    top: -34px;
    left: 50%;

    width: 78px;
    height: 48px;
    margin: 0;

    transform: translateX(-50%);
  }

  .renewal-home-ranking-card__rank span {
    padding-bottom: 4px;
    font-size: 27px;
  }

  .renewal-home-ranking-card__rank--normal {
    top: -22px;
    width: 44px;
    height: 44px;
    margin: 0;
    border-radius: 50%;
    clip-path: none;
  }

  .renewal-home-ranking-card__rank--normal span {
    align-items: center;
    padding: 0;
    font-size: 26px;
  }

  .renewal-home-ranking__pagination {
    display: none;
  }

  .renewal-home-ranking__scrollbar {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    height: 6px;
    margin: 20px 0 0 20px;
    overflow: hidden;
    border-radius: 9999px;
    background-color: transparent;
  }

  .renewal-home-ranking__scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 6px;
    border-radius: 9999px;
    background-color: #cccccc;
    transform: translateX(0);
    transition: transform 0.35s ease;
  }

  .renewal-home-ranking__decoration {
    height: 60px;
    left: -490px;
    top: -170px;
    transform: rotate(-18deg);
  }
  
  .renewal-home-ranking__decoration:before {
    top: calc(50% - 60px);
  }
}

.renewal-products-list--home {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.renewal-products-list--home
  .renewal-products-list__contents--home {
  position: relative;
  z-index: 2;
  width: min(100%, 1064px);
  padding-top: 70px;
  padding-bottom: 0;
}

.renewal-home-products-search {
  margin-bottom: 100px;
}

.renewal-home-products-group[hidden] {
  display: none !important;
}

.renewal-home-products-group.is-entering {
  animation: renewalHomeProductsFade 0.45s ease both;
}

@keyframes renewalHomeProductsFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================
  Category sections
======================================== */

.renewal-home-products-section {
  position: relative;
  scroll-margin-top:
    calc(var(--renewal-header-offset) + 40px);
}

.renewal-home-products-section
  + .renewal-home-products-section {
  margin-top: 100px;
}

.renewal-home-products-section__header {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  text-align: center;
}

.renewal-home-products-section__title {
  font-size: 34px;
  line-height: 1.4;
}

.renewal-home-products-section__description {
  margin-top: 4px;
  font-size: 15px;
}

.renewal-home-products-section__character {
  position: absolute;
  bottom: -30px;
  width: 190px;
  pointer-events: none;
}

.renewal-home-products-section__character img {
  width: 100%;
  display: none;
}

.renewal-home-products-section__character.character-cp img,
.renewal-home-products-section__character.character-foodloss img,
.renewal-home-products-section__character.character-kateneko img,
.renewal-home-products-section__character.character-disprev img,
.renewal-home-products-section__character.character-mimamori img,
.renewal-home-products-section__character.character-ippin img,
.renewal-home-products-section__character.character-ecocute img {
  display: block;
}

.renewal-home-products-grid {
  position: relative;
  z-index: 2;
}

.renewal-products-list--home
  [data-home-products-group="category"]
  .renewal-products-grid
  > :nth-child(n + 4) {
  display: none;
}

.renewal-product-card__pickup-ribbon,
.renewal-products-list--home [data-category-code="cp"].renewal-products-grid__item--price .renewal-product-card__pickup-ribbon {
  display: none;
}
.renewal-products-list--home
  [data-category-code="cp"]
.renewal-product-card__pickup-ribbon {
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
  width: 116px;
  height: 114px;
  pointer-events: none;
}

.renewal-products-list--home
  [data-category-code="cp"]
.renewal-product-card__pickup-ribbon svg {
  display: block;
  width: 100%;
  height: auto;
}

.renewal-products-list--home
  [data-category-code="cp"]
  .renewal-product-card__link {
  overflow: hidden;
}

.renewal-product-card__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* ========================================
  More button
======================================== */

.renewal-home-products-section__more {
  margin: 30px 0 0;
  text-align: center;
  z-index: 3;
  position: relative;
}

.renewal-home-products-section__more--is-single {
  display: none;
}

.renewal-home-products-more-button {
  position: relative;
  display: flex;
  width: min(100%, 450px);
  min-height: 50px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 10px 42px;
  border: 2px solid var(--renewal-color-main);
  border-radius: var(--renewal-radius-round);
  background-color: #ffffff;
  color: var(--renewal-color-main) !important;
  font-size: 16px;
  font-weight: 600;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.renewal-home-products-more-button:hover,
.renewal-home-products-more-button:focus-visible {
  background-color: var(--renewal-color-main);
  color: #ffffff !important;
}

.renewal-home-products-more-button__arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

/* ========================================
  Price sections
======================================== */

.renewal-home-price-section {
  position: relative;
  scroll-margin-top:
    calc(var(--renewal-header-offset) + 40px);
}

.renewal-home-price-section
  + .renewal-home-price-section {
  margin-top: 55px;
}

.renewal-home-price-section
  .renewal-products-price-results__title {
  margin-bottom: 25px;
  font-size: 36px;
  text-align: center;
  z-index: 3;
  position: relative;
}

.renewal-home-price-section
  .renewal-products-price-results__title 
    span {
    font-size: 22px;
}

.renewal-home-price-section
  .renewal-products-grid--price {
  position: relative;
  z-index: 2;
}

/* ========================================
  Background decorations
======================================== */

.renewal-home-products-decoration {
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
  width: 630px;
  height: 60px;
}

.renewal-home-products-decoration:before,
.renewal-home-products-decoration:after {
  content: "";
  position: absolute;
}

.renewal-home-products-decoration:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  transform-origin: center center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.renewal-home-products-decoration:after {
  top: 50%;
  transform: translateY(-50%) rotate(-27deg);
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

.renewal-home-products-decoration--01,
.renewal-home-products-decoration--02,
.renewal-home-products-decoration--03,
.renewal-home-products-decoration--04,
.renewal-home-products-decoration--05 {
  display: none;
}

#home-category-cp .renewal-home-products-decoration--01,
#home-price-0-1999 .renewal-home-products-decoration--01 {
  display: block;
}

#home-category-foodloss .renewal-home-products-decoration--02,
#home-price-2000-3999 .renewal-home-products-decoration--02 {
  display: block;
}

#home-category-kateneko .renewal-home-products-decoration--03,
#home-price-4000-5999 .renewal-home-products-decoration--03 {
  display: block;
}

#home-category-kateneko .renewal-home-products-decoration--04,
#home-price-4000-5999 .renewal-home-products-decoration--04 {
  display: block;
}

#home-category-disprev .renewal-home-products-decoration--05,
#home-price-8000-9999 .renewal-home-products-decoration--05 {
  display: block;
}

.renewal-home-products-decoration--01 {
  right: -370px;
  top: 140px;
}

.renewal-home-products-decoration--01:after {
  background: linear-gradient(328deg, #F57800 -0.05%, #FFD900 54.81%);
}

.renewal-home-products-decoration--02 {
  left: -450px;
  top: 210px;
}

.renewal-home-products-decoration--02:after {
  background: #FFD900;
}

.renewal-home-products-decoration--03 {
  right: -630px;
  top: 430px;
  z-index: 2;
}

.renewal-home-products-decoration--03:after {
  background: linear-gradient(238deg, #F57800 -0.05%, #FFD900 94.81%);
}

.renewal-home-products-decoration--04 {
  right: -630px;
  top: 750px;
  z-index: 2;
}

.renewal-home-products-decoration--04:before,
.renewal-home-products-decoration--04:after {
  background: #FFD900;
  
}
.renewal-home-products-decoration--04:before {
  transform-origin: left center;
  left: -140px;
  top: calc(-50% + 75px);
}

.renewal-home-products-decoration--04:after {
  transform-origin: left center;
}

.renewal-home-products-decoration--05 {
  left: -900px;
  top: -470px;
}

.renewal-home-products-decoration:after {
  top: 50%;
  transform: translateY(-50%) rotate(-27deg);
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

.renewal-home-products-decoration--05 {
  transform: rotate(12deg);
}

.renewal-home-products-decoration--05:before {
  width: 2580px;
  height: 1028px;
  border-radius: 35%;
  transform: translateY(-50%);
  background: #FEFEFE;
  z-index: 2;
  top: calc(50% - 80px);
}

.renewal-home-products-decoration--05:after {
  width: 2540px;
  height: 1028px;
  border-radius: 35%;
  transform: translateY(-50%);
  background: linear-gradient(
170deg, #F57800 -0.05%, #FFD900 94.81%);
}

@media screen and (min-width: 768px) {
  .renewal-home-products-decoration--05:before {
    left: -40px;
    height: 1088px;
    top: calc(50% - 80px);
  }
}

@media screen and (min-width: 1880px) {
  .renewal-home-products-decoration--05 {
    left: -1100px;
    top: -520px;
  }
  .renewal-home-products-decoration--05:before {
    width: 3320px;
    left: -60px;
    top: calc(50% - 80px);
  }
  .renewal-home-products-decoration--05:after {
    width: 3240px;
  }
}

@media screen and (min-width: 1001px) {
  #home-category-cp .renewal-home-products-section__character {
    right: -35px;
    bottom: -130px;
    width: 251px;
  }
  
  #home-category-foodloss .renewal-home-products-section__character {
    left: -25px;
    bottom: -80px;
    width: 251px;
  }
  
  #home-category-kateneko .renewal-home-products-section__character {
    right: -10px;
    bottom: -154px;
    width: 270px;
  }
  
  #home-category-mimamori .renewal-home-products-section__character {
    left: -80px;
    bottom: -50px;
    width: 244px;
  }
  
  #home-category-disprev .renewal-home-products-section__character {
    left: -25px;
    bottom: -65px;
    width: 250px;
  }
  
  #home-category-ippin .renewal-home-products-section__character {
    right: -50px;
    bottom: -98px;
    width: 250px;
  }
  
  #home-category-ecocute .renewal-home-products-section__character {
    right: 0;
    bottom: -75px;
    width: 250px;
  }
}

@media screen and (min-width: 820px) {
  #home-category-cp .renewal-home-products-section__character {
    right: -15px;
    bottom: -90px;
    width: 151px;
  }
  
  #home-category-foodloss .renewal-home-products-section__header{
    z-index: 3;
  }
  
  #home-category-foodloss .renewal-home-products-section__character {
    left: -15px;
    bottom: -60px;
    width: 151px;
  }
  
  #home-category-kateneko .renewal-home-products-section__character {
    right: 0;
    bottom: -110px;
    width: 180px;
  }
  
  #home-category-mimamori .renewal-home-products-section__header{
    z-index: 3;
  }
  
  #home-category-mimamori .renewal-home-products-section__character {
    left: -20px;
    bottom: -45px;
    width: 144px;
  }
  
  #home-category-disprev .renewal-home-products-section__header{
    z-index: 3;
  }
  
  #home-category-disprev .renewal-home-products-section__character {
    left: -15px;
    bottom: -50px;
    width: 140px;
  }
  
  #home-category-ippin .renewal-home-products-section__character {
    right: -20px;
    bottom: -78px;
    width: 160px;
  }
  
  #home-category-ecocute .renewal-home-products-section__header{
    z-index: 3;
  }
  
  #home-category-ecocute .renewal-home-products-section__character {
    right: 0;
    bottom: -50px;
    width: 160px;
  }
}

/* ========================================
  SP
======================================== */

@media screen and (max-width: 767px) {
  .renewal-products-list--home
    .renewal-products-list__contents--home {
    width: 100%;
    padding: 30px 18px 0;
  }

  .renewal-home-products-search {
    margin-bottom: 50px;
  }

  .renewal-home-products-section
    + .renewal-home-products-section {
    margin-top: 70px;
  }

  .renewal-home-products-section__header {
    margin-bottom: 80px;
  }

  .renewal-home-products-section__title {
    font-size: 25px;
  }

  .renewal-home-products-section__description {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.6;
  }

  .renewal-home-products-section__character {
    left: 50%;
    bottom: auto;
    width: 208px;
    transform: translate(-50%);
  }

  #home-category-cp .renewal-home-products-section__character {
    bottom: -140px;
    width: 208px;
  }

  #home-category-foodloss .renewal-home-products-section__character {
    bottom: -130px;
    width: 199px;
  }

  #home-category-kateneko .renewal-home-products-section__character {
    bottom: -140px;
    width: 179px;
  }

  #home-category-mimamori .renewal-home-products-section__header{
    z-index: 3;
  }
  
  #home-category-mimamori .renewal-home-products-section__character {
    bottom: -95px;
    width: 167px;
  }

  #home-category-disprev .renewal-home-products-section__header{
    z-index: 3;
  }
  
  #home-category-disprev .renewal-home-products-section__character {
    bottom: -100px;
    width: 197px;
  }

  #home-category-ippin .renewal-home-products-section__character {
    bottom: -120px;
    width: 170px;
  }

  #home-category-ecocute .renewal-home-products-section__header{
    z-index: 3;
  }
  
  #home-category-ecocute .renewal-home-products-section__character {
    bottom: -100px;
    width: 199px;
  }
  
  .renewal-products-list--home
    .renewal-products-grid
    > :nth-child(n + 3) {
    display: none;
  }

  .renewal-products-list--home
    [data-home-products-group="category"]
    .renewal-products-grid
    > :nth-child(3) {
    display: none;
  }

  .renewal-home-products-section__more {
    margin-top: 20px;
  }

  .renewal-home-products-more-button {
    width: 100%;
    min-height: 46px;
    font-size: 15px;
    padding: 10px 20px;
  }

  .renewal-products-list--home
    [data-category-code="cp"]
    .renewal-product-card__pickup-ribbon {
    width: 88px;
    height: auto;
    top: 6px;
    left: 6px;
  }

  .renewal-home-price-section
    + .renewal-home-price-section {
    margin-top: 55px;
  }

  .renewal-home-price-section
    .renewal-products-price-results__title {
    margin-bottom: 20px;
    font-size: 30px;
  }
.renewal-home-price-section
  .renewal-products-price-results__title 
    span {
    font-size: 16px;
}

  /* ========================================
    Background decorations
  ======================================== */
  
  .renewal-home-products-decoration {
    width: 430px;
    height: 60px;
  }
  
  .renewal-home-products-decoration:before {
    width: 180px;
    height: 180px;
  }
  
  .renewal-home-products-decoration:after {
    transform: translateY(-50%) rotate(-27deg);
    border-radius: 40px;
  }
  
  .renewal-home-products-decoration--01 {
    right: -160px;
    top: 155px;
  }
  
  .renewal-home-products-decoration--01:after {
    background: linear-gradient(328deg, #F57800 -0.05%, #FFD900 54.81%);
  }
  
  .renewal-home-products-decoration--02 {
    left: -290px;
    top: 360px;
  }
  
  .renewal-home-products-decoration--02:after {
    background: #FFD900;
  }
  
  .renewal-home-products-decoration--03 {
    right: -280px;
    top: 565px;
  }
  
  .renewal-home-products-decoration--03:after {
    background: linear-gradient(238deg, #F57800 -0.05%, #FFD900 94.81%);
  }
  
  .renewal-home-products-decoration--04 {
    right: -280px;
    top: 880px;
    z-index: 2;
  }
  
  .renewal-home-products-decoration--04:before,
  .renewal-home-products-decoration--04:after {
    background: #FFD900;
    
  }
  .renewal-home-products-decoration--04:before {
    transform-origin: left center;
    left: -140px;
    top: calc(-50% + 75px);
  }
  
  .renewal-home-products-decoration--04:after {
    transform-origin: left center;
  }
  
  .renewal-home-products-decoration--05 {
    left: -900px;
    top: -260px;
  }
  
  .renewal-home-products-decoration--05 {
    transform: rotate(12deg);
  }
  
  .renewal-home-products-decoration--05:before {
    width: 2540px;
    height: 1028px;
    border-radius: 2540px;
    transform: translateY(-50%);
    background: #FEFEFE;
    z-index: 2;
    top: calc(50% - 80px);
  }
  
  .renewal-home-products-decoration--05:after {
    width: 2540px;
    height: 1028px;
    border-radius: 2540px;
    transform: translateY(-50%);
    background: linear-gradient(
  170deg, #F57800 -0.05%, #FFD900 94.81%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .renewal-home-products-group.is-entering {
    animation: none;
  }
}

/* ========================================
  Renewal Home News
======================================== */

.renewal-home-news {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  /* overflow: hidden; */
  padding: 80px 0 120px;
  background-color: #fefefe;
}

.renewal-home-news__box {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 196px minmax(0, 1fr);
  width: calc(100% - max(
    40px,
    calc((100% - 1230px) / 2)
  ));
  min-height: 0;
  margin-right: auto;
  margin-left: 0;
  padding: 70px 40px 70px
    40px;
  border-radius: 0 50px 50px 0;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(171, 171, 171, 0.20);
}

/* ========================================
  Heading
======================================== */

.renewal-home-news__heading {
  position: relative;
  padding-top: 2px;
}

.renewal-home-news__title {
  margin: 0;
  color: var(--renewal-color-main);
  font-family: "Univers Next Pro";
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.44px;
}

.renewal-home-news__character {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 156px;
  pointer-events: none;
}

.renewal-home-news__character img {
  display: block;
  width: 100%;
  height: auto;
}

/* ========================================
  News list
======================================== */

.renewal-home-news__list {
  width: 100%;
}

.renewal-home-news__item:not(:last-child) {
  border-bottom: 1px solid #E7E7E7;
}

.renewal-home-news__button {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 4px 20px;
  border: 0;
  background: transparent;
  color: var(--renewal-color-text);
  text-align: left;
  cursor: pointer;
  transition: .45s padding ease;
}

.renewal-home-news__button[aria-expanded="true"] {
  padding: 20px 4px 10px;
}

.renewal-home-news__item:first-child .renewal-home-news__button {
  padding-top: 10px;
}

.renewal-home-news__button-text {
  display: block;
  min-width: 0;
  padding-right: 10px;
}

.renewal-home-news__date {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.0;
  font-family: "Univers Next Pro";
}

.renewal-home-news__summary {
  display: block;
  font-size: 15px;
  line-height: 1.5;
}

/* ========================================
  Accordion icon
======================================== */

.renewal-home-news__icon {
  position: absolute;
  top: 50%;
  right: 4px;
  display: block;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}

.renewal-home-news__icon::before,
.renewal-home-news__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--renewal-color-main);
  transform: translate(-50%, -50%);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.renewal-home-news__icon::before {
  width: 14px;
  height: 1px;
}

.renewal-home-news__icon::after {
  width: 1px;
  height: 14px;
}

.renewal-home-news__button[aria-expanded="true"]
  .renewal-home-news__icon::after {
  opacity: 0;
  transform:
    translate(-50%, -50%)
    rotate(90deg);
}

/* ========================================
  Accordion content
======================================== */

.renewal-home-news__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    height 0.45s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.3s ease;
}

.renewal-home-news__content.is-open {
  opacity: 1;
}

.renewal-home-news__content-inner {
  padding: 0 45px 20px 5px;
  color: var(--renewal-color-text);
  font-size: 15px;
  line-height: 1.5;
}

/* ========================================
  Background Decoration
======================================== */

.renewal-home-news__decoration {
  position: absolute;
  top: 30px;
  right: -365px;
  z-index: 1;
  display: block;
  width: 1248px;
  height: 1248px;
  border-radius: 50%;
  background:
    linear-gradient(
      145deg,
      #ffd900 18%,
      #f57800 82%
    );
  pointer-events: none;
}

/* ========================================
  Hover
======================================== */

@media (hover: hover) {
  .renewal-home-news__button:hover
    .renewal-home-news__summary {
    color: var(--renewal-color-main);
  }
}

/* ========================================
  News SP
======================================== */

@media screen and (max-width: 767px) {
  .renewal-home-news {
    padding: 60px 0 60px;
  }

  .renewal-home-news__box {
    display: block;
    width: calc(100% - 18px);
    min-height: 0;
    margin: 0;
    padding: 40px 30px;
    border-radius: 0 40px 40px 0;
  }

  .renewal-home-news__heading {
    position: relative;
    min-height: 106px;
    padding: 0;
    display: flex;
    gap: 20px 60px;
  }

  .renewal-home-news__title {
    text-align: center;
    padding: 35px 0;
  }

  .renewal-home-news__character {
    top: unset;
    left: unset;
    width: 105px;
    position: relative;
    display: flex;
    align-items: center;
  }

  .renewal-home-news__list {
    margin-top: 40px;
  }

  .renewal-home-news__button {
    align-items: flex-start;
  }

  .renewal-home-news__button-text {
    padding-right: 14px;
  }

  .renewal-home-news__content-inner {
    padding-right: 14px;
  }

  .renewal-home-news__decoration {
    top: -105px;
    right: -640px;
    width: 1014px;
    height: 1014px;
  }
}


/* TOPページ価格およびポイント、一時的非表示 */
.home.renewal-page .renewal-product-card__price,
.renewal-products-grid.is-single.is-single-ecocute .renewal-product-card__price--ecocute {
  display: none !important;
}

.home.renewal-page .renewal-product-card__description {
  margin: 4px 0 40px !important;
}

@media screen and (max-width: 767px) {
  .home.renewal-page .renewal-product-card__title {
    margin: 10px 0 20px !important;
  }
  .home.renewal-page .renewal-products-grid.is-single .renewal-product-card__button {
    margin-top: 20px !important;
  }
}