/* ===============================
動画紹介ページ 専用CSS
FANZA埋め込み動画対応
=============================== */

/* 全体余白 */
.content {
padding: 15px;
}

/* パンくず */
.breadcrumb {
font-size: 13px;
margin-bottom: 10px;
color: #777;
}

.breadcrumb a {
color: #888;
text-decoration: none;
}

.breadcrumb a:hover {
text-decoration: underline;
}

.breadcrumb span {
color: #555;
}

/* 作品タイトル */
.video-title {
font-size: 20px;
margin: 16px 0 12px;
line-height: 1.4;
font-weight: bold;
}

/* 紹介文 */
.video-description p {
margin-bottom: 12px;
line-height: 1.8;
font-size: 15px;
color: #ddd;
}

/* セクション見出し */
.sample-video h3,
.related-videos h3 {
margin: 22px 0 10px;
font-size: 16px;
border-left: 4px solid #e60012;
padding-left: 8px;
}

/* FANZA動画プレイヤー */
.fanza-player {
width: 100%;
max-width: 720px;
margin: 10px auto 20px;
}

.fanza-player > div {
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box;
}

.fanza-player iframe {
display: block;
width: 100% !important;
height: 100% !important;
border: 0;
}

/* 購入リンク */
.buy-link {
margin: 20px 0 30px;
}

.buy-button {
display: block;
background: #e60012;
color: #fff;
text-align: center;
padding: 14px;
font-size: 16px;
border-radius: 6px;
text-decoration: none;
font-weight: bold;
}

.buy-button:hover {
opacity: 0.9;
}

/* 関連動画 */
.related-videos ul {
list-style: none;
padding: 0;
margin: 0;
}

.related-videos li {
margin-bottom: 10px;
}

.related-videos a {
color: #00aaff;
text-decoration: none;
font-size: 15px;
}

.related-videos a:hover {
text-decoration: underline;
}

/* 戻るリンク */
.back-links {
margin: 30px 0;
text-align: center;
}

.back-links a {
color: #00aaff;
text-decoration: none;
font-size: 14px;
}

.back-links a:hover {
text-decoration: underline;
}

/* フッター */
.site-footer {
text-align: center;
font-size: 12px;
color: #666;
margin: 30px 0 10px;
}

/* スマホ最適化 */
@media screen and (max-width: 600px) {
.video-title {
font-size: 18px;
}

.video-description p {
font-size: 14px;
}

.buy-button {
font-size: 15px;
padding: 12px;
}

.video-player {
margin-bottom: 16px;
}
}