/* =====================
   全体
======================== */
body {
    font-family:
        "Kosugi Maru",
        "Hiragino Kaku Gothic ProN",
        sans-serif;
}

.nav-ja,
.header-contact-btn,
.fv-pickup-text,
.fv-feature {
    font-family:
        "Kosugi Maru",
        sans-serif;
}

.fv-title {
    font-family:
        "Kiwi Maru",
        serif;
    font-weight: 500;
}

.fv-title-second strong {
    font-family:
        "Kiwi Maru",
        serif;
    color: #f28791;
    font-weight: 500;
}

/* =====================
   TOPビュー
======================== */
.fv {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 580px;
    margin-top: -14px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 25%,
            rgba(255, 255, 255, .95),
            rgba(255, 255, 255, 0) 35%),
        linear-gradient(90deg,
            #fff9f7 0%,
            #fff9f7 43%,
            #f9f2ed 100%);
}

/* 背景を少し柔らかく */
.fv::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 76% 20%,
            rgba(255, 255, 255, .8) 0,
            rgba(255, 255, 255, 0) 28%),
        radial-gradient(circle at 92% 70%,
            rgba(255, 255, 255, .8) 0,
            rgba(255, 255, 255, 0) 22%);
    pointer-events: none;
}


/* 左側 */
.fv-content {
    position: relative;
    z-index: 5;
    width: 47%;
    max-width: 700px;
    padding-left: clamp(35px, 6vw, 110px);
    box-sizing: border-box;
}

/* 小さいコピー */
.fv-small-copy {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    transform-origin: left center;
}

.fv-small-copy p {
    margin: 0;
    color: #68493d;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
}

.fv-paw {
    color: #f59ba4;
    font-size: 18px;
}

.fv-heart {
    margin-left: 12px;
    color: #f59ba4;
    font-size: 25px;
    transform: rotate(10deg);
}

/* Main Copy */
.fv-title {
    margin: 0 0 28px;
    color: #684538;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .09em;
}

.fv-title-first {
    display: block;
    font-size: clamp(28px, 2.5vw, 46px);
}

.fv-title-second {
    display: block;
    margin-top: 6px;
    font-size: clamp(28px, 2.6vw, 48px);
}

.fv-title-second strong {
    color: #f28791;
    font-weight: 500;
}

/* Pickup Card */
.fv-pickup-card {
    position: relative;
    width: min(100%, 430px);
    padding: 42px 25px 17px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .94);
    border: 2px solid #f6b6bb;
    border-radius: 16px;
    text-align: center;
    box-shadow:
        0 8px 25px rgba(150, 95, 80, .05);
}

/* 上のリボン */
.fv-ribbon {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -45%);
    width: 240px;
    padding: 9px 20px 10px;
    box-sizing: border-box;
    color: #fff;
    background: #f58792;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .08em;
    clip-path:
        polygon(0 12%,
            12% 12%,
            12% 0,
            88% 0,
            88% 12%,
            100% 12%,
            91% 50%,
            100% 88%,
            82% 88%,
            82% 100%,
            18% 100%,
            18% 88%,
            0 88%,
            9% 50%);
}

/* CSS Car */
.fv-car-body::before,
.fv-car-body::after {
    content: "";
    position: absolute;
    bottom: 10px;
    width: 9px;
    height: 7px;
    background: #fff6d8;
    border-radius: 50%;
}

.fv-car-body::before {
    left: 8px;
}

.fv-car-body::after {
    right: 8px;
}

.fv-pickup-illust {
    width: 125px;
    margin: 0 auto 8px;
}

.fv-pickup-illust img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Pickup Text */
.fv-pickup-text {
    margin: 2px 0 13px;
    color: #65504a;
    font-size: 13px;
    line-height: 1.6;
}

/* Feature Buttons */
.fv-features {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex-wrap: wrap;
}

.fv-feature {
    min-height: 32px;
    padding: 6px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    box-sizing: border-box;
    color: #ef8f99;
    background: #fff;
    border: 1px solid #f7b5bb;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
}

.fv-feature-icon {
    font-size: 13px;
}

/* 右側ビジュアル */
.fv-visual {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 61%;
    height: 100%;
}

/* メイン犬 */
.fv-main-dog {
    position: absolute;
    z-index: 2;
    right: 4%;
    bottom: -2%;
    width: min(75%, 680px);
    height: auto;
    object-fit: contain;
    object-position: bottom right;
}

/* Circle Images */
.fv-dog-circle {
    position: absolute;
    z-index: 6;
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #fff;
    box-shadow:
        0 4px 15px rgba(80, 50, 40, .12);
}

.fv-dog-circle img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 左 */
.fv-dog-circle-01 {
    left: 22%;
    bottom: 4%;
    width: 135px;
    height: 135px;
}

/* 真ん中 */
.fv-dog-circle-02 {
    left: 42%;
    bottom: 1%;
    width: 120px;
    height: 120px;
}

/* 右 */
.fv-dog-circle-03 {
    left: 60%;
    right: auto;
    bottom: 11%;
    width: 140px;
    height: 140px;
}

@media screen and (max-width: 1100px) {
    .fv {
        min-height: 520px;
    }

    .fv-content {
        width: 50%;

        padding-left: 40px;
    }

    .fv-visual {
        width: 58%;
    }

    .fv-main-dog {
        width: 75%;

        right: 1%;
    }

    .fv-dog-circle-01 {
        width: 110px;
        height: 110px;
    }

    .fv-dog-circle-02 {
        width: 100px;
        height: 100px;
    }

    .fv-dog-circle-03 {
        width: 120px;
        height: 120px;
    }
}


@media screen and (max-width: 767px) {
    .fv {
        min-height: auto;
        margin-top: -10px;
        display: block;
        padding:
            55px 20px 35px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .fv-content {
        width: 100%;
        max-width: none;
        padding: 0;
        text-align: center;
    }

    .fv-small-copy {
        justify-content: center;
        margin-bottom: 14px;
    }

    .fv-dog-circle {
        display: none;
    }

    .fv-small-copy p {
        font-size: 11px;
    }

    .fv-title {
        position: relative;
        z-index: 10;
        margin-bottom: 290px;
        line-height: 1.45;
    }

    .fv-title-first,
    .fv-title-second {
        font-size: 27px;
    }

    .fv-title-second strong {
        display: inline;
    }

    .fv-visual {
        position: absolute;
        left: 0;
        right: auto;
        top: 155px;
        width: 100%;
        height: 330px;
    }

    .fv-main-dog {
        right: 50%;
        transform: translateX(55%);
        bottom: -15px;
        width: 310px;
        max-width: 78%;
    }

    .fv-dog-circle-01 {
        left: 4%;
        bottom: 5px;
        width: 85px;
        height: 85px;
    }

    .fv-dog-circle-02 {
        left: auto;
        right: 5%;
        bottom: 5px;
        width: 80px;
        height: 80px;
    }

    .fv-dog-circle-03 {
        display: none;
    }

    .fv-pickup-card {
        position: relative;
        z-index: 10;
        width: 100%;
        max-width: 390px;
        margin: 0 auto;
        padding-top: 42px;
    }

    .fv-ribbon {
        width: 220px;
        font-size: 15px;
    }
}

@media screen and (max-width: 420px) {
    .fv {
        padding-left: 15px;
        padding-right: 15px;
    }

    .fv-title {
        margin-bottom: 265px;
    }

    .fv-title-first,
    .fv-title-second {
        font-size: 24px;
    }

    .fv-main-dog {
        width: 275px;
    }

    .fv-features {
        gap: 5px;
    }

    .fv-feature {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 10px;
    }
}


/* =====================
   強み
======================== */
.commitment {
    position: relative;
    width: 100%;
    padding: 34px 20px 40px;
    box-sizing: border-box;
    overflow: hidden;
    background:
        linear-gradient(90deg,
            #fffafa 0%,
            #fff6f6 48%,
            #fffafa 100%);
}

/* うっすら縦ストライプ */
.commitment::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg,
            rgba(247, 186, 192, .06) 0,
            rgba(247, 186, 192, .06) 2px,
            transparent 2px,
            transparent 7px);
    pointer-events: none;
}

.commitment-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

/* 見出し */
.commitment-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}

.commitment-heading h2 {
    margin: 0;
    color: #5c4038;
    font-family:
        "Kiwi Maru",
        "Kosugi Maru",
        sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .18em;
}

.commitment-heading-mark {
    color: #f39ca5;
    font-size: 13px;
    line-height: 1;
}

/* リスト */
.commitment-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
}

/* Item */
.commitment-item {
    position: relative;
    padding: 0 34px;
    box-sizing: border-box;
    text-align: center;
}

/* 縦の点線 */
.commitment-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: calc(100% - 16px);
    border-right: 2px dotted #f4b2b8;
}

/* アイコン */
.commitment-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commitment-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* テキスト */
.commitment-item h3 {
    margin: 0 0 10px;
    color: #5a4038;
    font-family:
        "Kiwi Maru",
        "Kosugi Maru",
        sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .05em;
}

.commitment-item p {
    margin: 0;
    color: #674d45;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .03em;
}

@media screen and (max-width: 900px) {
    .commitment {
        padding:
            32px 20px 36px;
    }

    .commitment-item {
        padding:
            0 20px;
    }

    .commitment-item h3 {
        font-size: 14px;
    }

    .commitment-item p {
        font-size: 10px;
    }

    .commitment-icon {
        width: 52px;
        height: 52px;
    }
}

@media screen and (max-width: 767px) {
    .commitment {
        padding:
            32px 18px 30px;
    }

    .commitment-heading {
        margin-bottom: 22px;
    }

    .commitment-heading h2 {
        font-size: 17px;
    }

    .commitment-list {
        grid-template-columns:
            repeat(2, 1fr);

        row-gap: 32px;
    }

    .commitment-item {
        padding:
            0 18px;
    }

    .commitment-item::after {
        display: none;
    }

    .commitment-item:nth-child(odd)::after {
        content: "";
        display: block;
        position: absolute;
        top: 5px;
        right: 0;
        width: 1px;
        height: calc(100% - 10px);
        border-right:
            2px dotted #f4b2b8;
    }

    .commitment-icon {
        width: 55px;
        height: 55px;

        margin-bottom: 10px;
    }

    .commitment-item h3 {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .commitment-item p {
        font-size: 10px;
        line-height: 1.8;
    }
}

@media screen and (max-width: 430px) {

    .commitment-item {
        padding:
            0 12px;
    }

    .commitment-item h3 {
        font-size: 13px;
    }

    .commitment-item p {
        font-size: 9.5px;
    }

    .commitment-icon {
        width: 50px;
        height: 50px;
    }
}

/* =====================
   インスタ
======================== */

/* =====================
   サロンについて
======================== */
.about-section {
    position: relative;
    width: 100%;
    padding: 70px 40px;
    box-sizing: border-box;
    overflow: hidden;
    background:
        linear-gradient(90deg,
            #fff9f7 0%,
            #fffdfc 45%,
            #fff8f5 100%);
}

.about-inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 55px;
}

/* 左側 */
.about-content {
    position: relative;
    text-align: center;
    padding-left: 10px;
}

/* 肉球画像 */
.about-paw {
    width: 34px;
    margin-bottom: 8px;
}

.about-paw img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* 見出し */
.about-heading {
    margin-bottom: 22px;
}

.about-heading-en {
    display: block;
    margin-bottom: 4px;
    color: #ef8f99;
    font-family:
        "Kiwi Maru",
        serif;
    font-size: 15px;
    font-style: italic;
    letter-spacing: .08em;
}

.about-heading h2 {
    margin: 0;
    color: #594139;
    font-family:
        "Kiwi Maru",
        "Kosugi Maru",
        sans-serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .08em;
}

/* テキスト */
.about-text {
    margin: 0 auto;
    color: #654b43;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .05em;
    text-align: center;
}

/* ボタン */
.about-button-wrap {
    width: 100%;
    display: flex;
    margin-top: 28px;
    justify-content: center;
}

.about-button {
    min-width: 165px;
    height: 46px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    box-sizing: border-box;
    border-radius: 999px;
    background: #f4848f;
    color: #fff;
    font-family:
        "Kosugi Maru",
        sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    transition:
        opacity .2s ease,
        transform .2s ease;
}

.about-button:hover {
    opacity: .82;
    transform: translateY(-2px);
}

.about-button-arrow {
    font-size: 20px;
    line-height: 1;
    transform: translateY(-4px);
}

/* 右画像 */
.about-image {
    position: relative;

    width: 100%;
}

.about-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 16px;
    box-shadow:
        0 5px 18px rgba(120, 80, 60, .08);
}

@media screen and (max-width: 1000px) {
    .about-section {
        padding:
            60px 28px;
    }

    .about-inner {
        grid-template-columns:
            0.9fr 1.1fr;

        gap: 35px;
    }

    .about-heading h2 {
        font-size: 24px;
    }

    .about-text {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {

    .about-section {
        padding:
            50px 20px;
    }

    .about-inner {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .about-content {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .about-paw {
        margin: 0 auto 8px;
    }

    .about-heading {
        margin-bottom: 18px;
    }

    .about-heading-en {
        font-size: 14px;
    }

    .about-heading h2 {
        font-size: 23px;
    }

    .about-text {
        font-size: 13px;
        line-height: 1.9;
    }

    .about-button-wrap {
        margin-top: 24px;
    }

    .about-image {
        width: 100%;
    }

    .about-image img {
        aspect-ratio: 4 / 3;
        border-radius: 14px;
    }
}

@media screen and (max-width: 430px) {
    .about-section {
        padding:
            42px 16px;
    }

    .about-heading h2 {
        font-size: 21px;
    }

    .about-text {
        font-size: 12px;
    }

    .about-button {
        min-width: 155px;
        height: 44px;
        font-size: 12px;
    }
}