:root{
  --kugiri-color: #dcdcdc;
  --fanza-list-padding: 1.2em 0.5em;
}
.heart-icon {
    width: 24px;
    height: 24px;
    color: #888;
    transition: all 0.2s ease;
  }
  
  .fanza-fav-btn:hover .heart-icon {
    color: red;
  }
  
  .fanza-fav-btn.liked .heart-icon {
    fill: red;
    stroke: red;
    color: red;
  }

  .fanza-fav-btn .feather-heart {
    transition: all 0.2s ease;
  }
  .fanza-fav-btn:hover .feather-heart {
    stroke: red;
  }

  button.fanza-img-fav-btn {
    position: relative;
    margin-top: 0;
    margin-bottom: 1em;
    background: transparent;
    border-radius: 0px 0px 5px 5px;
    font-size: 11px;
  }
  button.fanza-img-fav-btn .fanza-img-fav-count {
    margin-left: 0.3em;
  }
  /* ツールチップスタイル */
  .fanza-fav-tooltip {
    position: absolute;
    bottom: 100%;
    left: 0;
    transform: none;
    margin-bottom: 8px;
    padding: 6px 10px;
    background: #ffffff;
    color: #333;
    font-size: 11px;
    line-height: 1.3;
    white-space: nowrap;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    pointer-events: none;
    animation: fanza-tooltip-fade-in 0.3s ease-out;
    max-width: calc(100vw - 40px);
  }
  .fanza-fav-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 15px;
    transform: none;
    border: 5px solid transparent;
    border-top-color: #ffffff;
  }
  @keyframes fanza-tooltip-fade-in {
    from {
      opacity: 0;
      transform: translateY(-4px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /* スマホ対応 */
  @media (max-width: 768px) {
    .fanza-fav-tooltip {
      left: 0;
      right: auto;
      transform: none;
      white-space: nowrap;
      max-width: calc(100vw - 20px);
      font-size: 10px;
      padding: 5px 8px;
    }
    .fanza-fav-tooltip::after {
      left: 15px;
      transform: none;
      border-width: 4px;
    }
    @keyframes fanza-tooltip-fade-in {
      from {
        opacity: 0;
        transform: translateY(-4px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
  }
img.sample_img {
  margin-top: 1em;
  display: block;
}
button.fanza-fav-btn ,.fanza-actress-fav-btn{
  background: #ededed;
  padding: .5em 1.5em;
  border-radius: 5px;
  margin-top: .7em;
  color: #202020;
  display: flex;
}
/* サンプル動画 */
.sample_movie {
  max-width: 960px;
  margin: auto;
}
/* 情報テーブル */
.fanza_info {
  width: 100%;
  max-width: 800px;
  margin: 2em auto;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.6;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

.fanza_info th,
.fanza_info td {
  padding: 1em;
  border-bottom: 1px solid #eee;
}

.fanza_info th {
  width: 25%;
  background: #f5f5f5;
  text-align: left;
  font-weight: bold;
  color: #333;
}

.fanza_info td {
  color: #555;
}

.fanza_info tr:last-child td,
.fanza_info tr:last-child th {
  border-bottom: none;
}

.fanza_info a {
  color: #0073aa;
  text-decoration: none;
}

.fanza_info a:hover {
  text-decoration: underline;
}
/* 非アフィリエイトリンク */
.not_affi_link {
  padding: 1em;
  background: #ffecec;
  border: 1px solid #ff8f8f;
  margin: 2em auto;
}
/* お気に入り動画リスト */
div#fanza-fav-list ul li {
    list-style: none;
    width: 31%;
    padding: 5px;
    margin-bottom: 20px;
}
.fanza-img-fav-item {
    width: 31%;
    margin: 5px;
    margin-bottom: 20px;
}
ul.fanza_fav_list,div#fanza-fav-img-list {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
div#fanza-fav-list ul li a {
    display: block;
    height: 100%;
}
.fanza_fav_title {
    font-size: 16px;
    padding: 5px;
}
.fanza_fav_item img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: auto;
}
.fanza-img-fav-item img {
  width: 100%;
  max-width: 100% !important;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: top center;
}
/* ラストPR */
.last_pr {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.last_pr p {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: .6em!important;
}

/* 関連動画リスト形式 */
.fanza-related-widget{
  container-type: inline-size;
}
.fanza-press ul.fanza-related-widget {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.fanza-related-widget a {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  line-height: 1.1em;
}
ul.fanza-related-widget.layout-list a{
  display: flex;
  width: 100%;
}
li.fanza-related-item.layout-list{
  width: 100%;
}
.fanza-related-item img{
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
p.meta {
  text-align: right;
  font-size: 12px;
  font-weight: normal;
}
/* 1) メタ全体をフレックスに */
.fanza-related-item .meta{
  display:flex;
  gap:1.5em;                 /* アイコン-数字ブロック同士の間隔 */
  align-items:center;      /* ← ここがポイント（縦中央揃え） */
  font-size:.75rem;
  margin:0 4px 6px;
  color:#666;
}
/* テキストのみの場合 */
ul.fanza-related-widget.layout-text {
  display: block;
}
ul.layout-text .fp_post_meta {
  font-size: 16px;
}
ul.layout-text.has-num .fp_post_meta{
  padding: 0 0 0 2em;
}
/* 2) 各アイコン-数字のまとまりもインラインフレックスで中央揃え */
.fanza-related-item .meta .fav,
.fanza-related-item .meta .pv,
.fanza-related-item .meta .image-fav{
  display:inline-flex;     /* ← インライン要素扱いにしつつ… */
  align-items:center;      /* ← 縦中央揃えを保証 */
  gap:3px;                 /* アイコンと数字のすき間 */
}

/* 3) SVG は行高さに合わせて自動縮小 */
.fanza-related-item .meta svg{
  width:1em;               /* 文字サイズと連動させるとズレにくい */
  height:1em;
  flex:0 0 auto;           /* 幅固定で潰れないように */
}

/* 画像お気に入り数のハートアイコンだけ小さく */
.fanza-related-item .meta .image-fav .image-fav-heart{
  width: 0.8em;            /* 通常の75%のサイズ */
  height:0.8em;
  stroke:#666;             /* 他のお気に入り数と同じ色 */
  fill:none;
}

.fp_post_meta {
  padding: 5px;
  font-size: 13px;
}
.fp_post_meta p{
  margin-bottom: 5px!important;
}
.fanza-related-widget.layout-list .fanza-related-item {
    display: flex;
    align-items: flex-start; 
    gap: 10px;
    margin-bottom: 0;
    margin-top: 0;
    padding:var(--fanza-list-padding)!important;
    border-bottom: 1px solid var(--kugiri-color);
  }
  .fanza-related-widget.layout-list .fanza-related-item:last-child {
    border-bottom: none;
  }
  li.fanza-related-item,.fanza-img-ranking-widget li{
    padding: var(--fanza-list-padding)!important;
    transition: all ease 0.5s;
  }
  li.fanza-related-item:hover,.fanza-img-ranking-widget li:hover{
    background-color: #e8e8e8;
    opacity: 0.8;
  }
  .fanza-related-widget.layout-list .fanza-related-item img {
    width: 200px;
    max-width: 100%;
    flex: 0 0 200px;
  }
  
  /* サイドバーなど狭い場所での調整 */
  @container (max-width: 500px) {
    .fanza-related-widget.layout-list .fanza-related-item img {
      flex: 0 0 35%;
      width: 35%;
    }
    .fanza-related-widget.layout-list .fanza-related-item .title {
      font-size: 14px !important;
      line-height: 1.3;
    }
  }
  
  @container (max-width: 300px) {
    .fanza-related-widget.layout-list .fanza-related-item img {
      flex: 0 0 35%;
      width: 35%;
    }
    .fanza-related-widget.layout-list .fanza-related-item .title {
      font-size: 14px !important;
      line-height: 1.3;
    }
  }
  
  .fanza-related-widget.layout-list .fanza-related-item .title {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    flex: 1; /* 残りの幅を使う */
  }
  li.fanza-related-item.layout-text{
    border-bottom: 1px solid;
    margin-bottom: 0;
    margin-top: 0;
    border-color: var(--kugiri-color);
}
li.fanza-related-item.layout-text:last-child {
  border-bottom: none;
}
/* カード形式 */
.fanza-related-widget.layout-card {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.fanza-related-widget.layout-card li {
    flex: 0 0 calc(33.333% - 7px);
    min-width: 150px;
    box-sizing: border-box;
}

/* サイドバーなど狭い場所での調整 */
@container (max-width: 500px) {
    .fanza-related-widget.layout-card li {
        flex: 0 0 calc(50% - 5px);
        min-width: 120px;
    }
}

@container (max-width: 300px) {
    .fanza-related-widget.layout-card li {
        flex: 0 0 100%;
        min-width: 100%;
    }
}
  .fanza-sample-box iframe {
    display: block;
    margin: 0;
    padding: 0;
  }
  
  .fanza-sample-box iframe.loaded {
    display: block !important;
  }
  
  .fanza-video-placeholder {
    transition: opacity 0.3s ease;
  }
  
  .fanza-video-placeholder:hover {
    opacity: 0.9;
  }
  
  .fanza-video-play-button {
    transition: transform 0.2s ease;
  }
  
  .fanza-video-placeholder:hover .fanza-video-play-button {
    transform: scale(1.1);
  }

.fanza-fav-wrap {
    margin: 0;
    padding: 0;
}

.fanza-sample-box {
    margin-bottom: 0;
    padding-bottom: 0;
}

.sample_movie body>div {
  height: 100%!important;
}
/* 必要に応じて style.css へ追加 */
.microCopy.mc_center { text-align:center; line-height:1.4; }
.movie_affi_button__link { display:inline-block; padding:.8em 1.5em; }

/* お気に入り画像ランキング */
.widget_fanza_img_ranking_widget{
  container-type: inline-size;
}
ul.fanza-img-ranking-widget img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: top;
}
ul.fanza-img-ranking-widget li {
  width: 30%;
  position: relative;
  margin: 5px;
}
ul.fanza-img-ranking-widget li a.fanza-img-ranking-item {
  display: block;
  text-decoration: none;
  color: inherit;
}
ul.fanza-img-ranking-widget li .movie-title {
  display: block;
  margin-top: 0.5em;
  color: inherit;
  font-size: 0.9em;
  line-height: 1.4;
}
ul.fanza-img-ranking-widget {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0!important;
}

/* メタ表示＆ランキングのハートを共通で整列 */
.fav-count,
.fanza-related-item .meta .fav,
.fanza-related-item .meta .pv{
  display:inline-flex;
  align-items:center;
  gap:4px;
  font-size:.75rem;
}
span.cnt{
  color: #666;
}
.fav-count svg,
.fanza-related-item .meta svg{
  width:1em;
  height:1em;
  flex:0 0 auto;
}

/* ランキングウィジェット内 fav-count を角丸バッジに */
ul.fanza-img-ranking-widget .fav-count{
  padding-left: 8px;
}

.fanza-more-link{
  text-align: center;
}
a.fanza-more-btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9em;
  border: 1px solid #525252;
  box-shadow: 0px 10px 11px -10px rgb(82 82 82 / 80%);
  color: #1b1b1b;
}
a.fanza-more-btn:hover {
  background: #38454c;
  color: #fff !important;
  opacity: 1 !important;
}
/* ====== ① has-num が付いた時だけカウンタセット ====== */
.fanza-img-ranking-widget.has-num,
.fanza-related-widget.has-num {
  counter-reset: rank;
}

/* ② li を相対配置 & カウンタ進行 */
.fanza-img-ranking-widget.has-num > li,
.fanza-related-widget.has-num > li {
  counter-increment: rank;
}

/* ③ バッジ表示 */
.fanza-img-ranking-widget.has-num > li::before,
.fanza-related-widget.has-num > li::before {
  content: counter(rank);
  position: absolute;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  background: #2e2e2e;
  color: #fff;
  font-size: 13px;
}
/* 1位：ゴールド */
.fanza-img-ranking-widget.has-num > li:nth-child(1)::before,
.fanza-related-widget.has-num > li:nth-child(1)::before{
  background: linear-gradient(135deg,#f8e898 0%,#d4af37 45%,#b48924 100%);
}

/* 2位：シルバー */
.fanza-img-ranking-widget.has-num > li:nth-child(2)::before,
.fanza-related-widget.has-num > li:nth-child(2)::before{
  background: linear-gradient(135deg,#ffffff 0%,#c0c0c0 45%,#8a8a8a 100%);
}

/* 3位：ブロンズ */
.fanza-img-ranking-widget.has-num > li:nth-child(3)::before,
.fanza-related-widget.has-num > li:nth-child(3)::before{
  background: linear-gradient(135deg,#ffe3c4 0%,#cd7f32 45%,#8b4f1d 100%);
}
@media screen and (max-width: 699px) {
    div#fanza-fav-list ul li,.fanza-img-fav-item,
    .fanza-related-widget.layout-card a  {
        width: 47%;
    }
    .fanza_fav_title {
        font-size: 13px;
    }
    ul.fanza_fav_list{
        padding-left: 0!important;
    }
    ul.fanza-img-ranking-widget li {
      width: 47%;
    }
    .fanza-related-widget.layout-card p.title,
    .fanza-related-widget.layout-list .fanza-related-item .title{
      font-size: 13px;
    }
    .fanza-related-widget.layout-list .fanza-related-item img{
      width: 150px;
    }
}


.fanza-sortable {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fanza-sortable .fanza-item {
  padding: 8px;
  margin: 5px 0;
  background: #f5f5f5;
  border: 1px solid #ddd;
  cursor: move;
}
@container (max-width: 500px){
  .fanza-related-widget.layout-list .fanza-related-item img{
    width: 120px;
  }
  .fanza-related-widget.layout-card p.title,
    .fanza-related-widget.layout-list .fanza-related-item .title{
      font-size: 15px;
    }
    .fanza-related-widget.layout-card li{
      width: 100%;
    }
    .widget_fanza_img_ranking_widget ul.fanza-img-ranking-widget li{
      width: 100%;
    }
} 

/* =============================================
   関連ウィジェット ─ 横長リスト崩れ対策
============================================= */
.fanza-related-widget.layout-list{
  display:flex;
  flex-direction:column;
  padding-left: 0;
}
.fanza-related-widget.layout-list a{display:flex;width:100%;align-items:flex-start;gap:10px}
.fanza-related-widget.layout-list img{
  flex:0 0 200px;                     /* ← 基本は 200px 固定幅 */
  height:auto;
  aspect-ratio:3/2;
  object-fit:cover;
}
.fanza-related-widget.layout-list .title{
  flex:1;
  font-size:18px;
  line-height:1.4;
  margin:0;
}

/* =============================================
   グリッド（カード）調整
============================================= */
.fanza-related-widget.layout-card li{width:31%}
.fanza-related-widget.layout-card li:hover{background:#e8e8e8;opacity:.8}

/* =============================================
   レスポンシブ
============================================= */
@media (max-width:699px){
  /* 横長リストの画像を少し小さく */
  .fanza-related-widget.layout-list img{flex:0 0 150px}

  /* カード 2 列 / ランキング 2 列 */
  .fanza-related-widget.layout-card li,
  .widget_fanza_img_ranking_widget ul.fanza-img-ranking-widget li{width:47%}
  .fanza-related-widget.layout-card .title,
  .fanza-related-widget.layout-list .title{font-size:13px}
  ul.fanza-actress-movies-widget li {
    width: 47%;
}
}

/* 遅延読み込み用スタイル */
.lazy {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.lazy.loaded {
    opacity: 1;
}

/* =============================================
   カルーセル形式
============================================= */

/* CSS変数定義（カスタマイズ用） */
:root {
    --fanza-carousel-nav-size: 40px;
    --fanza-carousel-nav-bg: rgba(255, 255, 255, 0.9);
    --fanza-carousel-nav-color: #333;
    --fanza-carousel-nav-hover-bg: rgba(255, 255, 255, 1);
    --fanza-carousel-nav-disabled-opacity: 0.3;
    --fanza-carousel-scrollbar-width: 4px;
    --fanza-carousel-scrollbar-color: rgba(0, 0, 0, 0.2);
    --fanza-carousel-scrollbar-hover-color: rgba(0, 0, 0, 0.4);
}

/* カルーセルコンテナ */
.fanza-carousel-container {
    position: relative;
}

/* カルーセルラッパー */
.fanza-carousel-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
    padding-right: 10px;
    
    /* モバイルではスクロールバーを非表示 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.fanza-carousel-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera（モバイル用） */
}

/* PC環境：細くてスタイリッシュなスクロールバー */
@media (min-width: 700px) {
    .fanza-carousel-wrapper {
        scrollbar-width: thin; /* Firefox */
        scrollbar-color: var(--fanza-carousel-scrollbar-color) transparent;
    }

    .fanza-carousel-wrapper::-webkit-scrollbar {
        display: block;
        height: var(--fanza-carousel-scrollbar-width);
    }

    .fanza-carousel-wrapper::-webkit-scrollbar-track {
        background: transparent;
    }

    .fanza-carousel-wrapper::-webkit-scrollbar-thumb {
        background-color: var(--fanza-carousel-scrollbar-color);
        border-radius: calc(var(--fanza-carousel-scrollbar-width) / 2);
        transition: background-color 0.2s ease;
    }

    .fanza-carousel-wrapper::-webkit-scrollbar-thumb:hover {
        background-color: var(--fanza-carousel-scrollbar-hover-color);
    }
}

/* 矢印ナビゲーションボタン */
.fanza-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: var(--fanza-carousel-nav-size);
    height: var(--fanza-carousel-nav-size);
    background: var(--fanza-carousel-nav-bg);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: var(--fanza-carousel-nav-color);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0;
}

.fanza-carousel-nav svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.fanza-carousel-nav-prev svg {
    transform: rotate(180deg);
}

.fanza-carousel-nav:hover:not(.is-disabled) {
    background: var(--fanza-carousel-nav-hover-bg);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.fanza-carousel-nav:active:not(.is-disabled) {
    transform: translateY(-50%) scale(0.95);
}

.fanza-carousel-nav.is-disabled {
    opacity: var(--fanza-carousel-nav-disabled-opacity);
    cursor: not-allowed;
    pointer-events: none;
}

.fanza-carousel-nav-prev {
    left: 10px;
}

.fanza-carousel-nav-next {
    right: 10px;
}

/* モバイルでは矢印ボタンを非表示（オプションが有効な場合は表示） */
@media (max-width: 699px) {
    .fanza-carousel-nav {
        display: none;
    }
    
    /* スマホでもナビゲーションボタンを表示するオプションが有効な場合 */
    .fanza-carousel-container.show-mobile-nav .fanza-carousel-nav {
        display: flex;
    }
}

/* モバイルでナビゲーションボタンを表示する場合 */
.fanza-carousel-container.show-mobile-nav .fanza-carousel-nav {
    display: flex;
}

/* カルーセル形式：カード形式のスタイルを上書き */
.fanza-carousel-wrapper .fanza-related-widget.layout-carousel,
.fanza-press .fanza-carousel-wrapper ul.fanza-related-widget.layout-carousel {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    width: auto;
}

.fanza-carousel-wrapper .fanza-related-widget.layout-carousel .fanza-related-item {
    flex: 0 0 auto !important;
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    scroll-snap-align: start;
    margin: 0 !important;
}

/* レスポンシブ */
@media (max-width: 699px) {
    .fanza-carousel-wrapper .fanza-related-widget.layout-carousel .fanza-related-item {
        width: 150px !important;
        min-width: 150px !important;
        max-width: 150px !important;
    }
}

/* カルーセルバウンドアニメーション */
@keyframes fanza-carousel-bounce {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(40px);
    }
    75% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}

.fanza-carousel-wrapper.is-animated {
    animation: fanza-carousel-bounce 0.6s ease-out;
}

/* 遅延読み込み中のプレースホルダー */
.lazy-placeholder {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Container Query が使える環境ならさらに調整 */
@container (max-width:500px){
  .fanza-related-widget.layout-list img{flex:0 0 120px}
  .fanza-related-widget.layout-card li,
  .widget_fanza_img_ranking_widget ul.fanza-img-ranking-widget li{width:100%}
  .fanza-related-widget.layout-card .title,
  .fanza-related-widget.layout-list .title{font-size:15px}
}

/* 出演女優表示用スタイル */
.fanza_actresses_section {
    margin-top: 2em;
    margin-bottom: 2em;
}

.fanza_actresses_section h3 {
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: bold;
}

.fanza_actresses_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.fanza_actress_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 120px;
}

.fanza_actress_link {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
}

.fanza_actress_link:hover {
    text-decoration: none;
    opacity: 0.8;
}

.fanza_actress_image {
    margin-bottom: 0.5em;
}

.fanza_actress_image img,
.fanza_actress_img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.fanza_actress_name {
    font-size: 0.9em;
    line-height: 1.2;
    word-break: break-word;
}

.fanza_actress_no_image {
    margin-bottom: 0.5em;
}

.fanza_actress_placeholder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-weight: bold;
    color: #666;
    border: 2px solid #ddd;
}

/* 女優アーカイブページの見出しスタイル */
.actress-archive-heading {
    display: block;
    margin: 1.2em 0 0.8em !important;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    padding-bottom: 0.5em;
    width: 100%;
}


.fanza_actress_image img, .fanza_actress_img,.fanza-related-item img,ul.fanza-img-ranking-widget img{
  margin-bottom: 0!important;
}
ul.fanza-related-widget li::before,ul.fanza-img-ranking-widget li::before{
  content: none!important;
}

/* 女優投稿ページ用ウィジェットエリア */


.actress-widget {
  margin-bottom: 20px;
}

.actress-widget:last-child {
  margin-bottom: 0;
}

.actress-widget-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 2px solid #007cba;
  padding-bottom: 8px;
}

.actress-widget-area-top .widget:last-child {
  margin-bottom: 0;
}
ul.fanza-actress-movies-widget img {
  margin-bottom: 0;
  margin-top: 10px;
}

/* 女優タームページの見出しスタイル */
h2.actress-movies-heading {
    width: 100%;
    margin: 1.5em auto;
    font-size: 1.2em;
}