/* Japanese TOP: keep the existing 3-slot product slider while rotating 8 images. */
body.home.page-id-273 #products.product-introduction a.product-introduction__card {
  color: inherit;
  text-decoration: none;
}

body.home.page-id-273 #products.product-introduction .product-introduction__card-image {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

body.home.page-id-273 #products.product-introduction .product-introduction__card--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.home.page-id-273 .js-fadein,
body.home.page-id-273 .js-fadein.is-in {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
  animation: none !important;
}

@media (max-width: 767px) {
  body.home.page-id-273 #products.product-introduction .product-introduction__card--hidden {
    display: none !important;
  }
}

/* =========================================================
 * TOP: PRODUCT INTRODUCTION section
 * =======================================================*/
body.home.page-id-273 #products.product-introduction {
  --product-blue: #0079c4;
  --product-dark-blue: rgba(0, 83, 151, 0.36);
  --product-line: rgba(179, 211, 224, 0.85);
  --font-ja: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  --font-en: "DIN Condensed", Impact, "Arial Narrow", sans-serif;
  position: relative;
  width: min(100%, 1920px);
  aspect-ratio: 1920 / 1129.5;
  margin: 0 auto;
  overflow: hidden;
  background: var(--product-blue);
  border-bottom: 2px solid var(--product-line);
  color: #fff;
  font-family: var(--font-ja);
  isolation: isolate;
}

body.home.page-id-273 #products.product-introduction * {
  box-sizing: border-box;
}

body.home.page-id-273 #products.product-introduction::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: rgb(0 121 196 / 0%);
}

body.home.page-id-273 #products.product-introduction .product-introduction__bg-title {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  z-index: 0;
  width: min(100%, 1159.72px);
  height: auto;
  color: var(--product-dark-blue);
  font-family: var(--font-en);
  font-size: clamp(64px, 12vw, 178.56px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
  mix-blend-mode: multiply;
  pointer-events: none;
}

body.home.page-id-273 #products.product-introduction .product-introduction__frame {
  position: relative;
  z-index: 2;
}

body.home.page-id-273 #products.product-introduction .product-introduction__kicker {
  position: absolute;
  left: 50%;
  top: 10.8%;
  transform: translateX(-50%);
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.32vw, 44px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

body.home.page-id-273 #products.product-introduction .product-introduction__lead {
  position: absolute;
  left: 0;
  top: 21.86667%;
  transform: none;
  margin: 0;
  width: 100%;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(32.4px, 3.096vw, 59.4px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
}

body.home.page-id-273 #products.product-introduction .product-introduction__slider {
  position: absolute;
  left: 0;
  top: 23%;
  width: 100%;
  height: 66.66667%;
}

body.home.page-id-273 #products.product-introduction .product-introduction__card {
  position: absolute;
  display: block;
  object-fit: cover;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.38);
  transition: left 420ms ease;
  z-index: 2;
}

body.home.page-id-273 #products.product-introduction .product-introduction__card--alpha {
  left: -19%;
  top: 24%;
  width: 39.9%;
  height: 57.75%;
}

body.home.page-id-273 #products.product-introduction .product-introduction__card--super {
  left: 31%;
  top: 24%;
  width: 39.9%;
  height: 57.75%;
  z-index: 3;
}

body.home.page-id-273 #products.product-introduction .product-introduction__card--smart {
  left: 81%;
  top: 24%;
  width: 39.9%;
  height: 57.75%;
}

body.home.page-id-273 #products.product-introduction .product-introduction__arrow {
  position: absolute;
  z-index: 5;
  color: #fff;
  font-family: var(--font-ja);
  font-size: clamp(84px, 9.39vw, 180px);
  font-weight: 300;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

body.home.page-id-273 #products.product-introduction .product-introduction__arrow:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 6px;
}

body.home.page-id-273 #products.product-introduction .product-introduction__arrow--prev {
  left: 26%;
  top: 50%;
}

body.home.page-id-273 #products.product-introduction .product-introduction__arrow--next {
  left: 74%;
  top: 50%;
}

body.home.page-id-273 #products.product-introduction .product-introduction__description {
  position: absolute;
  left: 10%;
  top: 84.13333%;
  margin: 0;
  width: 62%;
  color: #fff;
  font-size: clamp(13px, 1.287vw, 24.7px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.20em;
}

body.home.page-id-273 #products.product-introduction .product-introduction__button {
  position: absolute;
  left: 62.61%;
  top: 85.53333%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27.306%;
  height: 7.68%;
  background: #fff;
  color: var(--product-blue);
  font-size: clamp(24px, 2.32vw, 44px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
}

body.home.page-id-273 #products.product-introduction .product-introduction__button::after {
  content: "\2192";
  margin-left: 0;
  font-size: 1.1em;
}

@media (max-width: 767px) {
  body.home.page-id-273 #products.product-introduction {
    width: 100%;
    min-height: auto;
    aspect-ratio: auto;
    padding: 56px 20px 64px;
    overflow: hidden;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__bg-title,
  body.home.page-id-273 #products.product-introduction .product-introduction__kicker,
  body.home.page-id-273 #products.product-introduction .product-introduction__lead,
  body.home.page-id-273 #products.product-introduction .product-introduction__slider,
  body.home.page-id-273 #products.product-introduction .product-introduction__description,
  body.home.page-id-273 #products.product-introduction .product-introduction__button {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__bg-title {
    position: absolute;
    left: 20px;
    top: 8px;
    width: clamp(320px, 82vw, 760px);
    max-width: none;
    font-size: 64px;
    opacity: 0.8;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__kicker {
    text-align: center;
    font-size: 16px;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__lead {
    width: 100%;
    margin-top: 24px;
    font-size: 23px;
    line-height: 1.45;
    white-space: normal;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__slider {
    display: grid;
    gap: 18px;
    margin-top: 36px;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__card {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__arrow {
    display: none;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__description {
    width: 100%;
    margin-top: 28px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__description br {
    display: none;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__button {
    width: 220px;
    height: 48px;
    margin: 28px auto 0;
    font-size: 16px;
  }
}

/* =========================================================
 * TOP: active slider image must never show pattern through
 * =======================================================*/
@media (min-width: 881px) {
  body.home #showcase {
    position: relative;
    z-index: 4;
    isolation: isolate;
  }

  body.home #showcase .showcase-inner,
  body.home #showcase .showcase-carousel,
  body.home #showcase .swiper-wrapper {
    position: relative;
    z-index: 4;
  }

  body.home.page-id-273 #showcase .showcase-carousel::before {
    /* keep only tate overlay on carousel background */
    background-image:
      url("../../img/slider/slide-active-tate-20260328.png") !important;
    z-index: 0 !important;
  }

  body.home.page-id-273 #showcase .swiper-slide.swiper-slide-active,
  body.home.page-id-273 #showcase .swiper-slide.swiper-slide-active .show-card {
    z-index: 60 !important;
  }

  body.home.page-id-273 #showcase .swiper-slide.swiper-slide-active .show-card {
    opacity: 1 !important;
    background-color: #000 !important;
    isolation: isolate;
  }

  body.home.page-id-273 #showcase .swiper-slide.swiper-slide-active .show-card::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    background: transparent !important;
  }

  body.home.page-id-273 #showcase .swiper-slide.swiper-slide-active .show-card img {
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    backdrop-filter: none !important;
  }
}

/* TOP: future/contact は blur なしの軽い縦フェードで滑らかに */
body.home #future.js-fadein,
body.home #contact.js-fadein {
  --fade-x: 0;
  --fade-y: 18px;
  --fade-scale: 1;
  --fade-blur: 0;
  --fade-move-dur: .9s;
  --fade-opacity-dur: .9s;
  transition:
    transform var(--fade-move-dur) cubic-bezier(.22,.61,.36,1),
    opacity var(--fade-opacity-dur) ease-out;
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  .js-fadein {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none !important;
  }
}

/* TOP: 見出し専用フェード */
body.home.page-id-273 .js-top-heading-fade {
  opacity: 0;
  transform: translate3d(var(--top-heading-x, 0), var(--top-heading-y, 24px), 0) scale(var(--top-heading-scale, 0.97));
  filter: blur(var(--top-heading-blur, 5px));
  transition:
    transform 0.95s cubic-bezier(0.16, 0.84, 0.34, 1),
    opacity 0.72s ease,
    filter 0.72s ease;
  transition-delay: var(--top-heading-delay, 0ms);
  will-change: transform, opacity, filter;
}

body.home.page-id-273 .js-top-heading-fade.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

body.home.page-id-273 .js-top-heading-fade--up {
  --top-heading-y: 28px;
  --top-heading-scale: 0.98;
}

body.home.page-id-273 .js-top-heading-fade--left {
  --top-heading-x: -30px;
  --top-heading-y: 6px;
  --top-heading-scale: 1;
}

body.home.page-id-273 .js-top-heading-fade--right {
  --top-heading-x: 30px;
  --top-heading-y: 6px;
  --top-heading-scale: 1;
}

body.home.page-id-273 .js-top-heading-fade--soft {
  --top-heading-y: 18px;
  --top-heading-scale: 0.95;
  --top-heading-blur: 7px;
}

body.home.page-id-273 .js-top-heading-fade--quick {
  transition-duration: 0.58s, 0.48s, 0.48s;
}

@media (prefers-reduced-motion: reduce) {
  body.home.page-id-273 .js-top-heading-fade {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* TOP: 画像専用フェード（高速） */
body.home.page-id-273 .js-top-image-fade {
  opacity: 0;
  transform: translate3d(var(--top-image-x, 0), var(--top-image-y, 0), 0) scale(var(--top-image-scale, 0.985));
  filter: blur(var(--top-image-blur, 1.5px));
  transition:
    transform 0.52s cubic-bezier(0.22, 0.78, 0.32, 1),
    opacity 0.4s ease,
    filter 0.4s ease;
  transition-delay: var(--top-image-delay, 0ms);
  will-change: transform, opacity, filter;
}

body.home.page-id-273 .js-top-image-fade.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

body.home.page-id-273 .js-top-image-fade--left {
  --top-image-x: -42px;
  --top-image-y: 0;
}

body.home.page-id-273 .js-top-image-fade--right {
  --top-image-x: 42px;
  --top-image-y: 0;
}

body.home.page-id-273 .js-top-image-fade--up {
  --top-image-x: 0;
  --top-image-y: 28px;
}

body.home.page-id-273 .js-top-image-fade--quick {
  transition-duration: 0.38s, 0.3s, 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  body.home.page-id-273 .js-top-image-fade {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* ===== TOP: 粉砕事例（添付レイアウト寄せ） ===== */
body.home.page-id-273 #showcase-2.showcase--youtube {
  position: relative;
  z-index: 0;
  max-width: min(1260px, 94vw);
  margin: 0 auto;
  padding: clamp(42px, 6vh, 66px) clamp(16px, 2.1vw, 26px) clamp(34px, 5.5vh, 56px);
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  grid-template-areas:
    "title title"
    "filter grid";
  column-gap: clamp(22px, 2.7vw, 38px);
  row-gap: clamp(16px, 2.2vh, 26px);
}

body.home.page-id-273 #showcase-2.showcase--youtube::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - var(--sbw, 0px));
  z-index: -1;
  background: linear-gradient(180deg, #3f82c5 0%, #4e8fd1 100%);
}

body.home.page-id-273 #showcase-2 > * {
  min-width: 0;
}

body.home.page-id-273 #showcase-2 .particle-products__heading {
  grid-area: title;
  justify-self: start;
  position: relative;
  margin: 0;
  width: min(100%, 250px);
  padding: 10px 28px;
  text-align: left;
  color: #eef6ff;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

body.home.page-id-273 #showcase-2 .particle-products__heading::before,
body.home.page-id-273 #showcase-2 .particle-products__heading::after {
  content: "";
  position: absolute;
  top: 0;
  width: 7px;
  height: 100%;
  background:
    radial-gradient(circle at 50% 3.5px, #eef6ff 0 3px, transparent 3.1px) top center / 7px 7px no-repeat,
    radial-gradient(circle at 50% calc(100% - 3.5px), #eef6ff 0 3px, transparent 3.1px) bottom center / 7px 7px no-repeat;
}

body.home.page-id-273 #showcase-2 .particle-products__heading::before {
  left: 0;
  transform: translateX(-50%);
}

body.home.page-id-273 #showcase-2 .particle-products__heading::after {
  right: 0;
  transform: translateX(50%);
}

body.home.page-id-273 #showcase-2 .case-filter {
  grid-area: filter;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 3px;
  align-content: start;
}

body.home.page-id-273 #showcase-2 .case-filter__btn {
  position: relative;
  border: 0;
  border-radius: 0;
  background: #b9bec4;
  color: #0f1f31;
  padding: 10px 44px 10px 20px;
  text-align: center;
  font-size: clamp(20px, 1.8vw, 36px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.02em;
  transform: none;
}

body.home.page-id-273 #showcase-2 .case-filter__btn.is-active {
  background: #f4f7fb;
  color: #0f1f31;
  border-color: transparent;
}

body.home.page-id-273 #showcase-2 .case-filter__btn:hover,
body.home.page-id-273 #showcase-2 .case-filter__btn:focus-visible {
  transform: none;
  background: #c4c8ce;
  border-color: transparent;
}

body.home.page-id-273 #showcase-2 .case-filter__btn::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #1d2530;
  border-right: 2px solid #1d2530;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
}

body.home.page-id-273 #showcase-2 .case-filter__btn[data-filter="cat2"]::after,
body.home.page-id-273 #showcase-2 .case-filter__btn[data-filter="cat3"]::after,
body.home.page-id-273 #showcase-2 .case-filter__btn[data-filter="cat4"]::after {
  opacity: 1;
}

body.home.page-id-273 #showcase-2 .case-filter__btn[data-filter="all"]::after {
  content: "↗";
  border: 0;
  width: auto;
  height: auto;
  font-size: 23px;
  line-height: 1;
  opacity: 1;
  transform: translateY(-50%);
}

body.home.page-id-273 #showcase-2 .case-filter__btn.is-active::after {
  opacity: 0;
}

body.home.page-id-273 #showcase-2 .case-grid {
  grid-area: grid;
  margin: 0;
  width: 100%;
  padding: 0 12px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 6px;
  max-height: min(63vh, 620px);
  overflow-y: scroll;
  overflow-x: hidden;
  align-content: start;
  scrollbar-width: thin;
  scrollbar-color: #ebf6ff rgba(255, 255, 255, 0.18);
}

body.home.page-id-273 #showcase-2 .case-grid::-webkit-scrollbar {
  width: 8px;
}

body.home.page-id-273 #showcase-2 .case-grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}

body.home.page-id-273 #showcase-2 .case-grid::-webkit-scrollbar-thumb {
  background: #ebf6ff;
}

body.home.page-id-273 #showcase-2 .case-card {
  display: grid;
  gap: 6px;
}

body.home.page-id-273 #showcase-2 .case-card__thumb {
  border-radius: 0;
  box-shadow: none;
  aspect-ratio: 16 / 9;
}

body.home.page-id-273 #showcase-2 .case-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) brightness(0.75);
}

body.home.page-id-273 #showcase-2 .case-card__thumb::after {
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 40%, rgba(0, 0, 0, 0.55) 100%);
}

body.home.page-id-273 #showcase-2 .case-card__thumb:hover,
body.home.page-id-273 #showcase-2 .case-card__thumb:focus-visible {
  transform: none;
  box-shadow: none;
}

body.home.page-id-273 #showcase-2 .case-card__play {
  display: none;
}

body.home.page-id-273 #showcase-2 .case-card__title {
  position: relative;
  margin: 0;
  padding-right: 1.4em;
  color: #fff !important;
  font-size: clamp(18px, 1.3vw, 24px);
  font-weight: 500;
  letter-spacing: 0.02em;
}

body.home.page-id-273 #showcase-2 .case-card__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid rgba(255, 255, 255, 0.9);
  transform: translateY(-50%);
}

@media (max-width: 980px) {
  body.home.page-id-273 #showcase-2.showcase--youtube {
    max-width: min(94vw, 760px);
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "filter"
      "grid";
    row-gap: 14px;
    padding: 28px 12px 26px;
  }

  body.home.page-id-273 #showcase-2 .particle-products__heading {
    width: min(100%, 210px);
    font-size: clamp(30px, 9vw, 38px);
  }

  body.home.page-id-273 #showcase-2 .case-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home.page-id-273 #showcase-2 .case-filter__btn {
    font-size: 18px;
    padding: 9px 26px 9px 12px;
  }

  body.home.page-id-273 #showcase-2 .case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}

@media (max-width: 560px) {
  body.home.page-id-273 #showcase-2 .case-filter {
    grid-template-columns: 1fr;
  }

  body.home.page-id-273 #showcase-2 .case-grid {
    grid-template-columns: 1fr;
  }
}

/* TOP: 画像は透過させない */
body.home .show-card {
  opacity: 1 !important;
}

body.home .show-card::after,
body.home .show-card.is-active::after {
  background: transparent !important;
}

body.home .wf-process-figure img.is-switching {
  opacity: 1 !important;
}

/* TOP: 概要サムネイルは透過させない */
body.home.page-id-273 #masukoroider-overview .wf-overview-top-images,
body.home.page-id-273 #masukoroider-overview .wf-overview-top-images figure,
body.home.page-id-273 #masukoroider-overview .wf-overview-top-images img {
  opacity: 1 !important;
}

body.home.page-id-273 #masukoroider-overview .wf-overview-top-images img {
  filter: none !important;
  mix-blend-mode: normal !important;
}

body.home.page-id-273 #masukoroider-overview .wf-overview-top-images {
  position: relative;
  isolation: isolate;
  z-index: 20;
  background: #fff !important;
}

body.home.page-id-273 #masukoroider-overview .wf-overview-top-images::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 0;
  opacity: 1 !important;
}

body.home.page-id-273 #masukoroider-overview .wf-overview-top-images figure {
  position: relative;
  z-index: 21;
  background: #fff !important;
}

body.home.page-id-273 #masukoroider-overview .wf-overview-top-images img {
  position: relative;
  z-index: 22;
  opacity: 1 !important;
  background: #fff !important;
  mix-blend-mode: normal !important;
}

/* 追尾パターンより常に前面に描画（PC/SP共通） */
body.home #masukoroider-overview > .container {
  position: relative;
  z-index: 2;
}

/* TOP: 指定ブロックは追尾パターンより前面・不透明で表示 */
body.home #showcase .show-card.is-active,
body.home #showcase .show-card.is-active img,
body.home #top-home-news .top-home-news__btn,
body.home #top-home-news .top-home-news__list,
body.home #top-home-news .top-home-news__special-grid,
body.home #future,
body.home #contact {
  position: relative;
  z-index: 5;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  backdrop-filter: none !important;
}

body.home #showcase .show-card.is-active {
  background-color: #000 !important;
  isolation: isolate;
  opacity: 1 !important;
}

body.home #showcase .show-card.is-active::after {
  content: none !important;
  background: transparent !important;
  opacity: 0 !important;
  display: none !important;
}

body.home #showcase .show-card.is-active img {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

body.home #showcase .swiper-slide.swiper-slide-active .show-card,
body.home #showcase .swiper-slide.swiper-slide-active .show-card img {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

body.home #top-home-news .top-home-news__btn,
body.home #top-home-news .top-home-news__list,
body.home #top-home-news .top-home-news__special-grid,
body.home #future,
body.home #contact {
  isolation: isolate;
}

body.home #top-home-news .top-home-news__btn {
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: hidden;
  background-color: #3f82bf !important;
  background-image: none !important;
  opacity: 1 !important;
}

body.home #top-home-news .top-home-news__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #3f82bf;
  opacity: 1 !important;
}

body.home #top-home-news .top-home-news__btn:hover,
body.home #top-home-news .top-home-news__btn:focus-visible {
  opacity: 1 !important;
}

body.home #top-home-news .top-home-news__list,
body.home #top-home-news .top-home-news__special-grid {
  background-color: #fff !important;
}

body.home #future,
body.home #contact {
  background-color: #fff;
}

.wf-results {
  display: grid;
  grid-template-columns: minmax(240px, 300px) 1fr;
  gap: clamp(22px, 3.2vw, 44px);
}

.wf-results-lead h3 {
  margin: 0 0 18px;
  font-size: clamp(32px, 3.9vw, 54px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .03em;
}

.wf-results-lead p {
  margin: 0 0 18px;
  font-size: clamp(16px, 1.26vw, 22px);
  line-height: 1.7;
  font-weight: 500;
}

.wf-results-more {
  display: inline-flex;
  align-items: center;
  background: #387cc3;
  color: #fff;
  border-radius: 999px;
  padding: 7px 28px 7px 16px;
  font-size: 17px;
  font-weight: 700;
  position: relative;
}

.wf-results-more::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.wf-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 20px);
}

.wf-result-card {
  display: grid;
  gap: 12px;
}

.wf-result-card figure {
  margin: 0;
  background: #d5d8dc;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.wf-result-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wf-result-card h4 {
  margin: 0;
  color: #111;
  font-size: clamp(18px, 1.4vw, 24px);
  line-height: 1.35;
  font-weight: 600;
}

.wf-result-card p {
  margin: 0;
  color: #111;
  font-size: clamp(14px, 1.02vw, 18px);
  line-height: 1.65;
  font-weight: 500;
}

.wf-result-card__link {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  background: #b4b7bb;
  color: #fff;
  border-radius: 999px;
  padding: 6px 26px 6px 14px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.wf-result-card__link::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 980px) {
  .wf-overview-main-title {
    width: 100%;
    font-size: clamp(34px, 9.3vw, 48px);
    white-space: normal;
  }

  .wf-grinder-title {
    width: min(100%, 360px);
    font-size: clamp(34px, 9vw, 44px);
    padding: 16px 20px;
  }

  .wf-overview-top,
  .wf-process,
  .wf-results,
  .wf-grinder-layout {
    grid-template-columns: 1fr;
  }

  .wf-process-side h3 {
    margin-bottom: 16px;
  }

  .wf-process-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wf-process-tab {
    text-align: center;
    padding: 12px 36px 12px 14px;
  }

  .wf-results-grid {
    grid-template-columns: 1fr;
  }

  .wf-grinder-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .wf-grinder-intro h3 {
    font-size: clamp(34px, 8.3vw, 44px);
  }
}

/* ===== TOP: About / History Banner (image-aligned layout) ===== */
.about-hero.about-history {
  position: relative;
  min-height: 0;
  display: block;
  overflow: visible;
  isolation: auto;
  background: #f4f4f4;
  padding: clamp(56px, 7.2vw, 92px) 0 clamp(62px, 8vw, 104px);
}

.about-hero.about-history::before,
.about-hero.about-history::after {
  content: none;
}

.about-history__inner {
  width: min(1120px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: clamp(30px, 4.2vw, 64px);
  align-items: start;
}

.about-history__body {
  color: #111;
}

.about-history__title {
  position: relative;
  display: inline-block;
  margin: 0 0 clamp(26px, 3.8vw, 44px);
  padding: clamp(14px, 2.2vw, 18px) clamp(24px, 3.2vw, 34px);
  font-size: clamp(34px, 4.8vw, 56px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.about-history__title::before,
.about-history__title::after,
.about-history__title > span::before,
.about-history__title > span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #111;
  pointer-events: none;
}

.about-history__title::before { top: 0; left: 0; }
.about-history__title::after { top: 0; right: 0; }
.about-history__title > span {
  position: relative;
  display: inline-block;
}
.about-history__title > span::before { bottom: 0; left: 0; }
.about-history__title > span::after { bottom: 0; right: 0; }

.about-history__lead {
  margin: 0 0 clamp(18px, 2.4vw, 26px);
  font-size: clamp(34px, 4.1vw, 50px);
  line-height: 1.34;
  letter-spacing: 0.01em;
  font-weight: 400;
}

.about-history__text {
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.72;
  letter-spacing: 0.01em;
}

.about-history__text p {
  margin: 0;
}

.about-history__text p + p {
  margin-top: 0.9em;
}

.about-history__cta {
  margin: clamp(20px, 2.8vw, 34px) 0 0;
}

.about-history .btn.solid-blue {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  padding: 0.44em 1.2em;
  background: #2b79b6;
  color: #fff;
  border-radius: 999px;
  font-weight: 500;
  font-size: clamp(18px, 1.6vw, 30px);
  line-height: 1;
  box-shadow: none;
}

.about-history .btn.solid-blue .arrow {
  border-left-width: 9px;
  border-top-width: 7px;
  border-bottom-width: 7px;
}

.about-history__media {
  margin: 0;
  min-height: 100%;
}

.about-history__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
}

@media (max-width: 980px) {
  .about-hero.about-history {
    padding: 42px 0 56px;
  }

  .about-history__inner {
    width: min(1120px, 94vw);
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-history__title {
    margin-bottom: 20px;
    font-size: clamp(28px, 8.4vw, 46px);
  }

  .about-history__lead {
    font-size: clamp(28px, 7.2vw, 42px);
  }

  .about-history__text {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* ===== TOP (PC): Section headings unified ===== */
@media (min-width: 1024px) {
  body.home.page-id-273 .intro-heading,
  body.home.page-id-273 .wf-overview-main-title,
  body.home.page-id-273 .wf-overview-intro > h3,
  body.home.page-id-273 .wf-process-side > h3,
  body.home.page-id-273 .wf-achievements > h3,
  body.home.page-id-273 .wf-grinder-title,
  body.home.page-id-273 .wf-grinder-intro > h3,
  body.home.page-id-273 .showcase-title,
  body.home.page-id-273 .particle-banner__title,
  body.home.page-id-273 .particle-products__heading,
  body.home.page-id-273 .about-history__title,
  body.home.page-id-273 .news-title,
  body.home.page-id-273 .note-section__title,
  body.home.page-id-273 .pj-heading,
  body.home.page-id-273 .pj-info-title,
  body.home.page-id-273 #cta-heading {
    font-size: 40px !important;
    font-weight: 300 !important;
  }

  body.home.page-id-273 .future-copy {
    font-weight: 600 !important;
  }
}

/* ===== TOP: shared 4-dot heading (News / Note) ===== */
.heading-four-dots {
  position: relative;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 28px;
  border: 0;
}

.heading-four-dots > span {
  position: relative;
  display: inline-block;
}

.heading-four-dots::before,
.heading-four-dots::after,
.heading-four-dots > span::before,
.heading-four-dots > span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 0;
  pointer-events: none;
}

.heading-four-dots::before { top: 0; left: 0; }
.heading-four-dots::after { top: 0; right: 0; }
.heading-four-dots > span::before { bottom: 0; left: 0; }
.heading-four-dots > span::after { bottom: 0; right: 0; }

.news-title.heading-four-dots {
  margin-top: 0;
}

.news-title.heading-four-dots::before,
.news-title.heading-four-dots::after {
  content: none;
}

/* ===== TOP (PC): 4-dot position aligned to page-title-banner__title ===== */
@media (min-width: 1024px) {
  body.home.page-id-273 .wf-corner-dots-title,
  body.home.page-id-273 .heading-four-dots,
  body.home.page-id-273 .about-history__title {
    display: inline-block !important;
    padding: 18px 36px !important;
    width: fit-content !important;
    max-width: fit-content !important;
  }

  body.home.page-id-273 .wf-corner-dots-title::before,
  body.home.page-id-273 .wf-corner-dots-title::after,
  body.home.page-id-273 .heading-four-dots::before,
  body.home.page-id-273 .heading-four-dots::after,
  body.home.page-id-273 .heading-four-dots > span::before,
  body.home.page-id-273 .heading-four-dots > span::after,
  body.home.page-id-273 .about-history__title::before,
  body.home.page-id-273 .about-history__title::after,
  body.home.page-id-273 .about-history__title > span::before,
  body.home.page-id-273 .about-history__title > span::after {
    content: none !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    inset: auto !important;
  }

  body.home.page-id-273 .wf-corner-dots-title::after,
  body.home.page-id-273 .heading-four-dots::after,
  body.home.page-id-273 .about-history__title::after {
    --top-title-dot-size: 2px;
    content: "" !important;
    position: absolute !important;
    inset: -3px !important;
    width: auto !important;
    height: auto !important;
    z-index: 1;
    pointer-events: none;
    border-radius: 0 !important;
    background:
      linear-gradient(currentColor 0 0) top left / var(--top-title-dot-size) var(--top-title-dot-size) no-repeat,
      linear-gradient(currentColor 0 0) top right / var(--top-title-dot-size) var(--top-title-dot-size) no-repeat,
      linear-gradient(currentColor 0 0) bottom left / var(--top-title-dot-size) var(--top-title-dot-size) no-repeat,
      linear-gradient(currentColor 0 0) bottom right / var(--top-title-dot-size) var(--top-title-dot-size) no-repeat !important;
  }
}

/* =========================================================
 * TOP Desktop Layout Calibration (PC only)
 * =======================================================*/
:root {
  --top-inner-max: 1120px;
  --top-content-max: 1010px;
  --top-pad-inline: 68px;
  --top-pad-inline-wide: 100px;
  --top-section-gap-xs: 24px;
  --top-section-gap-sm: 40px;
  --top-section-pad-top: 64px;
  --top-section-pad-top-lg: 92px;
  --top-section-pad-bottom: 64px;

  --top-grid-aside: 271px;
  --top-grid-main: 698px;
  --top-grid-gap: 40px;

  --fs-nav: 12px;
  --fs-body: 15px;
  --lh-body: 26.25px;
  --fs-card: 21px;
  --lh-card: 1.4;
  --fs-lead: 24px;
  --lh-lead: 42px;
  --fs-h3: 30px;
  --lh-h3: 40px;
  --fs-h2: 40px;
  --lh-h2: 1.25;
  --fs-h2-xl: 50px;
  --lh-h2-xl: 1.2;
  --fs-h1: 55px;
  --lh-h1: 88.25px;
  --fs-message: 33px;

  --btn-header-w: 159px;
  --btn-header-h: 36px;
  --btn-radius: 8px;

  --card-sm-h: 255px;
  --tab-w: 267px;
  --tab-h: 34px;

  --note-inner-w: 862px;
  --news-row-h: 56px;
  --note-thumb-w: 225px;
  --note-thumb-h: 125px;
  --activity-card: 350px;
}

body.home.page-id-273 #top-home-news {
  display: block;
  position: relative;
  z-index: 2;
  isolation: isolate;
  background: transparent;
  overflow: hidden;
  --top-home-news-special-band-bg: rgba(62, 124, 190, 0.5);
}

body.home.page-id-273 #top-home-special-heading,
body.home.page-id-273 #top-home-news .top-home-news__special-title {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

@media (max-width: 1279px) {
  body.home.page-id-273 #top-home-news .top-home-news__cta-wrap {
    width: min(1470px, calc(100vw - 32px));
    max-width: 1470px;
    margin: 0 auto;
    padding: 40px 0 48px;
    background: rgba(255, 255, 255, 0.5);
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: center;
  }

  body.home.page-id-273 #top-home-news .top-home-news__btn {
    width: min(320px, 100%);
    min-height: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
  }

  body.home.page-id-273 #top-home-news .top-home-news__news-band {
    position: relative;
    background: rgba(210, 225, 240, 0.5);
    padding: 40px 0 48px;
    overflow: hidden;
    isolation: isolate;
  }

  body.home.page-id-273 #top-home-news .top-home-news__inner {
    width: min(1470px, calc(100vw - 32px));
    max-width: 1470px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  body.home.page-id-273 #top-home-news .top-home-news__title {
    margin: 0 0 24px;
    text-align: center;
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.15;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.01em;
  }

  body.home.page-id-273 #top-home-news .top-home-news__list {
    width: min(862px, 100%);
    margin: 0 auto;
    background: #fff;
    list-style: none;
    padding: 0;
  }

  body.home.page-id-273 #top-home-news .top-home-news__item + .top-home-news__item {
    border-top: 1px solid #9ea4ad;
  }

  body.home.page-id-273 #top-home-news .top-home-news__item a {
    min-height: 48px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 10px 18px;
    text-decoration: none;
    color: #111;
  }

  body.home.page-id-273 #top-home-news .top-home-news__item-title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }

  body.home.page-id-273 #top-home-news .top-home-news__arrow {
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
  }

  body.home.page-id-273 #top-home-news .top-home-news__arrow::before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    transform: rotate(45deg);
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-band {
    position: relative;
    background: var(--top-home-news-special-band-bg);
    padding: 28px 0 18px;
    overflow: hidden;
    isolation: isolate;
  }

  body.home.page-id-273 #top-home-news .top-home-news__inner--special {
    width: min(1470px, calc(100vw - 88px));
    max-width: 1470px;
  }

  body.home.page-id-273 #top-home-special-heading,
  body.home.page-id-273 #top-home-news .top-home-news__special-title {
    margin: 0 0 14px 16px;
    color: #fff !important;
    font-size: clamp(26px, 8vw, 34px) !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em;
    text-align: left;
    width: fit-content;
    position: relative;
    z-index: 2;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    background: #fff;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
    touch-action: pan-x;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-grid::-webkit-scrollbar {
    display: none;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-card {
    flex: 0 0 min(74vw, 360px);
    min-height: 0;
    aspect-ratio: 16 / 9;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: clamp(8px, 1.2vw, 16px) clamp(8px, 1vw, 14px) clamp(6px, 0.8vw, 12px);
    color: #0e1424;
    font-size: clamp(10px, 1.8vw, 20px);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-decoration: none;
    background: #fff;
    border-left: 4px solid var(--top-home-news-special-band-bg);
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-card:first-child {
    border-left: 0;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-card-label {
    display: inline-block;
    text-align: center;
    width: 100%;
    line-height: 1.1;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-progress {
    margin-top: 14px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 0;
    cursor: pointer;
    user-select: none;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-progress > span {
    position: absolute;
    left: 0;
    top: -3px;
    width: 96px;
    height: 8px;
    background: #fff;
    border-radius: 0;
    cursor: grab;
    will-change: transform, width;
    pointer-events: auto;
    touch-action: none;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-progress.is-static > span {
    width: 96px !important;
    transform: translateX(0) !important;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-progress.is-dragging > span {
    cursor: grabbing;
  }
}

@media (min-width: 1280px) {
  body.home.page-id-273 main {
    width: 100% !important;
  }

  /* ===== Full-width sections keep outer 100% / inner only tuned ===== */
  body.home.page-id-273 #applications .intro-inner,
  body.home.page-id-273 #masukoroider-overview > .container,
  body.home.page-id-273 #grinder > .container,
  body.home.page-id-273 #showcase .showcase-inner,
  body.home.page-id-273 #particle-products .particle-banner__inner,
  body.home.page-id-273 #showcase-2.showcase--youtube,
  body.home.page-id-273 #about-hero .about-history__inner,
  body.home.page-id-273 #news .news-inner,
  body.home.page-id-273 #note .note-section__inner,
  body.home.page-id-273 #projects .pj-inner,
  body.home.page-id-273 #contact > .container {
    width: min(var(--top-inner-max), calc(100vw - (var(--top-pad-inline) * 2)));
    max-width: var(--top-inner-max);
    margin-inline: auto;
  }

  /* ===== Hero / First View ===== */
  body.home.page-id-273 .hero {
    height: 100vh;
    min-height: 100vh;
    padding-top: var(--header-h);
  }

  body.home.page-id-273 .hero-title {
    font-size: var(--fs-h1) !important;
    line-height: var(--lh-h1) !important;
    letter-spacing: 0.01em;
  }

  /* ===== Intro banner ===== */
  body.home.page-id-273 #applications.intro-banner {
    min-height: 660px;
    padding-top: var(--top-section-pad-top-lg);
    padding-bottom: var(--top-section-pad-bottom);
  }

  body.home.page-id-273 #applications .intro-copy {
    max-width: 760px;
  }

  body.home.page-id-273 #applications .intro-heading {
    margin: 0 0 20px;
    font-size: var(--fs-h1) !important;
    line-height: var(--lh-h1) !important;
    font-weight: 400;
  }

  body.home.page-id-273 #applications .intro-line {
    font-size: var(--fs-lead);
    line-height: var(--lh-lead);
    font-weight: 400;
  }

  /* ===== Section spacing normalization ===== */
  body.home.page-id-273 #masukoroider-overview,
  body.home.page-id-273 #grinder,
  body.home.page-id-273 #particle-products,
  body.home.page-id-273 #about-hero,
  body.home.page-id-273 #news,
  body.home.page-id-273 #note,
  body.home.page-id-273 #projects,
  body.home.page-id-273 #contact {
    margin: 0;
    padding-top: var(--top-section-pad-top);
    padding-bottom: var(--top-section-pad-bottom);
  }

  body.home.page-id-273 #showcase {
    margin: 0;
    padding-top: var(--top-section-pad-top-lg);
    padding-bottom: calc(var(--top-section-pad-bottom) * 0.9);
  }

  body.home.page-id-273 #showcase-2.showcase--youtube {
    padding-top: 94px;
    padding-bottom: var(--top-section-pad-bottom);
  }

  /* ===== Headline system ===== */
  body.home.page-id-273 .showcase-title,
  body.home.page-id-273 .particle-banner__title,
  body.home.page-id-273 .particle-products__heading,
  body.home.page-id-273 .about-history__title,
  body.home.page-id-273 .pj-heading,
  body.home.page-id-273 #cta-heading {
    font-size: var(--fs-h2) !important;
    line-height: var(--lh-h2) !important;
    font-weight: 400 !important;
  }

  body.home.page-id-273 .news-title,
  body.home.page-id-273 .note-section__title {
    font-size: var(--fs-h2-xl) !important;
    line-height: var(--lh-h2-xl) !important;
    font-weight: 400 !important;
  }

  body.home.page-id-273 .wf-overview-intro > h3,
  body.home.page-id-273 .wf-process-side > h3,
  body.home.page-id-273 .wf-results-lead > h3,
  body.home.page-id-273 .wf-grinder-intro > h3,
  body.home.page-id-273 .about-history__lead,
  body.home.page-id-273 .pj-info-title {
    font-size: var(--fs-h3) !important;
    line-height: var(--lh-h3) !important;
    font-weight: 400 !important;
    margin-bottom: 16px;
  }

  /* ===== Body / card text ===== */
  body.home.page-id-273 .wf-overview-intro p,
  body.home.page-id-273 .wf-grinder-intro p,
  body.home.page-id-273 .wf-results-lead p,
  body.home.page-id-273 .wf-result-card p,
  body.home.page-id-273 .wf-grinder-card p,
  body.home.page-id-273 .about-history__text,
  body.home.page-id-273 .note-card__excerpt,
  body.home.page-id-273 .pj-info-text,
  body.home.page-id-273 #contact p,
  body.home.page-id-273 .showcase .desc,
  body.home.page-id-273 .particle-banner__lead {
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    font-weight: 400;
  }

  body.home.page-id-273 .wf-grinder-card h4,
  body.home.page-id-273 .wf-result-card h4,
  body.home.page-id-273 .note-card__title,
  body.home.page-id-273 #showcase-2 .case-card__title,
  body.home.page-id-273 .wf-process-tab {
    font-size: var(--fs-card);
    line-height: var(--lh-card);
    font-weight: 500;
  }

  body.home.page-id-273 .wf-grinder-card h4 {
    font-weight: 700;
  }

  /* ===== 2-column ratio ===== */
  body.home.page-id-273 .wf-overview-top,
  body.home.page-id-273 .wf-process,
  body.home.page-id-273 .wf-results,
  body.home.page-id-273 .wf-grinder-layout,
  body.home.page-id-273 .about-history__inner {
    max-width: var(--top-content-max);
    grid-template-columns: var(--top-grid-aside) minmax(0, var(--top-grid-main));
    column-gap: var(--top-grid-gap);
    row-gap: var(--top-section-gap-xs);
    align-items: start;
  }

  body.home.page-id-273 .wf-overview-main-title,
  body.home.page-id-273 .wf-grinder-title {
    font-size: var(--fs-h2) !important;
    line-height: var(--lh-h2) !important;
    margin-bottom: var(--top-section-gap-sm);
  }

  /* ===== 3-column cards ===== */
  body.home.page-id-273 .wf-results-grid,
  body.home.page-id-273 .wf-grinder-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  body.home.page-id-273 .wf-result-card,
  body.home.page-id-273 .wf-grinder-card {
    min-height: var(--card-sm-h);
    align-content: start;
    gap: 12px;
  }

  body.home.page-id-273 .wf-result-card figure,
  body.home.page-id-273 .wf-grinder-card figure {
    height: 140px;
    aspect-ratio: auto;
  }

  body.home.page-id-273 .wf-process-tabs {
    gap: 6px;
  }

  body.home.page-id-273 .wf-process-tab {
    width: var(--tab-w);
    min-height: var(--tab-h);
    padding: 6px 38px 6px 16px;
  }

  /* ===== Product showcase / buttons ===== */
  body.home.page-id-273 .showcase-desc {
    margin-top: calc(var(--top-section-gap-xs) * 0.9);
    gap: 12px;
  }

  body.home.page-id-273 .showcase.is-in .showcase-desc {
    transform: translateY(50%);
  }

  body.home.page-id-273 .showcase-desc .desc-cta,
  body.home.page-id-273 .particle-banner__content .particle-banner__cta,
  body.home.page-id-273 .wf-results-more,
  body.home.page-id-273 .about-history__cta {
    margin-top: 16px;
  }

  /* ===== 製品紹介直下: CTA + News ===== */
  body.home.page-id-273 #top-home-news {
    display: block;
    position: relative;
    z-index: 2;
    isolation: isolate;
    background: transparent;
    overflow: hidden;
    --top-home-news-special-band-bg: rgba(62, 124, 190, 0.5);
  }

  body.home.page-id-273 #top-home-news::before {
    content: none;
  }

  body.home.page-id-273 #top-home-news .top-home-news__cta-wrap {
    width: min(1470px, calc(100vw - 88px));
    max-width: 1470px;
    margin: 0 auto;
    padding: 113px 0 142px;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    position: relative;
    z-index: 2;
  }

  body.home.page-id-273 #top-home-news .top-home-news__btn {
    width: 238px;
    min-height: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #3f82bf;
    color: #fff;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }

  body.home.page-id-273 #top-home-news .top-home-news__btn:hover,
  body.home.page-id-273 #top-home-news .top-home-news__btn:focus-visible {
    opacity: 1 !important;
  }

  body.home.page-id-273 #top-home-news .top-home-news__news-band {
    position: relative;
    background: rgba(210, 225, 240, 0.5);
    padding: 74px 0 88px;
    overflow: hidden;
    isolation: isolate;
    z-index: 1;
  }

  body.home.page-id-273 #top-home-news .top-home-news__news-band::before {
    content: none;
  }

  body.home.page-id-273 #top-home-news .top-home-news__news-band::after {
    content: none;
  }

  body.home.page-id-273 #top-home-news .top-home-news__inner {
    width: min(1470px, calc(100vw - 88px));
    max-width: 1470px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  body.home.page-id-273 #top-home-news .top-home-news__title {
    margin: 0 0 40px;
    text-align: center;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.01em;
  }

  body.home.page-id-273 #top-home-news .top-home-news__list {
    width: min(862px, 100%);
    margin: 0 auto;
    background: #fff;
    list-style: none;
    padding: 0;
  }

  body.home.page-id-273 #top-home-news .top-home-news__item + .top-home-news__item {
    border-top: 1px solid #9ea4ad;
  }

  body.home.page-id-273 #top-home-news .top-home-news__item a {
    min-height: 56px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    padding: 10px 28px 10px 44px;
    text-decoration: none;
    color: #111;
  }

  body.home.page-id-273 #top-home-news .top-home-news__item-title {
    font-size: 21px;
    line-height: 1.45;
    font-weight: 400;
  }

  body.home.page-id-273 #top-home-news .top-home-news__arrow {
    width: 22px;
    height: 22px;
    position: relative;
    display: inline-block;
  }

  body.home.page-id-273 #top-home-news .top-home-news__arrow::before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    transform: rotate(45deg);
  }

  body.home.page-id-273 #top-home-news .top-home-news__item a:hover .top-home-news__item-title,
  body.home.page-id-273 #top-home-news .top-home-news__item a:focus-visible .top-home-news__item-title {
    text-decoration: underline;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-band {
    position: relative;
    background: var(--top-home-news-special-band-bg);
    padding: 38px 0 30px;
    overflow: hidden;
    isolation: isolate;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-band::before {
    content: none;
  }

  body.home.page-id-273 #top-home-news .top-home-news__inner--special {
    position: relative;
    z-index: 2;
    width: min(1470px, calc(100vw - 88px));
    max-width: 1470px;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-title {
    margin: 0 0 20px 48px;
    color: #fff !important;
    font-size: 40px !important;
    line-height: var(--lh-h2) !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    text-align: left;
    width: fit-content;
    position: relative;
    z-index: 2;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    background: #fff;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
    touch-action: pan-x;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-grid::-webkit-scrollbar {
    display: none;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-card {
    flex: 0 0 calc((100vw - 16px) / 5);
    max-width: calc((100vw - 16px) / 5);
    min-height: 0;
    aspect-ratio: 16 / 9;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: clamp(10px, 1.2vw, 20px) clamp(10px, 1.2vw, 20px) clamp(8px, 1vw, 16px);
    color: #0e1424;
    font-size: clamp(12px, 1vw, 20px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none;
    background: #fff;
    border-left: 4px solid var(--top-home-news-special-band-bg);
    scroll-snap-align: start;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-card-label {
    display: inline-block;
    text-align: center;
    width: 100%;
    line-height: 1.1;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-card--youtube {
    align-items: flex-end;
    justify-content: center;
    padding-top: 20px;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-card:first-child {
    border-left: 0;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-card:hover,
  body.home.page-id-273 #top-home-news .top-home-news__special-card:focus-visible {
    color: #1e4f87;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-progress {
    margin-top: 22px;
    margin-bottom: 44px;
    position: relative;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 0;
    cursor: pointer;
    user-select: none;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-progress > span {
    position: absolute;
    left: 0;
    top: -3px;
    width: 120px;
    height: 8px;
    background: #fff;
    border-radius: 0;
    cursor: grab;
    will-change: transform, width;
    pointer-events: auto;
    touch-action: none;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-progress.is-static > span {
    width: 120px !important;
    transform: translateX(0) !important;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-progress.is-dragging > span {
    cursor: grabbing;
  }

  /* ===== 粉砕事例 ===== */
  body.home.page-id-273 #showcase-2.showcase--youtube {
    max-width: var(--top-inner-max);
    grid-template-columns: var(--tab-w) minmax(0, 1fr);
    column-gap: var(--top-grid-gap);
    row-gap: var(--top-section-gap-sm);
  }

  body.home.page-id-273 #showcase-2 .case-filter {
    gap: 6px;
  }

  body.home.page-id-273 #showcase-2 .case-filter__btn {
    min-height: var(--tab-h);
    padding: 6px 36px 6px 16px;
    font-size: var(--fs-card);
    line-height: var(--lh-card);
  }

  body.home.page-id-273 #showcase-2 .case-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 14px;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  /* ===== News / Note unified block ===== */
  body.home.page-id-273 #news.news-section,
  body.home.page-id-273 #note.note-section {
    padding-top: var(--top-section-pad-top-lg);
    padding-bottom: var(--top-section-pad-bottom);
  }

  body.home.page-id-273 .news-list {
    width: min(var(--note-inner-w), 100%);
    border-radius: 0;
    box-shadow: none;
  }

  body.home.page-id-273 .news-list a {
    min-height: var(--news-row-h);
    padding: 0 22px;
  }

  body.home.page-id-273 .note-section__panel {
    width: min(var(--note-inner-w), 100%);
    margin-inline: auto;
    padding: 28px 30px;
    gap: 31px;
    border-radius: 0;
    box-shadow: none;
  }

  body.home.page-id-273 .note-card {
    grid-template-columns: var(--note-thumb-w) minmax(0, 1fr);
    gap: 26px;
    align-items: start;
  }

  body.home.page-id-273 .note-card__thumb {
    width: var(--note-thumb-w);
    height: var(--note-thumb-h);
    aspect-ratio: auto;
  }

  /* ===== Projects ===== */
  body.home.page-id-273 #projects.pj-sec {
    padding-top: var(--top-section-pad-top-lg);
    padding-bottom: var(--top-section-pad-bottom);
  }

  body.home.page-id-273 #projects .pj-inner {
    gap: var(--top-section-gap-sm);
  }

  body.home.page-id-273 #projects .marquee .pj-card {
    flex: 0 0 var(--activity-card);
    width: var(--activity-card);
    height: var(--activity-card);
    border-radius: 12px;
  }

  body.home.page-id-273 #projects .pj-info {
    margin-top: var(--top-section-gap-sm);
    max-width: var(--top-content-max);
  }

  /* ===== Message ===== */
  body.home.page-id-273 #future.future {
    min-height: 338px;
  }

  body.home.page-id-273 #future .future-content {
    width: min(var(--top-content-max), calc(100vw - (var(--top-pad-inline) * 2)));
    margin-inline: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  body.home.page-id-273 #future .future-copy {
    font-size: var(--fs-message) !important;
    line-height: 1.6 !important;
    font-weight: 900;
    text-align: center;
  }

  /* ===== Contact / footer spacing cleanup ===== */
  body.home.page-id-273 #contact.wf-cta {
    padding-top: var(--top-section-pad-top);
    padding-bottom: var(--top-section-pad-bottom);
  }

  body.home.page-id-273 #contact .wf-cta__actions {
    margin-top: 16px;
    gap: 12px;
  }

  body.home.page-id-273 .site-footer .footer-primary {
    padding-top: 0;
    padding-bottom: 41px;
  }

  body.home.page-id-273 .site-footer .footer-nav {
    margin-top: 32px;
    row-gap: 31px;
  }
}

/* =========================================================
 * TOP PC: Applications intro-banner (design match)
 * =======================================================*/
@media (min-width: 1280px) {
  body.home.page-id-273 #applications.intro-banner {
    min-height: 0;
    display: block;
    padding: 46px 0 48px;
    background: #3f7fbe;
    isolation: auto;
    position: relative;
    z-index: 2;
  }

  body.home.page-id-273 #applications.intro-banner::before,
  body.home.page-id-273 #applications.intro-banner::after {
    display: none;
  }

  body.home.page-id-273 #applications.intro-banner .intro-inner {
    position: relative;
    width: min(1470px, calc(100vw - 88px));
    max-width: 1470px;
    min-height: 760px;
    margin-inline: auto;
    background-image: var(--bg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  body.home.page-id-273 #applications.intro-banner .intro-inner::before {
    content: none;
  }

  body.home.page-id-273 #applications.intro-banner .intro-copy {
    position: absolute;
    left: 48px;
    right: auto;
    bottom: 44px;
    transform: none;
    max-width: min(1290px, calc(100% - 96px));
    gap: 10px;
    z-index: 1;
  }

  body.home.page-id-273 #applications.intro-banner .intro-heading {
    margin: 0 0 16px;
    font-size: 55px;
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: #fff;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  }

  body.home.page-id-273 #applications.intro-banner .intro-line {
    display: inline-block;
    width: fit-content;
    margin: 0;
    padding: 2px 10px 3px;
    background: rgba(255, 255, 255, 0.97);
    color: #0e1116;
    border-radius: 0;
    box-shadow: none;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 400;
    letter-spacing: 0.02em;
  }

  /* TOP PC: スーパーマスコロイダー帯の「導入実績」ブロックを非表示 */
  body.home.page-id-273 #masukoroider-overview #case-studies.wf-results {
    display: none !important;
  }
}

/* =========================================================
 * TOP PC: Masukoroider / Grinder section redesign
 * =======================================================*/
/* TOP: 旧「導入実績」ブロックは全幅条件で非表示（はみ出し防止/統一） */
body.home #masukoroider-overview #case-studies,
body.home #masukoroider-overview #case-studies.wf-results {
  display: none !important;
}

@media (min-width: 1024px) {
  body.home.page-id-273 #masukoroider-overview.wf-overview--interactive,
  body.home.page-id-273 #grinder.wf-grinder {
    position: relative;
    z-index: 2;
    background-color: transparent;
    background-repeat: no-repeat;
  }

  body.home.page-id-273 #masukoroider-overview.wf-overview--interactive {
    padding: 58px 0 50px;
    background-image: none;
    background-color: transparent;
    overflow-y: visible;
    overflow-x: clip;
  }

  @supports not (overflow: clip) {
    body.home.page-id-273 #masukoroider-overview.wf-overview--interactive {
      overflow-x: hidden;
    }
  }

  body.home::before {
    content: none;
    display: none;
  }

  /* page-id 依存を外して、追尾パターンよりコンテンツを常に前面化 */
  body.home #masukoroider-overview > .container,
  body.home #grinder > .container,
  body.home #showcase .showcase-inner,
  body.home #top-home-news .top-home-news__inner,
  body.home #top-home-news .top-home-news__inner--special {
    position: relative;
    z-index: 2;
  }

  body.home #masukoroider-overview .wf-overview-top-images,
  body.home #masukoroider-overview .wf-overview-top-images figure,
  body.home #masukoroider-overview .wf-overview-top-images img {
    position: relative;
    z-index: 3;
  }

  body.home.page-id-273 #grinder.wf-grinder {
    padding: 50px 0 68px;
    background-image: none;
    background-color: transparent;
  }

  body.home.page-id-273 #masukoroider-overview > .container,
  body.home.page-id-273 #grinder > .container {
    width: min(1470px, calc(100vw - 88px));
    max-width: 1470px;
    margin-inline: auto;
    position: relative;
    z-index: 2;
  }

  body.home.page-id-273 #showcase .showcase-inner {
    width: min(1470px, calc(100vw - 88px));
    max-width: 1470px;
    margin-inline: auto;
    transform: translateY(-10%);
  }

  body.home.page-id-273 #grinder.wf-grinder::before {
    display: none;
  }

  body.home.page-id-273 #grinder > .container::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 48px;
    right: 0;
    height: 1px;
    background: #b6bcc4;
    pointer-events: none;
  }

  body.home.page-id-273 .wf-overview-main-title.wf-corner-dots-title,
  body.home.page-id-273 .wf-grinder-title.wf-corner-dots-title {
    margin: 0 0 34px;
    padding: 0 !important;
    width: auto !important;
    max-width: none !important;
    display: block !important;
    margin-left: 0 !important;
    text-align: left !important;
    justify-self: start;
    font-size: 40px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
  }

  body.home.page-id-273 #masukoroider-overview-heading.wf-overview-main-title {
    margin-left: 48px !important;
    margin-bottom: 58px !important;
  }

  body.home.page-id-273 #masukoroider-overview-heading.wf-overview-main-title > span {
    display: block;
    margin-left: 0;
    padding-left: 0;
  }

  body.home.page-id-273 .wf-overview-main-title.wf-corner-dots-title::before,
  body.home.page-id-273 .wf-overview-main-title.wf-corner-dots-title::after,
  body.home.page-id-273 .wf-grinder-title.wf-corner-dots-title::before,
  body.home.page-id-273 .wf-grinder-title.wf-corner-dots-title::after,
  body.home.page-id-273 .wf-overview-main-title.wf-corner-dots-title > span::before,
  body.home.page-id-273 .wf-overview-main-title.wf-corner-dots-title > span::after,
  body.home.page-id-273 .wf-grinder-title.wf-corner-dots-title > span::before,
  body.home.page-id-273 .wf-grinder-title.wf-corner-dots-title > span::after {
    content: none !important;
    display: none !important;
  }

  body.home.page-id-273 .wf-overview-top,
  body.home.page-id-273 .wf-process,
  body.home.page-id-273 .wf-grinder-layout {
    grid-template-columns: minmax(220px, 250px) minmax(0, 1fr);
    column-gap: 32px;
    row-gap: 22px;
    align-items: start;
  }

  body.home.page-id-273 #masukoroider-overview .wf-overview-top,
  body.home.page-id-273 #masukoroider-overview .wf-process {
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(340px, 380px) minmax(0, 1fr);
    column-gap: 24px;
  }

  body.home.page-id-273 #masukoroider-overview .wf-overview-intro,
  body.home.page-id-273 #masukoroider-overview .wf-process-side {
    padding-left: 48px;
  }

  body.home.page-id-273 #grinder .wf-grinder-layout {
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(340px, 380px) minmax(0, 1fr);
    column-gap: 24px;
  }

  body.home.page-id-273 #grinder .wf-grinder-intro {
    padding-left: 48px;
  }

  body.home.page-id-273 #grinder .wf-grinder-cards {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    justify-self: end;
  }

  body.home.page-id-273 #masukoroider-overview .wf-overview-top-images,
  body.home.page-id-273 #masukoroider-overview .wf-process-view {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    justify-self: end;
  }

  body.home.page-id-273 #masukoroider-overview .wf-overview-intro > h3,
  body.home.page-id-273 #masukoroider-overview .wf-process-side > h3 {
    white-space: nowrap;
  }

  body.home.page-id-273 .wf-overview-top {
    margin-bottom: 28px;
  }

  body.home.page-id-273 .wf-process {
    margin-bottom: 0;
  }

  body.home.page-id-273 .wf-overview-intro > h3,
  body.home.page-id-273 .wf-process-side > h3,
  body.home.page-id-273 .wf-grinder-intro > h3 {
    margin: 0 0 16px;
    font-size: 30px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em;
  }

  body.home.page-id-273 .wf-overview-intro p,
  body.home.page-id-273 .wf-grinder-intro p,
  body.home.page-id-273 .wf-grinder-card p,
  body.home.page-id-273 .wf-process-bar__desc {
    font-size: 15px !important;
    line-height: 1.75 !important;
    font-weight: 500;
    color: #111;
  }

  body.home.page-id-273 .wf-process-bar__desc {
    color: #fff;
  }

  body.home.page-id-273 #masukoroider-overview .wf-overview-intro > p {
    max-width: 300px;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
  }

  body.home.page-id-273 #grinder .wf-grinder-intro > p {
    max-width: 300px;
  }

  body.home.page-id-273 .wf-overview-top-images {
    gap: 0;
  }

  body.home.page-id-273 .wf-overview-top-images figure {
    min-height: 176px;
    aspect-ratio: 1 / 1;
  }

  body.home.page-id-273 .wf-process-tabs {
    gap: 2px;
    width: 300px;
    max-width: 300px;
  }

  body.home.page-id-273 .wf-process-tab {
    width: 100%;
    min-height: 34px;
    padding: 5px 34px;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    background: #8d8e90;
  }

  body.home.page-id-273 .wf-process-tab.is-active {
    background: #3f7fbe;
  }

  body.home.page-id-273 .wf-process-bar {
    min-height: 40px;
    padding: 7px 12px 7px 14px;
    column-gap: 14px;
    background: #3f7fbe;
  }

  body.home.page-id-273 .wf-process-bar__name {
    font-size: 21px;
    line-height: 1;
    font-weight: 700;
  }

  body.home.page-id-273 .wf-process-bar__link {
    min-width: 58px;
    padding: 2px 16px 2px 10px;
    font-size: 13px;
    font-weight: 700;
  }

  body.home.page-id-273 .wf-process-figure {
    aspect-ratio: 16 / 7;
  }

  body.home.page-id-273 #grinder .wf-grinder-title.wf-corner-dots-title {
    margin-left: 48px !important;
    margin-bottom: 50px;
  }

  body.home.page-id-273 #showcase .showcase-title,
  body.home.page-id-273 #particle-products .particle-banner__title {
    margin-left: 48px !important;
    margin-right: auto !important;
    text-align: left !important;
    width: fit-content;
  }

  body.home.page-id-273 #grinder .wf-grinder-cards {
    gap: 8px;
  }

  body.home.page-id-273 #grinder .wf-grinder-card {
    gap: 12px;
  }

  body.home.page-id-273 #grinder .wf-grinder-card figure {
    margin: 0;
    width: 100%;
    height: 270px;
    min-height: 270px;
    aspect-ratio: auto;
  }

  body.home.page-id-273 .wf-grinder-card h4 {
    font-size: 21px;
    line-height: 1.45;
    font-weight: 700;
    margin: 0;
  }
}

/* TOP: 狭めPC幅での縦ライン統一（はみ出し抑制） */
@media (min-width: 900px) and (max-width: 1279px) {
  body.home {
    --top-heading-line-left: 48px;
  }

  body.home #masukoroider-overview > .container,
  body.home #grinder > .container {
    width: min(100%, calc(100vw - 56px));
    max-width: none;
    margin-inline: auto;
  }

  body.home #masukoroider-overview .wf-overview-top,
  body.home #masukoroider-overview .wf-process,
  body.home #grinder .wf-grinder-layout {
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    column-gap: 16px;
  }

  body.home #masukoroider-overview .wf-overview-intro,
  body.home #masukoroider-overview .wf-process-side,
  body.home #grinder .wf-grinder-intro {
    padding-left: 24px;
  }

  body.home #masukoroider-overview .wf-overview-main-title.wf-corner-dots-title,
  body.home #grinder .wf-grinder-title.wf-corner-dots-title {
    margin-left: var(--top-heading-line-left) !important;
  }

  body.home #masukoroider-overview .wf-process-tabs {
    width: 100%;
    max-width: none;
  }

  body.home .showcase-desc {
    margin-top: calc(clamp(18px, 4vh, 32px) * 2.5);
  }

  /* PC縮小時: 見出しの左基準線を grinder-heading に統一 */
  body.home #masukoroider-overview-heading.wf-overview-main-title {
    margin-left: var(--top-heading-line-left) !important;
  }

  body.home #top-home-news .top-home-news__inner--special {
    width: min(1470px, calc(100vw - 88px));
    max-width: 1470px;
    margin-inline: auto;
  }

  body.home #grinder-heading,
  body.home #top-home-special-heading {
    margin-left: var(--top-heading-line-left) !important;
  }

  body.home #top-home-special-heading {
    margin: 0 0 14px var(--top-heading-line-left) !important;
  }

  body.home #top-home-news .top-home-news__special-title {
    margin-left: var(--top-heading-line-left) !important;
  }
}

@keyframes top-overview-pattern-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home::before {
    animation: none;
  }
}

/* ===== TOP PC: font-size quick adjustments ===== */
@media (min-width: 1024px) {
  body.home.page-id-273 .hero-title {
    font-size: clamp(36.8px, 2.3345vw, 44.85px) !important;
    line-height: 1 !important;
  }

  body.home.page-id-273 .intro-heading,
  body.home.page-id-273 .intro-line {
    font-size: 24px !important;
  }

  body.home.page-id-273 .intro-copy .intro-line {
    font-weight: 400 !important;
  }

  body.home.page-id-273 #applications .intro-heading {
    font-size: 55px !important;
    font-weight: 700 !important;
  }

  body.home.page-id-273 #masukoroider-overview-heading {
    font-size: 40px !important;
  }

  body.home.page-id-273 .wf-overview-intro h3 {
    font-size: 30px !important;
  }

  body.home.page-id-273 .wf-process-side h3 {
    font-size: 30px !important;
  }

  body.home.page-id-273 #grinder-heading,
  body.home.page-id-273 .wf-grinder-title {
    font-size: 40px !important;
    margin-bottom: 50px !important;
  }
}

/* ===== TOP SP only adjustments (no PC impact) ===== */
.sp-only-break {
  display: none;
}

@media (max-width: 1023px) {
  /* SP: 回転背景パターンを非表示 */
  body.home::before {
    content: none;
    display: none;
  }

  /* PC同様: showcaseセクションは背景パターンより前面に固定 */
  body.home #showcase {
    position: relative;
    z-index: 4;
    isolation: isolate;
  }

  /* SPでも背景を透過し、body::before のパターンを見せる */
  body.home.page-id-273 #masukoroider-overview.wf-overview--interactive,
  body.home.page-id-273 #grinder.wf-grinder {
    position: relative;
    z-index: 2;
    background-color: transparent;
    background-repeat: no-repeat;
  }

  body.home.page-id-273 #masukoroider-overview.wf-overview--interactive {
    background-image: none;
  }

  body.home.page-id-273 #grinder.wf-grinder {
    background-image: none;
  }

  body.home.page-id-273 #grinder.wf-grinder::before {
    display: none;
  }

  body.home #masukoroider-overview > .container,
  body.home #grinder > .container,
  body.home #showcase .showcase-inner,
  body.home #top-home-news .top-home-news__inner,
  body.home #top-home-news .top-home-news__inner--special {
    position: relative;
    z-index: 2;
  }

  body.home.page-id-273 .sp-only-break {
    display: block;
  }

  body.home.page-id-273 #applications.intro-banner {
    min-height: 65svh;
    height: 65svh;
  }

  /* 2) intro image frame on SP */
  body.home.page-id-273 #applications.intro-banner .intro-inner {
    width: 100vw;
    max-width: none;
    margin-inline: calc(50% - 50vw);
    height: 100%;
    display: block;
    place-items: initial;
    border: 12px solid #3f7fbe;
    box-sizing: border-box;
  }

  body.home.page-id-273 #applications.intro-banner .intro-copy {
    position: absolute !important;
    left: 16px;
    right: 16px;
    bottom: 16px;
    transform: none !important;
    max-width: none;
    width: auto;
  }

  body.home.page-id-273 #applications.intro-banner .intro-line {
    display: inline-block !important;
    width: fit-content !important;
    font-size: 13px !important;
    max-width: 100%;
    margin-inline: 0 !important;
    justify-self: start;
  }

  /* 3) overview title: no corner decorations, single-line sizing */
  body.home.page-id-273 #masukoroider-overview-heading {
    width: fit-content !important;
    max-width: calc(100% - 32px) !important;
    padding: 0 !important;
    margin: 0 auto 36px !important;
    text-align: center !important;
    font-size: clamp(27.2px, 7.2vw, 35.2px) !important;
    font-weight: 400 !important;
    line-height: 1.22 !important;
    white-space: nowrap !important;
    letter-spacing: 0.02em;
  }

  body.home.page-id-273 .wf-overview-intro h3,
  body.home.page-id-273 .wf-process-side h3,
  body.home.page-id-273 .wf-grinder-intro h3 {
    font-size: clamp(24px, 7vw, 30px) !important;
    line-height: 1.22 !important;
  }

  body.home.page-id-273 #masukoroider-overview-heading::before,
  body.home.page-id-273 #masukoroider-overview-heading::after,
  body.home.page-id-273 #masukoroider-overview-heading > span::before,
  body.home.page-id-273 #masukoroider-overview-heading > span::after {
    content: none !important;
    display: none !important;
  }

  /* 4) hide case studies block on SP */
  body.home.page-id-273 #masukoroider-overview #case-studies {
    display: none !important;
  }

  /* 5) grinder heading: no corner decorations */
  body.home.page-id-273 #grinder-heading,
  body.home.page-id-273 #grinder .wf-grinder-title {
    width: fit-content !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 auto 36px !important;
    text-align: center !important;
  }

  body.home.page-id-273 #grinder-heading::before,
  body.home.page-id-273 #grinder-heading::after,
  body.home.page-id-273 #grinder-heading > span::before,
  body.home.page-id-273 #grinder-heading > span::after,
  body.home.page-id-273 #grinder .wf-grinder-title::before,
  body.home.page-id-273 #grinder .wf-grinder-title::after,
  body.home.page-id-273 #grinder .wf-grinder-title > span::before,
  body.home.page-id-273 #grinder .wf-grinder-title > span::after {
    content: none !important;
    display: none !important;
  }

  /* 5.5) SP: 「マスコロイダーでできる加工」レイアウトを横タブ型に */
  body.home.page-id-273 #masukoroider-overview #capabilities.wf-process {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0;
    margin-bottom: 0;
  }

  body.home.page-id-273 #masukoroider-overview #capabilities .wf-process-side,
  body.home.page-id-273 #masukoroider-overview #capabilities .wf-process-view {
    width: 100%;
    max-width: none;
  }

  body.home.page-id-273 #masukoroider-overview #capabilities .wf-process-side > h3 {
    margin: 0 0 12px;
    white-space: nowrap;
    font-weight: 700;
  }

  body.home.page-id-273 #masukoroider-overview #capabilities .wf-process-side > h3 br {
    display: none;
  }

  body.home.page-id-273 #masukoroider-overview #capabilities .wf-process-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
    max-width: none;
  }

  body.home.page-id-273 #masukoroider-overview #capabilities .wf-process-tab {
    min-height: 52px;
    padding: 10px 4px;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    font-weight: 700;
  }

  body.home.page-id-273 #masukoroider-overview #capabilities .wf-process-tab::after {
    display: none;
  }

  body.home.page-id-273 #masukoroider-overview #capabilities .wf-process-view {
    display: grid;
    gap: 0;
  }

  body.home.page-id-273 #masukoroider-overview #capabilities .wf-process-bar {
    grid-template-columns: 1fr auto;
    min-height: 50px;
    padding: 8px 12px;
    column-gap: 10px;
  }

  body.home.page-id-273 #masukoroider-overview #capabilities .wf-process-bar__name {
    display: none;
  }

  body.home.page-id-273 #masukoroider-overview #capabilities .wf-process-bar__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.home.page-id-273 #masukoroider-overview #capabilities .wf-process-figure {
    width: 100%;
    aspect-ratio: 16 / 7;
  }

  /* 6) showcase slider layout on SP close to PC balance */
  body.home.page-id-273 #showcase {
    --showcase-active-w: min(76vw, 520px);
    --showcase-active-frame-w: calc(var(--showcase-active-w) + 3px);
    --showcase-side-frame-w: calc(var(--showcase-active-w) * 0.72);
    --showcase-side-gap: 18px;
    --showcase-active-offset-x: 0px;
    --showcase-active-offset-y: -10%;
    --showcase-active-frame-w-custom: var(--showcase-active-frame-w);
    --showcase-side-left-frame-w-custom: var(--showcase-active-frame-w-custom);
    --showcase-side-right-frame-w-custom: var(--showcase-active-frame-w-custom);
    --showcase-side-left-offset-x: 0px;
    --showcase-side-left-offset-y: 0%;
    --showcase-side-right-offset-x: 0px;
    --showcase-side-right-offset-y: 0%;
    --showcase-ring-wrap-size: calc((var(--showcase-active-w) * 0.72) + 56px);
    --showcase-ring-bg-size: 90% 90%;
    --showcase-ring-offset-x: 0px;
    --showcase-ring-offset-y: 0px;
    --showcase-tate-bg-size: auto 95%;
    --showcase-tate-offset-x: 0px;
    --showcase-tate-offset-y: 0px;
  }

  body.home.page-id-273 #showcase .showcase-inner {
    width: min(100%, calc(100vw - 24px));
    margin-inline: auto;
    min-height: auto;
  }

  body.home.page-id-273 #showcase .showcase-carousel {
    margin-top: 0;
    padding: 20px 0 8px;
    position: relative;
    z-index: 1;
    overflow: visible;
  }

  body.home.page-id-273 #showcase .showcase-carousel::before,
  body.home.page-id-273 #showcase .showcase-carousel::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }

  body.home.page-id-273 #showcase .showcase-carousel::before {
    inset: 0;
    background-image: url("../../img/slider/slide-active-tate-20260328.png");
    background-repeat: no-repeat;
    background-position:
      calc(50% + var(--showcase-tate-offset-x))
      calc(50% + var(--showcase-tate-offset-y));
    background-size: var(--showcase-tate-bg-size);
    z-index: 6;
  }

  body.home.page-id-273 #showcase .showcase-carousel::after {
    left: calc(50% + var(--showcase-ring-offset-x));
    top: calc(50% + var(--showcase-ring-offset-y));
    width: var(--showcase-ring-wrap-size);
    aspect-ratio: 1 / 1;
    transform: translate(-50%, -50%);
    background: url("../../img/slider/slide-active-ring-base-20260328.png") no-repeat center center / var(--showcase-ring-bg-size);
    animation: showcaseRingSpin 60s linear infinite;
    z-index: 0;
  }

  body.home.page-id-273 #showcase .swiper-slide {
    width: min(76vw, 520px);
    padding: 0 8px;
  }

  body.home.page-id-273 #showcase .show-card {
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    transform: scale(1);
    opacity: 0.55;
    height: auto;
    background: #000;
    position: relative;
    z-index: 8;
  }

  body.home.page-id-273 #showcase .show-card.is-active {
    transform: scale(1);
    opacity: 1;
    z-index: 31;
  }

  body.home.page-id-273 #showcase .show-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  body.home.page-id-273 #showcase .show-card::before,
  body.home.page-id-273 #showcase .show-card.is-active::before {
    content: none !important;
    opacity: 0;
  }

  body.home.page-id-273 #showcase .show-card .frame,
  body.home.page-id-273 #showcase .show-card.is-active .frame {
    display: none !important;
  }

  body.home.page-id-273 #showcase .swiper-slide {
    position: relative;
    z-index: 7;
  }

  body.home.page-id-273 #showcase .swiper-slide.swiper-slide-active {
    z-index: 30;
  }

  body.home.page-id-273 #showcase .swiper-button-prev,
  body.home.page-id-273 #showcase .swiper-button-next {
    top: 60%;
    transform: translateY(-50%);
    width: 42px;
    height: 60px;
    background: transparent;
    border: 0;
    border-radius: 0;
    backdrop-filter: none;
  }

  body.home.page-id-273 #showcase .swiper-button-prev::after,
  body.home.page-id-273 #showcase .swiper-button-next::after {
    width: 24px;
    height: 24px;
  }

  body.home.page-id-273 #showcase .swiper-button-prev {
    left: 0px;
  }

  body.home.page-id-273 #showcase .swiper-button-next {
    right: 0px;
  }
}

/* =========================================================
 * TOP: patternを背景側だけに見せ、指定前景要素は不透明化
 * 対象: .wf-overview-top-images / .top-home-news__btn / __list / __special-grid
 * =======================================================*/
body.home #masukoroider-overview .wf-overview-top-images {
  position: relative;
  z-index: 3;
  isolation: isolate;
  background-color: #fff !important;
}

body.home #masukoroider-overview .wf-overview-top-images::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 0;
  pointer-events: none;
}

body.home #masukoroider-overview .wf-overview-top-images figure {
  position: relative;
  z-index: 1;
  background-color: #fff !important;
}

body.home #masukoroider-overview .wf-overview-top-images img {
  position: relative;
  z-index: 2;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  filter: none !important;
  mask: none !important;
  -webkit-mask-image: none !important;
  backdrop-filter: none !important;
  background-color: #fff !important;
}

body.home #top-home-news .top-home-news__btn,
body.home #top-home-news .top-home-news__list,
body.home #top-home-news .top-home-news__special-grid {
  position: relative;
  z-index: 3;
  isolation: isolate;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  filter: none !important;
  mask: none !important;
  backdrop-filter: none !important;
  background-blend-mode: normal !important;
}

body.home #top-home-news .top-home-news__btn {
  background-color: #3f82bf !important;
  background-image: none !important;
}

body.home #top-home-news .top-home-news__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #3f82bf;
  z-index: -1;
  pointer-events: none;
}

body.home #top-home-news .top-home-news__list,
body.home #top-home-news .top-home-news__special-grid {
  background-color: #fff !important;
  background-image: none !important;
}

/* ===== TOP SP: font-weight sync with PC ===== */
@media (max-width: 1023px) {
  body.home.page-id-273 #applications .intro-heading {
    font-weight: 700 !important;
  }

  body.home.page-id-273 #applications .intro-line,
  body.home.page-id-273 .intro-copy .intro-line {
    font-weight: 400 !important;
  }

  body.home.page-id-273 #masukoroider-overview-heading,
  body.home.page-id-273 #grinder-heading,
  body.home.page-id-273 .wf-overview-main-title.wf-corner-dots-title,
  body.home.page-id-273 .wf-grinder-title.wf-corner-dots-title {
    font-weight: 700 !important;
  }

  body.home.page-id-273 .wf-overview-intro > h3,
  body.home.page-id-273 .wf-process-side > h3,
  body.home.page-id-273 .wf-results-lead > h3,
  body.home.page-id-273 .wf-grinder-intro > h3 {
    font-weight: 700 !important;
  }

  body.home.page-id-273 .wf-overview-intro p,
  body.home.page-id-273 .wf-grinder-intro p,
  body.home.page-id-273 .wf-grinder-card p,
  body.home.page-id-273 .wf-process-bar__desc {
    font-weight: 500 !important;
  }

  body.home.page-id-273 .wf-process-tab,
  body.home.page-id-273 .wf-process-bar__name,
  body.home.page-id-273 .wf-process-bar__link {
    font-weight: 700 !important;
  }

  body.home.page-id-273 .showcase-title,
  body.home.page-id-273 .particle-banner__title,
  body.home.page-id-273 .particle-products__heading,
  body.home.page-id-273 .about-history__title,
  body.home.page-id-273 .about-history__lead,
  body.home.page-id-273 .news-title,
  body.home.page-id-273 .note-section__title,
  body.home.page-id-273 .pj-heading,
  body.home.page-id-273 .pj-info-title,
  body.home.page-id-273 #cta-heading,
  body.home.page-id-273 .showcase .desc {
    font-weight: 400 !important;
  }

  body.home.page-id-273 #top-home-news .top-home-news__item-title {
    font-weight: 400 !important;
  }

  body.home.page-id-273 #top-home-news .top-home-news__title,
  body.home.page-id-273 #top-home-special-heading,
  body.home.page-id-273 #top-home-news .top-home-news__special-title,
  body.home.page-id-273 #top-home-news .top-home-news__special-card,
  body.home.page-id-273 #top-home-news .top-home-news__btn {
    font-weight: 700 !important;
  }

  body.home.page-id-273 #future .future-copy {
    font-weight: 600 !important;
  }
}

@media (max-width: 1023px) {
  #video-loader {
    display: grid;
    place-items: center;
    min-height: 100svh;
  }

  #video-loader .loader-inner {
    width: min(100%, calc(100vw - 20px));
    margin-inline: auto;
    place-items: center;
  }

  body.home.page-id-273 .hero {
    min-height: 100svh;
    padding-top: 0;
    display: grid;
    place-items: center;
  }

  body.home.page-id-273 .hero-content {
    width: 100%;
    min-height: 100%;
    display: grid;
    place-items: center;
    transform: none;
  }

  body.home.page-id-273 .hero-content .container {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    padding-inline: 10px;
    display: grid;
    place-items: center;
  }

  body.home.page-id-273 .hero-title {
    width: min(100%, calc(100vw - 32px));
    max-width: calc(100% - 20px);
    margin: 0 auto;
    justify-self: center;
    font-size: clamp(25.3px, 9.43vw, 46px) !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    text-align: center;
  }

  body.home.page-id-273 .hero-title__line--sub > span {
    font-size: clamp(18.4px, 5.405vw, 27.6px);
    letter-spacing: 0.01em;
  }

  body.home.page-id-273 .hero-title__line {
    width: auto;
    text-align: center;
    overflow: visible;
  }

  body.home.page-id-273 .hero-title__line > span {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }
}

@media (max-width: 1023px) {
  body.home.page-id-273 .future::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(214vw, 1890px);
    aspect-ratio: 1 / 1;
    transform: translate(-50%, -50%);
    background: url(../../img/future-overlay-20260326.png) center / contain no-repeat;
    z-index: 1;
    pointer-events: none;
  }

  body.home.page-id-273 #future.future {
    min-height: 53.333vh;
    min-height: calc((100svh * 2 / 3) * 0.8);
  }
}

/* ===== TOP SP: title/end spacing normalization ===== */
@media (max-width: 1023px) {
  body.home.page-id-273 {
    --top-sp-title-gap: 24px;
    --top-sp-section-end-gap: 40px;
    --top-sp-overview-top-gap: clamp(52px, 8vh, 84px);
    --top-sp-grinder-top-gap: clamp(48px, 6.6vw, 84px);
  }

  body.home.page-id-273 #masukoroider-overview-heading,
  body.home.page-id-273 #grinder-heading,
  body.home.page-id-273 #showcase .showcase-title,
  body.home.page-id-273 #top-home-news-heading,
  body.home.page-id-273 #top-home-special-heading,
  body.home.page-id-273 #top-home-news .top-home-news__special-title,
  body.home.page-id-273 #cta-heading {
    margin-bottom: var(--top-sp-title-gap) !important;
  }

  body.home.page-id-273 #masukoroider-overview.wf-overview--interactive {
    padding-top: 36px !important;
  }

  body.home.page-id-273 #masukoroider-overview-heading {
    margin-bottom: var(--top-sp-section-end-gap) !important;
  }

  body.home.page-id-273 #grinder.wf-grinder {
    padding-top: 0 !important;
  }

  body.home.page-id-273 #grinder-heading {
    margin-bottom: var(--top-sp-grinder-top-gap) !important;
  }

  body.home.page-id-273 #masukoroider-overview .wf-overview-top {
    margin-bottom: 0 !important;
  }

  body.home.page-id-273 #masukoroider-overview #capabilities.wf-process {
    margin-top: 36px !important;
  }

  body.home.page-id-273 #masukoroider-overview #capabilities.wf-process > * + * {
    margin-top: 15px !important;
  }

  body.home.page-id-273 #masukoroider-overview #capabilities .wf-process-view {
    margin-top: 0 !important;
  }

  /* SP: グラインダーカードの説明対象が判別しやすいよう、カード間を拡張 */
  body.home.page-id-273 #grinder .wf-grinder-cards {
    row-gap: 50px !important;
  }

  body.home.page-id-273 .desc-cta {
    margin-bottom: 0 !important;
  }

  body.home.page-id-273 .wf-overview-intro > h3,
  body.home.page-id-273 .wf-process-side > h3,
  body.home.page-id-273 .wf-grinder-intro > h3 {
    margin-bottom: 16px !important;
  }

  body.home.page-id-273 #masukoroider-overview.wf-overview--interactive,
  body.home.page-id-273 #grinder.wf-grinder,
  body.home.page-id-273 #showcase,
  body.home.page-id-273 #contact.wf-cta {
    padding-bottom: var(--top-sp-section-end-gap) !important;
  }

  body.home.page-id-273 #masukoroider-overview.wf-overview--interactive {
    padding-bottom: 36px !important;
  }

  body.home.page-id-273 #grinder.wf-grinder {
    padding-bottom: 36px !important;
  }

  body.home.page-id-273 #showcase {
    padding-top: 36px !important;
    padding-bottom: 40px !important;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-band {
    padding-top: 36px !important;
    padding-bottom: 41px !important;
  }

  body.home.page-id-273 #top-home-news .top-home-news__cta-wrap {
    padding: 42px 0 !important;
  }

  body.home.page-id-273 #top-home-news .top-home-news__news-band {
    padding-top: 30px !important;
    padding-bottom: 38px !important;
  }

  body.home.page-id-273 #top-home-news .top-home-news__special-progress {
    margin-bottom: 0 !important;
  }

  body.home.page-id-273 #top-home-special-heading,
  body.home.page-id-273 #top-home-news .top-home-news__special-title {
    margin-bottom: 36px !important;
  }
}

/* ===== TOP: swiper-wrapper vertical fine-tune (PC/SP) ===== */
body.home.page-id-273 #showcase {
  --showcase-swiper-wrapper-offset-y-pc: 0px;
  --showcase-swiper-wrapper-offset-y-sp: 0px;
  --showcase-swiper-wrapper-offset-y: var(--showcase-swiper-wrapper-offset-y-pc);
  --showcase-active-card-height-pc: auto;
  --showcase-active-card-height-sp: auto;
  --showcase-active-card-height: var(--showcase-active-card-height-pc);
  --showcase-active-frame-h-custom-pc: 100%;
  --showcase-active-frame-h-custom-sp: auto;
  --showcase-active-frame-h-custom: var(--showcase-active-frame-h-custom-pc);
  --showcase-before-offset-x-pc: 0px;
  --showcase-before-offset-y-pc: 0px;
  --showcase-before-offset-x-sp: 0px;
  --showcase-before-offset-y-sp: 0px;
  --showcase-before-offset-x: var(--showcase-before-offset-x-pc);
  --showcase-before-offset-y: var(--showcase-before-offset-y-pc);
  --showcase-ring-anchor-x: 50%;
  --showcase-ring-anchor-y: 50%;
}

body.home.page-id-273 #showcase .swiper-wrapper {
  position: relative;
  top: var(--showcase-swiper-wrapper-offset-y) !important;
}

body.home.page-id-273 #showcase .swiper-slide.swiper-slide-active,
body.home.page-id-273 #showcase .swiper-slide.swiper-slide-prev,
body.home.page-id-273 #showcase .swiper-slide.swiper-slide-next {
  width: var(--showcase-active-w) !important;
}

body.home.page-id-273 #showcase .swiper-slide.swiper-slide-active .show-card,
body.home.page-id-273 #showcase .swiper-slide.swiper-slide-prev .show-card,
body.home.page-id-273 #showcase .swiper-slide.swiper-slide-next .show-card,
body.home.page-id-273 #showcase .show-card.is-active {
  height: var(--showcase-active-card-height) !important;
}

body.home.page-id-273 #showcase .swiper-slide.swiper-slide-active .show-card > img,
body.home.page-id-273 #showcase .swiper-slide.swiper-slide-prev .show-card > img,
body.home.page-id-273 #showcase .swiper-slide.swiper-slide-next .show-card > img,
body.home.page-id-273 #showcase .show-card.is-active > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home.page-id-273 #showcase .showcase-carousel::before {
  transform: translate(var(--showcase-before-offset-x), var(--showcase-before-offset-y));
}

body.home.page-id-273 #showcase .showcase-carousel::after {
  left: calc(var(--showcase-ring-anchor-x, 50%) + var(--showcase-ring-offset-x));
  top: calc(var(--showcase-ring-anchor-y, 50%) + var(--showcase-ring-offset-y));
}

@media (max-width: 1023px) {
  body.home.page-id-273 #showcase {
    --showcase-swiper-wrapper-offset-y: var(--showcase-swiper-wrapper-offset-y-sp);
    --showcase-active-card-height: var(--showcase-active-card-height-sp);
    --showcase-active-frame-h-custom: var(--showcase-active-frame-h-custom-sp);
    --showcase-before-offset-x: var(--showcase-before-offset-x-sp);
    --showcase-before-offset-y: var(--showcase-before-offset-y-sp);
  }
}

/* ===== TOP: active frame rendered on active show-card ===== */
body.home.page-id-273 #showcase .swiper-slide.swiper-slide-active .show-card::before,
body.home.page-id-273 #showcase .show-card.is-active::before {
  content: "" !important;
  opacity: 1 !important;
  background-image: url("../../img/slider/slide-active-custom-20260325.png") !important;
}

body.home.page-id-273 #showcase .swiper-slide.swiper-slide-prev .show-card::before {
  content: "" !important;
  opacity: 1 !important;
  background-image: url("../../img/slider/slide-side-custom-20260325.png") !important;
  inset: -6px !important;
  padding: 1px !important;
}

body.home.page-id-273 #showcase .swiper-slide.swiper-slide-next .show-card::before {
  content: "" !important;
  opacity: 1 !important;
  background-image: url("../../img/slider/slide-side-custom-20260325.png") !important;
  inset: -6px !important;
  padding: 1px !important;
}

/* ===== TOP: showcase-title weight sync with grinder-heading ===== */
body.home.page-id-273 .showcase-title {
  font-weight: 700 !important;
}

/* ===== TOP: align showcase-desc left edge to active card left edge ===== */
body.home.page-id-273 #showcase {
  --showcase-desc-slide-pad-x: clamp(8px, 1.8vw, 24px);
  --showcase-desc-left-edge: calc(50% - (var(--showcase-active-w) / 2) + var(--showcase-desc-slide-pad-x));
  --showcase-desc-match-width: calc(var(--showcase-active-w) - (var(--showcase-desc-slide-pad-x) * 2));
}

@media (max-width: 1023px) {
  body.home.page-id-273 #showcase {
    --showcase-desc-slide-pad-x: 8px;
  }

  body.home.page-id-273 #showcase .showcase-desc {
    margin-top: calc(clamp(18px, 4vh, 32px) * 1.5);
  }
}

@media (min-width: 900px) {
  body.home.page-id-273 #showcase .showcase-desc {
    margin-left: var(--showcase-desc-left-edge);
    margin-right: auto;
    width: var(--showcase-desc-match-width);
    max-width: calc(100% - var(--showcase-desc-left-edge));
  }
}

body.home.page-id-273 #showcase .showcase-desc {
  width: min(var(--showcase-desc-match-width), 100%);
}

@media (max-width: 1023px) {
  body.home.page-id-273 #showcase .showcase-title {
    margin-bottom: calc(var(--top-sp-title-gap) * 1.5) !important;
  }
}

/* =========================================================
 * TOP: ABOUT US section (exact recreation)
 * =======================================================*/
body.home.page-id-273 #applications.about-us {
  --about-blue: #0079c4;
  --about-light-blue: #b3d3e0;
  --about-text: #000;
  --about-font-ja: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  --about-font-en: "DIN Condensed", "DINCondensed-Bold", Impact, "Arial Narrow", sans-serif;
  position: relative;
  width: min(100%, 1920px);
  aspect-ratio: 1920 / 1758.45;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  color: var(--about-text);
  border-bottom: none;
  font-family: var(--about-font-ja);
}

body.home.page-id-273 #applications.about-us * {
  box-sizing: border-box;
}

body.home.page-id-273 #applications.about-us img {
  display: block;
  max-width: none;
}

body.home.page-id-273 #applications.about-us .about-us__ring {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.38;
  transform-origin: 50% 50%;
  will-change: transform;
  animation: about-us-ring-spin 120s linear infinite;
}

@keyframes about-us-ring-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home.page-id-273 #applications.about-us .about-us__ring {
    animation: none;
  }
}

body.home.page-id-273 #applications.about-us .about-us__ring--top {
  left: auto;
  right: -14%;
  top: -17.79251%;
  width: 41.97375%;
  height: auto;
}

body.home.page-id-273 #applications.about-us .about-us__ring--bottom {
  left: 1.65208%;
  top: 73.86752%;
  width: 39.20625%;
  height: auto;
}

body.home.page-id-273 #applications.about-us .about-us__title,
body.home.page-id-273 #applications.about-us .about-us__kicker,
body.home.page-id-273 #applications.about-us .about-us__lead,
body.home.page-id-273 #applications.about-us .about-us__text,
body.home.page-id-273 #applications.about-us .about-us__philosophy,
body.home.page-id-273 #applications.about-us .about-us__button {
  position: absolute;
  z-index: 2;
}

body.home.page-id-273 #applications.about-us .about-us__title {
  left: 0;
  top: 0px;
  margin: 0;
  display: block;
  width: clamp(260px, 23.535vw, 451.88px);
  height: auto;
  color: var(--about-light-blue);
  font-family: var(--about-font-en);
  font-size: clamp(75.35px, 11.6298vw, 223.30px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

body.home.page-id-273 #applications.about-us .about-us__kicker {
  margin: 0;
  font-size: clamp(12px, 1.24vw, 23.81px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

body.home.page-id-273 #applications.about-us .about-us__kicker--company {
  left: 8.62529%;
  top: 15.29675%;
  font-size: clamp(20.16px, 2.0832vw, 39.996px);
}

body.home.page-id-273 #applications.about-us .about-us__lead {
  left: 8.62529%;
  top: 19.80073%;
  margin: 0;
  font-size: clamp(40.32px, 3.8136vw, 73.116px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

body.home.page-id-273 #applications.about-us .about-us__text {
  left: 8.62529%;
  top: 45.90595%;
  width: 43%;
  margin: 0;
  font-size: clamp(18.48px, 1.4364vw, 27.588px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

body.home.page-id-273 #applications.about-us .about-us__photo {
  position: absolute;
  z-index: 1;
  margin: 0;
}

body.home.page-id-273 #applications.about-us .about-us__photo::before {
  content: "";
  position: absolute;
  left: 1.47%;
  top: 2.19%;
  width: 100%;
  height: 100%;
  background: var(--about-blue);
  z-index: 0;
}

body.home.page-id-273 #applications.about-us .about-us__photo-clip {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* background: #ddd; */
}

body.home.page-id-273 #applications.about-us .about-us__photo-clip img {
  position: absolute;
  height: auto;
}

body.home.page-id-273 #applications.about-us .about-us__photo--factory {
  left: 50.78958%;
  top: 18.38970%;
  width: 44.66283%;
  height: 35.41096%;
}

body.home.page-id-273 #applications.about-us .about-us__photo--factory img {
  width: 118.1713%;
  left: -11.5823%;
  top: -9.4023%;
}

body.home.page-id-273 #applications.about-us .about-us__photo--material {
  left: 57.13333%;
  top: 45.34777%;
  width: 44.66283%;
  height: 35.41096%;
  z-index: 2;
}

body.home.page-id-273 #applications.about-us .about-us__photo--material::before {
  left: 1.59%;
  top: 2.21%;
  width: 100.35%;
}

body.home.page-id-273 #applications.about-us .about-us__photo--material img {
  width: 152.6219%;
  left: -21.7508%;
  top: -1.1126%;
}

body.home.page-id-273 #applications.about-us .about-us__photo--team {
  left: calc((100vw - 100%) / -2);
  top: 62.33784%;
  width: 50.58587%;
  height: 36.84269%;
}

body.home.page-id-273 #applications.about-us .about-us__photo--team::before {
  left: -0.04%;
  top: 2.28%;
  width: 101.30%;
}

body.home.page-id-273 #applications.about-us .about-us__photo--team .about-us__photo-clip {
  top: 0;
}

body.home.page-id-273 #applications.about-us .about-us__photo--team img {
  width: 100%;
  left: 0;
  top: 0;
}

body.home.page-id-273 #applications.about-us .about-us__philosophy {
  left: 50%;
  top: 70.5%;
  width: 46.87500%;
  height: 20.28308%;
  background: rgba(179, 211, 224, 0.55);
  transform: translate(-50%, 10%) scale(1.1946667);
  transform-origin: top center;
}

body.home.page-id-273 #applications.about-us .about-us__kicker--philosophy {
  left: 50%;
  top: 12.05%;
  text-align: center;
  transform: translateX(-50%);
}

body.home.page-id-273 #applications.about-us .about-us__philosophy-copy {
  position: absolute;
  left: 5%;
  top: 26.20%;
  width: 90%;
  margin: 0;
  text-align: center;
  font-size: clamp(17px, 1.71vw, 32.85px);
  font-weight: 900;
  line-height: 1.70;
  letter-spacing: 0.04em;
}

body.home.page-id-273 #applications.about-us .about-us__equal {
  position: absolute;
  left: 50%;
  top: 52.85%;
  margin: 6px 0;
  display: inline-block;
  font-size: clamp(18px, 1.9vw, 34px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  transform: translateX(-50%);
}

body.home.page-id-273 #applications.about-us .about-us__word {
  position: absolute;
  left: 50%;
  top: 70.90%;
  margin: 0;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 3px solid #000;
  font-size: clamp(28px, 2.76vw, 53.08px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.14em;
  transform: translateX(-50%);
}

body.home.page-id-273 #applications.about-us .about-us__underline {
  display: none;
}

body.home.page-id-273 #applications.about-us .about-us__mascot {
  position: absolute;
  left: 62.64%;
  top: 62.69%;
  width: 30.80%;
  height: auto;
}

body.home.page-id-273 #applications.about-us .about-us__button {
  left: 41.98698%;
  top: 91.32768%;
  width: 15.77388%;
  height: 3.19303%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  background: var(--about-blue);
  color: #fff;
  font-family: var(--about-font-en);
  font-size: clamp(12px, 1.25vw, 24.01px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
  transform: translateY(10%);
}

body.home.page-id-273 #applications.about-us .about-us__button-text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 767px) {
  body.home.page-id-273 #applications.about-us {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: auto;
    padding: 56px 24px 72px;
    overflow: hidden;
    border-bottom-width: 2px;
  }

  body.home.page-id-273 #applications.about-us .about-us__ring--top {
    left: 55%;
    right: auto;
    top: -56px;
    width: 70%;
  }

  body.home.page-id-273 #applications.about-us .about-us__ring--bottom {
    left: -32%;
    top: auto;
    bottom: 50px;
    width: 95%;
  }

  body.home.page-id-273 #applications.about-us .about-us__title,
  body.home.page-id-273 #applications.about-us .about-us__kicker,
  body.home.page-id-273 #applications.about-us .about-us__lead,
  body.home.page-id-273 #applications.about-us .about-us__text,
  body.home.page-id-273 #applications.about-us .about-us__photo,
  body.home.page-id-273 #applications.about-us .about-us__philosophy,
  body.home.page-id-273 #applications.about-us .about-us__button {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
  }

  body.home.page-id-273 #applications.about-us .about-us__title {
    width: min(100%, 270px);
    font-size: 81.2px;
    line-height: 0.9;
    margin-bottom: 28px;
  }

  body.home.page-id-273 #applications.about-us .about-us__kicker--company {
    margin-bottom: 12px;
  }

  body.home.page-id-273 #applications.about-us .about-us__lead {
    font-size: 39.2px;
    line-height: 1.48;
    margin-bottom: 22px;
    white-space: normal;
  }

  body.home.page-id-273 #applications.about-us .about-us__text {
    font-size: 19.6px;
    line-height: 2;
    margin-bottom: 30px;
    width: 100%;
  }

  body.home.page-id-273 #applications.about-us .about-us__photo {
    margin: 0 0 24px;
  }

  body.home.page-id-273 #applications.about-us .about-us__photo--factory,
  body.home.page-id-273 #applications.about-us .about-us__photo--material,
  body.home.page-id-273 #applications.about-us .about-us__photo--team {
    width: 100%;
    height: auto;
    aspect-ratio: 474 / 319;
  }

  body.home.page-id-273 #applications.about-us .about-us__photo--material {
    aspect-ratio: 440 / 316;
  }

  body.home.page-id-273 #applications.about-us .about-us__photo--team {
    aspect-ratio: 557 / 307;
  }

  body.home.page-id-273 #applications.about-us .about-us__philosophy {
    padding: 34px 20px 124px;
    margin-top: 42px;
    background: rgba(179, 211, 224, 0.55);
    transform: none;
  }

  body.home.page-id-273 #applications.about-us .about-us__kicker--philosophy,
  body.home.page-id-273 #applications.about-us .about-us__philosophy-copy,
  body.home.page-id-273 #applications.about-us .about-us__equal,
  body.home.page-id-273 #applications.about-us .about-us__word,
  body.home.page-id-273 #applications.about-us .about-us__underline,
  body.home.page-id-273 #applications.about-us .about-us__mascot {
    position: relative;
    left: auto;
    top: auto;
  }

  body.home.page-id-273 #applications.about-us .about-us__kicker--philosophy,
  body.home.page-id-273 #applications.about-us .about-us__philosophy-copy,
  body.home.page-id-273 #applications.about-us .about-us__equal,
  body.home.page-id-273 #applications.about-us .about-us__word {
    text-align: center;
  }

  body.home.page-id-273 #applications.about-us .about-us__kicker--philosophy,
  body.home.page-id-273 #applications.about-us .about-us__equal,
  body.home.page-id-273 #applications.about-us .about-us__word {
    transform: none;
  }

  body.home.page-id-273 #applications.about-us .about-us__philosophy-copy {
    width: auto;
    font-size: 18px;
    line-height: 1.75;
    margin-top: 24px;
  }

  body.home.page-id-273 #applications.about-us .about-us__equal {
    display: block;
    margin: 18px 0 14px;
    font-size: 22px;
    letter-spacing: 0;
  }

  body.home.page-id-273 #applications.about-us .about-us__word {
    margin-top: 12px;
    font-size: 38px;
    letter-spacing: 0.14em;
  }

  body.home.page-id-273 #applications.about-us .about-us__underline {
    display: none;
  }

  body.home.page-id-273 #applications.about-us .about-us__mascot {
    position: absolute;
    right: 18px;
    bottom: 12px;
    width: 150px;
  }

  body.home.page-id-273 #applications.about-us .about-us__button {
    width: 229px;
    height: 62px;
    margin: 36px auto 0;
    font-size: 18px;
    transform: none;
  }
}

/* TOP: ABOUT US follow section */
body.home.page-id-273 #about-us-follow.about-us-follow {
  --about-blue: #0079c4;
  --about-text: #000;
  --about-font-ja: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  --about-font-en: "DIN Condensed", "DINCondensed-Bold", Impact, "Arial Narrow", sans-serif;
  position: relative;
  width: min(100%, 1920px);
  aspect-ratio: 1920 / 1243.8912;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  color: var(--about-text);
  font-family: var(--about-font-ja);
}

body.home.page-id-273 #about-us-follow.about-us-follow * {
  box-sizing: border-box;
}

body.home.page-id-273 #about-us-follow.about-us-follow img {
  display: block;
  max-width: none;
}

body.home.page-id-273 #about-us-follow.about-us-follow .about-us__ring {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.38;
  transform-origin: 50% 50%;
  will-change: transform;
  animation: about-us-ring-spin 120s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__ring {
    animation: none;
  }
}

body.home.page-id-273 #about-us-follow.about-us-follow .about-us__ring--bottom {
  left: -32.48406%;
  top: auto;
  bottom: -43.92754%;
  width: 67.96813%;
  height: auto;
}

body.home.page-id-273 #about-us-follow.about-us-follow .about-us__philosophy {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 1.04167%;
  width: 46.87500%;
  height: 38.03078%;
  background: rgba(179, 211, 224, 0.55);
  transform: translate(-50%, 10%) scale(1.6);
  transform-origin: top center;
}

body.home.page-id-273 #about-us-follow.about-us-follow .about-us__kicker {
  margin: 0;
  font-size: clamp(12px, 1.24vw, 23.81px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

body.home.page-id-273 #about-us-follow.about-us-follow .about-us__kicker--philosophy {
  position: absolute;
  left: 50%;
  top: 12.05%;
  text-align: center;
  transform: translateX(-50%);
}

body.home.page-id-273 #about-us-follow.about-us-follow .about-us__philosophy-copy {
  position: absolute;
  left: 5%;
  top: 26.20%;
  width: 90%;
  margin: 0;
  text-align: center;
  font-size: clamp(17px, 1.71vw, 32.85px);
  font-weight: 900;
  line-height: 1.70;
  letter-spacing: 0.04em;
}

body.home.page-id-273 #about-us-follow.about-us-follow .about-us__equal {
  position: absolute;
  left: 50%;
  top: 52.85%;
  margin: 6px 0;
  display: inline-block;
  font-size: clamp(18px, 1.9vw, 34px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  transform: translateX(-50%);
}

body.home.page-id-273 #about-us-follow.about-us-follow .about-us__word {
  position: absolute;
  left: 50%;
  top: 70.90%;
  margin: 0;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 3px solid #000;
  font-size: clamp(28px, 2.76vw, 53.08px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.14em;
  transform: translateX(-50%);
}

body.home.page-id-273 #about-us-follow.about-us-follow .about-us__underline {
  display: none;
}

body.home.page-id-273 #about-us-follow.about-us-follow .about-us__mascot {
  position: absolute;
  left: 60%;
  top: 70%;
  width: 30.80%;
  height: auto;
}

body.home.page-id-273 #about-us-follow.about-us-follow .about-us__button {
  position: absolute;
  z-index: 2;
  left: 39.98698%;
  top: 80.43267%;
  width: 20.71439%;
  height: 6.65214%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: var(--about-blue);
  color: #fff;
  font-family: var(--about-font-en);
  font-size: clamp(16.2px, 1.6875vw, 32.42px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
}

body.home.page-id-273 #about-us-follow.about-us-follow .about-us__button-text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 767px) {
  body.home.page-id-273 #about-us-follow.about-us-follow {
    width: 100%;
    max-width: none;
    aspect-ratio: auto;
    padding: 24px 24px 72px;
    overflow: hidden;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__ring--bottom {
    left: -32%;
    top: auto;
    bottom: 50px;
    width: 95%;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__philosophy {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    padding: 34px 20px 124px;
    margin-top: 42px;
    background: rgba(179, 211, 224, 0.55);
    transform: none;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__kicker--philosophy,
  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__philosophy-copy,
  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__equal,
  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__word,
  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__underline,
  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__mascot {
    position: relative;
    left: auto;
    top: auto;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__kicker--philosophy,
  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__philosophy-copy,
  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__equal,
  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__word {
    text-align: center;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__kicker--philosophy,
  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__equal,
  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__word {
    transform: none;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__philosophy-copy {
    width: auto;
    font-size: 18px;
    line-height: 1.75;
    margin-top: 24px;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__equal {
    display: block;
    margin: 18px 0 14px;
    font-size: 22px;
    letter-spacing: 0;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__word {
    margin-top: 12px;
    font-size: 38px;
    letter-spacing: 0.14em;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__underline {
    display: none;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__mascot {
    position: absolute;
    right: 18px;
    bottom: 12px;
    width: 150px;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__button {
    position: relative;
    left: auto;
    top: auto;
    width: 229px;
    height: 62px;
    margin: 36px auto 0;
    font-size: 18px;
    transform: none;
  }
}

/* TOP: MACHINE FEATURE (CTA + Masscolloider / Grinder) */
body.home.page-id-273 #machine-feature.machine-feature {
  --machine-feature-blue: #0079c4;
  --machine-feature-cta-bg: rgba(179, 211, 224, 0.5);
  --machine-feature-text: #111111;
  --machine-feature-gap: 200px;
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: calc(1753px + var(--machine-feature-gap));
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  /* border-top: 2px solid var(--machine-feature-blue); */
  /* border-bottom: 2px solid var(--machine-feature-blue); */
  color: var(--machine-feature-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  isolation: isolate;
}

body.home.page-id-273 #machine-feature.machine-feature * {
  box-sizing: border-box;
}

body.home.page-id-273 #machine-feature.machine-feature a {
  color: inherit;
  text-decoration: none;
}

body.home.page-id-273 #machine-feature.machine-feature img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__canvas {
  position: absolute;
  inset: 0 auto auto 50%;
  width: 1920px;
  height: calc(1753px + var(--machine-feature-gap));
  transform: translateX(-50%);
  transform-origin: top center;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1920px;
  height: 378px;
  background: var(--machine-feature-cta-bg);
  transform: scale(1.3);
  transform-origin: 50% 0;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta-gap {
  position: absolute;
  left: 0;
  top: 378px;
  width: 1920px;
  height: var(--machine-feature-gap);
  background: #ffffff;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta-title {
  position: absolute;
  left: 635px;
  top: 78px;
  width: 650px;
  margin: 0;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta-actions {
  position: absolute;
  left: 622px;
  top: 171px;
  display: flex;
  gap: 74px;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background: var(--machine-feature-blue);
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: center;
  white-space: nowrap;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button::after {
  content: "\2192";
  margin-left: 0.6em;
  font-size: 0.96em;
  line-height: 1;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--case,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--result {
  width: 291px;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__body {
  position: absolute;
  left: 0;
  top: calc(378px + var(--machine-feature-gap));
  width: 1920px;
  height: 1375px;
  background: #ffffff;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__ring {
  position: absolute;
  z-index: 0;
  opacity: 0.38;
  pointer-events: none;
  transform-origin: 50% 50%;
  will-change: transform;
  animation: machine-feature-ring-spin 120s linear infinite;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__ring--right {
  left: 1406px;
  top: -167px;
  width: 602px;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__ring--left {
  left: -267px;
  top: 271px;
  width: 1053px;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__machine {
  position: absolute;
  z-index: 2;
  left: 350px;
  top: -75px;
  width: 524px;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder {
  position: absolute;
  inset: 0 auto auto 0;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider {
  z-index: 3;
  left: auto;
  top: 43px;
  right: 405px;
  width: 560px;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__kicker {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: right;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__title {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  margin: 0;
  font-size: 72.4px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: right;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__suffix {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  margin: 0;
  font-size: 33px;
  line-height: 1.15;
  font-weight: 900;
  text-align: right;
}

@media (min-width: 1024px) {
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__suffix {
    left: auto;
    top: auto;
    width: 100%;
    margin: 0;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    letter-spacing: 0.02em;
    text-align: right;
  }
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__text {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  margin: 18px 0 0;
  font-size: 19px;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 0.02em;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider .machine-feature__text {
  text-align: right;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--masscolloider {
  position: relative;
  left: auto;
  top: auto;
  display: flex;
  width: 330px;
  margin: 24px 0 0 auto;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video {
  z-index: 4;
  left: auto;
  right: 405px;
  width: 1454px;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video-badge {
  position: absolute;
  left: 933px;
  top: 528px;
  width: 189px;
  height: 192px;
  background: linear-gradient(140deg, #1d8dd8 0%, var(--machine-feature-blue) 78%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 24px 43px 18px 10px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  clip-path: polygon(0 0, 72% 0, 100% 50%, 72% 100%, 0 100%);
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__play {
  width: 70px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ffffff;
  color: transparent;
  font-size: 0;
  line-height: 1;
  position: relative;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid var(--machine-feature-blue);
  transform: translateX(2px);
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video-badge > span:last-child {
  display: block;
  text-align: center;
  white-space: nowrap;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video-thumb {
  position: absolute;
  left: 1126px;
  top: 530px;
  width: 330px;
  max-width: none;
  height: 190px;
  object-fit: cover;
  border: 4px solid var(--machine-feature-blue);
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder {
  z-index: 3;
  margin-top: 100px;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-kicker {
  position: absolute;
  left: 450px;
  top: 769px;
  width: 470px;
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.03em;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-title {
  position: absolute;
  left: 450px;
  top: 817px;
  width: 430px;
  margin: 0;
  font-size: 66px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0.02em;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-subtitle {
  position: absolute;
  left: 450px;
  top: 897px;
  width: 230px;
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__text--grinder {
  left: 450px;
  top: 972px;
  width: 500px;
  font-weight: 400;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--grinder {
  position: absolute;
  left: 450px;
  top: 1165px;
  width: 291px;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-photo {
  position: absolute;
  z-index: 2;
  left: 995px;
  top: 769px;
  width: 689px;
  height: 444px;
  object-fit: cover;
  margin-top: 100px;
}

@keyframes machine-feature-ring-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__ring {
    animation: none;
  }
}

@media (max-width: 1919px) {
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__canvas {
    transform: translateX(-50%) scale(calc(100vw / 1920));
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home.page-id-273 #machine-feature.machine-feature {
    height: auto;
    overflow: visible;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__canvas,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__body,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    transform: none;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__canvas {
    width: 100%;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta {
    padding: 52px 24px 56px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta-gap {
    display: none;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta-title {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0;
    font-size: 42px;
    text-align: center;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta-actions {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 34px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--case,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--result {
    width: min(300px, calc(50% - 12px));
    height: 56px;
    font-size: 30px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__body {
    padding: 38px 36px 72px;
    background: #f4f4f4;
    overflow: hidden;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__ring--right {
    left: auto;
    right: -112px;
    top: -72px;
    width: 430px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__ring--left {
    display: none;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__machine {
    display: none;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder {
    text-align: center;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider {
    position: relative;
    width: min(100%, 680px);
    margin: 0 0 0 auto;
    text-align: right;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__kicker {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: none;
    margin: 0 0 6px;
    padding-right: 2px;
    font-size: clamp(30px, 3.8vw, 40px);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-align: right;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__title {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: none;
    margin: 0;
    display: block;
    font-size: clamp(76px, 10.6vw, 96px);
    line-height: 1.04;
    text-align: right;
    letter-spacing: 0.015em;
    font-weight: 900;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__suffix {
    position: absolute;
    right: 8px;
    top: clamp(238px, 30vw, 302px);
    width: auto;
    font-size: clamp(48px, 6.8vw, 66px);
    line-height: 1;
    font-weight: 900;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__text {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    max-width: 650px;
    margin: 32px 0 0 auto;
    font-size: 20px;
    line-height: 1.85;
    text-align: right;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--masscolloider {
    position: relative;
    left: auto;
    top: auto;
    width: min(410px, 100%);
    height: 68px;
    margin: 32px 0 0 auto;
    font-size: 22px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video {
    display: grid;
    grid-template-columns: 167px minmax(0, 1fr);
    width: 100%;
    gap: 2px;
    align-items: stretch;
    max-width: 650px;
    margin: 66px 0 0 auto;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video-badge {
    position: relative;
    left: auto;
    top: auto;
    flex: 0 0 167px;
    width: 167px;
    height: 170px;
    min-height: 170px;
    padding: 16px 12px 18px;
    font-size: 16px;
    line-height: 1.45;
    gap: 14px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__play {
    width: 70px;
    height: 50px;
    font-size: 0;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video-thumb {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-width: 3px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder {
    margin-top: 86px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-kicker,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-title,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-subtitle,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__text--grinder,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--grinder,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-photo {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-kicker {
    margin: 0 0 10px;
    font-size: 30px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-title {
    margin: 0;
    font-size: 74px;
    line-height: 1.05;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-subtitle {
    margin: 6px 0 22px;
    font-size: 48px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__text--grinder {
    max-width: 650px;
    margin: 0 auto 28px;
    font-size: 24px;
    line-height: 1.72;
    text-align: left;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--grinder {
    width: min(410px, 100%);
    height: 68px;
    margin: 0 auto;
    font-size: 22px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-photo {
    width: 100%;
    max-width: 650px;
    height: auto;
    margin: 34px auto 0;
  }
}

@media (max-width: 767px) {
  body.home.page-id-273 #machine-feature.machine-feature {
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
    border-top-width: 2px;
    border-bottom-width: 2px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__canvas,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__body,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    transform: none;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta {
    padding: 44px 20px 36px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta-gap {
    display: none;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta-title,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta-actions,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__machine,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__kicker,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__title,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__suffix,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__text,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--masscolloider,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video-badge,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video-thumb,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-kicker,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-title,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-subtitle,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--grinder,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-photo {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta-title {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 20px;
    text-align: center;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta-actions {
    display: grid;
    gap: 12px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button {
    width: min(280px, 100%);
    margin: 0 auto;
    font-size: 16px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--masscolloider {
    margin: 0 0 22px auto;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__body {
    padding: 38px 20px 56px;
    overflow: visible;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__ring {
    display: none;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__machine {
    width: min(320px, 88%);
    margin: 0 auto 32px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder {
    text-align: center;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider {
    width: 100%;
    max-width: 360px;
    margin: 0 0 0 auto;
    text-align: right;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__kicker,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-kicker {
    margin: 0 0 8px;
    font-size: 18px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__title,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-title {
    margin: 0;
    font-size: 40px;
    line-height: 1.16;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__suffix {
    margin: 6px 0 18px;
    font-size: 24px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-subtitle {
    margin: 6px 0 18px;
    font-size: 24px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__text,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__text--grinder {
    margin: 0 auto 22px;
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
    max-width: 360px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider .machine-feature__text {
    margin: 0 0 22px auto;
    text-align: right;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video {
    display: grid;
    grid-template-columns: minmax(100px, 31%) minmax(0, 1fr);
    width: 100%;
    align-items: stretch;
    gap: 2px;
    max-width: 360px;
    margin: 30px 0 42px auto;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video-badge,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video-thumb {
    height: auto;
    min-height: 0;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video-badge {
    padding: 12px 8px 14px;
    font-size: 14px;
    line-height: 1.45;
    gap: 10px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__play {
    width: 52px;
    height: 36px;
    font-size: 0;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__play::before {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 14px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video-thumb {
    width: 100%;
    min-width: 0;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video-thumb {
    border-width: 3px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-photo {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
}

/* TOP: INFORMATION + NEWS */
body.home.page-id-273 #information-news.information-news {
  position: relative;
  margin-top: 0;
  width: 100%;
  overflow: hidden;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

body.home.page-id-273 #information-news.information-news * {
  box-sizing: border-box;
}

body.home.page-id-273 #information-news.information-news a {
  text-decoration: none;
}

body.home.page-id-273 #information-news.information-news .information-news__info {
  position: relative;
  height: 378px;
  overflow: hidden;
  isolation: isolate;
  background: #0079c4;
}

body.home.page-id-273 #information-news.information-news .information-news__info::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: rgb(0 121 196 / 0%);
}

body.home.page-id-273 #information-news.information-news .information-news__info-bg-title {
  position: absolute;
  z-index: 0;
  left: calc(50% - 587.72px);
  top: 0;
  margin: 0;
  transform: none;
  display: block;
  width: clamp(380px, 33vw, 634.2px);
  height: auto;
  mix-blend-mode: multiply;
  pointer-events: none;
  user-select: none;
}

body.home.page-id-273 #information-news.information-news .information-news__info-frame {
  position: relative;
  z-index: 2;
}

body.home.page-id-273 #information-news.information-news .information-news__info-content {
  position: relative;
  z-index: 2;
  height: 100%;
  text-align: center;
}

body.home.page-id-273 #information-news.information-news .information-news__info-title {
  margin: 0;
  padding-top: 77px;
  color: #ffffff;
  font-size: clamp(24px, 1.27vw, 26px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

body.home.page-id-273 #information-news.information-news .information-news__info-text {
  margin: 12px 0 0;
  color: #ffffff;
  font-size: clamp(17px, 0.88vw, 18px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

body.home.page-id-273 #information-news.information-news .information-news__buttons {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 50px;
  padding: 0 24px;
}

body.home.page-id-273 #information-news.information-news .information-news__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 314px;
  height: 52px;
  background: #ffffff;
  color: #0079c4;
  font-size: clamp(24px, 1.22vw, 25px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

body.home.page-id-273 #information-news.information-news .information-news__button span {
  margin-left: 12px;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-1px);
}

body.home.page-id-273 #information-news.information-news .information-news__news {
  position: relative;
  height: 452px;
  overflow: hidden;
  background: #d9e9ef;
}

body.home.page-id-273 #information-news.information-news .information-news__news-bg-title {
  position: absolute;
  top: 0;
  right: calc(50% - 582.83px);
  margin: 0;
  display: block;
  width: clamp(160px, 14vw, 263.49px);
  height: auto;
  pointer-events: none;
  user-select: none;
}

body.home.page-id-273 #information-news.information-news .information-news__news-content {
  position: relative;
  z-index: 1;
  height: 100%;
  text-align: center;
}

body.home.page-id-273 #information-news.information-news .information-news__news-title {
  margin: 0;
  padding-top: 72px;
  color: #000000;
  font-size: clamp(25px, 1.32vw, 27px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

body.home.page-id-273 #information-news.information-news .information-news__list {
  width: min(798px, calc(100% - 48px));
  margin: 14px auto 0;
  padding: 0;
  list-style: none;
  background: #ffffff;
  text-align: left;
  transform: translateX(-8px);
}

body.home.page-id-273 #information-news.information-news .information-news__item {
  border-bottom: 1px solid #bdbdbd;
}

body.home.page-id-273 #information-news.information-news .information-news__item:last-child {
  border-bottom: 0;
}

body.home.page-id-273 #information-news.information-news .information-news__item a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 51px;
  padding: 0 72px 0 42px;
  color: #000000;
}

body.home.page-id-273 #information-news.information-news .information-news__date {
  flex: 0 0 186px;
  font-size: clamp(20px, 1.08vw, 22px);
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

body.home.page-id-273 #information-news.information-news .information-news__headline {
  font-size: clamp(20px, 1.08vw, 22px);
  font-weight: 600;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

body.home.page-id-273 #information-news.information-news .information-news__arrow {
  position: absolute;
  right: 22px;
  top: 50%;
  color: #000000;
  font-size: 48px;
  font-weight: 200;
  line-height: 1;
  transform: translateY(-50%) scaleX(0.72);
}

body.home.page-id-273 #information-news.information-news .information-news__virtual-showroom {
  position: relative;
  height: 610px;
  overflow: hidden;
  background: #ffffff;
}

body.home.page-id-273 #information-news.information-news .information-news__virtual-showroom-frame {
  position: relative;
  height: 100%;
}

body.home.page-id-273 #information-news.information-news .information-news__virtual-showroom-title {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: min(956px, calc(100% - 80px));
  height: auto;
  transform: translateX(calc(-50% + 100px));
  pointer-events: none;
  user-select: none;
}

body.home.page-id-273 #information-news.information-news .information-news__virtual-showroom-heading {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-top: 55px;
  color: #000000;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-align: center;
}

body.home.page-id-273 #information-news.information-news .information-news__virtual-showroom-text {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
}

body.home.page-id-273 #information-news.information-news .information-news__virtual-showroom-stage {
  position: absolute;
  left: 50%;
  top: 175px;
  display: block;
  width: 80%;
  max-width: calc(100% - 80px);
  height: 60%;
  transform: translateX(-50%);
  border: 0;
  background: #b3b3b3;
}

@media (max-width: 900px) {
  body.home.page-id-273 #information-news.information-news .information-news__info {
    height: auto;
    min-height: 320px;
    padding: 56px 20px 64px;
  }

  body.home.page-id-273 #information-news.information-news .information-news__info-bg-title {
    left: 20%;
    top: 0;
    transform: translateX(-50%);
    width: clamp(250px, 56vw, 500px);
  }

  body.home.page-id-273 #information-news.information-news .information-news__info-title {
    padding-top: 0;
    font-size: 22px;
  }

  body.home.page-id-273 #information-news.information-news .information-news__info-text {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.75;
  }

  body.home.page-id-273 #information-news.information-news .information-news__buttons {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
  }

  body.home.page-id-273 #information-news.information-news .information-news__button {
    width: min(320px, 100%);
    height: 50px;
    font-size: 20px;
  }

  body.home.page-id-273 #information-news.information-news .information-news__virtual-showroom {
    height: 390px;
  }

  body.home.page-id-273 #information-news.information-news .information-news__virtual-showroom-title {
    width: min(560px, calc(100% - 32px));
  }

  body.home.page-id-273 #information-news.information-news .information-news__virtual-showroom-heading {
    padding-top: 42px;
    font-size: 20px;
  }

  body.home.page-id-273 #information-news.information-news .information-news__virtual-showroom-text {
    margin-top: 10px;
    padding: 0 20px;
    font-size: 13px;
  }

  body.home.page-id-273 #information-news.information-news .information-news__virtual-showroom-stage {
    top: 145px;
    width: min(720px, calc(100% - 48px));
    height: 190px;
  }

  body.home.page-id-273 #information-news.information-news .information-news__news {
    height: auto;
    min-height: 390px;
    padding: 54px 20px 72px;
  }

  body.home.page-id-273 #information-news.information-news .information-news__news-bg-title {
    top: 0;
    right: 20px;
    width: clamp(150px, 31vw, 240px);
  }

  body.home.page-id-273 #information-news.information-news .information-news__news-title {
    padding-top: 0;
    font-size: 23px;
  }

  body.home.page-id-273 #information-news.information-news .information-news__list {
    width: 100%;
    margin-top: 24px;
  }

  body.home.page-id-273 #information-news.information-news .information-news__item a {
    display: grid;
    grid-template-columns: 1fr auto;
    row-gap: 4px;
    min-height: 74px;
    padding: 12px 44px 12px 20px;
  }

  body.home.page-id-273 #information-news.information-news .information-news__date {
    grid-column: 1;
    flex-basis: auto;
    font-size: 15px;
  }

  body.home.page-id-273 #information-news.information-news .information-news__headline {
    grid-column: 1;
    font-size: 15px;
    line-height: 1.45;
    white-space: normal;
  }

  body.home.page-id-273 #information-news.information-news .information-news__arrow {
    right: 14px;
    font-size: 34px;
  }
}

/* TOP: SPECIAL */
body.home.page-id-273 #special.special {
  position: relative;
  width: 100%;
  height: 462px;
  overflow: hidden;
  background: #ffffff;
  border-top: 4px solid #d9e9ef;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

body.home.page-id-273 #special.special * {
  box-sizing: border-box;
}

body.home.page-id-273 #special.special .special__inner {
  position: relative;
  width: 100%;
  max-width: 1808px;
  height: 100%;
  margin: 0 auto;
}

body.home.page-id-273 #special.special .special__bg-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  margin: 0;
  display: block;
  width: clamp(240px, 20vw, 384px);
  height: auto;
  pointer-events: none;
  user-select: none;
}

body.home.page-id-273 #special.special .special__title {
  position: absolute;
  top: 56px;
  left: 50%;
  z-index: 1;
  margin: 0;
  transform: translateX(-50%);
  color: #000000;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

body.home.page-id-273 #special.special .special__list {
  position: absolute;
  top: 117px;
  left: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 881px) {
  body.home.page-id-273 #special.special .special__list {
    display: flex;
    align-items: flex-start;
    width: max-content;
    min-width: 100%;
    animation: special-list-loop var(--special-loop-duration, 28s) linear infinite;
    will-change: transform;
    transform: translate3d(0, 0, 0);
  }

  body.home.page-id-273 #special.special .special__list.is-paused {
    animation-play-state: paused;
  }

  body.home.page-id-273 #special.special .special__item {
    flex: 0 0 clamp(320px, 30vw, 560px);
  }

  body.home.page-id-273 #special.special .special__item .special__link {
    width: 100%;
    margin-inline: 0;
  }

  body.home.page-id-273 #special.special .special__item--clone {
    display: block;
  }
}

body.home.page-id-273 #special.special .special__item {
  min-width: 0;
}

body.home.page-id-273 #special.special .special__link {
  display: block;
  width: 90%;
  margin-inline: auto;
  color: #000000;
  text-align: center;
  text-decoration: none;
}

body.home.page-id-273 #special.special .special__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 351 / 197;
  background: #a9a9a9;
}

body.home.page-id-273 #special.special .special__thumb--image {
  overflow: hidden;
  background: #ffffff;
}

body.home.page-id-273 #special.special .special__thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.home.page-id-273 #special.special .special__thumb-image--cover {
  object-fit: cover;
}

body.home.page-id-273 #special.special .special__label {
  display: block;
  margin-top: 12.6px;
  color: #000000;
  font-size: 22.5px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

@keyframes special-list-loop {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--special-loop-distance, 0px)), 0, 0);
  }
}

@media (max-width: 880px) {
  body.home.page-id-273 #special.special {
    height: auto;
    min-height: 476.3px;
    padding: 0 24px 56px;
  }

  body.home.page-id-273 #special.special .special__inner {
    max-width: 100%;
    height: auto;
    padding-top: 124px;
  }

  body.home.page-id-273 #special.special .special__bg-title {
    top: 0;
    left: 0;
    width: clamp(220px, 32vw, 340px);
  }

  body.home.page-id-273 #special.special .special__title {
    top: 58px;
    font-size: 24px;
  }

  body.home.page-id-273 #special.special .special__list {
    position: relative;
    top: auto;
    left: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }

  body.home.page-id-273 #special.special .special__item--clone {
    display: none;
  }
}

@media (max-width: 640px) {
  body.home.page-id-273 #special.special {
    padding: 0 20px 48px;
  }

  body.home.page-id-273 #special.special .special__inner {
    padding-top: 112px;
  }

  body.home.page-id-273 #special.special .special__bg-title {
    top: 0;
    width: clamp(180px, 45vw, 260px);
  }

  body.home.page-id-273 #special.special .special__title {
    top: 56px;
    font-size: 21px;
  }

  body.home.page-id-273 #special.special .special__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.home.page-id-273 #special.special .special__label {
    margin-top: 9px;
    font-size: 18px;
  }
}

/* TOP ABOUT US: previous/current image crossfade */
body.home.page-id-273 #applications.about-us .about-us__photo-clip .about-us__photo-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transform: none;
  filter: none;
  transition: opacity 5s ease;
  will-change: opacity;
}

body.home.page-id-273 #applications.about-us .about-us__photo-clip .about-us__photo-image--previous {
  z-index: 1;
  opacity: 1;
}

body.home.page-id-273 #applications.about-us .about-us__photo-clip .about-us__photo-image--current {
  z-index: 2;
  opacity: 0;
}

body.home.page-id-273 #applications.about-us .about-us__photo.is-about-image-swapped .about-us__photo-image--previous {
  opacity: 0;
}

body.home.page-id-273 #applications.about-us .about-us__photo.is-about-image-swapped .about-us__photo-image--current {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  body.home.page-id-273 #applications.about-us .about-us__photo-clip .about-us__photo-image {
    transition: none;
  }

  body.home.page-id-273 #applications.about-us .about-us__photo-clip .about-us__photo-image--previous {
    opacity: 0;
  }

  body.home.page-id-273 #applications.about-us .about-us__photo-clip .about-us__photo-image--current {
    opacity: 1;
  }
}

/* TOPヒーロー: キャッチフレーズ2行のみを強調表示 */
body.home.page-id-273 .hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: none !important;
}

body.home.page-id-273 .hero-content {
  transform: translateY(0);
}

body.home.page-id-273 .hero-content .container {
  width: auto;
  max-width: none;
  padding-inline: 0;
  margin-inline: 0;
}

body.home.page-id-273 .hero-title {
  margin: 0 auto;
  display: grid;
  gap: clamp(128px, 8.8vw, 172px);
  width: max-content;
  max-width: 100%;
  font-size: clamp(32.2px, 2.3345vw, 44.85px);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  text-shadow: none !important;
}

body.home.page-id-273 .hero-title__line {
  display: block;
  overflow: hidden;
  text-align: center;
}

body.home.page-id-273 .hero-title__line > span {
  display: inline-block;
  opacity: 1;
  transform: translate3d(0, 0, 0) skewY(0deg);
  filter: blur(0);
}

body.home.page-id-273 .hero-title__line:not(.hero-title__line--sub) > span {
  color: #ffffff;
  font-size: 1em;
  font-weight: 900;
  line-height: 1.18;
  padding-bottom: 0.08em;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.34),
    0 0 7px rgba(0, 0, 0, 0.82),
    4px 5px 8px rgba(0, 0, 0, 0.46);
}

body.home.page-id-273 .hero-title__line:not(.hero-title__line--sub) {
  overflow: visible;
}

body.home.page-id-273 .hero-title__line--sub > span {
  color: #000000;
  font-size: clamp(20.7px, 1.5525vw, 29.9px);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-shadow: none;
}

body.home.page-id-273 .hero-title__line--sub {
  width: 100%;
  text-align: center;
  transform: none;
}

body.home.page-id-273.hero-catch-pending .hero-title__line > span {
  opacity: 0;
  transform: translate3d(0, 110%, 0) skewY(6deg);
  filter: blur(9px);
  animation: none;
}

body.home.page-id-273.hero-catch-start .hero-title__line > span {
  opacity: 0;
  transform: translate3d(0, 110%, 0) skewY(6deg);
  filter: blur(9px);
  animation: hero-catch-in 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

body.home.page-id-273.hero-catch-start .hero-title__line:nth-child(2) > span {
  animation-delay: 0.24s;
}

@keyframes hero-catch-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 110%, 0) skewY(6deg);
    filter: blur(9px);
  }
  65% {
    opacity: 1;
    transform: translate3d(0, -4%, 0) skewY(0deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) skewY(0deg);
    filter: blur(0);
  }
}

@media (max-width: 880px) {
  body.home.page-id-273 .hero-title {
    font-size: clamp(34px, 10.5vw, 56px);
    letter-spacing: 0.02em;
    line-height: 1.28;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home.page-id-273 .hero-title__line > span {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* ===== TOP: マスコロイダーとは？（インタラクティブ版） ===== */
.wf-overview--interactive {
  background: #f4f4f4;
  color: #111;
  padding: clamp(52px, 8vh, 84px) 0 clamp(58px, 8vh, 90px);
}

.wf-overview--interactive::after {
  display: none;
}

.wf-overview--interactive .container {
  width: min(1120px, 92vw);
}

/* Shared corner-dot heading for TOP wireframe sections */
.wf-corner-dots-title {
  position: relative;
  border: 0;
}

.wf-corner-dots-title::before,
.wf-corner-dots-title::after {
  content: "";
  position: absolute;
  top: 0;
  width: 7px;
  height: 100%;
  background:
    radial-gradient(circle at 50% 3.5px, #111 0 3px, transparent 3.1px) top center / 7px 7px no-repeat,
    radial-gradient(circle at 50% calc(100% - 3.5px), #111 0 3px, transparent 3.1px) bottom center / 7px 7px no-repeat;
  pointer-events: none;
}

.wf-corner-dots-title::before { left: 0; }
.wf-corner-dots-title::after { right: 0; }

.wf-overview-main-title {
  position: relative;
  margin: 0 0 clamp(34px, 4.4vw, 54px);
  width: min(100%, 660px);
  padding: 20px 24px;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.wf-overview-main-title span {
  display: inline-block;
}

.wf-grinder {
  background: #f4f4f4;
  padding: clamp(48px, 6.6vw, 84px) 0 clamp(62px, 7.4vw, 94px);
}

.wf-grinder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1120px, 92vw);
  height: 1px;
  background: #c8cdd4;
  pointer-events: none;
}

.wf-grinder .container {
  width: min(1120px, 92vw);
}

.wf-grinder-title {
  margin: 0 0 clamp(30px, 4vw, 44px);
  width: min(100%, 420px);
  padding: 18px 28px;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0.03em;
}

.wf-grinder-title span {
  display: inline-block;
}

.wf-grinder-layout {
  display: grid;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  gap: clamp(24px, 3.6vw, 42px);
  align-items: start;
}

.wf-grinder-intro h3 {
  margin: 0 0 16px;
  font-size: clamp(44px, 3.7vw, 58px);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.wf-grinder-intro p {
  margin: 0;
  color: #111;
  font-size: clamp(16px, 1.2vw, 30px);
  line-height: 1.74;
  font-weight: 500;
}

.wf-grinder-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.1vw, 14px);
}

.wf-grinder-card {
  display: grid;
  gap: 14px;
}

.wf-grinder-card figure {
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #d2d6dd;
}

.wf-grinder-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wf-grinder-card h4 {
  margin: 0;
  color: #111;
  font-size: clamp(24px, 2vw, 42px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.wf-grinder-card p {
  margin: 0;
  color: #111;
  font-size: clamp(14px, 1vw, 24px);
  line-height: 1.56;
  font-weight: 500;
}

.wf-overview-top {
  display: grid;
  grid-template-columns: minmax(240px, 300px) 1fr;
  gap: clamp(22px, 3.2vw, 44px);
  margin-bottom: clamp(30px, 4.4vw, 58px);
}

.wf-overview-intro h3 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.wf-overview-intro p {
  margin: 0;
  font-size: clamp(17px, 1.62vw, 31px);
  line-height: 1.7;
  font-weight: 500;
  color: #111;
}

.wf-overview-top-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
}

.wf-overview-top-images figure {
  margin: 0;
  aspect-ratio: 1 / 1;
  background: #d5d8dc;
}

.wf-overview-top-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wf-process {
  display: grid;
  grid-template-columns: minmax(240px, 300px) 1fr;
  gap: clamp(22px, 3.2vw, 44px);
  margin-bottom: clamp(34px, 4.6vw, 60px);
}

.wf-process-side h3 {
  margin: 0 0 20px;
  font-size: clamp(34px, 4.1vw, 58px);
  line-height: 1.24;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.wf-process-tabs {
  display: grid;
  gap: 4px;
}

.wf-process-tab {
  appearance: none;
  border: 0;
  background: #828487;
  color: #fff;
  font-size: clamp(16px, 1.35vw, 24px);
  line-height: 1.1;
  font-weight: 500;
  text-align: left;
  padding: 13px 44px 13px 20px;
  position: relative;
  cursor: pointer;
  transition: background-color .24s ease, transform .2s ease;
}

.wf-process-tab::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.wf-process-tab:hover,
.wf-process-tab:focus-visible {
  background: #5e7ea5;
}

.wf-process-tab.is-active {
  background: #387cc3;
}

.wf-process-tab.is-active::after {
  display: none;
}

.wf-process-view {
  display: grid;
  gap: 0;
}

.wf-process-bar {
  background: #387cc3;
  color: #fff;
  min-height: 50px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 16px;
  padding: 8px 14px 8px 18px;
}

.wf-process-bar__name {
  font-size: clamp(26px, 2.1vw, 34px);
  font-weight: 700;
  letter-spacing: .03em;
}

.wf-process-bar__desc {
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 500;
}

.wf-process-bar__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  padding: 2px 20px 2px 13px;
  border-radius: 999px;
  background: #fff;
  color: #387cc3;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

.wf-process-bar__link::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.wf-process-figure {
  margin: 0;
  background: #d5d8dc;
  aspect-ratio: 16 / 7;
  overflow: hidden;
}

.wf-process-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity .28s ease, transform .38s ease;
}

.wf-process-figure img.is-switching {
  opacity: .55;
  transform: scale(1.03);
}

/* TOP page: keep primary content in a fixed 1160px frame on desktop */
@media (min-width: 881px) {
  body.home.page-id-273 {
    --top-content-width: 1160px;
    --top-section-heading-space: 72px;
  }

  body.home.page-id-273 .top-section-frame {
    position: relative;
    width: var(--top-content-width);
    max-width: var(--top-content-width);
    height: 100%;
    margin-inline: auto;
    box-sizing: border-box;
  }

  body.home.page-id-273 .hero-content .container {
    width: var(--top-content-width);
    max-width: var(--top-content-width);
    margin-inline: auto;
    display: grid;
    place-items: center;
  }

  body.home.page-id-273 #applications.about-us .about-us__photo--team {
    left: 0;
  }

  body.home.page-id-273 #applications.about-us .about-us__photo--material {
    left: 55.25%;
  }

  /* TOP ABOUT US: 1160px content frame with full-width flexible background */
  body.home.page-id-273 #applications.about-us {
    width: 100%;
    max-width: none;
    height: 1008px;
    aspect-ratio: auto;
    overflow: hidden;
    scroll-margin-top: var(--header-h, 120px);
  }

  body.home.page-id-273 #applications.about-us .about-us__frame {
    height: 100%;
  }

  body.home.page-id-273 #applications.about-us .about-us__ring--top {
    right: clamp(20px, 1.2vw, 249px);
    top: -44px;
    width: clamp(420px, 31vw, 600px);
  }

  body.home.page-id-273 #applications.about-us .about-us__title {
    left: 0;
    top: 0px;
    width: 451.88px;
    height: auto;
    font-size: 126px;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  body.home.page-id-273 #applications.about-us .about-us__kicker--company {
    left: 100px;
    top: 158px;
    font-size: 20px;
    letter-spacing: 0.04em;
  }

  body.home.page-id-273 #applications.about-us .about-us__lead {
    left: 100px;
    top: 204px;
    font-size: 43px;
    line-height: 1.45;
    letter-spacing: 0.02em;
  }

  body.home.page-id-273 #applications.about-us .about-us__text {
    left: 100px;
    top: 430px;
    width: 470px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
  }

  body.home.page-id-273 #applications.about-us .about-us__photo::before {
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
  }

  body.home.page-id-273 #applications.about-us .about-us__photo-clip img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body.home.page-id-273 #applications.about-us .about-us__photo--factory {
    left: 580px;
    top: 202px;
    width: 484px;
    height: 318px;
  }

  body.home.page-id-273 #applications.about-us .about-us__photo--factory img {
    width: 100%;
    left: 0;
    top: 0;
    object-position: center center;
  }

  body.home.page-id-273 #applications.about-us .about-us__photo--material {
    left: 720px;
    top: 504px;
    width: 440px;
    height: 326px;
    z-index: 2;
  }

  body.home.page-id-273 #applications.about-us .about-us__photo--material::before {
    left: 10px;
    top: 10px;
    width: 100%;
  }

  body.home.page-id-273 #applications.about-us .about-us__photo--material img {
    width: 100%;
    left: 0;
    top: 0;
    object-position: 50% 50%;
  }

  body.home.page-id-273 #applications.about-us .about-us__photo--team {
    left: 0;
    top: 652px;
    width: 565px;
    height: 312px;
  }

  body.home.page-id-273 #applications.about-us .about-us__photo--team::before {
    left: 10px;
    top: 10px;
    width: 100%;
  }

  body.home.page-id-273 #applications.about-us .about-us__photo--team img {
    width: 100%;
    left: 0;
    top: 0;
    object-position: center center;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow {
    width: 100%;
    max-width: none;
    height: 660px;
    aspect-ratio: auto;
    overflow: hidden;
    scroll-margin-top: var(--header-h, 120px);
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us-follow__frame {
    height: 100%;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__ring--bottom {
    left: clamp(-410px, -11vw, -160px);
    bottom: -260px;
    width: clamp(700px, 35vw, 670px);
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__philosophy {
    left: 100px;
    top: 0;
    width: 960px;
    height: 402px;
    transform: none;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__kicker--philosophy {
    top: 52px;
    font-size: 20px;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__philosophy-copy {
    top: 112px;
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__equal {
    top: 228px;
    font-size: 34px;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__word {
    top: 298px;
    font-size: 50px;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__mascot {
    left: 564px;
    top: 252px;
    width: 244px;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__button {
    left: 430px;
    top: 488px;
    width: 314px;
    height: 52px;
    font-size: 20px;
  }

  body.home.page-id-273 #products.product-introduction {
    width: 100%;
    max-width: none;
    height: 805px;
    aspect-ratio: auto;
    overflow: hidden;
    border-bottom: 0;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__frame {
    height: 100%;
    overflow: visible;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__bg-title {
    left: calc(50% - 582.49px);
    top: 0px;
    width: 1159.72px;
    height: auto;
    transform: none;
    transform-origin: center top;
    font-size: 136px;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__kicker {
    left: 50%;
    top: var(--top-section-heading-space);
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0.06em;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__lead {
    left: 0;
    top: 152px;
    width: 100%;
    font-size: 30px;
    line-height: 1.45;
    letter-spacing: 0.04em;
    text-align: center;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__slider {
    left: 50%;
    top: 250px;
    width: 1630px;
    height: 360px;
    overflow: visible;
    transform: translateX(-50%);
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__card {
    width: 480px;
    height: auto;
    top: 32px;
    object-fit: contain;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__card--alpha {
    left: 0;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__card--super {
    left: 575px;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__card--smart {
    left: 1150px;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__arrow {
    font-size: 58px;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__arrow--prev {
    left: 515px;
    top: 168px;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__arrow--next {
    left: 1100px;
    top: 168px;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__description {
    left: 100px;
    top: 624px;
    width: 640px;
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__button {
    left: 740px;
    top: 630px;
    width: 310px;
    height: 52px;
    font-size: 17px;
    letter-spacing: 0.05em;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__button::after {
    margin-left: 6px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta {
    transform: none;
  }

  body.home.page-id-273 #machine-feature.machine-feature {
    --machine-feature-gap: 0px;
    width: 100%;
    max-width: none;
    height: 1733px;
    overflow: hidden;
    border-bottom: 3px solid var(--machine-feature-blue);
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__canvas {
    inset: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta {
    left: 0;
    top: 0;
    width: 100%;
    height: 346px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta-gap {
    display: none;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta-frame,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__body-frame {
    height: 100%;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta-title {
    left: 0;
    top: 96px;
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta-actions {
    left: 230px;
    top: 178px;
    gap: 58px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--case,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--result {
    width: 314px;
    height: 53px;
    font-size: 20px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__body {
    left: 0;
    top: 346px;
    width: 100%;
    height: 1421px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__ring--right {
    left: calc(50% + 355px);
    top: -168px;
    width: 410px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__ring--left {
    left: calc(50% - 780px);
    top: 245px;
    width: 692px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__machine {
    left: 35px;
    top: -65px;
    width: 515px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider {
    left: 595px;
    right: auto;
    top: 78px;
    width: 475px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__kicker {
    margin: 0 0 6px;
    font-size: 25px;
    line-height: 1.35;
    text-align: right;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__title {
    font-size: 66px;
    line-height: 1.12;
    text-align: right;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__suffix {
    font-size: 30px;
    line-height: 1.1;
    text-align: right;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__text {
    margin-top: 34px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.02em;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--masscolloider {
    width: 314px;
    height: 52px;
    margin: 38px 0 0 auto;
    font-size: 22px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider .machine-feature__text {
    font-size: 17px;
    letter-spacing: 0.01em;
    text-align: left;
    white-space: nowrap;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video {
    left: 0;
    right: auto;
    width: 100%;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video-badge {
    left: 595px;
    top: 565px;
    width: 170px;
    height: 200px;
    gap: 18px;
    padding: 34px 28px 18px 10px;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
    clip-path: polygon(0 0, 78% 0, 100% 50%, 78% 100%, 0 100%);
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__play {
    width: 70px;
    height: 45px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__video-thumb {
    left: 775px;
    top: 565px;
    width: 295px;
    height: 200px;
    border-width: 4px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder {
    margin-top: 0;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-kicker {
    left: 80px;
    top: 854px;
    width: 430px;
    font-size: 25px;
    line-height: 1.3;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-title {
    left: 80px;
    top: 886px;
    width: 430px;
    font-size: 66px;
    line-height: 1.08;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-subtitle {
    left: 80px;
    top: 960px;
    width: 260px;
    font-size: 39px;
    line-height: 1.15;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__text--grinder {
    position: absolute;
    left: 80px;
    top: 1058px;
    width: 430px;
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--grinder {
    left: 80px;
    top: 1198px;
    width: 310px;
    height: 52px;
    font-size: 22px;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-photo {
    left: 545px;
    top: 854px;
    width: 525px;
    height: 410px;
    object-position: left center;
    margin-top: 0;
  }

  body.home.page-id-273 #information-news.information-news .information-news__info-frame,
  body.home.page-id-273 #information-news.information-news .information-news__news-frame {
    height: 100%;
  }

  body.home.page-id-273 #information-news.information-news .information-news__info-bg-title {
    left: calc(50% - 587.72px);
    top: 0;
    width: 634.2px;
  }

  body.home.page-id-273 #information-news.information-news .information-news__info-title,
  body.home.page-id-273 #information-news.information-news .information-news__news-title {
    padding-top: var(--top-section-heading-space);
  }

  body.home.page-id-273 #information-news.information-news .information-news__news-bg-title {
    right: calc(50% - 582.83px);
    top: 0;
    width: 263.49px;
  }

  body.home.page-id-273 #special.special .special__inner.top-section-frame {
    width: var(--top-content-width);
    max-width: var(--top-content-width);
    overflow: visible;
  }

  body.home.page-id-273 #special.special .special__bg-title {
    top: 0;
    left: -4.28px;
    width: 384.3px;
  }

  body.home.page-id-273 #special.special .special__title {
    top: var(--top-section-heading-space);
  }

  body.home.page-id-273 #special.special .special__list {
    left: calc(50% - 864px);
    width: max-content;
    min-width: 0;
  }

  body.home.page-id-273 #special.special .special__item {
    flex: 0 0 336px;
  }

  body.home.page-id-273 #special.special .special__link {
    width: 336px;
  }

  body.home.page-id-273 #special.special .special__thumb {
    width: 336px;
    height: 189px;
    aspect-ratio: auto;
  }
}

body.home.page-id-273 #applications.about-us .about-us__kicker--company,
body.home.page-id-273 #about-us-follow.about-us-follow .about-us__kicker--philosophy,
body.home.page-id-273 #products.product-introduction .product-introduction__kicker,
body.home.page-id-273 #information-news.information-news .information-news__info-title,
body.home.page-id-273 #information-news.information-news .information-news__news-title,
body.home.page-id-273 #special.special .special__title {
  font-size: 22px;
}

body.home.page-id-273 #products.product-introduction .product-introduction__button,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--case,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--result,
body.home.page-id-273 #information-news.information-news .information-news__button {
  font-size: 20px;
  font-weight: 500;
}

body.home.page-id-273 #products.product-introduction .product-introduction__button::after,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--case::after,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--result::after {
  content: "→";
  margin-left: 0.5em;
  font-family: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

body.home.page-id-273 #information-news.information-news .information-news__button span {
  margin-left: 0.5em;
  font-family: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transform: none;
}

body.home.page-id-273 #applications.about-us .about-us__text,
body.home.page-id-273 #products.product-introduction .product-introduction__description,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider .machine-feature__text,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__text--grinder,
body.home.page-id-273 #information-news.information-news .information-news__info-text {
  font-size: 17px;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta-title,
body.home.page-id-273 #information-news.information-news .information-news__info-text {
  font-size: 30px;
}

body.home.page-id-273 #about-us-follow.about-us-follow .about-us__button,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--masscolloider,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--grinder {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 330px;
  height: 58px;
  padding: 0;
  font-size: 25px;
  line-height: 1;
  text-align: center;
}

body.home.page-id-273 #about-us-follow.about-us-follow .about-us__button-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 1;
  text-align: center;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--masscolloider::after,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--grinder::after {
  content: "→";
  margin-left: 0.5em;
  font-size: 25px;
  font-weight: inherit;
  line-height: 1;
}

body.home.page-id-273 #products.product-introduction .product-introduction__button,
body.home.page-id-273 #about-us-follow.about-us-follow .about-us__button,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--case,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--result,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--masscolloider,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--grinder,
body.home.page-id-273 #information-news.information-news .information-news__button {
  box-sizing: border-box;
  width: 330px;
  height: 58px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.home.page-id-273 #applications.about-us .about-us__button,
body.home.page-id-273 #about-us-follow.about-us-follow .about-us__button,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--masscolloider,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--grinder {
  font-size: 29px;
  font-family: "DIN Condensed", "DINCondensed-Bold", Impact, "Arial Narrow", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.home.page-id-273 #applications.about-us .about-us__button-text,
body.home.page-id-273 #about-us-follow.about-us-follow .about-us__button-text {
  font-size: 29px;
  transform: translate(13px, 4px);
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--masscolloider,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--grinder {
  padding: 8px 0 0 26px;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--masscolloider::after,
body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--grinder::after {
  font-size: 29px;
  font-family: "DIN Condensed", "DINCondensed-Bold", Impact, "Arial Narrow", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.home.page-id-273 #products.product-introduction .product-introduction__bg-title,
body.home.page-id-273 #information-news.information-news .information-news__info-bg-title {
  filter: none;
}

body.home.page-id-273 #applications.about-us .about-us__title,
body.home.page-id-273 #products.product-introduction .product-introduction__bg-title,
body.home.page-id-273 #information-news.information-news .information-news__info-bg-title,
body.home.page-id-273 #information-news.information-news .information-news__news-bg-title,
body.home.page-id-273 #special.special .special__bg-title {
  top: 0;
}

@media (min-width: 881px) {
  body.home.page-id-273 #applications.about-us .about-us__title,
  body.home.page-id-273 #products.product-introduction .product-introduction__bg-title,
  body.home.page-id-273 #information-news.information-news .information-news__info-bg-title,
  body.home.page-id-273 #information-news.information-news .information-news__news-bg-title,
  body.home.page-id-273 #special.special .special__bg-title {
    top: -18px;
  }

  body.home.page-id-273 #applications.about-us .about-us__text {
    width: 620px;
  }
}

/* Legacy TOP sections moved from global CSS */
/* ========== Hero ========== */
.hero {
  position: relative;
  min-height: clamp(100vh, 100vh, 100vh);
  display: grid; place-items: center;
  padding-top: var(--header-h);
  overflow: hidden;
}
.hero-media, .hero-video, .hero-poster {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero-poster { display: none; } /* 動画がだめな環境のためのimg。JSで切替も */

.hero-scrim {
  background: none !important;
}

.hero-content { position: relative; z-index: 2; display: grid; place-items: center; transform: translateY(var(--hero-shift)); }
.hero-title {
  font-size: clamp(32px, 5vw, 64px); font-weight: 800; text-align: center;
  line-height: 1.25;
  text-shadow: none !important;
}

/* 覆い被さるリング画像（回転する） */
.dot-ring {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: min(72vmin, 640px); height: auto; z-index: 3; opacity: .95;
  pointer-events: none; filter: drop-shadow(0 10px 30px rgba(0,0,0,.35));
  will-change: transform;
}
.hero-title { position: relative; z-index: 2; }

.spin { animation: ring-spin 40s linear infinite; }
@keyframes ring-spin { to { transform: translate(-50%,-50%) rotate(-360deg); } }

@media (prefers-reduced-motion: reduce) {
  .spin { animation: none; }
  .ring-rotate, .hero-video { animation: none; }
}

.hero .container { position: relative; }

/* まずは静止画をデフォルト表示にする */
.hero-poster{ display:block; }

/* iOSのツールバーで 100vh が縮む問題を緩和 */
.hero{
  min-height: 100vh;
}
@supports (min-height: 100svh){
  .hero{ min-height: 100svh; } /* 対応ブラウザでは svh を利用 */
}


/* ===== Drill Spiral Section ===== */
.drill {
  position: relative; min-height: 100vh; background: #fff; color: #111;
  overflow: hidden; display: grid; place-items: center;
}
.rings { position: absolute; inset: 0; pointer-events: none; overflow: clip; }
.ring {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(0deg);
  height: auto; filter: drop-shadow(0 10px 30px rgba(0,0,0,.15));
  will-change: transform; opacity: .98; pointer-events: none;
}
.ring1 { width: clamp(500px, 50vmax, 1100px); z-index: 1; }
.ring2 { width: clamp(700px, 80vmax, 1500px); z-index: 1; }
.ring3 { width: clamp(920px,110vmax, 2100px); z-index: 1; }

.drill-content {
  position: relative; z-index: 2; text-align: center;
  display: grid; gap: clamp(8px, 2vh, 16px); justify-items: center;
  padding-inline: clamp(16px, 6vw, 80px);
}
.drill-title {
  font-size: clamp(28px, 5.2vw, 56px); font-weight: 800; letter-spacing: .08em;
  line-height: 1.2; margin: 0; position: relative;
}
.drill-title::before, .drill-title::after {
  content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: #4f7fbe; opacity: .8; vertical-align: middle; margin: 0 .5em;
}
.drill-title::before { margin-right: .6em; }
.drill-title::after  { margin-left: .6em; }

.drill-lead { font-size: clamp(16px, 2.4vw, 28px); line-height: 1.9; font-weight: 600; }

.hl {
  background: #5b8fd9; color: #fff; padding: .1em .35em; border-radius: .15em;
  box-decoration-break: clone;
}

/* 回転アニメーション */
@keyframes spin-cw   { to { transform: translate(-50%, -50%) rotate(-360deg); } }
@keyframes spin-ccw  { to { transform: translate(-50%, -50%) rotate(360deg); } }
.spin-cw  { animation: spin-cw 28s linear infinite; }
.spin-ccw { animation: spin-ccw 36s linear infinite; }

@media (prefers-reduced-motion: reduce){ .spin-cw, .spin-ccw { animation: none !important; } }

/* ===== Applications / Intro Banner Section ===== */
.intro-banner {
  position: relative; min-height: 100vh; overflow: hidden; isolation: isolate;
  display: grid; align-items: center;
  --offset-x: clamp(20px, 6vw, 84px);
  --offset-y: clamp(30px, 11vh, 120px);
}
.intro-banner::before {
  content: ""; position: absolute; inset: 0;
  background-image: var(--bg, url('https://xs525443.xsrv.jp/masuko/assets/media/hero.jpg'));
  background-position: center; background-size: cover; background-repeat: no-repeat;
  z-index: 0;
  filter: saturate(108%) contrast(102%) brightness(0.88);
  animation: none;
}
.intro-banner::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(100deg, rgba(8, 17, 28, 0.54) 16%, rgba(8, 17, 28, 0.18) 52%, rgba(8, 17, 28, 0.45) 100%),
    radial-gradient(circle at 68% 65%, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.28));
  mix-blend-mode: normal;
  transform: none;
  animation: none;
}
@keyframes kb-pan {
  0%   { transform: scale(1.12) translate3d(-3%, -2%, 0); filter: saturate(115%) contrast(106%); }
  100% { transform: scale(1.22) translate3d( 3%,  2%, 0); filter: saturate(130%) contrast(110%); }
}
@keyframes sweep {
  0% { transform: translate3d(-130%,0,0) }
  60% { transform: translate3d(130%,0,0) }
  100% { transform: translate3d(130%,0,0) }
}

.intro-inner { position: relative; z-index: 1; width: min(1480px, 97vw); height: 100%; margin-inline: auto; }
.intro-copy  { position: absolute; right: var(--offset-x); bottom: var(--offset-y); max-width: min(960px, 72vw); display: grid; gap: 10px; }

.intro-heading {
  margin: 0 0 8px;
  font-size: clamp(34px, 4.6vw, 74px);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: .08em;
  color: #fff;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.intro-line {
  display: inline-block; background: rgba(255,255,255,.96); color: #111;
  padding: .22em .44em; border-radius: 0; font-weight: 700;
  font-size: clamp(20px, 2.35vw, 52px); line-height: 1.25; letter-spacing: .05em;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  width: fit-content;
}

.sp-br { display: none; }
@media (max-width: 640px) {
  .sp-br { display: inline; }
  .intro-copy { left: 50%; right:auto; transform: translateX(-50%); bottom: clamp(18px, 8vh, 62px); max-width: min(95vw, 680px); }
}

.js-slidein { transform: translate3d(36px, 20px, 0); opacity: 0; will-change: transform, opacity; transition: transform .85s cubic-bezier(.2,.7,.2,1), opacity .65s ease; }
.js-slidein.is-in { transform: translate3d(0, 0, 0); opacity: 1; }

.intro-copy .intro-heading,
.intro-copy .intro-line {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
}

.intro-copy.is-in .intro-heading {
  animation: intro-heading-in 0.95s cubic-bezier(.2,.7,.2,1) forwards;
}

.intro-copy.is-in .intro-line {
  animation: intro-line-in .65s cubic-bezier(.24,.72,.2,1) forwards;
}

.intro-copy.is-in .intro-line:nth-child(2) { animation-delay: .24s; }
.intro-copy.is-in .intro-line:nth-child(3) { animation-delay: .34s; }
.intro-copy.is-in .intro-line:nth-child(4) { animation-delay: .44s; }
.intro-copy.is-in .intro-line:nth-child(5) { animation-delay: .54s; }

@keyframes intro-heading-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    filter: blur(8px);
    letter-spacing: .14em;
  }
  65% {
    opacity: 1;
    transform: translate3d(0, -2px, 0);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    letter-spacing: .08em;
  }
}

@keyframes intro-line-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.985);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce){
  .js-slidein { transform:none; opacity:1; transition:none; }
  .intro-copy .intro-heading,
  .intro-copy .intro-line { opacity: 1; transform: none; animation: none; }
  .intro-banner::before, .intro-banner::after { animation:none; transform:none; filter:none; }
}

/* ===== SP: intro-line を中央配置＆横幅いっぱい ===== */
@media (max-width: 640px){
  /* 画面全体を使って中央寄せ */
  .intro-banner{
    min-height: 100svh;            /* iOS等でも安定する viewport 高さ */
    display: grid;
    align-items: center;            /* 垂直中央 */
  }
  .intro-inner{
    height: 100%;
    display: grid;
    place-items: center;            /* 垂直/水平とも中央 */
   /* padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));*/
  }

  /* 位置決めを absolute から通常フローに切り替え */
  .intro-copy{
    position: static;
    inset: auto;
    transform: none;                /* 既存の translateX を無効化 */
    bottom: auto;
    right: auto;
    left: auto;

    width: 100%;
    max-width: none;
    display: grid;
    gap: 10px;                      /* 行間の余白 */
    justify-items: stretch;         /* 子要素を横幅いっぱいに */
  }

  /* 行ボックスを横幅いっぱい＆中央テキスト */
  .intro-line{
    display: block;
    width: 100%;
    padding: .35em .45em;
    font-size: clamp(15px, 4.2vw, 20px);
    border-radius: 0;
  }

  .intro-heading{
    width: 100%;
    margin: 0 0 8px;
    text-align: left;
    font-size: clamp(28px, 9.2vw, 44px);
    letter-spacing: .04em;
  }

  /* SP特有の改行は残してOK（必要なら外しても可） */
  .sp-br{ display: inline; }

  /* スライドイン効果：左右からではなくフェードのみが良ければ下記に */
  .js-slidein{
    transform: none;                /* 横スライドを無効化 */
    opacity: 1;                     /* ふわっと出したいなら 0 → 1 に変更 */
    transition: opacity .45s ease;
  }
  .js-slidein.is-in{ opacity: 1; }
}


/* ===== Showcase / Special Slider Section ===== */
.showcase {
  --bg: #2b79b6; --accent: #f49a28; --padX: clamp(16px, 5vw, 64px);
  --showcase-active-w: min(56vw, 780px);
  position: relative; background: var(--bg); color: #fff;
  padding: clamp(40px, 7vh, 80px) 0 calc(clamp(80px, 12vh, 140px) * 0.9);
  overflow: hidden;
}

.showcase.is-in {
  background: #2b79b6;
}
.showcase-inner {
  width: min(1400px, 92vw); margin: 0 auto;
  position: relative; min-height: 70vh;
  margin-block: clamp(24px, 4vh, 48px);
}

.showcase-carousel {
  position: relative; padding: clamp(20px, 4vh, 40px) 0;
  transform: translateY(24px) scale(.98); opacity: 0;
  transition: transform .9s cubic-bezier(.2,.7,.2,1), opacity .8s ease;
}

.showcase-title {
  margin: 0 auto clamp(18px, 4vh, 32px);
  text-align: center;
  font-size: clamp(28px, 4.8vw, 46px);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
  z-index: 2;
}
.showcase.is-in .showcase-carousel { transform: translateY(0) scale(1); opacity: 1; }
.showcase .swiper-wrapper { align-items: center; }
.showcase .swiper-slide {
  width: min(56vw, 780px);
  padding: 0 clamp(8px, 1.8vw, 24px);
}
/* allow ring overlays to render outside slide bounds */
.showcase .showcase-carousel.swiper,
.showcase .swiper-wrapper,
.showcase .swiper-slide {
  overflow: visible;
}
@media (min-width:1200px){ .showcase .swiper-slide { width: 680px; } }
@media (min-width:1600px){ .showcase .swiper-slide { width: 760px; } }

.ring-deco {
  position: absolute; left: 50%; top: 39%; transform: translate(-50%,-50%);
  width: min(60vmin, 1000px); aspect-ratio: 1 / 1;
  background: url('https://xs525443.xsrv.jp/masuko/img/slider/back.png') center / contain no-repeat;
  opacity:.95; z-index:0; pointer-events:none;
}
.showcase .ring-deco {
  display: none;
}
.showcase-carousel { position:relative; z-index:1; }

.show-card {
  margin: 0;
  position: relative; border-radius: 8px; overflow: visible;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  transform: scale(.86); opacity: .55;
  transition: transform .6s cubic-bezier(.2,.7,.2,1), opacity .6s ease;
  background:#000;
}
.show-card img {
  width:100%;
  height:auto;
  display:block;
  filter: saturate(92%) brightness(.9);
  position: relative;
  z-index: 4;
  border-radius: 8px;
}
.show-card::before {
  content: "";
  position: absolute;
  inset: -15px;
  padding: 12px;
  background-image: url("../../img/slider/slide-side-custom-20260325.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 5;
}
.show-card::after {
  content:"";
  position:absolute;
  inset:0;
  background: rgba(3,22,32,.24);
  z-index: 6;
  border-radius: 8px;
}
.show-card.is-active {
  transform: scale(1);
  opacity: 1;
}
.show-card.is-active::after { background: rgba(3,22,32,.12); }

/* Active card: switch outer-corner overlay asset */
.show-card.is-active::before {
  background-image: url("../../img/slider/slide-active-custom-20260325.png");
}

.show-card .frame {
  position:absolute; inset:0;
  background: url('https://xs525443.xsrv.jp/masuko/img/slider/kado.png') center / 100% 100% no-repeat;
  pointer-events:none; opacity: 0; transition: opacity .35s ease;
  z-index: 3;
}

/* Active card: center overlays (tate over ring) */
.show-card.is-active .frame {
  opacity: 1 !important;
  inset: auto;
  left: 50%;
  top: 50%;
  width: calc(60% + 132px);
  aspect-ratio: 1 / 1;
  height: auto;
  transform: translate(-50%, -50%);
  background-image:
    url("../../img/slider/slide-active-tate-20260328.png"),
    url("../../img/slider/slide-active-ring-base-20260328.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: auto 92%, 100% 100%;
  z-index: 1;
}

/* PC: 背景装飾は固定、スライド本体のみ移動 */
@media (min-width: 881px) {
  .showcase {
    --showcase-active-frame-w: calc(var(--showcase-active-w) + -24px);
    --showcase-side-frame-w: calc(var(--showcase-active-w) * 0.8);
    --showcase-side-gap: 45px;
    --showcase-active-offset-x: 0px;
    --showcase-active-offset-y: 0px;
    --showcase-active-frame-w-custom: var(--showcase-active-frame-w);
    --showcase-active-frame-h-custom: auto;
    --showcase-side-left-frame-w-custom: var(--showcase-active-frame-w-custom);
    --showcase-side-right-frame-w-custom: var(--showcase-active-frame-w-custom);
    --showcase-side-left-offset-x: 0px;
    --showcase-side-left-offset-y: 0%;
    --showcase-side-right-offset-x: 0px;
    --showcase-side-right-offset-y: 0%;
    --showcase-ring-wrap-size: calc((var(--showcase-active-w) * 0.6) + 135px);
    --showcase-ring-bg-size: 100% 100%;
    --showcase-ring-offset-x: 0px;
    --showcase-ring-offset-y: 0px;
    --showcase-tate-bg-size: auto 100%;
    --showcase-tate-offset-x: 0px;
    --showcase-tate-offset-y: 2px;
  }

  .showcase-carousel::before,
  .showcase-carousel::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }

  .showcase-carousel::before {
    inset: 0;
    background-image: url("../../img/slider/slide-active-tate-20260328.png");
    background-repeat: no-repeat;
    background-position:
      calc(50% + var(--showcase-tate-offset-x))
      calc(50% + var(--showcase-tate-offset-y));
    background-size: var(--showcase-tate-bg-size);
    z-index: 6;
  }

  .showcase-carousel::after {
    left: calc(50% + var(--showcase-ring-offset-x));
    top: calc(50% + var(--showcase-ring-offset-y));
    width: var(--showcase-ring-wrap-size);
    aspect-ratio: 1 / 1;
    transform: translate(-50%, -50%);
    background: url("../../img/slider/slide-active-ring-base-20260328.png") no-repeat center center / var(--showcase-ring-bg-size);
    animation: showcaseRingSpin 60s linear infinite;
    z-index: 0;
  }

  .show-card::before,
  .show-card.is-active::before {
    content: none !important;
    opacity: 0;
  }

  .show-card .frame,
  .show-card.is-active .frame {
    display: none !important;
  }

  /* Active slide/card should stay above neighboring slides */
  .showcase .swiper-slide {
    position: relative;
    z-index: 7;
  }

  .showcase .swiper-slide.swiper-slide-active {
    z-index: 30;
  }

  .showcase .show-card {
    position: relative;
    z-index: 8;
    transform: scale(1);
  }

  .showcase .swiper-slide.swiper-slide-active .show-card,
  .showcase .show-card.is-active {
    z-index: 31;
  }
}

@keyframes showcaseRingSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-carousel::after {
    animation: none;
  }
}

.caption { position:absolute; left:5%; bottom:6%; display:grid; gap:.35em; z-index: 4; }
.cap {
  display:inline-block; background: rgba(0,0,0,.35); backdrop-filter: blur(2px);
  color:#fff; font-weight:900; line-height:1.1; letter-spacing:.02em;
  text-shadow: 0 2px 0 rgba(0,0,0,.35); border-radius: 6px; padding: .22em .5em;
}
.cap-1 { font-size: clamp(18px, 2.2vw, 28px); }
.cap-2 { font-size: clamp(22px, 2.8vw, 36px); }
.cap-2::after {
  content:""; display:inline-block; width:.28em; height:1.2em; background: var(--accent);
  margin-left:.35em; transform: skewX(-10deg); vertical-align: middle; border-radius:2px;
}

/* ナビ（矢印） */
.showcase .swiper-button-prev,
.showcase .swiper-button-next {
  width: 56px; height: 56px; border-radius: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  color:#fff; top: 50%; transform: translateY(-50%);
  font-size: 0;
}
.showcase .swiper-button-prev { left: max(16px, 6vw); }
.showcase .swiper-button-next { right: max(16px, 6vw); }
.showcase .swiper-button-prev::after,
.showcase .swiper-button-next::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin: auto;
  border: 0;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.showcase .swiper-button-prev::after {
  background-image: url("../../img/slider/left.webp");
  transform: none;
}
.showcase .swiper-button-next::after {
  background-image: url("../../img/slider/right.webp");
  transform: none;
}

@media (min-width: 1024px) {
  .showcase {
    --showcase-active-w: min(56vw, 780px);
  }

  .showcase .swiper-button-prev,
  .showcase .swiper-button-next {
    top: 55%;
    transform: translate(-50%, -50%);
  }

  .showcase .swiper-button-prev {
    left: calc(49% - (var(--showcase-active-w) / 2) - 14px);
  }

  .showcase .swiper-button-next {
    left: calc(51% + (var(--showcase-active-w) / 2) + 14px);
    right: auto;
  }
}

@media (min-width: 1200px) {
  .showcase {
    --showcase-active-w: 680px;
  }
}

@media (min-width: 1600px) {
  .showcase {
    --showcase-active-w: 760px;
  }
}

/* 下部説明域 */
.showcase-desc {
  width: min(1000px, 85vw); margin: calc(clamp(18px, 4vh, 32px) * 0.9) auto 0;
  transform: translateY(20px); opacity:0;
  transition: transform .9s cubic-bezier(.2,.7,.2,1) .15s, opacity .8s ease .15s;
}
.showcase.is-in .showcase-desc { transform:none; opacity:1; }
.showcase .desc {
  position:relative; padding-left: 2rem; color: #e8f4ff; line-height: 1.8;
  font-size: clamp(15px, 1.2vw, 17px); margin-top: 12px;
}
.showcase .desc::before {
  content:""; position:absolute; left:0; top:.2em; bottom:.2em; width:4px;
  border-radius: 3px; background: rgba(255,255,255,.85);
  box-shadow: 0 0 0 2px rgba(255,255,255,.18) inset;
}
.desc-cta { margin-top: 18px; }
.btn-ghost {
  display:inline-flex; align-items:center; gap:.55em;
  background:#fff; color:#1d4e7a; font-weight:700; padding:.55em 1.2em;
  border-radius:9999px; box-shadow: 0 8px 18px rgba(0,0,0,.22);
}

@media (prefers-reduced-motion: reduce){
  .showcase-carousel, .showcase-desc { transition:none; transform:none; opacity:1; }
}

/* Showcase: ピクセル化キャンバスを重ねる */
.show-card .px{
  position:absolute; inset:0;
  width:100%; height:100%;
  display:block; pointer-events:none; z-index:2;
}

/* 調整用の変数（好みで変更） */
.showcase{
  --pixel-start: 28;   /* 開始の粗さ（大きい＝荒い） */
  --pixel-end: 1.2;    /* 終了粒度（1〜2程度でほぼクリア） */
  --pixel-dur: 1200;   /* 解除アニメ時間(ms) */
}

/* ===== SP: Showcase をフルブリード & 矢印オーバーレイ ===== */
@media (max-width: 880px){
  /* 調整用変数：画像の高さ＆下方向のオフセット量 */
  .showcase{
    --sp-img-h: 30vh;   /* 画像の表示高さ（好みで 52–70vh） */
    --sp-shift: 6vh;    /* 全体をどれだけ下げるか */
  }

  /* コンテナを画面いっぱいに */
  .showcase-inner{
    width: 100vw;          /* 92vw → フルブリード */
    margin: 0;             /* 左右の余白を消す */
  }

  /* スライドを画面幅いっぱいに */
  .showcase .swiper-slide{
    width: 100vw;
    padding: 0;            /* 両サイドの余白をカット */
  }

  /* 画像カード：角丸/影を外してフラット、縦は固定vhで見せる */
  .show-card{
    border-radius: 0;
    box-shadow: none;
    transform: none;       /* 中央拡大の見た目はスマホではフラットに */
    opacity: 1;
    height: var(--sp-img-h);
    background:#000;
  }
  .show-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;     /* はみ出しはトリミング */
  }

  /* カルーセル全体を少し下げる（「画像の位置をもう少し下に」） */
  .showcase-carousel{
    margin-top: var(--sp-shift);  /* 例: 6vh 下げる */
    padding: 0;                   /* 余白を詰める */
  }

  /* 矢印を画像の上にオーバーレイ（中央高さ） */
  .showcase .swiper-button-prev,
  .showcase .swiper-button-next{
    position: absolute;
    top: calc(var(--sp-shift) + (var(--sp-img-h) / 2)); /* 画像の垂直中央 */
    transform: translateY(-50%);
    z-index: 5;                /* 画像より前面に */
    background: transparent;
    border: 0;
    backdrop-filter: none;
    width: 44px; height: 64px; border-radius: 0;
  }
  .showcase .swiper-button-prev{ left: 12px; }
  .showcase .swiper-button-next{ right: 12px; }

  /* キャプションはお好みで。邪魔なら小さめ＆内側に */
  .caption{
    left: 4%;
    bottom: 5%;
  }
  .cap-1{ font-size: clamp(14px, 3.5vw, 16px); }
  .cap-2{ font-size: clamp(16px, 4.2vw, 18px); }
}

/* ===== About / History Banner Section ===== */
.about-hero {
  position: relative; min-height: 100vh; display: grid; align-items: center;
  overflow: hidden; isolation: isolate;
}
.about-hero::before {
  content:""; position:absolute; inset:0;
  background-image: var(--bg, url('https://xs525443.xsrv.jp/masuko/img/kako_back.jpg'));
  background-size: cover; background-position: center; background-repeat: no-repeat;
  filter: saturate(105%) contrast(105%); z-index: 0;
}
.about-hero::after {
  content:""; position:absolute; inset:0;
  background: linear-gradient(0deg, rgba(0,0,0,.25), rgba(0,0,0,.15)); z-index: 0;
}
.about-inner { position: relative; z-index: 1; width: min(1400px, 94vw); margin: 0 auto; display: grid; }

.about-card {
  margin-left: auto; width: min(720px, 86vw); background: #fff; color: #222;
  border-radius: 10px; box-shadow: 0 18px 60px rgba(0,0,0,.28);
  padding: clamp(18px, 3.6vw, 36px) clamp(18px, 3.6vw, 40px); position: relative;
}
.about-card .corner {
  --sz: 22px; --lw: 3px; --c : #5aa0f0;
  position:absolute; width:var(--sz); height:var(--sz); pointer-events:none;
}
.about-card .tl { top:10px; left:10px; border-top:var(--lw) solid var(--c); border-left:var(--lw) solid var(--c); }
.about-card .tr { top:10px; right:10px; border-top:var(--lw) solid var(--c); border-right:var(--lw) solid var(--c); }
.about-card .bl { bottom:10px; left:10px; border-bottom:var(--lw) solid var(--c); border-left:var(--lw) solid var(--c); }
.about-card .br { bottom:10px; right:10px; border-bottom:var(--lw) solid var(--c); border-right:var(--lw) solid var(--c); }

.about-title { font-size: clamp(28px, 5vw, 54px); font-weight: 800; letter-spacing: .02em; margin: 0 0 clamp(8px, 1.6vw, 16px); }
.about-text { font-size: clamp(14px, 1.6vw, 16px); line-height: 2; color: #333; }
.about-text p { margin: .6em 0; }
.about-cta { margin-top: clamp(14px, 2.4vw, 22px); }

.btn.solid-blue {
  display:inline-flex; align-items:center; gap:.6em; background:#2b79b6; color:#fff;
  padding:.7em 1.4em; border-radius: 999px; font-weight: 700; box-shadow: 0 10px 26px rgba(0,0,0,.22);
}
.btn.solid-blue .arrow {
  width: 0; height: 0; border-left: 8px solid currentColor; border-top: 6px solid transparent; border-bottom: 6px solid transparent;
}

.js-fadein {
  opacity: 0;
  transform: translate3d(var(--fade-x, 0), var(--fade-y, 18px), 0) scale(var(--fade-scale, .98));
  filter: blur(var(--fade-blur, 2px));
  transition:
    transform var(--fade-move-dur, .8s) cubic-bezier(.2,.7,.2,1),
    opacity var(--fade-opacity-dur, .6s) ease,
    filter .6s ease;
  will-change: transform, opacity, filter;
}

.js-fadein.is-in {
  opacity: 1;
  transform: none;
  filter: none;
}

.js-fadein--up {
  --fade-y: 24px;
}

.js-fadein--left {
  --fade-x: -28px;
  --fade-y: 0;
  --fade-scale: 1;
}

.js-fadein--right {
  --fade-x: 28px;
  --fade-y: 0;
  --fade-scale: 1;
}

.js-fadein--soft {
  --fade-y: 14px;
  --fade-scale: .96;
  --fade-blur: 4px;
  --fade-move-dur: 1s;
  --fade-opacity-dur: .85s;
}

/* About カード縮小版（カスタム変数） */
.about-hero {
  --about-card-w: 640px;
  --about-pad-y: 24px;
  --about-pad-x: 28px;
  --about-title-max: 44px;
  --about-body-max: 15px;
  --about-corner-size: 18px;
  --about-corner-line: 2px;
}
.about-card {
  width: min(var(--about-card-w), 80vw);
  padding: var(--about-pad-y) var(--about-pad-x);
  border-radius: 8px; box-shadow: 0 14px 44px rgba(0,0,0,.24);
  margin-bottom: -250px;
}
.about-card .corner { --sz: var(--about-corner-size); --lw: var(--about-corner-line); }
.about-title { font-size: clamp(22px, 4.2vw, var(--about-title-max)); margin-bottom: clamp(6px, 1.2vw, 12px); }
.about-text { font-size: clamp(13px, 1.5vw, var(--about-body-max)); line-height: 1.9; }
.btn.solid-blue { padding: .55em 1.1em; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.about-cta { margin-top: clamp(10px, 2vw, 18px); }

@media (max-width: 640px){
  .about-card { width: 94vw; margin-right: auto; margin-left: auto; }
}

/* ===== News Section ===== */
.news-section {
  --bg: #dfe8f2; --line: #6b89b8; --title: #233245; --card-w: min(1060px, 88vw);
  background: var(--bg);
  padding: clamp(40px, 10vh, 96px) 0 clamp(56px, 12vh, 120px);
}
.news-inner { width: min(1400px, 94vw); margin-inline: auto; }
.news-gallery {
  display: grid; grid-template-columns: 1fr 1.8fr 1fr; gap: clamp(16px, 4vw, 48px);
  align-items: center; margin-bottom: clamp(24px, 9vh, 64px);
}
.news-thumb {
  position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 6px;
  box-shadow: 0 18px 42px rgba(0,0,0,.18); background: #000;
}
.news-thumb img { width:100%; height:100%; object-fit: cover; display:block; filter: saturate(105%) contrast(102%); }
.news-thumb .edge {
  position: absolute; top: -12px; bottom: -12px; width: 3px; background: var(--line); opacity: .85;
}
.news-thumb.-left  .edge { right: calc(100% + clamp(8px, 1.5vw, 16px)); }
.news-thumb.-right .edge { left:  calc(100% + clamp(8px, 1.5vw, 16px)); }

.news-title {
  text-align: center; color: var(--title); font-weight: 800; letter-spacing: .02em;
  font-size: clamp(28px, 4.6vw, 44px);
  margin: clamp(22px, 5vh, 40px) 0 clamp(10px, 3vh, 18px);
  position: relative;
}
.news-title::before, .news-title::after {
  content:""; position:absolute; left:50%; width: 6px; height: 6px; border-radius: 50%;
  background: var(--line); transform: translateX(-50%); opacity:.55;
}
.news-title::before { top: -14px; }
.news-title::after  { bottom: -14px; }

.news-list {
  width: var(--card-w); margin: clamp(14px, 3vh, 22px) auto 0;
  background: #fff; border-radius: 10px; overflow: hidden;
  box-shadow: 0 14px 36px rgba(24,48,88,.18); border: 1px solid rgba(15,45,85,.08);
}
.news-list li + li { border-top: 1px solid #e6edf6; }
.news-list a {
  display:flex; align-items:center; justify-content:space-between; gap: 16px;
  padding: clamp(14px, 2.4vw, 22px) clamp(18px, 2.6vw, 28px);
  color:#0b1a2a; background:#fff; transition: background .2s ease;
}
.news-list a:hover { background:#f6f9fd; }
.news-list .chev {
  width: 12px; height: 12px; border-right: 2px solid currentColor; border-top: 2px solid currentColor;
  transform: rotate(45deg); flex: 0 0 auto; opacity:.9;
}

@media (max-width: 880px){
  .news-gallery { grid-template-columns: 1fr; gap: 18px; }
  .news-thumb .edge { display:none; }
  .news-title { margin-top: 8px; }
  .news-list { width: min(680px, 92vw); }
}

/* ===== Projects Slider Section (Square ver.) ===== */
.pj-sec {
  --bg: #2b79b6; --white: #fff; --line: rgba(255,255,255,.85); --text: #eaf3ff;
  --pj-size: clamp(240px, 48vmin, 560px);
  background: var(--bg); color: var(--white);
  padding: clamp(48px, 10vh, 96px) 0 clamp(56px, 12vh, 120px);
  overflow: hidden;
}

/* ===== Seamless Marquee for Projects ===== */
.pj-sec .marquee{
  position: relative;
  overflow: hidden;   /* はみ出しを隠す */
  padding: 0;
}

/* トラック：2周分(A+B)を横並びにして translateX で左へ流す */
.pj-sec .marquee-track{
  display: flex;
  gap: 24px;                          /* カード間隔 */
  will-change: transform;
  animation: pj-marquee var(--pj-speed, 40s) linear infinite;
}

/* 1周ぶん流す（A+B の “半分” = A列幅） */
@keyframes pj-marquee{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* カードの見た目（既存をベースに、強調演出はOFF） */
.pj-sec .marquee .pj-card{
  flex: 0 0 var(--pj-item-w, 360px);  /* 幅：好みで 420px / 560px など */
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 18px 50px rgba(0,0,0,.32);
  transform: none !important;
  opacity: 1 !important;
}
.pj-sec .marquee .pj-card img{
  width: 100%; height: 100%; object-fit: cover; display: block;
}

/* スマホでちょい大きめに見せる例 */
@media (max-width: 880px){
  .pj-sec .marquee .pj-card{ --pj-item-w: 72vw; }
  .pj-sec .marquee-track{ gap: 16px; }
}

/* ─ 既存Swiper系の影響を打ち消す（このセクションではSwiperを使わない） ─ */
.pj-sec .pj-card.is-active .pj-corners{ opacity: 0 !important; }
.pj-sec .pj-corners{ display:none; }
.pj-sec .pj-carousel .swiper-wrapper,
.pj-sec .pj-carousel .swiper-slide{ all: unset; } /* 念のため干渉を無効化 */


.pj-inner { width: min(1400px, 94vw); margin-inline:auto; position: relative; }
.pj-heading {
  font-size: clamp(28px, 4.6vw, 44px); font-weight: 800; letter-spacing: .02em;
  margin: 0 auto clamp(20px, 4vh, 32px);
  position: relative;
  text-align: center;
}
.pj-heading::before, .pj-heading::after { display: none; }

.pj-carousel { position: relative; z-index: 1; overflow: visible; }
.pj-carousel .swiper-wrapper { align-items: center; }
.pj-carousel .swiper-slide { width: var(--pj-size); }

.pj-card {
  width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 16px;
  box-shadow: 0 18px 50px rgba(0,0,0,.32);
  transform: scale(.88); opacity: .6;
  transition: transform .6s cubic-bezier(.2,.7,.2,1), opacity .6s ease;
  background:#000;
}
.pj-card img { width:100%; height:100%; object-fit:cover; display:block; filter: saturate(105%) contrast(102%); }

.pj-corners { position:absolute; inset:0; pointer-events:none; opacity: 0; transition: opacity .35s ease; }
.pj-card.is-active .pj-corners { opacity:1; }

.pj-corners .corner {
  position:absolute; width: clamp(32px, 9vmin, 64px); height: clamp(32px, 9vmin, 64px);
  border: 3px solid var(--white); border-radius: clamp(10px, 2vmin, 18px);
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.25)); opacity:.95;
}
.pj-corners .tl { left:clamp(8px, 1.2vmin, 14px); top:clamp(8px, 1.2vmin, 14px); border-right:none; border-bottom:none; }
.pj-corners .tr { right:clamp(8px, 1.2vmin, 14px); top:clamp(8px, 1.2vmin, 14px); border-left:none; border-bottom:none; }
.pj-corners .bl { left:clamp(8px, 1.2vmin, 14px); bottom:clamp(8px, 1.2vmin, 14px); border-right:none; border-top:none; }
.pj-corners .br { right:clamp(8px, 1.2vmin, 14px); bottom:clamp(8px, 1.2vmin, 14px); border-left:none; border-top:none; }

.pj-card.is-active { transform: scale(1); opacity: 1; }

.pj-sec .swiper-button-prev,
.pj-sec .swiper-button-next {
  width:46px; height:46px; border-radius:50%;
  border:1px solid rgba(255,255,255,.85); background: rgba(255,255,255,.10);
  backdrop-filter: blur(2px); color:#fff; top: 50%; transform: translateY(-50%);
}
.pj-sec .swiper-button-prev { left:  max(10px, 6vw); }
.pj-sec .swiper-button-next { right: max(10px, 6vw); }
.pj-sec .swiper-button-prev::after,
.pj-sec .swiper-button-next::after {
  content:""; display:block; width:0; height:0; margin:auto;
  border-top:6px solid transparent; border-bottom:6px solid transparent;
}
.pj-sec .swiper-button-prev::after { border-right:10px solid #fff; }
.pj-sec .swiper-button-next::after { border-left:10px solid #fff; }

.pj-info { width: min(1100px, 90vw); margin: clamp(28px, 7vh, 56px) auto 0; color: var(--text); }
.pj-info-title { font-size: clamp(20px, 3.2vw, 32px); font-weight: 800; margin: 0 0 10px; padding-left: 16px; position: relative; }
.pj-info-title::before { content:""; position:absolute; left:0; top:.2em; bottom:.2em; width:4px; border-radius: 3px; background: var(--white); }
.pj-info-text { line-height: 2; font-size: clamp(14px, 1.2vw, 16px); margin: 0 0 16px; }
.pj-info-cta { margin-top: 10px; }
.pj-btn {
  display:inline-flex; align-items:center; gap:.6em;
  background:#fff; color:#1f4a74; font-weight:700; padding:.55em 1.2em;
  border-radius:9999px; box-shadow: 0 10px 22px rgba(0,0,0,.22);
}
.pj-btn i {
  width:0; height:0; border-left:8px solid currentColor; border-top:6px solid transparent; border-bottom:6px solid transparent;
}

@media (max-width: 880px){
  /* サイズ調整したい場合は --pj-size を変更 */
}

.pj-carousel { overflow: visible; }
.pj-sec .swiper-button-prev, .pj-sec .swiper-button-next { z-index: 5; }



/* 等速スクロール用：アニメの緩急を無くす */
.pj-sec .pj-carousel .swiper-wrapper{
  transition-timing-function: linear !important;
}

/* 全スライド同じ幅（好みで数値変更OK） */
.pj-sec .pj-carousel .swiper-slide{
  width: 360px;         /* 例: 560px。420/640 などお好みで */
  padding: 0 24px;      /* 余白（スライド間の隙間） */
}

/* 中央強調の見た目を無効化して常に同じサイズに */
.pj-sec .pj-card{ transform: none !important; opacity: 1 !important; }
/* 角飾りも要らなければ非表示 */
.pj-sec .pj-corners{ display:none; }

/* 等速・永遠スクロール */
.pj-sec .marquee{
  position:relative;
  overflow:hidden;      /* はみ出しを隠す */
  padding: 0;           /* 余白はカード側で */
}
.pj-sec .marquee-track{
  display:flex;
  gap: 24px;            /* カード間の隙間（調整可） */
  /* 1周ぶん横に伸ばして左へ流す */
  will-change: transform;
  animation: pj-marquee var(--pj-speed, 40s) linear infinite;
}
@keyframes pj-marquee{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); } /* 50% = 2周分の半分（= 1周ぶん）*/
}

/* カードは既存スタイルを流用。中央強調は無効化して常に同じ見た目 */
.pj-sec .marquee .pj-card{
  flex: 0 0 var(--pj-item-w, 250px);  /* 固定幅（好みで 420/560px など） */
  aspect-ratio: 1/1;
  border-radius:16px;
  overflow:hidden;
  background:#000;
  box-shadow:0 18px 50px rgba(0,0,0,.32);
  transform:none !important;
  opacity:1 !important;
}
.pj-sec .marquee .pj-card img{
  width:100%; height:100%; object-fit:cover; display:block;
}

/* スマホで幅を広げたいなら */
@media (max-width: 880px){
  .pj-sec .marquee .pj-card{ --pj-item-w: 72vw; }
  .pj-sec .marquee-track{ gap: 16px; }
}



/* ===== Future Message ===== */
.future {
  position: relative; min-height: 100vh; overflow: hidden;
  display: grid; place-items: center; isolation: isolate;
}
.future .future-bg {
  position:absolute; inset:0; background: url('../../img/future-bg-20260326.jpg') center / cover no-repeat;
  z-index: 0; filter: saturate(105%) contrast(105%);
}
.future::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(135vw, 1890px);
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  background: url("../../img/future-overlay-20260326.png") center / contain no-repeat;
  z-index: 1;
  pointer-events: none;
}
.future::after {
  content: none;
}
.future .rings { position:absolute; inset:0; pointer-events:none; z-index: 2; }
.future .ring {
  position:absolute; left:50%; top:50%; transform: translate(-50%, -50%);
  height:auto; opacity:.98; filter: drop-shadow(0 10px 30px rgba(0,0,0,.22));
}
.future .ringend { width: 100%; }
.future .ring1 { width: clamp(500px, 100vmax, 1100px); }
.future .ring2 { width: clamp(700px, 80vmax, 1500px); }
.future .ring3 { width: clamp(920px,110vmax, 2100px); }

.future .future-content { position: relative; z-index: 3; display:grid; place-items:center; text-align:center; padding: 0 1rem; }
.future .future-copy {
  color:#fff; font-weight:900; letter-spacing:.02em; line-height:1.8;
  text-shadow:0 8px 24px rgba(0,0,0,.45); font-size: clamp(20px, 3.2vw, 40px);
}

@media (prefers-reduced-motion: reduce){ .future .spin-cw, .future .spin-ccw { animation: none !important; } }


/* ===== News: Showcase風スライダー ===== */
.news-carousel{
  position: relative;
  padding: clamp(10px, 2vh, 20px) 0;
  margin-bottom: clamp(20px, 6vh, 40px); /* もとのギャップ感に合わせて微調整 */
}
.news-carousel .swiper-wrapper{ align-items: center; }

/* スライド幅（中央大・左右小を出すため 'auto' + 固定幅） */
.news-carousel .swiper-slide{
  width: min(62vw, 720px);              /* PCでの中央サイズ */
  padding: 0 clamp(8px, 1.6vw, 18px);   /* 左右ののぞき見余白 */
}
@media (min-width:1400px){ .news-carousel .swiper-slide{ width: 640px; } }
@media (max-width: 880px){ .news-carousel .swiper-slide{ width: 88vw; } }

/* カード化：中央だけ拡大＆不透明に（Showcaseと同じロジックに対応） */
.news-thumb{
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  background:#000;
  box-shadow: 0 16px 48px rgba(0,0,0,.25);
  transform: scale(.86);
  opacity: .55;
  transition: transform .6s cubic-bezier(.2,.7,.2,1), opacity .6s ease;
}
.news-thumb img{
  width:100%; height:100%; object-fit:cover; display:block;
  filter: saturate(105%) contrast(102%);
}
/* Showcaseの“is-active”相当（JSで付与） */
.news-thumb.is-active{
  transform: scale(1);
  opacity: 1;
}

/* 両側の細いライン（既存のedgeを踏襲） */
.news-thumb .edge{
  position: absolute;
  top: -12px; bottom: -12px; width: 3px;
  background: var(--line, #6b89b8); opacity: .85;
  left: calc(100% + clamp(8px, 1.5vw, 16px));  /* 右側に出す */
}

/* ナビ（必要なら） */
.news-carousel .swiper-button-prev,
.news-carousel .swiper-button-next{
  width:40px; height:40px; border-radius:50%;
  border:1px solid rgba(35,50,69,.35);
  background: rgba(255,255,255,.85);
  color:#233245; top: 50%; transform: translateY(-50%);
}
.news-carousel .swiper-button-prev::after,
.news-carousel .swiper-button-next::after{
  content:""; display:block; width:0; height:0; margin:auto;
  border-top:6px solid transparent; border-bottom:6px solid transparent;
}
.news-carousel .swiper-button-prev::after{ border-right:10px solid currentColor; }
.news-carousel .swiper-button-next::after{ border-left:10px solid currentColor; }

/* もとの静的3カラムグリッドは不要になったので隠す（残っていた場合の保険） */
.news-gallery{ display: none !important; }

/* ===== Sticky Overlap (Showcase → About) ===== */
.stack-overlap{
  --vh: 100vh;                 /* 1画面の高さ */
  --fade: 10vh;                /* 下端の馴染みフェードの厚み */
  --overlap-start: -50vh;       /* どれくらい前から重ね始めるか（大きいほど早く重なる） */
  --shadow: 0 -30px 80px rgba(0,0,0,.28); /* 上から重なる側の落ち影 */
  position: relative;
}

/* どちらも“貼り付くパネル”化。後続(About)の方を上に重ねる */
.stack-overlap .showcase,
.stack-overlap .about-hero{
  position: sticky;
  top: 0;
  height: var(--vh);
  overflow: clip;              /* フェード/影のはみ出し抑制 */
}

/* 奥（先頭）のShowcaseは下層に */
.stack-overlap .showcase{
  z-index: 1;
}

/* 手前（後続）のAboutは上層 + 早めに重なり開始（負のマージンで前倒し）*/
.stack-overlap .about-hero{
  z-index: 2;
  margin-top: calc(-1 * var(--overlap-start));
  box-shadow: var(--shadow);
}

/* About の下端をフェードして下のShowcaseと馴染ませる */
.stack-overlap .about-hero::after{
  content:"";
  position:absolute; left:0; right:0; bottom:0;
  height: var(--fade);
  -webkit-mask-image: linear-gradient(#000, #0000);
          mask-image: linear-gradient(#000, #0000);
  /* マスク非対応ブラウザ向けのフォールバック的な薄グラデ（任意） */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 100%);
  pointer-events:none;
}

/* 既存のAboutの背景（::before）やテキストはそのまま活きます */
/* モーション削減（必要なら） */
@media (prefers-reduced-motion: reduce){
  /* 追加のアニメがあればここで無効化 */
}

/* --- 変数定義 --- */
:root {
    /* 画像から抽出した色 */
    --color-primary: #4a78b0; /* メインの青色 */
    --color-light-text: #cdddef; /* 青背景上の薄い文字色 */
    --color-white: #ffffff;     /* 白 */
    --color-border: #ffffff;   /* セル間の境界線色 */
}

/* --- プレビュー用の基本設定（本番では白背景に統一） --- */
body {
  background-color: #fff;
}

/* --- コンポーネント本体 --- */
.particle-panel {
    width: 90%;
    max-width: 1000px;
    border: 1px solid var(--color-primary);
    overflow: hidden; /* 角丸や境界線をきれいにするため */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 4px;
}

/* --- 行の共通設定 (Flexコンテナ) --- */
.row-method,
.row-size {
    display: flex; /* 子要素を横並びにする */
    width: 100%;
}

/* --- セルの共通設定 --- */
.cell {
    padding: 12px 5px;
    text-align: center;
    box-sizing: border-box; /* paddingを含めて幅を計算 */
}

/* === 上段 (処理方法) === */
.row-method {
    /* 下段との間に境界線を引く */
    border-bottom: 1px solid var(--color-border);
}

.method-wet {
    /* flex: 1.5; 
      下の "数センチ大" (1.5) と幅の比率を合わせる 
    */
    flex: 1.5;
    background-color: var(--color-white);
    color: var(--color-primary);
    font-size: 1.8em;
    font-weight: 300; /* 画像の薄い文字を再現 */
}

.method-dry {
    /* flex: 5;
      下の5セグメント (1*5=5) の合計と幅の比率を合わせる 
    */
    flex: 5;
    background-color: var(--color-primary);
    color: var(--color-light-text);
    font-size: 1.8em;
    font-weight: 300;
}

/* === 下段 (粒子径サイズ) === */
.row-size .cell {
    background-color: var(--color-primary);
    color: var(--color-light-text);
    font-size: 1em;
    
    /* セル間の縦の境界線 */
    border-right: 1px solid var(--color-border);
}

.row-size .cell:last-child {
    border-right: none; /* 最後の要素の右の線は不要 */
}

/* --- 下段の個別の設定 --- */
.size-cm {
    flex: 1.5; /* "湿式" と比率を合わせる */
    background-color: var(--color-white);
    color: var(--color-primary);
    font-weight: bold; /* 画像ではこの文字が太く見える */
    
    /* 背景が白なので、右の境界線を青に変えて
      隣のセルと区別できるようにする 
    */
    border-right: 1px solid var(--color-primary); 
}

/* 残りの5つのセグメントは等幅にする */
.size-mm,
.size-100um,
.size-10um,
.size-um,
.size-nano {
    flex: 1; 
}

.particle-banner {
  padding-block: clamp(48px, 7vw, 96px);
  background: linear-gradient(135deg, #e9f2ff 0%, #d7e8ff 45%, #e9f2ff 100%);
  position: relative;
  overflow: hidden;
}

.particle-banner::before,
.particle-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(600px 600px at 20% 30%, rgba(63,115,181,0.12), transparent 60%),
              radial-gradient(520px 520px at 90% 70%, rgba(255,79,163,0.12), transparent 60%);
  mix-blend-mode: screen;
}

.particle-banner__inner {
  width: min(1200px, 94vw);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(20px, 4vw, 40px);
  align-items: center;
  position: relative;
  z-index: 1;
}

.particle-banner__media {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.particle-banner__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.particle-banner__content {
  display: grid;
  gap: 10px;
  color: #0b1a2a;
}

.particle-banner__eyebrow {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #2b79b6;
  font-weight: 700;
}

.particle-banner__title {
  margin: 0;
  font-size: clamp(26px, 4.4vw, 38px);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.particle-banner__lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #1f2d3d;
}

.particle-banner__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  background: linear-gradient(120deg, #2b79b6, #ff4fa3);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(43,121,182,0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.particle-banner__cta:hover,
.particle-banner__cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(43,121,182,0.34);
}



.note-section {
  position: relative;
  padding-block: clamp(64px, 12vw, 140px);
  background: linear-gradient(180deg, #d8e4f4 0%, #bcd0e9 100%);
  color: #1f2d3d;
}

.note-section__inner {
  width: min(980px, 92vw);
  margin-inline: auto;
  display: grid;
  gap: clamp(28px, 6vw, 40px);
}

.note-section__title {
  margin: 0;
  text-align: center;
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: 0.1em;
  font-weight: 500;
}

.note-section__panel {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 26px 60px rgba(31, 45, 61, 0.14);
  padding: clamp(28px, 6vw, 44px) clamp(24px, 5vw, 56px);
  display: grid;
  gap: clamp(26px, 4vw, 32px);
}

.note-card {
  display: grid;
  grid-template-columns: minmax(160px, 24%) 1fr;
  gap: clamp(16px, 4vw, 28px);
  align-items: center;
}

.note-card__thumb {
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: #3f73b5;
}

.note-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.note-card__body {
  display: grid;
  gap: clamp(10px, 2vw, 16px);
}

.note-card__title {
  margin: 0;
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 700;
  color: #1f2d3d;
}

.note-card__excerpt {
  margin: 0;
  color: rgba(31, 45, 61, 0.75);
  line-height: 1.8;
  font-size: clamp(14px, 2vw, 16px);
}

.note-card__button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  border-radius: 999px;
  background: #3f73b5;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.06em;
  transition: background 0.25s ease, transform 0.25s ease;
}

.note-card__button:hover,
.note-card__button:focus {
  background: #2f5a92;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .note-card {
    grid-template-columns: 1fr;
  }

  .note-card__thumb {
    max-width: min(280px, 80vw);
    justify-self: center;
  }
}


.showcase--youtube {
  color: #fff;
}

.particle-products__heading {
  margin: 0 auto;
  text-align: center;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.showcase--youtube .show-card {
  background: rgba(7,21,35,.82);
}

.show-card--video .show-card__video {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
  background: #000;
}

.show-card--video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.case-grid {
  margin: 32px auto 0;
  width: min(1200px, 100%);
  padding: 0 clamp(16px, 4vw, 32px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 32px);
}

.case-filter {
  width: min(1200px, 100%);
  margin: 18px auto 0;
  padding: 0 clamp(16px, 4vw, 32px);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.case-filter__btn {
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.08);
  color: #fff;
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.case-filter__btn:hover,
.case-filter__btn:focus-visible {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.55);
  transform: translateY(-1px);
}

.case-filter__btn.is-active {
  background: #fff;
  color: #0f2846;
  border-color: #fff;
}

.case-card {
  display: grid;
  gap: 10px;
  color: #fff;
}

.case-card__thumb {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0,0,0,0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.case-card__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.case-card__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.35) 100%);
  transition: opacity 0.25s ease;
}

.case-card__play {
  position: absolute;
  right: 12px;
  bottom: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  color: #0f2846;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(0,0,0,0.28);
  transition: transform 0.25s ease, background 0.25s ease;
}

.case-card__thumb:hover,
.case-card__thumb:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.45);
}

.case-card__thumb:hover::after,
.case-card__thumb:focus-visible::after {
  opacity: 0.2;
}

.case-card__thumb:hover .case-card__play,
.case-card__thumb:focus-visible .case-card__play {
  transform: translateY(-2px);
  background: #fff;
}

.case-card__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}

.case-card.is-hidden {
  display: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 9999;
  padding: clamp(16px, 4vw, 32px);
}

.video-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.video-modal__dialog {
  position: relative;
  width: min(960px, 100%);
  padding: clamp(14px, 3vw, 22px);
  background: #0f1f32;
  border-radius: 14px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.video-modal__body {
  padding: clamp(8px, 2vw, 14px);
}

.video-modal__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
  border-radius: 10px;
}

.video-modal__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-modal__close {
  position: absolute;
  top: 1%;
  right: 1%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  color: #0f2846;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, background 0.2s ease;
}

.video-modal__close:hover,
.video-modal__close:focus-visible {
  transform: translateY(-1px);
  background: #fff;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
}

@media (max-width: 1100px) {
  .case-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .case-grid {
    grid-template-columns: 1fr;
  }
}

/* Quick PC corrections from client review: TOP buttons and message line breaks */
@media (min-width: 1024px) {
  body.home.page-id-273 #applications.about-us .about-us__button,
  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__button,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--masscolloider,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--grinder {
    align-items: center !important;
    font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 600 !important;
    line-height: 1 !important;
  }

  body.home.page-id-273 #applications.about-us .about-us__button-text,
  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__button-text {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.45em;
    font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    transform: none !important;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--masscolloider::after,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--grinder::after {
    display: inline-flex;
    align-items: center;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: 1 !important;
    transform: translateY(-0.02em);
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #about-us-follow.about-us-follow .about-us__kicker--philosophy {
    font-size: 44px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.04em !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #about-us-follow.about-us-follow .about-us__equal {
    width: 58px !important;
    height: 24px !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    letter-spacing: 0 !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #about-us-follow.about-us-follow .about-us__equal::before,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #about-us-follow.about-us-follow .about-us__equal::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #111111;
    border-radius: 999px;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #about-us-follow.about-us-follow .about-us__equal::before {
    top: 5px;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #about-us-follow.about-us-follow .about-us__equal::after {
    bottom: 5px;
  }
}


body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--grinder {
  padding: 0 !important;
}

body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--grinder::after {
  content: none !important;
  display: none !important;
  margin-left: 0 !important;
}

body.home.page-id-273 .top-image-button-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 307px !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  overflow: visible !important;
}

body.home.page-id-273 .top-image-button-link::before,
body.home.page-id-273 .top-image-button-link::after {
  content: none !important;
  display: none !important;
}

body.home.page-id-273 .top-image-button {
  display: block;
  width: 307px;
  height: auto;
  max-width: 100%;
  border: 0;
}

@media (max-width: 767px) {
  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__word {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 12px auto 0 !important;
    text-align: center;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__button.top-image-button-link {
    display: flex !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  body.home.page-id-273 #products.product-introduction .product-introduction__slider {
    position: relative;
    display: block;
    width: calc(100% + 40px);
    height: clamp(210px, 62vw, 300px);
    margin: 36px -20px 0;
    overflow: hidden;
    touch-action: pan-y;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__card {
    position: absolute;
    top: 24px;
    left: 50%;
    width: min(78vw, 320px);
    height: auto;
    will-change: transform;
    transition: transform 420ms ease, opacity 420ms ease;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__card--alpha {
    transform: translateX(calc(-50% - min(74vw, 300px))) scale(0.86);
    opacity: 0.82;
    z-index: 2;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__card--super {
    transform: translateX(-50%) scale(1);
    opacity: 1;
    z-index: 3;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__card--smart {
    transform: translateX(calc(-50% + min(74vw, 300px))) scale(0.86);
    opacity: 0.82;
    z-index: 2;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__arrow {
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 50%;
    width: 42px;
    height: 72px;
    color: #fff;
    font-size: 52px;
    line-height: 1;
    transform: translateY(-50%);
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__arrow--prev {
    left: 8px;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__arrow--next {
    left: auto;
    right: 8px;
  }
}

@media (max-width: 767px) {
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider {
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider .machine-feature__kicker,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider .machine-feature__title,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider .machine-feature__suffix,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider .machine-feature__text {
    text-align: left !important;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider .machine-feature__text {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  body.home.page-id-273 #special.special {
    overflow: hidden;
  }

  body.home.page-id-273 #special.special .special__list {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 16px;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    list-style: none;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  body.home.page-id-273 #special.special .special__list::-webkit-scrollbar {
    display: none;
  }

  body.home.page-id-273 #special.special .special__item {
    flex: 0 0 min(78vw, 320px);
    min-width: 0;
    scroll-snap-align: center;
  }

  body.home.page-id-273 #special.special .special__item--clone {
    display: none !important;
  }

  body.home.page-id-273 #special.special .special__link {
    width: 100%;
    margin-inline: 0;
  }

  body.home.page-id-273 #special.special .special__thumb {
    width: 100%;
    aspect-ratio: 351 / 197;
  }
}

@media (max-width: 880px) {
  body.home.page-id-273 .hero-content,
  body.home.page-id-273 .hero-content .container {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    display: grid;
    place-items: center;
  }

  body.home.page-id-273 .hero-title {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-inline: auto !important;
    justify-self: center;
    justify-items: center;
    gap: clamp(84px, 18vw, 128px);
    text-align: center !important;
    white-space: normal;
  }

  body.home.page-id-273 .hero-title__line {
    width: 100%;
    max-width: 100%;
    text-align: center !important;
    overflow: visible;
  }

  body.home.page-id-273 .hero-title__line > span {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
    text-align: center !important;
  }
}

body.home.page-id-273 #special.special .special__arrow {
  display: none;
}

@media (max-width: 767px) {
  body.home.page-id-273 #special.special {
    overflow: hidden;
  }

  body.home.page-id-273 #special.special .special__slider {
    position: relative;
    display: block;
    width: calc(100% + 40px);
    height: clamp(250px, 68vw, 330px);
    margin: 0 -20px;
    overflow: hidden;
    touch-action: pan-y;
  }

  body.home.page-id-273 #special.special .special__list {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    width: 100% !important;
    height: 100%;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    animation: none !important;
    transform: none !important;
    list-style: none;
  }

  body.home.page-id-273 #special.special .special__item {
    position: absolute;
    top: 24px;
    left: 50%;
    display: block;
    width: min(78vw, 320px);
    min-width: 0;
    flex: none;
    scroll-snap-align: none;
    will-change: transform;
    transition: transform 420ms ease, opacity 420ms ease;
  }

  body.home.page-id-273 #special.special .special__item--alpha {
    transform: translateX(calc(-50% - min(74vw, 300px))) scale(0.86);
    opacity: 0.82;
    z-index: 2;
  }

  body.home.page-id-273 #special.special .special__item--super {
    transform: translateX(-50%) scale(1);
    opacity: 1;
    z-index: 3;
  }

  body.home.page-id-273 #special.special .special__item--smart {
    transform: translateX(calc(-50% + min(74vw, 300px))) scale(0.86);
    opacity: 0.82;
    z-index: 2;
  }

  body.home.page-id-273 #special.special .special__item--hidden,
  body.home.page-id-273 #special.special .special__item--clone {
    transform: translateX(-50%) scale(0.82);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
  }

  body.home.page-id-273 #special.special .special__link {
    display: block;
    width: 100%;
    margin-inline: 0;
  }

  body.home.page-id-273 #special.special .special__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 351 / 197;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.38);
  }

  body.home.page-id-273 #special.special .special__label {
    margin-top: 10px;
    font-size: 18px;
  }

  body.home.page-id-273 #special.special .special__arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 72px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-family: var(--font-ja);
    font-size: 52px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
    transform: translateY(-50%);
    cursor: pointer;
  }

  body.home.page-id-273 #special.special .special__arrow:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 6px;
  }

  body.home.page-id-273 #special.special .special__arrow--prev {
    left: 8px;
  }

  body.home.page-id-273 #special.special .special__arrow--next {
    right: 8px;
  }
}

body.home.page-id-273 .top-sp-br,
body.home.page-id-273 .top-sp-title-suffix {
  display: none;
}

@media (max-width: 767px) {
  body.home.page-id-273 br.top-sp-br {
    display: block !important;
  }

  body.home.page-id-273 br.top-pc-br {
    display: none !important;
  }

  body.home.page-id-273 .top-sp-title-suffix {
    display: inline !important;
  }

  body.home.page-id-273 .hero-title {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    font-size: clamp(22px, 6.2vw, 25px) !important;
    line-height: 1.42 !important;
  }

  body.home.page-id-273 .hero-title__line > span {
    overflow-wrap: normal !important;
  }

  body.home.page-id-273 .hero-title__line:not(.hero-title__line--sub) > span {
    white-space: nowrap !important;
  }

  body.home.page-id-273 #applications.about-us .about-us__lead {
    font-size: clamp(30px, 9vw, 36px) !important;
    line-height: 1.38 !important;
    letter-spacing: 0 !important;
  }

  body.home.page-id-273 #applications.about-us .about-us__text,
  body.home.page-id-273 #products.product-introduction .product-introduction__description,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider .machine-feature__text,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__text--grinder,
  body.home.page-id-273 #information-news.information-news .information-news__virtual-showroom-text {
    text-align: left !important;
    white-space: normal !important;
  }

  body.home.page-id-273 #applications.about-us .about-us__text {
    font-size: 15px !important;
    line-height: 1.76 !important;
    letter-spacing: 0.01em !important;
  }

  body.home.page-id-273 #applications.about-us .about-us__text br,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider .machine-feature__text br,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__text--grinder br {
    display: none !important;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__philosophy {
    margin-top: 18px !important;
    padding-top: 28px !important;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__kicker--philosophy {
    margin-top: 0 !important;
  }

  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__philosophy-copy {
    max-width: 23em !important;
    margin: 18px auto 0 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    text-align: left !important;
    letter-spacing: 0.01em !important;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__lead {
    font-size: 24px !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  body.home.page-id-273 #products.product-introduction .product-introduction__button.top-image-button-link {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    display: flex !important;
    margin: 28px auto 0 !important;
    transform: none !important;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta-title {
    font-size: 20px !important;
    line-height: 1.55 !important;
    text-align: center !important;
    letter-spacing: 0.01em !important;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__cta-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: min(100%, 338px) !important;
    margin: 20px auto 0 !important;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--case.top-image-button-link,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--result.top-image-button-link {
    width: 100% !important;
    margin: 0 !important;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder {
    width: min(100%, 360px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider .machine-feature__kicker,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider .machine-feature__title,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-kicker,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-title {
    text-align: center !important;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider .machine-feature__title,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-title {
    font-size: clamp(34px, 10vw, 40px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-title {
    font-size: clamp(29px, 7.9vw, 32px) !important;
    white-space: nowrap !important;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__suffix,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__grinder-subtitle {
    display: none !important;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__masscolloider .machine-feature__text,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__text--grinder {
    max-width: 340px !important;
    margin: 20px auto 24px !important;
    font-size: 14px !important;
    line-height: 1.85 !important;
    letter-spacing: 0.01em !important;
  }

  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--masscolloider.top-image-button-link,
  body.home.page-id-273 #machine-feature.machine-feature .machine-feature__button--grinder.top-image-button-link {
    display: flex !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home.page-id-273 #information-news.information-news .information-news__virtual-showroom-text {
    max-width: 330px !important;
    margin: 10px auto 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.75 !important;
  }

  body.home.page-id-273 #information-news.information-news .information-news__list {
    width: min(100%, 340px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
  }

  body.home.page-id-273 #special.special .special__slider {
    height: clamp(220px, 60vw, 300px) !important;
  }

  body.home.page-id-273 #special.special {
    min-height: 390px !important;
    padding-bottom: 24px !important;
  }

  body.home.page-id-273 #special.special .special__item {
    top: 12px !important;
  }

  body.home.page-id-273 #special.special .special__label {
    margin-top: 6px !important;
  }
}

/* JP TOP SP: align decorative English title SVG scale with Product Introduction. */
@media (max-width: 767px) {
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #applications.about-us .about-us__title,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__info-bg-title,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__virtual-showroom-title,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__news-bg-title,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #special.special .special__bg-title {
    left: 50% !important;
    right: auto !important;
    width: auto !important;
    max-width: none !important;
    height: clamp(44px, 11.3vw, 104.6px) !important;
    transform: translateX(-50%) !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__virtual-showroom-title {
    width: min(100vw, 956px) !important;
    object-fit: fill !important;
  }
}

/* JP TOP SP: keep post-hero content inside the section guide with side space. */
@media (max-width: 767px) {
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) {
    --top-sp-guide-width: clamp(320px, calc(100% - 48px), 382px);
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #applications.about-us .top-section-frame,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #about-us-follow.about-us-follow .top-section-frame,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #products.product-introduction .top-section-frame,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #machine-feature.machine-feature .top-section-frame,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .top-section-frame,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #special.special .top-section-frame {
    width: var(--top-sp-guide-width) !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #applications.about-us,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #about-us-follow.about-us-follow,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #products.product-introduction,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #machine-feature.machine-feature .machine-feature__cta,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #machine-feature.machine-feature .machine-feature__body,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__info,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__news,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #special.special {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #applications.about-us .about-us__title,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #products.product-introduction .product-introduction__bg-title,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__info-bg-title,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__virtual-showroom-title,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__news-bg-title,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #special.special .special__bg-title {
    max-width: var(--top-sp-guide-width) !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #products.product-introduction .product-introduction__bg-title,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__info-bg-title,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__news-bg-title {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__virtual-showroom-title {
    width: var(--top-sp-guide-width) !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #applications.about-us .about-us__text,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #about-us-follow.about-us-follow .about-us__philosophy,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #about-us-follow.about-us-follow .about-us__button,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #products.product-introduction .product-introduction__lead,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #products.product-introduction .product-introduction__description,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #products.product-introduction .product-introduction__button,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #machine-feature.machine-feature .machine-feature__cta-actions,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #machine-feature.machine-feature .machine-feature__masscolloider,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #machine-feature.machine-feature .machine-feature__video,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #machine-feature.machine-feature .machine-feature__grinder,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__buttons,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__virtual-showroom-text,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__virtual-showroom-stage,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__list,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #special.special .special__slider {
    max-width: 100% !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #products.product-introduction .product-introduction__slider,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #special.special .special__slider {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #applications.about-us .about-us__ring,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #about-us-follow.about-us-follow .about-us__ring {
    display: none !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #products.product-introduction .product-introduction__card--alpha,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #products.product-introduction .product-introduction__card--smart,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #special.special .special__item--alpha,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #special.special .special__item--smart {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #applications.about-us .js-top-heading-fade,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #machine-feature.machine-feature .js-top-heading-fade,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .js-top-heading-fade {
    transform: none !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #machine-feature.machine-feature .machine-feature__masscolloider,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #machine-feature.machine-feature .machine-feature__video,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #machine-feature.machine-feature .machine-feature__grinder {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #special.special .special__item--hidden,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #special.special .special__item--hidden * {
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* JP TOP SP: normalize the bitmap VIRTUAL SHOWROOM title to the SVG title scale. */
@media (max-width: 767px) {
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__virtual-showroom-title {
    width: min(360px, var(--top-sp-guide-width)) !important;
    max-width: var(--top-sp-guide-width) !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

/* JP TOP SP: use the ABOUT US title height as the common English title image scale. */
@media (max-width: 767px) {
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) {
    --top-sp-title-height: clamp(40px, 11.3vw, 44px);
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #applications.about-us .about-us__title,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #products.product-introduction .product-introduction__bg-title,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__info-bg-title,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__news-bg-title,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #special.special .special__bg-title {
    left: 50% !important;
    right: auto !important;
    width: auto !important;
    max-width: none !important;
    height: var(--top-sp-title-height) !important;
    object-fit: contain !important;
    transform: translateX(-50%) !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__virtual-showroom-frame::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    display: block;
    width: calc(var(--top-sp-title-height) * 5.986);
    height: var(--top-sp-title-height);
    max-width: var(--top-sp-guide-width);
    background: url("../../img/top-virtual-showroom-title.svg?ver=20260701") center / contain no-repeat;
    transform: translateX(-50%);
    pointer-events: none;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__virtual-showroom-title {
    width: calc(var(--top-sp-title-height) * 5.986) !important;
    max-width: var(--top-sp-guide-width) !important;
    height: var(--top-sp-title-height) !important;
    opacity: 0 !important;
    object-fit: contain !important;
  }
}

/* JP TOP SP: force the information CTA copy to the requested two-line break. */
@media (max-width: 767px) {
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__info-text {
    font-size: 0 !important;
    line-height: 0 !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__info-text::before {
    content: "導入検討のご相談や\A資料請求はこちらから。";
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    white-space: pre-line;
  }
}

/* JP TOP SP: center the management philosophy copy. */
@media (max-width: 767px) {
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #about-us-follow.about-us-follow .about-us__philosophy-copy {
    text-align: center !important;
  }
}

/* JP TOP SP: center video badge content inside the rectangular area before the arrow tip. */
@media (max-width: 767px) {
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #machine-feature.machine-feature .machine-feature__video-badge {
    position: relative !important;
    display: block !important;
    padding: 0 !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #machine-feature.machine-feature .machine-feature__video-badge .machine-feature__play {
    position: absolute !important;
    left: 39% !important;
    top: 24px !important;
    margin: 0 !important;
    transform: translateX(-50%) !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #machine-feature.machine-feature .machine-feature__video-badge > span:last-child {
    position: absolute !important;
    left: 39% !important;
    top: 72px !important;
    width: 78% !important;
    margin: 0 !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
  }
}

/* JP TOP SP: requested typography adjustments. */
@media (max-width: 767px) {
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) .hero-title {
    font-size: clamp(26.4px, 7.44vw, 30px) !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #applications.about-us .about-us__title {
    height: calc(var(--top-sp-title-height) * 1.5) !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #products.product-introduction .product-introduction__description,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #machine-feature.machine-feature .machine-feature__masscolloider .machine-feature__text,
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #machine-feature.machine-feature .machine-feature__text--grinder {
    font-size: 15px !important;
    font-weight: 400 !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__info-text::before {
    font-size: 24px !important;
  }

  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news .information-news__virtual-showroom-text {
    text-align: center !important;
  }
}

/* JP TOP: cover the white seam above the information block. */
body.home.page-id-273:not(.language-page-body):not(.language-page-body--en):not(.language-page-body--zh) #information-news.information-news {
  margin-top: -2px !important;
}

/* TOP all devices: render the philosophy separator as vertical bars. */
body.home.page-id-273 #about-us-follow.about-us-follow .about-us__equal,
body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #about-us-follow.about-us-follow .about-us__equal {
  width: auto !important;
  height: auto !important;
  color: #111111 !important;
  font-size: clamp(18px, 1.9vw, 34px) !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  overflow: visible !important;
  white-space: pre !important;
}

body.home.page-id-273 #about-us-follow.about-us-follow .about-us__equal::before,
body.home.page-id-273 #about-us-follow.about-us-follow .about-us__equal::after,
body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #about-us-follow.about-us-follow .about-us__equal::before,
body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #about-us-follow.about-us-follow .about-us__equal::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 767px) {
  body.home.page-id-273 #about-us-follow.about-us-follow .about-us__equal {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* JP TOP PC: keep the grinder description's forced "ライ<br>ンアップ" break intact. */
@media (min-width: 768px) {
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #machine-feature.machine-feature .machine-feature__text--grinder {
    width: 530px !important;
  }
}

/* JP TOP: reduce the management philosophy label by 30%. */
body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #about-us-follow.about-us-follow .about-us__kicker--philosophy {
  font-size: 15.4px !important;
}

@media (min-width: 1024px) {
  body.home.page-id-273:not(.language-page-body--en):not(.language-page-body--zh) #about-us-follow.about-us-follow .about-us__kicker--philosophy {
    font-size: 30.8px !important;
  }
}

/* TOP desktop: scale the fixed 1160px design proportionally until the SP breakpoint. */
@media (min-width: 881px) and (max-width: 1159px) {
  body.home.page-id-273 {
    zoom: var(--top-pc-scale, 1);
  }
}
