@charset "UTF-8";

@import url("common.css");


/* =============================================================================
Top Page
========================================================================== */

.fv {
    position: relative;
}

.fv-img {
    display: block;
}

.fv-img img {
    border-bottom-left-radius: 50px;
}

.fv-copy {
    position: absolute;
    top: 13%;
    left: 6%;
    z-index: 1;
    color: #555;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

.fv-copy__title {
    font-size: calc((100vw - 240px) * 24 / 741);
    line-height: 1.8;
}

.fv-copy__text {
    margin-top: clamp(18px, 3vw, 32px);
    font-size: calc((100vw - 240px) * 14 / 741);
    line-height: 2.2;
}

.fv-note {
    margin: 10px 0 0;
    padding: 0 24px;
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: right;
}

@media screen and (max-width: 981px) {

    .fv {
        margin-left: 5vw;
        border-radius: 20px 0 0 20px;
        overflow: hidden;
    }

    .fv-img img {
        border-bottom-left-radius: 20px;
    }

    .fv-copy {
        top: 13%;
        left: 7%;
        letter-spacing: 0.06em;
    }

    .fv-copy__title {
        font-size: 3.7vw;
        line-height: 1.7;
    }

    .fv-copy__text {
        margin-top: 4vw;
        font-size: 2.7vw;
        line-height: 1.6;
    }

    .fv-note {
        margin-left: 5vw;
        padding: 0 5vw 0 0;
    }

}




/*  お約束  */

/*==========================================
Promise
==========================================*/

.promise {
    width: 100%;
}

.promise__image,
.promise__image img {
    display: block;
    width: 100%;
}

.promise__image img {
    height: auto;
}



/*  特徴  */

/*==========================================
Feature
==========================================*/

.feature {
    padding: 56px 0 66px;
}

.feature__inner {
    width: 100%;
    padding: 68px 0 64px;
    overflow: hidden;
    background: url("../img/top/bg-feature.jpg") center / cover no-repeat;
    border-radius: 60px 0 0 60px;
}

.feature__heading {
    display: grid;
    grid-template-columns: 46% 54%;
    gap: 32px;
    padding: 0 8% 28px;
}

.feature__title-block {
    text-align: center;
}

.feature__sub,
.feature__lead {
    color: #222;
    font-size: 1.6rem;
    line-height: 1.5;
}

.feature__en {
    margin-top: 8px;
    color: #b675a0;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

.feature__title {
    margin-top: 18px;
    color: #b675a0;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.08em;
}

.feature__lead p + p {
    margin-top: 1.6em;
}

.feature__cards {
    display: flex;
    gap: 56px;
    margin-top: 42px;
    padding: 0 8% 28px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 8%;
}

.feature__cards::-webkit-scrollbar {
    display: none;
}

.feature-card {
    flex: 0 0 min(490px, 42vw);
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 10px 12px 18px rgba(104, 69, 69, 0.16);
    scroll-snap-align: start;
}

.feature-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 720 / 260;
    object-fit: cover;
}

.feature-card__body {
    padding: 28px 30px 32px;
}

.feature-card__title {
    color: #1f1f1f;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.04em;
    text-align: center;
}

.feature-card__title span {
    color: #b675a0;
    font-size: 1.35em;
}

.feature-card__line {
    display: block;
    width: 42%;
    height: 8px;
    margin: 24px auto;
    background: linear-gradient(90deg, #e8bed8 0%, #91d5f2 100%);
}

.feature-card__text {
    color: #222;
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
}

.feature__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    margin-top: 24px;
    padding: 0 8%;
}

.feature__button {
    display: block;
}

.feature__button-image {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 981px) {
    .feature {
        padding: 5vw 0;
    }

    .feature__inner {
        width: calc(100% - 5vw);
        margin-left: 5vw;
        margin-right: 0;
        padding: 6vw 0 8vw;
        background-image: url("../img/top/bg-feature-sp.jpg");
        border-radius: 20px 0 0 20px;
    }

    .feature__heading {
        display: block;
        padding: 0 7vw 28px;
    }

    .feature__sub,
    .feature__lead {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .feature__en {
        font-size: 1.375rem;
    }

    .feature__title {
        margin-top: 20px;
        font-size: 2.625rem;
    }

    .feature__lead {
        margin-top: 40px;
    }

    .feature__cards {
        gap: 28px;
        margin-top: 18px;
        padding: 0 7vw 28px;
        scroll-padding-left: 7vw;
    }

    .feature-card {
        flex-basis: min(74vw, 480px);
        border-radius: 8px;
    }

    .feature-card__body {
        padding: 24px 28px 30px;
    }

    .feature-card__title {
        font-size: 1.25rem;
    }

    .feature-card__text {
        font-size: 0.9375rem;
    }

    .feature__actions {
        display: block;
        margin-top: 28px;
        padding: 0 7vw;
    }

    .feature__button {
        width: min(72%, 430px);
        margin-right: auto;
        margin-left: auto;
    }

    .feature__button + .feature__button {
        margin-top: 20px;
    }
}

@media (max-width: 390px) {
    .feature__sub,
    .feature__lead {
        font-size: 0.875rem;
    }

    .feature__title {
        font-size: 2rem;
    }

    .feature-card {
        flex-basis: 74vw;
    }

    .feature-card__title {
        font-size: 1rem;
    }

    .feature-card__text {
        font-size: 0.8125rem;
    }

}




/*  価格タブ  */

/* ========================================
プラン全体
======================================== */

.plan-tabs {
  --main-color: #a15f79;
  --tab-color: #eee5e9;
  --panel-color: #fffdf1;
  --text-color: #292929;

  width: min(1200px, calc(100% - 40px));
  margin: 80px auto;
  color: var(--text-color);
}

.plan-tabs__heading {
  margin-bottom: 44px;
  text-align: center;
}

.plan-tabs__title {
  color: var(--text-color);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.plan-tabs__en {
  margin-top: 12px;
  color: #b675a0;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: 0.12em;
}

.plan-tabs__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 56px;
  padding: 0 3%;
}

.plan-tabs__button {
  display: block;
}

.plan-tabs__button-image {
  display: block;
  width: 100%;
  height: auto;
}

/* ========================================
タブ
======================================== */

.plan-tabs__buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  align-items: end;
}

.plan-tab {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 150px;
  padding: 30px 16px 24px;
  border: 0;
  background: var(--tab-color);
  color: rgba(161, 95, 121, 0.72);
  font: inherit;
  text-align: center;
  cursor: pointer;
  appearance: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.plan-tab:hover {
  color: var(--main-color);
}

.plan-tab:focus-visible {
  z-index: 2;
  outline: 3px solid rgba(161, 95, 121, 0.35);
  outline-offset: 3px;
}

.plan-tab.is-active {
  min-height: 180px;
  padding-top: 50px;
  background: var(--panel-color);
  color: var(--main-color);
}

.plan-tab__name {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.plan-tab__copy {
  display: block;
  margin-top: 8px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.plan-tab__badge {
  position: absolute;
  top: -20px;
  left: 50%;
  min-width: 150px;
  padding: 10px 24px;
  border-radius: 999px;
  background: var(--main-color);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(-50%);
}

/* ========================================
パネル
======================================== */

.plan-tabs__contents {
  background: var(--panel-color);
}

.plan-panel {
  min-height: 360px;
  padding: 48px 60px;
  background: var(--panel-color);
}

.plan-panel[hidden] {
  display: none;
}

.plan-panel.is-active {
  animation: planFade 0.35s ease;
}

/* ========================================
見出し
======================================== */

.plan-panel__heading {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
  align-items: baseline;
  justify-content: space-between;
}

.plan-panel__title {
  margin: 0;
  color: var(--main-color);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  white-space: nowrap;
}


.plan-panel__price {
  display: flex;
  flex-shrink: 0;
  margin: 0 0 0 auto;
  color: var(--main-color);
  align-items: baseline;
  white-space: nowrap;
}

.plan-panel__price-label {
  margin-right: 8px;
  font-size: 1.125rem;
  font-weight: 600;
}

.plan-panel__price-yen {
  margin-right: 3px;
  font-size: 1.5rem;
  font-weight: 600;
}

.plan-panel__price strong {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

/* ========================================
見出し下のコンテンツ
======================================== */

.plan-panel__content {
  display: grid;
  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(0, 0.85fr);
  gap: 50px;
  align-items: center;
}

/* ========================================
左側
======================================== */

.plan-panel__main {
  min-width: 0;
}

.plan-panel__lead {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.plan-panel__description {
  margin: 28px 0 0;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

/* ========================================
右側
======================================== */

.plan-panel__side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  min-width: 0;
  align-items: center;
}

.plan-panel__details {
  min-width: 0;
}

.plan-panel__details h3 {
  margin: 0 0 12px;
  font-size: 1.4rem;
  font-weight: 600;
}

.plan-panel__details p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.9;
}

.plan-panel__image {
  display: flex;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f7f7f7;
  align-items: center;
  justify-content: center;
}

.plan-panel__image img {
  display: block;
  width: 72%;
  height: 72%;
  object-fit: contain;
}

/* ========================================
アニメーション
======================================== */

@keyframes planFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================
タブレット
======================================== */

@media (max-width: 1100px) {
  .plan-panel {
    padding: 42px 36px;
  }

  .plan-panel__heading {
    gap: 16px;
    margin-bottom: 32px;
  }

  .plan-panel__title {
    font-size: 2rem;
  }

  .plan-panel__price-label {
    margin-right: 5px;
    font-size: 0.875rem;
  }

  .plan-panel__price-yen {
    font-size: 1.125rem;
  }

  .plan-panel__price strong {
    font-size: 2.75rem;
  }

  .plan-panel__content {
    grid-template-columns:
      minmax(0, 1.2fr)
      minmax(0, 0.8fr);
    gap: 32px;
  }

  .plan-panel__lead {
    font-size: 1.6rem;
  }

  .plan-panel__description {
    margin-top: 22px;
    font-size: 1.4rem;
  }

  .plan-panel__side {
    gap: 18px;
  }

  .plan-panel__details h3 {
    font-size: 1.4rem;
  }

  .plan-panel__details p {
    font-size: 1.2rem;
  }
}

/* ========================================
スマートフォン
======================================== */

@media (max-width: 981px) {
  .plan-tabs {
    width: auto;
    margin-top: 5vw;
    margin-right: 5vw;
    margin-bottom: 5vw;
    margin-left: 5vw;
  }

  .plan-tabs__heading {
    margin-bottom: 32px;
  }

  .plan-tabs__title {
    font-size: 2.5rem;
  }

  .plan-tabs__en {
    margin-top: 8px;
    font-size: 1.75rem;
  }

  .plan-tabs__actions {
    display: block;
    margin-top: 32px;
    padding: 0;
  }

  .plan-tabs__button {
    width: min(72%, 430px);
    margin-right: auto;
    margin-left: auto;
  }

  .plan-tabs__button + .plan-tabs__button {
    margin-top: 20px;
  }

  /* タブ */

  .plan-tabs__buttons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2px;
  }

  .plan-tab,
  .plan-tab.is-active {
    min-height: 94px;
    padding: 15px 4px;
  }

  .plan-tab.is-active {
    padding-top: 27px;
  }

  .plan-tab__name {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
  }

  .plan-tab__copy {
    margin-top: 4px;
    font-size: 0.8125rem;
    letter-spacing: 0;
  }

  .plan-tab__badge {
    top: -10px;
    min-width: 82px;
    padding: 6px 10px;
    font-size: 0.6875rem;
  }

  /* パネル */

  .plan-panel {
    min-height: auto;
    padding: 42px 26px 44px;
  }

  /* 見出し */

  .plan-panel__heading {
    gap: 12px;
    margin-bottom: 38px;
    align-items: baseline;
  }

  .plan-panel__title {
    font-size: 1.875rem;
    letter-spacing: 0.04em;
  }

  .plan-panel__title span {
    display: none;
  }

  .plan-panel__price-label {
    margin-right: 4px;
    font-size: 0.75rem;
  }

  .plan-panel__price-yen {
    margin-right: 2px;
    font-size: 0.9375rem;
  }

  .plan-panel__price strong {
    font-size: 2.875rem;
  }

  /* 見出し下 */

  .plan-panel__content {
    display: block;
  }

  .plan-panel__lead {
    font-size: 1.8rem;
    line-height: 2.15;
    text-align: center;
  }

  .plan-panel__description {
    margin-top: 34px;
    font-size: 1.4rem;
    line-height: 2;
  }

  .plan-panel__description br {
    display: none;
  }

  /* 処方内容・商品画像 */

  .plan-panel__side {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42%;
    gap: 20px;
    margin-top: 32px;
  }

  .plan-panel__details h3 {
    margin-bottom: 6px;
    font-size: 1.6rem;
  }

  .plan-panel__details p {
    font-size: 1.4rem;
    line-height: 2;
    white-space: nowrap;
  }

  .plan-panel__image {
    width: 100%;
  }

  .plan-panel__image img {
    width: 68%;
    height: 68%;
  }
}

@media (min-width: 500px) and (max-width: 981px) {
  .plan-tab__name {
    font-size: 1.8rem;
  }

  .plan-tab__copy {
    font-size: 1rem;
  }

  .plan-tab__badge {
    font-size: 0.875rem;
  }
}

/* ========================================
小さいスマートフォン
======================================== */

@media (max-width: 390px) {
  .plan-tabs__title {
    font-size: 2rem;
  }

  .plan-tabs__en {
    font-size: 1.375rem;
  }

  .plan-panel {
    padding-inline: 18px;
  }

  .plan-panel__heading {
    gap: 8px;
  }

  .plan-panel__title {
    font-size: 1.6rem;
  }

  .plan-panel__price-label {
    font-size: 1.4rem;
  }

  .plan-panel__price-yen {
    font-size: 1rem;
  }

  .plan-panel__price strong {
    font-size: 2rem;
  }

  .plan-panel__lead {
    font-size: 1.6rem;
  }

  .plan-panel__description {
    font-size: 1.4rem;
  }

  .plan-panel__side {
    grid-template-columns: minmax(0, 1fr) 40%;
    gap: 12px;
  }

  .plan-panel__details h3 {
    font-size: 0.9375rem;
  }

  .plan-panel__details p {
    font-size: 1.4rem;
  }
}


/*  定期便  */

/*==========================================
Subscription
==========================================*/

.subscription {
    width: min(1200px, calc(100% - 40px));
    margin: 0px auto;
}

.subscription__heading {
    margin-bottom: 34px;
    text-align: center;
}

.subscription__title {
    color: #292929;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.08em;
}

.subscription__en {
    margin-top: 8px;
    color: #b675a0;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.12em;
}

.subscription__inner {
    padding: 42px 14px 34px;
    background: #fffdf1;
}

.subscription__lead {
    margin-bottom: 22px;
    color: #111;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.04em;
    text-align: center;
}

.subscription__table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.subscription__table-image {
    display: block;
    width: 100%;
    height: auto;
}

.subscription__note {
    margin: 16px 6px 0;
    color: #111;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.subscription__guarantee {
    margin-top: 32px;
    color: #6f4c2b;
    text-align: center;
}

.subscription__guarantee-sub {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.18em;
}

.subscription__guarantee-title {
    position: relative;
    display: inline-block;
    margin-top: 6px;
    padding: 0 66px;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.08em;
}

.subscription__guarantee-title::before,
.subscription__guarantee-title::after {
    position: absolute;
    top: 50%;
    display: block;
    width: 42px;
    height: 108px;
    background: center / contain no-repeat;
    content: "";
    transform: translateY(-50%);
}

.subscription__guarantee-title::before {
    left: 0;
    background-image: url("../img/top/bg-refund-l.png");
}

.subscription__guarantee-title::after {
    right: 0;
    background-image: url("../img/top/bg-refund-r.png");
}

.subscription__guarantee-text {
    margin-top: 46px;
    color: #222;
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.06em;
}

.subscription__conditions {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 24px;
    margin: 28px 16px 0;
    padding: 24px 48px;
    background: #fff;
    color: #222;
    text-align: left;
    align-items: center;
}

.subscription__conditions-label {
    display: inline-flex;
    min-width: 100px;
    padding: 6px 18px;
    border-radius: 999px;
    background: #b675a0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
}

.subscription__conditions-list {
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.subscription__conditions-list li::before {
    content: "・";
}

@media (max-width: 981px) {
    .subscription {
        width: auto;
        margin: 10vw 5vw;
    }

    .subscription__heading {
        margin-bottom: 24px;
    }

    .subscription__title {
        font-size: 2.2rem;
    }

    .subscription__en {
        font-size: 1.45rem;
    }

    .subscription__inner {
        padding: 28px 0;
    }

    .subscription__lead {
        padding: 0 20px;
        font-size: 1.6rem;
    }

    .subscription__table-scroll {
        padding-bottom: 8px;
    }

    .subscription__table-image {
        width: 980px;
        max-width: none;
    }

    .subscription__note {
        margin: 14px 20px 0;
        font-size: 1.4rem;
    }

    .subscription__guarantee {
        margin-top: 28px;
        padding: 0 20px;
    }

    .subscription__guarantee-sub {
        font-size: 1.4rem;
    }

    .subscription__guarantee-title {
        padding: 0 40px;
        font-size: 2.4rem;
    }

    .subscription__guarantee-title::before {
        width: 28px;
        height: 72px;
    }

    .subscription__guarantee-title::after {
        width: 28px;
        height: 72px;
    }

    .subscription__guarantee-text {
        margin-top: 38px;
        font-size: 1.6rem;
        text-align: left;
    }

    .subscription__guarantee-text br {
        display: none;
    }

    .subscription__conditions {
        display: block;
        margin: 22px 0 0;
        padding: 22px 18px;
    }

    .subscription__conditions-label {
        margin-bottom: 14px;
        font-size: 1rem;
    }

    .subscription__conditions-list {
        font-size: 1.2rem;
        line-height: 1.8;
    }
}

@media (max-width: 390px) {
    .subscription__guarantee-title {
        font-size: 2rem;
    }

    .subscription__table-image {
        width: 900px;
    }
}


/*  ご利用の流れ  */

/*==========================================
Flow
==========================================*/

.flow {
    background: linear-gradient(#eee5e9 0 230px, #fff 230px 100%);
}

.flow__inner {
    width: min(1120px, calc(100% - 120px));
    margin: 0 auto;
    padding: 48px 0 56px;
}

.flow__heading {
    margin-bottom: 34px;
    text-align: center;
}

.flow__title {
    color: #292929;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.08em;
}

.flow__en {
    margin-top: 8px;
    color: #b675a0;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.12em;
}

.flow__steps-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.flow__steps-image {
    display: block;
    width: 100%;
    height: auto;
}

.flow__privacy {
    margin-top: 44px;
    padding: 24px 28px;
    border: 2px solid #b675a0;
    border-radius: 8px;
    background: #fff;
}

.flow__privacy-title {
    color: #b675a0;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.flow__privacy-text {
    margin-top: 8px;
    color: #222;
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.flow__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin-top: 42px;
}

.flow__button,
.flow__button img {
    display: block;
    width: 100%;
}

.flow__button img {
    height: auto;
}

@media (min-width: 982px) {
    .flow {
        border-radius: 60px 0 0 0;
        overflow: hidden;
    }
}

@media (max-width: 981px) {
    .flow {
        background: linear-gradient(#eee5e9 0 180px, #fff 180px 100%);
        border-radius: 20px 0 0 0;
        overflow: hidden;
    }

    .flow__inner {
        width: auto;
        padding: 36px 5vw 44px;
    }

    .flow__heading {
        margin-bottom: 28px;
    }

    .flow__title {
        font-size: 2.5rem;
    }

    .flow__en {
        font-size: 1.45rem;
    }

    .flow__steps-image {
        width: 900px;
        max-width: none;
    }

    .flow__privacy {
        margin-top: 32px;
        padding: 18px 20px;
    }

    .flow__privacy-title {
        font-size: 1.5rem;
    }

    .flow__privacy-text {
        font-size: 1.2rem;
    }

    .flow__actions {
        display: block;
        margin-top: 32px;
    }

    .flow__button {
        width: min(72%, 430px);
        margin-right: auto;
        margin-left: auto;
    }

    .flow__button + .flow__button {
        margin-top: 20px;
    }
}

@media (max-width: 390px) {
    .flow__title {
        font-size: 2rem;
    }

    .flow__steps-image {
        width: 780px;
    }
}

/*  FAQ・お問い合わせ  */

/*==========================================
FAQ Contact
==========================================*/

.faq-contact {
    padding: 80px 0 96px;
    background: #fff;
}

.faq-contact__inner {
    width: min(1120px, calc(100% - 120px));
    margin: 0 auto;
}

.faq-contact__heading {
    text-align: center;
}

.faq-contact__title {
    color: #292929;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.08em;
}

.faq-contact__en {
    margin-top: 8px;
    color: #b675a0;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.12em;
}

.faq-contact__box {
    margin-top: 40px;
    padding: 24px 30px 30px;
    border: 2px solid #b675a0;
    border-radius: 10px;
}

.faq-contact__question {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #b675a0;
    color: #b675a0;
    align-items: baseline;
}

.faq-contact__q {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
}

.faq-contact__question p {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

.faq-contact__answer {
    margin-top: 16px;
    padding-left: 60px;
    color: #222;
    font-size: 1.55rem;
    line-height: 2;
    letter-spacing: 0.04em;
}

.faq-contact__more {
    display: block;
    width: min(480px, 48%);
    margin: 64px auto 0;
}

.faq-contact__more img,
.faq-contact__button img {
    display: block;
    width: 100%;
    height: auto;
}

.faq-contact__links {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    margin-top: 72px;
    padding-top: 32px;
    border-top: 1px solid #ddd;
}

.faq-contact__links::before {
    content: "";
    position: absolute;
    top: 32px;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #ddd;
    transform: translateX(-50%);
}

.faq-contact__item {
    min-width: 0;
    padding: 0 24px;
}

.faq-contact__item + .faq-contact__item {
    padding-left: 24px;
}

.faq-contact__item-title {
    color: #222;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-align: center;
}

.faq-contact__item-text {
    margin-top: 32px;
    color: #222;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.04em;
}

.faq-contact__button {
    display: block;
    width: min(390px, 100%);
    margin: 24px auto 0;
}

@media (max-width: 981px) {
    .faq-contact {
        padding: 12vw 0 14vw;
    }

    .faq-contact__inner {
        width: auto;
        margin: 0 5vw;
    }

    .faq-contact__title {
        font-size: 2.5rem;
    }

    .faq-contact__en {
        font-size: 1.45rem;
    }

    .faq-contact__box {
        margin-top: 32px;
        padding: 20px;
    }

    .faq-contact__question {
        gap: 14px;
    }

    .faq-contact__q {
        font-size: 2.8rem;
    }

    .faq-contact__question p {
        font-size: 1.7rem;
    }

    .faq-contact__answer {
        padding-left: 0;
        font-size: 1.25rem;
    }

    .faq-contact__more {
        width: min(72%, 430px);
        margin-top: 36px;
    }

    .faq-contact__links {
        display: block;
        margin-top: 52px;
        padding-top: 36px;
    }

    .faq-contact__links::before {
        display: none;
    }

    .faq-contact__item {
        padding: 0;
    }

    .faq-contact__item + .faq-contact__item {
        margin-top: 40px;
        padding-top: 40px;
        padding-left: 0;
        border-top: 1px solid #ddd;
    }

    .faq-contact__item-title {
        font-size: 2.1rem;
    }

    .faq-contact__item-text {
        margin-top: 20px;
        font-size: 1.25rem;
    }

    .faq-contact__button {
        width: min(72%, 390px);
    }
}

@media (max-width: 390px) {
    .faq-contact__title {
        font-size: 2rem;
    }

    .faq-contact__question p {
        font-size: 1.45rem;
    }

    .faq-contact__answer,
    .faq-contact__item-text {
        font-size: 1.1rem;
    }
}
