/* ============================================================
   グローバル設定
   ============================================================ */

.sp-only {
  display: none;
}

body#lidef_freezetech {
  background: #000;
  overflow: visible;
  overflow-x: clip;
}

body#lidef_freezetech.ftLineup-menuOpen {
  overflow: hidden;
}

/* ============================================================
   ベース設定・CSS カスタムプロパティ
   ============================================================ */

.ft-renewal {
  --ft-black: #000;
  --ft-white: #fff;
  --ft-blue: #79bce8;
  --ft-red: #e75d3e;
  --ft-gray: #6e6e6e;
  --tech-progress: 0;
  --tech-progress-inverse: 1;
  --tech-raise: 0px;
  --tech-drop: 70px;
  --tech-panel-y: 0px;
  --tech-first-opacity: 1;
  --tech-label-opacity: 0;
  --tech-label-y: 24px;
  --tech-copy-opacity: 1;
  --tech-copy-y: 0px;
  --tech-icons-opacity: 1;
  --tech-icons-y: 0px;
  --tech-application-opacity: 0;
  --tech-application-y: 0px;
  --tech-material-opacity: 0;
  --tech-material-y: 0px;
  --tech-sp-flow-y: 0px;
  --tech-fabric-opacity: 0.42;
  --tech-fabric-bright-opacity: 0;
  --tech-fabric-brightness: 0.55;
  --tech-top-opacity: 0.2;
  --tech-bottom-opacity: 0.5;
  --purpose-progress: 0;
  --purpose-card-width: 240px;
  --purpose-card-height: 240px;
  --purpose-card-left: calc(50% - 120px);
  --purpose-card-top: 27vh;
  --purpose-card-border-width: 1px;
  --purpose-card-border-color: var(--ft-white);
  --purpose-title-left: 19px;
  --purpose-title-top: 14px;
  --purpose-title-size: 30px;
  --purpose-title-line-height: 1;
  --purpose-title-gap: 30px;
  --purpose-cross-size: 22px;
  --purpose-cross-width: 22px;
  --purpose-cross-height: 22px;
  --purpose-cross-left: 0px;
  --purpose-cross-top: 0px;
  --purpose-row-pad-top: 0px;
  --purpose-sub-left: 88px;
  --purpose-sub-top: 195px;
  --purpose-sub-size: 15px;
  --purpose-blocks-opacity: 0;
  --purpose-scroll-raise: 0px;
  --purpose-stage1-opacity: 1;
  --purpose-heading-x: 0px;
  --purpose-stage2-opacity: 0;
  --purpose-stage3-opacity: 0;
  --purpose-sp-track-x: 0px;
  --purpose-identity-panel-left: var(--purpose-card-left);
  --purpose-identity-panel-top: var(--purpose-card-top);
  --purpose-identity-panel-width: var(--purpose-card-width);
  --purpose-identity-panel-height: var(--purpose-card-height);
  --purpose-identity-bg-opacity: 1;
  --purpose-identity-white-opacity: 0;
  --purpose-identity-content-opacity: 1;
  --purpose-identity-title-x: 0px;
  --purpose-identity-title-opacity: 0;
  --purpose-identity-body-top: 228px;
  --purpose-identity-body-gap: 60px;
  --purpose-identity-heading-gap: 35px;
  --purpose-identity-text-size: 34px;
  --purpose-identity-text-line-height: 1.5;
  overflow: visible;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

.ft-renewal *,
.ft-renewal *::before,
.ft-renewal *::after {
  box-sizing: border-box;
}

.ft-renewal a {
  color: inherit;
  text-decoration: none;
}

.ft-renewal img {
  display: block;
  max-width: 100%;
}

/* ============================================================
   ユーティリティクラス
   ============================================================ */

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

/* ============================================================
   共通パーツ：セクションタイトル
   ============================================================ */

.ft-renewal .ft-renewal-section-title {
  position: relative;
  z-index: 2;
}

.ft-renewal-section-title>p {
  margin: 0;
  color: inherit;
  font-family: "Geist", sans-serif;
  font-size: clamp(70px, 13.9vw, 200px);
  font-weight: 700;
  line-height: 0.86;
  white-space: nowrap;
}

.ft-renewal-section-title>h2 {
  margin: 20px 0 0;
  font-size: clamp(20px, 2.1vw, 30px);
  font-weight: 800;
  line-height: 1.35;
}

.ft-renewal-section-title.-light {
  color: #fff;
}

/* ============================================================
   ヒーロー
   ============================================================ */

.ft-renewal-hero {
  position: relative;
  padding: 170px clamp(25px, calc(50 / 1440 * 100vw), 50px) clamp(42px, calc(42 / 1440 * 100vw), 42px);
  background: #000;
  color: #fff;
}

.ft-renewal-hero__content {
  width: 100%;
  margin-inline: auto;
  position: relative;
}

.ft-renewal-hero__heading {
  margin-top: 50px;
}

.ft-renewal-hero__heading picture {
  display: block;
}

.ft-renewal-hero__heading img,
.ft-renewal-hero__side-copy img {
  display: block;
  height: auto;
}

.ft-renewal-hero__side-copy {
  width: clamp(260px, calc(373 / 1440 * 100vw), 373px);
  margin-left: auto;
}

.ft-renewal-hero__heading img {
  width: 100%;
  margin-inline: auto;
}

.ft-renewal-hero__side-copy img {
  width: 100%;
}

/* ============================================================
   固定追従ボタン（HEAT）
   ============================================================ */

.ft-renewal-heat {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 177px;
  height: 177px;
  border: 3px solid transparent;
  border-radius: 50%;
  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(135deg, #79bce8, #e75d3e) border-box;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0.4s;
}

.ft-renewal-heat.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0s;
}

.ft-renewal-heat::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.ft-renewal-heat__lead {
  color: #fff;
  position: relative;
  display: block;
  width: 133px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
}

.ft-renewal-heat__note {
  position: relative;
  display: block;
  width: 133px;
  color: #6e6e6e;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.45;
}

/* ============================================================
   回転スクロール
   ============================================================ */

.ft-renewal-scroll {
  position: absolute;
  right: clamp(-20px, -20/1440*100vw, 30px);
  top: clamp(100px, 200/1440*100vw, 320px);
  width: 140px;
  width: calc(140/1440*100vw);
  height: calc(140/1440*100vw);
}

.ft-renewal-scroll img {
  position: absolute;
  display: block;
  height: auto;
}

.ft-renewal-scroll picture {
  position: absolute;
  display: block;
  height: auto;
}

.ft-renewal-scroll picture img {
  position: static;
  width: 100%;
  height: auto;
}

.ft-renewal-scroll__text {
  width: 100%;
  max-width: 133px;
  animation: ft-renewal-rotate 18s linear infinite;
  transform-origin: 50% 50%;
  will-change: transform;
}

.ft-renewal-scroll__line {
  left: 52%;
  top: 53%;
  width: 14px;
  transform: translate(-50%, -50%);
}

/* ============================================================
   シリーズ紹介
   ============================================================ */

.ft-renewal-series {
  position: relative;
  width: min(100%, 1360px);
  margin-top: clamp(120px, calc(160 / 1440 * 100vw), 160px);
  margin-inline: auto;
  color: #fff;
}

.ft-renewal-series__head {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 0;
}

.ft-renewal-series__head h2 {
  margin: 0;
  font-size: 41px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
}

.ft-renewal-series__head-text-pc .tab-only {
  display: none;
}

.ft-renewal-series__head-text-sp {
  display: none;
}

.ft-renewal-series__head p {
  margin: 0 0 20px;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.ft-renewal-series__head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 107px;
  height: 7px;
  background: url("../img/brand/freezeteck/renewal/ft-heading-line.svg") center / contain no-repeat;
}

.ft-renewal-series__visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 340px));
  justify-content: center;
  margin-top: 72px;
}

.ft-renewal-series-card {
  position: relative;
  display: block;
  height: 220px;
  border: 1px solid #1e1e1e;
  color: #fff;
  overflow: hidden;
}

.ft-renewal-series-card__bg {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.ft-renewal-series-card__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ft-renewal-series-card:hover .ft-renewal-series-card__bg,
.ft-renewal-series-card:focus-visible .ft-renewal-series-card__bg {
  opacity: 1;
}

.ft-renewal-series-card__copy {
  position: absolute;
  left: 10.59%;
  top: 15.91%;
  color: var(--ft-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.03em;
  white-space: nowrap;
  transition: color 0.4s ease;
}

.ft-renewal-series-card:hover .ft-renewal-series-card__copy,
.ft-renewal-series-card:focus-visible .ft-renewal-series-card__copy {
  color: #fff;
}

.ft-renewal-series-card__logo {
  position: absolute;
  left: 10.29%;
  right: 10.29%;
  bottom: 11.36%;
  display: block;
}

.ft-renewal-series-card__logo img {
  width: 100%;
  height: auto;
}

.ft-renewal-series-card__name {
  position: absolute;
  left: 10.29%;
  bottom: 17.27%;
  display: block;
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 0;
}

.ft-renewal-series-card__corner {
  position: absolute;
  top: 9.09%;
  right: 5.88%;
  width: 13px;
  height: 13px;
  background: url("../img/brand/freezeteck/renewal/ft-renewal-series-corner.svg") center / contain no-repeat;
}

.ft-renewal-series-banner {
  position: relative;
  display: block;
  margin-top: 24px;
  color: #fff;
  overflow: hidden;
  border: 1px solid #1e1e1e;
}

.ft-renewal-series-banner__image {
  display: block;
}

.ft-renewal-series-banner__image img {
  display: block;
  width: 100%;
  height: auto;
}

.ft-renewal-series-banner__image--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.ft-renewal-series-banner:hover .ft-renewal-series-banner__image--hover,
.ft-renewal-series-banner:focus-visible .ft-renewal-series-banner__image--hover {
  opacity: 1;
}

/* ============================================================
   イントロ動画
   ============================================================ */

.ft-renewal-intro {
  position: relative;
  aspect-ratio: 1440 / 646;
  background: #000;
  overflow: hidden;
}

.ft-renewal-intro::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 27px;
  height: 32px;
  background: url("../img/brand/freezeteck/renewal/play-button.svg") center / contain no-repeat;
  transform: translate(-50%, -50%);
}

.ft-renewal-intro picture,
.ft-renewal-intro img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   ブランドについて（ABOUT）
   ============================================================ */

.ft-renewal-about {
  position: relative;
  padding: 113px clamp(70px, calc(98 / 1440 * 100vw), 98px) clamp(140px, calc(173 / 1440 * 100vw), 173px);
  background: #000;
  color: #fff;
  overflow: hidden;
  transition: background-color 0.7s ease, color 0.7s ease;
}

.ft-renewal-about.is-inverted {
  background: #fff;
  color: #000;
}

.ft-renewal-about.is-inverted .ft-renewal-about__emblem,
.ft-renewal-about.is-inverted .ft-renewal-about__logo img {
  filter: invert(1);
}

.ft-renewal-about__title {
  position: relative;
  z-index: 2;
}

.ft-renewal-about__title-en {
  margin: 0;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.ft-renewal-about__title-ja {
  margin: 0;
  font-size: clamp(78px, calc(120 / 1440 * 100vw), 120px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 1px;
  position: relative;
  top: 11px;
}

.ft-renewal-about__title-ja-sp {
  display: none;
}

.ft-renewal-about__title::after {
  content: "";
  display: block;
  width: 228px;
  height: 15px;
  margin-top: 48px;
  background: url("../img/brand/freezeteck/renewal/ft-heading-line.svg") center / contain no-repeat;
}

.ft-renewal-about__body {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 45px;
  width: min(812px, calc(100% - 520px));
  margin-top: 201px;
}

.ft-renewal-about__emblem {
  width: 167px;
  height: 167px;
  flex: 0 0 auto;
  object-fit: contain;
  transition: filter 0.7s ease;
}

.ft-renewal-about__content {
  min-width: 0;
}

.ft-renewal-about__logo {
  width: 394px;
  max-width: 100%;
}

.ft-renewal-about__logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.7s ease;
}

.ft-renewal-about__lead {
  margin-top: 15px;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 1px;
}

.ft-renewal-about__text {
  position: relative;
  z-index: 2;
  width: min(818px, calc(100% - 400px));
  margin-top: 103px;
}

.ft-renewal-about__text .tab-only {
  display: none;
}

.ft-renewal-about__paragraph {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.375;
  letter-spacing: 1px;
}

.ft-renewal-about__paragraph--spaced {
  margin-top: 22px;
}

.ft-renewal-about__image {
  position: absolute;
  top: 339px;
  right: 0;
  width: clamp(400px, calc(616 / 1440 * 100vw), 646px);
  aspect-ratio: 616 / 942;
  margin: 0;
  overflow: hidden;
}

.ft-renewal-about__image img {
  position: absolute;
  top: 2.28%;
  left: 0;
  width: 149.44%;
  max-width: none;
  height: auto;
}

/* ============================================================
   製品紹介（PRODUCTS）
   ============================================================ */

.ft-renewal-products {
  position: relative;
  padding: 109px 0 128px;
  background: #fff;
  color: #000;
  overflow: hidden;
}

.ft-renewal-products__heading {
  position: relative;
  width: min(100%, 1440px);
  margin-inline: auto;
}

.ft-renewal-products__title {
  margin: 0 -25px 0 auto;
  text-align: right;
}

.ft-renewal-products__title-en {
  position: relative;
  width: fit-content;
  margin: 0 min(0px, calc((1440px - 100vw) / 2)) 0 auto;
  font-family: "Geist", "Inter", sans-serif;
  font-size: clamp(110px, calc(200 / 1440 * 100vw), 200px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.ft-renewal-products__title-icon {
  position: absolute;
  top: -2px;
  left: -49px;
  width: 44px;
  height: 44px;
}

.ft-renewal-products__title-icon img {
  width: 100%;
  height: 100%;
}

.ft-renewal-products__title-ja {
  margin: 10px 112px 0 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: 1px;
  white-space: nowrap;
  text-align: right;
}

.ft-renewal-products__copy {
  margin: 21px 0 0 calc(100/1440*100vw);
  font-size: 16px;
  font-weight: 500;
  line-height: 2.375;
  letter-spacing: 1px;
}

.ft-renewal-products__copy-line {
  margin: 0;
}

.ft-renewal-products__inner {
  width: min(calc(100% - 20px), 1340px);
  margin-inline: auto;
}

.ft-renewal-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 70px;
}

.ft-renewal-products-card {
  position: relative;
  display: block;
  height: 510px;
  color: var(--ft-white);
  overflow: hidden;
  isolation: isolate;
}

.ft-renewal-products-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(37deg,
      #bb331c -4.85%,
      #eb6638 14%,
      #ed7a42 21.33%,
      #f4c29f 34.94%,
      #f1f9fd 47.51%,
      #96cffa 73.68%,
      #4893f6 99.86%);
  mix-blend-mode: color-burn;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.ft-renewal-products-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ft-renewal-products-card__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.ft-renewal-products-card__content {
  position: absolute;
  top: 169px;
  left: 30px;
  z-index: 3;
  display: block;
  width: 380px;
  color: #fff;
}

.ft-renewal-products-card__name {
  display: block;
  margin: 0;
  font-family: "Geist", "Inter", sans-serif;
  font-size: clamp(45px, calc(62/1440*100vw), 62px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.ft-renewal-products-card__name-line {
  display: block;
}

.ft-renewal-products-card__description {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.375;
  letter-spacing: 1px;
  white-space: nowrap;
}

.ft-renewal-products-card__description br {
  display: none;
}

.ft-renewal-products-card__view {
  position: absolute;
  right: 31px;
  bottom: 31px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}

.ft-renewal-products-card__view-text {
  font-family: "Geist", "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.ft-renewal-products-card__view-icon {
  width: 36px;
  height: 36px;
  transform: rotate(45deg);
  transition: transform 0.35s ease;
}

/* ============================================================
   ホバーエフェクト（any-hover）
   ============================================================ */

@media (any-hover: hover) {
  .ft-renewal-products-card:hover::after {
    opacity: 1;
  }

  .ft-renewal-products-card:hover .ft-renewal-products-card__view-icon {
    transform: rotate(0deg);
  }
}

/* ============================================================
   パートナー（PARTNERS）
   ============================================================ */

.ft-renewal-partners {
  position: relative;
  padding-top: 0;
  background: var(--ft-white);
  overflow: hidden;
}

.ft-renewal-partners__panel {
  position: relative;
  width: min(100%, 1440px);
  margin-inline: auto;
  padding-bottom: clamp(70px, calc(90 / 1440 * 100vw), 90px);
  background: var(--ft-white);
  overflow: visible;
}

.ft-renewal-partners__title {
  margin: 0;
  padding-top: 0;
}

.ft-renewal-partners__title-en {
  position: relative;
  width: fit-content;
  font-family: "Geist", "Inter", sans-serif;
  font-size: clamp(110px, calc(179 / 1440 * 100vw), 179px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -5.972px;
  white-space: nowrap;
}

.ft-renewal-partners__title-icon {
  position: absolute;
  top: 14px;
  right: -62px;
  width: 38px;
  height: 38px;
}

.ft-renewal-partners__title-icon img {
  width: 100%;
  height: 100%;
}

.ft-renewal-partners__title-ja {
  margin: 0;
  margin-top: 17px;
  padding-left: clamp(60px, calc(79 / 1440 * 100vw), 79px);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: 1px;
}

.ft-renewal-partners__body {
  display: grid;
  grid-template-columns: minmax(280px, 345px) minmax(360px, 470px);
  column-gap: clamp(80px, calc(465 / 1440 * 100vw), 465px);
  align-items: start;
  width: min(calc(100% - 120px), 1280px);
  margin-top: -33px;
  margin-left: clamp(60px, calc(79 / 1440 * 100vw), 79px);
  padding-left: 0;
}

.ft-renewal-partners__copy {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.375;
  letter-spacing: 1px;
}

.ft-renewal-partners__paragraph {
  margin: 0;
}

.ft-renewal-partners__contact {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 345px;
  height: 85px;
  margin-top: 93px;
  color: var(--ft-white);
}

.ft-renewal-partners__contact::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 5px;
  z-index: 0;
  background: linear-gradient(90deg, #bb331c 3.13%, #eb6638 14.87%, #ed7a42 21.87%, #f4c29f 34.87%, #f1f9fd 46.87%, #96cffa 71.87%, #4893f6 96.87%);
}

.ft-renewal-partners__contact::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 5px;
  left: 0;
  z-index: 1;
  background: #000;
}

.ft-renewal-partners__contact-line {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 35px;
  height: 1px;
  background: var(--ft-white);
  transform: scaleX(0.857);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.ft-renewal-partners__contact-text {
  position: relative;
  z-index: 2;
  margin-right: auto;
  color: var(--ft-white);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  transition: transform 0.35s ease;
}

.ft-renewal-partners__contact-icon {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 22px;
  height: 14px;
  margin-right: 30px;
}

.ft-renewal-partners__rail {
  --partners-rail-offset: -193px;
  display: flex;
  gap: 50px;
  width: max-content;
  margin-top: 62px;
  animation: ft-renewal-rail 32s linear infinite;
}

.ft-renewal-partners__logo {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  background: var(--ft-white);
  overflow: hidden;
}

.ft-renewal-partners__logo img {
  width: 86.4%;
  height: auto;
  object-fit: contain;
}

.ft-renewal-partners__logo--kizakura img {
  width: 86.7%;
}

.ft-renewal-partners__logo--signal img {
  width: 84.8%;
}

.ft-renewal-partners__logo--xebio img {
  width: 90.4%;
}

.ft-renewal-partners__logo--softbank img {
  width: 64%;
}

.ft-renewal-partners__logo--goldwin img {
  width: 95.2%;
}

/* ============================================================
   テクノロジー（TECH）
   ============================================================ */

.ft-renewal-tech {
  --tech-sticky-offset: 200px;
  --tech-scroll-height: 400vh;
  --tech-section-min-height: 2700px;
  --tech-sticky-height: calc(100vh + var(--tech-sticky-offset));
  --tech-sticky-min-height: 1300px;
  --tech-panel-width: min(1473px, 102.3vw);
  --tech-panel-height: calc(100vh + 200px);
  --tech-panel-min-height: var(--tech-sticky-min-height);
  --tech-panel-padding-top: 0px;
  --tech-panel-padding-bottom: 0px;
  position: relative;
  height: var(--tech-scroll-height);
  min-height: var(--tech-section-min-height);
  background: #fff;
  color: #000;
  transition: background-color 0.7s ease, color 0.7s ease;
}

.ft-renewal-tech.is-inverted {
  background: #000;
  color: #fff;
}

.ft-renewal-tech__sticky {
  position: sticky;
  top: calc(var(--tech-sticky-offset) * -1);
  height: var(--tech-sticky-height);
  min-height: var(--tech-sticky-min-height);
  overflow: visible;
}

.ft-renewal-tech__panel {
  position: relative;
  width: var(--tech-panel-width);
  height: var(--tech-panel-height);
  min-height: var(--tech-panel-min-height);
  margin-inline: auto;
  padding-top: var(--tech-panel-padding-top);
  padding-bottom: var(--tech-panel-padding-bottom);
  background: #fff;
  color: #000;
  overflow: visible;
  transform: translateY(var(--tech-panel-y)) scale(var(--tech-scale, 1));
  transform-origin: top center;
  transition: background-color 0.7s ease, color 0.7s ease;
  will-change: transform;
}

.ft-renewal-tech.is-inverted .ft-renewal-tech__panel {
  background: #000;
  color: #fff;
}

.ft-renewal-tech__title {
  position: absolute;
  top: 36px;
  right: calc((min(1473px, 102.3vw) - 100vw) / 2 - 16px);
  left: auto;
  z-index: 3;
  display: block;
  width: fit-content;
  margin: 0;
  color: inherit;
  text-align: right;
}

.ft-renewal-tech__title-icon {
  position: absolute;
  top: 12px;
  left: -69px;
  width: 44px;
  height: 44px;
  margin-top: 0;
  background: currentColor;
  mask: url("../img/brand/freezeteck/renewal/ft-products-heading-icon.svg") center / contain no-repeat;
  -webkit-mask: url("../img/brand/freezeteck/renewal/ft-products-heading-icon.svg") center / contain no-repeat;
}

.ft-renewal-tech__title-icon::before,
.ft-renewal-tech__title-icon::after {
  content: none;
}

.ft-renewal-tech__title-en {
  position: relative;
  width: fit-content;
  margin: 0;
  margin-left: auto;
  font-family: "Geist", "Inter", sans-serif;
  font-size: clamp(110px, calc(200 / 1440 * 100vw), 200px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.ft-renewal-tech__title-ja {
  position: static;
  margin: 0;
  margin-top: 10px;
  margin-right: 124px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: 1px;
}

.ft-renewal-tech__content {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ft-renewal-tech__content.-first {
  opacity: 1;
  transform: none;
}

.ft-renewal-tech__content.-second {
  opacity: 1;
  transform: none;
}

.ft-renewal-tech__text {
  position: absolute;
  left: 100px;
  top: 355px;
  z-index: 2;
  width: 417px;
  opacity: var(--tech-copy-opacity);
  transform: translateY(var(--tech-copy-y));
  will-change: opacity, transform;
}

.ft-renewal-tech__lead {
  margin: 0;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 1px;
}

.ft-renewal-tech__subhead {
  margin: 0;
  margin-top: 45px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 1px;
}

.ft-renewal-tech__paragraph {
  width: 417px;
  margin: 0;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.375;
  letter-spacing: 1px;
}

.ft-renewal-tech__note {
  display: block;
  margin-top: 10px;
  color: var(--ft-gray);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.ft-renewal-tech.is-inverted .ft-renewal-tech__note {
  color: rgba(255, 255, 255, 0.5);
}

.ft-renewal-tech__icons {
  position: absolute;
  top: calc(747/1440*100vw);
  top: clamp(500px, calc(747 / 1440 * 100vw), 747px);
  right: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  gap: 30px 40px;
  width: 544px;
  color: #fff;
  opacity: var(--tech-icons-opacity);
  transform: translateY(var(--tech-icons-y));
  will-change: opacity, transform;
}

.ft-renewal-tech__icon-item {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 18px;
  line-height: 1.55;
}

.ft-renewal-tech__icon-image {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
}

.ft-renewal-tech__icon-label {
  display: block;
  width: 144px;
  color: #fff;
}

.ft-renewal-tech__label {
  position: absolute;
  width: 280px;
  color: inherit;
  transition: opacity 0.2s linear;
  will-change: opacity, transform;
}

.ft-renewal-tech__label::before {
  content: "";
  position: absolute;
  top: 36px;
  width: 97px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ft-renewal-tech__label strong {
  display: block;
  font-family: "Geist", "Inter", sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.12;
}

.ft-renewal-tech__label span {
  display: block;
  margin-top: 26px;
  font-size: 14px;
}

.ft-renewal-tech__label-break {
  display: none;
}

.ft-renewal-tech__label.-application {
  left: 159px;
  top: 510px;
  opacity: var(--tech-application-opacity);
  text-align: right;
  transform: translateY(var(--tech-application-y));
}

.ft-renewal-tech__label.-application::before {
  right: -120px;
  background-image: url("../img/brand/freezeteck/renewal/ft-tech-line-application.svg");
}

.ft-renewal-tech__label.-material {
  top: 900px;
  right: calc(140/1440*100vw);
  bottom: auto;
  opacity: var(--tech-material-opacity);
  transform: translateY(var(--tech-material-y));
}

.ft-renewal-tech__label.-material::before {
  left: -120px;
  background-image: url("../img/brand/freezeteck/renewal/ft-tech-line-material.svg");
}

.ft-renewal-tech__fabric {
  position: absolute;
  z-index: 1;
  width: 508px;
  height: 437px;
  /* pointer-events: none; */
}

.ft-renewal-tech__fabric picture,
.ft-renewal-tech__fabric img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ft-renewal-tech__fabric--top {
  top: 533px;
  left: 50%;
  translate: -50% 0;
  filter: brightness(var(--tech-fabric-brightness));
  opacity: var(--tech-fabric-opacity);
}

.ft-renewal-tech__fabric--middle {
  display: none;
}

.ft-renewal-tech__fabric--bottom {
  display: block;
  top: 533px;
  left: 50%;
  translate: -50% 0;
  filter: brightness(1);
  opacity: var(--tech-fabric-bright-opacity);
}

/* ============================================================
   効果実証（PROOF）
   ============================================================ */

.ft-renewal-proof {
  --proof-panel-padding-top: 102px;
  --proof-panel-padding-bottom: 100px;
  --proof-intro-padding-left: clamp(32px, calc(70 / 1440 * 100vw), 70px);
  --proof-intro-padding-right: clamp(24px, calc(32 / 1440 * 100vw), 32px);
  --proof-thermo-width: clamp(500px, calc(704 / 1440 * 100vw), 704px);
  --proof-thermo-height: calc(var(--proof-thermo-width) * 606 / 704);
  --proof-comparison-width: calc(var(--proof-thermo-width) * 658 / 704);
  --proof-summary-width: min(100%, clamp(360px, calc(583 / 1440 * 100vw), 583px));
  --proof-sub-line-extra: clamp(24px, calc(46 / 1440 * 100vw), 46px);
  padding: 0;
  background: #000;
  color: #fff;
}

.ft-renewal-proof__panel {
  position: relative;
  width: min(100%, 1440px);
  margin-inline: auto;
  padding-top: var(--proof-panel-padding-top);
  padding-bottom: var(--proof-panel-padding-bottom);
}

.ft-renewal-proof__intro {
  display: grid;
  grid-template-columns: var(--proof-thermo-width) minmax(0, 1fr);
  padding-left: var(--proof-intro-padding-left);
  padding-right: var(--proof-intro-padding-right);
}

.ft-renewal-proof__thermo {
  position: relative;
  width: var(--proof-thermo-width);
  height: var(--proof-thermo-height);
}

.ft-renewal-proof__comparison {
  display: flex;
  width: var(--proof-comparison-width);
  height: var(--proof-thermo-height);
  overflow: hidden;
}

.ft-renewal-proof__comparison[data-active="before"] {
  --proof-before-width: 100%;
  --proof-after-width: 0%;
}

.ft-renewal-proof__comparison[data-active="after"] {
  --proof-before-width: 0%;
  --proof-after-width: 100%;
}

.ft-renewal-proof__pane {
  position: relative;
  display: block;
  flex: 0 0 50%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  overflow: hidden;
  transition: flex-basis 0.3s ease;
  will-change: flex-basis;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.ft-renewal-proof__pane--before {
  flex-basis: var(--proof-before-width, 50%);
}

.ft-renewal-proof__pane--after {
  flex-basis: var(--proof-after-width, 50%);
}

.ft-renewal-proof__pane::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  /* pointer-events: none; */
}

.ft-renewal-proof__pane-image {
  position: absolute;
  top: 0;
  width: 100%;
  width: var(--proof-comparison-width);
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ft-renewal-proof__pane--before .ft-renewal-proof__pane-image {
  left: 0;
  object-position: left center;
}

.ft-renewal-proof__pane--after .ft-renewal-proof__pane-image {
  right: 0;
  object-position: right center;
}

.ft-renewal-proof__pane:hover .ft-renewal-proof__pane-image,
.ft-renewal-proof__pane:focus-visible .ft-renewal-proof__pane-image {
  transform: scale(1.03);
}

.ft-renewal-proof__pane-label {
  position: absolute;
  left: 25px;
  bottom: 23px;
  z-index: 2;
  color: var(--ft-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  white-space: nowrap;
}

.ft-renewal-proof__scale {
  position: absolute;
  inset: 0;
  color: var(--ft-white);
  font-size: 12px;
  line-height: 1;
}

.ft-renewal-proof__scale-bar {
  position: absolute;
  top: 19px;
  right: 4px;
  display: block;
  width: 12px;
  height: 277px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f8a1d0 0%, #dc1459 12%, #f47d2f 30%, #f8f14a 47%, #35b969 58%, #0d72bc 75%, #384ca3 100%);
}

.ft-renewal-proof__scale-number {
  position: absolute;
  right: -3px;
  letter-spacing: 1px;
}

.ft-renewal-proof__scale-number--high {
  top: 0;
}

.ft-renewal-proof__scale-number--low {
  top: 301px;
}

.ft-renewal-proof__summary {
  position: relative;
  width: var(--proof-summary-width);
  min-height: clamp(430px, calc(542 / 1440 * 100vw), 542px);
  text-align: right;
}

.ft-renewal-proof__result {
  position: absolute;
  top: clamp(-123px, calc(-123 / 1440 * 100vw), -100px);
  right: 54px;
  margin-left: auto;
  width: fit-content;
  font-family: "Geist", "Noto Sans JP", sans-serif;
  font-weight: 100;
  line-height: 0.8;
  white-space: nowrap;
  color: transparent;
  background-image: linear-gradient(90deg,
      #bb331c 3.13%,
      #eb6638 14.87%,
      #ed7a42 21.87%,
      #f4c29f 34.87%,
      #f1f9fd 46.87%,
      #96cffa 71.87%,
      #4893f6 96.87%);
  background-clip: text;
  -webkit-background-clip: text;
}

.ft-renewal-proof__result-number {
  font-size: clamp(120px, calc(200 / 1440 * 100vw), 200px);
}

.ft-renewal-proof__result-unit {
  font-size: clamp(50px, calc(90 / 1440 * 100vw), 90px);
}

.ft-renewal-proof__headline {
  margin-top: clamp(50px, calc(98 / 1440 * 100vw), 98px);
  margin-right: clamp(10px, calc(15 / 1440 * 100vw), 15px);
  font-size: clamp(42px, calc(60 / 1440 * 100vw), 60px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 1px;
}

.ft-renewal-proof__sub {
  position: relative;
  z-index: 1;
  margin-top: clamp(45px, calc(88 / 1440 * 100vw), 88px);
  margin-right: clamp(28px, calc(56 / 1440 * 100vw), 56px);
  padding-top: 0;
  font-size: clamp(20px, calc(25 / 1440 * 100vw), 25px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 1px;
}

.ft-renewal-proof__sub::before {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 0;
  width: calc(100% + var(--proof-sub-line-extra));
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-50%);
}

.ft-renewal-proof__note {
  position: relative;
  z-index: 1;
  margin: 0;
  margin-top: 53px;
  margin-right: 54px;
  color: var(--ft-gray);
  font-size: 12px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 1px;
}

.ft-renewal-proof__bottom {
  display: grid;
  grid-template-columns: minmax(360px, calc(605 / 1440 * 100vw)) minmax(320px, calc(455 / 1440 * 100vw));
  column-gap: clamp(40px, calc(246 / 1440 * 100vw), 246px);
  align-items: start;
  margin-top: 182px;
  padding-left: clamp(32px, calc(85 / 1440 * 100vw), 85px);
  padding-right: clamp(24px, calc(32 / 1440 * 100vw), 32px);
}

.ft-renewal-proof__bottom-title {
  font-size: 45px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 1px;
}

.ft-renewal-proof__bottom-text {
  margin-top: 18px;
  color: var(--ft-gray);
  font-size: 12px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 1px;

}

.ft-renewal-proof__movies {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
}

.ft-renewal-proof-movie {
  position: relative;
  display: block;
  height: clamp(300px, calc(419 / 1440 * 100vw), 419px);
  color: var(--ft-white);
  overflow: hidden;
}

.ft-renewal-proof-movie__embed {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1);
  transition: filter 0.35s ease;
}

.ft-renewal-proof-movie__image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.75;
}

.ft-renewal-proof-movie__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.75);
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.ft-renewal-proof-movie__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ft-renewal-proof-movie__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid var(--ft-white);
  transform: translate(-50%, -50%);
}

.ft-renewal-proof-movie__title {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  pointer-events: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1px;
  transition: opacity 0.35s ease;
}

/* ============================================================
   ホバーエフェクト（マウス・トラックパッドのみ）
   ============================================================ */

@media (hover: hover) and (pointer: fine) {

  .ft-renewal-proof__comparison:has(.ft-renewal-proof__pane--before:hover),
  .ft-renewal-proof__comparison:has(.ft-renewal-proof__pane--before:focus-visible) {
    --proof-before-width: 100%;
    --proof-after-width: 0%;
  }

  .ft-renewal-proof__comparison:has(.ft-renewal-proof__pane--after:hover),
  .ft-renewal-proof__comparison:has(.ft-renewal-proof__pane--after:focus-visible) {
    --proof-before-width: 0%;
    --proof-after-width: 100%;
  }

  .ft-renewal-proof-movie__image {
    transition: opacity 0.35s ease, filter 0.35s ease, transform 0.35s ease;
  }

  .ft-renewal-proof-movie:hover .ft-renewal-proof-movie__image,
  .ft-renewal-proof-movie:focus-visible .ft-renewal-proof-movie__image {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.04);
  }

  .ft-renewal-proof-movie:hover .ft-renewal-proof-movie__embed,
  .ft-renewal-proof-movie:focus-within .ft-renewal-proof-movie__embed {
    filter: grayscale(0);
  }

  .ft-renewal-proof-movie:hover .ft-renewal-proof-movie__overlay,
  .ft-renewal-proof-movie:focus-visible .ft-renewal-proof-movie__overlay,
  .ft-renewal-proof-movie:focus-within .ft-renewal-proof-movie__overlay {
    opacity: 0;
  }

  .ft-renewal-proof-movie:hover .ft-renewal-proof-movie__title,
  .ft-renewal-proof-movie:focus-visible .ft-renewal-proof-movie__title,
  .ft-renewal-proof-movie:focus-within .ft-renewal-proof-movie__title {
    opacity: 0;
  }

  .ft-renewal-partners__contact:hover .ft-renewal-partners__contact-line,
  .ft-renewal-partners__contact:focus-visible .ft-renewal-partners__contact-line {
    transform: scaleX(1);
  }

  .ft-renewal-partners__contact:hover .ft-renewal-partners__contact-text,
  .ft-renewal-partners__contact:focus-visible .ft-renewal-partners__contact-text {
    transform: translateX(6px);
  }
}

/* ============================================================
   PURPOSE（HOW / IDENTITY / USER VOICE）
   ============================================================ */

.ft-renewal-purpose {
  height: 520vh;
  background: #000;
}

.ft-renewal-purpose__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 760px;
  overflow: hidden;
  background: #000;
}

.ft-renewal-purpose__stage {
  position: absolute;
  inset: 0;
  /* pointer-events: none; */
}

.ft-renewal-purpose__stage.-how {
  opacity: var(--purpose-stage1-opacity, 1);
  z-index: 1;
  will-change: opacity;
}

.ft-renewal-purpose__stage.-identity {
  opacity: var(--purpose-stage2-opacity, 0);
  z-index: 2;
  will-change: opacity;
}

.ft-renewal-purpose__stage.-user-voice {
  overflow: hidden;
  background: #fff;
  color: #000;
  opacity: var(--purpose-stage3-opacity, 0);
  z-index: 3;
  padding-top: clamp(140px, 20.41vh, 204px);
  will-change: opacity;
}

.ft-renewal:not(.is-purpose-user-voice-active) .ft-renewal-purpose__stage.-user-voice,
.ft-renewal:not(.is-purpose-user-voice-active) .ft-renewal-purpose__stage.-user-voice a {
  pointer-events: none;
}

.ft-renewal.is-purpose-user-voice-active .ft-renewal-purpose__stage.-user-voice {
  pointer-events: auto;
}

.ft-renewal-purpose__stage.-user-voice>* {
  position: relative;
  z-index: 1;
}

.ft-renewal-purpose__card {
  position: absolute;
  left: var(--purpose-card-left);
  top: var(--purpose-card-top);
  width: var(--purpose-card-width);
  height: var(--purpose-card-height);
  border: var(--purpose-card-border-width) solid var(--purpose-card-border-color);
  color: #fff;
  will-change: left, top, width, height, border-color, border-width;
}

.ft-renewal-purpose__card-head {
  position: absolute;
  left: var(--purpose-title-left);
  top: var(--purpose-title-top);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  white-space: nowrap;
  transform: translateX(var(--purpose-heading-x, 0));
  will-change: left, top, font-size, transform;
}

.ft-renewal-purpose__card-row {
  display: flex;
  align-items: flex-start;
  gap: var(--purpose-title-gap);
}

.ft-renewal-purpose__card-line {
  margin: 0;
  font-size: var(--purpose-title-size);
  line-height: var(--purpose-title-line-height);
}

.ft-renewal-purpose__card-head .ft-renewal-cross {
  width: var(--purpose-cross-size);
  height: var(--purpose-cross-size);
}

@media (min-width: 1025px) {
  .ft-renewal-purpose__card-head .ft-renewal-cross {
    transform: translate(-6px, 4px);
  }
}

.ft-renewal-purpose__card-sub {
  position: absolute;
  left: var(--purpose-sub-left);
  top: var(--purpose-sub-top);
  font-size: var(--purpose-sub-size);
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  transform: translateX(var(--purpose-heading-x, 0));
  will-change: left, top, font-size, transform;
}

.ft-renewal-purpose__identity-title p,
.ft-renewal-purpose__voice-title p {
  margin: 0;
  font-family: "Geist", sans-serif;
  font-size: clamp(78px, 9.8vw, 140px);
  font-weight: 600;
  line-height: 0.95;
}

/* ============================================================
   共通パーツ：クロスアイコン
   ============================================================ */

.ft-renewal-cross {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  background: currentColor;
  mask: url("../img/brand/freezeteck/renewal/ft-products-heading-icon.svg") center / contain no-repeat;
  -webkit-mask: url("../img/brand/freezeteck/renewal/ft-products-heading-icon.svg") center / contain no-repeat;
}

.ft-renewal-purpose__divider.-cross::before,
.ft-renewal-purpose__divider.-cross::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  background: currentColor;
}

.ft-renewal-purpose__divider.-cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ft-renewal-purpose__divider.-cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ft-renewal-purpose__identity-title>div,
.ft-renewal-purpose__voice-title>div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.ft-renewal-purpose__identity-title small {
  display: block;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ft-renewal-purpose__scroll {
  position: absolute;
  left: calc(var(--purpose-card-left) + clamp(48px, calc(70 / 1440 * 100vw), 70px));
  translate: none;
  right: auto;
  top: calc(var(--purpose-card-top) + var(--purpose-card-height) - clamp(120px, calc(135 / 1440 * 100vw), 135px) - var(--purpose-scroll-raise, 0px));
  bottom: auto;
  display: flex;
  align-items: flex-start;
  width: max-content;
  gap: clamp(20px, calc(30 / 1440 * 100vw), 30px);
  overflow: visible;
  opacity: var(--purpose-blocks-opacity, 0);
  will-change: opacity, transform;
}

.ft-renewal-purpose__block {
  width: clamp(230px, calc(292 / 1440 * 100vw), 292px);
  flex: 0 0 clamp(230px, calc(292 / 1440 * 100vw), 292px);
  color: #fff;
}

.ft-renewal-purpose__block h3 {
  margin: 0;
  margin-bottom: clamp(28px, calc(40 / 1440 * 100vw), 40px);
  font-family: "Geist", sans-serif;
  font-size: clamp(32px, calc(40 / 1440 * 100vw), 40px);
  font-weight: 900;
  line-height: 1;
}

.ft-renewal-purpose__block h4 {
  margin: 0;
  margin-bottom: clamp(12px, calc(18 / 1440 * 100vw), 18px);
  font-family: "Geist", sans-serif;
  font-size: clamp(14px, calc(16 / 1440 * 100vw), 16px);
  font-weight: 900;
  line-height: 1;
}

.ft-renewal-purpose__block p {
  margin: 0;
  font-size: clamp(12px, calc(13 / 1440 * 100vw), 13px);
  line-height: 1.6;
}

.ft-renewal-purpose__divider {
  position: relative;
  flex: 0 0 auto;
  color: #fff;
  margin: auto 0;
}

.ft-renewal-purpose__divider.-cross {
  width: clamp(82px, calc(116 / 1440 * 100vw), 116px);
  height: clamp(82px, calc(116 / 1440 * 100vw), 116px);
}

.ft-renewal-purpose__divider.-arrow {
  width: clamp(41px, calc(58 / 1440 * 100vw), 58px);
  height: clamp(82px, calc(116 / 1440 * 100vw), 116px);
}

.ft-renewal-purpose__divider.-arrow::before,
.ft-renewal-purpose__divider.-arrow::after {
  content: "";
  position: absolute;
  right: clamp(4px, calc(6 / 1440 * 100vw), 6px);
  width: clamp(58px, calc(82 / 1440 * 100vw), 82px);
  height: 1px;
  background: currentColor;
  transform-origin: right center;
}

.ft-renewal-purpose__divider.-arrow::before {
  top: 50%;
  transform: rotate(45deg);
}

.ft-renewal-purpose__divider.-arrow::after {
  top: 50%;
  transform: rotate(-45deg);
}

.ft-renewal-purpose__identity-panel {
  position: absolute;
  left: var(--purpose-identity-panel-left);
  top: var(--purpose-identity-panel-top);
  width: var(--purpose-identity-panel-width);
  height: var(--purpose-identity-panel-height);
  overflow: hidden;
  will-change: left, top, width, height;
}

.ft-renewal-purpose__identity-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #fff;
  opacity: var(--purpose-identity-white-opacity, 0);
  will-change: opacity;
}

.ft-renewal-purpose__identity-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, #bb331c 3%, #eb6638 15%, #ed7a42 22%, #f4c29f 35%, #f1f9fd 47%, #96cffa 72%, #4893f6 97%);
  opacity: var(--purpose-identity-bg-opacity, 1);
  will-change: opacity;
}

.ft-renewal-purpose__identity-title {
  position: absolute;
  top: 18.7%;
  right: 4.86%;
  color: #fff;
  text-align: right;
  opacity: var(--purpose-identity-title-opacity, 0);
  transform: translateX(var(--purpose-identity-title-x, 0));
  will-change: transform, opacity;
}

.ft-renewal-purpose__identity-title>div {
  justify-content: flex-end;
}

.ft-renewal-purpose__identity-body {
  position: absolute;
  left: 70px;
  bottom: clamp(60px, 10vh, 110px);
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 390px);
  gap: var(--purpose-identity-body-gap, 60px);
  padding: 0;
  color: #000;
  opacity: var(--purpose-identity-content-opacity, 1);
  will-change: opacity;
}

.ft-renewal-purpose__identity-body h3 {
  margin: 0;
  margin-bottom: var(--purpose-identity-heading-gap, 35px);
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.ft-renewal-purpose__identity-body h3::after {
  content: "";
  display: block;
  width: 38px;
  height: 6px;
  margin-top: 10px;
  background: url("../img/brand/freezeteck/renewal/heading-line-bk.svg") center / contain no-repeat;
}

.ft-renewal-purpose__identity-body p {
  margin: 0;
  font-size: var(--purpose-identity-text-size, 34px);
  font-weight: 900;
  line-height: var(--purpose-identity-text-line-height, 1.5);
}

.ft-renewal-purpose__voice-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: -webkit-fit-content;
  width: fit-content;
  margin-left: -1.32%;
  color: #000;
}

.ft-renewal-purpose__voice-title p {
  font-size: clamp(94px, 12.44vw, 179px);
  line-height: 0.46;
  letter-spacing: -0.033em;
}

.ft-renewal-purpose__voice-title>div {
  display: contents;
}

.ft-renewal-purpose__voice-title>div p {
  margin-right: 20px;
}

.ft-renewal-purpose__voice-title .ft-renewal-cross {
  width: 38px;
  height: 38px;
  margin-top: -34px;
  margin-left: 24px;
}

.ft-renewal-purpose__voice-title small {
  display: block;
  flex-basis: 100%;
  margin-top: 60px;
  margin-left: 7vw;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
}

.ft-renewal-purpose__voice-title-break {
  display: none;
}

.ft-renewal-purpose__voice-body {
  --purpose-voice-link-size: clamp(150px, calc(202 / 1440 * 100vw), 202px);
  --purpose-voice-card-width: clamp(260px, calc(399 / 1440 * 100vw), 399px);
  --purpose-voice-link-gap: clamp(56px, calc(90 / 1440 * 100vw), 90px);
  --purpose-voice-card-gap: clamp(24px, calc(40 / 1440 * 100vw), 40px);
  --purpose-voice-width: calc(var(--purpose-voice-link-size) + var(--purpose-voice-link-gap) + var(--purpose-voice-card-width) * 2 + var(--purpose-voice-card-gap));
  --purpose-voice-left: clamp(48px, calc((100vw - var(--purpose-voice-width)) / 2), 360px);
  display: grid;
  grid-template-columns:
    var(--purpose-voice-link-size) var(--purpose-voice-link-gap) minmax(0, var(--purpose-voice-card-width)) var(--purpose-voice-card-gap) minmax(0, var(--purpose-voice-card-width));
  column-gap: 0;
  align-items: start;
  width: fit-content;
  margin-top: clamp(70px, 11.8vh, 118px);
  margin-left: var(--purpose-voice-left);
}

.ft-renewal-purpose__voice-link {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  place-items: center;
  width: var(--purpose-voice-link-size);
  height: var(--purpose-voice-link-size);
  grid-column: 1;
  margin-right: 0;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  pointer-events: auto;
  margin: auto 0;
}

.ft-renewal-purpose__voice-link::after {
  content: "";
  display: block;
  width: 31px;
  height: 14px;
  background: url("../img/brand/freezeteck/renewal/ft-purpose-voice-arrow.svg") center / contain no-repeat;
  transform: translateX(2px);
}

.ft-renewal-purpose__voice-link span {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
}

.ft-renewal-purpose__voice-card {
  width: var(--purpose-voice-card-width);
  color: #000;
}

.ft-renewal-purpose__voice-card:first-of-type {
  grid-column: 3;
}

.ft-renewal-purpose__voice-card:last-of-type {
  grid-column: 5;
}

.ft-renewal-purpose__voice-card picture {
  display: block;
  aspect-ratio: 398 / 270;
  overflow: hidden;
}

.ft-renewal-purpose__voice-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ft-renewal-purpose__voice-card div {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 14px;
  color: #372e2e;
  font-family: "Geist", sans-serif;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.ft-renewal-purpose__voice-card div span {
  padding: 1px 8px;
  border: 1px solid #372e2e;
  border-radius: 999px;
}

.ft-renewal-purpose__voice-card h3 {
  margin: 14px 0 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* ============================================================
   HEAT RESCUE PROJECT
   ============================================================ */

.ft-renewal-rescue {
  position: relative;
  padding: 112px 0 135px;
}

.ft-renewal-rescue__heading {
  position: relative;
  width: min(100%, 1440px);
  margin-inline: auto;
}

.ft-renewal-rescue__title {
  margin: 0;
  margin-right: -43px;
  margin-left: auto;
  text-align: right;
}

.ft-renewal-rescue__title-en {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0;
  margin-left: auto;
  margin-right: min(0px, calc((1440px - 100vw) / 2));
  font-family: "Geist", "Inter", sans-serif;
  font-size: clamp(110px, calc(200 / 1440 * 100vw), 200px);
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: 0;
  text-align: right;
  white-space: nowrap;
}

.ft-renewal-rescue__title-line {
  display: block;
}

.ft-renewal-rescue__title-line--top {
  display: flex;
  justify-content: flex-end;
  gap: 0.25em;
}

.ft-renewal-rescue__title-icon {
  position: absolute;
  top: 0px;
  left: -54px;
  width: 44px;
  height: 44px;
}

.ft-renewal-rescue__title-icon img {
  width: 100%;
  height: 100%;
}

.ft-renewal-rescue__copy {
  width: 100%;
  margin: 65px 0 0 72px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.375;
  letter-spacing: 1px;
}

.ft-renewal-rescue__copy .sp-only {
  display: none;
}

.ft-renewal-rescue__copy-sub {
  width: min(100%, 740px);
  margin-top: 25px;
  margin-left: 72px;
  color: var(--gray, #6E6E6E);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1px;
}
.ft-renewal-rescue__more{
  margin-top: 25px;
  margin-left: 72px;
}

.ft-renewal-rescue-slider {
  position: relative;
  width: min(95.5vw, calc(1375/1440*100vw));
  margin-top: 41px;
  margin-left: 0;
}

.ft-renewal-rescue-card {
  position: relative;
  display: block !important;
  width: 100%;
  height: clamp(360px, calc(526 / 1440 * 100vw), calc(526/1440*100vw));
  overflow: hidden;
  color: #fff;
}

.ft-renewal-rescue-card__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: filter 0.3s ease, transform 0.3s ease;
}

.ft-renewal-rescue-card__overlay {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease;
}

.ft-renewal-rescue-card:hover .ft-renewal-rescue-card__image,
.ft-renewal-rescue-card:focus-visible .ft-renewal-rescue-card__image {
  filter: brightness(1.08);
  transform: scale(1.02);
}

.ft-renewal-rescue-card:hover .ft-renewal-rescue-card__overlay,
.ft-renewal-rescue-card:focus-visible .ft-renewal-rescue-card__overlay {
  opacity: 0;
}

.ft-renewal-rescue-card__play {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 37px;
  height: 37px;
}

.ft-renewal-rescue-card__play::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/brand/freezeteck/renewal/play-button.svg") center / contain no-repeat;
}

.ft-renewal-rescue-card__content {
  position: absolute;
  left: 64px;
  bottom: 124px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}

.ft-renewal-rescue-card__role {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}

.ft-renewal-rescue-card__name {
  display: flex;
  align-items: flex-end;
  margin-top: 16px;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
}

.ft-renewal-rescue-card__suffix {
  margin-left: 5px;
  font-size: 17px;
}

.ft-renewal-rescue-card__dots {
  position: absolute;
  left: 64px;
  bottom: 113px;
  z-index: 2;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.ft-renewal-rescue-card__dots .slick-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ft-renewal-rescue-card__dots li {
  pointer-events: auto;
  line-height: 1;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.ft-renewal-rescue-card__dots li button {
  display: block;
  width: 5px;
  height: 5px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  font-size: 0;
  color: transparent;
  cursor: pointer;
  transition: background 0.3s ease;
}

.ft-renewal-rescue-card__dots li button::before,
.ft-renewal-rescue-card__dots li button::after {
  content: none !important;
  display: none !important;
}

.ft-renewal-rescue-card__dots li.slick-active button {
  background: #fff;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* ============================================================
   製品ラインアップ（LINEUP）
   ============================================================ */

.ft-renewal-lineup {
  position: relative;
  padding-bottom: 88px;
  background: #fff;
}

.ft-renewal-lineup>.ft-renewal-partners__title {
  width: min(100%, 1440px);
  margin-inline: auto;
}

.ft-renewal-lineup__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
  margin-bottom: 40px;
}

.ft-renewal-lineup__title p {
  margin: 0;
  font-family: "Geist", sans-serif;
  font-size: clamp(70px, 14vw, 206px);
  font-weight: 900;
  line-height: 1;
}

.ft-renewal-lineup__title span {
  font-size: 34px;
  font-weight: 900;
}

.ft-renewal-lineup__products {
  width: min(73vw, 1047px);
  margin-inline: auto;
}

.ft-renewal-lineup .ftLineup-lineSection {
  display: block;
}

.ft-renewal-lineup .ftLineup-lineSection__content {
  min-width: 0;
}

.ft-renewal-lineup .ftLineup-itemList {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px 18px;
}

.ft-renewal-lineup .ftLineup-itemCard {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ft-renewal-lineup .ftLineup-itemCard__media {
  position: relative;
}

.ft-renewal-lineup .ftLineup-itemCard__slideWrap {
  position: relative;
  display: block;
  aspect-ratio: 337 / 379;
  color: inherit;
  text-decoration: none;
}

.ft-renewal-lineup .ftLineup-itemCard__slider,
.ft-renewal-lineup .ftLineup-itemCard__slider .slick-list,
.ft-renewal-lineup .ftLineup-itemCard__slider .slick-track,
.ft-renewal-lineup .ftLineup-itemCard__slider .slick-slide,
.ft-renewal-lineup .ftLineup-itemCard__slider .slick-slide>div,
.ft-renewal-lineup .ftLineup-itemCard__slide {
  height: 100%;
}

.ft-renewal-lineup .ftLineup-itemCard__slide {
  position: relative;
  overflow: hidden;
}

.ft-renewal-lineup .ftLineup-itemCard__slide img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ft-renewal-lineup .ftLineup-itemCard__slideLink {
  position: absolute;
  inset: 0;
  display: block;
}

/* ===== 商品画像スライダー矢印 ===== */
.ft-renewal-lineup .ftLineup-slideArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  border: none;
  width: 28px;
  height: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.15s;
}

.ft-renewal-lineup .ftLineup-slideArrow:hover {
  opacity: 0.7;
}

.ft-renewal-lineup .ftLineup-slideArrow.-prev {
  left: 8px;
}

.ft-renewal-lineup .ftLineup-slideArrow.-next {
  right: 8px;
}

.ft-renewal-lineup .ftLineup-slideArrow__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
}

.ft-renewal-lineup .ftLineup-slideArrow__icon img {
  display: block;
  width: 15px;
  height: 15px;
}

.ft-renewal-lineup .ftLineup-slideArrow.-prev .ftLineup-slideArrow__icon {
  transform: rotate(180deg);
}

.ft-renewal-lineup .ftLineup-slideArrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.ft-renewal-lineup .ftLineup-itemCard__badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ft-renewal-lineup .ftLineup-badge {
  font-family: "Geist", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  padding: 4px 12px 1px;
  border-radius: 999px;
  font-size: 13.658px;
  font-weight: 400;
  line-height: 1;
}

.ft-renewal-lineup .ftLineup-badge.-new {
  background: #ca2222;
  color: #fff;
}

.ft-renewal-lineup .ftLineup-badge.-webonly {
  background: #fff;
  border: 1px solid #878787;
  color: #878787;
}

.ft-renewal-lineup .ftLineup-itemCard__wrap {
  display: block;
}

.ft-renewal-lineup .ftLineup-itemCard__colorNav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 20px;
}

.ft-renewal-lineup .ftLineup-colorBtn {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ft-renewal-lineup .ftLineup-colorBtn.-active {
  border-color: #000;
  background: #fff;
}

.ft-renewal-lineup .ftLineup-colorBtn__swatch {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  flex-shrink: 0;
}

.ft-renewal-lineup .ftLineup-colorBtn.-active .ftLineup-colorBtn__swatch {
  width: 16px;
  height: 16px;
}

.ft-renewal-lineup .ftLineup-itemCard__genders {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ft-renewal-lineup .ftLineup-genderTag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  border: 1px solid #b2b2b2;
  padding: 2px 10px;
  border-radius: 50px;
  color: #b2b2b2;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}

.ft-renewal-lineup .ftLineup-addCartBtn {
  margin-top: 16px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.ft-renewal-lineup .ftLineup-addCartBtn:hover {
  opacity: 0.65;
}

.ft-renewal-lineup .ftLineup-addCartBtn:disabled {
  cursor: default;
}

.ft-renewal-lineup .ftLineup-addCartBtn:disabled:hover {
  opacity: 1;
}

.ft-renewal-lineup .ftLineup-itemCard__title {
  margin: 0;
  color: #000;
  font-size: clamp(12px, calc(15 / 1920 * 100vw), 15px);
  font-weight: 700;
  line-height: 1.45;
}

.ft-renewal-lineup .ftLineup-itemCard__price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin: 0;
  color: #372e2e;
  font-family: "Geist", sans-serif;
  line-height: 1;
}

.ft-renewal-lineup .ftLineup-itemCard__colorNav+.ftLineup-itemCard__genders {
  margin-top: 8px;
}

.ft-renewal-lineup .ftLineup-itemCard__genders+.ftLineup-addCartBtn {
  margin-top: 16px;
}

.ft-renewal-lineup .ftLineup-itemCard__title+.ftLineup-itemCard__price {
  margin-top: 8px;
}

.ft-renewal-lineup .ftLineup-itemCard__price .-yen {
  font-size: 12px;
  font-weight: 600;
}

.ft-renewal-lineup .ftLineup-itemCard__price .-amount {
  font-family: "Geist", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.ft-renewal-lineup .ftLineup-itemCard__price .-tax {
  font-size: 10px;
  font-weight: 400;
}

.ft-renewal-lineup .ft-renewal-lineup__more {
  margin: 60px 0 0;
}

@media screen and (max-width: 1024px) {
  .ft-renewal-lineup .ft-renewal-lineup__more {
    margin-left: 18px;
  }
}


.ft-renewal-lineup__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(73vw, 1047px);
  margin-inline: auto;
}

.ft-renewal-lineup__card {
  min-height: 382px;
  padding: 28px 22px;
  background: #f4f4f4;
  color: #000;
}

.ft-renewal-lineup__card img {
  width: 100%;
  height: 225px;
  object-fit: contain;
}

.ft-renewal-lineup__card strong {
  display: block;
  margin-top: 20px;
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.ft-renewal-lineup__card span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
}

.ft-renewal-lineup__cta {
  text-align: center;
  margin-top: 55px;
}

.ft-renewal-lineup__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 58px;
  border: 1px solid #000;
  border-radius: 999px;
  font-family: "Geist", sans-serif;
  font-weight: 800;
}

/* ============================================================
   キーフレームアニメーション
   ============================================================ */

@keyframes ft-renewal-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes ft-renewal-rail {
  from {
    transform: translateX(var(--partners-rail-offset, 0));
  }

  to {
    transform: translateX(calc(var(--partners-rail-offset, 0) - 50%));
  }
}

/* ============================================================
   レスポンシブ対応：タブレット・SP（〜1024px）
   ============================================================ */

@media (max-width: 1024px) {
  .ft-renewal-hero {
    padding-top: 300px;
    padding-inline: 5vw;
    padding-bottom: 18px;
  }

  .ft-renewal-hero__side-copy {
    display: block;
    width: calc(185/393*100vw);
    margin-right: 9px;
  }

  .ft-renewal-products__grid,
  .ft-renewal-lineup__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ft-renewal-products-card__description {
    white-space: normal;
  }

  .ft-renewal-lineup {
    padding-bottom: 20px;
  }

  .ft-renewal-lineup__products {
    width: 100%;
  }

  .ft-renewal-lineup .ftLineup-itemList {
    display: flex;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    margin-inline: -20px;
    padding-inline: max(20px, calc((100vw - min(251.5px, 64vw)) / 2));
    scroll-padding-inline: max(20px, calc((100vw - min(251.5px, 64vw)) / 2));
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    grid-template-columns: none;
    column-gap: 13.5px;
    margin-top: 40px;
  }

  .ft-renewal-lineup .ftLineup-itemList::-webkit-scrollbar {
    display: none;
  }

  .ft-renewal-lineup .ftLineup-itemCard {
    width: min(251.5px, 64vw);
    flex: 0 0 min(251.5px, 64vw);
    scroll-snap-align: center;
    gap: 14px;
  }

  .ft-renewal-lineup .ftLineup-itemList.slick-initialized {
    display: block;
    overflow: visible;
    margin-inline: 0;
    padding-inline: 0;
    scroll-snap-type: none;
  }

  .ft-renewal-lineup .ftLineup-itemList .slick-list,
  .ft-renewal-lineup .ftLineup-itemList .slick-track {
    display: block;
  }

  .ft-renewal-lineup .ftLineup-itemList .slick-list {
    overflow: visible;
  }

  .ft-renewal-lineup .ftLineup-itemList .slick-track {
    display: flex;
    align-items: flex-start;
  }

  .ft-renewal-lineup .ftLineup-itemList .slick-slide {
    width: min(251.5px, 64vw);
    margin-inline: 6.75px;
  }

  .ft-renewal-lineup .ftLineup-itemList .slick-slide>div {
    height: 100%;
  }

  .ft-renewal-lineup .ftLineup-itemList.slick-initialized .ftLineup-itemCard {
    display: flex;
    width: min(251.5px, 64vw);
  }

  .ft-renewal-lineup .ftLineup-itemList .slick-dots {
    position: static;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin: 50px 0 0;
    padding: 0;
    line-height: 1;
  }

  .ft-renewal-lineup .ftLineup-itemList .slick-dots li {
    width: 40px;
    height: 2px;
    margin: 0;
  }

  .ft-renewal-lineup .ftLineup-itemList .slick-dots button {
    display: block;
    width: 40px;
    height: 2px;
    padding: 0;
    border: 0;
    background: #e7e7e7;
    cursor: pointer;
  }

  .ft-renewal-lineup .ftLineup-itemList .slick-dots button::before {
    content: "";
    opacity: 0;
  }

  .ft-renewal-lineup .ftLineup-itemList .slick-dots .slick-active button {
    background: #000;
  }

  .ft-renewal-lineup .ftLineup-itemCard__badges {
    top: 8px;
    left: 8px;
    gap: 4px;
  }

  .ft-renewal-lineup .ftLineup-badge {
    min-height: 18px;
    padding: 3px 7px;
    font-size: 8px;
  }

  .ft-renewal-lineup .ftLineup-itemCard__colorNav {
    gap: 12px;
  }

  .ft-renewal-lineup .ftLineup-itemCard__genders {
    gap: 4px;
  }

  .ft-renewal-lineup .ftLineup-genderTag {
    padding: 4px 10px;
  }

  .ft-renewal-lineup .ftLineup-addCartBtn {
    margin-top: 13px;
  }

  .ft-renewal-lineup .ftLineup-itemCard__title {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
  }

  .ft-renewal-lineup .ftLineup-itemCard__title+.ftLineup-itemCard__price {
    margin-top: 12px;
  }

  .ft-renewal-lineup .ftLineup-itemCard__price .-yen {
    font-size: 11px;
  }

  .ft-renewal-lineup .ftLineup-itemCard__price .-amount {
    font-size: 18px;
  }

  .ft-renewal-lineup .ftLineup-itemCard__price .-tax {
    font-size: 6px;
  }

  .ft-renewal-products {
    padding: 90px 30px 40px;
  }

  .ft-renewal-products__title-icon {
    display: block;
    top: clamp(10px, 2.6vw, 17px);
    left: 0;
    width: clamp(23px, 4vw, 38px);
    height: clamp(23px, 4vw, 38px);
  }

  .ft-renewal-products__title {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .ft-renewal-products__title-en {
    padding-left: clamp(33px, 5.4vw, 54px);
    font-size: clamp(78px, 13vw, 130px);
    white-space: normal;
  }

  .ft-renewal-products__title-ja {
    margin-top: 24px;
    margin-right: 0;
    font-size: 24px;
    white-space: normal;
  }

  .ft-renewal-products__copy {
    margin-top: 34px;
    margin-left: 0;
  }

  .ft-renewal-partners__panel {
    width: 100%;
    min-height: auto;
    padding: 40px 30px 190px;
  }

  .ft-renewal-partners__title {
    padding-left: 0;
  }

  .ft-renewal-partners__title-icon {
    top: 1px;
    right: -45px;
    width: clamp(23px, 4vw, 38px);
    height: clamp(23px, 4vw, 38px);
  }

  .ft-renewal-partners__title-en {
    margin-left: 0;
    font-size: clamp(78px, 13vw, 130px);
    white-space: normal;
  }

  .ft-renewal-partners__title-ja {
    margin-top: 24px;
    padding-left: 0;
    font-size: 24px;
  }

  .ft-renewal-partners__body {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 56px;
    margin-left: 0;
    padding-left: 0;
  }

  .ft-renewal-partners__contact {
    order: 2;
    margin-top: 40px;
  }

  .ft-renewal-partners__copy {
    order: 1;
    width: 100%;
    margin-top: 0;
  }

  .ft-renewal-series {
    margin-top: 123px;
  }

  .ft-renewal-series__visual {
    grid-template-columns: repeat(2, minmax(0, 340px));
  }

  .ft-renewal-series__head h2 {
    font-size: clamp(25px, 4vw, 34px);
  }

  .ft-renewal-series__head::after {
    bottom: -20px;
  }

  .ft-renewal-series__head-text-pc .tab-only {
    display: block;
  }

  .ft-renewal-about {
    min-height: clamp(900px, 110vw, 1080px);
    padding: clamp(90px, 10vw, 115px) clamp(18px, 4vw, 42px) clamp(100px, 11vw, 120px);
  }

  .ft-renewal-about__title-en {
    font-size: clamp(25px, 3.2vw, 34px);
  }

  .ft-renewal-about__title-ja {
    margin-top: clamp(10px, 1.4vw, 14px);
    font-size: clamp(45px, 7vw, 68px);
    line-height: 1.22;
  }

  .ft-renewal-about__title-ja-pc {
    display: none;
  }

  .ft-renewal-about__title-ja-sp {
    display: inline;
  }

  .ft-renewal-about__title::after {
    width: clamp(138px, 19vw, 190px);
    height: clamp(9px, 1.25vw, 13px);
    margin-top: clamp(26px, 3.8vw, 36px);
  }

  .ft-renewal-about__body {
    align-items: center;
    gap: clamp(20px, 3vw, 34px);
    width: min(620px, calc(100vw - 36px));
    margin-top: clamp(100px, 13vw, 135px);
  }

  .ft-renewal-about__emblem {
    width: clamp(85px, 12vw, 128px);
    height: clamp(85px, 12vw, 128px);
    flex: 0 0 clamp(85px, 12vw, 128px);
    max-width: none;
    aspect-ratio: 1 / 1;
  }

  .ft-renewal-about__content {
    flex: 1 1 auto;
  }

  .ft-renewal-about__logo {
    width: clamp(198px, 31vw, 310px);
    flex: 0 0 auto;
  }

  .ft-renewal-about__logo img {
    aspect-ratio: 395 / 118;
    object-fit: contain;
  }

  .ft-renewal-about__lead {
    margin-top: clamp(12px, 1.8vw, 18px);
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.35;
  }

  .ft-renewal-about__text {
    width: min(630px, calc(100vw - 36px));
    margin-top: clamp(70px, 9vw, 92px);
  }

  .ft-renewal-about__paragraph {
    font-size: clamp(13px, 1.65vw, 16px);
    line-height: 2.15;
  }

  .ft-renewal-about__paragraph--spaced {
    margin-top: clamp(20px, 3vw, 32px);
  }

  .ft-renewal-about__break {
    display: inline;
  }

  .ft-renewal-about__text .tab-only {
    display: block;
  }

  .ft-renewal-about__image {
    top: clamp(260px, 31vw, 330px);
    right: 0;
    width: clamp(330px, 43vw, 440px);
    z-index: 1;
  }

  .ft-renewal-rescue__copy {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .ft-renewal-rescue__more{
    margin-left: 0;
  }

  .ft-renewal-rescue {
    padding-top: 76px;
  }

  .ft-renewal-rescue__heading {
    padding-inline: 30px;
  }

  .ft-renewal-rescue__title {
    margin-right: -20px;
    width: -webkit-fit-content;
    width: fit-content;
  }

  .ft-renewal-rescue__title-en {
    font-size: clamp(78px, 16vw, 140px);
  }

  .ft-renewal-rescue__title-icon {
    top: -4px;
    left: 230px;
    width: clamp(23px, 4vw, 38px);
    height: clamp(23px, 4vw, 38px);
  }

  .ft-renewal-rescue__copy {
    margin-top: 46px;
    font-size: 14px;
    line-height: 2;
  }

  .ft-renewal-rescue-slider {
    margin-top: 48px;
  }

  .ft-renewal-rescue-card {
    height: clamp(240px, 38vw, 420px);
  }

  .ft-renewal-rescue-card__play {
    top: 32px;
    right: 32px;
    width: 28px;
    height: 28px;
  }

  .ft-renewal-rescue-card__content {
    left: 32px;
  }

  .ft-renewal-rescue-card__name {
    font-size: 24px;
  }

  .ft-renewal-rescue-card__suffix {
    font-size: 14px;
  }

  .ft-renewal-rescue-card__dots {
    left: 32px;
  }

  .ft-renewal-tech {
    --tech-sticky-offset: 80px;
    --tech-scroll-height: clamp(2100px, 300svh, 2450px);
    --tech-section-min-height: 0px;
    --tech-sticky-height: max(calc(100svh + var(--tech-sticky-offset)), 780px);
    --tech-sticky-min-height: 780px;
    --tech-panel-width: min(398px, 100vw);
    --tech-panel-height: var(--tech-sticky-height);
    --tech-panel-min-height: 780px;
    --tech-fabric-sp-overflow-right: clamp(120px, calc(88.56px + 8vw), 150px);
    --tech-fabric-sp-width: clamp(380px, calc(234.59px + 37vw), 520px);
    --tech-fabric-sp-top: clamp(336px, calc(297.86px + 10.17vw), 402px);
    --tech-label-application-top: clamp(330px, 83.97vw, 396px);
    --tech-label-material-top: clamp(624px, 158.78vw, 746px);
  }

  .ft-renewal-tech__sticky {
    overflow: hidden;
  }

  .ft-renewal-tech__panel {
    display: block;
    width: calc(100% - 36px);
    transform: translateY(var(--tech-panel-y)) scale(var(--tech-scale, 1));
  }

  .ft-renewal-tech__content,
  .ft-renewal-tech__text,
  .ft-renewal-tech__icons,
  .ft-renewal-tech__label,
  .ft-renewal-tech__fabric {
    position: absolute;
  }

  .ft-renewal-tech__content.-first,
  .ft-renewal-tech__content.-second,
  .ft-renewal-tech__fabric {
    transform: none;
  }

  .ft-renewal-tech__title {
    /* right: calc((var(--tech-panel-width) - 100vw) / 2); */
    top: 100px;
  }

  .ft-renewal-tech__title-icon {
    top: -4px;
    left: 50px;
    width: clamp(23px, 4vw, 38px);
    height: clamp(23px, 4vw, 38px);
  }

  .ft-renewal-tech__title-icon::before,
  .ft-renewal-tech__title-icon::after {
    width: 18px;
  }

  .ft-renewal-tech__title-en {
    font-size: 80px;
    line-height: 0.82;
    white-space: normal;
  }

  .ft-renewal-tech__title-en::before {
    content: "TECH-\A";
    white-space: pre;
  }

  .ft-renewal-tech__title-en {
    font-size: 0;
  }

  .ft-renewal-tech__title-en::before,
  .ft-renewal-tech__title-en::after {
    font-size: clamp(80px, calc(36.77px + 11vw), 120px);
  }

  .ft-renewal-tech__title-en::after {
    content: "NOLOGY";
  }

  .ft-renewal-tech__title-ja {
    display: block;
    margin-top: 10px;
    margin-right: clamp(25px, calc(13.21px + 3vw), 36px);
    font-size: clamp(16px, calc(12.07px + 1vw), 20px);
  }

  .ft-renewal-tech__icons {
    top: clamp(650px, 165.39vw, 760px);
    right: auto;
    left: clamp(18px, 4.58vw, 48px);
    display: flex;
    flex-direction: column;
    gap: clamp(15px, 3.82vw, 24px);
    width: clamp(260px, 66.16vw, 520px);
    margin-top: 0;
  }

  .ft-renewal-tech__icon-item {
    gap: clamp(15px, 3.82vw, 22px);
    font-size: clamp(13px, 3.31vw, 18px);
    line-height: 2.15;
  }

  .ft-renewal-tech__icon-image {
    flex-basis: clamp(44px, 11.2vw, 72px);
    width: clamp(44px, 11.2vw, 72px);
    height: clamp(44px, 11.2vw, 72px);
  }

  .ft-renewal-tech__icon-label {
    width: clamp(144px, 36.64vw, 220px);
  }

  .ft-renewal-tech__text {
    top: clamp(650px, 165.39vw, 760px);
    left: clamp(18px, 4.58vw, 48px);
    width: clamp(287px, 81.42vw, 670px);
  }

  .ft-renewal-tech__lead {
    font-size: clamp(35px, 7.12vw, 73px);
    line-height: 1.35;
  }

  .ft-renewal-tech__subhead {
    margin-top: clamp(50px, 12.72vw, 72px);
    font-size: clamp(22px, 5.6vw, 38px);
  }

  .ft-renewal-tech__paragraph {
    width: min(100%, clamp(287px, 73.03vw, 520px));
    margin-top: clamp(20px, 5.09vw, 32px);
    font-size: clamp(13px, 3.31vw, 22px);
    line-height: 2;
  }

  .ft-renewal-tech__note {
    margin-top: clamp(10px, 2.54vw, 16px);
    font-size: clamp(11px, 2.8vw, 14px);
  }

  .ft-renewal-tech__label {
    width: clamp(149px, 37.91vw, 240px);
  }

  .ft-renewal-tech__label strong {
    font-size: clamp(20px, 5.09vw, 36px);
    line-height: 1.25;
  }

  .ft-renewal-tech__label span {
    margin-top: 10px;
    font-size: clamp(11px, 2.8vw, 14px);
    line-height: 1.55;
  }

  .ft-renewal-tech__label-break {
    display: block;
  }

  .ft-renewal-tech__label::before {
    top: clamp(40px, 10.18vw, 54px);
    width: clamp(97px, 24.68vw, 126px);
    height: clamp(23px, 5.85vw, 30px);
  }

  .ft-renewal-tech__label.-application {
    top: var(--tech-label-application-top);
    left: clamp(0px, calc(-28px + 7.12vw), 45px);
  }

  .ft-renewal-tech__label.-application::before {
    right: clamp(-138px, -28.5vw, -112px);
  }

  .ft-renewal-tech__label.-material {
    right: auto;
    top: clamp(580px, calc(450/393*100vw), 1030px);
    left: clamp(0px, calc(-28px + 7.12vw), 45px);
    text-align: right;
  }

  .ft-renewal-tech__label.-material::before {
    right: clamp(-138px, -28.5vw, -112px);
    left: auto;
    background-image: url("../img/brand/freezeteck/renewal/ft-tech-line-application.svg");
    transform: scaleY(-1);
  }

  .ft-renewal-tech__fabric {
    /* width: var(--tech-fabric-sp-width); */
    width: clamp(380px, 96.69vw, 900px);
    height: auto;
    aspect-ratio: 1016 / 874;
  }

  .ft-renewal-tech__fabric--top {
    top: var(--tech-fabric-sp-top);
    /* right: calc((var(--tech-panel-width) - 100vw) / 2 - var(--tech-fabric-sp-overflow-right)); */
    right: clamp(-220px, -38.17vw, -150px);
    translate: unset;
    left: unset;
  }

  .ft-renewal-tech__fabric--bottom {
    display: none;
  }

  .ft-renewal-proof__intro,
  .ft-renewal-proof__bottom {
    grid-template-columns: 1fr;
  }

  .ft-renewal-proof {
    --proof-panel-padding-top: 31px;
    --proof-panel-padding-bottom: 0px;
    --proof-sp-thermo-width: clamp(318px, calc(152.08px + 42.22vw), 622px);
    --proof-sp-thermo-height: calc(var(--proof-sp-thermo-width) * 267 / 318);
    --proof-sp-comparison-width: calc(var(--proof-sp-thermo-width) * 290 / 318);
  }

  .ft-renewal-proof__panel {
    width: min(calc(100% - 40px), 600px);
    margin-inline: auto;
  }

  .ft-renewal-proof__intro {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin-inline: auto;
    padding-left: 0;
  }

  .ft-renewal-proof__summary {
    display: contents;
    min-height: 0;
  }

  .ft-renewal-proof__result {
    position: static;
    order: 1;
    margin-top: -31px;
  }

  .ft-renewal-proof__result-number {
    font-size: 120px;
  }

  .ft-renewal-proof__result-unit {
    font-size: 50px;
  }

  .ft-renewal-proof__headline {
    order: 2;
    margin-top: 20px;
    font-size: 32px;
    text-align: right;
    margin-right: 0;
  }

  .ft-renewal-proof__thermo {
    order: 3;
    width: var(--proof-sp-thermo-width);
    height: var(--proof-sp-thermo-height);
    margin-top: 54px;
    margin-inline: auto;
  }

  .ft-renewal-proof__comparison {
    --proof-comparison-width: var(--proof-sp-comparison-width);
    width: var(--proof-sp-comparison-width);
    height: var(--proof-sp-thermo-height);
  }

  .ft-renewal-proof__pane-label {
    left: 11px;
    bottom: 11px;
    font-size: 11px;
    line-height: 1.35;
  }

  .ft-renewal-proof__scale {
    font-size: 10px;
  }

  .ft-renewal-proof__scale-bar {
    right: 6px;
    width: 8px;
    height: 156px;
  }

  .ft-renewal-proof__scale-number--low {
    top: 196px;
  }

  .ft-renewal-proof__sub {
    order: 4;
    margin-top: 29px;
    font-size: 18px;
    text-align: left;
    margin-left: 16px;
  }

  .ft-renewal-proof__sub::before {
    content: none;
  }

  .ft-renewal-proof__note {
    order: 5;
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.65;
    text-align: left;
    margin-left: 16px;
  }

  .ft-renewal-proof__bottom {
    display: block;
    width: 100%;
    margin: 70px auto 0;
    padding: 0;
  }

  .ft-renewal-proof__bottom-title {
    font-size: 28px;
  }

  .ft-renewal-proof__bottom-text {
    margin-top: 40px;
    font-size: 11px;
    line-height: 1.65;
  }

  .ft-renewal-proof__movies {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    margin-top: 26px;
  }

  .ft-renewal-proof-movie {
    height: 140px;
  }

  .ft-renewal-proof-movie__play {
    width: 36px;
    height: 36px;
  }

  .ft-renewal-proof-movie__play::before {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 10px;
  }

  .ft-renewal-proof-movie__title {
    left: 16px;
    right: 16px;
    bottom: 12px;
    font-size: 12px;
    line-height: 1.65;
  }

  .ft-renewal-purpose {
    height: 760vh;
  }

  .ft-renewal-purpose__sticky {
    height: 1120px;
    min-height: 0;
    padding: 0;
  }

  .ft-renewal-purpose__stage.-how {
    height: auto;
    background: #000;
  }

  .ft-renewal-purpose__stage.-identity {
    height: auto;
    background: #000;
  }

  .ft-renewal-purpose__stage.-user-voice {
    min-height: 1120px;
    padding-top: 130px;
  }

  .ft-renewal-purpose__card-row {
    position: relative;
    display: block;
    padding-top: var(--purpose-row-pad-top);
  }

  .ft-renewal-purpose__card-head .ft-renewal-cross {
    position: absolute;
    left: var(--purpose-cross-left);
    top: var(--purpose-cross-top);
    width: var(--purpose-cross-width);
    height: var(--purpose-cross-height);
    will-change: left, top, width, height;
  }

  .ft-renewal-purpose__identity-title p,
  .ft-renewal-purpose__voice-title p {
    font-size: 75px;
    line-height: 0.87;
  }

  .ft-renewal-purpose__identity-title>div {
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
  }

  .ft-renewal-purpose__identity-title .ft-renewal-cross,
  .ft-renewal-purpose__voice-title .ft-renewal-cross {
    width: 23px;
    height: 23px;
  }

  .ft-renewal-purpose__identity-title small {
    margin-top: 10px;
    font-size: 16px;
  }

  .ft-renewal-purpose__scroll {
    left: calc(var(--purpose-card-left) + 35px);
    top: calc(var(--purpose-card-top) + 231px);
    width: calc(var(--purpose-card-width) + 9px);
    gap: 30px;
    scroll-snap-type: none;
    transform: translateX(var(--purpose-sp-track-x));
    will-change: transform, opacity;
  }

  .ft-renewal-purpose__block {
    width: 200px;
    flex: 0 0 200px;
  }

  .ft-renewal-purpose__block h3 {
    margin-bottom: 28px;
    font-size: 30px;
  }

  .ft-renewal-purpose__block h4 {
    margin-bottom: 11px;
    font-size: 15px;
  }

  .ft-renewal-purpose__block p {
    font-size: 12px;
  }

  .ft-renewal-purpose__divider.-cross {
    width: 58px;
    height: 58px;
  }

  .ft-renewal-purpose__divider.-arrow {
    width: 29px;
    height: 58px;
  }

  .ft-renewal-purpose__divider.-arrow::before,
  .ft-renewal-purpose__divider.-arrow::after {
    width: 41px;
  }

  .ft-renewal-purpose__identity-bg {
    background: linear-gradient(154deg, #bb331c 7%, #eb6638 23%, #ed7a42 29%, #f4c29f 40%, #f1f9fd 50%, #96cffa 72%, #4893f6 93%);
  }

  .ft-renewal-purpose__identity-title {
    top: 78px;
    right: 28px;
  }

  .ft-renewal-purpose__identity-body {
    position: relative;
    left: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 170px;
    padding-left: 30px;
  }

  .ft-renewal-purpose__identity-body h3 {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .ft-renewal-purpose__identity-body h3::after {
    width: 27px;
    height: 4px;
    margin-top: 8px;
  }

  .ft-renewal-purpose__identity-body p {
    font-size: 21px;
  }

  .ft-renewal-purpose__voice-title {
    display: block;
    width: -webkit-fit-content;
    width: fit-content;
    margin-left: 18px;
  }

  .ft-renewal-purpose__voice-title>div {
    display: flex;
  }

  .ft-renewal-purpose__voice-title .ft-renewal-cross {
    position: absolute;
    right: -12px;
    top: -3px;
    margin-top: 0;
    margin-left: 0;
    width: clamp(23px, 4vw, 38px);
    height: clamp(23px, 4vw, 38px);
  }

  .ft-renewal-purpose__voice-title small {
    margin-top: 10px;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .ft-renewal-purpose__voice-title-break {
    display: block;
  }

  .ft-renewal-purpose__voice-body {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: calc(100% - 36px);
    margin-top: 65px;
    margin-left: 18px;
    align-items: center;
  }

  .ft-renewal-purpose__voice-link {
    order: 5;
    width: 126px;
    height: 126px;
    font-size: 13px;
    gap: 10px;
  }

  .ft-renewal-purpose__voice-link::after {
    width: 18px;
    height: 8px;
  }

  .ft-renewal-purpose__voice-card {
    width: auto;
  }

  .ft-renewal-purpose__voice-card picture {
    aspect-ratio: 357 / 180;
    max-height: 250px;
  }

  .ft-renewal-purpose__voice-card div {
    flex-direction: row;
    margin-top: 13px;
    font-size: 10.45px;
  }

  .ft-renewal-purpose__voice-card h3 {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ft-renewal-purpose__sticky {
    height: 100svh;
    min-height: 0;
  }

  .ft-renewal-purpose__stage.-user-voice {
    min-height: 100%;
  }

  .ft-renewal-purpose__identity-title p,
  .ft-renewal-purpose__voice-title p {
    font-size: clamp(72px, 9.4vw, 96px);
  }

  .ft-renewal-purpose__scroll {
    left: calc(var(--purpose-card-left) + clamp(54px, 7vw, 72px));
    top: calc(var(--purpose-card-top) + var(--purpose-card-height) - clamp(250px, 33svh, 305px));
    width: calc(var(--purpose-card-width) + clamp(120px, 18vw, 180px));
    gap: clamp(38px, 5vw, 54px);
  }

  .ft-renewal-purpose__block {
    width: clamp(260px, 32vw, 330px);
    flex-basis: clamp(260px, 32vw, 330px);
  }

  .ft-renewal-purpose__block h3 {
    margin-bottom: clamp(34px, 4vw, 44px);
    font-size: clamp(38px, 4.7vw, 48px);
  }

  .ft-renewal-purpose__block h4 {
    margin-bottom: clamp(13px, 1.6vw, 18px);
    font-size: clamp(17px, 2vw, 20px);
  }

  .ft-renewal-purpose__block p {
    font-size: clamp(14px, 1.65vw, 16px);
    line-height: 1.7;
  }

  .ft-renewal-purpose__divider.-cross {
    width: clamp(76px, 9vw, 96px);
    height: clamp(76px, 9vw, 96px);
  }

  .ft-renewal-purpose__divider.-arrow {
    width: clamp(38px, 4.5vw, 48px);
    height: clamp(76px, 9vw, 96px);
  }

  .ft-renewal-purpose__divider.-arrow::before,
  .ft-renewal-purpose__divider.-arrow::after {
    width: clamp(54px, 6.4vw, 68px);
  }

  .ft-renewal-purpose__identity-title {
    top: calc(var(--purpose-card-top) + clamp(18px, 3svh, 34px));
  }

  .ft-renewal-purpose__identity-body {
    position: absolute;
    left: clamp(28px, 7.12vw, 48px);
    bottom: clamp(70px, 10svh, 110px);
    gap: clamp(20px, 3vw, 32px);
    padding: 0;
  }

  .ft-renewal-purpose__stage.-user-voice {
    display: block;
    padding-top: 75px;
    padding-bottom: 0;
  }

  .ft-renewal-purpose__voice-title {
    margin-left: 20px;
    flex: 0 0 auto;
    margin-top: clamp(8px, 1.5svh, 14px);
  }

  .ft-renewal-purpose__voice-title small {
    margin-top: clamp(6px, 1svh, 10px);
    font-size: clamp(12px, 1.55vw, 15px);
  }

  .ft-renewal-purpose__voice-body {
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 1.3svh, 12px);
    width: calc(100% - 40px);
    margin-top: clamp(12px, 2svh, 18px);
    margin-left: 20px;
    padding-bottom: 0;
  }

  .ft-renewal-purpose__voice-link {
    display: grid;
    order: 5;
    width: clamp(70px, 10svh, 92px);
    height: clamp(70px, 10svh, 92px);
    margin-top: clamp(2px, 0.7svh, 6px);
    font-size: clamp(10px, 1.35vw, 12px);
    gap: 6px;
  }

  .ft-renewal-purpose__voice-link::after {
    width: 16px;
    height: 7px;
  }

  .ft-renewal-purpose__voice-card {
    width: auto;
  }

  .ft-renewal-purpose__voice-card:first-of-type,
  .ft-renewal-purpose__voice-card:last-of-type {
    grid-column: auto;
  }

  .ft-renewal-purpose__voice-card div {
    margin-top: 6px;
    font-size: 9px;
  }

  .ft-renewal-purpose__voice-card h3 {
    margin-top: 5px;
    font-size: clamp(10px, 1.25vw, 12px);
    line-height: 1.35;
  }

  .ft-renewal-rescue__title-line--top {
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
  }
}

@media (width: 1024px) {
  .ft-renewal-purpose__stage.-user-voice {
    padding-top: 205px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) and (max-height: 820px) {
  .ft-renewal-purpose__stage.-user-voice {
    padding-top: clamp(108px, 15vh, 140px);
  }

  .ft-renewal-purpose__voice-title p {
    font-size: clamp(100px, 9.4vw, 136px);
  }

  .ft-renewal-purpose__voice-title .ft-renewal-cross {
    width: 30px;
    height: 30px;
    margin-top: -26px;
  }

  .ft-renewal-purpose__voice-title small {
    margin-top: clamp(28px, 5vh, 42px);
    font-size: clamp(20px, 2vw, 24px);
  }

  .ft-renewal-purpose__voice-body {
    --purpose-voice-link-size: clamp(132px, 12vw, 168px);
    --purpose-voice-card-width: clamp(300px, 27.7vw, 360px);
    --purpose-voice-link-gap: clamp(42px, 5vw, 68px);
    --purpose-voice-card-gap: clamp(22px, 2.5vw, 32px);
    margin-top: clamp(36px, 6vh, 56px);
  }

  .ft-renewal-purpose__voice-card div {
    margin-top: 10px;
  }

  .ft-renewal-purpose__voice-card h3 {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (max-height: 760px) {
  .ft-renewal-purpose__stage.-user-voice {
    padding-top: clamp(64px, 12svh, 100px);
  }

  .ft-renewal-purpose__voice-title p {
    font-size: clamp(58px, 8vw, 78px);
  }

  .ft-renewal-purpose__voice-title small {
    margin-top: 6px;
    font-size: clamp(11px, 1.4vw, 13px);
  }

  .ft-renewal-purpose__voice-body {
    display: grid;
    grid-template-columns: clamp(62px, 9svh, 78px) repeat(2, minmax(0, 1fr));
    align-items: start;
    column-gap: clamp(10px, 1.5vw, 16px);
    row-gap: 0;
    margin-top: clamp(8px, 1.4svh, 12px);
  }

  .ft-renewal-purpose__voice-link {
    order: 0;
    width: clamp(62px, 9svh, 78px);
    height: clamp(62px, 9svh, 78px);
    margin-top: 0;
  }

  .ft-renewal-purpose__voice-card {
    order: 1;
    min-width: 0;
  }

  .ft-renewal-purpose__voice-card picture {
    height: clamp(112px, 18svh, 150px);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ft-renewal-lineup__products {
    width: min(calc(100% - 60px), 1047px);
  }

  .ft-renewal-lineup .ftLineup-itemList.slick-initialized {
    margin-top: 56px;
  }

  .ft-renewal-lineup .ftLineup-itemList.slick-initialized>.slick-list {
    overflow: visible;
  }

  .ft-renewal-lineup .ftLineup-itemList.slick-initialized>.slick-list>.slick-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px 18px;
    width: 100% !important;
    transform: none !important;
  }

  .ft-renewal-lineup .ftLineup-itemList.slick-initialized>.slick-list>.slick-track::before,
  .ft-renewal-lineup .ftLineup-itemList.slick-initialized>.slick-list>.slick-track::after {
    content: none;
    display: none;
  }

  .ft-renewal-lineup .ftLineup-itemList.slick-initialized>.slick-list>.slick-track>.slick-slide {
    width: auto !important;
    height: auto;
    margin-inline: 0;
    float: none;
  }

  .ft-renewal-lineup .ftLineup-itemList.slick-initialized>.slick-list>.slick-track>.slick-cloned,
  .ft-renewal-lineup .ftLineup-itemList.slick-initialized>.slick-dots {
    display: none !important;
  }

  .ft-renewal-lineup .ftLineup-itemList.slick-initialized .ftLineup-itemCard {
    width: auto;
    gap: 16px;
  }
}

/* ============================================================
   レスポンシブ対応：SP（〜767px）
   ============================================================ */

@media (max-width: 767px) {
  .ft-renewal-section-title>p {
    font-size: 58px;
  }

  .ft-renewal-hero {
    padding-top: 150px;
    padding-inline: 16px;
  }

  .ft-renewal-hero__content {
    width: min(100%, 714px);
  }

  .ft-renewal-hero__heading img {
    width: 100%;
  }

  .ft-renewal-intro {
    aspect-ratio: 393 / 550;
  }

  .ft-renewal-heat {
    left: 50%;
    flex-direction: row;
    width: min(calc(100vw - 30px), 363px);
    height: 73px;
    padding: 0 19px;
    border: 2px solid transparent;
    border-radius: 70px;
    background:
      linear-gradient(#000, #000) padding-box,
      linear-gradient(135deg, #1e96ff 0%, #79bce8 28%, #fff 50%, #e75d3e 100%) border-box;
    transform: translate(-50%, 20px);
    text-decoration: none;
  }

  .ft-renewal-heat.is-visible {
    transform: translate(-50%, 0);
  }

  .ft-renewal-heat::before {
    inset: 2px;
    border: none;
    background: #000;
    z-index: 0;
  }

  .ft-renewal-heat__lead,
  .ft-renewal-heat__note {
    z-index: 1;
    flex: 1 0 0;
    width: auto;
    min-width: 0;
    line-height: normal;
    letter-spacing: 0.4032px;
  }

  .ft-renewal-heat__lead {
    font-size: 13px;
    font-weight: 700;
  }

  .ft-renewal-heat__note {
    font-size: 9px;
  }

  .ft-renewal-scroll {
    display: block;
    right: -5px;
    top: calc(70/393*100vw);
    width: 88.7px;
    height: 88.7px;
  }

  .ft-renewal-scroll__text {
    width: 88.7px;
    max-width: 88.7px;
  }

  .ft-renewal-scroll__line {
    left: 50%;
    top: 50%;
    width: 9px;
    height: 20px;
    transform: translate(-50%, -50%);
  }

  .ft-renewal-series__head {
    display: flex;
    align-items: center;
    gap: 19px;
    width: 100%;
  }

  .ft-renewal-series__head h2 {
    font-size: 23px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4032px;
    white-space: normal;
  }

  .ft-renewal-series__head-text-pc {
    display: none;
  }

  .ft-renewal-series__head-text-sp {
    display: inline;
  }

  .ft-renewal-series__head p {
    margin: 0;
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: right;
  }

  .ft-renewal-series__head::after {
    width: 64px;
    height: 4.142px;
  }

  .ft-renewal-series__visual {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 84px;
  }

  .ft-renewal-series-card {
    height: 169px;
    border: 1px solid #1e1e1e;
  }

  .ft-renewal-series-card+.ft-renewal-series-card {
    margin-top: -1px;
  }

  .ft-renewal-series-banner {
    margin-top: 16px;
  }

  .ft-renewal-series-card__copy {
    left: 8.64%;
    top: 17.16%;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.4032px;
  }

  .ft-renewal-series-card__logo {
    left: 8.64%;
    right: auto;
    top: 55.03%;
    bottom: auto;
    width: 57.66%;
    height: 28.99%;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .ft-renewal-series-card__logo img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .ft-renewal-series-card__logo.-hyogeki img,
  .ft-renewal-series-card__logo.-air img,
  .ft-renewal-series-card__logo.-cooling img {
    width: 100%;
    height: auto;
  }

  .ft-renewal-series-card__logo.-masato img {
    width: auto;
    height: 100%;
  }

  .ft-renewal-series-card__corner {
    top: 7%;
    right: 4.3%;
    width: 10px;
    height: 10px;
  }

  .ft-renewal-about {
    min-height: clamp(850px, 140vw, 900px);
    padding: 100px clamp(18px, 4vw, 26px) clamp(100px, 15vw, 110px);
  }

  .ft-renewal-about__title-en {
    font-size: clamp(25px, 3.9vw, 28px);
  }

  .ft-renewal-about__title-ja {
    margin-top: clamp(10px, 1.8vw, 12px);
    font-size: clamp(45px, 7vw, 52px);
  }

  .ft-renewal-about__title::after {
    width: clamp(138px, 22vw, 150px);
    height: clamp(9px, 1.4vw, 10px);
    margin-top: clamp(28px, 35/393*100vw, 35px);
  }

  .ft-renewal-about__body {
    gap: clamp(20px, 3.2vw, 24px);
    margin-top: clamp(90px, 100/393*100vw, 100px);
  }

  .ft-renewal-about__emblem {
    width: clamp(85px, 13.5vw, 96px);
    height: clamp(85px, 13.5vw, 96px);
    flex: 0 0 clamp(85px, 13.5vw, 96px);
  }

  .ft-renewal-about__logo {
    width: clamp(198px, 31vw, 230px);
  }

  .ft-renewal-about__lead {
    margin-top: clamp(12px, 2vw, 14px);
    font-size: clamp(14px, 2.2vw, 16px);
  }

  .ft-renewal-about__text {
    margin-top: clamp(70px, 11vw, 82px);
  }

  .ft-renewal-about__paragraph {
    font-size: clamp(13px, 2vw, 14px);
  }

  .ft-renewal-about__paragraph--spaced {
    margin-top: clamp(20px, 3.2vw, 24px);
  }

  .ft-renewal-about__image {
    top: 0;
    width: -webkit-fit-content;
    width: fit-content;
    position: relative;
    right: calc(-60 / 393 * 100vw);
    aspect-ratio: unset;
  }

  .ft-renewal-about__image img {
    width: calc(470 / 393 * 100vw);
  }

  .ft-renewal-about__image,
  .ft-renewal-about__image img {
    position: relative;
  }

  .ft-renewal-lineup__grid {
    grid-template-columns: 1fr;
  }

  .ft-renewal-lineup .ftLineup-itemList {
    grid-template-columns: 1fr;
  }

  .ft-renewal-proof,
  .ft-renewal-rescue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ft-renewal-lineup {
    padding-bottom: 20px;
  }

  .ft-renewal-rescue {
    padding: 100px 0 90px;
  }

  .ft-renewal-rescue__heading {
    padding-inline: 20px;
  }

  .ft-renewal-rescue__title {
    margin-right: -30px;
  }

  .ft-renewal-rescue__title-en {
    font-size: 80px;
    line-height: 65px;
  }

  .ft-renewal-rescue__title-icon {
    top: 2px;
    left: 140px;
    width: 23px;
    height: 23px;
  }

  .ft-renewal-rescue__title-line--top {
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
  }

  .ft-renewal-rescue__copy {
    width: 100%;
    margin-top: 50px;
    font-size: 13px;
  }

  .sp-only {
    display: block;
  }

  .ft-renewal-rescue__copy .sp-only {
    display: block;
  }

  .ft-renewal-rescue__copy-sub {
    color: var(--gray, #6E6E6E);
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 1px;
    margin-left: 0;
    margin-top: 15px;
  }

  .ft-renewal-rescue-slider {
    width: min(100%, calc(375/393*100vw));
    margin-top: 40px;
  }

  .ft-renewal-rescue-card {
    height: calc(386/393*100vw);
  }

  .ft-renewal-rescue-card__play {
    top: 25px;
    right: 25px;
    width: 27px;
    height: 27px;
  }

  .ft-renewal-rescue-card__content {
    left: 18px;
    bottom: 65px;
  }

  .ft-renewal-rescue-card__role {
    font-size: 12px;
  }

  .ft-renewal-rescue-card__name {
    margin-top: 5px;
    font-size: 18px;
  }

  .ft-renewal-rescue-card__suffix {
    font-size: 13px;
  }

  .ft-renewal-rescue-card__dots {
    left: 18px;
    bottom: 70px;
  }

  .ft-renewal-rescue-card__dots li button {
    width: 4px;
    height: 4px;
  }

  .ft-renewal-rescue-card__dots li.slick-active button {
    background: #fff;
  }

  .ft-renewal-products {
    padding: 85px 10px 0;
  }

  .ft-renewal-proof {
    padding-left: 0;
    padding-right: 0;
  }

  .ft-renewal-proof__intro {
    padding-right: 0;
  }

  .ft-renewal-products__title-en {
    margin-right: -2px;
    padding-left: 40px;
    font-size: 65px;
    white-space: nowrap;
  }

  .ft-renewal-products__title-icon {
    top: -1px;
    left: 8px;
    width: 23px;
    height: 23px;
  }

  .ft-renewal-tech__title-icon,
  .ft-renewal-purpose__voice-title .ft-renewal-cross {
    width: 23px;
    height: 23px;
  }

  .ft-renewal-purpose__voice-title .ft-renewal-cross{
    right: 38px;
  }

  .ft-renewal-products__title-ja {
    margin-top: 0;
    margin-right: 5px;
    font-size: 16px;
    line-height: 38px;
    text-align: right;
    white-space: nowrap;
  }

  .ft-renewal-products__copy {
    width: 373px;
    max-width: 100%;
    margin-top: 43px;
    font-size: 13px;
    line-height: 28px;
  }

  .ft-renewal-products__grid {
    justify-content: center;
    gap: 3px;
    margin-top: 60px;
  }

  .ft-renewal-products-card {
    height: calc(275/393 * 100vw);
  }

  .ft-renewal-products-card__content {
    top: 50%;
    left: 5.41%;
    width: 89.18%;
    transform: translateY(-50%);
  }

  .ft-renewal-products-card__name {
    font-size: 27px;
    line-height: 30px;
  }

  .ft-renewal-products-card__description {
    margin-top: 7px;
    font-size: 11px;
    line-height: 16px;
  }

  .ft-renewal-products-card__description br {
    display: block;
  }

  .ft-renewal-products-card__view {
    right: 5.41%;
    bottom: 3.64%;
    gap: 10px;
  }

  .ft-renewal-products-card__view-text {
    font-size: 12px;
  }

  .ft-renewal-products-card__view-icon {
    width: 14px;
    height: 14px;
  }

  .ft-renewal-partners__panel {
    min-height: 654px;
    padding: 80px 0 27px;
  }

  .ft-renewal-partners__title-en {
    margin-left: -5px;
    font-size: 69px;
    line-height: 65px;
    white-space: nowrap;
    letter-spacing: 3px;
  }

  .ft-renewal-partners__title-icon {
    top: 0;
    right: -33px;
    width: 23px;
    height: 23px;
  }

  .ft-renewal-partners__title-ja {
    margin-top: 16px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    white-space: nowrap;
  }

  .ft-renewal-partners__body {
    display: flex;
    flex-direction: column;
    width: 357px;
    max-width: calc(100vw - 36px);
    margin-left: 18px;
    padding-left: 0;
  }

  .ft-renewal-partners__contact {
    order: 2;
    width: 265px;
    height: 65px;
  }

  .ft-renewal-partners__contact::before {
    top: 4px;
    left: 4px;
  }

  .ft-renewal-partners__contact::after {
    right: 4px;
    bottom: 4px;
  }

  .ft-renewal-partners__contact-line {
    width: 25px;
  }

  .ft-renewal-partners__contact-text {
    font-size: 14px;
  }

  .ft-renewal-partners__contact-icon {
    width: 17px;
    height: 11px;
    margin-right: 23px;
  }

  .ft-renewal-partners__copy {
    order: 1;
    width: min(357px, 100%);
    max-width: 100%;
    margin-top: 0;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 1px;
  }

  .ft-renewal-partners__rail {
    --partners-rail-offset: -203.5px;
    gap: 10px;
    width: max-content;
    margin-top: 40px;
    margin-left: 9px;
  }

  .ft-renewal-partners__logo {
    width: 125px;
    height: 125px;
  }

  .ft-renewal-proof {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .ft-renewal-proof__scale-number--high {
    top: 6px;
  }

  .ft-renewal-proof__scale-number--low {
    top: 186px;
  }

  .ft-renewal-lineup__title {
    display: block;
    text-align: center;
  }
}

.slick-dots li.slick-active button:after {
  display: none;
}
