/* -------- */
/* All page */
/* -------- */

/* --- Space --- */

.p-villa-single__content > * + * {
    margin-top: 80px;
}
@media (min-width: 1024px) {
    .p-villa-single__content > * + * {
        margin-top: 120px;
    }
}

/* -- header -- */

@media (min-width: 1024px) {
    .l-header {
        padding-right: 30px;
        padding-left: 69px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
    .l-header {
        padding-top: calc(22px - clamp(0px, 0.64286vw, 9px));
        padding-bottom: calc(21px - clamp(0px, 0.64286vw, 9px));
    }
}
@media (min-width: 1400px) {
    .l-header {
        padding-top: 13px;
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 1199.98px) {
    .l-header__nav {
        display: none;
    }
}

.l-header__logo__link,
.l-footer__logo__link {
    width: 161.82px;
    height: 31px;
    position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
    .l-header__logo__link,
    .l-footer__logo__link {
        width: clamp(161.82px, 18.6429vw, 261px);
        height: clamp(31px, 3.57142vw, 50px);
    }
}
@media (min-width: 1400px) {
    .l-header__logo__link,
    .l-footer__logo__link {
        width: 261px;
        height: 50px;
    }
}
.l-header__logo__link img,
.l-footer__logo__link img {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.l-header__logo__link::after {
    content: "";
    position: absolute;
    z-index: 10;
    inset: 0;
    background: url(../../img/img202605/logo-CocoVillaOwners_black.svg) no-repeat center center / contain;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.l-header-villa--js .l-header__logo__link::after {opacity: 1;}
.l-header-villa--js .l-header__logo__link img {opacity: 0;}

/* button animation */
/* a.c-linkButton.a-hoverSlide > span(テキスト) */

.a-hoverSlide {
    text-decoration: none;
    transition: color 0.3s ease;
}
.a-hoverSlide:hover {
    color: #E5E5E5;
}

.a-hoverSlide span {
    position: relative;
    z-index: 10;
}

.a-hoverSlide::before {
    content: "";
    position: absolute;
    z-index: 5;
    inset: 0;
    background: #404040;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}
.a-hoverSlide:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.a-hoverSlide:hover::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    right: 23px;
    width: 15px;
    height: 11px;
    background: url(../../img/img202605/button-arrow_white.svg) no-repeat center center / contain;
    pointer-events: none;
}

.c-linkButton {
    display: block;
    width: 211px;
    background: #E5E5E5;
    padding: 12px 23px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    position: relative;
}
.c-linkButton::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 23px;
    width: 15px;
    height: 11px;
    background: url(../../img/img202605/button-arrow.svg) no-repeat center center / contain;
    pointer-events: none;
}

.c-linkButton.c-linkButton--noBack {
    width: 233px;
    border: 1px solid #404040;
    background: none;
    padding: 6px 30px;
}


.js-fade--item span {
  -webkit-transition: -webkit-transform ease 1s, transform ease 1s;
          transition: -webkit-transform ease 1s, transform ease 1s;
}

/* -- fix button -- */

.c-cv {
    position: fixed;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    transition: opacity 0.3s ease;
}
@media (min-width: 1024px) {
    .c-cv {
        position: fixed;
        bottom: calc(155 / 1200 * 100vh);
        right: calc(100 / 1920 * 100vw);
        width: fit-content;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
}
.c-cv.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.c-cv__line,
.c-cv__request {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 50%;
    text-decoration: none;
}
@media (min-width: 1024px) {
    .c-cv__line,
    .c-cv__request {
        width: 211px;
    }
}

.c-cv__line span,
.c-cv__request span {
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.52941;
    white-space: nowrap;
}

.c-cv__line {
    padding: 16px 0 15px;
    background: #4CC764;
    border: 0;
}
.c-cv__line img {
    width: 33px;
    height: 31px;
}
.c-cv__line:hover {
    background: rgba(76 199 100 / 0.7);
}

.c-cv__request {
    padding: 13px 0;
    background: #C7BF4C;
}
.c-cv__request img {
    width: 36px;
    height: 36px;
}
.c-cv__request:hover {
    background: rgba(199 191 76 / 0.7);
}

.c-toTopBtn {
    position: fixed;
    z-index: 2;
    bottom: 80px;
    right: calc(3 / 393 * 100vw);
    width: 42px;
    height: 66px;
    padding-bottom: 6.5px;
    padding-left: 3px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 0.78571;
    letter-spacing: 1.4px;
    text-decoration: none;
    writing-mode: vertical-rl;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: url(../../img/img202605/toTop-arrow.svg) no-repeat left 15px center / contain;
}
@media (min-width: 1024px) {
    .c-toTopBtn {
        bottom: 50px;
        right: calc(38 / 1920 * 100vw);
    }
}
.c-toTopBtn.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* --- footer-slide --- */

.c-slider__wrapper.reverse {
    -webkit-animation: slideRv 200s linear infinite;
            animation: slideRv 200s linear infinite;
}
@-webkit-keyframes slideRv {
    0% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes slideRv {
    0% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@media (max-width: 1023px) {
    @-webkit-keyframes slideRv {
        0% {
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
        }
        100% {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }
    }
    @keyframes slideRv {
        0% {
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
        }
        100% {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }
    }
}

/* -- footer -- */

@media (max-width: 1023.98px) {
    .l-footer__logo__link {
        display: block;
        margin-inline: auto;
    }
}

.l-footer__nav {
    margin-bottom: 0;
}

.p-footer__snsList {
    list-style: none;
    margin-top: 43.7px;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}
@media (min-width: 1024px) {
    .p-footer__snsList {
        justify-content: start;
    }
}
.p-footer__snsList a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.l-footer__button {
    margin-top: 55px;
}

/* --- bottom-links --- */

.c-pageBottom-cvLinks {
    margin-top: 60px;
}
@media (min-width: 1024px) {
    .c-pageBottom-cvLinks {
        margin-top: 120px;
    }
}
.p-frontPageBottom-cvLinks {
    margin-bottom: 100px;
}
@media (min-width: 1024px) {
    .p-frontPageBottom-cvLinks {
        margin-bottom: 140px;
    }
}

.c-pageBottom-links {
    list-style: none;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0 20px;
    max-width: calc(1088px + 20px * 2);
}
@media (min-width: 1024px) {
    .c-pageBottom-links {
        grid-template-columns: repeat(3, 1fr);
        align-items: stretch;
    }
}

.c-pageBottom-links a {
    text-decoration: none;
}

.c-pageBottom-linkCard {
    padding: 40px 30px;
    border-radius: 10px;
    background: #C4C4C4;
    height: 100%;
    transition: background-color 0.3s ease;
}
@media (min-width: 1024px) {
    .c-pageBottom-linkCard {
        padding-block: 60px;
    }
}

.c-pageBottom-linkCard__icon {
    width: 48px;
    aspect-ratio:  1 / 1;
    border-radius: 50%;
    background: #ECECEC;
    display: grid;
    place-items: center;
}

.c-pageBottom-linkCard__title {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 26px;
    min-height: 107px;
}
@media (min-width: 1024px) {
    .c-pageBottom-linkCard__title {
        margin-top: 43px;
        min-height: 153px;
    }
}

.c-pageBottom-linkCard__titleEn {
    flex-shrink: 0;
    color: #404040;
    font-family: "Cormorant Garamond", YuMincho, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.c-pageBottom-linkCard__titleJa {
    flex-grow: 1;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: color 0.3s ease;
}

.c-pageBottom-linkCard__text {
    margin-top: 32px;
    color: #404040;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    transition: color 0.3s ease;
}
@media (min-width: 1024px) {
    .c-pageBottom-linkCard__text {
        min-height: 90px;
    }
}

.c-pageBottom-linkCard__linkBtn {
    margin-top: 43px;
    padding: 6px 30px;
    width: 165px;
    border: 1px solid #404040;
    background: #404040;
    color: #ECECEC;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.8px;
    position: relative;
    transition: color 0.3s ease, background-color 0.3s ease;
}
.c-pageBottom-linkCard__linkBtn.contact-button {
    padding: 6px 15px;
}
.c-pageBottom-linkCard__linkBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 15px;
    height: 11px;
    background: url(../../img/img202605/button-arrow_white.svg) no-repeat center center / contain;
    transition: background-image 0.3s ease;
}
.c-pageBottom-linkCard__linkBtn.contact-button::after {
    right: 10px;
}

@media (hover: hover) {
    .c-pageBottom-links a:hover .c-pageBottom-linkCard {
        background: #404040;
    }
    .c-pageBottom-links a:hover .c-pageBottom-linkCard__titleEn,
    .c-pageBottom-links a:hover .c-pageBottom-linkCard__titleJa,
    .c-pageBottom-links a:hover .c-pageBottom-linkCard__text {
        color: #ECECEC;
    }
    .c-pageBottom-links a:hover .c-pageBottom-linkCard__linkBtn {
        color: #404040;
        background: #ECECEC;
    }
    .c-pageBottom-links a:hover .c-pageBottom-linkCard__linkBtn::after {
        background: url(../../img/img202605/button-arrow.svg) no-repeat center center / contain;
    }
}

.p-scheme__cv {
    padding-top: 117px;
}
@media (max-width: 1023px) {
    .p-scheme__cv {
        padding-top: 80px;
    }
}


/* ---------- */
/* VILLA-ITEM */
/* ---------- */
@media (max-width: 1023.98px) {
    .p-villa-archive__list {
        column-gap: 13px;
        row-gap: 40px;
    }
}

.c-villaItem a {
    text-decoration: none;
}

.c-villaItem__head {
    position: relative;
}

.c-villaItem__status {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 5px 10px;
    border-radius: 0 0 10px 0;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.6px;
}
@media (min-width: 1024px) {
    .c-villaItem__status {
        padding: 10px 20px;
        font-size: 15px;
        line-height: 1.5333;
    }
}
.c-villaItem__status.sale {
    color: #FFF;
    background: #D1810A;
}
.c-villaItem__status.cancellation {
    color: #404040;
    background: #FFF;
}
.c-villaItem__status.no-sale {
    color: #FFF;
    background: #404040;
}
.c-villaItem__status.only-a-few-left {
    color: #D1810A;
    background: #FFF;
}

.c-villaItem__status,
.c-villaItem__location,
.c-villaItem__icon,
.c-villaItem__title,
.c-villaItem__price,
.p-villaItem__tags {
    transition: opacity ease 0.25s;
}

.c-villaItem__thumbnail {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.c-villaItem__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.46, 0.2, 0.44, 0.8);
            transition: -webkit-transform 0.4s cubic-bezier(0.46, 0.2, 0.44, 0.8);
            transition: transform 0.4s cubic-bezier(0.46, 0.2, 0.44, 0.8);
            transition:
                transform 0.4s cubic-bezier(0.46, 0.2, 0.44, 0.8),
                -webkit-transform 0.4s cubic-bezier(0.46, 0.2, 0.44, 0.8);
}

.c-villaItem__location {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 11px;
    background: #404040;
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 12px;
    font-weight: 500;
    /* line-height: 0.75; */
    line-height: 1.2;
    letter-spacing: 0.9px;
}
@media (min-width: 1024px) {
    .c-villaItem__location {
        padding: 12px 29px 11px;
        font-size: 18px;
    }
}

.c-villaItem__icon {
    position: absolute;
    bottom: -6px;
    right: 2.9px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1024px) {
    .c-villaItem__icon {
        bottom: -19px;
        right: 10px;
        width: 34px;
        height: 34px;
    }
}
.c-villaItem__icon img {
    width: 9.659px;
    height: 7px;
}
@media (min-width: 1024px) {
    .c-villaItem__icon img {
        width: 15px;
        height: 11px;
    }
}

.c-villaItem__body {
    margin-top: 20px;
}
@media (min-width: 1024px) {
    .c-villaItem__body {
        padding-inline: 10px;
    }
}

.c-villaItem__title {
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 0.7857;
    letter-spacing: 0.9px;
}
@media (min-width: 1024px) {
    .c-villaItem__title {
        font-size: 18px;
        line-height: 1.2;
    }
}

.c-villaItem__price {
    margin-top: 11px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
}
@media (min-width: 1024px) {
    .c-villaItem__price {
        margin-top: 15px;
        flex-direction: row;
        align-items: baseline;
        gap: 15px;
    }
}

.c-villaItem__money {
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
}
@media (min-width: 1024px) {
    .c-villaItem__money {
        font-size: 20px;
    }
}
.c-villaItem__money .number {
    margin-right: 2px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 3.7px;
}
@media (min-width: 1024px) {
    .c-villaItem__money .number {
        font-size: 37px;
    }
}

.c-villaItem__subText {
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 0.75;
    letter-spacing: 1.6px;
}
@media (min-width: 1024px) {
    .c-villaItem__subText {
        font-size: 13px;
        line-height: 0.7692;
    }
}

.p-villaItem__tags {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
@media (min-width: 1024px) {
    .p-villaItem__tags {
        gap: 8px;
    }
}
.p-villaItem__tags li {
    padding: 2px 7px;
    background: #E5E5E5;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.2px;
}
@media (min-width: 1024px) {
    .p-villaItem__tags li {
        padding: 5px 10px 6px;
    }
}

@media (hover: hover) {
    .c-villaItem a:hover .c-villaItem__thumbnail img {
        -webkit-transform: scale(1.03);
                transform: scale(1.03);
    }
    .c-villaItem a:hover .c-villaItem__status,
    .c-villaItem a:hover .c-villaItem__location,
    .c-villaItem a:hover .c-villaItem__icon,
    .c-villaItem a:hover .c-villaItem__title,
    .c-villaItem a:hover .c-villaItem__price,
    .c-villaItem a:hover .p-villaItem__tags {
        opacity: 0.8;
    }
}



/* ---------------- */
/* --- TOP page --- */
/* ---------------- */

.p-top-fv__video {
    position: absolute;
    z-index: 0;
    inset: 0;
}
.p-top-fv__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-top-fv__video::after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(995 / 1200 * 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
    mix-blend-mode: multiply;
}

.p-top-fv__inner {
    padding: 0 20px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}
@media (min-width: 1024px) {
    .p-top-fv__inner {
        padding-bottom: calc(127 / 1200 * 100vh);
        justify-content: flex-end;
        max-width: calc((1629 / 1920 * 100vw) + 20px * 2);
        margin-inline: auto;
    }
}

.a-fv-slideUp {
    overflow: hidden;
}
.a-fv-slideUp > img,
.a-fv-slideUp > span {
    display: inline-block;
    transform: translateY(120%);
    animation: fvSlideUp 1s ease-out forwards;
}
@keyframes fvSlideUp {
    0%   { transform: translateY(120%); }
    100% { transform: translateY(0); }
}

.p-top-fv__logo {
    width: 102.469px;
    height: 102.938px;
}
@media (min-width: 1024px) {
    .p-top-fv__logo {
        width: 141px;
        height: 142px;
    }
}
.p-top-fv__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-top-fv__title {
    margin-top: 33px;
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.2px;
}
@media (min-width: 1024px) {
    .p-top-fv__title {
        margin-top: calc(87 / 1920 * 100vw);
        font-size: 50px;
        letter-spacing: 3px;
    }
}

.p-top-fv__infoText {
    margin-top: 30px;
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16.579px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.516px;
}
@media (min-width: 1024px) {
    .p-top-fv__infoText {
        margin-top: calc(47 / 1920 * 100vw);
        font-size: 24px;
        letter-spacing: 2.105px;
    }
}
.p-top-fv__infoText .number {
    display: inline-block;
    margin-inline: 2.37px;
    font-size: 21.316px;
    font-weight: 700;
    line-height: 1.77778;
    letter-spacing: 1px;
}
@media (min-width: 1024px) {
    .p-top-fv__infoText .number {
        margin-inline: 6.58px;
        font-size: 32px;
        line-height: 1.64474;
        letter-spacing: 2px;
    }
}

.p-top-fv__text {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.16px;
}
@media (min-width: 1024px) {
    .p-top-fv__text {
        margin-top: calc(11 / 1920 * 100vw);
        font-size: 16px;
        line-height: 2;
    }
}

/* --- lead-section --- */

.p-top-lead {
    margin-top: 80px;
    padding-inline: 20px;
}
@media (min-width: 1024px) {
    .p-top-lead {
        margin-top: 120px;
    }
}

.p-top-lead__title {
    position: relative;
    height: fit-content;
    width: 100%;
}

.p-top-lead__titleEn {
    color: #D9D9D9;
    text-align: center;
    font-family: "Cormorant Garamond", YuMincho, serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 0.7;
    letter-spacing: 3px;
    width: fit-content;
    margin-inline: auto;
}
@media (min-width: 1024px) {
    .p-top-lead__titleEn {
        font-size: 100px;
        letter-spacing: 10px;
    }
}

.p-top-lead__titleJa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.p-top-lead__titleJa span {
    display: block;
    margin-inline: auto;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 19.8px;
    font-weight: 500;
    line-height: 1.51515;
    letter-spacing: 1px;
}
@media (min-width: 1024px) {
    .p-top-lead__titleJa {
        top: auto;
        bottom: 30px;
        transform: translate(-50%, 0);
    }
    .p-top-lead__titleJa span {
        font-size: 28.6px;
        line-height: 1.5035;
        letter-spacing: 1.5px;
    }
}

.p-top-lead__text {
    margin-top: 52px;
}
@media (min-width: 1024px) {
    .p-top-lead__text {
        margin-top: 48px;
    }
}
.p-top-lead__text p {
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
}
@media (min-width: 1024px) {
    .p-top-lead__text p {
        text-align: center;
    }
}
.p-top-lead__text p + p {
    margin-top: 26.25px;
}

/* --- feature --- */

.p-top-feature {
    margin-top: 80px;
}
@media (min-width: 1024px) {
    .p-top-feature {
        margin-top: 120px;
    }
}

.p-top-feature__title--en {
    font-size: 58px;
    font-weight: 300;
    line-height: 1.2069;
    letter-spacing: 2.9px;
    text-transform: uppercase;
}
@media (min-width: 1024px) {
    .p-top-feature__title--en {
        font-size: 100px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 10px;
    }
}

/* --- materials-section --- */

.p-top-materials {
    margin-top: 80px;
    padding-inline: 20px;
    margin-bottom: calc(191.73 / 393 * 100vw);
}
@media (min-width: 1024px) {
    .p-top-materials {
        margin-top: 120px;
        margin-bottom: calc(297.91 / 1920 * 100vw);
    }
}

.p-top-materials__box {
    padding: 40px 24px;
    max-width: 720px;
    margin-inline: auto;
    border-radius: 14px;
    background: #404040;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
@media (min-width: 1024px) {
    .p-top-materials__box {
        padding-inline: 26px;
    }
}

.p-top-materials__icon {
    width: 48px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #ECECEC;
    display: grid;
    place-items: center;
}
.p-top-materials__icon img {
    width: 24px;
    height: 24px;
}

.p-top-materials__title {
    color: #D9D9D9;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.88px;
}
@media (min-width: 1024px) {
    .p-top-materials__title .lineBreak {
        display: none;
    }
}

.p-top-materials__images {
    display: flex;
    justify-content: center;
    gap: 9px;
}

.p-top-materials__image {
    width: calc((100% - 9px) / 2);
    max-width: 132px;
    aspect-ratio: 95 / 67;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10);
}
.p-top-materials__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-top-materials__text {
    color: #D9D9D9;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
    max-width: 477px;
    margin-inline: auto;
}
@media (min-width: 1024px) {
    .p-top-materials__text {
        text-align: center;
    }
}

/* --- about-section --- */

.p-top-about__leadImage {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(353 / 393 * 100vw);
    aspect-ratio: 353 / 210;
}
@media (min-width: 1024px) {
    .p-top-about__leadImage {
        width: calc(1088 / 1920 * 100vw);
        aspect-ratio: 1088 / 357;
    }
}
.p-top-about__leadImage img {
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-top-about__leadImage::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.p-top-about {
    position: relative;
    padding: calc(144 / 393 * 100vw) 15px calc(377 / 393 * 100vw);
    background: #969696;
}
@media (min-width: 1024px) {
    .p-top-about {
        padding: calc(264 / 1920 * 100vw) 20px;
    }
}

.p-top-aboutSec {
    position: relative;
}

.p-top-aboutSec + .p-top-aboutSec {
    margin-top: calc(307 / 393 * 100vw);
}
@media (min-width: 1024px) {
    .p-top-aboutSec + .p-top-aboutSec {
        margin-top: 141px;
    }
}

@media (min-width: 1024px) {
    .p-top-aboutSec .lineBreak {
        display: none;
    }
}

.p-top-aboutSec__title {
    position: relative;
    z-index: 1;
    width: 100%;
    height: fit-content;
}

.p-top-aboutSec__titleEn span {
    color: #8A8A8A;
    text-align: center;
    font-family: "Cormorant Garamond", YuMincho, serif;
    font-size: 41px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: capitalize;
    width: fit-content;
    margin-inline: auto;
}
@media (min-width: 1024px) {
    .p-top-aboutSec__titleEn span {
        font-size: 100px;
    }
}
.p-top-aboutSec__titleJa {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
@media (min-width: 1024px) {
    .p-top-aboutSec__titleJa {
        top: 15px;
    }
}
.p-top-aboutSec__titleJa span {
    color: #E5E5E5;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-inline: auto;
}
@media (min-width: 1024px) {
    .p-top-aboutSec__titleJa span {
        font-size: 50px;
    }
}

.p-top-aboutSec__heading {
    margin-top: 55px;
    position: relative;
    z-index: 1;
}
@media (min-width: 1024px) {
    .p-top-aboutSec__heading {
        margin-top: 15px;
    }
}
.p-top-aboutSec__heading span {
    color: #E5E5E5;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    margin-inline: auto;
    transition-delay: 0.5s;
}
@media (min-width: 1024px) {
    .p-top-aboutSec__heading span {
        font-size: 30px;
    }
}

.p-top-aboutSec__text {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
.p-top-aboutSec__text span {
    color: #E5E5E5;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    display: block;
    margin-inline: auto;
    transition-delay: 0.5s;
}
@media (min-width: 1024px) {
    .p-top-aboutSec__text span {
        font-size: 18px;
    }
}

.p-top-aboutSec__link {
    margin-top: 40px;
}
@media (min-width: 1024px) {
    .p-top-aboutSec__link {
        margin-top: 60px;
    }
}
.p-top-aboutSec__link span {
    display: block;
    margin-inline: auto;
    transition-delay: 0.5s;
}

.p-top-about__innerImage {
    position: absolute;
}
.p-top-about__innerImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-top-about__innerImage::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.p-top-about__innerImage.image1 {
    bottom: calc(-267 / 393 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: calc(350 / 393 * 100vw);
    aspect-ratio: 350 / 200;
}
@media (min-width: 1024px) {
    .p-top-about__innerImage.image1 {
        bottom: calc(-650 / 1920 * 100vw);
        left: 0;
        transform: translateX(0);
        width: calc(462 / 1920 * 100vw);
        aspect-ratio: 462 / 600;
    }
}
.p-top-about__innerImage.image2 {
    z-index: 1;
    bottom: calc(56 / 393 * 100vw);
    left: calc(21 / 393 * 100vw);
    width: calc(211 / 393 * 100vw);
    aspect-ratio: 211 / 156;
}
@media (min-width: 1024px) {
    .p-top-about__innerImage.image2 {
        bottom: 84px;
        left: auto;
        right: calc(416 / 1920 * 100vw);
        width: calc(267 / 1920 * 100vw);
        aspect-ratio: 267 / 198;
    }
}
.p-top-about__innerImage.image3 {
    z-index: 0;
    bottom: calc(88 / 393 * 100vw);
    right: 0;
    width: calc(182 / 393 * 100vw);
    aspect-ratio: 182 / 239;
}
@media (min-width: 1024px) {
    .p-top-about__innerImage.image3 {
        bottom: 189px;
        width: calc(358 / 1920 * 100vw);
        aspect-ratio: 358 / 481;
    }
}

/* --- map-section --- */
@media (max-width: 1023px) {
    .p-top-map__content {
        flex-direction: column;
        gap: 40px;
    }
}

@media (max-width: 1023.98px) {
    .p-top-map__nav.pc {
        display: none;
    }
}

.p-top-map__list.sp {
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media (min-width: 1024px) {
    .p-top-map__list.sp {
        display: none;
    }
}

.p-top-map__half {

}

.p-top-map__areaHead {
    appearance: none;
    padding: 11px 14px 10px 24px;
    width: 100%;
    border: 1px solid #E5E5E5;
    background: none;
    text-align: left;
    color: #E5E5E5;
    transition: color 0.3s ease, background-color 0.3s ease;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 0.78571;
    letter-spacing: 0.7px;
    position: relative;
}
.p-top-map__half.is-open .p-top-map__areaHead {
    background: #E5E5E5;
    color: #404040;
}
.p-top-map__areaHead::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 9.002px;
    height: 6.603px;
    background: url(../../img/img202605/button-arrow_white.svg) no-repeat center center / contain;
    transition: transform 0.3s ease;
}
.p-top-map__half.is-open .p-top-map__areaHead::after {
    background: url(../../img/img202605/button-arrow.svg) no-repeat center center / contain;
    transform: translateY(-50%) rotate(90deg);
}

.p-top-map__areas {
    display: none;
}

.p-top-map__areaList {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.p-top-map__area-link {
    padding-top: 5px;
    padding-bottom: 14px;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    position: relative;
}
.p-top-map__area-nameJa {
    color: #E5E5E5;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 0.78571;
    letter-spacing: 0.7px;
}
.p-top-map__area-nameEn {
    color: #E5E5E5;
    font-family: "Cormorant Garamond", YuMincho, serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 0.66667;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}
.p-top-map__area-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #E5E5E5 url(../../img/img202605/button-arrow.svg) no-repeat center center / 9.002px 6.603px;
}

.p-top-map__img {
    max-width: 494px;
    width: 100%;
    aspect-ratio: 494 / 561;
    background: url(../../img/top/map-default.png) no-repeat center/cover;
}

@media (max-width: 1023px) {
    .p-top-news {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
/* ------------------ */
/* --- ABOUT page --- */
/* ------------------ */

.p-villa-block--simple {
    margin-top: 120px;
}
@media (max-width: 1023px) {
    .p-villa-block--simple {
        margin-top: 80px;
        margin-bottom: 60px;
    }
}

.p-villa-block--simple__text {
    margin-bottom: 60px;
}

/* --- fv --- */

.p-aboutFv {
    margin-top: 52.51px;
}
@media (min-width: 1024px) {
    .p-aboutFv {
        margin-top: 95px;
    }
}

.p-aboutFv__heading {
    position: relative;
    width: 100%;
    margin-inline: auto;
}

.p-aboutFv__headingJa {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.p-aboutFv__headingJa span {
    color: #404040;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 6px;
    display: block;
    width: fit-content;
    margin-inline: auto;
}
@media screen and (min-width: 768px) {
    .p-aboutFv__headingJa .lineBreak {
        display: none;
    }
}
@media (min-width: 1024px) {
    .p-aboutFv__headingJa {
        top: auto;
        transform: translate(-50%, 0);
        bottom: calc(18 / 100 * 100%);
        font-size: 30px;
        white-space: nowrap;
    }
}

.p-aboutFv__headingEn span {
    color: #D9D9D9;
    text-align: center;
    font-family: "Cormorant Garamond", YuMincho, serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.66667;
    text-transform: uppercase;
    display: block;
    width: fit-content;
    margin-inline: auto;
}
@media screen and (max-width: 393px) {
    .p-aboutFv__headingEn {
        font-size: clamp(2.813rem, -1.297rem + 20.55vw, 3.75rem);
    }
}
@media (min-width: 1024px) {
    .p-aboutFv__headingEn {
        font-size: 100px;
        line-height: 1;
    }
}

.p-aboutFv__text {
    margin-top: 38.5px;
    padding-inline: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
@media (min-width: 1024px) {
    .p-aboutFv__text {
        margin-top: 62px;
        gap: 30px;
    }
}
@media screen and (min-width: 768px) {
    .p-aboutFv__text p .lineBreak {
        display: none;
    }
}

.p-aboutFv-text__firstLine {
    color: #404040;
    font-family: "Cormorant Garamond", YuMincho, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
@media (min-width: 1024px) {
    .p-aboutFv-text__firstLine {
        font-size: 24px;
        line-height: 1;
    }
}

.p-aboutFv-text__secondLine {
    color: #404040;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2px;
}
@media (min-width: 1024px) {
    .p-aboutFv-text__secondLine {
        font-size: 24px;
        line-height: 1;
        letter-spacing: 2.4px;
    }
}

.p-aboutFv-text__thirdLine {
    color: #404040;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}
@media (min-width: 1024px) {
    .p-aboutFv-text__thirdLine {
        font-size: 16px;
    }
}

.p-aboutFv__slideArea {
    margin-top: 60px;
    overflow: hidden;
}

.p-aboutFv__slide {
    display: flex;
    -webkit-animation: slide 200s linear infinite;
            animation: slide 200s linear infinite;
}

.p-aboutFv__image {
    margin-right: 12px;
    width: 170px;
    flex-shrink: 0;
    aspect-ratio: 170 / 214;
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
    .p-aboutFv__image {
        margin-right: clamp(0.75rem, -0.75rem + 3.13vw, 1.25rem);
        width: clamp(10.625rem, -51.25rem + 128.91vw, 31.25rem);
    }
}
@media (min-width: 1024px) {
    .p-aboutFv__image {
        margin-right: 20px;
        width: 500px;
        aspect-ratio: 500 / 531;
    }
}

.p-aboutFv__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* --- villas --- */

.p-aboutVillas__titleEn span {
    display: block;
    width: fit-content;
    margin-inline: auto;
}

.p-aboutVillas {
    padding: 0;
    list-style: none;
    margin: 0 auto;
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 13px;
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
    .p-aboutVillas {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}
@media (min-width: 1024px) {
    .p-aboutVillas {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px 24px;
    }
}
@media (max-width: 767.98px) {
    .p-aboutVillas li.is-hidden {
        display: none;
    }
}

.p-aboutVillas a {
    text-decoration: none;
}

.p-aboutVillas__moreButton {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: none;
    display: block;
    margin: 40px auto 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #251E16;
    color: #251E16;
    font-family: "Noto Sans CJK JP";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.49;
    letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) {
    .p-aboutVillas__moreButton {
        display: none;
    }
}

.p-aboutVilla-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media (hover: hover) {
    .p-aboutVilla-card a:hover .p-aboutVilla-card__thumbnail img {
        transform: scale(1.2);
    }
}

.p-aboutVilla-card__thumbnail {
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 6px;
    overflow: hidden;
}
.p-aboutVilla-card__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.p-aboutVilla-card__title {
    color: #0073E6;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 0.75;
}

.p-aboutVilla-card__address {
    color: #555;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-weight: 400;
    line-height: 0.7692;
}

@media screen and (max-width: 1023.98px) {
    .lazyblock-about-default-Z1cLiUc .p-villa-block--about-default__img {
        height: auto;
        width: 100%;
    }
}

.p-about {
    padding: 95px 0 120px;
}
@media screen and (max-width: 1023.98px) {
    .p-about {
        padding-bottom: 80px;
    }
}

/* --- cv --- */

.p-pageBottom-cv {
    margin-top: 80px;
    padding-inline: 20px;
}
@media (min-width: 1024px) {
    .p-pageBottom-cv {
        margin-top: 120px;
    }
}

.p-pageBottom-cv a {
    width: 100%;
    height: 117.31px;
    background: #191919;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1024px) {
    .p-pageBottom-cv a {
        max-width: 1087px;
        margin-inline: auto;
        padding-inline: calc(60 / 1087 * 100%);
        height: 225px;
        align-items: start;
        gap: 20px;
    }
}

.p-pageBottom-cv__textJa {
    color: #FFF;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 19.8px;
    font-weight: 500;
    line-height: 1.51515;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}
@media (min-width: 1024px) {
    .p-pageBottom-cv__textJa {
        text-align: left;
        font-size: 26px;
        font-weight: 800;
        line-height: 0.76923;
        letter-spacing: 0.88px;
    }
}
.p-pageBottom-cv__textEn {
    color: #FFF;
    text-align: center;
    font-family: "Cormorant Garamond", YuMincho, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.21429;
    letter-spacing: 0.7px;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}
@media (min-width: 1024px) {
    .p-pageBottom-cv__textEn {
        text-align: left;
        font-size: 15px;
        font-weight: 700;
        line-height: 0.6;
    }
}

.p-pageBottom-cv a::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: calc(18 / 117.31 * 100%);
    right: calc(17 / 353 * 100%);
    width: 15px;
    height: 11px;
    background: url(../../img/img202605/button-arrow_white.svg) no-repeat center center / contain;
}
@media (min-width: 1024px) {
    .p-pageBottom-cv a::before {
        bottom: 50%;
        transform: translateY(50%);
        right: 60px;
        width: 20px;
        height: 15px;
    }
}

.p-pageBottom-cv a::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background: #FFF;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

@media (hover: hover) {
    .p-pageBottom-cv a:hover .p-pageBottom-cv__textJa,
    .p-pageBottom-cv a:hover .p-pageBottom-cv__textEn {
        color: #191919;
    }
    .p-pageBottom-cv a:hover::before {
        background: url(../../img/img202605/button-arrow.svg) no-repeat center center / contain;
    }
    .p-pageBottom-cv a:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }
}

/* --- booking-site --- */

.p-villa-block--about-default {
    padding-inline: 20px;
    max-width: calc(1264px + 20px * 2);
    margin-inline: auto;
}


/* ------------------ */
/* Archive-Villa page */
/* ------------------ */

@media (max-width: 1023.98px) {
    .p-villa-archive__nav {
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
        margin: 40px 0 0 auto;
    }
    .p-villa-archive__nav__select,
    .p-villa-archive__nav__select select {
        width: 100%;
    }
}

/* --- pagination --- */

.c-pagination {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}
@media (min-width: 1024px) {
    .c-pagination {
        margin-top: 90px;
    }
}

.c-pagination__numbers {
    grid-column: 2;
    justify-self: center;
    display: flex;
    width: fit-content;
    gap: 0;
}
@media (min-width: 1024px) {
    .c-pagination__numbers {
        gap: 19px;
    }
}
.c-pagination__numbers .page-numbers {
    flex-shrink: 0;
    width: 42px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: none;
    display: grid;
    place-items: center;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.47368;
    letter-spacing: 0.16px;
    text-decoration: none;
}
@media (min-width: 1024px) {
    .c-pagination__numbers .page-numbers {
        width: 50px;
        font-size: 22px;
        line-height: 1.27273;
    }
}
.c-pagination__numbers .page-numbers.current {
    color: #FFF;
    background: #404040;
}

.c-pagination__prev,
.c-pagination__next {
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.9px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 17px;
}
@media (max-width: 1023.98px) {
    .c-pagination__prev span,
    .c-pagination__next span {
        display: none;
    }
}
.c-pagination__prev::before,
.c-pagination__next::after {
    content: "";
    width: 11.729px;
    height: 24px;
    background: url(../../img/img202605/pagination-arrow_toRight.svg) no-repeat center center / contain;
}
.c-pagination__prev {
    grid-column: 1;
    justify-self: start;
}
.c-pagination__prev::before {
    transform: rotate(180deg);
}
.c-pagination__next {
    grid-column: 3;
    justify-self: end;
}



/* ------------------------- */
/* --- Single-Villa page --- */
/* ------------------------- */

.p-villaSingle-fv {
    width: 100%;
    height: 100vh;
    position: relative;
}

.p-villaSingle-fv__image {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.p-villaSingle-fv__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    animation: scale 1.5s ease-out forwards;
}
@keyframes scale {
    0%   { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.p-villaSingle-fv__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.10) 0%,
        rgba(0, 0, 0, 0.70) 94.02%,
        rgba(0, 0, 0, 0.70) 100%);
    background-blend-mode: normal, multiply, normal;
}

.p-villaSingle-fv__contents {
    position: relative;
    z-index: 1;
    padding: 0 20px 36.9px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media (min-width: 1024px) {
    .p-villaSingle-fv__contents {
        padding-bottom: 100px;
        max-width: calc(1590px + 20px * 2);
        margin-inline: auto;
    }
}

.a-villaSingleFv-slideUp {
    overflow: hidden;
}
.a-villaSingleFv-slideUp > span {
    display: inline-block;
    transform: translateY(150%);
    animation: slideUp 1s ease-out forwards;
    animation-delay: 1s;
}
@keyframes slideUp {
    0%   { transform: translateY(150%); }
    100% { transform: translateY(0); }
}

.p-villaSingle-fv__status span {
    padding: 4.608px 18.432px 5.76px 18.432px;
    width: fit-content;
    border-radius: 115.2px;
    background: #FFF;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 13.824px;
    font-weight: 800;
    line-height: 1.519097;
    letter-spacing: 0.691px;
}
@media (min-width: 1024px) {
    .p-villaSingle-fv__status span {
        padding: 6.4px 25.6px 8px 25.6px;
        border-radius: 160px;
        font-size: 19.2px;
        line-height: 1.510416;
        letter-spacing: 0.96px;
    }
}

.p-villaSingle-fv__location {
    margin-top: 18px;
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.728px;
}
@media (min-width: 1024px) {
    .p-villaSingle-fv__location {
        margin-top: 25px;
        font-size: 25px;
        line-height: 1;
        letter-spacing: 2.4px;
    }
}

.p-villaSingle-fv__title {
    margin-top: 28.8px;
    display: flex;
    flex-direction: column;
    gap: 21.6px;
}
@media (min-width: 1024px) {
    .p-villaSingle-fv__title {
        margin-top: 40px;
        gap: 30px;
    }
}
.p-villaSingle-fv__titleJa {
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.728px;
}
@media (min-width: 1024px) {
    .p-villaSingle-fv__titleJa {
        font-size: 50px;
        line-height: 1;
        letter-spacing: 2.4px;
    }
}

.p-villaSingle-fv__titleEn {
    color: #FFF;
    font-family: "Cormorant Garamond", YuMincho, serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.382px;
}
@media (min-width: 1024px) {
    .p-villaSingle-fv__titleEn {
        font-size: 26px;
        line-height: 1;
        letter-spacing: 1.92px;
    }
}

.p-villaSingle-fv__area {
    margin-top: 21.6px;
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.728px;
}
@media (min-width: 1024px) {
    .p-villaSingle-fv__area {
        margin-top: 30px;
        font-size: 25px;
        line-height: 1;
        letter-spacing: 2.4px;
    }
}

.p-villaSingle-fv__price {
    margin-top: 32.4px;
    display: inline-flex;
    align-items: baseline;
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.152px;
}
@media (min-width: 1024px) {
    .p-villaSingle-fv__price {
        margin-top: 50px;
        font-size: 25px;
        line-height: 0.76;
        letter-spacing: 1.6px;
    }
}

.p-villaSingle-fv__price .number {
    margin-right: 4px;
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: 2px;
}
@media (min-width: 1024px) {
    .p-villaSingle-fv__price .number {
        margin-right: 5px;
        font-size: 50px;
        line-height: 1;
    }
}

.p-villaSingle-fv__subText {
    margin-top: 25px;
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 0.7647;
    letter-spacing: 2.4px;
}
@media (min-width: 1024px) {
    .p-villaSingle-fv__subText {
        margin-top: 29px;
        font-size: 27px;
        line-height: 1;
    }
}

.p-villaSingle-fv__subTextTop {
    margin-top: 10px;
}
@media (min-width: 1024px) {
    .p-villaSingle-fv__subTextTop {
        margin-top: 22px;
    }
}
.p-villaSingle-fv__subTextTop > span {
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2.4px;
}
@media (min-width: 1024px) {
    .p-villaSingle-fv__subTextTop > span {
        font-size: 27px;
    }
}
.p-villaSingle-fv__subTextTop .number {
    display: inline-block;
    margin-inline: 5px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2px;
}

.p-villaSingle-fv__subTextBottom {
    margin-top: 30px;
}
@media (min-width: 1024px) {
    .p-villaSingle-fv__subTextBottom {
        margin-top: 40px;
    }
}
.p-villaSingle-fv__subTextBottom > span {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12.96px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.152px;
}
@media (min-width: 1024px) {
    .p-villaSingle-fv__subTextBottom > span {
        font-size: 18px;
        letter-spacing: 1.6px;
    }
}
.p-villaSingle-fv__subTextBottom .number {
    display: inline-block;
    margin-inline: 3.6px;
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
}
@media (min-width: 1024px) {
    .p-villaSingle-fv__subTextBottom .number {
        margin-inline: 5px;
        font-size: 24px;
    }
}

.p-villaSingle-fv__tags {
    margin: 32.4px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5.76px;
}
@media (min-width: 1024px) {
    .p-villaSingle-fv__tags {
        margin-top: 50px;
        gap: 8px;
    }
}
.p-villaSingle-fv__tags li span {
    padding: 3.6px 11.52px 4.32px;
    background: #E5E5E5;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5385;
    letter-spacing: 0.864px;
}
@media (min-width: 1024px) {
    .p-villaSingle-fv__tags li span {
        padding: 5px 16px 6px;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 1.2px;
    }
}


.p-villa-single__bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0 20px 160px;
}

@media (max-width: 1023px) {
    .p-villa-block--killer-contents {
        margin-bottom: 80px;
    }
}

.p-villa-block--loan-step {
    position: relative;
}
.p-villa-block--loan-step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #bcbcbc;
}
.p-villa-block--loan-step__inner {
    position: relative;
    z-index: 1;
}


/* --- Access-block --- */

.p-singleAccess__head {
    display: flex;
    flex-direction: column;
    gap: 65.78px;
}
@media (min-width: 1024px) {
    .p-singleAccess__head {
        flex-direction: row;
        align-items: center;
        gap: 40px;
    }
}

.p-singleAccess__headText {
    display: flex;
    flex-direction: column;
    gap: 14.88px;
    width: 100%;
}
@media (min-width: 1024px) {
    .p-singleAccess__headText {
        gap: 14.79px;
        width: calc(456 / 1088 * 100%);
    }
}

.p-singleAccess__heading {
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.8;
}

.p-singleAccess__address {
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15.8px;
    font-weight: 500;
    line-height: 1.82278;
}
@media (min-width: 1024px) {
    .p-singleAccess__address {
        font-size: 15.9px;
        line-height: 1.81132;
    }
}

.p-singleAccess__nearestList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.p-singleAccess__nearestIc,
.p-singleAccess__nearestStation,
.p-singleAccess__nearestBus {
    color: #555;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}
.p-singleAccess__nearestIc::before { content: "最寄りIC："; }
.p-singleAccess__nearestStation::before { content: "最寄り駅："; }
.p-singleAccess__nearestBus::before { content: "最寄りバス停："; }

.p-singleAccess__headMap {
    width: 100%;
    aspect-ratio: 9 / 5;
    border-radius: 12px;
    overflow: hidden;
}
@media (min-width: 1024px) {
    .p-singleAccess__headMap {
        flex-shrink: 0;
        width: calc(592.34003 / 1088 * 100%);
        aspect-ratio: 9 / 5;
        border-radius: 12px;
        overflow: hidden;
    }
}
.p-singleAccess__headMap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-singleAccess__methods {
    list-style: none;
    padding: 0 16px;
    max-width: calc(900px + 16px * 2);
    margin: 70px auto 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 38px;
}
@media (min-width: 1024px) {
    .p-singleAccess__methods {
        margin-top: 74px;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 32px;
    }

    .p-singleAccess__method:nth-child(3) {
        grid-column: 1 / 3;
    }
}

.p-singleAccess-method__heading {
    border-radius: 6px;
    background: #000;
    padding: 13px 12px 15px;
    color: #FFF;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}

.p-singleAccess-method__place {
    border-radius: 6px;
    border: 1px solid #DDD;
    background: #FFF;
    padding: 10px 10px 12px;
    color: #404040;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}
@media (min-width: 1024px) {
    .p-singleAccess-method__place {
        font-size: 10px;
        font-weight: 700;
        line-height: 1.42857;
    }
}

.p-singleAccess-method__detail {
    margin-block: 12px;
    color: #404040;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}
@media (min-width: 1024px) {
    .p-singleAccess-method__detail {
        font-size: 10px;
        font-weight: 700;
        line-height: 1.525424;
        margin-bottom: 14px;
    }
}
.p-singleAccess-method__detail::before { content: "↓ "; }

.p-singleAccess__googleMap {
    width: 100%;
    aspect-ratio: 321 / 181;
}
@media (min-width: 1024px) {
    .p-singleAccess__googleMap {
        /* max-width: 1048px; */
        margin-inline: auto;
        aspect-ratio: 1048 / 590;
    }
}

/* --- property block --- */

.wp-block-lazyblock-single-property {
    margin-top: 0;
}

.p-singleProperty {
    position: relative;
}
.p-singleProperty::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #c4c4c4;
}

.p-villa-block--loan-concept__list {
    position: relative;
    z-index: 1;
}

/* --- floor-image --- */

.p-villa-block--main__group-img img {
    transition: transform 0.3s ease;
}
.p-villa-block--main__group-img img.is-scaleUp {
    transform: scale(1.2);
}

.p-villa-block--main__group-img a {
    position: relative;
}
.p-villa-block--main__group-img a::after {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 15px;
    height: 15px;
    background-image: url("../../img/common/zoom-in.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
@media (min-width: 1024px) {
    .p-villa-block--main__group-img a::after {
        right: 12px;
        top: 12px;
        width: 30px;
        height: 30px;
    }
}

/* --- contents-block --- */

.p-singleContents {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 1048px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}
@media (min-width: 768px) {
    .p-singleContents {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

.p-singleContents__card {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media (min-width: 1024px) {
    .p-singleContents__card {
        gap: 40px;
    }
}

.p-singleContents-card__image {
    width: 100%;
    aspect-ratio: 353 / 210;
    overflow: hidden;
}
@media (min-width: 1024px) {
    .p-singleContents-card__image {
        width: 100%;
        aspect-ratio: 336 / 288;
    }
}
.p-singleContents-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.p-singleContents-card__image img.is-scaleUp {
    transform: scale(1.2);
}

.p-singleContents-card__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.p-singleContents-card__heading {
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 0.76;
    letter-spacing: 1.6px;
}

.p-singleContents-card__text  {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.p-singleContents-card__text > span {
    color: #404040;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.p-singleContents-card__text .number {
    display: inline-block;
    margin-inline: 5px;
    color: #404040;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

/* --- booking-link block --- */

.p-singleBookingBox {
    max-width: 720px;
    margin-inline: auto;
    padding: 43px 28px 32px;
    border-radius: 14px;
    background: #D6D6D6;
}

.p-singleBookingBox__title {
    color: #404040;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.88px;
}

.p-singleBookingBox__text {
    margin-top: 11px;
    color: #404040;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
}

.p-singleBookingBox__link {
    display: inline-block;
    text-decoration: none;
    margin: 24px auto 0;
    padding: 14px 23px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.p-singleBookingBox__link .text,
.p-singleBookingBox__link .arrow,
.p-singleBookingBox__link .hoverBg .inner-text,
.p-singleBookingBox__link .hoverBg .inner-arrow {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.6px;
}
@media (min-width: 1024px) {
    .p-singleBookingBox__link .text,
    .p-singleBookingBox__link .arrow,
    .p-singleBookingBox__link .hoverBg .inner-text,
    .p-singleBookingBox__link .hoverBg .inner-arrow {
        line-height: 0.8;
    }
}

.p-singleBookingBox__link .hoverBg {
    padding: 14px 23px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    z-index: 0;
    inset: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}
@media (any-hover: hover) {
    .p-singleBookingBox__link:hover .hoverBg {
        transform: scaleX(1);
        transform-origin: left;
    }
}

.p-singleBookingBox__link .hoverBg .inner-text,
.p-singleBookingBox__link .hoverBg .inner-arrow {
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease 0.15s;
}
@media (any-hover: hover) {
    .p-singleBookingBox__link:hover .hoverBg .inner-text,
    .p-singleBookingBox__link:hover .hoverBg .inner-arrow {
        opacity: 1;
    }
}

/* --- links --- */

.p-villaSingle-cv {
    margin: 73px auto 0;
    max-width: 1088px;
}

.p-villaSingle-cv__nav {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
@media (min-width: 1024px) {
    .p-villaSingle-cv__nav {
        grid-template-columns: repeat(2, 1fr);
    }
}

.p-villaSingle-cv__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 225px;
    background: #191919;
    text-decoration: none;
    padding-left: calc(20 / 280 * 100%);
    padding-right: calc(60 / 529 * 100%);
    position: relative;
}
@media (min-width: 1024px) {
    .p-villaSingle-cv__link {
        align-items: start;
        padding-left: calc(60 / 529 * 100%);
    }
}

.p-villaSingle-cv__link img {
    max-width: 223px;
}
@media (min-width: 1024px) {
    .p-villaSingle-cv__link img {
        max-width: none;
    }
}
.p-villaSingle-cv__link img.default { display: block; }
.p-villaSingle-cv__link img.hover { display: none;}

.p-villaSingle-cv__link span {
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: 1px;
    text-transform: capitalize;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}
.p-villaSingle-cv__link::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: calc(21 / 225 * 100%);
    right: calc(10 / 280 * 100%);
    width: 20px;
    height: 15px;
    background: url(../../img/img202605/button-arrow_white.svg) no-repeat center center / contain;
}
@media (min-width: 1024px) {
    .p-villaSingle-cv__link::after {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        right: calc(50 / 529 * 100%);
    }
}
.p-villaSingle-cv__link::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background: #FFF;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}
@media (any-hover: hover) {
    .p-villaSingle-cv__link:hover img.default { display: none; }
    .p-villaSingle-cv__link:hover img.hover {
        display: block;
        position: relative;
        z-index: 1;
    }
    .p-villaSingle-cv__link:hover span {
        color: #191919;
    }
    .p-villaSingle-cv__link:hover::after {
        background: url(../../img/img202605/button-arrow.svg) no-repeat center center / contain;
    }
    .p-villaSingle-cv__link:hover::before {
        transform: scaleX(1);
        transform-origin: left;
    }
}

/* others */

.a-info-link {
    text-decoration: none;
    background:#d6d6d6;
    color: #4a4a4a;
    transition: color 0.3s ease, background-color 0.3s ease;
}
@media (any-hover: hover) {
    .a-info-link:hover {
        background: #4a4a4a;
        color: #d6d6d6;
    }
}



/* --------------------- */
/* Document-Request page */
/* --------------------- */

.p-dr-headText {
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-weight: 300;
}
.p-dr-headText.large {
    margin-top: -13px;
    font-size: 20.8px;
    line-height: 1.76683;
}
@media (max-width: 781.98px) {
    .p-dr-headText.large {
        font-size: 19px;
    }
}
.p-dr-headText.small {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.575;
}

.p-dr__contents {
    margin-top: 74px;
}
.p-dr__contents .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    gap: 38px;
}
@media (min-width: 1024px) {
    .p-dr__contents .wp-block-group__inner-container {
        flex-direction: row;
    }
}
@media (min-width: 1024px) {
    .p-dr__contents .p-dr-columnContents {
        flex-grow: 1;
    }
    .p-dr__contents .p-satoriArea {
        width: 660px;
        flex-shrink: 0;
    }
}

.p-dr-grayBox {
    margin: 0;
    list-style: none;
    border-radius: 6px;
    background: #BABABA;
    padding: 27px 24px 24.39px 24px;
    display: flex;
    flex-direction: column;
    gap: 7.4px;
}
.p-dr-grayBox li {
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.53125;
}
.p-dr-grayBox li::before {
    content: "▶";
}

.p-dr-text {
    margin-top: 30px;
    color: #444;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 15.4px;
    font-weight: 300;
    line-height: 1.75;
}

.p-dr-images {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}
.p-dr-images img {
    width: 100%;
    aspect-ratio: 95/67;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10);
}

.p-dr-notes {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.p-dr-notes li {
    color: #777;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 11.2px;
    font-weight: 300;
    line-height: 1.69643;
}
.p-dr-notes li::before {
    content: "※";
}



/* ---------------- */
/* Information page */
/* ---------------- */

.p-information__headText {
    margin-top: -13px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 20.8px;
    font-weight: 300;
    line-height: 1.76683;
}
@media (max-width: 781.98px) {
    .p-information__headText {
        font-size: 16px;
    }
}

.p-information__contents {
    margin-top: 63px;
}
.p-information__contents .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    gap: 38px;
}
@media (min-width: 1024px) {
    .p-information__contents .wp-block-group__inner-container {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .p-information__contents .p-info-columnContents {
        flex-grow: 1;
    }
    .p-information__contents .p-satoriArea {
        width: 660px;
        flex-shrink: 0;
    }
}

.p-info-grayBox {
    padding: 27px 24px 24.39px 24px;
    border-radius: 6px;
    background: #BABABA;
    display: flex;
    flex-direction: column;
    gap: 7.4px;
}
.p-info-grayBox p {
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.53125;
}
.p-info-grayBox__title::before {
    content: "▶";
}

.p-info-grayBox ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7.4px;
}
.p-info-grayBox ul li {
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.53125;
}
.p-info-grayBox ul li::before {
    content: "・";
}

.p-info-grayBox.secondBox {
    margin-top: 30px;
}

.p-info-content {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.p-info-content__title {
    color: #444;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 15.4px !important;
    font-weight: 300;
    line-height: 1.75;
}
.p-info-content__title::before { content: "【";}
.p-info-content__title::after { content: "】";}

.p-info-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.p-info-content p,
.p-info-content ul li {
    color: #444;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 11.2px;
    font-weight: 300;
    line-height: 1.69643;
}
.p-info-content__list li::before {
    content: "・";
}

.p-info-content__main {
    display: flex;
    flex-direction: column;
    gap: 19px;
}
.p-info-content__main ul {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.p-info-content__mainList-head::before {
    content: "・";
}

.p-satoriArea {
    border-radius: 10px;
    background: #F3F3F3;
    padding: 60px 50px 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 29px;
    height: fit-content;
}
@media (max-width: 781.98px) {
    .p-satoriArea {
        padding: 30px 20px 37px;
        gap: 14px;
    }
}
.p-satori__headText {
    color: #404040;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.75;
}
@media (max-width: 781.98px) {
    .p-satori__headText {
        font-size: clamp(15px, 2.6854vw, 21px);
    }
}

.p-satoriBlock-heading {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: calc(50 / 1000 * 1em);
    line-height: 1.75;
    color: #404040;
}


/* --- Zoom Image */

/* body.zoom-lightbox .lightboxOverlay::after {
    content: "";
} */
body.zoom-lightbox .lb-image {
    height: 90vh !important;
    width: auto !important;
}
body.zoom-lightbox .lb-dataContainer {
    width: auto !important;
}

.modal-close-button {
    position: fixed;
    z-index: 10000;
    top: 30px;
    right: 30px;
    width: 16px;
    height: 16px;
    appearance: none;
    border: 0;
    display: none;
}
body.zoom-lightbox .modal-close-button {
    display: block;
}
.modal-close-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    background: #FFF;
}
.modal-close-button span:nth-child(1) {
    transform:
        translate(-50%, -50%)
        rotate(45deg);
}
.modal-close-button span:nth-child(2) {
    transform:
        translate(-50%, -50%)
        rotate(-45deg);
}


.p-villa-block--scheme-concept {
    margin-bottom: 40px;
}