.topSelected-pieces {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  background: #fff;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
.topSelected-pieces img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
  display: block;
}
.topSelected-pieces a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  color: inherit;
  transition: none;
  -webkit-tap-highlight-color: transparent;
}
.topSelected-pieces a:hover {
  opacity: 1;
}
.topSelected-pieces a img {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.topSelected-pieces a img.is-active {
  transform: scale(1.03) !important;
}
@media (hover: hover) and (pointer: fine) {
  .topSelected-pieces a img:hover {
    transform: scale(1.03);
  }
}
.topSelected-pieces .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.topSelected-pieces p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 1.25px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .topSelected-pieces p {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 300;
  }
}
.topSelected-pieces button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
  transition: none;
}
.topSelected-pieces button:hover {
  opacity: 1;
}
.topSelected-pieces a,
.topSelected-pieces button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: none;
}
.topSelected-pieces figure {
  margin: 0;
}

.topSelected-pieces {
  --ink: #000000;
  --sub: #65645F;
  --line: #D8D6CF;
  --panel: #ffffff;
  --bg: #ffffff;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 48px 20px 48px;
}
@media screen and (min-width: 768px) {
  .topSelected-pieces {
    padding: 160px 40px 64px;
  }
}
.topSelected-pieces .sp-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
@media screen and (min-width: 1024px) {
  .topSelected-pieces .sp-grid {
    grid-template-columns: auto 1fr;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    row-gap: 0;
  }
}
.topSelected-pieces .sp-title {
  font-family: "NewRail", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.topSelected-pieces .sp-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.topSelected-pieces .sp-top-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .topSelected-pieces .sp-top-row {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .topSelected-pieces .sp-top-row {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.topSelected-pieces .sp-copy {
  max-width: 560px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  margin-bottom: 124px;
}
@media screen and (min-width: 1024px) {
  .topSelected-pieces .sp-copy {
    margin-bottom: 0;
    max-width: 477px;
  }
}
.topSelected-pieces .sp-desc {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .topSelected-pieces .sp-desc {
    margin-bottom: 32px;
  }
}
.topSelected-pieces .sp-shop {
  display: inline-block;
  font-size: 16px;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-tap-highlight-color: transparent;
}
.topSelected-pieces .sp-toggle {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-shrink: 0;
  margin-right: 8px;
}
@media screen and (min-width: 1024px) {
  .topSelected-pieces .sp-toggle {
    gap: 64px;
    margin-right: 8%;
  }
}
.topSelected-pieces .sp-toggle button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 8px 6px;
  margin: -8px -6px;
  font-size: 16px;
  font-family: inherit;
  color: var(--sub);
  cursor: pointer;
  text-underline-offset: 4px;
  -webkit-tap-highlight-color: transparent;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
}
.topSelected-pieces .sp-toggle button.is-active {
  color: var(--ink);
  text-decoration: underline;
}
.topSelected-pieces .sp-swiper {
  width: 100%;
  overflow: hidden;
  padding: 2px 0 0;
}
.topSelected-pieces .sp-swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.topSelected-pieces .sp-slide {
  width: 273px;
}
@media screen and (min-width: 768px) {
  .topSelected-pieces .sp-slide {
    width: 340px;
  }
}
.topSelected-pieces .sp-slide a {
  display: block;
  text-decoration: none;
  color: var(--ink);
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.topSelected-pieces .sp-slide .thumb {
  width: 100%;
  aspect-ratio: 3/4;
  background: var(--panel);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topSelected-pieces .sp-slide .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.topSelected-pieces .sp-progress {
  display: block;
  position: relative;
  width: 100%;
  height: 8px;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.topSelected-pieces .sp-progress.is-active {
  opacity: 1;
}
.topSelected-pieces .sp-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #D8D6CF;
  border-radius: 2px;
}/*# sourceMappingURL=RenewalTop_Dual-SP.css.map */