/* ==================================================
 * ACJ 会報メーカー
 * ACJサイト用 ネイビー・生成り・明朝体デザイン
 * ================================================== */
.acjn-wrap,
.acjn-wrap * { box-sizing: border-box; }
.acjn-wrap {
    --acjn-navy: #07365e;
    --acjn-navy-dark: #052946;
    --acjn-blue: #287db2;
    --acjn-gold: #c8a84e;
    --acjn-cream: #f6f2e9;
    --acjn-paper: #fffdfa;
    --acjn-line: #d9dee4;
    --acjn-text: #24313d;
    --acjn-muted: #6a7682;
    --acjn-mincho: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: clamp(48px, 7vw, 86px) clamp(20px, 5vw, 66px) clamp(58px, 8vw, 100px);
    background: var(--acjn-cream);
    color: var(--acjn-text);
    overflow: hidden;
}
.acjn-wrap::before {
    content: "1908";
    position: absolute;
    right: -18px;
    top: 25px;
    color: rgba(7,54,94,.035);
    font-family: Georgia, serif;
    font-size: clamp(150px, 24vw, 330px);
    font-weight: 700;
    line-height: .8;
    pointer-events: none;
}
.acjn-wrap > * { position: relative; z-index: 1; }
.acjn-header { max-width: 920px; margin: 0 auto 38px; }
.acjn-kicker { margin: 0 0 12px; color: var(--acjn-blue); font: 800 11px/1 Arial, sans-serif; letter-spacing: .28em; }
.acjn-title { margin: 0 0 20px !important; padding: 0 0 22px !important; border: 0 !important; border-bottom: 1px solid rgba(7,54,94,.18) !important; background: none !important; color: var(--acjn-navy) !important; font-family: var(--acjn-mincho) !important; font-size: clamp(34px, 5vw, 54px) !important; font-weight: 600 !important; line-height: 1.35 !important; letter-spacing: .07em !important; }
.acjn-intro { margin: 0; color: #4f5d69; font-size: 16px; line-height: 2; }
.acjn-member-box { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; max-width: 920px; margin: 0 auto 70px; padding: 28px 30px; border-left: 5px solid var(--acjn-gold); background: var(--acjn-navy); color: #fff; box-shadow: 0 18px 40px rgba(7,54,94,.15); }
.acjn-member-label { display: inline-block; margin-bottom: 8px; color: #e1ca7d; font: 800 11px/1 Arial,sans-serif; letter-spacing: .2em; }
.acjn-member-copy p { margin: 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.8; }
.acjn-member-link { display: inline-flex; align-items: center; gap: 18px; padding: 13px 17px 13px 21px; border: 1px solid rgba(255,255,255,.55); color: #fff !important; text-decoration: none !important; white-space: nowrap; transition: .2s ease; }
.acjn-member-link b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #fff; color: var(--acjn-navy); font-size: 18px; }
.acjn-member-link:hover { background: #fff; color: var(--acjn-navy) !important; }
.acjn-archive-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(240px,430px); gap: 36px; align-items: end; max-width: 920px; margin: 0 auto 28px; padding-bottom: 22px; border-bottom: 2px solid var(--acjn-navy); }
.acjn-archive-heading h3 { margin: 0 !important; padding: 0 !important; border: 0 !important; background: none !important; color: var(--acjn-navy) !important; font-family: var(--acjn-mincho) !important; font-size: clamp(24px,3vw,32px) !important; font-weight: 600 !important; line-height: 1.45 !important; letter-spacing: .05em !important; }
.acjn-archive-heading > p { margin: 0; color: var(--acjn-muted); font-size: 12px; line-height: 1.9; }
.acjn-years { max-width: 920px; margin: 0 auto; }
.acjn-year { margin: 0 0 16px; border: 1px solid #d8d8d3; background: var(--acjn-paper); box-shadow: 0 10px 28px rgba(7,54,94,.055); }
.acjn-year summary { display: grid; grid-template-columns: auto auto 1fr auto; gap: 8px; align-items: baseline; min-height: 78px; padding: 19px 22px; cursor: pointer; list-style: none; color: var(--acjn-navy); }
.acjn-year summary::-webkit-details-marker { display: none; }
.acjn-year-number { font-family: Georgia, serif; font-size: 30px; font-weight: 700; line-height: 1; }
.acjn-year-label { font-family: var(--acjn-mincho); font-size: 17px; font-weight: 600; }
.acjn-year-count { justify-self: end; color: var(--acjn-muted); font: 700 10px/1 Arial,sans-serif; letter-spacing: .16em; }
.acjn-year-toggle { position: relative; width: 34px; height: 34px; margin-left: 10px; border: 1px solid #bdc9d3; border-radius: 50%; }
.acjn-year-toggle::before,
.acjn-year-toggle::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1px; background: var(--acjn-navy); transform: translate(-50%,-50%); }
.acjn-year-toggle::after { transform: translate(-50%,-50%) rotate(90deg); transition: .2s ease; }
.acjn-year[open] .acjn-year-toggle::after { transform: translate(-50%,-50%) rotate(0deg); }
.acjn-year[open] summary { border-bottom: 1px solid var(--acjn-line); }
.acjn-issues { display: grid; gap: 0; padding: 8px 22px 18px; }
.acjn-issue { display: grid; grid-template-columns: 58px minmax(0,1fr) auto 48px 34px; gap: 14px; align-items: center; min-height: 66px; padding: 10px 0; border-bottom: 1px solid #e6e4df; color: var(--acjn-text) !important; text-decoration: none !important; }
.acjn-issue:last-child { border-bottom: 0; }
.acjn-issue-month { display: grid; place-items: center; width: 46px; height: 46px; background: #edf3f7; color: var(--acjn-navy); font: 700 15px/1 Georgia,serif; }
.acjn-issue-title { font-family: var(--acjn-mincho); font-size: 16px; font-weight: 600; line-height: 1.6; }
.acjn-issue small { color: var(--acjn-muted); font-size: 11px; white-space: nowrap; }
.acjn-pdf-badge { display: inline-flex; justify-content: center; padding: 6px 8px; background: var(--acjn-navy); color: #fff; font: 800 10px/1 Arial,sans-serif; letter-spacing: .12em; }
.acjn-arrow { color: var(--acjn-blue); font-size: 20px; transition: transform .2s ease; }
.acjn-issue:hover .acjn-issue-title { color: var(--acjn-blue); }
.acjn-issue:hover .acjn-arrow { transform: translateX(4px); }
.acjn-empty { max-width: 920px; margin: 0 auto; padding: 28px; background: #fff; text-align: center; }
@media (max-width: 767px) {
    .acjn-wrap { padding: 46px 15px 65px; }
    .acjn-member-box { grid-template-columns: 1fr; margin-bottom: 52px; padding: 24px 20px; }
    .acjn-member-link { justify-content: space-between; width: 100%; }
    .acjn-archive-heading { grid-template-columns: 1fr; gap: 15px; }
    .acjn-year summary { grid-template-columns: auto auto 1fr auto; min-height: 68px; padding: 17px 15px; }
    .acjn-year-number { font-size: 25px; }
    .acjn-year-label { font-size: 15px; }
    .acjn-year-count { display: none; }
    .acjn-issues { padding: 5px 15px 14px; }
    .acjn-issue { grid-template-columns: 46px minmax(0,1fr) 34px; gap: 10px; min-height: 64px; }
    .acjn-issue-month { width: 40px; height: 40px; font-size: 13px; }
    .acjn-issue-title { font-size: 14px; }
    .acjn-issue small,
    .acjn-pdf-badge { display: none; }
}
