@charset "UTF-8";
@media all and (max-width: 1000px) {
.pc{
	display:none
}
html{
	height: 100%;
}
body{
	margin:0;
	font-family: "Noto Sans JP", serif;
	height: 100%;
	background-color: #232323;
}
.main-content{
	overflow-y: auto;
  scroll-snap-type: y mandatory;
}
.pc-back-img{
	display:none;
}
.pc-back-img{
	position: fixed;
	top:0;
	left:0;
	width:100%;
}
img{
	width:100%;
	vertical-align: top;
}
video{
	vertical-align: top;
}
a{
	display:block;
	text-decoration: none;
}
.ham {
	position: relative;
/*クリックできる範囲*/
	width: 1.5rem;
	height:1rem;
	cursor: pointer;
	z-index: 9999;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	right:15px;
	margin:0;
}
.ham_line {
	position: absolute;
	left: 0;
/*	線の長さと太さ*/
	width: 100%;
	height: 2px;
	background-color:white;
	transition: all 0.3s;
}
/*線と線の間*/
.ham_line1 {
	top: 0;
}
.ham_line2 {
	top:0.5rem;
}
.ham_line3 {
	top: 1rem;
}
/*クリック後の動作*/
.clicked .ham_line1 {
	transform: rotate(45deg);
	top: 0.5rem;
	background-color: white;
}
.clicked .ham_line2 {
	width: 0px;
}
.clicked .ham_line3 {
	transform: rotate(-45deg);
	top: 0.5rem;
	background-color: white;
}
.menu{
	position: fixed;
	width: 50%;
	height: 100%;
	right: -100%;
	background-color:black;
	transition: all 0.4s;
	z-index: 100;
	/* filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6)); */
	margin:0 0 0 0;
	display: block;
}
.clicked .menu {
	right:0;
	z-index: 100;
}
.main-2{
	width:100%;
	height: 100dvh;
	background-color: black;
	opacity: 0;
	z-index: 0;
	position: absolute;
	top:0;
	left:0;
	transition: all 0.4s;
}
.clicked .main-2{
	opacity: .6;
}
.blackback{
	background-color: black;
	opacity: .3;
	height:100dvh;
	width:100%;
	transition:.3s;
	display:none;
}
.clicked .blackback{
	/* background-color: black; */
	/* opacity: 1; */
	height:100dvh;
	width:100%;
	display:block;
	z-index: 10;
}
.menu_wrapper .menu{
	padding:50px 0 0 30px;
	display:flex;
	flex-direction: column;
	gap:10px;
	list-style: none;
}
.menu li a{
	color:white;
}
header{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:70px;
	z-index:100;
}
.sns-link-fixed{
	display:flex;
	flex-direction: column;
	align-items: center;
	gap:18px;
	position: absolute;
	right:15px;
	bottom:115px;
	margin:0;
	padding:0;
	z-index:2;
}
.sns-link-fixed li{
	width:25px;
	list-style: none;
	opacity: .7;
}
.sns-link-fixed li a{
	display:block;
}
.v-btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right:50px;
	z-index: 10;
	background: none;
	border: 0;
	width:32px;
	padding:0;
	margin:0 10px 0 0;
	display:none;
}
.top-header .v-btn{
	display:block;
}
/* 音量スライダー */
.volume-slider {
  display:none;
}
.common-width{
	padding:0 25px;
}
.common-title{
	color:white;
	padding:115px 0 0 0;
}
.common-title h2{
	font-size:12px;
	margin:10px 0;
}
.common-title h1{
	font-size:18px;
	margin:5px 0 6px 0;
}
.common-title p{
	font-size:12px;
	line-height: 1.8;
	margin-top:10px;
}
.kaso{
	padding-bottom:130px;
}
/* カテゴリーボタン */
.category-btn{
	width:31px !important;
	opacity: 1 !important;
}
.category-btn img{
	border-radius: 100px;
	width:31px !important;
	height:31px;
	object-fit: cover;
}
.category-btn a{
	display:block;
}
/* 動画詳細ボタン */
.info-btn{
	width:27px !important;
}
.info-btn a{
	display:block;
}
/* お気に入りボタン */
.fav {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.fav-icon {
  width: 26px;
  height: 26px;
  fill: #fff;
  transition: fill 0.3s ease;
}
.fav.active .fav-icon {
  fill: #ff1d4e;
}
.fav-count{
	color:white;
}
.fav-count.bump {
  transform: scale(1.3);
  color: #ff1d4e;
}
/* シェアボタン */
.share{
	background-color: transparent;
	display:block;
	width:25px;
	padding:0;
	margin:0;
	border: none;
}
.share-sheet[hidden]{
	display:none;
}
.share-sheet__backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.35);
  z-index:9998;
}
.share-sheet__panel{
  position:fixed; left:50%; bottom:0;
  transform:translateX(-50%);
  width:min(560px,92vw);
  background:#fff;
  border-radius:10px 10px 0 0;
  padding:16px;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
  z-index:9999;
}
.share-sheet__header{
	
}
.share-title{
	text-align: center;
	font-size:12px;
}
.share-sheet__close{
	background:transparent; border:0; font-size:20px; cursor:pointer;
	position: absolute;
	top:10px;
	right:10px;
}
.share-sheet__grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:12px; list-style:none; margin:0; padding:8px 0 0;
}
.ss-btn{
  display:flex; align-items:center; justify-content:center;
  border-radius:12px; padding:14px 8px; border:1px solid #eee; text-decoration:none; cursor:pointer;
}
.ss-btn:hover{
	background:#f7f7f7; 
}
/* トップここから */
.video-list{
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
  	scroll-snap-type: y mandatory;
	min-height: 100svh;
  	height: 100dvh;
	max-height: 100lvh;
}
.video-list.-no-snap{
	/* ワープの瞬間だけスナップ無効化してガタつきを防ぐ */
    scroll-snap-type: none !important;
}
.video-list > * {
  scroll-snap-align: start;
  /* 連続フリック時の取りこぼし防止 */
  scroll-snap-stop: always;
}
.video{
	position: relative;
	height: 100svh;
	width: 100%;
  	scroll-snap-align: start;
	background-color: black;
	display: flex;
	justify-content: center;
}
.video::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom:0;
  height: 40%; /* ← 暗くする範囲（下から何％までか） */
  background: linear-gradient(
  to top,
rgba(0, 0, 0,1),  /* 下端は40%くらい暗い */
rgba(0, 0, 0, 0)     /* 上端は透明 */
  );
}
.video video{
	width: 100vw;       /* 横幅に基準を合わせる */
	height:auto;
	object-fit:cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video[data-orientation="portrait"] video {
  object-fit: cover;
}

/* 横動画：全体表示（上下黒帯） */
.video[data-orientation="landscape"] video {
  object-fit: contain;
}
.logo{
	width:150px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:15px;
}
.video-info{
	position: absolute;
	bottom:0;
	left:0;
	color:white;
	bottom:115px;
	left:25px;
	width:70%;
	z-index:1;
}
.video-info h2{
	font-size:16px;
	font-weight:500;
	margin:0 0 10px 0;
}
.video-info p{
	font-size:13px;
	font-weight:400;
	text-align: justify;
	width:90%;
}
.video-info a{
	font-size:14px;
	font-weight:400;
	text-align: justify;
	color:white;
	margin-top:10px;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}
.video-wrapper {
  position: relative;
  display: inline-block;
}

.video-wrapper video {
  display: block;
}

.video-wrapper .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  clip-path: polygon(30% 20%, 30% 80%, 80% 50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.video-wrapper video.is-paused + .play-icon {
  opacity: 1;
}

/* 動画一覧ページ */
.search-sort{
	position: relative;
}
.search-form{
	display:flex;
}
.search-sort #s{
	width:100%;
	height:40px;
	background-color: transparent;
	border: 1px #464646 solid;
	border-radius: 0;
	color:white;
	padding:0 0 0 10px;
}
.search-submit{
	position: absolute;
	right:10px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border:0;
	width:26px;
}

.sort-group{
	margin-top:30px;
}
.sort-group-list{
	display:flex;
	flex-direction: column;
	gap:20px;
}
.sort-group-list-detail h3{
	font-size:14px;
}
.sort-group-list-detail ul{
	display:flex;
	flex-wrap: wrap;
	gap:5px;
	margin:10px 0 0 0;
	padding:0;
}
.sort-group-list-detail li{
	list-style: none;
}
.sort-group-list-detail div a{
	font-size:12px;
	font-weight:600;
	color:white;
	background-color:#2F2F2F;
	padding:12px 20px;
	border-radius: 4px;
}
.category-thumbnail-flex{
	display:flex;
	align-items: center;
	gap:20px;
	margin:0 0 10px 0;
}
.category-thumbnail-img{
	/* width:30px; */
}
.category-thumbnail-img img{
	width:50px;
	height:50px;
	object-fit: cover;
	border-radius: 100px;
}
.category-thumbnail-flex h2{
	margin:0;
}
.video-all-list{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:8px;
	margin-top:40px;
}
.video-all-list img{
	object-fit: cover;
	height:120px;
}
.video-thumbnail{
	position: relative;
}
.video-detail-title{
	position: absolute;
	bottom:4px;
	left:8px;
	color:white;
	font-size:11px !important;
	opacity: .6;
	width:80%;
	line-height: 1.6 !important;
}
/* カテゴリー一覧 */
.category-link-list{
	margin-top:20px;
}
.category-link-list-a{
	display:flex;
	justify-content: space-between;
	font-size:15px;
	color:white;
	border: #464646 1px solid;
	border-radius: 5px;
	padding:17px 23px;
}
.category-link-list-flex{
	display:flex;
	align-items: center;
	gap:15px;
}
.category-link-icon{
	width:23px;
	display:block;
}
.category-arrow{
	width:18px;
	display:block;
}
.cs-p{
	font-size:14px !important;
	white-space: nowrap;
}
.video-back{
	color:white;
	font-size:14px;
	font-weight:600;
	display:block;
	margin-top:15px;
}
/* 動画詳細 */
.detail-content{
	margin-top:30px;
}
.date{
	font-size:13px;
}
.detail-category-list span a{
	font-size:13px;
	color: white;
	text-decoration: underline;
}
.detail-video-thumbnail{
	position: relative;
	margin-top:30px;
}
.detail-video-thumbnail img{
	width:100%;
	height:180px;
	object-fit: cover;
	object-position: center center;
	filter: brightness(.6);
}
.detail-video-thumbnail .play-overlay{
	opacity: 1;
}
.video-detail-content h1,h2,h3,h4,h5,h6,p{
	color:white;
}
.relevance-topic{
	margin:40px 0;
}
.relevance-topic h4{
	font-size:17px;
}
.yarpp{
	margin-top:20px !important;
}
.yarpp-thumbnails-horizontal{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 17px;
    grid-row-gap: 35px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail{
	width:auto !important;
	height:auto !important;
	margin:0 !important;
	border:none !important;
}
.yarpp-thumbnail > img{
	margin:0 !important;
	height:120px !important;
	width:100% !important;
	object-fit: cover;
}
.yarpp-thumbnail-title{
	color:white;
	font-size:14px !important;
	font-weight:500 !important;
	margin:8px 0 0 0 !important;
}
.cta{
	margin:40px 0 0 0;
	background-color: #2F2F2F;
	padding:30px 20px;
	border-radius: 5px;
}
.cta p{
	font-size:16px;
	font-weight:600;
	text-align: center;
	margin:0 0 15px 0;
}
.cta a{
	border-radius: 5px;
	background-color:black;
	padding:15px 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:20px;
	color:white;
	font-size:16px;
	font-weight: 600;
}
.cta-icon{
	width:30px;
}
.cta-icon img{
	vertical-align: middle;
}
/* content-css */
.detail-content h2{
	font-size:18px;
	border-bottom:1px solid #464646;
	padding:0 0 8px 0;
	margin-bottom:15px;
}
.detail-content p{
	font-size:14px;
	line-height: 1.8;
}
.detail-content ul{
	padding:0 25px;
}
.detail-content li{
	font-size:15px;
	line-height: 1.7;
	color:white
}
/* page関連 */
.page{
	padding-top:115px;
}
.page .common-title{
	padding:0;
}
.wpforms-field-label,.wpforms-field-sublabel{
	color:white !important;
	font-size:13px !important;
	margin-bottom:10px !important;
	font-weight:600 !important;
}
.page h1,h2,h3,h4,h5,h6,p,span,li{
	color:white;
}
.page .wpforms-container ul label{
	color:white !important;
	font-size:14px !important;
	position: relative;
	top:-1px;
}
.page .wpforms-container input::before {
	width:13px !important;
	height:13px !important;
}
.page .wpforms-container input:after {
	width:13px !important;
	height:13px !important;
}
.page p{
	font-size: 14px;
    line-height: 1.85;
}
.page tbody{
	display:flex;
	flex-direction: column;
	gap:20px;
}
.page .wp-block-table td{
	color:white;
	line-height: 1.75;
}
.page .wp-block-table td:nth-child(1){
	font-size:16px;
	margin-bottom:5px;
}
.page .wp-block-table th,
.page .wp-block-table td{
	width:100%;
	display:block;
	padding:0;
	border: none;
}
.page .wp-block-table tr{
	border-bottom:1px solid white;
	display:block;
	padding:0 0 15px 0;
}
.page .wp-block-table table{
	border-collapse: separate;
	/* border-spacing: 0 15px; */
}
.page .wp-block-heading{
	margin:10px 0;
}
/* お問い合わせ */
.wpforms-submit{
	background-color: black;
	font-size:14px;
}
/* フッター */
.footer-back{
	background: linear-gradient(
	rgba(0, 0, 0, 0) 20%,  /* 20%までは透明 */
	rgba(0, 0, 0, 1) 85%,  /* 80%までに黒へフェード */
	rgba(0, 0, 0, 1) 100%  /* 以降は黒 */
	);
	position: fixed;
	bottom:0;
	z-index:0;
	width:100%;
	padding:90px 0 0 0;
}
footer{
	position: fixed;
	bottom:0;
	width:100%;
	z-index:10;
}
.footer-group{
	padding:20px 25px 12px;
	display:flex;
	align-items: end;
	justify-content: space-between;
}
.f-icon{
	text-align: center;
}
.f-icon a{
	width:22px;
	text-align: center;
	display: block;
	margin:0 auto;
}
.f-icon span{
	color:white;
	font-size:11px;
	display: block;
}
/* お問い合わせボタンアニメーション */
.main-cta{
	background-color: #4D4C4C;
	border: 1px solid #4D4C4C;
	border-radius: 5px;
	padding:10px 10px;
	animation: textPulse 4s ease-in-out infinite;
}
@keyframes textPulse {
  0% {
    background-color: #4D4C4C;
	border: 1px solid #4D4C4C;
  }
  50% {
    background-color: 470203;
	border: 1px solid red;
	box-shadow: 0 0 15px rgba(255, 0, 0, 0.8);
  }
  100% {
    background-color: #4D4C4C;
	border: 1px solid #4D4C4C;
  }
}
.post-password-form{
	padding:100px 25px 0 25px;
}
.post-password-form p{
	font-size:14px;
	margin:0 0 20px 0;
}
.post-password-required{
	display:none;
}
.post-password-form{
	padding:100px 25px 0 25px;
}
.post-password-form p{
	font-size:14px;
	margin:0 0 20px 0;
}
.share-li.is-active{
opacity: .3;
}
}