@charset "UTF-8";


body {
    background-color: #FCF9F9;
}


/* ==================================
   how
=================================== */

.section--how {
    background-color: #FCF9F9;
    padding-top: 0;
    padding-bottom: 60px;
}

.how__image {
    width: min(calc(350 / 390 * 100vw), 350px);
    aspect-ratio: 350 / 233;
    margin-left: auto;
    margin-right: 0;
    border-radius: 0 0 0 20px;
    overflow: hidden;
    margin-bottom: 50px;
}

@media (min-width: 1024px) {
    .how__image {
        width: calc(350 / 390 * 480px);   /* ≈ 430px */
    }
}

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

.how__inner {
    width: 100%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    box-sizing: border-box;
}


/* ページタイトル */
.title--how {
    font-family: var(--font-mincho);
    font-size: 2rem;
    font-weight: 600;
    color: var(--primary-red);
    letter-spacing: 0.12em;
    margin-bottom: 20px;
    text-align: left;
    margin-left: 0;
}

.title--how::before {
    display: none;
}

/* リード */
.read--how {
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
    color: var(--primary-black);
    letter-spacing: 0.02em;
}

/* ==================================
   Step
=================================== */

/* inner 幅100% */
.step1__inner,
.step2__inner,
.step3__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stepimage {
    position: relative;
    width: 100%;
    overflow: visible;
    margin-bottom: 52px;   /* 数字の下はみ出し分 */
}

.stepimage img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
}

.number {
    position: absolute;
    bottom: -0.35em;          /* 約1/3が写真下にはみ出る */
    font-family: 'Hina Mincho', serif;
    font-size: 9.6rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: var(--primary-red);
    line-height: 1;
    pointer-events: none;
}

/* 左寄せ */
.stepimage--1 .number,
.stepimage--3 .number {
    left: var(--contentPadding);
}

/* 右寄せ */
.stepimage--2 .number {
    right: var(--contentPadding);
}

/* テキスト */
.steptitle {
    width: calc(271 / 390 * 100%);
    font-family: 'Shippori Mincho', serif;
    font-size: 2rem;
    color: var(--primary-red);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--primary-red);
    margin-bottom: 20px;
}

.steptext {
    width: calc(271 / 390 * 100%);
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: var(--primary-black);
    text-align: left;
    margin-bottom: 42px;
}

/* チェック */
.steppoint {
    width: calc(334 / 390 * 100%);
    max-width: 334px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.steppoint::before {
    content: '✓';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-color: var(--primary-red);
    color: var(--primary-white);
    font-size: 0.9rem;
    border-radius: 2px;
    margin-top: 2px;
}

.point__text {
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0.02em;
    color: var(--primary-black);
}


/* ==================================
   section--step 共通
=================================== */

.section--step1,
.section--step2 {
    background-color: var(--primary-beige);
    padding-bottom: 60px;
}
.section--step3 {
    background-color: var(--primary-beige);
    padding-bottom: 24px;
}


/* ==================================
   section--menuLink
=================================== */

.section--menuLink {
    background-color: #FCF9F9;
    padding-bottom: 65px;
}

.menuList__inner {
    width: var(--contentWidth);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.title--menuList {
    line-height: 1.8;
}

.read--menuList {
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.06em;
    color: var(--primary-sand);
    margin-bottom: 40px;
    margin-top: -20px;
}
