    /* ========================================
      BASE
    ======================================== */
.body {
    margin: 0;
}
    .clear-lp {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      color: #333;
      font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
      line-height: 1.8;
      overflow: hidden;
    }

    .clear-lp * {
      box-sizing: border-box;
    }

    .clear-lp img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
    }

    .clear-lp a {
      text-decoration: none;
    }

    .clear-section {
      padding: 82px 20px;
    }

    .clear-section-title {
      margin-bottom: 46px;
      text-align: center;
    }

    .clear-section-title span {
      display: block;
      margin-bottom: 8px;
      color: #7fb3d5;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .2em;
    }

    .clear-section-title h2 {
      margin: 0;
      color: #333;
      font-size: 32px;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: .08em;
    }

    .clear-section-title p {
      max-width: 680px;
      margin: 14px auto 0;
      color: #666;
      font-size: 15px;
      line-height: 2;
    }

    .clear-btn {
      display: inline-block;
      margin-top: 24px;
      padding: 10px 30px;
      border-radius: 999px;
      background: #7fb3d5;
      color: #fff !important;
      font-size: 13px;
      letter-spacing: .08em;
      transition: opacity .25s ease;
    }

    .clear-btn:hover {
      opacity: .82;
    }


    /* ========================================
      HERO
    ======================================== */

    .clear-hero {
      position: relative;
      padding: 92px 20px 84px;
      text-align: center;
      background: linear-gradient(135deg, #f4fbff 0%, #fff 46%, #eef7ff 100%);
    }

    .clear-hero-inner {
      max-width: 980px;
      margin: 0 auto;
    }

    .clear-hero-title {
      margin: 0 0 16px;
      color: #6fa8c9;
      font-size: 56px;
      font-weight: 600;
      line-height: 1.1;
      letter-spacing: .13em;
    }

    .clear-hero-sub {
      margin: 0 0 22px;
      color: #333;
      font-size: 22px;
      letter-spacing: .1em;
    }

    .clear-hero-text {
      margin: 0 0 44px;
      color: #666;
      font-size: 15px;
      line-height: 2;
    }

    .clear-hero-img {
      max-width: 900px;
      margin: 0 auto;
    }


    /* ========================================
      POINT
    ======================================== */

    .clear-point-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .clear-point {
      min-height: 170px;
      padding: 30px 20px;
      text-align: center;
      background: #fff;
      border: 1px solid #e5eef5;
      border-radius: 22px;
    }

    .clear-point-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 54px;
      height: 54px;
      margin: 0 auto 16px;
      color: #6fa8c9;
      font-size: 22px;
      font-weight: 600;
      background: #eef7ff;
      border-radius: 50%;
    }

    .clear-point h3 {
      margin: 0 0 8px;
      color: #427fa7;
      font-size: 18px;
      font-weight: 500;
    }

    .clear-point p {
      margin: 0;
      color: #666;
      font-size: 14px;
      line-height: 1.8;
    }


    .clear-thin {
      max-width: 750px;
      margin: 0 auto 82px;
      padding: 0 20px;
    }

    .clear-thin img {
      width: 100%;
      border-radius: 24px;
    }


    /* ========================================
      DETAIL
    ======================================== */

    .clear-detail {
      background: #f7fbff;
    }

    .clear-detail-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
    }

    .clear-detail-card {
      overflow: hidden;
      background: #fff;
      border-radius: 22px;
      box-shadow: 0 8px 24px rgba(80, 120, 150, .07);
    }

    .clear-detail-card img {
      aspect-ratio: 1 / 1;
      object-fit: cover;
    }

    .clear-detail-body {
      padding: 18px 16px 22px;
      text-align: center;
    }

    .clear-detail-body h3 {
      margin: 0 0 7px;
      color: #333;
      font-size: 16px;
      font-weight: 500;
    }

    .clear-detail-body p {
      margin: 0;
      color: #777;
      font-size: 13px;
      line-height: 1.7;
    }


    /* ========================================
      COLLECTION
    ======================================== */

    .clear-collection {
      background: #fff;
    }

    .clear-collection-list {
      display: flex;
      flex-direction: column;
      gap: 82px;
    }

    .clear-collection-item {
      display: grid;
      grid-template-columns: 1.08fr .92fr;
      gap: 48px;
      align-items: center;
    }

    .clear-collection-item.is-reverse {
      grid-template-columns: .92fr 1.08fr;
    }

    .clear-collection-item.is-reverse .clear-collection-img {
      order: 2;
    }

    .clear-collection-img {
      overflow: hidden;
      background: #f5f8fb;
      border-radius: 30px;
      box-shadow: 0 14px 36px rgba(80, 120, 150, .1);
    }

    .clear-collection-img img {
      aspect-ratio: 4 / 3;
      object-fit: cover;
    }

    .clear-label {
      display: inline-block;
      margin-bottom: 8px;
      color: #7fb3d5;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .18em;
    }

    .clear-collection-text h3 {
      margin: 0 0 17px;
      color: #333;
      font-size: 31px;
      font-weight: 500;
      line-height: 1.45;
      letter-spacing: .05em;
    }

    .clear-collection-text p {
      margin: 0;
      color: #666;
      font-size: 15px;
      line-height: 2;
    }

    .clear-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 19px;
    }

    .clear-tags em {
      display: inline-block;
      padding: 5px 13px;
      color: #5b95ba;
      font-size: 12px;
      font-style: normal;
      background: #eef7ff;
      border-radius: 999px;
    }


    /* ========================================
      COMPARE
    ======================================== */

    .clear-compare {
      background: #f7fbff;
    }

    .clear-table-wrap {
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

    .clear-table {
      width: 100%;
      min-width: 760px;
      overflow: hidden;
      background: #fff;
      border-collapse: collapse;
      border-radius: 20px;
    }

    .clear-table th,
    .clear-table td {
      padding: 16px 12px;
      text-align: center;
      white-space: nowrap;
      border: 1px solid #e3edf5;
      font-size: 14px;
    }

    .clear-table th {
      color: #427fa7;
      font-weight: 500;
      background: #eaf6ff;
    }

    .clear-table td:first-child {
      font-weight: 500;
    }


    /* ========================================
      CUSTOMIZE
    ======================================== */

    .clear-custom-single {
      display: grid;
      grid-template-columns: 1.08fr .92fr;
      gap: 46px;
      align-items: center;
      padding: 36px;
      background: #f7fbff;
      border-radius: 32px;
    }

    .clear-custom-single-img {
      overflow: hidden;
      background: #fff;
      border-radius: 26px;
    }

    .clear-custom-single-img img {
      aspect-ratio: 4 / 3;
      object-fit: cover;
    }

    .clear-custom-single-text span {
      display: inline-block;
      margin-bottom: 8px;
      color: #7fb3d5;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .18em;
    }

    .clear-custom-single-text h3 {
      margin: 0 0 16px;
      color: #333;
      font-size: 28px;
      font-weight: 500;
      line-height: 1.55;
      letter-spacing: .05em;
    }

    .clear-custom-single-text p {
      margin: 0;
      color: #666;
      font-size: 15px;
      line-height: 2;
    }


    .clear-custom-reverse {
      margin-top: 40px;
      grid-template-columns: .92fr 1.08fr;
    }

    .clear-custom-reverse .clear-custom-single-img {
      order: 2;
    }


    /* ========================================
      REVIEW
    ======================================== */

    .clear-review {
      background: #fff;
    }

    .clear-review-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .clear-review-card {
      padding: 26px 24px;
      background: #f7fbff;
      border: 1px solid #e5eef5;
      border-radius: 22px;
    }

    .clear-review-head {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
    }

    .clear-review-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      color: #7fb3d5;
      font-size: 12px;
      background: #dceffa;
      border-radius: 50%;
    }

    .clear-stars {
      color: #7fb3d5;
      font-size: 14px;
      letter-spacing: .08em;
    }

    .clear-review-card p {
      margin: 0;
      color: #555;
      font-size: 14px;
      line-height: 1.9;
    }

    .clear-review-card span {
      display: block;
      margin-top: 12px;
      color: #777;
      font-size: 13px;
    }


    /* ========================================
      RANKING
    ======================================== */

    .clear-ranking {
      background: #f7fbff;
    }

    .clear-ranking-grid {
      display: grid;
      grid-template-columns: 1.16fr 1fr 1fr;
      gap: 24px;
      align-items: end;
    }

    .clear-rank-card {
      padding: 18px;
      text-align: center;
      background: #fff;
      border-radius: 26px;
      box-shadow: 0 8px 24px rgba(80, 120, 150, .07);
    }

    .clear-rank-card strong {
      display: block;
      margin-bottom: 13px;
      color: #7fb3d5;
      font-size: 18px;
      letter-spacing: .12em;
    }

    .clear-rank-card img {
      aspect-ratio: 1 / 1;
      object-fit: cover;
      border-radius: 18px;
    }

    .clear-rank-card h3 {
      margin: 15px 0 0;
      color: #333;
      font-size: 15px;
      font-weight: 500;
    }


    /* ========================================
      ALL ITEMS
    ======================================== */

    .clear-items {
      background: #fff;
    }

    .clear-item-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
    }

    .clear-item-card {
      display: block;
      overflow: hidden;
      color: #333;
      background: #fff;
      border-radius: 22px;
      box-shadow: 0 8px 24px rgba(80, 120, 150, .08);
    }

    .clear-item-card img {
      aspect-ratio: 1 / 1;
      object-fit: cover;
    }

    .clear-item-card-body {
      padding: 16px 15px 18px;
    }

    .clear-item-card-body h3 {
      margin: 0 0 6px;
      color: #333;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.6;
    }

    .clear-item-card-body p {
      margin: 0;
      color: #777;
      font-size: 13px;
      line-height: 1.7;
    }




    /* ========================================
      FOOTER
    ======================================== */

    .clear-footer {
      padding: 90px 20px;
      text-align: center;
      background: linear-gradient(180deg, #f7fbff 0%, #eef7ff 100%);
    }

    .clear-footer h2 {
      margin: 0 0 18px;
      color: #6fa8c9;
      font-size: 34px;
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: .12em;
    }

    .clear-footer p {
      max-width: 600px;
      margin: 0 auto 32px;
      color: #666;
      font-size: 15px;
      line-height: 2;
    }

    .clear-footer-btn {
      display: inline-block;
      padding: 14px 40px;
      color: #fff !important;
      font-size: 14px;
      letter-spacing: .08em;
      background: #7fb3d5;
      border-radius: 999px;
      transition: opacity .25s ease;
    }

    .clear-footer-btn:hover {
      opacity: .85;
    }

    /* ========================================
      RESPONSIVE / TABLET
    ======================================== */

    @media screen and (max-width: 1024px) {

      .clear-lp {
        max-width: 100%;
      }

      .clear-hero-title {
        font-size: 46px;
      }

      .clear-point-grid,
      .clear-detail-grid,
      .clear-item-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .clear-collection-item,
      .clear-collection-item.is-reverse,
      .clear-custom-single {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      .clear-collection-item.is-reverse .clear-collection-img,
      .clear-custom-reverse .clear-custom-single-img {
        order: 0;
      }

    }


    /* ========================================
      RESPONSIVE / SP
    ======================================== */

    @media screen and (max-width: 768px) {

      .clear-section {
        padding: 58px 15px;
      }

      .clear-section-title {
        margin-bottom: 32px;
      }

      .clear-section-title h2 {
        font-size: 23px;
      }

      .clear-section-title p {
        font-size: 13px;
        line-height: 1.8;
      }

      .clear-hero {
        padding: 56px 15px 50px;
      }

      .clear-hero-title {
        font-size: 34px;
        letter-spacing: .08em;
      }

      .clear-hero-sub {
        font-size: 16px;
        line-height: 1.7;
      }

      .clear-hero-text {
        font-size: 13px;
        line-height: 1.9;
      }

      .clear-hero-img {
        border-radius: 20px;
      }

      .clear-point-grid,
      .clear-detail-grid,
      .clear-review-grid,
      .clear-ranking-grid,
      .clear-item-grid {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      .clear-point {
        min-height: auto;
        padding: 24px 18px;
      }

      .clear-collection-list {
        gap: 58px;
      }

      .clear-collection-text h3 {
        font-size: 23px;
      }

      .clear-collection-text p {
        font-size: 13px;
        line-height: 1.9;
      }

      .clear-collection-img {
        border-radius: 22px;
      }

      .clear-custom-single {
        padding: 18px;
        border-radius: 24px;
      }

      .clear-custom-single-text h3 {
        font-size: 22px;
      }

      .clear-custom-single-text p {
        font-size: 13px;
        line-height: 1.9;
      }

      .clear-custom-reverse {
        margin-top: 24px;
        grid-template-columns: 1fr;
      }

      .clear-thin {
        margin-bottom: 58px;
        padding: 0 15px;
      }

      .clear-thin img {
        border-radius: 18px;
      }

      .clear-footer {
        padding: 60px 20px;
      }

      .clear-footer h2 {
        font-size: 24px;
      }

      .clear-footer p {
        font-size: 13px;
      }

      .clear-table {
        min-width: 680px;
      }

      .clear-table th,
      .clear-table td {
        padding: 12px 8px;
        font-size: 12px;
      }

      .clear-rank-card h3 {
        font-size: 14px;
      }

    }


    /* ========================================
      RESPONSIVE / SMALL SP
    ======================================== */

    @media screen and (max-width: 480px) {

      .clear-hero-title {
        font-size: 30px;
      }

      .clear-hero-sub {
        font-size: 15px;
      }

      .clear-section-title h2 {
        font-size: 21px;
      }

      .clear-point h3 {
        font-size: 16px;
      }

      .clear-detail-body h3 {
        font-size: 15px;
      }

      .clear-collection-text h3 {
        font-size: 21px;
      }

      .clear-btn {
        width: 100%;
        text-align: center;
      }

    }

/* ========================================
   SP SLIDE + PAGE TOP FINAL
======================================== */

html {
  scroll-behavior: smooth;
}

.clear-page-top {
  position: fixed;
  right: 16px;
  bottom: 20px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6fa8c9 !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  background: #fff;
  border: 1px solid #d9eaf5;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(80, 120, 150, .16);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.clear-page-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.clear-page-top:hover {
  opacity: .85;
}

@media screen and (max-width: 768px) {

  .clear-point-grid,
  .clear-detail-grid,
  .clear-review-grid,
  .clear-ranking-grid,
  .clear-item-grid {
    display: flex;
    grid-template-columns: none;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 15px 12px;
    margin: 0 -15px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .clear-point-grid::-webkit-scrollbar,
  .clear-detail-grid::-webkit-scrollbar,
  .clear-review-grid::-webkit-scrollbar,
  .clear-ranking-grid::-webkit-scrollbar,
  .clear-item-grid::-webkit-scrollbar {
    display: none;
  }

  .clear-point,
  .clear-detail-card,
  .clear-review-card,
  .clear-rank-card {
    width: 280px;
    min-width: 280px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  .clear-item-card {
    width: 220px;
    min-width: 220px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  .clear-point {
    min-height: 190px;
  }

  .clear-ranking-grid {
    align-items: stretch;
  }

  .clear-rank-card {
    display: flex;
    flex-direction: column;
  }

  .clear-rank-card .clear-btn {
    margin-top: auto;
  }

  .clear-item-card .clear-item-card-body {
    min-height: 118px;
  }

  .clear-section-title + .clear-point-grid,
  .clear-section-title + .clear-detail-grid,
  .clear-section-title + .clear-review-grid,
  .clear-section-title + .clear-ranking-grid,
  .clear-section-title + .clear-item-grid {
    margin-top: -6px;
  }

  .clear-page-top {
    right: 14px;
    bottom: 18px;
    width: 50px;
    height: 50px;
    font-size: 11px;
  }
}

