.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.renewal-u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.renewal-footer {
  height: auto;
  background-color: #110e13;
  position: relative;
  color: #ffffff;
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 40px 24px 60px;
}
.renewal-footer ul li::before,
.renewal-footer ul li::after {
  content: none !important;
  display: none !important;
}
@media (min-width: 1200px) {
  .renewal-footer {
    padding: 40px 80px;
    gap: 40px;
  }
}

.renewal-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding: 0 4px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .renewal-footer__inner {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px;
    padding: 0;
    margin-bottom: 0;
  }
}

.renewal-footer__brand {
  order: 2;
}
@media (min-width: 1200px) {
  .renewal-footer__brand {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

.renewal-footer__brand-row {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}

.renewal-footer__brand-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .renewal-footer__brand-logo {
    padding: 0 4px;
  }
}

.renewal-footer__brand-logo-stack {
  display: inline-grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  line-height: 0;
  place-items: start;
}

.renewal-footer__brand-logo-main {
  grid-column: 1;
  grid-row: 1;
  display: block;
  width: 108.26px;
  aspect-ratio: 108.26/20.432;
  margin: 17.57px 0 0 0;
}
.renewal-footer__brand-logo-main img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .renewal-footer__brand-logo-main {
    width: 142.45px;
    aspect-ratio: 142.45/26.885;
    margin: 23.12px 0 0 0;
  }
}

.renewal-footer__brand-logo-jp {
  grid-column: 1;
  grid-row: 1;
  display: block;
  width: 75.575px;
  aspect-ratio: 75.575/8.839;
  margin: 0 0 0 16.5px;
}
.renewal-footer__brand-logo-jp img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .renewal-footer__brand-logo-jp {
    width: 99.7px;
    aspect-ratio: 99.7/11.9;
    margin: 0 0 0 21.72px;
  }
}

.renewal-footer__corporate {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  background-color: #110e13;
  border: 0.5px solid rgba(137, 142, 158, 0.5);
  text-decoration: none;
  color: #ffffff;
  transition: background-color 0.2s ease;
}
.renewal-footer__corporate:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.renewal-footer__corporate-text {
  font-family: "Julius Sans One", sans-serif;
  font-size: 13px;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
}

.renewal-footer__corporate-arrow {
  display: block;
  width: 24px;
  aspect-ratio: 24/5.7735;
  flex-shrink: 0;
}
.renewal-footer__corporate-arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

.renewal-footer__nav {
  order: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 1200px) {
  .renewal-footer__nav {
    order: 2;
    flex: 0 0 auto;
    width: 600px;
    gap: 32px;
  }
}

.renewal-footer__nav-title {
  margin: 0;
  font-family: "Julius Sans One", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #7e7d84;
  width: 100%;
}
@media (min-width: 1200px) {
  .renewal-footer__nav-title {
    font-size: 16px;
  }
}

.renewal-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(5, min-content);
  grid-auto-flow: column;
  column-gap: 8px;
  row-gap: 12px;
  width: 100%;
}
@media (min-width: 1200px) {
  .renewal-footer__nav-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(4, min-content);
    grid-auto-flow: column;
    column-gap: 8px;
    row-gap: 16px;
  }
}

.renewal-footer__nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.renewal-footer__nav-mark {
  display: block;
  width: 4px;
  height: 1px;
  flex-shrink: 0;
  line-height: 0;
}
.renewal-footer__nav-mark img {
  display: block;
  width: 100%;
  height: 100%;
}

.renewal-footer__nav-link {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
.renewal-footer__nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  .renewal-footer__nav-link {
    font-size: 14px;
  }
}

.renewal-footer__copyright {
  margin: 0;
  font-family: "Julius Sans One", sans-serif;
  font-size: clamp(11px, 3.26vw, 14px);
  line-height: 17px;
  color: #7e7d84;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .renewal-footer__copyright {
    font-size: 12px;
    line-height: 17px;
  }
}

html {
  scroll-behavior: smooth;
  background-color: #485B40;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #110e13;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

.renewal-top-hero-stack {
  position: relative;
  z-index: 1;
  display: block;
}

.renewal-top-hero-stack__wrap {
  position: sticky;
  top: 0;
  display: block;
  height: 100vh;
  height: 100svh;
}

.renewal-top-hero-stack__wrap--products {
  position: relative;
  top: auto;
  height: auto;
  z-index: 2;
}

.renewal-top-hero-stack__panel {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: right bottom;
  text-decoration: none;
  color: inherit;
}

.renewal-top-hero-stack__panel--soroe,
.renewal-top-hero-stack__panel--monoton,
.renewal-top-hero-stack__panel--yorisutto {
  transform: scale(0.96);
  transform-origin: right bottom;
  will-change: transform;
  backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .renewal-top-hero-stack__panel--soroe,
  .renewal-top-hero-stack__panel--monoton,
  .renewal-top-hero-stack__panel--yorisutto {
    transform: scale(0.93);
  }
}

.renewal-top-hero-stack__panel--mv {
  background-color: #485B40;
}

@media (prefers-reduced-motion: reduce) {
  .renewal-top-hero-stack__wrap {
    position: static;
    height: auto;
    min-height: 600px;
  }
  .renewal-top-hero-stack__panel {
    height: auto;
    min-height: 600px;
  }
  .renewal-top-hero-stack__panel--soroe,
  .renewal-top-hero-stack__panel--monoton,
  .renewal-top-hero-stack__panel--yorisutto {
    transform: none;
  }
}
.renewal-top-mv__heading-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 22px);
  transform: translateY(-50%);
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  pointer-events: none;
  will-change: opacity;
  transition: opacity 0.2s linear;
}
@media (max-width: 767px) {
  .renewal-top-mv__heading-wrap {
    top: calc(50% - 44px);
    padding: 0 40px;
  }
}

.renewal-top-mv__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
}

.renewal-top-mv__logo {
  margin: 0;
  width: 298px;
  height: 50px;
  overflow: hidden;
}
.renewal-top-mv__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .renewal-top-mv__logo {
    width: 196px;
    height: 33px;
  }
}

.renewal-top-mv__tagline {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}

.renewal-top-mv__tagline-line {
  display: inline;
}
@media (max-width: 767px) {
  .renewal-top-mv__tagline-line {
    display: block;
  }
}

.renewal-top-mv__divider {
  align-self: stretch;
  margin-left: 0;
  margin-right: -80px;
  width: calc(100% + 80px);
  height: 60px;
  padding: 16px 0;
  display: block;
  position: relative;
  pointer-events: none;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .renewal-top-mv__divider {
    margin-right: -40px;
    width: calc(100% + 40px);
  }
}

.renewal-top-mv__divider-line--main {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 0.5px;
  background-color: rgba(217, 217, 217, 0.3);
  display: block;
}

.renewal-top-mv__cta {
  position: absolute;
  right: 144px;
  top: calc(50% + 29.5px);
  transform: translateY(-50%);
  width: 228px;
  height: 228px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  color: inherit;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: background-color 0.2s ease;
  display: block;
}
.renewal-top-mv__cta:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
@media (max-width: 767px) {
  .renewal-top-mv__cta {
    right: 5.58vw;
    top: calc(50% + 3.26vw);
    width: 36.98vw;
    height: 36.98vw;
  }
}

.renewal-top-mv__cta-inner {
  position: absolute;
  left: 16px;
  top: 104px;
  width: 195px;
  height: 91px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .renewal-top-mv__cta-inner {
    left: 6.05vw;
    top: 17.21vw;
    width: 25.35vw;
    height: 16.05vw;
  }
}

.renewal-top-mv__cta-text {
  font-family: "Julius Sans One", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.04em;
  padding-top: 1px;
}
@media (max-width: 767px) {
  .renewal-top-mv__cta-text {
    font-size: 12px;
  }
}

.renewal-top-mv__cta-arrow {
  position: relative;
  display: block;
  width: 1px;
  height: 43px;
  background-color: rgba(255, 255, 255, 0.6);
}
.renewal-top-mv__cta-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 6px;
  height: 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  transform: translateX(-50%) rotate(45deg);
}

.renewal-top-panel-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.renewal-top-panel-hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: transform 0.5s ease;
}

.renewal-top-hero-stack__panel--soroe::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(45, 45, 45, 0.4) 0%, rgba(45, 45, 45, 0) 100%);
}

@media (max-width: 767px) {
  .renewal-top-hero-stack__panel--soroe .renewal-top-panel-hero__bg img {
    object-position: left center;
  }
}
.renewal-top-hero-stack__panel:hover .renewal-top-panel-hero__bg img {
  transform: scale(1.08);
}

@media (prefers-reduced-motion: reduce) {
  .renewal-top-hero-stack__panel:hover .renewal-top-panel-hero__bg img {
    transform: none;
  }
}
.renewal-top-panel-hero__main {
  position: absolute;
  z-index: 1;
  left: 0;
  top: min(12.01vw, 173px);
  transform: translateY(-50%);
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}
@media (max-width: 767px) {
  .renewal-top-panel-hero__main {
    top: 0;
    transform: none;
    padding: 40px;
    gap: 18px;
  }
}

.renewal-top-panel-hero__icon {
  width: 228px;
  height: auto;
}
.renewal-top-panel-hero__icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .renewal-top-panel-hero__icon {
    width: 146px;
  }
}

.renewal-top-panel-hero__caption {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .renewal-top-panel-hero__caption {
    white-space: normal;
    line-height: normal;
  }
}

.renewal-top-panel-hero__caption-line {
  display: inline;
}
@media (max-width: 767px) {
  .renewal-top-panel-hero__caption-line {
    display: block;
  }
}

.renewal-top-panel-hero__more {
  position: absolute;
  z-index: 1;
  top: min(12.01vw, 173px);
  right: 80px;
  transform: translateY(-50%);
  width: 195px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 4px 12px 24px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
}
@media (max-width: 767px) {
  .renewal-top-panel-hero__more {
    display: none;
  }
}

.renewal-top-panel-hero__more-text {
  font-family: "Julius Sans One", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  padding-top: 1px;
}

.renewal-top-panel-hero__more-arrow {
  display: block;
  width: 36px;
  flex-shrink: 0;
  --stroke-0: #ffffff;
}
.renewal-top-panel-hero__more-arrow svg {
  display: block;
  width: 100%;
  height: auto;
}

.renewal-top-panel-hero__menu {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  pointer-events: none;
}
@media (max-width: 767px) {
  .renewal-top-panel-hero__menu {
    display: none;
  }
}

.renewal-top-panel-hero__menu-mark {
  display: block;
  width: 4px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}

.renewal-top-panel-hero__menu-text {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.renewal-top-hero-stack__panel--monoton .renewal-top-panel-hero__icon {
  width: 255px;
}
@media (max-width: 767px) {
  .renewal-top-hero-stack__panel--monoton .renewal-top-panel-hero__icon {
    width: 163px;
  }
}

.renewal-top-hero-stack__panel--yorisutto .renewal-top-panel-hero__icon {
  width: 237px;
}
@media (max-width: 767px) {
  .renewal-top-hero-stack__panel--yorisutto .renewal-top-panel-hero__icon {
    width: 151px;
  }
}

.renewal-top-hero-stack__panel--yorisutto .renewal-top-panel-hero__main {
  gap: 40px;
}
@media (max-width: 767px) {
  .renewal-top-hero-stack__panel--yorisutto .renewal-top-panel-hero__main {
    gap: 24px;
  }
}

.renewal-top-products {
  position: relative;
  z-index: 2;
  background-color: #f6f7fb;
  width: 100%;
  overflow-x: clip;
}

.renewal-top-products__inner {
  display: flex;
  align-items: flex-start;
  gap: min(2.78vw, 40px);
  padding-left: min(5.55vw, 80px);
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .renewal-top-products__inner {
    flex-direction: column;
    gap: 0;
    padding-left: 0;
  }
}

.renewal-top-products__heading {
  display: flex;
  align-items: flex-start;
  padding-top: min(5.55vw, 80px);
  position: sticky;
  top: 0;
  align-self: flex-start;
  flex-shrink: 0;
  word-break: break-word;
}
@media (max-width: 767px) {
  .renewal-top-products__heading {
    position: static;
    align-self: auto;
    padding: 9.3vw 5.58vw 5.58vw;
  }
}

.renewal-top-products__numbering {
  font-family: "Julius Sans One", sans-serif;
  font-size: min(0.83vw, 12px);
  line-height: 1;
  color: #110e13;
  width: min(4.17vw, 60px);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .renewal-top-products__numbering {
    font-size: 2.79vw;
    width: 14vw;
  }
}

.renewal-top-products__heading-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(0.56vw, 8px);
}
@media (max-width: 767px) {
  .renewal-top-products__heading-text {
    gap: 1.86vw;
  }
}

.renewal-top-products__title {
  margin: 0;
  font-family: "Julius Sans One", sans-serif;
  font-size: min(1.39vw, 20px);
  line-height: 1;
  color: #110e13;
  width: min(11.11vw, 160px);
}
@media (max-width: 767px) {
  .renewal-top-products__title {
    font-size: 4.65vw;
    width: auto;
  }
}

.renewal-top-products__subtitle {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(0.83vw, 12px);
  line-height: min(2.08vw, 30px);
  color: #7e7d84;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .renewal-top-products__subtitle {
    font-size: 2.79vw;
    line-height: 6.98vw;
  }
}

.renewal-top-products__list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-top: 0.5px solid rgba(137, 142, 158, 0.2);
  border-left: 0.5px solid rgba(137, 142, 158, 0.2);
}
@media (max-width: 767px) {
  .renewal-top-products__list {
    width: 100%;
    border-top: 0;
    border-left: 0;
  }
}

.renewal-top-products__item {
  width: 100%;
  border-bottom: 0.5px solid rgba(137, 142, 158, 0.2);
  overflow: hidden;
}

.renewal-top-products__link {
  display: flex;
  align-items: center;
  gap: min(2.78vw, 40px);
  padding: min(2.78vw, 40px);
  text-decoration: none;
  color: inherit;
  background-color: rgba(255, 255, 255, 0.6);
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 767px) {
  .renewal-top-products__link {
    gap: 0;
    padding: 3.72vw 1.86vw 3.72vw 3.72vw;
  }
}

.renewal-top-products__photo {
  flex-shrink: 0;
  width: min(16.67vw, 240px);
  height: min(16.67vw, 240px);
  overflow: hidden;
  position: relative;
}
.renewal-top-products__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .renewal-top-products__photo {
    width: 23.26vw;
    height: 23.26vw;
  }
}

.renewal-top-products__body {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  gap: 29px;
}
@media (max-width: 767px) {
  .renewal-top-products__body {
    padding-left: 12px;
    gap: 14px;
    justify-content: center;
  }
}

.renewal-top-products__brand-icon {
  display: flex;
  align-items: flex-end;
  max-width: 100%;
  --fill-0: #110e13;
  height: auto;
}
.renewal-top-products__brand-icon svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .renewal-top-products__brand-icon--sutto {
    width: min(12.64vw, 182px);
  }
  .renewal-top-products__brand-icon--yorisutto {
    width: min(12.64vw, 182px);
  }
  .renewal-top-products__brand-icon--cye {
    width: min(9.58vw, 138px);
  }
  .renewal-top-products__brand-icon--monoton {
    width: min(14.17vw, 204px);
  }
  .renewal-top-products__brand-icon--eddies {
    width: min(12.5vw, 180px);
  }
  .renewal-top-products__brand-icon--toh {
    width: min(7.71vw, 111px);
  }
  .renewal-top-products__brand-icon--kiwitap {
    width: min(9.86vw, 142px);
  }
  .renewal-top-products__brand-icon--soroe {
    width: min(12.64vw, 182px);
  }
  .renewal-top-products__brand-icon--morfa {
    width: min(12.92vw, 186px);
  }
  .renewal-top-products__brand-icon--roffine {
    width: min(18.13vw, 261px);
  }
}
@media (max-width: 767px) {
  .renewal-top-products__brand-icon--sutto {
    width: 22.09vw;
  }
  .renewal-top-products__brand-icon--yorisutto {
    width: 22.09vw;
  }
  .renewal-top-products__brand-icon--cye {
    width: 16.05vw;
  }
  .renewal-top-products__brand-icon--monoton {
    width: 23.72vw;
  }
  .renewal-top-products__brand-icon--eddies {
    width: 20.93vw;
  }
  .renewal-top-products__brand-icon--toh {
    width: 13.02vw;
  }
  .renewal-top-products__brand-icon--kiwitap {
    width: 16.51vw;
  }
  .renewal-top-products__brand-icon--soroe {
    width: 21.16vw;
  }
  .renewal-top-products__brand-icon--morfa {
    width: 21.63vw;
  }
  .renewal-top-products__brand-icon--roffine {
    width: 30.23vw;
  }
}
.renewal-top-products__caption {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #7e7d84;
  transition: color 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (max-width: 767px) {
  .renewal-top-products__caption {
    font-size: 12px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}

@media (min-width: 768px) and (hover: hover) {
  .renewal-top-products__body {
    gap: 0;
    transform: translateY(0);
    transition: transform 0.3s ease;
  }
  .renewal-top-products__caption {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 29px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, color 0.3s ease, visibility 0.3s ease;
  }
  .renewal-top-products__link:is(:hover, :focus-visible) {
    background-color: #485B40;
  }
  .renewal-top-products__link:is(:hover, :focus-visible) .renewal-top-products__body {
    transform: translateY(-25px);
  }
  .renewal-top-products__link:is(:hover, :focus-visible) .renewal-top-products__brand-icon {
    --fill-0: #ffffff;
  }
  .renewal-top-products__link:is(:hover, :focus-visible) .renewal-top-products__caption {
    color: #ffffff;
    opacity: 1;
    visibility: visible;
  }
  .renewal-top-products__link:is(:hover, :focus-visible) .renewal-top-products__more-text {
    color: #ffffff;
  }
  .renewal-top-products__link:is(:hover, :focus-visible) .renewal-top-products__more-arrow {
    --stroke-0: #ffffff;
  }
}
.renewal-top-products__more {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: min(0.83vw, 12px);
  padding: min(0.83vw, 12px) min(1.39vw, 20px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .renewal-top-products__more {
    gap: 2.79vw;
    padding: 2.79vw 4.65vw;
  }
  .renewal-top-products__more .renewal-top-products__more-text {
    display: none;
  }
}

.renewal-top-products__more-text {
  font-family: "Julius Sans One", sans-serif;
  font-size: min(1.25vw, 18px);
  line-height: 1;
  color: #485B40;
  white-space: nowrap;
  padding-top: 1px;
  transition: color 0.3s ease;
}

.renewal-top-products__more-arrow {
  display: block;
  width: min(2.5vw, 36px);
  aspect-ratio: 36/5.7735;
  flex-shrink: 0;
  --stroke-0: #485b40;
}
.renewal-top-products__more-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .renewal-top-products__more-arrow {
    width: 8.37vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .renewal-top-products__caption,
  .renewal-top-products__more {
    transition: none;
  }
}
.renewal-top-gallery {
  position: relative;
  background-color: #ffffff;
  padding: 8.33vw 5.55vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.17vw;
  overflow: hidden;
  isolation: isolate;
}
.renewal-top-gallery::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(50% + 11.35vw);
  transform: translate(-50%, -50%);
  width: 161.11vw;
  height: 189.6vw;
  background-image: url("/design/assets/img/renewal/index/bg_gallery.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
.renewal-top-gallery > * {
  position: relative;
  z-index: 1;
}
.renewal-top-gallery .vsm-tile {
  min-height: 500px;
}
@media (max-width: 767px) {
  .renewal-top-gallery .vsm-tile {
    min-height: 400px;
  }
}
.renewal-top-gallery img {
  vertical-align: baseline;
  font-size: 100%;
  line-height: normal;
}
.renewal-top-gallery ul,
.renewal-top-gallery ol {
  list-style: revert;
}
.renewal-top-gallery a {
  color: inherit;
  text-decoration: revert;
}
@media (max-width: 767px) {
  .renewal-top-gallery {
    padding: 13.95vw 5.58vw;
    gap: 6.98vw;
  }
}