@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ========================================
   人妻同人ファインダー
======================================== */

.hf-review{
  max-width:960px;
  margin:auto;
}

.hf-affi-note{
  margin-bottom:20px;
  font-size:12px;
  color:#888;
}

.hf-hero{
  margin-bottom:42px;
}

.hf-hero__label{
  display:inline-block;
  margin-bottom:14px;
  padding:6px 14px;
  border-radius:999px;
  background:#fff0f5;
  color:#ff4f93;
  font-size:12px;
  font-weight:700;
}

.hf-hero__title{
  margin-bottom:28px;
  font-size:38px;
  line-height:1.45;
  font-weight:800;
}

.hf-hero__visual{
  margin-bottom:26px;
  text-align:center;
}

.hf-hero__visual img{
  width:100%;
  max-width:420px;
  border-radius:26px;
  display:block;
  margin:auto;
  box-shadow:
    0 24px 60px rgba(255,80,140,.16);
}

.hf-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:28px;
}

.hf-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 14px;
  border-radius:999px;
  background:#fff5f9;
  color:#ff4f93;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}

.hf-meta{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.hf-meta__item{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:18px;
  border-radius:20px;
  background:#fff7fa;
  text-decoration:none;
}

.hf-meta__item span{
  font-size:12px;
  color:#888;
}

.hf-meta__item strong{
  color:#222;
  font-size:15px;
  line-height:1.6;
}

.hf-leadBox{
  margin-bottom:42px;
  padding:28px;
  border-radius:26px;
  background:#fff7fa;
}

.hf-leadBox p{
  margin:0;
  font-size:16px;
  line-height:2;
}

.hf-section{
  margin-bottom:54px;
}

.hf-section__title{
  margin-bottom:24px;
  font-size:28px;
  line-height:1.5;
  font-weight:800;
}

.hf-chart{
  display:flex;
  flex-direction:column;
  gap:24px;
}

.hf-chart__row{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.hf-chart__labels{
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size:13px;
  font-weight:700;
}

.hf-chart__track{
  position:relative;
  height:10px;
  border-radius:999px;
  background:
    linear-gradient(
      90deg,
      #f6f6f6 0%,
      #ffd2e6 100%
    );
}

.hf-chart__dot{
  position:absolute;
  top:50%;
  width:24px;
  height:24px;
  border-radius:50%;
  background:#ff4f93;
  transform:translate(-50%,-50%);
  box-shadow:
    0 8px 18px rgba(255,79,147,.3);
}

.hf-recommend{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.hf-recommend span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border-radius:999px;
  background:#fff3f8;
  color:#ff4f93;
  font-size:13px;
  font-weight:700;
}

.hf-cta{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}

.hf-cta--main{
  margin-bottom:54px;
}

.hf-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:280px;
  min-height:64px;
  padding:14px 22px;
  border-radius:18px;
  font-size:17px;
  font-weight:700;
  text-decoration:none;
  transition:.2s;
}

.hf-btn:hover{
  transform:translateY(-2px);
}

.hf-btn--fanza{
  background:#ff4f93;
  color:#fff;
  box-shadow:
    0 16px 34px rgba(255,79,147,.25);
}

.hf-btn--dlsite{
  background:#2b7fff;
  color:#fff;
  box-shadow:
    0 16px 34px rgba(43,127,255,.22);
}

.hf-samples{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.hf-samples a{
  display:block;
}

.hf-samples img{
  width:100%;
  border-radius:20px;
  display:block;
}

.hf-text{
  font-size:15px;
  line-height:2;
}

.hf-bottomCta{
  margin-top:64px;
  padding:42px 24px;
  border-radius:28px;
  background:#fff7fa;
  text-align:center;
}

.hf-bottomCta__text{
  margin-bottom:24px;
  font-size:18px;
  font-weight:700;
}

.hf-dmm-credit{
  margin-top:36px;
  text-align:center;
}

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

@media(max-width:768px){

  .hf-hero__title{
    font-size:28px;
  }

  .hf-meta{
    grid-template-columns:1fr;
  }

  .hf-section__title{
    font-size:24px;
  }

  .hf-btn{
    width:100%;
    min-width:0;
  }

  .hf-cta{
    flex-direction:column;
  }

  .hf-samples{
    grid-template-columns:1fr;
  }

}

/* ========================================
   人妻同人ファインダー：上品ピンクデザイン
======================================== */

:root{
  --hf-main:#d94f86;
  --hf-main-dark:#b93668;
  --hf-wine:#7b2848;
  --hf-soft:#fff4f7;
  --hf-soft2:#fff9fb;
  --hf-beige:#f8eee9;
  --hf-text:#2b2426;
  --hf-muted:#7d6f73;
  --hf-border:#f1d6df;
}

body{
  background:var(--hf-soft2);
}

.hf-review{
  max-width:960px;
  margin:auto;
  color:var(--hf-text);
}

.hf-affi-note{
  margin-bottom:20px;
  font-size:12px;
  color:var(--hf-muted);
}

/* ========================================
   ヒーロー
======================================== */

.hf-hero{
  margin-bottom:46px;
  padding:34px 28px 38px;
  border-radius:34px;
  background:
    linear-gradient(180deg,#fff 0%,#fff7fa 100%);
  box-shadow:
    0 18px 48px rgba(123,40,72,.08);
}

.hf-hero__label{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-bottom:16px;
  padding:7px 16px;
  border-radius:999px;
  background:#fff0f5;
  color:var(--hf-main-dark);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}

.hf-hero__label::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--hf-main);
}

.hf-hero__title{
  margin:0 0 30px;
  font-size:38px;
  line-height:1.45;
  font-weight:900;
  color:var(--hf-wine);
}

.hf-hero__visual{
  margin-bottom:28px;
  text-align:center;
}

.hf-hero__visual img{
  width:100%;
  max-width:440px;
  border-radius:30px;
  display:block;
  margin:auto;
  box-shadow:
    0 26px 70px rgba(123,40,72,.18);
}

/* ========================================
   タグ・メタ
======================================== */

.hf-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:30px;
}

.hf-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 15px;
  border-radius:999px;
  background:#fff1f6;
  color:var(--hf-main-dark);
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}

.hf-meta{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.hf-meta__item{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:18px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--hf-border);
  text-decoration:none;
}

.hf-meta__item span{
  font-size:12px;
  color:var(--hf-muted);
}

.hf-meta__item strong{
  color:var(--hf-text);
  font-size:15px;
  line-height:1.6;
}

/* ========================================
   一言レビュー
======================================== */

.hf-leadBox{
  position:relative;
  margin-bottom:48px;
  padding:30px 32px;
  border-radius:30px;
  background:
    linear-gradient(135deg,#fff0f6 0%,#fff 100%);
  border:1px solid var(--hf-border);
  box-shadow:
    0 14px 34px rgba(123,40,72,.07);
}

.hf-leadBox::before{
  content:"Finder's Pick";
  display:block;
  margin-bottom:12px;
  color:var(--hf-main-dark);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}

.hf-leadBox p{
  margin:0;
  font-size:16px;
  line-height:2;
  font-weight:600;
}

/* ========================================
   セクション見出し
======================================== */

.hf-section{
  margin-bottom:58px;
}

.hf-section__title{
  position:relative;
  margin:0 0 28px;
  padding:0 0 18px 22px;
  font-size:29px;
  line-height:1.45;
  font-weight:900;
  color:var(--hf-wine);
}

.hf-section__title::before{
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  width:7px;
  height:1.3em;
  border-radius:999px;
  background:
    linear-gradient(180deg,var(--hf-main) 0%,var(--hf-wine) 100%);
}

.hf-section__title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:1px;
  background:
    linear-gradient(90deg,var(--hf-main) 0%,rgba(217,79,134,0) 72%);
}

/* ========================================
   チャート
======================================== */

.hf-chart{
  display:flex;
  flex-direction:column;
  gap:26px;
  padding:28px;
  border-radius:30px;
  background:#fff;
  border:1px solid var(--hf-border);
  box-shadow:
    0 14px 34px rgba(123,40,72,.06);
}

.hf-chart__row{
  display:flex;
  flex-direction:column;
  gap:11px;
}

.hf-chart__labels{
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size:13px;
  font-weight:900;
  color:var(--hf-wine);
}

.hf-chart__track{
  position:relative;
  height:11px;
  border-radius:999px;
  background:
    linear-gradient(
      90deg,
      #f4ecef 0%,
      #ffd6e6 50%,
      #d94f86 100%
    );
}

.hf-chart__dot{
  position:absolute;
  top:50%;
  width:25px;
  height:25px;
  border-radius:50%;
  background:#fff;
  border:6px solid var(--hf-main);
  transform:translate(-50%,-50%);
  box-shadow:
    0 8px 20px rgba(217,79,134,.32);
}

/* ========================================
   おすすめ
======================================== */

.hf-recommend{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.hf-recommend span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:43px;
  padding:10px 17px;
  border-radius:999px;
  background:#fff1f6;
  color:var(--hf-main-dark);
  border:1px solid var(--hf-border);
  font-size:13px;
  font-weight:900;
}

/* ========================================
   ボタン
======================================== */

.hf-cta{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}

.hf-cta--main{
  margin-bottom:58px;
}

.hf-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:280px;
  min-height:64px;
  padding:14px 24px;
  border-radius:20px;
  font-size:17px;
  font-weight:900;
  text-decoration:none;
  transition:.2s;
}

.hf-btn:hover{
  transform:translateY(-2px);
  opacity:.92;
}

.hf-btn--fanza{
  background:
    linear-gradient(135deg,var(--hf-main) 0%,var(--hf-main-dark) 100%);
  color:#fff;
  box-shadow:
    0 16px 36px rgba(217,79,134,.28);
}

.hf-btn--dlsite{
  background:#2b7fff;
  color:#fff;
  box-shadow:
    0 16px 34px rgba(43,127,255,.22);
}

/* ========================================
   サンプル画像
======================================== */

.hf-samples{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.hf-samples a{
  display:block;
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  box-shadow:
    0 14px 34px rgba(123,40,72,.08);
}

.hf-samples img{
  width:100%;
  display:block;
}

/* ========================================
   テキスト
======================================== */

.hf-text{
  padding:28px 30px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--hf-border);
  font-size:15px;
  line-height:2;
  box-shadow:
    0 14px 34px rgba(123,40,72,.05);
}

/* ========================================
   下部CTA
======================================== */

.hf-bottomCta{
  margin-top:68px;
  padding:46px 26px;
  border-radius:34px;
  background:
    linear-gradient(135deg,#fff0f6 0%,#fff 100%);
  text-align:center;
  border:1px solid var(--hf-border);
}

.hf-bottomCta__text{
  margin-bottom:26px;
  font-size:19px;
  font-weight:900;
  color:var(--hf-wine);
}

.hf-dmm-credit{
  margin-top:38px;
  text-align:center;
}

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

@media(max-width:768px){

  .hf-review{
    padding:0 4px;
  }

  .hf-hero{
    padding:24px 18px 30px;
    border-radius:26px;
  }

  .hf-hero__title{
    font-size:28px;
  }

  .hf-hero__visual img{
    max-width:320px;
    border-radius:24px;
  }

  .hf-meta{
    grid-template-columns:1fr;
  }

  .hf-section__title{
    font-size:24px;
    padding-left:18px;
  }

  .hf-chart{
    padding:22px 18px;
  }

  .hf-btn{
    width:100%;
    min-width:0;
  }

  .hf-cta{
    flex-direction:column;
  }

  .hf-samples{
    grid-template-columns:1fr;
  }

  .hf-leadBox,
  .hf-text{
    padding:22px 20px;
  }

}


/* クリック可能なメタカード */
.hf-meta__item--link{
  position:relative;
  cursor:pointer;
  transition:.2s;
}

.hf-meta__item--link::after{
  content:"→";
  position:absolute;
  right:18px;
  top:18px;
  color:var(--hf-main);
  font-weight:900;
}

.hf-meta__item--link:hover{
  transform:translateY(-2px);
  border-color:var(--hf-main);
  box-shadow:0 14px 34px rgba(217,79,134,.12);
}

.hf-meta__item--link:hover strong{
  color:var(--hf-main-dark);
}



/* ========================================
   シリーズページ
======================================== */

.hf-series{
  --hf-main:#d94f86;
  --hf-main-dark:#b93668;
  --hf-bg:#fff8fb;
  --hf-border:#f3d7e2;

  max-width:1180px;
  margin:0 auto;
  padding:40px 20px 100px;
}

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

.hf-seriesHero{
  background:
  linear-gradient(
    135deg,
    #fff8fb 0%,
    #fff 100%
  );

  border:1px solid var(--hf-border);
  border-radius:34px;

  padding:42px;

  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:34px;

  margin-bottom:60px;

  box-shadow:
  0 20px 60px rgba(217,79,134,.08);
}

.hf-seriesHero__label{
  font-size:.78rem;
  letter-spacing:.2em;
  color:var(--hf-main);
  font-weight:700;
  margin-bottom:16px;
}

.hf-seriesHero__title{
  font-size:2.5rem;
  line-height:1.3;
  margin-bottom:22px;
  font-weight:900;
  color:#3d2430;
}

.hf-seriesHero__lead{
  line-height:2;
  color:#5e4650;
  font-size:1rem;
}

.hf-seriesHero__meta{
  margin-top:26px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.hf-seriesHero__meta span{
  background:#fff;
  border:1px solid var(--hf-border);
  border-radius:999px;
  padding:10px 18px;
  font-size:.82rem;
  color:#7b5562;
}

.hf-seriesHero__covers{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.hf-seriesHero__covers img{
  width:100%;
  border-radius:22px;
  display:block;

  box-shadow:
  0 12px 34px rgba(0,0,0,.12);

  transition:.25s;
}

.hf-seriesHero__covers img:hover{
  transform:translateY(-4px) scale(1.02);
}

/* ========================================
   SECTION
======================================== */

.hf-seriesSection{
  margin-top:70px;
}

.hf-seriesSection__title{
  font-size:1.7rem;
  margin-bottom:26px;
  font-weight:900;
  color:#3d2430;

  position:relative;
  padding-left:22px;
}

.hf-seriesSection__title::before{
  content:"";
  width:8px;
  height:100%;
  border-radius:999px;

  background:
  linear-gradient(
    180deg,
    var(--hf-main) 0%,
    #ffb7cf 100%
  );

  position:absolute;
  left:0;
  top:0;
}

/* ========================================
   情報ボックス
======================================== */

.hf-seriesInfo__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}

.hf-seriesInfo__box{
  background:#fff;
  border:1px solid var(--hf-border);
  border-radius:26px;

  padding:28px;

  display:flex;
  flex-direction:column;
  gap:14px;
}

.hf-seriesInfo__box span{
  font-size:.85rem;
  color:#9a6b7c;
  font-weight:700;
}

.hf-seriesInfo__box a{
  color:#b93668;
  text-decoration:none;
  font-weight:700;
  transition:.2s;
}

.hf-seriesInfo__box a:hover{
  color:#d94f86;
  transform:translateX(4px);
}

/* ========================================
   比較カード
======================================== */

.hf-seriesCompare__wrap{
  display:flex;
  flex-direction:column;
  gap:26px;
}

.hf-seriesCompareCard{
  background:#fff;
  border:1px solid var(--hf-border);
  border-radius:30px;

  overflow:hidden;

  display:grid;
  grid-template-columns:280px 1fr;

  transition:.25s;

  box-shadow:
  0 12px 38px rgba(217,79,134,.06);
}

.hf-seriesCompareCard:hover{
  transform:translateY(-4px);

  box-shadow:
  0 24px 60px rgba(217,79,134,.12);
}

.hf-seriesCompareCard__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.hf-seriesCompareCard__body{
  padding:28px;
}

.hf-seriesCompareCard__body h3{
  margin-bottom:12px;
  font-size:1.4rem;
  line-height:1.5;
}

.hf-seriesCompareCard__body h3 a{
  color:#3d2430;
  text-decoration:none;
}

.hf-seriesCompareCard__meta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:18px;
}

.hf-seriesCompareCard__meta span{
  background:#fff5f8;
  color:#9f5e73;

  border-radius:999px;
  padding:8px 14px;
  font-size:.8rem;
}

.hf-seriesCompareCard__scores{
  display:flex;
  flex-wrap:wrap;
  gap:12px;

  margin-bottom:20px;
}

.hf-seriesCompareCard__scores span{
  background:
  linear-gradient(
    135deg,
    #d94f86 0%,
    #ff8fb5 100%
  );

  color:#fff;

  border-radius:999px;

  padding:10px 16px;
  font-size:.82rem;
  font-weight:700;
}

.hf-seriesCompareCard__body p{
  line-height:2;
  color:#5b4a51;
  margin-bottom:24px;
}

.hf-seriesCompareCard__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-width:180px;
  height:50px;

  border-radius:999px;

  background:
  linear-gradient(
    135deg,
    #d94f86 0%,
    #ff6aa0 100%
  );

  color:#fff;
  text-decoration:none;
  font-weight:700;

  transition:.2s;
}

.hf-seriesCompareCard__button:hover{
  transform:translateY(-2px);
  opacity:.9;
}

/* ========================================
   一覧カード
======================================== */

.hf-seriesCards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.hf-seriesCard{
  background:#fff;
  border:1px solid var(--hf-border);
  border-radius:26px;

  overflow:hidden;

  transition:.25s;

  box-shadow:
  0 12px 34px rgba(217,79,134,.05);
}

.hf-seriesCard:hover{
  transform:translateY(-4px);

  box-shadow:
  0 22px 54px rgba(217,79,134,.12);
}

.hf-seriesCard__thumb img{
  width:100%;
  display:block;
}

.hf-seriesCard__body{
  padding:22px;
}

.hf-seriesCard__body h3{
  font-size:1.08rem;
  line-height:1.7;
  margin-bottom:14px;
}

.hf-seriesCard__body h3 a{
  text-decoration:none;
  color:#3d2430;
}

.hf-seriesCard__meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;

  margin-bottom:18px;
}

.hf-seriesCard__meta span{
  background:#fff5f8;
  color:#a05d73;

  border-radius:999px;

  padding:7px 12px;
  font-size:.76rem;
}

.hf-seriesCard__buttons{
  display:flex;
  gap:10px;
}

.hf-seriesCard__buttons a{
  flex:1;

  height:46px;

  border-radius:999px;

  display:flex;
  align-items:center;
  justify-content:center;

  text-decoration:none;
  font-size:.82rem;
  font-weight:700;

  transition:.2s;
}

.hf-seriesCard__buttons a:first-child{
  background:#fff4f8;
  color:#b93668;
}

.hf-seriesCard__buttons a:last-child{
  background:
  linear-gradient(
    135deg,
    #d94f86 0%,
    #ff6aa0 100%
  );

  color:#fff;
}

.hf-seriesCard__buttons a:hover{
  transform:translateY(-2px);
}

/* ========================================
   レスポンシブ
======================================== */

@media(max-width:960px){

  .hf-seriesHero{
    grid-template-columns:1fr;
    padding:28px;
  }

  .hf-seriesHero__title{
    font-size:2rem;
  }

  .hf-seriesInfo__grid{
    grid-template-columns:1fr;
  }

  .hf-seriesCompareCard{
    grid-template-columns:1fr;
  }

  .hf-seriesCards{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){

  .hf-series{
    padding:20px 14px 70px;
  }

  .hf-seriesHero{
    border-radius:24px;
    padding:22px;
  }

  .hf-seriesHero__title{
    font-size:1.6rem;
  }

  .hf-seriesHero__covers{
    grid-template-columns:repeat(2,1fr);
  }

  .hf-seriesSection{
    margin-top:54px;
  }

  .hf-seriesSection__title{
    font-size:1.3rem;
  }

  .hf-seriesCompareCard__body{
    padding:22px;
  }
}


/* シリーズ概要ブロック */
.hf-seriesIntro{
  margin-bottom:42px;
  padding:42px;
  border-radius:34px;
  background:linear-gradient(135deg,#fff8fb 0%,#fff 100%);
  border:1px solid var(--hf-border,#f3d7e2);
  box-shadow:0 20px 60px rgba(217,79,134,.08);
}

.hf-seriesIntro__label{
  font-size:.78rem;
  letter-spacing:.2em;
  color:var(--hf-main,#d94f86);
  font-weight:800;
  margin-bottom:16px;
}

.hf-seriesIntro__title{
  font-size:2.5rem;
  line-height:1.35;
  margin-bottom:22px;
  font-weight:900;
  color:#3d2430;
}

.hf-seriesIntro__lead{
  line-height:2;
  color:#5e4650;
  font-size:1rem;
}

.hf-seriesIntro__lead p{
  margin-bottom:1em;
}

.hf-seriesIntro__meta{
  margin-top:26px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.hf-seriesIntro__meta span{
  background:#fff;
  border:1px solid var(--hf-border,#f3d7e2);
  border-radius:999px;
  padding:10px 18px;
  font-size:.82rem;
  color:#7b5562;
}

/* 旧heroとの役割分離 */
.hf-seriesHero{
  margin-bottom:60px;
}

/* 比較カード全体クリック */
.hf-seriesCompareCard{
  position:relative;
}

.hf-seriesCompareCard__overlay{
  position:absolute;
  inset:0;
  z-index:1;
}

.hf-seriesCompareCard__body,
.hf-seriesCompareCard__thumb{
  position:relative;
  z-index:2;
  pointer-events:none;
}

.hf-seriesCompareCard__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:220px;
  height:56px;
  border-radius:999px;
  background:linear-gradient(135deg,#b93668 0%,#d94f86 100%);
  color:#fff;
  font-weight:900;
  box-shadow:0 14px 32px rgba(217,79,134,.22);
}

.hf-seriesCompareCard:hover .hf-seriesCompareCard__button{
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(217,79,134,.3);
}

@media(max-width:640px){
  .hf-seriesIntro{
    padding:24px;
    border-radius:26px;
  }

  .hf-seriesIntro__title{
    font-size:1.65rem;
  }
}


/* ========================================
   シリーズ説明
======================================== */

.hf-seriesHero__description{
  line-height:2.1;
  font-size:1rem;
  color:#5d4750;
}

.hf-seriesHero__description p{
  margin-bottom:1.2em;
}

/* ========================================
   比較テーブル
======================================== */

.hf-seriesCompareTable{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 18px;

  margin-bottom:24px;
}

.hf-seriesCompareTable__row{
  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:12px 14px;

  background:#fff7fa;

  border:1px solid #f5d9e5;
  border-radius:14px;
}

.hf-seriesCompareTable__label{
  font-size:.82rem;
  font-weight:700;
  color:#8b5b6d;
}

.hf-seriesCompareTable__score{
  font-size:.95rem;
  font-weight:900;
  color:#b93668;
}

/* CTA強調 */

.hf-seriesCompareCard__button{
  min-width:240px;
  height:58px;

  font-size:.95rem;
  letter-spacing:.04em;

  background:
  linear-gradient(
    135deg,
    #c62f6d 0%,
    #ea5b97 100%
  );

  box-shadow:
  0 18px 42px rgba(214,65,125,.28);
}

.hf-seriesCompareCard:hover .hf-seriesCompareCard__button{
  transform:translateY(-3px) scale(1.02);
}

/* スマホ */

@media(max-width:640px){

  .hf-seriesCompareTable{
    grid-template-columns:1fr;
  }

}


/* ========================================
   統合SERIES HERO
======================================== */

.hf-seriesHeroMerged{
  margin-bottom:70px;
}

.hf-seriesHeroMerged__content{

  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:40px;

  padding:48px;

  border-radius:38px;

  background:
  linear-gradient(
    135deg,
    #fff8fb 0%,
    #fff 100%
  );

  border:1px solid #f3d7e2;

  box-shadow:
  0 24px 70px rgba(217,79,134,.08);
}

.hf-seriesHeroMerged__label{
  font-size:.78rem;
  letter-spacing:.22em;
  font-weight:800;
  color:#d94f86;

  margin-bottom:18px;
}

.hf-seriesHeroMerged__title{
  font-size:3rem;
  line-height:1.3;
  font-weight:900;

  color:#331f2a;

  margin-bottom:26px;
}

.hf-seriesHeroMerged__description{
  line-height:2.1;
  color:#5f4952;

  font-size:1rem;

  margin-bottom:30px;
}

.hf-seriesHeroMerged__description p{
  margin-bottom:1.1em;
}

.hf-seriesHeroMerged__meta{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.hf-seriesHeroMerged__meta span{

  display:flex;
  align-items:center;
  justify-content:center;

  min-height:48px;

  padding:0 18px;

  border-radius:999px;

  background:#fff;

  border:1px solid #f1d5e0;

  font-size:.85rem;
  color:#7b5966;
}

.hf-seriesHeroMerged__covers{

  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;

  align-content:start;
}

.hf-seriesHeroMerged__covers img{

  width:100%;
  display:block;

  border-radius:22px;

  box-shadow:
  0 16px 40px rgba(0,0,0,.12);

  transition:.25s;
}

.hf-seriesHeroMerged__covers img:hover{
  transform:
  translateY(-4px)
  scale(1.02);
}

/* レスポンシブ */

@media(max-width:960px){

  .hf-seriesHeroMerged__content{
    grid-template-columns:1fr;
  }

  .hf-seriesHeroMerged__title{
    font-size:2.2rem;
  }
}

@media(max-width:640px){

  .hf-seriesHeroMerged__content{
    padding:26px;
    border-radius:26px;
    gap:28px;
  }

  .hf-seriesHeroMerged__title{
    font-size:1.8rem;
  }

  .hf-seriesHeroMerged__covers{
    gap:12px;
  }
}


.hf-seriesOmnibusList{
  display:flex;
  flex-direction:column;
  gap:28px;
}

.hf-seriesOmnibus__labels{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:14px;
}

.hf-seriesOmnibus__labels span{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  background:#fff;
  color:#b93668;
  font-weight:900;
  font-size:.82rem;
}

.hf-seriesOmnibus__sale{
  background:#fff0f0!important;
  color:#d93636!important;
  border:1px solid #ffcaca;
}

.hf-seriesOmnibus__included{
  margin:22px 0 26px;
  padding:18px;
  border-radius:20px;
  background:#fff7fa;
  border:1px solid #f3d7e2;
}

.hf-seriesOmnibus__includedTitle{
  margin:0 0 12px!important;
  font-size:.9rem;
  font-weight:900;
  color:#7b2848!important;
}

.hf-seriesOmnibus__includedList{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.hf-seriesOmnibus__includedList a{
  color:#b93668;
  font-weight:800;
  text-decoration:none;
  line-height:1.6;
}

.hf-seriesOmnibus__includedList a:hover{
  text-decoration:underline;
}


/* ========================================
   人妻同人ファインダー：トップページ
   style.cssの一番下に追加
======================================== */

.hf-home{
  max-width:1180px;
  margin:0 auto;
  padding:42px 20px 100px;
  color:var(--hf-text,#2b2426);
}

.hf-homeHero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,460px);
  gap:34px;
  align-items:stretch;
  margin-bottom:74px;
  padding:42px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:38px;
  background:
    radial-gradient(circle at 12% 0%,rgba(217,79,134,.14) 0,rgba(217,79,134,0) 34%),
    linear-gradient(135deg,#fff 0%,#fff4f8 100%);
  box-shadow:0 22px 64px rgba(123,40,72,.08);
}

.hf-homeHero__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.hf-homeHero__label,
.hf-homeSection__label{
  margin:0 0 14px;
  color:var(--hf-main-dark,#b93668);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
}

.hf-homeHero__title{
  margin:0 0 22px;
  color:var(--hf-wine,#7b2848);
  font-size:46px;
  line-height:1.35;
  font-weight:900;
}

.hf-homeHero__lead{
  max-width:620px;
  margin:0;
  color:var(--hf-muted,#7d6f73);
  font-size:16px;
  line-height:2;
  font-weight:600;
}

.hf-homeHero__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}

.hf-homeBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:13px 24px;
  border-radius:18px;
  text-decoration:none;
  font-size:15px;
  font-weight:900;
  transition:.2s;
}

.hf-homeBtn:hover{
  transform:translateY(-2px);
  opacity:.92;
}

.hf-homeBtn--main{
  color:#fff;
  background:linear-gradient(135deg,var(--hf-main,#d94f86) 0%,var(--hf-main-dark,#b93668) 100%);
  box-shadow:0 14px 30px rgba(217,79,134,.22);
}

.hf-homeBtn--sub{
  color:var(--hf-main-dark,#b93668);
  background:#fff;
  border:1px solid var(--hf-border,#f1d6df);
}

.hf-homeHero__pick{
  min-width:0;
}

.hf-homeHero__pickLabel{
  display:inline-flex;
  margin:0 0 12px;
  padding:7px 14px;
  border-radius:999px;
  color:#fff;
  background:var(--hf-main-dark,#b93668);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}

.hf-homeSection{
  margin-top:68px;
}

.hf-homeSection__head{
  margin-bottom:24px;
}

.hf-homeSection__head--row{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
}

.hf-homeSection__title{
  position:relative;
  margin:0;
  padding-left:22px;
  color:var(--hf-wine,#7b2848);
  font-size:30px;
  line-height:1.45;
  font-weight:900;
}

.hf-homeSection__title::before{
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  width:7px;
  height:1.25em;
  border-radius:999px;
  background:linear-gradient(180deg,var(--hf-main,#d94f86) 0%,var(--hf-wine,#7b2848) 100%);
}

.hf-homeSection__lead{
  max-width:760px;
  margin:14px 0 0;
  color:var(--hf-muted,#7d6f73);
  font-size:15px;
  line-height:1.9;
  font-weight:600;
}

.hf-homeSection__more{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 16px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:999px;
  background:#fff;
  color:var(--hf-main-dark,#b93668);
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}

.hf-typeGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.hf-typeCard{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-height:132px;
  padding:24px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:28px;
  background:
    linear-gradient(135deg,#fff 0%,#fff6fa 100%);
  text-decoration:none;
  box-shadow:0 14px 34px rgba(123,40,72,.05);
  transition:.2s;
}

.hf-typeCard:hover{
  transform:translateY(-3px);
  border-color:var(--hf-main,#d94f86);
  box-shadow:0 18px 42px rgba(217,79,134,.13);
}

.hf-typeCard__name{
  color:var(--hf-wine,#7b2848);
  font-size:19px;
  font-weight:900;
}

.hf-typeCard__copy{
  color:var(--hf-muted,#7d6f73);
  font-size:13px;
  line-height:1.75;
  font-weight:700;
}

.hf-chipNav{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.hf-chipNav a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:10px 17px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:999px;
  background:#fff1f6;
  color:var(--hf-main-dark,#b93668);
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}

.hf-homeReviewGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.hf-homeCard{
  overflow:hidden;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:28px;
  background:#fff;
  box-shadow:0 14px 34px rgba(123,40,72,.06);
}

.hf-homeCard__thumb{
  display:block;
  aspect-ratio:4/3;
  overflow:hidden;
  background:#fff4f7;
}

.hf-homeCard__thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  transition:.25s;
}

.hf-homeCard:hover .hf-homeCard__thumb img{
  transform:scale(1.03);
}

.hf-homeCard__body{
  padding:18px;
}

.hf-homeCard__title{
  margin:0;
  font-size:16px;
  line-height:1.65;
  font-weight:900;
}

.hf-homeCard__title a{
  color:var(--hf-wine,#7b2848);
  text-decoration:none;
}

.hf-homeCard__tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:12px;
}

.hf-homeCard__tags span{
  display:inline-flex;
  padding:5px 9px;
  border-radius:999px;
  background:#fff1f6;
  color:var(--hf-main-dark,#b93668);
  font-size:11px;
  font-weight:900;
}

.hf-homeCard__lead{
  margin:14px 0 0;
  color:var(--hf-muted,#7d6f73);
  font-size:13px;
  line-height:1.9;
  font-weight:600;
}

.hf-homeCard__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
  color:var(--hf-muted,#7d6f73);
  font-size:12px;
  font-weight:800;
}

.hf-homeCard--large .hf-homeCard__body{
  padding:20px;
}

.hf-homeCard--large .hf-homeCard__title{
  font-size:18px;
}

.hf-termList{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.hf-termList a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:18px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:20px;
  background:#fff;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(123,40,72,.04);
}

.hf-termList strong{
  min-width:0;
  color:var(--hf-wine,#7b2848);
  font-size:14px;
  line-height:1.5;
}

.hf-termList span{
  flex:0 0 auto;
  color:var(--hf-main-dark,#b93668);
  font-size:12px;
  font-weight:900;
}

.hf-termList--small{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

@media(max-width:960px){

  .hf-homeHero{
    grid-template-columns:1fr;
  }

  .hf-typeGrid,
  .hf-homeReviewGrid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hf-termList,
  .hf-termList--small{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

}

@media(max-width:768px){

  .hf-home{
    padding:24px 4px 80px;
  }

  .hf-homeHero{
    padding:26px 18px;
    border-radius:30px;
    margin-bottom:54px;
  }

  .hf-homeHero__title{
    font-size:32px;
  }

  .hf-homeHero__lead{
    font-size:14px;
  }

  .hf-homeHero__buttons{
    flex-direction:column;
  }

  .hf-homeBtn{
    width:100%;
  }

  .hf-homeSection{
    margin-top:52px;
  }

  .hf-homeSection__head--row{
    align-items:flex-start;
    flex-direction:column;
  }

  .hf-homeSection__title{
    font-size:24px;
  }

  .hf-typeGrid,
  .hf-homeReviewGrid,
  .hf-termList,
  .hf-termList--small{
    grid-template-columns:1fr;
  }

  .hf-typeCard{
    min-height:0;
    padding:20px;
    border-radius:24px;
  }

}



/* ========================================
   人妻同人ファインダー：トップページ
   style.cssの一番下に追加
======================================== */

.hf-home{
  max-width:1180px;
  margin:0 auto;
  padding:42px 20px 100px;
  color:var(--hf-text,#2b2426);
}

.hf-homeHero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,460px);
  gap:34px;
  align-items:stretch;
  margin-bottom:74px;
  padding:42px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:38px;
  background:
    radial-gradient(circle at 12% 0%,rgba(217,79,134,.14) 0,rgba(217,79,134,0) 34%),
    linear-gradient(135deg,#fff 0%,#fff4f8 100%);
  box-shadow:0 22px 64px rgba(123,40,72,.08);
}

.hf-homeHero__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.hf-homeHero__label,
.hf-homeSection__label{
  margin:0 0 14px;
  color:var(--hf-main-dark,#b93668);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
}

.hf-homeHero__title{
  margin:0 0 22px;
  color:var(--hf-wine,#7b2848);
  font-size:46px;
  line-height:1.35;
  font-weight:900;
}

.hf-homeHero__lead{
  max-width:620px;
  margin:0;
  color:var(--hf-muted,#7d6f73);
  font-size:16px;
  line-height:2;
  font-weight:600;
}

.hf-homeHero__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}

.hf-homeBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:13px 24px;
  border-radius:18px;
  text-decoration:none;
  font-size:15px;
  font-weight:900;
  transition:.2s;
}

.hf-homeBtn:hover{
  transform:translateY(-2px);
  opacity:.92;
}

.hf-homeBtn--main{
  color:#fff;
  background:linear-gradient(135deg,var(--hf-main,#d94f86) 0%,var(--hf-main-dark,#b93668) 100%);
  box-shadow:0 14px 30px rgba(217,79,134,.22);
}

.hf-homeBtn--sub{
  color:var(--hf-main-dark,#b93668);
  background:#fff;
  border:1px solid var(--hf-border,#f1d6df);
}

.hf-homeHero__pick{
  min-width:0;
}

.hf-homeHero__pickLabel{
  display:inline-flex;
  margin:0 0 12px;
  padding:7px 14px;
  border-radius:999px;
  color:#fff;
  background:var(--hf-main-dark,#b93668);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}

.hf-homeSection{
  margin-top:68px;
}

.hf-homeSection__head{
  margin-bottom:24px;
}

.hf-homeSection__head--row{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
}

.hf-homeSection__title{
  position:relative;
  margin:0;
  padding-left:22px;
  color:var(--hf-wine,#7b2848);
  font-size:30px;
  line-height:1.45;
  font-weight:900;
}

.hf-homeSection__title::before{
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  width:7px;
  height:1.25em;
  border-radius:999px;
  background:linear-gradient(180deg,var(--hf-main,#d94f86) 0%,var(--hf-wine,#7b2848) 100%);
}

.hf-homeSection__lead{
  max-width:760px;
  margin:14px 0 0;
  color:var(--hf-muted,#7d6f73);
  font-size:15px;
  line-height:1.9;
  font-weight:600;
}

.hf-homeSection__more{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 16px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:999px;
  background:#fff;
  color:var(--hf-main-dark,#b93668);
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}

.hf-typeGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.hf-typeCard{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-height:132px;
  padding:24px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:28px;
  background:
    linear-gradient(135deg,#fff 0%,#fff6fa 100%);
  text-decoration:none;
  box-shadow:0 14px 34px rgba(123,40,72,.05);
  transition:.2s;
}

.hf-typeCard:hover{
  transform:translateY(-3px);
  border-color:var(--hf-main,#d94f86);
  box-shadow:0 18px 42px rgba(217,79,134,.13);
}

.hf-typeCard__name{
  color:var(--hf-wine,#7b2848);
  font-size:19px;
  font-weight:900;
}

.hf-typeCard__copy{
  color:var(--hf-muted,#7d6f73);
  font-size:13px;
  line-height:1.75;
  font-weight:700;
}

.hf-chipNav{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.hf-chipNav a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:10px 17px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:999px;
  background:#fff1f6;
  color:var(--hf-main-dark,#b93668);
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}

.hf-homeReviewGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.hf-homeCard{
  overflow:hidden;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:28px;
  background:#fff;
  box-shadow:0 14px 34px rgba(123,40,72,.06);
}

.hf-homeCard__thumb{
  display:block;
  aspect-ratio:4/3;
  overflow:hidden;
  background:#fff4f7;
}

.hf-homeCard__thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  transition:.25s;
}

.hf-homeCard:hover .hf-homeCard__thumb img{
  transform:scale(1.03);
}

.hf-homeCard__body{
  padding:18px;
}

.hf-homeCard__title{
  margin:0;
  font-size:16px;
  line-height:1.65;
  font-weight:900;
}

.hf-homeCard__title a{
  color:var(--hf-wine,#7b2848);
  text-decoration:none;
}

.hf-homeCard__tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:12px;
}

.hf-homeCard__tags span{
  display:inline-flex;
  padding:5px 9px;
  border-radius:999px;
  background:#fff1f6;
  color:var(--hf-main-dark,#b93668);
  font-size:11px;
  font-weight:900;
}

.hf-homeCard__lead{
  margin:14px 0 0;
  color:var(--hf-muted,#7d6f73);
  font-size:13px;
  line-height:1.9;
  font-weight:600;
}

.hf-homeCard__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
  color:var(--hf-muted,#7d6f73);
  font-size:12px;
  font-weight:800;
}

.hf-homeCard--large .hf-homeCard__body{
  padding:20px;
}

.hf-homeCard--large .hf-homeCard__title{
  font-size:18px;
}

.hf-termList{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.hf-termList a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:18px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:20px;
  background:#fff;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(123,40,72,.04);
}

.hf-termList strong{
  min-width:0;
  color:var(--hf-wine,#7b2848);
  font-size:14px;
  line-height:1.5;
}

.hf-termList span{
  flex:0 0 auto;
  color:var(--hf-main-dark,#b93668);
  font-size:12px;
  font-weight:900;
}

.hf-termList--small{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

@media(max-width:960px){

  .hf-homeHero{
    grid-template-columns:1fr;
  }

  .hf-typeGrid,
  .hf-homeReviewGrid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hf-termList,
  .hf-termList--small{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

}

@media(max-width:768px){

  .hf-home{
    padding:24px 4px 80px;
  }

  .hf-homeHero{
    padding:26px 18px;
    border-radius:30px;
    margin-bottom:54px;
  }

  .hf-homeHero__title{
    font-size:32px;
  }

  .hf-homeHero__lead{
    font-size:14px;
  }

  .hf-homeHero__buttons{
    flex-direction:column;
  }

  .hf-homeBtn{
    width:100%;
  }

  .hf-homeSection{
    margin-top:52px;
  }

  .hf-homeSection__head--row{
    align-items:flex-start;
    flex-direction:column;
  }

  .hf-homeSection__title{
    font-size:24px;
  }

  .hf-typeGrid,
  .hf-homeReviewGrid,
  .hf-termList,
  .hf-termList--small{
    grid-template-columns:1fr;
  }

  .hf-typeCard{
    min-height:0;
    padding:20px;
    border-radius:24px;
  }

}




/* ========================================
   人妻同人ファインダー：トップページ
   style.cssの一番下に追加
======================================== */

.hf-home{
  max-width:1180px;
  margin:0 auto;
  padding:42px 20px 100px;
  color:var(--hf-text,#2b2426);
}

.hf-homeHero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,460px);
  gap:34px;
  align-items:stretch;
  margin-bottom:74px;
  padding:42px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:38px;
  background:
    radial-gradient(circle at 12% 0%,rgba(217,79,134,.14) 0,rgba(217,79,134,0) 34%),
    linear-gradient(135deg,#fff 0%,#fff4f8 100%);
  box-shadow:0 22px 64px rgba(123,40,72,.08);
}

.hf-homeHero__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.hf-homeHero__label,
.hf-homeSection__label{
  margin:0 0 14px;
  color:var(--hf-main-dark,#b93668);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
}

.hf-homeHero__title{
  margin:0 0 22px;
  color:var(--hf-wine,#7b2848);
  font-size:46px;
  line-height:1.35;
  font-weight:900;
}

.hf-homeHero__lead{
  max-width:620px;
  margin:0;
  color:var(--hf-muted,#7d6f73);
  font-size:16px;
  line-height:2;
  font-weight:600;
}

.hf-homeHero__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}

.hf-homeBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:13px 24px;
  border-radius:18px;
  text-decoration:none;
  font-size:15px;
  font-weight:900;
  transition:.2s;
}

.hf-homeBtn:hover{
  transform:translateY(-2px);
  opacity:.92;
}

.hf-homeBtn--main{
  color:#fff;
  background:linear-gradient(135deg,var(--hf-main,#d94f86) 0%,var(--hf-main-dark,#b93668) 100%);
  box-shadow:0 14px 30px rgba(217,79,134,.22);
}

.hf-homeBtn--sub{
  color:var(--hf-main-dark,#b93668);
  background:#fff;
  border:1px solid var(--hf-border,#f1d6df);
}

.hf-homeHero__pick{
  min-width:0;
}

.hf-homeHero__pickLabel{
  display:inline-flex;
  margin:0 0 12px;
  padding:7px 14px;
  border-radius:999px;
  color:#fff;
  background:var(--hf-main-dark,#b93668);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}

.hf-homeSection{
  margin-top:68px;
}

.hf-homeSection__head{
  margin-bottom:24px;
}

.hf-homeSection__head--row{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
}

.hf-homeSection__title{
  position:relative;
  margin:0;
  padding-left:22px;
  color:var(--hf-wine,#7b2848);
  font-size:30px;
  line-height:1.45;
  font-weight:900;
}

.hf-homeSection__title::before{
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  width:7px;
  height:1.25em;
  border-radius:999px;
  background:linear-gradient(180deg,var(--hf-main,#d94f86) 0%,var(--hf-wine,#7b2848) 100%);
}

.hf-homeSection__lead{
  max-width:760px;
  margin:14px 0 0;
  color:var(--hf-muted,#7d6f73);
  font-size:15px;
  line-height:1.9;
  font-weight:600;
}

.hf-homeSection__more{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 16px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:999px;
  background:#fff;
  color:var(--hf-main-dark,#b93668);
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}

.hf-typeGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.hf-typeCard{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-height:132px;
  padding:24px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:28px;
  background:
    linear-gradient(135deg,#fff 0%,#fff6fa 100%);
  text-decoration:none;
  box-shadow:0 14px 34px rgba(123,40,72,.05);
  transition:.2s;
}

.hf-typeCard:hover{
  transform:translateY(-3px);
  border-color:var(--hf-main,#d94f86);
  box-shadow:0 18px 42px rgba(217,79,134,.13);
}

.hf-typeCard__name{
  color:var(--hf-wine,#7b2848);
  font-size:19px;
  font-weight:900;
}

.hf-typeCard__copy{
  color:var(--hf-muted,#7d6f73);
  font-size:13px;
  line-height:1.75;
  font-weight:700;
}

.hf-chipNav{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.hf-chipNav a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:10px 17px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:999px;
  background:#fff1f6;
  color:var(--hf-main-dark,#b93668);
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}

.hf-homeReviewGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.hf-homeCard{
  overflow:hidden;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:28px;
  background:#fff;
  box-shadow:0 14px 34px rgba(123,40,72,.06);
}

.hf-homeCard__thumb{
  display:block;
  aspect-ratio:4/3;
  overflow:hidden;
  background:#fff4f7;
}

.hf-homeCard__thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  transition:.25s;
}

.hf-homeCard:hover .hf-homeCard__thumb img{
  transform:scale(1.03);
}

.hf-homeCard__body{
  padding:18px;
}

.hf-homeCard__title{
  margin:0;
  font-size:16px;
  line-height:1.65;
  font-weight:900;
}

.hf-homeCard__title a{
  color:var(--hf-wine,#7b2848);
  text-decoration:none;
}

.hf-homeCard__tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:12px;
}

.hf-homeCard__tags span{
  display:inline-flex;
  padding:5px 9px;
  border-radius:999px;
  background:#fff1f6;
  color:var(--hf-main-dark,#b93668);
  font-size:11px;
  font-weight:900;
}

.hf-homeCard__lead{
  margin:14px 0 0;
  color:var(--hf-muted,#7d6f73);
  font-size:13px;
  line-height:1.9;
  font-weight:600;
}

.hf-homeCard__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
  color:var(--hf-muted,#7d6f73);
  font-size:12px;
  font-weight:800;
}

.hf-homeCard--large .hf-homeCard__body{
  padding:20px;
}

.hf-homeCard--large .hf-homeCard__title{
  font-size:18px;
}

.hf-termList{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.hf-termList a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:18px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:20px;
  background:#fff;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(123,40,72,.04);
}

.hf-termList strong{
  min-width:0;
  color:var(--hf-wine,#7b2848);
  font-size:14px;
  line-height:1.5;
}

.hf-termList span{
  flex:0 0 auto;
  color:var(--hf-main-dark,#b93668);
  font-size:12px;
  font-weight:900;
}

.hf-termList--small{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

@media(max-width:960px){

  .hf-homeHero{
    grid-template-columns:1fr;
  }

  .hf-typeGrid,
  .hf-homeReviewGrid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hf-termList,
  .hf-termList--small{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

}

@media(max-width:768px){

  .hf-home{
    padding:24px 4px 80px;
  }

  .hf-homeHero{
    padding:26px 18px;
    border-radius:30px;
    margin-bottom:54px;
  }

  .hf-homeHero__title{
    font-size:32px;
  }

  .hf-homeHero__lead{
    font-size:14px;
  }

  .hf-homeHero__buttons{
    flex-direction:column;
  }

  .hf-homeBtn{
    width:100%;
  }

  .hf-homeSection{
    margin-top:52px;
  }

  .hf-homeSection__head--row{
    align-items:flex-start;
    flex-direction:column;
  }

  .hf-homeSection__title{
    font-size:24px;
  }

  .hf-typeGrid,
  .hf-homeReviewGrid,
  .hf-termList,
  .hf-termList--small{
    grid-template-columns:1fr;
  }

  .hf-typeCard{
    min-height:0;
    padding:20px;
    border-radius:24px;
  }

}



/* ========================================
   人妻同人ファインダー：トップページ
   style.cssの一番下に追加
======================================== */

.hf-home{
  max-width:1180px;
  margin:0 auto;
  padding:42px 20px 100px;
  color:var(--hf-text,#2b2426);
}

.hf-homeHero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,460px);
  gap:34px;
  align-items:stretch;
  margin-bottom:74px;
  padding:42px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:38px;
  background:
    radial-gradient(circle at 12% 0%,rgba(217,79,134,.14) 0,rgba(217,79,134,0) 34%),
    linear-gradient(135deg,#fff 0%,#fff4f8 100%);
  box-shadow:0 22px 64px rgba(123,40,72,.08);
}

.hf-homeHero__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.hf-homeHero__label,
.hf-homeSection__label{
  margin:0 0 14px;
  color:var(--hf-main-dark,#b93668);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
}

.hf-homeHero__title{
  margin:0 0 22px;
  color:var(--hf-wine,#7b2848);
  font-size:46px;
  line-height:1.35;
  font-weight:900;
}

.hf-homeHero__lead{
  max-width:620px;
  margin:0;
  color:var(--hf-muted,#7d6f73);
  font-size:16px;
  line-height:2;
  font-weight:600;
}

.hf-homeHero__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}

.hf-homeBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:13px 24px;
  border-radius:18px;
  text-decoration:none;
  font-size:15px;
  font-weight:900;
  transition:.2s;
}

.hf-homeBtn:hover{
  transform:translateY(-2px);
  opacity:.92;
}

.hf-homeBtn--main{
  color:#fff;
  background:linear-gradient(135deg,var(--hf-main,#d94f86) 0%,var(--hf-main-dark,#b93668) 100%);
  box-shadow:0 14px 30px rgba(217,79,134,.22);
}

.hf-homeBtn--sub{
  color:var(--hf-main-dark,#b93668);
  background:#fff;
  border:1px solid var(--hf-border,#f1d6df);
}

.hf-homeHero__pick{
  min-width:0;
}

.hf-homeHero__pickLabel{
  display:inline-flex;
  margin:0 0 12px;
  padding:7px 14px;
  border-radius:999px;
  color:#fff;
  background:var(--hf-main-dark,#b93668);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}

.hf-homeSection{
  margin-top:68px;
}

.hf-homeSection__head{
  margin-bottom:24px;
}

.hf-homeSection__head--row{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
}

.hf-homeSection__title{
  position:relative;
  margin:0;
  padding-left:22px;
  color:var(--hf-wine,#7b2848);
  font-size:30px;
  line-height:1.45;
  font-weight:900;
}

.hf-homeSection__title::before{
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  width:7px;
  height:1.25em;
  border-radius:999px;
  background:linear-gradient(180deg,var(--hf-main,#d94f86) 0%,var(--hf-wine,#7b2848) 100%);
}

.hf-homeSection__lead{
  max-width:760px;
  margin:14px 0 0;
  color:var(--hf-muted,#7d6f73);
  font-size:15px;
  line-height:1.9;
  font-weight:600;
}

.hf-homeSection__more{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 16px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:999px;
  background:#fff;
  color:var(--hf-main-dark,#b93668);
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}

.hf-typeGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.hf-typeCard{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-height:132px;
  padding:24px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:28px;
  background:
    linear-gradient(135deg,#fff 0%,#fff6fa 100%);
  text-decoration:none;
  box-shadow:0 14px 34px rgba(123,40,72,.05);
  transition:.2s;
}

.hf-typeCard:hover{
  transform:translateY(-3px);
  border-color:var(--hf-main,#d94f86);
  box-shadow:0 18px 42px rgba(217,79,134,.13);
}

.hf-typeCard__name{
  color:var(--hf-wine,#7b2848);
  font-size:19px;
  font-weight:900;
}

.hf-typeCard__copy{
  color:var(--hf-muted,#7d6f73);
  font-size:13px;
  line-height:1.75;
  font-weight:700;
}

.hf-chipNav{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.hf-chipNav a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:10px 17px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:999px;
  background:#fff1f6;
  color:var(--hf-main-dark,#b93668);
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}

.hf-homeReviewGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.hf-homeCard{
  overflow:hidden;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:28px;
  background:#fff;
  box-shadow:0 14px 34px rgba(123,40,72,.06);
}

.hf-homeCard__thumb{
  display:block;
  aspect-ratio:4/3;
  overflow:hidden;
  background:#fff4f7;
}

.hf-homeCard__thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  transition:.25s;
}

.hf-homeCard:hover .hf-homeCard__thumb img{
  transform:scale(1.03);
}

.hf-homeCard__body{
  padding:18px;
}

.hf-homeCard__title{
  margin:0;
  font-size:16px;
  line-height:1.65;
  font-weight:900;
}

.hf-homeCard__title a{
  color:var(--hf-wine,#7b2848);
  text-decoration:none;
}

.hf-homeCard__tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:12px;
}

.hf-homeCard__tags span{
  display:inline-flex;
  padding:5px 9px;
  border-radius:999px;
  background:#fff1f6;
  color:var(--hf-main-dark,#b93668);
  font-size:11px;
  font-weight:900;
}

.hf-homeCard__lead{
  margin:14px 0 0;
  color:var(--hf-muted,#7d6f73);
  font-size:13px;
  line-height:1.9;
  font-weight:600;
}

.hf-homeCard__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
  color:var(--hf-muted,#7d6f73);
  font-size:12px;
  font-weight:800;
}

.hf-homeCard--large .hf-homeCard__body{
  padding:20px;
}

.hf-homeCard--large .hf-homeCard__title{
  font-size:18px;
}

.hf-termList{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.hf-termList a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:18px;
  border:1px solid var(--hf-border,#f1d6df);
  border-radius:20px;
  background:#fff;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(123,40,72,.04);
}

.hf-termList strong{
  min-width:0;
  color:var(--hf-wine,#7b2848);
  font-size:14px;
  line-height:1.5;
}

.hf-termList span{
  flex:0 0 auto;
  color:var(--hf-main-dark,#b93668);
  font-size:12px;
  font-weight:900;
}

.hf-termList--small{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

@media(max-width:960px){

  .hf-homeHero{
    grid-template-columns:1fr;
  }

  .hf-typeGrid,
  .hf-homeReviewGrid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hf-termList,
  .hf-termList--small{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

}

@media(max-width:768px){

  .hf-home{
    padding:24px 4px 80px;
  }

  .hf-homeHero{
    padding:26px 18px;
    border-radius:30px;
    margin-bottom:54px;
  }

  .hf-homeHero__title{
    font-size:32px;
  }

  .hf-homeHero__lead{
    font-size:14px;
  }

  .hf-homeHero__buttons{
    flex-direction:column;
  }

  .hf-homeBtn{
    width:100%;
  }

  .hf-homeSection{
    margin-top:52px;
  }

  .hf-homeSection__head--row{
    align-items:flex-start;
    flex-direction:column;
  }

  .hf-homeSection__title{
    font-size:24px;
  }

  .hf-typeGrid,
  .hf-homeReviewGrid,
  .hf-termList,
  .hf-termList--small{
    grid-template-columns:1fr;
  }

  .hf-typeCard{
    min-height:0;
    padding:20px;
    border-radius:24px;
  }

}
