/* LP01 stays a single mobile column on desktop as well. */
body[data-page="for-shop"] {
  margin: 0;
  padding: 0;
  color: #172331;
  background: #fff !important;
  font-family: "Noto Sans JP", system-ui, -apple-system, sans-serif;
}

body[data-page="for-shop"] > .site-header,
body[data-page="for-shop"] > .bottom-nav,
body[data-page="for-shop"] > .site-footer {
  display: none;
}

body[data-page="for-shop"] > main.main.for-shop-lp01 {
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff !important;
  box-shadow: none;
  color: #172331 !important;
}

.for-shop-lp01, .for-shop-lp01 * {
  box-sizing: border-box;
}

.for-shop-lp01 {
  --lp-green: #0b513f;
  --lp-mint: #f4f9f8;
  --lp-ink: #172331;
  --lp-muted: #63716f;
}

.for-shop-lp01 :is(h1,h2,h3,p,figure,dl,dd) {
  margin: 0;
}

body[data-page="for-shop"] .for-shop-lp01 :is(h1,h2,h3) {
  color: var(--lp-ink) !important;
  letter-spacing: .015em;
  font-weight: 800;
}

.for-shop-lp01 h2 {
  font-size: 23px;
  line-height: 1.55;
}

.for-shop-lp01 h3 {
  font-size: 17px;
  line-height: 1.6;
}

.for-shop-lp01 p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--lp-muted);
}

.for-shop-lp01 img {
  display: block;
  max-width: 100%;
}

.for-shop-lp01 a {
  color: var(--lp-green);
  text-underline-offset: 4px;
}

.for-shop-lp01 :is(a,summary,input):focus-visible {
  outline: 3px solid #d68532;
  outline-offset: 5px;
}

.for-shop-lp01 [id] {
  scroll-margin-top: 24px;
}

.for-shop-lp01 .lp01-kicker {
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  color: var(--lp-green);
}

.lp01-brand {
  height: 60px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #e4ebe8;
  background: #12100e;
}

.lp01-brand a {
  display: flex;
  align-items: center;
  width: 200px;
  height: 52px;
  overflow: hidden;
}

.lp01-brand img {
  width: 200px;
  height: auto;
}

.lp01-hero-photo {
  position: relative;
  height: 500px;
  background: #1b2d24;
}

.lp01-hero-photo > picture,
.lp01-hero-photo > picture > img {
  width: 100%;
  height: 100%;
}

.lp01-hero-photo > picture > img {
  display: block;
  object-fit: cover;
  object-position: center top;
}

.for-shop-lp01 .lp01-hero h1:not(.lp01-sr-only) {
  position: absolute;
  inset: 25px 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 800;
}

.lp01-hero h1:not(.lp01-sr-only) span {
  writing-mode: vertical-rl;
  background: #fff;
  padding: 12px 5px;
  letter-spacing: .06em;
  box-shadow: 0 2px 14px #0001;
}

.lp01-hero h1:not(.lp01-sr-only) span + span {
  margin-top: 20px;
}

.lp01-hero-actions {
  position: relative;
  margin-top: -12px;
  border-radius: 16px 16px 0 0;
  padding: 22px 20px 25px;
  display: grid;
  gap: 14px;
  justify-items: center;
  background: #edf5f2;
}

.for-shop-lp01 .lp01-hero-actions p {
  font-size: 11px;
  color: #536960;
  text-align: center;
}

.for-shop-lp01 :is(.lp01-primary-button,.lp01-outline-button) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 12px 15px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: background .15s, box-shadow .15s;
}

.for-shop-lp01 .lp01-primary-button {
  color: #fff;
  background: var(--lp-green);
  box-shadow: 0 7px 16px #0b513f20;
}

.lp01-primary-button small {
  font-size: 10px;
  margin-bottom: 2px;
  font-weight: 500;
}

.lp01-primary-button b {
  margin-left: 12px;
}

.for-shop-lp01 .lp01-outline-button {
  border: 1px solid #b7ccc3;
  color: var(--lp-green);
  background: white;
}

.for-shop-lp01 .lp01-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  font-size: 12px;
  font-weight: 700;
}

.lp01-section {
  padding: 44px 20px;
}

.lp01-section > p:not(.lp01-kicker) {
  margin: 15px 0 20px;
}

.lp01-intro {
  text-align: center;
}

.for-shop-lp01 .lp01-intro h2 {
  font-size: 25px;
}

.lp01-features {
  padding-top: 10px;
}

.lp01-feature {
  margin-top: 28px;
}

.lp01-feature + .lp01-feature {
  margin-top: 40px;
}

.lp01-feature-heading {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 22px 0 12px;
}

.lp01-feature-heading > span {
  color: var(--lp-green);
  font-size: 48px;
  line-height: 1;
  font-weight: 250;
  letter-spacing: -.05em;
}

.for-shop-lp01 .lp01-feature-heading h3 {
  font-size: clamp(15px, 4.2vw, 18px);
  line-height: 1.55;
}

.lp01-stage {
  position: relative;
  height: 286px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 22px 10px 0;
  overflow: hidden;
  border-radius: 12px;
  background-color: #edf5f1;
  background-image: linear-gradient(90deg,#fff7 1px,transparent 1px),linear-gradient(#fff7 1px,transparent 1px);
  background-size: 26px 26px;
}

.lp01-stage figcaption {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  text-align: center;
  color: #5b7067;
  font-size: 9px;
  background: #edf5f1ee;
}

.lp01-phone {
  position: relative;
  width: 152px;
  height: 293px;
  flex-shrink: 0;
  overflow: hidden;
  padding: 8px 5px;
  border: 5px solid #1d2924;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 14px 22px #122c2426;
  text-align: left;
  color: #20382e;
  font-size: 9px;
}

.lp01-phone-status {
  display: flex;
  justify-content: space-between;
  padding: 0 5px 5px;
  font-size: 7px;
}

.lp01-phone-brand {
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  padding: 6px 0 9px;
  border-bottom: 1px solid #e6ebe8;
}

.lp01-stage-pair {
  gap: 13px;
}

.lp01-stage-pair .lp01-phone {
  width: 43%;
  max-width: 150px;
}

.lp01-stage-pair .lp01-phone:first-child {
  margin-top: 13px;
  transform: rotate(-5deg);
}

.lp01-stage-pair .lp01-phone:nth-child(2) {
  transform: rotate(5deg);
}

.lp01-mock-search {
  font-size: 7px;
  padding: 9px 4px;
  background: #f5f8f6;
}

.lp01-map {
  position: relative;
  height: 161px;
  background: repeating-linear-gradient(25deg,transparent 0 25px,#fff 26px 32px,transparent 33px 49px),repeating-linear-gradient(110deg,#e0eee5 0 22px,#fff 23px 29px,#e6eee9 30px 53px);
}

.lp01-map::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 200px;
  background: #b9dbdf;
  transform: rotate(20deg);
  left: 38%;
  top: -15px;
}

.lp01-map i {
  position: absolute;
  width: 15px;
  height: 19px;
  background: var(--lp-green);
  border: 2px solid white;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  top: 28px;
  left: 23px;
  box-shadow: 0 2px 5px #0002;
}

.lp01-map i:nth-child(2) {
  top: 90px;
  left: 60%;
}

.lp01-map i:nth-child(3) {
  top: 15px;
  left: 74%;
}

.lp01-map i:nth-child(4) {
  top: 118px;
  left: 23%;
}

.lp01-map i:nth-child(5) {
  top: 57px;
  left: 48%;
}

.lp01-map > span {
  position: absolute;
  bottom: 7px;
  left: 13%;
  padding: 5px 10px;
  border-radius: 20px;
  background: white;
  font-size: 7px;
}

.lp01-mock-caption {
  padding: 14px 2px;
  font-size: 8px;
  text-align: center;
}

.lp01-mock-photo-wrap {
  position: relative;
}

.lp01-phone .lp01-mock-photo {
  width: 100%;
  height: 83px;
  object-fit: cover;
  object-position: center 62%;
}

.lp01-mock-body {
  padding: 8px 5px;
}

.lp01-mock-body > b {
  display: block;
  font-size: 9px;
  margin: 3px 0 8px;
}

.lp01-mock-body small {
  display: block;
  font-size: 7px;
  color: #677d70;
}

.lp01-mock-tags {
  display: flex;
  gap: 3px;
  margin: 7px 0;
}

.lp01-mock-tags span {
  padding: 3px;
  border-radius: 3px;
  background: #edf4ef;
  font-size: 6px;
  white-space: nowrap;
}

.lp01-mock-info {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  font-size: 6px;
}

.lp01-mock-button {
  margin-top: 8px;
  border-radius: 5px;
  padding: 8px 3px;
  text-align: center;
  background: var(--lp-green);
  color: white;
  font-size: 8px;
}

.lp01-mock-input {
  border: 1px solid #dae4de;
  margin: 4px 0 8px;
  border-radius: 4px;
  padding: 6px;
  font-size: 7px;
}

.lp01-float {
  position: absolute;
  z-index: 3;
  background: #fff;
  border: 1px solid #e0e9e4;
  box-shadow: 0 8px 24px #17312112;
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--lp-green);
  font-size: 10px;
  font-weight: 700;
}

.lp01-float-left {
  top: 67px;
  left: 10px;
  transform: rotate(-6deg);
}

.lp01-float-right {
  right: 8px;
  bottom: 57px;
  transform: rotate(5deg);
}

.lp01-stage-links {
  background-image: radial-gradient(ellipse at center,#dcece2 0 35%,transparent 36% 54%,#e5efe8 55%);
}

.lp01-mid-cta {
  background: #eaf3ef;
  text-align: center;
}

.lp01-mid-cta .lp01-text-link {
  margin-top: 8px;
}

.lp01-showcase {
  text-align: center;
  border-bottom: 1px solid #edf1ee;
}

.lp01-showcase h2 {
  font-size: 20px;
}

.lp01-showcase .lp01-stage {
  margin: 24px 0;
}

.lp01-showcase > p:not(.lp01-kicker) {
  text-align: left;
}

.lp01-profile-card {
  z-index: 2;
  width: 210px;
  padding: 8px 8px 12px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 24px #17312122;
  transform: rotate(-4deg);
  text-align: left;
}

.lp01-profile-card img {
  width: 100%;
  height: 115px;
  object-fit: cover;
  object-position: center 60%;
  border-radius: 4px;
}

.lp01-profile-card :is(small,b,span) {
  display: block;
  margin-top: 6px;
}

.lp01-profile-card small {
  font-size: 8px;
  color: #617269;
}

.lp01-profile-card b {
  font-size: 12px;
}

.lp01-profile-card span {
  font-size: 8px;
}

.lp01-profile-info {
  left: 9px;
  top: 13px;
  z-index: 1;
  transform: rotate(-10deg);
}

.lp01-profile-tags {
  bottom: 29px;
  right: 8px;
  transform: rotate(6deg);
}

.lp01-profile-tags span,.lp01-profile-info span {
  display: block;
  margin-top: 5px;
  font-size: 9px;
  font-weight: 400;
}

.lp01-stage-profile {
  padding-top: 38px;
}

.lp01-stage-pr {
  background-color: #f3f1e8;
}

.lp01-pr-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 3px 5px;
  border-radius: 3px;
  background: #f3dca4;
  color: #4c3b19;
  font-size: 8px;
}

.lp01-pricing {
  text-align: center;
}

.lp01-plan-picker {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.lp01-plan-radio,.lp01-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.lp01-plan-picker > label {
  display: grid;
  place-items: center;
  min-height: 46px;
  padding: 8px;
  background: #edf2ef;
  font-size: 12px;
  color: #52685c;
  cursor: pointer;
}

.lp01-plan-picker > label:first-of-type {
  border-radius: 999px 0 0 999px;
}

.lp01-plan-picker > label:last-of-type {
  border-radius: 0 999px 999px 0;
}

.lp01-plan-radio:checked + label {
  color: #fff;
  background: var(--lp-green);
  border-radius: 999px;
}

.lp01-plan-radio:focus-visible + label {
  outline: 3px solid #d68532;
  outline-offset: 3px;
  z-index: 2;
}

.lp01-plan-panel {
  display: none;
  grid-column: 1 / -1;
  padding-top: 22px;
}

#lp01-free:checked ~ .lp01-free-panel,#lp01-paid:checked ~ .lp01-paid-panel {
  display: block;
}

.lp01-plan-card {
  position: relative;
  min-height: 219px;
  padding: 25px 12px;
  border-radius: 12px;
  background: var(--lp-green);
  color: white;
  box-shadow: 0 8px 24px #17312110;
}

body[data-page="for-shop"] .for-shop-lp01 .lp01-plan-card :is(h3,p) {
  color: white !important;
}

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

.lp01-plan-card p {
  margin: 7px 0 14px;
  font-size: 11px;
}

.lp01-plan-card small {
  font-size: 10px;
}

.lp01-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin: 5px 0;
}

.lp01-price strong {
  font-size: 48px;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.lp01-price > span {
  font-size: 12px;
}

.lp01-paid-panel .lp01-price strong {
  color: #ffda98;
  font-size: 42px;
}

.lp01-campaign {
  display: inline-block;
  margin: -8px 0 12px;
  padding: 4px 13px;
  border-radius: 999px;
  background: #ffd398;
  color: #503b20;
  font-size: 11px;
  font-weight: 800;
}

.for-shop-lp01 .lp01-plan-card .lp01-regular-price {
  margin-bottom: 12px;
  color: #d4e5dc;
  font-size: 10px;
}

.for-shop-lp01 .lp01-spec-title {
  margin: 22px 0 12px;
  text-align: left;
  font-size: 13px;
}

.lp01-specs {
  padding: 8px;
  border-radius: 10px;
  background: var(--lp-mint);
  text-align: left;
}

.lp01-specs > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 44px;
  padding: 10px;
  border-radius: 6px;
  background: white;
}

.lp01-specs > div + div {
  margin-top: 6px;
}

.lp01-specs dt {
  font-size: 11px;
}

.lp01-specs dd {
  color: var(--lp-green);
  font-size: 17px;
  font-weight: 700;
}

.lp01-plan-panel > a {
  margin-top: 22px;
}

.for-shop-lp01 .lp01-pricing-note {
  margin: 20px 0 0;
  font-size: 11px;
  text-align: left;
}

.lp01-faq {
  background: #f7faf8;
}

.lp01-faq h2 {
  margin-bottom: 24px;
}

.lp01-faq details {
  border-bottom: 1px solid #dce6df;
}

.lp01-faq summary {
  position: relative;
  padding: 18px 22px 18px 0;
  list-style: none;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 700;
}

.lp01-faq summary::-webkit-details-marker {
  display: none;
}

.lp01-faq summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 15px;
  color: var(--lp-green);
  font-size: 20px;
  font-weight: 400;
}

.lp01-faq details[open] summary::after {
  content: "−";
}

.lp01-faq details p {
  padding-bottom: 18px;
  font-size: 12px;
}

.lp01-final-cta {
  background: #e5f0e9;
  text-align: center;
}

.lp01-final-cta > a + a {
  margin-top: 12px;
}

.lp01-final-offer {
  margin: 22px 0;
}

.lp01-final-offer > span {
  display: block;
  font-size: 10px;
  color: #476354;
}

.lp01-final-offer strong {
  display: block;
  font-size: 19px;
  color: var(--lp-green);
  margin-top: 5px;
}

.lp01-final-offer small {
  font-size: 10px;
}

.lp01-footer {
  padding: 42px 20px 30px;
  background: #121e1b;
  text-align: center;
}

.for-shop-lp01 .lp01-footer a {
  color: white;
  text-decoration: none;
}

.lp01-footer-brand {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .03em;
}

body[data-page="for-shop"] .for-shop-lp01 .lp01-footer p {
  color: #becdc5 !important;
  font-size: 10px;
  margin: 10px 0 22px;
}

.lp01-footer nav {
  display: grid;
}

.lp01-footer nav a {
  display: grid;
  place-items: center;
  min-height: 44px;
  font-size: 12px;
}

.lp01-footer > small {
  display: block;
  margin-top: 28px;
  color: #a2b4aa;
  font-size: 10px;
}

@media (hover: hover) {
  .for-shop-lp01 .lp01-primary-button:hover {
    background: #17664d;
    box-shadow: 0 8px 20px #0b513f30;
  }
  .for-shop-lp01 .lp01-outline-button:hover {
    background: #f0f6f2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .for-shop-lp01 a {
    transition: none;
  }
}

@media (min-width: 700px) {
  body[data-page="for-shop"] {
    background: #12100e !important;
  }
  body[data-page="for-shop"] > main.main.for-shop-lp01 {
    width: 430px;
    margin: 40px auto;
    box-shadow: 0 18px 50px #1731210d;
  }
}

@media (max-width: 350px) {
  .lp01-hero-photo {
    height: 480px;
  }
  .for-shop-lp01 .lp01-hero h1 {
    font-size: 20px;
  }
  .for-shop-lp01 h2 {
    font-size: 21px;
  }
  .lp01-showcase h2 {
    font-size: 18px;
  }
  .lp01-feature-heading {
    gap: 10px;
  }
  .lp01-feature-heading > span {
    font-size: 43px;
  }
}

@media print {
  .lp01-plan-panel {
    display: block;
  }
  .lp01-plan-picker > label {
    display: none;
  }
}
