/* 03 — Shibuya Koen-dori. All additions are scoped to this proposal's home. */
body.home {
  --green: #377951;
  --deep-green: #246c4e;
  --lime: #afce42;
  --yellow: #f3f94a;
  --paper: #f6f7eb;
  --ink: #293d32;
  --dark: #377951;
  --gray: #bfbdbd;
  --tag: #377951;
  --tag-text: #fff;
  --container: 1160px;
  color: var(--ink);
  background: white;
  font-family: "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  display: flex;
  flex-direction: column;
}
body.home .container { width: min(var(--container), calc(100% - 96px)); }
body.home a, body.home button { transition: background-color .2s, color .2s, opacity .2s; }
body.home :is(a, button, input):focus-visible { outline: 3px solid #1f613e; outline-offset: 5px; }
body.home .site-header {
  order: -3;
  position: sticky;
  top: 0;
  z-index: 10;
  background: white;
  color: var(--green);
  box-shadow: 0 1px 0 #32744a12;
}
body.home .header-top { max-width: none; min-height: 86px; padding: 12px 36px; gap: 32px; }
body.home .brand { flex: 0 0 192px; }
body.home .brand img { width: 192px; filter: grayscale(1) invert(1) brightness(1.2); mix-blend-mode: multiply; }
body.home .header-utilities { margin-left: auto; gap: 0; font-size: 13px; }
body.home .header-utilities > :is(a, button) { padding: 12px 22px; border-left: 1px solid #e9ede5; }
body.home .header-utilities .utility-box { color: var(--green); background: none; font-weight: 700; }
body.home .header-utilities .utility-box:last-of-type { color: white; background: var(--green); border-radius: 24px; margin-left: 12px; }
body.home .header-utilities .header-search { width: 52px; margin-left: 12px; padding: 12px; border-left: 0; }
body.home .mobile-menu { display: none; }
body.home .site-nav {
  order: -2;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  padding: 14px 36px;
  gap: 8px;
  background: var(--paper);
  color: var(--green);
}
body.home .site-nav a { border: 0; border-radius: 7px; background: white; padding: 13px 6px; text-align: center; white-space: normal; font-size: 13px; line-height: 1.5; }
body.home .site-nav small { display: block; margin-top: 4px; color: #68766a; font-family: "Arial Narrow", Arial, sans-serif; font-size: 10px; font-weight: 400; }
body.home .site-nav a:hover { background: var(--green); color: white; opacity: 1; }
body.home .site-nav a:hover small { color: white; }

/* The main image is offset to the left, with the existing brand copy at right. */
body.home .home-hero {
  --hero-width: min(64vw, 920px);
  position: relative;
  padding: 30px 0 32px;
  background: linear-gradient(110deg, #258358 0%, #72a646 60%, #b1ce42 100%);
  color: white;
  isolation: isolate;
}
body.home .home-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 66px; z-index: -1; background: var(--paper); }
body.home .hero-window { width: 78%; padding: 0 0 9px; }
body.home .hero-track { left: 50%; width: var(--hero-width); gap: 26px; }
body.home .hero-slide { flex: 0 0 var(--hero-width); position: relative; border-bottom: 7px solid var(--yellow); background: var(--gray); }
body.home .hero-slide::after { content: ""; position: absolute; bottom: -7px; left: 0; width: 58%; height: 7px; background: #327f4b; }
body.home .hero-image { aspect-ratio: 1.95; background: var(--gray); }
body.home .hero-slide h2 { position: absolute; left: 24px; bottom: 24px; max-width: 77%; padding: 17px 22px; margin: 0; font-size: clamp(17px, 1.7vw, 25px); line-height: 1.7; background: white; color: var(--green); border-radius: 0 18px 0 0; }
body.home .hero-slide:hover { opacity: 1; }
body.home .hero-slide:hover h2 { color: #174b32; }
body.home .hero-intro { position: absolute; top: 52px; left: 79%; width: 18%; }
body.home .hero-eyebrow { font-family: "Arial Narrow", Arial, sans-serif; font-size: 12px; letter-spacing: .16em; }
body.home .hero-message { margin-top: 22px; font-size: clamp(22px, 2.2vw, 33px); font-weight: 700; line-height: 2; letter-spacing: .14em; }
body.home .hero-intro .brand-copy { display: block; margin-top: 22px; white-space: normal; }
body.home .hero-intro .brand-copy > p { display: none; }
body.home .audiences { flex-wrap: wrap; gap: 7px; }
body.home .audiences span { background: #fff; color: var(--green); border-radius: 3px; padding: 2px 7px; font-size: 11px; }
body.home .audiences small { display: block; width: 100%; color: #214f31; font-size: 11px; font-weight: 700; margin-top: 5px; }
body.home .home-hero > .arrow { top: calc(50% - 28px); border-radius: 50%; background: #ffffffdd; color: var(--green); width: 44px; height: 44px; font-size: 33px; }
body.home .home-hero > .previous { left: calc((78% - var(--hero-width)) / 2 - 22px); }
body.home .home-hero > .next { right: calc(22% + (78% - var(--hero-width)) / 2 - 22px); }
body.home .carousel-dots { width: 78%; gap: 6px; margin-top: 2px; }
body.home .carousel-dots button { position: relative; width: 22px; height: 26px; opacity: 1; background: transparent; }
body.home .carousel-dots button::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #aec849; inset: 8px 6px; }
body.home .carousel-dots button[aria-pressed="true"]::after { background: var(--green); }

body.home .section-title { text-align: center; line-height: 1.3; font-weight: 500; margin: 0 0 42px; }
body.home .heading-en { display: block; font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; font-size: clamp(36px, 4.3vw, 60px); font-weight: 400; letter-spacing: .055em; }
body.home .heading-ja { display: block; margin-top: 12px; font-size: 18px; font-weight: 700; letter-spacing: .09em; }
body.home .home-finder { padding: 34px 0 64px; background: var(--paper); color: var(--green); }
body.home .category-tabs { gap: 14px; }
body.home .category-tabs button { border-radius: 14px; background: white; overflow: hidden; border: 2px solid white; color: var(--green); }
body.home .category-image { aspect-ratio: 2.9; background: var(--gray); }
body.home .category-label { justify-content: space-between; min-height: 70px; background: white; padding: 12px 14px; font-size: 14px; gap: 8px; text-align: left; }
body.home .category-caret { font-size: 19px; font-weight: 400; }
body.home .category-tabs [aria-selected="true"] { border-color: var(--green); }
body.home .category-tabs [aria-selected="true"] .category-label { color: white; background: var(--green); }
body.home .category-tabs [aria-selected="true"]::after { display: none; }
body.home .category-panel { padding: 25px 30px 28px; margin-top: 20px; border-radius: 16px; color: var(--ink); }
body.home .category-panel-title { border-bottom: 1px solid #ccdacb; padding-bottom: 17px; }
body.home .category-panel-title h3 { color: var(--green); font-size: 21px; }
body.home .category-panel-title a { color: var(--green); font-size: 14px; }
body.home .genre-grid { gap: 0 28px; margin-top: 10px; }
body.home .genre-grid a { border-color: #dce4d7; font-size: 14px; padding: 12px 0; line-height: 1.6; font-weight: 500; gap: 12px; }
body.home .genre-grid a span { color: var(--green); font-size: 23px; }
body.home .facility-links { gap: 18px; margin-top: 24px; }
body.home .facility-links .button { color: var(--green); border: 1px solid #d3ddc7; background: white; border-radius: 7px; padding: 16px 12px; font-size: 15px; }
body.home .facility-links .button:hover { background: var(--green); color: white; opacity: 1; }
body.home .home-finder .keyword-form { margin-top: 28px; max-width: 840px; gap: 0; border-radius: 40px; background: white; border: 1px solid #c8d6c0; padding: 5px; }
body.home .keyword-form input { border-radius: 40px; background: transparent; padding: 12px 22px; font-size: 15px; }
body.home .keyword-form input::placeholder { color: #758171; }
body.home .keyword-form .button { border-radius: 30px; min-width: 114px; }
body.home .pr-strip { padding: 30px 0; background: white; }
body.home .pr-label { font-size: 12px; color: #6a796d; border-color: #b9c8b8; border-radius: 3px; }
body.home .pr-strip > div { gap: 16px; }
body.home .banner-box { background: #e7e7e7; color: #6b706a; border: 0; border-radius: 5px; min-width: 190px; height: 94px; font-size: 13px; font-weight: 400; }

/* First product row overlaps a sloping green color field. */
body.home .home-products { position: relative; isolation: isolate; width: 100%; padding: 62px max(48px, calc((100% - 1160px) / 2)) 80px; }
body.home .home-products::before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 440px; background: linear-gradient(110deg, #abc944 0%, #3d9057 100%); clip-path: polygon(0 0, 100% 0, 100% 67%, 0 100%); }
body.home .home-products .section-title { color: white; margin-bottom: 54px; }
body.home .cards-grid { gap: 42px 26px; }
body.home .card-visual { border-radius: 22px; }
body.home .card-image { border-radius: 22px; aspect-ratio: 1; background: var(--gray); }
body.home .new-badge { width: 54px; height: 54px; left: -12px; top: -13px; background: var(--yellow); color: var(--green); font-family: "Arial Narrow", Arial, sans-serif; font-weight: 700; font-size: 14px; outline: none; }
body.home .card-meta { color: #65766b; font-size: 12px; margin-top: 14px; letter-spacing: .035em; }
body.home .content-card h3 { font-size: 17px; font-weight: 700; line-height: 1.65; margin-top: 4px; }
body.home .card-description { color: #4b584f; font-size: 14px; line-height: 1.8; margin-top: 6px; }
body.home .content-card .tags { max-height: none; margin-top: 12px; gap: 6px; }
body.home .content-card .tag { font-size: 12px; padding: 2px 7px; letter-spacing: .015em; }
body.home .card-facilities { font-size: 12px; line-height: 1.75; color: #647569; margin-top: 9px; }
body.home .more-link { margin-top: 48px; }
body.home .more-link .button { border-radius: 40px; min-width: 260px; min-height: 56px; padding: 14px 25px 14px 38px; gap: 74px; font-size: 16px; font-weight: 700; }
body.home .more-link .button span { font-size: 23px; line-height: 1; font-weight: 400; }
body.home .home-articles { position: relative; isolation: isolate; padding: 64px 0 76px; background: var(--paper); color: var(--green); }
body.home .home-articles::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(115deg, #ecf2cf, #f6f7eb); clip-path: polygon(0 20%, 100% 0, 100% 78%, 0 100%); }
body.home .home-articles .card-image { aspect-ratio: 1.45; }
body.home .home-articles .content-card h3 { color: var(--ink); }
body.home .card-carousel > .arrow { top: 70px; background: #fff; color: var(--green); border: 1px solid #dbe4d1; border-radius: 50%; width: 44px; height: 44px; }
body.home .card-carousel > .previous { left: -24px; }
body.home .card-carousel > .next { right: -24px; }
body.home .home-line { background: linear-gradient(120deg, #a9c947, #3c8954); padding: 56px 0 40px; color: white; }
body.home .home-line .section-title { margin-bottom: 36px; }
body.home .line-grid { grid-template-columns: 1fr 1.15fr; gap: 30px; }
body.home .doctor-mosaic { gap: 7px; }
body.home .doctor-mosaic i { background: var(--gray); border-radius: 7px; }
body.home .line-promo { border: 0; border-radius: 18px; padding: 22px 22px 0; color: var(--green); }
body.home .line-promo p { font-size: 16px; line-height: 1.85; }
body.home .line-pill { background: var(--green); font-size: 12px; padding: 10px 16px; white-space: normal; }
body.home .phone-placeholder { background: var(--gray); border-color: #7d8e79; border-radius: 12px 12px 0 0; }
body.home .line-note { font-size: 12px; color: #21472b; line-height: 1.9; }
body.home .footer-topics { padding-top: 40px; padding-bottom: 40px; }
body.home .footer-topics h3 { font-size: 14px; color: var(--green); }
body.home .footer-topics p { color: #7a867c; font-size: 12px; overflow-wrap: anywhere; }
body.home .network-band { background: var(--paper); padding: 38px 0; }
body.home .network-grid { gap: 14px; }
body.home .network-link { flex-basis: calc((100% - 42px) / 4); min-height: 72px; background: white; border: 0; border-radius: 10px; color: var(--green); font-size: 14px; }
body.home .site-footer { background: var(--green); padding: 40px 32px 28px; }
body.home .site-footer nav { font-size: 12px; row-gap: 12px; }
body.home .footer-utilities { font-size: 12px; gap: 10px 18px; margin-top: 26px; }
body.home .site-footer > p { font-size: 12px; opacity: .85; }

@media (max-width: 1100px) {
  body.home .header-top { padding-inline: 24px; min-height: 80px; }
  body.home .header-utilities > :is(a, button) { padding-inline: 14px; }
  body.home .header-utilities > button:first-child { display: none; }
  body.home .site-nav { grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 12px 24px; }
  body.home .hero-intro { top: 42px; }
  body.home .hero-message { margin-top: 14px; font-size: 22px; line-height: 1.8; letter-spacing: .06em; }
  body.home .hero-intro .brand-copy { margin-top: 14px; }
  body.home .audiences { gap: 4px; }
  body.home .audiences small { font-size: 10px; }
  body.home .category-label { padding-inline: 10px; font-size: 13px; }
  body.home .genre-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.home .genre-grid a:nth-last-child(-n+4) { border-bottom: 1px solid #dce4d7; }
  body.home .genre-grid a:nth-last-child(-n+3) { border-bottom: 0; }
  body.home .cards-grid { gap: 34px 22px; }
  body.home .home-products::before { height: 380px; }
  body.home .line-grid { grid-template-columns: 1fr; }
  body.home .doctor-mosaic { min-height: 190px; }
  body.home .line-promo { min-height: 205px; }
}
@media (max-width: 800px) {
  body.home .container { width: calc(100% - 48px); }
  body.home .header-utilities > .utility-box { display: none; }
  body.home .hero-message { font-size: 18px; letter-spacing: .02em; }
  body.home .hero-eyebrow { font-size: 10px; letter-spacing: .03em; }
  body.home .audiences span { font-size: 10px; }
  body.home .audiences small { display: none; }
  body.home .hero-intro { top: 36px; }
  body.home .hero-slide h2 { left: 16px; bottom: 16px; padding: 12px 15px; font-size: 17px; max-width: 86%; }
  body.home .home-products { width: 100%; padding: 52px 24px 60px; }
  body.home .home-products::before { height: 400px; }
  body.home .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 24px; }
  body.home .category-tabs { gap: 9px; }
  body.home .category-label { font-size: 12px; min-height: 82px; gap: 3px; padding: 9px 7px; }
  body.home .category-panel { padding: 22px; }
  body.home .genre-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.home .genre-grid a:nth-last-child(-n+3) { border-bottom: 1px solid #dce4d7; }
  body.home .genre-grid a:nth-last-child(-n+2) { border-bottom: 0; }
  body.home .facility-links { gap: 10px; }
  body.home .facility-links .button { font-size: 12px; padding-inline: 4px; }
  body.home .card-carousel > .previous { left: -16px; }
  body.home .card-carousel > .next { right: -16px; }
}
@media (max-width: 600px) {
  body.home #main { display: flex; flex-direction: column; }
  body.home .container { width: calc(100% - 40px); }
  body.home .header-top { min-height: 74px; padding: 10px 16px; gap: 14px; }
  body.home .brand { flex-basis: 160px; }
  body.home .brand img { width: 160px; }
  body.home .header-utilities { margin-left: auto; }
  body.home .header-utilities > :is(a, button):not(.header-search) { display: none; }
  body.home .header-utilities .header-search { width: 26px; margin: 0; padding: 0; }
  body.home .mobile-menu { display: flex; flex-direction: column-reverse; align-items: center; justify-content: center; flex: 0 0 62px; height: 64px; padding: 3px; margin: -10px -16px -10px 2px; color: white; background: linear-gradient(145deg, var(--lime), var(--green)); border-radius: 0 0 0 30px; font-size: 10px; }
  body.home .mobile-menu > span { font-size: 23px; line-height: 1.3; }
  body.home .site-nav { display: none; padding: 16px; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.home .site-nav.is-open { display: grid; }
  body.home .site-nav a { padding: 12px 6px; font-size: 12px; }
  body.home .home-hero { --hero-width: calc(100vw - 40px); padding: 0 0 20px; }
  body.home .hero-intro { position: static; display: block; width: auto; padding: 24px 22px 22px; }
  body.home .hero-eyebrow { font-size: 10px; letter-spacing: .18em; }
  body.home .hero-message { font-size: 21px; line-height: 1.6; letter-spacing: .1em; margin-top: 6px; }
  body.home .hero-message br { display: none; }
  body.home .hero-message br::after { content: " "; }
  body.home .hero-intro .brand-copy { margin-top: 12px; }
  body.home .audiences { gap: 7px; }
  body.home .audiences span { font-size: 10px; }
  body.home .hero-window { width: 100%; }
  body.home .hero-track { gap: 14px; }
  body.home .hero-image { aspect-ratio: 1.15; }
  body.home .hero-slide h2 { left: 16px; right: 16px; bottom: 18px; max-width: none; padding: 16px 18px; font-size: 19px; line-height: 1.7; }
  body.home .home-hero > .arrow { top: auto; bottom: 191px; width: 36px; height: 36px; font-size: 27px; }
  body.home .home-hero > .previous { left: 4px; }
  body.home .home-hero > .next { right: 4px; }
  body.home .carousel-dots { width: 100%; margin-top: 4px; }
  body.home .home-finder { padding: 30px 0 42px; }
  body.home .section-title { margin-bottom: 28px; }
  body.home .heading-en { font-size: 35px; letter-spacing: .025em; }
  body.home .heading-ja { font-size: 15px; margin-top: 8px; letter-spacing: .04em; }
  body.home .category-tabs { display: flex; overflow-x: auto; gap: 10px; padding: 4px 3px 12px; scroll-padding-inline: 3px; }
  body.home .category-tabs button { flex: 0 0 136px; border-radius: 10px; }
  body.home .category-image { aspect-ratio: 2.8; }
  body.home .category-label { min-height: 66px; font-size: 13px; padding: 9px; }
  body.home .category-panel { margin-top: 4px; padding: 20px 16px; border-radius: 12px; }
  body.home .category-panel-title { align-items: flex-start; gap: 12px; }
  body.home .category-panel-title h3 { font-size: 18px; }
  body.home .category-panel-title a { font-size: 12px; white-space: nowrap; padding-top: 3px; }
  body.home .genre-grid { column-gap: 18px; }
  body.home .genre-grid a { font-size: 12px; gap: 7px; padding-block: 11px; }
  body.home .facility-links { grid-template-columns: 1fr; gap: 8px; margin-top: 20px; }
  body.home .facility-links .button { min-height: 48px; padding: 12px; font-size: 14px; }
  body.home .home-finder .keyword-form { margin-top: 22px; }
  body.home .keyword-form input { padding: 12px; font-size: 12px; }
  body.home .keyword-form .button { min-width: 66px; min-height: 44px; font-size: 14px; padding: 10px 12px; }
  body.home .pr-strip { padding: 24px 0; }
  body.home .banner-box { min-width: 146px; height: 76px; }
  body.home .home-products { width: 100%; padding: 42px 20px 48px; }
  body.home .home-products::before { height: 300px; }
  body.home .home-products .section-title { margin-bottom: 38px; }
  body.home .cards-grid { gap: 30px 18px; }
  body.home .card-image, body.home .card-visual { border-radius: 14px; }
  body.home .new-badge { width: 40px; height: 40px; font-size: 11px; left: -8px; top: -10px; }
  body.home .card-meta { font-size: 11px; margin-top: 12px; }
  body.home .content-card h3 { font-size: 14px; line-height: 1.75; }
  body.home .card-description { font-size: 12px; line-height: 1.75; }
  body.home .content-card .tag { font-size: 10px; padding: 2px 5px; }
  body.home .card-facilities { font-size: 11px; }
  body.home .more-link { margin-top: 34px; }
  body.home .more-link .button { min-width: 230px; min-height: 52px; font-size: 14px; }
  body.home .home-articles { padding: 42px 0 48px; }
  body.home .home-articles .card-image { aspect-ratio: 1.2; }
  body.home .card-carousel > .arrow { width: 34px; height: 34px; top: 48px; font-size: 27px; }
  body.home .card-carousel > .previous { left: -14px; }
  body.home .card-carousel > .next { right: -14px; }
  body.home .home-line { padding: 42px 0 28px; }
  body.home .home-line .heading-en { font-size: 32px; }
  body.home .home-line .heading-ja { font-size: 13px; }
  body.home .line-grid { gap: 22px; }
  body.home .doctor-mosaic { min-height: 154px; gap: 5px; }
  body.home .line-promo { min-height: 190px; padding: 18px 14px 0; gap: 10px; }
  body.home .line-promo p { font-size: 13px; }
  body.home .line-pill { font-size: 11px; padding: 9px 12px; }
  body.home .phone-placeholder { width: 55px; min-width: 45px; }
  body.home .line-note { font-size: 11px; }
  body.home .footer-topics { padding-top: 28px; padding-bottom: 28px; }
  body.home .footer-topics p { font-size: 11px; }
  body.home .network-link { flex-basis: calc((100% - 14px) / 2); min-height: 64px; font-size: 12px; }
  body.home .site-footer { padding: 32px 20px 22px; }
  body.home .site-footer nav { font-size: 11px; }
  body.home .footer-utilities { font-size: 11px; }
  body.home .site-footer > p { font-size: 10px; line-height: 1.8; }
}
