/* ===========================
   TOP ページ専用スタイル
=========================== */

main {
    padding-top: 80px;
    overflow-x: hidden;
}

@media (min-width:768px) {
    main {
        padding-top: 0;
    }
}

/* ===========================
   ヒーロー/FV
=========================== */
.fv {
    position: relative;
}

.fv-slider {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.fv-slider .swiper-slide picture,
.fv-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fv-pagination {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.fv-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--color-gray-dot);
    opacity: 1;
    margin: 0 !important;
}

.fv-pagination .swiper-pagination-bullet-active {
    background: var(--color-gray-border);
}


/* ===========================
   About Us セクション
=========================== */
.about {
    position: relative;
    padding-bottom: 150px;
    overflow: hidden;
    min-height: 931px;
}

.about-photo-wrap {
    position: absolute;
    top: 104px;
    left: 50%;
    transform: translateX(-50%);
    width: 305px;
    height: 371px;
    overflow: hidden;
    z-index: 1;
}

.about-vector {
    position: absolute;
    top: 131px;
    left: 50%;
    transform: translateX(-50%);
    width: 289px;
    height: 309px;
    z-index: 0;
    pointer-events: none;
}

.about-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-inner {
    position: relative;
    z-index: 2;
    padding: 453px 18px 0;
}

.about-deco1 {
    position: absolute;
    top: 453px;
    left: 50%;
    transform: translateX(-180%);
    width: 96px;
    height: 87px;
    object-fit: contain;
    z-index: 3;
}

.about-inner .section-en {
    text-align: center;
    display: block;
    margin: 38px auto 0;
    width: 195px;
}

.about-inner .section-ja {
    text-align: center;
    margin-top: -15px;
    margin-bottom: 30px;
}

.about-text {
    font-family: var(--font-ja);
    font-weight: 400;
    font-size: 16px;
    line-height: 2em;
    color: var(--color-black);
    margin-bottom: 70px;
}

/* ===========================
   料金プランセクション
=========================== */
.price {
    padding: 0 0 20px;
    position: relative;
}

.price .section-en {
    flex-shrink: 0;
    margin-top: -70px;
}

.price .section-ja-center {
    margin-top: -20px;
}

.price-title-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-deco {
    object-fit: contain;
    flex-shrink: 0;
}

.deco-left {
    width: 64px;
    height: 39px;
}

.deco-right {
    width: 64px;
    height: 29px;
}

.price .section-heading {
    margin-bottom: 40px;
}

.price-card {
    width: 320px;
    margin: 0 auto 50px;
    display: flex;
    flex-direction: column;
}

.price-card-img {
    width: 320px;
    height: 214px;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 16px;
}

.price-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.price-card-body {
    position: relative;
    padding: 0 0 24px;
    width: 320px;
}

.price-card-title {
    font-family: var(--font-ja);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2em;
    color: var(--color-black);
    margin-bottom: 16px;
}

.price-card-text {
    font-family: var(--font-ja);
    font-weight: 400;
    font-size: 16px;
    line-height: 2em;
    color: var(--color-black);
}

.card-arrow-link {
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-arrow-link img {
    width: 78px;
    height: 78px;
    transform: rotate(-50deg);
    filter: brightness(0) invert(1) brightness(0.035);
    transition: filter 0.3s ease;
}

/* ===========================
   ギャラリーセクション
=========================== */
.gallery {
    padding-bottom: 80px;
}

.gallery-scroll-wrap {
    overflow: hidden;
    margin-bottom: 32px;
}

.gallery-scroll {
    display: flex;
    width: max-content;
    animation: gallery-marquee 60s linear infinite;
}

.gallery-scroll img {
    width: 352px;
    height: 352px;
    flex-shrink: 0;
    object-fit: cover;
}

@keyframes gallery-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-5280px);
    }
}

/* ===========================
   新着情報セクション
=========================== */
.news {
    position: relative;
    padding-bottom: 80px;
}

.news-bg-wrap {
    position: absolute;
    top: 90px;
    left: 53px;
    width: 295px;
    height: 450px;
    overflow: hidden;
    z-index: 1;
}

.news-vector {
    position: absolute;
    top: 150px;
    left: 28px;
    width: 301px;
    height: 321px;
    z-index: 0;
    pointer-events: none;
}

.news-bg-photo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-inner {
    position: relative;
    z-index: 2;
    padding: 0 18px;
}

.news-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 450px;
}

.news-heading-row .section-en-left {
    font-size: 40px;
    line-height: 2em;
    color: var(--color-gray-light);
    display: block;
}

.news-heading-row .section-ja {
    font-size: 20px;
    line-height: 1.2em;
    margin-top: 4px;
}

.news-thumb {
    width: 120px;
    height: 59px;
    object-fit: cover;
    flex-shrink: 0;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.news-item {
    display: block;
}

.news-item .btn-small {
    transition: background 0.3s ease, color 0.3s ease;
}

.news-item:hover .btn-small {
    background: #585858;
    color: #fff;
}

.news-divider {
    border: none;
    border-top: 1px solid #979797;
    margin-bottom: 24px;
}

.news-item-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news-date {
    font-family: var(--font-ja);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.14em;
    color: var(--color-black);
}

.news-title {
    font-family: var(--font-ja);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.14em;
    color: var(--color-black);
    /* max-width: 318px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 語尾を3点リーダーに */
}

/* ===========================
   よくある質問・アクセス・お問い合わせ
=========================== */
.quick-links {
    padding: 0 27px 80px;
}

.quick-links-card {
    background: var(--color-white);
    border-radius: 32px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.quick-link-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 256px;
    margin: 0 auto;
}

.quick-link-title {
    font-family: var(--font-ja);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.33em;
    color: var(--color-black);
    text-align: center;
}

/* ===========================
   PC メディアクエリ（TOP専用）
=========================== */
@media (min-width: 768px) {

    /* ---- FV ---- */
    .fv-slider {
        width: 100%;
        height: 100vh;
    }


    .fv {
        position: relative;
        margin-bottom: 40px;
    }

    /* ---- About セクション ---- */
    .about {
        min-height: min(65.8857979502vw, 900px);
        overflow: visible;
        max-width: 1150px;
        margin: 0 auto 115px;
        padding: 0 20px;
    }

    .about-photo-wrap {
        top: 63px;
        left: auto;
        right: 60px;
        transform: none;
        width: min(48.7554904832vw, 666px);
        height: min(59.1508052709vw, 808px);
    }

    .about-vector {
        left: auto;
        right: 0;
        top: 120px;
        transform: none;
        width: min(45.3879941435vw, 620px);
        height: min(45.3879941435vw, 620px);
    }

    .about-inner {
        padding: 125px 30px 80px 0;
        max-width: min(45.3879941435vw, 620px);
    }

    .about-deco1 {
        position: absolute;
        top: 29px;
        left: max(-100px, -3vw);
        transform: none;
        z-index: 2;
    }

    .about-inner .section-en {
        font-size: clamp(3.875rem, 5.8565153734vw, 5rem);
        line-height: 1em;
        text-align: left;
        width: auto;
        margin: 0 0 8px;
    }

    .about-inner .section-ja {
        margin-top: -50px;
        margin-bottom: 65px;
        text-align: left;
    }

    .about-text {
        max-width: 352px;
        margin-bottom: 56px;
    }

    .btn-primary {
        margin: 0;
    }

    /* ---- 料金プランセクション ---- */
    .price {
        padding: 0 123px min(7.3206442167vw, 100px);
    }

    .deco-left {
        width: 96px;
        height: 58px;
    }

    .deco-right {
        width: 96px;
        height: 44px;
    }

    .price .section-heading {
        margin-bottom: 70px;
    }

    .price-title-row {
        gap: 75px;
    }

    .price .section-en {
        font-size: clamp(3.875rem, 5.8565153734vw, 5rem);
        line-height: 1em;
        text-align: center;
        margin-top: 0;
    }

    .price-card {
        width: 832px;
        flex-direction: row;
        align-items: flex-start;
        gap: 32px;
        margin-bottom: 40px;
    }

    .price-card:last-of-type {
        transform: translateX(10%);
    }

    .price-card-img {
        width: min(32.7964860908vw, 448px);
        height: min(21.8887262079vw, 299px);
        flex-shrink: 0;
        border-radius: 32px;
    }

    .price-card-body {
        width: 256px;
        flex-shrink: 0;
        padding: 0;
    }

    .price-card-text {
        font-size: clamp(0.875rem, 1.1713030747vw, 1rem);
        padding-right: 0;
        padding-bottom: min(5.710102489vw, 78px);
    }

    .card-arrow-link {
        bottom: 0;
        right: 0;
    }

    .card-arrow-link {
        width: min(5.710102489vw, 78px);
        height: min(5.710102489vw, 78px);
    }

    .card-arrow-link img {
        filter: brightness(0) invert(1) brightness(0.867);
    }

    .price-card:hover .card-arrow-link img {
        filter: brightness(0) invert(1) brightness(0.035);
    }

    /* ---- ギャラリーセクション ---- */
    .gallery {
        padding-bottom: 80px;
    }

    .gallery .section-heading {
        margin-bottom: 70px;
    }

    .gallery .section-ja-center {
        margin-top: -20px;
    }

    .gallery .btn-primary {
        margin: 0 auto;
    }

    .gallery .section-en {
        font-size: clamp(3.875rem, 5.8565153734vw, 5rem);
        line-height: 1em;
    }

    .gallery-scroll-wrap {
        width: 100%;
        margin-bottom: 100px;
    }

    .gallery-scroll img {
        width: min(25.7686676428vw, 352px);
        height: min(25.7686676428vw, 352px);
    }

    /* ---- 新着情報セクション ---- */
    .news {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        max-width: 1170px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: max(-300px, -21.9619326501vw);
        gap: min(6.588579795vw, 90px);
        padding: 0 20px;
    }

    .news .section-ja {
        margin-top: -20px;
    }

    .news-bg-wrap {
        position: static;
        top: auto;
        left: auto;
        width: 45%;
        height: auto;
        z-index: auto;
        flex-shrink: 0;
        overflow: visible;
        max-width: 510px;
    }

    .news-bg-photo {
        object-fit: contain;
        width: 100%;
        height: auto;
    }

    .news-vector {
        top: 30px;
        left: 3%;
        width: 40%;
        height: auto;
        max-width: 488px;
        z-index: -1;
    }

    .news-inner {
        flex: 1;
        min-width: 0;
        width: auto;
        margin-left: 0;
        padding: 0;
    }

    .news-heading-row {
        position: relative;
        padding-top: 80px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 70px;
    }

    .news-thumb {
        width: 161px;
        height: 79px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .news .section-en {
        font-size: clamp(3.875rem, 5.8565153734vw, 5rem);
        line-height: 1em;
    }

    .news-item-content {
        flex-direction: row;
        align-items: center;
        gap: 24px;
    }

    .news-date {
        min-width: 96px;
        flex-shrink: 0;
    }

    .news-title {
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: inherit;
    }

    .btn-small {
        flex-shrink: 0;
        align-self: auto;
    }

    /* ---- よくある質問・アクセス・お問い合わせ ---- */
    .quick-links {
        padding: 80px 40px;
        position: relative;
    }

    .quick-links-card {
        flex-direction: row;
        justify-content: space-between;
        padding: 64px;
        gap: 0;
        max-width: 1120px;
        margin: 0 auto;
        padding: 40px;
    }

    .quick-link-item {
        width: 256px;
        flex: 1;
        padding: 0 20px;
    }

    .quick-link-item+.quick-link-item {
        border-left: 1px solid var(--color-gray-light);
    }

}

/* end @media (min-width: 768px) */