
.page-hero{
  position:relative;
  width:100%;
  height:40vh;
  min-height:260px;
  overflow:hidden;
  background:#f7f4eb;
}
.page-hero img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.page-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.16) 100%);
}
.page-hero-copy{
  position:absolute;
  left:50%;
  bottom:9%;
  transform:translateX(-50%);
  z-index:2;
  width:min(1120px, calc(100% - 48px));
  color:#fff;
}
.page-hero-copy .section-en{
  color:#ead7a3;
  margin-bottom:10px;
}
.page-hero-copy h1{
  font-family:"Noto Serif JP",serif;
  font-size:48px;
  line-height:1.32;
  font-weight:500;
  letter-spacing:.05em;
  margin:0;
}

.story-heading{
  width:min(760px, 100%);
  margin:0 auto 44px;
  text-align:center;
}

.story-heading-gold{
  justify-content:center;
  text-align:center;
  margin-bottom:10px;
}

.story-heading-gold .section-en-main,
.story-heading-gold .section-en-sub{
  color:var(--gold);
}

.proposal-heading-inline .section-en-main{
  color:#111;
}

.proposal-heading-inline .section-en-sub{
  color:#8a8a8a;
}

.story-heading .section-en{
  display:flex;
  justify-content:center;
  align-items:baseline;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:10px;
  text-align:center;
}

.story-heading .section-en-main{
  font-size:25px;
  letter-spacing:.18em;
  color:var(--gold);
}

.story-heading .section-en-sub{
  font-size:12px;
  line-height:1.4;
  color:var(--gold);
}

.story-kicker{
  margin:0 0 12px;
  font-size:14px;
  line-height:1.9;
  color:#8a6d2f;
  text-align:left;
}

.story-heading h2{
  font-family:"Noto Serif JP",serif;
  font-size:38px;
  line-height:1.45;
  font-weight:500;
  margin:0 0 10px;
}

.story-heading h3{
  font-family:"Noto Serif JP",serif;
  font-size:20px;
  line-height:1.6;
  font-weight:400;
  color:#8a6d2f;
  margin:0;
}

.story-intro-block{
  width:min(760px, 100%);
  margin:0 auto 52px;
}

.story-intro-block h3{
  font-family:"Noto Serif JP",serif;
  font-size:28px;
  font-weight:500;
  line-height:1.6;
  margin:0 0 18px;
  color:#111;
  text-align:left;
}

.story-intro-block p{
  font-size:15px;
  line-height:2.2;
  color:#333;
  margin:0 0 16px;
  text-align:left;
}

.lead-box p{
  text-align:left;
}

.article-visual{
  width:100vw;
  margin:56px calc(50% - 50vw) 64px;
}

.article-visual img{
  width:100%;
  aspect-ratio: 5 / 1;
  object-fit: cover;
}

.article-quote{
  margin-bottom:56px;
  padding:34px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.article-quote p{
  font-family:"Noto Serif JP",serif;
  font-size:32px;
  line-height:1.8;
  color:#1a1a1a;
  margin:0;
}

@media (max-width:640px){
 .story-heading{
    margin-bottom:32px;
  }

  .story-heading h2{
    font-size:27px;
  }

  .story-heading h3{
    font-size:16px;
  }

  .story-intro-block h3{
    font-size:23px;
  }

  .story-intro-block p{
    font-size:14px;
    line-height:2.05;
  }
}

.article-page{
  max-width:1240px;
  margin:0 auto;
  padding:48px 28px 96px;
}
.breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  font-size:12px;
  color:#7d7d7d;
  margin-bottom:36px;
}
.breadcrumbs span::after{
  content:"/";
  margin-left:8px;
}
.breadcrumbs strong{font-weight:500;color:#333}
.lead-box{
  width:min(980px, 100%);
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:0;
}
.lead-box p,
.lead-box figure:not([class]){width:100%;}
.lead-box p{
  font-size:15px;
  line-height:2.2;
  color:#333;
  margin:0 0 24px;
}
.lead-box figure{margin:50px auto;}
.lead-box figure img{
  width:100%;
  display:block;
}
.lead-box figure.parax{
  width:48.5%;
  margin-top:14px;
  margin-bottom:0;
}
.page-next{
  width:min(760px, 100%);
  margin:72px auto 0;
  padding-top:24px;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:80px;
}
.page-next small{
  display:block;
  font-size:12px;
  letter-spacing:.16em;
  color:var(--gold);
  margin-bottom:8px;
}
.page-next strong{
  display:block;
  font-family:"Noto Serif JP",serif;
  font-size:28px;
  font-weight:500;
}
.page-next a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  letter-spacing:.08em;
}
@media (max-width:980px){
  .page-hero-copy h1{font-size:40px;}
}

@media (max-width: 768px) {
  .article-visual {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .article-visual img {
    width: 100%;
    display: block;
  }
}

@media (max-width:640px){
  .page-hero{height:34vh; min-height:220px;}
  .page-hero-copy{width:calc(100% - 32px); bottom:10%;}
  .page-hero-copy .section-en{font-size:18px;}
  .page-hero-copy h1{font-size:28px; line-height:1.45;}
  .article-page{padding:32px 16px 72px;}
  .story-heading{margin-bottom:32px;}
  .story-heading h2{font-size:27px;}
  .story-heading h3{font-size:16px;}
  .story-place{font-size:1rem;}
  .lead-box p{font-size:14px; line-height:2.05; margin-bottom:18px;}
  .lead-box figure{margin:36px auto;}
  .lead-box figure.parax{
    width:100%;
    margin-top:0;
    margin-bottom:16px;
  }
	
  .article-visual{
    width:100vw;
    margin:44px calc(50% - 50vw) 52px;
  }

  .article-visual img{
    width:100%;
    display:block;
  }
  .article-quote{padding:24px 0;}
  .article-quote p{font-size:20px; line-height:1.75;}	
  .page-next{margin-top:52px; align-items:flex-start; flex-direction:column;}
  .page-next strong{font-size:24px;}
}
