@charset "UTF-8";

/*!
Theme Name: Cocoon Child JAPANMATE
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: YT
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.comment-area ol.commets-list {
  padding-left: 0px;
}

.comment-area p.comment-content-title {
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: bold;
}

.comment-area .comment-meta .rating-star {
  margin-right: 3px;
}

.comment-area .comment-meta .rating-star .fa-star {
  padding-right: 1px;
}

.comment-area .comment-meta .rating-star .rating-number {
  margin-left: 0px;
}

.wp-block-table tr>*:first-child {
  white-space: nowrap;
}

.comment-area .comment-author {
  font-size: var(--cocoon-text-size-s);
}

.promotion-video {
  aspect-ratio: 16 / 9;
}

.promotion-video > iframe {
  height: 100%;
  width: 100%;
}

.vod-list-table .vod-logo-col {
  text-align: center;
  width: 35%;
}

.vod-list-table .vod-logo-col img {
  max-height: 2.2em;
}

.vod-list-table .vod-price-col {
  white-space: nowrap;
  width: 35%;
}

.vod-list-table .vod-price-col ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.vod-list-table .vod-price-col ul li {
  margin: 0;
}

.vod-list-table .vod-button-col {
  text-align: center;
  white-space: nowrap;
  width: 30%;
}

.vod-list-table .vod-button-col .btn {
  padding: 14px 20px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vod-list-table .vod-button-col .btn::after {
  content: "\f105";
  position: absolute;
  right: 0;
  font-size: 20px;
}

.vod-list-table .pr  {
  display: inline-block;
  vertical-align: middle;
  margin-left: .4em;
  font-size: .7em;
}

.vod-list-table .pr::before {
  content: "[";
}

.vod-list-table .pr::after {
  content: "]";
}

.vod-last-updated-date > span::after {
  margin-right: .4em;
  content: ":";
}

.character-list {
  padding-left: 0 !important;
  margin: 0 !important;
  list-style: none;
}

.character-list a {
  margin-left: .5em;
}

.music-list a {
  margin-left: .5em;
  margin-right: .5em;
}

.video-info-table > tbody > tr > th {
  text-align: left;
  width: 13em;
}

.partner-company {
  margin-top: 1.6em;
  margin-left: .6em;
}

.partner-company p {
  margin-bottom: 1.1em;
}

.partner-company img {
  max-height: 2.6em;
  max-width: 9.4em;
}

.home-ad-section {
  position: relative;
  margin-bottom: 1.6em;
}

.home-ad-section a {
  display: block;
}

.home-ad-section a:hover {
	opacity: 0.9;
	transition: 0.3s;
}

.home-ad-section .home-ad-pc {
  display: inline;
}

.home-ad-section .home-ad-sp {
  display: none;
}

.home-ad-section .pr  {
  display: inline-block;
  position: absolute;
  top: .4em;
  right: .6em;
  font-size: .7em;
  color: #afafaf;
}

.home-ad-section .pr::before {
  content: "[";
}

.home-ad-section .pr::after {
  content: "]";
}

.home-cat-section {
  margin-bottom: 1.6em;
}

.side-ad-section {
  position: relative;
  margin-top: .9em;
  margin-bottom: 1.6em;
  text-align: center;
}

.side-ad-block {
  display: inline-block;
  position: relative;
}

.side-ad-section a {
  display: block;
}

.side-ad-section a:hover {
	opacity: 0.9;
	transition: 0.3s;
}

.side-ad-section .pr  {
  display: inline-block;
  position: absolute;
  top: .4em;
  right: .6em;
  font-size: .7em;
  color: #afafaf;
}

.side-ad-section .pr::before {
  content: "[";
}

.side-ad-section .pr::after {
  content: "]";
}

.search-box .search-edit {
	padding: 8px;
	padding-right: 68px;
	border-color: #999;
}

.search-box .search-submit {
	top: 0;
	right: 0px;
	height: 100%;
	width: 60px;
	color: #fff;
	background-color: #4169e1;
	border-radius: 0 4px 4px 0;
}

.search-box .fa-search {
	display: block;
	margin-top: 3px;
}

.search-box .search-edit:focus, .search-box .search-submit:focus {
	outline: 0;
	outline-offset: unset;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  .vod-list-table .vod-button-col .btn {
    padding: 7px 13px;
    font-size: 14px;
    display: inline-block;
    justify-content: unset;
    align-items: unset;
  }

  .vod-list-table .vod-button-col .btn::after {
    content: unset;
    position: unset;
    right: unset;
    font-size: unset;
  }

  .home-ad-section .home-ad-pc {
    display: none;
  }

  .home-ad-section .home-ad-sp {
    display: inline;
  }
}
