@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@layer component {
  .c-color-tips {
    display: flex;
    gap: 0.375rem;
  }
  .c-color-tips__item {
    display: block;
    flex-shrink: 0;
    width: var(--tip-size, 14px);
    height: var(--tip-size, 14px);
    border-radius: 50%;
    background-color: var(--tip-clr, #ccc);
  }
  .c-color-tips__item[data-variant=white] {
    background-color: #fff;
    border: 1px solid #bdbdbd;
  }
  .c-color-tips__item[data-variant=light-gray] {
    background-color: #e7e9ea;
    border: 1px solid #bdbdbd;
  }
  .c-color-tips__item[data-variant=black] {
    background-color: #000;
  }
  .c-color-tips__item[data-variant=navy] {
    background-color: #303962;
  }
  .c-color-tips__item[data-variant=red] {
    background-color: #e51539;
  }
  .c-color-tips__item[data-variant=brown] {
    background-color: #ab7f69;
  }
  .c-color-tips__item[data-variant=white-navy] {
    background: linear-gradient(270deg, #303962 50%, #fff 50%);
  }
}
.page__footer {
  position: relative;
}

.feature-shot-smoother2026 {
  --content-min-margin: 20;
  --ff--en: "Roboto Condensed", sans-serif;
  --progress: 0;
  font-optical-sizing: auto;
  padding-bottom: clamp(8rem, 11.1111111111vw, 10rem);
}

.pg-hero {
  position: relative;
}
.pg-hero__logo {
  width: clamp(14.75rem, 29.1666666667vw, 26.25rem);
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.pg-mv {
  position: sticky;
  top: 0;
  height: 100vh;
}
.pg-mv__slider {
  height: 100%;
}
.pg-mv__slider::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, calc(0.2 + var(--progress, 0) * 0.4));
  backdrop-filter: blur(calc(var(--progress, 0) * 4px));
  z-index: 2;
}
.pg-mv__slider .swiper-wrapper {
  z-index: 1;
}
.pg-mv__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-introduction {
  position: relative;
  height: calc(100vh - var(--fixed-header-height));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 2;
}
.pg-introduction__inner {
  gap: clamp(3rem, 4.1666666667vw, 3.75rem);
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 960px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}
.pg-introduction__content {
  max-width: 720px;
  margin-inline: auto;
}
.pg-introduction__category {
  font-family: var(--ff--en);
  font-size: clamp(0.875rem, 1.0416666667vw, 0.9375rem);
}
.pg-introduction__title {
  font-size: clamp(1.625rem, 2.0833333333vw, 1.875rem);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.5rem;
}
.pg-introduction__subtitle {
  font-size: clamp(1.25rem, 1.5277777778vw, 1.375rem);
  font-weight: 700;
  line-height: 1.4;
  margin-top: clamp(2rem, 2.7777777778vw, 2.5rem);
}
.pg-introduction__text {
  font-size: clamp(0.9375rem, 1.1805555556vw, 1.0625rem);
  line-height: 1.8;
  margin-top: 1rem;
}
.pg-introduction__note {
  font-size: clamp(0.8125rem, 0.9722222222vw, 0.875rem);
  line-height: 1.6;
  margin-top: 2rem;
}
.pg-introduction__note b {
  display: block;
  margin-bottom: 8px;
}
.pg-introduction .pg-cta {
  display: flex;
  width: fit-content;
  margin-top: clamp(2rem, 2.7777777778vw, 2.5rem);
  margin-inline: auto;
}

.pg-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: clamp(1rem, 1.6666666667vw, 1.5rem) clamp(1.25rem, 2.2222222222vw, 2rem);
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  font-size: clamp(0.8125rem, 1.25vw, 1.125rem);
  white-space: nowrap;
  transition-property: background-color, border-color;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
}
.pg-cta:hover {
  background-color: #000;
  border-color: #000;
}
.pg-cta__icon {
  flex-shrink: 0;
  width: clamp(1rem, 1.3888888889vw, 1.25rem);
  height: clamp(1rem, 1.3888888889vw, 1.25rem);
}

.pg-contents {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.pg-section {
  padding-block: clamp(3.5rem, 5.5555555556vw, 5rem);
}
@media (max-width: 48em) {
  .pg-section {
    padding-bottom: 0;
  }
}
.pg-section__header {
  padding-inline: clamp(1.25rem, 2.2222222222vw, 2rem);
}
.pg-section__heading {
  font-size: clamp(1.125rem, 1.3888888889vw, 1.25rem);
  font-family: var(--ff--en);
  font-weight: 700;
}
.pg-section__content:not(:first-child) {
  margin-top: clamp(1rem, 1.6666666667vw, 1.5rem);
}

@media (min-width: 48.0625em) {
  .pg-product:nth-child(2n+1) .pg-product__inner {
    grid-template-areas: "A B";
    grid-template-columns: minmax(0, 680fr) minmax(0, 760fr);
  }
}
@media (min-width: 48.0625em) {
  .pg-product:nth-child(2n) .pg-product__inner {
    grid-template-columns: minmax(0, 760fr) minmax(0, 680fr);
    grid-template-areas: "B A";
  }
}
.pg-product__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 48.0625em) {
  .pg-product__cell:nth-child(1) {
    grid-area: A;
  }
  .pg-product__cell:nth-child(2) {
    grid-area: B;
  }
}
.pg-product__slider {
  position: sticky;
  top: var(--fixed-header-height);
}
.pg-product__content {
  padding-block: clamp(3rem, 6.6666666667vw, 6rem) clamp(3.5rem, 8.8888888889vw, 8rem);
  padding-inline: 1.25rem;
}
.pg-product__content-inner {
  max-width: 504px;
  margin-inline: auto;
}
.pg-product__subheading {
  font-family: var(--ff--en);
  font-size: clamp(0.875rem, 1.0416666667vw, 0.9375rem);
}
.pg-product__title {
  font-size: clamp(2rem, 3.8888888889vw, 3.5rem);
  font-family: var(--ff--en);
  font-weight: 700;
  line-height: 1.1;
  color: #db4040;
}
.pg-product__title:not(:first-child) {
  margin-top: 1rem;
}
.pg-product__subtitle {
  font-size: clamp(0.9375rem, 1.1111111111vw, 1rem);
  font-weight: bold;
}
.pg-product__subtitle:not(:first-child) {
  margin-top: 0.25rem;
}
.pg-product__text {
  font-size: clamp(0.8125rem, 0.9722222222vw, 0.875rem);
  line-height: 1.8;
}
.pg-product__text:not(:first-child) {
  margin-top: 1.5rem;
}
.pg-product__functions {
  margin-top: clamp(2rem, 2.7777777778vw, 2.5rem);
  padding: 37px 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.pg-product__functions::before {
  content: "FUNCTION";
  font-family: var(--ff--en);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(0.875rem, 1.0416666667vw, 0.9375rem);
}
.pg-product__function {
  text-align: center;
  width: 6rem;
}
.pg-product__function p {
  font-size: 0.6875rem;
  margin-top: 0.25rem;
}
.pg-product__caution {
  font-size: clamp(0.6875rem, 0.8333333333vw, 0.75rem);
  color: rgba(0, 0, 0, 0.6);
  margin-top: 1rem;
  line-height: 1.8;
}

.pg-product-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.2222222222vw, 2rem) clamp(0.625rem, 1.6666666667vw, 1.5rem);
}
.pg-product-items:not(:first-child) {
  margin-top: clamp(3rem, 4.4444444444vw, 4rem);
}

.pg-product-item {
  position: relative;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-product-item.is-coming-soon .pg-product-item__img a {
  pointer-events: none;
}
.pg-product-item.is-coming-soon .pg-product-item__price::after {
  content: attr(data-label);
  font-size: 0.625rem;
  display: inline-block;
}
.pg-product-item__content {
  margin-top: 1rem;
}
.pg-product-item__title {
  font-size: clamp(0.75rem, 0.9027777778vw, 0.8125rem);
}
.pg-product-item__price {
  font-size: clamp(0.75rem, 0.9027777778vw, 0.8125rem);
  margin-top: 0.25rem;
}
.pg-product-item__price small {
  font-size: 0.625rem;
}
.pg-product-item__note {
  margin-top: 0.5rem;
  font-size: clamp(0.6875rem, 0.8333333333vw, 0.75rem);
  color: #878787;
}
.pg-product-item .c-color-tips {
  --tip-size: 12px;
  margin-top: 0.5rem;
}

.pg-footer {
  position: relative;
}
.pg-footer > picture {
  display: block;
  width: 100%;
}
.pg-footer > picture img {
  display: block;
  width: 100%;
}
.pg-footer__inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.5rem, 2.2222222222vw, 2rem);
  width: 90%;
  padding-inline: clamp(1.25rem, 5.5555555556vw, 5rem);
  text-align: left;
}
@media (max-width: 48em) {
  .pg-footer__inner {
    left: 50%;
    align-items: center;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}
.pg-footer__logo {
  width: clamp(12.5rem, 23.0555555556vw, 20.75rem);
  height: auto;
}
