@charset "UTF-8";

@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2) format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff2) format('woff2');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url(/fonts/Montserrat-MediumItalic.woff2) format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url(/fonts/Montserrat-BoldItalic.woff2) format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height, 120px);
}

body.is-header-offset {
    padding-top: var(--header-height, 120px);
}

body.is-menu-open {
    overflow: hidden;
}

/* ============================================================
   ヘッダー（追従：fixed）
   ============================================================ */
.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.l-header *,
.org-mega-menu * {
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
}

.l-header a {
    text-decoration: none;
}

.org-header {
    width: 100%;
    background: #f7f8f3;
}

.org-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 120px;
    padding: 0 30px;
}

.org-header__logo-wrap {
    flex-shrink: 0;
    margin: 0;
}

.org-header__logo {
    display: block;
    width: 380px;
    height: 50px;
    line-height: 0;
}
.org-header__logo:hover {
    opacity: 1;
}
.org-header__logo-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.org-header__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    flex-shrink: 0;
    margin-top: 5px;
}

.org-header__utility {
}

.org-header__utility-btns {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-shrink: 0;
}

.org-header__pill-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #2c2c2c;
    border-radius: 140px;
    background: #fff;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.7px;
    white-space: nowrap;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.org-header__pill-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
}

.org-header__pill-btn-icon img {
    display: block;
    flex-shrink: 0;
    transition: filter 0.25s ease;
}

.org-header__tel-block {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 4px;
    flex-shrink: 0;
    margin-bottom: 5px;
}

.org-header__tel {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #2c2c2c;
    transition: opacity 0.2s ease;
}

.org-header__tel:hover {
    opacity: 0.85;
}

.org-header__tel-icon {
    display: block;
    flex-shrink: 0;
    line-height: 0;
}

.org-header__tel-icon img {
    display: block;
}

.org-header__tel-number {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.2px;
    white-space: nowrap;
}

.org-header__tel-hours {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding-left: 0;
    color: #737373;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.65px;
    white-space: nowrap;
}

.org-header__contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 144px;
    height: 48px;
    border: 1px solid #ff851a;
    border-radius: 5px;
    background: #ff851a;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.8px;
    white-space: nowrap;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.org-header__contact-btn:hover {
    background: #fff;
    color: #ff851a;
    border-color: #ff851a;
}

.org-header__nav {
    flex-shrink: 0;
}

.org-header__nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 48px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.org-header__nav-item {
    margin: 0;
}

.org-header__nav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.8px;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.org-header__nav-link:hover{
    opacity: 1;
    color: #ff851a;   
}
.org-header__nav-chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
    transition: transform 0.25s ease;
}

.org-header__nav-chevron img {
    display: block;
}

.org-header__nav-link--mega.is-active .org-header__nav-chevron {
    transform: rotate(180deg);
}

/* ============================================================
   メガメニュー
   ============================================================ */
.org-mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    pointer-events: none;
    visibility: hidden;
}

.org-mega-menu.is-open {
    visibility: visible;
    pointer-events: auto;
}

.org-mega-menu__overlay {
    position: fixed;
    top: var(--header-height, 120px);
    left: 0;
    width: 100%;
    height: calc(100% - var(--header-height, 120px));
    background: rgba(44, 44, 44, 0.9);
    z-index: 1;
}

.org-mega-menu__panel {
    position: fixed;
    top: calc(var(--header-height, 120px) + 30px);
    left: 50%;
    transform: translateX(-50%);
    width: min(calc(100% - 60px), 1860px);
    border-radius: 5px;
    background: #f7f8f3;
    z-index: 2;
}

.org-mega-menu__panel--property,
.org-mega-menu__panel--store {
    padding: 60px 80px;
}

.org-mega-menu__pointer {
    position: absolute;
    top: -14px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -16px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 15px solid #f7f8f3;
}

.org-mega-menu__panel-inner {
    width: 100%;
}

.org-mega-menu__columns {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.org-mega-menu__columns--property {
    gap: 61px;
    max-width: 1082px;
}

.org-mega-menu__columns--store {
    gap: 90px;
    max-width: 1080px;
}

.org-mega-menu__column {
    width: 320px;
    flex-shrink: 0;
}

.org-mega-menu__column-head {
    margin-bottom: 30px;
}

.org-mega-menu__column-en {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #2c2c2c;
}

.org-mega-menu__column-dot {
    display: block;
    flex-shrink: 0;
    line-height: 0;
}

.org-mega-menu__column-dot img {
    display: block;
}

.org-mega-menu__column-ja {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1.6px;
    color: #2c2c2c;
}

.org-mega-menu__link-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.org-mega-menu__link-item {
    margin: 0;
}

.org-mega-menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #2c2c2c;
    color: #2c2c2c;
    transition: opacity 0.2s ease;
    position: relative;
}
.org-mega-menu__link:before{
    content: '';
    background: url(/images/top/cmn-arrow.svg) no-repeat center center / contain;
    position: absolute;
    right: 8px;
    width: 18px;
    height: 6px;
    transition: .3s;
}
.org-mega-menu__link:after {
    content: '';
    background: url(/images/top/cmn-arrow-circle.svg) no-repeat center center / contain;
    position: absolute;
    right: 0;
    width: 18px;
    height: 17.9px;
}
.org-mega-menu__link:hover:before {
    right: 5px;
}
.org-mega-menu__link:hover {
    opacity: 1;
    color: #ff851a;
}

.org-mega-menu__link-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.8px;
    white-space: nowrap;
}

.org-mega-menu__link-arrow {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 25px;
    height: 17px;
}

.org-mega-menu__link-arrow-circle {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #2c2c2c;
    border-radius: 50%;
    box-sizing: border-box;
    transform: translateY(-50%);
    transition: border-color 0.25s ease;
}

.org-mega-menu__link-arrow-move {
    position: absolute;
    top: 50%;
    left: 0;
    color: #2c2c2c;
    line-height: 0;
    transform: translateY(-50%);
    transition: transform 0.25s ease, color 0.25s ease;
}

.org-mega-menu__link-arrow-svg {
    display: block;
}

.org-mega-menu__link:hover .org-mega-menu__link-arrow-circle {
    border-color: #ff851a;
}

.org-mega-menu__link:hover .org-mega-menu__link-arrow-move {
    color: #ff851a;
    transform: translateY(-50%) translateX(3px);
}

.org-mega-menu__store-card {
    width: 320px;
    flex-shrink: 0;
}

.org-mega-menu__store-link {
    display: block;
    color: #2c2c2c;
}

.org-mega-menu__store-link:hover {
    color: #2c2c2c;
}

.org-mega-menu__store-link .org-mega-menu__column-head {
    margin-bottom: 36px;
}

.org-mega-menu__store-img-wrap {
    overflow: hidden;
    border-radius: 5px;
    aspect-ratio: 296.26 / 189.24;
}

.org-mega-menu__store-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.org-mega-menu__store-card a.org-mega-menu__store-link:hover .org-mega-menu__store-img {
    transform: scale(1.06);
}

.org-header__info {
    display: flex;
    gap: 12px;
    margin-bottom: 7px;
}