@charset "UTF-8";
     @media screen and (max-width: 1023px){ } @media screen and (max-width: 834px){ } @media screen and (max-width: 480px){ } #age-verification-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
overflow-y: auto;
padding: 20px;
box-sizing: border-box;
}
.age-verification-container {
position: relative;
max-width: 900px;
width: 100%;
line-height: 0;
}
.age-verification-full-image {
width: 100%;
height: auto;
display: block;
border-radius: 20px;
box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}
.age-verify-hotspot {
position: absolute;
top: 64%;
height: 12.3%;
border: none;
background: transparent;
cursor: pointer;
padding: 0;
}
.hotspot-yes {
left: 54.3%;
width: 17.9%;
}
.hotspot-no {
left: 73.0%;
width: 18.7%;
}  .adult-content-notice {
background: #fff0f5;
border: 1px solid #e91e8c;
border-radius: 8px;
padding: 12px 16px;
margin-bottom: 20px;
font-size: 14px;
color: #c2185b;
text-align: center;
}
.adult-content-notice p {
margin: 0;
}
.footer-adult-notice {
background: #333;
text-align: center;
padding: 12px 10px;
}
.footer-adult-notice p {
color: #fff;
font-size: 12px;
margin: 0;
line-height: 1.6;
}  .actress-accordion-toggle {
width: 100%;
text-align: left;
background: #fdf0f5;
border: 1px solid #e91e8c;
color: #c2185b;
padding: 10px 14px;
font-size: 15px;
font-weight: bold;
border-radius: 6px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
}
.actress-accordion-toggle:hover {
background: #fce4ec;
}
.actress-accordion-list {
display: none;
list-style: none;
margin: 8px 0 0;
padding: 0;
border-left: 2px solid #f8bbd0;
}
.actress-accordion-list li {
margin: 0;
padding: 0;
}
.actress-accordion-list li a {
display: block;
padding: 8px 14px;
color: #333;
text-decoration: none;
border-bottom: 1px solid #f5f5f5;
font-size: 14px;
}
.actress-accordion-list li a:hover {
background: #fdf0f5;
color: #e91e8c;
}  .bakunyu-rating-display {
background: #fff0f5;
border: 1px solid #f8bbd0;
border-radius: 10px;
padding: 16px 20px;
margin: 20px 0;
}
.bakunyu-rating-row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 6px 0;
border-bottom: 1px dashed #f5c6d9;
}
.bakunyu-rating-row:last-child {
border-bottom: none;
}
.bakunyu-rating-label {
font-weight: bold;
color: #c2185b;
font-size: 15px;
}
.bakunyu-rating-stars {
font-size: 20px;
color: #e91e8c;
letter-spacing: 2px;
}  .bakunyu-buy-box {
text-align: center;
margin: 24px 0;
padding: 24px;
background: #fff0f5;
border: 1px solid #f8bbd0;
border-radius: 12px;
}
.bakunyu-buy-image {
margin: 0 0 16px 0;
}
.bakunyu-buy-image img {
max-width: 280px;
width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.bakunyu-buy-title {
font-weight: bold;
font-size: 15px;
color: #333;
margin: 0 0 16px 0;
}
.bakunyu-buy-button {
display: inline-block;
background: #e91e8c;
color: #fff !important;
font-weight: bold;
padding: 14px 48px;
border-radius: 30px;
text-decoration: none;
font-size: 16px;
box-shadow: 0 4px 10px rgba(233,30,140,0.3);
}  .author-accordion-toggle {
width: 100%;
text-align: left;
background: #fdf0f5;
border: 1px solid #e91e8c;
color: #c2185b;
padding: 10px 14px;
font-size: 15px;
font-weight: bold;
border-radius: 6px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
}
.author-accordion-toggle:hover {
background: #fce4ec;
}
.author-accordion-list {
display: none;
list-style: none;
margin: 8px 0 0;
padding: 0;
border-left: 2px solid #f8bbd0;
}
.author-accordion-list li {
margin: 0;
padding: 0;
}
.author-accordion-list li a {
display: block;
padding: 8px 14px;
color: #333;
text-decoration: none;
border-bottom: 1px solid #f5f5f5;
font-size: 14px;
}
.author-accordion-list li a:hover {
background: #fdf0f5;
color: #e91e8c;
}  .bakunyu-main-category-list {
list-style: none;
margin: 0;
padding: 0;
}
.bakunyu-main-category-list li {
border-bottom: 1px solid #eee;
}
.bakunyu-main-category-list li a {
display: block;
padding: 10px 4px;
color: #333;
text-decoration: none;
font-size: 14px;
}
.bakunyu-main-category-list li a:hover {
color: #e91e8c;
}
.bakunyu-main-category-list li a::before {
content: "▶";
color: #e91e8c;
font-size: 10px;
margin-right: 8px;
}  .bakunyu-actress-other-works {
background: #fff0f5;
border: 1px solid #f8bbd0;
border-radius: 10px;
padding: 20px;
margin: 24px 0;
}
.bakunyu-actress-other-works-title {
color: #c2185b;
font-size: 16px;
margin: 0 0 12px 0;
border-bottom: 1px solid #f5c6d9;
padding-bottom: 8px;
}
.bakunyu-actress-other-works-list {
list-style: none;
margin: 0;
padding: 0;
}
.bakunyu-actress-other-works-list li {
padding: 8px 0;
border-bottom: 1px dashed #f5d9e5;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.bakunyu-actress-other-works-list li:last-child {
border-bottom: none;
}
.bakunyu-actress-other-works-list li a {
color: #333;
text-decoration: none;
font-size: 14px;
}
.bakunyu-actress-other-works-list li a:hover {
color: #e91e8c;
}
.bakunyu-actress-other-works-star {
color: #e91e8c;
font-size: 13px;
white-space: nowrap;
}