@charset "UTF-8";
/*!
Theme Name: BL Portal Phase1
Description: 40代以上の女性向け、上品なWebマガジン風のBL特化ポータルテーマ
Author: AI Assistant
Version: 1.1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Grand+Hotel&display=swap");
:root {
  --color-primary: #ff2f6e;
  --color-secondary: #d1d5db;
  --color-info: #f3f4f6;
  --color-success: #10b981;
  --color-warning: #fbbf24;
  --color-danger: #f43f5e;
  --color-bg-base: #ffffff;
  --bg-primary: #ffffff;
  --bg-surface: #f8f8f8;
  --text-main: #292a32;
  --text-light: #74747b;
  --accent-color: #ff2f6e;
  --accent-hover: #e5285f;
  --border-color: #ebebeb;
  --font-title: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  --font-body: Noto Sans JP, -apple-system, BlinkMacSystemFont, Helvetica Neue, Arial, sans-serif;
  --shadow-soft: 0 8px 30px rgba(0, 0, 0, 0.04);
  --shadow-hover: 0 12px 40px rgba(0, 0, 0, 0.08);
  --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.logo-text,
.logo-gradient-text {
  font-family: "Grand Hotel", cursive;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.02em;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  color: #292a32;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  margin: 0;
  padding-bottom: 5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #ff2f6e;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
a:hover {
  color: #e5285f;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 600;
  color: #332f2b;
  line-height: 1.4;
}

pre,
code {
  font-family: "Consolas", "Monaco", "Andale Mono", "Ubuntu Mono", monospace !important;
}

pre {
  background: #f4f4f4 !important;
  padding: 15px !important;
  border-radius: 5px !important;
  overflow-x: auto !important;
  border: 1px solid #ddd !important;
  margin-bottom: 20px !important;
}

code {
  background: #f4f4f4 !important;
  padding: 2px 4px !important;
  border-radius: 3px !important;
  color: #d63384 !important;
}

.c-container {
  max-width: 840px;
  margin: 0 auto;
  padding: clamp(1.25rem, 4vw, 2.5rem) 1.25rem;
}

.p-front-container {
  max-width: 1200px;
  padding-top: 1.25rem;
}

.p-single-container {
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .c-container {
    padding: 0.9375rem 0.75rem !important;
  }
}
.l-header {
  background: #ffffff;
  border-bottom: 1px solid #ebebeb;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.l-header__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.site-branding {
  text-align: center;
}

.site-logo-svg {
  width: clamp(7.5rem, 15vw, 8.75rem);
  height: auto;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-title {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.site-title a {
  color: #292a32;
}
.site-title a:hover {
  color: #ff2f6e;
  opacity: 0.8;
}

.site-title__link {
  display: block;
  line-height: 1;
}

.site-description {
  margin: 0.3125rem 0 0;
  font-size: 0.75rem;
  color: #74747b;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.l-main-nav {
  display: none;
}

.btn-login,
.btn-register {
  font-size: 0.9rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-login {
  color: #74747b;
  display: flex;
  align-items: center;
  height: 4.5rem;
  position: relative;
}
.btn-login:hover {
  color: #292a32;
}
.btn-login::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #ff2f6e;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateX(-50%);
  opacity: 0;
}
.btn-login:hover::after {
  width: 80%;
  opacity: 1;
}

.btn-register {
  color: #fff;
  background: #292a32;
  border: 1px solid #292a32;
}
.btn-register:hover {
  color: #fff;
  background: #ff2f6e;
  border-color: #ff2f6e;
}

@media screen and (min-width: 1024px) {
  #js-header-sp {
    display: none !important;
  }
  .l-header__pc-top {
    border-bottom: 1px solid #ebebeb;
    background: #f3f4f6;
  }
  .l-header__pc-top .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.75rem;
  }
  .l-header__pc-bottom .l-header__inner {
    display: flex;
    align-items: center;
    height: 4.5rem;
  }
  .l-header__pc-bottom .site-branding {
    margin-right: 2rem;
  }
  .l-header__pc-bottom .l-main-nav {
    margin-right: auto;
  }
  .l-header-country {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .l-header-search .search-form {
    position: relative;
    display: flex;
    align-items: center;
  }
  .l-header-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .l-main-nav__list {
    gap: 1.5625rem;
  }
}
@media screen and (min-width: 1025px) {
  body {
    padding-bottom: 0;
  }
  .l-bottom-nav {
    display: none;
  }
  .l-header {
    padding: 0;
  }
  .l-header__inner {
    flex-direction: row;
    justify-content: space-between;
    height: 5rem;
  }
  .site-branding {
    text-align: left;
  }
  .l-main-nav {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  #js-header-pc {
    display: none !important;
  }
  .l-main-nav {
    display: none !important;
  }
  .l-header__sp {
    padding: 0.625rem 0;
  }
  .l-header__inner--sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.625rem;
  }
  .s-branding-sp .site-logo-svg {
    width: 6.875rem;
  }
  .l-header {
    position: relative;
  }
  .l-header-search .search-form,
  .l-header-actions {
    display: none;
  }
  .l-header__inner {
    padding: 0 1.25rem;
  }
  .l-header__left {
    gap: 0;
  }
  .l-header-sp-country {
    position: relative;
  }
  .l-header-sp-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .p-mobile-search-trigger {
    background: none;
    border: none;
    color: #292a32;
    padding: 4px;
    cursor: pointer;
    display: flex;
  }
  .p-mobile-hamburger {
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 1.5rem;
    height: 1.125rem;
  }
  .p-mobile-hamburger__line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #292a32;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
}
@media screen and (max-width: 1024px) {
  .l-header {
    position: relative;
  }
  .l-header-search .search-form,
  .l-header-actions {
    display: none;
  }
  .l-header__inner {
    padding: 0 1.25rem;
  }
  .l-header__left {
    gap: 0;
  }
  .site-logo-svg {
    width: 8.125rem;
  }
}
.l-footer {
  padding: clamp(2rem, 5vw, 2.5rem) 1.25rem;
  background: #1a1b1f;
  color: #848485;
  font-size: 0.8rem;
  text-align: left;
  margin-top: 1.25rem;
}

.l-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.site-footer-logo {
  margin-bottom: 1.5rem;
}

.site-footer-logo__catchphrase {
  font-size: 0.65rem;
  color: #848485;
  letter-spacing: 0.02em;
  margin-bottom: 0.25rem;
  display: block;
}

.site-footer-logo__link {
  color: #ffffff;
  text-decoration: none;
  font-family: "Grand Hotel", cursive;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.l-footer__links {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.l-footer__links a {
  color: #848485;
  text-decoration: none;
}
.l-footer__links a.is-highlight {
  font-weight: 700;
}

.copyright {
  margin: 0;
  font-size: 0.75rem;
  color: #74747b;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.05em;
}

.l-main-nav__list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: clamp(1.25rem, 3vw, 1.875rem);
}
.l-main-nav__list a {
  display: flex;
  align-items: center;
  padding: 0 0.625rem;
  height: 4.5rem;
  color: #292a32;
  text-decoration: none;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}
.l-main-nav__list a:hover {
  color: #ff2f6e;
}
.l-main-nav__list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #ff2f6e;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateX(-50%);
  opacity: 0;
}
.l-main-nav__list a:hover::after {
  width: 80%;
  opacity: 1;
}

.l-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  border-top: 1px solid rgba(232, 228, 219, 0.6);
  padding-bottom: env(safe-area-inset-bottom);
}

.l-bottom-nav__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 0.5rem 0;
  list-style: none;
}
.l-bottom-nav__list li {
  flex: 1;
}
.l-bottom-nav__list a {
  color: #74747b;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-bottom-nav__list a:hover, .l-bottom-nav__list a:active {
  color: #ff2f6e;
  transform: translateY(-2px);
}

.l-bottom-nav__icon {
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 3px;
  color: inherit;
}

.l-bottom-nav__text {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.p-mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
.p-mobile-drawer.is-active {
  visibility: visible;
  opacity: 1;
}
.p-mobile-drawer.is-active .p-mobile-drawer__content {
  right: 0;
}

.p-mobile-drawer__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.p-mobile-drawer__content {
  position: absolute;
  top: 0;
  right: -20rem;
  width: 17.5rem;
  height: 100%;
  background: #fff;
  box-shadow: -4px 0 16px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: right 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-mobile-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  border-bottom: 1px solid #ebebeb;
}

.p-mobile-drawer__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 600;
  color: #292a32;
  letter-spacing: 0.05em;
  font-size: 1rem;
}

.p-mobile-drawer__close {
  background: none;
  border: none;
  font-size: 1.75rem;
  color: #74747b;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.p-mobile-drawer__list {
  list-style: none;
  padding: 1.25rem 0;
  margin: 0;
  overflow-y: auto;
}
.p-mobile-drawer__list li a {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #292a32;
  font-size: 0.95rem;
  font-weight: 500;
  border-left: 3px solid transparent;
}
.p-mobile-drawer__list li a:hover {
  background: #f3f4f6;
  color: #ff2f6e;
  border-left-color: #ff2f6e;
}

.p-mobile-drawer__separator {
  height: 1px;
  background: #ebebeb;
  margin: 0.75rem 1.5rem;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  background-color: #f8f8f8;
  color: #292a32;
  border: 1px solid #ff2f6e;
  text-decoration: none;
  border-radius: 2.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-btn:hover {
  background-color: #ff2f6e;
  color: #fff;
  box-shadow: 0 6px 20px rgba(192, 168, 122, 0.4);
  transform: translateY(-2px);
}

.p-action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0.5rem;
  color: #292a32;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-action-btn:hover {
  border-color: #ff2f6e;
  background: #fffafa;
}
.p-action-btn svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0.25rem;
  stroke: currentColor;
}
.p-action-btn span {
  font-size: 0.7rem;
  font-weight: 600;
}

.p-trailer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.625rem;
  padding: 0.625rem 1.25rem;
  background: linear-gradient(135deg, #e5285f, #ff6b6b);
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s;
}
.p-trailer-btn:hover {
  opacity: 0.85;
}

.p-title-review-btn {
  margin: 0.9375rem auto 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.5625rem;
  background: linear-gradient(135deg, #e5285f, #ff6b6b);
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s;
}
.p-title-review-btn:hover {
  opacity: 0.85;
}
.p-title-review-btn svg {
  width: 1rem;
  height: 1rem;
}

.c-article-card {
  background: #f8f8f8;
  padding: clamp(1.25rem, 3vw, 1.875rem);
  border-radius: 0.75rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  margin-bottom: 1.875rem;
  border: 1px solid #ebebeb;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
  color: inherit;
  text-decoration: none;
}
.c-article-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  border-color: rgba(192, 168, 122, 0.2);
}
.c-article-card:hover .p-card__thumb {
  transform: scale(1.05);
}

.p-card {
  display: flex;
  flex-direction: column;
  width: calc(50% - 0.5rem);
  min-width: 0;
  flex-shrink: 0;
  scroll-snap-align: start;
  color: #292a32;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .p-card {
    width: calc(33.333% - 11px);
  }
}
@media screen and (min-width: 768px) {
  .p-card {
    width: calc(20% - 13px);
  }
}
.p-card:hover .p-card__thumb {
  transform: scale(1.05);
}

.p-card__thumb-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
  background: #f8f8f8;
  overflow: hidden;
  border: 1px solid #ebebeb;
  display: block;
}

.p-card__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-card__rank {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  z-index: 2;
}

.p-card__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 2px;
  margin: 0 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.p-card__sub {
  font-size: 0.8rem;
  color: #74747b;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-card__thumb-fallback {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  color: #bcbcbc;
}
.p-card__thumb-fallback .dashicons {
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.25rem;
  opacity: 0.8;
}
.p-card__thumb-fallback span.text {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-filter-form {
  position: sticky;
  top: 6.25rem;
  height: calc(100vh - 7.5rem);
  display: flex;
  flex-direction: column;
}

.p-filter-scroll-area {
  overflow-y: auto;
  flex-grow: 1;
  padding-right: 0.625rem;
  margin-bottom: 1.25rem;
}
.p-filter-scroll-area::-webkit-scrollbar {
  width: 6px;
}
.p-filter-scroll-area::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.p-filter-scroll-area::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.p-filter-header-mobile {
  display: none;
}

.p-filter-divider {
  border: 0;
  height: 1px;
  background: #ebebeb;
  margin: 1.25rem 0;
}

.p-filter-group {
  margin-bottom: 1.5rem;
}

.p-filter-group-title {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #292a32;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  border-left: 3px solid #ff2f6e;
  padding-left: 0.5rem;
  justify-content: space-between;
}

.group-reset-btn {
  background: none;
  border: none;
  color: #74747b;
  font-size: 0.75rem;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}
.group-reset-btn:hover {
  color: #292a32;
}

.p-filter-text-input {
  width: 100%;
  padding: 0.625rem 0.875rem;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  font-size: 0.85rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-filter-text-input:focus {
  outline: none;
  border-color: #ff2f6e;
  box-shadow: 0 0 0 1px #ff2f6e;
}

.p-filter-year-range {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-filter-select {
  padding: 0.5rem 0.5rem;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  font-size: 0.8rem;
  background-color: #fff;
  color: #292a32;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
  min-width: 0;
}
.p-filter-select:focus {
  outline: none;
  border-color: #ff2f6e;
}
.p-filter-select--year {
  flex: 1;
  min-width: 0 !important;
  width: 105px !important;
}

.p-filter-year-separator {
  color: #74747b;
  font-weight: bold;
  flex-shrink: 0;
}

.p-custom-checkbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 0.85rem;
  color: #292a32;
  font-weight: 500;
  user-select: none;
  transition: color 0.2s ease;
  flex-basis: calc(50% - 0.5rem);
  flex-grow: 1;
  min-width: max-content;
}
.p-custom-checkbox:hover {
  color: #292a32;
}
.p-custom-checkbox:hover input ~ .checkmark {
  background-color: #e2e8f0;
}
.p-custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.p-custom-checkbox input:checked ~ .checkmark {
  background-color: #ff2f6e;
  border-color: #ff2f6e;
}
.p-custom-checkbox input:checked ~ .checkmark:after {
  display: block;
  animation: check-appear 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.p-custom-checkbox input:checked ~ .label-text {
  font-weight: 700;
  color: #292a32;
}
.p-custom-checkbox .checkmark {
  position: relative;
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #f4f6f8;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  margin-right: 0.625rem;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.p-custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 0;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: content-box;
}

@keyframes check-appear {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }
}
.p-filter-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.p-filter-actions {
  display: flex;
  gap: 0.625rem;
  margin-top: auto;
  padding-top: 0.9375rem;
  border-top: 1px solid #ebebeb;
}

.p-filter-clear-btn {
  flex: 1;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  background: #f1f5f9;
  color: #74747b;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.p-filter-clear-btn:hover {
  background: #e2e8f0;
  color: #292a32;
}

.p-filter-submit-btn {
  flex: 2;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  background: #ff2f6e;
  color: #fff;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}
.p-filter-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  opacity: 0.9;
}

.p-filter-reset {
  display: none;
}

.p-filter-reset-top {
  font-size: 0.8rem;
  color: #74747b;
  text-decoration: underline;
  cursor: pointer;
  margin-left: auto;
  margin-right: 0.9375rem;
}
.p-filter-reset-top:hover {
  color: #292a32;
}

.p-filter-clear-link {
  font-size: 0.8rem;
  padding: 0.375rem 0.75rem;
  background: #f4f6f8;
  color: #74747b;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-filter-clear-link:hover {
  background: #ebedf0;
  color: #292a32;
}

.close-btn {
  display: block;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  color: #292a32;
  margin-left: 0.625rem;
  padding: 0.3125rem 0.625rem;
}

@media screen and (min-width: 1024px) {
  .c-amazon-search {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 1.25rem;
    background: #fff;
    width: 18.75rem;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
  }
  .c-amazon-search:focus-within {
    box-shadow: 0 0 0 1px #ff2f6e;
    border-color: #ff2f6e;
  }
  .c-amazon-search .search-icon-pc {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #74747b;
    pointer-events: none;
    z-index: 2;
  }
  .c-amazon-search .search-field {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0.5rem 0.5rem 0.5rem 2.25rem;
    font-size: 0.85rem;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    flex-grow: 1;
    width: 100%;
    min-width: 0;
  }
  .c-amazon-search .search-field:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
  }
  .c-search-select-wrapper {
    position: relative;
    background: #dadfe7;
    border-left: 1px solid #ebebeb;
    height: 2.25rem;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .c-search-select-wrapper:hover {
    background: #cbd6e7;
  }
  .c-search-select {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    padding: 0 1.5rem 0 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #292a32;
    cursor: pointer;
    height: 100%;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  }
  .c-search-select:focus {
    outline: none;
  }
  .c-select-arrow {
    position: absolute;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    color: #74747b;
    pointer-events: none;
  }
}
.p-mobile-search-trigger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #292a32;
  padding: 0.5rem;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .p-mobile-search-trigger {
    display: flex;
  }
}
.p-mobile-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-mobile-search-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

body.has-scroll-lock {
  overflow: hidden;
}

.p-mobile-search-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #292a32;
  cursor: pointer;
  line-height: 1;
}

.p-mobile-search-content {
  width: 90%;
  max-width: 25rem;
}
.p-mobile-search-content .search-field {
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.2rem;
  border: 2px solid #ebebeb;
  border-radius: 1.875rem;
  background: #fff;
  outline: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-mobile-search-content .search-field:focus {
  border-color: #ff2f6e;
  box-shadow: 0 0 0 4px rgba(255, 47, 110, 0.1);
}

.c-search-type-radio.p-search-type-sp {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.c-search-type-radio.p-search-type-sp label {
  cursor: pointer;
  padding: 0.625rem 1.25rem;
  border-radius: 2rem;
  background-color: #f3f4f6;
  color: #74747b;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-search-type-radio.p-search-type-sp input:checked + label {
  background-color: #ff2f6e;
  color: #fff;
  box-shadow: 0 4px 12px rgba(255, 47, 110, 0.2);
}

@media screen and (min-width: 1024px) {
  .c-country-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #74747b;
  }
  .c-country-switcher {
    display: flex;
    gap: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  .c-country-switcher__link {
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    color: #292a32;
    display: flex;
    align-items: center;
    height: 2.75rem;
    padding: 0 0.5rem;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .c-country-switcher__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #ff2f6e;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateX(-50%);
    opacity: 0;
  }
  .c-country-switcher__link:hover {
    color: #ff2f6e;
  }
  .c-country-switcher__link:hover::after {
    width: 80%;
    opacity: 1;
  }
  .c-country-switcher__item.is-active .c-country-switcher__link {
    color: #ff2f6e;
  }
  .c-country-switcher__item.is-active .c-country-switcher__link::after {
    width: 80%;
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .c-country-dropdown-btn {
    background: #f3f4f6;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    padding: 0.375rem 0.875rem;
    font-size: 0.8rem;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    color: #292a32;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    white-space: nowrap;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .c-country-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    list-style: none;
    padding: 0.625rem 0;
    margin: 0;
    width: 10rem;
    z-index: 1010;
  }
  .c-country-dropdown-menu.is-active {
    display: block;
    animation: fadeIn 0.2s ease;
  }
  .c-country-dropdown-menu li a {
    display: block;
    padding: 0.625rem 1.25rem;
    color: #292a32;
    font-size: 0.9rem;
    text-decoration: none;
    text-align: center;
    transition: background 0.2s;
  }
  .c-country-dropdown-menu li.is-active a {
    color: #ff2f6e;
    font-weight: 600;
    background: #fff5f8;
  }
}
.c-taxonomy-tags {
  margin-bottom: 1.875rem;
  text-align: center;
}
.c-taxonomy-tags span {
  display: inline-block;
  font-size: 0.75rem;
  background: #ffffff;
  border: 1px solid #ebebeb;
  color: #74747b;
  padding: 0.375rem 1.25rem;
  border-radius: 2.5rem;
  margin: 0 0.375rem 0.625rem 0;
  letter-spacing: 0.08em;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-taxonomy-tags span:hover {
  border-color: #ff2f6e;
  color: #e5285f;
}

.p-breadcrumb {
  width: 100%;
  max-width: 77.5rem;
  margin: 1.25rem auto;
  padding: 0 1.5rem;
  font-size: 0.8rem;
  color: #292a32;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.p-breadcrumb::-webkit-scrollbar {
  display: none;
}

.p-breadcrumb__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-breadcrumb__item {
  display: flex;
  align-items: center;
}
.p-breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0.625rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -1px;
}
.p-breadcrumb__item a {
  color: #ff2f6e;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}
.p-breadcrumb__item a:hover {
  text-decoration: underline;
  color: #e5285f;
}
.p-breadcrumb__item.is-current span {
  color: #292a32;
  font-weight: 600;
}

.custom-pagination {
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.custom-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 0.9375rem;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0.5rem;
  color: #292a32;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.custom-pagination .page-numbers:hover:not(.current) {
  background: #f8f8f8;
  border-color: #74747b;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.custom-pagination .page-numbers.current {
  background: #ff2f6e;
  border-color: #ff2f6e;
  color: #fff;
  cursor: default;
}
.custom-pagination .page-numbers.dots {
  border: none;
  background: transparent;
  padding: 0;
  min-width: 1.875rem;
}

.p-pagination-meta {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 0.95rem;
  color: #74747b;
}

@media screen and (max-width: 480px) {
  .custom-pagination {
    gap: 0.375rem;
  }
  .custom-pagination .page-numbers {
    min-width: 40px;
    height: 40px;
    padding: 0 0.75rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1023px) {
  .custom-pagination {
    margin-top: 1.5625rem !important;
  }
  .p-pagination-meta {
    margin-top: 1.5625rem !important;
    text-align: center;
    font-size: 0.9rem;
    color: #74747b;
  }
}
.p-trailer-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 100000;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  box-sizing: border-box;
}

.p-trailer-modal-inner {
  position: relative;
  width: 100%;
  max-width: 50rem;
}

.p-trailer-modal-close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  transition: transform 0.2s ease;
}
.p-trailer-modal-close:hover {
  transform: scale(1.3);
}

.p-trailer-modal-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.p-trailer-modal-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 0.5rem;
  margin-bottom: 1.875rem;
  background: #000;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-carousel {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.p-carousel::-webkit-scrollbar {
  display: none;
}
.p-carousel {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-section {
  position: relative;
  margin-bottom: clamp(1.875rem, 5vw, 2.5rem);
}
.p-section:hover .p-carousel-btn {
  opacity: 1;
  visibility: visible;
}

.p-section-title {
  font-size: clamp(1.2rem, 4vw, 1.35rem);
  font-weight: 700;
  margin-bottom: 1rem;
  color: #292a32;
}

.p-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ebebeb;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  font-size: 1.125rem;
  color: #292a32;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-carousel-btn:hover {
  background: #f8f8f8;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  color: #ff2f6e;
}
.p-carousel-btn--prev {
  left: -1.25rem;
}
.p-carousel-btn--next {
  right: -1.25rem;
}

@media screen and (max-width: 767px) {
  .p-carousel-btn {
    display: none;
  }
}
.p-front-empty {
  color: #d1d5db;
  font-size: 0.9rem;
}

.p-archive-main {
  padding: 0 1.25rem;
}

.p-archive-layout {
  display: grid;
  grid-template-columns: 17.5rem 1fr;
  gap: clamp(1.875rem, 4vw, 2.5rem);
  align-items: start;
}

.p-filter-main-title-pc {
  display: block;
}

.p-archive-results-header {
  margin-bottom: 2rem;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-archive-results-title {
  margin-bottom: 0 !important;
}

.p-archive-results-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.p-archive-results-count {
  font-size: 0.9rem;
  color: #74747b;
  margin-bottom: 0 !important;
}

.p-archive-results-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.p-pc-sort-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-pc-sort-label {
  font-size: 0.85rem;
  color: #74747b;
  white-space: nowrap;
}

.p-pc-sort-select {
  width: auto !important;
  min-width: 11.25rem;
  padding: 0.4rem 0.625rem !important;
}

.p-archive-results .grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
  gap: 1.5625rem 1.25rem;
}
.p-archive-results .p-card {
  width: 100%;
  min-width: unset;
}
.p-archive-results .p-card__thumb-wrapper {
  aspect-ratio: 2/3;
  width: 100%;
  overflow: hidden;
  border-radius: 0.375rem;
  background: #f5f5f5;
  position: relative;
}
.p-archive-results .p-card__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-empty-state {
  text-align: center;
  padding: 5rem 1.25rem;
  background: #fff;
  border-radius: 0.5rem;
  color: #74747b;
}
.p-empty-state svg {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.25rem;
  color: #d1d5db;
}

.p-mobile-sticky-bar {
  display: none;
}

.p-filter-overlay-bg {
  display: none;
}

@media screen and (max-width: 1023px) {
  .p-filter-main-title-pc {
    display: none !important;
  }
  .p-pc-sort-wrapper {
    display: none !important;
  }
  body:has(.p-filter-form) {
    padding-bottom: 8.125rem;
  }
  .p-archive-main {
    padding: 2.5rem 1.25rem;
  }
  .p-archive-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .p-mobile-sticky-bar {
    display: flex;
    position: fixed;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 1.875rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 100;
    overflow: hidden;
    width: 90%;
    max-width: 25rem;
  }
  .m-action-btn,
  .m-action-select-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 0.9375rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #292a32;
    background: transparent;
    border: none;
    position: relative;
    cursor: pointer;
  }
  .m-action-btn:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #ebebeb;
  }
  .p-mobile-filter-dot {
    position: absolute;
    top: -0.125rem;
    right: -0.25rem;
    width: 0.625rem;
    height: 0.625rem;
    background: #ff2f6e;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .m-action-btn svg,
  .m-action-select-wrapper svg.icon {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
  }
  .p-mobile-sort-label {
    font-size: 0.85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 5rem;
  }
  .m-action-select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }
  .p-archive-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100dvh;
    transform: translateY(100%);
    z-index: 10000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border-radius: 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: hidden;
    overflow-x: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .p-archive-sidebar.is-open {
    transform: translateY(0);
  }
  .p-filter-form {
    box-shadow: none;
    height: 100%;
    width: 100%;
    border-radius: 0;
    padding: 0;
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
  }
  .p-filter-header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(0.9375rem + env(safe-area-inset-top, 0px)) 1.25rem 0.9375rem;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
    flex-shrink: 0;
  }
  .p-filter-header-mobile h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
  }
  .p-filter-scroll-area {
    padding: 1.25rem;
    margin-bottom: 0;
    overflow-y: auto;
    flex: 1;
  }
  .p-filter-actions {
    padding: 0.9375rem 1.25rem 1.875rem;
    border-top: 1px solid #ebebeb;
    background: #fff;
    flex-shrink: 0;
    width: 100%;
    z-index: 10001;
    position: sticky;
    bottom: 0;
  }
  .p-filter-sort-group {
    display: none;
  }
  .p-filter-overlay-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9990;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  .p-filter-overlay-bg.is-active {
    opacity: 1;
    visibility: visible;
  }
}
.p-title-header {
  display: flex;
  gap: clamp(1.25rem, 4vw, 1.875rem);
  margin-bottom: clamp(1.875rem, 5vw, 2.5rem);
}

.p-title-poster {
  flex: 0 0 clamp(10rem, 25vw, 15rem);
}
.p-title-poster img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  display: block;
}

.p-title-poster-fallback {
  border-radius: 8px;
  aspect-ratio: 3/4;
  position: relative;
}

.p-title-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.p-single-title {
  font-size: clamp(1.5rem, 4.5vw, 1.8rem);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.3125rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9375rem;
  flex-wrap: wrap;
}

.p-single-score {
  font-size: 1.1rem;
  color: #ff2f6e;
  background: #fff1f5;
  padding: 0.25rem 0.75rem;
  border-radius: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  font-weight: 700;
}

.p-single-score__icon {
  font-size: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  color: #ff2f6e;
}

.p-single-score__max {
  font-size: 0.8rem;
  opacity: 0.7;
  font-weight: 400;
}

.p-single-native {
  font-size: 0.95rem;
  color: #74747b;
  margin-bottom: 0.9375rem;
}

.p-single-meta-line {
  font-size: 0.85rem;
  color: #74747b;
  margin-bottom: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.p-single-meta-line span:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
  color: #ebebeb;
}
.p-single-meta-line a {
  color: inherit;
  text-decoration: none;
}

.p-actions-row {
  display: flex;
  gap: 0.9375rem;
  margin-top: auto;
  margin-bottom: 1.25rem;
  align-items: center;
}

.p-score-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  background: #f8f8f8;
  border-radius: 0.5rem;
  min-width: 5rem;
}
.p-score-box .label {
  font-size: 0.75rem;
  color: #74747b;
  font-weight: bold;
}
.p-score-box .score {
  font-size: 1.5rem;
  font-weight: 700;
  color: #292a32;
}

.p-rating-item {
  margin-bottom: 0.75rem;
}

.p-rating-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
  color: #74747b;
}

.p-rating-bar {
  height: 0.5rem;
  background: #eee;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}

.p-rating-fill {
  height: 100%;
  background: #ff2f6e;
  border-radius: 0.25rem;
}

.p-tabs {
  display: none;
}
.p-tabs::-webkit-scrollbar {
  display: none;
}

.p-tab-btn {
  background: none;
  border: none;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #74747b;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.p-tab-btn::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: background 0.2s;
}
.p-tab-btn.is-active {
  color: #292a32;
}
.p-tab-btn.is-active::after {
  background: #ff2f6e;
}

.p-tab-content {
  display: block;
}

.p-title-section {
  margin-bottom: clamp(1.875rem, 5vw, 2.5rem);
}
.p-title-section h2 {
  font-size: 1.25rem;
  border-left: 4px solid #ff2f6e;
  padding-left: 0.625rem;
  margin-bottom: 0.9375rem;
  font-weight: 700;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.p-platform-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  text-decoration: none;
  color: #292a32;
  font-size: 0.85rem;
  font-weight: 500;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
  padding: 0.375rem 0.75rem;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  cursor: pointer;
}
.p-platform-badge:hover {
  background: #fff;
  border-color: #ff2f6e;
  color: #ff2f6e;
}

.p-title-platforms {
  margin-bottom: 1.25rem;
}

.p-title-platforms__label {
  font-weight: 700;
  font-size: 0.9rem;
  color: #74747b;
  display: block;
  margin-bottom: 0.625rem;
}

.p-platform-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
}

.p-title-cast {
  margin-bottom: 1.25rem;
  border-top: 1px solid #ebebeb;
  padding-top: 0.9375rem;
}

.p-title-cast__label {
  font-weight: 700;
  font-size: 0.9rem;
  color: #74747b;
  display: inline-block;
  margin-right: 0.9375rem;
}

.p-title-cast__list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
}

.p-title-cast__link {
  color: #292a32;
  font-size: 0.95rem;
  text-decoration: none;
}

.p-cast-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-cast-list li {
  margin-bottom: 0.9375rem;
}
.p-cast-list a {
  color: #292a32;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(192, 168, 122, 0.4);
  font-size: 1.05rem;
}
.p-cast-list a:hover {
  color: #e5285f;
  border-bottom-color: #e5285f;
}

.p-title-synopsis {
  margin-bottom: 1.25rem;
  border-top: 1px solid #ebebeb;
  padding-top: 0.9375rem;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.9375rem;
}

.p-title-synopsis__label {
  font-weight: 700;
  font-size: 0.9rem;
  color: #74747b;
  display: block;
  margin-bottom: 0.625rem;
}

.p-title-synopsis__text {
  line-height: 1.6;
  font-size: 0.9rem;
  color: #292a32;
}

.p-title-series {
  margin-bottom: 1.25rem;
}

.p-title-series__label {
  font-weight: 700;
  font-size: 0.9rem;
  color: #74747b;
  display: block;
  margin-bottom: 0.75rem;
}

.p-title-series__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(8.75rem, 1fr));
  gap: 0.75rem;
}

.p-title-series__link {
  display: block;
  text-decoration: none;
  color: #292a32;
  transition: opacity 0.2s;
}
.p-title-series__link:hover {
  opacity: 0.8;
}

.p-title-series__thumb-wrapper {
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 0.375rem;
  background: #f0f0f0;
  margin-bottom: 0.375rem;
  border: 1px solid #ebebeb;
}

.p-title-series__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-title-series__fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bcbcbc;
}

.p-title-series__fallback-icon {
  font-size: 1.5rem;
}

.p-title-series__title {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.p-title-series__year {
  font-size: 0.75rem;
  color: #74747b;
}

.p-related-titles .article-card {
  border: 1px solid #ebebeb;
  padding: 0.9375rem;
  margin-bottom: 0.9375rem;
  border-radius: 0.5rem;
  background: #f8f8f8;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-related-titles .article-card:hover {
  border-color: rgba(192, 168, 122, 0.5);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}
.p-related-titles a {
  color: #292a32;
  text-decoration: none;
  font-weight: 700;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.15rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-related-titles a:hover {
  color: #e5285f;
}

.p-title-review-empty {
  padding: 1.875rem;
  text-align: center;
  background: #f9f9f9;
  border-radius: 0.5rem;
  color: #74747b;
}

@media screen and (max-width: 767px) {
  .p-title-header {
    flex-direction: column;
    gap: 0.9375rem;
    margin-bottom: 1.5625rem;
  }
  .p-title-poster {
    width: 70%;
    max-width: 25rem;
    margin: 0 auto 0.9375rem;
  }
  .p-tabs {
    display: none;
  }
  .p-tab-content {
    display: block !important;
    opacity: 1;
  }
  .p-single-title {
    font-size: 1.4rem;
  }
  .p-single-article {
    padding: 0 0.3125rem !important;
  }
  .p-title-section {
    margin-bottom: 1.5625rem !important;
  }
}
.c-magazine-title {
  font-size: clamp(1.5rem, 5vw, 1.8rem);
  text-align: center;
  margin-bottom: clamp(1.875rem, 5vw, 2.5rem);
  color: #292a32;
  position: relative;
  padding-bottom: 0.9375rem;
  font-weight: 400;
}
.c-magazine-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 1px;
  background-color: #ff2f6e;
}

.c-magazine-subtitle {
  text-align: center;
}

.p-single-article {
  margin-bottom: clamp(1.875rem, 5vw, 2.5rem);
}

.p-actor-meta {
  background: #faf8f5;
  padding: clamp(1.25rem, 3vw, 1.875rem);
  border-radius: 0.75rem;
  margin-top: 0.625rem;
  margin-bottom: clamp(1.875rem, 5vw, 2.5rem);
  border: 1px solid #ebebeb;
}
.p-actor-meta p {
  margin: 0 0 0.9375rem;
  font-size: 0.95rem;
}
.p-actor-meta p:last-child {
  margin: 0 0 0.625rem;
}
.p-actor-meta strong {
  color: #ff2f6e;
  font-weight: 500;
  margin-right: 0.625rem;
}

.p-sns-links {
  margin-top: 1.5625rem;
}
.p-sns-links a {
  display: inline-block;
  margin-right: 1.5625rem;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  color: #ff2f6e;
  font-weight: 700;
  text-decoration: none;
}
.p-sns-links a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #ff2f6e;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-sns-links a:hover::after {
  width: 100%;
}

.p-radar-chart {
  background: #ffffff;
  padding: clamp(1.25rem, 3vw, 1.875rem);
  border-radius: 0.75rem;
  margin-top: 0.625rem;
  margin-bottom: clamp(1.875rem, 5vw, 2.5rem);
  border: 1px solid #ebebeb;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-radar-chart li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ebebeb;
  padding: 0.9375rem 0;
  font-size: 0.95rem;
  color: #292a32;
}
.p-radar-chart li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-vod-links,
.p-official-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-static-page-wrapper {
  padding-bottom: 5rem;
}

.p-static-hero {
  padding: 2.5rem 1.25rem 1.25rem;
  text-align: center;
  margin-bottom: clamp(1.875rem, 5vw, 2.5rem);
}

.p-static-hero__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #292a32;
  margin: 0;
  letter-spacing: 0.05em;
}

.p-static-content-area {
  max-width: 50rem;
  margin: 0 auto;
  padding: 0 1.25rem 3.75rem;
}

.p-static-page__content {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 2;
  color: #292a32;
  letter-spacing: 0.05em;
}
.p-static-page__content p {
  margin-bottom: 2em;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-static-page__content p.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-static-page__content h2 {
  font-size: 1.5rem;
  margin: 3.5em 0 1.2em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 700;
  width: fit-content;
  color: transparent;
  background: linear-gradient(to right, #222222 50%, #dddddd 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  transition: background-position 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  border: none;
  padding: 0;
  box-shadow: none;
}
.p-static-page__content h2.is-visible {
  background-position: 0 0;
}
.p-static-page__content h3 {
  font-size: 1.25rem;
  margin: 2.5em 0 1em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 600;
  color: #332f2b;
}
.p-static-page__content ul,
.p-static-page__content ol {
  margin-bottom: 2em;
  padding-left: 1.5em;
}
.p-static-page__content li {
  margin-bottom: 0.5em;
}

.synopsis-excerpt {
  font-size: 0.9rem;
  margin-top: 0.3125rem;
}

.p-search-main {
  max-width: 68.75rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
}

.p-search-header {
  margin-bottom: 2.5rem;
}

.p-search-title {
  margin-bottom: 0.625rem;
}

.p-search-count {
  color: #74747b;
  font-size: 0.9rem;
}

.p-search-empty {
  text-align: center;
  padding: 3.75rem 0;
}

.p-search-empty-msg {
  font-size: 1.2rem;
  color: #74747b;
  margin-bottom: 1.25rem;
}

.u-hidden {
  display: none !important;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.logo-accent,
.logo-base {
  fill: transparent;
  stroke: var(--text-main, #222);
  stroke-width: 1px;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
}

.logo-accent {
  animation: drawOutline 1.5s ease-in-out forwards, fillSolid 0.5s 1.5s ease-in forwards;
}

.logo-base {
  animation: drawOutline 1.5s 1.5s ease-in-out forwards, fillSolid 0.5s 3s ease-in forwards;
}

.logo-gradient-text {
  fill: url(#blGradient);
  opacity: 0;
  animation: fadeIn 1s 3.5s ease-in-out forwards;
}

@keyframes drawOutline {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillSolid {
  to {
    fill: #292a32;
    stroke-width: 0;
  }
}
