:root {
  --sub-white: #f7f5f2;
  --sub-black: #080808;
  --sub-red: #5d0306;
  --sub-dark-red: #310003;
  --sub-gold: #c49c4d;
  --sub-font-en: barlow-condensed, "Arial Narrow", sans-serif;
  --sub-font-ja: "Noto Sans JP", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--sub-black);
}

body.sub-page {
  display: flex;
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  flex-direction: column;
  color: var(--sub-white);
  font-family: var(--sub-font-ja);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  background:
    linear-gradient(rgba(79, 0, 3, 0.08), rgba(79, 0, 3, 0.08)),
    url("/image/tmariko_template/ppptokyo-live/background.png") center top / cover fixed,
    var(--sub-red);
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.sub-page img {
  display: block;
  max-width: 100%;
}

.sub-page a {
  color: inherit;
  text-decoration: none;
}

.sub-page button,
.sub-page input {
  font: inherit;
}

.sub-page button {
  color: inherit;
}

.sub-page h1,
.sub-page p,
.sub-page ul {
  margin-top: 0;
}

.sub-page h1,
.sub-page p,
.sub-page ul {
  margin-bottom: 0;
}

.sub-page ul {
  padding: 0;
  list-style: none;
}

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

/* Lower-page header */
.sub-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px 40px 12px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0) 100%);
}

.sub-header-inner {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  gap: 31px;
  align-items: start;
  width: 100%;
  max-width: none;
  margin-inline: auto;
}

.sub-header-logo {
  width: 66px;
  height: 68px;
}

.sub-header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sub-header-navigation {
  min-width: 0;
  padding-top: 7px;
}

.sub-mobile-menu-account {
  display: none;
}

.sub-nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.7vw, 25px);
  line-height: 1;
}

.sub-nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--sub-font-ja);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.sub-nav-links a:hover {
  color: var(--sub-gold);
}

.sub-nav-links img {
  width: 11px;
}

.sub-header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 13px;
}

.sub-service-button {
  display: inline-flex;
  min-width: 124px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 5px 15px;
  border: 1px solid transparent;
  font-family: var(--sub-font-en);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.sub-service-button img {
  width: 22px;
  max-height: 17px;
  object-fit: contain;
  transition:
    filter 0.2s ease,
    transform 0.45s ease;
}

.sub-service-button--plus {
  min-width: 165px;
  border-color: var(--sub-white);
  color: var(--sub-white);
  background: rgba(18, 18, 18, 0.3);
}

.sub-service-button--community {
  min-width: 135px;
  border-color: var(--sub-gold);
  color: var(--sub-gold) !important;
  background: rgba(18, 18, 18, 0.3);
}

.sub-service-button--community span {
  color: var(--sub-gold);
}

.sub-service-button--community img {
  width: 17px;
  filter: brightness(0) invert(1);
}

.sub-service-button--community:hover,
.sub-service-button--community:focus-visible {
  border-color: var(--sub-gold);
  color: var(--sub-gold) !important;
  background: rgba(18, 18, 18, 0.3);
}

.sub-service-button--community:hover span,
.sub-service-button--community:focus-visible span {
  color: var(--sub-gold);
}

.sub-service-button--community:hover img,
.sub-service-button--community:focus-visible img {
  filter: brightness(0) invert(1);
  transform: rotate(360deg);
}

.sub-service-button--plus img {
  width: 17px;
}

.sub-service-button--plus:hover img {
  transform: rotate(360deg);
}

.sub-page .sub-service-button--live {
  color: var(--sub-black);
  background: var(--sub-white);
}

.sub-page .sub-service-button--live:hover {
  border-color: var(--sub-white);
  color: var(--sub-white);
  background: var(--sub-black);
}

.sub-service-button--live:hover img {
  filter: invert(1);
}

.sub-service-button--store {
  color: var(--sub-white);
  background: #121212;
}

.sub-service-button--store img {
  filter: none;
}

.sub-service-button--store:hover {
  border-color: var(--sub-black);
  color: var(--sub-black);
  background: var(--sub-white);
}

.sub-service-button--store:hover img {
  filter: brightness(0);
}

.sub-header-account {
  padding-top: 4px;
}

.sub-account-links {
  display: flex;
  gap: 12px;
}

.sub-account-links a {
  padding: 0 5px 5px;
  color: var(--sub-white);
  font-family: var(--sub-font-en);
  font-size: 44px;
  font-weight: 700;
  line-height: 0.82;
  background: var(--sub-gold);
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.sub-account-links a:hover {
  color: var(--sub-gold);
  background: var(--sub-white);
}

.sub-social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 12px;
  padding-right: 2px;
}

.sub-social-links a {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  transition: opacity 0.2s ease;
}

.sub-social-links a:hover {
  opacity: 0.65;
}

.sub-social-links img {
  max-width: 21px;
  max-height: 21px;
}

.sub-header-utilities {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 11px;
}

.sub-header-utilities .sub-social-links {
  margin-top: 0;
}

.sub-language-switch {
  position: relative;
  color: var(--sub-white);
  font-family: var(--sub-font-en);
  font-size: 14px;
  font-weight: 700;
}

.sub-language-switch summary {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2px 0;
  color: inherit;
  cursor: pointer;
  list-style: none;
}

.sub-language-switch summary::-webkit-details-marker {
  display: none;
}

.sub-language-switch summary svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.sub-language-switch-menu {
  position: absolute;
  z-index: 10;
  top: calc(100% + 8px);
  right: 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 2px;
  padding: 5px;
  border: 1px solid rgba(186, 149, 80, 0.7);
  background: rgba(8, 8, 8, 0.96);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.sub-language-switch-menu a {
  display: grid;
  min-width: 34px;
  min-height: 32px;
  place-items: center;
  color: var(--sub-white);
  line-height: 1;
}

.sub-language-switch-menu a:hover,
.sub-language-switch-menu a[aria-current="true"] {
  color: var(--sub-black);
  background: var(--sub-gold);
}

.sub-menu-toggle {
  display: none;
}

.sub-menu-toggle b {
  display: none;
}

/* Lower-page main */
.sub-main {
  width: 100%;
  flex: 1 0 auto;
  padding: 151px 0 151px;
}

.sub-heading {
  position: relative;
  z-index: 2;
  width: max-content;
  margin-inline: auto;
  text-align: center;
}

.sub-page .sub-heading p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.sub-heading h1 {
  font-family: var(--sub-font-en);
  font-size: 60px;
  font-weight: 700;
  line-height: 0.9;
}

.sub-heading--single {
  padding-top: 28px;
}

.sub-heading--single h1 {
  font-family: var(--sub-font-ja);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

.sub-heading-ornament {
  position: relative;
  display: block;
  width: 100px;
  height: 20px;
  margin: 10px auto 0;
}

.sub-heading-ornament::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--sub-gold);
  content: "";
}

.sub-heading-ornament::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 20px;
  background: var(--sub-gold);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  content: "";
  transform: translate(-50%, -50%);
}

/* Lower-page panel */
.sub-panel {
  position: relative;
  width: 100%;
  margin: -58px 0 0;
  padding-inline: 20px;
  background: transparent;
}

.sub-panel::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20px;
  background: rgba(0, 0, 0, 0.35);
  content: "";
  pointer-events: none;
}

.sub-content-shell {
  width: 100%;
  margin-inline: auto;
}

.sub-panel > .sub-content-shell {
  position: relative;
  z-index: 1;
}

/* Registration form */
.register-panel {
  min-height: 1180px;
  padding-block: 110px 165px;
}

.register-form-shell {
  max-width: 850px;
}

.sub-page .register-lead {
  margin-bottom: 39px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.register-form {
  border-top: 1px solid rgba(151, 22, 28, 0.5);
}

.form-row {
  display: grid;
  min-height: 80px;
  align-items: center;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
  padding: 17px 20px;
  border-bottom: 1px solid rgba(151, 22, 28, 0.5);
}

.form-label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.form-label--multiline small {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.form-fields {
  min-width: 0;
}

.form-fields--split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-fields label {
  display: block;
  min-width: 0;
}

.sub-page .sub-input {
  display: block;
  width: 100%;
  height: 44px;
  padding: 8px 18px;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  color: #111;
  font-family: var(--sub-font-ja);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background: #f7f7f7;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.sub-page .sub-input::placeholder {
  color: #a3a3a3;
  font-weight: inherit;
  opacity: 1;
}

.sub-page .sub-input:focus {
  border-color: var(--sub-gold);
  box-shadow: 0 0 0 2px rgba(196, 156, 77, 0.22);
}

.form-fields .sub-input {
  font-weight: 500;
}

.sub-page .form-note {
  margin-top: 7px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}

.register-notice {
  margin-top: 19px;
  padding: 16px 18px;
  color: #f2ece9;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  background: rgba(127, 21, 25, 0.72);
}

.register-notice a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sub-page .sub-diamond-button {
  position: relative;
  display: grid;
  place-items: center;
  padding: 8px 50px;
  font-family: var(--sub-font-ja);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.sub-diamond-button i {
  position: absolute;
  top: 50%;
  right: 21px;
  width: 10px;
  height: 20px;
  background: currentColor;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transform: translateY(-50%);
  transform-origin: center;
}

.register-submit {
  width: 258px;
  min-height: 52px;
  margin: 55px auto 0;
  border: 0;
  background: var(--sub-gold);
}

.sub-page .register-submit,
.sub-page .login-submit {
  color: var(--sub-black);
}

/* Login */
.login-panel {
  padding-block: 124px 70px;
}

.login-shell {
  display: grid;
  max-width: 1076px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.login-column {
  min-width: 0;
}

.login-column--member {
  padding-top: 8px;
  padding-bottom: 30px;
  padding-right: 54px;
  border-right: 1px solid var(--sub-gold);
}

.login-column--guest {
  padding-top: 62px;
  padding-left: 54px;
}

.login-column-heading {
  text-align: center;
}

.login-column-heading h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.login-column-heading > span {
  display: block;
  width: 40px;
  height: 1px;
  margin: 7px auto 0;
  background: var(--sub-gold);
}

.login-form {
  margin-top: 21px;
}

.login-field {
  display: block;
}

.login-field + .login-field {
  margin-top: 26px;
}

.login-field > span {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.sub-page .login-forgot {
  display: block;
  width: max-content;
  margin: 14px 0 0 auto;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.login-remember {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  margin: 24px auto 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
}

.login-checkbox {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background: var(--sub-white);
}

.login-checkbox::after {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border-right: 2px solid var(--sub-black);
  border-bottom: 2px solid var(--sub-black);
  content: "";
  opacity: 0;
  transform: rotate(45deg);
}

.login-remember input:checked + .login-checkbox::after {
  opacity: 1;
}

.login-submit {
  width: 274px;
  min-height: 54px;
  margin: 36px auto 0;
  border: 1px solid var(--sub-gold);
  background: var(--sub-gold);
}

.sub-page .login-register-copy {
  margin-top: 51px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.sub-page .login-register-link {
  width: 315px;
  min-height: 63px;
  margin: 42px auto 0;
  border: 2px solid var(--sub-gold);
  color: var(--sub-gold);
  background: transparent;
}

/* Password reset */
.password-panel--form {
  min-height: 505px;
  padding-block: 115px 100px;
}

.password-panel--sent {
  min-height: 411px;
  padding-block: 166px 100px;
}

.password-panel--complete {
  min-height: 397px;
  padding-block: 115px 90px;
}

.password-content {
  max-width: 597px;
  text-align: center;
}

.password-panel--sent .password-content {
  max-width: 700px;
}

.sub-page .password-message {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}

.password-form {
  margin-top: 39px;
  text-align: left;
}

.password-error {
  margin: 0 0 18px;
  color: #f2c4c4;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.password-field {
  display: block;
}

.password-field > span {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.password-action {
  width: 274px;
  min-height: 54px;
  margin: 60px auto 0;
  border: 1px solid var(--sub-gold);
  background: var(--sub-gold);
}

.sub-page .password-action {
  color: var(--sub-black);
}

.password-panel--complete .password-action {
  margin-top: 58px;
}

.sub-page .password-action--outline {
  color: var(--sub-gold);
  background: transparent;
}

/* Members area */
.member-panel {
  min-height: 0;
  padding-block: 115px 110px;
}

.member-content {
  max-width: 850px;
  text-align: center;
}

.sub-page .member-message {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}

.member-action {
  width: 274px;
  min-height: 54px;
  margin: 45px auto 0;
  border: 1px solid var(--sub-gold);
  background: var(--sub-gold);
}

.sub-page .member-action {
  color: var(--sub-black);
}

.sub-page .member-action--outline {
  color: var(--sub-gold);
  background: transparent;
}

.member-divider {
  width: 100%;
  height: 1px;
  margin: 60px 0 52px;
  background: rgba(151, 22, 28, 0.5);
}

.member-login .member-action {
  margin-top: 47px;
}

/* Live list */
body.live-list-page {
  background:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)),
    url("/image/tmariko_template/ppptokyo-live/background-black-wall.png") center top / cover no-repeat fixed,
    #111;
}

.live-list-page .sub-main {
  padding-bottom: 181px;
}

.live-list-page .sub-footer {
  padding-block: 45px;
}

.live-list-heading {
  color: var(--sub-gold);
}

.sub-page .live-list-heading p {
  margin-bottom: 6px;
}

.live-list-panel {
  min-height: 752px;
  margin-top: -64px;
  padding-block: 100px 100px;
  background: transparent;
}

.live-list-panel::before {
  background: rgba(67, 67, 67, 0.35);
}

.live-list-content {
  max-width: 1065px;
  transform: none;
}

.live-event-list {
  display: grid;
  gap: 20px;
}

.live-event-card {
  display: flex;
  min-height: 115px;
  justify-content: center;
  padding: 18px 24px 17px;
  flex-direction: column;
  color: var(--sub-white);
  background: #111;
  transition:
    border-color 0.25s ease,
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  border: 1px solid transparent;
}

.live-event-card:hover {
  border-color: var(--sub-gold);
  transform: translateY(-3px);
}

.live-event-card h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.sub-page .live-event-card > p {
  margin-top: 2px;
  color: #a7a7a7;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.live-event-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
}

.live-event-meta strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.live-event-meta strong small {
  font-size: 12px;
}

.live-event-status {
  display: inline-grid;
  min-width: 63px;
  min-height: 22px;
  place-items: center;
  padding: 3px 10px;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.live-event-status--unavailable {
  color: var(--sub-white);
  background: #555;
}

.live-event-status--purchased {
  background: #e8be00;
}

.live-list-results {
  position: relative;
  min-height: 540px;
}

.live-list-empty {
  display: grid;
  min-height: 500px;
  place-content: center;
  justify-items: center;
  gap: 24px;
  padding: 50px 20px;
  color: var(--sub-white);
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.live-list-empty button {
  min-width: 220px;
  min-height: 48px;
  padding: 10px 22px;
  border: 1px solid var(--sub-gold);
  color: var(--sub-gold);
  font-family: var(--sub-font-ja);
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.live-list-empty button:hover {
  color: #111;
  background: var(--sub-gold);
}

.live-event-card--skeleton {
  pointer-events: none;
}

.live-event-skeleton-line {
  position: relative;
  display: block;
  overflow: hidden;
  height: 13px;
  border-radius: 2px;
  background: #2c2c2c;
}

.live-event-skeleton-line::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.08) 42%, transparent 66%);
  background-size: 220% 100%;
  content: "";
  animation: live-list-shimmer 1.25s linear infinite;
}

.live-event-skeleton-line--title {
  width: min(430px, 58%);
  height: 16px;
}

.live-event-skeleton-line--description {
  width: min(510px, 68%);
  margin-top: 8px;
}

.live-event-skeleton-line--meta {
  width: 160px;
  height: 18px;
  margin-top: 10px;
}

.live-list-state-enter-active,
.live-list-state-leave-active {
  transition:
    opacity 0.32s ease,
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.live-list-state-enter,
.live-list-state-leave-to {
  opacity: 0;
  transform: translateY(8px);
}

@keyframes live-list-shimmer {
  from { background-position: 180% 0; }
  to { background-position: -40% 0; }
}

@media (min-width: 961px) and (max-width: 1200px) {
  .live-list-panel {
    padding-inline: 40px;
  }

  .live-list-panel::before {
    right: 20px;
  }
}

/* My page */
.mypage-page .sub-main {
  padding: 151px 0 180px;
}

.mypage-page .sub-footer {
  padding-block: 46px;
}

.mypage-panel {
  position: relative;
  width: 100%;
  min-height: 1114px;
  margin: -59px 0 0;
  padding: 132px 20px 124px;
  background: transparent;
}

.mypage-panel::before,
.member-page-panel::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20px;
  background: rgba(0, 0, 0, 0.35);
  content: "";
  pointer-events: none;
}

.mypage-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1042px);
  margin-inline: auto;
  transform: translateX(-10px);
}

.mypage-plus {
  display: grid;
  min-height: 224px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  padding: 38px 108px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)),
    url("/image/tmariko_template/ppptokyo-live/background-black.png") center / cover,
    #111;
}

.mypage-plus-title {
  min-width: 0;
}

.sub-page .mypage-plus-title p {
  color: var(--sub-gold);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.mypage-plus-title h2 {
  margin: 2px 0 0;
  color: var(--sub-gold);
  font-family: var(--sub-font-en);
  font-size: 48px;
  font-weight: 700;
  line-height: 0.95;
}

.mypage-plus-join {
  min-width: 0;
  text-align: center;
}

.sub-page .mypage-plus-join > p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.sub-page .mypage-plus-button {
  width: 389px;
  min-height: 55px;
  margin: 20px auto 0;
  color: var(--sub-black);
  background: var(--sub-gold);
  transform: translateY(4px);
}

.mypage-page .mypage-plus-join {
  transform: translateX(10px);
}

.mypage-user {
  display: grid;
  justify-items: center;
  margin: 74px auto 0;
}

.mypage-page--subscribed .mypage-user {
  margin-top: -12px;
}

.mypage-user-icon {
  width: 146px;
  height: 146px;
  overflow: hidden;
  border: 2px solid #a80c20;
  background: #aaa;
}

.mypage-user-icon > img,
.mypage-user-icon-placeholder,
.mypage-user-icon-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
}

.mypage-user-icon > img {
  object-fit: cover;
}

.mypage-user-icon-placeholder {
  display: block;
  object-fit: cover;
}

.sub-page .mypage-user-name {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.mypage-profile {
  display: grid;
  width: 539px;
  gap: 15px;
  margin: 32px auto 0;
}

.mypage-page--subscribed .mypage-profile {
  margin-top: 32px;
}

.mypage-profile > div {
  display: grid;
  min-height: 66px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  background: #8b0005;
}

.mypage-profile dt,
.mypage-profile dd {
  display: grid;
  min-width: 0;
  min-height: 42px;
  place-items: center;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.mypage-profile dd {
  position: relative;
}

.mypage-profile dd::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 42px;
  background: var(--sub-gold);
  content: "";
  transform: translateY(-50%);
}

.mypage-menu {
  margin-top: 143px;
}

.mypage-page .mypage-menu {
  margin-top: 139px;
}

.mypage-menu-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 31px;
  align-items: center;
}

.mypage-menu-heading span {
  height: 1px;
  background: var(--sub-white);
}

.mypage-menu-heading h2 {
  margin: 0;
  font-family: var(--sub-font-en);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.mypage-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px 14px;
  margin-top: 26px;
}

.mypage-menu-grid a {
  position: relative;
  display: grid;
  min-height: 60px;
  place-items: center;
  padding: 12px 20px 12px 20px;
  color: var(--sub-black);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background: var(--sub-white);
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.mypage-menu-grid i,
.member-date-fields label::after,
.member-form-fields:has(> .member-select)::after {
  width: 14px;
  height: 14px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.mypage-menu-grid i {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.25s ease;
}

.member-date-fields label {
  position: relative;
}

.member-date-fields label::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 42px;
  border-color: #111;
  content: "";
  pointer-events: none;
  transform: translateY(-50%) rotate(135deg);
}

.member-form-fields:has(> .member-select) {
  position: relative;
}

.member-form-fields:has(> .member-select)::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 18px;
  border-color: #111;
  content: "";
  pointer-events: none;
  transform: translateY(-50%) rotate(135deg);
}

.mypage-menu-grid a:hover,
.mypage-menu-grid a:focus-visible {
  color: var(--sub-gold);
  background: #111;
}

.mypage-menu-grid a:hover i,
.mypage-menu-grid a:focus-visible i {
  transform: translate(5px, -50%) rotate(45deg);
}

.mypage-account-actions {
  display: flex;
  gap: 31px;
  margin-top: 13px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* My page lower screens */
.member-page .sub-main {
  padding: 151px 0 180px;
}

.member-page .sub-footer {
  padding-block: 46px;
}

.member-page {
  --sub-gold: #ba9550;
  --sub-white: #f5f5f5;
}

.member-page-panel {
  position: relative;
  width: 100%;
  min-height: var(--member-panel-height, 920px);
  margin: -59px 0 0;
  padding: 124px 20px 110px;
  background: transparent;
}

.member-page-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1042px);
  margin-inline: auto;
}

.member-page-content {
  width: min(100%, 850px);
  margin-inline: auto;
}

/* myinfo3 follows the taller form spacing in the XD layout. */
.myinfo3-page .member-page-panel {
  padding-top: 220px;
}

.myinfo3-page .member-form-row:nth-child(-n + 2) {
  min-height: 86px;
}

.myinfo3-page .member-form-row:nth-child(3) {
  padding-top: 19px;
}

.myinfo3-page .sub-input,
.myinfo3-page .member-select {
  height: 45px;
  background: #fdfdfd;
}

.myinfo3-page .member-address-fields {
  gap: 15px;
}

.myinfo3-page .member-action-stack {
  margin-top: 62px;
}

.member-page .mypage-menu {
  margin-top: 140px;
}

.myinfo3-page .mypage-menu {
  margin-top: 143px;
}

/* mailmagazine follows the XD spacing and control size. */
.mailmagazine-page .member-page-panel {
  padding-top: 128px;
}

.mailmagazine-page .mail-setting-copy {
  margin-bottom: 40px;
}

.mailmagazine-page .mail-setting-row {
  min-height: 86px;
  grid-template-columns: 171px minmax(0, 1fr);
}

.mailmagazine-page .member-check-label input {
  width: 23px;
  height: 23px;
  background-color: #fff;
}

.mailmagazine-page .member-check-label input:checked {
  background-color: #fff;
  background-image: url("/image/tmariko_template/ppptokyo-live/check.svg");
}

.mailmagazine-page .mail-archive-link {
  width: 408px;
}

.mailmagazine-page .mypage-menu {
  margin-top: 143px;
}

.member-action-stack {
  display: grid;
  width: 273px;
  gap: 14px;
  margin: 80px auto 0;
}

.sub-page .member-action-stack .member-action {
  width: 100%;
  min-height: 54px;
  margin: 0;
  border: 2px solid var(--sub-gold);
  color: var(--sub-gold);
  background: transparent;
}

.sub-page .member-action-stack .member-action--primary {
  border-color: var(--sub-gold);
  color: var(--sub-black);
  background: var(--sub-gold);
}

.sub-page .member-action--wide {
  width: 340px;
  margin-inline: auto;
}

.member-data-table,
.subscription-table,
.subscription-history-list {
  margin: 0;
  border-top: 1px solid rgba(151, 22, 28, 0.5);
}

.member-data-row {
  display: grid;
  min-height: 74px;
  grid-template-columns: 174px minmax(0, 1fr);
  align-items: center;
  border-bottom: 1px solid rgba(151, 22, 28, 0.5);
}

.member-data-row dt,
.member-data-row dd {
  margin: 0;
}

.member-data-row dt {
  padding-left: 30px;
  font-size: 15px;
  font-weight: 700;
}

.member-data-row dd {
  min-height: 32px;
  padding: 4px 30px;
  border-left: 1px solid var(--sub-gold);
  font-size: 15px;
  font-weight: 400;
}

.member-form {
  border-top: 1px solid rgba(151, 22, 28, 0.5);
}

.member-form-row {
  display: grid;
  min-height: 85px;
  grid-template-columns: 235px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  padding: 18px 30px;
  border-bottom: 1px solid rgba(151, 22, 28, 0.5);
}

.member-form-label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.member-form-label small {
  display: block;
  font-size: 12px;
}

.member-form-fields {
  min-width: 0;
}

/* myinfo3: XDでは国・郵便番号だけ短い入力幅（245px） */
.myinfo3-page .member-form-row:nth-child(-n + 2) .member-form-fields {
  width: 245px;
  max-width: 100%;
}

.member-form-fields--split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.member-static-value {
  font-size: 15px;
  font-weight: 400;
}

.member-icon-row {
  min-height: 166px;
}

.member-icon-editor {
  display: grid;
  min-width: 0;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
}

.member-icon-preview {
  position: relative;
  width: 112px;
  height: 112px;
  overflow: hidden;
  border: 1px solid rgba(198, 157, 80, 0.72);
  background: rgba(17, 17, 17, 0.72);
}

.member-icon-preview img,
.member-icon-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.member-icon-preview > [hidden] {
  display: none !important;
}

.member-icon-preview img {
  object-fit: cover;
}

.member-icon-placeholder {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.72);
}

.member-icon-placeholder svg {
  width: 50%;
  height: 50%;
  fill: currentColor;
}

.member-icon-body {
  display: grid;
  min-width: 0;
  gap: 10px;
}

.member-icon-controls {
  display: grid;
  grid-template-columns: 168px 116px;
  gap: 12px;
}

.member-icon-button {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid var(--sub-gold);
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.member-icon-button--select {
  color: #111;
  background: var(--sub-gold);
}

.member-icon-button--delete {
  color: var(--sub-gold);
  background: transparent;
}

.member-icon-button:hover {
  color: #fff;
  background: #97161c;
}

.member-icon-button[hidden] {
  display: none;
}

.member-icon-file-name,
.member-icon-note,
.member-icon-status {
  overflow-wrap: anywhere;
}

.member-icon-file-name {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 12px;
  margin: 0 !important;
  font-size: 13px;
}

.member-icon-file-name span {
  flex: 0 0 auto;
  color: var(--sub-gold);
  font-size: 11px;
  font-weight: 700;
}

.member-icon-file-name strong {
  overflow: hidden;
  min-width: 0;
  flex: 1;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-icon-note {
  max-width: 560px;
  margin: 0 !important;
  padding-top: 8px;
  border-top: 1px solid rgba(198, 157, 80, 0.28);
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  line-height: 1.65;
}

.member-icon-status {
  margin: 0 !important;
  color: var(--sub-gold);
  font-size: 11px;
  font-weight: 700;
}

.member-icon-status:empty {
  display: none;
}

.member-icon-status[data-state="error"] {
  color: #ffb0b4;
}

.member-icon-status[data-state="success"] {
  color: #fff;
}

body.is-member-icon-modal-open {
  overflow: hidden;
}

.member-icon-modal[hidden] {
  display: none !important;
}

.member-icon-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  overflow: auto;
  padding: 32px 18px;
  place-items: center;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.member-icon-modal.is-visible {
  opacity: 1;
}

.member-icon-modal-dialog {
  position: relative;
  width: min(100%, 520px);
  padding: 44px 44px 38px;
  border: 1px solid var(--sub-gold);
  color: #fff;
  background: #111;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.member-icon-modal.is-visible .member-icon-modal-dialog {
  opacity: 1;
  transform: scale(1);
}

.member-icon-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 30px;
  height: 30px;
  border: 0;
  cursor: pointer;
  background: transparent;
}

.member-icon-modal-close::before,
.member-icon-modal-close::after {
  position: absolute;
  top: 14px;
  left: 3px;
  width: 24px;
  height: 1px;
  content: "";
  background: var(--sub-gold);
}

.member-icon-modal-close::before {
  transform: rotate(45deg);
}

.member-icon-modal-close::after {
  transform: rotate(-45deg);
}

.member-icon-modal-kicker {
  color: var(--sub-gold);
  font-family: "trade-gothic-next-condensed", "Arial Narrow", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
}

.member-icon-modal h2 {
  margin: 8px 0 16px;
  font-size: 28px;
  text-align: center;
}

.member-icon-modal-dialog > p:not(.member-icon-modal-kicker) {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.member-icon-modal-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.member-icon-modal-button {
  position: relative;
  min-height: 52px;
  padding: 12px 34px 12px 18px;
  border: 1px solid var(--sub-gold);
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
}

.member-icon-modal-button--cancel {
  padding-right: 18px;
  color: #fff;
  background: transparent;
}

.member-icon-modal-button--delete {
  color: #111;
  background: var(--sub-gold);
}

.member-icon-modal-button--delete i {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 18px;
  background: #111;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transform: translateY(-50%);
}

.member-icon-modal-button.is-loading {
  cursor: wait;
  opacity: 0.65;
}

.member-radio-group,
.member-date-fields {
  display: flex;
  align-items: center;
  gap: 28px;
}

.member-radio-group label,
.member-check-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
}

.member-radio-group input,
.member-check-label input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--sub-gold);
}

.member-radio-group input {
  position: relative;
  border: 0;
  border-radius: 50%;
  background: #fff;
  appearance: none;
}

.member-radio-group input:checked::after {
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  content: "";
  background: var(--sub-gold);
}

.member-radio-group input:focus-visible {
  outline: 2px solid var(--sub-gold);
  outline-offset: 2px;
}

.member-check-label input,
.password-show-label input {
  border: 0;
  border-radius: 0;
  background: var(--sub-white);
  appearance: none;
}

.member-check-label input:checked,
.password-show-label input:checked {
  background: var(--sub-white) url("/image/tmariko_template/ppptokyo-live/check.svg") center / 10px 11px no-repeat;
}

.member-check-label input:focus-visible,
.password-show-label input:focus-visible {
  outline: 2px solid var(--sub-gold);
  outline-offset: 2px;
}

.member-select {
  width: 100%;
  height: 44px;
  padding: 7px 40px 7px 18px;
  border: 0;
  border-radius: 0;
  color: #111;
  font-family: var(--sub-font-ja);
  font-size: 14px;
  background: #f7f7f7;
  appearance: none;
}

.member-date-fields label {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(100px, 170px) auto;
  gap: 9px;
  align-items: center;
}

.member-date-fields label:not(:first-child) {
  grid-template-columns: minmax(85px, 120px) auto;
}

.member-address-fields {
  display: grid;
  gap: 14px;
}

.member-address-fields label {
  display: grid;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
}

.password-show-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  font-size: 12px;
  font-weight: 500;
}

.password-show-label input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--sub-gold);
}

.comment-history-list {
  display: grid;
  gap: 40px;
  margin-top: 100px;
}

.comment-history-results {
  position: relative;
  min-height: 280px;
  transition: min-height 0.45s ease;
}

.comment-history-results [hidden] {
  display: none !important;
}

.comment-history-results.is-ready {
  min-height: 0;
}

.comment-history-loader {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-items: center;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.comment-history-loader.is-active {
  opacity: 1;
  visibility: visible;
}

.comment-history-loader .site-loader-content {
  gap: 16px;
}

.comment-history-loader .site-loader-spinner {
  width: 52px;
  height: 52px;
}

.comment-history-state {
  display: grid;
  min-height: 220px;
  margin: 70px 0 0;
  place-items: center;
  color: var(--sub-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

.comment-history-state.is-visible {
  opacity: 1;
  visibility: visible;
}

.comment-history-state--error {
  color: var(--sub-gold);
}

.comment-history-list {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

.comment-history-list.is-visible {
  opacity: 1;
  visibility: visible;
}

.comment-history-card {
  position: relative;
  min-height: 158px;
  padding: 24px 40px;
  color: #111;
  background: var(--sub-white);
}

.comment-history-card::before {
  position: absolute;
  top: -21px;
  left: -21px;
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 2px solid var(--sub-gold);
  content: "";
  background: var(--sub-white);
  transform: rotate(45deg);
}

.comment-history-card::after {
  position: absolute;
  top: 0.5px;
  left: 0.5px;
  width: 20.63px;
  height: 12.109px;
  content: "";
  background: url("/image/tmariko_template/ppptokyo-live/reply.svg") center / contain no-repeat;
  transform: translate(-50%, -50%);
}

.comment-history-card[data-kind="comment"]::before {
  border-color: var(--sub-gold);
  background: var(--sub-gold);
}

.comment-history-card[data-kind="comment"]::after {
  width: 18.6px;
  height: 18.6px;
  background-image: url("/image/tmariko_template/ppptokyo-live/speakballoon.svg");
}

.comment-history-card h2 {
  margin: 0 0 5px;
  color: var(--sub-gold);
  font-size: 15px;
  font-weight: 700;
}

.comment-history-card h2 a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: opacity 0.2s ease;
}

.comment-history-card h2 a:hover {
  opacity: 0.68;
}

.comment-history-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

.comment-history-user {
  display: inline-flex;
  height: 24px;
  align-items: center;
  border: 1px solid var(--sub-gold);
  border-radius: 3px;
}

.comment-history-user i {
  display: grid;
  align-self: stretch;
  width: 26px;
  place-items: center;
  background: var(--sub-gold);
}

.comment-history-user i img {
  display: block;
  width: 14px;
  height: auto;
  filter: brightness(0) invert(96%);
}

.comment-history-user span {
  padding: 0 10px;
}

.sub-page .comment-history-card > p {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.sub-page .comment-more {
  display: block;
  width: 378px;
  min-height: 54px;
  margin: 59px auto 0;
  border: 2px solid var(--sub-gold);
  color: var(--sub-gold);
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  transform: translateX(-9px);
}

.sub-page .comment-more:disabled {
  cursor: wait;
  opacity: 0.58;
}

.comment-history-page .mypage-menu {
  margin-top: 142px;
}

.comment-history-page .member-action-stack {
  margin-top: 0;
}

.mail-setting-copy {
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}

.mail-setting-row {
  display: grid;
  min-height: 85px;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: center;
  padding: 18px 20px;
  border-top: 1px solid rgba(151, 22, 28, 0.5);
  border-bottom: 1px solid rgba(151, 22, 28, 0.5);
}

.mail-setting-row strong {
  font-size: 15px;
}

.mail-setting-status {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 18px;
  border: 1px solid rgba(196, 156, 77, 0.3);
  border-radius: 2px;
  background: rgba(196, 156, 77, 0.1);
  color: var(--sub-gold);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.mail-setting-status:empty {
  display: none;
}

.mail-setting-status:not(:empty) + .mail-setting-row {
  margin-top: 34px;
}

.mail-archive-link {
  position: relative;
  display: grid;
  width: 410px;
  min-height: 60px;
  place-items: center;
  margin: 60px auto 0;
  padding: 12px 55px 12px 30px;
  border: 2px solid var(--sub-white);
  font-size: 14px;
  font-weight: 700;
}

.mail-archive-link::after {
  position: absolute;
  right: 24px;
  width: 14px;
  height: 14px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.mail-archive-link:hover::after {
  transform: translateX(5px) rotate(45deg);
}

.mail-archive-page .member-page-content {
  width: 100%;
}

.mail-archive-page .member-page-shell {
  width: min(100%, 1074px);
  transform: none;
}

.mail-archive-page .member-action-stack {
  margin-top: 0;
}

.mail-archive-results {
  position: relative;
  min-height: 220px;
  margin-top: 63px;
}

.mail-archive-list {
  display: grid;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.35s ease;
}

.mail-archive-list.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mail-archive-state {
  margin: 55px 0 0;
  color: var(--sub-white);
  font-size: 14px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.35s ease;
}

.mail-archive-state.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mail-archive-state--error {
  color: var(--sub-gold);
}

.mail-archive-loader {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-items: center;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.mail-archive-loader.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mail-archive-loader .site-loader-content {
  gap: 16px;
}

.mail-archive-loader .site-loader-spinner {
  width: 52px;
  height: 52px;
}

.mail-archive-list a {
  display: grid;
  min-height: 74px;
  grid-template-columns: 125px minmax(0, 1fr);
  gap: 0;
  align-items: center;
  padding: 15px 29px;
  font-size: 15px;
  font-weight: 700;
  background: #850006;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.mail-archive-list a:hover {
  color: var(--sub-gold);
  background: #111;
}

.mail-archive-page .mypage-menu {
  width: min(100%, 1042px);
  margin: 142px auto 0;
}

.mail-archive-page .member-page-panel {
  min-height: 1706px;
  padding-bottom: 169px;
}

.mail-detail-page .member-page-shell {
  display: block;
  min-height: 0;
  width: min(100%, 1182px);
}

.mail-detail-page .sub-main {
  padding-bottom: 60px;
}

.mail-detail-page .member-page-content {
  width: min(100%, 1182px);
}

.mail-detail {
  margin-top: -14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.mail-detail header {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(151, 22, 28, 0.5);
}

.mail-detail time {
  display: block;
  margin-bottom: 3px;
}

.mail-detail h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

.mail-detail-body {
  padding-top: 25px;
  white-space: pre-line;
  overflow-wrap: anywhere;
}

.mail-detail-body a {
  color: #e1b400;
  text-decoration: underline;
}

.mail-detail-page .member-action-stack {
  width: 273px;
  margin: 55px 0 0;
}

.mail-detail-page .mypage-menu {
  width: min(100%, 1042px);
  margin-inline: auto;
  margin-top: 232px;
}

.mail-detail-page .member-page-panel {
  min-height: 0;
  padding-bottom: 120px;
}

.mail-detail-page .member-page-panel::before {
  bottom: var(--mail-detail-panel-before-bottom, 351px);
}

/* FAQ */
.faq-page .member-page-panel {
  min-height: 0;
  padding-bottom: 150px;
}

.faq-page .member-page-shell {
  width: min(100%, 1082px);
}

.faq-page .member-page-content {
  width: min(100%, 990px);
}

.faq-page .item-faq + .item-faq {
  margin-top: 74px;
}

.faq-page .in-title {
  margin: 0 0 26px;
  padding: 0 0 11px;
  border-bottom: 1px solid var(--sub-gold);
  color: var(--sub-white);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}

.faq-page .faq-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-page .faq-list > div {
  overflow: hidden;
  border: 2px solid var(--sub-gold);
  color: var(--sub-white);
  background: rgba(48, 0, 2, 0.22);
}

.faq-page .faq-list dt {
  position: relative;
  display: flex;
  min-height: 64px;
  align-items: center;
  padding: 16px 70px 16px 26px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.faq-page .faq-list dt p {
  margin: 0;
}

.faq-page .faq-list dt::before,
.faq-page .faq-list dt::after {
  position: absolute;
  top: 50%;
  right: 27px;
  width: 34px;
  height: 2px;
  background: var(--sub-gold);
  content: "";
  transform: translateY(-50%);
  transition: transform 0.42s cubic-bezier(0.65, 0, 0.35, 1);
}

.faq-page .faq-list dt::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-page .faq-list > div.is-open dt::before {
  transform: translateY(-50%) rotate(45deg);
}

.faq-page .faq-list > div.is-open dt::after {
  transform: translateY(-50%) rotate(135deg);
}

.faq-page .faq-list dd {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.52s cubic-bezier(0.65, 0, 0.35, 1),
    opacity 0.32s ease;
}

.faq-page .faq-list > div.is-open dd {
  opacity: 1;
}

.faq-page .faq-list dd > p {
  margin: 0;
  padding: 0 70px 25px 26px;
  overflow-wrap: anywhere;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
}

.faq-page .q-link {
  color: var(--sub-gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Inquiry / contact */
.inquiry-page .member-page-panel {
  min-height: 976px;
  padding-top: 124px;
  padding-bottom: 110px;
}

.inquiry-page .member-page-shell {
  width: min(100%, 1042px);
}

.inquiry-page .member-page-content {
  width: min(100%, 966px);
}

.inquiry-lead {
  margin: 0;
  padding-bottom: 45px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.inquiry-lead a {
  color: var(--sub-gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.inquiry-fields {
  display: grid;
  gap: 30px;
  margin-bottom: 30px;
}

.inquiry-field {
  display: block;
}

.inquiry-field > span {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.inquiry-field .sub-input {
  height: 45px;
  font-size: 15px;
  background: #fdfdfd;
}

.inquiry-field textarea.sub-input {
  height: 187px;
  min-height: 150px;
  resize: vertical;
  line-height: 1.7;
}

.inquiry-error {
  margin: 0 0 24px;
  padding: 13px 18px;
  color: #f2ece9;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  background: rgba(127, 21, 25, 0.72);
}

.inquiry-notice {
  margin: 0;
  padding: 15px 20px;
  color: #f2ece9;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  background: #5f1212;
}

.inquiry-submit {
  width: 273px;
  min-height: 54px;
  margin: 70px auto 0;
  border: 0;
  color: var(--sub-black);
  background: var(--sub-gold);
}

.subscription-table .member-data-row {
  grid-template-columns: 188px minmax(0, 1fr) 162px;
}

.subscription-table .member-data-row dd {
  border-left: 1px solid var(--sub-gold);
}

.subscription-conf-page .member-page-panel.is-free-member {
  min-height: 0;
}

.subscription-conf-page .member-page-panel.is-free-member [data-paid-only] {
  display: none;
}

.subscription-row-action {
  display: grid;
  width: 132px;
  min-height: 36px;
  place-items: center;
  border: 0;
  color: var(--sub-white);
  font-size: 14px;
  font-weight: 500;
  background: #666;
  cursor: pointer;
}

html.subscription-confirm-open,
body.subscription-confirm-open {
  overflow: hidden;
}

.subscription-confirm-modal {
  position: fixed;
  z-index: 12000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.76);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 260ms ease,
    visibility 260ms ease;
  backdrop-filter: blur(4px);
}

.subscription-confirm-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.subscription-confirm-dialog {
  position: relative;
  width: min(100%, 620px);
  padding: 45px 48px 40px;
  border: 1px solid rgba(196, 156, 77, 0.85);
  color: var(--sub-white);
  background:
    linear-gradient(rgba(17, 17, 17, 0.96), rgba(17, 17, 17, 0.96)),
    url("/image/tmariko_template/ppptokyo-live/background.png") center / cover;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition:
    opacity 260ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.subscription-confirm-modal.is-active .subscription-confirm-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.subscription-confirm-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.subscription-confirm-close::before,
.subscription-confirm-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 1px;
  background: var(--sub-gold);
  content: "";
}

.subscription-confirm-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.subscription-confirm-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.subscription-confirm-kicker {
  margin: 0 0 7px;
  color: var(--sub-gold);
  font-family: var(--sub-font-en);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
}

.subscription-confirm-dialog h2 {
  margin: 0;
  font-size: 23px;
  line-height: 1.5;
  text-align: center;
}

.subscription-confirm-message {
  margin: 27px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}

.subscription-confirm-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.subscription-confirm-button {
  position: relative;
  min-height: 52px;
  border: 1px solid var(--sub-gold);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.subscription-confirm-button--cancel {
  color: var(--sub-gold);
  background: transparent;
}

.sub-page .subscription-confirm-button--submit {
  padding-inline: 36px;
  color: var(--sub-black);
  background: var(--sub-gold);
  white-space: nowrap;
}

.subscription-confirm-button--submit i {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 9px;
  height: 18px;
  background: var(--sub-black);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transform: translateY(-50%);
}

.subscription-confirm-button:hover,
.subscription-confirm-button:focus-visible {
  outline: none;
}

.subscription-confirm-button--cancel:hover,
.subscription-confirm-button--cancel:focus-visible {
  color: var(--sub-black);
  background: var(--sub-gold);
}

.subscription-confirm-button--submit:hover i,
.subscription-confirm-button--submit:focus-visible i {
  animation: subscription-action-diamond-turn 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.subscription-history-page .member-action-stack,
.purchase-history-page .member-action-stack {
  margin-top: 0;
}

.subscription-history-results {
  position: relative;
  margin-top: 71px;
}

.subscription-history-results .subscription-history-list {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.35s ease;
}

.subscription-history-results .subscription-history-list.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.subscription-history-loader {
  position: relative;
  z-index: 2;
  display: grid;
  height: 0;
  place-items: center;
  overflow: hidden;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.subscription-history-loader.is-active {
  height: 132px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.subscription-history-loader .site-loader-content {
  gap: 16px;
}

.subscription-history-loader .site-loader-spinner {
  width: 52px;
  height: 52px;
}

.subscription-history-row {
  display: grid;
  min-height: 74px;
  grid-template-columns: 188px minmax(0, 1fr) 90px;
  align-items: center;
  padding: 10px 30px;
  border-bottom: 1px solid rgba(151, 22, 28, 0.5);
  font-size: 15px;
  font-weight: 400;
}

.subscription-history-row strong {
  font-weight: 700;
}

.subscription-history-row:not(:first-child) {
  min-height: 72px;
}

.subscription-history-row span:last-child {
  text-align: right;
}

.subscription-history-empty {
  margin: 0;
  padding: 30px;
  border-bottom: 1px solid rgba(151, 22, 28, 0.5);
  text-align: center;
}

.purchase-history-page .member-page-shell {
  width: min(100%, 1082px);
}

.purchase-history-page .member-page-content {
  width: 100%;
}

.purchase-history-page .member-page-panel {
  min-height: 0;
}

.purchase-history-results {
  position: relative;
  margin-top: 71px;
}

.purchase-history-results .purchase-history-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.35s ease;
}

.purchase-history-results .purchase-history-list.is-visible {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.purchase-history-loader {
  position: relative;
  z-index: 2;
  display: grid;
  height: 0;
  place-items: center;
  overflow: hidden;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.purchase-history-loader.is-active {
  height: 132px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.purchase-history-loader .site-loader-content {
  gap: 16px;
}

.purchase-history-loader .site-loader-spinner {
  width: 52px;
  height: 52px;
}

.purchase-history-list {
  display: grid;
  gap: 99px;
  margin-top: 71px;
}

.purchase-group-items {
  display: grid;
  gap: 31px;
}

.purchase-item {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 35px;
  align-items: center;
}

.purchase-item img {
  width: 130px;
  height: 151px;
  border: 4px solid var(--sub-gold);
  object-fit: cover;
}

.purchase-item-copy {
  min-width: 0;
  font-size: 15px;
  font-weight: 500;
}

.purchase-item-copy time {
  display: block;
  margin-bottom: 3px;
}

.purchase-item-copy h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}

.purchase-item-copy strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
}

.purchase-summary {
  margin-top: 20px;
  padding: 9px 30px;
  font-size: 17px;
  font-weight: 700;
  text-align: right;
  background: #850006;
}

.purchase-history-empty {
  margin: 0;
  padding: 30px;
  text-align: center;
}

.purchase-history-empty--error {
  color: var(--sub-gold);
}

.purchase-history-page .mypage-menu {
  width: min(100%, 1042px);
  margin-top: 138px;
  margin-inline: auto;
}

.purchase-history-page .purchase-summary {
  margin-top: 19px;
}

.subscription-history-page .mypage-menu {
  margin-top: 139px;
}

.comment-history-page .member-page-panel { min-height: 0; }
.account-page { --member-panel-height: 1261px; }
.myinfo1-page { --member-panel-height: 1218px; }
.myinfo2-page { --member-panel-height: 1116px; }
.myinfo3-page { --member-panel-height: 1356px; }
.mailmagazine-page { --member-panel-height: 911px; }
.mail-archive-page { --member-panel-height: 1706px; }
.mail-detail-page { --member-panel-height: 1158px; }
.subscription-conf-page { --member-panel-height: 822px; }
.subscription-history-page { --member-panel-height: 967px; }

/* Live player */
body.live-play-page {
  background:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)),
    url("/image/tmariko_template/ppptokyo-live/background-black-wall.png") center top / cover no-repeat fixed,
    #111;
}

.live-play-page .sub-main {
  padding: 194px 0 183px;
}

.live-play-page .sub-footer {
  padding-block: 45px;
}

.live-play-panel {
  min-height: 825px;
  margin-top: 0;
  padding-block: 78px 69px;
  background: transparent;
}

.live-play-panel::before {
  background: rgba(67, 67, 67, 0.35);
}

.live-play-content {
  max-width: 1266px;
  transform: none;
}

.live-play-layout {
  display: grid;
  grid-template-columns: minmax(0, 883px) 331px;
  gap: 52px;
  align-items: start;
}

.live-player {
  position: relative;
  width: 100%;
  aspect-ratio: 883 / 496;
  overflow: hidden;
  background: #111;
}

.live-player-frame {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.live-player.is-ready .live-player-frame {
  opacity: 1;
}

.live-play-media-loader,
.live-play-chat-loader {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  background: #111;
}

.live-play-spinner {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(186, 149, 80, 0.22);
  border-top-color: var(--sub-gold);
  border-radius: 50%;
  animation: live-play-spin 0.8s linear infinite;
}

.live-play-loading-label {
  font-family: var(--sub-font-en);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.live-player-column h1 {
  margin: 15px 3px 0;
  font-family: var(--sub-font-ja);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.live-play-title-skeleton {
  width: min(470px, 62%);
  height: 15px;
  margin: 17px 3px 0;
  background: linear-gradient(90deg, #242424 25%, #3a3a3a 45%, #242424 65%);
  background-size: 220% 100%;
  animation: live-play-shimmer 1.15s linear infinite;
}

.live-comments {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 496px;
  place-items: center;
  overflow: hidden;
  color: var(--sub-white);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  background: #666;
}

.live-comments-frame,
.live-comments-embed,
.live-comments-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 496px;
  border: 0;
}

.live-comments-embed {
  position: absolute;
  inset: 0;
}

.live-comments-empty {
  display: block;
  text-align: center;
}

.live-play-error {
  margin: 28px auto -56px;
  color: var(--sub-gold);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.live-play-fade-enter-active,
.live-play-fade-leave-active {
  transition: opacity 0.34s ease;
}

.live-play-fade-enter,
.live-play-fade-leave-to {
  opacity: 0;
}

.live-play-back {
  width: 273px;
  min-height: 54px;
  margin: 91px auto 0;
  border: 1px solid var(--sub-gold);
  background: transparent;
}

.sub-page .live-play-back {
  color: var(--sub-gold);
}

@keyframes live-play-spin {
  to { transform: rotate(360deg); }
}

@keyframes live-play-shimmer {
  from { background-position: 180% 0; }
  to { background-position: -40% 0; }
}

@media (min-width: 961px) and (max-width: 1350px) {
  .live-play-panel {
    padding-inline: 50px;
  }

  .live-play-panel::before {
    right: 20px;
  }

  .live-play-layout {
    grid-template-columns: minmax(0, 883px) minmax(250px, 331px);
    gap: 32px;
  }
}

/* Member movie hub */
body.movie-page {
  --sub-gold: #ba9550;
  --sub-white: #f5f5f5;
  background:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)),
    url("/image/tmariko_template/ppptokyo-live/background-black-wall.png") center top / cover no-repeat fixed,
    #111;
}

.movie-page .sub-main {
  padding: 110px 0 0;
}

.movie-page .sub-footer {
  padding-block: 46px;
}

.member-page-layout {
  position: relative;
  min-height: 2609px;
}

.movie-page:not(.movie-play-page) .member-page-layout {
  min-height: calc(100svh - 110px);
}

.member-sidebar {
  position: absolute;
  z-index: 3;
  top: -110px;
  bottom: 0;
  left: 0;
  width: 258px;
  min-width: 0;
  color: var(--sub-white);
  background: #111;
}

.member-sidebar-inner {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 258px;
  height: 100vh;
  padding-top: 110px;
  overflow-y: auto;
  background: #111;
  scrollbar-width: thin;
  will-change: transform;
}

.member-sidebar-back,
.member-sidebar-brand,
.member-sidebar-nav a {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 17px;
  padding: 10px 38px;
  border-bottom: 1px solid var(--sub-gold);
  font-size: 15px;
  font-weight: 600;
}

.member-sidebar-back {
  padding-left: 42px;
}

.member-sidebar-back i {
  width: 15px;
  height: 15px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
}

.member-sidebar-brand {
  color: var(--sub-gold);
}

.member-sidebar-brand > img {
  width: 22px;
  height: 16px;
  flex: 0 0 22px;
  object-fit: contain;
}

.member-sidebar-nav a > img {
  display: inline-grid;
  width: 19px;
  height: 18px;
  flex: 0 0 19px;
  place-items: center;
  object-fit: contain;
}

.member-sidebar a {
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.member-sidebar a:hover,
.member-sidebar-nav a.is-current {
  color: var(--sub-gold);
  background: rgba(196, 156, 77, 0.08);
}

.member-category {
  padding: 79px 14px 30px;
}

.member-category h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 21px;
  color: var(--sub-gold);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.member-category h2 i {
  width: 18px;
  height: 18px;
  background:
    linear-gradient(var(--sub-gold), var(--sub-gold)) 0 0 / 8px 8px no-repeat,
    linear-gradient(var(--sub-gold), var(--sub-gold)) 10px 0 / 8px 8px no-repeat,
    linear-gradient(var(--sub-gold), var(--sub-gold)) 0 10px / 8px 8px no-repeat,
    linear-gradient(var(--sub-gold), var(--sub-gold)) 10px 10px / 8px 8px no-repeat;
}

.member-category nav {
  display: grid;
  gap: 10px;
}

.member-category a,
.member-category button {
  display: flex;
  width: 100%;
  min-height: 59px;
  align-items: center;
  padding: 12px 15px;
  border: 0;
  color: inherit;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  background: #2e2e2e;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.member-category a.is-current,
.member-category button.is-current {
  height: 49px;
  min-height: 49px;
  color: var(--sub-white);
  background: var(--sub-gold);
}

.member-category a:hover,
.member-category button:hover {
  color: var(--sub-white);
  background: #3a3a3a;
}

.member-category a.is-current:hover,
.member-category button.is-current:hover {
  background: var(--sub-gold);
}

.movie-area {
  position: relative;
  min-width: 0;
  margin-left: 258px;
  padding-top: 40px;
  background: rgba(67, 67, 67, 0.35);
}

.movie-heading {
  position: relative;
  z-index: 2;
  width: max-content;
  margin-left: 55px;
  color: var(--sub-gold);
}

.sub-page .movie-heading > p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.movie-heading h1 {
  margin: 0;
  font-family: var(--sub-font-en);
  font-size: 60px;
  font-weight: 700;
  line-height: 0.9;
}

.movie-heading .sub-heading-ornament {
  width: 96px;
  margin-top: 9px;
}

.movie-panel {
  min-height: 2524px;
  margin-top: -59px;
  padding: 82px 49px 150px 50px;
  background: transparent;
}

.movie-page:not(.movie-play-page) .movie-panel {
  min-height: calc(100svh - 151px);
}

.movie-filter-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--sub-gold);
  font-family: var(--sub-font-en);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.movie-filter-heading i {
  width: 10px;
  height: 20px;
  background: currentColor;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.movie-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px 26px;
  margin-top: 14px;
}

.movie-card {
  position: relative;
  display: block;
  min-width: 0;
  color: var(--sub-white);
}

.movie-card:hover {
  color: var(--sub-white);
}

.movie-thumbnail {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 319 / 179;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),
    url("/image/tmariko_template/ppptokyo-live/background-black.png") center / cover;
}

.movie-thumbnail::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 4px solid #b70f1d;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.movie-card:hover .movie-thumbnail::before,
.movie-card:focus-visible .movie-thumbnail::before {
  opacity: 1;
}

.movie-thumbnail img {
  width: 116px;
  height: 104px;
  object-fit: contain;
}

.movie-thumbnail .movie-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.015);
  transition:
    opacity 0.55s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.movie-card.is-loaded .movie-card-image {
  opacity: 1;
  transform: scale(1);
}

.movie-thumbnail .movie-card-image.is-placeholder {
  width: 116px;
  height: 104px;
  object-fit: contain;
}

.movie-thumbnail.is-loading::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.08) 42%, transparent 66%);
  background-size: 220% 100%;
  content: "";
  animation: movie-shimmer 1.25s linear infinite;
}

.movie-premium {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: grid;
  width: 131px;
  min-height: 24px;
  place-items: center;
  padding: 4px 10px;
  color: var(--sub-white);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  background: #ab121c;
}

.movie-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}

.movie-date {
  display: block;
  color: var(--sub-gold);
  font-family: var(--sub-font-en);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.movie-title {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.movie-status {
  z-index: 1;
  display: inline-grid;
  flex: 0 0 auto;
  min-width: 66px;
  min-height: 22px;
  place-items: center;
  padding: 3px 10px;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.movie-status--unavailable {
  color: var(--sub-white);
  background: #5a5a5a;
}

.movie-status--purchased {
  background: var(--sub-gold);
}

.movie-more {
  display: grid;
  width: 378px;
  min-height: 54px;
  place-items: center;
  margin: 77px auto 0;
  border: 2px solid var(--sub-gold);
  color: var(--sub-gold);
  font-family: var(--sub-font-ja);
  font-size: 15px;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.movie-more:hover {
  color: #111;
  background: var(--sub-gold);
}

.movie-more:disabled {
  cursor: wait;
  opacity: 0.62;
}

.movie-results {
  position: relative;
}

.movie-empty {
  display: grid;
  min-height: clamp(280px, 42vh, 520px);
  place-content: center;
  justify-items: center;
  gap: 24px;
  padding: 50px 20px;
  color: var(--sub-white);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.movie-empty button {
  min-width: 220px;
  min-height: 48px;
  padding: 10px 22px;
  border: 1px solid var(--sub-gold);
  color: var(--sub-gold);
  font-family: var(--sub-font-ja);
  font-weight: 600;
  background: transparent;
  cursor: pointer;
}

.movie-card--skeleton {
  pointer-events: none;
}

.movie-card--skeleton .movie-thumbnail,
.movie-skeleton-line,
.movie-category-skeleton span {
  overflow: hidden;
  background: #303030;
}

.movie-card--skeleton .movie-thumbnail::after,
.movie-skeleton-line::after,
.movie-category-skeleton span::after {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.08) 42%, transparent 66%);
  background-size: 220% 100%;
  content: "";
  animation: movie-shimmer 1.25s linear infinite;
}

.movie-skeleton-line {
  position: relative;
  display: block;
  height: 13px;
  margin-top: 10px;
  border-radius: 2px;
}

.movie-skeleton-line--date {
  width: 42%;
}

.movie-skeleton-line--title {
  width: 92%;
  margin-top: 13px;
}

.movie-skeleton-line--short {
  width: 64%;
  margin-top: 7px;
}

.movie-category-skeleton {
  display: grid;
  gap: 10px;
}

.movie-category-skeleton span {
  display: block;
  height: 59px;
}

.movie-category-state-enter-active,
.movie-category-state-leave-active,
.movie-state-enter-active,
.movie-state-leave-active {
  transition: opacity 0.35s ease;
}

.movie-category-state-enter,
.movie-category-state-leave-to,
.movie-state-enter,
.movie-state-leave-to {
  opacity: 0;
}

@keyframes movie-shimmer {
  from { background-position: 180% 0; }
  to { background-position: -40% 0; }
}

/* Member favorite / history */
.sub-page .member-library-heading > p {
  text-align: center;
}

.member-library-panel {
  padding-top: 120px;
}

.member-library-grid {
  margin-top: 0;
}

/* Member movie player */
.movie-play-page .member-page-layout {
  min-height: calc(100svh - 110px);
}

.movie-play-panel {
  min-height: calc(100svh - 151px);
  padding: 115px 49px 150px 50px;
}

.movie-play-column-loader {
  position: absolute;
  z-index: 12;
  inset: 0;
  display: grid;
  min-height: 100svh;
  place-items: start center;
  padding-top: clamp(210px, 34vh, 380px);
  background:
    linear-gradient(rgba(67, 67, 67, 0.35), rgba(67, 67, 67, 0.35)),
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)),
    url("/image/tmariko_template/ppptokyo-live/background-black-wall.png") center top / cover no-repeat fixed,
    #111;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.52s;
}

.movie-play-column-loader.is-leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.movie-play-column-loader .site-loader-content {
  position: sticky;
  top: clamp(145px, 28vh, 310px);
  gap: 18px;
}

.movie-play-column-loader .site-loader-spinner {
  width: 58px;
  height: 58px;
}

.movie-play-column-loader .site-loader-title {
  font-size: 21px;
}

.movie-play-column-loader .site-loader-message {
  font-size: 11px;
}

.movie-player-host {
  position: relative;
  width: 100%;
  opacity: 0;
  transition: opacity 0.42s ease;
}

.movie-player-host.is-mounted {
  opacity: 1;
}

.movie-player-host > #content,
.movie-player-host .content-player-wrap,
.movie-player-host .content-connection-blc {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.movie-player-host .category-wrap {
  display: none;
}

.movie-player-host .content-player__area {
  position: relative;
  width: 100%;
  aspect-ratio: 883 / 496;
  overflow: hidden;
  background: #111;
}

.movie-player-host .content-player__area::after {
  position: absolute;
  z-index: 5;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.07) 43%, transparent 66%),
    #181818;
  background-size: 220% 100%;
  content: "";
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.5s ease;
  animation: movie-shimmer 1.3s linear infinite;
}

.movie-player-host.is-player-ready .content-player__area::after {
  opacity: 0;
}

.movie-player-host .content-player__area .video-js,
.movie-player-host .content-player__area .vjs-tech,
.movie-player-host .content-player__area video,
.movie-player-host .content-player__area audio {
  width: 100% !important;
  height: 100% !important;
}

.movie-player-host .content-player__area .video-js {
  position: absolute;
  inset: 0;
  background: #111;
}

.movie-player-host .content-player__data {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.movie-player-host .content-player__data + .content-player__data {
  display: none;
}

.movie-player-date {
  display: block;
  margin-top: 26px;
  color: var(--sub-gold);
  font-family: var(--sub-font-en);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.movie-player-host .play__title {
  margin: 3px 0 0;
  color: var(--sub-white);
  font-family: var(--sub-font-ja);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.movie-player-host .play__title .post-date {
  display: none;
}

.movie-player-host .cnt_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 17px;
}

.movie-player-host .cnt_wrap .fev_addition {
  margin: 0;
}

.movie-player-host .cnt_wrap .fev_addition button {
  display: inline-flex;
  width: 100%;
  max-width: none;
  min-height: 33px;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid transparent;
  color: var(--sub-white);
  font-family: var(--sub-font-ja);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  background: #666;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    background-color 0.2s ease;
}

.movie-player-host .cnt_wrap .fev_addition:nth-child(1) {
  width: 155px;
}

.movie-player-host .cnt_wrap .fev_addition:nth-child(2) {
  width: 113px;
}

.movie-player-host .cnt_wrap .fev_addition:nth-child(3) {
  width: 123px;
}

.movie-player-host .cnt_wrap .fev_addition button:hover,
.movie-player-host .cnt_wrap .fev_addition button:focus-visible {
  border-color: var(--sub-gold);
  color: var(--sub-gold);
  background: #505050;
}

.movie-player-host .cnt_wrap .fev_del button,
.movie-player-host .cnt_wrap .rep_del button,
.movie-player-host .cnt_wrap .auto_del button,
.movie-player-host .cnt_wrap .fev_del button:hover,
.movie-player-host .cnt_wrap .rep_del button:hover,
.movie-player-host .cnt_wrap .auto_del button:hover,
.movie-player-host .cnt_wrap .fev_del button:focus-visible,
.movie-player-host .cnt_wrap .rep_del button:focus-visible,
.movie-player-host .cnt_wrap .auto_del button:focus-visible {
  border-color: #bd0d1b;
  color: #fff;
  background: #bd0d1b;
}

.movie-player-host .cnt_wrap .fev_addition button span {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 0 0 27px;
  background: none !important;
}

.movie-player-host .cnt_wrap .fev_addition:not(.rep_addition):not(.auto_addition) button span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 20px;
  background: url("/image/tmariko_template/ppptokyo-live/movie-fav.svg") center / contain no-repeat;
  content: "";
  transform: translateY(-50%);
}

.movie-player-host .cnt_wrap .fev_del button span::before {
  background: url("/image/tmariko_template/ppptokyo-live/movie-fav-on.svg") center / contain no-repeat;
  clip-path: none;
  filter: none;
}

.movie-player-host .cnt_wrap .rep_addition button span::before {
  position: absolute;
  left: 0;
  width: 17px;
  height: 17px;
  background: url("/image/tmariko_template/ppptokyo-live/movie-rep.svg") center / contain no-repeat;
  content: "";
}

.movie-player-host .cnt_wrap .rep_del button span::before {
  filter: none;
}

.movie-player-host .cnt_wrap .auto_addition button span {
  padding-left: 38px;
}

.movie-player-host .cnt_wrap .auto_addition button span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 27px;
  height: 13px;
  background: url("/image/tmariko_template/ppptokyo-live/movie-auto.svg") center / contain no-repeat;
  content: "";
  transform: translateY(-50%);
}

.movie-player-host .cnt_wrap .auto_addition button span::after {
  display: none;
}

.movie-player-host .cnt_wrap .auto_del button span::before {
  background: url("/image/tmariko_template/ppptokyo-live/movie-auto-on.svg") center / contain no-repeat;
  filter: none;
}

.movie-player-host .cnt_wrap .auto_del button span::after {
  display: none;
}

.movie-player-host .content-connection-blc {
  margin-top: 45px;
}

.movie-player-host .connection-head,
.movie-player-host .connection-head h3 {
  display: block;
  width: 100%;
  margin: 0;
}

.movie-player-host .connection-head h3 {
  margin: 0;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--sub-gold);
  color: var(--sub-white);
  font-family: var(--sub-font-ja);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.movie-player-host .acv-list-area {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px 26px;
  margin-top: 60px;
}

.movie-player-host .acv-list-area:empty {
  min-height: 240px;
  background:
    linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.05) 43%, transparent 66%),
    linear-gradient(90deg, #2c2c2c 0 31.5%, transparent 31.5% 34.2%, #2c2c2c 34.2% 65.7%, transparent 65.7% 68.4%, #2c2c2c 68.4% 100%);
  background-size: 220% 100%, 100% 72%;
  background-position: 180% 0, center top;
  background-repeat: no-repeat;
  animation: movie-shimmer 1.3s linear infinite;
}

.movie-player-host .acv-list-area article {
  position: relative;
  width: auto;
  min-width: 0;
  margin: 0;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.movie-player-host .acv-list-area article.is-loaded {
  opacity: 1;
  transform: none;
}

.movie-player-host .acv-list-area .cvr {
  position: absolute;
  z-index: 3;
  inset: 0;
}

.movie-player-host .acv-list-area .acv-thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 319 / 179;
  margin: 0;
  overflow: hidden;
  background: #181818;
}

.movie-player-host .acv-list-area .acv-thumb::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 4px solid #b70f1d;
  content: "";
  opacity: 0;
  transition: opacity 0.2s ease;
}

.movie-player-host .acv-list-area article:hover .acv-thumb::after,
.movie-player-host .acv-list-area article:focus-within .acv-thumb::after {
  opacity: 1;
}

.movie-player-host .acv-list-area .acv-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie-player-host .acv-list-area .date {
  display: none;
}

.movie-related-meta {
  display: flex;
  min-height: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 10px 0 0;
}

.movie-related-date {
  display: block;
  color: var(--sub-gold);
  font-family: var(--sub-font-en);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.movie-related-title {
  margin: 12px 0 0;
  color: var(--sub-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.movie-play-category-list {
  opacity: 0;
  transition: opacity 0.35s ease;
}

.movie-play-page .movie-category-skeleton[hidden],
.movie-play-page .movie-play-category-list[hidden] {
  display: none !important;
}

.movie-play-category-list.is-visible {
  opacity: 1;
}

/* Static design-source compatibility */
.movie-watch-player {
  width: 100%;
  aspect-ratio: 883 / 496;
  overflow: hidden;
  background: #111;
}

.movie-watch-player img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie-watch-meta {
  margin-top: 26px;
}

.movie-watch-meta time {
  display: block;
  color: var(--sub-gold);
  font-family: var(--sub-font-en);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.movie-watch-meta h2 {
  margin: 3px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.movie-watch-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 17px;
}

.movie-watch-actions button {
  display: inline-flex;
  min-height: 33px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 4px 12px;
  border: 1px solid transparent;
  color: var(--sub-white);
  font-family: var(--sub-font-ja);
  font-size: 13px;
  font-weight: 500;
  background: #666;
}

.movie-watch-actions button:nth-child(1) { width: 155px; }
.movie-watch-actions button:nth-child(2) { width: 113px; }
.movie-watch-actions button:nth-child(3) { width: 123px; }

.movie-watch-actions button:hover,
.movie-watch-actions button:focus-visible,
.movie-watch-actions button.is-active {
  border-color: var(--sub-gold);
  color: var(--sub-gold);
  background: #505050;
}

.movie-watch-actions i {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  color: currentColor;
  font-style: normal;
  line-height: 1;
}

.movie-action-star { font-size: 22px; }
.movie-action-repeat { font-size: 20px; transform: rotate(180deg); }

.movie-action-autoplay {
  position: relative;
  width: 27px;
  height: 12px;
  border-radius: 999px;
  background: var(--sub-white);
}

.movie-action-autoplay::before {
  position: absolute;
  top: 3px;
  left: 4px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #777;
  content: "";
}

.movie-action-autoplay b {
  position: absolute;
  top: 2px;
  right: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #aaa;
  transition: transform 0.2s ease;
}

.movie-watch-actions button.is-active .movie-action-autoplay b {
  transform: translateX(-12px);
}

.movie-recommend { margin-top: 45px; }
.movie-recommend > h2 {
  margin: 0;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--sub-gold);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.movie-recommend-grid { margin-top: 60px; }

.member-sidebar-toggle,
.member-sidebar-backdrop {
  display: none;
}

/* Store */
[v-cloak] {
  display: none !important;
}

.store-panel {
  min-height: 0;
  padding-block: 94px 144px;
}

.store-detail-panel {
  min-height: 0;
  padding-block: 94px 167px;
}

.store-page .sub-main,
.store-detail-page .sub-main {
  padding-bottom: 180px;
}

.store-content {
  max-width: 1116px;
}

.store-notice {
  display: grid;
  min-height: 96px;
  place-content: center;
  justify-items: center;
  padding: 18px 30px;
  color: var(--sub-white);
  text-align: center;
  background: #111;
}

.sub-page .store-notice p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.store-ticket-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 10px;
}

.store-ticket-tag {
  display: inline-grid;
  min-width: 105px;
  min-height: 26px;
  place-items: center;
  padding: 4px 14px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.store-ticket-tag--live {
  background: #cc1422;
}

.store-ticket-tag--support {
  background: #78b900;
}

.store-ticket-tag--other {
  background: #555;
}

.store-list-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 53px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(151, 22, 28, 0.5);
}

.store-list-toolbar h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.store-cart-link {
  display: inline-flex;
  width: 119px;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid var(--sub-white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.store-cart-link img {
  width: 23px;
  transition: filter 0.2s ease;
}

.store-cart-link:hover {
  color: var(--sub-black);
  background: var(--sub-white);
}

.store-cart-link:hover img {
  filter: brightness(0);
}

.store-grid {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 74px 26px;
  margin-top: 49px;
}

.store-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: var(--sub-white);
  background: #111;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.store-card:hover {
  transform: translateY(-10px);
}

.store-card-image-wrap {
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 260 / 300;
  border-radius: 4px;
  background: #292929;
}

.store-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition:
    opacity 0.58s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

.store-card-image.store-card-image--pending {
  opacity: 0;
  transform: scale(1.015);
}

.store-card-image.is-loaded {
  opacity: 1;
  transform: scale(1);
}

.store-card:hover .store-card-image.is-loaded {
  transform: scale(1.025);
}

.store-card-body {
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 14px 10px 12px;
}

.store-card .store-ticket-tag {
  min-width: 0;
  min-height: 20px;
  padding: 3px 12px;
  font-size: 11px;
}

.sub-page .store-card-title {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.sub-page .store-card-price {
  align-self: stretch;
  margin-top: 18px;
  font-family: var(--sub-font-ja);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}

.store-card-price small {
  font-size: 14px;
  font-weight: 700;
}

.store-member-badge {
  position: absolute;
  z-index: 2;
  top: -15px;
  left: -11px;
  padding: 5px 10px;
  color: var(--sub-black);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  background: #e2ab17;
}

.store-grid--revealed,
.store-list-message--revealed,
.store-detail-layout--revealed {
  animation: store-fade-in 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.store-list-message,
.store-detail-message {
  margin-top: 50px;
  padding: 70px 20px;
  color: var(--sub-white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  background: rgba(0, 0, 0, 0.12);
}

.store-list-message--error,
.store-detail-message--error {
  color: #f1d08c;
}

.store-card--skeleton {
  pointer-events: none;
}

.store-card--skeleton .store-card-body {
  min-height: 155px;
}

.store-skeleton {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.055);
}

.store-skeleton::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.075) 50%,
    transparent 100%
  );
  content: "";
  transform: translateX(-100%);
  animation: store-shimmer 1.55s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.store-skeleton--image {
  width: 100%;
  aspect-ratio: 260 / 300;
  border-radius: 4px;
}

.store-skeleton--tag {
  width: 96px;
  height: 20px;
  border-radius: 999px;
}

.store-skeleton--title {
  width: 100%;
  height: 14px;
  margin-top: 12px;
}

.store-skeleton--title-short {
  width: 72%;
  margin-top: 8px;
}

.store-skeleton--price {
  width: 52%;
  height: 20px;
  align-self: flex-end;
  margin-top: auto;
}

/* Store detail */
.store-detail-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-top: 53px;
}

.store-detail-layout {
  display: grid;
  grid-template-columns: 347px minmax(0, 1fr);
  gap: 37px;
  margin-top: 40px;
}

.store-gallery-main-wrap {
  display: block;
  width: 347px;
  height: 401px;
  overflow: hidden;
  border-radius: 4px;
  background: #a5a5a5;
}

.store-gallery-main {
  display: block;
  width: 347px;
  height: 401px;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.store-gallery-main.is-loaded {
  opacity: 1;
}

.store-gallery-main.is-changing {
  opacity: 0;
}

.store-thumbnails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 8px;
}

.store-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 4px;
  outline: none;
  background: #a5a5a5;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.store-thumbnail::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.32);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.store-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.45s ease;
}

.store-thumbnail img.store-thumbnail-image--pending {
  opacity: 0;
}

.store-thumbnail.is-selected {
  border-color: var(--sub-gold);
}

.store-thumbnail.is-selected::after {
  opacity: 1;
}

.store-thumbnail:focus-visible {
  box-shadow: 0 0 0 2px var(--sub-white);
}

.store-product-info {
  min-width: 0;
}

.store-product-title {
  margin: 0;
  padding: 2px 0 12px;
  border-bottom: 1px solid rgba(151, 22, 28, 0.5);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.sub-page .store-product-price {
  margin-top: 18px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}

.store-product-price small {
  font-size: 16px;
}

.sub-page .store-product-description {
  margin-top: 27px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.store-product-description > :first-child {
  margin-top: 0;
}

.store-product-description > :last-child {
  margin-bottom: 0;
}

.store-product-description img {
  height: auto;
  margin-block: 22px;
}

.store-product-description a {
  color: #e9c55f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.store-product-options {
  display: grid;
  gap: 18px;
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid rgba(151, 22, 28, 0.5);
}

.store-product-option-row {
  display: grid;
  grid-template-columns: 108px minmax(0, 340px);
  align-items: center;
  gap: 16px;
}

.store-product-option-label {
  color: var(--sub-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.store-product-option-select-wrap {
  position: relative;
  display: block;
  width: min(100%, 340px);
}

.store-product-option-select-wrap::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  content: "";
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.store-product-option-select {
  width: 100%;
  min-height: 42px;
  padding: 7px 42px 7px 14px;
  border: 2px solid transparent;
  border-radius: 0;
  outline: none;
  color: #111;
  font-family: var(--sub-font-ja);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  background: #f4f4f4;
  appearance: none;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.store-product-option-select:invalid {
  color: #8d8d8d;
}

.store-product-option-select option {
  color: #111;
}

.store-product-option-select:focus-visible {
  border-color: var(--sub-gold);
  box-shadow: 0 0 0 2px rgba(200, 157, 71, 0.25);
}

.store-product-option-select.is-error {
  border-color: #e4bd64;
}

.store-product-option-error {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  color: #f1d08c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.store-notification-chip {
  position: fixed;
  z-index: 120;
  right: 28px;
  bottom: 28px;
  width: max-content;
  max-width: min(360px, calc(100vw - 40px));
  padding: 13px 18px 13px 42px;
  border: 1px solid rgba(200, 157, 71, 0.9);
  color: var(--sub-white);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  background: rgba(31, 0, 2, 0.96);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.98);
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.35s ease;
}

.store-notification-chip::before {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 10px;
  height: 10px;
  background: var(--sub-gold);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.store-notification-chip.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.store-product-actions {
  width: 273px;
  margin: 74px 0 0 auto;
}

.store-product-options + .store-product-actions {
  margin-top: 46px;
}

.store-product-action {
  width: 273px;
  min-height: 54px;
  border: 1px solid var(--sub-gold);
  border-radius: 0;
  appearance: none;
  background: var(--sub-gold);
}

.sub-page .store-product-action {
  color: var(--sub-black);
}

.sub-page .store-product-action--outline {
  margin-top: 15px;
  color: var(--sub-gold);
  background: transparent;
}

.store-product-action:disabled {
  cursor: wait;
  opacity: 0.65;
}

.store-detail-loading {
  margin-top: 40px;
}

.store-detail-skeleton {
  display: grid;
  grid-template-columns: 347px minmax(0, 1fr);
  gap: 37px;
}

.store-detail-skeleton-image {
  width: 347px;
  height: 401px;
  border-radius: 4px;
}

.store-detail-skeleton-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.store-detail-skeleton-title {
  width: 100%;
  height: 28px;
}

.store-detail-skeleton-price {
  width: 175px;
  height: 37px;
  align-self: flex-end;
  margin-top: 22px;
}

.store-detail-skeleton-line {
  width: 100%;
  height: 15px;
  margin-top: 20px;
}

.store-detail-skeleton-line:nth-last-child(1) {
  width: 72%;
}

@keyframes store-shimmer {
  0% {
    transform: translateX(-100%);
  }

  55%,
  100% {
    transform: translateX(100%);
  }
}

@keyframes store-fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Cart */
.cart-panel {
  min-height: 0;
  margin-bottom: 35px;
  padding-block: 94px 115px;
  background: rgba(41, 0, 2, 0.35);
}

.cart-content {
  max-width: 1116px;
  transform: translateX(-10px);
}

#cart-app[v-cloak] {
  visibility: hidden;
}

.cart-back-link {
  position: relative;
  display: grid;
  width: 308px;
  min-height: 54px;
  place-items: center;
  margin-top: 43px;
  border: 2px solid var(--sub-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.cart-back-link::before {
  position: absolute;
  top: 50%;
  left: 28px;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.25s ease;
}

.cart-back-link:hover::before {
  transform: translate(-5px, -50%) rotate(45deg);
}

.cart-section-heading {
  margin: 47px 0 0;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(151, 22, 28, 0.72);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.cart-items {
  display: grid;
  gap: 40px;
  padding-top: 30px;
}

.cart-loading-list {
  display: grid;
  gap: 40px;
}

.cart-item {
  position: relative;
  display: grid;
  min-height: 151px;
  grid-template-columns: 151px minmax(0, 1fr) auto;
  gap: 37px;
  align-items: start;
}

.cart-item-image {
  width: 131px;
  height: 151px;
  margin-left: 22px;
  border-radius: 4px;
  object-fit: cover;
}

#cart-app .cart-item--loaded .cart-item-image {
  opacity: 0;
  transition: opacity 0.45s ease;
}

#cart-app .cart-item--loaded .cart-item-image.is-loaded {
  opacity: 1;
}

.cart-item-info {
  min-width: 0;
  padding-top: 3px;
}

.sub-page .cart-item-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.sub-page .cart-item-option {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.cart-item--skeleton {
  pointer-events: none;
}

.cart-skeleton {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
}

.cart-skeleton::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0 28%, rgba(255, 255, 255, 0.18) 48%, transparent 68% 100%);
  content: "";
  transform: translateX(-100%);
  animation: cart-skeleton-shimmer 1.35s ease-in-out infinite;
}

.cart-skeleton-image {
  width: 131px;
  height: 151px;
  margin-left: 22px;
}

.cart-skeleton-info {
  display: grid;
  align-content: start;
  justify-items: start;
  padding-top: 3px;
}

.cart-skeleton-title {
  width: min(100%, 480px);
  height: 22px;
}

.cart-skeleton-select {
  width: 127px;
  height: 36px;
  margin-top: 17px;
}

.cart-skeleton-price {
  width: 120px;
  height: 22px;
  margin-top: 16px;
}

@keyframes cart-skeleton-shimmer {
  to {
    transform: translateX(100%);
  }
}

.cart-quantity {
  position: relative;
  display: block;
  width: 127px;
  height: 36px;
  margin-top: 16px;
  background: #f7f7f7;
}

.cart-quantity::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 33px;
  height: 36px;
  background: #c51429;
  content: "";
  pointer-events: none;
}

.cart-quantity::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 11px;
  width: 11px;
  height: 11px;
  border-right: 2px solid var(--sub-white);
  border-bottom: 2px solid var(--sub-white);
  content: "";
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.cart-quantity select {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 42px 0 18px;
  border: 0;
  border-radius: 0;
  outline: none;
  color: #111;
  font-size: 15px;
  font-weight: 400;
  background: transparent;
  appearance: none;
  cursor: pointer;
}

.sub-page .cart-item-price {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.cart-item-price small {
  font-size: 13px;
}

.sub-page .cart-remove {
  width: 59px;
  min-width: 0;
  height: 26px;
  min-height: 0;
  margin-top: 2px;
  margin-right: 29px;
  padding: 0 4px;
  border: 1px solid var(--sub-white);
  color: var(--sub-white);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  background: transparent;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.cart-remove:hover {
  color: var(--sub-black);
  background: var(--sub-white);
}

.cart-empty {
  display: none;
  min-height: 150px;
  place-items: center;
  font-size: 15px;
  font-weight: 500;
}

.cart-items.is-empty .cart-empty {
  display: grid;
}

.cart-error-message {
  margin: 30px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(196, 156, 77, 0.5);
  color: var(--sub-white);
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
}

.cart-checkout-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 31px;
  margin-top: 75px;
}

.cart-checkout-heading {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(151, 22, 28, 0.72);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.cart-address-label-row {
  display: flex;
  min-height: 71px;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 10px;
}

.cart-address-label {
  font-size: 14px;
  font-weight: 600;
}

.cart-address-edit {
  display: inline-flex;
  min-width: 188px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 6px 13px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  background: #111;
}

.cart-address-edit::after {
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.cart-address-edit:hover::after {
  transform: translateX(4px) rotate(45deg);
}

.cart-address-box,
.cart-phone-box {
  display: flex;
  min-height: 77px;
  align-items: center;
  padding: 15px 17px;
  border-radius: 4px;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  background: #f7f7f7;
}

.cart-phone-label {
  display: block;
  margin: 17px 0 13px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.cart-phone-box {
  height: 51px;
  min-height: 0;
  padding-block: 14px;
}

.cart-address-box.is-empty,
.cart-phone-box.is-empty {
  border: 1px solid rgba(196, 156, 77, 0.58);
  color: #7b1118;
  font-weight: 600;
  background: #fffaf0;
}

.cart-summary-box {
  margin-top: 25px;
  padding: 22px 20px 28px;
  border-radius: 4px;
  color: #111;
  font-size: 15px;
  font-weight: 400;
  background: #f7f7f7;
}

.cart-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.8;
}

.cart-summary-total {
  margin-top: 8px;
  padding-top: 9px;
  border-top: 1px solid #c6c6c6;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}

.cart-summary-total small {
  font-size: 12px;
}

.cart-checkout-actions {
  width: 273px;
  margin: 39px 0 0 auto;
}

.cart-action {
  width: 273px;
  min-height: 54px;
  border: 1px solid var(--sub-gold);
  background: var(--sub-gold);
}

.sub-page .cart-action {
  color: var(--sub-black);
}

.sub-page .cart-action--outline {
  margin-top: 15px;
  color: var(--sub-gold);
  background: transparent;
}

.cart-action:disabled,
.payment-method:disabled,
.cart-remove:disabled,
.cart-quantity select:disabled {
  cursor: wait;
  opacity: 0.58;
}

/* Paid membership registration */
.sub-header-subscription-link {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 4px 0 3px;
  border-bottom: 1px solid var(--sub-gold);
  color: var(--sub-gold);
  font-family: var(--sub-font-en);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.subscription-purchase-page .sub-main {
  padding-bottom: 180px;
}

.subscription-page-title {
  position: relative;
  z-index: 2;
  width: max-content;
  max-width: calc(100% - 40px);
  margin-inline: auto;
  color: var(--sub-gold);
  text-align: center;
}

.sub-page .subscription-page-title > p {
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.subscription-page-title > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
}

.subscription-page-title h1 {
  margin: 0;
  font-family: var(--sub-font-en);
  font-size: 58px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.subscription-page-title i {
  width: 18px;
  height: 39px;
  flex: 0 0 auto;
  background: currentColor;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.subscription-purchase-panel {
  margin-top: -30px;
  padding: 111px 20px 143px;
}

.subscription-purchase-content {
  max-width: 1166px;
}

.subscription-intro {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: start center;
  text-align: center;
}

.subscription-intro-circle {
  position: absolute;
  z-index: -1;
  top: -30px;
  left: 50%;
  width: min(568px, 76vw);
  max-width: none;
  opacity: 0.76;
  transform: translateX(-50%);
  transform-origin: center;
  animation: subscription-circle-rotation 36s linear infinite;
  will-change: transform;
}

@keyframes subscription-circle-rotation {
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

.subscription-intro-copy {
  position: relative;
  z-index: 1;
  padding-top: 91px;
}

.sub-page .subscription-monthly-fee {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.subscription-monthly-fee span {
  display: inline-block;
  min-width: 2.8em;
}

.subscription-intro-copy h2 {
  width: min(569px, 76vw);
  margin: 8px auto 0;
}

.subscription-intro-copy h2 img {
  width: 100%;
}

.subscription-lead {
  margin-top: 27px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.85;
}

.subscription-lead p + p {
  margin-top: 5px;
}

.subscription-lead-highlight {
  color: var(--sub-gold);
}

.subscription-section-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

.sub-page .subscription-section-heading > p {
  margin-bottom: -2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
}

.subscription-section-heading h2 {
  margin: 0;
  font-family: var(--sub-font-en);
  font-size: 38px;
  font-weight: 700;
  line-height: 0.9;
}

.subscription-content-section .subscription-section-heading {
  transform: translateY(12px);
}

.subscription-benefit-list {
  display: grid;
  min-height: 177px;
  grid-template-columns: minmax(0, 1fr);
  margin-top: -4px;
  background: rgba(151, 11, 17, 0.88);
}

.subscription-benefit {
  display: grid;
  min-width: 0;
  align-items: center;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 28px;
  padding: 32px 46px 31px;
}

.subscription-benefit + .subscription-benefit {
  border-left: 1px solid rgba(117, 3, 8, 0.8);
}

.subscription-benefit-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  background: #111;
  transform: rotate(45deg);
}

.subscription-benefit-icon img {
  width: 34px;
  max-height: 34px;
  transform: rotate(-45deg);
}

.subscription-benefit h3 {
  margin: 0;
  font-family: var(--sub-font-en);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.sub-page .subscription-benefit p {
  margin-top: 14px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
}

.subscription-price-section {
  margin-top: 72px;
}

.subscription-section-heading--gold {
  color: var(--sub-gold);
}

.subscription-section-heading--gold h2 {
  font-size: 60px;
}

.sub-page .subscription-section-heading--gold > p {
  color: var(--sub-white);
}

.subscription-price-table {
  width: min(100%, 914px);
  margin: 20px auto 0;
  color: var(--sub-white);
  background: #111;
}

.subscription-price-table > div {
  display: grid;
  grid-template-columns: 195px minmax(0, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.subscription-price-table > div:first-child {
  min-height: 82px;
}

.subscription-price-table > div:nth-child(2) {
  min-height: 188px;
}

.subscription-price-table > div:last-child {
  min-height: 116px;
  border-bottom: 0;
}

.subscription-price-table dt,
.subscription-price-table dd {
  display: flex;
  margin: 0;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 24px 27px;
  font-size: 13px;
  line-height: 1.7;
}

.subscription-price-table dt {
  border-right: 1px solid rgba(255, 255, 255, 0.26);
  font-weight: 700;
}

.subscription-price-table dd {
  font-weight: 500;
}

.subscription-price-table dd strong,
.subscription-price-table dd span,
.subscription-price-table dd small {
  display: block;
  font: inherit;
}

.subscription-price-table dd small:last-child {
  color: #d1a400;
  font-weight: 700;
}

.subscription-purchase-action {
  width: 274px;
  min-height: 54px;
  margin: 61px auto 0;
  border: 1px solid var(--sub-gold);
  background: var(--sub-gold);
}

.sub-page .subscription-purchase-action {
  color: var(--sub-black);
}

.sub-page .subscription-purchase-action:hover i,
.sub-page .subscription-purchase-action:focus-visible i {
  animation: subscription-action-diamond-turn 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes subscription-action-diamond-turn {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

.sub-page .subscription-purchase-action:disabled {
  cursor: wait;
  opacity: 0.62;
}


/* Purchase complete */
.purchase-complete-page .sub-main {
  padding-bottom: 0;
}

.purchase-complete-page .sub-footer {
  padding-block: 46px;
}

.purchase-complete-panel {
  min-height: 626px;
  margin-top: -56px;
  padding-block: 110px 100px;
}

.purchase-complete-content {
  max-width: 700px;
  text-align: center;
  transform: translateX(-10px);
}

.sub-page .purchase-complete-message {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}

.purchase-complete-actions {
  width: 273px;
  margin: 39px auto 0;
}

.purchase-complete-action {
  width: 273px;
  min-height: 54px;
  border: 1px solid var(--sub-gold);
  background: var(--sub-gold);
}

.sub-page .purchase-complete-action {
  color: var(--sub-black);
}

.sub-page .purchase-complete-action--outline {
  margin-top: 15px;
  color: var(--sub-gold);
  background: transparent;
}

/* Legal documents */
.legal-panel {
  margin-top: -56px;
  padding-block: 170px 120px;
}

.legal-content {
  max-width: 1030px;
}

.legal-document {
  counter-reset: legal-section;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.legal-document .top-text {
  margin-bottom: 51px;
  line-height: 2;
}

.legal-document .descript-cat {
  counter-increment: legal-section;
}

.legal-document .descript-cat + .descript-cat {
  margin-top: 26px;
}

.legal-document .descript-cat:last-child {
  counter-increment: none;
}

.legal-document .descript-cat h3 {
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(160, 21, 27, 0.68);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.legal-document .descript-cat h3::before {
  content: counter(legal-section) ". ";
}

.legal-document .descript-cat h3 + p,
.legal-document .descript-cat h3 + ul {
  margin-top: 13px;
}

.legal-document .descript-cat p + ul {
  margin-top: 11px;
}

.legal-document .count-num-list,
.legal-document .num-list {
  counter-reset: legal-list;
}

.legal-document .count-num-list li,
.legal-document .num-list li {
  position: relative;
  padding-left: 2.15em;
}

.legal-document .count-num-list li::before,
.legal-document .num-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: legal-list;
  content: counter(legal-list) ".";
}

.legal-document .txt {
  line-height: 1.8;
}

.legal-commerce-panel {
  padding-block: 100px 150px;
}

.legal-commerce-content {
  max-width: 740px;
}

.legal-commerce-document {
  font-size: 13px;
  line-height: 1.55;
}

.legal-commerce-document .descript-list {
  margin: 0;
  border-top: 1px solid rgba(160, 21, 27, 0.68);
}

.legal-commerce-document .descript-list > div {
  display: grid;
  min-height: 62px;
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 17px;
  align-items: start;
  padding: 22px 14px;
  border-bottom: 1px solid rgba(160, 21, 27, 0.68);
}

.legal-commerce-document .descript-list dt,
.legal-commerce-document .descript-list dd {
  margin: 0;
}

.legal-commerce-document .descript-list dt {
  font-weight: 700;
}

.legal-commerce-document .att-list {
  margin-top: 3px;
}

.legal-commerce-document .att-list li {
  position: relative;
  padding-left: 1.15em;
}

.legal-commerce-document .att-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

/* Payment method modal */
html.is-payment-modal-open,
body.is-payment-modal-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body.is-payment-modal-open {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
}

.payment-modal {
  position: fixed;
  z-index: 110;
  inset: 0;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.32s ease,
    visibility 0.32s ease;
}

.payment-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.payment-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 0, 0, 0.76);
  backdrop-filter: blur(8px);
}

.payment-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), 946px);
  margin: 70px auto 130px;
  color: #111;
  opacity: 0;
  outline: none;
  transform: translateY(16px);
  transition:
    opacity 0.32s ease,
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.payment-modal.is-active .payment-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

.payment-modal-dialog h2 {
  margin: 0 0 51px;
  color: var(--sub-white);
  font-family: var(--sub-font-ja);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.sub-page .payment-modal-close {
  position: fixed;
  z-index: 2;
  top: 28px;
  right: 29px;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  color: var(--sub-white);
  background: transparent;
  cursor: pointer;
}

.sub-page .payment-modal-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.sub-page .payment-modal-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sub-page .payment-modal-close:hover span:first-child {
  transform: translate(-50%, -50%) rotate(135deg);
}

.sub-page .payment-modal-close:hover span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.payment-method-list {
  display: grid;
  gap: 20px;
}

.sub-page .payment-method {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 92px;
  align-items: center;
  padding: 17px 74px 17px 30px;
  border: 0;
  border-radius: 5px;
  color: #111;
  font-family: var(--sub-font-ja);
  text-align: left;
  background: #fff;
  cursor: pointer;
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
}

.sub-page .payment-method--card {
  min-height: 116px;
}

.payment-method:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  transform: translateY(-3px);
}

.payment-method:focus-visible {
  outline: 3px solid var(--sub-gold);
  outline-offset: 3px;
}

.payment-method-copy {
  display: grid;
  justify-items: start;
  line-height: 1;
}

.payment-method-copy strong {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.payment-method-copy > small {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}

.payment-method-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: 30px;
  margin-top: 8px;
  object-fit: contain;
  object-position: left center;
}

.payment-method-logo--credit {
  width: 261px;
  height: auto;
  max-height: 30px;
}

.payment-method-logo--docomo {
  width: 124px;
}

.payment-method-logo--au {
  width: 83px;
}

.payment-method-logo--softbank {
  width: 205px;
}

.payment-method-logo--paidy {
  width: 104px;
}

.payment-method-logo--alipay {
  width: 86px;
}

.payment-method-arrow {
  position: absolute;
  top: 50%;
  right: 33px;
  width: 23px;
  height: 23px;
  border-top: 2px solid #b60c15;
  border-right: 2px solid #b60c15;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.25s ease;
}

.payment-method:hover .payment-method-arrow {
  transform: translate(5px, -50%) rotate(45deg);
}

.payment-card-brands {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}

.payment-card-brand {
  display: inline-flex;
  width: 45px;
  height: 28px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #d8dce5;
  color: #182773;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 0.85;
  text-align: center;
  background: #fff;
}

.payment-card-brand--visa {
  font-size: 15px;
  font-style: italic;
  letter-spacing: -0.08em;
}

.payment-card-brand--master {
  gap: 0;
}

.payment-card-brand--master i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #eb001b;
}

.payment-card-brand--master i:last-child {
  margin-left: -5px;
  background: rgba(247, 158, 27, 0.9);
}

.payment-card-brand--jcb {
  color: #fff;
  font-size: 9px;
  letter-spacing: -0.08em;
  background: linear-gradient(90deg, #0876bd 0 33%, #e60012 33% 66%, #209447 66%);
}

.payment-card-brand--amex {
  color: #fff;
  font-size: 6px;
  background: #2575b9;
}

.payment-card-brand--diners {
  color: #306bac;
  font-family: Georgia, serif;
  font-size: 7px;
  font-weight: 400;
}

.payment-brand {
  display: inline-flex;
  align-items: center;
  margin-top: 3px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 0.8;
}

.payment-brand--docomo {
  position: relative;
  color: #d51642;
  font-size: 22px;
  letter-spacing: -0.08em;
}

.payment-brand--docomo small {
  position: absolute;
  top: -6px;
  left: 2px;
  font-size: 6px;
  letter-spacing: normal;
}

.payment-brand--au {
  color: #df3125;
  font-family: Georgia, serif;
  font-size: 35px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.15em;
}

.payment-brand--softbank {
  color: #555;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}

.payment-brand--softbank i {
  position: relative;
  width: 27px;
  height: 18px;
  margin-right: 7px;
  border-top: 7px solid #a9a9a9;
  border-bottom: 7px solid #a9a9a9;
}

.payment-brand--paidy {
  gap: 8px;
  font-size: 31px;
  font-weight: 700;
}

.payment-brand--paidy i {
  width: 30px;
  height: 30px;
  border: 4px solid #e80098;
  border-radius: 9px 9px 9px 15px;
  transform: rotate(28deg);
}

.payment-brand--alipay {
  font-size: 27px;
  letter-spacing: -0.04em;
}

.payment-brand--alipay i {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  margin-right: 5px;
  border-radius: 4px;
  color: #fff;
  font-family: var(--sub-font-ja);
  font-size: 20px;
  font-style: normal;
  background: #00a3e0;
}

.payment-brand--paypal {
  font-size: 30px;
  font-style: italic;
  letter-spacing: -0.08em;
}

.payment-brand--paypal span:first-child {
  color: #153c95;
}

.payment-brand--paypal span:last-child {
  color: #0795d2;
}

.sub-page .payment-method--paypal-sdk {
  display: block;
  min-height: 0;
  padding: 0;
  line-height: 0;
  background: transparent;
  cursor: default;
}

.payment-method--paypal-sdk:hover {
  box-shadow: none;
  transform: none;
}

#paypal-button-container {
  width: 100%;
  max-width: none;
  height: 92px;
  margin: 0;
}

.cart-payment-error {
  position: fixed;
  z-index: 130;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(20, 0, 0, 0.82);
  backdrop-filter: blur(7px);
}

.cart-payment-error-inner {
  width: min(100%, 560px);
  padding: 46px 40px 40px;
  border: 1px solid rgba(196, 156, 77, 0.65);
  text-align: center;
  background: #fff;
}

.cart-payment-error-inner > p {
  margin: 0;
  color: #7a0c14;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.cart-payment-error-actions {
  display: grid;
  width: min(100%, 273px);
  gap: 15px;
  margin: 30px auto 0;
}

.cart-payment-error-actions .cart-action {
  width: 100%;
  margin-top: 0;
}

/* Reusable loading screen */
html.is-loading,
body.is-loading {
  overflow: hidden;
  overscroll-behavior: none;
}

body.is-loading {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
}

.site-loader {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.site-loader.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-loader-content {
  display: grid;
  justify-items: center;
  gap: 22px;
  color: var(--sub-gold);
}

.site-loader-spinner {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  border: 2px solid rgba(196, 156, 77, 0.24);
  border-top-color: var(--sub-gold);
  border-right-color: var(--sub-gold);
  border-radius: 50%;
  animation: loader-rotation 0.9s linear infinite;
}

.site-loader-spinner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 20px;
  background: var(--sub-gold);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  content: "";
  transform: translate(-50%, -50%);
}

.site-loader-copy {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.site-loader-title {
  margin: 0;
  font-family: var(--sub-font-en);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.site-loader-message {
  margin: 0;
  color: var(--sub-white);
  font-family: var(--sub-font-ja);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

/* Footer */
.sub-footer {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding: 42px 30px;
  border-top: 3px solid var(--sub-gold);
  flex-direction: column;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)),
    url("/image/tmariko_template/ppptokyo-live/background-black.png") center top / 1367px auto repeat,
    var(--sub-black);
}

.sub-footer-logo {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.sub-footer-account {
  display: flex;
  gap: 11px;
  margin-top: 22px;
  color: var(--sub-gold);
  font-family: var(--sub-font-en);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.sub-footer-navigation,
.sub-footer-links {
  display: flex;
  justify-content: center;
}

.sub-footer-navigation {
  gap: 24px;
  margin-top: 22px;
  font-family: var(--sub-font-en);
  font-size: 16px;
  font-weight: 600;
}

.sub-footer-links {
  gap: 22px;
  margin-top: 25px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
}

.sub-footer small {
  margin-top: 23px;
  font-family: var(--sub-font-en);
  font-size: 11px;
  font-weight: 600;
}

.sub-footer a {
  transition: color 0.2s ease;
}

.sub-footer a:hover {
  color: var(--sub-gold);
}

@keyframes loader-rotation {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1180px) {
  .sub-header {
    padding-inline: 25px;
  }

  .sub-header-inner {
    grid-template-columns: 60px minmax(0, 1fr) auto;
    gap: 16px;
  }

  .sub-header-logo {
    width: 60px;
    height: 62px;
  }

  .sub-nav-links {
    gap: 13px;
  }

  .sub-nav-links a {
    font-size: 13px;
  }

  .sub-header-actions {
    gap: 14px;
  }

  .sub-service-button {
    min-width: 105px;
  }

  .sub-service-button--plus {
    min-width: 160px;
  }

  .sub-account-links a {
    font-size: 38px;
  }

  .store-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .sub-header {
    position: fixed;
    padding: 10px 18px;
    background: rgba(8, 8, 8, 0.94);
  }

  .sub-header-inner {
    grid-template-columns: 52px 1fr auto;
    align-items: center;
  }

  .sub-header-logo {
    width: 52px;
    height: 52px;
  }

  .sub-menu-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    grid-column: 3;
    width: 42px;
    height: 42px;
    place-content: center;
    gap: 6px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: transparent;
    cursor: pointer;
  }

  .sub-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--sub-white);
    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
  }

  .sub-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .sub-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .sub-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .sub-header-navigation {
    position: fixed;
    top: 72px;
    right: 0;
    left: 0;
    max-height: calc(100vh - 72px);
    padding: 25px 22px 35px;
    overflow-y: auto;
    background: rgba(8, 8, 8, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 0.25s ease,
      transform 0.25s ease;
  }

  .sub-header-navigation.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .sub-nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .sub-nav-links a {
    display: flex;
    min-height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 14px;
  }

  .sub-header-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .faq-page .sub-header-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inquiry-page .sub-header-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sub-service-button,
  .sub-service-button--plus {
    width: 100%;
    min-width: 0;
  }

  .sub-header-account {
    display: none;
  }

  .sub-main {
    padding-top: 117px;
  }

  .subscription-purchase-page .sub-header-account {
    display: block;
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    padding-top: 0;
  }

  .subscription-purchase-page .sub-account-links {
    display: none;
  }

  .subscription-purchase-page .sub-social-links {
    justify-content: flex-start;
    gap: 15px;
    margin-top: 0;
    padding-right: 0;
  }

  .subscription-purchase-page .sub-social-links a {
    width: 19px;
    height: 19px;
  }

  .subscription-purchase-page .sub-menu-toggle {
    grid-column: 3;
    grid-row: 1;
  }

  .sub-header-subscription-link {
    width: max-content;
    min-height: 35px;
  }

}

@media (max-width: 960px) {
  .sub-header {
    padding: 25px 10px 7px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0));
  }

  .sub-header-inner {
    grid-template-columns: 66px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: start;
  }

  .sub-header-logo {
    width: 66px;
    height: 68px;
  }

  /* 下層ページのSPヘッダーはロゴとSNSを残す */
  .sub-header-account,
  .subscription-purchase-page .sub-header-account {
    display: block;
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    padding: 19px 0 0;
  }

  .sub-account-links,
  .subscription-purchase-page .sub-account-links {
    display: none;
  }

  .sub-social-links,
  .subscription-purchase-page .sub-social-links {
    justify-content: flex-start;
    gap: 20px;
    margin-top: 0;
    padding-right: 0;
  }

  .sub-header-utilities {
    justify-content: flex-start;
    gap: 18px;
    margin-top: 0;
  }

  .sub-language-switch {
    position: fixed;
    z-index: 5;
    top: 38px;
    right: 92px;
    font-size: 16px;
  }

  .sub-language-switch summary {
    gap: 7px;
  }

  .sub-language-switch summary svg {
    width: 26px;
    height: 26px;
  }

  .sub-language-switch-menu {
    right: 0;
    left: auto;
  }

  .sub-social-links a,
  .subscription-purchase-page .sub-social-links a {
    width: 20px;
    height: 20px;
  }

  .sub-social-links img {
    max-width: 20px;
    max-height: 20px;
  }

  .sub-menu-toggle,
  .subscription-purchase-page .sub-menu-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    grid-column: 3;
    grid-row: 1;
    width: 62px;
    height: 70px;
    align-content: start;
    justify-items: center;
    gap: 7px;
    padding: 0;
    border: 0;
    color: var(--sub-gold);
    background: transparent;
  }

  .sub-menu-toggle span {
    width: 62px;
    height: 1px;
    background: currentColor;
  }

  .sub-menu-toggle span:first-child {
    margin-top: 0;
  }

  .sub-menu-toggle b {
    display: block;
    margin-top: 7px;
    color: currentColor;
    font-family: var(--sub-font-en);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }

  .sub-header-navigation {
    top: 100px;
    max-height: calc(100vh - 100px);
  }

  body.sub-page {
    background-attachment: scroll;
  }

  .subscription-page-title {
    max-width: calc(100% - 28px);
  }

  .sub-page .subscription-page-title > p {
    margin-bottom: 4px;
    font-size: 10px;
  }

  .subscription-page-title > div {
    gap: 10px;
  }

  .subscription-page-title h1 {
    font-size: 34px;
  }

  .subscription-page-title i {
    width: 12px;
    height: 28px;
  }

  .subscription-purchase-content {
    width: 100%;
  }

  .subscription-intro {
    min-height: 0;
    padding-bottom: 35px;
  }

  .subscription-intro-circle {
    top: -40px;
    width: min(112vw, 438px);
    opacity: 0.72;
  }

  .subscription-intro-copy {
    width: 100%;
    padding-top: 15px;
  }

  .sub-page .subscription-monthly-fee {
    font-size: 15px;
  }

  .subscription-intro-copy h2 {
    width: min(100%, 350px);
    margin-top: 7px;
  }

  .subscription-lead {
    width: min(100%, 342px);
    margin: 23px auto 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .subscription-lead p + p {
    margin-top: 14px;
  }

  .sub-page .subscription-section-heading > p {
    font-size: 11px;
  }

  .subscription-section-heading h2 {
    font-size: 35px;
  }

  .subscription-section-heading--gold h2 {
    font-size: 35px;
  }

  .subscription-benefit-list {
    width: min(100%, 374px);
    min-height: 0;
    grid-template-columns: 1fr;
    margin: -3px auto 0;
  }

  .subscription-benefit {
    min-height: 144px;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 20px;
    padding: 22px 15px;
  }

  .subscription-benefit + .subscription-benefit {
    border-top: 1px solid rgba(117, 3, 8, 0.8);
    border-left: 0;
  }

  .subscription-benefit-icon {
    width: 40px;
    height: 40px;
    justify-self: center;
  }

  .subscription-benefit-icon img {
    width: 22px;
    max-height: 22px;
  }

  .subscription-benefit h3 {
    font-size: 21px;
  }

  .sub-page .subscription-benefit p {
    margin-top: 12px;
    font-size: 11px;
    line-height: 1.7;
  }

  .subscription-price-section {
    margin-top: 64px;
  }

  .subscription-price-table {
    width: min(calc(100% - 16px), 374px);
    margin-top: 16px;
  }

  .subscription-price-table > div {
    display: grid;
    min-height: 0 !important;
    grid-template-columns: 1fr;
  }

  .subscription-price-table dt,
  .subscription-price-table dd {
    min-height: 0;
    font-size: 12px;
    line-height: 1.7;
  }

  .subscription-price-table dt {
    padding: 16px 16px 5px;
    border-right: 0;
    border-bottom: 0;
  }

  .subscription-price-table dd {
    padding: 0 16px 18px;
  }

  .subscription-price-table > div:first-child dd {
    min-height: 0;
  }

  .subscription-price-table > div:nth-child(2) dd {
    min-height: 0;
  }

  .subscription-price-table > div:last-child dd {
    min-height: 0;
  }

  .subscription-purchase-action {
    margin-top: 46px;
  }

  .sub-main {
    padding-top: 108px;
  }

  .sub-heading p {
    font-size: 12px;
  }

  .sub-heading h1 {
    font-size: 48px;
  }

  .sub-heading--single h1 {
    font-size: clamp(26px, 8vw, 36px);
  }

  .sub-panel {
    width: 100%;
    min-height: 0;
    margin: -56px 0 0;
    padding: 105px 18px 100px;
  }

  .sub-panel::before {
    left: 0;
  }

  .legal-panel {
    padding: 120px 18px 78px;
  }

  .legal-document {
    font-size: 11px;
    line-height: 1.8;
  }

  .legal-document .top-text {
    margin-bottom: 40px;
  }

  .legal-document .descript-cat + .descript-cat {
    margin-top: 24px;
  }

  .legal-document .descript-cat h3 {
    font-size: 12px;
  }

  .legal-commerce-panel {
    padding: 90px 18px 82px;
  }

  .legal-commerce-document {
    font-size: 12px;
  }

  .legal-commerce-document .descript-list > div {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 4px;
  }

  .faq-page .member-page-panel {
    padding: 94px 18px 90px;
  }

  .faq-page .member-page-shell,
  .faq-page .member-page-content {
    width: 100%;
  }

  .faq-page .item-faq + .item-faq {
    margin-top: 48px;
  }

  .faq-page .in-title {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .faq-page .faq-list {
    gap: 12px;
  }

  .faq-page .faq-list dt {
    min-height: 64px;
    padding: 15px 58px 15px 18px;
    font-size: 13px;
  }

  .faq-page .faq-list dt::before,
  .faq-page .faq-list dt::after {
    right: 19px;
    width: 25px;
  }

  .faq-page .faq-list dd > p {
    padding: 0 18px 20px;
    font-size: 12px;
  }

  .inquiry-page .member-page-panel {
    min-height: 0;
    padding: 94px 18px 90px;
  }

  .inquiry-page .member-page-shell,
  .inquiry-page .member-page-content {
    width: 100%;
  }

  .inquiry-lead {
    padding-bottom: 31px;
    font-size: 13px;
    line-height: 1.75;
  }

  .inquiry-fields {
    gap: 24px;
    margin-bottom: 24px;
  }

  .inquiry-field > span {
    font-size: 14px;
  }

  .inquiry-field .sub-input {
    height: 48px;
    font-size: 14px;
  }

  .inquiry-field textarea.sub-input {
    height: 200px;
    min-height: 160px;
  }

  .inquiry-notice {
    margin-top: 0;
    padding: 13px 15px;
    font-size: 11px;
    line-height: 1.75;
  }

  .inquiry-submit {
    width: min(100%, 273px);
    margin-top: 50px;
  }

  .password-page .password-content {
    width: 100%;
  }

  .password-page .password-action {
    width: min(100%, 274px);
  }

  .login-shell {
    grid-template-columns: 1fr;
  }

  .login-column--member {
    padding-right: 0;
    padding-bottom: 55px;
    border-right: 0;
    border-bottom: 1px solid var(--sub-gold);
  }

  .login-column--guest {
    padding-top: 55px;
    padding-left: 0;
  }

  .sub-page .sub-diamond-button {
    width: 100%;
  }

  .mypage-page .sub-main {
    padding: 108px 0 100px;
  }

  .mypage-panel {
    width: 100%;
    min-height: 0;
    margin: -56px 0 0;
    padding: 90px 18px;
  }

  .mypage-panel::before,
  .member-page-panel::before {
    left: 0;
  }

  .mypage-shell {
    transform: none;
  }

  .mypage-plus {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 34px 20px;
    text-align: center;
  }

  .mypage-plus-title h2 {
    font-size: clamp(38px, 12vw, 48px);
  }

  .sub-page .mypage-plus-join > p {
    font-size: 13px;
  }

  .sub-page .mypage-plus-join > p br {
    display: none;
  }

  .mypage-page .mypage-plus-join {
    transform: none;
  }

  .sub-page .mypage-plus-button {
    margin-top: 20px;
    transform: none;
  }

  .mypage-user,
  .mypage-page--subscribed .mypage-user {
    margin-top: 42px;
  }

  .mypage-user-icon {
    width: 120px;
    height: 120px;
  }

  .sub-page .mypage-user-name {
    font-size: 14px;
  }

  .mypage-profile {
    width: 100%;
    margin-top: 28px;
  }

  .mypage-page--subscribed .mypage-profile {
    margin-top: 28px;
  }

  .mypage-profile dt,
  .mypage-profile dd {
    font-size: 14px;
  }

  .mypage-menu {
    margin-top: 70px;
  }

  .mypage-page .mypage-menu {
    margin-top: 70px;
  }

  .mypage-menu-heading {
    gap: 16px;
  }

  .mypage-menu-heading h2 {
    font-size: clamp(30px, 10vw, 44px);
  }

  .mypage-menu-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .mypage-account-actions {
    justify-content: center;
  }

  .register-lead {
    margin-bottom: 30px;
    font-size: 13px;
  }

  .register-lead br {
    display: none;
  }

  .live-list-page .sub-main {
    padding-bottom: 110px;
  }

  .live-list-panel {
    margin-top: -62px;
    padding-block: 95px 90px;
  }

  .live-list-content {
    transform: none;
  }

  .live-event-card {
    min-height: 132px;
    padding: 18px;
  }

  .live-event-card h2 {
    font-size: 14px;
  }

  .sub-page .live-event-card > p {
    font-size: 11px;
  }

  .live-list-results {
    min-height: 420px;
  }

  .live-list-empty {
    min-height: 390px;
    padding-inline: 0;
    font-size: 13px;
  }

  .live-event-skeleton-line--title {
    width: 78%;
  }

  .live-event-skeleton-line--description {
    width: 92%;
  }

  .live-play-page .sub-main {
    padding: 108px 0 110px;
  }

  .live-play-page .sub-footer {
    padding-block: 38px;
  }

  .live-play-panel {
    min-height: 0;
    margin-top: 0;
    padding-block: 30px 80px;
  }

  .live-play-content {
    transform: none;
  }

  .live-play-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .live-comments {
    min-height: 220px;
    font-size: 20px;
  }

  .live-comments-frame,
  .live-comments-embed,
  .live-comments-embed iframe {
    min-height: 220px;
  }

  .live-player-column h1 {
    margin-top: 10px;
    font-size: 13px;
  }

  .live-play-back {
    width: min(100%, 273px);
    margin-top: 55px;
  }

  .movie-page .sub-main {
    padding-top: 88px;
  }

  .member-page-layout {
    display: block;
    min-height: 0;
  }

  .member-sidebar-toggle {
    position: sticky;
    z-index: 16;
    top: 82px;
    display: flex;
    width: calc(100% - 24px);
    min-height: 44px;
    align-items: center;
    gap: 11px;
    margin: 0 12px;
    padding: 10px 15px;
    border: 1px solid var(--sub-gold);
    color: var(--sub-gold);
    font-family: var(--sub-font-en);
    font-size: 16px;
    font-weight: 700;
    background: #111;
  }

  .member-sidebar-toggle span,
  .member-sidebar-toggle::before,
  .member-sidebar-toggle::after {
    width: 18px;
    height: 2px;
    background: currentColor;
    content: "";
  }

  .member-sidebar-toggle span {
    position: absolute;
    left: 15px;
  }

  .member-sidebar-toggle {
    padding-left: 46px;
  }

  .member-sidebar-toggle::before {
    position: absolute;
    left: 15px;
    transform: translateY(-6px);
  }

  .member-sidebar-toggle::after {
    position: absolute;
    left: 15px;
    transform: translateY(6px);
  }

  .member-sidebar {
    position: fixed;
    z-index: 31;
    top: 72px;
    bottom: 0;
    left: 0;
    width: min(82vw, 300px);
    overflow-y: auto;
    transform: translateX(-105%);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .member-sidebar.is-open {
    transform: translateX(0);
  }

  .member-sidebar-inner {
    position: static;
    width: auto;
    height: auto;
    padding-top: 0;
    overflow-y: visible;
    transform: none !important;
  }

  .member-sidebar-backdrop {
    position: fixed;
    z-index: 30;
    inset: 0;
    display: block;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.25s ease,
      visibility 0.25s ease;
  }

  .member-sidebar-backdrop.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.is-member-sidebar-open {
    overflow: hidden;
  }

  .movie-area {
    margin-left: 0;
    padding-top: 34px;
  }

  .movie-heading {
    margin-left: 30px;
  }

  .movie-heading h1 {
    font-size: clamp(44px, 12vw, 60px);
  }

  .sub-page .movie-heading > p {
    max-width: calc(100vw - 60px);
    font-size: 11px;
  }

  .movie-panel {
    min-height: 0;
    margin-top: -58px;
    padding: 90px 18px 100px;
  }

  .movie-play-page .member-page-layout {
    min-height: 0;
  }

  .movie-watch-meta {
    margin-top: 16px;
  }

  .movie-watch-actions {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
  }

  .movie-recommend {
    margin-top: 42px;
  }

  .movie-recommend > h2 {
    padding-bottom: 9px;
    font-size: 20px;
  }

  .movie-recommend-grid {
    margin-top: 36px;
  }

  .movie-play-panel {
    padding-top: 94px;
    padding-bottom: 90px;
  }

  .movie-player-date {
    margin-top: 16px;
    font-size: 15px;
  }

  .movie-player-host .cnt_wrap {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
  }

  .movie-player-host .cnt_wrap .fev_addition:nth-child(n) {
    width: auto;
    flex: 1 1 calc(50% - 4px);
  }

  .movie-player-host .content-connection-blc {
    margin-top: 42px;
  }

  .movie-player-host .connection-head h3 {
    padding-bottom: 9px;
    font-size: 20px;
  }

  .movie-player-host .acv-list-area {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 14px;
    margin-top: 36px;
  }

  .movie-player-host .acv-list-area .date {
    display: none;
  }

  .movie-related-date {
    font-size: 15px;
  }

  .movie-related-title {
    margin-top: 5px;
    font-size: 11px;
  }

  .movie-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 14px;
  }

  .movie-thumbnail img {
    width: 46%;
    height: auto;
  }

  .movie-premium {
    width: auto;
    min-height: 20px;
    padding: 3px 6px;
    font-size: 9px;
    line-height: 14px;
  }

  .movie-date {
    font-size: 15px;
  }

  .movie-title {
    margin-top: 5px;
    font-size: 11px;
  }

  .movie-status {
    min-width: 54px;
    min-height: 19px;
    padding: 2px 6px;
    font-size: 10px;
  }

  .movie-meta {
    margin-top: 8px;
  }

  .movie-more {
    width: min(100%, 378px);
    margin-top: 60px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 0;
  }

  .form-fields--split {
    gap: 10px;
  }

  .sub-page .sub-input {
    height: 48px;
    padding-inline: 14px;
    font-size: 14px;
  }

  .register-notice {
    padding: 15px;
    font-size: 11px;
  }

  .register-submit {
    margin-top: 42px;
  }

  .store-panel,
  .store-detail-panel {
    padding-block: 105px 100px;
  }

  .store-detail-page .sub-main {
    padding-bottom: 100px;
  }

  .store-page .sub-main {
    padding-bottom: 100px;
  }

  .store-content {
    transform: none;
  }

  .cart-panel {
    margin-bottom: 0;
    padding-block: 105px 100px;
    background: rgba(41, 0, 2, 0.35);
  }

  .cart-content {
    transform: none;
  }

  .store-notice {
    min-height: 0;
    padding: 20px 16px;
  }

  .sub-page .store-notice p {
    font-size: 12px;
  }

  .store-list-toolbar,
  .store-detail-toolbar {
    margin-top: 38px;
  }

  .store-list-toolbar h2 {
    font-size: 20px;
  }

  .store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 52px 16px;
    margin-top: 42px;
  }

  .store-card-body {
    min-height: 0;
  }

  .sub-page .store-card-title {
    font-size: 12px;
  }

  .sub-page .store-card-price {
    font-size: 17px;
  }

  .store-detail-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .store-gallery {
    width: min(100%, 430px);
    margin-inline: auto;
  }

  .store-gallery-main-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 347 / 401;
  }

  .store-gallery-main {
    width: 100%;
    height: auto;
    aspect-ratio: 347 / 401;
  }

  .store-detail-skeleton {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .store-detail-skeleton-image {
    width: min(100%, 430px);
    height: auto;
    aspect-ratio: 347 / 401;
    margin-inline: auto;
  }

  .store-product-actions {
    width: 100%;
    margin-inline: 0;
  }

  .store-product-option-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .store-product-option-select-wrap {
    width: 100%;
  }

  .store-notification-chip {
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: auto;
    max-width: none;
  }

  .sub-page .store-product-action {
    width: 100%;
  }

  .cart-back-link {
    width: 100%;
  }

  .cart-item {
    grid-template-columns: 120px minmax(0, 1fr) auto;
    gap: 18px;
  }

  .cart-item-image {
    width: 104px;
    height: 120px;
    margin-left: 0;
  }

  .cart-skeleton-image {
    width: 104px;
    height: 120px;
    margin-left: 0;
  }

  .cart-checkout-layout {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .subscription-purchase-page .sub-main {
    padding-top: 104px;
    padding-bottom: 0;
  }

  .subscription-purchase-page .subscription-purchase-panel {
    margin-top: -20px;
    padding: 104px 8px 120px;
  }

  .subscription-purchase-page .subscription-purchase-panel::before {
    right: 0;
    left: 0;
  }

  .subscription-purchase-page .sub-footer {
    padding-block: 20px;
  }

  .sub-footer {
    padding: 38px 20px;
  }

  .sub-footer-logo {
    width: 145px;
    height: 145px;
  }
}

@media (max-width: 960px) {
  .sub-header-actions {
    grid-template-columns: 1fr;
  }

  .sub-nav-links {
    grid-template-columns: 1fr;
  }

  .form-fields--split {
    grid-template-columns: 1fr;
  }

  .sub-footer-navigation,
  .sub-footer-links {
    flex-wrap: wrap;
  }

  .store-list-toolbar {
    align-items: center;
  }

  .store-cart-link {
    width: 104px;
  }

  .store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 16px;
  }

  .store-card {
    width: 100%;
    margin-inline: 0;
  }

  .cart-section-heading,
  .cart-checkout-heading {
    font-size: 20px;
  }

  .cart-item {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 14px;
  }

  .cart-item-image {
    width: 78px;
    height: 90px;
  }

  .cart-skeleton-image {
    width: 78px;
    height: 90px;
  }

  .sub-page .cart-remove {
    grid-column: 1 / -1;
    width: 100%;
    height: 44px;
    min-height: 44px;
    margin-top: 6px;
    margin-right: 0;
    border-color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.2);
  }

  .cart-address-label-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-block: 18px 10px;
  }

  .cart-address-edit {
    width: 100%;
  }

  .cart-checkout-actions,
  .sub-page .cart-action {
    width: 100%;
  }

  .purchase-complete-panel {
    min-height: 540px;
    margin-top: -58px;
    padding-block: 105px 90px;
  }

  .purchase-complete-page .sub-footer {
    padding-block: 38px;
  }

  .purchase-complete-content {
    transform: none;
  }

  .purchase-complete-actions,
  .purchase-complete-action {
    width: min(100%, 273px);
  }

  .payment-modal-dialog {
    margin: 100px auto 130px;
  }

  .sub-page .payment-modal-close {
    top: 15px;
    right: 15px;
    transform: scale(0.72);
    transform-origin: top right;
  }

  .payment-modal-dialog h2 {
    margin-bottom: 36px;
    font-size: 18px;
  }

  .sub-page .payment-method,
  .sub-page .payment-method--card {
    min-height: 94px;
    padding: 15px 54px 15px 20px;
  }

  .payment-method-copy strong {
    font-size: 15px;
  }

  .payment-method-arrow {
    right: 22px;
    width: 18px;
    height: 18px;
  }

  .payment-card-brands {
    max-width: 230px;
    flex-wrap: wrap;
  }

  .sub-page .payment-method--paypal-sdk {
    min-height: 0;
    padding: 0;
  }

  #paypal-button-container {
    height: 94px;
  }

  .cart-payment-error-inner {
    padding: 34px 20px 28px;
  }

  .member-page .sub-main {
    padding: 108px 0 100px;
  }

  .member-page-panel {
    width: 100%;
    min-height: 0;
    margin: -56px 0 0;
    padding: 94px 18px 90px;
  }

  .myinfo3-page .member-page-panel {
    padding-top: 94px;
  }

  .mailmagazine-page .member-page-panel {
    padding-top: 94px;
  }

  .mail-archive-page .member-page-panel {
    min-height: 0;
    padding: 94px 18px 90px;
  }

  .mail-archive-page .member-page-shell {
    width: 100%;
    transform: none;
  }

  .mail-detail-page .member-page-shell,
  .mail-detail-page .member-page-content {
    width: 100%;
  }

  .mail-detail-page .member-page-shell {
    display: block;
    min-height: 0;
  }

  .mail-detail-page .member-page-panel::before {
    bottom: 0;
  }

  .member-page-shell {
    transform: none;
  }

  .member-page .mypage-menu {
    margin-top: 80px;
  }

  .member-action-stack,
  .sub-page .member-action--wide,
  .comment-more,
  .mail-archive-link {
    width: min(100%, 320px);
  }

  .member-data-row,
  .member-form-row,
  .mail-setting-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 10px;
  }

  .mailmagazine-page .mail-setting-row {
    min-height: 85px;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .mailmagazine-page .mail-archive-link {
    width: min(100%, 320px);
  }

  .myinfo3-page .member-form-row:nth-child(-n + 2) {
    min-height: 85px;
  }

  .myinfo3-page .member-form-row:nth-child(3) {
    padding-top: 18px;
  }

  .myinfo3-page .member-select {
    height: 48px;
  }

  .myinfo3-page .member-address-fields {
    gap: 14px;
  }

  .myinfo3-page .member-action-stack {
    margin-top: 80px;
  }

  .member-data-row dt {
    padding-left: 0;
  }

  .member-data-row dd {
    min-height: 0;
    padding: 0;
    border-left: 0;
  }

  .member-form-fields--split {
    gap: 10px;
  }

  .member-icon-row {
    min-height: 0;
  }

  .member-icon-editor {
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: flex-start;
    gap: 16px;
  }

  .member-icon-preview {
    width: 82px;
    height: 82px;
  }

  .member-icon-button {
    min-height: 38px;
    padding: 8px 13px;
  }

  .member-icon-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .member-icon-file-name {
    display: grid;
    gap: 2px;
  }

  .member-icon-file-name strong {
    font-size: 12px;
  }

  .member-icon-modal-dialog {
    padding: 46px 20px 26px;
  }

  .member-icon-modal h2 {
    font-size: 22px;
  }

  .member-radio-group,
  .member-date-fields {
    flex-wrap: wrap;
    gap: 14px;
  }

  .member-date-fields {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .member-date-fields label,
  .member-date-fields label:not(:first-child) {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px;
  }

  .member-date-fields .member-select {
    padding-right: 28px;
    padding-left: 12px;
  }

  .member-date-fields label::after {
    top: calc(50% - 3px);
    right: 28px;
    width: 10px;
    height: 10px;
    border-width: 1.5px;
  }

  .comment-history-list {
    gap: 30px;
    margin-top: 70px;
  }

  .comment-history-card {
    height: auto;
    min-height: 158px;
    padding: 32px 20px 24px;
  }

  .sub-page .comment-more {
    width: min(100%, 320px);
    transform: none;
  }

  .comment-history-card::before {
    left: -21px;
  }

  .comment-history-card::after {
    left: 0.5px;
  }

  .comment-history-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .mail-setting-copy br {
    display: none;
  }

  .mail-archive-results {
    min-height: 190px;
    margin-top: 45px;
  }

  .subscription-history-results {
    margin-top: 45px;
  }

  .subscription-history-loader.is-active {
    height: 112px;
  }

  .mail-archive-list {
    gap: 12px;
  }

  .mail-archive-list a {
    min-height: 70px;
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 13px 16px;
    font-size: 13px;
  }

  .mail-archive-page .mypage-menu,
  .mail-detail-page .mypage-menu {
    margin-top: 90px;
  }

  .mail-archive-page .mypage-menu {
    width: calc(100% - 36px);
    margin-right: auto;
    margin-left: auto;
  }

  .mail-detail-page .member-action-stack {
    margin-inline: auto;
  }

  .subscription-history-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 10px;
  }

  .subscription-conf-page .subscription-table .member-data-row {
    min-height: 78px;
    grid-template-columns: 124px minmax(0, 1fr) 104px;
    gap: 0;
    padding: 0 10px;
  }

  .subscription-conf-page .subscription-table .member-data-row dt {
    display: flex;
    min-height: 78px;
    align-items: center;
    padding: 14px 12px 14px 0;
    font-size: 14px;
    line-height: 1.45;
  }

  .subscription-conf-page .subscription-table .member-data-row dd {
    display: flex;
    min-height: 48px;
    grid-column: 2 / -1;
    align-items: center;
    align-self: center;
    padding: 14px 10px 14px 16px;
    border-left: 1px solid var(--sub-gold);
    font-size: 14px;
    background: transparent;
  }

  .subscription-conf-page .subscription-table .member-data-row:has(.subscription-row-action) dd {
    grid-column: 2;
  }

  .subscription-conf-page .subscription-row-action {
    width: 100%;
    min-height: 40px;
    grid-column: 3;
    padding: 6px;
    font-size: 13px;
  }

  .subscription-confirm-modal {
    padding: 18px;
  }

  .subscription-confirm-dialog {
    padding: 46px 20px 24px;
  }

  .subscription-confirm-close {
    top: 10px;
    right: 10px;
  }

  .subscription-confirm-dialog h2 {
    padding-inline: 24px;
    font-size: 20px;
  }

  .subscription-confirm-message {
    margin-top: 23px;
    font-size: 13px;
    line-height: 1.8;
  }

  .subscription-confirm-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 27px;
  }

  .subscription-confirm-button {
    min-height: 48px;
    font-size: 13px;
  }

  .sub-page .subscription-confirm-button--submit {
    padding: 6px 30px 6px 12px;
  }

  .subscription-confirm-button--submit i {
    right: 12px;
  }

  .subscription-history-row span:last-child {
    text-align: left;
  }

  .purchase-history-list {
    gap: 70px;
  }

  .purchase-history-results {
    margin-top: 45px;
  }

  .purchase-history-empty:not(.purchase-history-empty--error) {
    padding-inline: 0;
    font-size: clamp(11px, 3.3vw, 13px);
    white-space: nowrap;
  }

  .purchase-history-loader.is-active {
    height: 112px;
  }

  .purchase-item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 16px;
  }

  .purchase-item img {
    width: 88px;
    height: 104px;
  }

  .purchase-item-copy,
  .purchase-item-copy h2 {
    font-size: 13px;
  }

  .purchase-item-copy strong {
    font-size: 16px;
  }

  .purchase-summary {
    padding: 10px 15px;
    font-size: 13px;
    text-align: left;
  }
}

/* Talent */
.talent-panel {
  margin-top: -56px;
  padding: 151px 20px 157px;
}

.talent-page .sub-main {
  padding-bottom: 178px;
}

.talent-content {
  max-width: 1166px;
}

.talent-group + .talent-group {
  margin-top: 103px;
}

.talent-group-heading {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 55px;
  margin-bottom: 45px;
  padding-bottom: 20px;
  color: var(--sub-white);
}

.talent-group-title {
  flex: 0 0 auto;
}

.sub-page .talent-group-title p {
  margin-bottom: -2px;
  color: var(--sub-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.talent-group-title h2 {
  margin: 0;
  color: transparent;
  font-family: var(--sub-font-en);
  font-size: 50px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.015em;
  -webkit-text-stroke: 1px var(--sub-white);
  text-stroke: 1px var(--sub-white);
}

.talent-group-line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--sub-gold);
}

.sub-page .talent-girls-link {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
  margin-bottom: -2px;
  color: var(--sub-gold);
  font-size: 14px;
  font-weight: 700;
}

.sub-page .talent-girls-link i {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.sub-page .talent-girls-link:hover i,
.sub-page .talent-girls-link:focus-visible i {
  transform: translateX(4px) rotate(45deg);
}

.talent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: clamp(20px, 3.3vw, 45px);
  row-gap: 52px;
}

.talent-group--girls .talent-group-heading {
  margin-bottom: 45px;
}

.talent-group--girls .talent-grid {
  row-gap: 47px;
}

.talent-card {
  min-width: 0;
}

.sub-page .talent-card-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  color: var(--sub-white);
  font-family: var(--sub-font-ja);
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.talent-card-photo {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.talent-card-photo img {
  display: block;
  width: 100%;
  height: auto;
  transition:
    opacity 0.42s ease,
    transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

.talent-card-photo-primary {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.talent-card-photo-hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.025);
}

.talent-card-trigger.has-hover-image:hover .talent-card-photo-primary,
.talent-card-trigger.has-hover-image:focus-visible .talent-card-photo-primary {
  opacity: 0;
  transform: scale(1.025);
}

.talent-card-trigger.has-hover-image:hover .talent-card-photo-hover,
.talent-card-trigger.has-hover-image:focus-visible .talent-card-photo-hover {
  opacity: 1;
  transform: scale(1);
}

.talent-card-meta {
  position: relative;
  display: grid;
  min-height: 53px;
  align-content: start;
  padding: 11px 30px 0 0;
  transition: color 0.25s ease;
}

.talent-card-meta strong,
.talent-card-meta small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.talent-card-meta strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.talent-card-meta small {
  margin-top: 1px;
  color: var(--sub-gold);
  font-family: var(--sub-font-en);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

.talent-card-meta i {
  position: absolute;
  top: 17px;
  right: 6px;
  width: 11px;
  height: 11px;
  border-top: 2px solid var(--sub-gold);
  border-right: 2px solid var(--sub-gold);
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.talent-card-trigger:hover .talent-card-meta,
.talent-card-trigger:focus-visible .talent-card-meta {
  color: var(--sub-gold);
}

.talent-card-trigger:hover .talent-card-meta i,
.talent-card-trigger:focus-visible .talent-card-meta i {
  transform: translateX(4px) rotate(45deg);
}

.talent-card-trigger:focus-visible {
  outline: 2px solid var(--sub-gold);
  outline-offset: 5px;
}

html.is-talent-modal-open,
body.is-talent-modal-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body.is-talent-modal-open {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
}

.talent-modal {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: column;
  padding: 90px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.32s ease,
    visibility 0.32s ease;
}

.talent-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.talent-modal [hidden] {
  display: none !important;
}

.talent-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5, 0, 0, 0.78);
}

.talent-modal-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(calc(100% - 80px), 1166px);
  grid-template-columns: minmax(280px, 388px) minmax(0, 1fr);
  align-items: center;
  gap: 64px;
  margin: auto;
  opacity: 0;
  outline: none;
  transform: translateY(18px);
  transition:
    opacity 0.32s ease,
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.talent-modal.is-active .talent-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

.talent-modal-photo {
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.talent-modal-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.talent-modal-info {
  min-width: 0;
  color: var(--sub-white);
}

.sub-page .talent-modal-role {
  margin: 0 0 5px;
  color: var(--sub-gold);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

.talent-modal-name-row {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 27px;
}

.talent-modal-name-row h2 {
  margin: 0;
  font-size: clamp(34px, 3.2vw, 46px);
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}

.sub-page .talent-modal-name-row p {
  margin: 0;
  font-family: var(--sub-font-en);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

.talent-modal-details {
  display: grid;
  gap: 16px;
  margin-top: 11px;
  padding-top: 31px;
  border-top: 2px solid rgba(255, 255, 255, 0.9);
  font-family: var(--sub-font-en);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
}

.sub-page .talent-modal-details p {
  display: flex;
  gap: 7px;
  margin: 0;
}

.talent-modal-details strong {
  font: inherit;
}

.talent-modal-sns {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sub-page .talent-modal-sns > a {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.sub-page .talent-modal-sns > a:hover,
.sub-page .talent-modal-sns > a:focus-visible {
  opacity: 0.62;
}

.sub-page .talent-modal-sns > a:focus-visible {
  outline: 1px solid var(--sub-gold);
  outline-offset: 4px;
}

.talent-modal-sns img {
  max-width: 28px;
  max-height: 28px;
}

.sub-page .talent-modal-close {
  position: fixed;
  z-index: 2;
  top: 29px;
  right: 30px;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  color: var(--sub-gold);
  background: transparent;
  cursor: pointer;
}

.talent-modal-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.talent-modal-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.talent-modal-close:hover span:first-child,
.talent-modal-close:focus-visible span:first-child {
  transform: translate(-50%, -50%) rotate(135deg);
}

.talent-modal-close:hover span:last-child,
.talent-modal-close:focus-visible span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 960px) {
  .talent-panel {
    padding-top: 130px;
  }

  .talent-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px 24px;
  }

  .talent-group--girls .talent-grid {
    row-gap: 36px;
  }

  .talent-modal-dialog {
    width: min(calc(100% - 60px), 850px);
    grid-template-columns: minmax(250px, 340px) minmax(0, 1fr);
    gap: 38px;
  }

  .talent-modal-name-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .talent-modal-details {
    font-size: 21px;
  }
}

@media (max-width: 960px) {
  .talent-panel {
    padding: 118px 20px 110px;
  }

  .talent-page .sub-main {
    padding-bottom: 120px;
  }

  .talent-content {
    width: 100%;
  }

  .talent-group + .talent-group {
    margin-top: 72px;
  }

  .talent-group-heading {
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 24px;
    padding-bottom: 14px;
  }

  .talent-group--girls .talent-group-heading {
    margin-bottom: 24px;
  }

  .sub-page .talent-group-title p {
    font-size: 10px;
  }

  .talent-group-title h2 {
    font-size: 31px;
  }

  .talent-girls-link {
    width: 100%;
    min-height: 24px;
    margin: 0;
    font-size: 10px;
  }

  .talent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
  }

  .talent-group--girls .talent-grid {
    row-gap: 28px;
  }

  .talent-card-meta {
    min-height: 47px;
    padding-top: 9px;
  }

  .talent-card-meta strong {
    font-size: 12px;
  }

  .talent-card-meta small {
    font-size: 9px;
  }

  .talent-card-meta i {
    top: 14px;
    right: 4px;
    width: 9px;
    height: 9px;
  }

  .talent-modal {
    display: block;
    padding: 0;
  }

  .talent-modal-dialog {
    display: block;
    width: min(calc(100% - 36px), 440px);
    margin: 114px auto 50px;
  }

  .talent-modal-photo {
    width: min(100%, 310px);
    margin-inline: auto;
  }

  .talent-modal-info {
    margin-top: 34px;
  }

  .sub-page .talent-modal-role {
    font-size: 12px;
  }

  .talent-modal-name-row {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    gap: 14px;
  }

  .talent-modal-name-row h2 {
    font-size: 28px;
    white-space: normal;
  }

  .sub-page .talent-modal-name-row p {
    font-size: 12px;
  }

  .talent-modal-details {
    gap: 10px;
    margin-top: 7px;
    padding-top: 12px;
    font-size: 16px;
  }

  .talent-modal-sns {
    gap: 12px;
  }

  .sub-page .talent-modal-sns > a {
    width: 22px;
    height: 22px;
  }

  .talent-modal-sns img {
    max-width: 22px;
    max-height: 22px;
  }

  .sub-page .talent-modal-close {
    top: 30px;
    right: 16px;
    width: 42px;
    height: 42px;
  }

  .talent-modal-close span {
    width: 52px;
  }
}

@media (max-width: 960px) {
  .talent-panel {
    padding-inline: 16px;
  }

  .talent-grid {
    column-gap: 12px;
  }
}

/* Schedule */
[v-cloak] {
  display: none !important;
}

.schedule-page .sub-main {
  padding-bottom: 178px;
}

.schedule-panel,
.schedule-detail-panel {
  margin-top: -56px;
  padding: 143px 20px 165px;
}

.schedule-content,
.schedule-detail-content {
  max-width: 1110px;
}

.schedule-results {
  min-height: 390px;
}

.schedule-results.is-empty {
  min-height: 150px;
}

.schedule-month-list,
.schedule-empty {
  animation: schedule-content-fade 0.55s ease both;
}

@keyframes schedule-content-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.schedule-month-group + .schedule-month-group {
  margin-top: 58px;
}

.schedule-month-title {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin: 0 0 31px;
  padding-bottom: 10px;
  color: var(--sub-white);
  font-family: var(--sub-font-en);
  font-size: 48px;
  font-weight: 700;
  line-height: 0.9;
}

.schedule-month-title small {
  padding-bottom: 4px;
  color: var(--sub-gold);
  font-family: var(--sub-font-en);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.schedule-month-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--sub-gold);
  content: "";
}

.schedule-list {
  display: grid;
  gap: 14px;
}

.sub-page .schedule-list-item {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 70px;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 34px;
  padding: 13px 58px 13px 42px;
  border: 0;
  color: var(--sub-white);
  font-family: var(--sub-font-ja);
  text-align: left;
  background: rgba(0, 0, 0, 0.32);
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.sub-page .schedule-list-item:hover,
.sub-page .schedule-list-item:focus-within {
  background: rgba(0, 0, 0, 0.52);
  transform: translateX(4px);
}

.schedule-list-meta {
  display: grid;
  gap: 0;
  text-align: center;
}

.schedule-list-meta time {
  font-family: var(--sub-font-en);
  font-size: 18px;
  font-weight: 500;
}

.schedule-list-item strong {
  overflow-wrap: anywhere;
  font-size: 15px;
  font-weight: 500;
}

.schedule-list-item > i {
  position: absolute;
  top: 50%;
  right: 27px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--sub-gold);
  border-right: 2px solid var(--sub-gold);
  opacity: 0;
  transform: translate(-5px, -50%) rotate(45deg);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.schedule-list-item .cvr {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.schedule-list-item:hover > i,
.schedule-list-item:focus-within > i {
  opacity: 1;
  transform: translate(0, -50%) rotate(45deg);
}

.schedule-empty {
  display: grid;
  min-height: 360px;
  place-items: center;
  margin: 0;
  color: var(--sub-white);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.schedule-results.is-empty .schedule-empty {
  min-height: 150px;
}

.schedule-skeleton {
  display: grid;
  gap: 52px;
}

.schedule-skeleton-group {
  display: grid;
  gap: 14px;
}

.schedule-skeleton-month,
.schedule-skeleton-row {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.schedule-skeleton-month::after,
.schedule-skeleton-row::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 15%, rgba(255, 255, 255, 0.12) 50%, transparent 85%);
  content: "";
  transform: translateX(-100%);
  animation: schedule-skeleton-shimmer 1.35s ease-in-out infinite;
}

.schedule-skeleton-month {
  width: 125px;
  height: 46px;
  margin-bottom: 13px;
}

.schedule-skeleton-row {
  width: 100%;
  height: 70px;
}

@keyframes schedule-skeleton-shimmer {
  to { transform: translateX(100%); }
}

.schedule-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 75px;
}

.sub-page .schedule-pager button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--sub-gold);
  color: var(--sub-gold);
  font: 700 14px/1 var(--sub-font-en);
  background: transparent;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.sub-page .schedule-pager button:hover,
.sub-page .schedule-pager button:focus-visible,
.sub-page .schedule-pager button.is-active {
  color: var(--sub-black);
  background: var(--sub-gold);
}

.sub-page .schedule-pager button:disabled {
  cursor: default;
  opacity: 1;
}

.schedule-pager-ellipsis {
  display: grid;
  width: 28px;
  height: 36px;
  place-items: center;
  color: var(--sub-gold);
  font: 700 14px/1 var(--sub-font-en);
}

.schedule-pager-arrow::before {
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.schedule-pager-arrow--next::before {
  transform: rotate(225deg);
}

/* Schedule detail */
.schedule-detail-panel {
  padding-top: 139px;
  padding-bottom: 145px;
}

.schedule-detail-header {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(151, 22, 28, 0.65);
}

.schedule-detail-meta {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 7px;
}

.schedule-detail-meta time,
.schedule-detail-meta span {
  font-size: 15px;
  font-weight: 700;
}

.schedule-detail-meta span {
  color: var(--sub-gold);
}

.schedule-detail-header h2 {
  margin: 0;
  color: var(--sub-white);
  font-family: var(--sub-font-ja);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.schedule-detail-body {
  padding: 27px 0 56px;
  color: var(--sub-white);
  font-size: 15px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.schedule-detail-body > *:first-child {
  margin-top: 0;
}

.schedule-detail-body > *:last-child {
  margin-bottom: 0;
}

.schedule-detail-body p + p,
.schedule-detail-body p + div,
.schedule-detail-body div + p {
  margin-top: 22px;
}

.schedule-detail-body a {
  color: var(--sub-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sub-page .schedule-detail-back {
  width: 275px;
  min-height: 58px;
  border: 2px solid var(--sub-gold);
  color: var(--sub-gold);
  background: transparent;
}

.sub-page .schedule-detail-back i {
  background: var(--sub-gold);
}

@media (max-width: 960px) {
  .schedule-page .sub-main {
    padding-bottom: 120px;
  }

  .schedule-panel,
  .schedule-detail-panel {
    padding: 118px 20px 110px;
  }

  .schedule-month-group + .schedule-month-group {
    margin-top: 48px;
  }

  .schedule-month-title {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .sub-page .schedule-list-item {
    min-height: 76px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    padding: 12px 38px 12px 18px;
  }

  .schedule-list-item strong {
    font-size: 13px;
  }

  .schedule-list-meta time {
    font-size: 18px;
  }

  .schedule-list-item > i {
    right: 18px;
    opacity: 1;
    transform: translate(0, -50%) rotate(45deg);
  }

  .schedule-detail-panel {
    padding-top: 116px;
  }

  .schedule-detail-content {
    width: 100%;
  }

  .sub-page .schedule-detail-back {
    width: min(100%, 360px);
  }
}

@media (max-width: 500px) {
  .schedule-panel,
  .schedule-detail-panel {
    padding-inline: 16px;
  }

  .sub-page .schedule-list-item {
    display: block;
    min-height: 95px;
    padding: 14px 40px 14px 16px;
  }

  .schedule-list-meta {
    margin-bottom: 8px;
  }

  .schedule-empty {
    min-height: 260px;
    font-size: 14px;
  }

  .schedule-results.is-empty,
  .schedule-results.is-empty .schedule-empty {
    min-height: 130px;
  }

  .schedule-detail-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .schedule-detail-meta time,
  .schedule-detail-meta span,
  .schedule-detail-body {
    font-size: 13px;
  }

  .schedule-detail-header h2 {
    font-size: 16px;
  }

  .sub-page .schedule-detail-back {
    width: 100%;
  }
}


/* PPPTOKYO GIRLS */
.girls-panel {
  margin-top: -58px;
  padding: 133px 20px 153px;
}

.girls-page .sub-main {
  padding-bottom: 178px;
}

.girls-content {
  max-width: 1166px;
}

.girls-about {
  padding: 35px 45px 39px;
  border-top: 1px solid var(--sub-gold);
  border-bottom: 1px solid var(--sub-gold);
}

.girls-about-heading {
  color: var(--sub-gold);
}

.sub-page .girls-about-heading p {
  margin: 0 0 1px;
  color: var(--sub-gold);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.girls-about-heading h2 {
  margin: 0;
  color: var(--sub-gold);
  font-family: var(--sub-font-en);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.sub-page .girls-about-lead {
  margin: 25px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
}

.girls-about-copy {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}

.sub-page .girls-about-copy p {
  margin: 0;
}

.sub-page .girls-about-copy p + p {
  margin-top: 4px;
}

.girls-members {
  position: relative;
  display: block;
  margin-top: 86px;
}

.girls-members > h2 {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0 0 -34px;
  color: rgba(151, 8, 14, 0.48);
  font-family: var(--sub-font-en);
  font-size: clamp(100px, 13vw, 180px);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: 0.035em;
  text-align: center;
  white-space: nowrap;
  writing-mode: horizontal-tb;
  pointer-events: none;
}

.girls-members-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 56px;
  row-gap: 77px;
}

.girls-member-card {
  min-width: 0;
}

.sub-page .girls-member-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  background: transparent;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.girls-member-trigger:hover,
.girls-member-trigger:focus-visible {
  transform: translateY(-4px);
}

.girls-member-trigger:focus-visible {
  outline: 2px solid var(--sub-gold);
  outline-offset: 5px;
}

.girls-member-card figure {
  margin: 0;
}

.girls-member-card img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #a8171c;
}

.girls-member-card figcaption {
  margin-top: 10px;
  color: var(--sub-white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 960px) {
  .girls-page .sub-header-account {
    display: block;
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    padding-top: 0;
  }

  .girls-page .sub-account-links {
    display: none;
  }

  .girls-page .sub-social-links {
    justify-content: flex-start;
    gap: 15px;
    margin-top: 0;
    padding-right: 0;
  }

  .girls-page .sub-social-links a {
    width: 19px;
    height: 19px;
  }

  .girls-members {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 30px;
  }

  .girls-members > h2 {
    font-size: 70px;
  }

  .girls-members-grid {
    column-gap: 28px;
  }
}

@media (max-width: 960px) {
  .girls-page .sub-header-account {
    padding-top: 19px;
  }

  .girls-page .sub-social-links {
    gap: 20px;
  }

  .girls-page .sub-social-links a {
    width: 20px;
    height: 20px;
  }

  .girls-page .sub-main {
    padding-bottom: 155px;
  }

  .girls-panel {
    margin-top: -56px;
    padding: 145px 18px 105px;
  }

  .girls-content {
    width: 100%;
  }

  .girls-about {
    padding: 49px 4px 48px;
  }

  .girls-about-heading {
    text-align: center;
  }

  .sub-page .girls-about-heading p {
    margin-bottom: 3px;
    font-size: 12px;
  }

  .girls-about-heading h2 {
    font-size: 32px;
  }

  .sub-page .girls-about-lead {
    margin-top: 31px;
    font-size: 18px;
    line-height: 1.7;
  }

  .girls-about-copy {
    margin-top: 23px;
    font-size: 13px;
    font-weight: 600;
    line-height: 2;
  }

  .sub-page .girls-about-copy p + p {
    margin-top: 6px;
  }

  .girls-members {
    display: block;
    margin-top: 60px;
  }

  .girls-members > h2 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-bottom: -17px;
    color: rgba(151, 8, 14, 0.58);
    font-size: clamp(56px, 25vw, 100px);
    line-height: 0.88;
    letter-spacing: 0.01em;
    text-align: center;
  }

  .girls-members-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 20px;
  }

  .girls-member-card img {
    border-width: 2px;
  }

  .girls-member-card figcaption {
    margin-top: 6px;
    font-size: 12px;
  }
}

@media (max-width: 370px) {
  .girls-panel {
    padding-inline: 14px;
  }

  .girls-members-grid {
    column-gap: 14px;
  }

  .girls-members > h2 {
    font-size: 56px;
  }
}


/* Shared SP header / hamburger menu */
@media (max-width: 960px) {
  body.sub-page.is-menu-open {
    overflow: hidden;
  }

  .sub-header {
    --sub-mobile-header-height: 104px;
    padding: 22px 14px 0 20px;
    background: transparent;
  }

  .sub-header.is-menu-open {
    height: var(--sub-mobile-header-height);
    background: #260001;
  }

  .sub-header::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    content: "";
    background: linear-gradient(to bottom, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.32s ease;
  }

  .sub-header.is-menu-open::before {
    opacity: 0;
  }

  .sub-header-inner {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 64px;
  }

  .sub-header-logo {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    display: block;
    width: 66px;
    height: 68px;
  }

  .sub-header-account,
  .subscription-purchase-page .sub-header-account,
  .girls-page .sub-header-account {
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 75px;
    display: block;
    margin: 0;
    padding: 0;
  }

  .sub-social-links,
  .subscription-purchase-page .sub-social-links,
  .girls-page .sub-social-links {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin: 0;
    padding: 0;
  }

  .sub-social-links a,
  .subscription-purchase-page .sub-social-links a,
  .girls-page .sub-social-links a {
    width: 20px;
    height: 20px;
  }

  .sub-social-links img {
    max-width: 20px;
    max-height: 20px;
  }

  .sub-account-links,
  .subscription-purchase-page .sub-account-links,
  .girls-page .sub-account-links {
    display: none;
  }

  .sub-mobile-menu-account {
    display: flex;
    order: 1;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-bottom: 26px;
    color: var(--sub-gold);
    font-family: var(--sub-font-en);
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
  }

  .sub-mobile-menu-account a {
    padding: 0;
    color: inherit;
    background: transparent;
  }

  .sub-mobile-menu-account a:hover,
  .sub-mobile-menu-account a:focus-visible {
    color: var(--sub-gold);
    background: transparent;
  }

  .sub-menu-toggle,
  .subscription-purchase-page .sub-menu-toggle,
  .girls-page .sub-menu-toggle {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    display: flex;
    width: 54px;
    height: 64px;
    align-items: center;
    flex-direction: column;
    gap: 0;
    padding: 0;
    border: 0;
    color: var(--sub-gold);
    background: transparent;
  }

  .sub-page .sub-menu-toggle {
    color: var(--sub-gold);
  }

  .sub-menu-toggle:focus:not(:focus-visible) {
    outline: none;
  }

  .sub-menu-toggle:focus-visible {
    outline: 1px solid var(--sub-gold);
    outline-offset: 3px;
  }

  .sub-menu-toggle span {
    width: 54px;
    height: 2px;
    margin: 0;
    background: currentColor;
  }

  .sub-menu-toggle span + span {
    margin-top: 13px;
  }

  .sub-menu-toggle b {
    display: block;
    margin-top: 11px;
    color: currentColor;
    font-family: var(--sub-font-en);
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
  }

  .sub-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(15px) rotate(30deg);
  }

  .sub-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .sub-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-15px) rotate(-30deg);
  }

  .sub-header-navigation {
    position: fixed;
    z-index: 1;
    inset: var(--sub-mobile-header-height) 0 0;
    display: flex;
    visibility: hidden;
    width: 100%;
    height: calc(100vh - var(--sub-mobile-header-height));
    height: calc(100dvh - var(--sub-mobile-header-height));
    max-height: none;
    min-width: 0;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding: 21px 20px max(46px, env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    background: #260001;
    opacity: 0;
    pointer-events: none;
    transform: none;
    transition:
      opacity 0.32s ease,
      visibility 0s linear 0.32s;
  }

  .sub-header-navigation.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition:
      opacity 0.32s ease,
      visibility 0s linear 0s;
  }

  .sub-header-navigation > * {
    flex-shrink: 0;
  }

  .sub-header-actions,
  .faq-page .sub-header-actions,
  .inquiry-page .sub-header-actions {
    display: grid;
    order: 2;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "live store"
      "plus plus"
      "subscription subscription";
    gap: 10px 16px;
    width: 100%;
    margin: 0;
  }

  .sub-header-actions .sub-service-button {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 6px 10px;
    font-size: 20px;
  }

  .sub-header-actions .sub-service-button--live {
    grid-area: live;
    border-color: var(--sub-white);
    color: var(--sub-black);
    background: var(--sub-white);
  }

  .sub-header-actions .sub-service-button--live img {
    filter: none;
  }

  .sub-header-actions .sub-service-button--store {
    grid-area: store;
    border: 2px solid var(--sub-white);
    color: var(--sub-white);
    background: transparent;
  }

  .sub-header-actions .sub-service-button--plus {
    position: relative;
    grid-area: plus;
    margin-top: 9px;
    border: 2px solid var(--sub-white);
    color: var(--sub-white);
    background: transparent;
  }

  .sub-header-actions .sub-service-button--community {
    position: relative;
    grid-area: community;
    border: 2px solid var(--sub-gold);
    color: var(--sub-gold) !important;
    background: transparent;
  }

  .sub-header-actions .sub-service-button--plus:hover,
  .sub-header-actions .sub-service-button--plus:focus-visible,
  .sub-header-actions .sub-service-button--community:hover,
  .sub-header-actions .sub-service-button--community:focus-visible {
    background: transparent;
  }

  .sub-header-actions .sub-service-button--plus img,
  .sub-header-actions .sub-service-button--community img {
    position: absolute;
    left: 35px;
    width: 23px;
    max-height: 23px;
  }

  .sub-header-actions .sub-service-button--live img,
  .sub-header-actions .sub-service-button--store img {
    width: 25px;
    max-height: 24px;
  }

  .sub-header-subscription-link {
    grid-area: subscription;
    justify-content: flex-start;
    width: 100%;
    min-height: 51px;
    margin-top: 15px;
    padding: 10px 4px 7px;
    border-bottom: 1px solid #a70b12;
    color: var(--sub-gold);
    background: transparent;
    font-family: var(--sub-font-ja);
    font-size: 18px;
    font-weight: 700;
  }

  .sub-header-navigation > nav {
    order: 3;
    margin-top: 11px;
  }

  .sub-header-navigation:has(.sub-header-subscription-link) > nav {
    margin-top: -2px;
  }

  .sub-nav-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sub-nav-links li {
    border-bottom: 1px solid #a70b12;
  }

  .sub-nav-links a {
    display: flex;
    min-height: 57px;
    align-items: center;
    padding: 3px 0;
    font-family: var(--sub-font-ja);
    font-size: 18px;
    font-weight: 700;
  }

  .sub-nav-links img {
    width: 13px;
  }

  .sub-nav-top-link {
    display: block;
  }

  .sub-nav-about-link {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .site-loader-spinner {
    animation: none;
  }

  .subscription-intro-circle {
    animation: none;
  }

  .sub-page .subscription-purchase-action:hover i,
  .sub-page .subscription-purchase-action:focus-visible i {
    animation: none;
  }
}
