@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.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;
}

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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;
  }
}
