@charset "UTF-8";
/* ============================================
   W.O.W ビデオライブラリ ページ専用スタイル
   （既存サイトのトーン＆マナーに準拠）
   ============================================ */

@font-face {
  font-family: "GenShinGothic P";
  src: url("../fonts/GenShinGothic-P-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GenShinGothic P";
  src: url("../fonts/GenShinGothic-P-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GenShinGothic P";
  src: url("../fonts/GenShinGothic-P-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Seravek Basic";
  src: url("../fonts/fonnts.com-Seravek_Basic.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.vl-body {
  background-color: #FFFFFF;
  color: #1A1A1A;
  font-family: "GenShinGothic P", "GenShinGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

.vl-body a {
  text-decoration: none;
  color: inherit;
}

/* ---------- ヒーロー ---------- */
.vl-hero {
  position: relative;
  padding: 90px 20px 70px;
  text-align: center;
  overflow: hidden;
  background-color: #FFFFFF;
}

.vl-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../image/home/fv-wave.gif");
  background-size: cover;
  background-position: center;
  opacity: 0.25;
  filter: grayscale(1) invert(1) contrast(0.9);
}

.vl-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.15) 45%, #FFFFFF 100%);
}

.vl-hero-inner {
  position: relative;
  z-index: 1;
}

.vl-hero-title {
  font-size: 40px;
  font-weight: 700;
  color: #1A1A1A;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.vl-hero-sub {
  margin-top: 14px;
  font-family: "Seravek Basic", "GenShinGothic P", sans-serif;
  font-size: 13px;
  letter-spacing: 0.35em;
  color: #00acc1;
  text-transform: uppercase;
}

.vl-hero-lead {
  margin-top: 22px;
  font-size: 14px;
  line-height: 2;
  color: rgba(26, 26, 26, 0.75);
}

@media screen and (max-width: 767px) {
  .vl-hero {
    padding: 60px 16px 46px;
  }
  .vl-hero-title {
    font-size: 26px;
  }
  .vl-hero-lead {
    font-size: 12px;
  }
}

/* ---------- カテゴリータブ ---------- */
.vl-tabs-wrapper {
  position: sticky;
  top: 0;
  z-index: 9000;
  background-color: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.vl-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 14px 20px;
  max-width: 1200px;
  margin-inline: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 172, 193, 0.4) transparent;
  -webkit-overflow-scrolling: touch;
}
.vl-tabs::-webkit-scrollbar {
  height: 4px;
}
.vl-tabs::-webkit-scrollbar-thumb {
  background: rgba(0, 172, 193, 0.4);
  border-radius: 2px;
}

.vl-tab {
  flex: 0 0 auto;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: transparent;
  color: #1A1A1A;
  font-family: inherit;
  font-size: 12px;
  line-height: 1;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}
.vl-tab:hover {
  border-color: #00acc1;
  color: #00acc1;
}
.vl-tab._active {
  background-color: #1A1A1A;
  border-color: #1A1A1A;
  color: #fff;
  font-weight: 700;
}

.vl-tab-count {
  margin-left: 5px;
  font-size: 10px;
  opacity: 0.7;
}

/* ---------- セクション ---------- */
.vl-main {
  max-width: 1200px;
  margin-inline: auto;
  padding: 30px 20px 80px;
}

.vl-section {
  margin-top: 50px;
}
.vl-section:first-child {
  margin-top: 20px;
}
.vl-section._hidden {
  display: none;
}

.vl-section-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.vl-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #1A1A1A;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 14px;
}
.vl-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0.2em;
  width: 4px;
  border-radius: 2px;
  background: linear-gradient(to bottom, #7af5f9, #00bcd4);
}

.vl-section-count {
  font-family: "Seravek Basic", sans-serif;
  font-size: 12px;
  color: #00acc1;
  letter-spacing: 0.1em;
}

/* ---------- カードグリッド ---------- */
.vl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media screen and (max-width: 1023px) {
  .vl-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .vl-grid {
    grid-template-columns: 1fr;
  }
}

.vl-card {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.vl-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 172, 193, 0.6);
  box-shadow: 0 10px 26px rgba(0, 188, 212, 0.16);
}

.vl-card-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background-color: #111;
  overflow: hidden;
}

.vl-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s;
}
.vl-card:hover .vl-card-thumb img {
  transform: scale(1.05);
}

.vl-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
  transition: background 0.25s;
}
.vl-card:hover .vl-play {
  background: rgba(0, 0, 0, 0.05);
}

.vl-play-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(7, 7, 11, 0.65);
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.vl-card:hover .vl-play-circle {
  background: rgba(0, 172, 193, 0.9);
  border-color: #00acc1;
  transform: scale(1.08);
}

.vl-play-circle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent #fff;
  transition: border-color 0.25s;
}
.vl-card:hover .vl-play-circle::after {
  border-color: transparent transparent transparent #1A1A1A;
}

.vl-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 18px;
  flex: 1;
}

.vl-card-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #1A1A1A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.vl-card-meta {
  font-size: 11px;
  color: #00acc1;
  letter-spacing: 0.04em;
}

.vl-card-desc {
  font-size: 12px;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.65);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

