:root {
  --navy: #092249;
  --navy-soft: #19365e;
  --gold: #b98a18;
  --ivory: #fbfaf6;
  --cream: #f4f0e7;
  --green: #19a843;
  --ink: #17243a;
  --muted: #637086;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
body.admin-bar .siteHeader { margin-top: 32px; }
a { color: inherit; text-decoration: none; }

.siteHeader {
  width: min(1440px, calc(100% - 72px));
  min-height: 96px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 38px;
}
.brand { display: flex; align-items: center; gap: 20px; color: var(--navy); white-space: nowrap; }
.brand > span { font-family: Georgia, "Times New Roman", serif; font-size: 32px; letter-spacing: .08em; }
.brand small { padding-left: 20px; border-left: 1px solid #c8c9c5; font-size: 13px; font-weight: 700; letter-spacing: .06em; }
nav { display: flex; justify-content: flex-end; gap: clamp(20px, 2.5vw, 44px); font-size: 14px; font-weight: 700; color: var(--navy); }
nav a { padding: 12px 0; border-bottom: 1px solid transparent; }
nav a:hover { border-color: var(--gold); }

.lineButton, .secondaryButton {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}
.lineButton { background: var(--green); color: #fff; box-shadow: 0 10px 24px rgba(25,168,67,.18); }
.lineButton:hover, .secondaryButton:hover { transform: translateY(-2px); }
.lineButtonHeader { min-height: 50px; background: transparent; color: var(--green); border: 1.5px solid var(--green); box-shadow: none; padding: 0 21px; }
.lineMark { display: inline-grid; place-items: center; min-width: 34px; height: 24px; padding: 0 5px; background: #fff; color: var(--green); border-radius: 8px; font-size: 9px; font-weight: 900; }
.secondaryButton { border: 1.5px solid var(--navy); color: var(--navy); }
.secondaryButton span { font-size: 22px; margin-left: 10px; }

.hero {
  width: min(1440px, calc(100% - 72px));
  min-height: 620px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 20px 70px rgba(25,39,62,.08);
}
.heroCopy { z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: 60px clamp(32px, 5vw, 82px); background: linear-gradient(90deg, #fff 80%, rgba(255,255,255,.78)); }
.eyebrow { margin: 0 0 24px; color: var(--gold); font: 700 12px/1 Georgia, serif; letter-spacing: .22em; }
.hero h1 { margin: 0; color: var(--navy); font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif; font-size: clamp(42px, 3.6vw, 56px); font-weight: 500; line-height: 1.4; letter-spacing: .03em; }
.hero h1 em { color: var(--gold); font-style: normal; }
.heroLead { margin: 30px 0 0; color: var(--navy-soft); font-size: 17px; font-weight: 600; line-height: 2; }
.heroActions { display: flex; gap: 14px; margin-top: 34px; }
.microCopy { margin: 15px 0 0; color: var(--muted); font-size: 12px; }
.heroVisual { position: relative; min-width: 0; overflow: hidden; }
.heroVisual:before { position: absolute; z-index: 1; inset: 0 auto 0 0; width: 22%; content: ""; background: linear-gradient(90deg, white, transparent); }
.heroVisual img { width: 100%; height: 100%; object-fit: cover; }
.heroStamp { position: absolute; z-index: 2; right: 26px; bottom: 26px; display: flex; flex-direction: column; gap: 3px; padding: 16px 20px; background: rgba(255,255,255,.94); border-left: 3px solid var(--gold); box-shadow: 0 10px 30px rgba(7,34,73,.12); }
.heroStamp b { color: var(--navy); font-size: 14px; }
.heroStamp span { color: var(--muted); font-size: 11px; }

.trustBar {
  position: relative;
  z-index: 3;
  width: min(1320px, calc(100% - 112px));
  margin: -36px auto 70px;
  padding: 28px 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255,255,255,.97);
  border: 1px solid #ece8df;
  border-radius: 12px;
  box-shadow: 0 16px 50px rgba(25,39,62,.1);
}
.trustBar > div { display: flex; align-items: center; gap: 18px; padding: 0 28px; border-right: 1px solid #e7e3da; }
.trustBar > div:last-child { border-right: 0; }
.trustBar strong { color: var(--gold); font: 400 28px/1 Georgia, serif; }
.trustBar span { display: flex; flex-direction: column; gap: 6px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.trustBar b { color: var(--navy); font-size: 14px; }
.mobileLine { display: none; }

.section { width: min(1160px, calc(100% - 72px)); margin: 0 auto; padding: 110px 0; }
.section.narrow { width: min(1060px, calc(100% - 72px)); }
.sectionHeading { display: grid; grid-template-columns: 1fr 1.45fr; align-items: end; gap: 16px 70px; margin-bottom: 50px; }
.sectionHeading > p { margin: 0; color: var(--gold); font: 700 12px/1 Georgia, serif; letter-spacing: .22em; }
.sectionHeading h2 { grid-row: span 2; margin: 0; color: var(--navy); font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif; font-size: clamp(34px, 4vw, 52px); font-weight: 500; line-height: 1.55; letter-spacing: .04em; }
.sectionHeading > span { color: var(--muted); font-size: 14px; line-height: 1.9; }
.sectionHeading.centered { display: block; text-align: center; }
.sectionHeading.centered > p { margin-bottom: 20px; }
.sectionHeading.centered h2 { margin-bottom: 15px; }
.sectionHeading.light h2 { color: #fff; }
.sectionHeading.light > span { color: #bac6d7; }

.serviceGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.serviceCard { position: relative; min-height: 490px; padding: 52px; overflow: hidden; background: #fff; border: 1px solid #e6e3dc; border-radius: 8px; }
.serviceCard.featured { background: var(--navy); color: #fff; border-color: var(--navy); }
.cardNumber { position: absolute; top: 25px; right: 35px; color: rgba(185,138,24,.22); font: 400 100px/1 Georgia, serif; }
.cardLabel { position: relative; margin: 0 0 24px; color: var(--gold); font: 700 11px/1 Georgia, serif; letter-spacing: .18em; }
.serviceCard h3 { position: relative; margin: 0 0 24px; color: var(--navy); font-family: "Yu Mincho", Georgia, serif; font-size: 30px; font-weight: 500; }
.serviceCard.featured h3 { color: #fff; }
.serviceCard > p:not(.cardLabel) { position: relative; min-height: 76px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.serviceCard.featured > p:not(.cardLabel) { color: #c4cedc; }
.serviceCard ul { position: relative; padding: 24px 0; margin: 25px 0; list-style: none; border-top: 1px solid #e6e3dc; border-bottom: 1px solid #e6e3dc; }
.serviceCard.featured ul { border-color: rgba(255,255,255,.16); }
.serviceCard li { padding: 6px 0; font-size: 13px; }
.serviceCard li:before { content: "✓"; margin-right: 10px; color: var(--gold); font-weight: 900; }
.serviceCard > a { position: relative; display: flex; justify-content: space-between; color: var(--navy); font-size: 14px; font-weight: 800; }
.serviceCard.featured > a { color: #fff; }

.examples { background: var(--cream); }
.exampleTags { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.exampleTags div { display: flex; align-items: center; gap: 13px; min-height: 76px; padding: 0 20px; background: rgba(255,255,255,.8); border: 1px solid rgba(185,138,24,.13); color: var(--navy); font-size: 13px; font-weight: 700; }
.exampleTags span { color: var(--gold); font: 400 14px/1 Georgia, serif; }
.exampleNote { margin: 22px 0 0; text-align: center; color: var(--muted); font-size: 11px; }

.caseGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 18px; }
.caseGrid article { padding: 0 0 22px; border-bottom: 1px solid #dedad1; }
.casePlaceholder { position: relative; aspect-ratio: 4 / 3; margin-bottom: 20px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #e9e3d7, #f7f4ed); color: #a39b8d; font: 700 10px/1 Georgia, serif; letter-spacing: .2em; }
.casePlaceholder:before { width: 44%; aspect-ratio: 1; content: ""; border: 1px solid rgba(185,138,24,.25); border-radius: 50%; }
.casePlaceholder span { position: absolute; }
.casePlaceholder b { position: absolute; right: 16px; bottom: 14px; color: var(--gold); font: 400 22px/1 Georgia, serif; }
.casePlaceholder.hasImage:before { display: none; }
.casePlaceholder.hasImage img { width: 100%; height: 100%; object-fit: cover; }
.casePlaceholder.hasImage b { padding: 7px 9px; background: rgba(255,255,255,.9); }
.caseGrid h3 { margin: 0 0 8px; color: var(--navy); font: 500 18px/1.5 "Yu Mincho", Georgia, serif; }
.caseGrid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.voicesSection { background: var(--navy); }
.voiceGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.voiceGrid article { min-height: 260px; padding: 34px 30px; display: flex; flex-direction: column; background: #fff; border-top: 3px solid var(--gold); }
.voiceGrid .stars { color: var(--gold); font-size: 13px; letter-spacing: .18em; }
.voiceGrid p { flex: 1; margin: 25px 0; color: var(--navy); font-family: "Yu Mincho", Georgia, serif; font-size: 15px; line-height: 2; }
.voiceGrid span { padding-top: 16px; border-top: 1px solid #e8e4dc; color: var(--muted); font-size: 10px; }

.priceType { margin-top: 30px; padding: 34px; background: #f4f1ea; border: 1px solid #e2ded5; }
.priceTypeHeading { display: flex; align-items: center; gap: 20px; margin-bottom: 26px; }
.priceTypeHeading > p { margin: 0; color: var(--gold); font: 400 36px/1 Georgia, serif; }
.priceTypeHeading span { color: var(--gold); font: 700 9px/1 Georgia, serif; letter-spacing: .18em; }
.priceTypeHeading h3 { margin: 7px 0 0; color: var(--navy); font: 500 23px/1.3 "Yu Mincho", Georgia, serif; }
.priceLayout { display: grid; grid-template-columns: 1.35fr .85fr; gap: 24px; }
.priceCards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.priceCards article { padding: 36px 30px; background: #fff; border: 1px solid #e5e1d8; border-top: 3px solid var(--gold); }
.priceCards p { margin: 0 0 12px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.priceCards h3 { margin: 0; color: var(--navy); font-size: 18px; }
.priceCards article > div { margin-top: 36px; display: flex; align-items: baseline; justify-content: space-between; color: var(--navy); }
.priceCards strong { font-size: 13px; }
.priceCards b { font: 400 60px/1 Georgia, serif; }
.priceCards small { margin-left: 4px; font-size: 18px; }
.priceNotes { padding: 34px; background: var(--navy); color: #fff; }
.priceNotes h3 { margin: 0 0 23px; font: 500 20px/1.5 "Yu Mincho", Georgia, serif; }
.priceNotes dl { margin: 0; }
.priceNotes dl > div { display: grid; grid-template-columns: 1fr 1.3fr; gap: 10px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 11px; }
.priceNotes dt { font-weight: 800; color: #fff; }
.priceNotes dd { margin: 0; color: #bfc9d8; }
.priceNotes > p { margin: 22px 0 0; color: #bfc9d8; font-size: 10px; line-height: 1.8; }
.storePriceFormula { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.storePriceFormula article { min-height: 170px; padding: 34px; display: flex; flex-direction: column; justify-content: center; background: #fff; border-top: 3px solid var(--gold); }
.storePriceFormula article > span { color: var(--muted); font-size: 12px; }
.storePriceFormula article > b { margin-top: 18px; color: var(--navy); font: 400 54px/1 Georgia, serif; }
.storePriceFormula article small { font-size: 16px; }
.storePriceFormula > strong { color: var(--gold); font: 300 36px/1 Georgia, serif; }
.priceFinePrint { margin: 22px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 10px; line-height: 1.8; }
.priceFinePrint li:before { content: "※"; margin-right: 7px; color: var(--gold); }
.quoteBreakdown { margin-top: 24px; grid-template-columns: 1fr 1fr; }
.quoteNote { margin: 0; padding: 34px; display: flex; align-items: center; background: #fff; border: 1px solid #e2ded5; color: var(--muted); font-size: 12px; line-height: 2; }
.priceCta { margin-top: 18px; padding: 24px 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #f1eee7; }
.priceCta p { display: flex; flex-direction: column; gap: 5px; margin: 0; }
.priceCta b { color: var(--navy); font-size: 14px; }
.priceCta p span { color: var(--muted); font-size: 11px; }
.priceCta .lineButton { min-height: 52px; white-space: nowrap; }
.priceCta .quoteButtons { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.priceCta .quoteButtons .secondaryButton { min-height: 52px; white-space: nowrap; }

.flowSection { background: var(--navy); }
.flowList { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; padding: 0; margin: 0; list-style: none; }
.flowList li { position: relative; min-height: 240px; padding: 30px 24px; border-left: 1px solid rgba(255,255,255,.15); }
.flowList li:last-child { border-right: 1px solid rgba(255,255,255,.15); }
.flowList li:after { position: absolute; z-index: 1; top: 46px; right: -6px; width: 11px; height: 11px; content: ""; background: var(--gold); border-radius: 50%; }
.flowList li:last-child:after { display: none; }
.flowList strong { display: block; margin-bottom: 48px; color: var(--gold); font: 400 25px/1 Georgia, serif; }
.flowList p { margin: 0 0 15px; color: #fff; font-size: 15px; font-weight: 800; }
.flowList span { color: #b8c3d3; font-size: 11px; line-height: 1.8; }

.faqSection { max-width: 920px; }
.faqList { border-top: 1px solid #dcd8cf; }
.faqList details { border-bottom: 1px solid #dcd8cf; }
.faqList summary { display: flex; align-items: center; gap: 22px; padding: 25px 4px; color: var(--navy); font-size: 15px; font-weight: 800; cursor: pointer; list-style: none; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary:after { margin-left: auto; content: "+"; color: var(--gold); font: 400 28px/1 Georgia, serif; }
.faqList details[open] summary:after { content: "−"; }
.faqList summary span { color: var(--gold); font: 400 24px/1 Georgia, serif; }
.faqList details > p { margin: -3px 0 0; padding: 0 54px 28px; color: var(--muted); font-size: 13px; line-height: 1.9; }

.guideSection { background: var(--cream); }
.noticeGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.noticeGrid article { min-height: 190px; padding: 30px; background: rgba(255,255,255,.86); border: 1px solid #e6e0d5; }
.noticeGrid article > span { color: var(--gold); font: 400 16px/1 Georgia, serif; }
.noticeGrid h3 { margin: 22px 0 10px; color: var(--navy); font: 500 17px/1.6 "Yu Mincho", Georgia, serif; }
.noticeGrid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.prohibited { margin-top: 20px; padding: 45px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 25px 55px; background: #fff; border-left: 4px solid var(--gold); }
.prohibited > div > p { margin: 0 0 12px; color: var(--gold); font: 700 10px/1 Georgia, serif; letter-spacing: .18em; }
.prohibited h3 { margin: 0 0 14px; color: var(--navy); font: 500 27px/1.5 "Yu Mincho", Georgia, serif; }
.prohibited > div > span { color: var(--muted); font-size: 11px; line-height: 1.8; }
.prohibited ul { margin: 0; padding: 0; list-style: none; columns: 2; column-gap: 25px; }
.prohibited li { break-inside: avoid; margin-bottom: 10px; padding-left: 17px; position: relative; color: var(--navy); font-size: 11px; line-height: 1.7; }
.prohibited li:before { position: absolute; left: 0; content: "×"; color: #9d3f35; font-weight: 800; }
.prohibitedNote { grid-column: 1 / -1; margin: 0; padding-top: 20px; border-top: 1px solid #e7e1d8; color: var(--muted); font-size: 10px; line-height: 1.8; }

.finalCta { padding: 100px 24px; text-align: center; background: linear-gradient(rgba(244,240,231,.91), rgba(244,240,231,.91)), url("/images/hero-thailand-parcel.png") center/cover; }
.finalCta h2 { margin: 0; color: var(--navy); font: 500 clamp(34px, 4.3vw, 56px)/1.5 "Yu Mincho", Georgia, serif; }
.finalCta > p:not(.eyebrow) { margin: 18px 0 30px; color: var(--muted); font-size: 13px; }
.finalCta > div { display: flex; justify-content: center; gap: 14px; }
footer { padding: 55px max(36px, calc((100% - 1160px)/2)); display: grid; grid-template-columns: 1fr auto; gap: 28px; background: #071b39; color: #fff; }
.footerBrand { display: flex; align-items: center; gap: 20px; }
.footerBrand span { font: 400 28px/1 Georgia, serif; letter-spacing: .08em; }
.footerBrand small { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.3); color: #aeb9c9; }
.footerLinks { display: flex; gap: 26px; align-items: center; font-size: 11px; }
footer > p { grid-column: 1 / -1; margin: 20px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #8190a6; font-size: 9px; }

@media (max-width: 1050px) {
  .siteHeader { width: calc(100% - 40px); grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { width: calc(100% - 40px); grid-template-columns: 52% 48%; }
  .heroCopy { padding: 50px 34px; }
  .heroActions { align-items: stretch; flex-direction: column; }
  .trustBar { width: calc(100% - 70px); }
  .trustBar > div { padding: 0 18px; }
  .flowList { grid-template-columns: repeat(3, 1fr); }
  .flowList li { border: 1px solid rgba(255,255,255,.15); }
  .flowList li:after { display: none; }
  .exampleTags { grid-template-columns: repeat(2, 1fr); }
  .caseGrid { grid-template-columns: repeat(2, 1fr); }
  .voiceGrid { grid-template-columns: 1fr; }
  .priceLayout { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body { padding-bottom: 76px; }
  .siteHeader { width: calc(100% - 32px); min-height: 74px; }
  .brand { gap: 12px; }
  .brand > span { font-size: 26px; }
  .brand small { padding-left: 12px; font-size: 10px; }
  .lineButtonHeader { display: none; }
  .hero { width: 100%; min-height: auto; grid-template-columns: 1fr; border-radius: 0; }
  .heroCopy { order: 2; padding: 38px 24px 48px; background: #fff; }
  .heroVisual { order: 1; height: 340px; }
  .heroVisual:before { inset: auto 0 0; width: auto; height: 25%; background: linear-gradient(0deg, #fff, transparent); }
  .heroStamp { right: 16px; bottom: 16px; }
  .hero h1 { font-size: clamp(38px, 10vw, 48px); }
  .heroLead br { display: none; }
  .heroActions { margin-top: 28px; }
  .trustBar { width: calc(100% - 32px); margin: 22px auto 50px; padding: 8px 22px; grid-template-columns: 1fr; }
  .trustBar > div { padding: 20px 0; border-right: 0; border-bottom: 1px solid #e7e3da; }
  .trustBar > div:last-child { border-bottom: 0; }
  .section, .section.narrow { width: calc(100% - 40px); padding: 76px 0; }
  .sectionHeading { display: block; margin-bottom: 36px; }
  .sectionHeading > p { margin-bottom: 17px; }
  .sectionHeading h2 { margin-bottom: 14px; font-size: 36px; }
  .serviceGrid { grid-template-columns: 1fr; }
  .serviceCard { min-height: auto; padding: 38px 28px; }
  .serviceCard > p:not(.cardLabel) { min-height: auto; }
  .cardNumber { font-size: 76px; }
  .exampleTags { grid-template-columns: 1fr 1fr; gap: 8px; }
  .exampleTags div { min-height: 66px; padding: 0 12px; font-size: 11px; }
  .priceCards { grid-template-columns: 1fr; }
  .priceType { padding: 24px 18px; }
  .storePriceFormula { grid-template-columns: 1fr; gap: 12px; }
  .storePriceFormula > strong { text-align: center; }
  .quoteBreakdown { grid-template-columns: 1fr; }
  .priceCta { align-items: stretch; flex-direction: column; }
  .flowList { grid-template-columns: 1fr; }
  .flowList li { min-height: 0; display: grid; grid-template-columns: 50px 1fr; gap: 8px; padding: 25px 20px; }
  .flowList strong { margin: 0; }
  .faqList summary { align-items: flex-start; font-size: 13px; line-height: 1.6; }
  .faqList details > p { padding-left: 45px; }
  .caseGrid { grid-template-columns: 1fr; }
  .voiceGrid article { min-height: 230px; }
  .noticeGrid { grid-template-columns: 1fr; }
  .prohibited { padding: 30px 22px; grid-template-columns: 1fr; }
  .prohibited ul { columns: 1; }
  .prohibitedNote { grid-column: auto; }
  .finalCta { padding: 76px 22px; }
  .finalCta > div { flex-direction: column; }
  footer { grid-template-columns: 1fr; padding: 46px 24px 100px; }
  .footerLinks { flex-wrap: wrap; gap: 16px 22px; }
  .mobileLine { position: fixed; z-index: 20; right: 0; bottom: 0; left: 0; display: block; padding: 10px 16px; background: rgba(255,255,255,.96); border-top: 1px solid #e2e2e2; }
  .mobileLine a { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 9px; background: var(--green); color: #fff; border-radius: 999px; font-size: 15px; font-weight: 800; }
}

@media screen and (max-width: 782px) {
  body.admin-bar .siteHeader { margin-top: 46px; }
}
