@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@400&display=swap");

/* ==========================================================================
   基本設定・ユーティリティ (LP独自)
   ========================================================================== */
.ske-lp {
  display: block;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
}

.main-contents {
  background: #FFF!important;
  padding-top: 4%!important;
}

.spIn { display: none; }
.pcIn { display: inline; }

@media screen and (max-width: 1024px) {
  .main-contents { padding-top: 0px!important; }
}
@media screen and (max-width: 767px) {
  .spIn { display: inline; }
  .pcIn { display: none; }
  .main-contents { padding-top: 2%!important; }
}

/* 外部リンクアイコン (LP独自) */
.link-blank a:not(:has(img))[target="_blank"]::after {
  content: '\f35d'; 
  font-family: "Font Awesome 5 Free"!important;
  font-weight: bold;
  margin-left: 0.5em;
  font-size: 1.3rem;
  color: #696969;
}

/* 区切り線 (LP独自) */
hr {
  margin-left: auto;
  margin-right: auto;
  height: 3px;
  background: skyblue;
  background-image: linear-gradient(to right, #fff, #999, #fff);
}

/* モーダル表示時の背景固定用 */
body.modal-open {
  overflow: hidden;
  position: fixed;
}

/* ==========================================================================
   メインビジュアル (Firstview) - index.cssの#mainVisualとは別定義
   ========================================================================== */
.firstview {
  position: relative;
  background: url("../images/back_img_pc.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3%;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #FFF!important;
}

@media screen and (max-width: 767px) {
  .firstview {
    background: url("../images/back_img_sp.png") no-repeat;
    background-size: cover;
    height: auto;
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   見出し・タイトル周り (LP独自装飾)
   ========================================================================== */
.title-container {
  position: relative;
  text-align: center;
  padding: 15px 0;
}
.title-container img {
  vertical-align: middle;
}
.title-container .promo-note {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* index.cssにもnotesWrap_ttlはあるが、LPではフォントサイズ等を上書き調整 */
.notesWrap_ttl {
  font-size: 1.5em; /* 親の3.0remを上書き */
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}
.notesWrap_ttl .promo-note {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 0.8em;
  transform: translateY(-50%);
}
.notesWrap_ttl img {
  width: 80%;
  margin-top: 3%;
  margin-bottom: -5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h4 {
  font-size: 1.5em;
  font-weight: 700;
  box-shadow: 0 2px 0 currentColor;
  padding-bottom: 2px;
}
h4::before {
  content: '■';
  color: #1682e6;
  margin-right: 0.3rem;
}

@media (max-width: 767px) {
  .title-container .promo-note,
  .notesWrap_ttl .promo-note {
    position: static;
    transform: none;
    display: block;
    margin-top: 5px;
    text-align: center;
  }
  .title-container {
    max-width: 80%;
    margin: 0 auto;
  }
  .notesWrap_ttl .promo-note {
    margin-top: -7%;
  }
  .notesWrap_ttl img {
    width: 95%;
    margin-bottom: -10%;
  }
}

/* ==========================================================================
   コンテンツエリア & ラッパー
   ========================================================================== */
.cp-kiyaku {
  width: 100%;
  background-color: #EDEEEA;
  background-size: cover;
  margin-top: -5%;
}

.contInner, .contInner2 {
  max-width: 95%;
  margin: 0 auto;
}
.contInner2 {
  margin-top: -5%;
}

@media screen and (max-width: 767px) {
  .cp-kiyaku {
    margin-top: -10%;
  } 
}

/* index.cssのpointWrapとは異なる独自デザイン */
.pointWrap2 {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.y-bg {
  padding-left: 3%;
  padding-right: 3%;
  background: #ffffe6;
  width: 100%;
}

/* 注釈ボタン */
.annotationBtn {
  border-bottom: 1px solid #0054a6;
  color: #0054a6 !important;
  margin-right: 10px;
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .annotationBtn {
    font-size: 1.2rem;
    line-height: 1!important;
  }
}

/* ==========================================================================
   料金・対象機器テーブル (LP独自のレスポンシブ表)
   ========================================================================== */
/* index.cssのtable.colorfullとは異なる構造のため保持 */
.mobile-table {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.table-header-wrapper {
  background-color: #eaf2f8;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.table-body-wrapper {
  max-height: 300px;
  overflow-y: auto;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.mobile-table table {
  width: 100%;
  table-layout: fixed; 
}
.table-header-wrapper th {
  color: #2c5282;
  font-weight: 600;
  padding: 12px 15px;
  text-align: center;
}
.table-body-wrapper td {
  padding: 12px 15px;
  border-bottom: 1px solid #e2e8f0;
  background-color: #fff;
}
.table-body-wrapper tr:last-child td { border-bottom: none; }
.table-body-wrapper tr:nth-child(even) td { background-color: #f9fafb; }
.col-item { width: 65%; text-align: left; }
.col-price { width: 35%; text-align: right; white-space: nowrap; }

/* PC用テーブル */
.desktop-table { display: none; }

@media (min-width: 1024px) {
  .mobile-table { display: none; }
  .desktop-table {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .table-wrapper {
    flex: 1;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }
  .desktop-table table {
    width: 100%;
    border-collapse: collapse;
  }
  .desktop-table th {
    background-color: #eaf2f8;
    color: #2c5282;
    font-weight: 600;
    padding: 12px;
    text-align: center;
  }
  .desktop-table td {
    padding: 10px;
    border-bottom: 1px solid #e2e8f0;
  }
  .desktop-table tbody tr:last-child td { border-bottom: none; }
  .desktop-table td:first-child { text-align: left; }
  .desktop-table td:last-child { text-align: right; font-weight: 500; white-space: nowrap; }
}

/* ==========================================================================
   キャンペーン・プロモーション (LP独自)
   ========================================================================== */
.promo-section {
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 2em auto;
}
.promo-note {
  font-weight: normal;
  vertical-align: middle;
}
.promo-blocks-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.promo-block {
  width: 100%;
  max-width: 400px;
}
.promo-block + .promo-block {
  border-top: 2px dotted #999;
  padding-top: 20px;
  width: 80%;
}
.promo-label {
  font-size: 1.6em;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  padding: 4px 30px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 10px;
}
.promo-main-text {
  font-size: 3.5em;
  font-weight: 900;
  line-height: 1;
  color: #e60012;
}
.promo-main-text.cashback {
  font-size: 2.5em;
}
.promo-sub-text {
  font-size: 1.5em;
  color: #333;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .promo-blocks-container {
    width: 90%;
    flex-direction: row;
    justify-content: center;
    gap: 60px;
  }
  .promo-main-text.cashback { white-space: nowrap; }
  .promo-block + .promo-block {
    border-top: none;
    padding-top: 0;
    border-left: 1px solid #ccc;
    padding-left: 60px;
  }
}

/* ==========================================================================
   オプション・製品グリッド (LP独自)
   ========================================================================== */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  margin: 2% auto;
}
.product-card {
  border: 2px solid #777;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  background: #fff;
}
.card-icon {
  max-height: 50px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.card-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.card-sub-title {
  font-size: 1.2rem;
  font-weight: 700;
}
.price-label {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  display: block;
}
.price-value {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 4px;
}
.price-amount {
  font-size: 2.2rem;
  font-weight: bold;
  color: #e60012;
  line-height: 1;
}
.price-unit {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}

@media (min-width: 768px) {
  .product-grid { grid-template-columns: repeat(4, 1fr); }
  .card-title {
    font-size: 2rem;
    min-height: 2.5em;
  }
  .price-amount { font-size: 3rem; }
  .price-unit { font-size: 2rem; }
}

/* ==========================================================================
   FAQ (index.cssの.faqWrapとは別デザインのため保持)
   ========================================================================== */
.faq-list {
  max-width: 900px;
  width: 90%;
  margin: 2em auto;
  font-size: 1.8rem;
  border-top: 1px solid #e0e0e0;
}
.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
}
.faq-question {
  display: block;
  position: relative;
  padding: 10px 40px 10px 60px;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
}
.faq-question::before {
  content: 'Ｑ';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #009cd0;
  color: white;
  border-radius: 5px;
}
.faq-question::after {
  content: '∨';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  color: #777;
  transition: transform 0.2s ease-out;
}
.faq-answer {
  position: relative;
  padding: 20px 20px 10px 60px;
  line-height: 1.2;
  color: #000;
}
.faq-answer::before {
  content: 'Ａ';
  position: absolute;
  left: 10px;
  top: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #f39800;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
}
.faq-item[open] > .faq-question { color: #009cd0; }
.faq-item[open] > .faq-question::after { transform: translateY(-50%) rotate(180deg); }

@media (max-width: 767px) {
  .faq-question, .faq-answer { font-size: 1.8rem; }
}

/* ==========================================================================
   規約・スクロールエリア (一部LP独自)
   ========================================================================== */
.kiyaku {
  width: 100%;
  background-color: #edeeea;
  padding-top: 10px;
}

/* .checkList, .checkList_item はindex.cssと完全重複のため削除 */

.whiteArea {
  box-sizing: border-box;
  padding: 25px 40px;
  margin-bottom: 5%;
  border-radius: 10px;
  background: #fff; /* index.cssのgrayAreaとは背景色が異なるため保持 */
}
.tateScroll {
  width: 100%;
  box-sizing: border-box;
  height: 420px; /* index.css(200px)より高さを確保しているため上書き保持 */
  overflow-y: auto;
  padding-right: 20px;
}

.eventImgText { font-size: 1.3em; font-weight: 700; }

/* .noteList はindex.cssと完全重複のため削除 */

/* index.cssにない番号付きリスト定義 */
.numberList {
  position: relative;
  padding-left: 1.4em;
  counter-increment: list-counter;
}
.numberList::before {
  content: counter(list-counter) ". ";
  display: inline-block;
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .whiteArea { padding: 20px 5%; margin-bottom: 10%; }
  .tateScroll { padding-right: 10px; }
}

/* .telWrap はindex.cssと構造が重複しているため削除 (親スタイルを使用) */

/* #hikariFix (固定フッター) はindex.cssと完全重複のため削除 (親スタイルを使用) */

/* .box-menu, .circle-menu, .card-container, .tab-container, .modal-overlay, #annotationModal 
   これらもindex.cssの末尾に含まれているため削除 */