/* Top page only. Generated from the 3.8.5 consolidated stylesheet. */
.matsusai-flash {
  --mfn-ink: #17201c;
  --mfn-line: #d9ded9;
  --mfn-green: #174a37;
  --mfn-lime: #b8df2f;
  --mfn-orange: #e85a2a;
  --mfn-muted: #6f7872;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  color: var(--mfn-ink);
}

/* PC-only headings are present in the initial HTML to prevent a layout flash. */
.matsusai-desktop-news-heading {
  display: none;
}

.matsusai-conditions {
  width: 100%;
  max-width: 100%;
  margin: -12px 0 0;
  padding: 5px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  background: #102a46;
  color: #fff;
  overflow: hidden;
}

.matsusai-conditions *,
.matsusai-conditions *::before,
.matsusai-conditions *::after {
  box-sizing: border-box;
}

.matsusai-conditions__weather,
.matsusai-conditions__roads {
  min-width: 0;
  min-height: 36px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.05);
}

.matsusai-conditions__weather {
  display: grid;
  grid-template-columns: 76px 1fr;
}

.matsusai-conditions__title {
  padding: 3px 6px;
  border-right: 1px solid rgba(255,255,255,.14);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.matsusai-conditions__title span {
  color: #9fc4e8;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
}

.matsusai-conditions__title strong {
  margin-top: 1px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 12px;
  font-weight: 600;
}

.matsusai-conditions__title small {
  display: none;
  margin-top: 3px;
  color: rgba(255,255,255,.55);
  font-size: 8px;
  line-height: 1.5;
}

.matsusai-conditions__days {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.matsusai-conditions__day {
  min-width: 0;
  padding: 1px 9px;
  display: grid;
  grid-template-columns: 86px minmax(0,1fr) auto;
  grid-template-rows: 17px 17px;
  column-gap: 8px;
  align-items: center;
  align-content: center;
}

.matsusai-conditions__day + .matsusai-conditions__day {
  border-left: 1px solid rgba(255,255,255,.14);
}

.matsusai-conditions__day > div:first-child {
  grid-column: 1;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
}

.matsusai-conditions__day > div:first-child strong {
  font-size: 8px;
}

.matsusai-conditions__day > div:first-child span {
  min-width: 52px;
  display: inline-flex;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.matsusai-conditions__day p {
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.matsusai-conditions__temps {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  font-size: 8px;
}

.matsusai-conditions__temps span:first-child {
  color: #ff9b84;
}

.matsusai-conditions__temps span:last-child {
  color: #9ad9ff;
}

.matsusai-conditions__temps b {
  margin-left: 2px;
  font-size: 13px;
}

.matsusai-conditions__precip {
  grid-column: 2 / 4;
  grid-row: 2;
  justify-self: end;
  color: #c9ddf4;
  font-size: 8px;
  line-height: 17px;
}

.matsusai-conditions__precip b {
  margin-left: 3px;
  color: #fff;
  font-size: 9px;
}

.matsusai-conditions__roads {
  display: grid;
  grid-template-columns: 104px minmax(0,1fr);
}

.matsusai-conditions__roads > .matsusai-conditions__title {
  grid-row: 1;
}

.matsusai-conditions__road-heading {
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.matsusai-conditions__road-status {
  min-width: 0;
  padding: 1px 7px 0;
  display: grid;
  align-content: center;
}

.matsusai-conditions__clear {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.86);
  font-size: 9.1px;
  font-weight: 700;
  line-height: 1.6;
}

.matsusai-conditions__clear span {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mfn-lime);
  color: var(--mfn-green);
}

.matsusai-conditions__clear--unavailable span {
  background: #ffd39a;
}

.matsusai-promotion-band {
  margin-bottom: 9px;
  background: #fff;
}

.matsusai-conditions__promotion {
  margin: 0;
  padding: 6px 2px 4px;
  color: #17201c;
  font-size: 9px;
  line-height: 1.4;
  text-align: right;
}

.matsusai-conditions__alert {
  min-width: 0;
  padding: 3px 0;
  display: grid;
  grid-template-columns: 64px minmax(0,1fr) 16px;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: #fff;
  text-decoration: none;
}

.matsusai-conditions__alert b {
  color: #ffd39a;
  font-size: 8px;
  overflow-wrap: anywhere;
}

.matsusai-conditions__alert--warning b {
  color: #ff9b84;
}

.matsusai-conditions__alert span {
  display: -webkit-box;
  overflow: hidden;
  font-size: 9.36px;
  font-weight: 700;
  line-height: 1.45;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.matsusai-conditions__alert i {
  color: rgba(255,255,255,.55);
  font-size: 9px;
  font-style: normal;
}

/* The divider belongs between notices, never below the final notice. */
.matsusai-conditions__road-status > .matsusai-conditions__alert:last-child {
  border-bottom: 0;
}

.matsusai-traffic-index[hidden] {
  display: none !important;
}

.matsusai-traffic-index {
  --matsusai-traffic-color: #7ecbff;
  min-width: 0;
  min-height: 54px;
  padding: 5px 9px 4px;
  display: grid;
  grid-template-columns: minmax(190px,1fr) 54px minmax(150px,.85fr) 112px auto;
  grid-template-areas:
    "heading value flow numbers meta"
    "source source source source source";
  align-items: center;
  gap: 3px 11px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.05);
  color: #fff;
}

.matsusai-traffic-index--level1 { --matsusai-traffic-color: #7ecbff; }
.matsusai-traffic-index--level2 { --matsusai-traffic-color: #76d9ed; }
.matsusai-traffic-index--level3 { --matsusai-traffic-color: #80e0d5; }
.matsusai-traffic-index--level4 { --matsusai-traffic-color: #a9df83; }
.matsusai-traffic-index--level5 { --matsusai-traffic-color: #d8df6d; }
.matsusai-traffic-index--level6 { --matsusai-traffic-color: #eadf72; }
.matsusai-traffic-index--level7 { --matsusai-traffic-color: #f3c65f; }
.matsusai-traffic-index--level8 { --matsusai-traffic-color: #f3aa59; }
.matsusai-traffic-index--level9 { --matsusai-traffic-color: #ff806f; }
.matsusai-traffic-index--level10 { --matsusai-traffic-color: #ff5d5d; }

.matsusai-traffic-index--official.matsusai-traffic-index--level1 { --matsusai-traffic-color: #7ecbff; }
.matsusai-traffic-index--official.matsusai-traffic-index--level2 { --matsusai-traffic-color: #80e0d5; }
.matsusai-traffic-index--official.matsusai-traffic-index--level3 { --matsusai-traffic-color: #eadf72; }
.matsusai-traffic-index--official.matsusai-traffic-index--level4 { --matsusai-traffic-color: #f3aa59; }
.matsusai-traffic-index--official.matsusai-traffic-index--level5 { --matsusai-traffic-color: #ff806f; }
.matsusai-traffic-index--official.matsusai-traffic-index--level6 { --matsusai-traffic-color: #ff5d5d; }

.matsusai-traffic-index__heading {
  grid-area: heading;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.matsusai-traffic-index__heading strong {
  overflow: hidden;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.matsusai-traffic-index__heading small,
.matsusai-traffic-index__meta {
  color: rgba(255,255,255,.62);
  font-size: 8px;
  line-height: 1.4;
}

.matsusai-traffic-index__value {
  grid-area: value;
  display: flex;
  align-items: baseline;
  color: var(--matsusai-traffic-color);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.matsusai-traffic-index__value b {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 24px;
  line-height: 1;
}

.matsusai-traffic-index__value span {
  margin-left: 2px;
  color: rgba(255,255,255,.65);
  font-size: 8px;
}

.matsusai-traffic-index__flow {
  grid-area: flow;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(60px,1fr) auto;
  align-items: center;
  gap: 9px;
}

.matsusai-traffic-index__meter {
  height: 6px;
  overflow: hidden;
  display: block;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
}

.matsusai-traffic-index__meter i {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--matsusai-traffic-color);
  transition: width .25s ease;
}

.matsusai-traffic-index__flow strong {
  color: var(--matsusai-traffic-color);
  font-size: 10px;
  white-space: nowrap;
}

.matsusai-traffic-index__numbers {
  grid-area: numbers;
  min-width: 0;
  display: flex;
  flex-direction: column;
  color: rgba(255,255,255,.7);
  font-size: 8px;
  line-height: 1.25;
  white-space: nowrap;
}

.matsusai-traffic-index__numbers strong {
  color: #fff;
  font-size: 9px;
}

.matsusai-traffic-index__numbers b {
  margin-right: 2px;
  color: var(--matsusai-traffic-color);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.matsusai-traffic-index__meta {
  grid-area: meta;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  white-space: nowrap;
}

.matsusai-traffic-index__meta a {
  color: rgba(255,255,255,.7);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.matsusai-traffic-index__source {
  grid-area: source;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: rgba(255,255,255,.48);
  font-size: 7px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.matsusai-traffic-index__source a {
  color: rgba(255,255,255,.62);
  text-decoration: underline;
  text-underline-offset: 1px;
}

.matsusai-flash__item {
  display: grid;
  grid-template-columns: 120px 1fr 28px;
  align-items: center;
  min-height: 124px;
  border-bottom: 1px solid var(--mfn-line);
}

.matsusai-flash__item time {
  color: var(--mfn-muted);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-variant-numeric: tabular-nums;
  font-size: 11px;
  letter-spacing: 0;
  white-space: nowrap;
}

.matsusai-flash__item time b {
  display: block;
  width: max-content;
  margin-top: 7px;
  padding: 1px 5px;
  background: var(--mfn-orange);
  color: #fff;
  font-size: 8px;
}

.matsusai-flash__item a {
  min-width: 0;
  padding: 22px 0;
  color: inherit;
  text-decoration: none;
}

.matsusai-flash__item h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 700;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.matsusai-flash__item small {
  display: block;
  margin-top: 7px;
  color: var(--mfn-muted);
  font-size: 10px;
}

.matsusai-flash__arrow {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid var(--mfn-line);
  border-radius: 50%;
  color: var(--mfn-green);
  font-size: 10px;
  font-style: normal;
}

.matsusai-flash__empty {
  margin: 0;
  padding: 55px 15px;
  border-bottom: 1px solid var(--mfn-line);
  color: var(--mfn-muted);
  text-align: center;
}

.matsusai-flash__ad {
  position: relative;
  min-height: 0;
  margin: 26px 0;
  padding: 30px 18px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 0;
  background: #fff;
  color: var(--mfn-muted);
  text-align: center;
}

.matsusai-flash__ad--bottom {
  margin-bottom: 0;
}

.matsusai-flash__ad > span {
  color: var(--mfn-green);
  font-family: ui-monospace, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.matsusai-flash__ad > strong {
  margin-top: 8px;
  color: var(--mfn-ink);
  font-size: 15px;
}

.matsusai-flash__ad > small {
  margin-top: 7px;
  font-size: 10px;
}

.matsusai-flash__a8-code {
  width: min(100%, var(--matsusai-ad-width));
  margin: 0 auto;
  line-height: 0;
}

.matsusai-flash__a8-code > a {
  width: 100%;
  display: block;
}

.matsusai-flash__a8-code > a img {
  width: 100%;
  height: auto;
  max-height: var(--matsusai-ad-height);
  aspect-ratio: var(--matsusai-ad-ratio);
  display: block;
  object-fit: contain;
}

.matsusai-flash__a8-code > img[width="1"][height="1"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.matsusai-flash__pagination {
  display: grid;
  grid-template-columns: 82px 1fr 82px;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.matsusai-flash__pagination > div {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.matsusai-flash__pagination a,
.matsusai-flash__pagination > span {
  min-height: 40px;
  padding: 0 12px;
  display: grid;
  place-items: center;
  border: 1px solid var(--mfn-line);
  color: var(--mfn-ink);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.matsusai-flash__pagination > div a {
  width: 40px;
  padding: 0;
}

.matsusai-flash__pagination a[aria-current="page"] {
  border-color: var(--mfn-green);
  background: var(--mfn-green);
  color: #fff;
}

.matsusai-flash__pagination > span {
  opacity: .35;
}

@media (max-width: 600px) {
  .matsusai-flash {
      padding: 0 16px;
    }

    .matsusai-conditions {
      position: relative;
      left: 50%;
      width: 100vw;
      width: 100dvw;
      max-width: 100vw;
      margin: -28px 0 0 -50vw;
      margin-left: -50dvw;
      padding: 4px;
      grid-template-columns: 1fr;
      gap: 5px;
    }

    .matsusai-conditions__weather {
      grid-template-columns: 58px 1fr;
    }

    .matsusai-conditions__title {
      padding: 3px 5px;
    }

    .matsusai-conditions__title strong {
      font-size: 11px;
    }

    .matsusai-conditions__day {
      padding: 1px 4px;
      grid-template-columns: 54px minmax(0,1fr);
      grid-template-rows: 16px 16px 14px;
      column-gap: 2px;
    }

    .matsusai-conditions__day > div:first-child {
      grid-column: 1;
      grid-row: 1 / 4;
      flex-direction: column;
      justify-content: center;
      gap: 1px;
    }

    .matsusai-conditions__day > div:first-child span {
      min-width: 38px;
      font-size: 18px;
    }

    .matsusai-conditions__day p {
      grid-column: 2;
      grid-row: 1;
      font-size: 7px;
    }

    .matsusai-conditions__temps {
      grid-column: 2;
      grid-row: 2;
      justify-content: flex-end;
      gap: 7px;
      font-size: 6px;
    }

    .matsusai-conditions__temps b {
      font-size: 9px;
    }

    .matsusai-conditions__precip {
      grid-column: 2;
      grid-row: 3;
      justify-self: end;
      font-size: 7px;
      line-height: 14px;
    }

    .matsusai-conditions__roads {
      grid-template-columns: minmax(0,72px) minmax(0,1fr);
    }

    .matsusai-conditions__road-heading {
      font-size: 10px;
    }

    .matsusai-conditions__road-status {
      min-height: 22px;
      padding: 1px 3px 0;
    }

    .matsusai-conditions__clear {
      font-size: 10.4px;
    }

    .matsusai-conditions__alert {
      width: 100%;
      grid-template-columns: minmax(0,50px) minmax(0,1fr) 10px;
      gap: 4px;
    }

    .matsusai-conditions__alert b {
      font-size: 8px;
    }

    .matsusai-conditions__alert span {
      font-size: 9.36px;
    }

    .matsusai-traffic-index {
      min-height: 75px;
      padding: 5px 7px 4px;
      grid-template-columns: minmax(0,1fr) 48px 78px;
      grid-template-areas:
        "heading value numbers"
        "flow flow meta"
        "source source source";
      gap: 3px 6px;
    }

    .matsusai-traffic-index__heading {
      grid-area: heading;
    }

    .matsusai-traffic-index__heading strong {
      font-size: 10px;
    }

    .matsusai-traffic-index__value {
      grid-area: value;
      justify-self: end;
    }

    .matsusai-traffic-index__value b {
      font-size: 21px;
    }

    .matsusai-traffic-index__flow {
      grid-area: flow;
      grid-template-columns: minmax(50px,1fr) auto;
      gap: 6px;
    }

    .matsusai-traffic-index__flow strong {
      font-size: 9px;
    }

    .matsusai-traffic-index__meta {
      grid-area: meta;
      font-size: 7px;
    }

    .matsusai-traffic-index__numbers {
      grid-area: numbers;
      align-items: flex-end;
      font-size: 7px;
    }

    .matsusai-traffic-index__numbers b {
      font-size: 12px;
    }

    .matsusai-traffic-index__source {
      grid-area: source;
      font-size: 6.5px;
      white-space: normal;
    }

    /* 3.4.2 mobile status palette: retain the compact layout while matching the
       desktop edition's white, paper-like information cards. */
    .matsusai-conditions {
      border-top: 1px solid #dce3e8;
      border-bottom: 1px solid #dce3e8;
      background: #fff;
      color: #162a3d;
    }

    .matsusai-conditions__weather,
  .matsusai-conditions__roads,
  .matsusai-traffic-index {
      border-color: #dce3e8;
      background: #fff;
      color: #162a3d;
    }

    .matsusai-conditions__title {
      border-right-color: #e0e6eb;
    }

    .matsusai-conditions__title span {
      color: #6c88a0;
    }

    .matsusai-conditions__title strong,
  .matsusai-conditions__road-heading,
  .matsusai-traffic-index__heading strong {
      color: #102a46;
    }

    .matsusai-conditions__day + .matsusai-conditions__day {
      border-left-color: #e2e7eb;
    }

    .matsusai-conditions__day > div:first-child strong {
      color: #4a5e70;
    }

    .matsusai-conditions__day p {
      color: #263746;
    }

    .matsusai-conditions__temps span:first-child {
      color: #b44c3d;
    }

    .matsusai-conditions__temps span:last-child {
      color: #2875a8;
    }

    .matsusai-conditions__precip {
      color: #54708a;
    }

    .matsusai-conditions__precip b {
      color: #102a46;
    }

    .matsusai-conditions__clear {
      color: #344757;
    }

    .matsusai-conditions__alert {
      border-bottom-color: #e8ecef;
      color: #263746;
    }

    .matsusai-conditions__alert b {
      color: #9a5f08;
    }

    .matsusai-conditions__alert--warning b {
      color: #b04435;
    }

    .matsusai-conditions__alert span {
      color: #263746;
    }

    .matsusai-conditions__alert i {
      color: #87949f;
    }

    .matsusai-traffic-index__heading small,
  .matsusai-traffic-index__meta {
      color: #71808c;
    }

    .matsusai-traffic-index__value span {
      color: #7b8790;
    }

    .matsusai-traffic-index__meter {
      background: #dce3e8;
    }

    .matsusai-traffic-index__numbers {
      color: #6e7a84;
    }

    .matsusai-traffic-index__numbers strong {
      color: #40515f;
    }

    .matsusai-traffic-index__meta a,
  .matsusai-traffic-index__source a {
      color: #49687f;
    }

    .matsusai-traffic-index__source {
      color: #7b8790;
    }

    .matsusai-flash__item {
      grid-template-columns: 72px 1fr 20px;
    }

    .matsusai-flash__item h3 {
      font-size: 14px;
    }

    .matsusai-flash__arrow {
      width: 20px;
      height: 20px;
    }

    .matsusai-flash__pagination {
      grid-template-columns: 66px 1fr 66px;
      gap: 5px;
    }

    .matsusai-flash__pagination a,
  .matsusai-flash__pagination > span {
      min-height: 36px;
      padding: 0 7px;
    }

    .matsusai-flash__pagination > div a {
      width: 34px;
    }

    .matsusai-flash__ad {
      min-height: 78px;
      margin: 14px 0;
      padding: 12px 14px;
    }

    .matsusai-flash__ad--bottom {
      margin-bottom: 0;
    }

    .matsusai-flash__ad > strong {
      margin-top: 4px;
      font-size: 12px;
    }

    .matsusai-flash__ad > small {
      margin-top: 2px;
      font-size: 9px;
    }

    .matsusai-conditions__promotion {
      width: 100%;
      padding: 5px 0 3px;
      font-size: 8px;
    }

    .matsusai-promotion-band {
      position: relative;
      left: 50%;
      width: 100vw;
      width: 100dvw;
      max-width: 100vw;
      margin-left: -50vw;
      margin-left: -50dvw;
      margin-right: 0;
      margin-bottom: 4px;
    }
}

/* 3.4.1 PC full-page editorial layout. The mobile presentation remains governed by the
   original rules above because this layer starts at 1100px. */
@media (min-width: 1100px) {
  #body_wrap.home.matsusai-desktop-layout-v341 {
      --matsusai-pc-max: 1440px;
      --matsusai-pc-gutter: clamp(36px, 3.75vw, 54px);
      --matsusai-pc-sidebar: 330px;
      --matsusai-pc-gap: clamp(30px, 2.8vw, 40px);
      --matsusai-pc-navy: #0d2b47;
      --matsusai-pc-navy-soft: #183c5b;
      --matsusai-pc-paper: #fff;
      --matsusai-pc-ground: #f2f5f7;
      --matsusai-pc-line: #dce3e8;
      --matsusai-pc-text: #172534;
      --matsusai-pc-muted: #6c7882;
      background:
        linear-gradient(180deg, #edf2f5 0, #f5f7f8 620px, var(--matsusai-pc-ground) 100%);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #header {
      z-index: 10;
      border-bottom: 1px solid #dce4e9;
      background: #fff;
      box-shadow: 0 5px 22px rgba(13, 43, 71, .055);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #header,
  #body_wrap.home.matsusai-desktop-layout-v341 #header .l-header__inner {
      background: #fff;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #header .l-header__bar {
      min-height: 26px;
      background: var(--matsusai-pc-navy);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #header .l-header__inner,
  #body_wrap.home.matsusai-desktop-layout-v341 #header .l-header__barInner {
      width: 100%;
      max-width: var(--matsusai-pc-max);
      margin-right: auto;
      margin-left: auto;
      padding-right: var(--matsusai-pc-gutter);
      padding-left: var(--matsusai-pc-gutter);
      box-sizing: border-box;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #header .l-header__barInner {
      min-height: 26px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #header .c-catchphrase {
      color: rgba(255, 255, 255, .9);
      font-size: 10px;
      font-weight: 650;
      letter-spacing: .045em;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #header .l-header__bar .c-iconList__link {
      color: rgba(255, 255, 255, .78);
      transition: color .18s ease, transform .18s ease;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #header .l-header__bar .c-iconList__link:hover {
      color: #fff;
      transform: translateY(-1px);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #header .l-header__inner {
      height: 96px;
      position: relative;
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #header .l-header__logo {
      position: absolute;
      z-index: 3;
      top: 50%;
      left: 50%;
      width: min(300px, 25vw);
      max-width: none;
      padding: 0;
      transform: translate(-50%, -50%);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #header .c-headLogo__img {
      max-height: 56px;
      width: auto;
      margin-right: auto;
      margin-left: auto;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #gnav {
      width: 100%;
      height: 96px;
      margin: 0;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #gnav .c-gnav {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: stretch;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #gnav .c-gnav > li > a {
      position: relative;
      height: 96px;
      padding-right: clamp(10px, 1.1vw, 16px);
      padding-left: clamp(10px, 1.1vw, 16px);
      color: #263746;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .015em;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #gnav .c-gnav > li > a::after {
      content: "";
      position: absolute;
      right: 14px;
      bottom: 0;
      left: 14px;
      height: 3px;
      border-radius: 2px 2px 0 0;
      background: var(--matsusai-pc-navy);
      transform: scaleX(0);
      transform-origin: center;
      transition: transform .2s ease;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #gnav .c-gnav > li > a:hover::after,
  #body_wrap.home.matsusai-desktop-layout-v341 #gnav .c-gnav > li.current-menu-item > a::after {
      transform: scaleX(1);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-status-shell {
      width: 100%;
      max-width: var(--matsusai-pc-max);
      margin: 0 auto;
      padding: 24px var(--matsusai-pc-gutter) 0;
      box-sizing: border-box;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-status-heading {
      min-height: 42px;
      margin: 0 0 11px;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 30px;
      color: var(--matsusai-pc-text);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-status-heading > div {
      display: flex;
      align-items: baseline;
      gap: 12px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-status-heading h2 {
      margin: 0;
      font-size: 24px;
      font-weight: 750;
      line-height: 1.2;
      letter-spacing: .01em;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-status-heading span {
      color: #6d7d89;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: .14em;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-status-heading p {
      margin: 0 1px 2px 0;
      color: var(--matsusai-pc-muted);
      font-size: 10px;
      font-weight: 600;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-status-shell .matsusai-conditions {
      margin: 0;
      padding: 13px;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
      gap: 13px;
      border: 1px solid #dce3e8;
      border-radius: 16px;
      background: #e9eef2;
      color: var(--matsusai-pc-text);
      box-shadow: 0 15px 40px rgba(14, 40, 62, .075);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__weather,
  #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__roads,
  #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index {
      min-height: 148px;
      border: 1px solid var(--matsusai-pc-line);
      border-radius: 10px;
      background: var(--matsusai-pc-paper);
      color: var(--matsusai-pc-text);
      box-shadow: 0 4px 16px rgba(16, 42, 70, .045);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__weather {
      grid-template-columns: 74px minmax(0, 1fr);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__title {
      padding: 13px 12px;
      border-right-color: var(--matsusai-pc-line);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__title span {
      color: #6c88a0;
      font-size: 8px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__title strong {
      color: var(--matsusai-pc-navy);
      font-size: 17px;
      font-weight: 700;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__day {
      padding: 12px 11px;
      grid-template-columns: 52px minmax(0, 1fr);
      grid-template-rows: 30px 45px 23px;
      column-gap: 9px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__day + .matsusai-conditions__day {
      border-left-color: var(--matsusai-pc-line);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__day > div:first-child {
      grid-column: 1;
      grid-row: 1 / 4;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__day > div:first-child strong {
      color: #4a5e70;
      font-size: 9px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__day > div:first-child span {
      min-width: 46px;
      font-size: 34px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__day p {
      grid-column: 2;
      grid-row: 1;
      color: var(--matsusai-pc-text);
      font-size: 10.5px;
      font-weight: 750;
      text-overflow: ellipsis;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__temps {
      grid-column: 2;
      grid-row: 2;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 0;
      color: #53616d;
      font-size: 7px;
      line-height: 1.45;
      white-space: nowrap;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__temps span:first-child {
      color: #b44c3d;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__temps span:last-child {
      color: #2875a8;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__temps b {
      font-size: 12.5px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__precip {
      grid-column: 2;
      grid-row: 3;
      justify-self: start;
      color: #54708a;
      font-size: 8px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__precip b {
      color: var(--matsusai-pc-navy);
      font-size: 10px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__roads {
      grid-template-columns: 105px minmax(0, 1fr);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__road-heading {
      color: var(--matsusai-pc-navy);
      font-size: 16px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__road-status {
      padding: 7px 12px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__alert {
      min-height: 40px;
      padding: 5px 0;
      grid-template-columns: 64px minmax(0, 1fr) 14px;
      border-bottom-color: #e8ecef;
      color: var(--matsusai-pc-text);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__alert b {
      color: #9a5f08;
      font-size: 9px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__alert--warning b {
      color: #b04435;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__alert span {
      color: #263746;
      font-size: 11.5px;
      font-weight: 700;
      -webkit-line-clamp: 1;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__alert i {
      color: #8a98a3;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__clear {
      color: #344757;
      font-size: 11px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index {
      grid-column: 1 / -1;
      min-height: 92px;
      padding: 13px 16px 10px;
      grid-template-columns: minmax(210px, 1fr) 68px minmax(190px, .85fr) 128px auto;
      grid-template-areas:
        "heading value flow numbers meta"
        "source source source source source";
      align-items: center;
      gap: 7px 16px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index__heading strong {
      color: var(--matsusai-pc-navy);
      font-size: 14px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index__heading small,
  #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index__meta {
      color: #71808c;
      font-size: 8px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index__value b {
      font-size: 32px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index__value span {
      color: #7b8790;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index__meter {
      height: 7px;
      background: #dce3e8;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index__flow strong {
      font-size: 11px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index__numbers {
      color: #6e7a84;
      font-size: 8px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index__numbers strong {
      color: #40515f;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index__meta a,
  #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index__source a {
      color: #49687f;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index__source {
      color: #7b8790;
      font-size: 7px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-status-shell .matsusai-promotion-band {
      margin: 0;
      background: transparent;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-status-shell .matsusai-conditions__promotion {
      padding: 7px 1px 0;
      color: #707d87;
      font-size: 8.5px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #content {
      width: 100%;
      max-width: var(--matsusai-pc-max);
      margin: 0 auto;
      padding: 26px var(--matsusai-pc-gutter) 68px;
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1fr) var(--matsusai-pc-sidebar);
      column-gap: var(--matsusai-pc-gap);
      align-items: start;
      box-sizing: border-box;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #main_content,
  #body_wrap.home.matsusai-desktop-layout-v341 #main_content > .l-mainContent__inner {
      display: contents;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #main_content .w-frontTop {
      min-width: 0;
      grid-column: 1;
      grid-row: 1;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #sidebar {
      width: auto;
      min-width: 0;
      grid-column: 2;
      grid-row: 1;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #main_content .p-homeContent {
      width: 100%;
      min-width: 0;
      margin-top: 52px !important;
      padding: 32px;
      grid-column: 1 / -1;
      grid-row: 2;
      border: 1px solid #e0e6ea;
      border-radius: 16px;
      background: #fff;
      box-shadow: 0 15px 42px rgba(14, 40, 62, .065);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #main_content .w-frontBottom {
      width: 100%;
      min-width: 0;
      grid-column: 1 / -1;
      grid-row: 3;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #main_content .w-frontBottom > .c-widget {
      margin-right: auto;
      margin-left: auto;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #main_content .w-frontBottom > .widget_swell_ad_widget {
      width: min(100%, 860px);
      margin-top: 44px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #main_content .w-frontBottom > .matsusai-desktop-ranking-duplicate {
      display: none !important;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .w-frontTop .c-widget {
      margin: 0;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash {
      width: 100%;
      max-width: none;
      padding: 0;
      overflow: hidden;
      border: 1px solid #dde4e8;
      border-radius: 15px;
      background: #fff;
      box-shadow: 0 16px 42px rgba(14, 40, 62, .075);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-news-heading {
      min-height: 78px;
      padding: 17px 26px 16px;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 24px;
      border-bottom: 1px solid #dde4e8;
      background: #fff;
      box-sizing: border-box;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-news-heading > div {
      min-width: 0;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-news-heading span {
      display: block;
      margin-bottom: 2px;
      color: #7a8791;
      font-family: Arial, "Helvetica Neue", sans-serif;
      font-size: 8.5px;
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: .15em;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-news-heading h2 {
      margin: 0;
      color: var(--matsusai-pc-navy);
      font-size: 22px;
      font-weight: 760;
      line-height: 1.3;
      letter-spacing: .015em;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-news-heading h2 small {
      margin-left: 8px;
      color: #7a8791;
      font-size: 9px;
      font-weight: 650;
      vertical-align: .18em;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-news-heading p {
      margin: 0 0 3px;
      color: #7a8791;
      font-size: 9.5px;
      font-weight: 600;
      white-space: nowrap;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__list {
      overflow: visible;
      border: 0;
      border-radius: 0;
      background: #fff;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item {
      min-height: 84px;
      padding: 0 24px;
      grid-template-columns: 104px minmax(0, 1fr) 30px;
      border-bottom-color: #e2e7ea;
      box-sizing: border-box;
      transition: background-color .18s ease;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item:first-of-type {
      min-height: 152px;
      padding-right: 26px;
      padding-left: 26px;
      grid-template-columns: 110px minmax(0, 1fr) 38px;
      border-bottom: 0;
      background: var(--matsusai-pc-navy);
      color: #fff;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item:nth-of-type(2) {
      min-height: 112px;
      padding-right: 26px;
      padding-left: 26px;
      grid-template-columns: 110px minmax(0, 1fr) 34px;
      background: #eaf0f4;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item:hover {
      background: #f4f7f9;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item:first-of-type:hover {
      background: #153a59;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item:nth-of-type(2):hover {
      background: #e2ebf1;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item time {
      color: #687783;
      font-size: 10px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item:first-of-type time {
      color: rgba(255, 255, 255, .68);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item time b {
      margin-top: 6px;
      border-radius: 2px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item a {
      padding: 15px 0;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item h3 {
      font-size: 15.5px;
      line-height: 1.55;
      -webkit-line-clamp: 2;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item:first-of-type h3 {
      color: #fff;
      font-size: clamp(19px, 1.65vw, 23px);
      font-weight: 750;
      line-height: 1.55;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item:nth-of-type(2) h3 {
      color: var(--matsusai-pc-navy);
      font-size: 17px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item small {
      margin-top: 5px;
      color: #75818a;
      font-size: 9px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item:first-of-type small {
      color: rgba(255, 255, 255, .62);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__arrow {
      border-color: #ccd5db;
      color: var(--matsusai-pc-navy);
      transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item:first-of-type .matsusai-flash__arrow {
      width: 32px;
      height: 32px;
      border-color: rgba(255, 255, 255, .38);
      color: #fff;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item:hover .matsusai-flash__arrow {
      border-color: var(--matsusai-pc-navy);
      background: var(--matsusai-pc-navy);
      color: #fff;
      transform: translateX(3px);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item:first-of-type:hover .matsusai-flash__arrow {
      border-color: #fff;
      background: #fff;
      color: var(--matsusai-pc-navy);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__item-link:focus-visible,
  #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__pagination a:focus-visible,
  #body_wrap.home.matsusai-desktop-layout-v341 #block-4 a:focus-visible,
  #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent a:focus-visible {
      outline: 3px solid rgba(24, 93, 143, .34);
      outline-offset: 3px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__ad {
      margin: 0;
      padding: 28px 22px;
      border-top: 1px solid #e1e7ea;
      border-radius: 0;
      background: #f5f7f8;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__pagination {
      margin: 0;
      padding: 24px 24px 26px;
      border-top: 1px solid #e1e7ea;
      background: #fff;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__pagination a,
  #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__pagination > span {
      border-radius: 5px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-flash__pagination a[aria-current="page"] {
      border-color: var(--matsusai-pc-navy);
      background: var(--matsusai-pc-navy);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #fix_sidebar {
      position: sticky;
      top: 20px;
      margin-top: 0 !important;
      display: flex;
      flex-direction: column;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #fix_sidebar > * {
      flex: 0 0 auto;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #fix_sidebar > .widget_block {
      order: 1;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #fix_sidebar > .widget_swell_ad_widget {
      order: 2;
      margin: 30px 0 0;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #block-4 {
      margin: 0;
      padding: 24px;
      border: 0;
      border-top: 4px solid var(--matsusai-pc-navy);
      border-radius: 16px;
      background: #fff;
      box-shadow: 0 15px 40px rgba(14, 40, 62, .07);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #block-4 .popular-posts h2 {
      margin: 0 0 18px;
      padding: 0 0 13px;
      border-bottom: 1px solid #dfe5e9;
      color: var(--matsusai-pc-navy);
      font-size: 20px;
      font-weight: 750;
      line-height: 1.35;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #block-4 .wpp-list {
      margin: 0;
      padding: 0;
      list-style: none;
      counter-reset: matsusai-ranking;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #block-4 .wpp-list li {
      position: relative;
      min-height: 73px;
      margin: 0;
      padding: 13px 0;
      display: grid;
      grid-template-columns: 88px minmax(0, 1fr);
      align-items: start;
      gap: 12px;
      overflow: visible;
      border: 0;
      border-bottom: 1px solid #e3e8eb;
      counter-increment: matsusai-ranking;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #block-4 .wpp-list li::before {
      content: counter(matsusai-ranking);
      position: absolute;
      z-index: 2;
      top: 19px;
      left: 6px;
      width: 23px;
      height: 23px;
      display: grid;
      place-items: center;
      border: 2px solid #fff;
      border-radius: 50%;
      background: var(--matsusai-pc-navy);
      color: #fff;
      font-family: Arial, "Helvetica Neue", sans-serif;
      font-size: 10px;
      font-weight: 800;
      box-shadow: 0 3px 8px rgba(13, 43, 71, .22);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #block-4 .wpp-list li:first-child {
      min-height: 0;
      padding: 0 0 18px;
      display: block;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #block-4 .wpp-list li:first-child::before {
      top: 11px;
      left: 11px;
      width: 28px;
      height: 28px;
      background: #e4a91b;
      font-size: 12px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #block-4 .wpp-list li > a:first-child {
      min-width: 0;
      display: block;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #block-4 img.wpp-thumbnail {
      width: 88px !important;
      height: 56px !important;
      margin: 0 !important;
      float: none !important;
      display: block;
      border-radius: 5px;
      object-fit: cover;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #block-4 li:first-child img.wpp-thumbnail {
      width: 100% !important;
      height: auto !important;
      aspect-ratio: 16 / 9;
      margin-bottom: 12px !important;
      border-radius: 7px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #block-4 .wpp-post-title {
      min-width: 0;
      display: -webkit-box;
      overflow: hidden;
      color: #263746;
      font-size: 12.5px;
      font-weight: 700;
      line-height: 1.55;
      text-decoration: none;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #block-4 li:first-child .wpp-post-title {
      font-size: 14.5px;
      line-height: 1.65;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #block-4 .wpp-post-title:hover {
      color: #0e5a89;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-stories-heading {
      margin: 0 0 28px;
      padding: 0 0 15px;
      border-bottom: 2px solid var(--matsusai-pc-navy);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-stories-heading h2 {
      color: var(--matsusai-pc-navy);
      font-size: 27px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-stories-heading span {
      color: #71808c;
      font-size: 9.5px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList.-type-card {
      width: 100%;
      margin: 0 !important;
      display: grid;
      grid-template-columns: repeat(12, minmax(0, 1fr));
      grid-auto-flow: row dense;
      gap: 30px 24px;
      list-style: none;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList.-type-card > .p-postList__item {
      width: auto;
      margin: 0;
      padding: 0;
      grid-column: span 4;
      list-style: none;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList.-type-card > .p-postList__item:first-child {
      grid-column: span 7;
      grid-row: span 2;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList.-type-card > .p-postList__item:nth-child(2),
  #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList.-type-card > .p-postList__item:nth-child(3) {
      grid-column: span 5;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList.-type-card > .p-postList__item:nth-child(7):nth-last-child(4),
  #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList.-type-card > .p-postList__item:nth-child(7):nth-last-child(4) ~ .p-postList__item {
      grid-column: span 3;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList__link {
      height: 100%;
      display: flex;
      flex-direction: column;
      color: inherit;
      text-decoration: none;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList__thumb {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      background: #e6ebee;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .c-postThumb__figure {
      height: auto !important;
      aspect-ratio: 16 / 9;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList__item:first-child .c-postThumb__figure {
      aspect-ratio: 16 / 10;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList__item:nth-child(2) .c-postThumb__figure,
  #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList__item:nth-child(3) .c-postThumb__figure {
      aspect-ratio: 16 / 7;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .c-postThumb__img {
      width: 100%;
      height: 100% !important;
      object-fit: cover;
      transition: transform .32s ease;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList__link:hover .c-postThumb__img {
      transform: scale(1.035);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList__body {
      padding-top: 13px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList__title {
      color: #1d2c38;
      font-size: 15.5px;
      font-weight: 750;
      line-height: 1.62;
      text-decoration: none;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList__item:first-child .p-postList__title {
      font-size: clamp(21px, 1.9vw, 27px);
      line-height: 1.5;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList__item:nth-child(2) .p-postList__title,
  #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList__item:nth-child(3) .p-postList__title {
      font-size: 17px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList__item:nth-child(7):nth-last-child(4) .p-postList__title,
  #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList__item:nth-child(7):nth-last-child(4) ~ .p-postList__item .p-postList__title {
      font-size: 14px;
      line-height: 1.58;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .c-postThumb__cat {
      display: none !important;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .p-postList__meta {
      margin-top: 0;
      padding-top: 8px;
      color: #78848c;
      text-decoration: none;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .c-pagination {
      margin: 44px 0 0;
      padding: 26px 0 2px;
      border-top: 1px solid #e1e7ea;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .c-pagination .page-numbers {
      width: 40px;
      height: 40px;
      margin: 0 4px;
      border: 1px solid #dbe3e8;
      border-radius: 6px;
      background: #f6f8f9;
      color: #50616f;
      font-size: 12px;
      line-height: 38px;
      box-shadow: none;
      transition: border-color .18s ease, background-color .18s ease, color .18s ease;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .c-pagination a.page-numbers:hover,
  #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .c-pagination .page-numbers.current {
      border-color: var(--matsusai-pc-navy);
      background: var(--matsusai-pc-navy);
      color: #fff;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .p-homeContent .c-pagination .c-pagination__dot {
      margin: 0 5px;
      color: #87939c;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #swell_prof_widget-2 {
      width: 100%;
      margin-top: 48px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #swell_ad_widget-5 {
      margin-bottom: 0;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #swell_prof_widget-2 .p-profileBox {
      min-height: 164px;
      margin: 0;
      padding: 28px 30px;
      position: relative;
      display: grid;
      grid-template-columns: 104px 120px minmax(0, 1fr) auto;
      grid-template-areas: "icon name text social";
      align-items: center;
      gap: 24px;
      overflow: hidden;
      border: 1px solid #dde5e9;
      border-radius: 16px;
      background: #fff;
      color: var(--matsusai-pc-text);
      box-shadow: 0 14px 38px rgba(14, 40, 62, .06);
      box-sizing: border-box;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #swell_prof_widget-2 .p-profileBox::before {
      content: "MATSUSAI";
      position: absolute;
      top: 18px;
      right: 22px;
      color: #e7edf1;
      font-family: Arial, "Helvetica Neue", sans-serif;
      font-size: 34px;
      font-weight: 800;
      line-height: 1;
      letter-spacing: .08em;
      pointer-events: none;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #swell_prof_widget-2 .p-profileBox__icon {
      position: static;
      width: 96px;
      height: 96px;
      margin: 0;
      grid-area: icon;
      transform: none;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #swell_prof_widget-2 .p-profileBox__iconImg {
      width: 96px;
      height: 96px;
      border: 4px solid #edf2f5;
      border-radius: 50%;
      object-fit: cover;
      box-sizing: border-box;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #swell_prof_widget-2 .p-profileBox__name {
      margin: 0;
      grid-area: name;
      color: var(--matsusai-pc-navy);
      font-size: 18px;
      font-weight: 750;
      text-align: left;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #swell_prof_widget-2 .p-profileBox__name::before {
      content: "運営者";
      display: block;
      margin-bottom: 6px;
      color: #7c8992;
      font-size: 9px;
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: .14em;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #swell_prof_widget-2 .p-profileBox__text {
      margin: 0;
      padding: 0;
      grid-area: text;
      color: #435361;
      font-size: 12.5px;
      line-height: 1.85;
      text-align: left;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #swell_prof_widget-2 .p-profileBox__iconList {
      position: relative;
      z-index: 1;
      margin: 0;
      grid-area: social;
      align-self: end;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #swell_prof_widget-2 .p-profileBox__iconList .c-iconList__link {
      border-color: #cbd7df;
      color: var(--matsusai-pc-navy);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #footer {
      margin-top: 0;
      border-top: 5px solid #1a4b70;
      background: var(--matsusai-pc-navy);
      color: #fff;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #footer .l-footer__foot {
      padding: 0;
      background: transparent;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #footer .l-footer__foot > .l-container {
      width: 100%;
      max-width: var(--matsusai-pc-max);
      min-height: 100px;
      margin: 0 auto;
      padding: 24px var(--matsusai-pc-gutter);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      box-sizing: border-box;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #footer .l-footer__nav {
      width: auto;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 4px 0;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #footer .l-footer__nav li {
      border: 0;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #footer .l-footer__nav a {
      padding: 6px 14px;
      border-right: 1px solid rgba(255, 255, 255, .18);
      color: rgba(255, 255, 255, .82);
      font-size: 11.5px;
      line-height: 1.3;
      transition: color .18s ease;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #footer .l-footer__nav li:first-child a {
      padding-left: 0;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #footer .l-footer__nav a:hover {
      color: #fff;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #footer .copyright {
      margin: 0;
      color: rgba(255, 255, 255, .68);
      font-family: Arial, "Helvetica Neue", sans-serif;
      font-size: 10.5px;
      white-space: nowrap;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #pagetop {
      border-color: rgba(13, 43, 71, .32);
      background: #fff;
      color: var(--matsusai-pc-navy);
      box-shadow: 0 7px 22px rgba(13, 43, 71, .16);
    }
}

/* 3.7.1 desktop header. The former top strip is folded into one clean white
   header plane so the logo has equal visual space above and below. */
@media (min-width: 1100px) {
  #body_wrap.matsusai-desktop-header-v371 #header {
      min-height: 110px;
      position: relative;
      border-top: 0 !important;
      border-bottom: 1px solid #dce4e9;
      background: #fff !important;
      box-shadow: 0 5px 22px rgba(13, 43, 71, .055);
    }

    #body_wrap.matsusai-desktop-header-v371 #header .l-header__bar {
      height: 34px;
      min-height: 34px;
      position: absolute !important;
      z-index: 0;
      top: 0;
      right: 0;
      left: 0;
      display: block !important;
      border: 0 !important;
      outline: 0 !important;
      background: #fff !important;
      box-shadow: none !important;
    }

    #body_wrap.matsusai-desktop-header-v371 #header .l-header__bar::before,
  #body_wrap.matsusai-desktop-header-v371 #header .l-header__bar::after {
      display: none !important;
    }

    #body_wrap.matsusai-desktop-header-v371 #header .l-header__bar .l-container {
      height: 34px;
      min-height: 34px;
      border: 0 !important;
    }

    #body_wrap.matsusai-desktop-header-v371 #header .l-header__bar .c-catchphrase,
  #body_wrap.matsusai-desktop-header-v371 #header .l-header__bar .c-iconList {
      visibility: hidden;
      pointer-events: none;
    }

    #body_wrap.matsusai-desktop-header-v371 #header .l-header__inner {
      width: 100%;
      max-width: 1440px;
      height: 110px;
      margin-right: auto;
      margin-left: auto;
      padding-right: clamp(36px, 3.75vw, 54px);
      padding-left: clamp(36px, 3.75vw, 54px);
      position: relative;
      z-index: 1;
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      border: 0 !important;
      background: transparent !important;
      box-sizing: border-box;
    }

    #body_wrap.matsusai-desktop-header-v371 #header .l-header__logo {
      width: min(300px, 25vw);
      height: 56px;
      max-width: none;
      padding: 0;
      position: absolute;
      z-index: 3;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    #body_wrap.matsusai-desktop-header-v371 #header .c-headLogo,
  #body_wrap.matsusai-desktop-header-v371 #header .c-headLogo__link {
      width: 100%;
      height: 56px;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    #body_wrap.matsusai-desktop-header-v371 #header .c-headLogo__img {
      width: auto;
      max-height: 56px;
      margin: 0 auto;
    }

    #body_wrap.matsusai-desktop-header-v371 #gnav,
  #body_wrap.matsusai-desktop-header-v371 #gnav .c-gnav,
  #body_wrap.matsusai-desktop-header-v371 #gnav .c-gnav > li,
  #body_wrap.matsusai-desktop-header-v371 #gnav .c-gnav > li > a {
      height: 110px;
    }

    #body_wrap.matsusai-desktop-header-v371 #gnav {
      width: 100%;
      margin: 0;
    }

    #body_wrap.matsusai-desktop-header-v371 #gnav .c-gnav {
      width: 100%;
      display: flex;
      align-items: stretch;
    }

    #body_wrap.matsusai-desktop-header-v371 #gnav .c-gnav > li > a {
      padding-right: clamp(8px, 1vw, 14px);
      padding-left: clamp(8px, 1vw, 14px);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    #body_wrap.matsusai-desktop-header-v371 #gnav .c-gnav > li:has(> a[href*="/sitemap/"]),
  #body_wrap.matsusai-desktop-header-v371 #gnav .matsusai-desktop-sitemap-item,
  #body_wrap.matsusai-desktop-header-v371 #gnav a[href*="/sitemap/"] {
      display: none !important;
    }

    #body_wrap.matsusai-desktop-header-v371 #gnav .matsusai-desktop-information-item,
  #body_wrap.matsusai-desktop-header-v371 #gnav .c-gnav > li:has(> a[href*="/info/"]) {
      margin-left: auto !important;
      order: 3;
    }

    #body_wrap.matsusai-desktop-header-v371 #gnav .matsusai-desktop-privacy-item,
  #body_wrap.matsusai-desktop-header-v371 #gnav .c-gnav > li:has(> a[href*="/privacy-policy/"]) {
      margin-left: 0 !important;
      order: 4;
    }

    #body_wrap.matsusai-desktop-header-v371 #gnav .matsusai-desktop-privacy-item > a {
      padding-right: 8px;
      padding-left: 8px;
      text-align: left;
    }

    #body_wrap.matsusai-desktop-header-v371 #gnav .matsusai-desktop-social-slot {
      min-width: 112px;
      height: 110px;
      margin-left: 4px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      list-style: none;
      order: 5;
    }

    #body_wrap.matsusai-desktop-header-v371 #gnav .matsusai-desktop-social-slot .c-iconList {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      gap: 3px;
      visibility: visible;
      pointer-events: auto;
    }

    #body_wrap.matsusai-desktop-header-v371 #gnav .matsusai-desktop-social-slot .c-iconList__item {
      margin: 0;
      list-style: none;
    }

    #body_wrap.matsusai-desktop-header-v371 #gnav .matsusai-desktop-social-slot .c-iconList__link {
      width: 34px;
      height: 34px;
      padding: 0;
      display: grid;
      place-items: center;
      border: 1px solid #dce3e8;
      border-radius: 50%;
      background: #fff;
      color: #0d2b47;
      transition: border-color .18s ease, background-color .18s ease, color .18s ease;
    }

    #body_wrap.matsusai-desktop-header-v371 #gnav .matsusai-desktop-social-slot .c-iconList__link:hover {
      border-color: #0d2b47;
      background: #0d2b47;
      color: #fff;
    }
}

@media (min-width: 1100px) and (max-width: 1279px) {
  #body_wrap.matsusai-desktop-header-v371 #header .l-header__logo {
      width: 240px;
    }

    #body_wrap.matsusai-desktop-header-v371 #gnav .c-gnav > li > a {
      padding-right: 7px;
      padding-left: 7px;
      font-size: 11px;
    }

    #body_wrap.matsusai-desktop-header-v371 #gnav .matsusai-desktop-social-slot {
      min-width: 106px;
    }
}

/* 3.7.1 smartphone notice spacing. These overrides intentionally stay below
   600px and do not affect the desktop status strip. */
@media (max-width: 600px) {
  .matsusai-conditions__roads {
      grid-template-columns: minmax(0,66px) minmax(0,1fr);
    }

    .matsusai-conditions__roads > .matsusai-conditions__title {
      padding-right: 2px;
    }

    .matsusai-conditions__road-status {
      padding-right: 3px;
      padding-left: 1px;
    }

    .matsusai-conditions__alert {
      grid-template-columns: minmax(0,42px) minmax(0,1fr) 10px;
      gap: 2px;
    }

    .matsusai-conditions__alert span {
      font-size: 9.83px;
    }
}

@media (min-width: 1100px) and (max-width: 1279px) {
  #body_wrap.home.matsusai-desktop-layout-v341 #header .l-header__logo {
      width: 250px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #gnav .c-gnav > li > a {
      padding-right: 8px;
      padding-left: 8px;
      font-size: 11.5px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #gnav .c-gnav > li > a::after {
      right: 8px;
      left: 8px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #swell_prof_widget-2 .p-profileBox {
      grid-template-columns: 88px 90px minmax(0, 1fr) auto;
      gap: 18px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #swell_prof_widget-2 .p-profileBox__icon,
  #body_wrap.home.matsusai-desktop-layout-v341 #swell_prof_widget-2 .p-profileBox__iconImg {
      width: 84px;
      height: 84px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 #swell_prof_widget-2 .p-profileBox__text {
      font-size: 11.5px;
    }
}

@media (min-width: 1280px) {
  #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-desktop-status-shell .matsusai-conditions {
      grid-template-columns: minmax(0, 1.04fr) minmax(0, 1.15fr) minmax(292px, .82fr);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index {
      grid-column: auto;
      min-height: 148px;
      padding: 14px 15px 11px;
      grid-template-columns: minmax(0, 1fr) auto;
      grid-template-areas:
        "heading meta"
        "value numbers"
        "flow flow"
        "source source";
      align-content: center;
      gap: 8px 10px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index__numbers {
      align-items: flex-end;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index__source {
      white-space: normal;
    }
}

/* 3.5.0 PC refinements: compact status area and ten headlines in a 2 x 5 grid.
   This entire layer begins at 1100px, so the mobile layout is unchanged. */
@media (min-width: 1100px) {
  #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash > .matsusai-desktop-status-shell {
      display: none;
    }

    #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-desktop-status-shell {
      padding-top: 10px;
    }

    #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-desktop-status-heading {
      display: none !important;
    }

    #body_wrap.home.matsusai-desktop-layout-v350 #content {
      padding-top: 18px;
    }

    #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-auto-flow: row;
    }

    #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item,
  #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item:first-of-type,
  #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item:nth-of-type(2) {
      min-width: 0;
      min-height: 88px;
      padding: 0 18px;
      grid-template-columns: 76px minmax(0, 1fr) 28px;
      border-bottom: 1px solid #e2e7ea;
      background: #fff;
      color: var(--matsusai-pc-text);
    }

    #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item:nth-of-type(odd) {
      border-right: 1px solid #e2e7ea;
    }

    #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item:nth-of-type(n+9) {
      border-bottom: 0;
    }

    #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item:hover,
  #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item:first-of-type:hover,
  #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item:nth-of-type(2):hover {
      background: #f3f7f9;
    }

    #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item time,
  #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item:first-of-type time {
      color: #687783;
      font-size: 9px;
    }

    #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item a {
      padding: 12px 0;
    }

    #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item h3,
  #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item:first-of-type h3,
  #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item:nth-of-type(2) h3 {
      color: var(--matsusai-pc-text);
      font-size: 14px;
      font-weight: 720;
      line-height: 1.5;
      -webkit-line-clamp: 2;
    }

    #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item small,
  #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item:first-of-type small {
      margin-top: 3px;
      color: #75818a;
      font-size: 8.5px;
    }

    #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__arrow,
  #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item:first-of-type .matsusai-flash__arrow {
      width: 24px;
      height: 24px;
      border-color: #ccd5db;
      color: var(--matsusai-pc-navy);
    }

    #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item:first-of-type:hover .matsusai-flash__arrow {
      border-color: var(--matsusai-pc-navy);
      background: var(--matsusai-pc-navy);
      color: #fff;
    }

    #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__empty {
      grid-column: 1 / -1;
    }

    #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__ad--list {
      order: 99;
      grid-column: 1 / -1;
    }
}

/* 3.7.0 PC header cleanup. The smartphone header and the fifth-item ad keep
   their existing markup and styling because these rules begin at 1100px. */
@media (min-width: 1100px) {
  #body_wrap.home.matsusai-desktop-layout-v360 #header .l-header__bar {
      height: 34px;
      min-height: 34px;
      display: block !important;
      border-bottom: 1px solid #eef2f5;
      background: #fff !important;
    }

    #body_wrap.home.matsusai-desktop-layout-v360 #header .l-header__bar .l-container {
      height: 34px;
      min-height: 34px;
    }

    #body_wrap.home.matsusai-desktop-layout-v360 #header .l-header__bar .c-catchphrase,
  #body_wrap.home.matsusai-desktop-layout-v360 #header .l-header__bar .c-iconList {
      visibility: hidden;
      pointer-events: none;
    }

    #body_wrap.home.matsusai-desktop-layout-v360 #header .l-header__inner,
  #body_wrap.home.matsusai-desktop-layout-v360 #gnav,
  #body_wrap.home.matsusai-desktop-layout-v360 #gnav .c-gnav > li > a {
      height: 88px;
    }

    #body_wrap.home.matsusai-desktop-layout-v360 #gnav .c-gnav > li:has(> a[href*="/sitemap/"]),
  #body_wrap.home.matsusai-desktop-layout-v360 #gnav .matsusai-desktop-sitemap-item,
  #body_wrap.home.matsusai-desktop-layout-v360 #gnav a[href*="/sitemap/"] {
      display: none !important;
    }

    #body_wrap.home.matsusai-desktop-layout-v360 #gnav .matsusai-desktop-privacy-item > a {
      justify-content: flex-start;
      padding-right: 10px;
      padding-left: 10px;
      text-align: left;
    }

    #body_wrap.home.matsusai-desktop-layout-v360 #gnav .matsusai-desktop-privacy-item {
      margin-left: 0 !important;
      order: 2;
    }

    #body_wrap.home.matsusai-desktop-layout-v360 #gnav .c-gnav > li:has(> a[href*="/privacy-policy/"]) {
      margin-left: 0 !important;
      order: 2;
    }

    #body_wrap.home.matsusai-desktop-layout-v360 #gnav .matsusai-desktop-information-item,
  #body_wrap.home.matsusai-desktop-layout-v360 #gnav .c-gnav > li:has(> a[href*="/info/"]) {
      margin-left: auto !important;
      order: 3;
    }

    #body_wrap.home.matsusai-desktop-layout-v360 #gnav .matsusai-desktop-social-slot {
      min-width: 112px;
      margin-left: 4px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      list-style: none;
      order: 4;
    }

    #body_wrap.home.matsusai-desktop-layout-v360 #gnav .matsusai-desktop-social-slot .c-iconList {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      gap: 3px;
    }

    #body_wrap.home.matsusai-desktop-layout-v360 #gnav .matsusai-desktop-social-slot .c-iconList__item {
      margin: 0;
      list-style: none;
    }

    #body_wrap.home.matsusai-desktop-layout-v360 #gnav .matsusai-desktop-social-slot .c-iconList__link {
      width: 34px;
      height: 34px;
      padding: 0;
      display: grid;
      place-items: center;
      border: 1px solid #dce3e8;
      border-radius: 50%;
      background: #fff;
      color: var(--matsusai-pc-navy);
      transition: border-color .18s ease, background-color .18s ease, color .18s ease;
    }

    #body_wrap.home.matsusai-desktop-layout-v360 #gnav .matsusai-desktop-social-slot .c-iconList__link:hover {
      border-color: var(--matsusai-pc-navy);
      background: var(--matsusai-pc-navy);
      color: #fff;
    }

    #body_wrap.home.matsusai-desktop-layout-v360 .matsusai-desktop-news-heading {
      justify-content: flex-start;
    }

    #body_wrap.home.matsusai-desktop-layout-v360 .matsusai-desktop-news-heading > p {
      display: none !important;
    }

    #body_wrap.home.matsusai-desktop-layout-v360 .matsusai-flash__ad--list {
      display: none !important;
    }
}

/* Keep the 3.7.1 header rules authoritative on the home page, where the
   earlier editorial-layout selectors are intentionally more specific. */
@media (min-width: 1100px) {
  #body_wrap.home.matsusai-desktop-layout-v360.matsusai-desktop-header-v371 #header .l-header__bar {
      position: absolute !important;
      border: 0 !important;
      outline: 0 !important;
      box-shadow: none !important;
    }

    #body_wrap.home.matsusai-desktop-layout-v360.matsusai-desktop-header-v371 #header .l-header__inner,
  #body_wrap.home.matsusai-desktop-layout-v360.matsusai-desktop-header-v371 #gnav,
  #body_wrap.home.matsusai-desktop-layout-v360.matsusai-desktop-header-v371 #gnav .c-gnav > li,
  #body_wrap.home.matsusai-desktop-layout-v360.matsusai-desktop-header-v371 #gnav .c-gnav > li > a {
      height: 110px;
    }

    #body_wrap.home.matsusai-desktop-layout-v360.matsusai-desktop-header-v371 #gnav .matsusai-desktop-information-item,
  #body_wrap.home.matsusai-desktop-layout-v360.matsusai-desktop-header-v371 #gnav .c-gnav > li:has(> a[href*="/info/"]) {
      margin-left: auto !important;
      order: 3;
    }

    #body_wrap.home.matsusai-desktop-layout-v360.matsusai-desktop-header-v371 #gnav .matsusai-desktop-privacy-item,
  #body_wrap.home.matsusai-desktop-layout-v360.matsusai-desktop-header-v371 #gnav .c-gnav > li:has(> a[href*="/privacy-policy/"]) {
      margin-left: 0 !important;
      order: 4;
    }

    #body_wrap.home.matsusai-desktop-layout-v360.matsusai-desktop-header-v371 #gnav .matsusai-desktop-social-slot {
      height: 110px;
      order: 5;
    }
}

@media (min-width: 1100px) and (max-width: 1279px) {
  #body_wrap.home.matsusai-desktop-layout-v360.matsusai-desktop-header-v371 #header .l-header__logo {
      width: 240px;
    }
}

/* 3.7.2 fixes the home-only legacy rule that aligned the Privacy Policy label
   to the top of its 110px navigation item. */
@media (min-width: 1100px) {
  #body_wrap.home.matsusai-desktop-layout-v360.matsusai-desktop-header-v371 #gnav .matsusai-desktop-privacy-item > a,
  #body_wrap.home.matsusai-desktop-layout-v360.matsusai-desktop-header-v371 #gnav .c-gnav > li:has(> a[href*="/privacy-policy/"]) > a {
      justify-content: center !important;
      text-align: center !important;
    }
}

/* Requested five-percent type increase on both desktop and smartphone. */
.matsusai-conditions__alert span {
  font-size: 9.83px;
}

.matsusai-flash__item h3 {
  font-size: clamp(14.7px, 1.575vw, 17.85px);
}

@media (min-width: 1100px) {
  #body_wrap.matsusai-desktop-header-v371 #gnav .matsusai-desktop-contact-item,
  #body_wrap.matsusai-desktop-header-v371 #gnav .c-gnav > li:has(> a[href*="/contact/"]) {
      margin-left: 0 !important;
      order: 2;
    }

    #body_wrap.matsusai-desktop-header-v371 #gnav .matsusai-desktop-contact-item > a,
  #body_wrap.matsusai-desktop-header-v371 #gnav .c-gnav > li:has(> a[href*="/contact/"]) > a {
      justify-content: center !important;
      text-align: center !important;
    }

    #body_wrap.home.matsusai-desktop-layout-v360 .matsusai-conditions__alert span {
      font-size: 12.08px;
    }

    #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item h3,
  #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item:first-of-type h3,
  #body_wrap.home.matsusai-desktop-layout-v350 .matsusai-flash__item:nth-of-type(2) h3 {
      font-size: 14.7px;
    }
}

@media (max-width: 600px) {
  .matsusai-conditions__alert span {
      font-size: 10.32px;
    }

    .matsusai-flash__item h3 {
      font-size: 14.7px;
    }
}

/* 3.8.0 keeps every source image inside a fixed viewport-aware stage, removes
   desktop top clipping, removes
   the pointer-triggered focus halo from the close control, and uses the spare
   traffic heading space for a direct link to the live-camera page. */
.matsusai-traffic-index__heading {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px 9px;
}

.matsusai-traffic-index__heading strong {
  flex: 0 1 auto;
}

.matsusai-traffic-index__camera-link {
  flex: 0 0 auto;
  color: rgba(255,255,255,.76);
  font-size: 8px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.matsusai-traffic-index__camera-link:hover {
  color: #fff;
}

#body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index__camera-link {
  color: #49687f;
}

#body_wrap.home.matsusai-desktop-layout-v341 .matsusai-traffic-index__camera-link:hover {
  color: #102a46;
}

@media (max-width: 900px) {
  .matsusai-traffic-index__camera-link {
      color: #49687f;
    }

    .matsusai-traffic-index__camera-link:hover {
      color: #102a46;
    }
}

/* 3.8.2 front-page typography and live-camera finishing pass. Kept at the
   end of this file so the older version layers cannot override it. */
.matsusai-conditions,
.matsusai-conditions button,
.matsusai-conditions input,
.matsusai-conditions select,
.matsusai-conditions textarea {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.matsusai-conditions__title strong,
.matsusai-conditions__road-heading {
  font-family: inherit;
}

.matsusai-conditions__title strong { font-size: 12.6px; }
.matsusai-conditions__day > div:first-child strong { font-size: 8.4px; }
.matsusai-conditions__day > div:first-child span { font-size: 25.2px; }
.matsusai-conditions__day p { font-size: 9.45px; }
.matsusai-conditions__temps { font-size: 8.4px; }
.matsusai-conditions__temps b { font-size: 13.65px; }
.matsusai-conditions__precip { font-size: 8.4px; }
.matsusai-conditions__precip b { font-size: 9.45px; }
.matsusai-conditions__road-heading { font-size: 11.55px; }
.matsusai-conditions__alert b { font-size: 8.4px; }
.matsusai-conditions__alert span { font-size: 10.32px; }

@media (min-width: 1100px) {
  #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__title strong { font-size: 17.85px; }
    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__day > div:first-child strong { font-size: 9.45px; }
    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__day > div:first-child span { font-size: 35.7px; }
    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__day p { font-size: 11.03px; }
    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__temps { font-size: 7.35px; }
    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__temps b { font-size: 13.13px; }
    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__precip { font-size: 8.4px; }
    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__precip b { font-size: 10.5px; }
    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__road-heading { font-size: 17.85px; }
    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__alert b { font-size: 9.45px; }
    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__alert span { font-size: 12.68px; }
}

@media (max-width: 600px) {
  .matsusai-conditions__title strong { font-size: 11.55px; }
    .matsusai-conditions__day > div:first-child strong { font-size: 8.4px; }
    .matsusai-conditions__day > div:first-child span { font-size: 18.9px; }
    .matsusai-conditions__day p { font-size: 7.35px; }
    .matsusai-conditions__temps { font-size: 6.3px; }
    .matsusai-conditions__temps b { font-size: 9.45px; }
    .matsusai-conditions__precip { font-size: 7.35px; }
    .matsusai-conditions__precip b { font-size: 9.45px; }
    .matsusai-conditions__road-heading { font-size: 10.5px; }
    .matsusai-conditions__alert b { font-size: 8.4px; }
    .matsusai-conditions__alert span { font-size: 10.84px; }

    #body_wrap.home #content {
      padding-bottom: 16px !important;
    }
}

/* 3.8.3 removes redundant labels and gives the useful weather/notices data
   the space they previously occupied. This final layer is authoritative. */
.matsusai-conditions__weather {
  grid-template-columns: 52px minmax(0,1fr);
}

.matsusai-conditions__title {
  padding-right: 3px;
  padding-left: 3px;
  align-items: center;
  text-align: center;
}

.matsusai-conditions__title span {
  color: #fff;
  font-size: 9px;
  line-height: 1.35;
  letter-spacing: .02em;
  white-space: nowrap;
}

.matsusai-conditions__roads {
  grid-template-columns: minmax(0,1fr);
}

.matsusai-conditions__road-status {
  grid-column: 1;
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width: 1100px) {
  #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__weather {
      grid-template-columns: 58px minmax(0,1fr);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__title {
      padding-right: 6px;
      padding-left: 6px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__title span {
      color: var(--matsusai-pc-navy);
      font-size: 11px;
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__roads {
      grid-template-columns: minmax(0,1fr);
    }

    #body_wrap.home.matsusai-desktop-layout-v341 .matsusai-conditions__road-status {
      padding-right: 15px;
      padding-left: 15px;
    }
}

@media (max-width: 600px) {
  .matsusai-conditions__weather {
      grid-template-columns: 50px minmax(0,1fr);
    }

    .matsusai-conditions__title span {
      display: block !important;
      color: #0d2b47 !important;
      font-size: 9px;
      font-weight: 800;
      visibility: visible !important;
      opacity: 1 !important;
    }

    .matsusai-conditions__roads {
      grid-template-columns: minmax(0,1fr);
    }

    .matsusai-conditions__road-status {
      padding: 2px 6px 1px 9px;
    }

    .matsusai-conditions__alert {
      padding-top: 4px;
      padding-bottom: 4px;
      grid-template-columns: minmax(0,50px) minmax(0,1fr) 10px;
      gap: 7px;
    }

    .matsusai-conditions__alert b {
      padding-left: 2px;
    }

    /* Make the whole visible news row a dependable tap target. */
    .matsusai-flash__item {
      position: relative;
    }

    .matsusai-flash__item-link {
      position: static;
      touch-action: manipulation;
      -webkit-tap-highlight-color: rgba(13,43,71,.12);
    }

    .matsusai-flash__item-link::after {
      content: "";
      position: absolute;
      z-index: 2;
      inset: 0;
    }

    .matsusai-flash__item time,
  .matsusai-flash__arrow {
      position: relative;
      z-index: 1;
      pointer-events: none;
    }

    #body_wrap.home #content {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
    }

    #body_wrap.home .w-frontBottom,
  #body_wrap.home #swell_prof_widget-2 {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
    }

    #body_wrap.home #swell_prof_widget-2 .p-profileBox {
      margin-bottom: 0 !important;
    }

    #body_wrap.home #footer {
      margin-top: 0 !important;
    }
}

/* 3.8.6 mobile-only life-information cleanup. Desktop card borders remain
   exactly as they were in 3.8.5; the narrow layout uses whitespace and two
   meaningful separators instead of three nested outlines. */
@media (max-width: 600px) {
  .matsusai-conditions {
    padding-top: 0;
    padding-bottom: 0;
    gap: 0;
    border-top: 0;
    border-bottom: 0;
  }

  .matsusai-conditions__weather,
  .matsusai-conditions__roads,
  .matsusai-traffic-index {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .matsusai-conditions__weather,
  .matsusai-conditions__roads {
    position: relative;
  }

  .matsusai-conditions__weather::after,
  .matsusai-conditions__roads::after {
    content: "";
    height: 1px;
    position: absolute;
    right: 9px;
    bottom: 0;
    left: 9px;
    background: #e4e9ed;
    pointer-events: none;
  }

  .matsusai-conditions__title {
    border-right: 0;
  }

  .matsusai-conditions__roads {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .matsusai-traffic-index {
    padding-top: 7px;
    padding-bottom: 5px;
  }
}

/* 3.8.7 smartphone newsroom redesign. Every rule in this layer is limited to
   the home page at 600px or below, so the approved desktop edition is left
   untouched. Existing content and destinations stay intact; only hierarchy,
   density, typography and colour are reorganised. */
@media (max-width: 600px) {
  #body_wrap.home.matsusai-mobile-layout-v387 {
    --matsusai-sp-navy: #0d2b47;
    --matsusai-sp-navy-soft: #183e5e;
    --matsusai-sp-ink: #172534;
    --matsusai-sp-muted: #687783;
    --matsusai-sp-ground: #f3f6f8;
    --matsusai-sp-line: #dce4e9;
    --matsusai-sp-coral: #df5637;
    --matsusai-sp-mustard: #9a650c;
    background: #fff;
    color: var(--matsusai-sp-ink);
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #content {
    padding-bottom: 0 !important;
    background: #fff;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .w-frontTop .c-widget,
  #body_wrap.home.matsusai-mobile-layout-v387 .w-frontTop .widget_text {
    margin-bottom: 0;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-flash {
    width: 100%;
    max-width: none;
    padding: 0 16px;
    color: var(--matsusai-sp-ink);
  }

  /* One calm information plane replaces nested cards without merging the
     semantic weather, notice and traffic regions. */
  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions {
    left: 50%;
    width: 100vw;
    width: 100dvw;
    max-width: 100vw;
    margin: -28px 0 0 -50vw;
    margin-left: -50dvw;
    padding: 7px 10px 0;
    gap: 0;
    border: 0;
    border-bottom: 1px solid var(--matsusai-sp-line);
    background: var(--matsusai-sp-ground);
    color: var(--matsusai-sp-ink);
    overflow: hidden;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__weather,
  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__roads,
  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-traffic-index {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__weather::after,
  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__roads::after {
    display: none;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__weather {
    min-height: 78px;
    grid-template-columns: 51px minmax(0, 1fr);
    border-bottom: 1px solid var(--matsusai-sp-line);
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__title {
    padding: 5px 4px;
    border: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__title span {
    display: block !important;
    color: var(--matsusai-sp-navy) !important;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .015em;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__days {
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__day {
    min-width: 0;
    padding: 7px 6px;
    grid-template-columns: 39px minmax(0, 1fr);
    grid-template-rows: 18px 20px 17px;
    column-gap: 5px;
    align-content: center;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__day + .matsusai-conditions__day {
    border-left: 1px solid var(--matsusai-sp-line);
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__day > div:first-child {
    grid-column: 1;
    grid-row: 1 / 4;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__day > div:first-child strong {
    color: #526776;
    font-size: 8.5px;
    font-weight: 800;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__day > div:first-child span {
    min-width: 36px;
    justify-content: center;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
    font-size: 25px;
    line-height: 1;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__day p {
    grid-column: 2;
    grid-row: 1;
    color: #273b4b;
    font-size: 10.5px;
    font-weight: 750;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__temps {
    grid-column: 2;
    grid-row: 2;
    justify-content: flex-start;
    gap: 6px;
    color: #677783;
    font-size: 7.2px;
    line-height: 20px;
    white-space: nowrap;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__temps b {
    margin-left: 1px;
    font-size: 11.2px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__precip {
    grid-column: 2;
    grid-row: 3;
    justify-self: start;
    color: #587188;
    font-size: 8px;
    line-height: 17px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__precip b {
    color: var(--matsusai-sp-navy);
    font-size: 9.5px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__roads {
    padding: 2px 0;
    grid-template-columns: minmax(0, 1fr);
    border-bottom: 1px solid var(--matsusai-sp-line);
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__road-status {
    min-height: 38px;
    padding: 0;
    grid-column: 1;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__alert {
    min-height: 44px;
    padding: 5px 3px;
    grid-template-columns: 57px minmax(0, 1fr) 16px;
    gap: 8px;
    border-bottom: 1px solid #e1e7eb;
    color: var(--matsusai-sp-ink);
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__alert b {
    min-height: 23px;
    padding: 3px 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #fff0cf;
    color: var(--matsusai-sp-mustard);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__alert--warning b {
    background: #ffebe7;
    color: #b74835;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__alert span {
    color: #263a49;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.48;
    -webkit-line-clamp: 2;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__alert i {
    color: #758694;
    font-size: 11px;
    text-align: right;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__clear {
    min-height: 40px;
    margin: 0;
    padding: 5px 3px;
    color: #405463;
    font-size: 11.5px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-traffic-index {
    min-height: 82px;
    padding: 8px 3px 6px;
    grid-template-columns: minmax(0, 1fr) 50px 86px;
    grid-template-areas:
      "heading value numbers"
      "flow flow meta"
      "source source source";
    gap: 4px 7px;
    color: var(--matsusai-sp-ink);
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-traffic-index__heading {
    min-width: 0;
    display: block;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-traffic-index__heading strong {
    color: var(--matsusai-sp-navy);
    font-size: 11.2px;
    font-weight: 800;
    line-height: 1.35;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-traffic-index__value {
    justify-self: end;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-traffic-index__value b {
    font-size: 25px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-traffic-index__value span {
    color: #71808c;
    font-size: 8px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-traffic-index__flow {
    grid-template-columns: minmax(56px, 1fr) auto;
    gap: 7px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-traffic-index__meter {
    height: 7px;
    background: #d9e1e6;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-traffic-index__flow strong {
    font-size: 9.5px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-traffic-index__numbers {
    align-items: flex-end;
    color: #6c7983;
    font-size: 7.5px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-traffic-index__numbers strong {
    color: #405260;
    font-size: 8px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-traffic-index__numbers b {
    font-size: 13.5px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-traffic-index__meta {
    align-items: flex-end;
    color: #6d7d88;
    font-size: 7.5px;
    line-height: 1.4;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-traffic-index__camera-link {
    min-height: 20px;
    margin-top: 1px;
    display: inline-flex;
    align-items: center;
    color: #355e7b;
    font-size: 8.5px;
    font-weight: 800;
    text-underline-offset: 2px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-traffic-index__source {
    color: #77858f;
    font-size: 7.2px;
    line-height: 1.35;
    white-space: normal;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-traffic-index__source a {
    color: #496b83;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-promotion-band {
    left: 50%;
    width: 100vw;
    width: 100dvw;
    max-width: 100vw;
    margin: 0 0 0 -50vw;
    margin-left: -50dvw;
    border-bottom: 1px solid #edf1f3;
    background: #fff;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-conditions__promotion {
    min-height: 25px;
    padding: 6px 12px 4px;
    color: #687681;
    font-size: 8.5px;
    line-height: 1.4;
    text-align: right;
  }

  /* The existing heading is revealed on mobile so the live feed has an
     unmistakable editorial start instead of flowing directly from metadata. */
  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-desktop-news-heading {
    min-height: 54px;
    padding: 15px 2px 10px;
    display: flex;
    align-items: flex-end;
    border-bottom: 2px solid var(--matsusai-sp-navy);
    background: #fff;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-desktop-news-heading > div {
    min-width: 0;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-desktop-news-heading span {
    display: none;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-desktop-news-heading h2 {
    margin: 0;
    color: var(--matsusai-sp-navy);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: .01em;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-desktop-news-heading h2 small {
    margin-left: 7px;
    color: #73818b;
    font-size: 9px;
    font-weight: 700;
    vertical-align: .2em;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-flash__list {
    border: 0;
    background: #fff;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-flash__item {
    min-height: 108px;
    padding: 0 2px;
    grid-template-columns: 65px minmax(0, 1fr) 25px;
    border-bottom: 1px solid var(--matsusai-sp-line);
    background: #fff;
    box-sizing: border-box;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-flash__item:first-of-type {
    background: #f1f6fa;
    box-shadow: inset 3px 0 0 var(--matsusai-sp-navy);
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-flash__item time {
    padding-left: 7px;
    color: #657581;
    font-size: 10.5px;
    font-weight: 650;
    line-height: 1.25;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-flash__item time b {
    margin-top: 6px;
    padding: 2px 6px;
    border-radius: 2px;
    background: var(--matsusai-sp-coral);
    font-size: 8px;
    line-height: 1.3;
    letter-spacing: .03em;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-flash__item a {
    min-height: 100%;
    padding: 9px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-flash__item h3 {
    color: var(--matsusai-sp-ink);
    font-size: 15.8px;
    font-weight: 760;
    line-height: 1.5;
    letter-spacing: .005em;
    -webkit-line-clamp: 3;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-flash__item small {
    margin-top: 4px;
    color: #6e7d88;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.35;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-flash__arrow {
    width: 24px;
    height: 24px;
    border-color: #cbd6dd;
    color: var(--matsusai-sp-navy);
    font-size: 10px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-flash__ad {
    min-height: 0;
    margin: 16px 0;
    padding: 10px 0;
    background: #fff;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-flash__ad--bottom {
    margin-bottom: 0;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-flash__pagination {
    margin-top: 22px;
    grid-template-columns: 62px minmax(0, 1fr) 62px;
    gap: 5px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-flash__pagination a,
  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-flash__pagination > span {
    min-height: 44px;
    padding: 0 6px;
    border-color: #d4dde3;
    color: #334755;
    font-size: 11px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-flash__pagination > div {
    gap: 4px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-flash__pagination > div a {
    width: 40px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .matsusai-flash__pagination a[aria-current="page"] {
    border-color: var(--matsusai-sp-navy);
    background: var(--matsusai-sp-navy);
    color: #fff;
  }

  /* Existing WordPress posts become one lead story followed by compact rows.
     All ten posts remain visible; the change removes repetitive full-width
     image cards and substantially shortens the mobile home page. */
  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent {
    left: 50%;
    width: 100vw !important;
    width: 100dvw !important;
    max-width: none !important;
    margin: 28px 0 0 -50vw !important;
    margin-left: -50dvw !important;
    padding: 25px 16px 30px !important;
    position: relative;
    border: 0;
    background: var(--matsusai-sp-ground);
    box-shadow: none;
    box-sizing: border-box;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent::before {
    content: "マツサイの注目記事";
    margin: 0 0 15px;
    padding: 0 0 9px;
    display: block;
    border-bottom: 2px solid var(--matsusai-sp-navy);
    color: var(--matsusai-sp-navy);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .01em;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .p-postList {
    margin: 0 !important;
    padding: 0;
    display: block !important;
    list-style: none;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .p-postList__item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .p-postList__link {
    min-width: 0;
    color: inherit;
    text-decoration: none;
    box-sizing: border-box;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .p-postList__item:first-child {
    margin-bottom: 8px !important;
    overflow: hidden;
    border-bottom: 1px solid var(--matsusai-sp-line);
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .p-postList__item:first-child .p-postList__link {
    display: block;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .p-postList__item:first-child .p-postList__thumb {
    overflow: hidden;
    border-radius: 6px;
    background: #dfe6ea;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .p-postList__item:first-child .c-postThumb__figure {
    height: auto !important;
    aspect-ratio: 16 / 9;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .p-postList__item:first-child .p-postList__body {
    padding: 11px 1px 17px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .p-postList__item:first-child .p-postList__title {
    margin: 0;
    color: var(--matsusai-sp-ink);
    font-size: 18.5px;
    font-weight: 800;
    line-height: 1.52;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .p-postList__item:nth-child(n+2) .p-postList__link {
    min-height: 99px;
    padding: 12px 0;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--matsusai-sp-line);
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .p-postList__item:nth-child(n+2) .p-postList__thumb {
    width: 112px;
    height: 74px;
    overflow: hidden;
    border-radius: 4px;
    background: #dfe6ea;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .p-postList__item:nth-child(n+2) .c-postThumb__figure {
    width: 100%;
    height: 74px !important;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .c-postThumb__img {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .p-postList__item:nth-child(n+2) .p-postList__body {
    min-width: 0;
    padding: 0;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .p-postList__item:nth-child(n+2) .p-postList__title {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #213443;
    font-size: 14.4px;
    font-weight: 750;
    line-height: 1.52;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .c-postThumb__cat {
    padding: 3px 6px;
    border-radius: 0 3px 0 0;
    background: rgba(13, 43, 71, .9);
    color: #fff;
    font-size: 8.5px;
    font-weight: 700;
    line-height: 1.35;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .p-postList__meta {
    margin-top: 0;
    padding-top: 5px;
    color: #75838d;
    font-size: 9.5px;
    line-height: 1.3;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .c-pagination {
    margin: 24px 0 0;
    padding-top: 20px;
    border-top: 1px solid var(--matsusai-sp-line);
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .c-pagination .page-numbers {
    width: 42px;
    height: 42px;
    margin: 0 2px;
    border: 1px solid #d4dde3;
    border-radius: 3px;
    background: #fff;
    color: #435766;
    font-size: 11px;
    line-height: 40px;
    box-shadow: none;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .p-homeContent .c-pagination .page-numbers.current {
    border-color: var(--matsusai-sp-navy);
    background: var(--matsusai-sp-navy);
    color: #fff;
  }

  /* Secondary existing modules share the same editorial rhythm. */
  #body_wrap.home.matsusai-mobile-layout-v387 .w-frontBottom {
    margin: 0;
    padding: 0;
    background: #fff;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 .w-frontBottom > .c-widget {
    margin-bottom: 0;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #block-2 {
    padding: 27px 16px 24px;
    background: #fff;
    counter-reset: matsusai-mobile-rank;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #block-2 h2 {
    margin: 0 0 10px;
    padding: 0 0 9px;
    border-bottom: 2px solid var(--matsusai-sp-navy);
    color: var(--matsusai-sp-navy);
    font-size: 18.5px;
    font-weight: 800;
    line-height: 1.35;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #block-2 .wpp-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #block-2 .wpp-list > li {
    min-height: 68px;
    margin: 0;
    padding: 9px 0;
    display: grid;
    grid-template-columns: 28px 72px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    border-bottom: 1px solid var(--matsusai-sp-line);
    counter-increment: matsusai-mobile-rank;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #block-2 .wpp-list > li::before {
    content: counter(matsusai-mobile-rank);
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--matsusai-sp-navy);
    color: #fff;
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: 10px;
    font-weight: 800;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #block-2 .wpp-list > li > a:first-of-type {
    grid-column: 2;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #block-2 .wpp-thumbnail {
    width: 72px !important;
    height: 48px !important;
    margin: 0 !important;
    float: none !important;
    display: block;
    border-radius: 3px;
    object-fit: cover;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #block-2 .wpp-post-title {
    min-width: 0;
    grid-column: 3;
    color: #263947;
    font-size: 12.8px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #block-2 .wpp-excerpt,
  #body_wrap.home.matsusai-mobile-layout-v387 #block-2 .wpp-meta,
  #body_wrap.home.matsusai-mobile-layout-v387 #block-2 .post-stats {
    display: none;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #swell_prof_widget-2 {
    margin: 0 !important;
    padding: 0;
    background: var(--matsusai-sp-ground);
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #swell_prof_widget-2 .p-profileBox {
    min-height: 0;
    margin: 0 !important;
    padding: 22px 16px 23px;
    display: grid !important;
    grid-template-columns: 70px minmax(0, 1fr);
    grid-template-areas:
      "icon name"
      "icon text"
      "icon social";
    align-items: start;
    gap: 4px 13px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--matsusai-sp-ink);
    box-shadow: none;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #swell_prof_widget-2 .p-profileBox::before,
  #body_wrap.home.matsusai-mobile-layout-v387 #swell_prof_widget-2 .p-profileBox__bg {
    display: none !important;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #swell_prof_widget-2 .p-profileBox__icon {
    width: 68px;
    height: 68px;
    margin: 0;
    position: static !important;
    grid-area: icon;
    transform: none !important;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #swell_prof_widget-2 .p-profileBox__iconImg {
    width: 68px;
    height: 68px;
    border: 3px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 1px #d7e0e5;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #swell_prof_widget-2 .p-profileBox__name {
    margin: 0;
    grid-area: name;
    color: var(--matsusai-sp-navy);
    font-size: 15.5px;
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #swell_prof_widget-2 .p-profileBox__name::before {
    content: "運営者";
    margin-right: 7px;
    color: #76848e;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
    vertical-align: .2em;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #swell_prof_widget-2 .p-profileBox__text {
    margin: 0;
    padding: 0;
    grid-area: text;
    display: -webkit-box;
    overflow: hidden;
    color: #455866;
    font-size: 11.5px;
    line-height: 1.65;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #swell_prof_widget-2 .p-profileBox__iconList {
    margin: 5px 0 0;
    padding: 0;
    position: static;
    grid-area: social;
    justify-content: flex-start;
    gap: 6px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #swell_prof_widget-2 .p-profileBox__iconList a,
  #body_wrap.home.matsusai-mobile-layout-v387 #swell_prof_widget-2 .p-profileBox__iconList .c-iconList__link {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 1px solid #cbd7df;
    border-radius: 50%;
    background: #fff;
    color: var(--matsusai-sp-navy);
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #footer {
    margin-top: 0 !important;
    border-top: 4px solid #1b4c70;
    background: var(--matsusai-sp-navy);
    color: #fff;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #footer .l-footer__foot {
    padding: 0;
    background: transparent;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #footer .l-footer__foot > .l-container {
    padding: 22px 16px calc(76px + env(safe-area-inset-bottom));
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #footer .l-footer__nav {
    margin: 0 0 17px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #footer .l-footer__nav li {
    border: 0;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #footer .l-footer__nav a {
    min-height: 38px;
    padding: 9px 7px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    color: rgba(255, 255, 255, .84);
    font-size: 10.5px;
    font-weight: 650;
    line-height: 1.4;
    text-decoration: none;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #footer .copyright {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: 9.5px;
    text-align: left;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #fix_bottom_menu {
    min-height: 60px;
    border-top: 1px solid #ced8df;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 -5px 20px rgba(13, 43, 71, .09);
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #fix_bottom_menu > ul {
    min-height: 60px;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #fix_bottom_menu li {
    min-width: 0;
    min-height: 60px;
    margin: 0;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #fix_bottom_menu a,
  #body_wrap.home.matsusai-mobile-layout-v387 #fix_bottom_menu button,
  #body_wrap.home.matsusai-mobile-layout-v387 #fix_bottom_menu .pagetop_btn {
    width: 100%;
    min-height: 60px;
    padding: 5px 2px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border: 0;
    background: transparent;
    color: var(--matsusai-sp-navy);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #fix_bottom_menu .pagetop_btn {
    cursor: pointer;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 #fix_bottom_menu i,
  #body_wrap.home.matsusai-mobile-layout-v387 #fix_bottom_menu svg {
    color: var(--matsusai-sp-navy);
    font-size: 18px;
  }

  #body_wrap.home.matsusai-mobile-layout-v387 a:focus-visible,
  #body_wrap.home.matsusai-mobile-layout-v387 button:focus-visible {
    outline: 2px solid #2d75a5;
    outline-offset: 2px;
  }
}

/* 3.8.8 smartphone density refinement; desktop is untouched. */
@media (max-width: 600px) {
  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions {
    padding: 3px 10px 0;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__weather {
    min-height: 60px;
    grid-template-columns: 43px minmax(0, 1fr);
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__title {
    padding: 2px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__title span {
    font-size: 9.6px;
    line-height: 1.25;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__day {
    min-height: 59px;
    padding: 3px 4px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    grid-template-rows: 25px 22px;
    column-gap: 4px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__day > div:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
    gap: 1px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__day > div:first-child strong {
    font-size: 7.8px;
    line-height: 1.1;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__day > div:first-child span {
    min-width: 32px;
    font-size: 22px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__day p {
    grid-column: 2 / 4;
    grid-row: 1;
    font-size: 9.6px;
    line-height: 25px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__temps {
    grid-column: 2;
    grid-row: 2;
    gap: 4px;
    font-size: 6.6px;
    line-height: 22px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__temps b {
    margin-left: 0;
    font-size: 10.2px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__precip {
    grid-column: 3;
    grid-row: 2;
    justify-self: end;
    font-size: 7px;
    line-height: 22px;
    white-space: nowrap;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__precip b {
    margin-left: 1px;
    font-size: 8.8px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__roads {
    padding: 0;
    border-bottom: 1px solid var(--matsusai-sp-line);
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__roads::after {
    display: none !important;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__road-status {
    min-height: 36px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__alert {
    min-height: 38px;
    padding: 3px 2px;
    grid-template-columns: 53px minmax(0, 1fr) 14px;
    gap: 6px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__road-status > .matsusai-conditions__alert:last-child {
    border-bottom: 0 !important;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__alert b {
    min-height: 21px;
    padding: 3px;
    font-size: 8.2px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__alert span {
    font-size: 11px;
    line-height: 1.38;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__alert i {
    font-size: 10px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__clear {
    min-height: 36px;
    padding: 4px 2px;
    font-size: 10.8px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-traffic-index {
    min-height: 66px;
    padding: 5px 2px 4px;
    grid-template-columns: minmax(0, 1fr) 42px 72px;
    gap: 2px 6px;
    border-top: 0 !important;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-traffic-index__heading strong {
    font-size: 10.4px;
    line-height: 1.25;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-traffic-index__value b {
    font-size: 22px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-traffic-index__flow {
    gap: 6px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-traffic-index__meter {
    height: 6px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-traffic-index__flow strong {
    font-size: 8.8px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-traffic-index__numbers {
    font-size: 6.8px;
    line-height: 1.2;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-traffic-index__numbers strong {
    font-size: 7.2px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-traffic-index__numbers b {
    font-size: 12.5px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-traffic-index__meta {
    font-size: 6.8px;
    line-height: 1.25;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-traffic-index__camera-link {
    min-height: 17px;
    margin-top: 0;
    font-size: 7.8px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-traffic-index__source {
    font-size: 6.2px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-conditions__promotion {
    min-height: 22px;
    padding: 5px 12px 3px;
    font-size: 8px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-desktop-news-heading {
    min-height: 50px;
    padding-top: 12px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-flash__item,
  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-flash__item:first-of-type {
    min-height: 104px;
    background: #fff !important;
    box-shadow: none !important;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-flash__arrow {
    border: 0;
    background: #eef3f6;
    color: #526b7d;
    font-size: 0;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .matsusai-flash__arrow::before {
    content: "›";
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-1px);
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .p-homeContent .c-postThumb__cat {
    display: none !important;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .p-homeContent .p-postList__item:nth-child(n+2) .p-postList__link {
    min-height: 109px;
    grid-template-columns: 128px minmax(0, 1fr);
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .p-homeContent .p-postList__item:nth-child(n+2) .p-postList__thumb {
    width: 128px;
    height: 85px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .p-homeContent .p-postList__item:nth-child(n+2) .c-postThumb__figure {
    height: 85px !important;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 .p-homeContent .p-postList__item:nth-child(n+2) .p-postList__title {
    font-size: 14.5px;
    line-height: 1.5;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 #block-2 .wpp-list > li {
    min-height: 92px;
    padding: 9px 0;
    position: relative;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 12px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 #block-2 .wpp-list > li::before {
    width: 27px;
    height: 27px;
    position: absolute;
    z-index: 2;
    top: 13px;
    left: 4px;
    border: 1px solid rgba(255, 255, 255, .88);
    border-radius: 50%;
    background: var(--matsusai-sp-navy);
    box-shadow: 0 1px 5px rgba(13, 43, 71, .2);
    font-size: 10.5px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 #block-2 .wpp-list > li:nth-child(1)::before {
    background: #bf8b16;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 #block-2 .wpp-list > li:nth-child(2)::before {
    background: #7c8994;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 #block-2 .wpp-list > li:nth-child(3)::before {
    background: #a4653d;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 #block-2 .wpp-list > li > a:first-of-type {
    width: 118px;
    height: 74px;
    grid-column: 1;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 #block-2 .wpp-thumbnail {
    width: 118px !important;
    height: 74px !important;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 #block-2 .wpp-post-title {
    grid-column: 2;
    font-size: 13.2px;
    line-height: 1.5;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 #swell_prof_widget-2 .p-profileBox {
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-areas:
      "icon name"
      "text text"
      "social social";
    gap: 7px 12px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 #swell_prof_widget-2 .p-profileBox__icon,
  #body_wrap.home.matsusai-mobile-layout-v388 #swell_prof_widget-2 .p-profileBox__iconImg {
    width: 62px;
    height: 62px;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 #swell_prof_widget-2 .p-profileBox__name {
    align-self: center;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 #swell_prof_widget-2 .p-profileBox__text {
    margin-top: 3px;
    display: block;
    overflow: visible;
    font-size: 11.5px;
    line-height: 1.7;
    -webkit-box-orient: initial;
    -webkit-line-clamp: unset;
  }

  #body_wrap.home.matsusai-mobile-layout-v388 #swell_prof_widget-2 .p-profileBox__iconList {
    margin-top: 3px;
  }
}
