@charset "UTF-8";

/* =========================
   共通スタイル
========================= */
/* PC表示の制御 */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* SP表示用(767px以下) */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  
  .sp {
    display: block !important;
  }
}

/* =========================
   共通スタイル PC用
========================= */
@media (min-width: 1024px) {
}

/* =========================
   Main View 共通+SP用
========================= */
/* ナビ */
/* ナビゲーションセクション */
/* 最初は非表示状態（上に引っ込める） */
.cat_detail_navigation {
  position: fixed;
  left: 0;
  right: 0;
  top: 75px;
  width: 100%;
  z-index: 1000;
  transition: top 0.5s ease;
}

/* スクロール後に表示する時 */
.cat_detail_navigation.active {
  top: 0;
}

    .cat_detail_navigation_list {
      padding: 20px 0;
      opacity: 0;
      visibility: hidden;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity .4s ease, transform .4s ease;
   background: rgba(226, 226, 226, 0.95);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    .cat_detail_navigation_list.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

    .container {
      width: 100%;
      overflow: hidden;
    }

    .cat_detail_anker_list {
      display: flex;
      gap: 20px;
      list-style: none;
      padding: 0 40px;
      overflow-x: auto;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      justify-content: center;
    }

    .cat_detail_anker_list::-webkit-scrollbar {
      display: none;
    }

    .cat_detail_anker_list li {
      flex-shrink: 0;
    }

    .cat_detail_anker_list .link {
      display: block;
      text-decoration: none;
      transition: transform 0.3s ease;
    }

    .cat_detail_anker_list img {
      width: 100%;
      height: auto;
      display: block;

    }
    

    /* コンテンツエリア */
    .content {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .content section {
      margin-bottom: 100vh;
      padding: 40px;
      background: white;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .content h2 {
      font-size: 2rem;
      margin-bottom: 20px;
      color: #333;
    }

    /* スマホ対応 */
    @media (max-width: 768px) {
    
    .cat_detail_navigation_list.active .cat_detail_anker_list {
        width: 650px;
        flex-wrap: inherit;
    }
    .cat_detail_navigation_list .cat_detail_anker_list li {
        padding: 0 7px;
    }
    .cat_detail_navigation_list.active {
        background: #ffffffe6;
        overflow: auto;
        z-index: 999;
    }

      .hero {
        font-size: 1.5rem;
        padding: 20px;
        text-align: center;
      }

      .content h2 {
        font-size: 1.5rem;
      }
    }

/* 齋藤追記 */
* {
     font-family:none !important; 
    font-weight: none;
}
 .top-img {
            display: flex;
            align-items: center;
            width: 100%;
            max-width: 1838px;
            margin: 0 auto;
            position: relative;
            margin-bottom: 70px;
        }

        /* 高さを幅に応じて固定 (アスペクト比を維持) */
        .top-img::before {
            content: '';
            display: block;
            padding-top: 28.3%; /* 520/1838 = 約28.3% */
        }

        .top-img-inner {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
        }

        .eremain {
            position: absolute;
            right: 0;
            top: 0;
            width: 70%;
            height: 100%;
            overflow: hidden;
        }

        .main-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: left center;
            display: block;
            opacity: 0;
            transition: opacity 1.5s ease-in-out;
        }

        .main-img.active {
           opacity: 1;
  z-index: 2;
        }

        .ere-lead {
            position: absolute;
            left: 3%;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
        }

        .ere-lead img {
            display: block;
            width: 17.4vw; /* 320px / 1838px = 約17.4% */
            max-width: 320px;
            min-width: 140px;
            margin-bottom: 15px;
        }

        .eretext {
            font-size: clamp(16px, 1.74vw, 32px); /* 32px / 1838px = 約1.74% */
            color: #555555;
            margin: 0;
            white-space: nowrap;
        }


/* エレクター紹介文 */
.erecta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  margin-bottom: 100px;
}

.erecta-series {
  background-color: #f5f5f7; /* グレー背景 */
  text-align: center;
  position: relative;
  z-index: 1;
}

.seriestitle {
  color: #333333;
  font-size: 32px;
  font-family: "Bacasime Antique", serif !important;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  top: -20px; /* ← ここで上に飛び出す！ */
  margin: 0 0 2px;
  z-index: 2;
  background-color: transparent;
}

.seriessub {
  color: #333333;
  font-size: 14px;
  font-family: "Noto Serif JP", serif !important;
  margin: 0;
  position: relative;
  top: -18px; /* ← タイトルと一緒に上へ少し動かす */
  z-index: 2;
}

/* 左側の画像ブロック */
.erecta-image-wrap {
  position: relative;
  flex: 0 0 50%;
}



/* 右側テキスト */

.erecta-text p {
  font-size: 14px !important;
  line-height: 1.8;
  color: #333;
  font-weight: 400 !important;
}
 /* エレクター紹介セクション全体 */
        .erecta-series {
            background-color: #f5f5f7;
            position: relative;
        }

        /* タイトル部分 */
        .series-header {
            text-align: center;
            /* margin-bottom: 60px; */
            position: relative;
        }

        .seriestitle {
            color: #333333;
            font-size: clamp(24px, 2.2vw, 32px);
            font-family: "Bacasime Antique", serif;
            font-weight: 400;
            letter-spacing: 1px;
            margin: 0 0 2px;
        }

        .seriessub {
            color: #333333;
            font-size: clamp(12px, 1vw, 14px);
            font-family: "Noto Serif JP", serif;
            margin: 0;
        }
        .erecta-series-header {
    margin-bottom: 10px;
}

        /* コンテンツ部分 */
        .erecta-section {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0 auto;
            padding: 0 40px;
            gap: 60px;
			margin-bottom: 150px;
        }

        /* 左側の画像ブロック */
        .erecta-image-wrap {
            position: relative;
            flex: 0 0 48%;
        }

       .erecta-main-img {
       width: 100%;
    aspect-ratio: 2.2 / 1.2;
    object-fit: cover;
    object-position: center -8%;
}

.erecta-sub-img {
  position: absolute;
  bottom: -30px;
  right: -100px;  
  width: 40%;
  aspect-ratio: 1.2 / 0.8; /* 横：縦 = 1.5:1 */
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

        /* 右側テキスト */
        .erecta-text {
            flex: 1;
            padding-left:70px;
        }
/* グリッド全体 */
        .erecta-series-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            max-width: 1020px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* カード */
        .erecta-card {
            position: relative;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
        }

        .erecta-card:hover {
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        }

        /* 角丸なし */
        .erecta-card,
        .erecta-card-img {
            border-radius: 0;
        }

        .erecta-card-img {
            width: 100%;
            aspect-ratio: 1.45 / 1;
            object-fit: cover;
            display: block;
        }

        /* オーバーレイ */
        .erecta-card-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 20px 15px 5px 5px;
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            color: #fff;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
        }

        .erecta-card-text {
            text-align: left;
            flex: 1;
        }

        .erecta-card-text h3 {
            font-size: clamp(14px, 1.2vw, 17px);
            font-weight: 600;
            margin: 0 0 4px;
            line-height: 1.4;
            letter-spacing: 0.5px;
        }

        .erecta-card-text p {
            font-size: clamp(11px, 0.9vw, 13px);
            font-weight: 400;
            margin: 0;
            opacity: 0.95;
            line-height: 1.5;
        }

        .erecta-card-arrow {
            width: 24px;
            height: 24px;
            flex-shrink: 0;
            margin-left: 10px;
            opacity: 0.9;
        }

.erecta-card-text h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.erecta-card-text p {
  font-size: 13px;
  margin-top: 4px;
  color: #f5f5f5;
  margin: 0px;
}

.erecta-card-arrow {
  width: 25px;
  height: 25px;
  opacity: 0.9;
}
.series-lineup__option {
    background-color: #f2f2f2;
}

/* 1118追記 */

/* ERECTA商品一覧 */
/* ERECTA商品一覧 */
.erecta-basic-items2 {
    display: flex;
    justify-content: left;
    gap: 20px;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0px 20px 40px 20px;
}

.erecta-item2 {
    text-align: center;
}

.erecta-item2 img {
    width: 100%;
    max-width: 350px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

        .item-name {
            font-size:14px;
            color: #111111;
            font-weight: 400 !important ;
            margin: 0 0 12px;
            line-height: 1.6;
            text-align: left;
        }

.item-tags2 {
    margin-bottom: 14px;
    display: flex;
    gap: 8px;
    justify-content:left;
}

.item-tags2 span {
    font-size: 14px;
    padding: 4px 10px;
    background: #e0e0e0;
    border-radius: 3px;
    color: #666;
}

.item-price2 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: 0;
    text-align: right;
}
.erectalist {
    display: flex;
    width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
}
/* ボタン */
p.nextbottom {
    text-align: center;
    padding: 12px 15px;
    background-color: #7d7d7d !important;
    width: 22%;
    margin: 0 auto;
    margin-bottom: 60px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 400 !important;
}
.nextpage {
    margin: 0 auto;
}

/* メトロ */
.series__list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.series__item {
    position: relative;
    width: 33.33%;
    overflow: hidden;
    border-radius: 4px;

    /* カード自体の比率を固定（←これが重要！！） */
    aspect-ratio: 16 / 7;
}

/* 背景レイヤー */
.series__bg {
    position: absolute;
    inset: 0;
    background-size: cover;   /* 画面比率が変わっても見え方を一定に */
    background-position: center;  /* 中心基準 */
    transition: transform .6s ease, filter .6s ease;
    filter: brightness(0.75);
}

/* ホバーでズーム＋明るく（カンプっぽい雰囲気） */
.series__item:hover .series__bg {
    transform: scale(1.08);
    filter: brightness(0.9);
}

/* テキスト領域 */
.series__content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    z-index: 2;
}

.series__name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.series__text {
    font-size: 14px;
    font-weight: 400 !important;
    margin-bottom: 15px;
}

.series__link {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
    transition: background .3s;
}

.series__link:hover {
    background: rgba(255,255,255,0.2);
}


@media screen and (max-width: 768px) {
     /* PC用を非表示 */
    .top-img:not(.sp) {
        display: none;
    }

    /* スマホ用を表示 */
    .top-img.sp {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto 30px;
        position: static;
    }

    .top-img.sp::before {
        display: none;
    }

    .top-img-innersp {
        position: static;
        display: block;
        width: 100%;
    }

    .ere-leadsp {
        position: static;
        transform: none;
        text-align: center;
        padding: 20px;
    }

    .ere-leadsp .erelogo {
        display: block;
        width: 200px;
        max-width: 100%;
        margin: 0 auto 10px;
    }

    .ere-leadsp .eretext {
        font-size: 16px;
        text-align: center;
        margin: 0;
    }

    .top-img.sp .eremain {
        position: relative;
        width: 100%;
        padding-top: 56.25%; /* 16:9のアスペクト比 */
        left: 10px;
    }

    .top-img.sp .main-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 1.5s ease-in-out;
    }

    .top-img.sp .main-img.active {
        opacity: 1;
    }

p.ere-info {
    font-size: 14px;
    font-weight: 400 !important;
    color: ＃555 !important;
	line-height: 2.5;
	margin-bottom: 70px;
  padding: 0px 10px;
}
.erecta-text {
    padding-left:0px;
}


  .eremain {
    position: relative;
    width: 100%;
    height: auto;
  }

  .eremain .main-img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .erecta-section {
    display: none;
  }

  .erecta-series-grid {
    grid-template-columns: repeat(2, 1fr);
	  display: grid;
  gap: 10px;
  margin: 0 auto;
  padding: 0px 10px;
  }

  .seriessub {
  color: #333333;
  font-size: 14px;
  font-family: "Noto Serif JP", serif !important;
  margin: 0;
  position: relative;
  top: -30px; /* ← タイトルと一緒に上へ少し動かす */
  z-index: 2;
}

  .erecta-card {
    box-shadow: none;
    border-radius: 0;
  }

  .erecta-card-overlay {
    padding:4px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  }

  .erecta-card-text h3 {
    font-size: 13px;
  }

  .erecta-card-text p {
    font-size: 11px;
	margin: 0px;
  }

  .erecta-card-arrow {
    width: 16px;
    height: 16px;
  }
  .erecta-card-text {
    text-align: left;
}
  /* ITEM LIST 全体 */
  .erecta-basic-list-header {
    padding: 35px 20px 25px;
    margin-bottom: 25px;
    text-align: left;
    font-family: "Times New Roman", serif;
  }


  /* タイトル（細字・少し小さめ） */
  .erecta-basic-list-header .list-title {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #222;
    margin-bottom: 6px;
    line-height: 1.3;
  }

  /* サブタイトル */
  .erecta-basic-list-header .list-sub {
    font-size: 12px;
    color: #555;
    letter-spacing: 0.03em;
  }
    .erecta-basic-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding: 0 15px 50px;
  }

  /* 各カードを2列に */
  .erecta-item {
    width: calc(50% - 5px); /* 2列にする（隙間5px） */
    background: #fff;
    border: 1px solid #eee;
    padding-bottom: 15px;
    box-sizing: border-box;
  }

  .erecta-item img {
    width: 100%;
    aspect-ratio: 1 / 1; /* 正方形っぽくする */
    object-fit: cover;
    margin-bottom: 10px;
  }

  .item-name {
    font-size: 12px;
    line-height: 1.5;
    padding: 0 8px;
    margin-bottom: 6px;
  }

  .item-tags {
    padding: 0 8px;
    margin-bottom: 8px;
  }

  .item-tags span {
    font-size: 10px;
    padding: 8px 12px;
  }

  .item-price {
    font-size: 14px;
    text-align: right;
    padding: 0 8px;
  }
    .erecta-basic-hero {
        aspect-ratio: 16 / 10.5; /* 好みで調整：スマホでちょうどいい比率 */
    }

    .erecta-basic-hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
p.nextbottom {
    text-align: center;
    padding: 12px 15px;
    background-color: #7d7d7d !important;
    width: 280px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 400 !important;
}
/* 1118追記 */
    .erecta-basic-items2 {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 15px;
        justify-content: flex-start;
         padding: 0px 20px 40px 20px;
    }

    .erecta-basic-items2::-webkit-scrollbar {
        display: none;
    }

    .erecta-item2 {
        flex: 0 0 auto;
        width: 40%;
        min-width: 200px;
    }

    .erecta-item2 img {
        max-width: 100%;
        border: 1px solid #c6c6c6;
    }

    .item-name2 {
        font-size: 13px;
    }

    .item-tags2 span {
        font-size: 11px;
        padding: 3px 8px;
    }

    .item-price2 {
        font-size: 15px;
    }

         .series-header {
            text-align: center;
            margin-bottom: 0px;
            position: relative;
            top: 0px;
            padding: 20px 0;
        }
        .series__list {
	padding: 8px 0 24px;
  flex-direction: column;
      gap: 5px;
}
.series__item {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    aspect-ratio: 16 / 7;
}
}



  /* コンテナ */
  .erecta-hero {
    display: flex;
    align-items: center; /* ← 高さを中央揃え */
    justify-content: space-between;
    padding: 60px 5%;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* 左カラム */
  .erecta-left {
    flex: 1;
    text-align: left;
    padding-right: 40px;
  }

  .erecta-left img {
    width: 200px;
    height: auto;
    display: block;
    margin-bottom: 15px;
  }

  .erecta-left p {
    font-size: 18px;
    color: #000;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }

  /* 右カラム */
  .erecta-right {
    flex: 1.2;
    text-align: right;
  }

.erecta-right img {
    max-width: 1800px;
    height: auto;
}
section.erecta-series {
    background: #f2f2f2;
    padding-bottom: 80px;
}
        /* セクション全体 */
        .erecta-basic {
            background-color: #ffffff;
        }

        /* メインビジュアル */
       .erecta-basic-hero {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 6.5; /* ← お好みで変更（添付②に近い） */
    overflow: hidden;
}

    .erecta-basic-hero img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            display: block;
            filter: brightness(0.75) contrast(0.8);
            object-position: center 40%;
        }

        .erecta-basic-text {
            position: absolute;
            left: 100px;
            top: 50%;
            transform: translateY(-50%);
            color: #ffffff;
            max-width: 500px;
            z-index: 2;
        }

        .erecta-basic-text h2 {
            font-size:32px;
            font-weight: 500;
            margin-bottom: 45px;
            letter-spacing: 1px;
            line-height: 1.4;
        }

        .erecta-basic-text .lead {
            font-size:20px;
            margin-bottom: 35px;
            font-weight: 400;
            opacity: 0.95;
            letter-spacing: 0.5px;
        }

        .erecta-basic-text p:not(.lead) {
            font-size: 16px;
            line-height: 3;
            font-weight: 400 !important;
            opacity: 0.92;
        }

        /* 商品リストセクション */
        .erecta-basic-list {
            margin: 35px;
        }

       /* グレー帯 */
       .erecta-basic-list-header {
  position: relative;
  width: 100%;
  padding: 40px 0 24px;
}

.erecta-basic-list-header::before {
  /* 背景の帯 */
  content: "";
  position: absolute;
  left: 7%;
  top: 50%;
  transform: translateY(-10%); /* 文字の高さに合う位置調整 */
  width: 100%;
  height: 65px; /* グレーの帯の高さ */
  background: #f6f6f6;
  z-index: 1;
}

.erecta-basic-list-header p {
  position: relative;
  z-index: 2; /* 背景の帯より上に乗せる */
  margin: 0;
  left: 5%;
}

.list-sub {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #666;
}

        .list-title {
            font-size: 40px;
            font-family: "Bacasime Antique", serif !important;
            font-weight: 400;
            letter-spacing: 2px;
            color: #333333;
            margin: 0 0 8px;
            left: 5%;
        }

        .list-sub {
            font-size: 14px;
            color: #666666;
            font-weight: 400;
            margin: 0;
            font-family: "Noto Serif JP", serif !important;
        }

        /* 商品グリッド */
        .erecta-basic-items {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
            max-width: 900px;
            margin: 0 auto;
        }

        .erecta-item {
            background: #ffffff;
            text-align: center;
        }

        .erecta-item img {
            width: 100%;
            aspect-ratio: 1.2 / 1;
            object-fit: cover;
            display: block;
            margin-bottom: 15px;
        }

        .series-lineup__option-name {
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 16px;
    color: #333;
    margin-left: 4px;
}

        .item-name {
            font-size:14px;
            color: #111111;
            font-weight: 400 !important ;
            margin: 0 0 12px;
            line-height: 1.6;
            text-align: left;
        }
                .item-name2 {
            font-size:14px;
            color: #111111;
            font-weight: 400 !important ;
            margin: 0 0 12px;
            line-height: 1.6;
            text-align: left;
        }

        .item-tags {
            display: flex;
            justify-content: left;
            gap: 8px;
            margin-bottom: 14px;
        }

        .item-tags span {
            display: inline-block;
            padding: 4px 12px;
            background-color: #f0f0f0;
            color: #111111;
            font-size:14px;
            font-weight: 400 !important;
        }
                .item-tags2 span {
            display: inline-block;
            padding: 4px 12px;
            background-color: #f0f0f0;
            color: #111111;
            font-size:14px;
            font-weight: 400 !important;
        }

        .item-price {
            font-size:14px;
            color: #111111;
            font-weight: 600;
            margin: 0;
            letter-spacing: 0.5px;
            text-align: right;
        }
                .item-price2 {
            font-size:14px;
            color: #111111;
            font-weight: 600;
            margin: 0;
            letter-spacing: 0.5px;
            text-align: right;
        }

  /* スマホ用レイアウト */
  @media (max-width: 768px) {
    .erecta-hero {
      flex-direction: column;
      text-align: center;
      padding: 20px 10px;
    }

    .erecta-left {
      order: 1;
      text-align: center;
    }

    .erecta-left img {
      width: 160px;
      margin: 0 auto 15px;
    }

    .erecta-right {
      order: 2;
      text-align: center;
      margin: 10px 0;
    }

    .erecta-right img {
      max-width: 100%;
    }

    .erecta-left p {
      order: 3;
      font-size: 16px;
      margin-top: 10px;
    }

  .erecta-basic-hero::after {
    background: rgba(0, 0, 0, 0.4); /* ←スマホではもう少し暗く */
  }
     /* メインビジュアル */
           /* メインビジュアル */
       .erecta-basic-hero {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10.5; /* ← お好みで変更（添付②に近い） */
    overflow: hidden;
}

  .erecta-basic-text {
    top: 55%;
    left: 5%;
    transform: translateY(-50%);
    max-width: 90%;
  }

  .erecta-basic-text h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .erecta-basic-text .lead {
    font-size: 13px;
    margin-bottom: 10px;
  }

      .erecta-basic-text p:not(.lead) {
            font-size: 14px;
            line-height: 2.7;
            font-weight: 400 !important;
        }

  /* ITEM LIST */
  .erecta-basic-list {
  position: relative;
  margin: 35px auto 35px;
}
  .erecta-basic-list-header {
    padding: 5px 20px 25px;
    margin-bottom: 25px;
    text-align: left;
  }

  .erecta-basic-list-header .list-title {
    font-size: 22px;
    font-weight: 400;
    font-family: "Times New Roman", serif;
    letter-spacing: 0.8px;
  }

  .erecta-basic-list-header .list-sub {
    font-size: 12px;
    color: #555;
  }
  .erecta-basic-list-header::before {
  /* 背景の帯 */
  content: "";
  position: absolute;
  left: 37px;
  top: 25%;
  transform: translateY(-10%); /* 文字の高さに合う位置調整 */
  width: 100%;
  height: 48px; /* グレーの帯の高さ */
  background: #f6f6f6;
  z-index: 1;
}

  /* 商品リスト */
  .erecta-basic-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding: 0 10px 15px;
	margin-top: 0px;
  }

  section.erecta-series {
    background: #f2f2f2;
    padding-bottom: 50px;
}

  .erecta-item {
    width: calc(50% - 5px);
    padding-bottom: 0px;
	border: none;
  }

  .erecta-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 10px;
  }

  .item-name {
    color: #111111;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 1.5;
    padding: 0px;
    margin-bottom: 6px;
  }

  .item-tags {
    padding: 0px;
    margin-bottom: 8px;
  }

  .item-tags span {
    font-size: 10px;
    padding: 8px 12px;
  }
.series-lineup__option-display {
    position: relative;
    max-height: 400px; /* 初期表示の高さ（調整可能） */
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.series-lineup__option-display.isOpen {
    max-height: 5000px; /* 全て表示する十分な高さ */
}

.series-lineup__option-list {
    /* 既存のスタイルはそのまま */
}

.series-lineup__fade {
    content: "";
    position: absolute;
    bottom: 60px; /* ボタンの高さ分調整 */
    left: 0;
    width: 100%;
    height: 100px;
    background: none;
    pointer-events: none;
}

.series-lineup__more-btn {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}
  }



.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-slide, swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.swiper-slide img {
    width: 100%;
}
@media screen and (max-width: 1180px) {
    .swiper-slide {
        width: 150px !important;
    }
}

/* ここまで */
.main-view {
	width: 100%;
	box-sizing: border-box;
}
.main-view > * {
/* Windowsでの安定表示を優先したフォントスタック */
    font-family: 
        "Noto Sans JP", 
        "Inter", 
        "Meiryo UI", 
        "メイリオ", 
        "Meiryo", 
        "Hiragino Sans", 
        "Hiragino Kaku Gothic ProN", 
        "ヒラギノ角ゴ ProN", 
        "Yu Gothic UI", 
        "游ゴシック体", /* 游ゴシックの安定版 */
        sans-serif;
    }
/* デフォルトカラー */
.main-view_color-default {
	color: #4d4d4d;
}

.main-view__item {
	display: flex;
	flex-direction: column;
	position: relative;
}
.main-view__logo {
	display: block;
	max-width: 200px;
	padding-left: 8px;
	margin-bottom: 8px;
}
.main-view__catch {
	font-size: 26px;
	font-weight: 350;
}
/* 齋藤追記 */
img.pc {
    width: 100%;
    margin: 0 auto;
}

/* スライダー */
.main-view__slider {
	width: 100%;
	position: relative;
}
#main-view.main-view .main-view__item .main-view__pagination.swiper-pagination {
	bottom: -16px;
}
.main-view__pagination .swiper-pagination-bullet {
	width: 9.9px;
	height: 9.9px;
	background: #e6e6e6;
	opacity: 0.5;
}
.main-view__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #7f7f7f;
}

/* 情報テキスト */
.main-view__info {
	padding: 55px 8px 32px;
}
.main-view__catch {
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 16px;
}
.main-view__text {
	font-size: 14px;
	line-height: normal;
	white-space: normal;
	text-align: left;
}

/* =========================
   Main View PC用
========================= */
@media (min-width: 1024px) {
	.main-view {
		max-width: 1200px;
		margin: 0 auto;
	}
	.main-view__item {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.main-view__logo {
		max-width: 300px;
		margin-bottom: 23.5px;
		padding-left: 0px;
	}
	.main-view__catch {
		font-size: 45px;
		font-weight: 700;
		line-height: 60px;
		letter-spacing: 0px;
	}
	.main-view__text {
		font-size: 16px;
		line-height: 35px;
		text-align: center;
	}

	.main-view__slider {
		max-width: 880px;
	}
	.main-view__slide img {
		width: 100%;
		height: auto;
	}
	#main-view.main-view .main-view__item .main-view__pagination.swiper-pagination {
		bottom: -16px;
		text-align: right;
		max-width: 1200px;
	}

}


/* =========================
   Popular Products 共通+SP用
========================= */
.popular-products {
	max-width: 1200px;
	margin: 0 auto;
	padding: 32px 8px;
}
.popular-products  > * {
/* Windowsでの安定表示を優先したフォントスタック */
    font-family: 
        "Noto Sans JP", 
        "Inter", 
        "Meiryo UI", 
        "メイリオ", 
        "Meiryo", 
        "Hiragino Sans", 
        "Hiragino Kaku Gothic ProN", 
        "ヒラギノ角ゴ ProN", 
        "Yu Gothic UI", 
        "游ゴシック体", /* 游ゴシックの安定版 */
        sans-serif;
}
.popular-products__heading {
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 22px;
	color: #4d4d4d;
	margin-bottom: 16px;
}

.popular-products__list {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}
.popular-products__item {
	flex: 0 0 auto;
	width: 144px;
	scroll-snap-align: start;
}

.popular-products__thumbnal {
	border: 1px solid #e6e6e6;
}
.popular-products__name {
	font-size: 11px;
	font-weight: 300;
	line-height: 14px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 4px;
}
.popular-products__price {
	font-size: 12px;
	font-weight: 800;
	line-height: 16px;
	color: #080808;
	margin-bottom: 4px;
}
.popular-products__specs {
	display: flex;
	gap: 4px;
}
.popular-products__spec {
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
	color: #333;
	padding: 5px 4px;
	background-color: #f2f2f2;
}

/* =========================
   Popular Products PC用
========================= */
@media (min-width: 1024px) {
	.popular-products__heading {
		font-size: 20px;
		font-weight: 600;
		line-height: 32px;
		color: #333;
		margin-bottom: 8px;
	}
	.popular-products__item {
		width: 168px;
	}
	.popular-products__link{
		-webkit-user-drag: none;
		user-select: none;

	}
	.popular-products__thumbnal {
		margin-bottom: 11px;
    -webkit-user-drag: none;
    user-select: none;
	}

	.popular-products__name {
		font-size: 13px;
		font-weight: 300;
		line-height: 16px;
	}
	.popular-products__price {
		font-size: 14px;
		font-weight: 800;
		line-height: 18px;
	}
	.popular-products__spec {
		font-size: 12px;
		line-height: 14px;
		padding: 6px 5px;
	}
}

/* =========================
  Series 共通+SP用
========================= */
.series {
	padding: 32px 0 16px;
}
.series  > * {
        "Noto Sans JP", 
        "Inter", 
        "Meiryo UI", 
        "メイリオ", 
        "Meiryo", 
        "Hiragino Sans", 
        "Hiragino Kaku Gothic ProN", 
        "ヒラギノ角ゴ ProN", 
        "Yu Gothic UI", 
        "游ゴシック体", /* 游ゴシックの安定版 */
        sans-serif;
}

/* カタログ */
.series__catalog-link {
	display: block;
	padding: 0 7.5px 16px;
}

.series__list {
	padding: 8px 0 24px;
  display: flex !important;
}
.series__item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 16px 34px;
	height: 279px;
}
.series_basic {
	background: url("https://perfect-floors.jp/erecta/ere_images/seriesbgimg_b01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.series_order {
	background: url("https://perfect-floors.jp/erecta/ere_images/seriesbgimg_b02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.siries_vintage {
	background: url("https://perfect-floors.jp/erecta/ere_images/seriesbgimg_b03.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.series_super-wire {
	background: url(https://perfect-floors.jp/erecta/ere_images/seriesbgimg_s01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.series_super-sorid {
	background: url(https://perfect-floors.jp/erecta/ere_images/seriesbgimg_s02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.series_super-parts {
	background: url(https://perfect-floors.jp/erecta/ere_images/seriesbgimg_s03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.series_first {
	background: url(https://perfect-floors.jp/erecta/ere_images/seriesbgimg_f01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.series_first-parts {
	background: url(https://perfect-floors.jp/erecta/ere_images/seriesbgimg_f02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.series_metro-q {
	background: url(https://perfect-floors.jp/erecta/ere_images/metro_q.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.series_metro-4 {
	background: url(https://perfect-floors.jp/erecta/ere_images/metro_4.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.series_metro-i {
	background: url(https://perfect-floors.jp/erecta/ere_images/metro_i.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.series__name {
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	color: #fff;
	margin-bottom: 4px;
}
.series__text {
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
	color: #fff;
	margin-bottom: 18px;
}
.series__link {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #fff;
	max-width: 140px;
	padding: 12px 21px 13px 10px;
	border: 2px solid #fff;
	background-color: rgba(0, 0, 0, 0.1);
	position: relative;
}
.series__item .series__link,
.series__link:visited,
.series__item .series__link :link {
	color: #fff;
}
.series__link::before,
.series__link::after {
	content: "";
	position: absolute;
	top: calc(50% - 0.5px);
	right: 12px;
	width: 8px;
	height: 1.6px;
	border-radius: 9999px;
	background-color: #fff;
	transform-origin: calc(100% - 0.5px) 50%;
}
.series__link::before {
	transform: rotate(45deg);
}
.series__link::after {
	transform: rotate(-45deg);
}
.series__link:hover{
	color: #4D4D4D;
	background-color: #fff;
}
.series__link:hover::before,
.series__link:hover::after{
	color: #4D4D4D;
}

/* =========================
  Story 共通+SP用
========================= */
.story {
	background-color: #000;
	padding: 64px 0px 20px;
}
.story > * {
/* Windowsでの安定表示を優先したフォントスタック */
    font-family: 
        "Noto Sans JP", 
        "Inter", 
        "Meiryo UI", 
        "メイリオ", 
        "Meiryo", 
        "Hiragino Sans", 
        "Hiragino Kaku Gothic ProN", 
        "ヒラギノ角ゴ ProN", 
        "Yu Gothic UI", 
        "游ゴシック体", /* 游ゴシックの安定版 */
        sans-serif;
}
.story__heading {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
.story-content {
	padding: 32px 8px 0px;
}
.story-content__heading {
	font-family: "Noto Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	color: #fff;
	border-bottom: 2px solid #fff;
	padding-bottom: 4px;
	margin-bottom: 24px;
}
.story-content__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #fff;
	margin-bottom: 16px;
}
.story-content__list {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	margin-top: 32px;
	scrollbar-width: none;
}
.story-content__item {
	flex: 0 0 auto;
	width: 235px;
	scroll-snap-align: start;
}
.story-content__caption {
	font-size: 10px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	color: #fff;
}
.story-content__img-single {
	margin-top: 32px;
}

.story-content__topik {
	padding: 6px;
	border: 1px solid #b3b3b3;
	margin-top: 32px;
}
.story-content__topik-headimg {
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	margin: 16px 0px;
}
.story-content__topik-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
	margin-bottom: 16px;
}

.story-catch {
	padding: 56px 8px 40px;
}
.story-catch__heading {
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	margin-bottom: 16px;
}
.story-catch__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
	margin-bottom: 16px;
}

/* =========================
  Story  PC用
========================= */
@media (min-width: 1024px) {
	.story {
		padding: 120px 0px 80px;
		margin-top: 68px;
		margin-bottom: 80px;
	}
	.story__wrapper {
		max-width: 1200px;
		margin: 0 auto;
	}

	.story__heading {
		font-size: 36px;
		font-weight: 700;
		line-height: 57px;
		letter-spacing: 3%;
		margin-bottom: 40px;
	}
	.story-content {
		padding: 60px 0px;
	}
	.story-content__heading {
		font-size: 24px;
		font-weight: 800;
		line-height: 27px;
		text-align: left;
		letter-spacing: 2%;
		padding-bottom: 20px;
		margin-bottom: 50px;
	}
	.story-content__text {
		font-family: "Noto Sans", sans-serif;
		font-size: 16px;
		line-height: 35px;
		margin-bottom: 0px;
	}
	.story-content__list {
		gap: 20px;
		margin-top: 60px;
	}
	.story-content__item {
		width: 388px;
	}
	.story-content__caption {
		font-size: 14px;
		line-height: 18px;
	}
	.story-content__img-single {
		margin-top: 52px;
	}

	.story-content__topik {
		padding: 0px;
		border: none;
		margin-top: 60px;
	}
	.story-content_flex-reverse {
		display: flex;
		flex-flow: row-reverse;
		align-items: center;
		gap: 15px;
		margin-bottom: 36px;
	}
	.story-content_flex {
		display: flex;
		align-items: center;
		gap: 15px;
	}
	.story-content__topik-headimg {
		font-size: 24px;
		font-weight: 800;
		line-height: 27px;
		text-align: left;
		padding-bottom: 20px;
		margin-bottom: 50px;
	}
	.story-content__topik-text {
		font-size: 16px;
		line-height: 35px;
		color: #fff;
	}

	.story-catch {
		padding: 20px 8px;
	}
	.story-catch__heading {
		font-size: 36px;
		line-height: 56px;
		margin-bottom: 48px;
	}
	.story-catch__text {
		font-size: 16px;
		line-height: 35px;
		text-align: center;
	}
	.story-catch__text:nth-of-type(1){
		margin-bottom: 0px;
	}

  img.story-content_img {
    width: 100%;
}
img.story__img.sp.fade-in.show {
    width: 100%;
}
img.story-content__img-single.sp {
    width: 100%;
}
img.story-content__topik-img {
    width: 100%;
}
}

/* =========================
  User Voice 共通+SP用
========================= */
.user-voice {
	padding: 20px;
}
.user-voice > * {
/* Windowsでの安定表示を優先したフォントスタック */
    font-family: 
        "Noto Sans JP", 
        "Inter", 
        "Meiryo UI", 
        "メイリオ", 
        "Meiryo", 
        "Hiragino Sans", 
        "Hiragino Kaku Gothic ProN", 
        "ヒラギノ角ゴ ProN", 
        "Yu Gothic UI", 
        "游ゴシック体", /* 游ゴシックの安定版 */
        sans-serif;
}
.user-voice__heading {
	max-width: 120px;
	margin: 0 0 auto;
}
.user-voice__wrap {
	background-color: #f5f5f5;
	padding: 30px 8px;
}
.user-voice__text {
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 22px;
	color: #666;
	text-align: center;
	margin-bottom: 15px;
}

.user-voice__list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 18px;
}
.user-voice__item--bubble {
	position: relative;
	display: inline-block;
	margin-bottom: 18px;
	padding: 24px 16px;
	border: 3px solid #4d4d4d;
	background-color: #ffffff;
}
.user-voice__item--bubble::before {
	content: "";
	position: absolute;
	bottom: 0;
	border-style: solid;
	border-color: #4d4d4d transparent transparent;
}
.user-voice__item--bubble::after {
	content: "";
	position: absolute;
	bottom: 1px;
	border-style: solid;
	border-color: #ffffff transparent transparent;
}
.item--bubble-left::before {
	left: 50px;
	border-width: 18px 0 0 16px;
	translate: -50% 100%;
}
.item--bubble-left::after {
	left: 50px;
	border-width: 10.1px 0 0 9px;
	translate: calc(-50% + 0.5px) 100%;
}

.item--bubble-rigth::before {
	border-width: 18px 16px 0 0;
	right: 50px;
	translate: 50% 100%;
}
.item--bubble-rigth::after {
	border-width: 10.1px 9px 0 0;
	translate: calc(50% - 0.5px) 100%;
	right: 50px;
}

.user-voice__comment {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #333;
	margin-bottom: 8px;
}
.comment--mb-0{
	margin-bottom: 0px;
}
.user-voice__product {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #333;
	margin-bottom: 8px;
}
.user-voice__meta {
	display: flex;
}
.user-voice__image {
	max-width: 139px;
}
.user-voice__profile {
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	color: #000;
	text-align: right;
	width: 100%;
}

/* =========================
  User Voice  PC用
========================= */
@media (min-width: 1024px) {
	.user-voice {
		padding: 0px;
		max-width: 1000px;
		margin: 0 auto;
	}
	.user-voice__heading {
		max-width: 242px;
		margin: 0 auto;
	}
	.user-voice__wrap {
		padding: 60px 20px;
	}
	.user-voice__text {
		font-size: 32px;
		font-weight: 700;
		line-height: 32px;
		letter-spacing: 3%;
		white-space: nomal;
		margin-bottom: 50px;
	}

	.user-voice__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: auto;
		grid-gap: 20px;
	}
	.user-voice__item:nth-child(1) {
		grid-area: 1 / 1 / 2 / 2;
	}
	.user-voice__item:nth-child(2) {
		grid-area: 2 / 1 / 3 / 2;
	}
	.user-voice__item:nth-child(3) {
		grid-area: 3 / 1 / 4 / 2;
	}
	.user-voice__item:nth-child(4) {
		grid-area: 1 / 2 / 2 / 3;
		margin-bottom: 3px;
	}
	.user-voice__item:nth-child(5) {
		grid-area: 2 / 2 / 4 / 3;
		margin-top: 10px;
		margin-bottom: 3px;
	}

	.item--bubble-left::before {
		left: 200px;
	}
	.item--bubble-left::after {
		left: 200px;
	}

	.item--bubble-rigth::before {
		right: 200px;
	}
	.item--bubble-rigth::after {
		right: 200px;
	}

	.user-voice__comment {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.user-voice__product {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 20px;
	}
	.user-voice__profile {
		font-size: 16px;
	}
}

/* =========================
  FAQ 共通+SP用
========================= */
.faq {
	padding-inline: 8px;
	padding-block: 16px;
}
.faq > * {
/* Windowsでの安定表示を優先したフォントスタック */
    font-family: 
        "Noto Sans JP", 
        "Inter", 
        "Meiryo UI", 
        "メイリオ", 
        "Meiryo", 
        "Hiragino Sans", 
        "Hiragino Kaku Gothic ProN", 
        "ヒラギノ角ゴ ProN", 
        "Yu Gothic UI", 
        "游ゴシック体", /* 游ゴシックの安定版 */
        sans-serif;
}
.faq__container {
	width: min(100%, 1000px);
	margin-inline: auto;
}
.faq__ttl {
	font-weight: bold;
	line-height: 1.5;
	font-size: 17px;
	border-left: 10px solid #cccccc;
	padding-left: 10px;
}
.faq__list {
	display: grid;
	row-gap: 18px;
	margin-top: 16px;
}
.faq__item {
	cursor: pointer;
}
.faq__q {
	--iconSize: 10px;
	background-color: #f2f2f2;
	display: grid;
	grid-template-columns: auto 1fr var(--iconSize);
	align-items: center;
	column-gap: 4px;
	font-size: 13px;
	color: #333;
	font-weight: 600;
	padding-block: 7px;
	padding-left: 7px;
	padding-right: 14px;
}
.faq__q::before {
	content: "Q.";
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}
.faq__q::after {
	position: relative;
	content: "";
	bottom: 2px;
	rotate: 225deg;
	aspect-ratio: 1;
	border-top: 2px solid #4d4d4d;
	border-left: 2px solid #4d4d4d;
	transition: all 0.3s ease;
	transition-property: rotate, top, bottom;
	transform-origin: center;
}
.faq__item.isActive .faq__q::after {
	rotate: 45deg;
	bottom: -2px;
}
.faq__answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: all 0.3s ease;
	transition-property: grid-template-rows;
}
.faq__item.isActive .faq__answer {
	grid-template-rows: 1fr;
}
.faq__answer--inner {
	overflow: hidden;
}
.faq__answer--box {
	padding-block: 16px;
	padding-inline: 24px;
	border: 4px solid #f2f2f2;
	border-top: none;
}
.faq__answer--box > * {
	line-height: 1.5;
	font-size: 13px;
}
.faq__answer--box > * + * {
	margin-top: 20px;
}
.faq__answer--box--item {
	text-indent: -1em;
	padding-left: 1em;
}
.faq__answer--box--item::before {
	content: "・";
}
.faq__answer--box--link:link,
.faq__answer--box--link:visited {
    color: #0088ff;
}
.faq__answer--box--taR {
	text-align: right;
}
.faq__answer--box--mail:link {
	text-decoration: underline;
	color: #000000;
}
.faq__another {
	text-align: right;
	margin-top: 20px;
}
.faq__another--link:link {
	font-size: 14px;
	letter-spacing: 0.5px;
}

/* =========================
  FAQ  PC用
========================= */
@media screen and (min-width: 1024px) {
	.faq {
		padding-block: 20px;
		margin-top: 60px;
	}
	.faq__ttl {
		font-size: 18px;
	}
	.faq__list {
		row-gap: 16px;
		margin-top: 20px;
	}
	.faq__q {
		line-height: 1.25;
		font-size: 16px;
		padding-inline: 20px;
		padding-block: 4px;
	}
	.faq__q::before {
		font-size: 16px;
		line-height: 2;
	}
	.faq__answer--box {
		border: none;
		padding-inline: 50px;
		padding-block: 20px;
	}
	.faq__answer--box > * {
		line-height: 1.75;
		font-size: 16px;
	}
}


/* =========================
  RELATED 共通+SP用
========================= */
.related {
	--padding-block: 16px;
	padding-inline: 8px;
	padding-block: var(--padding-block);
	overflow: hidden;
}
.related > * {
/* Windowsでの安定表示を優先したフォントスタック */
    font-family: 
        "Noto Sans JP", 
        "Inter", 
        "Meiryo UI", 
        "メイリオ", 
        "Meiryo", 
        "Hiragino Sans", 
        "Hiragino Kaku Gothic ProN", 
        "ヒラギノ角ゴ ProN", 
        "Yu Gothic UI", 
        "游ゴシック体", /* 游ゴシックの安定版 */
        sans-serif;
}
.related__container {
	width: min(100%, 1400px);
	margin-inline: auto;
}

.related__ttl {
	font-weight: bold;
	line-height: 1.5;
	font-size: 18px;
}

.related__list {
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	display: grid;
	grid-template-columns: repeat(3, 211px);
	column-gap: 10px;
	margin-top: 20px;
	padding-bottom: 5px;
	margin-right: calc(50% - 50vw);
}

.related__item {
	scroll-snap-align: start;
}

.related__item--img {
	aspect-ratio: 211/143;
	max-height: 143px;
	width: 100%;
}

.related__item--img > img {
	object-fit: cover;
	height: 100%;
}

.related__item--ttl {
	font-weight: bold;
	line-height: 1.3;
	font-size: 10px;
	letter-spacing: 0.5px;
	margin-top: 5px;
}

/* =========================
  RELATED PC用
========================= */
@media screen and (min-width: 1024px) {
	.related {
		padding: 20px;
		margin-top: 60px;
	}

	.related__ttl {
		font-size: 32px;
	}

	.related__list {
		overflow-x: visible;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 20px;
		margin-top: 32px;
		margin-right: auto;
	}

	.related__item--img {
		aspect-ratio: 453/307;
		max-height: 307px;
	}

	.related__item--ttl {
		font-size: 20px;
		letter-spacing: 1px;
		margin-top: 10px;
	}
}