/** Shopify CDN: Minification failed

Line 111:3 Cannot use type selector "--white" directly after nesting selector "&"
Line 125:3 Cannot use type selector "__xs" directly after nesting selector "&"
Line 836:5 Cannot use type selector "--second" directly after nesting selector "&"
Line 872:5 Cannot use type selector "--secondary" directly after nesting selector "&"
Line 1017:7 Cannot use type selector "--secondary" directly after nesting selector "&"
Line 1039:7 Cannot use type selector "--second" directly after nesting selector "&"
Line 1425:5 Cannot use type selector "--one" directly after nesting selector "&"
Line 1429:5 Cannot use type selector "--four" directly after nesting selector "&"
Line 1733:7 Cannot use type selector "--one" directly after nesting selector "&"

**/
@import url("https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

:root {
  --ky-main-blue: #00366b;
  --ky-red: #b90e0e;
  --ky-text: #000;
  --ky-white: #fff;
}

html,
body {
  overflow-x: clip;
}

.ky-lp {
  overflow-x: clip;
  width: 100%;
}

.ky-lp {
  overflow: hidden;
  color: var(--ky-text);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;

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

  img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  p,
  li,
  a,
  span {
    font-family: "Noto Sans JP", sans-serif !important;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Noto Sans JP", sans-serif !important;
    line-height: normal;
    margin: 0;
  }

  p {
    margin: 0;
    font-size: 1.6rem; /* 16px */
    font-style: normal;
    font-weight: 500;
    line-height: 1.6875;
    letter-spacing: 0.03rem;
  }

  @media (max-width: 768px) {
    p {
      font-size: 1.4rem; /* 14px */
    }
  }
}

.ky-lp__container {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;

  .ky-reason__row {
    margin: 0 !important;
  }

  @media (max-width: 768px) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.ky-section {
  position: relative;
  width: 100%;

  &--white {
    background: #fff;
  }
}

.ky-heading {
  color: var(--ky-main-blue);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 0;

  &__xs,
  &__s,
  &__l,
  &__xl {
    display: inline-block;
  }
}

.ky-u-pc-only {
  display: block;
}

.ky-u-sp-only {
  display: none;
}

.ky-u-pc-br {
  display: block;
}

.ky-u-sp-br {
  display: inline;
}

.ky-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 8.32rem;
  padding: 2.24rem 5.12rem;
  border: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    background-color 0.25s ease, color 0.25s ease;

  &:hover {
    transform: translateY(-1px);
  }
}

@keyframes kyPulse {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.04);
  }
  70% {
    transform: scale(0.99);
  }
  100% {
    transform: scale(1);
  }
}

.ky-anim {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.ky-anim.is-visible {
  opacity: 1;
}

.ky-anim:not(.ky-anim--bounce).is-visible {
  transform: none !important;
}

.ky-anim--fade {
  transform: translateY(0);
}

.ky-anim--up {
  transform: translateY(4.48rem);
}

.ky-anim--left {
  transform: translateX(-5.76rem);
}

.ky-anim--right {
  transform: translateX(5.76rem);
}

.ky-anim--zoom {
  transform: scale(0.92);
}

.ky-anim--pulse.is-visible {
  animation: kyPulse 1.4s ease;
}

.ky-anim--bounce {
  transform: scale(0.3);
  transform-origin: center center;
}

.ky-anim--bounce.is-visible {
  animation: kyBounceIn 1.05s cubic-bezier(0.22, 0.8, 0.3, 1) both !important;
}

.ky-anim--delay-1 {
  transition-delay: 0.1s;
}

.ky-anim--delay-2 {
  transition-delay: 0.2s;
}

.ky-anim--delay-5 {
  transition-delay: 0.5s;
}

.ky-anim--delay-10 {
  transition-delay: 1s;
}

@keyframes kyBounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  52% {
    opacity: 1;
    transform: scale(1.08);
  }

  72% {
    transform: scale(0.96);
  }

  88% {
    transform: scale(1.02);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.header,
.kiyase-footer {
  font-family: "Noto Sans JP", sans-serif !important;
}

.header-wrapper {
  z-index: 100;
}
/* =========================
  KV
========================= */
#ky-kv {
  background: #fff;
  margin-top: -34px;

  .ky-kv__image {
    width: 100%;

    img {
      width: 100%;
    }
  }

  @media (max-width: 768px) {
    margin-top: -54px;
  }
}

/* =========================
  ABOUT
========================= */
#ky-about {
  padding: 9.6rem 0 6rem;
  background: #fff;

  .ky-about__heading {
    margin-bottom: 4.48rem;

    .ky-heading__xl {
      font-size: 6rem;
      font-weight: 800;
      letter-spacing: 0.375rem;
    }

    .ky-heading__s {
      font-size: 4rem;
      font-weight: 800;
      letter-spacing: 0.125rem;
    }
  }

  .ky-about__lead,
  .ky-about__sub {
    color: var(--ky-main-blue);
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 5.1rem;
    letter-spacing: 0.07875rem;
  }

  .ky-about__lead {
    margin-bottom: 2.88rem;
  }

  .ky-about__lead-strong {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.1125rem;
  }

  @media (max-width: 768px) {
    padding: 6.4rem 0;

    .ky-about__heading {
      margin-bottom: 1.6rem;
      letter-spacing: 0.2rem;

      .ky-heading__xl {
        font-size: 4.4rem;
      }

      .ky-heading__s {
        font-size: 2.95rem;
      }
    }

    .ky-about__lead,
    .ky-about__sub {
      font-size: 1.5rem;
      line-height: 1.9;
    }

    .ky-about__lead-strong {
      font-size: 2.35rem;
    }
  }
}

/* =========================
  WORRIES
========================= */
#ky-worries {
  min-height: 64rem;
  padding: 12em 0;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;

  .ky-worries__heading {
    color: #fff;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", "Noto Sans JP", "Meiryo", "MS PGothic", sans-serif;
    font-size: 4rem; /* 2.5rem × 1.6 */
    font-style: normal;
    font-weight: 700;
    line-height: 126.2%;
    letter-spacing: 0.175rem;
    margin-bottom: 7.68rem;
  }

  .ky-worries__dots {
    display: inline-flex;
    gap: 0.08em;
    font-size: 1.28em;
    line-height: 1;
    transform: translateY(0.08em);
  }

  .ky-worries__dot-char {
    position: relative;
    display: inline-block;
    padding-top: 2.24rem;

    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 46%;
      width: 1.6rem;
      height: 1.6rem;
      background: #fff;
      border-radius: 999px;
      transform: translateX(-50%);
    }
  }

  .ky-worries__grid {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3em 3rem;
  }

  .ky-worries__item {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 0 0 calc((100% - 7.68rem) / 3);
    max-width: calc((100% - 7.68rem) / 3);

    .ky-anim {
      opacity: 1;
      transform: none !important;
    }
  }

  .ky-worries__image {
    width: 100%;
    max-width: 88.32rem;
    margin: 0;

    img {
      display: block;
      width: 100%;
      height: auto;
    }
  }

  .ky-worries__balloon {
    position: absolute;
    top: 18%;
    right: -25%;
    z-index: 10;
    transform: rotate(-5.073deg);
    padding: 8.96rem 6.72rem 9.28rem 8.32rem;
    color: #000;
    text-align: center;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", "Noto Sans JP", "Meiryo", "MS PGothic", sans-serif;
    font-size: 1.52rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.88rem;
    letter-spacing: 0.02rem;
    background: none;

    &::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: url("http://mmmra.com/lp_test/wp-content/uploads/2026/01/Group.png");
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1;
      transform-origin: center;
    }
  }

  .ky-worries__balloon-strong {
    color: var(--ky-red);
    font-size: 1.9rem; /* 1.52rem × 1.25 = u-fz-l */
    font-weight: 700;
    line-height: inherit;
    letter-spacing: inherit;
  }

  @media (max-width: 768px) {
    background-image: url("http://mmmra.com/lp_test/wp-content/uploads/2026/02/Mask-group-2026-02-04T120011.467-scaled.png") !important;
    padding-top: 6em;
    padding-bottom: 7em;

    .ky-worries__heading {
      font-size: 3.3rem;
      line-height: 1.25;
      margin-bottom: 3.2rem;
      font-weight: 600;
      letter-spacing: 0.1rem;
    }

    .ky-worries__dots {
      font-size: 1.3em;
    }

    .ky-worries__grid {
      display: flex;
      flex-direction: column;
      gap: 1.48rem;
      align-items: center;
    }

    .ky-worries__item {
      width: 100%;
      max-width: 57.6rem;
      flex: none;
      margin: 0 auto;
    }

    .ky-worries__image {
      max-width: 80%;
      margin: 0 auto;
    }

    .ky-worries__balloon {
      top: 13%;
      right: -4%;
      left: auto;
      width: 73%;
      max-width: 35.2rem;
      padding: 70px 34px 70px 48px;
      font-size: 1.25rem;
      line-height: 2.4rem;
      font-weight: 800;
    }

    .ky-worries__balloon-strong {
      font-size: 1.62rem;
    }

    .ky-worries__dot-char {
      padding-top: 2rem;

      &::before {
        width: 1.2rem;
        height: 1.2rem;
      }
    }

    .ky-worries__item--even,
    .ky-worries__item:nth-child(even) {
      .ky-worries__image img {
        transform: scaleX(-1);
      }

      .ky-worries__balloon {
        left: -4%;
        right: auto;
        padding: 70px 48px 70px 39px;

        &::before {
          transform: scaleX(-1);
          transform-origin: center;
        }
      }
    }
  }
}

/* =========================
  EFFECT
========================= */
#ky-effect {
  position: relative;
  z-index: 2;
  padding: 10rem 0 7rem;
  background: #fff;
  overflow: visible;

  .ky-effect__leader {
    position: absolute;
    top: -24%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .ky-effect__heading {
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.125rem;
    margin-bottom: 8.2rem;
  }

  .ky-effect__text {
    color: var(--ky-main-blue);
    text-align: center;
    margin-bottom: 2.4rem;
    position: relative;
    z-index: 2;
  }

  .ky-effect__note {
    color: var(--ky-main-blue);
    text-align: center;
    position: relative;
    z-index: 2;

    small {
      font-size: 1.4rem;
    }
  }

  .ky-effect__sp-image {
    width: 80%;
    margin: 0 auto 3.2rem;
    position: relative;
    z-index: 2;
  }

  .ky-effect__image-left,
  .ky-effect__image-right {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    width: 48rem;
    max-width: none;
    pointer-events: none;
    margin: 0;

    img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain;
    }
  }

  .ky-effect__image-left {
    left: 0;
    transform: translateY(27%);
  }

  .ky-effect__image-right {
    right: 0;
    transform: translateY(44%);
  }

  @media screen and (min-width: 1500px) {
    .ky-effect__image-left,
    .ky-effect__image-right {
      width: 60rem;
    }
  }

  @media (max-width: 768px) {
    padding: 6.4rem 0 3.2rem;

    .ky-effect__leader {
      top: -10%;
      left: 50%;
      margin: 0;

      img {
        width: 60%;
        margin: 0 auto;
      }
    }

    .ky-effect__heading {
      font-size: 3.3rem;
      margin-bottom: 3.2rem;
    }

    .ky-effect__text {
      font-weight: 600;
    }

    .ky-effect__image-left,
    .ky-effect__image-right {
      display: none;
    }

    .ky-effect__note {
      small {
        font-size: 1.2rem;
      }
    }
  }
}

/* =========================
  BEFORE AFTER
========================= */
#ky-before-after {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 22.4rem 0 16rem;
  background: #fff;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("http://mmmra.com/lp_test/wp-content/uploads/2026/01/Group-49-1.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .ky-before-after__heading {
    margin-bottom: 1.6rem;

    .ky-heading__xs {
      font-size: 2rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0.05rem;
    }

    .ky-heading__l {
      font-size: 5rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0.125rem;
    }
  }

  .ky-before-after__image {
    width: 100%;
  }

  @media (max-width: 768px) {
    padding: 8rem 0 9.6rem;

    .ky-before-after__heading {
      margin-bottom: 0;

      .ky-heading__xs {
        font-size: 1.6rem;
      }

      .ky-heading__l {
        font-size: 3.84rem;
        letter-spacing: 0.1rem;
        line-height: 1.2;
      }
    }

    .ky-before-after__image {
      margin: 0;
    }
  }
}

/* =========================
  REASON
========================= */
#ky-reason {
  position: relative;
  padding: 3.2rem 0;
  overflow-x: clip;
  z-index: 1;
  margin-top: -5rem;

  .ky-reason__heading {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    text-align: left;
    position: relative;
    z-index: 3;
    top: -2.2rem;
    left: -3rem;
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.125rem;

    &::before {
      content: "Reason.";
      position: absolute;
      top: 20%;
      right: 0;
      transform: translateX(35%) translateY(-50%) rotate(-8.499deg);
      z-index: -1;
      pointer-events: none;
      white-space: nowrap;
      color: rgba(0, 54, 107, 0.29);
      font-family: "Oooh Baby", cursive;
      font-size: 16.685712rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 0.41714rem;
    }
  }

  .ky-reason__row {
    display: flex;
    position: relative;
    z-index: 3;
    justify-content: center;
    margin: 10rem 0;
  }

  .w40 {
    width: 40%;
  }

  .ky-reason__col {
    position: relative;
  }

  .ky-reason__number {
    color: rgba(0, 54, 107, 0.5);
    transform: rotate(-8.499deg);
    font-family: "Oooh Baby", cursive !important;
    font-size: 4.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.115rem;
    position: absolute;
    top: -8rem;
    left: -9.6rem;

    &--second {
      left: 36%;
      top: -4.8rem;
    }
  }

  .ky-reason__subheading {
    color: var(--ky-main-blue);
    font-family: "Noto Sans JP", sans-serif !important;
    margin-top: 0;
    margin-bottom: 0;

    .ky-heading__xs {
      font-size: 2.6rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0.04875rem;
    }

    .ky-heading__l {
      font-size: 4.6rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0.08625rem;
    }

    .ky-heading__s {
      font-size: 2.6rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0.04875rem;
    }

    &--secondary {
      width: fit-content;
      margin-top: 27.2%;
      margin-left: 36%;
      padding-top: 2.56rem;
      margin-bottom: 0;
    }
  }

  .ky-reason__highlight {
    margin-top: 3.2rem;
    margin-bottom: 1.92rem;
    font-size: 2.285712rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.085712rem;
    letter-spacing: 0.04286rem;
  }

  .ky-reason__highlight-mark {
    background: linear-gradient(transparent 64%, #fcf69f 0%);
  }

  .ky-reason__text {
    color: var(--ky-text);
  }

  .ky-reason__group-secondary {
    position: relative;
    left: 6%;
    z-index: 3;
    margin: 12rem auto;
    width: 960px;

    .ky-reason__number {
      top: -5rem;
      left: 25.6rem;
    }

    .ky-reason__row {
      display: grid;
      grid-template-columns: 32% 67%;
      align-items: center;
      top: -3rem;

      img {
        padding-top: 4rem;
      }
    }
  }

  .ky-reason__subheading--secondary {
    width: fit-content;
    margin-top: 14%;
    margin-left: 32%;
    padding-top: 1.6rem;
    margin-bottom: 0;
  }

  .ky-reason__bg-diagonal-top,
  .ky-reason__bg-diagonal-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    margin: 0;

    img {
      width: 100%;
      height: auto;
      display: block;
    }
  }

  .ky-reason__bg-diagonal-top {
    z-index: 1;
    top: -3%;
  }

  .ky-reason__bg-diagonal-bottom {
    z-index: 0;
    top: 34%;
    left: -3%;
    width: 105%;
  }

  .ky-reason__sp-image {
    position: relative;
    z-index: -1;
    top: 19.2rem;
    right: auto;
    left: 0;
    width: 60%;
    margin-left: auto;
    margin-right: 0;
  }

  @media (max-width: 768px) {
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 10rem 0 0;
    margin-top: -3rem;

    .ky-reason__heading {
      font-size: 3rem;
      line-height: 1.4;
      padding-top: 1rem;
      padding-right: 2.6rem;
      left: 0;

      &::before {
        font-size: 8rem;
        top: -26%;
        left: 19%;
        right: auto;
        transform: rotate(-8.499deg);
      }
    }

    .ky-reason__row,
    .ky-reason__group-secondary .ky-reason__row {
      grid-template-columns: 1fr;
      gap: 2.88rem;
    }

    .ky-reason__row {
      top: 0 !important;
    }

    .ky-reason__subheading {
      .ky-heading__xs {
        font-size: 1.8rem;
        padding-left: 0.48rem;
      }

      .ky-heading__l {
        font-size: 3.15rem;
        letter-spacing: 0.05rem;
        line-height: 1.2;
      }

      .ky-heading__s {
        font-size: 1.3rem;
      }

      &--secondary {
        margin-left: 0;
        margin-top: 12.8rem;
        margin-bottom: 4.8rem;
      }
    }

    .ky-reason__subheading--secondary {
      margin-left: 0;
      padding-top: 2.4rem;
    }

    .ky-reason__highlight {
      font-size: 1.45rem;
      font-weight: 800;
    }

    .ky-reason__number {
      font-size: 3.2rem;
      top: 70px;
      left: -8px;

      &--second {
        top: -3%;
        left: 0;
      }
    }

    .ky-reason__row--primary {
      margin-bottom: 0;
    }

    .ky-reason__group-secondary {
      width: auto;
      left: 0;

      figure {
        width: 50%;
        margin: 0 auto;
        img {
          width: auto;
        }
      }

      h4,
      p {
        text-align: center;
      }

      h4 {
        margin: 0 0 1rem;
      }

      .ky-reason__number {
        top: -3rem;
        left: 12px;
      }
    }

    .ky-reason__bg-diagonal-bottom {
      top: 34%;
    }

    .ky-reason__sp-image {
      top: 8rem;
      width: 58%;
      right: auto;
      left: auto;
      margin-left: auto;
      margin-right: 0;
      top: 100px;
      margin-top: -100px;
    }

    .ky-reason__text {
      small {
        display: block;
        margin-top: 1.6rem;
      }
    }
  }
}

/* =========================
  WAIST SHAPER
========================= */
#ky-waist {
  position: relative;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 24rem;
  padding-bottom: 27.2rem;
  margin-top: -12rem;
  z-index: 1;
  overflow-x: clip;

  .ky-waist__birth {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
  }

  .ky-waist__product-image {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 auto;
    width: fit-content;

    figure,
    img {
      margin-bottom: 0;
    }
  }

  .ky-waist__heading-group {
    position: relative;
    z-index: 2;
  }

  .ky-waist__heading {
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 800;
    line-height: 6rem;
    letter-spacing: 0.2925rem;
    margin: 0 0 3.2rem;
  }

  .ky-waist__feature-circles {
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 1.4rem;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;

    .ky-waist__circle:first-child {
      grid-column: 1 / 3;
    }
  }

  .ky-waist__circle {
    border-radius: 50%;
    background: var(--ky-main-blue);
    box-shadow: 0 0 2.24rem 0 rgba(22, 63, 113, 0.51);
    display: flex;
    width: 150px;
    height: 150px;
    padding: 1.6rem;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    color: #fff;
    text-align: center;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", "Noto Sans JP", "Meiryo", "MS PGothic", sans-serif !important;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.9rem;
    letter-spacing: 0.04875rem;
    margin: 0;
  }

  .ky-waist__badge {
    position: absolute;
    top: -12.8rem;
    right: 6%;
    z-index: 3;
    background-color: #b90e0e;
    width: 170px;
    height: 170px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    text-align: center;
    margin: 0;

    .ky-heading__l {
      font-size: 2rem;
      font-style: normal;
      font-weight: 700;
      line-height: 1.4;
      letter-spacing: 0.0125rem;
      display: block;
      padding-top: 4rem;
    }

    .ky-heading__s {
      color: #b90e0e;
      background-color: #fff;
      font-size: 1.8rem;
      font-style: normal;
      font-weight: 700;
      line-height: 3rem;
      letter-spacing: 0.0225rem;
      position: absolute;
      transform: translateX(-50%) rotate(6.333deg);
      white-space: nowrap;
      z-index: 2;
      top: 1.96rem;
      left: 9.36rem;
      padding: 0 0.96rem 0 2.24rem;
    }

    .ky-heading__xs {
      font-size: 1.4rem;
      font-style: normal;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 0.00875rem;
      display: block;
      padding-top: 1.12rem;
    }
  }

  .ky-waist__text {
    position: relative;
    z-index: 2;
    color: var(--ky-main-blue);
    text-align: center;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", "Noto Sans JP", "Meiryo", "MS PGothic", sans-serif !important;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
    letter-spacing: 0.02rem;
    margin-top: 3.2rem;
  }

  .ky-waist__button-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-top: 3.2rem;
  }

  .ky-waist__button {
    border-radius: 6.4rem;
    background: #fff;
    box-shadow: 0.32rem 0.64rem 2.4rem 0 rgba(0, 54, 107, 0.2);
    color: var(--ky-main-blue);
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    height: auto;
    line-height: 1.2;
    padding: 1.4rem 4.8rem;

    &:hover {
      background: var(--ky-main-blue);
      color: #fff;
      box-shadow: 0.32rem 1.28rem 3.2rem 0 rgba(0, 54, 107, 0.28);
    }
  }

  @media (max-width: 768px) {
    background-image: url("http://mmmra.com/lp_test/wp-content/uploads/2026/02/KIYASE-LP素材-3-1.png") !important;
    padding-top: 18rem;
    padding-bottom: 12.6rem;
    margin-top: -15rem;
    z-index: 1;

    .ky-waist__feature-circles {
      top: 32%;
      left: 2%;
      gap: 0.96rem;
      max-width: 72rem;

      .ky-waist__circle:first-child {
        margin-bottom: -1.6rem;
      }
    }

    .ky-waist__circle {
      width: 70px;
      height: 70px;
      padding: 0;
      font-size: 1.02rem;
      line-height: 1.25;
    }

    .ky-waist__badge {
      top: -14.4rem;
      right: 2%;
      width: 116px;
      height: 116px;

      .ky-heading__l {
        font-size: 1.46rem;
        line-height: 1.4;
        padding-top: 2rem;
      }

      .ky-heading__s {
        font-size: 1.22rem;
        line-height: 1.4;
        top: 0.92rem;
        left: 6.72rem;
        padding: 0.16rem 0 0 1.12rem;
      }

      .ky-heading__xs {
        font-size: 1rem;
        line-height: 1.5;
        padding-top: 1rem;
      }
    }

    .ky-waist__heading {
      font-size: 2.5rem;
      line-height: 1.5;
      margin-top: 0;
      letter-spacing: 0.12rem;
    }

    .ky-waist__product-image {
      figure {
        margin: 0;
      }
    }

    .ky-waist__text {
      font-size: 1.4rem;
    }

    .ky-waist__button {
      font-size: 1.45rem;
      font-style: normal;
      letter-spacing: 0.03rem;
      padding: 1.7rem 6rem;
      min-height: 0;
    }
  }
}

/* =========================
  ITEM LIST
========================= */
#ky-item-list {
  padding-top: 0;
  padding-bottom: 9.6rem;
  background: #fff;
  margin-top: -8rem;

  .ky-item-list__heading {
    margin-bottom: 2.4rem;

    .ky-heading__xs {
      font-size: 2rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0.05rem;
    }

    .ky-heading__l {
      font-size: 5rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0.125rem;
    }
  }

  .ky-item-list__subheading {
    color: var(--ky-main-blue);
    text-align: center;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", "Noto Sans JP", "Meiryo", "MS PGothic", sans-serif !important;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.08125rem;
    margin: 0 0 3rem;

    .ky-heading__xs {
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: -0.02rem;
    }
  }

  .ky-item-list__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6.4rem 4.48rem;

    &--one {
      margin-bottom: 9.6rem;
    }

    &--four {
      margin-bottom: 0;
    }
  }

  .ky-item-card {
    border-radius: 1.6rem;
    background: rgba(118, 156, 210, 0.23);
    filter: drop-shadow(0 0.32rem 1.6rem rgba(15, 62, 82, 0.1));
    overflow: hidden;
    width: calc((100% - 4.48rem) / 2);
    max-width: 52rem;
    min-width: 0;
    margin: 0;

    .ky-item-card__slider {
      position: relative;
      width: 100%;
      overflow: hidden;
      padding-bottom: 0.4rem;
    }

    .ky-item-card__track {
      display: flex;
      gap: 0;
      transition: transform 0.45s ease;
      will-change: transform;
    }

    .ky-item-card__slide {
      flex: 0 0 100%;
      min-width: 100%;

      img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
      }
    }

    .ky-item-card__nav {
      position: absolute;
      top: 50%;
      width: 3.8rem;
      height: 3.8rem;
      border: none;
      border-radius: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      background: rgba(255, 255, 255, 0.94);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      z-index: 3;
      box-shadow: 0 0.32rem 1.28rem rgba(0, 0, 0, 0.12);
      transition: opacity 0.25s ease, transform 0.25s ease;
      padding: 0;

      &::before {
        content: "";
        display: block;
        width: 0.9rem;
        height: 0.9rem;
        border-top: 0.22rem solid var(--ky-main-blue);
        border-right: 0.22rem solid var(--ky-main-blue);
      }
    }

    .ky-item-card__nav--prev {
      left: 1.2rem;

      &::before {
        transform: rotate(-135deg);
        margin-left: 0.2rem;
      }
    }

    .ky-item-card__nav--next {
      right: 1.2rem;

      &::before {
        transform: rotate(45deg);
        margin-right: 0.2rem;
      }
    }

    .ky-item-card__nav.is-disabled {
      opacity: 0;
      pointer-events: none;
    }

    .ky-item-card__dots {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0.96rem;
      padding: 1.6rem 1.92rem 0;
      position: relative;
      z-index: 2;
    }

    .ky-item-card__dot {
      width: 1.28rem;
      height: 1.28rem;
      border-radius: 999px;
      background: rgba(0, 54, 107, 0.22);
      border: none;
      padding: 0;
      cursor: pointer;

      &.is-active {
        background: var(--ky-main-blue);
      }
    }

    .ky-item-card__body {
      padding: 1.92rem 2.4rem 3.2rem;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
      height: auto;
    }

    .ky-item-card__category {
      background: var(--ky-main-blue);
      padding: 0.64rem 2.24rem;
      color: #fff;
      font-size: 1.2rem;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 0.015rem;
      width: fit-content;
      margin: 0 0 0.7rem;
    }

    .ky-item-card__title {
      color: var(--ky-main-blue);
      font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", "Noto Sans JP", "Meiryo", "MS PGothic", sans-serif !important;
      margin-top: 0;
      margin-bottom: 0.5rem;
      text-align: left;
      width: 100%;

      .ky-heading__l {
        font-size: 2.2rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.0825rem;
      }

      .ky-heading__xs {
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.015rem;
      }
    }

    .ky-item-card__sizes {
      display: flex;
      justify-content: flex-start;
      gap: 0.8rem;
      flex-wrap: wrap;
      margin-bottom: 1.6rem;
      width: 100%;

      span {
        font-size: 1.28rem;
        font-weight: 700;
      }
    }

    .ky-item-card__description {
      color: #000;
      font-size: 1.4rem;
      font-style: normal;
      font-weight: 500;
      line-height: 2.7rem;
      letter-spacing: 0.02625rem;
      margin-bottom: 1.6rem;
      text-align: left;
      width: 100%;

      strong {
        color: var(--ky-main-blue);
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2.7rem;
        letter-spacing: 0.03rem;
      }
    }

    .ky-item-card__price {
      margin-bottom: 2.4rem;
      color: var(--ky-main-blue);
      text-align: left;
      width: 100%;

      .ky-heading__l {
        font-size: 2.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.0325rem;
      }

      .ky-heading__xs {
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.02rem;
      }
    }

    .ky-item-card__button-wrap {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 0;
    }

    .ky-item-card__button {
      min-height: auto;
      background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(245, 249, 255, 1) 100%
      );
      padding: 1.6rem 6.4rem;
      color: var(--ky-main-blue);
      font-size: 1.8rem;
      font-style: normal;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0.0225rem;
      border-radius: 999px;
      border: 0.16rem solid rgba(0, 54, 107, 0.14);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      white-space: nowrap;
      box-shadow: 0 0.8rem 2rem rgba(0, 54, 107, 0.08),
        inset 0 0 0 0 rgba(0, 54, 107, 0.05);
      transition: transform 0.28s ease, box-shadow 0.28s ease,
        background 0.28s ease, color 0.28s ease, border-color 0.28s ease;

      &:hover {
        color: #fff;
        background: linear-gradient(
          135deg,
          rgba(0, 54, 107, 1) 0%,
          rgba(24, 88, 155, 1) 100%
        );
        border-color: rgba(0, 54, 107, 1);
        transform: translateY(-0.2rem) scale(1.02);
        box-shadow: 0 1.4rem 3.2rem rgba(0, 54, 107, 0.18),
          inset 0 0 0 0 rgba(255, 255, 255, 0);
      }
    }
  }

  .ky-item-list__grid--one {
    margin-bottom: 6rem;
  }

  @media (max-width: 768px) {
    margin-top: 0;
    padding-bottom: 6.4rem;

    .ky-item-list__heading {
      margin-bottom: 1.6rem;

      .ky-heading__xs {
        font-size: 1.6rem;
      }

      .ky-heading__l {
        font-size: 4.48rem;
        line-height: 1;
      }
    }

    .ky-item-list__subheading {
      font-size: 2.4rem;
      margin-top: 4.8rem;

      .ky-heading__xs {
        font-size: 1.44rem;
        letter-spacing: 0;
      }
    }

    .ky-item-list__grid {
      flex-direction: column;
      align-items: center;

      &--one,
      &--four {
        display: flex;
      }
    }

    .ky-item-card {
      width: 92%;
      max-width: none;

      .ky-item-card__nav {
        width: 3rem;
        height: 3rem;
        transform: translateY(-90%);
      }

      .ky-item-card__body {
        padding-top: 0;
      }

      .ky-item-card__category {
        font-size: 1.2rem;
        margin-top: 1.6rem;
        margin-bottom: 0.96rem;
        padding: 0.5rem 1.3rem;
      }

      .ky-item-card__title {
        .ky-heading__l {
          font-size: 2.16rem;
          line-height: 1.2;
        }

        .ky-heading__xs {
          display: block;
        }
      }

      .ky-item-card__sizes {
        span {
          font-size: 1.36rem;
        }
      }

      .ky-item-card__description {
        font-size: 1.3rem;

        strong {
          font-size: 1.45rem;
        }
      }

      .ky-item-card__button {
        width: 100%;
        padding: 1.6rem 2.4rem;
      }
    }

    .ky-item-card__track {
      gap: 0.8rem;
    }

    .ky-item-card__slide {
      flex: 0 0 calc((100% - 0.8rem) / 2);
      min-width: calc((100% - 0.8rem) / 2);
    }

    .ky-item-card__nav {
      width: 3.2rem;
      height: 3.2rem;
    }

    .ky-item-card__nav--prev {
      left: 0.8rem;
    }

    .ky-item-card__nav--next {
      right: 0.8rem;
    }

    .ky-item-card__nav::before {
      width: 0.75rem;
      height: 0.75rem;
      border-top-width: 0.18rem;
      border-right-width: 0.18rem;
    }
  }
}

/* =========================
  GLOBAL SP UTILITIES
========================= */
@media (max-width: 768px) {
  .ky-u-pc-only {
    display: none !important;
  }

  .ky-u-sp-only {
    display: block !important;
  }

  .ky-u-sp-br {
    display: block;
  }

  .ky-u-pc-br {
    display: inline;
  }
}

/* =========================
  HOPE
========================= */
#ky-hope {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  .ky-hope__text-group {
    padding-left: 60%;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .ky-hope__text {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 1.12rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0.015rem;

    & + .ky-hope__text {
      margin-top: 1.6rem;
    }
  }

  @media (max-width: 768px) {
    background-image: url("http://mmmra.com/lp_test/wp-content/uploads/2026/02/Group-71-2.png") !important;
    background-position: 50% 10%;

    .ky-hope__text-group {
      padding-left: 0;
      padding-top: 19rem;
    }

    .ky-hope__text {
      font-size: 1.2rem;
      font-style: normal;
      font-weight: 400;
      line-height: 2.2rem;
      letter-spacing: 0.01571rem;
    }
  }
}

/* =========================
  NEWS
========================= */
#ky-news {
  padding: 9.6rem 0 6.4rem;
  background: #fff;

  .ky-news__heading {
    .ky-heading__xs {
      font-size: 1.4rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0.035rem;
    }

    .ky-heading__l {
      font-size: 3.4rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0.085rem;
    }
  }

  .ky-news__list {
    list-style: none;
    padding: 0;
    margin: 3.2rem 0 0;
  }

  .ky-news__item {
    border-radius: 1.6rem;
    background: rgba(207, 220, 239, 0.44);
    box-shadow: 0.16rem 0.64rem 1.6rem 0 rgba(0, 54, 107, 0.1);
    border: none;
  }

  .ky-news__link {
    display: block;
    padding: 1.6rem 1.6rem 1.6rem 2rem;
  }

  .ky-news__body {
    display: flex;
    align-items: center;
    gap: 2.56rem;
    flex-wrap: wrap;
  }

  .ky-news__date {
    color: var(--ky-main-blue);
    font-size: 1.52rem;
    white-space: nowrap;
  }

  .ky-news__title {
    margin: 0;
    color: var(--ky-text);
    font-size: 1.6rem;
    font-weight: 600;
  }

  @media (max-width: 768px) {
    .ky-news__heading {
      .ky-heading__xs {
        font-size: 1.12rem;
      }

      .ky-heading__l {
        font-size: 3.2rem;
        line-height: 1;
      }
    }

    .ky-news__body {
      align-items: flex-start;
      gap: 1.28rem;
    }
  }
}

/* =========================
  FAQ
========================= */
#ky-faq {
  padding: 10rem 0 5rem;
  background: #f7f7f7;

  .ky-faq__heading {
    .ky-heading__xs {
      font-size: 1.4rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0.035rem;
    }

    .ky-heading__l {
      font-size: 3.4rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0.085rem;
    }
  }

  .ky-faq__list {
    margin-top: 3.2rem;
  }

  .ky-faq__item {
    border-radius: 1.6rem;
    background: #fff;
    box-shadow: 0 0.64rem 0.8rem 0 rgba(0, 54, 107, 0.05);
    overflow: hidden;

    & + .ky-faq__item {
      margin-top: 2.56rem;
    }

    &[open] {
      .ky-faq__icon::after {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(90deg);
      }

      .ky-faq__answer {
        max-height: 80rem;
        opacity: 1;
      }

      .ky-faq__answer-inner {
        transform: translateY(0);
        padding-top: 0.4rem;
        padding-bottom: 3.2rem;
      }
    }
  }

  .ky-faq__question {
    list-style: none;
    cursor: pointer;
    background: #fff;
    border-radius: 1.6rem;
    padding: 2.5rem 3.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.56rem;

    &::-webkit-details-marker {
      display: none;
    }
  }

  .ky-faq__label {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--ky-main-blue);
  }

  .ky-faq__label-q,
  .ky-faq__label-a {
    font-size: 2.24rem;
    font-weight: 800;
  }

  .ky-faq__icon {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;

    &::before,
    &::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      background: var(--ky-main-blue);
      transform: translate(-50%, -50%);
      transition: opacity 0.4s ease, transform 0.4s ease;
    }

    &::before {
      width: 2.5rem;
      height: 0.32rem;
    }

    &::after {
      width: 0.32rem;
      height: 2.5rem;
    }
  }

  .ky-faq__answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.45s ease;
  }

  .ky-faq__answer-inner {
    padding: 0 3.2rem 0;
    transform: translateY(-1rem);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
      padding 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .ky-faq__answer p {
    color: var(--ky-text);

    & + p {
      margin-top: 1.6rem;
    }
  }

  @media (max-width: 768px) {
    padding: 5rem 0 0rem;
    .ky-faq__question {
      padding: 2rem 2.5rem;
    }
    .ky-faq__heading {
      .ky-heading__xs {
        font-size: 1.12rem;
      }

      .ky-heading__l {
        font-size: 3.2rem;
        line-height: 1;
      }
    }

    .ky-faq__label {
      font-size: 1.56rem;
    }
  }
}

/* =========================
   KIYASE Footer（card layout / mail pill / nav 65%）
========================= */
.shopify-section-group-footer-group {
  background: #f7f7f7;
}
.kiyase-footer {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 56px;
}

.kiyase-footer__bg {
  background: #00366b;
  color: #fff;
}

.kiyase-footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 7rem 16px 4rem;
}

/* Top */
.kiyase-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

/* 左：Brand */
.kiyase-footer__brand {
  flex: 0 0 35%; /* ロゴ側 35% */
  min-width: 220px;
}

.kiyase-footer__logoImg {
  height: 34px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  display: block;
}

.kiyase-footer__tagline {
  margin-top: 18px;
  font-size: 13px;
  opacity: 0.9;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

/* 右：Nav（65%） */
.kiyase-footer__nav {
  flex: 0 0 65%;
  max-width: 65%;
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 10px 18px;
}

/* link block (囲みなし) */
.kiyase-footer__link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px 0;
  text-decoration: none;
  color: #fff;
  transform: translateZ(0);
  transition: transform 0.16s ease, opacity 0.16s ease;
  opacity: 0.92;
}
.kiyase-footer__link:hover {
  transform: scale(1.04);
  opacity: 1;
}

.kiyase-footer__linkTitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.kiyase-footer__linkSub {
  font-size: 11px;
  opacity: 0.78;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
}

/* Divider */
.kiyase-footer__divider {
  height: 1px;
  margin: 18px 0 28px;
  background: rgba(255, 255, 255, 0.18);
}

/* Bottom */
.kiyase-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

/* ★メールだけオリジナルの“囲み（ピル）” */
.kiyase-footer__mail {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 12px;
  border-radius: 999px;
  transition: background 0.15s ease, border-color 0.15s ease,
    transform 0.15s ease;
  font-size: 13px;
  line-height: 1.2;
}
.kiyase-footer__mail:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  transform: scale(1.02);
  text-decoration: none;
}

.kiyase-footer__mailLabel {
  font-weight: 600;
  opacity: 0.95;
}
.kiyase-footer__mailAddr {
  font-weight: 400;
  letter-spacing: 0.02em;
  opacity: 0.95;
}

.kiyase-footer__copy {
  font-size: 12px;
  opacity: 0.85;
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 980px) {
  .kiyase-footer__nav {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }
}

@media (max-width: 768px) {
  .kiyase-footer {
    margin-top: 44px;
  }
  .kiyase-footer__inner {
    padding: 54px 24px 28px;
  }

  .kiyase-footer__top {
    flex-direction: column;
    gap: 22px;
  }

  .kiyase-footer__brand {
    flex: 1 1 auto;
    min-width: auto;
  }

  .kiyase-footer__nav {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
    grid-template-columns: 1fr; /* スマホは縦1列 */
    gap: 10px;
    margin: 2rem 0 3rem;
  }

  .kiyase-footer__bottom {
    flex-direction: column;
  }

  .kiyase-footer__mail {
    width: 100%;
    justify-content: center;
  }
}
