/* =====================================================================
   更新情報・お知らせ (Latest Updates) - page-specific section styles.
   Shared chrome (reset, header, footer, breadcrumb, lead) lives in main.css.
   ===================================================================== */

/* ---- animations / helpers lifted from inline <style> ---- */
.anw-row{transition:background .18s ease;}
    .anw-row:hover{background:#F4F7FC;}
    .anw-row:hover .anw-row__title{color:#C8102E;}
    .anw-row__title{transition:color .2s ease;}
    .anw-row__img{transition:transform .8s cubic-bezier(.16,1,.3,1);}
    .anw-row:hover .anw-row__img{transform:scale(1.06);}
    .anw-row__ar{transition:transform .3s cubic-bezier(.16,1,.3,1);}
    .anw-row:hover .anw-row__ar{transform:translateX(5px);}
    .anw-ad{transition:box-shadow .25s ease;}
    .anw-ad:hover{box-shadow:0 14px 30px -14px rgba(6,22,41,0.28);}
    .anw-ad__img{transition:transform .8s cubic-bezier(.16,1,.3,1);}
    .anw-ad:hover .anw-ad__img{transform:scale(1.05);}
    .anw-ad__ar{transition:transform .3s cubic-bezier(.16,1,.3,1);}
    .anw-ad:hover .anw-ad__ar{transform:translateX(5px);}

/* ---------- Listings ---------- */

.listing__box {
  background: rgb(244, 247, 252);
  border-top: 1px solid rgb(227, 231, 238);
}

.listing__box-2 {
  max-width: 1280px;
  margin: 0px auto;
  padding: 40px 24px 72px;
}

.listing__label-3 {
  flex: 1 1 0%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listing__box-8 {
  display: flex;
  align-items: baseline;
  gap: 7px;
  padding-bottom: 12px;
}

.listing__label-5 {
  font-family: Barlow, system-ui, sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: rgb(6, 22, 41);
  font-variant-numeric: tabular-nums;
}

.listing__label-6 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: rgb(58, 58, 58);
  white-space: nowrap;
}

.listing__link {
  display: grid;
  grid-template-columns: 360px 1fr;
  align-items: stretch;
  background: rgb(6, 22, 41);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  min-height: 168px;
  margin-top: 28px;
}

.listing__box-9 {
  position: relative;
  overflow: hidden;
}

.listing__img {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.listing__box-10 {
  padding: 26px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.listing__label-8 {
  font-family: Barlow, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.listing__box-11 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: rgb(255, 255, 255);
  line-height: 1.4;
  text-wrap: balance;
}

.listing__label-9 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  color: rgb(255, 255, 255);
}

.listing__box-12 {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(227, 231, 238);
  border-radius: 6px;
  overflow: hidden;
  margin-top: 28px;
}

.listing__link-2 {
  display: grid;
  grid-template-columns: 210px 1fr auto;
  gap: 26px;
  align-items: center;
  padding: 22px 24px;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid rgb(239, 242, 247);
}

.listing__box-13 {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 5px;
  background: rgb(6, 22, 41);
}

.listing__box-14 {
  min-width: 0px;
}

.listing__box-15 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 11px;
  flex-wrap: wrap;
}

.listing__label-10 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.listing__label-11 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgb(232, 238, 247);
  color: rgb(12, 45, 94);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 100px;
  white-space: nowrap;
  border: 1px solid rgba(12, 45, 94, 0.08);
}

.listing__label-12 {
  font-size: 13px;
}

.listing__label-13 {
  font-family: Barlow, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: rgb(107, 114, 128);
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}

.listing__label-14 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.listing__label-15 {
  display: inline-flex;
  align-items: center;
  height: 22px;
  box-sizing: border-box;
  font-family: Barlow, system-ui, sans-serif;
  font-weight: 800;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  padding: 0px 9px;
  border-radius: 4px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background: rgb(200, 16, 46);
}

.listing__label-16 {
  display: inline-flex;
  align-items: center;
  height: 22px;
  box-sizing: border-box;
  font-family: Barlow, system-ui, sans-serif;
  font-weight: 800;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  padding: 0px 9px;
  border-radius: 4px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background: rgb(31, 138, 91);
}

.listing__card-title {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: rgb(26, 26, 26);
  margin: 0px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.listing__text {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: rgb(107, 114, 128);
  margin: 10px 0px 0px;
  line-height: 1.72;
  max-width: 760px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.listing__box-16 {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.listing__label-17 {
  display: inline-flex;
  align-items: center;
  height: 22px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: rgb(58, 58, 58);
  border: 1px solid rgb(227, 231, 238);
  border-radius: 4px;
  padding: 0px 9px;
  white-space: nowrap;
}

.listing__label-18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgb(227, 231, 238);
  border-radius: 50%;
  flex-shrink: 0;
}

.listing__label-19 {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.95);
  color: rgb(12, 45, 94);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.listing__label-20 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: rgb(107, 114, 128);
}

.listing__link-3 {
  display: grid;
  grid-template-columns: 210px 1fr auto;
  gap: 26px;
  align-items: center;
  padding: 22px 24px;
  text-decoration: none;
  cursor: pointer;
  background: rgb(6, 22, 41);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.listing__label-21 {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgb(200, 16, 46);
  color: rgb(255, 255, 255);
  font-family: Barlow, system-ui, sans-serif;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.16em;
  padding: 3px 8px;
}

.listing__label-22 {
  font-family: Barlow, system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.listing__card-title-2 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 800;
  font-size: 19px;
  color: rgb(255, 255, 255);
  margin: 8px 0px 0px;
  line-height: 1.45;
}

.listing__label-23 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: rgb(255, 255, 255);
}

.listing__label-24 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  flex-shrink: 0;
}

.listing__box-17 {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.listing__label-25 {
  font-family: Barlow, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgb(107, 114, 128);
  padding: 0px 6px;
  letter-spacing: 0.1em;
}

/* =====================================================================
   MOBILE / RESPONSIVE
   ===================================================================== */
@media (max-width: 768px) {
  .listing__link,
  .listing__link-2,
  .listing__link-3{ grid-template-columns: 1fr; }

  /* --- News rows ---
     One 1fr column would give the arrow a row of its own with the card width
     empty beside it. Two columns: picture across both, arrow beside the text. */
  .anw-row.listing__link-2 {
    grid-template-columns: 1fr auto;
    gap: 14px 12px;
    padding: 16px;
    align-items: start;
  }
  .anw-row.listing__link-2 .listing__box-13 { grid-column: 1 / -1; }
  .anw-row.listing__link-2 .listing__box-14 { grid-column: 1; }
  .anw-row.listing__link-2 .listing__label-18 {
    grid-column: 2;
    align-self: end;
    width: 34px;
    height: 34px;
  }

  /* Tighter gaps keep country, date and HOT / NEW on one line for longer. */
  .anw-row.listing__link-2 .listing__box-15 {
    gap: 8px;
    margin-bottom: 9px;
  }
  .anw-row.listing__link-2 .listing__label-13 { font-size: 12px; }

  .anw-row.listing__link-2 .listing__card-title {
    font-size: 16.5px;
    line-height: 1.5;
  }
  .anw-row.listing__link-2 .listing__text {
    font-size: 13px;
    margin-top: 8px;
  }
  .anw-row.listing__link-2 .listing__box-16 { margin-top: 10px; }
}
