@charset "UTF-8";

@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Light.woff2) format('woff2');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Medium.woff2) format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Bold.woff2) format('woff2');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Old Mincho';
    src: url(/fonts/ZenOldMincho-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Old Mincho';
    src: url(/fonts/ZenOldMincho-Medium.woff2) format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Old Mincho';
    src: url(/fonts/ZenOldMincho-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, 110px);
}

#buy-catch {
    scroll-margin-top: var(--header-scroll-offset, 110px);
}
/* ============================================================
   ヘッダー（TOPは fixed 追従／見た目はスクロールで変化しない）
   背景 #fff・ナビ #373131・ボタン #5F772B
   ============================================================ */
.l-header {
    position: sticky;
    width: 100%;
    z-index: 3;
}

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

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

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

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

.org-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 110px;
    padding: 0 20px 0 30px;
}

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

.org-header__logo {
    display: block;
    width: 250px;
    height: 62px;
}

.org-header__logo-img {
    display: block;
    width: 250px;
    height: 62px;
    object-fit: contain;
}

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

.org-header__gnavi {
    display: flex;
    align-items: center;
    gap: 30px;
}

.org-header__gnavi-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.64px;
    color: #373131;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
    position: relative;
}

.org-header__gnavi-link:hover {
    color: #5f772b;
    opacity: 0.7;
}

.org-header__btn-list {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-shrink: 0;
}

.org-header__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    height: 65px;
    width: 93px;
    padding: 12px 10px 5px;
    border: none;
    border-radius: 8px;
    background: #5f772b;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.org-header__btn-icon {
    display: block;
    width: 24px;
    height: 22px;
    filter: brightness(0) invert(1);
}

.org-header__btn-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.56px;
    white-space: nowrap;
    color: #fff;
}

.org-header__btn:hover {
    background: #4e6423;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(95, 119, 43, 0.3);
    opacity: 1;
}

/* ============================================================
   フロートバナー
   ============================================================ */
.org-floatbanner {
    position: fixed;
    top: 120px;
    right: -10px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.org-floatbanner__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 80px;
    padding: 10px 10px 16px 0;
    border-radius: 10px 0 0 10px;
    background: #3d3d3d;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.org-floatbanner__item:not(:last-child) {
    margin-bottom: 2px;
}

.org-floatbanner__item:hover {
    transform: translateX(-10px);
    opacity:1;
}

.org-floatbanner__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
}

.org-floatbanner__icon img {
    display: block;
    width: 36px;
    height: 36px;
}

.org-floatbanner__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 3px;
    writing-mode: vertical-rl;
    text-align: center;
    color: #fff;
}

.org-floatbanner__text--line {
    writing-mode: horizontal-tb;
    letter-spacing: 0;
}

.org-floatbanner__text--line span {
    display: block;
    line-height: 1.2;
}
