/* custom.css：自分用カスタムCSS */

/* 例：Adobe Fonts 用クラス */
.adobe-font-heading {
/*
  font-family: "あなたのAdobeFont名", sans-serif;
*/
}
/* まる用 */
.sic-part {
    font-family: sictake-odori, sans-serif;
	font-weight: 400;
	font-style: normal;	
	font-size: 2em;
	color: #fff;
    text-shadow:
      -1px -1px 0 #f35297,
       1px -1px 0 #f35297,
      -1px  1px 0 #f35297,
       1px  1px 0 #f35297,
       2px  2px 4px rgba(243,82,151,0.5);
}

.maru-hizou {
	/* まるの秘蔵AV */
  font-family: vdl-megamarupop-shadow, sans-serif;	
	font-weight: 400;
	font-style: normal;	
	font-size: 2em;
}

h1.page-title {
  font-family: poprumcute, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0 !important;
}

h2.wp-block-heading {
  font-family: "tbudrgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0 !important;
}

h3.wp-block-heading {
  font-family: "vdl-megamaru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* shun用 */
.sic-part-shun {
	font-family: "memoir", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 2em;
	color: #ffffff;	
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);	
}
/* taka用 */
.sic-part-taka {
	font-family: "ab-babywalk", sans-serif;
    font-weight: 900;
    font-style: normal;
	/*
	font-family: "memoir", sans-serif;
	font-weight: 900;
	font-style: normal;
    */
	font-size: 2.5em;
	font-feature-settings: "palt";
	letter-spacing: -0.25em;
	color: #ffffff;	
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.taka-hizou {
	/* takaの秘蔵AV */
  font-family: vdl-megamarupop-shadow, sans-serif;	
  font-weight: 400;
  font-style: normal;	
  font-size: 2em;
}

h2.wp-block-heading-taka {
  font-family: "memoir-round", sans-serif;
  font-weight: 900;
  font-style: normal;	
}
.konban-no-okazu-taka {
  font-family: "memoir-round", sans-serif;
  font-weight: 900;
  font-size: 24px;
  font-style: normal;	
  color: #f85699;
}

h3.wp-block-heading-taka {
  font-family: "vdl-megamaru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* takaのおかずひすとりー */
.taka-okazu-history {
  font-family: "logo-line-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.goumon-kamashite-title {
/* ごーもん(拷問)かましてよかですか */
  font-family: sicfude-zuisen, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #d22e38;
  font-size: 1.6em;
}

.yokadesuka-title {
/* ごーもん(拷問)かましてよかですか */
  font-family: vdl-megamaru, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #f85699;
  font-size: 1.2em;
}

.acme-sugata-title {
/* アクメ姿なみだ娘 */
  font-family: "rampart-one", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ThirstyAffiliates 右寄せ */
.aff-right {
    text-align: right;
}

/* M男用 */
.sic-part-emuo {
	font-family: "ab-hasemomo-r", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 2em;
	color: #fff;
    text-shadow:
      -1px -1px 0 #2598ef,
       1px -1px 0 #2598ef,
      -1px  1px 0 #2598ef,
       1px  1px 0 #2598ef,
       3px  3px 4px rgba(37,152,239,0.5);
}

/* 投稿ページ本文の段落（全体共通） */
.single-post .entry-content p {
  font-family: "biz-udpgothic", sans-serif;
  font-weight: 400;
  font-style: normal;	
  font-size: 17px;      /* ベースの文字サイズ */
  line-height: 1.8;     /* 行間 */
  /* letter-spacing: 0.05em; /* 文字間（全体） */
  margin-bottom: 1.4em; /* 段落と段落の間隔 */
}

/* 週刊taka *********************************/


.weekly-cover__label {
  font-size: 14px;
  letter-spacing: 0.3em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.weekly-cover__title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.weekly-cover__date {
  font-size: 14px;
  margin-top: 8px;
}

.weekly-cover__theme {
  font-size: 18px;
  margin-top: 16px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.weekly-body {
  max-width: 1200px;
  margin: 0 auto 40px;
}







/*************************************************/
/* ====== 週刊Taka タイトル帯（画面全幅） ====== */
/*************************************************/

.weekly-cover {
  position: relative;
  /* ここが「コンテナをはみ出して画面全幅にする」ポイント */
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;

  height: 120px;
  background-size: auto 120px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 24px;
}

/* 文字を読みやすくする薄いオーバーレイ */
.weekly-cover__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.7),
    rgba(0,0,0,0.2),
    rgba(0,0,0,0.7)
  );
  z-index: 1;
}
/* 週刊taka：シリーズ別スタイル */

/* 性活・週刊シリーズ */
.weekly-cover--weekly_seikatsu .weekly-cover__overlay {
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.8),
    rgba(255,105,180,0.3),
    rgba(0,0,0,0.8)
  );
}

.weekly-cover--weekly_seikatsu .weekly-cover__title {
  font-family: "memoir-round", sans-serif;
  font-size: 30px;
  color: #ff66aa;
}

/* ほぼ日刊M男ライフ */
.weekly-cover--daily_m .weekly-cover__overlay {
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.8),
    rgba(0,0,255,0.3),
    rgba(0,0,0,0.8)
  );
}

.weekly-cover--daily_m .weekly-cover__title {
  font-family: "vdl-megamaru", sans-serif;
  font-size: 26px;
  color: #99ccff;
}

/* 月間おもちゃ通信 */
.weekly-cover--monthly_toy .weekly-cover__overlay {
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.8),
    rgba(255,215,0,0.3),
    rgba(0,0,0,0.8)
  );
}

.weekly-cover--monthly_toy .weekly-cover__title {
  font-family: "logo-line-std", sans-serif;
  font-size: 28px;
  color: #ffd700;
}

/* 号外（extra_yui など） */
.weekly-cover--extra_yui .weekly-cover__overlay {
  background: linear-gradient(
    to right,
    rgba(128,0,0,0.8),
    rgba(255,255,255,0.1),
    rgba(128,0,0,0.8)
  );
}

.weekly-cover--extra_yui .weekly-cover__title {
  font-family: "rampart-one", sans-serif;
  font-size: 30px;
  color: #ffffff;
}

/* 中身のレイアウト（中央タイトル＋右寄せ情報） */
.weekly-cover__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  color: #fff;
}

.weekly-cover__label {
  font-size: 12px;
  letter-spacing: 0.2em;
  margin: 0;
}

.weekly-cover__title {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 28px;
  margin: 2px 0 0;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}


.weekly-cover__date {
  margin: 0 0 4px;
}

.weekly-cover__theme {
  margin: 0;
}

/* 作品一覧エリアはそのまま中央寄せ */
.weekly-body {
  max-width: 1200px;
  margin: 0.6em auto 40px !important;
  padding: 0 16px;
  box-sizing: border-box;
}

/* 画面幅が 923px 以上のときも ast-container を全幅＆中央寄せにする */
/* 画面幅 923px 以上でも 922px 未満と同じようにする */
@media (min-width: 923px) {
  /* Astra の .ast-narrow-container の max-width を無効化 */
  .ast-narrow-container .site-content > .ast-container,
  .ast-narrow-container .site-content > .ast-container.ast-container-fluid {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* flex で左に寄るのを防ぐ（スマホと同じ block に戻す） */
  .site-content .ast-container {
    display: block !important;
  }

  /* 念のため ast-container の max-width も 100% に合わせる */
  .ast-container {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
}


/* モバイル対応 */
@media (max-width: 768px) {
  .weekly-cover {
    height: 160px;
    background-size: cover;
  }

  .weekly-cover__inner {
    flex-direction: column;
    justify-content: center;
    padding: 8px 12px;
  }

  .weekly-cover__title {
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
	font-weight: 900;
	font-style: normal;
    font-size: 22px;
  }

  .weekly-cover__meta-block {
    width: 100%;
    text-align: right;
    font-size: 12px;
    margin-top: 4px;
  }
}

/* ================== 週刊Taka 解説エリア ================== */
.weekly-intro {
  max-width: 1200px;
  margin: .6rem auto .6rem;
  padding: 0 16px;
  box-sizing: border-box;
}

.weekly-intro__inner {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

/* details/summary のスタイル */
.weekly-intro__details {
  border: none;
}

.weekly-intro__summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.weekly-intro__summary::after {
  content: "▼";
  font-size: 12px;
  margin-left: 8px;
}

/* 開いているときは矢印を反転 */
.weekly-intro__details[open] .weekly-intro__summary::after {
  content: "▲";
}

.weekly-intro__text {
  margin-top: 8px;
}

/* モバイル調整：少しコンパクトに */
@media (max-width: 768px) {
  .weekly-intro {
    margin: 8px 8px 20px;
    padding: 0;
  }

  .weekly-intro__inner {
    padding: 10px 12px;
    font-size: 13px;
  }
}

/* ===== 雑誌バックナンバー ===== */
.weekly-archive {
  max-width: 1200px;
  margin: 2em auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.weekly-archive__title {
  font-size: 24px;
  margin-bottom: 1.5em;
  text-align: center;
}

/* タイルグリッド */
.weekly-archive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
  margin-bottom: 3em;
}

.weekly-archive__item {
  background: #fff7fb;
  border-radius: 8px;
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
}

.weekly-archive__thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.weekly-archive__item-title {
  font-size: 14px;
  margin: 8px 0 4px;
}

.weekly-archive__item-meta {
  font-size: 12px;
  color: #777;
}

/* テキスト一覧 */
.weekly-archive__list {
  margin-top: 1em;
}

.weekly-archive__list-title {
  font-size: 18px;
  margin-bottom: 0.5em;
}

.weekly-archive__list ul {
  padding-left: 1.2em;
}

.weekly-archive__list li {
  margin-bottom: 4px;
  font-size: 14px;
}

/* モバイル調整 */
@media (max-width: 768px) {
  .weekly-archive {
    padding: 0 8px;
  }

  .weekly-archive__grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}



/* ===== 各号ページのミニ・バックナンバー ===== */
.weekly-mini-archive {
  max-width: 1200px;
  margin: 2em auto 3em;
  padding: 0 16px;
  box-sizing: border-box;
}

.weekly-mini-archive__inner {
  background: rgba(255,255,255,0.8);
  border-radius: 8px;
  padding: 12px 16px;
}

.weekly-mini-archive__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.weekly-mini-archive__header h2 {
  font-size: 16px;
  margin: 0;
}

.weekly-mini-archive__more {
  font-size: 13px;
  text-decoration: underline;
}

.weekly-mini-archive__list {
  margin: 0;
  padding-left: 1.2em;
}

.weekly-mini-archive__list li {
  font-size: 14px;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .weekly-mini-archive {
    padding: 0 8px;
  }

  .weekly-mini-archive__inner {
    padding: 10px 12px;
  }

  .weekly-mini-archive__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

.ast-article-single figure {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

airticle.ast-separate-container .ast-article-single:not(.ast-related-post) {
	background-color: #fee6ec !important;
}

/* 右端で第3階層メニューが見切れないよう左展開させる */
.main-header-menu li.menu-item-has-children ul ul {
    left: auto;
    right: 100%;
}
/* ドロップダウンの最小幅を広げる */
.main-header-menu ul.sub-menu {
    min-width: 220px;
    white-space: nowrap;
}
/* ヘッダー内メニューの横幅制限を解除 */
.ast-primary-header-bar,
.ast-container {
    overflow: visible;
}
.menu-item-has-children {
    font-size: .8rem !important;
}
/* ===== 3階層目以降のサブメニューを強制的に「左」に開く（Astra対策） ===== */
@media (min-width: 921px) {
  /* Astraのヘッダーメニューで、孫メニュー(= sub-menu の中の sub-menu) */
  .ast-primary-header-bar .main-header-menu .sub-menu .sub-menu,
  .ast-header-break-point .main-header-menu .sub-menu .sub-menu,
  .main-header-menu .sub-menu .sub-menu {
    left: auto !important;
    right: 100% !important;
  }

  /* 位置が崩れる場合の微調整（必要なら） */
  .main-header-menu .sub-menu .sub-menu {
    top: 0 !important;
  }
}
@media (min-width: 921px) {
  .main-header-menu .sub-menu .sub-menu {
    transform: none !important;
  }
}

/* カテゴリーページ上部の空きが大きすぎるのを調整 */
.ast-archive-description {
	margin-top : 0.1em !important;
	margin-bottom : 0.1em !important;
	padding:  1em !important;	
	border-bottom: 0px solid var(--ast-border-color) !important;	
}



.entry-content a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: transform 0.2s ease, color 0.2s ease;
}

.entry-content a:hover {
/*    transform: translate(-6px, -6px);*/
    transform: scale(1.01);
}

/* 対象ブロック */
.dmm-item-search__item {
  transition:
    transform 0.18s ease-out,
    filter 0.12s linear;
}

/* カード hover に連動 */
.dmm-item-search__item:hover {
  transform: translate(6px, -6px);
  filter: drop-shadow(0 6px 10px rgba(248, 86, 174, 0.25));
}

.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
    text-decoration: none;
    transform: none;
}

@media (hover: none) {
    .entry-content a:hover {
        transform: none;
    }
}

/* Astraの max-width 制限を dmm-item-search だけ解除（確実版） */
.entry-content[data-ast-blocks-layout] > .dmm-item-search.dmm-item-list{
  max-width: none !important;
  width: 100% !important;
  /* margin-left: 0 !important; */
  /* margin-right: 0 !important; */
}

.pr-disclosure{
  font-size: 13px;
  line-height: 1.4;
  padding: 8px 12px;
  margin: 0 !important;
  background: #fde6ec;
  /* border-bottom: 1px solid rgba(0,0,0,.08); */
}

/* スマホでも絶対消えないように */
@media (max-width: 921px){
  .pr-disclosure{
    font-size: 12px;
  }
}


@media (max-width: 921px) {
  .ast-separate-container .ast-article-single:not(.ast-related-post) {
    background-color: #fee6ec !important;
  }
}

/* reviewカテゴリの投稿だけタイトル(H1)を非表示 */
.category-review .entry-title,
.category-review .ast-single-post-order .entry-title {
  display: none !important;
}

/* カード内の動画表示領域 */
.dmm-item-search__movie-wrap{
  position: relative;
  width: 100%;
  padding-top: 66.6667%; /* 720×480 */
  background: #000;
  /* border-radius: 8px; */
  overflow: hidden;
  /* margin: 10px 12px 0; */
  margin-top: 1rem;
}

.dmm-item-search__movie{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.dmm-item-search__movie-wrap{
  aspect-ratio: 720 / 540; /* 少しだけ縦を確保（コントロール救済） */
}
@supports not (aspect-ratio: 3 / 2){
  .dmm-item-search__movie-wrap{
    padding-top: 69.4444%; /* 500/720 */
  }
}
.dmm-item-search__movie-wrap{ min-height: 200px; }
.dmm-item-search__movie-wrap { outline: 3px solid red; }
.dmm-item-search__movie-wrap * { outline: 2px solid lime; }
