/* =====================================
   ARCHIVE / YEAR LIST
===================================== */

.archive-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px 26px;margin-top:20px}.can-card{text-align:left;min-width:0}.can-card.disabled{opacity:.38;filter:saturate(.4)}.can-img{display:block;width:100%;height:70px;object-fit:contain;margin-bottom:14px;filter:drop-shadow(0 11px 8px rgba(0,0,0,.38))}.can-title{font-weight:700;font-size:24px;letter-spacing:.04em}.can-meta{color:rgba(255,250,240,.62);font-size:18px;letter-spacing:.06em;margin-top:8px}.info-box{border:1px solid rgba(255,250,240,.48);padding:19px;margin-top:56px;color:rgba(255,250,240,.86);line-height:1.8;font-family:"Noto Sans JP",sans-serif}
.thumb-grid{display:grid;grid-template-columns:1fr;gap:18px;padding-bottom:30px}
.thumb-banner{
    position:relative;
    overflow:hidden;
    border:2px solid rgba(255,250,240,.68);
    background:#111;

    width:330px;
}

.thumb-banner img{
    width:100%;
    height:60px;
    object-fit:cover;
    display:block;
}

.thumb-id{
    position:absolute;
    top:0;
    right:0;

    width:25%;
    height:100%;

    background:rgba(0,0,0,.45);

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:34px;
    font-weight:700;
    color:rgba(255,255,255,.28);
}
.back-row{position:relative;z-index:5;margin:4px 0 20px}.back-row button{color:inherit;font-size:16px;letter-spacing:.08em}
.year-title{
  margin-bottom:24px;
}

.year-title-row{
  display:flex;
  align-items:center;
  gap:14px;
}

.year-title-row .site-heading{
  margin:0;
  white-space:nowrap;
}

.year-can-inline{
  width:72px !important;
  height:auto !important;
  max-width:72px !important;
  display:block;
  flex-shrink:0;
}

.year-title-row img.year-can-inline{
  width:72px !important;
  max-width:72px !important;
  min-width:72px !important;
  height:auto !important;
  display:block !important;
  object-fit:contain !important;
}

.year-can-small{
  width:100px !important;
  max-width:100px !important;
  height:auto !important;
  display:block !important;
}
