@charset "UTF-8";

@font-face {
    font-family: 'NotoSansJP';
    src: url(/fonts/NotoSansJP-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansJP';
    src: url(/fonts/NotoSansJP-Medium.woff2) format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansJP';
    src: url(/fonts/NotoSansJP-Bold.woff2) format('woff2');
    font-weight: 700;
    font-display: swap;
}
html {
    scroll-behavior: smooth;
}

html:has(.org-header--top) {
    scroll-padding-top: var(--header-scroll-offset, 109px);
}

#buy-catch {
    scroll-margin-top: var(--header-scroll-offset, 109px);
}
/* ============================================================
   ヘッダー（追従：fixed）
   背景 #071A45・ナビ白文字
   ============================================================ */
.l-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 3;
}

.l-header *,
.org-floatbanner * {
    box-sizing: border-box;
    font-family: "NotoSansJP", sans-serif;
}

.l-header a {
    text-decoration: none;
}

.l-header a:hover {
    opacity: 1;
}

.org-header {
    width: 100%;
    background: #071a45;
}

.org-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    min-height: 109px;
    margin: 0 auto;
    padding: 0 37px 0 37px;
}

.org-header__left {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 20px;
}

.org-header__logo-wrap {
    flex-shrink: 0;
    margin: 0;
}

.org-header__logo {
    display: block;
}

.org-header__logo-img {
    display: block;
    width: 247px;
    height: 63px;
}

.org-header__separator {
    flex-shrink: 0;
    width: 1px;
    height: 55px;
    background: rgba(255, 255, 255, 0.3);
}

.org-header__area {
    flex-shrink: 0;
    margin-top: 13px;
}

.org-header__area-text {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    color: #e3e3e3;
    white-space: nowrap;
}

.org-header__area-text + .org-header__area-text {
    margin-top: 7px;
}

.org-header__right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    margin-left: auto;
    margin-top: 10px;
}

.org-header__gnavi {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
}

.org-header__gnavi-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    border: none;
    background: none;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: opacity 0.25s ease;
}

.org-header__gnavi-arrow {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    transform: rotate(45deg) translateY(-1px);
}

.org-header__gnavi-link:hover {
    opacity: 0.7;
}

.org-header__login {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    width: 155px;
    height: 55px;
    padding: 8px 12px;
    border-radius: 4px;
    background: #fff;
    color: #000;
    transition: opacity 0.25s ease;
}

.org-header__login:hover {
    opacity: 0.85;
}

.org-header__login-icon {
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 25px;
}

.org-header__login-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.org-header__login-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    text-align: center;
}

.org-header__login-sub {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
}

/* ============================================================
   フロートバナー
   ============================================================ */
.org-floatbanner {
    position: absolute;
    top: 250px;
    right: 0;
    z-index: 2;
    width: 147px;
    border-radius: 0;
    background: #333;
    overflow: hidden;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
}

.org-floatbanner__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 129px;
    padding: 10px 6px;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.org-floatbanner__item--filter {
    background: #071a45;
    color: #fff;
}

.org-floatbanner__item--filter:hover {
    background: #fff;
    color: #071a45;
    opacity: 1;
}

.org-floatbanner__item--map {
    background: #fff;
    color: #292f7a;
}

.org-floatbanner__item--map:hover {
    background: #292f7a;
    color: #fff;
    opacity: 1;
}

.org-floatbanner__item--line {
    background: #53a2e5;
    color: #fff;
}

.org-floatbanner__item--line:hover {
    background: #fff;
    color: #53a2e5;
    opacity: 1;
}

.org-floatbanner__en {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.org-floatbanner__ja {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.org-floatbanner__ja-line {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
    white-space: nowrap;
}
