:root {
  --g: #123e30;
  --gold: #d9b66d;
  --paper: #f8f4e9;
  --ink: #27382d;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

body {
  margin: 0px;
  background: rgb(228, 228, 223);
  color: var(--ink);
  font-family: Meiryo, "Yu Gothic", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.8;
}

.page {
  max-width: 480px;
  margin: auto;
  background: var(--paper);
}

h1, h2, h3, p, figure {
  margin: 0px;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

h2 {
  font-family: "Yu Mincho", serif;
  font-size: 1.85rem;
  line-height: 1.6;
  letter-spacing: -0.035em;
  font-weight: 700;
  margin-bottom: 22px;
}

h3 {
  font-size: 1.125rem;
  line-height: 1.65;
}

p + p {
  margin-top: 12px;
}

section {
  padding: 38px 24px;
}

.eyebrow {
  font-weight: 700;
  margin-bottom: 12px;
}

.note {
  font-size: 1rem;
  line-height: 1.8;
}

.wide {
  margin: 22px 0px;
  aspect-ratio: 1.65 / 1;
  object-fit: cover;
}

.dark {
  background: rgb(41, 43, 38);
  color: rgb(252, 248, 236);
}

.green {
  background: var(--g);
  color: rgb(255, 249, 238);
}

.brand {
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  letter-spacing: -0.03em;
}

.brand small {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}

.hero {
  padding: 0px;
}

.button {
  display: block;
  padding: 15px 10px;
  text-align: center;
  background: rgb(239, 180, 81);
  border: 1px solid rgb(241, 199, 121);
  color: rgb(36, 53, 42);
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 4px;
  min-height: 54px;
}

.checklist {
  list-style: none;
  padding: 0px;
  margin: 12px 0px 0px;
}

.checklist li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 10px 0px;
  font-size: 1rem;
}

.checklist li::before {
  content: "✓";
  color: var(--gold);
  margin-right: 8px;
}

.bulk .wide {
  aspect-ratio: 1.7 / 1;
}

.items .wide {
  aspect-ratio: 1.35 / 1;
  border: 1px solid rgb(188, 156, 88);
  object-fit: cover;
}

.item-list {
  list-style: none;
  margin: 0px 0px 18px;
}

.text-link {
  display: inline-block;
  margin-top: 14px;
  text-underline-offset: 5px;
  font-size: 1rem;
}

.situation {
  background: rgb(240, 231, 215);
}

.situation h2 {
  line-height: 1.7;
}

.situation .wide {
  aspect-ratio: 1.75 / 1;
}

.cases {
  background: rgb(255, 250, 240);
}

.cases article {
  display: grid;
  align-items: center;
  padding: 18px 0px;
  border-top: 1px solid rgb(208, 195, 166);
}

.cases article img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.cases h3 {
  font-size: 1.06rem;
}

.cases article p {
  margin-top: 6px;
}

.reuse {
  background: rgb(251, 224, 191);
  color: rgb(39, 56, 45);
}

.reuse .wide {
  aspect-ratio: 3 / 1;
  object-fit: contain;
  margin-left: -24px;
  width: calc(100% + 48px);
}

.reuse .note {
  border-top: 1px solid rgba(255, 255, 255, 0.19);
  padding-top: 16px;
  margin-top: 20px;
}

.section-label {
  border: 1px solid rgb(152, 119, 53);
  text-align: center;
  padding: 9px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 22px;
}

.prices {
  background: rgb(238, 232, 217);
}

.prices > h2 {
  text-align: center;
}

.price-card {
  background: rgb(255, 252, 244);
  border: 1px solid rgb(187, 165, 116);
  margin: 16px 0px;
}

.price-card h3 {
  background: var(--g);
  color: rgb(255, 255, 255);
  padding: 12px 10px;
  text-align: center;
}

.price-body {
  padding: 12px 10px 18px;
  text-align: center;
}

.price-body img {
  width: 66%;
  height: 136px;
  object-fit: contain;
  margin: auto;
}

.price-body p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 5px;
  line-height: 1.25;
  color: var(--g);
}

.price-body strong {
  font: 700 2.85rem / 1.25 Arial, sans-serif;
  letter-spacing: -0.04em;
}

.price-body span {
  font-size: 1.2rem;
  text-align: left;
}

.price-body small {
  display: block;
  font-size: 0.875rem;
}

.guarantee {
  padding: 22px 18px;
  margin: 25px 0px;
  background: rgb(255, 249, 234);
  border: 2px solid rgb(168, 139, 75);
}

.guarantee h3 {
  margin-bottom: 14px;
}

.guarantee p:last-child {
  font-size: 1rem;
}

.cannot {
  font-size: 1rem;
  border-top: 1px solid rgb(185, 171, 142);
  border-bottom: 1px solid rgb(185, 171, 142);
}

.cannot summary {
  padding: 15px 0px;
  font-weight: bold;
  cursor: pointer;
}

.cannot p {
  padding: 0px 0px 16px;
}

.flow .wide {
  aspect-ratio: 2 / 1;
  object-fit: contain;
  margin-left: -16px;
  width: calc(100% + 32px);
}

.flow ol {
  padding: 0px;
  margin: 0px 0px 18px;
  list-style: none;
}

.flow li {
  display: flex;
  gap: 15px;
  padding: 15px 0px;
  border-bottom: 1px solid rgb(209, 197, 168);
}

.flow li > span {
  font: italic 1.75rem / 1.6 Georgia, serif;
  color: rgb(142, 114, 59);
}

.flow li p {
  font-size: 1rem;
}

.trust {
  background: rgb(21, 63, 48);
  border-top: 4px solid rgb(181, 152, 88);
}

.trust-person {
  display: grid;
}

.faq {
  padding: 30px 18px;
  background: rgb(240, 231, 213);
}

.faq-frame {
  border: 1px solid rgb(178, 146, 79);
  padding: 21px 16px;
}

.faq h2 {
  font-size: 1.55rem;
}

.faq details {
  border-top: 1px solid rgb(200, 185, 151);
}

.faq summary {
  line-height: 1.8;
  list-style: none;
  padding: 17px 24px 17px 0px;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}

.faq summary span {
  position: absolute;
  right: 0px;
  top: 17px;
  color: rgb(132, 100, 39);
}

.faq details p {
  font-size: 1rem;
  padding-bottom: 18px;
}

.contact {
  background: rgb(255, 240, 220);
}

.free {
  background: rgb(255, 242, 217);
  padding: 10px;
  text-align: center;
  border: 1px solid rgb(209, 170, 116);
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: bold;
}

.contact h2 {
  margin-bottom: 8px;
  font-size: 1.75rem;
}

label {
  display: block;
  font-weight: bold;
  margin: 19px 0px 7px;
}

.badge212 {
  font-size: 0.875rem;
  color: white;
  background: rgb(155, 77, 41);
  padding: 3px 6px;
  margin-left: 6px;
}

.optional212 {
  background: rgb(112, 101, 87);
}

input, select, textarea {
  width: 100%;
  min-width: 0px;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  font-size: 1rem;
  border: 1px solid rgb(184, 155, 121);
  background: rgb(255, 255, 255);
  border-radius: 3px;
  padding: 12px;
  min-height: 52px;
  color: rgb(39, 56, 45);
}

textarea {
  resize: vertical;
}

.field212-help, .contact212-required, .contact212-privacy {
  font-size: 1rem;
}

.contact212-privacy {
  margin-top: 15px;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  min-height: 0px;
  height: 1px;
  opacity: 0;
}

button {
  font-style: inherit;
  font-variant: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  width: 100%;
  padding: 16px 6px;
  margin-top: 22px;
  background: rgb(237, 158, 59);
  color: rgb(40, 47, 33);
  border: 1px solid rgb(212, 138, 43);
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.06rem;
  cursor: pointer;
}

button span {
  display: none;
}

.phone-box {
  background: rgb(246, 203, 151);
  border: 1px solid rgb(215, 174, 124);
  text-align: center;
  padding: 16px 8px;
  margin-top: 24px;
}

.phone-box a {
  display: block;
  text-decoration: none;
  font: 700 1.85rem / 1.6 Arial, sans-serif;
}

.phone-box span {
  display: block;
  font-size: 1rem;
}

.company {
  padding: 32px 22px;
}

.company h2 {
  margin-bottom: 16px;
}

.company dl {
  margin: 13px 0px;
}

.company dl > div {
  display: grid;
  grid-template-columns: 88px minmax(0px, 1fr);
  gap: 10px;
  font-size: 1rem;
  padding: 9px 0px;
  border-bottom: 1px solid rgb(215, 206, 186);
}

.company dt {
  font-weight: bold;
}

.company dd {
  margin: 0px;
}

.company .note {
  font-size: 1rem;
  margin: 16px 0px;
}

.map {
  position: relative;
  margin-top: 22px;
}

.map-credit {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.94);
  font: 12px / 1.5 Arial, sans-serif;
  padding: 1px 3px;
}

.map-button {
  display: block;
  padding: 12px 4px;
  margin-top: 8px;
  border: 1px solid rgb(158, 138, 93);
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  min-height: 48px;
}

footer {
  background: var(--g);
  color: rgb(255, 255, 255);
  padding: 22px 18px 105px;
  text-align: center;
  font-size: 0.875rem;
}

footer a {
  display: inline-block;
  margin: 5px 8px;
}

footer p {
  margin-top: 12px;
}

.fixed {
  position: fixed;
  z-index: 10;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 7px;
  background: rgb(255, 252, 245);
  padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
  border-top: 1px solid rgb(180, 164, 129);
  box-shadow: rgba(0, 0, 0, 0.067) 0px -3px 12px;
}

.fixed a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 4px;
  background: var(--g);
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 3px;
}

.fixed a:last-child {
  background: rgb(237, 178, 86);
  color: rgb(37, 52, 40);
}

.hide-fixed .fixed {
  visibility: hidden;
}

a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, button:focus-visible, select:focus-visible {
  outline: rgb(37, 143, 201) solid 3px;
  outline-offset: 3px;
}

@media (max-width: 360px) {
section {
  padding-left: 19px;
  padding-right: 19px;
}
}

@media (max-width: 360px) {
h2 {
  font-size: 1.6rem;
}
}

@media (max-width: 360px) {
.brand {
  font-size: 1.4rem;
}
}

@media (max-width: 360px) {
.company dl > div {
  grid-template-columns: 78px minmax(0px, 1fr);
  gap: 6px;
}
}

@media (max-width: 360px) {
.fixed a {
  font-size: 0.94rem;
}
}

@media (max-width: 360px) {
.reuse .wide {
  margin-left: -19px;
  width: calc(100% + 38px);
}
}

@media (prefers-reduced-motion: reduce) {
html {
  scroll-behavior: auto;
}
}

.top-area * {
  box-sizing: border-box;
}

.top-area h1, .top-area p {
  margin: 0px;
}

.top-area header {
  height: 88px;
  background: rgb(21, 63, 48);
  color: rgb(255, 248, 228);
  border-bottom: 2px solid rgb(184, 155, 98);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
}

.top-area .brand small {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  color: rgb(238, 212, 151);
}

.top-area .brand > span {
  display: block;
  font: 700 29px / 1.5 "Yu Mincho", serif;
  letter-spacing: 0.055em;
}

.top-area .area {
  font-size: 12px;
  white-space: nowrap;
  margin-left: 8px;
}

.top-area .hero {
  position: relative;
  overflow: hidden;
  background: rgb(27, 56, 41);
}

.top-area .background {
  position: absolute;
  inset: 0px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.top-area .shade {
  position: absolute;
  inset: 0px;
  background: linear-gradient(rgba(12, 36, 28, 0.96) 5%, rgba(11, 40, 25, 0.753) 40%, rgba(12, 39, 24, 0.15) 85%), linear-gradient(90deg, rgba(12, 36, 28, 0.396), transparent);
}

.top-area .headline {
  position: relative;
  z-index: 2;
  padding: 19px 22px 0px;
}

.top-area .service {
  color: rgb(255, 249, 232);
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: -0.035em;
  display: block;
  border-bottom: 1px solid rgb(187, 160, 104);
  padding-bottom: 12px;
}

.top-area h1 {
  font-family: "Yu Mincho", serif;
  font-size: 34px;
  font-weight: 600;
}

.top-area h1 strong {
  font-size: 53px;
  font-weight: 700;
  color: rgb(241, 204, 123);
  letter-spacing: -0.055em;
  line-height: 1.5;
  white-space: nowrap;
}

.top-area .person {
  position: absolute;
  bottom: -12px;
  width: 291px;
  height: auto;
  z-index: 1;
}

.top-area .caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(22, 62, 48, 0.93);
  text-align: center;
  color: rgb(255, 246, 223);
  z-index: 3;
}

.top-area .top-trust {
  background: rgb(21, 63, 48);
  color: rgb(242, 223, 174);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(215, 189, 121, 0.173);
}

.top-area .top-trust span + span {
  border-left: 1px solid rgb(181, 153, 88);
  padding-left: 10px;
}

.top-area .button {
  background: rgb(236, 180, 87);
  color: rgb(21, 62, 45);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 12px 5px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid rgb(206, 156, 71);
  border-radius: 3px;
}

.top-area a:focus-visible {
  outline: rgb(23, 140, 197) solid 3px;
  outline-offset: 3px;
}

@media (max-width: 360px) {
.top-area header {
  padding: 13px 15px;
}
}

@media (max-width: 360px) {
.top-area .brand > span {
  font-size: 25px;
}
}

@media (max-width: 360px) {
.top-area .area {
  font-size: 11px;
}
}

@media (max-width: 360px) {
.top-area .headline {
  padding-left: 17px;
  padding-right: 17px;
}
}

@media (max-width: 360px) {
.top-area .service {
  font-size: 17px;
}
}

@media (max-width: 360px) {
.top-area h1 {
  font-size: 29px;
}
}

@media (max-width: 360px) {
.top-area h1 strong {
  font-size: 45px;
}
}

@media (max-width: 360px) {
.top-area .person {
  width: 263px;
}
}

@media (max-width: 360px) {
.top-area .caption {
  font-size: 11px;
}
}

@media (max-width: 360px) {
.top-area .top-trust {
  font-size: 11px;
  gap: 7px;
}
}

.top-area h1 {
  display: table;
  width: max-content;
  max-width: 100%;
  padding: 16px;
  border: 1px solid rgb(200, 162, 87);
  background: rgba(255, 247, 226, 0.89);
  color: rgb(21, 62, 46);
  line-height: 1;
  letter-spacing: 0px;
}

.top-area .ink-line {
  display: block;
  position: relative;
}

.top-area .ink-line + .ink-line {
  margin-top: 13px;
}

.top-area .ink-text {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0px;
}

.top-area .big .ink-text {
  font-weight: 700;
  color: rgb(128, 93, 29);
}

.top-area .baseline {
  display: inline-block;
  width: 0px;
  height: 0px;
  vertical-align: baseline;
}

.top-area .service {
  margin-bottom: 15px;
}

.top-area .phone-card a {
  color: rgb(23, 62, 48);
}

.top-area .phone-card p {
  line-height: 1.8;
}

.top-area .cta .button {
  min-height: 60px;
}

.top-area .cta > p {
  letter-spacing: -0.025em;
}

@media (max-width: 360px) {
.top-area .phone-card a {
  font-size: 28px;
}
}

.top-area {
  font: 16px / 1.8 Meiryo, "Yu Gothic", sans-serif;
  background: rgb(255, 249, 237);
  color: rgb(22, 63, 48);
}

.top-area .hero {
  padding: 0px;
}

.top-area .brand {
  color: inherit;
}

.top-area .headline h1 {
  margin: 0px;
  text-align: left;
}

.top-area .ink-text {
  font-size: 34px;
}

.top-area .big .ink-text {
  font-size: 53px;
}

.top-area .cta {
  padding: 22px 24px 26px;
  background: rgb(18, 62, 48);
  color: rgb(255, 255, 255);
  text-align: center;
}

.top-area .cta > p {
  font-size: 16px;
  margin-bottom: 14px;
}

.top-area .cta .button {
  font-size: 20px;
}

.top-area .phone-card {
  border-radius: 12px;
  background: rgb(255, 255, 255);
  padding: 16px 8px;
  margin-top: 18px;
  color: rgb(23, 62, 48);
}

.top-area .phone-card a {
  font: 700 30px / 1.45 Arial, sans-serif;
  display: block;
  text-decoration: none;
}

.top-area .phone-card p {
  font-size: 14px;
  margin-top: 4px;
}

.top-area .hero .service {
  text-align: center;
}

.page h2, .page h3, .eyebrow, .section-label, .cannot summary {
  text-align: center;
}

.page h2 {
  font-size: 23px;
  line-height: 1.6;
  letter-spacing: -0.055em;
}

.page h3 {
  font-size: 17px;
  letter-spacing: -0.045em;
}

.eyebrow {
  font-size: 16px;
  letter-spacing: -0.04em;
}

.bulk > p:last-child, .situation > p:last-child, .reuse > p:not(.eyebrow):not(.note), .flow > .note {
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.04em;
}

.reuse .note {
  border-color: rgb(189, 155, 113);
}

.cases article {
  grid-template-columns: 90px minmax(0px, 1fr);
  gap: 16px;
}

.cases article h3 {
  font-size: 17px;
}

.cases article p {
  font-size: 16px;
}

.flow li > div {
  flex: 1 1 0%;
  min-width: 0px;
  text-align: left;
}

.flow li h3 {
  font-size: 17px;
  text-align: left;
}

.price-card h3 {
  font-size: 17px;
}

.trust-message {
  text-align: center;
  margin-bottom: 24px;
}

.trust-message p {
  line-height: 1.8;
}

.trust-person h3 {
  font-size: 17px;
}

.trust-description {
  font-size: 16px;
  line-height: 1.85;
  margin-top: 24px;
  text-align: center;
}

.contact > p, .contact .contact212-required {
  text-align: center;
}

.contact .phone-box {
  background: rgb(255, 225, 188);
}

.contact button {
  background: rgb(237, 158, 59);
}

.faq summary {
  font-size: 16px;
}

.company h2 {
  font-size: 23px;
}

.company h3 {
  font-size: 18px;
}

@media (max-width: 360px) {
.top-area .ink-text {
  font-size: 29px;
}
}

@media (max-width: 360px) {
.top-area .big .ink-text {
  font-size: 45px;
}
}

@media (max-width: 360px) {
.page h2 {
  font-size: 21px;
}
}

@media (max-width: 360px) {
.page h3 {
  font-size: 16px;
}
}

@media (max-width: 360px) {
.eyebrow {
  font-size: 15px;
}
}

@media (max-width: 360px) {
.trust-person h3 {
  font-size: 16px;
}
}

@media (max-width: 360px) {
.trust-message p {
  font-size: 17px;
}
}

@media (max-width: 360px) {
.guarantee h3 {
  font-size: 18px;
}
}

@media (max-width: 360px) {
.bulk > p:last-child, .situation > p:last-child, .reuse > p:not(.eyebrow):not(.note), .flow > .note {
  font-size: 16px;
}
}

@media (max-width: 360px) {
.top-area .cta {
  padding-left: 18px;
  padding-right: 18px;
}
}

@media (max-width: 360px) {
.top-area .cta > p {
  font-size: 15px;
}
}

@media (max-width: 360px) {
.price-card h3 {
  font-size: 16px;
}
}

.item-list {
  display: block;
  border: 1px solid rgb(196, 163, 96);
  padding: 18px 14px;
  text-align: center;
  font-size: 17px;
  line-height: 2;
  background: rgb(33, 75, 56);
}

.item-list span {
  display: inline;
  white-space: nowrap;
}

.bulk h2, .situation h2, .cases h2, .reuse h2 {
  font-size: 21px;
}

.situation > p:last-child, .reuse > p:not(.eyebrow):not(.note) {
  text-align: center;
  text-wrap: pretty;
}

.trust-person figure {
  margin: 0px;
}

.trust-person img {
  width: 116px;
}

.trust-person figcaption {
  text-align: center;
  font-size: 14px;
  color: rgb(229, 201, 140);
  line-height: 1.6;
  margin-top: 8px;
}

.contact form {
  margin-top: 8px;
}

.contact .contact212-required {
  margin: 0px 0px 18px;
}

.company {
  background: rgb(255, 255, 255);
}

@media (max-width: 360px) {
.cases article {
  grid-template-columns: 75px minmax(0px, 1fr);
  gap: 12px;
}
}

@media (max-width: 360px) {
.bulk h2, .situation h2, .cases h2, .reuse h2 {
  font-size: 20px;
}
}

@media (max-width: 360px) {
.trust-person {
  gap: 12px;
}
}

@media (max-width: 360px) {
.trust-person img {
  width: 98px;
}
}

@media (max-width: 360px) {
.item-list {
  font-size: 16px;
}
}

@media (max-width: 360px) {
.flow li h3 {
  font-size: 17px;
}
}

.trust {
  padding-left: 14px;
  padding-right: 14px;
}

.trust-message p {
  white-space: nowrap;
  font-size: clamp(13px, 3.85vw, 18px);
  letter-spacing: -0.045em;
}

.trust-person {
  width: 290px;
  max-width: 100%;
  margin: 0px auto;
  grid-template-columns: 116px minmax(0px, 1fr);
  gap: 0px 24px;
  align-items: center;
}

.trust-person figure {
  display: contents;
}

.trust-person figure img {
  grid-area: 1 / 1;
  width: 116px;
}

.trust-person figure figcaption {
  grid-area: 2 / 1;
  margin-top: 8px;
}

.trust-person > div {
  grid-area: 1 / 2;
}

.trust-person h3 {
  white-space: nowrap;
  margin: 8px 0px;
}

.bulk h2 {
  font-size: clamp(17px, 4.9vw, 21px);
}

.guarantee h3 {
  font-size: 17px;
}

.items h2 {
  font-size: clamp(19px, 5.6vw, 23px);
}

@media (max-width: 360px) {
.trust-person {
  width: 270px;
  grid-template-columns: 106px minmax(0px, 1fr);
  column-gap: 18px;
}
}

@media (max-width: 360px) {
.trust-person figure img {
  width: 106px;
}
}

.top-area .hero {
  height: 541.8px;
}

.top-area .background {
  height: 602px;
  bottom: auto;
}

.top-area .person {
  right: -44px;
}

.selected-copy {
  position: absolute;
  z-index: 2;
  border-left: 2px solid rgb(233, 199, 128);
  text-align: left;
  color: rgb(245, 212, 150);
}

.selected-copy strong {
  display: block;
  white-space: nowrap;
}

@media (max-width: 360px) {
.selected-copy {
  padding-left: 8px;
}
}

@media (max-width: 360px) {
.top-area .person {
  right: -48px;
}
}

.selected-copy strong {
  font-family: "Yu Mincho", serif;
  font-weight: 900;
  letter-spacing: -0.035em;
  -webkit-text-stroke: 0.65px currentcolor;
}

.selected-copy {
  left: 22px;
  border: 0px;
  padding: 0px;
}

.copy-guidance {
  border-left: 2px solid rgb(233, 199, 128);
  padding: 5px 0px 5px 10px;
  color: rgb(255, 249, 233);
  font-family: Meiryo, "Yu Gothic", sans-serif;
  font-weight: 600;
  line-height: 1.9;
}

.copy-guidance span {
  display: block;
  white-space: nowrap;
  letter-spacing: -0.04em;
}

.selected-copy strong {
  line-height: 1.55;
}

@media (max-width: 360px) {
.selected-copy {
  left: 17px;
}
}

.selected-copy {
  top: 236px;
}

.selected-copy strong {
  font-size: 26px;
}

.copy-guidance {
  margin-top: 24px;
}

.copy-guidance span {
  font-size: 16px;
}

.copy-guidance span:first-child {
  font-size: 20px;
}

.top-area .caption {
  font-size: 16px;
  line-height: 1.6;
  padding: 10px 6px;
  text-wrap: balance;
}

.top-area .top-trust {
  font-size: 16px;
  line-height: 1.7;
  flex-wrap: wrap;
  gap: 4px 12px;
  padding: 12px 8px;
}

.top-area .top-trust span:first-child, .trust > h2, .pc-accent {
  color: rgb(237, 198, 129);
}

.top-area .top-trust span {
  white-space: nowrap;
}

@media (max-width: 360px) {
.top-area .caption, .top-area .top-trust {
  font-size: 15px;
}
}

@media (max-width: 360px) {
.top-area .top-trust span + span {
  border-left: 0px;
  padding-left: 0px;
}
}

@media (max-width: 360px) {
.selected-copy strong {
  font-size: 23px;
}
}

@media (max-width: 360px) {
.copy-guidance span {
  font-size: 14px;
}
}

@media (max-width: 360px) {
.copy-guidance span:first-child {
  font-size: 18px;
}
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #b4781b; outline-offset: 4px; }
.fixed { padding-bottom: max(7px, env(safe-area-inset-bottom)); }
