@charset "UTF-8";

/*///////////////////// font-face 読み込み例 ///////////////////////////*/

@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
/*Zen Kaku Gothic New 500*/
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
/*Zen Kaku Gothic New 700*/
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
/*Zen Kaku Gothic New 700*/
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Black.ttf);
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url(/fonts/Outfit-VariableFont_wght.ttf);
    font-weight: 400;
    font-display: swap;
}
/*///////////////////// font-face 読み込み例 ///////////////////////////*/
.org-header *,
.orgFloatBanner * {
    font-family: "Zen Kaku Gothic New", sans-serif;
    box-sizing: border-box;
}
.l-header.org-header {
    z-index: 8;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(4px);
}
.l-header.l-other-header {
    position: sticky;
}
.org-header a:hover,
.org-header button:hover,
.orgFloatBanner button:hover {
    opacity: 1;
}
.header__inner {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 0 25px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    min-width: 0;
    gap: 0 25px;
}
.header__logo img {
    max-width: 40px;
    max-height: 40px;
}
.header__left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header__history-text {
    width: 477px;
    height: 34px;
    color: #fff;
    font-size: 13px;
    overflow: hidden;
}
.header__history-text * {
    line-height: 1.3;
    color: #fff;
    font-size: 13px;
}
/*---------------------------------------------------

-----------------------------------------------------*/
.header__link__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 25px;
}
    .header__link {
        position: relative;
        font-size: 14px;
        font-weight: 500;
        transition: .3s;
    }
    .header__link__item {
        position: relative;
    }
    .header__link__item a {
        color: #fff;
        font-weight: 500;
        letter-spacing: 0.8px;
        font-size: 16px;
    }
    .header__link__item a:before {
        background: #fff;
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: -5px;
        transform-origin: center top;
        transform: scale(0, 1);
        transition: transform .3s;
    }
    .header__link__item a:hover::before{
        transform-origin: center top;
        transform: scale(1, 1);
    }

/*--------------------*/

.orgFloatBanner {
    position: fixed;
    right: -10px;
    top: 142px;
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    transform: translateX(16px);
    transition: .3s;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}
.orgFloatBanner.is-scroll-visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
}

[class^="orgFloatItems--"] > a,
.orgFloatItems--tel-button,
.orgFloatItems--line-button {
    width: 60px;
    padding: 41px 10px 17px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    writing-mode: vertical-rl;
    letter-spacing: 4px;
    transition: all 0.3s ease;
    position: relative;
    -ms-writing-mode: tb-rl;
    text-orientation: upright;
    border-radius: 7px 0 0 7px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0;
}
[class^="orgFloatItems--"] > a:before,
.orgFloatItems--tel-button:before,
.orgFloatItems--line-button:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 42%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.orgFloatItems--line-button:before {
    background: url(/images/top/float__icon01.svg) no-repeat;
    top: 23px;
}
.orgFloatItems--tel-button:before {
    background: url(/images/top/float__icon02.svg) no-repeat;
}
[class^="orgFloatItems--"] > a:hover,
.orgFloatItems--tel:hover,
.orgFloatItems--line:hover {
    opacity: 1;
    transform: translateX(-10px);
}
.orgFloatItems--line {
    transition: .3s;
    height: 161px;
}
[class^="orgFloatItems--"]:not(:first-child) {margin-top: 5px;}
.orgFloatItems--tel {
    transition: .3s;
    height: 110px;
}
.orgFloatItems--line-button {
    background-color: #68A174;
    margin: 0;
    cursor: pointer;
    height: 161px;
    justify-content: center;
}
.orgFloatItems--tel-button {
    background-color: #AAA69E;
    margin: 0;
    cursor: pointer;
    border-right: none;
    height: 110px;
}
.orgFloatItems--line-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-radius: 7px 0 0 7px;
    overflow: hidden;
    transition: background-color 0.25s ease, padding 0.25s ease;
    height: 161px;
}
.orgFloatItems--line.is-open .orgFloatItems--line-inner {
    position: relative;
    background-color: #68A174;
    height: 161px;
}
.orgFloatItems--line.is-open.is-qr-zoomed {
    z-index: 8;
}
.orgFloatItems--line.is-open.is-qr-zoomed .orgFloatItems--line-inner,
.orgFloatItems--line.is-open.is-qr-zoomed .orgFloatItems--line-content {
    overflow: visible;
}
.orgFloatItems--line.is-open .orgFloatItems--line-button:hover {
    transform: translateX(0);
}
.orgFloatItems--line-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 0;
    opacity: 0;
    padding: 0;
    transition: max-width 0.35s ease, opacity 0.25s ease;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
.orgFloatItems--line.is-open .orgFloatItems--line-content {
    position: relative;
    opacity: 1;
    padding: 12px 30px 12px 0;
    max-width: fit-content;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 232px;
    margin-top: 0;
}
.orgFloatItems--line-content-ttl {
    font-size: 13px;
    letter-spacing: 0.05em;
    opacity: 0.9;
    color: #fff;
    text-align: center;
}
.orgFloatItems--line-content-qr {
    margin: 0 0 6px;
    line-height: 0;
}
.orgFloatItems--line-content-qr-btn {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    line-height: 0;
    border-radius: 6px;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.orgFloatItems--line-content-qr-btn:hover {
    transform: scale(1.03);
}
.orgFloatItems--line-content-qr-btn:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}
.orgFloatItems--line-content-qr-btn img {
    display: block;
    width: 100px;
    height: auto;
    max-width: 100%;
}
.orgFloatItems--line-content-qr-zoom {
    position: absolute;
    top: 83%;
    left: 41%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 24px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(calc(-50% - 72px), -50%) scale(0.92);
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    width: 265px;
    height: 265px;
}
.orgFloatItems--line-content-qr-zoom.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(calc(-50% - 72px), -50%) scale(1);
}
.orgFloatItems--line-content-qr-zoom img {
    display: block;
    width: 260px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.orgFloatItems--line-content-qr-zoom-close {
    position: absolute;
    top: -7px;
    right: 0px;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.orgFloatItems--line-content-qr-zoom-close:hover {
}
.orgFloatItems--line-content-qr-zoom-close:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}
.orgFloatItems--line-content-link {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
    margin-bottom: 4px;
}
.orgFloatItems--line-content-link:hover {
    opacity: 0.9;
}
.orgFloatItems--line .orgFloatItems--line-content-close {
    align-self: center;
    border-radius: 100px;
    font-weight: 500;
    cursor: pointer;
    font-family: "Zen Kaku Gothic New", sans-serif;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    background: #CDDED0;
    height: 22px;
    width: 85px;
    color: #78937D;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4px auto 0;
    font-size: 13px;
    padding-left: 5px;
    border: none;
}
.orgFloatItems--line-content-close:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #fff;
}
.orgFloatItems--line-content-close:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}
.orgFloatItems--tel-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-radius: 7px 0 0 7px;
    overflow: hidden;
    transition: background-color 0.25s ease, padding 0.25s ease;
    height: 110px;
}
.orgFloatItems--tel.is-open .orgFloatItems--tel-inner {
    background-color: #AAA69E;
    /* padding-right: 32px; */
    height: 110px;
}
.orgFloatItems--tel.is-open .orgFloatItems--tel-button:hover {
    transform: translateX(0);
}
.orgFloatItems--tel-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    max-width: 0;
    opacity: 0;
    padding: 0;
    transition: max-width 0.35s ease, opacity 0.25s ease;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
.orgFloatItems--tel.is-open .orgFloatItems--tel-content {
    opacity: 1;
    padding: 10px 20px 10px 0px;
    max-width: fit-content;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 250px;
    margin-top: 0;
}
.orgFloatItems--tel-content-ttl {
    font-size: 13px;
    letter-spacing: 0.05em;
    opacity: 0.9;
    color: #fff;
    text-align: center;
}
.orgFloatItems--tel .orgFloatItems--tel-content-tel {
    margin: 0;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.8px;
    margin: 0;
    line-height: 1.1;
}
.orgFloatItems--tel .orgFloatItems--tel-content-close {
    align-self: flex-start;
    border-radius: 100px;
    font-weight: 500;
    cursor: pointer;
    font-family: "Zen Kaku Gothic New", sans-serif;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    background: #C5C1B8;
    height: 22px;
    width: 85px;
    color: #888787;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto 0;
    font-size: 13px;
    padding-left: 5px;
}
.orgFloatItems--tel-content-close:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #fff;
}
.orgFloatItems--tel-content-close:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}
.orgFloatItems {
    transition: .15s;
}

/* =========================================
 ご成約特典 固定バナー（スクロール後表示・開閉）
 ========================================= */
.org-float-special {
    position: fixed;
    right: -25px;
    bottom: 28px;
    z-index: 6;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(16px);
    transition: opacity 1s ease, visibility 1s ease, transform 1s ease;
    pointer-events: none;
}

.org-float-special.is-scroll-visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
}

.org-float-special__inner {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    border-radius: 5px 0 0 5px;
    transition: background-color 0.5s ease, padding 0.5s ease;
}

.org-float-special.is-open .org-float-special__inner {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 0 40px 0 0;
}

.org-float-special__toggle {
    box-sizing: border-box;
    width: 60px;
    min-height: 180px;
    margin: 0;
    padding: 5px 20px 0 10px;
    border: none;
    border-radius: 5px 0 0 5px;
    background-color: #e9e4db;
    color: #666666;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    flex-shrink: 0;
    transition: background-color 0.7s ease, transform 0.7s ease, width 0.7s ease, padding 0.7s ease;
}
.org-float-special__toggle:hover {
    opacity: 1;
    transform: translateX(-10px);
}
.is-open .org-float-special__toggle {
    padding-right: 10px;
    width: 50px;
}
.is-open .org-float-special__toggle:hover {
    transform: translateX(0px);
}
.org-float-special__toggle:focus-visible {
    outline: 2px solid #666666;
    outline-offset: 2px;
}

.org-float-special__toggle-label {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-orientation: mixed;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #666666;
    letter-spacing: 3px;
}

.org-float-special__toggle-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    background: url(/images/top/org-float_arrow.svg) no-repeat center center / cover;
    transition: transform 0.7s ease;
}

.org-float-special.is-open .org-float-special__toggle-icon {
    transform: scaleX(-1);
}

.org-float-special__panels {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    max-width: 0;
    opacity: 0;
    transform: translateX(28px);
    transition: max-width 1.15s ease-in-out, opacity 0.95s ease, transform 0.95s ease;
}

.org-float-special.is-open .org-float-special__panels {
    max-width: 900px;
    opacity: 1;
    transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
    .org-float-special {
        transition: none;
    }

    .org-float-special__inner,
    .org-float-special__toggle,
    .org-float-special__toggle-icon,
    .org-float-special__panels {
        transition: none;
    }

    .orgFloatItems--tel-inner,
    .orgFloatItems--tel-content,
    .orgFloatItems--tel-content-close,
    .orgFloatItems--line-inner,
    .orgFloatItems--line-content,
    .orgFloatItems--line-content-close,
    .orgFloatItems--line-content-qr-btn,
    .orgFloatItems--line-content-qr-zoom,
    .orgFloatItems--line-content-qr-zoom img {
        transition: none;
    }

    .orgFloatItems--line.is-open.is-qr-zoomed .orgFloatItems--line-content-qr-zoom.is-active {
        transform: translate(calc(-50% - 72px), -50%);
    }
}

.org-float-special__link {
    display: block;
    flex-shrink: 0;
    line-height: 0;
}

.org-float-special__link img {
    display: block;
    width: 274px;
    height: 150px;
    object-fit: cover;
}

.org-float-special__link--narrow img {
    width: 240px;
}