@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
*/

/* #content 内の直接の子要素だけ対象にする */
#content * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#content *._visible {
  opacity: 1;
  transform: translateY(0);
}

/* iframeやselect2は除外 */
#content iframe,
#content .wp-block-embed-twitter,
#content .wp-block-embed-twitter *,
#content .filter-card,
#content .filter-card *,
#content #sample-modal, 
#content #sample-modal *,
#content .actress-stats-card,
#content .actress-stats-card *
{
  opacity: 1 !important;
  transform: none !important;
}

.actress-page {
  overflow: hidden; /* はみ出した transform 分のスクロールバーを隠す */
}

.actress-stats-title {
    font-weight: 600;
    font-size: 0.95rem;
    color: #333333;
    padding: 6px 12px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.actress-stats-column{
 font-size:13px;   
}

/* 各グラフに合わせた色 */
.actress-stats-title-reviews {
    background-color: #FFF3E0; /* オレンジ系薄め */
    color: #df8500;
}

.actress-stats-title-score {
    background-color: #E3F2FD; /* 青系薄め */
    color: #2196F3;
}

.actress-stats-title-reserve {
    background-color: #ffedf6; /* ピンク系薄め */
    color: #E761A4;
}
.actress-stats-title-release {
    background-color: #ffd2ce; /* 赤系薄め */
    color: #E83929;
}



#body_wrap {
  position: relative; /* 擬似要素を基準にするため */
  z-index: 0; 
}

#body_wrap::before {
  content: "";
  position: fixed;   /* 画面に固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://newfacesav.com/wp-content/uploads/1323652.jpg') center top / cover no-repeat;
  z-index: -1;       /* コンテンツの後ろに表示 */
}


.favorite-actress-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}

.favorite-product-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.thumbnail-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;   /* 比率固定 */
  overflow: hidden;
  background: #000;
}

.thumbnail-slider .slider-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}

.thumbnail-slider .slider-img.active {
  opacity: 1;
}

/* 共通スタイル */
.custom-pagination-wrapper2 {
  text-align: center;
  padding: 1.5em 0;
}

.custom-pagination2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4em;
  white-space: nowrap;
}

/* ページリンク */
.custom-pagination2 a,
.custom-pagination2 span {
  padding: 0.5em 0.9em;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  color: var(--color_text);
  transition: all 0.3s ease;
  display:inline-block;
}

.custom-pagination2 .current {
  background: var(--color_main);
  color: #fff;
}

.custom-pagination2 a:hover {
  background-color: var(--color_main_dark);
}

/* ジャンプフォーム（PC） */
.page-jump-form {
  margin-top: 1em;
}

.page-jump-form input[type="text"] {
  width: 70px;
  padding: 0.4em;
  border-radius: 8px;
  text-align: center;
  font-size: 1rem;
  background-color: var(--color_main);
  color: #fff;
  border: 2px solid var(--color_main_dark);
  font-weight: bold;
}

.mobile-jump span {
  margin-left: 0.5em;
  color: #aaa;
  font-size: 1rem;
  margin-top: 1em;
}

/* モバイル専用ボタン付きジャンプ */
.mobile-jump {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8em;
  flex-wrap: wrap;
}

.mobile-jump button {
  padding: 0.6em 1.2em;
  background: #555;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
}

.mobile-jump button:hover {
  background: #777;
}

/* mobile-jump 内の a タグも button風に */
.mobile-jump a {
  padding: 0.6em 1.2em;
  background: var(--color_main_dark);
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 1em;
}

.mobile-jump a:hover {
  background: var(--color_main_dark);
}


/* 表示切替 */
.desktop-only {
  display: block;
}
.mobile-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: flex !important;
  }

  .page-jump-form input[type="text"] {
    font-size: 1.2rem;
  }

  .mobile-jump {
    gap: 1em;
  }
}



.sale-label {
  position: absolute;
  top: 8px;
  right: 8px;
  background: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  z-index: 10;
  pointer-events: none;
}

.hero {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(to right, #f5f7fa, #c3cfe2);
  }
  .hero h1 {
    font-size: 2.2em;
    margin-bottom: 10px;
  }
  .hero-sub {
    font-size: 1em;
    color: #555;
  }
  .section {
    padding: 40px 20px;
  }
.section-title {
  font-size: 1.35rem;
  font-weight: 600;
  text-align: left;
  color: #222;
  position: relative;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1.5rem;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: #888;
  margin-top: 6px;
}
  .section-footer {
    text-align: center;
    margin-top: 30px;
  }
  
  .section-button-wrapper{
      text-align: center;
  }
.section-button {
  display: inline-block;
  padding: 12px 44px;
  margin: 20px 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  text-decoration: none;
  transition: all 0.25s ease;
}

.section-button:hover {
  background-color: #ffffff;
  border-color: #999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  color: #111;
}
  .section-button {
  background-color: #f8f9fa;
  color: #444;
  border: 1px solid #bbb;
}
.section-button:hover {
  background-color: #fff;
  border-color: #888;
  color: #000;
}
  
  
.version-timeline {
  padding: 30px 20px;
  max-width: 800px;
  margin: 0 auto;
}

.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  border-left: 2px dashed #ccc;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px !important;
  position: relative;
}

.timeline-icon {
  width: 14px;
  height: 14px;
  background-color: #fff;              /* 中を白く */
  border: 3px solid #3498db;           /* 外枠だけ青 */
  border-radius: 50%;
  margin-left: -10px;                  /* 中央に寄せる */
  margin-top: 1px;                     /* ← 高さ調整 */
  flex-shrink: 0;
}

.timeline-content {
  margin-left: 20px;
  flex: 1;
  margin-top: -2px;                    /* ← 微調整で高さ合わせ */
}

.timeline-date {
  font-size: 0.9rem;
  color: #444;
  font-weight: bold;
  margin-bottom: 10px;
}

.version-card {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s;
}

.version-card:hover {
  transform: scale(1.02);
}

.version-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  color: #333;
}

.version-thumb-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.version-thumb {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.version-detail-link {
  position: absolute;
  bottom: 16px;
  right: 10px;
  font-size: 0.75rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 2px 6px;
  border-radius: 8px;
  pointer-events: none;
}


.version-products-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.product-list, .version-list {
    margin-top:10px;
    margin-bottom:20px;
}
@media (min-width: 768px) {
  .product-list,.favorite-product-list, .version-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .product-list,.favorite-product-list, .version-list {
    display: block;
  }
  .product-card {
      margin:4px 0;
  }
}

.product-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  position:relative;
}

.product-card img {
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

/* ホバー演出 */
.product-card:hover {
  background-color: #f5f5f5;
}

.product-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease, opacity 0.4s ease;
  will-change: transform; /* GPU最適化 */
  backface-visibility: hidden; /* チラつき防止 */
  transform: scale(1); /* 明示的な初期値 */
}

.product-card:hover .product-thumbnail {
  transform: scale(1.05);
  opacity: 0.7; /* 薄くする */
}

.product-meta {
  padding: 12px 16px;
}

.product-title {
  font-size: .8rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
  line-height: 1.4;
  text-align: center;
  
  /* ここが省略設定 */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2行で省略 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-genres {
  display: flex;
  flex-wrap: nowrap; /* 折り返し禁止 */
  overflow: hidden;   /* はみ出し非表示 */
  white-space: nowrap;
  text-overflow: ellipsis;
  gap: 5px;
  max-width: 100%;
}

.genre-tag {
  background: #eef3f7;
  color: #555;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #d0d8e0;
  white-space: nowrap; /* タグ内でも改行させない */
  flex-shrink: 0;       /* 圧縮されないように */
}

.product-date {
  font-size: 0.75rem;
  color: #777;
  text-align: center;
}


.spinner {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.load-more {
  display: inline-block;
  padding: 12px 28px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #3498db, #5dade2);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.4);
  transition: all 0.25s ease-in-out;
}

.load-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(52, 152, 219, 0.5);
}



/* メインレイアウト補正 */
.actress-page {
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* 検索フォームラッパー */
.actress-search-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* 検索フォーム */
.search-form {
  display: flex;
  flex-direction: row;  /* 強制的に横並び */
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
}

.search-form input[type="text"] {
  flex: 1;
  padding: 12px 16px;
  font-size: 1rem;
  border: 2px solid #ccc;
  border-radius: 8px 0 0 8px;
  background: #f8f8f8;
  outline: none;
}

.search-form button {
  background: #007acc;
  color: white;
  border: none;
  padding: 0 20px;
  border-radius: 0 8px 8px 0;
  font-size: 1.2rem;
  cursor: pointer;
}


/* メガネアイコン（中央に収める） */
.search-form button i {
  display: inline-block;
  vertical-align: middle;
}




/* 女優リストグリッド */
.actress-list {
  display: grid;
  grid-template-columns: 1fr; /* デフォルト: 1列（スマホ） */
  gap: 16px; /* カード同士の余白 */
}

@media (min-width: 768px) {
  .actress-list {
    grid-template-columns: repeat(2, 1fr); /* PC: 2列 */
  }
}


/* 女優カードリンク */
.actress-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
}

/* 女優カード（常に横並び） */
/*.actress-card {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  background: #fff;*/
/*  border-radius: 12px;*/
/*  box-shadow: 0 1px 6px rgba(0,0,0,0.05);*/
/*  padding: 16px;*/
/*  transition: box-shadow 0.2s ease;*/
/*  box-sizing: border-box;*/
/*  overflow: hidden;*/
/*  flex-wrap: nowrap;*/
/*  transition: transform 0.2s;*/
/*}*/

/*.actress-card:hover {*/
/*  transform: scale(1.02);*/
/*}*/

.evaluation {

}

/* 情報部分の幅調整 */
.actress-thumb img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

/* 情報エリア */
.actress-info {
  flex: 1 1 auto;
  overflow: hidden;
  margin-left: 16px;
  min-width: 0;
}

/* 名前行（順位＋名前） */
.name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.name {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 順位ラベル */
.rank-label {
  font-weight: bold;
  font-size: 0.85rem;
  color: white;
  padding: 4px 10px;
  border-radius: 8px;
  white-space: nowrap;
}

.rank-1 {
  background: linear-gradient(45deg, #FFD700, #FFC700);
}
.rank-2 {
  background: linear-gradient(45deg, #C0C0C0, #BEBEBE);
}
.rank-3 {
  background: linear-gradient(45deg, #CD7F32, #C87428);
}
.rank-label:not(.rank-1):not(.rank-2):not(.rank-3) {
  background: #007acc;
}

/* 旧名義（aliases）表示行 */
.alias-line {
  font-size: 0.8em;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*margin-bottom: 4px;*/
}

/* 閲覧数とバージョンを横並びに */
.meta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom:5px;
}

.meta-line {
  display: flex;
  align-items: center;
  font-size: 0.85em;
  color: #444;
}

.meta-line i {
  margin-right: 4px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 480px) {
  /*.actress-card {*/
  /*  display: flex;*/
  /*  flex-direction: row;*/
  /*  flex-wrap: wrap;*/
  /*}*/

  .actress-info {
    margin-left: 12px;
    flex: 1 1 auto;
  max-width:140px;
  }

  .evaluation {
    flex: 0 0 100%;
    margin-top: 8px;
  }
 .search-form {
    flex-direction: row;
    border-radius: 8px; /* 保持 */
  }

  .search-form input[type="text"],
  .search-form button {
    border-radius: 0;
  }

  .search-form input[type="text"] {
    border-right: 1px solid #ccc;
  }

  .search-form button {
    border-left: none;
  }
  
  .actress-thumb img {
    width: 120px;
    height: 120px;
  }


  .name {
    font-size: 0.95rem;
  }

  .meta-line {
    font-size: 0.8rem;
  }
}

/* デフォルト（PC）ではSP用を非表示 */
.evaluation-sp {
  display: none;
}

.evaluation-both {
    display: block;
    flex: 0 0 100%;
    margin-top: 8px;
  }

/* スマホではPC用を非表示してSP用を表示 */
@media screen and (max-width: 480px) {
  .evaluation-pc {
    display: none;
  }
  .evaluation-sp {
    display: block;
    flex: 0 0 100%;
    margin-top: 8px;
  }
}






























/* カードコンテナ */
.ver-card {
  width: 100%;
  max-width: 600px;
  margin: 1rem auto;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ver-card-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

/* サムネ部分 */
.ver-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}

.ver-thumb video.hover-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.ver-card:hover .hover-preview {
  display: block;
}

/* 本文部分 */
.ver-body {
  padding: 1rem;
}

.ver-meta-wrap {
  margin: 6px 0;
}

.ver-meta {
  display: flex;
  align-items: center;
  gap: 1.2rem; /* 要素間の余白 */
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.4rem;
  flex-wrap: wrap; /* スマホなどで折り返す */
}

.ver-meta div {
  display: flex;
  align-items: center;
  white-space: nowrap; /* 折り返さない */
}

.ver-actress i,
.ver-date i,
.ver-number i {
  margin-right: 6px;
  color: #999;
}

.ver-number,
.ver-actress {
  color: #444;
  font-weight: 500;
}

.ver-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin: 0;
}

/* ホバー時 */
.ver-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}
.ver-card:hover .ver-thumb {
  transform: scale(1.03);
}


/*.favorite-toggle {*/
/*  background: none;*/
/*  border: 1px solid #ccc;*/
/*  color: #555;*/
/*  padding: 6px 12px;*/
/*  font-size: 14px;*/
/*  border-radius: 30px;*/
/*  cursor: pointer;*/
/*  display: inline-flex;*/
/*  align-items: center;*/
/*  gap: 6px;*/
/*  transition: all 0.3s ease;*/
/*	margin: 6px;*/
/*}*/
/*.favorite-toggle:hover {*/
/*  background-color: #f0f0f0;*/
/*}*/
/*.favorite-toggle i {*/
/*  color: #aaa;*/
/*  transition: color 0.3s ease;*/
/*}*/
/*.favorite-toggle.is-favorited {*/
/*  border-color: #e74c3c;*/
/*  color: #e74c3c;*/
/*}*/
/*.favorite-toggle.is-favorited i {*/
/*  color: #e74c3c;*/
/*}*/

/* 基本ボタン */
.user-rating-title{
    font-weight:bold;
}

.favorite-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.6em 1.2em;
  font-size: 1rem;
  font-weight: 600;
  color: #e63946;
  background: #fff;
  border: 2px solid #e63946;
  border-radius: 999px; /* pill型 */
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 8px rgba(230, 57, 70, 0.2);
}

.favorite-toggle-wrapper {
  text-align: center; /* 子要素を中央寄せ */
  margin: 1em 0;
}

.favorite-toggle i {
  font-size: 1.2em;
  transition: transform 0.25s ease, color 0.25s ease;
}

/* hover時 → 押したくなる */
.favorite-toggle:hover {
  background: #e63946;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(230, 57, 70, 0.35);
}

.favorite-toggle:hover i {
  transform: scale(1.2);
  color: #fff;
}

/* 投票済み状態 */
.favorite-toggle.is-favorited {
  background: #e63946;
  color: #fff;
  border-color: #e63946;
  box-shadow: 0 4px 10px rgba(230, 57, 70, 0.4);
}

.favorite-toggle.is-favorited i {
  color: #fff;
  animation: heartbeat 1s infinite;
}

/* 投票済みアイコンを鼓動させる */
@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  20% { transform: scale(1.3); }
  40% { transform: scale(1); }
  60% { transform: scale(1.2); }
  80% { transform: scale(1); }
}



.favorite-actress-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}

.favorite-version-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}


.version-summary-box {
  background-color: #f9f9f9;
  border-left: 4px solid #3b82f6;
  padding: 1em 1.5em;
  margin-bottom: 2em;
  border-radius: 0.5em;
  font-size: 15px;
  color: #333;
}

.version-summary-item {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

.version-summary-item i {
  color: #3b82f6;
  margin-right: 0.5em;
}


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

.trend-entry {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  transition: box-shadow 0.2s;
}



.trend-entry:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.trending-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  text-align: left;
  position: relative;
}

.trending-item .thumb-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.trending-item .thumb-wrapper img {
  width: 100%;
  border-radius: 8px;
}

.trending-item .rank-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  color: #fff;
  font-weight: bold;
  padding: 2px 6px;
  font-size: 0.8em;
  border-radius: 4px;
}


.rank-1 { background: #E6B800; }  /* 金 - 見やすさ調整済 */
.rank-2 { background: #A9A9A9; }  /* 銀 - 落ち着いたグレー */
.rank-3 { background: #CD7F32; }  /* 銅 */
.rank-4,
.rank-5 { background: #00BCD4; }  /* 水色 */

.trending-item .trend-title {
  display: block;
  color: #222;
  text-decoration: none;
}

.trend-title {
  margin-top: 8px;
  font-weight: bold;
  font-size: 0.95em;
}

.trending-item .trend-title:hover {
  color: #d9534f;
}

.trending-item .tags span {
  background: #eee;
  border-radius: 8px;
  padding: 2px 6px;
  font-size: 0.75em;
  margin-right: 4px;
}
.trending-item .trend-score {
  margin-top: 4px;
  font-size: 0.85em;
  color: #d9480f;
  font-weight: bold;
}


/*.product-filter-form {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  gap: 12px;*/
  /*background: #f9f9f9;*/
/*  padding: 16px;*/
/*  border-radius: 8px;*/
/*  margin-bottom: 20px;*/
/*  align-items: center;*/
/*}*/

/*.product-filter-form input[type="text"],*/
/*.product-filter-form select {*/
/*  padding: 8px 12px;*/
/*  border: 1px solid #ccc;*/
/*  border-radius: 6px;*/
/*  font-size: 14px;*/
/*  flex: 1 1 auto;*/
/*  min-width: 140px;*/
/*}*/

/*.product-filter-form button {*/
/*  padding: 8px 16px;*/
/*  background: #333;*/
/*  color: #fff;*/
/*  border: none;*/
/*  border-radius: 6px;*/
/*  cursor: pointer;*/
/*  font-size: 14px;*/
/*  transition: background 0.3s;*/
/*}*/

/*.product-filter-form button:hover {*/
/*  background: #555;*/
/*}*/

/* カード全体 */
#product-filter.filter-card {
  max-width: 600px;
  margin: 30px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#actress-filter.filter-card {
  max-width: 600px;
  margin: 30px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* キーワード入力 */
.filter-keyword input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}

/* PC：女優・バージョンを横並びで均等 */
.filter-row {
  display: flex;
  gap: 10px;
}

/* セレクトを均等に伸ばす */
.filter-row select {
  flex: 1;
  min-width: 0;
  width: 100%;  /* 念のため追加 */
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}

/* スマホ：縦並び */
@media (max-width: 600px) {
  .filter-row {
    flex-direction: column;
  }
}

/* ボタンブロック：PCは下部横並び中央、SPも横並び */
.filter-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}

/* 各ボタン共通 */
.filter-buttons button {
  flex: 1;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s;
  border: none;
  white-space: nowrap;
}

/* 絞り込みボタン */
#filter-submit {
  background: #f16682;
  color: #fff;
}
#filter-submit:hover {
  background: #FF4B5C;
}

#video-submit {
  background: #f16682;
  color: #fff;
}
#video-submit:hover {
  background: #FF4B5C;
}

#actress-submit {
  background: #f16682;
  color: #fff;
}
#actress-submit:hover {
  background: #FF4B5C;
}

/* クリアボタン */
#filter-clear {
  background: #ddd;
  color: #333;
}
#filter-clear:hover {
  background: #bbb;
}

/* スマホ：ボタンは横並びのまま、幅広 */
@media (max-width: 600px) {
  .filter-buttons button {
    flex: 1;
    font-size: 16px;
    padding: 10px;
  }
}




/* Select2 fix */
.select2-container--default .select2-selection--single {
  height: 38px !important;
  display: flex !important;
  align-items: center !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
  padding-left: 8px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
}

/* サムネイル画像 */
.select2-container--default .select2-selection--single .select2-selection__rendered img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

/* PCで女優とバージョンを横並びで均等にする */
.filter-row > .select2-container {
  flex: 1;
  min-width: 0;
  width: 100%;
}

/* スマホでも幅いっぱい */
@media (max-width: 600px) {
  .filter-row > .select2-container {
    width: 100%;
  }
}

/* クリアボタンの中身を空に */
.select2-container--default .select2-selection--single .select2-selection__clear {
  font-size: 0;               /* テキスト非表示のため0に */
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* ホバーで色を濃く */
.select2-container--default .select2-selection--single .select2-selection__clear:hover {
  background: #ccc;
}



.actress-links {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.actress-link-card {
  flex: 1 1 80px;
  display: flex;
  align-items: center;
  background: #f8f8f8;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 12px 16px;
  text-decoration: none;
  color: #333;
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.actress-link-card:hover {
  background: #f0f0f0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.actress-link-card .icon {
  font-size: 24px;
  margin-right: 12px;
  color: #666;
}

.actress-link-card .text .title {
  font-weight: bold;
  font-size: 16px;
}

.actress-link-card .text .desc {
  font-size: 12px;
  color: #777;
}

/* スマホでは縦並び */
@media (max-width: 600px) {
  .actress-links {
    flex-direction: column;
  }
}





.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 20px;
}
@media (max-width: 600px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
}


.video-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}
.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.video-thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9比率 */
  background: #000;
  overflow: hidden;
}
.video-thumb img,
.video-thumb video {
  position: absolute;
  top:0; left:0; width:100%; height:100%;
  object-fit: cover;
}

/* preview video はデフォルト非表示 */
.hover-preview {
  opacity: 0;
  transition: opacity 0.2s;
}
.video-card:hover .hover-preview {
  opacity: 1;
}

.video-overlay {
  position: absolute;
  top:0; left:0; width:100%; height:100%;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
}
.video-card:hover .video-overlay {
  opacity: 1;
}
.play-icon {
  color: #fff;
  font-size: 24px;
}

.video-info {
  padding: 10px 12px;
}
.video-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 6px;
  line-height: 1.3;
}
.video-meta {
  font-size: 13px;
  color: #666;
  display: flex;
  gap: 8px;
}
.video-meta i {
  margin-right: 4px;
}

.evaluation-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px;
  margin: 8px auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  max-width: 500px;
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.evaluation-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.evaluation-label {
  width: 70px;
  font-size: 0.85rem;
  color: #222;
  font-weight: 600;
  flex-shrink: 0;
}

.evaluation-bar-bg {
  flex: 1;
  position: relative;
  background: linear-gradient(to right, #eee, #f9f9f9);
  border-radius: 999px;
  height: 16px;
  margin-left: 8px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.evaluation-bar {
  position: relative;
  height: 100%;
  border-radius: 999px;
  transition: width 0.4s ease;
  overflow: hidden;
}

/* level-5 と level-6 のみに shine */
.level-5::after,
.level-6::after {
  content: '';
  position: absolute;
  top: 0;
  left: -30%;
  width: 30%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.3) 100%);
  transform: skewX(-20deg);
  animation: shine 4s infinite;
}

/* アニメーション */
@keyframes shine {
  0% { left: -30%; }
  80% { left: 130%; }
  100% { left: 130%; }
}

/* 色をグラデにして高級感 */
.level-6 { background: linear-gradient(90deg, hotpink, deeppink); }
.level-5 { background: linear-gradient(90deg, #ff4d4d, red); }
.level-4 { background: linear-gradient(90deg, #ffae00, orange); }
.level-3 { background: linear-gradient(90deg, #f8c400, gold); }
.level-2 { background: linear-gradient(90deg, #66cfff, skyblue); }
.level-1 { background: linear-gradient(90deg, #aaa, gray); }

.evaluation-scale {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.6rem;
  color: #777;
  transform: translateY(-50%);
  pointer-events: none;
}

.evaluation-value {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7rem;
  background: rgba(255,255,255,0.8);
  padding: 1px 4px;
  border-radius: 4px;
  color: #333;
  font-weight: bold;
  pointer-events: none;
}


/* ギャラリー全体をセクション化 */


/* Masonry本体 */
.masonry-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

/* アイテム */
.grid-item {
  width: 31%; /* PC3カラム */
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 8px; /* 丸み */
}

/* 画像に丸みを付ける */
.grid-item img {
  width: 100%;
  display: block;
  border-radius: 8px; /* 画像自体も丸く */
  transition: transform 0.3s ease;
}

/* ホバーでズーム */
.grid-item:hover img {
  transform: scale(1.05);
}

/* オーバーレイ */
.overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0.4em;
  font-size: 0.9em;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.grid-item:hover .overlay {
  opacity: 1;
}

/* スマホレスポンシブ */
@media (max-width: 767px) {
  .grid-item {
    width: 45%; /* 2カラム */
  }
}



/* セクション全体 */
.actress-section,.masonry-section,.video-section, .product-section {
  margin: 2em 0;
  padding: 1em;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: #fafafa;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* タイトル */
.section-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1em;
  padding-left: 0.4em;
  border-left: 4px solid #ff6699; /* お好みのカラー */
  color: #333;
}

.product-item {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.2s, transform 0.15s;
}
.product-item:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

.product-body {
  padding: 14px 12px 16px;
}

.product-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.focus-rating {
  margin: 10px 0 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.focus-label {
  font-weight: 600;
  color: #444;
  font-size: 0.9rem;
}
.focus-stars {
  display: flex;
  gap: 2px; /* 星の間隔をかなり詰める */
}
.focus-stars .star {
  font-size: 1.2rem;
}
.focus-score {
  font-size: 0.8rem;
  color: #777;
  margin-left: 4px;
}

.play-tags {
  margin: 6px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.play-tag {
  background: #f0f0f5;
  padding: 4px 9px;
  border-radius: 14px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #444;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: background 0.2s, color 0.2s;
}
.play-tag:hover {
  background: #444;
  color: #fff;
}

.start-date-label {
  margin-top: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #888;
}


.video-stats {
  position: absolute;
  bottom: 6px;
  left: 6px;
  display: flex;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

@media (min-width: 768px) {
  .product-list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列 */
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .product-list {
    display: grid;
    grid-template-columns: 1fr; /* 1列 */
    gap: 15px;
  }
}


.video-views3 {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 5px;
}

.video-likes3 {
  position: absolute;
  bottom: 68px;
  left: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 5px;
}

.video-comment3 {
  position: absolute;
  bottom: 38px;
  left: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 5px;
}

.product-thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.start-date-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75em;
    color: #fff;
    background: linear-gradient(135deg, #f09 0%, #f36 100%);
    border-radius: 12px;
    padding: 2px 8px;
    margin: 4px 0 4px 8px; /* ← 左に8pxの余裕を追加 */
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.start-date-badge i {
    color: #fff;
    font-size: 0.9em;
}


.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 2px;
}

.actress-tag {
  display: inline-flex;
  align-items: center;
  color: #555;
  font-size: 0.75rem;
  padding: 2px 6px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-weight:bold;
}

.actress-tag i {
  margin-right: 4px;
  color: #f9a825; /* 黄色っぽい色 */
  font-size: 0.8rem;
}

.actress-tag:hover {
  background: #e0e0e0;
}

.debut-badge-outline {
  display: inline-flex;
  align-items: center;
  color: #555;
  font-size: 0.75rem;
  padding: 2px 6px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom:3px;
}

.debut-badge-outline i {
  margin-right: 4px;
  color: #f9a825; /* 黄色っぽい色 */
  font-size: 0.8rem;
}


.meta-line {
  display: flex;
  align-items: center;
  font-size: 0.85em;
  color: #555;
  background: #f9f9f9;
  padding: 2px 8px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.meta-line i {
  margin-right: 4px;
  color: #ff9800; /* 好きな色に */
}


.vr-container {
  position: relative;
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16/9;
/*   margin: 0 auto; */
  background: #121212; /* ダークグレー系 */
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.6);
  overflow: hidden;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #eee;
}

button.a-enter-ar {
  display: none !important;
}

.thumbnail-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden; /* これが重要 */
}

.thumbnail-darken {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.3); /* 黒の半透明レイヤー */
  z-index: 1;
}

.play-icon, .play-text {
  position: relative;
  z-index: 2; /* 暗いオーバーレイより前面に */
}

.thumbnail-overlay:hover {
  background-color: rgba(0,0,0,0.25);
}
.play-icon {
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.play-icon i {
  font-size: 28px;
  color: white;
}

.play-icon:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.05);
  cursor: pointer;
}

.video-controls {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 15;
  pointer-events: none;
  user-select: none;
}

.video-controls button {
  pointer-events: auto;
  background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
  color: #ddd;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 8px 12px;
  cursor: pointer;
  box-shadow: 0 3px 7px rgba(0,0,0,0.6);
  transition: background-color 0.3s ease, transform 0.15s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  user-select: none;
}

.video-controls button:hover {
  background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
  transform: scale(1.05);
}

.video-controls button:active {
  background: linear-gradient(145deg, #1f1f1f, #121212);
  transform: scale(0.95);
}

/*.progress-bar {*/
/*  position: relative;*/
/*  flex-grow: 1;*/
/*  height: 8px;*/
/*  margin: 0 6px;*/
/*  background: #333;*/
/*  border-radius: 8px;*/
/*  overflow: hidden;*/
/*  cursor: pointer;*/
/*  pointer-events: auto;*/
/*  box-shadow: inset 0 1px 2px rgba(255,255,255,0.1);*/
/*  transition: height 0.25s ease;*/
/*}*/

/*.progress-bar:hover,*/
/*.progress-bar:active {*/
/*  height: 12px;*/
/*  box-shadow: inset 0 2px 5px rgba(255,255,255,0.3);*/
/*}*/

/*.progress {*/
/*  height: 100%;*/
/*  width: 0%;*/
/*  background: linear-gradient(90deg, #00ff88, #00ddaa);*/
/*  border-radius: 8px 0 0 8px;*/
/*  box-shadow: 0 0 8px #00ff88aa;*/
/*  transition: width 0.1s linear;*/
/*  position: relative;*/
/*}*/

.progress-hitbox {
  flex: 1;
  padding: 10px 0; /* 上下のクリック判定を広げる */
  cursor: pointer;
}

.progress-bar {
  height: 8px;
  background: #555;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: height 0.2s ease;
  pointer-events: auto; /* 念のため明示 */
}

.progress-hitbox:hover .progress-bar,
.progress-hitbox:active .progress-bar {
  height: 12px;
  background: #777;
}

.progress {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #00ff88, #00ddaa);
  transition: width 0.1s linear;
}
		
.play-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  z-index: 2;
	font-weight:600;
}

.post-content {
  padding: 0.5em 0;
}

.post-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.3em;
}

.post-excerpt {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 最大2行表示 */
  -webkit-box-orient: vertical;
}




.evaluation-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #eee;
  font-size: 0.95rem;
}

.summary-label {
  font-weight: bold;
  color: #444;
}

.summary-score {
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 999px;
  min-width: 100px;
  text-align: center;
  background: #f5f5f5;
  color: #333;
  display: inline-block;
  line-height: 1;
}

.score-main {
  font-size: 1.4rem;
  vertical-align: middle;
}

.score-max {
  font-size: 0.8rem;
  opacity: 0.8;
  vertical-align: middle;
  margin-left: 2px;
}

.score-high {
  background: linear-gradient(90deg, hotpink, deeppink);
  color: #fff;
}

.score-mid {
  background: linear-gradient(90deg, #ffae00, orange);
  color: #fff;
}


.score-low {
  background: linear-gradient(90deg, #ccd9ff, #b3c7ff); /* 優しい青グラデに変更 */
  color: #222;
}

.memo-note {
  background: #fff8dc;
  border: 2px dashed #d2b48c;
  padding: 12px 16px;
  /*font-family: 'Kosugi Maru', sans-serif;*/
  position: relative;
  border-radius: 6px;
  margin: 1em 0;
}
.memo-note::after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: -10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff8dc;
}

.memo-note::before {
  content: "📝";
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 24px;
}

.p-articleThumb__img{
	display: inline;
  width: 75%;
}
@media (max-width: 767px) {
	.p-articleThumb__img{
  width: 100%;
}
}

.l-mainContent__inner > .post_content{
	margin: 1em 0;
}



.post-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.post-card-thumbnail {
  position: relative;
  overflow: hidden;
}

.post-card-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.post-card:hover .post-card-thumbnail img {
  transform: scale(1.05);
}

.post-card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.post-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  max-height: 2.8em; /* 2行 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}

.post-card-meta {
  font-size: 0.85rem;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.post-card-meta i {
  margin-right: 0.25rem;
  color: #999;
}

.post-card-label {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: bold;
  color: white;
  z-index: 2;
  background: #555; /* デフォルト色 */
  pointer-events: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

/* カテゴリごとの色分け（slug に応じて） */
.cat-new-expect {
  background-color: #ff5e5e; /* 赤系 */
}

.cat-newproduct {
  background-color: #2d9cdb; /* 青系 */
}


@media screen and (max-width: 768px) {
  .post-card-title {
    font-size: 1rem;
  }
}


.new-release-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.new-release-item {
  flex: 1 1 calc(50% - 10px); /* PCで2列 */
}

/* スマホ対応（768px以下で縦並び） */
@media (max-width: 768px) {
  .new-release-item {
    flex: 1 1 100%;
  }
}


.fit-title {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 20px; /* 初期サイズ（上限） */
	width: 100%;
}


.unreviewed-overlay {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    color: #888;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 12px;
    border-radius: 6px;
    font-weight: bold;
    pointer-events: none;
}
.evaluation-row.unreviewed .evaluation-bar-bg {
    opacity: 0.3;
}


.truth-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px auto;
    font-family: var(--swl-font_family);
}
.truth-buttons .button-group {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
.truth-buttons .vote-btn {
    border: none;
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #f0f0f0;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    font-weight:bold;
}
.truth-buttons .vote-btn:hover:not(:disabled) {
    transform: scale(1.05);
    background-color: #ddd;
}
.truth-buttons .vote-btn[data-vote="true"] {
    color: #fff;
    background-color: #2ecc71;
}
.truth-buttons .vote-btn[data-vote="false"] {
    color: #fff;
    background-color: #e74c3c;
}
.truth-buttons .vote-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}
.truth-buttons .vote-status {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

.truth-vote-result {
    width: 100%;
    max-width: 400px;
    background-color: #f4f4f4;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.truth-vote-bar {
    display: flex;
    height: 24px;
}
.truth-true {
    background-color: #2ecc71;
    text-align: left;
    color: white;
    padding-left: 8px;
    line-height: 24px;
    white-space: nowrap;
    font-weight:bold;
}
.truth-false {
    background-color: #e74c3c;
    text-align: right;
    color: white;
    padding-right: 8px;
    line-height: 24px;
    white-space: nowrap;
    font-weight:bold;
}
.truth-vote-counts {
    font-size: 13px;
    color: #444;
    text-align: center;
    margin-top: 5px;
}

.icon-true {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #4caf50; /* 緑（真） */
  color: white;
  font-size: 12px;
  font-weight: bold;
  border: 2px solid #388e3c; /* 緑色の枠線 */
}

.icon-false {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #f44336; /* 緑（真） */
  color: white;
  font-size: 12px;
  font-weight: bold;
  border: 2px solid #d32f2f; /* 緑色の枠線 */
}
.placeholder-bar {
  background-color: #ccc !important;
  color: transparent;
}

.truth-vote-bar.no-vote {
  background-color: #ccc;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 24px;
  position: relative;
}

.no-vote-text {
  color: #666;
  font-size: 14px;
  font-weight: bold;
}


.tooltip-wrapper2 {
  position: relative;
  display: inline-block;
}

.tooltip-icon2 {
  display: inline-block;
  background: #ccc;
  color: #000;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
}

.tooltip-text2 {
  display: none;
  position: absolute;
  top: 50%;
	left: 135%;
  transform: translateY(-50%);
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 11px;
  white-space: nowrap;
  z-index: 10;
}

.tooltip-text2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent #333 transparent transparent;
}

.tooltip-icon2:hover + .tooltip-text2,
.tooltip-icon2:focus + .tooltip-text2 {
  display: block;
}


.starMax .c-reviewStars  i {
    color: var(--color-review_star, #CD4187);
}
.starMaxOld .c-reviewStars  i {
    color: var(--color-review_star, #FF0000);
}
.star4 .c-reviewStars  i {
	color: var(--color-review_star, #F58220);
}
.star2 .c-reviewStars  i {
	color: var(--color-review_star, #67A7CC);
}
.star1 .c-reviewStars  i {
	color: var(--color-review_star, #949593);
}

/* .starMaxOld または .starMax の中にある full と half 両方に shine */
.starMaxOld .icon-star-full,
.starMaxOld .icon-star-half,
.starMax .icon-star-full,
.starMax .icon-star-half {
  position: relative;
  display: inline-block;
  overflow: hidden;
/*   vertical-align: -2px; */
}

.starMaxOld .icon-star-full::after,
.starMaxOld .icon-star-half::after,
.starMax .icon-star-full::after,
.starMax .icon-star-half::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -50%;
  width: 50%;
  height: 100%; /* 高さを持たせる */
  background: linear-gradient(120deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.2) 100%);
  transform: translateY(-50%) skewX(-20deg);
  animation: star-shine 3s infinite;
  pointer-events: none;
  z-index: 1;
}

.c-reviewStars {
  display: inline-block;
  vertical-align: middle;  /* または baseline */
  line-height: 1;  /* 高さ調整 */
}

/* アニメーション */
@keyframes star-shine {
  0% { left: -50%; }
  80% { left: 150%; }
  100% { left: 150%; }
}


.p-relatedPosts .noForRel{
	display: none;
}

.actor-label{
	background-color: #058;
}
.actress-label{
	background-color: #E761A4;
}

.starTable th,.starTable td{
	border: none;
	font-weight: 700;
	font-size:16px;
	padding: 0 .5em;
}
.p-postList__item .starTable th,.starTable td{
	font-size:13px;
}
.p-postList__item .starTable{
	margin-top:5px;
}
.c-actressList:before {
    content:"\e9da"
}
.other_cat{
	background-color:grey;
}




/* コンテナ */
.actress-feature-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* カード */
.actress-feature-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.actress-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* ヘッダー */
.feature-header {
  padding: 12px 16px;
  background: linear-gradient(90deg, #7f7fd5, #86a8e7,#6cdfd7fc);
  color: #fff;
  font-size: 14px;
}
.feature-debut {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: bold;
  margin-bottom: 6px;
}
.feature-catch {
  display: block;
  font-weight: bold;
  font-size: 15px;
}

/* メイン画像 */
.feature-image {
  position: relative;
}
.feature-image-block {
  width: 100%;
  height: auto;
  display: block;
}

/* プロフィールカード（白ベースで重ねる） */
.feature-overlay {
  position: absolute;
	bottom: 20%;
/*   right: 12px; */
  background: rgba(255, 255, 255, .8);
  color: #333;
  padding: 12px 14px;
  border-radius: 12px;
  max-width: 65%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	text-align:center;
	min-width:25%;
}
.feature-name {
	font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
	font-family: 'Shippori Mincho', serif;
}
.feature-kana {
	font-size: 12px;
  color: #666;
  margin-bottom: 8px;
	font-family: 'Shippori Mincho', serif;
}
.feature-profile {
  font-size: 14px;
  margin-bottom: 6px;
}
.feature-long {
  font-size: 13px;
  line-height: 1.4;
  color: #444;
}

/* デビュー作品部分 */
.feature-debut-product {
  margin: 16px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-debut-product:hover {
  transform: translateY(-4px);
	transform: scale(1.03);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.feature-debut-thumb {
  position: relative;
}
.feature-debut-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.feature-debut-title {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 14px;
	white-space: nowrap;      /* 改行させない */
  overflow: hidden;         /* はみ出し部分を隠す */
  text-overflow: ellipsis;
}
	
.feature-big-long{
	color: #707070;
  margin: 10px;
	padding-left:12px;
	padding-right:12px;
  font-weight: bold;
}
.feature-inside{
		padding:12px 36px;
		margin-bottom: 4px;
	}
	.feature-onlysp{
		display:none;
	}
	
	
	.feature-maker-row {
  display: grid;
  grid-template-columns: 50px 1fr; /* 左:ラベル 右:画像 */
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  background: rgba(255,255,255,0.9);
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 8px 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
		max-width:100%;
}

.feature-maker-label {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

.feature-maker-cell {
  display: flex;
  align-items: center;
}

.feature-maker-logo-wrap {
  width: 100%;
  max-width: 100px;  /* 幅を制御 */
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.feature-maker-logo {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 余白なくトリミング */
  display: block;
}
	
@media (max-width: 768px) {
	.feature-overlay {
		min-width:35%;
		bottom: 10%;
	}
	.feature-name {
		font-size: 18px;
/* 	  font-weight: bold; */
	  margin-bottom: 2px;
	}
	.feature-kana {
	  font-size: 11px;
	  color: #666;
	  margin-bottom: 4px;
	}
	.feature-profile {
	  font-size: 12px;
	  margin-bottom: 3px;
	}
	.feature-long {
	  font-size: 9px;
	  line-height: 1.4;
	  color: #444;
	}
	.feature-big-long{
		font-size:13px;
	}
	.feature-inside{
		display:none;
	}
	.feature-onlysp{
		display:block;
	}
	.feature-maker-row {
	  grid-template-columns: 30px 1fr; /* 左:ラベル 右:画像 */
	}
	.feature-maker-label {
	  font-size: 11px;
	}
}



.scene-summary-block {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    font-family: var(--swl-font_family);
}

.scene-summary-block.compact {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    margin: 10px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    font-family: var(--swl-font_family);
    font-size: 0.85em;
}

.scene-summary-title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 15px;
    border-left: 4px solid #ff6f91;
    padding-left: 10px;
}

.scene-summary-stats {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    /*margin-bottom: 20px;*/
}

.summary-item {
    background: #fafafa;
    border-radius: 8px;
    flex: 1;
    min-width: 120px;
    text-align: center;
    padding: 15px 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.03);
    transition: transform 0.2s ease, background 0.2s ease;
}
.summary-item:hover {
    transform: translateY(-3px);
    background: #fff0f4;
}

.summary-icon {
    font-size: 1.6em;
    color: #ff6f91;
    margin-bottom: 5px;
}

.summary-label {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 3px;
}

.summary-value {
    font-size: 1.8em;
    font-weight: bold;
    color: #ff6f91;
}

.summary-value-actor {
    font-size: 0.8em;
    font-weight: bold;
    color: #ff6f91;
    margin-top:14px;
}

.scene-summary-block.compact .scene-summary-title {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 8px;
    border-left: 3px solid #ff6f91;
    padding-left: 8px;
}

.scene-summary-block.compact .scene-summary-stats {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.scene-summary-block.compact .summary-item {
    background: #fafafa;
    border-radius: 6px;
    flex: 1;
    min-width: 70px;
    text-align: center;
    padding: 8px 6px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.03);
    transition: transform 0.2s ease, background 0.2s ease;
}
.scene-summary-block.compact .summary-item:hover {
    transform: translateY(-2px);
    background: #fff0f4;
}

.scene-summary-block.compact .summary-icon {
    font-size: 1.2em; /* 少し縮小 */
    color: #ff6f91;
    margin-bottom: 3px;
}

.scene-summary-block.compact .summary-label {
    font-size: 0.75em;
    color: #555;
    margin-bottom: 2px;
}

.scene-summary-block.compact .summary-value {
    font-size: 1.3em;
    font-weight: bold;
    color: #ff6f91;
}

.scene-summary-block.compact .summary-value-actor {
    font-size: 0.8em;
    font-weight: bold;
    color: #ff6f91;
    margin-top:8px;
}

.label-first {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #CD4187; /* 赤 */
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
}


.prospect-badge {
  display: table;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  margin-bottom: 6px;
}

.prospect-badge-gold {
  background: linear-gradient(135deg, #FFD700, #E6B800);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}


.prospect-badge-silver {
  background: linear-gradient(135deg, #C0C0C0, #A9A9A9);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}


.prospect-badge-bronze {
  background: linear-gradient(135deg, #CD7F32, #8B4513);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}


.prospect-badge-top10 {
  background: #007BFF;
  color: #fff;
}


.prospect-badge-default {
  background: #555;
  color: #fff;
}



.actress-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
}

/* 上段写真 */
.card-top {
  display: flex;
  width: 100%;
  height: 150px; /* 顔写真高さに合わせる */
}
.face-img {
  width: 130px; /* 正方形固定 */
  height: 100%;
  object-fit: cover;
}
.chest-img {
  flex: 1;
  height: 100%;
  object-fit: cover;
}

/* 下段情報 */
.card-info {
  padding: 1rem;
}
.name-wrapper {
  display: flex;
  flex-direction: column;
}

.name {
  font-size: 1.3rem;
  font-weight: 600;
}

.name-kana {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 2px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.info-label {
  background: #f1f1f1;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: bold;
  min-width: 80px;
  text-align: center;
}

/* サイズ（★） */
.nip-size span { font-size: 1.1rem; color: #ccc; }
.nip-size.large span.on { color: #ff66b2; }
.nip-size.medium span.on { color: #ff9933; }
.nip-size.small span.on { color: #ffcc00; }

/* 色丸 */
.nip-color {
  width: 18px; height: 18px;
  border-radius: 50%;
  display: inline-block;
  border:1px solid #999;
}

/* 形状（タイプ）をスタイリッシュに */
.nip-type-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.tag.type-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: #eee;
  color: #333;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 700;
}
.tag.type-tag i {
  font-size: 0.8rem;
  color: #666;
}





.filter-heading {
  text-align: center;
/*   margin-bottom: 1rem; */
}

.filter-title {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #444;
  margin-bottom: 0.25rem;
  letter-spacing: 0.05em;
}

.filter-sub {
  font-size: 0.8rem;
  color: #777;
  margin: 0;
}



.actress-filter {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background: #fafafa;
  border-radius: 12px;
}

/* グループを左右に分ける */
.filter-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-label {
  font-weight: bold;
  min-width: 70px;  /* 左のラベル幅をそろえる */
  margin-right: 1rem;
  font-size: 0.95rem;
  color: #333;
}

/* ボタングループ */
.btn-group {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.btn-group input[type="radio"] {
  display: none;
}
.btn-group label {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}
.btn-group input[type="radio"]:checked + label {
  background: #333;
  color: #fff;
  border-color: #333;
}

/* 色用 */
.color-group label {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 0;
  background: var(--color, #ccc);
  border: 2px solid #ccc;
  box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
  transition: all 0.2s ease;
}

/* 選択時は水色のリングを外側に追加 */
.color-group input[type="radio"]:checked + label {
  background: var(--color, #ccc); /* 元の色を残す */
  color: inherit;                 /* 文字色は無効化（不要） */
  border: 2px solid #fff;         /* 白枠 */
  box-shadow: 0 0 0 3px #38bdf8;  /* 水色リング */
}


/* 検索ボタン */
.filter-actions {
  margin-top: 1rem;
}
.btn-search {
  width: 100%;
  padding: 0.8rem;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #f16682, #f16682);
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-search:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(99,102,241,0.3);
}

/* スマホ対応 */
@media (max-width: 768px) {
  .filter-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .filter-label {
    margin-bottom: 0.5rem;
  }
  .btn-search {
    font-size: 0.95rem;
  }
  .card-top {
    height: 130px; /* PCは少し大きく */
  }
  .face-img {
    width: 100px;
  }
}





.newcomer-section {
  margin: 60px 0;
}
.newcomer-heading {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
	font-weight: 700;
  color: #222;
  margin-bottom: 2rem;
  letter-spacing: 0.5px;
}

.newcomer-heading .bar {
  display: inline-block;
  width: 6px;
  height: 1.2em; /* 文字の高さに合わせる */
  background: #e63946;
  margin-right: 12px;
  border-radius: 3px;
  flex-shrink: 0;
}

/* 文字にもほんのり影を入れて浮かせる */
.newcomer-heading {
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}


.newcomer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px;
}

.newcomer-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.newcomer-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.newcomer-thumb:hover img {
  transform: scale(1.05);
}

.newcomer-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 10px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newcomer-name {
  font-size: 0.95rem;
  font-weight: 600;
}

.newcomer-likes {
  font-size: 0.85rem;
  opacity: 0.9;
}

.newcomer-likes {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ff4d6d; /* ハートを映える赤に */
	border-radius: 5px;
  background: rgb(0 0 0 / .6);
  padding: 4px 8px;
}

.newcomer-likes i {
  font-size: 1rem;
}
	

	
.featured-heading-wrapper {
  position: relative;
  width: max-content; /* コンテンツ幅に合わせる */
  margin: 0 auto 2rem; /* 中央寄せ */
}

.featured-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 0.3em; /* 下線用 */
}

.featured-heading::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #e63946;
  margin: 8px auto 0;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.featured-heading:hover::after {
  width: 120px;
}

/* バッジ */
.month-badge-diagonal {
  position: absolute;
  top: 0px;
  left: -62px;
/*   transform: rotate(-25deg);
  transform-origin: top left; */
  background: #f3722c;
  color: #fff;
  border-radius: 50%; /* 丸系 */
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  z-index: 2;
}

.month-badge-diagonal .month-number {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
	margin-top:5px;
}

.month-badge-diagonal .month-label {
  font-size: 0.6rem;
  line-height: 1;
	margin-top:3px;
}

.year-badge-diagonal {
  position: absolute;
  top: 0px;
  left: -62px;
/*   transform: rotate(-25deg);
  transform-origin: top left; */
background: #f16682;
  color: #fff;
  border-radius: 50%; /* 丸系 */
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  z-index: 2;
}

.year-badge-diagonal .year-number {
    font-size: 1.0rem;
  font-weight: 700;
  line-height: 1;
	margin-top:5px;
}

.year-badge-diagonal .year-label {
  font-size: 0.6rem;
  line-height: 1;
	margin-top:5px;
}

	.pick-badge-diagonal {
  position: absolute;
  top: 0px;
  left: -62px;
/*   transform: rotate(-25deg);
  transform-origin: top left; */
background: #FF4B5C;
  color: #fff;
  border-radius: 50%; /* 丸系 */
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  z-index: 2;
}
.pick-badge-diagonal .pick-number {
	font-size: 0.6rem;
  font-weight: 700;
  line-height: 1;
}


.actress-card-only1 .actress-card{
    max-width: 600px;
    margin:0 auto;
}


.label-new {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #e60033; /* 赤 */
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
}

.label-upcoming {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #32CD32; /* 青 */
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
}