@charset "utf-8";

/*ZenKakuGothicNew*/
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Regular.woff2);
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Medium.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Bold.woff2);
    font-weight: 600;
    font-display: swap;
}

/* outline
------------------------------*/
body {
    margin: 0;
}
.l-main {
    width: auto;
    padding: 0;
}
#contents_outer {
    background: #fff!important;
}
#contents {
    width: 100%;
    padding: 0;
}
.l-main * {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    box-sizing: border-box;
}
.l-main a:hover {
    text-decoration: none;
    opacity: 1;
}   
.l-main a {
    transition: .3s;
}
/* 共通
------------------------------*/
/* セクション見出し（共通）
------------------------------*/
.section-ttl {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    margin-bottom: 36px;
}
.section-ttl--mb30 {
    margin-bottom: 27px;
}
.section-ttl--mb0 {
    margin-bottom: 0;
}
.section-ttl--wide {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.section-ttl--full {
    width: 100%;
}
.section-ttl--enYellow .section-ttl__en {
    color: #fff100;
}
.section-ttl--enYellow .section-ttl__slash {
    filter: brightness(0) saturate(100%) invert(86%) sepia(68%) saturate(464%) hue-rotate(358deg) brightness(103%) contrast(104%);
}
.section-ttl__en {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 12px;
    margin: 0 0 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.6px;
    color: #074a97;
    position: absolute;
    top: 3px;
}
.section-ttl__slash {
    display: block;
    flex-shrink: 0;
    width: 6px;
    height: 10px;
}
.section-ttl__slash img {
    display: block;
    width: 6px;
    height: 10px;
}
.section-ttl__ttl {
    margin: 0;
    padding: 24px 50px;
    border: 1px solid #fff100;
    background: #fff;
    box-shadow: 6px 6px 0 #fff100;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 3px;
    color: #074a97;
    text-align: center;
}
.section-main {
    padding: 0;
    overflow: hidden;
}
.section-ticker {
    padding: 0;
}
.section-banner {
    padding: 30px 0;
    overflow: visible;
}
.section-search {
    padding: 40px 0 130px;
    overflow: hidden;
}
.section-kodawari {
    padding: 30px 0 80px;
    overflow: hidden;
    margin-bottom: 80px;
}
.section-reason {
    padding: 0;
}
.section-new {
    padding: 80px 0 65px;
    background: #fffae5;
    border-radius: 30px 30px 0 0;
}
.section-customer {
    padding: 95px 0 83px;
    overflow: hidden;
}
.section-store {
    padding: 0 0 35px;
    overflow: hidden;
    margin-top: 100px;
}
.section-staff {
    padding: 44px 0px 118px;
    overflow-x: hidden;
}
.section-movie {
    padding: 98px 0;
    overflow: hidden;
}
.section-news {
    padding: 58px 0;
    overflow: hidden;
}
.section-column {
    padding: 100px 0 80px;
    overflow: hidden;
}
.section-faq {
    padding: 80px 0;
    overflow: hidden;
}
.section-area {
    padding: 0 0 80px;
    overflow: hidden;
}
.section-other {
    padding: 80px 0;
    overflow: hidden;
}


/* メインビジュアル
------------------------------*/
.mainMv {
    background: #fff100;
    min-height: 550px;
}
.mainMv__inner {
    position: relative;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    padding: 34px 0 0;
}
.mainMv__catch {
    margin: 0 0 29px 28px;
}
    .mainMv__catchTtl {
        display: flex;
        flex-wrap: wrap;
        align-items: end;
        gap: 0 6px;
        margin: 0;
        font-size: 36px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.05em;
        color: #333;
    }
    .mainMv__catchTtlAccent {
        color: #074a97;
        letter-spacing: 0.02em;
    }
    .mainMv__catchLogo {
        width: auto;
        height: 68px;
        vertical-align: middle;
        margin-right: 13px;
    }
    .mainMv__catchLead {
        margin: 1px 0 0;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 0.03rem;
        color: #333;
    }
    .mainMv__catchLeadNum {
        font-size: 34px;
        color: #074a97;
        letter-spacing: 0.05em;
    }
.mainMv__badges {
    position: absolute;
    top: 42px;
    right: 32px;
    margin: 0;
    line-height: 0;
}
    .mainMv__badges img {
        width: 282px;
        height: auto;
        vertical-align: top;
    }
.mainMv__content {
    display: grid;
    grid-template-columns: 540px 1fr;
    grid-template-rows: auto auto;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3px 20px;
    position: relative;
}
.mainMv__searchForm {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
}

/* 検索フォーム
------------------------------*/
.mainSearch {
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px 57px;
    margin-bottom: 53px;
    width: 540px;
}
.mainSearch__addressFields {
    display: none;
}
.mainSearch__step {
    padding-bottom: 14px;
    margin-bottom: 14px;
    background-image: repeating-linear-gradient(
        to right,
        #e2e2e2 0,
        #e2e2e2 2px,
        transparent 2px,
        transparent 7px
    );
    background-position: left bottom;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    gap: 20px;
}
.mainSearch__step:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    background-image: none;
}
    .mainSearch__stepHead {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 0;
    }
    .mainSearch__stepNum {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 8px 4px;
        border-radius: 9999px;
        background: #074a97;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        line-height: 1;
        letter-spacing: 0.56px;
        white-space: nowrap;
    }
        .mainSearch__stepEn {
            font-size: 14px;
            padding-top: 3px;
        }
    .mainSearch__stepTtl {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        letter-spacing: 0.72px;
        min-width: 56px;
    }
    .mainSearch__stepNote {
        margin: 0;
        padding-left: 0;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        letter-spacing: 0.56px;
        line-height: 1.6;
    }
    .mainSearch__stepNoteTxt--sp {
        display: none;
    }
    .mainSearch__stepNoteSelected {
        font-weight: 600;
        color: #074a97;
    }
    .mainSearch__step:first-child {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }
    .mainSearch__step:first-child .mainSearch__stepHead {
        flex-shrink: 0;
    }
    .mainSearch__step:first-child .mainSearch__stepNote {
        flex: 1;
        min-width: 180px;
    }
    .mainSearch__step:nth-child(2) {
        display: flex;
        align-items: center;
        gap: 20px;
    }
        .mainSearch__step:nth-child(3) .mainSearch__stepHead {
            flex-shrink: 0;
        }
.mainSearch__rent {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1;
}
.mainSearch__rentSep {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
}
.mainSearch__selectWrap {
    position: relative;
    flex: 1;
    max-width: 110px;
}
    .mainSearch__select {
        width: 100%;
        height: 40px;
        padding: 0 28px 0 10px;
        border: 1px solid #e2e2e2;
        border-radius: 6px;
        background: #fff;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        line-height: 1.6;
        appearance: none;
        cursor: pointer;
        outline: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .mainSearch__selectWrap::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 14px;
        height: 8px;
        margin-top: -4px;
        background: url(/images/top/select-arrow.svg) center / contain no-repeat;
        pointer-events: none;
    }
.mainSearch__madoriList {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 11px;
    width: 337px;
    max-width: 100%;
    flex: 1;
}
    .mainSearch__madoriItem {
        display: flex;
        align-items: center;
        gap: 3px;
        width: auto;
        min-width: 55px;
    }
        .mainSearch__madoriLabel {
            display: inline-flex;
            align-items: center;
            gap: 3px;
            cursor: pointer;
        }
        .mainSearch__madoriItem input[type="checkbox"] {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }
        .mainSearch__madoriBox {
            width: 14px;
            height: 14px;
            border: 1px solid #c4c4c4;
            border-radius: 2px;
            background: #fff;
            flex-shrink: 0;
            position: relative;
            pointer-events: none;
        }
        .mainSearch__madoriTxt {
            font-size: 14px;
            font-weight: 400;
            color: #333;
            line-height: 1;
            pointer-events: none;
        }
        .mainSearch__madoriItem input[type="checkbox"]:checked + .mainSearch__madoriLabel .mainSearch__madoriBox {
            background-color: #074a97;
            border-color: #074a97;
        }
        .mainSearch__madoriItem input[type="checkbox"]:checked + .mainSearch__madoriLabel .mainSearch__madoriBox::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 42%;
            width: 30%;
            height: 55%;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: translate(-50%, -50%) rotate(45deg);
            box-sizing: border-box;
        }
.mainSearch__btn {
    position: absolute;
    z-index: 2;
    display: flex;
    width: 280px;
    height: 60px;
    margin: 0 auto;
    padding: 0 20px;
    border: 1px solid #074a97;
    border-radius: 36px;
    background: #074a97;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: background .3s ease, color .3s ease, border-color .3s ease;
    left: 270px;
    bottom: 51px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
    .mainSearch__btn:hover:not(:disabled) {
        background: #fff;
    }
    .mainSearch__btn:disabled {
        cursor: default;
    }
    .mainSearch__btnTxt {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        line-height: 1;
        transition: color .3s ease;
    }
    .mainSearch__btn:hover:not(:disabled) .mainSearch__btnTxt {
        color: #074a97;
    }
    .mainSearch__btnIcon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        background-color: #fff;
        mask: url(/images/top/search-icon.svg) center / contain no-repeat;
        -webkit-mask: url(/images/top/search-icon.svg) center / contain no-repeat;
        transition: background-color .3s ease;
    }
    .mainSearch__btn:hover:not(:disabled) .mainSearch__btnIcon {
        background-color: #074a97;
    }
.mainMv__note {
    grid-column: 1;
    grid-row: 2;
<<<<<<<
    public_html/css/top.css
    margin: 3px 0 0 96px;
=======
    margin: 23px 0 0 96px;
>>>>>>>
    public_html/css/top.css;
    margin-left: 98px;
}
.mainMv__note li {
        font-size: 10px;
    font-weight: 400;
    color: #074a97;
}
/* マップ
------------------------------*/
.mainMap {
    grid-column: 2;
    grid-row: 1 / span 2;
    position: absolute;
    width: 840px;
    right: -238px;
    top: -75px;
}
    .mainMap__bg {
        width: 100%;
        height: auto;
        vertical-align: top;
    }
    .mainMap__bg--sp {
        display: none;
    }
    .mainMap__items {
        position: absolute;
        inset: 0;
    }
    .mainMap__item {
        position: absolute;
        transform: translate(-50%, -50%);
        display: inline-flex;
        align-items: center;
        gap: 3px;
        height: 38px;
        padding: 0 12px;
        border-radius: 9999px;
        background: #fff;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        line-height: 1;
        white-space: nowrap;
        cursor: pointer;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
    }
        .mainMap__item input[type="checkbox"] {
            width: 14px;
            height: 14px;
            margin: 0;
            flex-shrink: 0;
            accent-color: #074a97;
            cursor: pointer;
        }
        .mainMap__item:has(input:checked) {
            outline: 1px solid #074a97;
        }
    .mainMap__lake {
        position: absolute;
        left: 40.6%;
        top: 50.2%;
        transform: translate(-50%, -50%);
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        color: #074a97;
        line-height: 1.4;
        white-space: nowrap;
        pointer-events: none;
    }
/* マップラベル位置（個別調整）
------------------------------*/
.mainMap__item--taisha {
    left: 8.3%;
    top: 54.4%;
}
.mainMap__item--izumo_n {
    left: 14.5%;
    top: 67.4%;
}
.mainMap__item--izumo_s {
    left: 18.2%;
    top: 80.7%;
}
.mainMap__item--hirata {
    left: 26.8%;
    top: 37.8%;
}
.mainMap__item--aikawa {
    left: 27.1%;
    top: 61.1%;
}
.mainMap__item--tamayu {
    left: 40%;
    top: 69.3%;
}
.mainMap__item--matsue_n {
    left: 59.2%;
    top: 34.9%;
}
.mainMap__item--matsue_s {
    left: 59.5%;
    top: 60.2%;
}
.mainMap__item--higashiizumo {
    left: 67.1%;
    top: 73.7%;
}
.mainMap__item--yakumo {
    left: 59.4%;
    top: 84%;
}

/* キャラクター
------------------------------*/
.mainMv__chara {
    position: absolute;
    left: -30px;
    bottom: -12px;
    margin: 0;
    line-height: 0;
    pointer-events: none;
}
    .mainMv__chara img {
        width: 127px;
        height: auto;
        vertical-align: top;
    }

/* 横スクロール帯
------------------------------*/
.mainTicker {
    overflow: hidden;
    border-top: 1px solid #074a97;
    border-bottom: 1px solid #074a97;
    background: #fff;
}
.mainTicker__track {
    display: flex;
    width: max-content;
    animation: mainTickerScroll 40s linear infinite;
}
.mainTicker__group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 30px;
    padding: 11px 0;
}
.mainTicker__text {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
    color: #074a97;
    letter-spacing: 3px;
    white-space: nowrap;
}
@keyframes mainTickerScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@media (prefers-reduced-motion: reduce) {
    .mainTicker__track {
        animation: none;
    }
}

/* バナースライダー
------------------------------*/
.mainBanner {
    overflow-x: hidden;
    overflow-y: visible;
    padding: 10px 0;
    box-sizing: content-box;
}
.mainBanner__swiper {
    width: 100%;
    overflow: visible !important;
}
.mainBanner__swiper .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
}
.mainBanner__slide {
    width: 255px;
    height: auto;
    overflow: visible;
}
.mainBanner__link {
    display: block;
    line-height: 0;
}
.mainBanner__link img {
    display: block;
    width: 255px;
    height: 188px;
    border-radius: 10px;
    vertical-align: top;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.35s ease;
}
.mainBanner__link:hover img {
    transform: scale(1.05);
}

/* 物件検索
------------------------------*/
.topSearch {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}
.topSearch__bg {
    position: absolute;
    left: -420px;
    top: 231px;
    width: 560px;
    height: 347px;
    background: #fff100;
    pointer-events: none;
}
.topSearch__property {
    position: absolute;
    right: -167px;
    top: -7px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 110px;
    line-height: normal;
    letter-spacing: 11px;
    color: #f8f5ec;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
    pointer-events: none;
}
.topSearch__inner {
    position: relative;
    z-index: 1;
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 60px;
    border-radius: 30px;
    background: #fffae5;
}
.topSearch__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.topSearch__freeword {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 960px;
    background: #fff;
    border-radius: 9999px;
    border: 1px solid #e2e2e2;
}
.topSearch__input {
    flex: 1;
    min-width: 0;
    height: 70px;
    padding: 0 30px;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    outline: none;
    border: none;
    border-radius: 9999px;
}
.topSearch__input::placeholder {
    color: #989898;
}
.topSearch__input:focus {
    border-color: #074a97;
}
.topSearch__submit {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 190px;
    height: 70px;
    padding: 0;
    border: 2px solid #074a97;
    border-radius: 9999px;
    background: #074a97;
    cursor: pointer;
    transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.topSearch__submitTxt {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #fff;
    transition: color .3s ease;
}
.topSearch__submit:hover {
    background: #fff;
}
.topSearch__submit:hover .topSearch__submitTxt {
    color: #074a97;
}
.topSearch__submitIcon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    background-color: #fff;
    mask: url(/images/top/search-icon.svg) center / contain no-repeat;
    -webkit-mask: url(/images/top/search-icon.svg) center / contain no-repeat;
    transition: background-color .3s ease;
}
.topSearch__submit:hover .topSearch__submitIcon {
    background-color: #074a97;
}
.topSearch__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 960px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.topSearch__cardsItem {
    width: 225px;
}
.topSearch__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 225px;
    height: 160px;
    padding: 16px 16px 20px;
    border: 2px solid #074a97;
    border-radius: 20px;
    background: #074a97;
    text-decoration: none;
    overflow: hidden;
    transition: background .3s ease, border-color .3s ease;
}
.topSearch__cardIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 143px;
    height: 70px;
    line-height: 0;
}
.topSearch__cardIcon img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: filter .3s ease, opacity .3s ease;
}
.topSearch__cardTxt {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: color .3s ease;
}
.topSearch__cardEm {
    color: #fff100;
    transition: color .3s ease;
}
.topSearch__cardArrow {
    position: absolute;
    right: 8px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    transition: background-color .3s ease;
}
.topSearch__cardArrow::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 13px;
    height: 11px;
    background: url(/images/top/search-arrow.svg) center / contain no-repeat;
    transition: filter .3s ease;
}
.topSearch__card:hover {
    background: #fff;
}
.topSearch__card:hover .topSearch__cardTxt {
    color: #074a97;
}
.topSearch__card:hover .topSearch__cardEm {
    color: #074a97;
}
.topSearch__card:hover .topSearch__cardIcon img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(72%) saturate(2270%) hue-rotate(196deg) brightness(92%) contrast(95%);
}
.topSearch__card:hover .topSearch__cardArrow {
    background: #074a97;
}
.topSearch__card:hover .topSearch__cardArrow::before {
    filter: brightness(0) invert(1);
}

/* こだわり条件から探す
------------------------------*/
.topKodawari {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}
.topKodawari__bg {
    position: absolute;
    right: -420px;
    top: 216px;
    width: 560px;
    height: 413px;
    background: #fff100;
    pointer-events: none;
}
.topKodawari__inner {
    position: relative;
    z-index: 1;
}
.topKodawari__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 21px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.topKodawari__item {
    width: 346px;
}
.topKodawari__item:nth-child(1) .topKodawari__cardImg {
    padding-right: 10px;
}
.topKodawari__item:nth-child(2) .topKodawari__cardImg {
    padding-left: 15px;
    padding-top: 10px;
}
.topKodawari__item:nth-child(3) .topKodawari__cardImg {
    padding-left: 9px;
    padding-bottom: 10px;
}
.topKodawari__item:nth-child(4) .topKodawari__cardImg {
    padding-left: 9px;
    padding-top: 12px;
}
.topKodawari__item:nth-child(5) .topKodawari__cardImg {
    padding-left: 9px;
    padding-top: 12px;
}
.topKodawari__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    overflow: hidden;
    transition: box-shadow .3s ease;
}
.topKodawari__card:hover {
    box-shadow: 0 6px 12px rgba(7, 74, 151, 0.15);
}
.topKodawari__cardImg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    background: #fffae5;
    line-height: 0;
}
.topKodawari__cardImg img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
}
.topKodawari__cardFoot {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 18px 0 16px;
    background: #074a97;
    transition: background .3s ease;
}
.topKodawari__cardTtl {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: color .3s ease;
}
.topKodawari__cardArrow {
    position: absolute;
    right: 17px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-radius: 50%;
    background: #fff;
    transition: background-color .3s ease;
}
.topKodawari__cardArrow::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 13px;
    height: 11px;
    background: url(/images/top/search-arrow.svg) center / contain no-repeat;
    transition: filter .3s ease;
}
.topKodawari__card:hover .topKodawari__cardFoot {
    background: #fff;
}
.topKodawari__card:hover .topKodawari__cardTtl {
    color: #074a97;
}
.topKodawari__card:hover .topKodawari__cardArrow {
    background: #074a97;
}
.topKodawari__card:hover .topKodawari__cardArrow::before {
    filter: brightness(0) invert(1);
}

/* 選ばれる理由
------------------------------*/
.topReason {
    position: relative;
    padding: 100px 0 83px;
    border-radius: 30px 30px 0 0;
}
.topReason__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 774px;
    background-image: url(/images/top/reason__bg.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    border-radius: 30px 30px 0 0;
}
.topReason__inner {
    position: relative;
    z-index: 1;
    max-width: 1090px;
    margin: 0 auto;
}
.topReason__inner:after {
    content: "";
    background: url(/images/top/chara05.webp) center / contain no-repeat;
    width: 403px;
    height: 258px;
    position: absolute;
    bottom: -254px;
    left: -14px;
    z-index: 1;
}
.topReason__catchEn {
    position: absolute;
    left: 50.3%;
    top: -48px;
    z-index: 1;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 10px;
    color: #fff100;
    white-space: nowrap;
    transform: translateX(-50%);
    pointer-events: none;
}
.topReason__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 10px;
}
.topReason__item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 340px;
}
.topReason__cardImg {
    position: relative;
    width: 352px;
    height: 241px;
}

.topReason__cardImgInner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    vertical-align: top;
}
.topReason__cardTxt {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    padding-left: 4px;
}
.topReason__cardTtl {
    margin: 0;
    font-weight: 600;
    text-align: center;
    padding-left: 5px;
}
.topReason__cardTtlLine {
    display: block;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}
.topReason__cardTtl em {
    font-size: 30px;
    font-style: normal;
    color: #fff100;
}
.topReason__cardDesc {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
}

/* 新着物件
------------------------------*/
.section-new .section-ttl {
    margin-bottom: 40px;
}
.topNew {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 0 50px 0 0;
}
.topNew__bg {
    position: absolute;
    top: -80px;
    width: 1920px;
    height: 100%;
    min-height: 100%;
    background: #fffae5;
    border-radius: 30px 30px 0 0;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.topNew__inner {
    position: relative;
    z-index: 1;
}
.topNew__illust {
    position: absolute;
    top: -108px;
    right: 52px;
    margin: 0;
    line-height: 0;
    pointer-events: none;
}
.topNew__illust img {
    display: block;
    width: 127px;
    height: auto;
}
.topNew__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.topNew__tabs {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 1080px;
}
.topNew__tab {
    flex: 1;
    max-width: 535px;
    height: 60px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: #e2e2e2;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.44px;
    color: #333;
    text-align: center;
    cursor: pointer;
    transition: background .3s ease, color .3s ease;
}
.topNew__tab.is-active {
    background: #074a97;
    color: #fff;
}
.topNew__tab:hover {
    opacity: 1;
}
.topNew__tab:not(.is-active):hover {
    background: #d4d4d4;
}
.topNew__panel {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}
.topNew__panel.is-active {
    display: flex;
}
.topNew__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1080px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.topNew__item {
    width: 255px;
}
.topNew__card {
    position: relative;
    height: 100%;
}
.topNew__cardLink {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    padding: 15px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
    text-decoration: none;
    transition: box-shadow .3s ease;
}
.topNew__cardLink:hover {
    box-shadow: 0 6px 12px rgba(7, 74, 151, 0.12);
}
.topNew__cardImgInner {
    position: relative;
    height: 143px;
}
.topNew__cardImgInner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.topNew__cardNew {
    position: absolute;
    top: 9px;
    left: -4px;
    z-index: 1;
    display: block;
}
.topNew__cardFav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    border-radius: 0 20px 0 20px;
    background: #fff;
    cursor: pointer;
}
.card__favorite {
    background: url(/images/top/new-heart.svg) no-repeat center center / cover;
    display: block;
    width: 24px;
    height: 22px;
    position: absolute;
    top: 13px;
    right: 13px;
}
.card__favorite.on {
    background: url(/images/top/new-heart-on.svg) no-repeat center center / cover;
}


.topNew__cardBody {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}
.topNew__cardName {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topNew__cardPrice {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.7px;
    color: #333;
}
.topNew__cardPrice .price {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #f62c2c;
}
.topNew__cardMeta {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #989898;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.topNew__cardAddr {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #989898;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topNew__more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 62px;
    padding: 0 20px 0 20px;
    border: 2px solid #074a97;
    border-radius: 36px;
    background: #074a97;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.topNew__more:hover {
    background: #fff;
    color: #074a97;
}
.topNew__moreTxt {
    white-space: nowrap;
    transition: color .3s ease;
}
.topNew__moreArrow {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-radius: 50%;
    background: #fff;
    transition: background-color .3s ease;
}
.topNew__moreArrow::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 13px;
    height: 11px;
    background: url(/images/top/search-arrow.svg) center / contain no-repeat;
    transition: filter .3s ease;
}
.topNew__more:hover .topNew__moreArrow {
    background: #074a97;
}
.topNew__more:hover .topNew__moreArrow::before {
    filter: brightness(0) invert(1);
}

/* お客様の声（新着物件直下にセクションがあるときのみ表示）
------------------------------*/
.section-new:has(+ .section-customer) .topNew:after {
    content: "";
    background: url(/images/top/chara03.webp) center / contain no-repeat;
    width: 226px;
    height: 208px;
    position: absolute;
    bottom: -234px;
    left: 88px;
    z-index: 1;
}
.topCustomer {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 50px;
    background: #fff;
}
.topCustomer__bg {
    position: absolute;
    left: 180px;
    top: 280px;
    width: 1320px;
    height: 312px;
    background: #fff100;
    pointer-events: none;
}
.topCustomer__inner {
    position: relative;
    z-index: 1;
}
.topCustomer__illust {
    position: absolute;
    top: -133px;
    left: 88px;
    margin: 0;
    line-height: 0;
    pointer-events: none;
    z-index: 0;
}
.topCustomer__illustBubble {
    position: absolute;
    top: 24px;
    left: 30px;
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.28px;
    color: #333;
    text-align: center;
    white-space: nowrap;
}
.topCustomer__illustEm {
    color: #f62c2c;
}
.topCustomer__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    overflow-x: hidden;
}
.topCustomer__lead {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.32px;
    color: #333;
    text-align: center;
}
.topCustomer__slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}
.topCustomer__swiper {
    width: 100%;
    overflow: visible;
}
.topCustomer__slide {
    width: 320px;
    height: auto;
}
.topCustomer__card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
}
.topCustomer__cardHead {
    display: flex;
    align-items: center;
    gap: 16px;
}
.topCustomer__cardIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 57px;
    height: 57px;
}
.topCustomer__cardName {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #333;
}
.topCustomer__cardBody {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.topCustomer__cardText {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.topCustomer__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.topCustomer__prev,
.topCustomer__next {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #ff8f1c;
    cursor: pointer;
    transition: opacity .3s ease;
}
.topCustomer__prev:hover,
.topCustomer__next:hover {
    opacity: 0.85;
}
.topCustomer__prev::before,
.topCustomer__next::before {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    margin: 0 auto;
    background: url(/images/top/page-arrow.svg) center / contain no-repeat;
    filter: brightness(0) invert(1);
}
.topCustomer__prev::before {
    transform: rotate(-180deg);
}
.topCustomer__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: auto;
    min-height: 13px;
}
.topCustomer__pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 !important;
    border: 1px solid #074a97;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    transition: background .3s ease;
}
.topCustomer__pagination .swiper-pagination-bullet-active {
    background: #074a97;
}
.topCustomer__more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 63px;
    padding: 0 20px 0 20px;
    border: 2px solid #074a97;
    border-radius: 36px;
    background: #074a97;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.topCustomer__more:hover {
    background: #fff;
    color: #074a97;
}
.topCustomer__moreTxt {
    white-space: nowrap;
    transition: color .3s ease;
}
.topCustomer__moreArrow {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-radius: 50%;
    background: #fff;
    transition: background-color .3s ease;
}
.topCustomer__moreArrow::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 13px;
    height: 11px;
    background: url(/images/top/search-arrow.svg) center / contain no-repeat;
    transition: filter .3s ease;
}
.topCustomer__more:hover .topCustomer__moreArrow {
    background: #074a97;
}
.topCustomer__more:hover .topCustomer__moreArrow::before {
    filter: brightness(0) invert(1);
}

/* 店舗情報
------------------------------*/
.topStore {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 80px 0;
    border-radius: 50px;
    background: #fff;
}
.topStore__bg {
    position: absolute;
    left: -420px;
    top: 0;
    width: 1600px;
    max-width: none;
    height: 100%;
    min-height: 1072px;
    border-radius: 0 30px 30px 0;
    background: #fffae5;
    pointer-events: none;
}
.topStore__vertical {
    position: absolute;
    left: 0px;
    top: 199px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 110px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 11px;
    color: #f8f0cf;
    white-space: nowrap;
    transform: rotate(90deg);
    transform-origin: left top;
    pointer-events: none;
}
.topStore__logo {
    position: absolute;
    top: 6%;
    left: 37%;
    margin: 0;
    line-height: 0;
    pointer-events: none;
}
.topStore__logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 120px;
}
.topStore__inner {
    position: relative;
    z-index: 1;
}
.topStore__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    max-width: 1080px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.topStore__list:after {
    content: "";
    background: url(/images/top/store-logo.webp) center / cover no-repeat;
    display: block;
    width: 178px;
    height: 144px;
    position: absolute;
    top: -143px;
    left: 290px;
    z-index: 1;
}
.topStore__item {
    width: 525px;
}
.topStore__card {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.topStore__cardMedia {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 266px;
}
.topStore__cardLabel {
    margin: 0;
    padding: 6px 10px;
    border-radius: 10px 0 0 0;
    background: #074a97;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    text-align: center;
}
.topStore__cardImg {
    flex: 1;
    overflow: hidden;
    border-radius: 0 0 0 10px;
    line-height: 0;
}
.topStore__cardImg img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    vertical-align: top;
}
.topStore__cardBody {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    min-width: 0;
    padding: 17px 20px 20px;
    border-radius: 0 10px 10px 0;
    background: #fff;
}
.topStore__cardBody--main {
    gap: 9px;
    justify-content: flex-start;
}
.topStore__cardLines {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.topStore__addr {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}
.topStore__dl {
    margin: 0;
}
.topStore__dlRow {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    min-height: 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
.topStore__dlRow dt {
    flex-shrink: 0;
    width: 38px;
    margin: 0;
    line-height: 1.6;
    color: #074a97;
}
.topStore__dlRow dd {
    flex: 1;
    min-width: 0;
    margin: 0;
    color: #333;
    word-break: break-all;
    line-height: 1.7;
}
.topStore__dlRow dd a {
    color: inherit;
    text-decoration: none;
}
.topStore__dlRow--mail,
.topStore__dlRow--mail dd,
.topStore__dlRow--mail dd a {
    color: #074a97;
}
.topStore__cardSubGroup {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    width: 100%;
}
.topStore__cardSub {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.topStore__cardSub--divide {
    padding-left: 12px;
    border-left: 1px solid #e2e2e2;
}
.topStore__cardSubTtl {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.28px;
    color: #074a97;
}
.topStore__cardSubGroup .topStore__cardSubTtl {
    font-weight: 700;
    line-height: 1;
}
.topStore__cardSubBody {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.topStore__contactRow {
    display: flex;
    gap: 2px;
    align-items: center;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #333;
}
.topStore__contactIcon {
    display: block;
    flex-shrink: 0;
    width: 11px;
    height: auto;
}
.topStore__mailBadge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 94px;
    height: 24px;
    border-radius: 9999px;
    background: #e1edfb;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #074a97;
    text-decoration: none;
}
.topStore__mailBadgeIcon {
    display: block;
    flex-shrink: 0;
    width: 14px;
    height: 10px;
}
.topStore__mailBadge:hover {
    background: #074a97;
    color: #fff;
}
.topStore__mailBadge:hover .topStore__mailBadgeIcon {
    filter: brightness(0) invert(1);
}
/* スタッフ紹介
------------------------------*/
.topStaff {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 50px;
    background: #fff;
}
.section-staff .section-ttl{
    margin-bottom: 40px;
}
.topStaff__inner {
    position: relative;
}
.topStaff__illust {
    position: absolute;
    top: -43px;
    right: 113px;
    margin: 0;
    line-height: 0;
    pointer-events: none;
}
.topStaff__illust img {
    display: block;
    width: 126px;
    height: auto;
}
.topStaff__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.topStaff__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: visible;
    gap: 7px;
}
.topStaff__tab {
    width: 355px;
    height: 60px;
    border: none;
    border-radius: 5px;
    background: #e2e2e2;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    color: #333;
    text-align: center;
    cursor: pointer;
    transition: background .3s ease, color .3s ease;
}
/* 長い店名は枠165pxのまま文字だけ左右にはみ出す（Figma 12089:12799） */
.topStaff__tab--long {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    overflow: visible;
    white-space: nowrap;
}
.topStaff__tab--long.is-active {
    z-index: 2;
}
.topStaff__tab.is-active {
    background: #074a97;
    color: #fff;
}
.topStaff__tab:hover {
    opacity: 1;
}
.topStaff__tab:not(.is-active):hover {
    background: #d4d4d4;
}
.topStaff__panel {
    display: none;
    width: 100%;
}
.topStaff__panel.is-active {
    display: block;
}
.topStaff__slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
}
.topStaff__swiper {
    width: 100%;
    overflow: visible;
}
.topStaff__swiper--static .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    transform: none !important;
    width: 100% !important;
}
.topStaff__swiper--static .swiper-slide {
    margin: 0 !important;
}
.topStaff__slide {
    width: 329px;
    height: auto;
}
.topStaff__card {
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
}
.topStaff__cardLink {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.topStaff__cardImgWrap {
    position: relative;
}
.topStaff__cardImg {
    overflow: hidden;
    width: 100%;
    height: 193px;
    border-radius: 20px;
    line-height: 0;
}
.topStaff__cardImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}
.topStaff__cardLink:hover .topStaff__cardImg img {
    transform: scale(1.08);
}
.topStaff__cardRole {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 10px 20px;
    border-radius: 0 20px 0 0;
    background: #074a97;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    white-space: nowrap;
}
.topStaff__cardBody {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.topStaff__cardName {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px;
    margin: 0;
    line-height: 1.2;
}
.topStaff__cardNameJa {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #333;
}
.topStaff__cardNameKana {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #074a97;
}
.topStaff__cardComment {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #989898;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.topStaff__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.topStaff__nav[hidden] {
    display: none;
}
.topStaff__prev,
.topStaff__next {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #D5D5D5;
    cursor: pointer;
    transition: opacity .3s ease;
}
.topStaff__prev:hover,
.topStaff__next:hover {
    opacity: 0.85;
}
.topStaff__prev::before,
.topStaff__next::before {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    margin: 0 auto;
    background: url(/images/top/page-arrow.svg) center / contain no-repeat;
    filter: brightness(0) invert(1);
}
.topStaff__prev::before {
    transform: rotate(-180deg);
}

.topStaff__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 13px;
}
.topStaff__pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 !important;
    border: 1px solid #074a97;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    transition: background .3s ease;
}
.topStaff__pagination .swiper-pagination-bullet-active {
    background: #074a97;
}
.topStaff__more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 63px;
    padding: 0 24px 0 20px;
    border: 2px solid #074a97;
    border-radius: 36px;
    background: #074a97;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    transition: background .3s ease, color .3s ease, border-color .3s ease;
    margin-top: 20px;
}
.topStaff__more:hover {
    background: #fff;
    color: #074a97;
}
.topStaff__moreTxt {
    white-space: nowrap;
    transition: color .3s ease;
}
.topStaff__moreArrow {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-radius: 50%;
    background: #fff;
    transition: background-color .3s ease;
}
.topStaff__moreArrow::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 13px;
    height: 11px;
    background: url(/images/top/search-arrow.svg) center / contain no-repeat;
    transition: filter .3s ease;
}
.topStaff__more:hover .topStaff__moreArrow {
    background: #074a97;
}
.topStaff__more:hover .topStaff__moreArrow::before {
    filter: brightness(0) invert(1);
}

/* CM放映中
------------------------------*/
.topMovie {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}
.topMovie__bg {
    position: absolute;
    left: 50%;
    bottom: -80px;
    width: 960px;
    height: 386px;
    background: #fff100;
    pointer-events: none;
}
.topMovie__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.topMovie__illust {
    position: absolute;
    top: -170px;
    left: -20px;
    margin: 0;
    line-height: 0;
    pointer-events: none;
}
.topMovie__illust img {
    display: block;
    width: 403px;
    height: auto;
}
.topMovie__videoWrap {
    width: 100%;
}
.topMovie__video {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    aspect-ratio: 1080 / 609;
    border-radius: 10px;
    overflow: hidden;
    background: #333;
}
.topMovie__video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top;
}

/* お知らせ
------------------------------*/
.topNews {
    max-width: 1145px;
    margin: 0 auto;
    border-radius: 20px;
    background: #fff;
}
.topNews__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.topNews__content {
    width: 100%;
    max-width: 1095px;
}
.topNews__scroll {
    height: 450px;
    padding-right: 50px;
}
.topNews__scroll .simplebar-content {
    padding: 0;
}
.topNews__scroll .simplebar-track.simplebar-vertical {
    right: 3px;
    width: 6px;
    border-radius: 9999px;
    background: #e2e2e2;
}
.topNews__scroll .simplebar-scrollbar {
    right: 0;
    width: 6px;
}
.topNews__scroll .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 9999px;
    background: #074a97;
    opacity: 1;
}
.topNews__scroll .simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
}
.topNews__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.topNews__item {
    margin: 0;
}
.topNews__card {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 29px 28px;
    border-radius: 10px;
    background: #fffae5;
    color: inherit;
    text-decoration: none;
    transition: opacity .3s ease;
}
.topNews__card:hover {
    opacity: .85;
}
.topNews__date {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #074a97;
}
.topNews__title {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topNews__excerpt {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #a8a8a8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topNews__more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 63px;
    padding: 0 25px 0 20px;
    border: 2px solid #074a97;
    border-radius: 36px;
    background: #074a97;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.topNews__more:hover {
    background: #fff;
    color: #074a97;
}
.topNews__moreTxt {
    white-space: nowrap;
    transition: color .3s ease;
}
.topNews__moreArrow {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-radius: 50%;
    background: #fff;
    transition: background-color .3s ease;
}
.topNews__moreArrow::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 13px;
    height: 11px;
    background: url(/images/top/search-arrow.svg) center / contain no-repeat;
    transition: filter .3s ease;
}
.topNews__more:hover .topNews__moreArrow {
    background: #074a97;
}
.topNews__more:hover .topNews__moreArrow::before {
    filter: brightness(0) invert(1);
}

/* お役立ちコラム
------------------------------*/
.topColumn {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}
.topColumn__bg {
    position: absolute;
    left: -420px;
    top: -80px;
    width: 594px;
    height: 731px;
    background: #fff100;
    pointer-events: none;
}
.topColumn__illust {
    position: absolute;
    top: 12px;
    right: -37px;
    z-index: 1;
    margin: 0;
    line-height: 0;
    pointer-events: none;
}
.topColumn__illust img {
    display: block;
    width: 136px;
    height: auto;
}
.topColumn__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.topColumn__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.topColumn__item {
    width: 340px;
}
.topColumn__cardLink {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
    color: inherit;
    text-decoration: none;
}
.topColumn__cardMedia {
    position: relative;
}
.topColumn__cardImg {
    overflow: hidden;
    aspect-ratio: 300 / 200;
    width: 100%;
    border-radius: 20px;
    line-height: 0;
}
.topColumn__cardImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}
.topColumn__cardLink:hover .topColumn__cardImg img {
    transform: scale(1.08);
}
.topColumn__cardDate {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 6px 20px;
    border-radius: 0 20px 0 20px;
    background: #074a97;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    white-space: nowrap;
}
.topColumn__cardBody {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.topColumn__cardTitle {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.8px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.topColumn__cardText {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #a8a8a8;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.topColumn__more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 63px;
    padding: 0 24px 0 20px;
    border: 2px solid #074a97;
    border-radius: 36px;
    background: #074a97;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.topColumn__more:hover {
    background: #fff;
    color: #074a97;
}
.topColumn__moreTxt {
    white-space: nowrap;
    transition: color .3s ease;
}
.topColumn__moreArrow {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-radius: 50%;
    background: #fff;
    transition: background-color .3s ease;
}
.topColumn__moreArrow::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 13px;
    height: 11px;
    background: url(/images/top/search-arrow.svg) center / contain no-repeat;
    transition: filter .3s ease;
}
.topColumn__more:hover .topColumn__moreArrow {
    background: #074a97;
}
.topColumn__more:hover .topColumn__moreArrow::before {
    filter: brightness(0) invert(1);
}

/* よくある質問
------------------------------*/
.topFaq {
    max-width: 1240px;
    margin: 0 auto;
}
.topFaq__box {
    position: relative;
    padding: 80px;
    border-radius: 30px;
    background: #fffae5;
}
.topFaq__illust {
    position: absolute;
    left: 17px;
    bottom: -44px;
    z-index: 2;
    margin: 0;
    line-height: 0;
    pointer-events: none;
}
.topFaq__illust img {
    display: block;
    width: 143px;
    height: auto;
}
.topFaq__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 38px;
}
.topFaq__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.topFaq__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 29px 30px;
    border-radius: 10px;
    background: #fff;
}
.topFaq__q,
.topFaq__a {
    display: flex;
    gap: 11px;
    align-items: flex-start;
}
.topFaq__label {
    flex-shrink: 0;
    margin: 0;
    width: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: #074a97;
    text-align: center;
}
.topFaq__question {
    flex: 1;
    min-width: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
    color: #074a97;
}
.topFaq__answer {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
}
.topFaq__answer p {
    margin: 0;
    line-height: 1.7;
}
.topFaq__answer p + p {
    margin-top: 0;
}

/* エリア情報
------------------------------*/
.topArea {
    border-radius: 0 50px 0 0;
    overflow: hidden;
}
.topArea > .section-ttl--wide {
    padding-left: 60px;
    padding-right: 60px;
}
.topArea__body {
    display: flex;
    flex-direction: column;
}
.topArea__block {
    position: relative;
    padding: 75px 0 78px;
}
.topArea__blockBg {
    position: absolute;
    top: 3px;
    width: 1580px;
    height: 113.5%;
    pointer-events: none;
}
.topArea__block--matsue .topArea__blockBg {
    left: 50%;
    margin-left: -960px;
    background: #fff100;
}
.topArea__block--izumo .topArea__blockBg {
    left: 50%;
    margin-left: -620px;
    background: #074a97;
}
.topArea__blockInner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1080px;
    margin: 0 auto;
}
.topArea__block--izumo .topArea__blockInner {
    align-items: center;
}
.topArea__blockTitle {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1;
    color: #074a97;
    max-width: 1080px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
}
.topArea__block--izumo .topArea__blockTitle {
    color: #fff;
    justify-content: end;
}
.topArea__blockTitleEn {
    font-size: 60px;
    letter-spacing: 0;
    font-family: 'Poppins', sans-serif;
}
.topArea__blockTitleJa {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}
.topArea__row {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    max-width: 1080px;
}
.topArea__block--izumo .topArea__row:nth-child(2) {align-items: flex-start;gap: 40px;height: 257px;}
.topArea__row--reverse {
    flex-direction: row-reverse;
}
.topArea__text {
    flex-shrink: 0;
    width: 520px;
}
.topArea__subTtl {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    color: #074a97;
}
.topArea__block--izumo .topArea__subTtl {
    color: #fff100;
}
.topArea__textBody {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.32px;
    color: #333;
}
.topArea__block--izumo .topArea__textBody {
    color: #fff;
}
.topArea__spotList {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.topArea__spotItem {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.32px;
    color: #333;
}
.topArea__block--izumo .topArea__spotItem {
    color: #fff;
}
.topArea__em {
    font-weight: 500;
    color: #074a97;
}
.topArea__block--izumo .topArea__em {
    color: #fff100;
}
.topArea__img {
    flex: 1;
    min-width: 0;
    height: 245px;
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
}
.topArea__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    vertical-align: top;
}

/* 運営サイト
------------------------------*/
.section-site {
    padding: 80px 0 78px;
    overflow: hidden;
    background: url(/images/top/site__bg.webp) center / cover no-repeat;
    background-size: cover;
}
.topSite {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 30px 30px 0 0;
}

.topSite__illust {
    position: absolute;
    top: -44px;
    right: 136px;
    z-index: 2;
    margin: 0;
    line-height: 0;
    pointer-events: none;
}
.topSite__illust img {
    display: block;
    width: 132px;
    height: auto;
}
.topSite__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.topSite__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 1080px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.topSite__item {
    width: 261px;
}
.topSite__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    padding: 8px 18px 10px 16px;
    border: 2px solid #074a97;
    border-radius: 36px;
    background: #074a97;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.topSite__btn:hover {
    background: #fff;
    color: #074a97;
}
.topSite__btnTxt {
    display: block;
}
.topSite__btnTxtLine {
    display: block;
}
.topSite__btnTxtLine + .topSite__btnTxtLine {
    margin-top: 4px;
}
.topSite__btnIcon {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-radius: 50%;
    background: #fff;
    transition: background-color .3s ease;
}
.topSite__btnIcon::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 13px;
    height: 14px;
    background: url(/images/top/icn_header_external.svg) center / contain no-repeat;
    transition: filter .3s ease;
}
.topSite__btn:hover .topSite__btnIcon {
    background: #074a97;
}
.topSite__btn:hover .topSite__btnIcon::before {
    filter: brightness(0) invert(1);
}

/* その他ご紹介
------------------------------*/
.bottomBnr__list {
    width: 690px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
    .bottomBnr__item {
        margin-bottom: 13px;
    }
        [class*="bottomBnr__item"] a img{
            transition: .3s ease;
        }
        [class*="bottomBnr__item"] a:hover img {
            box-shadow: 5px 5px 10px #999;
        }
    .big__bnr {
        width: 690px;
    }
        .big__bnr img {
            width: 100%;
        }