@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.pkg_img{
	object-fit:none;
}

div.actress_image img {
	margin: 1em auto;
    display: block;
}

.av-kirinuki-container { max-width: 900px; margin: 0 auto; font-family: 'Meiryo', sans-serif; line-height: 1.7; color: #333; }
.video-title { font-size: 2.4em; text-align: center; color: #e91e63; margin: 30px 0; text-shadow: 2px 2px 4px rgba(233,30,99,0.2); }
.package-section { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 15px 35px rgba(0,0,0,0.2); margin: 30px 0; }
.package-img { width: 100%; height: auto; display: block; transition: transform 0.4s; }
.package-img:hover { transform: scale(1.05); }
.time-badge { position: absolute; top: 15px; right: 15px; background: rgba(0,0,0,0.7); color: white; padding: 8px 15px; border-radius: 50px; font-weight: bold; font-size: 0.9em; backdrop-filter: blur(10px); }
.actress-section { text-align: center; padding: 40px 20px; background: linear-gradient(135deg, #ffeef8, #f8e8ff); border-radius: 25px; margin: 40px 0; }
.actress-catch { font-size: 1.4em; color: #e91e63; margin: 0; }
.actress-highlight { font-size: 2.8em; font-weight: bold; margin: 15px 0; color: #d81b60; }
.actress-name { color: #e91e63; text-decoration: none; font-weight: bold; }
.actress-name:hover { text-decoration: underline; }
.watch-btn { display: block; width: 90%; max-width: 500px; margin: 40px auto; padding: 20px; background: linear-gradient(45deg, #ff1744, #e91e63); color: white; text-align: center; font-size: 1.8em; font-weight: bold; border-radius: 60px; text-decoration: none; box-shadow: 0 10px 30px rgba(255,23,68,0.4); transition: all 0.3s; }
.watch-btn:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(255,23,68,0.6); }
.watch-btn.bottom { margin-top: 60px; }
.description-card { background: white; padding: 30px; border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.1); margin: 40px 0; border-left: 6px solid #e91e63; }
.description-card h4 { margin: 0 0 20px 0; color: #e91e63; font-size: 1.5em; }
.reviews-container { display: flex; flex-wrap: wrap; gap: 20px; margin: 40px 0; justify-content: center; }
.review-card { background: white; padding: 20px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); width: 300px; transition: transform 0.3s; }
.review-card:hover { transform: translateY(-8px); }
.review-stars { font-size: 1.4em; color: #ffd700; }
.empty { color: #eee; }
.score { font-weight: bold; color: #e91e63; margin-left: 8px; }
.review-text { margin: 15px 0 0 0; font-style: italic; color: #555; }
.no-review { text-align: center; color: #999; font-size: 1.2em; padding: 40px; background: #f9f9f9; border-radius: 15px; }
.section-title { font-size: 1.8em; text-align: center; color: #e91e63; margin: 50px 0 30px 0; padding: 15px; background: linear-gradient(90deg, transparent, #ffeef8, transparent); }
.actress-data { background: #fff8f8; padding: 30px; border-radius: 20px; margin: 40px 0; }
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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