@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@700&display=swap");
/** Reset CSS **/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

:root {
  --ink: #070f26;
  --deep: #0b1739;
  --deep2: #12224d;
  --deep3: #1a3068;
  --ocean: #2563eb;
  --ocean-light: #3b82f6;
  --glow: #60a5fa;
  --glow-soft: #dbeafe;
  --paper: #0b1739;
  --paper-dim: #12224d;
  --ink-soft: #93a5c4;
  --coral: #fbbf24;
  --coral-deep: #f59e0b;
  --coral-soft: #fdf1cf;
  --line: rgba(255, 255, 255, 0.14);
  --line-dark: rgba(96, 165, 250, 0.16);
  --text: #eef3f7;
  --maxw: 640px;
  /* Typography scale: PC */
  --font-size-body: 16px;
  --font-size-small: 14px;
  --font-size-caption: 12px;
  --font-size-heading-lg: 32px;
  --font-size-heading-md: 24px;
  --font-size-heading-sm: 20px;
  --font-size-number-md: 30px;
  --font-size-number-lg: 56px;
  --font-size-decoration: 78px;
  --font-size-quote-mark: 90px;
}

@media (width <= 640px) {
  :root {
    /* Typography scale: SP */
    --font-size-body: 15px;
    --font-size-small: 13px;
    --font-size-caption: 11px;
    --font-size-heading-lg: clamp(23px,6.8vw,28px);
    --font-size-heading-md: clamp(21px,5.5vw,24px);
    --font-size-heading-sm: clamp(16px,4vw,21px);
    --font-size-number-md: 26px;
    --font-size-number-lg: 48px;
    --font-size-decoration: 64px;
    --font-size-quote-mark: 72px;
  }
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
  background: var(--ink);
  color: var(--text);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  margin: 0;
  padding: 0 0;
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
}

html,
body {
  scroll-behavior: smooth;
}

* {
  border: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: inherit;
  font-size: inherit;
}
*::before, *::after {
  box-sizing: border-box;
}

a {
  color: #222222;
  outline: none;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a.hover {
  cursor: pointer;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media (width <= 640px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}

b {
  font-weight: 700;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  position: relative;
}

.px {
  padding-left: 22px;
  padding-right: 22px;
}

.serif {
  font-family: "Shippori Mincho", serif;
}

.mono {
  font-family: "Space Grotesk", sans-serif;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.pcnone {
  display: none;
}
@media (width <= 640px) {
  .pcnone {
    display: block;
  }
}

.spnone {
  display: block;
}
@media (width <= 640px) {
  .spnone {
    display: none;
  }
}

/* ---------- reveal on scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  html {
    scroll-behavior: auto;
  }
}
/* ------------------------------
	Mail-Form
------------------------------ */
#contact:has(.flexwrap) {
  border-top: #f1f1f1 1px solid;
  padding-top: 40px;
}
#contact .flexwrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#contact .flexwrap .form_headarea {
  width: 21.6%;
}
#contact .flexwrap .form_headarea .form_title span {
  display: block;
}
#contact .flexwrap .form_headarea .form_text {
  margin-top: 40px;
  text-align: justify;
  line-height: 1.5;
}
#contact .flexwrap .form_headarea .form_telbox {
  margin-top: 35px;
  background-color: #f1f1f1;
  padding: 20px 30px;
}
#contact .flexwrap .form_headarea .form_telbox p {
  text-indent: 13px;
}
#contact .flexwrap .form_headarea .form_telbox p.tel_title {
  text-indent: 0;
  display: flex;
  align-items: center;
}
#contact .flexwrap .form_headarea .form_telbox p.tel_title::before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #f1f1f1;
}
#contact .flexwrap .form_headarea .form_telbox p.tel_num {
  display: flex;
  align-items: center;
}
#contact .flexwrap .form_headarea .form_telbox p.tel_num .tel-link,
#contact .flexwrap .form_headarea .form_telbox p.tel_num a {
  display: block;
}
#contact .flexwrap:has(.form_headarea) .formarea {
  width: 60%;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_file {
  box-shadow: none;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  border-radius: 0;
  padding: 5px;
  box-sizing: border-box;
  margin: 2px 0;
}

table.inputform {
  width: 100%;
  margin: 0 auto 20px;
  clear: both;
  display: block;
}
table.inputform thead,
table.inputform tbody,
table.inputform tr,
table.inputform th,
table.inputform td {
  display: block;
}
table.inputform tr {
  padding-bottom: 35px;
}
table.inputform th {
  font-weight: 500;
  padding-bottom: 8px;
  text-align: left;
}
table.inputform textarea {
  height: 150px !important;
  width: 100% !important;
}
table.inputform input[type=text],
table.inputform input[type=tel],
table.inputform input[type=email],
table.inputform textarea {
  width: 100%;
  border: 1px solid var(--line-dark);
  box-sizing: border-box;
  padding: 15px;
  border-radius: 8px;
  color: #ffffff;
  vertical-align: middle;
  background-color: var(--deep2);
  box-shadow: none;
}
table.inputform input[type=text]:focus, table.inputform input[type=text]:focus-visible,
table.inputform input[type=tel]:focus,
table.inputform input[type=tel]:focus-visible,
table.inputform input[type=email]:focus,
table.inputform input[type=email]:focus-visible,
table.inputform textarea:focus,
table.inputform textarea:focus-visible {
  border-color: #222222;
  outline: none;
}
table.inputform input[type=radio],
table.inputform input[type=checkbox] {
  vertical-align: middle;
}
table.inputform input:-moz-read-only {
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  color: #f1f1f1;
}
table.inputform input:read-only {
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  color: #f1f1f1;
}
table.inputform select {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  border-radius: 0;
  padding: 15px;
  vertical-align: middle;
  box-shadow: none;
  letter-spacing: 1px;
  min-width: 30%;
  box-sizing: border-box;
}
table.inputform input.noborder {
  border: none;
}
table.inputform ul.float {
  overflow: hidden;
}
table.inputform ul.float li {
  float: left;
  padding-right: 15px;
  margin: 3px 0;
}
table.inputform .policy {
  margin-top: 5px;
}
table.inputform .policy a {
  text-decoration: underline;
}
table.inputform .policy a:hover {
  text-decoration: none;
}
table.inputform .togglebox {
  margin-top: 20px;
  padding: 20px 3%;
  background-color: #fff;
}
table.inputform .togglebox .toggle_title {
  margin-bottom: 5px;
  font-weight: 500;
}
table.inputform .togglebox .toggle_main + .toggle_title {
  margin-top: 20px;
}
table.inputform .togglebox input[type=text],
table.inputform .togglebox input[type=tel],
table.inputform .togglebox input[type=email],
table.inputform .togglebox select,
table.inputform .togglebox textarea {
  background-color: #f6f6f6;
}
table.inputform .togglebox label::before,
table.inputform .togglebox label.mfp_not_checked::before {
  background-color: #f6f6f6;
}
table.inputform .togglebox dl {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
table.inputform .togglebox dt {
  width: 140px;
  float: none;
  text-align: left;
  border: none;
  padding: 0;
  font-weight: 500;
}
table.inputform .togglebox dt.s {
  width: 120px;
}
table.inputform .togglebox dd {
  flex-grow: 1;
  border: none;
  line-height: 1.5;
  padding: 0;
}
table.inputform span.br {
  padding-left: 15px;
}
table.inputform br.spbr {
  display: none;
}

:-moz-placeholder {
  color: #6b7897;
}

:placeholder-shown {
  color: #6b7897;
}

::-webkit-input-placeholder {
  color: #6b7897;
}

:-moz-placeholder {
  color: #6b7897;
  opacity: 1;
}

::-moz-placeholder {
  color: #6b7897;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6b7897;
}

.mfp_err {
  clear: both;
}

.zipsearch {
  display: inline-block;
  background-color: rgba(241, 241, 241, 0.8);
  padding: 4px 8px;
  color: #fff;
  border-radius: 0;
  vertical-align: middle;
  margin-left: 10px;
}

.hissu {
  color: #d0b66d;
  font-weight: 600;
  margin-left: 15px;
}
.hissu::before {
  content: "※";
  padding-right: 1px;
}

/* ---------- label override ---------- */
form#mailformpro label {
  white-space: normal;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: block;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  cursor: pointer;
}
form#mailformpro label input[type=radio],
form#mailformpro label input[type=checkbox] {
  display: none;
}

form#mailformpro label.mfp_checked {
  padding: 6px 12px 6px 40px;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  text-decoration-color: rgba(208, 182, 109, 0.2);
  text-decoration-line: underline;
  text-decoration-thickness: 7px;
  text-underline-offset: -2px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
form#mailformpro label.mfp_checked::before {
  border-color: rgba(208, 182, 109, 0.5);
}
form#mailformpro label.mfp_checked::after {
  translate: 0;
  scale: 1;
  opacity: 1;
}

form#mailformpro label,
form#mailformpro label.mfp_not_checked {
  padding: 6px 12px 6px 40px;
  border: none;
  background-color: transparent;
  border-radius: 0;
}
form#mailformpro label::before,
form#mailformpro label.mfp_not_checked::before {
  content: "";
  width: 26px;
  height: 26px;
  border: #f1f1f1 2px solid;
  border-radius: 0;
  background-color: #fff;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  left: 1px;
  transition: all 0.4s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
form#mailformpro label::after,
form#mailformpro label.mfp_not_checked::after {
  content: "\f00c";
  width: 30px;
  height: 30px;
  line-height: 1;
  font-size: 26px;
  font-weight: 900;
  color: #222222;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -16px;
  translate: 0 -5px;
  scale: 0.9;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

form#mailformpro ul.radio label::before {
  border-radius: 50%;
}

/* ---------- button override ---------- */
.mfp_element_all {
  max-width: none;
}

#mfp_buttons p {
  text-align: center;
  width: auto;
  box-shadow: none;
}

#mfp_buttons button#btn_confirm {
  border: none;
  border-radius: 8px;
  background: #d0b66d;
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.5s ease;
  padding: 0;
  overflow: hidden;
  text-shadow: none;
  transform: translateY(-3px);
  color: #0c1840;
  font-weight: bold;
}

#mfp_buttons button#btn_confirm:hover {
  background-color: #e7d08f;
  transform: none;
  box-shadow: none;
}

/* ---------- confirm.css override ---------- */
div#mfp_phase_confirm {
  margin: 0;
}

div#mfp_phase_confirm h4 {
  font-weight: 500;
  padding: 0;
  text-align: center;
  margin: 40px auto 40px;
}

div#mfp_overlay_inner {
  padding: 30px;
  box-sizing: border-box;
  width: 840px;
  max-width: 90%;
  box-shadow: none;
  color: #222222;
}
div#mfp_overlay_inner h4 {
  font-weight: 500;
  padding: 0;
  text-align: center;
  margin: 20px auto 30px;
}

div#mfp_overlay_background {
  background-color: #222222;
}

table#mfp_confirm_table {
  border-bottom: transparent 1px solid;
  width: 90%;
  margin: 0 auto;
}

table#mfp_confirm_table tr th {
  width: 30%;
  white-space: nowrap;
  padding: 15px 10px 15px 30px;
}

table#mfp_confirm_table tr td {
  padding: 15px 30px;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  text-align: left;
  border-top: #f1f1f1 1px solid;
}

table#mfp_confirm_table tr.mfp_colored {
  background-color: transparent;
}

table#mfp_confirm_table tr.mfp_achroma {
  background-color: transparent;
}

.mfp_buttons {
  margin: 25px auto 0;
  vertical-align: middle;
}

div.mfp_buttons button {
  border: none;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 10px;
  text-align: center;
  text-shadow: none;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  vertical-align: middle;
  padding: 15px 0;
}

div.mfp_buttons button:hover {
  border: none;
  box-shadow: none;
}

div.mfp_buttons button#mfp_button_send {
  width: 280px;
  background: #222222;
}

div.mfp_buttons button#mfp_button_send:hover {
  background-color: rgba(34, 34, 34, 0.8);
}

div.mfp_buttons button#mfp_button_cancel {
  width: 160px;
  letter-spacing: 0;
  background: #bbb;
}

div.mfp_buttons button#mfp_button_cancel:hover {
  background-color: #ccc;
}

div#mfp_warning {
  color: #222222;
}

/* ---------- Guide override ---------- */
div.mfp_guide div {
  border-radius: 3px;
  padding: 7px 10px;
  font-weight: 500;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  background-color: #51a6b8;
}

div.mfp_err {
  color: #ff6060;
  background-image: none;
  padding-left: 0;
}

/* ---------- Thanks ---------- */
.thanks {
  padding-top: 160px;
}
@media (width <= 640px) {
  .thanks {
    padding-top: 120px;
  }
}
.thanks#hero {
  padding-bottom: 0;
}
.thanks .wrap {
  margin: 0 auto;
}
@media (width <= 640px) {
  .thanks .wrap {
    margin: 0 20px;
  }
}
.thanks h2 {
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
.thanks .box {
  margin-top: 32px;
}
.thanks .box p {
  margin-top: 16px;
}
.thanks .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}
.thanks .btn a {
  display: block;
  width: 300px;
  padding: 16px 18px;
  border-radius: 100px;
  background: linear-gradient(135deg, #26a06b, #1b8c5c);
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: bold;
  border: none;
  transition: 0.2s ease-in-out;
}
.thanks .btn a:hover {
  opacity: 0.8;
}

/* ---------- top bar ---------- */
.topbar {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(10, 20, 32, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
}
.topbar.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}
.topbar-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topbar-cta {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #26a06b, #1b8c5c);
  padding: 13px 20px;
  border-radius: 100px;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 16px rgba(27, 140, 92, 0.4);
}

header {
  width: 100%;
  position: absolute;
  text-align: left;
  z-index: 10;
}
header h1,
header .logo {
  width: 180px;
  position: absolute;
  top: 32px;
  left: 32px;
}
@media (width <= 1025px) {
  header h1,
  header .logo {
    width: 160px;
    top: 32px;
    left: 32px;
  }
}
@media (width <= 640px) {
  header h1,
  header .logo {
    width: 130px;
    top: 20px;
    left: 20px;
  }
}

.menu_btn,
.hamburger_btn {
  width: 56px;
  height: 56px;
  position: absolute;
  right: 32px;
  top: 32px;
}
@media (width <= 1025px) {
  .menu_btn,
  .hamburger_btn {
    right: 32px;
    top: 32px;
  }
}
@media (width <= 640px) {
  .menu_btn,
  .hamburger_btn {
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
  }
}

.menu_btn {
  opacity: 0;
  z-index: 100;
  display: block;
}
.menu_btn:checked ~ .hamburger_btn::before {
  content: "";
  border-radius: 100px;
  left: -5px;
}
@media (width <= 640px) {
  .menu_btn:checked ~ .hamburger_btn::before {
    left: -3px;
  }
}
.menu_btn:checked ~ .hamburger_btn span:nth-last-child(1) {
  transform: rotate(-45deg) translate(-1px, 0px);
}
.menu_btn:checked ~ .hamburger_btn span:nth-last-child(2) {
  transform: rotate(0deg) scale(0.2, 0.2);
  opacity: 0;
}
@media (width <= 640px) {
  .menu_btn:checked ~ .hamburger_btn span:nth-last-child(2) {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.menu_btn:checked ~ .hamburger_btn span:nth-last-child(3) {
  transform: rotate(45deg) translate(0px, -1px);
}
.menu_btn:checked ~ #nav_container {
  transform: translateX(0%);
}

.hamburger_btn {
  flex-flow: row wrap;
  align-items: center;
  padding: 12px;
  z-index: 95;
  display: flex;
}
.hamburger_btn::before {
  content: "";
  background: #d0b66d;
  transition: all 0.2s;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (width <= 640px) {
  .hamburger_btn::before {
    width: 40px;
    height: 40px;
  }
}
.hamburger_btn span {
  width: 100%;
  height: 2px;
  background: #0c1840;
  transition: all 250ms ease-out;
  transform-origin: 0 0;
}
@media (width <= 640px) {
  .hamburger_btn span:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

#nav_container {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  min-height: inherit;
  z-index: 90;
  background-color: rgba(12, 24, 64, 0.95);
  transform: translateX(-100%);
  transition: all 200ms ease-out;
  text-align: center;
  overflow-y: auto;
  padding-top: 40px;
  color: #ffffff;
}
#nav_container::-webkit-scrollbar {
  display: none;
}
#nav_container .wrap {
  width: 96%;
  max-width: 320px;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#nav_container #menu {
  width: 100%;
  padding-bottom: 40px;
}
#nav_container #menu .title {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  position: relative;
  margin-bottom: 8px;
}
#nav_container #menu .title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #ffffff;
}
#nav_container #menu .menu {
  position: relative;
}
#nav_container #menu .menu ul {
  display: inline-block;
  text-align: left;
  position: relative;
}
#nav_container #menu .menu li {
  margin-top: 24px;
  line-height: 1.2;
}
@media (width <= 640px) {
  #nav_container #menu .menu li {
    margin-top: 20px;
  }
}
#nav_container #menu .menu a {
  color: #ffffff;
  font-weight: bold;
  font-optical-sizing: auto;
  position: relative;
}
#nav_container #menu .menu a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #ffffff;
  width: 0%;
  height: 1px;
  transition: 0.2s ease-in-out;
}
#nav_container #menu .menu a:hover::before {
  content: "";
  width: 100%;
}
@media (width <= 640px) {
  #nav_container #menu .menu a {
    font-weight: bold;
  }
}
#nav_container #menu .information {
  position: relative;
  margin-top: 40px;
}
@media (width <= 640px) {
  #nav_container #menu .information {
    margin-top: 28px;
  }
}
#nav_container #menu .information .txt {
  color: #ffffff;
  text-align: center;
  margin-top: 24px;
  width: auto;
}
#nav_container #menu .information .txt p {
  font-weight: bold;
  margin-top: 8px;
}
#nav_container #menu .information .txt p a {
  color: #ffffff;
}
#nav_container #menu .information .txt p.address {
  margin-top: 8px;
  font-weight: normal;
  line-height: 1.7;
}
@media (width <= 640px) {
  #nav_container #menu .information .txt {
    margin-top: 16px;
  }
  #nav_container #menu .information .txt p {
    color: #ffffff;
    margin-top: 0px;
  }
  #nav_container #menu .information .txt p a {
    color: #ffffff;
  }
  #nav_container #menu .information .txt p.address {
    margin-top: 4px;
    font-weight: normal;
    line-height: 1.6;
  }
}
#nav_container #menu .information .sns_menu {
  margin-top: 32px;
  text-align: center;
}
@media (width <= 640px) {
  #nav_container #menu .information .sns_menu {
    margin-top: 28px;
  }
}
#nav_container #menu .information .sns_menu li {
  width: 100%;
  max-width: 400px;
  margin-top: 16px;
}
@media (width <= 640px) {
  #nav_container #menu .information .sns_menu li {
    margin: 16px auto 0;
    width: 90%;
    max-width: 360px;
  }
}
#nav_container #menu .information .sns_menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 16px;
  color: #ffffff;
  transition: 0.2s;
  border: 2px solid #ffffff;
}
#nav_container #menu .information .sns_menu a:hover {
  opacity: 0.8;
}
@media (width <= 640px) {
  #nav_container #menu .information .sns_menu a {
    padding: 20px 16px;
  }
}
#nav_container #menu .information .sns_menu p {
  font-weight: bold;
  margin-left: 12px;
}
#nav_container #menu .information .sns_menu img {
  width: 32px;
  height: 32px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
@media (width <= 640px) {
  #nav_container #menu .information .sns_menu img {
    width: 30px;
    height: 30px;
  }
}

/* ------------------------------
	Typography
	文字サイズは _setting.scss のカスタムプロパティで一括管理
------------------------------ */
/* 本文：PC 16px / SP 15px */
body,
input,
textarea,
select,
button {
  font-size: var(--font-size-body);
}

/* 大見出し */
#nav_container #menu .title,
#contact .form_title span.en,
.thanks h2,
.sec-title {
  font-size: var(--font-size-heading-lg);
  font-feature-settings: "palt";
}

/* 中見出し */
.web-heading,
.entrust-lead,
div#mfp_phase_confirm h4,
div#mfp_overlay_inner h4 {
  font-size: var(--font-size-heading-md);
  font-feature-settings: "palt";
}

/* 小見出し・強調コピー */
#hero > .text,
#nav_container #menu .information .txt p,
.anxiety-label,
.sol-h,
.rep-name,
.prod-h,
.gal-label .name,
.custom-h,
.quote-block p,
.pupil-box h3,
.flow-h,
.term-len,
.reality-tag,
.reality-lead,
.trap-tag,
.trap-lead,
.webplan-tag,
.wp-name,
.plan-name,
.f-thanks {
  font-size: var(--font-size-heading-sm);
  font-feature-settings: "palt";
}

/* 補足テキスト・ラベル */
.f-field input::-moz-placeholder, .f-field textarea::-moz-placeholder {
  font-size: var(--font-size-small);
}
#contact .form_title span.ja,
#contact .form_telbox .tel_title,
#contact .form_telbox .tel_open,
#nav_container #menu .information .txt p.address,
#nav_container #menu .information .sns_menu p,
.pc-label,
.pc-value small,
.cta-primary small,
.cta-sub,
.eyebrow,
.kicker-num,
.anxiety-num,
.anxiety-tag,
.anxiety-desc,
.insight-box .tag,
.pain-num,
.colordiag-text,
.ceiling-cap,
.ba-taglabel,
.sol-tag,
.spec-chip .l,
.rep-company,
.rep-role,
.rep-career,
.rep-name span,
.prod-tag,
.gal-label .desc,
.gallery-hint,
.custom-p,
.quote-block .who,
.pupil-box .tag,
.pstep,
.parrow,
.trust-num span,
.inst-item .tg,
.flow-num,
.term-card span,
.term-name,
.rc-val,
.entrust-tag,
.wp-note,
.wp-special-badge,
.plan-tag,
.risk-card span,
.tel-label,
.tel-note,
.ci-label,
.f-field input::placeholder,
.f-field textarea::placeholder,
.fbrand {
  font-size: var(--font-size-small);
}

/* 注釈・表・必須表示 */
small,
.cmp-cell,
.ba-note,
.reality-chartcap,
.reality-source,
.gal-label .pat,
.term-badge,
.rc-label,
.webplan-nolock,
.plan-note,
.plan-pop-tag,
.wi span,
.req,
.f-note,
footer,
.zipsearch,
.hissu,
div.mfp_guide div {
  font-size: var(--font-size-caption);
}

/* ボタン・フォーム・ナビゲーション */
.topbar-cta,
#nav_container #menu .menu a,
#mfp_buttons button#btn_confirm,
div.mfp_buttons button,
.f-submit {
  font-size: var(--font-size-body);
}

/* 電話番号などの中サイズ数値 */
#contact .form_telbox .tel_num .tel-link,
#contact .form_telbox .tel_num a,
.pc-value,
.cta-arrow,
.spec-chip .v,
.rep-avatar,
.custom-ic,
.trust-num,
.tel-card .n {
  font-size: var(--font-size-number-md);
}

/* 大きな強調数値 */
.zero-num {
  font-size: var(--font-size-number-lg);
}

/* 装飾文字 */
.prod-wm {
  font-size: var(--font-size-decoration);
}

.quote-block::before {
  font-size: var(--font-size-quote-mark);
}

/* ================= HERO ================= */
#hero {
  position: relative;
  padding-bottom: 64px;
}
@media (width <= 640px) {
  #hero {
    padding-bottom: 48px;
  }
}
#hero .img1 {
  padding-top: 120px;
}
@media (width <= 640px) {
  #hero .img1 {
    padding-top: 92px;
    margin: 0 20px;
  }
}
#hero .bg {
  position: relative;
  z-index: -1;
  margin-top: -56px;
}
@media (width <= 640px) {
  #hero .bg {
    margin-top: -36px;
  }
}
#hero .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  top: -1px;
  background-image: linear-gradient(0deg, rgba(0, 10, 34, 0), #000a22 98%);
}
@media (width <= 640px) {
  #hero .bg::before {
    height: 90px;
  }
}
#hero .bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  bottom: -1px;
  background-image: linear-gradient(0deg, #000a22 2%, rgba(0, 10, 34, 0));
}
@media (width <= 640px) {
  #hero .bg::after {
    height: 90px;
  }
}
#hero .img2 {
  margin-top: -56px;
}
@media (width <= 640px) {
  #hero .img2 {
    margin: -36px 20px 0;
  }
}
#hero .img3 {
  margin-top: 8px;
}
@media (width <= 640px) {
  #hero .img3 {
    margin: 8px 20px 0;
  }
}
#hero .img4 {
  margin: 40px auto 0;
  width: 100%;
  max-width: 516px;
}
@media (width <= 640px) {
  #hero .img4 {
    width: 80%;
    max-width: 300px;
    margin: 24px auto 0;
  }
}
#hero .img5 {
  margin: 16px auto 0;
  width: 100%;
  max-width: 660px;
}
@media (width <= 640px) {
  #hero .img5 {
    width: auto;
    max-width: 370px;
    margin: 12px 20px 0;
  }
}
#hero .text {
  text-align: justify;
  margin-top: 40px;
}
@media (width <= 640px) {
  #hero .text {
    width: auto;
    margin: 40px 20px 0;
  }
}

.price-circles {
  display: flex;
  gap: 16px;
  margin-bottom: 26px;
  justify-content: center;
}

.pc-item {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  box-shadow: 0 10px 26px rgba(251, 191, 36, 0.35);
}
.pc-label {
  font-family: "Shippori Mincho";
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.pc-value {
  font-family: "Space Grotesk";
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.pc-value small {
  font-weight: 700;
}

.cta-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 16px 18px;
  border-radius: 100px;
  background: linear-gradient(135deg, #26a06b, #1b8c5c);
  color: #fff;
  letter-spacing: 0.02em;
  border: none;
}
.cta-primary small {
  display: block;
  font-weight: 400;
  opacity: 0.85;
  margin-top: 2px;
  font-family: "Zen Kaku Gothic New";
}
.cta-ic {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-ic svg {
  width: 20px;
  height: 20px;
}
.cta-body {
  flex: 1;
  text-align: left;
  font-weight: 700;
  line-height: 1.4;
}
.cta-arrow {
  font-weight: 400;
  opacity: 0.85;
  flex-shrink: 0;
  line-height: 1;
}
.cta-sub {
  text-align: center;
  color: #9fb0be;
  margin-top: 12px;
  letter-spacing: 0.02em;
}

/* ================= SECTION GENERIC ================= */
section {
  position: relative;
}

.sec-dark {
  background: var(--deep);
  color: #eef3f7;
}

.sec-deep2 {
  background: var(--deep2);
  color: #eef3f7;
}

.sec-light {
  background: var(--ink);
  color: #eef3f7;
}

.sec-dim {
  background: var(--deep2);
  color: #eef3f7;
}

.sec-paper {
  background: #ffffff;
  color: #0d1b30;
}
.sec-paper .sec-desc {
  color: #4a5a72;
}
.sec-paper .eyebrow {
  color: var(--ocean);
}
.sec-paper .ba-note {
  color: #4a5a72;
}
.sec-paper .check-item {
  background: #f2f5fa;
  border: 1px solid rgba(21, 55, 95, 0.1);
}
.sec-paper .check-item span {
  color: #0d1b30;
}
.sec-paper .benefit-item b {
  color: #0d1b30;
}
.sec-paper .benefit-item span {
  color: #4a5a72;
}

.sec-web {
  background: #123a5e;
  color: #eef3f7;
  position: relative;
}

.sec-pad {
  padding: 64px 0 64px;
}

.eyebrow {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: var(--glow);
  margin-bottom: 14px;
  text-transform: uppercase;
}

.sec-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}

.sec-desc {
  line-height: 1.9;
  color: #c3d6e2;
  margin-bottom: 8px;
}

.kicker-num {
  font-family: "Space Grotesk";
  font-weight: 700;
  color: var(--coral);
  letter-spacing: 0.06em;
}

/* ---------- Patient anxiety grid ---------- */
.anxiety-label {
  text-align: center;
  color: var(--glow-soft);
  margin: 30px 0 2px;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Shippori Mincho";
  font-feature-settings: "palt";
}

.anxiety-grid {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 16px;
}
@media (width <= 640px) {
  .anxiety-grid {
    flex-direction: column;
  }
}

.anxiety-card {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 33.3333333333%;
}
@media (width <= 640px) {
  .anxiety-card {
    width: 100%;
  }
}

.anxiety-box {
  display: flex;
  align-items: center;
}

.anxiety-num {
  font-family: "Space Grotesk";
  color: var(--coral);
  font-weight: 700;
}

.anxiety-body {
  flex: 1;
  min-width: 0;
}

.anxiety-tag {
  display: inline-block;
  color: #d0b66d;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-left: 4px;
}

.anxiety-quote {
  font-family: "Shippori Mincho";
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}

.anxiety-desc {
  color: #c5d3df;
  line-height: 1.6;
  margin-top: 8px;
}

.insight-box {
  margin-top: 22px;
  padding: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(123, 215, 255, 0.1), rgba(21, 104, 163, 0.1));
  border: 1px solid rgba(123, 215, 255, 0.25);
}
.insight-box .tag {
  font-family: "Space Grotesk";
  color: var(--glow);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.insight-box p {
  color: #dce8f2;
  line-height: 1.8;
}
.insight-box p b {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

/* ---------- PAIN cards ---------- */
.pain-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pain-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.pain-num {
  font-family: "Space Grotesk";
  font-weight: 700;
  color: var(--coral);
  min-width: 30px;
  height: 30px;
  border-radius: 6px;
  background: rgba(251, 191, 36, 0.14);
  border: 1px solid rgba(251, 191, 36, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pain-body b {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 700;
}
.pain-body span {
  color: #aebdcb;
  line-height: 1.8;
}

.ceiling-photo {
  margin-top: 26px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--line);
}
.ceiling-photo img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.9) brightness(0.92);
}

.ceiling-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px 12px;
  background: linear-gradient(0deg, rgba(6, 12, 20, 0.88), transparent);
  color: #e6edf3;
  letter-spacing: 0.01em;
}
.ceiling-cap b {
  color: var(--coral);
  font-weight: 700;
}

/* ---------- Before/After compare ---------- */
.ba-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}

.ba-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ba-imgwrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: 0 12px 28px rgba(10, 30, 55, 0.16);
  border: 1px solid var(--line-dark);
}
.ba-imgwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.ba-taglabel {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "Space Grotesk";
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 5px 10px;
  border-radius: 100px;
  color: #fff;
}
.ba-taglabel.before {
  background: rgba(20, 28, 38, 0.7);
}
.ba-taglabel.after {
  background: rgba(21, 104, 163, 0.85);
}

.ba-note {
  color: var(--ink-soft);
  text-align: center;
  font-weight: 600;
}

/* ---------- Solution cards ---------- */
.sol-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
}

.sol-card {
  background: var(--deep2);
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  padding: 22px 20px;
  box-shadow: 0 8px 22px rgba(2, 6, 16, 0.3);
}

.sol-tophead {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.sol-ic {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #d0b66d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sol-ic svg {
  width: 22px;
  height: 22px;
  stroke: #0c1840;
}

.sol-tag {
  font-family: "Space Grotesk";
  color: #d0b66d;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  padding-left: 2px;
}

.sol-h {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #fff;
}

.sol-p {
  color: #c3d6e2;
  line-height: 1.85;
}
.sol-p b {
  color: #fff;
  background: linear-gradient(180deg, transparent 65%, rgba(251, 191, 36, 0.45) 65%);
}

.spec-row {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.spec-chip {
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 10px 8px;
  text-align: center;
}
.spec-chip .v {
  font-family: "Space Grotesk";
  font-weight: 700;
  color: var(--glow);
}
@media (width <= 640px) {
  .spec-chip .v {
    font-size: 4vw;
  }
}
.spec-chip .l {
  color: #93a5c4;
  margin-top: 2px;
}
@media (width <= 640px) {
  .spec-chip .l {
    font-size: 10px;
    margin-top: 0;
  }
}

/* color wheel diagram */
.colordiag {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 16px;
}
.colordiag img {
  width: 76px;
  height: auto;
  flex-shrink: 0;
}
.colordiag-text {
  color: #c3d6e2;
  line-height: 1.8;
}
.colordiag-text b {
  color: var(--coral);
}

/* ---------- representative card ---------- */
.rep-card {
  margin-top: 16px;
  background: linear-gradient(135deg, var(--deep), var(--deep2));
  border-radius: 8px;
  padding: 22px;
  color: #fff;
}

.rep-company {
  display: inline-block;
  font-family: "Space Grotesk";
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--glow);
  background: rgba(123, 215, 255, 0.12);
  border: 1px solid rgba(123, 215, 255, 0.35);
  padding: 5px 12px;
  border-radius: 100px;
  margin-bottom: 14px;
}

.rep-top {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}

.rep-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ocean), var(--glow));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho";
  font-weight: 800;
  color: #0b1f38;
  flex-shrink: 0;
  line-height: 1;
}

.rep-role {
  font-family: "Space Grotesk";
  letter-spacing: 0.14em;
  line-height: 1.3;
  color: var(--glow-soft);
}

.rep-name {
  font-family: "Shippori Mincho";
  font-weight: 700;
  margin-top: 4px;
  line-height: 1.2;
}
@media (width <= 640px) {
  .rep-name {
    margin-top: 6px;
  }
}
.rep-name p {
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 400;
  color: #b9c8d6;
  margin-left: 8px;
  display: inline-block;
}
@media (width <= 640px) {
  .rep-name p {
    margin-left: 0;
  }
}
.rep-name p.sub {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
}
.rep-name p.spnone {
  display: inline-block;
}
@media (width <= 640px) {
  .rep-name p.spnone {
    display: none;
  }
}
.rep-name p.company {
  font-size: 13px;
  margin-top: 8px;
}

.rep-career {
  color: #c7d4e0;
  line-height: 1.85;
  margin-bottom: 14px;
}

.rep-quote {
  font-family: "Shippori Mincho";
  color: #fff;
  line-height: 1.8;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-weight: 600;
}

/* ---------- product lineup (emphasized) ---------- */
.prod-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 28px;
}

.prod-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 28px 24px 26px;
  box-shadow: 0 14px 32px rgba(2, 6, 16, 0.3);
  border: 1px solid var(--line-dark);
}
.prod-card.c1 {
  background: linear-gradient(160deg, #12224d 0%, #0e1c40 100%);
}
.prod-card.c1 .prod-ic {
  background: linear-gradient(135deg, var(--ocean), var(--deep3));
}
.prod-card.c2 {
  background: linear-gradient(160deg, #10233f 0%, #0d1f3c 100%);
}
.prod-card.c2 .prod-ic {
  background: linear-gradient(135deg, #1e9b7c, var(--ocean));
}
.prod-card.c3 {
  background: linear-gradient(160deg, #142449 0%, #0f1c3a 100%);
}
.prod-card.c3 .prod-ic {
  background: linear-gradient(135deg, var(--deep3), var(--ink));
}

.prod-wm {
  position: absolute;
  right: 10px;
  top: -6px;
  font-family: "Space Grotesk";
  font-weight: 700;
  color: rgba(96, 165, 250, 0.1);
  line-height: 1;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.prod-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.prod-ic {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-ic svg {
  width: 24px;
  height: 24px;
}

.prod-tag {
  font-family: "Space Grotesk";
  font-weight: 700;
  color: var(--glow);
  letter-spacing: 0.1em;
  margin-left: 1px;
  margin-bottom: 2px;
  line-height: 1.3;
}

.prod-h {
  font-family: "Shippori Mincho";
  font-weight: 800;
  line-height: 1.5;
  color: #fff;
}

.prod-spec {
  position: relative;
  z-index: 1;
  display: block;
  font-family: "Space Grotesk";
  font-weight: 700;
  color: #d0b66d;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.prod-p {
  position: relative;
  z-index: 1;
  color: #c3d6e2;
  line-height: 1.85;
}

/* ---------- Wallpaper gallery ---------- */
.gallery-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 26px 22px 8px;
  margin: 0 0;
  max-height: 400px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.gallery-scroll::-webkit-scrollbar {
  display: none;
}
@media (width <= 640px) {
  .gallery-scroll {
    max-height: 100%;
    margin-left: 16px;
  }
}

.gal-card {
  flex: 0 0 30%;
  scroll-snap-align: start;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #0c1c2e;
  aspect-ratio: 3/4;
  border: 1px solid var(--line-dark);
}
@media (width <= 640px) {
  .gal-card {
    flex: 0 0 70%;
  }
}
.gal-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gal-card.custom {
  background: linear-gradient(150deg, var(--deep2), var(--deep));
  border: 1px dashed rgba(123, 215, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gal-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 14px 12px;
  background: linear-gradient(0deg, rgba(4, 10, 18, 0.85), transparent 80%);
}
.gal-label .pat {
  font-family: "Space Grotesk";
  color: #0c1840;
  letter-spacing: 0.1em;
  font-weight: 600;
  background-color: #d0b66d;
  display: inline-block;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 4px;
}
.gal-label .name {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-weight: 700;
  margin-top: 2px;
}
.gal-label .desc {
  color: #c3d1dd;
  margin-top: 3px;
}

.gallery-hint {
  color: var(--ink-soft);
  padding: 0 22px;
  letter-spacing: 0.02em;
}

.custom-inner {
  text-align: center;
  padding: 22px;
}

.custom-ic {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(123, 215, 255, 0.14);
  border: 1px solid rgba(123, 215, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  color: var(--glow);
  font-weight: 700;
  font-family: "Space Grotesk";
}

.custom-h {
  font-family: "Shippori Mincho";
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}

.custom-p {
  color: #b9c8d6;
  line-height: 1.75;
}

/* ---------- Benefit checklist ---------- */
.benefit-list {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.benefit-item {
  display: flex;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-dark);
  align-items: flex-start;
}
.benefit-item:last-child {
  border-bottom: none;
}
.benefit-item b {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
}
.benefit-item span {
  color: var(--ink-soft);
}

.b-check {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(251, 191, 36, 0.16);
  border: 1px solid rgba(251, 191, 36, 0.4);
  flex-shrink: 0;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-check svg {
  width: 13px;
  height: 13px;
  stroke: var(--coral);
}

.quote-block {
  margin-top: 8px;
  padding: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--deep3), var(--deep2));
  color: #fff;
  position: relative;
  overflow: hidden;
}
.quote-block::before {
  content: '"';
  position: absolute;
  top: -10px;
  right: 12px;
  font-family: "Shippori Mincho";
  color: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}
.quote-block p {
  font-family: "Shippori Mincho";
  line-height: 1.6;
  position: relative;
  z-index: 1;
  font-weight: 600;
}
.quote-block .who {
  margin-top: 10px;
  color: var(--glow-soft);
  position: relative;
  z-index: 1;
}

/* ---------- Comparison table (unified grid) ---------- */
.cmp-table {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 80px 1fr 1fr 1fr;
  overflow: hidden;
  background: var(--deep2);
  box-shadow: 0 16px 34px rgba(2, 6, 16, 0.4);
}
@media (width <= 640px) {
  .cmp-table {
    grid-template-columns: 84px repeat(3, 150px);
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }
}

.cmp-cell {
  padding: 11px 5px;
  color: #eef3f7;
  text-align: center;
  line-height: 1.45;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.cmp-cell:nth-child(4n+1) {
  border-left: none;
}
.cmp-cell.last {
  border-bottom: none;
}
.cmp-cell.crit {
  background: rgba(255, 255, 255, 0.06);
  font-family: "Space Grotesk";
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
  border-left: none;
}
@media (width <= 640px) {
  .cmp-cell.crit {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #202f58;
    box-shadow: 4px 0 10px rgba(2, 6, 16, 0.24);
  }
}
.cmp-cell.head {
  background: var(--ink);
  color: #fff;
  font-weight: 700;
}
.cmp-cell.head.crit {
  background: var(--ink);
}
.cmp-cell.head.hi {
  background: var(--ink);
  color: #d0b66d;
  font-weight: 800;
  border-left: 2px solid #d0b66d;
  border-right: 2px solid #d0b66d;
  border-top: 2px solid #d0b66d;
}
.cmp-cell.head.hi svg {
  color: #d0b66d;
}
.cmp-cell.hi {
  background: var(--deep3);
  color: #fff;
  font-weight: 700;
  border-left: 2px solid #d0b66d;
  border-right: 2px solid #d0b66d;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.cmp-cell.hi svg {
  width: 14px;
  height: 14px;
  color: #d0b66d;
}
.cmp-cell.hi.last {
  border-bottom: 2px solid #d0b66d;
}

/* ---------- pupil panic callout ---------- */
.pupil-box {
  margin-top: 22px;
  border-radius: 8px;
  padding: 22px;
  background: rgba(123, 215, 255, 0.07);
  border: 1px solid rgba(123, 215, 255, 0.28);
}
.pupil-box .tag {
  font-family: "Space Grotesk";
  color: var(--glow);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.pupil-box h3 {
  font-family: "Shippori Mincho";
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #fff;
}
.pupil-box p {
  color: #b9c8d6;
  line-height: 1.85;
  text-align: justify;
}

.marker {
  background: linear-gradient(180deg, transparent 55%, rgba(251, 191, 36, 0.55) 55%);
  color: #fff;
  padding: 0 2px;
}

.pupil-steps {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 6px;
  margin-top: 16px;
}

.pstep {
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  color: #c3d1dd;
  font-weight: 600;
}
.pstep.coral {
  color: #ffe9a8;
  border-color: rgba(251, 191, 36, 0.4);
  background: rgba(251, 191, 36, 0.14);
}

.parrow {
  color: #5f7484;
}

/* ---------- track record ---------- */
.trust-strip {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
}

.trust-num {
  font-family: "Space Grotesk";
  font-weight: 700;
  color: var(--glow);
  line-height: 1;
}
.trust-num span {
  margin-left: 2px;
  color: #cfe0ec;
}

.trust-txt {
  color: #c3d1dd;
  line-height: 1.7;
}

.inst-list {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.inst-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
}
.inst-item .nm {
  font-weight: 700;
  color: #fff;
}
.inst-item .tg {
  color: #93a5b5;
  font-family: "Space Grotesk";
}

/* ---------- flow ---------- */
.flow-list {
  margin-top: 28px;
  position: relative;
}

.flow-item {
  display: flex;
  gap: 16px;
  padding-bottom: 30px;
  position: relative;
}
.flow-item:last-child {
  padding-bottom: 0;
}
.flow-item:last-child::before {
  display: none;
}
.flow-item::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 42px;
  bottom: 0;
  width: 1px;
  background: var(--line-dark);
}

.flow-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--deep3);
  color: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk";
  font-weight: 700;
  z-index: 1;
  border: 1px solid rgba(96, 165, 250, 0.4);
}

.flow-h {
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 2px;
}

.flow-p {
  color: var(--ink-soft);
}

/* ---------- Pricing ---------- */
.zero-hi {
  color: #d0b66d;
  font-weight: 800;
}

.zero-cost-block {
  margin-top: 28px;
  text-align: center;
  padding: 34px 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--ink), var(--deep2));
  color: #fff;
  position: relative;
  overflow: hidden;
}
.zero-cost-block::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123, 215, 255, 0.24), transparent 70%);
}

.zero-num {
  font-family: "Space Grotesk";
  font-weight: 700;
  color: #d0b66d;
  line-height: 1;
  text-shadow: 0 0 34px rgba(123, 215, 255, 0.5);
  position: relative;
  z-index: 1;
}

.zero-label {
  font-family: "Space Grotesk";
  letter-spacing: 0.16em;
  color: #cfe0ec;
  margin-top: 14px;
  position: relative;
  z-index: 1;
}

.zero-desc {
  color: #b9c8d6;
  margin-top: 14px;
  line-height: 1.85;
  position: relative;
  z-index: 1;
}

.sub-benefits {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sbf {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  background: var(--deep2);
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  padding: 15px 16px;
}
.sbf b {
  display: block;
  margin-bottom: 3px;
  color: #fff;
}
.sbf span {
  color: #93a5c4;
  line-height: 1.7;
}

.sbf-ic {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: rgba(96, 165, 250, 0.12);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sbf-ic svg {
  width: 19px;
  height: 19px;
  stroke: var(--glow);
}

.term-select {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.term-card {
  flex: 1;
  text-align: center;
  padding: 20px 10px;
  border-radius: 8px;
  background: var(--deep2);
  border: 1px solid var(--line-dark);
  position: relative;
}
.term-card.rec {
  border: 2px solid var(--ocean-light);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.25);
}
.term-card span {
  color: #93a5c4;
  line-height: 1.65;
  display: block;
}

.term-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #d0b66d;
  color: var(--ink);
  white-space: nowrap;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 100px;
  letter-spacing: 0.02em;
}

.term-name {
  font-family: "Space Grotesk";
  color: #93a5c4;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.term-len {
  font-family: "Shippori Mincho";
  font-weight: 800;
  color: #fff;
  margin: 0px 0 8px;
}

.plans-heading {
  margin-top: 34px;
  margin-bottom: 16px;
  text-align: center;
}

/* ---------- WEB集患パッケージ ---------- */
.web-heading {
  font-family: "Shippori Mincho";
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
  line-height: 1.4;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 3px solid #3b8acb;
}

.web-icons {
  display: flex;
  gap: 12px;
  margin: 26px 0 4px;
  position: relative;
  z-index: 1;
}

.wi {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.wi span {
  color: #dbe9f3;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.wi-ic {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(4, 10, 18, 0.2);
}
.wi-ic svg {
  width: 25px;
  height: 25px;
}

.reality-box {
  margin-top: 28px;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
}

.reality-tag {
  font-family: "Shippori Mincho";
  font-weight: 800;
  color: var(--coral);
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.reality-lead {
  font-family: "Shippori Mincho";
  font-weight: 800;
  color: #ffffff;
  line-height: 1.75;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.reality-chart {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 24px 0 4px;
  padding: 0 2px;
}

.rc-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rc-track {
  height: 118px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.rc-val {
  font-family: "Space Grotesk";
  font-weight: 700;
  color: #eaf3fa;
  margin-bottom: 6px;
}

.rc-fill {
  width: 100%;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg, #8cc4ea, #3b8acb);
}
.rc-fill--reviews {
  height: 93%;
}
.rc-fill--web {
  height: 67%;
}
.rc-fill--consultation {
  height: 19%;
}
.rc-fill--media {
  height: 17%;
}

.rc-label {
  color: #dbe9f3;
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
}
@media (width <= 640px) {
  .rc-label {
    height: 72px;
  }
}

.reality-chartcap {
  color: #7f93a3;
  text-align: center;
  margin-top: 6px;
  letter-spacing: 0.01em;
}

.reality-desc {
  color: #eaf3fa;
  line-height: 1.9;
  margin-top: 20px;
}
.reality-desc b {
  color: #fff;
}

.reality-source {
  color: #c3d6e2;
  margin-top: 12px;
  text-align: right;
  font-family: "Space Grotesk";
}

.trap-box {
  margin-top: 16px;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
}

.trap-tag {
  font-family: "Shippori Mincho";
  font-weight: 800;
  color: var(--coral);
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.trap-lead {
  font-family: "Shippori Mincho";
  font-weight: 800;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 8px;
}

.trap-intro {
  color: #eaf3fa;
  line-height: 1.8;
  margin-bottom: 18px;
}

.warn-box {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 8px;
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.35);
}
.warn-box p {
  color: #ffefc2;
  line-height: 1.85;
  font-weight: 600;
}

.entrust-box {
  margin-top: 20px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(59, 138, 203, 0.1);
  border: 1px solid rgba(59, 138, 203, 0.32);
  text-align: center;
}

.entrust-tag {
  display: inline-block;
  font-family: "Space Grotesk";
  color: #0c1840;
  background: #d0b66d;
  padding: 6px 14px;
  border-radius: 100px;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  font-weight: 700;
}

.entrust-lead {
  font-family: "Shippori Mincho";
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}

.entrust-desc {
  color: #eaf3fa;
  line-height: 1.8;
  text-align: left;
}

.webplan-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 8px;
}

.webplan-tag {
  font-family: "Shippori Mincho";
  font-weight: 700;
  color: #fff;
}

.webplan-nolock {
  font-family: "Space Grotesk";
  color: #0c1840;
  background: #d0b66d;
  padding: 6px 12px;
  border-radius: 100px;
  font-weight: 700;
}

.webplan-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wp-card {
  background: #0b1739;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 20px;
  position: relative;
  box-shadow: 0 10px 24px rgba(2, 6, 16, 0.35);
}
.wp-card.special {
  background: #0b1739;
  border: 2px dashed rgba(96, 165, 250, 0.5);
  box-shadow: none;
}
.wp-card.special .wp-name {
  color: #fff;
}
.wp-card.special .wp-price b {
  font-size: 40px;
  color: #fff;
}
@media (width <= 640px) {
  .wp-card.special .wp-price b {
    font-size: 8vw;
  }
}
.wp-card.special .wp-desc {
  color: #c3d6e2;
}

.wp-name {
  font-family: "Shippori Mincho";
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.wp-price {
  margin-bottom: 12px;
  line-height: 1.2;
}
.wp-price b {
  font-family: "Space Grotesk";
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}
@media (width <= 640px) {
  .wp-price b {
    font-size: 9.5vw;
  }
}
.wp-price span {
  color: #9fb0be;
  margin-left: 6px;
  position: relative;
  top: -3px;
  font-size: 20px;
}
@media (width <= 640px) {
  .wp-price span {
    font-size: 4.5vw;
  }
}

.wp-desc {
  color: #c3d6e2;
  line-height: 1.8;
}

.wp-note {
  color: var(--glow);
  line-height: 1.7;
  margin-top: 8px;
  font-weight: 600;
}

.wp-special-badge {
  display: inline-block;
  font-family: "Space Grotesk";
  font-weight: 700;
  color: var(--glow);
  background: rgba(96, 165, 250, 0.14);
  border: 1px solid rgba(96, 165, 250, 0.4);
  padding: 4px 11px;
  border-radius: 100px;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}

.plan-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.plan-card {
  border-radius: 12px;
  padding: 24px 22px;
  position: relative;
  border: 1px solid var(--line-dark);
  background: var(--ink);
}
.plan-card.pop {
  border: 2px solid var(--ocean-light);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.25);
}

.plan-pop-tag {
  position: absolute;
  top: -10px;
  left: 20px;
  background: #d0b66d;
  color: var(--ink);
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 100px;
  letter-spacing: 0.03em;
}

.plan-name-row {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 0px;
}

.plan-name {
  font-family: "Shippori Mincho";
  font-weight: 700;
  color: #fff;
}

.plan-tag {
  font-family: "Space Grotesk";
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #ffffff;
  position: relative;
  top: -1px;
}

.plan-price {
  margin: 8px 0 14px;
  line-height: 1.2;
}
@media (width <= 640px) {
  .plan-price {
    margin: 12px 0 16px;
  }
}
.plan-price .num {
  font-family: "Space Grotesk";
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
@media (width <= 640px) {
  .plan-price .num {
    font-size: 10vw;
    line-height: 1;
  }
}
.plan-price .unit {
  font-size: 20px;
  color: #93a5c4;
  margin-left: 8px;
  position: relative;
  top: -4px;
}
@media (width <= 640px) {
  .plan-price .unit {
    font-size: 4.5vw;
    display: inline-block;
  }
}

.plan-desc {
  color: #c3d6e2;
  margin-bottom: 14px;
  line-height: 1.8;
}

.plan-feat {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.plan-feat li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #eef3f7;
}
.plan-feat li svg {
  width: 14px;
  height: 14px;
  stroke: var(--glow);
  flex-shrink: 0;
  margin-top: 3px;
}

.plan-note {
  color: #8fa3bd;
  margin-top: 26px;
  line-height: 1.7;
}

/* ---------- checklist ---------- */
.check-grid {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.check-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px 16px;
  border-radius: 8px;
  background: var(--deep2);
  border: 1px solid var(--line-dark);
}
.check-item span {
  font-weight: 500;
  color: #eef3f7;
}

.check-box {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 2px solid var(--coral);
  flex-shrink: 0;
  position: relative;
}
.check-box::before, .check-box::after {
  content: "";
  position: absolute;
  background: var(--coral);
  left: 50%;
  top: 50%;
}
.check-box::before {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.check-box::after {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ---------- risk reversal ---------- */
.risk-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media (width <= 640px) {
  .risk-grid {
    display: block;
  }
}

.risk-card {
  text-align: center;
  padding: 18px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
}
@media (width <= 640px) {
  .risk-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 18px 16px;
    margin-top: 8px;
  }
}
.risk-card .ic {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: rgba(123, 215, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(123, 215, 255, 0.35);
}
.risk-card .ic svg {
  width: 20px;
  height: 20px;
  stroke: var(--glow);
}
@media (width <= 640px) {
  .risk-card .ic {
    margin-bottom: 0;
  }
}
.risk-card b {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}
@media (width <= 640px) {
  .risk-card b {
    width: 110px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 0;
  }
}
.risk-card span {
  color: #a9bbca;
  line-height: 1.6;
  display: block;
}
@media (width <= 640px) {
  .risk-card span {
    flex: 1;
  }
}

/* ---------- final CTA ---------- */
.final-cta {
  position: relative;
  padding: 70px 0 60px;
  background: var(--ink);
  color: #fff;
  text-align: center;
  overflow: hidden;
}
@media (width <= 640px) {
  .final-cta {
    padding-bottom: 12px;
  }
}

.final-glow {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123, 215, 255, 0.22), transparent 70%);
  filter: blur(10px);
}

.final-msg {
  font-family: "Shippori Mincho";
  font-size: 28px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
  margin: 0 0px;
  color: #e8eef3;
  font-weight: 600;
}
@media (width <= 640px) {
  .final-msg {
    font-size: clamp(20px, 5.5vw, 26px);
  }
}

.final-text {
  line-height: 2.1;
  position: relative;
  z-index: 1;
  margin: 16px 0 30px;
  color: #e8eef3;
  font-weight: 600;
}
.final-text b {
  color: var(--glow);
}
@media (width <= 640px) {
  .final-text {
    text-align: left;
  }
}

.tel-card {
  margin-top: 26px;
  margin-bottom: 16px;
  background: var(--paper-dim);
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.tel-card .n {
  font-family: "Space Grotesk";
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.tel-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 14px;
  border-radius: 8px;
  transition: background 0.15s;
}
.tel-row:not(:last-of-type) {
  border-bottom: 1px solid var(--line-dark);
}

.tel-label {
  color: var(--ink-soft);
  margin-bottom: 0px;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.tel-ic {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #26a06b, #1b8c5c);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tel-ic svg {
  width: 19px;
  height: 19px;
}

.tel-note {
  color: var(--ink-soft);
  line-height: 1.75;
  text-align: center;
  margin-bottom: 32px;
}

/* ---------- contact form ---------- */
.contact-form {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.f-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.f-field label {
  font-weight: 700;
  color: #eef3f7;
  display: flex;
  align-items: center;
  gap: 8px;
}
.f-field input,
.f-field textarea {
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  padding: 13px 14px;
  font-family: inherit;
  background: var(--deep2);
  color: #eef3f7;
  resize: vertical;
  width: 100%;
}
.f-field input:focus,
.f-field textarea:focus {
  outline: none;
  border-color: var(--ocean-light);
  background: var(--deep3);
}
.f-field input::-moz-placeholder, .f-field textarea::-moz-placeholder {
  color: #8296b3;
}
.f-field input::placeholder,
.f-field textarea::placeholder {
  color: #8296b3;
}

.req {
  color: var(--ink);
  background: var(--coral);
  padding: 2px 7px;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.f-submit {
  margin-top: 8px;
  padding: 17px;
  border-radius: 8px;
  border: none;
  background: linear-gradient(135deg, #26a06b, #1b8c5c);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(27, 140, 92, 0.32);
  cursor: pointer;
}

.f-note {
  color: #93a5c4;
  text-align: center;
  line-height: 1.7;
}

.f-thanks {
  padding: 34px 10px;
  text-align: center;
  font-family: "Shippori Mincho";
  color: var(--glow);
  font-weight: 700;
  line-height: 2;
}

/* ---------- company info ---------- */
.company-info {
  margin-top: 44px;
  padding-top: 34px;
  border-top: 1px solid var(--line-dark);
}

.ci-logo {
  text-align: center;
  margin-bottom: 20px;
}
.ci-logo img {
  height: 40px;
  width: auto;
  display: inline-block;
}

.ci-row {
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-dark);
}
.ci-row:last-child {
  border-bottom: none;
}

.ci-label {
  width: 76px;
  flex-shrink: 0;
  font-weight: 700;
  color: #93a5c4;
}

.ci-value {
  color: #eef3f7;
  line-height: 1.7;
}

/* footer */
footer {
  background: var(--ink);
  color: #7b8b99;
  padding: 26px 22px 40px;
  text-align: center;
  line-height: 1.9;
}
footer .fbrand {
  font-family: "Shippori Mincho";
  color: #c7d4e0;
  margin-bottom: 10px;
  font-weight: 700;
}

/* divider wave */
.divider {
  height: 46px;
  position: relative;
  overflow: hidden;
}
.divider svg {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 100%;
}

/* utility */
.center {
  text-align: center;
}

.mt8 {
  margin-top: 8px;
}

/* ---------- styles extracted from HTML attributes ---------- */
.wallpaper-section {
  padding: 64px 0 56px;
}

.risk-section {
  padding: 56px 0 60px;
}

.footer-copyright {
  margin-top: 10px;
}/*# sourceMappingURL=top.css.map */