/*
 * flow_faq.css  EFLOW & FAQ セクション共通スタイル
 * 参�E: liquor_sales.html (sales.css より抽出)
 */

/* ========================================
   FLOW セクション
   ベ�Eジュ背景 + スチE�E��E�プカーチE
   ======================================== */
.sales-flow {
    background: #F4F4ED;
    padding: clamp(53.472px, 6.944vw, 137.5px) clamp(106.944px, 13.889vw, 275px);
    max-width: clamp(770px, 100vw, 1980px);
    margin: 0 auto;
    box-sizing: border-box;
}

.purchase-flow__pickup-note {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    min-height: clamp(21.389px, 2.778vw, 55px);
    margin: clamp(11.764px, 1.528vw, 30.25px) 0 0;
    padding: 0 clamp(9.09px, 1.181vw, 23.375px);
    box-sizing: border-box;
    background: #ddfa02;
    font-family: 'Zen Kaku Gothic Antique', 'Noto Sans JP', sans-serif;
    font-size: clamp(7.486px, 0.972vw, 19.25px);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #000000;
    white-space: nowrap;
}

.purchase-flow__documents-note,
.purchase-flow__caution-note {
    margin: clamp(8.021px, 1.042vw, 20.625px) 0 0;
    font-family: 'Zen Kaku Gothic Antique', 'Noto Sans JP', sans-serif;
    font-size: clamp(6.417px, 0.833vw, 16.5px);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: #000000;
    text-decoration: underline;
    text-underline-offset: clamp(1.069px, 0.139vw, 2.75px);
}

.purchase-flow__caution-note {
    padding-left: 1em;
    text-indent: -1em;
    text-decoration: none;
}

.purchase-flow__documents-note a {
    color: inherit;
    text-decoration: inherit;
}

@media screen and (max-width: 767px) {
    .purchase-flow__pickup-note {
        white-space: normal;
    }
}

.sales-flow__header {
    text-align: center;
    margin-bottom: clamp(6.417px, 0.833vw, 16.5px);
}

.sales-flow__title-en {
    font-family: 'Proxima Nova', 'Montserrat', Arial, sans-serif;
    font-size: clamp(34.222px, 4.444vw, 88px);
    font-weight: 700;
    letter-spacing: 0.3em;
    color: #000000;
    margin: 0;
}

.sales-flow__subtitle {
    font-family: 'Zen Kaku Gothic Antique', 'Noto Sans JP', sans-serif;
    font-size: clamp(7.486px, 0.972vw, 19.25px);
    font-weight: 500;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.6);
    margin: clamp(4.278px, 0.556vw, 11px) 0 clamp(25.667px, 3.333vw, 66px);
    display: block;
    text-align: center;
}

/* スチE�E��E�プ群コンチE�E��E� */
.sales-flow__steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* STEPカーチE 3カラム(赤バッジ / アイコン / チE�E��E�スチE */
.sales-flow__step {
    display: grid;
    grid-template-columns: clamp(85.556px, 11.111vw, 220px) clamp(85.556px, 11.111vw, 220px) 1fr;
    align-items: stretch;
    gap: 0;
    background: #ffffff;
    border-radius: clamp(8.556px, 1.111vw, 22px);
    overflow: hidden;
    box-shadow: 0 clamp(1.069px, 0.139vw, 2.75px) clamp(6.417px, 0.833vw, 16.5px) rgba(0, 0, 0, 0.06);
}

/* 赤サイドバー: STEP番号 */
.sales-flow__step-badge {
    background: #A50C27;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(17.111px, 2.222vw, 44px) clamp(10.694px, 1.389vw, 27.5px);
    height: 100%;
    box-sizing: border-box;
}

.sales-flow__step-badge__seller {
    height: clamp(82.774px, 10.764vw, 213.125px);
}

.sales-flow__step-label {
    font-family: 'Proxima Nova', 'Montserrat', Arial, sans-serif;
    font-size: clamp(7.486px, 0.972vw, 19.25px);
    font-weight: 700;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 1);
}

.sales-flow__step-num {
    font-family: 'Proxima Nova', 'Montserrat', Arial, sans-serif;
    font-size: clamp(29.944px, 3.889vw, 77px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -0.02em;
}

/* アイコン画像エリア */
.sales-flow__step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(17.111px, 2.222vw, 44px) clamp(12.833px, 1.667vw, 33px);
    background: #ffffff;
}

.sales-flow__step-img {
    width: clamp(53.472px, 6.944vw, 137.5px);
    height: clamp(53.472px, 6.944vw, 137.5px);
    object-fit: contain;
    display: block;
}

/* チE�E��E�ストコンチE�E��E�チE*/
.sales-flow__step-content {
    padding: clamp(17.111px, 2.222vw, 44px) clamp(21.389px, 2.778vw, 55px) clamp(17.111px, 2.222vw, 44px) clamp(12.833px, 1.667vw, 33px);
}

.sales-flow__step-title {
    font-family: 'Zen Kaku Gothic Antique', 'Noto Sans JP', sans-serif;
    font-size: clamp(9.625px, 1.25vw, 24.75px);
    font-weight: 700;
    color: #000000;
    margin: 0 0 clamp(6.417px, 0.833vw, 16.5px);
    text-decoration: underline;
    text-underline-offset: clamp(2.139px, 0.278vw, 5.5px);
}

.sales-flow__step-body {
    font-family: 'Zen Kaku Gothic Antique', 'Noto Sans JP', sans-serif;
    font-size: clamp(7.486px, 0.972vw, 19.25px);
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: 0.03em;
    color: #000000;
    margin: 0;
}

.sales-flow__step-body a {
    color: inherit !important;
    text-decoration: none;
}

/* スチE�E��E�プ間の縦線コネクター */
.sales-flow__connector {
    width: clamp(0.535px, 0.069vw, 1.375px);
    height: clamp(14.972px, 1.944vw, 38.5px);
    background: rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}

.liquor-purchase-page .sales-flow__dots {
    display: none;
}


/* ========================================
   FAQ セクション
   ベ�Eジュ背景 / 白角丸ボックス
   ======================================== */
.sales-faq {
    background: #F4F4ED;
    padding: clamp(53.472px, 6.944vw, 137.5px) clamp(64.167px, 8.333vw, 165px);
    max-width: clamp(770px, 100vw, 1980px);
    margin: 0 auto;
    box-sizing: border-box;
}

.sales-faq__header {
    text-align: center;
    margin-bottom: clamp(25.667px, 3.333vw, 66px);
}

.sales-faq__title-en {
    font-family: 'Proxima Nova', 'Montserrat', Arial, sans-serif;
    font-size: clamp(34.222px, 4.444vw, 88px);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #000000;
    margin: 0 0 clamp(4.278px, 0.556vw, 11px);
}

.sales-faq__subtitle {
    font-family: 'Zen Kaku Gothic Antique', 'Noto Sans JP', sans-serif;
    font-size: clamp(7.486px, 0.972vw, 19.25px);
    font-weight: 500;
    letter-spacing: 0.1em;
    color: rgba(0, 0, 0, 0.55);
    margin: 0;
}

/* 白ぁE�E��E�丸ボックス */
.sales-faq__box {
    background: #ffffff;
    border-radius: clamp(10.694px, 1.389vw, 27.5px);
    padding: clamp(25.667px, 3.333vw, 66px) clamp(34.222px, 4.444vw, 88px);
    width: clamp(641.667px, 83.333vw, 1650.000px);
    margin: 0 auto;
}

.sales-faq__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* 各Q&AアイチE�E��E� */
.sales-faq__item {
    border-bottom: clamp(0.535px, 0.069vw, 1.375px) solid rgba(0, 0, 0, 0.1);
    padding: clamp(14.972px, 1.944vw, 38.5px) 0;
}

.sales-faq__item:first-child {
    padding-top: 0;
}

.sales-faq__item:last-child {
    padding-bottom: 0;
}

/* 質問衁E Q + チE�E��E�スチE+ トグル記号 */
.sales-faq__question {
    display: grid;
    grid-template-columns: clamp(21.389px, 2.778vw, 55px) 1fr auto;
    align-items: baseline;
    gap: clamp(8.556px, 1.111vw, 22px);
    font-family: 'Zen Kaku Gothic Antique', 'Noto Sans JP', sans-serif;
    font-size: clamp(8.556px, 1.111vw, 22px);
    font-weight: 700;
    color: #000000;
    margin: 0;
    cursor: default;
}

/* 回答衁E Ehidden属性で制御 */
.sales-faq__answer {
    display: none;
    grid-template-columns: clamp(21.389px, 2.778vw, 55px) 1fr;
    align-items: baseline;
    gap: clamp(8.556px, 1.111vw, 22px);
    font-family: 'Zen Kaku Gothic Antique', 'Noto Sans JP', sans-serif;
    font-size: clamp(7.486px, 0.972vw, 19.25px);
    font-weight: 500;
    line-height: 1.8;
    color: #000000;
    margin: clamp(6.417px, 0.833vw, 16.5px) 0 0;
}

/* hidden属性がなぁE�E��E�き�E表示 */
.sales-faq__answer:not([hidden]) {
    display: grid;
}

.sales-faq__answer[hidden] {
    display: none !important;
}

.sales-faq__answer a {
    color: inherit !important;
    text-decoration: none;
}

.sales-faq__q {
    font-family: 'Proxima Nova', 'Montserrat', Arial, sans-serif;
    font-size: clamp(10.694px, 1.389vw, 27.5px);
    font-weight: 700;
    color: #000000;
}

.sales-faq__a {
    font-family: 'Proxima Nova', 'Montserrat', Arial, sans-serif;
    font-size: clamp(10.694px, 1.389vw, 27.5px);
    font-weight: 700;
    color: #000000;
}

.sales-faq__toggle {
    font-size: clamp(10.694px, 1.389vw, 27.5px);
    color: rgba(0, 0, 0, 0.4);
    font-weight: 300;
}

/* ========================================
   LIQUOR SALES SVG-aligned overrides
   Scope: liquor_sales.html .about-sections only
   ======================================== */
.about-sections > section {
    display: none;
}

.about-sections.rental-seller-main > section {
    display: block;
}

.about-sections.liquor-purchase-main > section {
    display: block;
}

.about-sections > .sales-redesign {
    display: block;
    background: #FBFBF8;
}

.about-sections .sales-redesign .sales-content-section {
    max-width: none;
    margin: 0 auto;
}

.about-sections .sales-redesign .sales-content-section--sale,
.about-sections .sales-redesign .sales-content-section--retail,
.about-sections .sales-redesign .sales-content-section--champagne {
    padding: clamp(34.757px, 4.514vw, 89.375px) clamp(65px, 8.33vw, 162px) clamp(64.167px, 8.333vw, 165px);
}

.about-sections .sales-redesign .sales-content-section--champagne {
    padding-top: var(--top-60);
}

.about-sections .sales-redesign .sales-content-section--sale,
.about-sections .sales-redesign .sales-content-section--retail {
    position: relative;
}

.about-sections .sales-redesign .sales-content-section--sale::after,
.about-sections .sales-redesign .sales-content-section--retail::after {
    content: "";
    position: absolute;
    right: clamp(65px, 8.33vw, 162px);
    bottom: 0;
    left: clamp(65px, 8.33vw, 162px);
    border-bottom: #000000 clamp(0.535px, 0.069vw, 1.375px) solid;
    width: clamp(641.667px, 83.333vw, 1650.000px);
    justify-self: center;
}

.about-sections .sales-redesign .sales-content__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    align-items: center;
}

.about-sections .sales-redesign .sales-content__inner--reverse {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-sections .sales-redesign .sales-content-section--sale .sales-content__inner,
.about-sections .sales-redesign .sales-content-section--retail .sales-content__inner,
.about-sections .sales-redesign .sales-content-section--champagne .sales-content__inner {
    align-items: start;
}

.about-sections .sales-redesign .sales-content__label {
    display: inline-flex;
    align-items: center;
    min-height: clamp(22.458px, 2.917vw, 57.75px);
    padding-left: clamp(8.556px, 1.111vw, 22px);
    margin: 0 0 clamp(4.278px, 0.556vw, 11px);
    margin-left: var(--top-18);
    border-left: clamp(2.139px, 0.278vw, 5.5px) solid #A50C27;
    font-family: 'Proxima Nova', 'Montserrat', Arial, sans-serif;
    font-size: clamp(9.625px, 1.25vw, 24.75px);
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #A50C27;
}

.about-sections .sales-redesign .sales-content-section--sale .sales-content__label,
.about-sections .sales-redesign .sales-content-section--retail .sales-content__label,
.about-sections .sales-redesign .sales-content-section--champagne .sales-content__label {
    position: relative;
    gap: 0;
    padding-left: 0;
    border-left: 0;
}

.about-sections .sales-redesign .sales-content-section--sale .sales-content__label::before,
.about-sections .sales-redesign .sales-content-section--retail .sales-content__label::before,
.about-sections .sales-redesign .sales-content-section--champagne .sales-content__label::before {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: clamp(-23.375px, -1.181vw, -9.080px);
    top: 50%;
    width: clamp(5.340px, 0.694vw, 13.750px);
    height: clamp(5.340px, 0.694vw, 13.750px);
    border: clamp(0.535px, 0.069vw, 1.375px) solid #A50C27;
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
    flex: none;
    transform: translateY(-50%);
}

.about-sections .sales-redesign .sales-content__title {
    margin: 0 0 clamp(27.806px, 3.611vw, 71.5px);
    font-family: 'Zen Kaku Gothic Antique', 'Noto Sans JP', sans-serif;
    font-size: clamp(18.181px, 2.361vw, 46.75px);
    font-weight: 500;
    line-height: 1.48;
    letter-spacing: 0.05em;
    color: #000;
}

.about-sections .sales-redesign .sales-content__subtitle {
    margin: clamp(-27.5px, -1.389vw, -10.694px) 0 clamp(18.181px, 2.361vw, 46.75px);
    font-family: 'Zen Kaku Gothic Antique', 'Noto Sans JP', sans-serif;
    font-size: clamp(10.694px, 1.389vw, 27.5px);
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #000;
}

.about-sections .sales-redesign .sales-content-section--sale .sales-content__title,
.about-sections .sales-redesign .sales-content-section--retail .sales-content__title,
.about-sections .sales-redesign .sales-content-section--champagne .sales-content__title {
    margin-bottom: var(--top-58);
    font-weight: 700;
}

.about-sections .sales-redesign .sales-content-section--sale .sales-content__title {
    margin-bottom: var(--top-58);
}

.about-sections .sales-redesign .sales-content-section--sale .sales-content__subtitle,
.about-sections .sales-redesign .sales-content-section--retail .sales-content__subtitle,
.about-sections .sales-redesign .sales-content-section--champagne .sales-content__subtitle {
    margin: 0 0 var(--top-36);
    font-size: var(--top-22);
    line-height: var(--top-34);
    font-weight: 700;
}

.about-sections .sales-redesign .sales-content-section--sale .sales-content__subtitle {
    margin-bottom: var(--top-36);
    font-size: var(--top-22);
    line-height: var(--top-34);
}

.about-sections .sales-redesign .sales-content__body {
    gap: clamp(11.764px, 1.528vw, 30.25px);
    margin-bottom: clamp(34.757px, 4.514vw, 89.375px);
}

.about-sections .sales-redesign .sales-content-section--sale .sales-content__body,
.about-sections .sales-redesign .sales-content-section--retail .sales-content__body,
.about-sections .sales-redesign .sales-content-section--champagne .sales-content__body {
    width: 100%;
    margin-right: 0;
}

.about-sections .sales-redesign .sales-content__body p {
    font-family: 'Zen Kaku Gothic Antique', 'Noto Sans JP', sans-serif;
    font-size: var(--top-14);
    font-weight: 500;
    line-height: 1.86;
    letter-spacing: 0.05em;
}

.about-sections .sales-redesign .sales-content__btns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, clamp(125.125px, 16.25vw, 321.75px)));
    column-gap: clamp(8.556px, 1.111vw, 22px);
    row-gap: clamp(6.417px, 0.833vw, 16.5px);
    align-items: center;
}

.about-sections .sales-redesign .sales-btn {
    width: 100%;
    width: clamp(124.590px, 16.250vw, 321.750px);
    height: var(--top-56);
    padding: 0 clamp(8.556px, 1.111vw, 22px);
    border-radius: clamp(534.188px, 69.375vw, 1373.625px);
    font-size: var(--top-14);
    font-weight: 500;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    gap: clamp(4.278px, 0.556vw, 11px);
    overflow: hidden;
    text-align: center;
}

.about-sections .sales-redesign .sales-btn__icon {
    display: inline-grid;
    place-items: center;
    width: clamp(9.625px, 1.25vw, 24.75px);
    height: clamp(9.625px, 1.25vw, 24.75px);
    border: clamp(0.535px, 0.069vw, 1.375px) solid currentColor;
    border-radius: 50%;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: clamp(5.347px, 0.694vw, 13.75px);
    font-weight: 700;
}

.about-sections .sales-redesign .sales-btn__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    line-height: 0;
}

.about-sections .sales-redesign .sales-btn__arrow img {
    display: block;
    width: var(--top-14);
    height: auto;
}

.about-sections .sales-redesign .sales-content-section--champagne .sales-btn__arrow img {
    width: clamp(8.556px, 1.111vw, 22px);
}

.liquor-sales-page .about-sections .sales-content-section--retail .sales-btn,
.liquor-sales-page .about-sections .sales-content-section--champagne .sales-btn {
    --sales-btn-hover-color: #A50C27;
    position: relative;
    overflow: hidden;
    border: 1.5px solid #000;
    border-radius: clamp(2.139px, 0.278vw, 5.5px);
    background: transparent;
    color: #000;
    isolation: isolate;
    opacity: 1;
    transform: none;
    transition: color 0.2s ease-in, border-color 0.2s ease-in;
}

.liquor-sales-page .about-sections .sales-content-section--champagne .sales-btn--green {
    --sales-btn-hover-color: #06C755;
}
@media screen and (min-width: 770px) {
    .liquor-sales-page .about-sections #ec .sales-btn,
    .liquor-sales-page .about-sections #champagne .sales-btn {
        position: relative;
        justify-content: center;
    }

    .liquor-sales-page .about-sections #ec .sales-btn__arrow,
    .liquor-sales-page .about-sections #champagne .sales-btn__arrow {
        position: absolute;
        top: 50%;
        right: clamp(12.817px, 1.667vw, 33px);
        margin: 0;
        transform: translateY(-50%);
    }
}

.liquor-sales-page .about-sections .sales-content-section--retail .sales-btn::before,
.liquor-sales-page .about-sections .sales-content-section--champagne .sales-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    display: block;
    width: 140%;
    height: 180%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.05);
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.liquor-sales-page .about-sections .sales-content-section--retail .sales-btn::after,
.liquor-sales-page .about-sections .sales-content-section--champagne .sales-btn::after {
    content: "";
    position: absolute;
    left: 55%;
    top: 180%;
    display: block;
    width: 160%;
    height: 190%;
    border-radius: 50%;
    background-color: var(--sales-btn-hover-color);
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.liquor-sales-page .about-sections .sales-content-section--retail .sales-btn:hover,
.liquor-sales-page .about-sections .sales-content-section--champagne .sales-btn:hover {
    border-color: var(--sales-btn-hover-color);
    color: #fff;
    opacity: 1;
    transform: none;
}

.liquor-sales-page .about-sections .sales-content-section--retail .sales-btn:hover::before,
.liquor-sales-page .about-sections .sales-content-section--champagne .sales-btn:hover::before {
    top: -35%;
    background-color: var(--sales-btn-hover-color);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.liquor-sales-page .about-sections .sales-content-section--retail .sales-btn:hover::after,
.liquor-sales-page .about-sections .sales-content-section--champagne .sales-btn:hover::after {
    top: -45%;
    background-color: var(--sales-btn-hover-color);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.liquor-sales-page .about-sections .sales-content-section--retail .sales-btn > *,
.liquor-sales-page .about-sections .sales-content-section--champagne .sales-btn > * {
    position: relative;
    z-index: 1;
}

.liquor-sales-page .about-sections .sales-content-section--retail .sales-btn:hover .sales-btn__arrow img,
.liquor-sales-page .about-sections .sales-content-section--champagne .sales-btn:hover .sales-btn__arrow img {
    filter: brightness(0) invert(1);
}

.about-sections .sales-redesign .sales-content__img-wrap {
    border-radius: clamp(10.694px, 1.389vw, 27.5px);
    aspect-ratio: 600 / 640;
}

.about-sections .sales-redesign .sales-content__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-sections .sales-redesign .sales-reason {
    width: 100%;
    max-width: none;
    padding: clamp(72.18px, 9.375vw, 185.49px) clamp(65px, 8.33vw, 162px) clamp(48.125px, 6.25vw, 123.75px);
    padding-top: clamp(18.691px, 2.431vw, 48.125px);
    box-sizing: border-box;
    border-radius: 0 0 0;
}

.mount {
    height: clamp(56.073px, 7.292vw, 144.375px);
    background: #FBFBF8;
    position: relative;
    overflow: hidden;
}

.mount__rental {
    margin-top: var(--top-92);
}

.mount::before {
    content: "";
    position: absolute;
    width: clamp(2677.103px, 348.056vw, 6891.500px);
    height: clamp(2677.103px, 348.056vw, 6891.500px);
    border-radius: 50%;
    background: #F4F4ED;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 0;
}

.about-sections .sales-redesign .sales-reason__header {
    margin-bottom: clamp(5.347px, 0.694vw, 13.75px);
}

.about-sections .sales-redesign .sales-reason__title-en,
.about-sections .sales-redesign .sales-flow__title-en,
.about-sections .sales-redesign .sales-faq__title-en {
    font-family: 'Proxima Nova', 'Montserrat', Arial, sans-serif;
    font-size: clamp(25.667px, 3.333vw, 66px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about-sections .sales-redesign .sales-reason__subtitle,
.about-sections .sales-redesign .sales-flow__subtitle,
.about-sections .sales-redesign .sales-faq__subtitle {
    margin: clamp(7.486px, 0.972vw, 19.25px) 0 clamp(34.222px, 4.444vw, 88px);
    font-family: 'Zen Kaku Gothic Antique', 'Noto Sans JP', sans-serif;
    font-size: clamp(9.625px, 1.25vw, 24.75px);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #000;
}

.about-sections .sales-redesign .sales-reason__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(19.25px, 2.5vw, 49.5px);
}

.about-sections .sales-redesign .sales-reason__img-wrap {
    margin-bottom: clamp(14.972px, 1.944vw, 38.5px);
    border-radius: var(--top-10);
    aspect-ratio: 1 / 1;
}

.about-sections .sales-redesign .sales-reason__item-title {
    min-height: clamp(31.014px, 4.028vw, 79.75px);
    margin-bottom: clamp(9.625px, 1.25vw, 24.75px);
    font-size: clamp(9.625px, 1.25vw, 24.75px);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.05em;
}

.about-sections .sales-redesign .sales-reason__divider {
    width: clamp(12.817px, 1.667vw, 33.000px);
    height: clamp(0.908px, 0.118vw, 2.338px);
    margin-bottom: clamp(12.817px, 1.667vw, 33.000px);
    background: #000;
}

.about-sections .sales-redesign .sales-reason__item-body {
    font-size: var(--top-14);
    line-height: 1.86;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.about-sections .sales-redesign .sales-reason__note {
    font-size: clamp(6.42px, 0.833vw, 16.49px);
    color: #000000;
    font-weight: 400;
}

.about-sections .sales-redesign .sales-flow {
    position: relative;
    overflow: visible;
    width: 100%;
    max-width: none;
    padding: clamp(48.125px, 6.25vw, 123.75px) clamp(65px, 13.89vw, 267px) clamp(45.451px, 5.903vw, 116.875px);
    box-sizing: border-box;
    background: #F4F4ED;
}

.about-sections .sales-redesign .sales-section-blob {
    position: absolute;
    z-index: 0;
    width: clamp(430px, 59.72vw, 1147px);
    height: auto;
    opacity: 0.65;
    pointer-events: none;
}

.about-sections .sales-redesign .sales-section-blob--flow {
    top: clamp(-266px, -34.62vw, -124px);
    right: clamp(-620px, -32.29vw, -248px);
}

.about-sections .sales-redesign .sales-section-blob--faq {
    top: clamp(-493px, -64.10vw, -230px);
    left: clamp(-620px, -32.29vw, -248px);
}

.about-sections .sales-redesign .sales-flow__header {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.about-sections .sales-redesign .sales-flow__steps {
    position: relative;
    z-index: 1;
    max-width: clamp(556.111px, 72.222vw, 1430px);
    margin: 0 auto;
    gap: clamp(10.694px, 1.389vw, 27.5px);
}

.about-sections .sales-redesign .sales-flow__steps::before {
    content: "";
    position: absolute;
    top: clamp(81.278px, 10.556vw, 209px);
    bottom: clamp(82.882px, 10.764vw, 213.125px);
    left: 50%;
    width: clamp(0.802px, 0.104vw, 2.063px);
    background: #000;
    transform: translateX(-50%);
    z-index: 0;
}

.about-sections .sales-redesign .sales-flow__step {
    position: relative;
    z-index: 1;
    grid-template-columns: clamp(85.021px, 11.042vw, 218.625px) clamp(111.222px, 14.444vw, 286px) minmax(0, 1fr);
    min-height: clamp(95.715px, 12.431vw, 246.125px);
    border-radius: clamp(10.694px, 1.389vw, 27.5px);
    box-shadow: none;
}

.about-sections .sales-redesign .sales-flow__step:nth-child(1) {
    min-height: clamp(82.882px, 10.764vw, 213.125px);
}

.about-sections .sales-redesign .sales-flow__step:nth-child(7) {
    min-height: clamp(81.278px, 10.556vw, 209px);
}

.about-sections .sales-redesign .sales-flow__step-badge {
    padding: clamp(16.042px, 2.083vw, 41.25px) clamp(5.347px, 0.694vw, 13.75px);
    background: #A50C27;
    line-height: 1;
}

.about-sections .sales-redesign .sales-flow__step-label {
    font-size: clamp(10.694px, 1.389vw, 27.5px);
    letter-spacing: 0.15em;
}

.about-sections .sales-redesign .sales-flow__step-num,
.about-sections.rental-seller-main .sales-flow__step-num {
    font-family: "Aktiv Grotesk", "Proxima Nova", "Montserrat", Arial, sans-serif;
    color: transparent;
    -webkit-text-stroke: clamp(0.535px, 0.069vw, 1.375px) #fff;
    text-stroke: clamp(0.535px, 0.069vw, 1.375px) #fff;
    font-size: clamp(32.083px, 4.167vw, 82.5px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    margin-top: var(--top-8);
}

.about-sections .sales-redesign .sales-flow__step-icon {
    padding: clamp(17.111px, 2.222vw, 44px);
}

.about-sections .sales-redesign .sales-flow__step-img {
    width: clamp(48.125px, 6.25vw, 123.75px);
    height: clamp(48.125px, 6.25vw, 123.75px);
}

.about-sections .sales-redesign .sales-flow__step-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(17.111px, 2.222vw, 44px) clamp(21.389px, 2.778vw, 55px) clamp(17.111px, 2.222vw, 44px) 0;
}

.about-sections .sales-redesign .sales-flow__step-title {
    position: relative;
    display: inline-block;
    align-self: flex-start;
    margin-bottom: clamp(14.972px, 1.944vw, 38.5px);
    font-size: clamp(9.625px, 1.25vw, 24.75px);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none;
}

.about-sections .sales-redesign .sales-flow__step-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: clamp(-4.125px, -0.208vw, -1.604px);
    width: clamp(60.424px, 7.847vw, 155.375px);
    height: clamp(0.535px, 0.069vw, 1.375px);
    background: #000;
}

.about-sections .sales-redesign .sales-flow__step:nth-child(1) .sales-flow__step-title::after {
    width: clamp(60.42px, 7.847vw, 155.26px);
}

.about-sections .sales-redesign .sales-flow__step:nth-child(3) .sales-flow__step-title::after {
    width: clamp(110.68px, 14.375vw, 284.42px);
}

.about-sections .sales-redesign .sales-flow__step:nth-child(5) .sales-flow__step-title::after {
    width: clamp(80.21px, 10.417vw, 206.10px);
}

.about-sections .sales-redesign .sales-flow__step:nth-child(7) .sales-flow__step-title::after {
    width: clamp(60.42px, 7.847vw, 155.26px);
}

.about-sections .sales-redesign .sales-flow__step-body {
    font-size: clamp(7.486px, 0.972vw, 19.25px);
    line-height: 1.86;
    letter-spacing: 0.05em;
    width: clamp(338.47px, 43.958vw, 869.74px);
}

.about-sections .sales-redesign .sales-flow__connector {
    display: none;
}

.about-sections .sales-redesign .sales-faq {
    position: relative;
    overflow: visible;
    width: 100%;
    max-width: none;
    padding: clamp(59.889px, 7.778vw, 154px) clamp(65px, 8.33vw, 162px) clamp(58.285px, 7.569vw, 149.875px);
    box-sizing: border-box;
    background: #F4F4ED;
}

.about-sections .sales-redesign .sales-faq__header {
    position: relative;
    z-index: 1;
    margin-bottom: clamp(29.944px, 3.889vw, 77px);
}

.about-sections .sales-redesign .sales-faq__title-en {
    letter-spacing: 0.1em;
}

.about-sections .sales-redesign .sales-faq__subtitle {
    margin: clamp(7.486px, 0.972vw, 19.25px) 0 0;
}

.about-sections .sales-redesign .sales-faq__box {
    position: relative;
    z-index: 1;
    max-width: none;
    padding: clamp(28.875px, 3.75vw, 74.25px) clamp(38.5px, 5vw, 99px);
    border-radius: clamp(10.694px, 1.389vw, 27.5px);
    padding-bottom: clamp(50.799px, 6.597vw, 130.625px);
}

.about-sections .sales-redesign .sales-faq__item {
    padding: clamp(17.089px, 2.222vw, 44.000px) 0;
}

.about-sections .sales-redesign .sales-faq__question {
    grid-template-columns: clamp(23.528px, 3.056vw, 60.5px) 1fr clamp(12.833px, 1.667vw, 33px);
    gap: clamp(8.544px, 1.111vw, 22.000px);
    font-size: clamp(9.613px, 1.250vw, 24.750px);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.about-sections .sales-redesign .sales-faq__answer {
    display: grid;
    grid-template-columns: clamp(23.528px, 3.056vw, 60.5px) 1fr;
    gap: clamp(8.556px, 1.111vw, 22px);
    margin: 0;
    font-size: clamp(7.486px, 0.972vw, 19.25px);
    line-height: 1.86;
    letter-spacing: 0.05em;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, margin 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-sections .sales-redesign .sales-faq__q,
.about-sections .sales-redesign .sales-faq__a {
    font-size: clamp(13.903px, 1.806vw, 35.75px);
    line-height: 1;
}

.about-sections .sales-redesign .sales-faq__toggle {
    position: relative;
    display: inline-block;
    width: clamp(12.833px, 1.667vw, 33px);
    height: clamp(12.833px, 1.667vw, 33px);
    color: transparent;
}

.about-sections .sales-redesign .sales-faq__toggle::before,
.about-sections .sales-redesign .sales-faq__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(9.625px, 1.25vw, 24.75px);
    height: clamp(0.535px, 0.069vw, 1.375px);
    background: #000;
    transform: translate(-50%, -50%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}

.about-sections .sales-redesign .sales-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.about-sections .sales-redesign .sales-faq__question.is-open .sales-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(180deg);
    opacity: 0;
}

.about-sections .sales-redesign .sales-faq__question.is-open + .sales-faq__answer {
    margin-top: clamp(16.042px, 2.083vw, 41.25px);
}

.rental-seller-page .about-sections.rental-seller-main .sales-faq__answer {
    margin-top: 0;
    transition: height 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, margin 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.rental-seller-page .about-sections.rental-seller-main .sales-faq__question.is-open + .sales-faq__answer {
    margin-top: clamp(6.408px, 0.833vw, 16.500px);
}



.liquor-sales-page .about-sections #ec .sales-btn__arrow,
.liquor-sales-page .about-sections #champagne .sales-btn__arrow {
        position: absolute;
        top: 50%;
        right: var(--top-20);
        margin: 0;
        transform: translateY(-50%);
}

@media (max-width: 769px) {
    .about-sections .sales-redesign .sales-content-section--sale,
    .about-sections .sales-redesign .sales-content-section--retail,
    .about-sections .sales-redesign .sales-content-section--champagne {
        padding: var(--sp-40) var(--sp-24);
    }

    .about-sections .sales-redesign .sales-content-section__sp {
        padding-top: var(--sp-56);
    }

    .about-sections .sales-redesign .sales-content__img-wrap {
        border-radius: 0;
        width: clamp(359px, 100vw, 769px);
        margin-inline: calc(var(--sp-24) * -1);
        height: clamp(258px, 71.79vw, 552px);
    }

    .about-sections .sales-redesign .sales-content__inner,
    .about-sections .sales-redesign .sales-content__inner--reverse {
        grid-template-columns: 1fr;
        gap: var(--sp-32);
    }

    .about-sections .sales-redesign .sales-content__label {
        min-height: var(--sp-34);
        margin-bottom: var(--sp-1);
        font-size: var(--sp-14);
        margin-left: var(--sp-16);
    }

    .about-sections .sales-redesign .sales-content__title {
        margin-bottom: clamp(16.042px, 2.083vw, 41.25px);
        font-size: var(--sp-24);
    }

    .about-sections .sales-redesign .sales-content__subtitle {
        margin: clamp(-11px, -0.556vw, -4.278px) 0 clamp(12.833px, 1.667vw, 33px);
        font-size: var(--sp-18);
    }

    .about-sections .sales-redesign .sales-content-section--sale .sales-content__title,
    .about-sections .sales-redesign .sales-content-section--retail .sales-content__title,
    .about-sections .sales-redesign .sales-content-section--champagne .sales-content__title {
        margin-bottom: var(--sp-40);
    }

    .about-sections .sales-redesign .sales-content-section--sale .sales-content__subtitle,
    .about-sections .sales-redesign .sales-content-section--retail .sales-content__subtitle,
    .about-sections .sales-redesign .sales-content-section--champagne .sales-content__subtitle {
        margin: 0 0 var(--sp-32);
        font-size: var(--sp-18);
        line-height: var(--sp-26);
    }

    .about-sections .sales-redesign .sales-content__body {
        gap: clamp(9.625px, 1.25vw, 24.75px);
        margin-bottom: var(--sp-40);
    }

    .about-sections .sales-redesign .sales-content-section--sale .sales-content__label::before, .about-sections .sales-redesign .sales-content-section--retail .sales-content__label::before, .about-sections .sales-redesign .sales-content-section--champagne .sales-content__label::before {
        width: var(--sp-8);
        height: var(--sp-8);
        left: clamp(-33px, -4.23vw, -15px);
    }

    .about-sections .sales-redesign .sales-content-section--sale .sales-content__label::before {
        left: clamp(-33px, -4.23vw, -15px);
    }

    

    .about-sections .sales-redesign .sales-content__btns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: clamp(4.278px, 0.556vw, 11px);
        row-gap: clamp(5.347px, 0.694vw, 13.75px);
    }

    .about-sections .sales-redesign .sales-btn {
        width: 100%;
        min-width: 0;
        min-height: clamp(28.875px, 3.75vw, 74.25px);
        padding: 0 clamp(4.278px, 0.556vw, 11px);
        font-size: clamp(10px, 3.1vw, 12px);
        gap: clamp(2.674px, 0.347vw, 6.875px);
    }

    .about-sections .sales-redesign .sales-reason {
        padding: var(--sp-78) var(--sp-24) var(--sp-76);
        padding-top: var(--sp-53);
        border-radius: 0 0 0;
    }

    .about-sections .sales-redesign .sales-reason__title-en,
    .about-sections .sales-redesign .sales-flow__title-en,
    .about-sections .sales-redesign .sales-faq__title-en {
        font-size: var(--sp-32);
    }

    .about-sections .sales-redesign .sales-reason__subtitle,
    .about-sections .sales-redesign .sales-flow__subtitle,
    .about-sections .sales-redesign .sales-faq__subtitle {
        margin-bottom: clamp(19.25px, 2.5vw, 49.5px);
        font-size: var(--sp-16);
    }

    .sales-reason__img {
        width: clamp(258px, 71.79vw, 552px);
        height: clamp(221px, 61.54vw, 473px);
        border-radius: var(--sp-10);
    }

    .about-sections .sales-redesign .sales-reason__img-wrap {
        margin-bottom: var(--sp-24);
    }

    .about-sections .sales-redesign .sales-reason__img-wrap {
        width: clamp(258px, 71.79vw, 552px);
        height: clamp(221px, 61.54vw, 473px);
    }
.liquor-sales-page .about-sections .sales-redesign .sales-reason__grid
    .about-sections .sales-redesign .sales-reason__grid {
        grid-template-columns: 1fr;
        gap: clamp(22.458px, 2.917vw, 57.75px);
    }

    .about-sections .sales-redesign .sales-reason__item-title {
        min-height: 0;
        font-size: var(--sp-18);
        margin-bottom: var(--sp-24);
    }

    .about-sections .sales-redesign .sales-flow {
        padding: clamp(41.708px, 5.417vw, 107.25px) var(--sp-24);
    }

    .about-sections .sales-redesign .sales-flow__steps::before {
        display: none;
    }

    .about-sections .sales-redesign .sales-flow__step {
        grid-template-columns: clamp(40.639px, 5.278vw, 104.5px) 1fr;
        min-height: 0;
    }

    .about-sections .sales-redesign .sales-flow__step:nth-child(1),
    .about-sections .sales-redesign .sales-flow__step:nth-child(7) {
        min-height: 0;
    }

    .about-sections .sales-redesign .sales-flow__step-badge {
        grid-row: 1 / span 2;
        padding: clamp(11.764px, 1.528vw, 30.25px) clamp(4.278px, 0.556vw, 11px);
    }

    .about-sections .sales-redesign .sales-flow__step-label {
        font-size: clamp(7.486px, 0.972vw, 19.25px);
    }

    .about-sections .sales-redesign .sales-flow__step-num {
        font-size: clamp(23.528px, 3.056vw, 60.5px);
    }

    .about-sections .sales-redesign .sales-flow__step-icon {
        justify-content: flex-start;
        padding: clamp(11.764px, 1.528vw, 30.25px) clamp(12.833px, 1.667vw, 33px) clamp(4.278px, 0.556vw, 11px);
    }

    .about-sections .sales-redesign .sales-flow__step-img {
        width: clamp(41.708px, 5.417vw, 107.25px);
        height: clamp(41.708px, 5.417vw, 107.25px);
    }

    .about-sections .sales-redesign .sales-flow__step-content {
        padding: clamp(4.278px, 0.556vw, 11px) clamp(12.833px, 1.667vw, 33px) clamp(13.903px, 1.806vw, 35.75px);
    }

    .about-sections .sales-redesign .sales-flow__step-title {
        margin-bottom: clamp(5.347px, 0.694vw, 13.75px);
        font-size: clamp(9.09px, 1.181vw, 23.375px);
    }

    .about-sections .sales-redesign .sales-flow__step-title::after {
        display: none;
    }

    .about-sections .sales-redesign .sales-flow__connector {
        height: clamp(10.694px, 1.389vw, 27.5px);
    }

    .about-sections .sales-redesign .sales-faq {
        padding: var(--sp-78) var(--sp-24);
        padding-bottom: clamp(111px, 30.77vw, 237px);
    }

    .about-sections .sales-redesign .sales-faq__header {
        margin-bottom: clamp(19.25px, 2.5vw, 49.5px);
    }

    .about-sections .sales-redesign .sales-faq__box {
        padding: clamp(14.972px, 1.944vw, 38.5px) clamp(10.694px, 1.389vw, 27.5px);
        border-radius: clamp(8.556px, 1.111vw, 22px);
    }

    .about-sections .sales-redesign .sales-faq__question {
        grid-template-columns: clamp(16.042px, 2.083vw, 41.25px) 1fr clamp(10.694px, 1.389vw, 27.5px);
        gap: clamp(5.347px, 0.694vw, 13.75px);
        font-size: var(--sp-16);
        font-weight: 700;
    }

    .about-sections .sales-redesign .sales-faq__answer {
        grid-template-columns: clamp(16.042px, 2.083vw, 41.25px) 1fr;
        gap: clamp(5.347px, 0.694vw, 13.75px);
        margin-top: var(--sp-19);
        font-size: var(--sp-14);
    }

    .about-sections .sales-redesign .sales-faq__item {
        padding: var(--sp-24) 0;
    }

    .about-sections .sales-redesign .sales-faq__q,
    .about-sections .sales-redesign .sales-faq__a {
        font-size: 5.641vw;
        line-height: var(--sp-28);
    }

    .about-sections .sales-redesign .sales-content__body p {
        font-size: var(--sp-14);
    }

    .about-sections .sales-redesign .sales-reason__item-body {
        font-size: var(--sp-14);
    }
}

@media screen and (max-width: 769px) {
    .liquor-sales-page .about-sections .sales-redesign .sales-content__btns {
        display: grid;
        grid-template-columns: 1fr;
        gap: 3.59vw;
        width: 100%;
        margin-bottom: var(--sp-40);
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-btn {
        width: 100%;
        min-width: 0;
        height: var(--sp-56);
        padding: 0 var(--sp-16);
        justify-content: center;
        font-size: 3.59vw;
        line-height: 1.35;
        gap: 2.564vw;
    }

    .liquor-sales-page .about-sections #champagne .sales-btn__arrow {
        right: var(--sp-32);
    }

    .liquor-sales-page .sales-content-section--champagne .sales-content__img-wrap {
        order: -1;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-reason {
        overflow: hidden;
        padding-right: 0;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-reason__header,
    .liquor-sales-page .about-sections .sales-redesign .sales-reason__subtitle {
        padding-right: var(--sp-24);
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-reason__grid {
        display: flex;
        grid-template-columns: none;
        gap: var(--sp-24);
        width: 100vw;
        margin-left: calc(var(--sp-24) * -1);
        padding: 0 var(--sp-55);
        box-sizing: border-box;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: var(--sp-55);
        scrollbar-width: none;
        height: auto;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-reason__grid::-webkit-scrollbar {
        display: none;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-reason__item {
        flex: 0 0 calc(100vw - (var(--sp-55) * 2));
        width: calc(100vw - (var(--sp-55) * 2));
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }

    .liquor-sales-page .sales-reason__dots,
    .liquor-sales-page .sales-flow__dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 2.564vw;
        padding-right: var(--sp-24);
        margin-top: var(--sp-40);
    }

    .liquor-sales-page .sales-reason__dot,
    .liquor-sales-page .sales-flow__dot {
        display: block;
        width: 2.051vw;
        height: 2.051vw;
        border-radius: 50%;
        background: rgb(165, 12, 39, 0.11);
    }

    .liquor-sales-page .sales-reason__dot.is-active,
    .liquor-sales-page .sales-flow__dot.is-active {
        background: #A50C27;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow {
        overflow: hidden;
        padding-right: 0;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow__header {
        padding-right: var(--sp-24);
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow__steps {
        display: flex;
        flex-direction: row;
        gap: clamp(12.833px, 1.667vw, 33px);
        width: clamp(182.875px, 23.75vw, 470.25px);
        max-width: none;
        margin: 0;
        padding-right: var(--sp-24);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        height: clamp(512px, 142.56vw, 1097px);
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow__steps::-webkit-scrollbar {
        display: none;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow__steps::before,
    .liquor-sales-page .about-sections .sales-redesign .sales-flow__connector {
        display: none;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow__step,
    .liquor-sales-page .about-sections .sales-redesign .sales-flow__step:nth-child(1),
    .liquor-sales-page .about-sections .sales-redesign .sales-flow__step:nth-child(7) {
        display: flex;
        flex: 0 0 clamp(307.692px, 82.051vw, 630.769px);
        flex-direction: column;
        min-height: clamp(420px, 112vw, 861px);
        border-radius: 4.103vw;
        overflow: hidden;
        scroll-snap-align: start;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow__step-badge {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: var(--sp-8);
        width: 100%;
        min-height: 22.564vw;
        padding: 0 0;
        box-sizing: border-box;
        grid-row: auto;
        height: var(--sp-89);
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow__step-label {
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-size: var(--sp-14);
        line-height: 1;
        letter-spacing: clamp(-6px, -0.77vw, -3px);
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow__step-badge img {
        width: var(--sp-80);
        height: var(--sp-87);
        padding-bottom: var(--sp-8);
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow__step-num {
        font-size: var(--sp-68);
        font-weight: 700;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow__step-icon {
        justify-content: center;
        padding: var(--sp-40) 5.128vw var(--sp-26);
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow__step-img {
        width: var(--sp-91);
        height: var(--sp-100);
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow__step-content {
        flex: 1;
        justify-content: flex-start;
        padding: 4.103vw 5.128vw 7.179vw;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow__step-title {
        align-self: center;
        margin-bottom: var(--sp-32);
        font-size: var(--sp-18);
        line-height: var(--sp26);
        text-align: center;
        text-decoration: underline;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow__step-title::after {
        display: none;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow__step-body {
        width: 100%;
        font-size: var(--sp-14);
        line-height: 1.9;
    }
}

@media screen and (max-width: 769px) {
    .liquor-sales-page .about-sections .sales-redesign .sales-btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-btn__arrow {
        position: absolute;
        top: 50%;
        right: var(--sp-32);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 4.103vw;
        height: 4.103vw;
        margin: 0;
        transform: translateY(-50%);
        line-height: 0;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-btn__arrow img {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 769px) {
    .rental-seller-page .about-sections.rental-seller-main .sales-flow {
        overflow: visible;
        padding: 20.513vw 0 0;
        background: #F4F4ED;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__header,
    .rental-seller-page .about-sections.rental-seller-main .sales-faq__header {
        margin-bottom: 12.821vw;
        padding: 0 var(--sp-24, 6.154vw);
        text-align: center;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__steps {
        display: flex;
        gap: var(--sp-16, 4.103vw);
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0 var(--sp-24, 6.154vw) 3.077vw;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__steps::-webkit-scrollbar {
        display: none;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__steps::before,
    .rental-seller-page .about-sections.rental-seller-main .sales-flow__connector {
        display: none;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step {
        display: grid;
        flex: 0 0 var(--sp-content-width, calc(100vw - 12.308vw));
        grid-template-columns: 20.513vw 1fr;
        min-height: 0;
        border-radius: 4.103vw;
        overflow: hidden;
        scroll-snap-align: start;
        background: #fff;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step:nth-child(1) {
        min-height: 0;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-badge {
        grid-row: 1 / span 2;
        padding: 6.154vw 2.051vw;
        background: #A50C27;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-label {
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-size: 2.821vw;
        line-height: 1;
        letter-spacing: 0.08em;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-badge img {
        width: 14.359vw;
        height: auto;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-icon {
        justify-content: center;
        padding: var(--sp-40) 5.128vw 3.077vw;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-img {
        width: 24.615vw;
        height: 24.615vw;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-content {
        width: auto;
        padding: 4.103vw 5.128vw 7.179vw;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-title {
        align-self: center;
        margin-bottom: 4.615vw;
        font-size: 4.103vw;
        line-height: 1.55;
        text-align: center;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-title::after {
        display: none;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-body {
        width: 100%;
        font-size: 3.333vw;
        line-height: 1.9;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-faq {
        overflow: visible;
        padding: clamp(147px, 41.03vw, 315px) var(--sp-24, 6.154vw) clamp(111px, 30.77vw, 237px);
        background: #F4F4ED;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-faq__box {
        width: 100%;
        max-width: none;
        padding: 5.128vw;
        border-radius: 3.077vw;
        padding-bottom: var(--sp-50);
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-faq__item {
        padding: 4.103vw 0;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-faq__question {
        grid-template-columns: 7.692vw 1fr 5.128vw;
        gap: 3.077vw;
        font-size: var(--sp-16);
        line-height: 1.7;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-faq__answer {
        grid-template-columns: 7.692vw 1fr;
        gap: 3.077vw;
        margin: 4.103vw 0 2.564vw;
        font-size: var(--sp-14);
        line-height: 1.9;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-faq__q,
    .rental-seller-page .about-sections.rental-seller-main .sales-faq__a {
        font-size: 5.641vw;
        line-height: var(--sp-28);
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-faq__toggle {
        width: 5.128vw;
        height: 5.128vw;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-faq__toggle::before,
    .rental-seller-page .about-sections.rental-seller-main .sales-faq__toggle::after {
        width: 4.103vw;
    }

    .rental-seller-page .about-sections.rental-seller-main .rs-section-blob--flow {
        top: clamp(-158px, -20.51vw, -74px);
        left: -37.179vw;
        width: 76.923vw;
    }

    .rental-seller-page .about-sections.rental-seller-main .rs-section-blob--faq {
        top: clamp(-296px, -38.46vw, -138px);
        right: -38.462vw;
        width: 76.923vw;
        z-index: 2 !important;
        pointer-events: none;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-faq__header,
    .rental-seller-page .about-sections.rental-seller-main .sales-faq__box {
        position: relative !important;
        z-index: 30 !important;
    }

    .mount {
    height: clamp(23px, 6.41vw, 49px);
    background: #FBFBF8;
    position: relative;
    overflow: hidden;
    }

    .mount__rental {
        margin-top: clamp(66px, 18.46vw, 142px);
    }

    .mount::before {
        content: "";
        position: absolute;
        width: clamp(1472px, 410.26vw, 3153px);
        height: clamp(1472px, 410.26vw, 3153px);
        border-radius: 50%;
        background: #F4F4ED;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        z-index: 0;
    }
}

@media screen and (max-width: 769px) {
    .rental-seller-page .about-sections.rental-seller-main .sales-flow {
        overflow: hidden;
        padding-right: 0;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__header {
        padding-right: var(--sp-24, 6.154vw);
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__steps {
        display: flex;
        flex-direction: row;
        gap: 5.128vw;
        width: calc(100vw - var(--sp-24, 6.154vw));
        max-width: none;
        margin: 0;
        padding: 0 var(--sp-24, 6.154vw) 0 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__steps::-webkit-scrollbar {
        display: none;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step,
    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step:nth-child(1) {
        display: flex;
        flex: 0 0 clamp(307.692px, 82.051vw, 630.769px);
        flex-direction: column;
        min-height: clamp(420px, 112vw, 861px);
        border-radius: 4.103vw;
        overflow: hidden;
        scroll-snap-align: start;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-badge {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 4.103vw;
        width: 100%;
        min-height: 22.564vw;
        padding: 4.615vw 5.128vw;
        box-sizing: border-box;
        grid-row: auto;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-label {
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-size: 2.821vw;
        line-height: 1;
        letter-spacing: 0.08em;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-badge img {
        width: 14.359vw;
        height: auto;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-icon {
        justify-content: center;
        padding: var(--sp-40) 5.128vw 3.077vw;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-img {
        width: 24.615vw;
        height: 24.615vw;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-content {
        flex: 1;
        justify-content: flex-start;
        width: auto;
        padding: 4.103vw 5.128vw 7.179vw;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-title {
        align-self: center;
        margin-bottom: 4.615vw;
        font-size: 4.103vw;
        line-height: 1.55;
        text-align: center;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-title::after {
        display: none;
    }

    .rental-seller-page .sales-flow__dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 2.564vw;
        padding-right: 0;
        margin-top: 7.692vw;
    }

    .rental-seller-page .sales-flow__dot {
        display: block;
        width: 2.051vw;
        height: 2.051vw;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.25);
        cursor: pointer;
    }

    .rental-seller-page .sales-flow__dot.is-active {
        background: #000;
    }
}
@media screen and (max-width: 769px) {
    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow {
        width: 100%;
        max-width: none;
        overflow: hidden;
        padding: 18.462vw 0;
        background: #f4f4ed;
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .sales-flow__header {
        margin-bottom: var(--sp-40, 10.256vw);
        padding: 0 var(--sp-24, 6.154vw);
        text-align: center;
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .sales-flow__steps {
        display: flex;
        flex-direction: row;
        gap: 5.128vw;
        width: calc(100vw - var(--sp-24, 6.154vw));
        max-width: none;
        margin: 0 0 0 var(--sp-24, 6.154vw);
        padding: 0 var(--sp-24, 6.154vw) 0 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .sales-flow__steps::-webkit-scrollbar {
        display: none;
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .sales-flow__steps::before,
    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .sales-flow__connector {
        display: none;
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .sales-flow__step,
    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .sales-flow__step:nth-child(1),
    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .sales-flow__step:nth-child(7) {
        display: flex;
        flex: 0 0 clamp(307.692px, 82.051vw, 630.769px);
        flex-direction: column;
        min-height: clamp(500px, 133.333vw, 1026px);
        border-radius: 4.103vw;
        overflow: hidden;
        scroll-snap-align: start;
        box-shadow: none;
    }

    .about-sections .sales-redesign .sales-reason__divider {
        margin-bottom: var(--sp-24);
        width: var(--sp-24);
        height: 2px;
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .sales-flow__step-badge {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 4.103vw;
        width: 100%;
        min-height: 22.564vw;
        padding: 4.615vw 5.128vw;
        box-sizing: border-box;
        grid-row: auto;
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .sales-flow__step-label {
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-size: 2.821vw;
        line-height: 1;
        letter-spacing: 0.08em;
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .sales-flow__step-badge img {
        width: 14.359vw;
        height: auto;
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .sales-flow__step-num {
        font-size: 14.359vw;
        line-height: 0.85;
        letter-spacing: 0;
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .sales-flow__step-icon {
        display: flex;
        justify-content: center;
        padding: var(--sp-40) 5.128vw 3.077vw;
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .sales-flow__step-img,
    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow__icon-placeholder {
        width: 24.615vw;
        height: 24.615vw;
        object-fit: contain;
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .sales-flow__step-content {
        flex: 1;
        justify-content: flex-start;
        width: auto;
        padding: 4.103vw 5.128vw 7.179vw;
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .sales-flow__step-title {
        align-self: center;
        max-width: 100%;
        margin: 0 0 4.615vw;
        font-size: 4.103vw;
        line-height: 1.55;
        text-align: center;
        white-space: normal;
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .sales-flow__step-title::after {
        display: none;
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .sales-flow__step-body,
    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .yellow_box,
    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .step_note,
    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .note {
        width: auto;
        max-width: 100%;
        font-size: var(--sp-14);
        line-height: 1.9;
        letter-spacing: 0.04em;
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .note {
        font-size: var(--sp-12);
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .yellow_box,
    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .step_note,
    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .note {
        margin-top: var(--sp-24);
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .note {
        margin-top: var(--sp-16);
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .yellow_box {
        margin-bottom: 0;
    }

    .liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow .step_note__p2 {
        font-size: var(--sp-12);
    }

    .liquor-purchase-page .sales-flow__dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 2.564vw;
        padding-right: var(--sp-24, 6.154vw);
        margin-top: 7.692vw;
    }

    .liquor-purchase-page .sales-flow__dot {
        display: block;
        width: 2.051vw;
        height: 2.051vw;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.25);
        cursor: pointer;
    }

    .liquor-purchase-page .sales-flow__dot.is-active {
        background: #000;
    }

.liquor-purchase-page .about-sections.liquor-purchase-main .purchase-flow__cta {
        width: clamp(315px, 87.69vw, 675px);
        margin: 10.256vw auto 0;
    }
}



@media screen and (max-width: 769px) {
    .liquor-sales-page .about-sections .sales-redesign .sales-reason__grid {
        width: 100vw;
        height: auto;
        margin-left: calc(var(--sp-24) * -1);
        padding: 0 var(--sp-55);
        gap: var(--sp-24);
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: var(--sp-55);
        touch-action: pan-x pan-y;
        box-sizing: border-box;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-reason__item {
        flex: 0 0 calc(100vw - (var(--sp-55) * 2));
        width: calc(100vw - (var(--sp-55) * 2));
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow__steps {
        width: clamp(315px, 87.69vw, 675px);
        max-width: none;
        margin: 0;
        padding-right: 0;
        gap: clamp(12.833px, 1.667vw, 33px);
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 0;
        touch-action: pan-x pan-y;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow__step,
    .liquor-sales-page .about-sections .sales-redesign .sales-flow__step:nth-child(1),
    .liquor-sales-page .about-sections .sales-redesign .sales-flow__step:nth-child(7) {
        flex: 0 0 100%;
        width: 100%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-faq__answer {
        margin-top: 0;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-faq__question.is-open + .sales-faq__answer {
        margin-top: var(--sp-19, 4.872vw);
    }

    .about-sections .sales-redesign .sales-content-section--sale::after,
    .about-sections .sales-redesign .sales-content-section--retail::after {
        width: clamp(315px, 87.69vw, 675px);
    }
}

@media screen and (max-width: 769px) {
    .rental-seller-page .rs-price {
        position: relative !important;
        z-index: auto !important;
    }

    .rental-seller-page .rs-price__card {
        position: relative !important;
        z-index: 20 !important;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow {
        position: relative !important;
        z-index: auto !important;
        overflow: visible !important;
    }

    .rental-seller-page .about-sections.rental-seller-main .rs-section-blob--flow {
        z-index: 1 !important;
        pointer-events: none;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step,
    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step:nth-child(1) {
        position: relative !important;
        z-index: 30 !important;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__steps,
    .rental-seller-page .about-sections.rental-seller-main .sales-flow__header,
    .rental-seller-page .sales-flow__dots {
        position: relative !important;
        z-index: 30 !important;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__steps {
        width: clamp(315px, 87.69vw, 675px);
        height: clamp(434px, 121.03vw, 931px);
        max-width: none;
        margin: 0 var(--sp-24);
        padding: 0;
        gap: clamp(12.833px, 1.667vw, 33px);
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 0;
        touch-action: pan-x pan-y;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step,
    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step:nth-child(1) {
        display: flex;
        flex: 0 0 100%;
        flex-direction: column;
        width: 100%;
        min-height: clamp(420px, 112vw, 861px);
        border-radius: 4.103vw;
        overflow: hidden;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-badge {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 4.103vw;
        width: 100%;
        min-height: 22.564vw;
        height: var(--sp-89, 22.821vw);
        padding: 0;
        box-sizing: border-box;
        grid-row: auto;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-label {
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-size: var(--sp-14, 3.590vw);
        line-height: 1;
        letter-spacing: clamp(-6px, -0.77vw, -3px);
        padding-bottom: var(--sp-6, 1.538vw);
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-badge img {
        width: var(--sp-80, 20.513vw);
        height: var(--sp-87, 22.308vw);
        padding-bottom: var(--sp-8, 2.051vw);
        object-fit: contain;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-icon {
        justify-content: center;
        padding: var(--sp-40, 10.256vw) 5.128vw var(--sp-26, 6.667vw);
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-img {
        width: var(--sp-91, 23.333vw);
        height: var(--sp-100, 25.641vw);
        object-fit: contain;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-content {
        flex: 1;
        justify-content: flex-start;
        width: auto;
        padding: 4.103vw 5.128vw 7.179vw;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-title {
        align-self: center;
        margin-bottom: var(--sp-32, 8.205vw);
        font-size: var(--sp-18, 4.615vw);
        line-height: var(--sp26, 1.45);
        text-align: center;
        text-decoration: underline;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-title::after {
        display: none;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-flow__step-body {
        width: 100%;
        font-size: var(--sp-14, 3.590vw);
        line-height: 1.9;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-faq__answer {
        margin: 0;
    }

    .rental-seller-page .about-sections.rental-seller-main .sales-faq__question.is-open + .sales-faq__answer {
        margin-top: var(--sp-19, 4.872vw);
    }

    .rental-seller-page .sales-flow__dot.is-active {
        background: #A50C27;
    }
}

@media screen and (max-width: 769px) {
    .liquor-sales-page .about-sections .sales-redesign .sales-reason {
        position: relative;
        z-index: 1;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow {
        position: relative;
        z-index: auto;
        overflow: visible;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-faq {
        position: relative;
        z-index: auto;
        overflow: visible;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-faq__box {
        width: 100%;
        max-width: none;
        padding: 5.128vw;
        border-radius: 3.077vw;
        padding-bottom: var(--sp-40);
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-faq__item {
        padding: 4.103vw 0;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-faq__question {
        grid-template-columns: 7.692vw 1fr 5.128vw;
        gap: 3.077vw;
        font-size: var(--sp-16);
        line-height: 1.7;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-faq__answer {
        grid-template-columns: 7.692vw 1fr;
        gap: 3.077vw;
        margin: 0;
        font-size: var(--sp-14);
        line-height: 1.9;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-faq__question.is-open + .sales-faq__answer {
        margin: 4.103vw 0 2.564vw;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-faq__q,
    .liquor-sales-page .about-sections .sales-redesign .sales-faq__a {
        font-size: 5.641vw;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-faq__toggle {
        width: 5.128vw;
        height: 5.128vw;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-faq__toggle::before,
    .liquor-sales-page .about-sections .sales-redesign .sales-faq__toggle::after {
        width: 4.103vw;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-section-blob--flow,
    .liquor-sales-page .about-sections .sales-redesign .sales-section-blob--faq {
        z-index: 2;
    }

    .liquor-sales-page .about-sections .sales-redesign .sales-flow__header,
    .liquor-sales-page .about-sections .sales-redesign .sales-flow__steps,
    .liquor-sales-page .sales-flow__dots,
    .liquor-sales-page .about-sections .sales-redesign .sales-faq__header,
    .liquor-sales-page .about-sections .sales-redesign .sales-faq__box {
        position: relative;
        z-index: 3;
    }

    .liquor-sales-page .about-sections #ec .sales-btn__arrow {
        right: var(--sp-32);
    }

    .about-sections.rental-seller-main .sales-flow__step-num {
        font-size: var(--sp-68);
    }

    .about-sections .sales-redesign .sales-reason__note {
        font-size: var(--sp-14);
    }

    .about-sections .sales-redesign .sales-reason__subtitle {
        margin-bottom: var(--sp-60);
    }
}
