@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* AV特定：女優ページデザイン補正 */
.tax-actress_tag .avtok-actress-hero,
.tax-actress_tag .avtok-actor-hero {
  clear: both;
  width: 100%;
  max-width: 100%;
  grid-column: 1 / -1;
  box-sizing: border-box;
}

.tax-actress_tag .avtok-actress-profile,
.tax-actress_tag .avtok-actor-profile {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  align-items: start;
  margin-bottom: 28px;
  padding: 22px;
  background: #fff7f8;
  border-radius: 16px;
  border: 1px solid #ffe1e5;
  box-sizing: border-box;
}

.tax-actress_tag .avtok-actress-profile-image img,
.tax-actress_tag .avtok-actor-profile-image img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.tax-actress_tag .avtok-actress-featured-row,
.tax-actress_tag .avtok-actor-featured-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tax-actress_tag .avtok-actress-work-card,
.tax-actress_tag .avtok-actor-work-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  min-width: 0;
  box-sizing: border-box;
}

.tax-actress_tag .avtok-actress-work-title,
.tax-actress_tag .avtok-actor-work-title {
  word-break: break-word;
}

@media screen and (max-width: 768px) {
  .tax-actress_tag .avtok-actress-profile,
  .tax-actress_tag .avtok-actor-profile {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .tax-actress_tag .avtok-actress-profile-image,
  .tax-actress_tag .avtok-actor-profile-image {
    display: flex;
    justify-content: center;
  }

  .tax-actress_tag .avtok-actress-featured-row,
  .tax-actress_tag .avtok-actor-featured-row {
    grid-template-columns: 1fr;
  }

  .tax-actress_tag .avtok-actress-work-card,
  .tax-actress_tag .avtok-actor-work-card {
    grid-template-columns: 90px 1fr;
  }
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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