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

/*-- コンテンツ余白微調整 --*/
.l-content {
    padding-top: 1em;
}
.top #content {
    padding-top: 2em;
}
.l-mainContent__inner>.post_content {
    margin: 2em 0;
    padding: 0 var(--swl-pad_post_content,0);
}
.post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
    margin: 2em 0 1em;
}
.l-articleBottom__section {
    margin-top: 3em;
}
.l-header__bar .c-catchphrase {
    display:none ;
}
.p-articleFoot {
    display: none;
}

.p-termContent>.p-blogParts {
    margin-bottom: 0em;
}

/*-- カテゴリーサブタイトル非表示 --*/
.c-pageTitle__subTitle{
	display: none;
}

/* 投稿一覧(リスト)タイトル行数制限 */
.-type-list .p-postList__title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;/* 行数制限 */
}

/* 投稿一覧(カード)タイトル行数制限 */
.p-postList.-type-card .p-postList__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* セール中の文字を赤く */
.sale-title {
  color: #d60000;
  font-weight: bold;
  margin-right: 4px;
}

/*****************
page-video
******************/
video.video_cid {
	width:100%;
	vertical-align:bottom;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
video.height_large {
	width:50%;
	margin:0 auto;
}

/* サンプル動画 */
.psample {
  background: #000;
  text-align: center;
}

.psample video.video_cid {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
  background: #000;
}

/* サムネイル */
.fv-ero {
  margin: 1.5em 0 2em;
  text-align: center;
}

.fv-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.fv-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #fff;
  background: rgba(0,0,0,0.25);
}

.fv-copy {
  margin: 0.6em 0 1em;
  font-size: 0.9rem;
  color: #666;
}

.fv-cta {
  margin-top: 0.5em;
}

.fv-btn {
  display: inline-block;
  padding: 0.8em 1.4em;
  background: #e60012;
  color: #fff;
  font-weight: bold;
  border-radius: 999px;
  text-decoration: none;
}

.fv-btn:hover {
  opacity: 0.85;
}

/* ==============================
 * actor-profile
 * ============================== */
.actor-profile-table {
  display: grid;
  row-gap: 8px;
  font-size: 14px;
}

.actor-profile-table > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 8px;
}

.actor-profile-table dt {
  color: #666;
  font-weight: 600;
}

.actor-profile-table dd {
  margin: 0;
}

.actor-more-link {
  width: 100%;
  margin-top: 6px;
  display: flex;
  justify-content: center;
}

.actor-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 26px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;

  color: #fff;
  background: #555;              /* ← 暗背景より一段明るい */
  border: 1px solid #888;        /* ← 輪郭を出す */
  border-radius: 999px;

  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,.35);

  transition: 
    background-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

.actor-more-button:hover {
  background: #666;
  box-shadow: 0 4px 14px rgba(0,0,0,.45);
  transform: translateY(-1px);
}

.actor-more-button::after {
  content: '›';
  font-size: 16px;
  margin-left: 6px;
  opacity: .8;
  transition: transform .2s ease;
}

.actor-more-button:hover::after {
  transform: translateX(4px);
}

/* SP（〜767px） */
@media (max-width: 767px) {
  .actor-profile .actor-photo {
    max-width: 140px;   /* ← 好みで 120〜160px */
    margin: 0 auto;     /* ← 中央寄せ */
    display: block;
  }
}

/* =====================================================
 actor-profile 内 おすすめ作品（DMM）専用CSS
===================================================== */

/* --- 全体ラッパー --- */
.actor-profile .actor-profile-osusume {
    margin: 10px 0 24px;
    padding: 12px 14px;
    background: transparent;
}

/* --- タイトル --- */
.actor-profile .actor-profile-osusume .wrap_title {
    margin-bottom: 14px;
    padding-bottom: 6px;
    border-bottom: 2px solid rgba(29,155,240,0.9);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

/* --- 横スクロール領域 --- */
.actor-profile .actor-profile-osusume .osusume_prod_wrap {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.actor-profile .actor-profile-osusume .osusume_prod_wrap::-webkit-scrollbar {
    display: none;
}

/* --- 商品リスト --- */
.actor-profile .actor-profile-osusume .osusume_prod_wrap_inner {
    display: inline-flex;
    gap: 5px;
}

/* --- 各商品 --- */
.actor-profile .actor-profile-osusume .osusume_prod {
    width: 140px;
    min-width: 140px;
    margin-top: 10px;
}

/* --- リンク --- */
.actor-profile .actor-profile-osusume .osusume_prod a {
    text-decoration: none;
    display: block;
}

/* --- 画像ラッパー（比率固定） --- */
.actor-profile .actor-profile-osusume .prod_img {
    position: relative;
    width: 100%;
}
.actor-profile .actor-profile-osusume .prod_img::before {
    content: "";
    display: block;
    padding-top: 136%;
}
.actor-profile .actor-profile-osusume .prod_img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

/* --- タイトル --- */
.actor-profile .actor-profile-osusume .prod_title {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    color: #6ec1ff;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* =====================================================
 SP調整
===================================================== */
@media screen and (max-width: 639px) {

    .actor-profile .actor-profile-osusume {
        padding: 8px 6px;
        margin-bottom: 18px;
    }

    .actor-profile .actor-profile-osusume .wrap_title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .actor-profile .actor-profile-osusume .osusume_prod {
        width: 98px;
        min-width: 98px;
    }

    .actor-profile .actor-profile-osusume .prod_title {
        font-size: 12px;
    }
}

/* ==============================
 * Products Release Calendar
 * ============================== */
.products-release-calendar {
  width: 100%;
}

/* inputは完全に隠す */
#products-release-calendar-input {
  display: none;
}

/* flatpickr本体 */
.products-release-calendar .flatpickr-calendar {
  width: 100%;
  background: #322f2f;
  color: #ffffff;
  border: none;
  box-shadow: none;
}

/* 月ナビ */
.products-release-calendar .flatpickr-months {
  background: #322f2f;
}

.products-release-calendar .flatpickr-current-month,
.products-release-calendar .flatpickr-monthDropdown-months,
.products-release-calendar .flatpickr-prev-month,
.products-release-calendar .flatpickr-next-month {
  color: #ffffff;
  fill: #ffffff;
}

/* 曜日 */
.products-release-calendar .flatpickr-weekday {
  color: #f79e02;
  font-weight: 600;
}

/* 日付 */
.products-release-calendar .flatpickr-day {
  color: #ffffff;
  border-radius: 6px;
}

/* 配信日（クリック可能日） */
.products-release-calendar .flatpickr-day:not(.flatpickr-disabled):hover {
  background: rgba(247, 158, 2, 0.2);
  border-color: transparent;
}

/* 選択中 */
.products-release-calendar .flatpickr-day.selected,
.products-release-calendar .flatpickr-day.selected:hover {
  background: #b0396d;
  border-color: #b0396d;
  color: #ffffff;
}

/* 今日 */
.products-release-calendar .flatpickr-day.today {
  border-color: #f79e02;
}

/* 無効日 */
.products-release-calendar .flatpickr-day.flatpickr-disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* ==============================
 * カレンダー横幅フィット対応
 * ============================== */

/* 日付コンテナを横いっぱいに */
.products-release-calendar .flatpickr-innerContainer,
.products-release-calendar .flatpickr-rContainer,
.products-release-calendar .flatpickr-days,
.products-release-calendar .dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

/* 日付を7列のflexにする */
.products-release-calendar .dayContainer {
  display: flex;
  flex-wrap: wrap;
}

/* 各日付セルを横7等分 */
.products-release-calendar .flatpickr-day {
  width: calc(100% / 7);
  max-width: calc(100% / 7);
  height: auto;
  line-height: 2.6;
}

/* ==============================
 * カレンダー外枠の境界（控えめ）
 * ============================== */
.products-release-calendar .flatpickr-calendar {
  position: relative;
  border-radius: 12px;

  /* うっすら浮かせる影 */
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 6px 18px rgba(0, 0, 0, 0.35);
}

/* ==============================
 * Products Release Calendar（モーダル）
 * ============================== */
.products-calendar-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.products-calendar-modal.is-open {
  display: block;
}

/* 背景 */
.products-calendar-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
}

/* 中身 */
.products-calendar-modal__inner {
  position: relative;
  max-width: 360px;
  margin: 10vh auto;
  padding: 16px;
  background: #322f2f;
  border-radius: 12px;
}

/* 閉じる */
.products-calendar-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 20px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

/* ==============================
   今日配信 横スクロール
============================== */

.today-stream-wrap {
	margin: 30px 0;
}

.today-stream-head {
	margin-bottom: 12px; /* ← 好みで 10〜20px */
}

.today-stream-head h4 {
	margin-bottom: 10px;
}

.today-stream-scroll {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	padding-bottom: 10px;
	scroll-snap-type: x mandatory;
}

.today-stream-scroll::-webkit-scrollbar {
	height: 6px;
}
.today-stream-scroll::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
}

.today-stream-item {
	flex: 0 0 180px;
	text-decoration: none;
	color: inherit;
	scroll-snap-align: start;
}

.today-stream-item .thumb img {
	width: 100%;
	border-radius: 8px;
	display: block;
}

.today-stream-item .title {
	font-size: 12px;
	margin-top: 6px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.today-stream-item .thumb {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 10px;
}

.today-stream-item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* CTA */
.today-stream-cta {
	flex: 0 0 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #111;
	color: #fff;
	border-radius: 8px;
	font-size: 14px;
	text-decoration: none;
	padding: 10px;
	white-space: nowrap;
}

@media (max-width: 480px) {
	.today-stream-item {
		flex: 0 0 160px;
	}
}

/* ==============================
 * product-info
 * ============================== */
.product-info {
  margin: 30px 0;
  background: #3a3636; /* サイト背景より少し明るい */
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
}

.product-info table {
  width: 100%;
  border-collapse: collapse;
}

.product-info td {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: #ffffff;
  font-size: 14px;
}

.product-info tr:last-child td {
  border-bottom: none;
}

/* 左ラベル */
.product-info td:first-child {
  width: 160px;
  font-weight: 600;
  color: #ffffff; /* テキスト色と統一 */
  background: rgba(255,255,255,0.02);
}

/* リンク */
.product-info a {
  color: #f79e02;
  text-decoration: none;
  transition: 0.2s ease;
}

.product-info a:hover {
  opacity: 0.85;
  text-decoration: underline;
}

/* 長い文字列対策 */
.product-info td:last-child {
  word-break: break-word;
}

/* ==============================
 * sample-scroll
 * ============================== */
.sample-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
}

/* 共通カード */
.sample-item {
  flex: 0 0 auto;        /* ← 固定幅をやめる */
  max-width: 65vw;       /* ← 画面に対する上限だけ決める */
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
}

/* 通常サンプル */
.sample-item img {
  width: auto;           /* ← 画像の実寸基準 */
  max-width: 100%;
  height: auto;
  max-height: 140px;
  object-fit: contain;
  display: block;
}

/* CTAカードだけ cover */
.sample-item.cta-card img {
  object-fit: cover;
}

/* 再生アイコン */
.play-icon {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0,0,0,0.6);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}

.play-icon::before {
  content: '';
  position: absolute;
  left: 22px;
  top: 16px;
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

/* CTAテキスト */
.cta-text {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  padding: 12px 0 6px;
}

/* タップ感 */
.cta-card:active {
  transform: scale(0.98);
}
@media (min-width: 768px) {
  .sample-item img {
    max-height: 200px;
  }
}

/* モーダル全体 */
.img-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* 表示中 */
.img-modal.is-open {
  display: flex;
}

/* 拡大画像 */
.img-modal img {
  max-width: 95vw;
  max-height: 95vh;
  object-fit: contain;
}

/* 閉じるボタン */
.img-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}

/* ===== サンプル動画モーダル ===== */
#sample-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

#sample-modal[hidden] {
  display: none;
}

.sample-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.75);
}

.sample-inner {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(90vw, 800px);
  aspect-ratio: 16 / 9;
  background: #000;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sample-inner video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sample-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}
