@charset "utf-8";
/* BARRICADO SQ8800 LP 固有スタイル */

:root {
  --bd-bg:     #0a0d12;
  --bd-bg-2:   #171d27;
  --bd-panel:  #1a202a;
  --bd-line:   #2a323e;
  --bd-txt:    #e9eef4;
  --bd-muted:  #9aa6b4;
  --bd-accent: #4a9eff; /* リモコン表示「SECURE」の青 */
  --bd-alert:  #ff5a4d; /* リモコン表示「OFF」の赤 */
  --bd-inner:  1100px;
}

.p-main-bg {
  background-color: var(--bd-bg);
  background-image:
    repeating-linear-gradient(30deg, rgba(255, 255, 255, .062) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(-30deg, rgba(255, 255, 255, .062) 0 1px, transparent 1px 22px);
  color: var(--bd-txt);
}

.p-inner {
  max-width: var(--bd-inner);
  margin: 0 auto;
  padding: 0 20px;
}

.p-inner.-narrow {
  max-width: 900px;
}

.p-sec {
  padding: 72px 0;
}

.p-sec.-alt {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .115) 0%, rgba(255, 255, 255, .055) 100%);
  border-top: 1px solid rgba(255, 255, 255, .11);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}

/* 背景色が同じセクションが続く箇所の区切り線（ラインアップ→FAQ） */
.p-sec:not(.-alt) + .p-sec:not(.-alt) {
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.p-sec-head {
  text-align: center;
  margin-bottom: 40px;
}

.p-sec-head__jp {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}

.p-sec-head__lead {
  margin: 16px auto 0;
  max-width: 720px;
  font-size: 15px;
  line-height: 1.9;
  color: var(--bd-muted);
}

@media only screen and (max-width:959.98px) {
  .p-sec { padding: 52px 0; }
  .p-sec-head { margin-bottom: 28px; }
  .p-sec-head__jp { font-size: 22px; }
  .p-sec-head__lead { font-size: 14px; line-height: 1.8; text-align: left; }
}

.p-hero {
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--bd-accent);
  background:
    radial-gradient(900px 520px at 78% 42%, rgba(74, 158, 255, .20), rgba(74, 158, 255, 0) 68%),
    linear-gradient(180deg, #16243c 0%, #0f141c 58%, #0d1015 100%);
}

.p-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(30deg, rgba(255, 255, 255, .048) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(-30deg, rgba(255, 255, 255, .048) 0 1px, transparent 1px 22px);
}

.p-hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--bd-inner);
  margin: 0 auto;
  padding: 64px 20px 56px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.p-hero__copy {
  flex: 1 1 52%;
  min-width: 0;
}

.p-hero__visual {
  flex: 0 0 38%;
  text-align: center;
}

.p-hero__visual img {
  width: 100%;
  max-width: 300px;
  height: auto;
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, .65));
}

.p-hero__logo {
  width: 300px;
  max-width: 72%;
  height: auto;
  margin-bottom: 32px;
}

.p-hero__h1 {
  margin: 0 0 26px;
}

.p-hero__name {
  display: block;
  margin-bottom: 16px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #fff;
}

.p-hero__catch {
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.p-hero__catch em {
  font-style: normal;
  color: var(--bd-accent);
}

.p-hero__lead {
  margin: 0 0 32px;
  max-width: 300px;
  font-size: 15px;
  line-height: 1.9;
  color: #c6d0dc;
}

@media only screen and (max-width:959.98px) {
  .p-hero__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 52px 20px 56px;
    text-align: center;
  }

  .p-hero__copy { display: contents; }

  .p-hero__logo { order: 1; width: 200px; margin-bottom: 32px; }
  .p-hero__h1 { order: 2; margin-bottom: 30px; }
  .p-hero__lead { order: 3; margin-bottom: 40px; }
  .p-hero__visual { order: 4; margin: 0 0 40px; }
  .p-feats { order: 5; }
  .p-marks { order: 6; margin-top: 32px; }

  .p-hero__name { font-size: 30px; margin-bottom: 14px; }
  .p-hero__catch { font-size: 18px; line-height: 1.6; }
  .p-hero__lead { max-width: 330px; margin-left: auto; margin-right: auto; font-size: 14px; line-height: 1.9; text-align: left; }
  .p-hero__visual img { max-width: 172px; }
  .p-hero__disclaimer { order: 7; max-width: 330px; margin: 28px auto 0; text-align: left; }
}

.p-hero__feature {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 26px;
}

.p-feats {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 0 0 auto;
  width: 330px;
}

.p-feats li {
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #dce8f7;
  border: 1px solid rgba(74, 158, 255, .5);
  border-radius: 6px;
  background: #152335;
}

.p-marks {
  display: flex;
  gap: 14px;
  align-items: center;
  flex: 0 0 auto;
}

.p-marks img {
  width: 88px;
  height: auto;
}

@media only screen and (max-width:959.98px) {
  .p-hero__feature { display: contents; }

  .p-feats { width: 100%; max-width: 330px; gap: 10px; }
  .p-feats li { font-size: 14px; padding: 11px 16px; }
  .p-marks { gap: 16px; }
  .p-marks img { width: 84px; }
}

.p-cta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.p-cta-grid.-single {
  grid-template-columns: 1fr;
  max-width: 560px;
  margin: 0 auto;
}

@media only screen and (max-width:768.98px) {
  .p-cta-grid { grid-template-columns: 1fr; }
}

.p-cta {
  display: block;
  padding: 22px 24px;
  border: 1px solid var(--bd-line);
  border-radius: 10px;
  background: linear-gradient(180deg, #212a38 0%, #161c26 100%);
  box-shadow: 0 14px 24px rgba(0, 0, 0, .32);
  color: var(--bd-txt);
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.p-cta:hover,
.p-cta:focus-visible {
  border-color: var(--bd-accent);
  background: #1f2836;
  transform: translateY(-2px);
}

.p-cta.-primary {
  border-color: var(--bd-accent);
  background: linear-gradient(135deg, #17304f 0%, #15212f 100%);
}

.p-cta__title {
  display: block;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.p-cta__desc {
  display: block;
  font-size: 13px;
  line-height: 1.75;
  color: var(--bd-muted);
}

.p-cta__arrow {
  display: inline-block;
  margin-top: 14px;
  font-size: 13px;
  color: var(--bd-accent);
}

.p-cta__arrow::after {
  content: " \25B6";
  font-size: 10px;
}

.p-func-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

@media only screen and (max-width:768.98px) {
  .p-func-grid { grid-template-columns: 1fr; }
}

.p-func {
  padding: 24px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, #212a38 0%, #161c26 100%);
  box-shadow: 0 14px 24px rgba(0, 0, 0, .32);
}

.p-func__catch {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  color: var(--bd-accent);
}

.p-func.-alert .p-func__catch {
  color: var(--bd-alert);
}

.p-func__name {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.p-func__txt {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: #c2ccd8;
}

.p-func__std {
  display: inline-block;
  margin-top: 14px;
  padding: 4px 10px;
  font-size: 11px;
  color: var(--bd-muted);
  border: 1px solid var(--bd-line);
  border-radius: 3px;
}

.p-point-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media only screen and (max-width:959.98px) {
  .p-point-grid { grid-template-columns: repeat(2, 1fr); }
}

@media only screen and (max-width:520px) {
  .p-point-grid { grid-template-columns: 1fr; }
}

.p-point {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 22px 20px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, #2a3546 0%, #1e2734 100%);
  box-shadow: 0 14px 24px rgba(0, 0, 0, .32);
  font-size: 15px;
  line-height: 1.8;
  color: #c8d3e0;
  text-align: left;
}

.p-point b {
  display: block;
  margin: 0;
  padding: 7px 12px;
  border: 1px solid rgba(74, 158, 255, .5);
  border-radius: 6px;
  background: #152335;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  text-wrap: balance;
}

.p-point__txt {
  margin: 18px 0 0;
}

.p-fit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media only screen and (max-width:768.98px) {
  .p-fit { grid-template-columns: 1fr; }
}

.p-fit__box {
  padding: 22px 24px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, #212a38 0%, #161c26 100%);
  box-shadow: 0 14px 24px rgba(0, 0, 0, .32);
}

.p-fit__maker {
  margin: 0 0 14px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid var(--bd-line);
}

.p-fit__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-fit__list li {
  position: relative;
  padding: 7px 0 7px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #c2ccd8;
}

.p-fit__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--bd-accent);
}

.p-lineup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media only screen and (max-width:768.98px) {
  .p-lineup { grid-template-columns: 1fr; }
}

.p-item {
  padding: 24px 22px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, #212a38 0%, #161c26 100%);
  box-shadow: 0 14px 24px rgba(0, 0, 0, .32);
  text-align: center;
}

.p-item__code {
  font-family: "Roboto", "Noto Sans JP";
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--bd-accent);
}

.p-item__name {
  margin: 8px 0 14px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}

.p-item__img {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.p-item__img img {
  max-height: 150px;
  width: auto;
}

.p-item__img.-none {
  border: 1px dashed var(--bd-line);
  border-radius: 6px;
  color: var(--bd-muted);
  font-size: 12px;
}

.p-item__txt {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.8;
  color: #c2ccd8;
  text-align: left;
}

.p-spec-wrap {
  overflow-x: auto;
}

.p-spec {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.p-spec th,
.p-spec td {
  border: 1px solid var(--bd-line);
  padding: 13px 16px;
  text-align: left;
  line-height: 1.7;
  vertical-align: top;
}

.p-spec th {
  width: 34%;
  background: #1b2432;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.p-spec td {
  background: #121822;
  color: #c6d0dc;
}

@media only screen and (max-width:600px) {
  .p-spec,
  .p-spec tbody,
  .p-spec tr,
  .p-spec th,
  .p-spec td { display: block; width: auto; }

  .p-spec th { border-bottom: 0; white-space: normal; }
  .p-spec tr + tr th { border-top: 0; }
}

.p-note-box {
  padding: 24px 26px 26px;
  border: 2px solid var(--bd-line);
  border-radius: 10px;
  background: #141a24;
}

.p-note-box__title {
  margin: 0 0 16px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-bottom: 1.5px solid var(--bd-line);
}

.p-note-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-note-box li {
  position: relative;
  padding: 5px 0 5px 16px;
  font-size: 14px;
  line-height: 1.8;
  color: #c2ccd8;
}

.p-note-box li::before {
  content: "\30FB";
  position: absolute;
  left: 0;
}

.p-note a {
  color: var(--bd-accent);
  text-decoration: underline;
}

.p-note {
  margin: 12px 0 0;
  font-size: 11px;
  line-height: 1.7;
  color: var(--bd-muted);
}

.p-dealer {
  padding: 44px 0;
  border-top: 1px solid rgba(255, 255, 255, .11);
  background-color: #11161e;
  background-image:
    repeating-linear-gradient(30deg, rgba(255, 255, 255, .058) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(-30deg, rgba(255, 255, 255, .058) 0 1px, transparent 1px 22px);
}

.p-dealer__head {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.p-dealer__txt {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.8;
  color: var(--bd-muted);
}

.p-dealer .p-cta {
  background: #141a22;
}

.p-floating-cta {
  position: fixed;
  right: 16px;
  bottom: 84px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--bd-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .5);
  transition: opacity .2s ease, transform .2s ease;
}

.p-back-to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .10);
  border: 1px solid var(--bd-line);
  color: var(--bd-txt);
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: opacity .2s ease, transform .2s ease;
}

@media only screen and (max-width:768.98px) {
  .is-scrolling .p-floating-cta,
  .is-scrolling .p-back-to-top {
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
  }
}

@media only screen and (max-width:768.98px) {
  .p-floating-cta { width: 56px; height: 56px; font-size: 10px; bottom: 76px; }
  .p-back-to-top { width: 56px; height: 56px; font-size: 10px; }
}

@media only screen and (max-width:420px) {
  .p-hero__name { font-size: 26px; }
  .p-hero__catch { font-size: 17px; }
  .p-sec-head__jp { font-size: 20px; }
}

.l-footer__copyright {
  padding: 24px 20px 28px;
}

.l-footer__menu {
  padding-bottom: 4px;
}

@media only screen and (max-width:768.98px) {
  .l-footer__copyright { padding: 20px 20px 24px; }

  .p-inner { padding: 0 18px; }
  .p-sec { padding: 44px 0; }
  .p-func { padding: 20px 18px; }
  .p-point { padding: 18px 16px; }
  .p-point b { padding: 6px 10px; font-size: 15px; }
  .p-point__txt { margin-top: 14px; }
  .p-item { padding: 20px 18px; }
  .p-fit__box { padding: 18px 18px 20px; }
  .p-cta { padding: 18px 18px; }
  .p-note-box { padding: 20px 18px 22px; }
  .p-dealer { padding: 36px 0; }
}

.p-dealer { padding-bottom: 56px; }

@media only screen and (max-width:768.98px) {
  .p-dealer { padding-bottom: 48px; }
}

.l-footer {
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.js-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, transform;
}

.js-reveal.is-revealed {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.p-hero__note {
  margin: 12px 0 0;
  font-size: 11px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .55);
}

@media only screen and (max-width:768.98px) {
  .p-hero__note { margin-top: 8px; font-size: 10px; }
}

/* ヘッダー グローバルナビ */

.l-wrapper {
  overflow: hidden;
  overflow-x: clip;
  overflow-y: visible;
}

.l-header { z-index: 100; }

.p-sec,
.p-dealer,
#spec {
  scroll-margin-top: 62px;
}

@media only screen and (max-width:959.98px) {
  .p-sec,
  .p-dealer,
  #spec { scroll-margin-top: 68px; }
}

.l-header .l-unit.-solid .l-unit__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--bd-inner);
  margin: 0 auto;
  padding: 12px 20px;
}

.l-header__logo { padding: 0; }

.l-header__logo img {
  display: block;
  width: 160px;
  height: auto;
}

@media only screen and (max-width:959.98px) {
  .l-header .l-unit.-solid .l-unit__box { padding: 10px 18px; }
  .l-header__logo img { width: 128px; }
}

.p-gnav__toggle { display: none; }

.p-gnav__list {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-gnav__list a {
  display: block;
  padding: 8px 9px;
  color: #b3becb;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: color .2s ease;
}

.p-gnav__list a:hover,
.p-gnav__list a:focus-visible { color: #fff; }

.p-gnav__list .-last {
  margin-left: 6px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.p-gnav__list .-last a { color: #8b96a4; font-weight: 400; }

@media only screen and (min-width:960px) and (max-width:1120px) {
  .p-gnav__list a { padding: 8px 6px; font-size: 11px; }
}

@media only screen and (max-width:959.98px) {
  .p-gnav__toggle {
    position: relative;
    z-index: 110;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .p-gnav__bars,
  .p-gnav__bars::before,
  .p-gnav__bars::after {
    position: absolute;
    left: 9px;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    transition: transform .25s ease, opacity .2s ease;
  }

  .p-gnav__bars { top: 19px; }
  .p-gnav__bars::before { content: ""; left: 0; top: -7px; }
  .p-gnav__bars::after  { content: ""; left: 0; top: 7px; }

  .is-gnav-open .p-gnav__bars { background: transparent; }
  .is-gnav-open .p-gnav__bars::before { transform: translateY(7px) rotate(45deg); }
  .is-gnav-open .p-gnav__bars::after  { transform: translateY(-7px) rotate(-45deg); }

  .p-gnav {
    position: fixed;
    inset: 0;
    z-index: 105;
    padding: 72px 20px 32px;
    overflow-y: auto;
    background: var(--bd-bg);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
  }

  .is-gnav-open .p-gnav { opacity: 1; visibility: visible; }
  .is-gnav-open { overflow: hidden; }

  .p-gnav__list {
    display: block;
    max-width: 420px;
    margin: 0 auto;
  }

  .p-gnav__list li { border-bottom: 1px solid rgba(255, 255, 255, .12); }

  .p-gnav__list a {
    position: relative;
    padding: 17px 24px 17px 2px;
    color: var(--bd-txt);
    font-size: 15px;
  }

  .p-gnav__list a::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    color: var(--bd-accent);
    font-size: 17px;
  }

  .p-gnav__list .-last {
    margin: 18px 0 0;
    padding: 0;
    border-left: 0;
    border-bottom: 0;
  }

  .p-gnav__list .-last a {
    padding: 15px 24px 15px 16px;
    border: 1px solid var(--bd-line);
    border-radius: 8px;
    background: #141a22;
    color: var(--bd-muted);
    font-size: 13px;
    font-weight: 700;
  }
}

/* ユーザー登録メニュー */
.p-reg {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-reg__row {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--bd-line);
}

.p-reg__row:first-child { border-top: 1px solid var(--bd-line); }

.p-reg__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 16px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #232c39;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease;
}

.p-reg__btn.-new { border-color: var(--bd-accent); background: var(--bd-accent); }
.p-reg__btn.-add { border-color: #3f6fa0; background: #2c4a6b; }

.p-reg__btn:hover,
.p-reg__btn:focus-visible { border-color: var(--bd-accent); background: #31405a; }
.p-reg__btn.-new:hover, .p-reg__btn.-new:focus-visible { background: #6cb2ff; }

.p-reg__txt {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #c2ccd8;
}

.p-reg__txt b { color: #fff; }

.p-reg__help {
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.8;
  color: var(--bd-muted);
  text-align: right;
}

.p-reg__help a {
  color: var(--bd-accent);
  text-decoration: underline;
}

@media only screen and (max-width:640px) {
  .p-reg__row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 0;
  }

  .p-reg__btn { min-height: 48px; font-size: 15px; }
  .p-reg__help { font-size: 12px; text-align: left; }
  .p-reg__txt { font-size: 13px; }
}

/* こんな方におすすめ */
.p-reco {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width:768.98px) {
  .p-reco { grid-template-columns: 1fr; }
}

.p-reco li {
  position: relative;
  padding: 16px 20px 16px 48px;
  border-radius: 10px;
  background: linear-gradient(180deg, #212a38 0%, #161c26 100%);
  box-shadow: 0 14px 24px rgba(0, 0, 0, .32);
  font-size: 15px;
  line-height: 1.7;
  color: #c8d3e0;
}

.p-reco li::before {
  content: "\2713";
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  color: var(--bd-accent);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.p-reco__close {
  max-width: 840px;
  margin: 40px auto 0;
  text-align: center;
}

.p-reco__close-lead {
  display: block;
  font-size: 15px;
  line-height: 1.8;
  color: var(--bd-muted);
}

.p-reco__close-main {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
}

.p-reco__close em {
  font-style: normal;
  font-weight: 700;
  color: var(--bd-accent);
  white-space: nowrap;
}

@media only screen and (max-width:768.98px) {
  .p-reco li { padding: 14px 16px 14px 42px; font-size: 14px; }
  .p-reco__close { margin-top: 28px; }
  .p-reco__close-lead { font-size: 13px; text-wrap: balance; }
  .p-reco__close-main { font-size: 18px; text-wrap: wrap; }
}

/* FAQ */
.p-faq {
  margin: 0;
  border-top: 1px solid var(--bd-line);
}

.p-faq__q,
.p-faq__a {
  position: relative;
  margin: 0;
  padding: 18px 4px 18px 40px;
  line-height: 1.8;
}

.p-faq__q {
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.p-faq__a {
  padding-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bd-line);
  font-size: 14px;
  color: #c2ccd8;
}

.p-faq__q::before,
.p-faq__a::before {
  position: absolute;
  left: 4px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}

.p-faq__q::before {
  content: "Q.";
  color: var(--bd-accent);
}

.p-faq__a::before {
  content: "A.";
  color: var(--bd-muted);
}

@media only screen and (max-width:768.98px) {
  .p-faq__q { font-size: 15px; }
  .p-faq__q,
  .p-faq__a { padding-left: 34px; }
}

/* 販売店様向け情報 */
h2.p-dealer__head {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

@media only screen and (min-width:521px) {
  .p-point-grid + .p-point-grid { margin-top: 32px; }
}

@media only screen and (max-width:520px) {
  .p-point-grid + .p-point-grid { margin-top: 12px; }
}

@media only screen and (min-width:769px) and (max-width:959.98px) {
  .p-reco__close-main { font-size: 20px; }
}

@media only screen and (max-width:959.98px) {
  .p-func__catch { font-size: 19px; }
  .p-reco li { font-size: 15px; }
  .p-reg__txt { font-size: 14px; }
  h2.p-dealer__head { font-size: 18px; }
}

.p-sec-head__lead a,
.p-note a,
.p-reg__help a {
  white-space: nowrap;
}

.p-sec-head__lead,
.p-reco__close-main {
  text-wrap: balance;
}

@media only screen and (max-width:959.98px) {
  .p-sec-head__lead { text-wrap: wrap; }
}

.-nb { white-space: nowrap; }

.p-func__pre {
  color: #fff;
}

.p-note-ref {
  font-size: .62em;
  font-weight: 400;
  vertical-align: super;
  line-height: 0;
}

.p-hero__disclaimer {
  margin: 14px 0 0;
  font-size: 11px;
  line-height: 1.7;
  color: var(--bd-muted);
}

.p-lineup.-main {
  grid-template-columns: 1fr;
  margin-bottom: 16px;
}

.p-lineup.-sub {
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width:768.98px) {
  .p-lineup.-sub { grid-template-columns: 1fr; }
}

@media only screen and (min-width:769px) {
  .p-item__meta .p-item__code { font-size: 15px; }
  .p-lineup.-sub .p-item__code { font-size: 14px; }
  .p-lineup.-sub .p-item__name { font-size: 20px; }
}

.p-item.-wide {
  text-align: left;
}

.p-item__head {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  gap: 32px;
}

.p-item__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 24px;
  border: 1px solid var(--bd-line);
  border-radius: 10px;
  background:
    radial-gradient(420px 220px at 50% 40%, rgba(74, 158, 255, .16), rgba(74, 158, 255, 0) 70%),
    linear-gradient(180deg, #1b2431 0%, #12171f 100%);
}

.p-item__brand img {
  width: 100%;
  max-width: 200px;
  height: auto;
  opacity: .8;
}

.p-item__meta .p-item__code {
  display: block;
  margin-bottom: 6px;
}

.p-item__meta .p-item__name {
  margin: 0 0 12px;
  font-size: 22px;
}

.p-item__meta .p-item__txt {
  margin: 0;
}

@media only screen and (max-width:768.98px) {
  .p-item__head { grid-template-columns: 1fr; gap: 20px; }
  .p-item__brand { min-height: 120px; padding: 20px; }
  .p-item__brand img { max-width: 170px; }
  .p-item__meta .p-item__name { font-size: 19px; }
}

.p-item__spec {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--bd-line);
}

.p-item__spec-title {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.p-point__note {
  display: block;
  margin-top: 12px;
  text-wrap: wrap;
  font-size: 11px;
  line-height: 1.7;
  color: var(--bd-muted);
  text-align: left;
}

.p-note + .p-cta-grid {
  margin-top: 64px;
}

@media only screen and (max-width:768.98px) {
  .p-note + .p-cta-grid { margin-top: 40px; }
}

.p-dealer h2.p-dealer__head,
.p-dealer .p-dealer__txt {
  max-width: 560px;
  margin-inline: auto;
}

.p-dealer h2.p-dealer__head {
  text-align: center;
}
