:root {
  --paper: #fafaf7;
  --ink: #243d48;
  --muted: #5b686c;
  --red: #ad4238;
  --blue: #315f76;
  --line: #d7deda;
  --wash: #edf1ee;
  --white: #fff;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
button:focus-visible {
  outline-offset: 4px;
}
::selection {
  background: #dfe8e8;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h1,
h2 {
  font-family: var(--serif);
  letter-spacing: -0.047em;
  line-height: 1.1;
}
h2 {
  font-size: clamp(36px, 4.1vw, 55px);
}
em {
  font-weight: 400;
  color: var(--blue);
}
.wrap {
  width: min(1240px, calc(100% - 112px));
  margin-inline: auto;
}
.preview-banner {
  text-align: center;
  background: var(--ink);
  color: #fff;
  padding: 7px 20px;
  font-size: 11px;
  letter-spacing: 0.03em;
}
.preview-banner span {
  margin: 0 8px;
}
.site-header {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: -1px;
}
.brand-mark {
  background: var(--red);
  color: white;
  width: 40px;
  height: 43px;
  display: grid;
  place-items: center;
  font-family: serif;
  font-size: 26px;
}
.brand-sub {
  display: block;
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 4px;
  margin-top: 7px;
}
.site-header nav {
  display: flex;
  gap: 34px;
  margin-left: auto;
  margin-right: 34px;
}
.site-header nav a {
  font-size: 13px;
  text-decoration: none;
}
.site-header nav a:hover {
  text-decoration: underline;
}
.header-cta {
  font-size: 13px;
  border-bottom: 1px solid var(--ink);
  padding: 9px 0;
  text-decoration: none;
}
.header-cta span {
  margin-left: 20px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 58px;
}
.hero-copy {
  padding-bottom: 5px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.little-line {
  display: inline-block;
  vertical-align: middle;
  background: var(--red);
  width: 25px;
  height: 1px;
  margin-right: 10px;
}
.hero h1 {
  font-size: clamp(58px, 6.6vw, 91px);
  margin-bottom: 29px;
}
.hero-description {
  font-size: 16px;
  max-width: 375px;
  line-height: 1.85;
  color: var(--muted);
}
.hero-description.second {
  margin-top: 13px;
  margin-bottom: 28px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  background: var(--ink);
  border: 1px solid var(--ink);
  color: #fff;
  text-decoration: none;
  padding: 15px 23px;
  font-size: 13px;
  min-height: 50px;
  line-height: 1.4;
  border-radius: 0;
  transition: background 0.18s;
}
.button:hover {
  background: #365c69;
}
.button span {
  font-size: 19px;
  line-height: 1;
}
.microcopy {
  font-size: 10px;
  margin-top: 12px;
  color: var(--muted);
}
.editor-note {
  display: flex;
  gap: 13px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 35px;
  max-width: 373px;
}
.note-mark {
  font-family: var(--serif);
  font-size: 17px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #a9b7b6;
  border-radius: 50%;
}
.editor-note p {
  font-size: 11px;
  line-height: 1.7;
}
.editor-note strong {
  font-weight: 400;
}
.hero-image {
  height: 650px;
  position: relative;
  margin-left: 5px;
}
.hero-photo-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  /* 写真に含まれる画面操作表示を、表示領域の外に収める。 */
  transform: scale(1.24);
  display: block;
}
.vertical-note {
  position: absolute;
  right: -18px;
  top: 26px;
  writing-mode: vertical-rl;
  background: var(--paper);
  padding: 16px 9px;
  font-family: serif;
  font-size: 16px;
  letter-spacing: 4px;
}
.hero-image figcaption {
  position: absolute;
  left: -26px;
  bottom: 28px;
  background: var(--paper);
  padding: 22px 29px 23px;
  min-width: 255px;
  border-left: 2px solid var(--red);
}
.photo-place {
  display: block;
  font-size: 9px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.hero-image figcaption > span:last-child {
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.intro-strip {
  display: flex;
  gap: 26px;
  align-items: center;
  padding-block: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.japanese-tag {
  font-family: serif;
  color: var(--red);
  font-size: 17px;
  letter-spacing: 2px;
  white-space: nowrap;
}
.intro-strip p {
  font-size: 13px;
}
.strip-end {
  font-size: 9px;
  letter-spacing: 1.7px;
  margin-left: auto;
}
.mobile-break {
  display: none;
}
.section-space {
  padding-block: 100px;
}
.itinerary-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}
.section-copy > p:not(.eyebrow) {
  margin-top: 27px;
  color: var(--muted);
  font-size: 15px;
  max-width: 395px;
}
.feature-list {
  list-style: none;
  margin: 25px 0 28px;
  padding: 0;
}
.feature-list li {
  font-size: 13px;
  padding: 9px 0 9px 23px;
  position: relative;
}
.feature-list li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--red);
  font-size: 12px;
}
.text-button {
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 4px 0 6px;
  background: transparent;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  color: var(--ink);
}
.text-button span {
  margin-left: 20px;
}
.booklet-stage {
  background: #e7ede9;
  padding: 35px 44px 19px;
  position: relative;
}
.booklet {
  background: #fffef9;
  padding: 25px 29px 18px;
  box-shadow: 0 8px 22px #243d4810;
  transform: rotate(2deg);
}
.booklet-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 13px;
  font-size: 8px;
  letter-spacing: 1.5px;
}
.booklet-top span:last-child {
  font-family: serif;
  letter-spacing: 2px;
}
.booklet-label {
  font-size: 8px;
  letter-spacing: 1.5px;
  margin: 25px 0 12px;
}
.booklet h3 {
  font-family: var(--serif);
  font-size: 39px;
  letter-spacing: -1.7px;
  line-height: 1.1;
}
.booklet-tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 17px;
}
.booklet-tags span {
  font-size: 8px;
  padding: 3px 6px;
  border: 1px solid var(--line);
}
.sample-route {
  margin-top: 24px;
}
.sample-route > div {
  display: flex;
  gap: 14px;
  position: relative;
  padding-bottom: 22px;
}
.sample-route time {
  font-size: 9px;
  min-width: 31px;
  color: var(--red);
  padding-top: 3px;
}
.sample-route p {
  border-left: 1px solid var(--line);
  padding-left: 14px;
  font-size: 10px;
  line-height: 1.6;
}
.sample-route strong {
  display: block;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 3px;
}
.sample-route p span {
  color: var(--muted);
  display: block;
  max-width: 185px;
}
.booklet-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  font-size: 7px;
  letter-spacing: 1px;
}
.sample-caption {
  font-size: 9px;
  text-align: center;
  margin-top: 20px;
  color: var(--muted);
}
.process-section {
  background: #f0f1eb;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
.section-heading > p {
  font-size: 14px;
  color: var(--muted);
  padding-bottom: 5px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-top: 49px;
}
.steps article {
  border-top: 1px solid #b7c3bf;
  padding-top: 20px;
}
.step-number {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--red);
}
.steps h3 {
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.25;
  margin: 17px 0 12px;
  letter-spacing: -0.4px;
}
.steps p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}
.payment-method-note {
  margin-top: 28px;
  font-size: 12px;
  color: var(--muted);
}
.purchase-terms {
  max-width: 820px;
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid #c5d1cd;
  border-left: 3px solid var(--red);
  background: rgba(255, 255, 255, 0.52);
}
.purchase-terms strong {
  display: block;
  margin-bottom: 5px;
  font-family: var(--serif);
  font-size: 15px;
}
.purchase-terms p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}
.offer-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--paper);
  margin-top: 49px;
  border: 1px solid var(--line);
}
.offer-comparison > div {
  padding: 27px 33px;
}
.offer-comparison > div + div {
  border-left: 1px solid var(--line);
}
.offer-label {
  font-size: 9px;
  letter-spacing: 1.4px;
  color: var(--blue);
}
.offer-comparison h3 {
  font-family: var(--serif);
  font-size: 25px;
  margin: 10px 0;
}
.offer-comparison p {
  font-size: 13px;
  color: var(--muted);
  max-width: 380px;
}
.offer-comparison strong {
  font-size: 11px;
  display: block;
  margin-top: 17px;
  font-weight: 500;
}
.availability-note {
  font-size: 10px;
  color: var(--muted);
  margin-top: 12px;
}
.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.about-japanese {
  font-family: serif;
  letter-spacing: 3px;
  margin-top: 30px;
  font-size: 15px;
  color: var(--red);
}
.about-copy {
  padding-top: 8px;
}
.about-copy > p {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 18px;
}
.about-copy .text-button {
  margin-top: 5px;
}
.editor-details {
  margin-top: 28px;
  border-left: 3px solid var(--red);
  padding: 20px;
  background: var(--paper);
}
.editor-details h3 {
  font-size: 21px;
  line-height: 1.4;
}
.editor-details p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 10px;
}
.contact-links {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.contact-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 16px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 14px;
  overflow-wrap: anywhere;
  text-decoration: none;
}
.contact-link:hover {
  border-color: var(--ink);
  text-decoration: underline;
}
.contact-link:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}
.contact-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
}
.contact-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.plan-section {
  background: #e8efee;
  padding-block: 88px;
}
.plan-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: start;
}
.plan-intro {
  padding-top: 30px;
}
.plan-intro > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  max-width: 330px;
  margin-top: 27px;
}
.hand-note {
  margin: 45px 0;
}
.hand-note > span {
  font-family: serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: var(--red);
}
.hand-note p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 23px;
  line-height: 1.4;
  margin-top: 15px;
}
.plan-intro .privacy-note {
  font-size: 11px !important;
  max-width: 305px !important;
  border-top: 1px solid #c5d1cd;
  padding-top: 20px;
}
.optional {
  font-size: 10px;
  font-weight: 400;
  color: var(--muted);
  margin-left: 5px;
  white-space: nowrap;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 75px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  font-size: 13px;
  cursor: pointer;
  list-style: none;
  padding: 20px 30px 20px 0;
  position: relative;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: '+';
  position: absolute;
  right: 5px;
  font-size: 20px;
  top: 15px;
  color: var(--red);
}
.faq-list details[open] summary:after {
  content: '−';
}
.faq-list details p {
  font-size: 13px;
  color: var(--muted);
  padding: 0 25px 22px 0;
}
.closing {
  text-align: center;
  border-top: 1px solid var(--line);
  padding-block: 60px 75px;
}
.closing > span {
  font-size: 14px;
  color: var(--red);
  font-family: serif;
  letter-spacing: 3px;
}
.closing h2 {
  font-size: 40px;
  margin: 20px 0 28px;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-block: 35px;
  display: flex;
  gap: 25px;
  align-items: center;
}
.site-footer > p {
  font-size: 11px;
  color: var(--muted);
}
.site-footer > div {
  margin-left: auto;
  font-size: 9px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--muted);
}
.site-footer .brand {
  font-size: 24px;
}
.site-footer .brand-mark {
  width: 32px;
  height: 36px;
  font-size: 22px;
}
.site-footer .brand-sub {
  font-size: 7px;
  letter-spacing: 3px;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  background: white;
  z-index: 100;
  padding: 10px;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: none;
}
[hidden] {
  display: none !important;
}
dialog {
  border: 0;
  padding: 45px;
  width: min(650px, calc(100% - 32px));
  max-height: 85dvh;
  overflow: auto;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 20px 100px #182b4850;
}
dialog::backdrop {
  background: #15292ed0;
}
.dialog-close {
  position: absolute;
  right: 15px;
  top: 10px;
  background: transparent;
  border: 0;
  width: 44px;
  height: 44px;
  font-size: 30px;
  color: var(--ink);
}
dialog h2 {
  font-size: 44px;
}
.dialog-intro {
  font-size: 13px;
  color: var(--muted);
  margin: 20px 0 28px;
}
.dialog-route {
  border-top: 1px solid var(--line);
  margin-bottom: 28px;
}
.dialog-route article {
  padding-block: 22px;
  border-bottom: 1px solid var(--line);
}
.dialog-route article > span {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--red);
}
.dialog-route h3 {
  font-family: var(--serif);
  font-size: 24px;
  margin: 6px 0 10px;
  line-height: 1.25;
}
.dialog-route p,
.dialog-route a {
  font-size: 13px;
}
.dialog-route a {
  display: inline-block;
  margin-top: 12px;
}
body.dialog-open {
  overflow: hidden;
}
@media (min-width: 1500px) {
  .hero-image {
    height: 685px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 35px;
  }
  .hero h1 {
    font-size: 70px;
  }
  .hero-image {
    height: 620px;
  }
  .itinerary-section,
  .about-section {
    gap: 55px;
  }
  .booklet-stage {
    padding: 30px 25px 18px;
  }
  .plan-layout {
    gap: 40px;
  }
  .site-header nav {
    gap: 23px;
    margin-right: 15px;
  }
  .strip-end {
    display: none;
  }
  .steps {
    gap: 25px;
  }
}
@media (max-width: 800px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 88px;
    gap: 15px;
  }
  .site-header nav {
    display: none;
  }
  .brand {
    font-size: 25px;
  }
  .hero {
    gap: 28px;
    padding-top: 15px;
  }
  .hero h1 {
    font-size: 55px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-image {
    height: 565px;
  }
  .hero-image figcaption {
    left: -15px;
    min-width: 210px;
    padding: 18px;
  }
  .hero-image figcaption > span:last-child {
    font-size: 23px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .hero .little-line {
    width: 14px;
    margin-right: 4px;
  }
  .hero .button {
    padding: 14px 15px;
    gap: 14px;
    font-size: 12px;
  }
  .microcopy {
    font-size: 9px;
  }
  .editor-note {
    margin-top: 24px;
  }
  .section-space {
    padding-block: 70px;
  }
  .itinerary-section {
    gap: 35px;
  }
  .booklet-stage {
    padding: 25px 17px 16px;
  }
  .booklet {
    padding: 20px;
  }
  .booklet h3 {
    font-size: 33px;
  }
  .section-copy .eyebrow {
    font-size: 9px;
  }
  .feature-list li {
    font-size: 12px;
  }
  .steps h3 {
    font-size: 21px;
  }
  .offer-comparison > div {
    padding: 22px;
  }
  .about-section {
    gap: 40px;
  }
  .plan-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .plan-intro {
    padding-top: 0;
  }
  .plan-intro > p:not(.eyebrow) {
    max-width: 550px;
  }
  .hand-note {
    display: none;
  }
  .plan-intro .privacy-note {
    max-width: 100% !important;
    margin-top: 18px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .site-footer {
    flex-wrap: wrap;
  }
  .site-footer > div {
    width: 100%;
    margin-left: 0;
  }
  .section-heading > p {
    font-size: 12px;
  }
  .preview-banner {
    font-size: 10px;
  }
  .closing h2 {
    font-size: 35px;
  }
}
@media (max-width: 580px) {
  .preview-banner {
    font-size: 9px;
    padding: 7px 15px;
  }
  .preview-banner span {
    margin: 0 3px;
  }
  .header-cta {
    font-size: 11px;
  }
  .header-cta span {
    margin-left: 12px;
  }
  .site-header {
    height: 83px;
  }
  .brand {
    font-size: 24px;
  }
  .brand-mark {
    width: 34px;
    height: 39px;
    font-size: 24px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 24px;
    gap: 32px;
    padding-bottom: 35px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.4px;
    margin-bottom: 20px;
  }
  .hero h1 {
    font-size: clamp(52px, 14vw, 76px);
    margin-bottom: 24px;
  }
  .hero-description {
    font-size: 15px;
    max-width: 390px;
  }
  .hero-description.second {
    margin-top: 11px;
    margin-bottom: 24px;
  }
  .hero .button {
    padding: 15px 20px;
    gap: 30px;
    font-size: 13px;
  }
  .microcopy {
    font-size: 9px;
  }
  .editor-note {
    margin-top: 25px;
    padding-top: 18px;
    max-width: 100%;
  }
  .hero-image {
    height: 420px;
    margin-left: 12px;
    margin-right: 10px;
  }
  .hero-image img {
    object-position: center 46%;
  }
  .hero-image figcaption {
    left: -12px;
    bottom: 20px;
    padding: 19px 25px;
  }
  .vertical-note {
    right: -10px;
    top: 18px;
    font-size: 13px;
    padding: 12px 7px;
  }
  .intro-strip {
    gap: 17px;
    padding-block: 20px;
  }
  .intro-strip p {
    font-size: 11px;
  }
  .japanese-tag {
    font-size: 15px;
    letter-spacing: 1px;
  }
  .mobile-break {
    display: block;
  }
  .section-space {
    padding-block: 57px;
  }
  h2 {
    font-size: 38px;
  }
  .itinerary-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .section-copy > p:not(.eyebrow) {
    margin-top: 20px;
    font-size: 14px;
    max-width: 100%;
  }
  .feature-list {
    margin-block: 16px 20px;
  }
  .booklet-stage {
    padding: 30px 37px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
  .booklet {
    padding: 25px;
  }
  .booklet h3 {
    font-size: 37px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 19px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 30px;
  }
  .steps article {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 0 15px;
    padding-top: 19px;
  }
  .step-number {
    grid-row: 1 / 3;
  }
  .steps h3 {
    margin: 0 0 9px;
    font-size: 24px;
  }
  .steps p {
    grid-column: 2;
  }
  .offer-comparison {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .offer-comparison > div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .offer-comparison > div {
    padding: 24px;
  }
  .about-section {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .about-copy {
    padding: 0;
  }
  .about-copy > p {
    font-size: 14px;
  }
  .about-japanese {
    font-size: 13px;
    margin-top: 22px;
  }
  .plan-section {
    padding-block: 55px;
  }
  .plan-layout {
    gap: 24px;
  }
  .closing {
    padding-block: 45px 55px;
  }
  .closing h2 {
    font-size: 35px;
    max-width: 330px;
    margin-inline: auto;
  }
  .closing > span {
    font-size: 12px;
  }
  .site-footer {
    gap: 18px;
  }
  .site-footer > p {
    font-size: 10px;
    max-width: 140px;
    margin-left: auto;
  }
  .site-footer > div {
    font-size: 9px;
  }
  dialog {
    padding: 35px 23px;
  }
  dialog h2 {
    font-size: 37px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}

.google-form-card {
  background: #fff;
  padding: 38px 36px;
}
.google-form-card h3 {
  font-family: var(--serif);
  font-size: 35px;
  line-height: 1.18;
  letter-spacing: -1px;
}
.google-form-card > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  margin-top: 20px;
}
.google-form-card .eyebrow {
  margin-bottom: 19px;
}
.form-topic-list {
  list-style: none;
  margin: 27px 0;
  padding: 0;
}
.form-topic-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}
.form-topic-list li:first-child {
  border-top: 1px solid var(--line);
}
.form-topic-list span {
  display: block;
  color: var(--ink);
  font-size: 9px;
  letter-spacing: 1.4px;
  margin-bottom: 3px;
}
.form-link {
  width: 100%;
  justify-content: space-between;
}
.form-link:disabled {
  background: #e4eae7;
  color: #4e6064;
  border-color: #c8d2ce;
  cursor: not-allowed;
}
.google-form-card .form-link-note {
  font-size: 10px !important;
  margin-top: 11px !important;
}
.answer-example {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 27px;
}
.answer-example > span {
  font-size: 8px;
  letter-spacing: 1.3px;
}
.answer-example > p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 11px;
}
.plan-layout {
  grid-template-columns: 1fr 1fr;
}
.plan-intro {
  padding-top: 35px;
}
@media (max-width: 800px) {
  .plan-layout {
    grid-template-columns: 1fr;
  }
  .plan-intro {
    padding-top: 0;
  }
}
@media (max-width: 580px) {
  .google-form-card {
    padding: 28px 24px;
  }
  .google-form-card h3 {
    font-size: 32px;
  }
}

/* 人の経験と無料相談から納品までの順序を分かりやすく示す。 */
.value-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  border-bottom: 1px solid var(--line);
}
.value-copy > p {
  font-size: 16px;
  line-height: 1.9;
  color: var(--muted);
  margin-bottom: 20px;
}
.value-copy > p em {
  font-weight: 600;
}
.value-promise {
  border-left: 2px solid var(--red);
  padding: 5px 0 5px 22px;
  margin-top: 27px;
}
.value-promise strong {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
}
.value-promise p {
  font-size: 14px;
  margin-top: 12px;
  color: var(--muted);
}
.steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 25px;
}
.steps h3 {
  font-size: 23px;
}
.step-number {
  display: flex;
  align-items: center;
  gap: 12px;
}
.step-cost {
  font-family: var(--sans);
  font-size: 8px;
  letter-spacing: 1px;
  color: var(--ink);
}
.hero-description {
  max-width: 440px;
  font-size: 15px;
}
.hero h1 {
  margin-bottom: 24px;
}
.hero .microcopy {
  max-width: 390px;
  line-height: 1.8;
}
.hero .editor-note {
  margin-top: 25px;
}
.about-copy > p {
  line-height: 1.85;
}
@media (max-width: 1100px) {
  .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .value-section {
    gap: 50px;
  }
}
@media (max-width: 800px) {
  .value-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero-image {
    height: 640px;
  }
}
@media (max-width: 580px) {
  .steps {
    grid-template-columns: 1fr;
  }
  .steps article {
    grid-template-columns: 40px 1fr;
  }
  .step-number {
    display: block;
  }
  .step-cost {
    display: block;
    font-size: 7px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .hero h1 {
    font-size: clamp(52px, 14vw, 76px);
  }
  .hero-image {
    height: 420px;
  }
  .value-copy > p {
    font-size: 15px;
  }
  .value-promise {
    padding-left: 18px;
  }
  .value-promise strong {
    font-size: 23px;
  }
}

/* 紙の見本と、その冊子を選ぶタブ。 */
.itinerary-section {
  grid-template-columns: 0.8fr 1.2fr;
  gap: 55px;
  align-items: start;
}
.section-copy {
  padding-top: 35px;
}
.sample-gallery {
  min-width: 0;
  background: #e7ede9;
  padding: 18px;
}
.free-preview-notice {
  margin: 18px 0;
  padding: 16px 20px;
  border-left: 4px solid var(--red);
  background: var(--paper);
  color: var(--ink);
}
.free-preview-notice strong {
  display: block;
  font-size: 20px;
  line-height: 1.4;
}
.free-preview-notice span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.6;
}
.sample-tabs {
  display: flex;
  gap: 3px;
  align-items: stretch;
}
.sample-tabs button {
  flex: 1;
  min-width: 0;
  border: 1px solid #c8cec5;
  border-bottom: 0;
  background: #dae1da;
  color: var(--ink);
  padding: 13px 8px;
  font-size: 11px;
  line-height: 1.4;
  border-radius: 7px 7px 0 0;
}
.sample-tabs button[aria-selected='true'] {
  background: #fffdf6;
  box-shadow: inset 0 3px var(--red);
}
#sample-panel {
  background: #fffdf6;
  border: 1px solid #d0d1c5;
  box-shadow:
    4px 5px 0 #f7f6ed,
    5px 6px 0 #c9cec6;
  padding: 0;
}
#sample-frame {
  display: block;
  width: 100%;
  height: 910px;
  border: 0;
  background: #fffdf6;
}
.sample-downloads {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 22px;
  font-size: 11px;
}
.sample-caption {
  line-height: 1.8;
}
.pdf-note {
  font-size: 13px !important;
  border-left: 2px solid var(--red);
  padding-left: 16px;
}
@media (max-width: 900px) {
  .itinerary-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .sample-gallery {
    max-width: 650px;
    width: 100%;
    margin: auto;
  }
  .section-copy {
    padding-top: 0;
  }
}
@media (max-width: 580px) {
  .sample-gallery {
    padding: 10px;
  }
  .sample-tabs button {
    font-size: 10px;
    padding: 12px 5px;
  }
  .sample-downloads {
    font-size: 10px;
    flex-wrap: wrap;
  }
  #sample-frame {
    height: 1070px;
  }
}

/* しおりそのものを広く見せ、情報を読める幅を確保する。 */
.itinerary-section {
  grid-template-columns: 1fr;
  gap: 30px;
}
.itinerary-section .section-copy {
  max-width: 760px;
  padding-top: 0;
}
.itinerary-section .section-copy > p:not(.eyebrow) {
  max-width: 680px;
}
.itinerary-section .feature-list {
  display: none;
}
.sample-gallery {
  width: 100%;
  max-width: 880px;
  margin: auto;
  padding: 22px;
}
.sample-tabs button {
  font-size: 13px;
}
.sample-gallery #sample-frame {
  height: 1190px;
}
.sample-gallery .sample-caption {
  font-size: 11px;
}
@media (max-width: 580px) {
  .sample-gallery {
    padding: 8px;
  }
  .sample-tabs button {
    font-size: 11px;
  }
  .sample-gallery #sample-frame {
    height: 1720px;
  }
}

/* 紙面の元HTMLを表示し、本文の地図リンクを直接使えるようにする。 */
.sample-gallery #sample-frame {
  display: block;
  width: 100%;
  height: 1450px;
  background: #fff;
}
@media (max-width: 580px) {
  .sample-gallery #sample-frame {
    height: 2500px;
  }
}

/* サービスの判断基準を冒頭で具体的に伝える。 */
.local-perspective {
  border-top: 1px solid #cbd1ca;
}
.local-perspective h2 {
  max-width: 760px;
}
.local-perspective-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 32px;
}
.local-perspective-grid h3 {
  font-size: 21px;
  line-height: 1.3;
  margin: 0 0 12px;
}
.local-perspective-grid p,
.local-letter-promise {
  font-size: 15px;
  line-height: 1.8;
}
.local-letter-promise {
  border-top: 1px solid #cbd1ca;
  margin-top: 25px;
  padding-top: 20px;
  max-width: 850px;
}
@media (max-width: 700px) {
  .local-perspective-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* 3枚のPDF紙面を小さく横並びに表示し、端末のPDFビューアに依存しない。 */
.sample-spread {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 16px 4px;
  align-items: start;
}
.sample-sheet {
  display: block;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
.sample-sheet img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 210/297;
  background: #fff;
  box-shadow: 0 3px 12px #23352a20;
  border: 1px solid #d5dcd6;
}
.sample-sheet span {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}
.sample-sheet:focus-visible {
  outline: 3px solid #3d6255;
  outline-offset: 5px;
}
@media (max-width: 600px) {
  .sample-spread {
    grid-template-columns: repeat(3, 210px);
    overflow-x: auto;
    gap: 14px;
    scroll-snap-type: x proximity;
    padding: 14px 5px;
  }
  .sample-sheet {
    scroll-snap-align: start;
  }
}

/* 紙面を大きく見せ、すべての画面幅で横送りできるようにする。 */
.sample-spread {
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: min(480px, 85%);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 4px;
  gap: 20px;
  overscroll-behavior-x: contain;
  padding: 16px 4px;
}
.sample-sheet {
  scroll-snap-align: start;
}
.sample-slide-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 8px 4px 4px;
}
.sample-slide-controls p {
  font-size: 12px;
  margin: 0;
}
.sample-slide-controls div {
  display: flex;
  gap: 8px;
}
.sample-slide-controls button {
  background: #fff;
  border: 1px solid #aebbb4;
  color: #25302c;
  border-radius: 3px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  font-size: 20px;
}
.sample-slide-controls button:disabled {
  opacity: 0.4;
  cursor: default;
}
.sample-slide-controls button:focus-visible,
.sample-spread:focus-visible {
  outline: 3px solid #3d6255;
  outline-offset: 3px;
}
@media (max-width: 600px) {
  .sample-spread {
    grid-auto-columns: 88%;
    gap: 14px;
  }
}

/* 言語名を各言語の表記で固定し、選択中の言語を明示する。 */
.language-switch {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 12px;
  padding-bottom: 4px;
}
.language-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
}
.language-picker select {
  appearance: none;
  min-height: 44px;
  min-width: 164px;
  padding: 10px 38px 10px 42px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}
.language-picker select:hover {
  border-color: var(--ink);
}
.language-picker select:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}
.language-icon,
.language-chevron {
  position: absolute;
  pointer-events: none;
}
.language-icon {
  left: 13px;
}
.language-chevron {
  right: 12px;
}
.language-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.language-switch noscript a {
  margin-inline: 6px;
}
html[lang='zh-Hant'] {
  --sans: Arial, 'PingFang TC', 'Microsoft JhengHei', sans-serif;
  --serif: Georgia, 'Songti TC', 'PMingLiU', serif;
}
html[lang='ko'] {
  --sans: Arial, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  --serif: Georgia, 'AppleMyungjo', 'Batang', serif;
}
html[lang='ko'] h1,
html[lang='ko'] h2,
html[lang='ko'] h3 {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
html:not([lang='en']) .eyebrow {
  letter-spacing: 0.07em;
}
@media (max-width: 600px) {
  .language-switch {
    justify-content: center;
  }
  html:not([lang='en']) .sample-tabs {
    flex-wrap: wrap;
  }
}

/* 繁体字の見出し末尾が一文字だけ折り返されるのを防ぐ。 */
html[lang='zh-Hant'] .hero h1 {
  font-size: clamp(40px, 5vw, 68px);
}

/* 幅の狭い端末でも韓国語の見出しを過度に縦長にしない。 */
@media (max-width: 360px) {
  html[lang='ko'] .hero h1 {
    font-size: 40px;
  }
}

/* 本人撮影の写真を、紙のアルバムのように横へめくれる配置にする。 */
.photo-album {
  margin-top: 72px;
  padding-block: 40px 28px;
  border-block: 1px solid var(--line);
}
.album-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.album-heading h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 400;
  margin: 12px 0;
  line-height: 1.2;
}
.album-heading p:last-child {
  max-width: 660px;
  font-size: 14px;
  line-height: 1.8;
}
.album-japanese {
  writing-mode: vertical-rl;
  letter-spacing: 7px;
  font-family: serif;
  color: var(--red);
}
.album-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  padding-bottom: 14px;
}
.album-card {
  flex: 0 0 calc((100% - 48px) / 3);
  margin: 0;
  min-width: 0;
  scroll-snap-align: start;
}
.album-photo {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #e8e3d9;
}
.album-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.album-photo.screenshot-photo img {
  transform: scale(1.24);
}
.album-photo.framed-photo img {
  transform: scale(1.23);
}
.album-photo.tower-photo img {
  object-fit: contain;
  background: #292e2e;
}
.album-card figcaption {
  display: flex;
  gap: 12px;
  padding: 15px 0;
  font-size: 13px;
  line-height: 1.6;
}
.album-card figcaption span {
  font-size: 11px;
  color: var(--red);
}
.album-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.album-controls[hidden] {
  display: none;
}
.album-controls button {
  min-height: 44px;
  min-width: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: inherit;
  padding: 10px 14px;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
}
.album-controls button:hover {
  background: #e8e3d9;
}
.album-count {
  margin-right: auto;
  font-size: 11px;
  letter-spacing: 2px;
}
.album-track:focus-visible,
.album-controls button:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
}
@media (max-width: 800px) {
  .album-card {
    flex-basis: calc((100% - 20px) / 2);
  }
  .album-track {
    gap: 20px;
  }
}
@media (max-width: 560px) {
  .photo-album {
    margin-top: 44px;
    padding-top: 28px;
  }
  .album-card {
    flex-basis: 86%;
  }
  .album-controls {
    gap: 6px;
  }
  .album-controls button {
    padding-inline: 10px;
  }
}

/* トップは1枚ずつ、本文のアルバムは複数枚ずつ独立して送る。 */
.hero-image .hero-photo-frame {
  display: flex;
  gap: 0;
  padding: 0;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scrollbar-width: none;
}
.hero-photo-frame::-webkit-scrollbar {
  display: none;
}
.hero-slide {
  flex: 0 0 100%;
  min-width: 0;
  height: 100%;
  scroll-snap-align: start;
}
.hero-image .hero-slide img {
  transform: none;
}
.hero-image .screenshot-photo img {
  transform: scale(1.24);
}
.hero-image .framed-photo img {
  transform: scale(1.23);
}
.hero-image .tower-photo img {
  object-fit: contain;
}
.hero-image .album-controls {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  margin: 0;
  padding: 8px 12px;
  background: var(--paper);
  gap: 6px;
}
.hero-image figcaption {
  bottom: 86px;
  pointer-events: none;
}
.hero-image .vertical-note {
  pointer-events: none;
}
@media (max-width: 560px) {
  .hero-image .album-controls button {
    padding-inline: 8px;
    font-size: 11px;
  }
  .hero-image .album-count {
    letter-spacing: 0;
  }
  .hero-image figcaption {
    bottom: 78px;
  }
}
.hero-image {
  min-width: 0;
}
.hero-slide {
  aspect-ratio: auto;
}

/* 計測への同意は任意。拒否と許可を同じ操作サイズで表示する。 */
.analytics-consent {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  left: 20px;
  width: min(540px, calc(100vw - 40px));
  max-height: calc(100dvh - 40px);
  overflow: auto;
  padding: 22px;
  background: #fffefa;
  color: #243d48;
  border: 1px solid #acb6b7;
  box-shadow: 0 5px 24px #243d4826;
}
.analytics-consent[hidden],
#analytics-settings[hidden] {
  display: none;
}
.analytics-consent h2 {
  font: 600 19px/1.4 sans-serif;
  margin: 0 0 10px;
}
.analytics-consent p {
  font: 14px/1.7 sans-serif;
  margin: 0 0 16px;
}
.analytics-consent a {
  text-decoration: underline;
}
.analytics-consent > div {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.analytics-consent button,
#analytics-settings {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #53696f;
  background: #fffefa;
  color: #243d48;
  cursor: pointer;
  font: 14px/1.4 sans-serif;
}
.analytics-consent button {
  flex: 1;
}
.analytics-consent button:focus-visible,
#analytics-settings:focus-visible {
  outline: 3px solid #b9533c;
  outline-offset: 3px;
}

/* 常に使える無料申込と、写真を先に見せるモバイル表示。 */
html {
  scroll-padding-top: 90px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: auto;
  display: block;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 28px;
}
.site-header .language-switch {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0;
}
.site-header .header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  white-space: nowrap;
  color: var(--red);
  border-color: var(--red);
  font-weight: 600;
}
@media (max-width: 800px) {
  .header-inner {
    min-height: 66px;
    gap: 12px;
  }
  .site-header .brand {
    font-size: 21px;
    gap: 7px;
  }
  .site-header .brand-mark {
    width: 29px;
    height: 34px;
    font-size: 23px;
  }
  .site-header .brand-sub {
    font-size: 7px;
    letter-spacing: 3px;
    margin-top: 5px;
  }
  .site-header .language-picker select {
    min-width: 108px;
    width: 108px;
    padding: 9px 22px 9px 27px;
    font-size: 12px;
  }
  .site-header .language-icon {
    width: 15px;
    left: 7px;
  }
  .site-header .language-chevron {
    width: 12px;
    right: 6px;
  }
  .site-header .header-cta {
    font-size: 12px;
  }
  .site-header .header-cta span {
    margin-left: 5px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    gap: 28px;
  }
  .hero-image {
    order: -1;
    width: 100%;
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .hero-image .hero-photo-frame {
    height: clamp(300px, 52svh, 520px);
    flex: none;
  }
  .hero-image .album-controls {
    position: static;
    padding: 8px 0;
    flex-wrap: wrap;
  }
  .hero-image figcaption {
    position: static;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 6px 0;
    background: transparent;
    box-shadow: none;
    border: 0;
  }
  .hero-image figcaption > span:first-child {
    display: none;
  }
  .hero-image figcaption > span:last-child {
    font-size: 16px;
    line-height: 1.4;
  }
  .hero-image figcaption br {
    display: none;
  }
  .hero-image .vertical-note {
    display: none;
  }
  .hero-copy {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .header-inner {
    width: calc(100% - 24px);
    gap: 8px;
  }
  .site-header .brand {
    font-size: 18px;
  }
  .site-header .brand-mark {
    width: 25px;
  }
  .site-header .header-cta {
    font-size: 11px;
  }
  .site-header .header-cta span {
    display: none;
  }
  .site-header .language-picker select {
    width: 102px;
    min-width: 102px;
  }
}

/* プライバシー案内などの文章ページ */
.legal-page {
  max-width: 720px;
}
.legal-page h1 {
  margin: 8px 0 16px;
}
.legal-page .legal-intro {
  font-size: 1.05em;
  margin-bottom: 32px;
}
.legal-page section {
  margin-bottom: 28px;
}
.legal-page h2 {
  font-size: 1.15em;
  margin-bottom: 8px;
}
.legal-page ul {
  padding-left: 1.2em;
  margin: 0 0 12px;
}
.legal-page li {
  margin-bottom: 6px;
}
.legal-page .legal-back {
  margin-top: 40px;
}
