@charset "UTF-8";
/*
Theme Name: カワタイドットコム バージョン4
Text Domain: kawataicomver4
Version: 4.2
Requires at least: 4.7
Requires PHP: 5.2.4
Description:
Author: Kawashima Taiju
Author URI: https://kawatai.com/
*/

/*
------------------------------------------------------------
★目次
　①スタイルの初期化と管理者バーの表示処理
　②フロントページとログインページのスタイル
　③
　④
------------------------------------------------------------
*/

/*
------------------------------------------------------------
▼①スタイルの初期化と管理者バーの表示処理
------------------------------------------------------------
*/
@font-face {
  font-family: 'Windows TV 丸ゴシック';
  src: url("fonts/WTVGOTHIC-R.ttc");
}
@font-face {
  font-family: 'A-OTF UD新丸ゴ Pro R';
  src: url("fonts/A-OTF-UDShinMGoPro-Regular.otf");
}

@font-face {
  font-family: 'A-OTF UD新ゴ Pro ARIB';
  src: url("fonts/A-OTF-UDShinGoPro-ARIB_KWTI.woff2");
  font-weight: 400;
}

@font-face {
  font-family: 'A-OTF UD新ゴ Pro';
  src: url("fonts/A-OTF-UDShinGoPro-Light.otf");
  font-weight: 400;
}
@font-face {
  font-family: 'A-OTF UD新ゴ Pro';
  src: url("fonts/A-OTF-UDShinGoPro-Regular.otf");
  font-weight: 500;
}
@font-face {
  font-family: 'A-OTF UD新ゴ Pro';
  src: url("fonts/A-OTF-UDShinGoPro-Medium.otf");
  font-weight: 800;
}


::selection {
    background: #1e1e1e;
    color: #f2f2f2;
}

* {
  font-size: 16px;
  font-size: 1rem;
}

google-cast-launcher {
  display: flex;
}

html,
body {
	border: none;
	margin: 0;
	padding: 0;
  font-family: 'A-OTF UD新ゴ Pro ARIB','A-OTF UD新ゴ Pro',sans-serif;
  overscroll-behavior-y: none;
}

body {
  background: #fff;
  color: #1e1e1e;
  -webkit-tap-highlight-color: transparent;
}

main.player {
  overscroll-behavior-x: none;
  background: linear-gradient(0deg, rgba(64,64,64,1) 0%, rgba(0,0,0,1) 50%);
  color: #fff;
}

h1,h2,h3,h4,h5,h6,p,button,blockquote,address,big,cite,code,em,font,
img,select,small,strike,sub,sup,li,ol,ul,fieldset,form,label,legend,button,figure,tbody,table,
caption,tr,th,td {
	border: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

a,li {
	transition: opacity 0.25s;
	transition: background 0.25s;
}

blockquote::before,
blockquote::after {
	content: "";
}

input,textarea {
  font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

img[src*=’.svg’]{
width: 100%;
height: auto;
}

/*
------------------------------------------------------------
------------------------------------------------------------
*/

h1,h2,h3,p {
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.post-inner h1 {
  font-size: 1.4rem;
  margin: 1rem 0;
}

.post-inner .arib {
  vertical-align: bottom;
  font-size: 1.2rem;
  aspect-ratio:auto;
}

.hdr {
  display: flex;
  vertical-align: bottom;
  font-size: 1.2rem;
  transform: scaleX(0.5);
}

.post-inner h2 {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e1e1e1;
}

.post-inner p {
  font-size:1rem;
  line-height: 1.4;
}

.program_header {
  position: relative;
  top: 60px;
  display: flex;
  flex-flow: wrap;
  width: 100%;
  height: auto;
  margin: 0;
  font-weight: normal;
}
@media screen and (min-width:1000px) {
  .program_header {
    width: 980px;
    margin: 1rem auto;
    flex-flow: row;
  }
}

.program_jacket img {
  width: 100%;
  height: auto;
  background: url('https://media.kawatai.com/wp-content/themes/kawataicomver4_2/icon/noimage.svg');
  object-fit: cover;
}
@media screen and (min-width:1000px) {
  .program_jacket img {
    width: 480px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 #1e1e1e;
  }
}

.program_title {
  display: flow-root;
  width: calc(100% - 2rem);
  margin: auto 1rem;
}
@media screen and (min-width:1000px) {
  .program_title {
    width: 500px;
  }
}

.program_title a {
  text-decoration: none;
  color: #656565;
}

.program_title h1 {
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  margin: auto;
}

.program_title h2 {
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  margin: auto;
}

.program_page_description {

}

.program_header-inner .arib {
  vertical-align: bottom;
  font-size: 1.2rem;
  border-color: #fff;
  aspect-ratio:auto;
}

.tv2-thumb-back {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.wpg-guideline-button.google:link, .wpg-guideline-button.google:visited {
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 11px 11px 11px 43px;
  box-shadow: none;
}

#wpg-login {
  margin: 1em 0;
}

.login div#login p#backtoblog {
     display: none;
}

.login p.submit {
  background: #1e1e1e;
  width: 100%;
  height: 43.59px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  padding: 12px 12px 12px 44px;
}

.erorr-message {
	display: flex;
	margin: 0;
	margin-bottom: 1rem;
}

.erorr-message p {
	width: calc(100% - 2rem);
	margin: 0.5rem 1rem;
	line-height: 1.2;
}

/*
------------------------------------------------------------
△②フロントページとログインページのスタイル
▼③ヘッダーとナビゲーションバーのスタイル
------------------------------------------------------------
*/

header {
  height: 60px;
}

.header-background {
  position: fixed;
  z-index: 9900;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
	height: 60px;
  margin: 0;
}
/* タブレットおよびパソコン向け表示 */
@media screen and (min-width:768px) {
	.header-background {

	}
}

#close-btn.active,
.header-background {
  background: linear-gradient(90deg,rgba(41, 171, 226, 1) 0%, rgba(0, 113, 188, 1) 100%);
}

.header-inner {
  position: relative;
  z-index: 760;
  display: inline-flex;
  align-items: center;
}

.inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
}
/*パソコン向け表示 */
@media screen and (min-width:1200px) {
	.inner {
	}
}

.header-logo {
  top: 15px;
  display: flex;
  padding: 0;
  margin-left: 20px;
}

.header-logo svg {
  width: auto;
  height: 30px;
}

.logo-face {
  fill:#000;
}

.logo-type {
  fill:#fff;
}

.gnav {
  display: contents;
  position: relative;
  background: none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  fill:#fff;
  box-shadow: none;
  right: 0;
  top: 0;
  height: auto;
}
/* タブレットおよびパソコン向け表示 */
@media screen and (min-width:768px) {
	.gnav {
    position: relative;
		background: none;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    fill:#fff;
		box-shadow: none;
    right: 0;
		top: 0;
    height: auto;
	}
}


.gnav ul {
  display: inline-flex;
  height: 60px;
  align-items: center;
  list-style: none;
  margin: 0;
  margin-left: auto;
}
/* タブレットおよびパソコン向け表示 */
@media screen and (min-width:768px) {
	.gnav ul {
    margin: auto;
    margin-right: 0;
    margin-right: 10px;
	}
}

.gnav li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 60px;
  cursor: none;
  cursor:pointer;
}
/* タブレットおよびパソコン向け表示 */
@media screen and (min-width:768px) {
  .gnav li {
    flex-flow: row;
    vertical-align: middle;
    width: auto;
    margin-left: 10px;
	}
}

.gnav:focus {
  outline: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}

.gnav svg,
.gnav path {
  width: 25px;
  fill:#fff;
  padding: 0;
  margin: auto;
}

.gnav p,
.gnav a {
  margin: auto;
  color: #fff;
  text-decoration: none;
  text-align: center;
  outline: none;
  cursor:pointer;
}
/* タブレットおよびパソコン向け表示 */
@media screen and (min-width:768px) {
	.gnav p,
	.gnav a {
	  padding: 0;
  	transition: 0.25s;
  	-webkit-transition: 0.25s;
	}
}

/* パソコン向け表示 */
@media screen and (min-width:1023px) {
	.gnav p:hover,
	.gnav a:hover {
    opacity: 0.75;
	  cursor: none;
	  cursor: pointer;
  	transition: 0.25s;
  	-webkit-transition: 0.25s;
	}
}

.gnav span {
  text-align: center;
  font-size: 10px;
}
/* タブレットおよびパソコン向け表示 */
@media screen and (min-width:768px) {
  .gnav span {
    margin-left: 5px;
    font-size: 14px;
	}
}

.gnav.search-zone-open {
  top: 0;
  height: 100%;
}

#close-btn {
  display: none;
}

#close-btn.active {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: auto;
  right: 0;
  display: flex;
  fill: #fff;
  width: 20px;
  height: 20px;
  padding: 20px;
  margin: 0;
  cursor: pointer;
}
/* パソコン向け表示 */
@media screen and (min-width:1000px) {
  #close-btn.active {
    position: static;
    display: inline-flex;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    padding: auto;
  }
}

.notification,
.search-form {
  display: flex;
  justify-content: center;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9800;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
/* パソコン向け表示 */
@media screen and (min-width:1000px) {
  .notification,
	.search-form {
    position: absolute;
    left: 200px;
    top: auto;
	  right: 60px;
    width: auto;
    margin: 0;
    margin-left: auto;
	}
}

.probox {
  height: 60px !important;
}

.proinput {
  margin: 0 !important;
  padding: 16px 0.6rem !important;
  height: 28px !important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input,
div.asl_m .probox .proinput input.autocomplete {
  font-size: 1.2rem !important;
}

.proloading,
.proclose {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  margin-right: 1rem !important;
}

.proclose {
  display: none !important;;
}

.promagnifier {
  display: none;
}

#ajaxsearchliteres1 {
  display: flex !important;
  top: 60px !important;
  font-family: din-2014,ibm-plex-sans-jp,sans-serif;
  border-top: 1px solid #000;
  background: #000;
  color: #fff;
  width: 100% !important;
  height: 100%;
  margin: 0 !important;
  z-index: 9800 !important;
  padding: 0;
}
/* パソコン向け表示 */
@media screen and (min-width:1000px) {
  #ajaxsearchliteres1 {
    left: 200px;
	  right: 60px;
    width: 920px !important;
    margin: 0;
    margin-left: auto;
	}
}

.results * {
  font-size: 0.8rem !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2 !important;
}

.results {
  width: 100% !important;
  height: 100% !important;
}

div.asl_r .results .item {
  background: #000 !important;
  color: #fff !important;
}

div.asl_r .results .item a {
  color: #fff !important;
  text-decoration: none;
}

.promagnifier {
  display: none;
}

.overlap {
  height: 10vh;
}

#menu.active {
  display: flex;
  position: fixed;
  top: 60px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9000;
  overflow: hidden;
  width: 100%;
  height: 100%;
  animation: ease fadein 0.25s;
}
/* パソコン向け表示 */
@media screen and (min-width:768px) {
  #menu.active {
	}
}

.header-nav,
.header-nav p,
.header-nav a{
  display: flex;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: none !important;
}

.header-nav-login {
  display: flex;
  font-size: 0.8rem;
  padding: 0 1rem !important;
  background: #fff;
  color: #1e1e1e !important;
  border: 1px solid #fff;
  border-radius: 50px;
  text-decoration: none;
  -webkit-box-shadow: none !important;
}

.notification {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: auto;
  background: #e1e1e1;
}
/* パソコン向け表示 */
@media screen and (min-width:1000px) {
	.notification {
    width: auto;
    top: 0;
	}
}

.notification.active {
  visibility: visible;
  z-index: 9500;
}

.notification h1{
  display: inline-flex;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  background: #fff;
  color: #1e1e1e;
  width: 100%;
  padding: calc(30px - 0.6rem) 0;
}

@media screen and (min-width:768px) {
  .pc-menu {
    display: none;
  }
}


.notification-button {
  display: inline-flex;
  justify-content: center;
  font-size: 0.8rem;
  text-decoration: none;
  color: #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  margin: 0;
  padding:0.5rem 0;
}

.notification-button:hover {
  background: #1e1e1e;
  color: #fff;
}

.notification-button:last-child {
  border: none;
}

/*
------------------------------------------------------------
△③ヘッダーとナビゲーションバーのスタイル
▼④本文表示用のスタイル
------------------------------------------------------------
*/

.page-id {
  text-transform: uppercase;
}

.page-id span{
  font-size: 0.4rem;
  padding: 0.1rem 0.5rem;
  margin: 0;
  margin-right: 0.2rem;
  border-radius: 4px;
  background: #1e1e1e;
  color: #fff;
  vertical-align: middle;
}

.section-inner {
  position: relative;
  display: flex;
  justify-content: center;
}

.container {
  position: relative;
  top: 0px;
  display: flex;
  flex-flow: column;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width:768px) {
	.container {
    top: 0;
	}
}

.contents {
  position: absolute;
  width: 98%;
  margin: 0 1%;
}

.post-inner {
	width: calc(100% - 2rem);
  margin: 1rem;
	line-height: 1.5;
}
/* パソコン向け表示 */
@media screen and (min-width:1023px) {
	.post-inner {
	  width: 980px;
    margin: 1rem auto;
	}
}

.post-inner input[type="email"] ,
.post-inner input[type="text"] {
	width: calc(100% - 8px);
	margin: 0;
}
/* パソコン向け表示 */
@media screen and (min-width:1023px) {
	.post-inner input[type="email"] ,
	.post-inner input[type="text"] {
		width: 600px;
	}
}

.post-inner textarea {
	width: calc(100% - 8px);
	margin: 0;
}
/* パソコン向け表示 */
@media screen and (min-width:1023px) {
	.post-inner textarea {
		width: 600px;
	}
}

.post-inner input[type="submit"] {
	width: 100%;
	margin: auto;
	padding: 5px 0;
	font-size: 1.2rem;
	letter-spacing: 0.5em;
	text-align: center;
	border: 0;
	border-radius: 6px;
	background: #000;
	color: #fff;
}
/* パソコン向け表示 */
@media screen and (min-width:1023px) {
	.post-inner input[type="submit"] {
		width: 320px;
	}
}

.post-inner ul {
  padding: 0;
  padding-left: 2rem;
  margin: 0;
}
/* パソコン向け表示 */
@media screen and (min-width:1023px) {
	.post-inner ul {
	}
}

/* パソコン向け表示 */
@media screen and (min-width:1023px) {
	.post-inner li {
	  margin: 0;
	  margin-left: 2rem;
	  margin-right: 2rem;
	  padding: 0;
	}
}

.post-inner img {
  width: 100%;
}

.blocks-gallery-grid {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

.wp-block-table {
  display: flex;
  width: 80%;
	margin: auto;
	padding: 0.5rem;
}

.post-inner table {
	width: 100%;
	margin: auto;
	padding: 0;
	border: 1px solid #000;
	border-collapse: collapse;
	border-radius: 6px;
}
/* パソコン向け表示 */
@media screen and (min-width:1023px) {
	.post-inner table {
	}
}

.post-inner td {
	padding: 0.5rem;
	border: 1px solid #000;
}
/* パソコン向け表示 */
@media screen and (min-width:1023px) {
	.post-inner td {
	}
}

.post-meta {
  display: flex;
  justify-content: flex-end;
  vertical-align: middle;
  font-size: 0.9rem;
  margin: 0.5rem 0;
}
/* パソコン向け表示 */
@media screen and (min-width:1023px) {
	.post-meta {
    font-size: 1rem;
	  margin: 0 2rem;
	}
}

.cate-meta {
  display: flex;
  margin: 0 1rem;
  font-size: 0.9rem;
}
/* パソコン向け表示 */
@media screen and (min-width:1023px) {
	.cate-meta {
	  margin: 0;
	  padding: 0;
	}
}

.cate-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* パソコン向け表示 */
@media screen and (min-width:1023px) {
	.cate-meta ul {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
}

.cate-meta a {
  position: relative;
  text-decoration: none;
  margin: 0;
  margin-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 22px;
  padding-right: 6px;
  background: #d1d1d1;
  border-radius: 4px;
  color: #000;
  font-size: 0.8rem;
}
/* パソコン向け表示 */
@media screen and (min-width:1023px) {
	.cate-meta a {
	  position: relative;
	  text-decoration: none;
	  margin: 0;
	  margin-right: 10px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  padding-left: 22px;
	  padding-right: 6px;
	  background: #d1d1d1;
	  color: #000;
	  border-radius: 4px;
	}
}

.cate-meta a::before {
  position: absolute;
  content: "";
  background: url("../svg/tag.svg");
  fill: #000;
  margin-top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
}
/* パソコン向け表示 */
@media screen and (min-width:1023px) {
	.cate-meta a::before {
	  position: absolute;
	  content: "";
	  background: url("../svg/tag.svg");
	  fill: #000;
	  margin-top: 2px;
	  left: 6px;
	  width: 14px;
	  height: 14px;
	}
}

.cate-meta a:hover {
  background: #dedede;
}

@media screen and (min-width:1023px) {
	.wpcf7-response-output {
		margin: 0 30px !important;
		padding: 10px !important;
	}
}

.mw_wp_form {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}


/*
------------------------------------------------------------
△
▼
------------------------------------------------------------
*/

#sidebar {
  display: none;
  position: fixed;
  right:0;
  bottom: 60px;
  z-index: 950;
  width: 100%;
  overflow: scroll;
}
/* パソコン向け表示 */
@media screen and (min-width:1023px) {
  #sidebar {
		position: fixed;
    top: 0;
    bottom: 0;
		z-index: 600;
	  width: 160px;
    height: 100%;
    background: rgb(30,30,30);
    background: linear-gradient(90deg, rgba(30,30,30,0) 0%, rgba(30,30,30,0.49670290479473034) 25%, rgba(30,30,30,0.7460026246826856) 100%);
    border-bottom: none;
	  padding: 0;
		overflow: visible;
	}
}

#sidebar h2 {
  color: #fff;
}

.sp-sidebar {
	visibility: hidden;
}
/* パソコン向け表示 */
@media screen and (min-width:1023px) {
	.sp-sidebar {
		visibility: visible;
	}
}

.toc {
  margin: 0;
  padding: 0;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
  position: fixed;
  list-style: none;
  line-height: 1.4;
}

.toc ul li {
  list-style: none;
}

.toc a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: #fff;
  cursor:pointer;
}
/* パソコン向け表示 */
@media screen and (min-width:1023px) {
	.toc a {
	}
}

/* パソコン向け専用表示 */
@media screen and (min-width:1023px) {
	.toc a:hover {
    opacity: 0.75;
	  border-radius: 0;
	}

	#sidebar a:hover:last-of-type {
	}
}

#sidebar li:last-of-type {
}
/* パソコン向け表示 */
@media screen and (min-width:1023px) {
	#sidebar li:last-of-type {
	}
}

@media screen and (min-width:1023px) {
	#sidebar li:first-of-type {
	}
}

#sidebar h2.widgettitle {
}
/* パソコン向け専用表示 */
@media screen and (min-width:1023px) {
	#sidebar h2.widgettitle {
	}
}

.calendar {
  width: calc(100% - 20px);
  margin: 10px;
}

.calendar iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width:1023px) {
  .calendar iframe {
    height: 600px;
  }
}

/*
------------------------------------------------------------
△
▼
アニメーションとアクションのスタイル
------------------------------------------------------------
*/

@keyframes SlideInLeft {
	0% {
		transform: translateX(-64px);
	}
	100% {
		transform: translateX(0);
	}
}

@keyframes SlideInRight {
		0% {
	    transform: translateX(64px);
	  }
	  100% {
	    transform: translateX(0);
  	}
}

@keyframes SlideInTop {
		0% {
	    transform: translateY(100%);
	  }
	  100% {
	    transform: translateY(0);
  	}
}

@keyframes SlideInBottom {
		0% {
	    transform: translateY(0);
	  }
	  100% {
	    transform: translateY(100%);
  	}
}

@keyframes objefadein {
	0% {
	 opacity: 0;
	 transform: translateY(30px);
	}
	 100% {
	 opacity:1;
	 transform: translateY(0px);
	 }
}

@keyframes searchzoneopen {
	0% {
		opacity:0;
		transform: translateX(250px);
	}
	 100% {
		 opacity: 1;
		 transform: translateX(0px);
	}
}

@keyframes searchzoneclose {
	0% {
		opacity: 1;
		transform: translateX(0px);
	}
	 100% {
		 opacity:0;
	 	transform: translateX(250px);
	}
}

@keyframes fadein {
	0% {
	 opacity: 0;
	}
	 100% {
	 opacity:1;
	 }
}

@keyframes fadeout {
	0% {
	 opacity: 1;
	}
	 100% {
	 opacity:0;
	 }
}

@keyframes blackfadein {
	0% {
    background: none;
	}
	 100% {
     background: auto;
	 }
}

@keyframes spfadein {
	0% {
	 opacity: 0;
	}
	 100% {
	 opacity:0.5;
	 }
}

@keyframes slideTitle {
  0% {
    transition: translateY(-50%);
  }
  100% {
    transition: translateY(0);
  }
}

.search-active {
	visibility: visible;
}

@media screen and (min-width:768px) {
	.search-active {
		visibility: visible;
		animation: none;
	}
	.search-zone-open {
		animation: searchzoneopen 0.5s ease;
	}
}

@media screen and (max-width:768px) {
	#sidebar-view {
		visibility: visible;
	}
	.toc-active {
		visibility: visible;
	}
}

.to-the-top-action {
	visibility: visible;
	animation: fadein 0.5s ease;
}

/* ▼reCaptcha表示制御 */
.grecaptcha-badge {
visibility: hidden;
}

.page-id-10022 .grecaptcha-badge,
.page-id-45 .grecaptcha-badge
.login .grecaptcha-badge {
  visibility: visible;
}

.login div#login h1 a {
  background-image: image("logo/logo.svg");
  background-image: url("logo/login-logo.png");
  background-size: contain;
  height: 60px;
  width: 100%;
}

.login div#login h1 a:focus {
box-shadow: none;
outline: none;
}

.login form {
  padding: 25px 20px;
}

#loginform {
  border: none;
  border-radius: 10px;
  box-shadow: none;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

#loginform input {
  margin: 0;
}

#loginform input[type=text] ,
#loginform input[type=tel] ,
#loginform input[type=password] {
  font-size: 1rem;
}

#loginform .input {
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#loginform .password-input {
  border-top: none;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#loginform .input:focus {
  box-shadow: none;
  outline: none;
}

.login .button.wp-hide-pw,
.login .button.wp-hide-pw:focus {
  border-radius: 0;
  border-bottom-right-radius: 10px;
  border: none;
  box-shadow: none;
  outline: none;
}

#login #nav {
  display: none;
}

#login input[type=checkbox] {
  display: flex;
  width: 1.2rem;
  height: 1.2rem;
  padding: 0;
  margin: auto;
  margin-left: 0;
  margin-right: 6px;
  box-shadow: none;
  border: 0.5 solid #e1e1e1;
  border-radius: 50%;
}

#login input[type=checkbox]:checked::before {
  margin: 0;
}

.wp-core-ui, .wp-core-ui .button-secondary {
  color: #000;
}

.wp-core-ui, .wp-core-ui .button-secondary:hover,
.wp-core-ui, .wp-core-ui .button-secondary:focus {
  color: #1e1e1e;
}

.wpg-notices {
  background: none;
  box-shadow: none;
}

.wpg-notices div.error {
  position: fixed;
  top: 60px;
  background: #d54e21;
  color: #fff;
  border-radius: 10px;
  width: calc(100% - 40px);
  padding: 5px 10px;
  margin: 10px;
  font-size: 0.8rem;
  line-height: 0.001em;
}


.login #login_error {
  border: none;
  background: #d54e21;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
}

.language-switcher,
.privacy-policy-page-link,
#loginform label {
  display: none;
}

.wpg-connect-table table,
.wpg-connect-table th,
.wpg-connect-table tr,
.wpg-connect-table td,
.wpg-connect-table {
  border: none !important;
}

i.lsf {
  display: none;
}

.desc-disconnected ,
.desc-connected ,
.wpg-connect-table th ,
.wpg-connect-header {
  display: none;
}

.wpg-connect-table tbody {
  display: flex;
  flex-flow: column;
  width: 100%;
}

.wpg-connect-table td {
  display: flex;
  padding: 0;
  margin: 0;
}

.button-wrap,
.wpg-connect-table tr {
  display: flex;
  margin: 0;
  margin-bottom: 0.5rem;
}
.wpg-connect-table tr:last-of-type {
  margin: 0;
}

p.description.disconnect {
  background: #d54e21;
}

.wpg-button.disconnect {
  background: #1e1e1e !important;
}

.wpg-button {
  text-align: center;
  width: 100%;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  font-weight: 600;
}

.wpg-button:link {
  display: flex;
  padding: 0.5rem 1rem;
  margin: 0;
  color: #fff;
}

.wpg-button:link:hover {
  opacity: 0.75;
}

td.google a.wpg-button{
  color: #fff;
  background: #4285F4;
}

td.google a.wpg-button::before{
  content: "Googleと";
}

td.facebook a.wpg-button{
  color: #fff;
  background: #3C5A96;
}

td.facebook a.wpg-button::before{
  content: "facebookと";
}

td.line a.wpg-button{
  background: #00B900;
}

td.line a.wpg-button::before{
  content: "LINEと";
}

td.twitter a.wpg-button{
  background: rgb(29, 155, 240);
}

td.twitter a.wpg-button::before{
  content: "twitterと";
}

.login #login_error, .login .message, .login .success {
  border: none;
  border-radius: 10px;
  margin: 0;
  padding: 15px 20px;
}

.result {
  padding-left: 0 !important;
  list-style-type: none;
}

.result a {
  text-decoration: none;
  color: #1e1e1e;
}

.result h2 {
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
}

.result span p {
  font-size: 0.8rem;
}

.result ul {
  margin: 0;
}

.result li {
  background: #e1e1e1;
  border-radius: 10px;
  width: calc(100% - 2rem);
  margin: 1rem 0;
  padding: 1rem;
}

.search.title {
  display: flex;
  justify-content: center;
  top: 2.5rem;
  letter-spacing: 0em;
  line-height: 1.75;
  font-weight: 600;
  margin: 1rem 0;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.search.title h1 {
  width: 100%;
}

.search.content {
  position:absolute;
}

.metainfo {
  display: flex;
  flex-grow: 1;
  width: 100%;
}

.clear li {
  visibility: hidden;
}

#site-content {
  z-index: 700;
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin: 0;
  margin-bottom: 60px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  #site-content {
    margin-bottom: 0;
    height: calc(100vh - 60px);
  }
}
@media screen and (min-width:1024px) {
  #site-content {
    flex-flow: row;
    flex: 2;
    margin: auto;
    height: calc(100vh - 60px);
  }
}

.info-only {
  margin-top: 60px !important;
}

#player-window {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  #player-window {
    width: 100%;
  }
}
@media screen and (min-width:1024px) {
  #player-window {
    width: 70%;
    margin: auto;
  }
}

.video-dimensions {
  width: auto;
  height: auto;
}

#player-tab {
  z-index: 600;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0.6rem 0;
  font-size: 0.8rem;
  flex-wrap: wrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
/*  backdrop-filter: blur(2px);*/
}
#player-tab::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width:1024px) {
  #player-tab {
  }
}

#player-tab button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  height: 1rem;
  padding: 0 0.25rem;
  margin: 0;
  margin-right: 1rem;
  background: none;
  border-radius: 50px;
  color: #fff;
}

#player-tab button:last-of-type {
  margin: 0;
}

#player-tab button.active-tab {
  background: #fff;
  color:#000;
}

#menu-window {
  position: relative;
  display: flex;
  visibility: visible;
  flex-flow: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  #menu-window {
    width: 100%;
  }
}
@media screen and (min-width:1024px) {
  #menu-window {
    width: 30%;
    height: 100%;
  }
}
#menu-window::-webkit-scrollbar {
  display: none;
}

#video-zone {
  position: relative;
  width: 100%;
  aspect-ratio:16/9;
  object-fit: contain;
  object-position: 0px 0px;
  background: #000;
  cursor: pointer;
}

#video-zone video {
  display: flex;
  pointer-events: none;
  width: 100vw;
  height: auto;
  padding: 0;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  #video-zone video {
    width: 100vw;
  }
}
@media screen and (min-width:1024px) {
  #video-zone video {
    width: 100%;
    margin: auto;
  }
}

#video-zone iframe {
  border: none;
  display: flex;
  width: 100%;
  height: auto;
  aspect-ratio:16/9;
  padding: 0;
}

#video-zone .video-error,
#video-zone .now-loading {
  position: absolute;
  display: flex;
  visibility: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
}

#video-zone.error-alert .video-erorr,
#video-zone.loading-alert .now-loading {
  z-index: 500;
  visibility: visible;
}

#video-zone.error-alert .video-erorr h1,
#video-zone.loading-alert .now-loading h1 {
  display: flex;
  margin: auto;
}

#video-zone.loading-alert video {
  opacity: 0.5;
}

#video-zone.loading-alert .ASS-stage {
  visibility: hidden;
}

#control-menu {
  animation: fadeout ease 0.5s;
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    margin: 1rem auto;
    fill: #fff;
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    outline: none;
    background: rgba(0, 0, 0, 0.5);
    margin: auto;
  }
  @media screen and (min-width:768px) and (max-width:1023px) {
    #control-menu {
    }
  }
  @media screen and (min-width:1024px) {
    #control-menu {
    }
  }

#thumbVideo {
  background-color: rgba(255, 255, 255, 0.1);
}

#control-menu.active {
  visibility: visible;
  animation: fadein ease 0.5s;
}

#chapsec,
#btn_pause,
#btn_jimaku_on,
#btn_nofullscreen,
#btn_subaudio_on,
#btn_cast,
#btn_nopinp {
  display: none;
}

.ASS-container {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  object-position: 0px 0px;
  overflow: initial;
}

.ASS-container svg {
  margin: 0 auto;
  height: auto !important;
}

.ASS-dialogue {
  text-shadow :none !important;
  box-shadow :none !important;
}

.ASS-stage {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  height: 100% !important;
  object-position: 0px 0px;
}

.ASS-dialogue span {
  font-family: 'Windows TV 丸ゴシック' !important;
  background: none !important;
  font-weight: normal !important;
  letter-spacing: -0.001vmin !important;
  transform: none !important;
  /*
  text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0 -1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000 !important;
              */
  text-shadow :none !important;
  box-shadow :none !important;
}

.ASS-text {
  text-stroke: 0.1em #000;
  -webkit-text-stroke: 0.1em #000;
  paint-order: stroke;
}

.ASS-dialogue.text {
  background: rgba(0, 0, 0, 0.6) !important;
}

.ASS-ruby {
  paint-order: stroke;
}

.ruby ruby{
  background: rgba(0, 0, 0, 0.6) !important;
}

#video-zone.fullscreen {
  position: absolute;
  width: 100vw !important;
  height: 100vh !important;
  margin: auto !important;
}

#video#video-zone.fullscreen {
  position: relative;
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
  margin: auto 0;
}

.list-label {
    display: inline-flex;
    vertical-align: middle;
    font-size: 0.6rem;
    padding: 0 0.2rem;
    margin-right: 0.2rem;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
  }

/*
.list-tag {
  display: inline-flex;
}

.list-tag a {
  font-size: 0.6rem;
  padding: 0 !important;
  margin: 0;
}
*/

.list-detail {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
  color: #1d1d1d;
}

  .list-icon-zone {
    display: flex;
    position: absolute;
    margin: 0.2rem;
  }

  .list-icon {
    display: flex;
    font-size: 0.5rem;
    padding: 0.1rem;
    margin-right: 0.2rem;
    border-radius: 2px;
    color: #1e1e1e;
    background: #e1e1e1;
  }

#timebar {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  flex-flow: nowrap;
  font-size: 0.75rem;
}

#nowchap {
  margin-left: 10px;
}

#player-title,
#info-menu,
#chapter-menu,
#search-menu,
#comment {
  display: flex;
  flex-flow: column;
  width: 94%;
  padding: 3%;
  font-size: 0.8rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

#relation {
  display: flex;
  flex-flow: column;
  color: #fff;
  background: none;
}

.content-zone.info,
.content-zone.chapter,
.content-zone.search,
.content-zone.relation,
.content-zone.comment {

}

.content-zone.info.active-tab,
.content-zone.chapter.active-tab,
.content-zone.search.active-tab,
.content-zone.relation.active-tab,
.content-zone.comment.active-tab {
  overflow-x: auto;
  height: 100%;
}

.content-zone {
  visibility: hidden;
  position: absolute;
  padding-right: -100vw;
}

.content-zone.active-tab {
  visibility: visible;
  position: relative;
  height: auto;
}

#content-list {
  display: flex;
  flex-flow: column;
  margin: 0;
  width: 100%;
}
@media screen and (min-width:1000px) {
  #content-list {
    margin:0 auto;
  }
}

#ajax-search,
#commentarea {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  margin: 1% 0;
  padding: 0;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
  width: 100%;
  height: 1rem;
  resize: none;
  overflow: hidden;
}
#ajax-search:focus,
#commentarea:focus {
  outline: none;
}

#videolist {
  position: relative;
  z-index: 100;
  display: flex;
  margin: 0 10px;
  margin-bottom: 16px;
}

/*
#videolist:hover {
  background: #e1e1e1;
  box-shadow: 0 2px 4px 0 #1e1e1e;
  animation: blackfadein ease-in 0.25s;
}
*/

#videolist a {
  color: inherit;
  text-decoration: none;
}

.list_block {
  display: contents;
  width: auto;
  height: 72px;
}

#ch-list .thumbnail {
  position: relative;
  width: 90px;
  height: 90px;
  background: url('https://media.kawatai.com/wp-content/themes/kawataicomver4_2/icon/noimage.svg');
  margin: auto;
  margin-right: 0.5rem;
  object-fit: contain;
}

#ch-list .thumbnail img {
  position: absolute;
  background: url('https://media.kawatai.com/wp-content/themes/kawataicomver4_2/icon/noimage.svg');
  width: 90px;
  height: 90px;
  margin: auto;
  object-fit: contain;
}

.videothumb {
  display: flex;
  width: 96px;
  height: 54px;
  background: #e1e1e1;
  box-shadow: 0 2px 4px 0 #1e1e1e;
  border-radius: 4px;
  margin-right: 0.5rem;
  object-fit: contain;
  overflow: hidden; /* ビデオサムネの親要素からはみ出す要素を切り取る措置 */
}
@media screen and (min-width:1000px) {
  .videothumb {
    width: 160px;
    height: 90px;
  }
}

.videothumb img {
  max-width: 100%;
  height: auto;
}

.home_tile {
  position: relative;
  display: flex;
  flex-grow: row;
  width: calc(100% - 2rem);
  padding: 0 1rem;
  margin: 0.5rem 0;
  margin-top: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.tile_header {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 2rem);
  margin: 0.5rem 1rem;
}

.tile_header h1 {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.tile_header a {
  text-decoration: none;
  color: #1e1e1e;
}

@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}

#videolistTile {
  display: flex;
}

#videolistTile a {
  text-decoration: none;
  color: #1e1e1e;
  width: 245px;
  padding: 0;
  margin-right: 5px;
}

#videolistTile h2 {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

#videolistTile p {
  font-size: 0.75rem;
}

#videolistTile .thumbnail {
  position: relative;
  box-shadow: 0 2px 4px 0 #1e1e1e;
  border-radius: 4px;
  width: 240px;
  height: 135px;
  background: url('https://media.kawatai.com/wp-content/themes/kawataicomver4_2/icon/noimage.svg');
  aspect-ratio:16/9;
  margin: auto;
  object-fit: cover;
}

#videolistTile .thumbnail img {
  position: absolute;
  width: 240px;
  height: 135px;
  aspect-ratio:16/9;
  background: url('https://media.kawatai.com/wp-content/themes/kawataicomver4_2/icon/noimage.svg');
  border-radius: 4px;
  margin: auto;
  object-fit: cover;
}

#videolistTile .list-detail {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#videolistTile .list-info {
  display: grid;
  flex-flow: column;
}

#videolistTile .list-info h2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#videolistTile p,
#videolistTile h2 {
  font-weight: normal;
  letter-spacing: -0.001em;
}

#videolistTile h2 {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.9rem;
}

#videolistTile p {
  font-size: 0.8rem;
}


.player-tag {
  width: 100%;
  font-size: 0.8rem;
  color: #d1d1d1 !important;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.player-tag a{
  font-size: 0.8rem;
  color: #d1d1d1 !important;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-decoration: none;
}

.video_preparation {
  position: absolute;
  border-radius: 4px;
  width: 160px;
  height: 90px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.video_preparation p {
  text-align: center;
  margin: auto;
  margin-top: calc(45px - 0.4rem);
}

#ch-list .list-info ,
#videolist .list-info {
  display: grid;
  flex-flow: column;
}

#ch-list .list-info h2 ,
#videolist .list-info h2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#videolist p,
#videolist h2 {
  letter-spacing: -0.001em;
}

#videolist h2 {
  display: flex;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.9rem;
}

.program_name {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 0.5rem;
  color: #656565;
}

#videolist p {
  font-size: 0.8rem;
}

#videolist .list-info a {
  display: contents;
  padding: 0;
  font-size: 0.9rem;
}

#chapter-menu a{
  display: flex;
  flex-flow: row;
  text-decoration: none;
  width: 100%;
  margin: 0;
  vertical-align: middle;
  padding: 0;
}

.relation-list a,
.relation-list p,
.relation-list h2 {
  color: #fff !important;
}

.content-list {
  display: flex;
  justify-content: flex-start;
  flex-flow: row;
  width: calc(100% - 10px);
  height: 60px;
  border-radius: 4px;
  padding: 5px;
  margin: 0;
}

.content-list:hover {
  background: #1e1e1e;
  animation: blackfadein ease 0.25s;
}

.chapthumb {
  position: relative;
  margin: auto 0;
  height: 60px;
  box-sizing: border-box;
}

.chapthumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.5));
  border-radius: 6px;
}

.chapthumb h4 {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 12px;
  letter-spacing: -6px;
  font-size: 36px;
  height: 65px;
  text-align: right;
  opacity: 0.75;
}

.chapthumb img {
  width: auto;
  height: 60px;
  border-radius: 6px;
}

/* .content-list img { */
.content-list video {
  position: relative;
  display: flex;
  height: 60px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: 4px;
  margin: 0 0.5rem;
}

#site-content.player {
  position: fixed;
  overflow: hidden;
}

#content-list.inner-list {
  visibility: hidden;
  margin-top: 0;
  position: fixed;
  overflow: hidden;
  z-index: -1;
}

#content-list.inner-list.open {
  visibility: visible;
  position: relative;
  margin-top: 60px;
  overflow: auto;
  z-index: 1;
}

#site-content.open {
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  width: auto;
  height: 10%;
  margin: 0;
  aspect-ratio : 16/9;
  background: #000;
  border: 1px solid #fff;
  left: 20px;
  bottom: 20px;
}

#site-content.open #player-window {
  width: 100%;
  height: 100%;
  margin: auto;
}

#video-zone.open {
  display: flex;
  position: relative;
  pointer-events: none;
  width: 100%;
  height: 100%;
  aspect-ratio : 16/9;
}

#video-zone.wipein {
  animation: VideoWipeIn linear 0.25s;
}

#video-zone.wipeout {
  animation: VideoWipeOut linear 0.25s;
}

#video-zone.open video {
  position: absolute;
  object-fit: contain;
  margin: auto;
  width: 100%;
  height: 100%;
}

#video-zone.open .ASS-stage ,
#video-zone.open .ASS-container svg {
  display: none;
}

#video-left,#video-right {
  display: flex;
  flex-flow: row;
  width: 50%;
  height: 100%;
}

#menu-window.open {
  visibility: hidden;
}

#menu-window.open #timebar {
  display: none;
}

#menu-window.open #program-title {
  position: fixed;
  z-index: 9999;
  width: calc(70% - 40px);
  height: 60px;
  padding: 5px 10px;
  white-space: nowrap;
  right: 20px;
  bottom: 20px;
}

#gnav.open {
  visibility: visible;
}

.vjs-loading-spinner {
  display: none !important;
}

#content-list.inner-list.open.navigation.active {
  overflow: hidden;
  position: fixed;
}

#site-footer {
  position: relative;
  display: flex;
  width: 100%;
}

.arib {
  display: inline-flex;
  vertical-align: bottom;
  flex-flow: row;
  justify-content: center;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  width: 0.9rem;
  height: 0.9rem;
  aspect-ratio: 1/1;
  margin: 0 0.025rem;
  border: 1px solid #1e1e1e;
}

.arib-clear {
  font-size: 0;
}

.post-inner h1 .arib {
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  width: 1.5rem;
  height: 1.5rem;
}

.arib2 {
  display: inline-flex;
  vertical-align: bottom;
  flex-flow: row;
  padding-left: 0.32rem;
	text-indent: -0.32rem;
  line-height: 0.4rem;
  font-size: 0.4rem;
  width: 0.9rem;
  height: 0.9rem;
  aspect-ratio: 1/1;
  margin: 0 0.025rem;
}


.ch-name {
  display: flex;
  flex-flow: row;
  width: 100%;
  height: 30px;
}

.ch-name p {
  margin: auto 0;
  font-size: 0.8rem;
}

.ch-name a {
  text-decoration: none;
}

.ch-name img {
  background: #fff;
  aspect-ratio:1/1;
  object-fit: contain;
  width: auto;
  height: 30px;
  margin-right: 10px;
  border-radius: 4px;
}

.player a,
.player div {
  color: #fff;
}

.inner-list p,
.inner-list span,
.inner-list a,
.inner-list div {
  color: #fff;
}

.player .arib ,
.inner-list .arib {
  border: 0.05rem solid #fff;
}

.inner-list #videolist:hover {
  background: #1e1e1e;
}

#cat-header {
  display: flex;
  width: calc(100% - 2rem);
  padding: 1rem;
  padding-bottom: 0;
}

#cat-header img {
  width: 80px;
  object-fit: contain;
  aspect-ratio: 1/1;
  margin-right: 1rem;
}

.tv-ch-info {
  display: flex;
  flex-flow: column;
}

.tv-ch-info h1 {
  font-size: 1.2rem;
}

.tv-ch-info p {
  font-size: 0.8rem;
  letter-spacing: -0.001em;
  line-height: 1;
}

.home-topics {
  position: relative;
  top: 60px;
  width: 100%;
  height: auto;
  margin: 0;
  font-weight: normal;
}

.home-topics a {
  text-decoration: none;
}

.home-topics img {
  position: relative;
  width: 100%;
  height: auto;
  background: url('https://media.kawatai.com/wp-content/themes/kawataicomver4_2/icon/noimage.svg');
  object-fit: cover;
}
@media screen and (min-width:1000px) {
  .home-topics img {
    width: 480px;
    margin: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 #1e1e1e;
  }
}

.home-topics h2 {
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  width: 80vw;
  margin: 1rem;
  font-size: 0.9rem;
  letter-spacing: -0.001em;
  line-height: 1;
  color: #1e1e1e;
}
@media screen and (min-width:1000px) {
  .home-topics h2 {
    width: 480px;
  }
}

.slick-slide {
/*  transform: scale(0.85); */
  transition: .3s ease;
}

.slick-current {
/*  transform: scale(1); */
}

.slick-slide:not(.slick-current) {
  opacity: 0.5;
}

#topicsProgressArea:not(.slick-current),
#topicsProgressBar:not(.slick-current) {
  display: none;
}

.slick-current #topicsProgressArea {
  display: flex;
  position: absolute;
  bottom: 2.9rem;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  width: 100%;
  height: 10px;
  overflow: hidden;
}
@media screen and (min-width:1000px) {
  .slick-current #topicsProgressArea {
    width: 480px;
    margin: 0 1rem;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}

.slick-current #topicsProgressBar {
  display: flex;
  position: absolute;
  width: 0%;
  height: 10px;
  margin: 0;
  background: #71c1fc;
  border-radius: 0;
  animation: topicsProgressAnime linear both 6s;
}

@keyframes topicsProgressAnime {
  0%; {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.slick-arrow{
  position: absolute;
  z-index: 600;
  opacity: 1;
  margin: auto 0;
  width: 2rem;
  height: 1.8rem;
  aspect-ratio: 1 / 1;
  text-align: center;
  font-size: 1rem;
  padding: 0.4rem 0;
  background: #71c1fc;
  color: #fff;
  border-radius: 100px;
  cursor: pointer;
}

.slick-prev {
  top: 37.5%;
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.slick-next {
  top: 37.5%;
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.new-icon {
  position: absolute;
  display: flex;
  z-index: 200;
  top: 1rem;
  margin-left: 1rem;
  width: 4rem;
  aspect-ratio:1/1;
  background: #71c1fc;
  color: #fff;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 100%;
}

.new-icon p {
  font-size: 1.2rem;
  padding: 0.4rem;
  transform: rotate(0.9turn);
}

.semi-title {
  display: flex;
  padding: 0 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

#playerStart,#playerControl,#playerEnd {
  display: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  object-position: 0px 0px;
}

.layer_board {
  position: relative;
  z-index: 550;
  padding: 1rem;
  width: calc(100% - 2rem);
  height: calc(75% - 2rem);
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.layer_board_playcount {
  position: absolute;
  width: 100%;
  font-size: 1.2rem;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.layer_operation {
  position: relative;
  z-index: 550;
  padding: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  background: rgba(0,0,0,0.2);
}

#playerStart img{
  position: absolute;
  top: 0;
  z-index: 500;
  width: 100%;
  height: auto;
  margin: auto;
  object-fit: contain;
  object-position: 0% 0%;
}

#playerStart h1{
  font-size: 1.4rem;
}

#playerStart h1 .arib{
  font-size: 1.2rem;
  aspect-ratio:auto;
}

#playerStart.start ,
#playerControl.operation ,
#playerEnd.end {
  position: absolute;
  z-index: 600;
  display: block;
  visibility: visible;
}

.downbar button,
.control button {
  display: flex;
  vertical-align: middle;
  margin: auto;
  background: none;
  text-align: center;
  cursor: pointer;
}

.control {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  margin: auto;
}

.downbar {
  position: absolute;
  display: flex;
  right: 20px;
  bottom: 20px;
}

google-cast-launcher,
.downbar svg,
.control svg {
  width: 20px;
}

#layerPlayBtn svg,
#btn_pause svg,
#btn_play svg {
  width: 30px;
}

#seekarea{
  position:relative;
  display: flex;
  z-index: 9100;
  width:100%;
  height:2px;
  background-color:#fff;
  margin: 0;
  cursor:pointer;
}

#seekarea.fullscreen{
  position: fixed;
  width: calc(100% - 40px);
  margin: 0 auto;
  left: 20px;
  bottom: 20px;
}

.seekbar {
  position: absolute;
  z-index: 9110;
  appearance: none;
  outline: none;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #1c99d6 0%, #cacaca 0%);
  cursor: pointer;
}

/* ツマミ：Chrome, Safari, Edge用 */
.seekbar::-webkit-slider-thumb {
  visibility: hidden;
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  background: #06b6d4;
  box-shadow: none;
}
/* ツマミ：Firefox用 */
.seekbar::-moz-range-thumb {
  visibility: hidden;
  border: none;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  background: #06b6d4;
  box-shadow: none;
}

.seekbar2::-webkit-slider-thumb {
  visibility: visible;
}
.seekbar2::-moz-range-thumb {
  visibility: visible;
}

/*
#seekbar{
  position: absolute;
  z-index: 9110;
  background-color:#71c1fc;
  opacity: 0.75;
  width:0%;
  height:2px;
  cursor:pointer;
}

#seekpointer {
  position: absolute;
  visibility: hidden;
  z-index: 9111;
  background-color:#71c1fc;
  border-radius: 100px;
  top: -5px;
  left: 0;
  width:12px;
  height:12px;
  cursor:pointer;
}

#seekpointer.active {
  visibility: visible;
}
*/
#quality_select {
  background: none;
  outline: none;
  text-align: center;
  width: 3rem;
  margin: 0.5rem;
  transform: scaleX(0.8) scaleY(1.2);
  color: #fff;
  font-size: 0.6rem;
  -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  cursor:pointer;
}

#quality_select option {
  width: 100%;
  border-radius: 8px;
  border-top-left-radius: 0;
  background: #1e1e1e;
}

#homeLineup .thumbnail {
  position: relative;
  width: 160px;
  height: 90px;
  aspect-ratio: 16 / 9;
  box-shadow: 0 2px 4px 0 #1e1e1e;
  border-radius: 4px;
  margin: auto;
  margin-right: 0.5rem;
  object-fit: contain;
}

#homeLineup .thumbnail img {
  position: absolute;
  background: url('https://media.kawatai.com/wp-content/themes/kawataicomver4_2/icon/noimage.svg');
  width: 160px;
  height: 90px;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  margin: auto;
  object-fit: contain;
}

#content-home {
  display: flex;
  flex-flow: column;
  margin: 0;
  width: 100%;
}

.overview {
  width: 100%;
  margin: auto;
  text-align: center;
  text-decoration: none;
  color: #1e1e1e;
}

#program-title {
  font-size: 1rem;
}

#program-title .arib {
  font-size: 1rem;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.025rem;
}

#sm-iframe {
  position: absolute;
  z-index: 9000;
}

.disabled {
  display: none !important;
}

/* article-style ----------------------------------------- */
.demo-contents {
  display: flex;
  justify-content: space-around;
}
.article-item {
  width: 100%;
  max-width: 360px;
}
.article-item a {
  font-size: 24px;
  font-weight: bold;
}
.article-item a:hover {
  cursor: pointer;
  color: #7ac8b7;
}

@page {
	margin: 0mm 5mm;
	size: A4 portrait;
}

@media print{

header {
  display: none;
}

body {
  width: 210mm;
	height: 297mm;
}

h2 {
  font-size: 12pt;
}

.post-meta {
  display: none;
}
}

.yellowass {
  color: rgb(255, 255, 0);
}

.waterass {
  color: rgb(0, 255, 255);
}

.rubyass {
}

.ass-list {
  display: flex;
  flex-flow: column;
  width: 100%;
}

.ass-list p {
  display: flex;
}

.ass-list a {
  display: inline-flex;
  text-decoration: none;
}

.playingChap {
  background: #fff;
  border-radius: 4px;
}

.playingChap a,
.playingChap p,
.playingChap h2 {
  color:#000;
}

/* 202510STYLE */
.indextablabel{
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid #d1d1d1;
}

.indextabradio {
  display: none;
}

.indextabradio:checked+.indextablabel {
  color: #71c1fc;
  border: 1px solid #71c1fc;
}

.konomitv_banner {
  display: flex;
  flex-flow: column;
  vertical-align: middle;
  justify-content: center;
  text-align: center;
  background: rgb(30,19,16);
  color: #ffeaea;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 10px;
  width: calc(100% - 40px);
  margin: 5px 10px;
  border-radius: 6px;

}

.konomitv_banner svg {
  height: 20px;
}

.emwui_banner {
  display: flex;
  flex-flow: column;
  vertical-align: middle;
  justify-content: center;
  text-align: center;
  background: rgb(233,30,99);
  color: #ffeaea;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 10px;
  width: calc(100% - 40px);
  margin: 5px 10px;
  border-radius: 6px;
}

/* BD管理 */
.rpls-list * {
  display: flex;
}

.rpls-list {
  flex-flow: row;
  width: 100%;
  height: 60px;
  margin-bottom: 4px;
}

.rpls-list a {
}

.rpls-list img {
  width: auto;
  height: 60px;
  margin-right: 10px;
}

video::cue {
  font-family: 'Windows TV 丸ゴシック';
}
