@charset "UTF-8";

/*!
Theme Name: Bonnouzi Child
Template:   shinjuku-shinchi
Version:    1.0.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

.btn-primary {
    font-family: 'Noto Serif JP', serif;
    color: #430093 !important;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    background-color: transparent !important;
    border: none;
    background-image: url("img/main_btn.png");
    background-size: cover;
    max-width: 303px;
    width: 100%;
    height: 49px;
    line-height: 53px;
    padding: 0 !important;
    text-align: center;
    text-shadow: none;
}

.btn-primary:hover {
    text-decoration: none;
}

.font-white {
    color: #FFFFFF !important;
}

.fw-bold {
    font-weight: bold;
}

.box-shadow {
    box-shadow: 0px 3px 6px #00000029;
}

.shadow-none {
    text-shadow: none !important;
    font-weight: normal !important;
}

#header-container {
    background: transparent;
}

#header-container .navi {
    background: transparent;
}

.appeal {
    background-size: cover;
}

body.home, body.page.page-id-97 {
    background-image: url("./img/back_bg_full.webp");
    background-size: cover;
    background-position: center top;
    background-attachment: unset;
}

body.page.page-id-16 {
    background: url("img/back_price.webp");
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
}

body.post-type-archive-cast,
body.single-cast {
    background: url("img/back_cast.webp");
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
}

.carousel-in {
    background-color: transparent;
}

/* ここからトップページのカルーセル */
.campaign-carousel-section {
  padding: 50px 0;
  overflow: hidden;
}

.js-campaign-carousel {
  width: 100%;
  overflow: visible;
}

.js-campaign-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}

.js-campaign-carousel .swiper-slide {
  height: auto;
}

.campaign-card {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.campaign-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.campaign-card:hover img {
  transform: scale(1.03);
}

@media screen and (max-width: 767px) {
  .campaign-carousel-section {
    padding: 32px 0;
  }

  .campaign-card {
    border-radius: 8px;
  }
}

/* ここからトップページの最新口コミカルーセル */
.bnz-reviews,
.bnz-reviews * {
  box-sizing: border-box;
}

.bnz-reviews {
  --bnz-accent: #a3123f;
  --bnz-gold: #ffc94d;
  --bnz-pink: #c2185b;
  position: relative;
  padding: 42px 0 28px;
  margin-bottom: 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(193, 54, 135, 0.96) 0%, rgba(154, 24, 105, 0.96) 100%);
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.bnz-reviews + section.section.newsec {
  margin-top: 0 !important;
}

.bnz-reviews__head {
  position: relative;
  padding: 0 16px 22px;
  text-align: center;
}

.bnz-reviews__title.title {
  margin: 0;
  color: #fff !important;
  font-family: "Noto Serif JP", serif;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
  text-align: center;
  text-shadow: 0 0 10px #ff00cc;
}

.bnz-reviews__title.title span {
  display: inline-block;
  margin-top: 8px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 0 8px #ff00cc;
}

.bnz-reviews__all {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff !important;
  font-size: 12px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.bnz-reviews__all:hover {
  background: #fff;
  color: var(--bnz-accent) !important;
}

.bnz-reviews__rail {
  display: flex;
  gap: 12px;
  padding: 2px 16px 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.bnz-reviews__viewport {
  position: relative;
}

.bnz-reviews__nav {
  display: none;
}

.bnz-reviews__rail::-webkit-scrollbar {
  display: none;
}

.bnz-review {
  display: flex;
  flex: 0 0 290px;
  flex-direction: column;
  gap: 10px;
  padding: 14px 14px 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(20, 0, 12, 0.28);
  scroll-snap-align: center;
}

.bnz-review__top {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.bnz-review__rank {
  display: flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  padding-bottom: 1px;
  border-radius: 50%;
  background: #d9a441;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

.bnz-review__rank--s {
  background: #d9a441;
}

.bnz-review__rank--a {
  background: var(--bnz-accent);
}

.bnz-review__rank--b {
  background: #8c8378;
}

.bnz-review__rank--c {
  background: #6f7d8f;
}

.bnz-review__name {
  min-width: 0;
  overflow: hidden;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bnz-review__age {
  flex: 0 0 auto;
  color: #999;
  font-size: 11px;
}

.bnz-review__verified {
  flex: 0 0 auto;
  padding: 2px 6px;
  border-radius: 999px;
  background: #fff5d9;
  color: #a76e00;
  font-size: 10px;
}

.bnz-review__cast {
  max-width: 84px;
  flex: 0 0 auto;
  margin-left: auto;
  overflow: hidden;
  padding: 3px 8px;
  border-radius: 3px;
  background: #ffe9f1;
  color: var(--bnz-pink) !important;
  font-size: 11px;
  text-decoration: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bnz-review__body {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 !important;
  color: #444;
  font-size: 13.5px;
  line-height: 1.85;
  white-space: pre-line;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.bnz-review__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid #eee;
  color: #999;
  font-size: 10.5px;
}

.bnz-review__meta span,
.bnz-review__meta time {
  min-width: 0;
}

.bnz-review__meta span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bnz-review__meta time {
  flex: 0 0 auto;
}

.bnz-reviews__dots {
  display: none;
  justify-content: center;
  gap: 6px;
}

.bnz-reviews__dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.bnz-reviews__dot.is-active {
  background: var(--bnz-gold);
}

@media screen and (min-width: 768px) {
  .bnz-reviews {
    padding: 50px 0 34px;
  }

  .bnz-reviews__head {
    padding: 0 32px 24px;
  }

  .bnz-reviews__title.title {
    font-size: 1.875rem;
  }

  .bnz-reviews__rail {
    gap: 16px;
    padding: 2px 104px 18px;
  }

  .bnz-review {
    flex-basis: 320px;
    padding: 16px 16px 12px;
  }

  .bnz-reviews__nav {
    position: absolute;
    top: calc(50% - 8px);
    z-index: 2;
    display: flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    appearance: none;
    cursor: pointer;
    transform: translateY(-50%);
  }

  .bnz-reviews__nav:focus,
  .bnz-reviews__nav:focus-visible {
    outline: none;
    box-shadow: none;
  }

  .bnz-reviews__nav .schedule-date-number {
    display: flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(227, 192, 127, 0.85);
    border-radius: 50%;
    background: #2a2320;
    box-shadow:
      inset 0 0 0 3px rgba(42, 35, 32, 1),
      inset 0 0 0 4px rgba(227, 192, 127, 0.42),
      0 3px 10px rgba(58, 10, 36, 0.3);
    color: #f0dcae;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .bnz-reviews__nav:hover .schedule-date-number {
    box-shadow:
      inset 0 0 0 3px rgba(42, 35, 32, 1),
      inset 0 0 0 4px rgba(227, 192, 127, 0.58),
      0 5px 14px rgba(58, 10, 36, 0.38);
    transform: scale(1.05);
  }

  .bnz-reviews__nav--prev {
    left: 24px;
  }

  .bnz-reviews__nav--next {
    right: 24px;
  }
}

@media screen and (max-width: 480px) {
  .bnz-reviews__head {
    padding-right: 14px;
    padding-left: 14px;
  }

  .bnz-reviews__title.title {
    font-size: 1.625rem;
  }

  .bnz-reviews__all {
    top: auto;
    right: 14px;
    bottom: 22px;
    transform: none;
  }

  .bnz-reviews__rail {
    padding-right: 14px;
    padding-left: 14px;
  }

  .bnz-reviews__dots {
    display: flex;
  }

  .bnz-review {
    flex-basis: 278px;
  }
}

/* 追記 */
.campaign-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.campaign-card:hover {
  color: inherit;
  text-decoration: none;
}

.campaign-card-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.campaign-card-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.campaign-card:hover .campaign-card-image img {
  transform: scale(1.03);
}

.campaign-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 2;

  display: inline-block;
  padding: 2px 6px;

  color: #fff;
  background: rgba(70, 70, 70, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);

  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.campaign-card-title {
  margin: 10px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .campaign-card-title {
    margin-top: 8px;
    font-size: 14px;
  }

  .campaign-badge {
    top: 5px;
    left: 5px;
    font-size: 10px;
  }
}

/* ここまでカルーセル */

.footer {
  margin-top: 0;
}

.btn {
  border-radius: 0 !important;
}

section.concept p {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #FF00CC;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #FF00CC !important;
    border-color: #FF00CC !important;
}

.bg-transparent {
  background: transparent !important;
}

.bg-water {
  background: #F4F7F7 !important;
}

.bg-pink {
    background: transparent linear-gradient(180deg, #FFA7E0 0%, #FF7CE6 100%) 0% 0% no-repeat padding-box !important;
}

.bg-purple {
    background: transparent linear-gradient(180deg, #C9A7FF 0%, #817CFF 100%) 0% 0% no-repeat padding-box !important;
}

.a-wrap:hover {
    background-color: transparent;
    transition: none;
    color: #333;
}

.card-title {
    color: #333;
}

#app .text-muted {
    color: #B9B9B9!important;
}

img.site-logo-image.header-site-logo-image {
    image-rendering: -webkit-optimize-contrast;
}

.slick-dots {
    display: none !important;
}

h2.title {
    font-family: 'Noto Serif JP', serif;
    background: none;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #FF00CC;
    font-size: 1.625rem;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1rem;
}

section.section.todaysec {
    padding: 3.75rem 0;
    margin-top: 3rem;
    margin-bottom: 0;
    background: transparent linear-gradient(180deg, #ff6ccc99 0%, #d35cff8f 100%) 0% 0% no-repeat padding-box;
    /* min-height: 100vh; */
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
}


.section.todaysec.bg-pink {
    background: linear-gradient(180deg, rgba(255, 167, 224, 0.6) 0%, rgba(255, 124, 230, 0.6) 100%);
}

.tagline {
    font-size: 12px;
    padding-top: 0.25rem;
}

.navi-in a {
    font-size: 14px;
}

/* #app {
    background: transparent linear-gradient(180deg, #ff6ccc99 0%, #d35cff8f 100%) 0% 0% no-repeat padding-box;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
} */

.content {
    margin-top: 0 !important;
    padding-top: 24px;
}

#app h2.big {
    font-family: 'Noto Serif JP', serif;
    background: none;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.625rem;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1rem;
}

#app h2.big {
    font-family: 'Noto Serif JP', serif;
    background: none;
    text-align: center;
    color: #FFFFFF;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2.5625rem;
    font-weight: bold;
    letter-spacing: 4.1px;
    text-shadow: 0px 0px 6px #FF00CC;
}

.bg-pink #app h2 {
    font-family: 'Noto Serif JP', serif;
    background: none;
    text-align: center;
    color: #FF00CC;
    font-size: 1.625rem;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: bold;
}

#app h2 span {
    font-size:0.625rem;
}

#app h2 span.subtitle {
    font-size:1.25rem;
}

#app h3 {
    font-family: 'Noto Serif JP', serif;
    background: none;
    text-align: center;
    color: #430093;
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1rem;
    text-shadow: 0px 0px 10px #FFFFFF;
}

#app h4 {
    font-family: 'Noto Serif JP', serif;
    background: none;
    text-align: center;
    color: #430093;
    font-size: 1.0625rem;
    font-weight: bold;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1rem;
    text-shadow: 0px 0px 10px #FFFFFF;
}

#app p {
    margin-bottom: 0.5rem !important;
    /* color: #3C3C3C; */
}

#app a {
    color: #3C3C3C;
}

#app ul {
    padding: 0;
    list-style: none;
}

#app hr {
    background-color: #B18D4B;
}

#app hr {
    background-color: #B18D4B;
}


#app .wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.appeal-content {
    background: none;
    margin: calc(169 /1440 * 100vw) auto;
    padding: 0;
}

.appeal-title {
    color: #FF00CC;
    text-shadow: 0px 0px 10px #ffffff;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.4375rem;
    margin-bottom: 3rem;
}

a.appeal-button {
    background: #FF00CC 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 4px solid #FFAFEF;
    border-radius: 26px;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.3125rem;
}

a.appeal-button span {
    font-size: inherit;
    margin-left: 0.25rem;
}

.shadow.cast-each {
    position: relative;
    -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    -webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    border-radius: 12px;
    overflow: auto;
}

.shadow.cast-each:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 1.5rem 5rem rgba(0,0,0,.15)!important;
}

.cast-each img {
    object-fit: cover;
    object-position: top;
    max-width: 382px;
    max-height: 268px;
}

img.img-rendering {
    image-rendering: -webkit-optimize-contrast;
}

.shadow.cast-each a {
    text-decoration: none;
}

.sub_h_header p {
    color: #FFF;
}

.schedule-time {
    background: #E6C3FF;
    color: #5300B7;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.25rem;
}

.cast-name {
    font-family: 'Noto Serif JP', serif;
    color: #3C3C3C;
    font-weight: bold;
    text-align: center;
    font-size: 1.0625rem;
    padding: 0.25rem;
    margin-bottom: 0.5rem !important;
}

.single-cast p {
    color: #ffffff;
}

.cast-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 20px 0 0;
}

.cast-hero-action {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 16px;
    border-radius: 999px;
    color: #fff !important;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(87, 0, 60, 0.2);
    transition: transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;
}

.cast-hero-action:hover {
    color: #fff !important;
    opacity: 0.94;
    text-decoration: none !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(87, 0, 60, 0.28);
}

.cast-hero-action--x {
    background: #050505;
}

.cast-hero-action--chat {
    background: #08c95f;
}

.cast-hero-action svg {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: #fff;
}

.cast-hero-action svg path {
    fill: #fff;
}

.top-hero-actions-section {
    padding: 18px 0 20px;
    background: transparent;
}

.top-hero-actions {
    max-width: 520px;
    margin: 0 auto;
}

.cast-profile-x-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0.4rem 0 0.85rem;
}

.cast-profile-x-button {
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 50%;
    background: linear-gradient(140deg, #c084fc, #7c3aed);
    box-shadow: 0 3px 12px rgba(124, 58, 237, 0.45);
    text-decoration: none !important;
    transition: box-shadow 0.14s ease, transform 0.14s ease;
}

.cast-profile-x-button:hover {
    box-shadow: 0 5px 18px rgba(160, 80, 255, 0.7);
    transform: translateY(-1px);
}

.cast-profile-x-button__inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0f0f0f;
}

.cast-profile-x-button svg {
    display: block;
    width: 19px;
    height: 19px;
    fill: #fff;
}

.cast-profile-x-button svg path {
    fill: #fff;
}

.cast-catch {
    color: #5300B7;
    font-weight: bold;
    font-size: 0.875rem;
}

.shadow.cast-each .option-head {
    font-size: 0.625rem;
}

.shadow.cast-each .option {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.875rem;
    color: #FF00CC;
}

section.section.recommendsec {
    background: transparent linear-gradient(180deg, rgba(201, 167, 255, 0.6) 0%, rgba(129, 124, 255, 0.6) 100%);
    background-size: cover;
    background-position: center top;
    background-repeat: repeat-x;
    padding: 6rem 0 3.75rem 0;
    margin-top: 0;
    margin-bottom: 0;
}

#app section.section.todaysec.bg-pink h2.title {
    color: #FFFFFF;
}

#app section.section.recommendsec h2.title {
    color: #FFFFFF;
}

section.section.todaysec.bg-pink a[class*="-primary"] {
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    font-family: 'Noto Serif JP', serif;
}

section.section.todaysec.bg-pink a[class*="-primary"]:hover {
    background-color: transparent !important;
}

section.section.recommendsec a[class*="-primary"] {
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    font-family: 'Noto Serif JP', serif;
}

section.section.recommendsec a[class*="-primary"]:hover {
    background-color: transparent !important;
}


section.section.newsec {
    background-image: url("img/back_new.webp");
    background-size: cover;
    background-position: center top;
    padding: 3.75rem 0;
    margin-bottom: 0;
}

section.section.newsec h2 {
    color: #430093;
    text-shadow: 0px 0px 10px #FFFFFF;
}

section.section.newsec .subtitle {
    font-size: 1.375rem;
    margin-top: 2rem;
    padding-left: 83px;
}

#app p.icon-new {
    margin-bottom: 0 !important;
    position: relative;
}

p.icon-new:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    height: 82px;
    background-image: url("img/icon-new.png");
    background-size: contain;
    background-repeat: no-repeat;
}

h2.title.horizon {
    text-align: left !important;
    border-bottom: solid 1px;
    padding-left: 0;
    padding-bottom: 0.75rem;
}

h2.title.horizon span {
  padding-left: 1.5rem;
}

.infomation-list {
    margin-top: 3rem;
}

.infomation-list li {
    font-size: 0.75rem;
    line-height: 4;
    border-bottom: solid 1px #adadad;
}

section.menu {
    padding: 3.75rem 0 0;
    margin-bottom: 0;
}

section.section.menu .subtitle {
    font-size: 1.375rem;
    margin-top: 2rem;
    letter-spacing: 2.2px;
    color: #FFFFFF;
}


.menu-box {
    background-image: url("img/back_menu.webp");
    background-size: cover;
    background-position: center top;

    text-align: center;
    margin: 3rem 1rem;
    padding: 0.75rem;
}

.menu-box-night {
    text-align: center;
    background: transparent linear-gradient(180deg, #000000 0%, #2C2917 100%) 0% 0% no-repeat padding-box;
    margin: 3rem 1rem;
    padding: 0.75rem;
}

.menu-box-inner {
    padding: 31px 10%;
}

.inner-content {
    max-width: 394px;
    margin: auto;
}

.inner-content .bg-danger {
    font-size: 18px;
    background-color: #FF00CC !important;
    border-radius: 6px;
}

.inner-content .text-danger {
    font-family: "Noto Sans JP" ,sans-serif;
    font-size: 14px;
    color: #FF00CC !important;
    font-weight: bold;
}

.inner-content .bg-white {
    font-family: "Noto Sans JP" ,sans-serif;
    font-weight: bold;
}

.inner-content .font-notosans {
    font-family: "Noto Sans JP" ,sans-serif;
    letter-spacing: -0.1px;
    text-align: left;
}

.menu-box-inner-night {
    border: solid 1px #655667;
    padding: 3rem 10%;
}

.menu-box h3 {
    position: relative;
}

.menu-box-night h3 {
    position: relative;
    color: #D074F7 !important;
}

/* .menu-box h3.mark-1:before {
    position: absolute;
    content: " ";
    display: inline-block;
    background-image: url(img/icon-menu-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    top: -29px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
} */

/* .menu-box h3.mark-2:before {
    position: absolute;
    content: " ";
    display: inline-block;
    background-image: url(img/icon-menu-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    top: -29px;
    left: 0px;
    right: 0px;
    margin: 0 auto; */
/* } */


.menu-box h3.mark-3:before {
    position: absolute;
    content: " ";
    display: inline-block;
    background-image: url(img/icon-menu-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    top: -29px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.menu-box h3 span {
    font-size: 14px;
    display: block;
}

.menu-box-night h3 span {
    font-size: 14px;
    display: block;
}

.menu-box-inner p {
    font-size: 0.75rem;
    line-height: 3;
}

.menu-box-inner ul {
    display: flex;
    flex-wrap: wrap;
    /* max-width: 380px; */
    width: 100%;
    margin: 0 auto;
}

.menu-box-inner li {
    position: relative;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.125rem;
    line-height: 2.4;
    letter-spacing: 1.8;
    /* text-align-last: justify;
    text-justify: inter-ideograph; */
}

.menu-box-inner li:nth-child(odd) {
    width: 75%;
    text-align: left;
}

.menu-box-inner li:nth-child(even) {
    width: 25%;
    text-align: right;
    letter-spacing: 1.8px;
}

li.popular:before {
    position: absolute;
    content: " ";
    display: inline-block;
    background-image: url(img/popular.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 21px;
    top: 11px;
    left: 0px;
}

li.recommend:before {
    position: absolute;
    content: " ";
    display: inline-block;
    background-image: url(img/recommend.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 21px;
    top: 11px;
    left: 0;
}

.menu-box-inner-night p {
    font-size: 0.75rem;
    line-height: 3;
    color: #FFFFFF;
}

.menu-box-inner-night ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
}

.menu-box-inner-night li {
    position: relative;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.125rem;
    line-height: 2.4;
    color: #FFFFFF;
}

.menu-box-inner-night li:nth-child(odd) {
    width: 75%;
    text-align: left;
}

.menu-box-inner-night li:nth-child(even) {
    width: 25%;
    text-align: left;
    letter-spacing: 1.8px;
}

.access-box {
    text-align: center;
    background-image: url("img/back_cv.webp");
    background-size: cover;
    background-position: center top;
    margin: 3rem 1rem;
    padding: 0.75rem;
}

.access-box-inner {
    border: solid 2px #5300B7;
    padding: 2rem 1rem;
}

.access-box-inner p {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.15rem;
    color: #5300B7 !important;
    line-height: 1.6;
    font-weight: bold;
}

.access-box-inner p span {
    font-size: 0.85rem;
}

.cv_phone {
    display: inline-block;
    background-color: #FF00CC;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFFFFF !important;
    border-radius: 20px;
    max-width: 268px;
    height: 39px;
    line-height: 39px;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
}

.cv_line {
    display: inline-block;
    background-color: #07B53B;
    font-size: 1rem;
    font-weight: bold;
    color: #FFFFFF !important;
    border-radius: 20px;
    max-width: 268px;
    height: 39px;
    line-height: 39px;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
}

.sns-block {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.sns-block p {
  font-size: 1.125rem;
  color: #FFFFFF;
}

.sns-block li {
  margin: 0 4px;
}

.access-box-side {
    text-align: center;
    background: #5300B7;
    /* margin: 3rem 1rem; */
    padding: 0.75rem;
}

.access-box-inner-side {
    border: solid 1px #E6C3FF;
    padding: 2.8rem 1rem;
}

.access-box-inner-side p {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.15rem;
    color: #FFF !important;
    line-height: 1.6;
    font-weight: bold;
}

.access-box-inner-side .mt-4 {
    margin-top: 1.5rem!important;
}

.cv_phone_side {
    display: inline-block;
    background-color: #FF00CC;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFFFFF !important;
    max-width: 273px;
    height: 41px;
    line-height: 41px;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 2px;
    text-decoration: none;
}

.cv_line_side {
    display: inline-block;
    background-color: #07B53B;
    font-size: 1rem;
    font-weight: bold;
    color: #FFFFFF !important;
    max-width: 273px;
    height: 41px;
    line-height: 41px;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 2px;
    text-decoration: none;
}

ul.d-flex.justify-content-center {
    margin-top: 1rem;
}

.menu p {
    font-family: 'Noto Serif JP', serif;
    line-height: 1.8;
    text-align: center;
}

nav.krc_calendar li {
    margin: 0 1rem;
    border: solid 1px #707070;
    background-color: #FFFFFF;
    border-radius: 4px;
}

nav.krc_calendar li a {
    display: block;
    padding: 0.25rem 1.5rem;
}

nav.krc_calendar li a:hover {
    text-decoration: none;
}

.bg-pink nav.krc_calendar li {
    background-color: #FFFFFF;
    margin: 0 1rem;
    border: solid 1px #707070;
    border-radius: 4px;
}

li.target {
    background-color: #DFE6E6;
    border: none !important;
} 

li.target a {
    color: #5300B7 !important;
}

.bg-pink li.target {
    background-color: #DFE6E6 !important;
    border: none !important;
}

.single-cast h1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.4375rem;
    font-weight: normal;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin-top: 0;
    padding: 0.5rem;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #FF64D5 !important;
}

.swiper-container.swiper-container-initialized.swiper-container-horizontal {
    /* max-width: 550px; */
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #FF64D5;
}

#app.single-cast h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    color: #FFFFFF;
    text-align: left;
    margin: 0;
    padding: 0;
    background: none;
}

.work-single ul li {
    color: #FFFFFF;
    border-top: solid 1px #FFFFFF;
    padding: 1rem 0;
}

.work-single ul li:last-child {
    border-bottom: solid 1px #FFFFFF;
}

#app .bg-water {
    padding: 1.5625rem;
}

#app .bg-water h3 {
    font-family: "Noto Sans JP" ,sans-serif;
    text-align: left;
    color: #FF00CC;
    font-size: 0.9375rem;
    border: none;
    margin: 0;
    padding: 0;
}

#app .bg-water p {
  color: #333333;
  margin-top: 0.5rem;
}

.ranking-item-name-text {
    color: #3C3C3C;
    font-size: 21px;
}

.ranking-item.border-element {
    margin-top: 3rem;
    background: #F7F2E2;
    border: none;
    border-radius: 0;
}

.ranking-item-name-crown {
    display: none;
}

.ranking-item-image-tag {
    max-width: 158px;
    margin-right: 2em;
}

.ranking-item-img-desc {
    margin-top: 1.5rem;
}

.ranking-items p {
    font-family: "Noto Sans JP" ,sans-serif;
    font-size: 0.9375rem;
    text-align: left !important;
}

p.business-time {
    font-size: 1.8125rem;
    font-weight: bold;
    line-height: 1;
}

p.business-time span {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: normal;
    margin-top: 1rem;
    line-height: 1.8;
}

.recruit-points {
    color: #FFFFFF;
}

p.recruit-point {
    font-family: "Noto Sans JP" ,sans-serif;
    color: #3C3C3C;
    background: #EBD9F8;
    border-radius: 9px;
    font-size: 2rem;
    font-weight: bold;
    padding: 0.25rem;
    margin-top: 3rem;
}

p.recruit-point span {
    color: #FF00CC;
}

 .text-notosans {
    font-family: "Noto Sans JP" ,sans-serif !important;
 }

#footer-in-head {
    margin-top: 50px;
}

.attention {
    color: #FFFFFF;
    font-size: 0.85rem;
    font-weight: bold;
    margin-bottom: 0;
}

.attention-notice{
    font-size: 0.65rem;
}

 .footer-bottom {
    margin-top: 50px;
    padding: 8px;
    position: relative;
    font-size: 14px;
}

 .footer-bottom-logo {
    float: left;
    top: 0;
    position: absolute;
}

.footer-bottom-logo img {
    height: 91px;
    width: auto;
    image-rendering: -webkit-optimize-contrast;
}

.navi-footer-in > .menu-footer li {
    width: 120px;
    border-left: 0;
}

.navi-footer-in > .menu-footer li:last-child {
    border-right: 0;
}

#footer {
    background-color: #5300B7;
    padding-bottom: 3rem;
}

nav#navi-footer {
    margin-bottom: 4rem;
}

.fa.fa-angle-up {
    color: #FFF;
  }

.page-id-492 #app h2,
.page-id-492 p {
    color: #FFFFFF;
}

.page-id-492 #app hr {
    background-color: #655667;
}

.page-id-492 #app .subtitle,
.page-id-16 #app .subtitle
 {
    font-size: 1.375rem;
}

.headline {
    color: #FFFFFF;
    font-size: 2.5625rem;
    text-shadow: 0px 0px 6px #FF00CC;
    letter-spacing: 4.1px;
    font-weight: bold;
}

.line-border {
    border: 2px solid #05BF4B;
    border-radius: 10px;
    padding: 1.5rem;
    min-height: 370px;
}

#app .line-border h3 {
    font-family: "Noto Sans JP" ,sans-serif;
    background: none;
    color: #3C3C3C;
    font-size: 1.375rem;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: bold;
}

.text-center.text-green {
    color: #05BF4B;
    font-size: 2.125rem;
    font-weight: bold;
}

.recuit-pink {
    font-family: "Noto Sans JP" ,sans-serif;
    background: #F8F2F7;
    text-align: left;
}

.recuit-pink h3 {
    font-family: "Noto Sans JP" ,sans-serif !important;
    color: #5300B7 !important;
    font-size: 1rem !important;
    text-align: left !important;
    margin-top: 3rem !important;
    font-weight: bold;
}

.recuit-pink a {
    font-family: 'Noto Serif JP', serif;
    color: #655667;
    text-align: left !important;
    font-size: 1.5em;
}

.recuit-pink p {
    font-family: "Noto Sans JP" ,sans-serif !important;
    text-align: left !important;
}

.go-to-top {
    display: block !important;
}
.go-to-top-button {
    border-radius: 50%;
}

.fa-arrow-up::before {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}

.breadcrumb.sbp-main-before, .breadcrumb.sbp-footer-before, .breadcrumb.pbp-main-before, .breadcrumb.pbp-footer-before {
    background-color: transparent;
    margin: 12px auto 0;
    padding: .6em 1em;
}

.entry-title, .archive-title {
    font-family: 'Noto Serif JP', serif;
    color: #5300B7;
    font-weight: bold;
}

.article h3 {
    border-left: 5px solid #5300B7;
    color: #5300B7;
    background-color: #EBD9F8;
    border-right: none;
    border-top: none;
    border-bottom: none;
    font-size: 22px;
    padding: 20px 20px;
}

.asobikata {
    background-image: url("img/back_asobikata.webp");
    background-size: cover;
    background-position: center top;
    padding: 1.8125rem 66px;
}

.asobikata .first {
    position: relative;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5625rem;
    font-weight: bold;
    color: #FF00CC;
    background-color: rgba(255, 0, 204, 0.09); 
    margin-top: 0;
    padding: 1.0625rem 1rem 1.0625rem 2.5rem;
    letter-spacing: -0.25px;
}

.asobikata .first::before {
    content: "";
    position: absolute;
    top: -22px;
    left: -39px;
    width: 70px;
    height: 70px;
    background-image: url("img/icon-asobi-01.png");
    background-size: contain;
    display: inline-block;
}

.asobikata .second {
    position: relative;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5625rem;
    font-weight: bold;
    color: #5300B7;
    background-color: rgba(83, 0, 183, 0.07);
    margin-top: 32px;
    padding: 1.0625rem 1rem 1.0625rem 2.5rem;
    letter-spacing: -0.25px;
}

.asobikata .second::before {
    content: "";
    position: absolute;
    top: -22px;
    left: -39px;
    width: 70px;
    height: 70px;
    background-image: url("img/icon-asobi-02.png");
    background-size: contain;
    display: inline-block;
}

.asobikata .third {
    position: relative;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5625rem;
    font-weight: bold;
    color: #987500;
    background-color: rgb(152, 117, 0, 0.16);
    margin-top: 32px;
    padding: 1.0625rem 1rem 1.0625rem 2.5rem;
    letter-spacing: -0.25px;
}

.asobikata .third::before {
    content: "";
    position: absolute;
    top: -22px;
    left: -39px;
    width: 70px;
    height: 70px;
    background-image: url("img/icon-asobi-03.png");
    background-size: contain;
    display: inline-block;
}

.text-about p {
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0px 0px 10px #FF00CC;
    letter-spacing: 1.6px;
}

.text-about .business-time {
    text-shadow: none;
    letter-spacing: 2.9px;
    line-height: 1.2;
}

.text-about .sns-block p {
    text-shadow: none;
}
    
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
.cast-each img {
    max-height: 390px;
    max-width: 100%;
}
footer {
    padding-bottom: 1rem;
}

.footer-bottom-logo {
    float: none;
    top: 0;
    position: relative;
}
.go-to-top {
display: block !important;
bottom: 58px;
}
.mblt-header-and-footer-mobile-buttons .go-to-top-button {
display: block !important;
border-radius: 50%;
color: #FFF !important;
line-height: 30px;
}
.mblt-header-and-footer-mobile-buttons .go-to-top-button .fa.fa-angle-double-up {
line-height: 1.8;
}
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
ul.mobile-header-menu-buttons.mobile-menu-buttons.has-logo-button {
    background: transparent;
}

.has-logo-button .menu-button {
    text-align: center;
}

.logo-menu-button img {
    display: none;
}

label#search-menu-open {
    color: #fff;
}

label#navi-menu-open {
    color: #fff;
}

.appeal-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

a.appeal-button {
    font-size: 0.75rem;
}
	
.appeal {
    background-position: center top;
}

.appeal-content {
    padding: 1em;
    margin: 5rem auto;
}

ul.sub-menu li {
    font-size: 0.85rem;
}

#app h2 {
    font-size: 1.25rem;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#app h2.big {
    font-size: 1.625rem;
    letter-spacing: 2.6px;
    margin-bottom: 2rem;
}

#app section.concept p {
    margin-bottom: 2rem !important;
}

section.section.todaysec {
    padding: 2rem 0 3.75rem;
    margin-top: 0rem;
    margin-bottom: 0;
}

section.section.recommendsec {
    padding: 2.75rem 0;
    margin-top: 0;
    margin-bottom: 0;
}

section.section.newsec {
    padding-top: 3rem;
    margin-bottom: 0;
}

#app .schedule-time {
    font-size: 0.75rem;
    padding: 0.1rem;
    margin-bottom: 0.25rem !important;
}

.cast-each img {
    /* max-width: 200px; */
    max-height: 200px;
}

#app .cast-name {
    font-size: 1rem;
    padding: 0.25rem;
    margin-bottom: 0 !important;
}

#app .cast-age,
#app .status {
    font-size: 0.85rem;
    margin-bottom: 0.25rem !important;
}

#app .cast-catch {
    color: #5300B7;
    font-weight: bold;
    font-size: 0.75rem;
    margin-bottom: 0.25rem !important;
}

#app .shadow.cast-each .option {
    margin-bottom: 0 !important;
}

.infomation-list {
    margin-top: 1.5rem;
}

p.icon-new:before {
    top: 0;
    left: 0;
    width: 47px;
    height: 47px;
}

p.icon-new:after {
    top: 10px;
    font-size: 12px;
}

.menu-box {
    margin: 3rem 1rem 1.5rem;
    padding: 0.75rem;
}

.menu-box-inner {
    padding: 2rem 5%;
}

#app .menu-box-inner h3 {
    font-size: 24px;
}

.menu-box-inner p {
    line-height: 1.8;
}

.menu-box-inner li {
    position: relative;
    font-size: 12px;
    line-height: 1.8;
}

.menu-box-inner li:nth-child(odd) {
    text-align: left;
    width: auto
}

.menu-box-inner li:nth-child(even) {
    /* width: 100% !important; */
    width: 20%;
    text-align: left;
word-wrap: normal;
letter-spacing: 1px;
white-space: nowrap;
}

.menu-box-night {
    margin: 3rem 1rem 1.5rem;
    padding: 0.75rem;
}

.menu-box-inner-night {
    padding: 2rem 5%;
}

#app .menu-box-inner-night h3 {
    font-size: 1rem;
}

.menu-box-inner-night p {
    line-height: 1.8;
}

.menu-box-inner-night li {
    position: relative;
    font-size: 12px;
    line-height: 1.8;
word-wrap: normal;
letter-spacing: 1px !important;
}

.menu-box-inner-night li:nth-child(odd) {
    /* width: 100% !important; */
    /* text-align: left; */
    width: 80%;
    text-align: revert;
}

.menu-box-inner-night li:nth-child(even) {
    /* width: 100% !important; */
    width: 20%;
    text-align: left;
}

.sns-block {
    width: 85%;
    margin: auto;
}

li.popular:before {
    width: 50px;
    height: 21px;
    top: 4px;
    left: -23px;
}

li.recommend:before {
    width: 50px;
    height: 21px;
    top: 4px;
    left: -23px;
}

.menu-box h3.mark-1:before,
.menu-box h3.mark-2:before,
.menu-box h3.mark-3:before {
    width: 20px;
    height: 20px;
    top: -24px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.access-box {
    margin: 1.5rem 1rem 3rem;
    padding: 0.75rem;
}
.access-box-inner {
    padding: 1rem 0.5rem;
}

.access-box-inner p {
    font-size: 0.7rem;
    line-height: 1.6;
}

.single-cast h1 {
    font-size: 1.8rem;
    margin-top: 0;
    padding: 0.5rem;
}

#app.single-cast h2 {
    font-size: 1.25rem;
    margin: 0;
    padding: 0;
}

p.business-time {
    font-size: 1.5rem;
    line-height: 1.4;
}

p.recruit-point {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0.25rem;
    margin-top: 1.5rem;
    font-size: 0.85rem !important;
}

.footer-bottom {
    margin-top: 25px;
    padding: 8px;
    font-size: 14px;
}

nav#navi-footer {
    margin-bottom: 2rem;
}

.navi-footer-in a {
    font-size: 12px;
}

div#navi-menu-content {
    background: rgb(82, 0, 183, 0.9);
}

.menu-drawer a {
    color: #ffffff;
}

.fa.fa-close {
    color: #FFF;
}

.menu p {
    line-height: 1.8;
    font-size: 0.75rem;
}

nav.krc_calendar li {
    margin: 0.5rem;
}

.work-single ul li {
    padding: 0.5rem 0;
    font-size: 0.75rem;
}

.ranking-item-name-text {
    color: #3C3C3C;
    font-size: 1rem;
}

p.business-time span {
    font-size: 0.8rem;
    margin-top: 1rem;
    line-height: 1.8;
}

.access-box-inner-side {
    padding: 0.8rem 1rem;
}
.page-id-492 #app .subtitle,
.page-id-16 #app .subtitle {
    font-size: 0.75rem;
}

.entry-title {
    display: none;
}

.page-id-16 #app .entry-content {
    margin-top: 0;
}

section.menu {
    padding-top: 0;
}

p.headline {
    font-size: 1.375rem;
}
.mobile-header-menu-buttons {
    box-shadow: none;
}
.menu-drawer li {
text-align: left;
}
.menu-drawer .sub-menu {
padding-left: 0;
}
.mobile-footer-menu-buttons {
    background: #FFDEF5;
    padding: 5px;
  }
  .mobile-footer-menu-buttons span {
    color: #AD037F;
  }  
  .fa-arrow-up::before {
    line-height: 38px;
    color: #fff;
    font-size: 20px;
  }

  .inner-content .text-danger {
    margin-top: 10px;
    text-align: left;
}
.inner-content .font-notosans {
    text-align: left;
}

.asobikata {
    padding: 1.8125rem 3rem;
  }

  
.asobikata .first {
    font-size: 1rem;
    padding: 1.0625rem 1rem 1.0625rem 3.5rem;
}

.asobikata .first::before {
    left: -20px;
}

.asobikata .second {
    position: relative;
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
    font-weight: bold;
    color: #5300B7;
    background-color: rgba(83, 0, 183, 0.07);
    margin-top: 32px;
    padding: 1.0625rem 1rem 1.0625rem 3.5rem;
    letter-spacing: -0.25px;
}

.asobikata .second::before {
    left: -20px;
}

.asobikata .third {
    position: relative;
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
    font-weight: bold;
    color: #987500;
    background-color: rgb(152, 117, 0, 0.16);
    margin-top: 32px;
    padding: 1.0625rem 1rem 1.0625rem 3.5rem;
    letter-spacing: -0.25px;
}

.asobikata .third::before {
    left: -20px;
}

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.cast-each img.cast-img {
    /* min-height: 160px; */
    max-height: 160px;
}
.appeal-content {
text-align: center;
}
section.section.newsec .subtitle {
font-size: 16px;
padding-left: 0;
text-align: center !important;
}
.menu-box {
margin: 0 0 1.5rem;
}
}

/* =========================================================
   煩悩寺：キャスト口コミUI
   ========================================================= */

.cast-review-column {
  width: 100%;
}

.cast-review-section {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.cast-review-section #comments {
  width: 100%;
  margin: 0;
}

.bz-reviews,
.bz-reviews * {
  box-sizing: border-box;
}

.bz-reviews {
  --bz-wine: #8c1225;
  --bz-wine-dark: #6e0d1c;
  --bz-wine-light: #a4152c;
  --bz-gold: #f0c469;
  --bz-gold-soft: #e0d1b4;
  --bz-ivory: #f5efe2;
  --bz-paper: #fffdf7;
  --bz-ink: #33261e;
  --bz-muted: #a0917a;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--bz-gold-soft);
  background: var(--bz-ivory);
  color: var(--bz-ink);
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
}

.bz-reviews__hero {
  padding: 22px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.055) 0 22%, transparent 22%),
    radial-gradient(circle at 76% 68%, rgba(255,255,255,.045) 0 18%, transparent 18%),
    linear-gradient(180deg, var(--bz-wine-dark), var(--bz-wine-light));
}

.bz-reviews__frame {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  min-height: 260px;
  padding: 7px;
  border: 1px solid rgba(240, 196, 105, 0.65);
  outline: 1px solid rgba(240, 196, 105, 0.3);
  outline-offset: -7px;
}

.bz-reviews__title-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-right: 14px;
  border-right: 1px solid rgba(240, 196, 105, 0.28);
}

.bz-reviews__title {
  height: 190px;
  margin: 0;
  color: #f7e9cd;
  font-size: clamp(23px, 2.1vw, 34px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.34em;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.bz-reviews__title-en {
  height: 190px;
  color: rgba(240, 196, 105, 0.6);
  font-family: Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.28em;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.bz-reviews__summary {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px 20px 19px;
}

.bz-reviews__summary-top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #f7e9cd !important;
} 

.bz-reviews__total {
  margin: 0;
  color: #f7e9cd;
  font-size: clamp(17px, 1.6vw, 25px);
  letter-spacing: 0.14em;
}

.bz-reviews__period {
  margin: 9px 0 0;
  color: rgba(247, 233, 205, 0.5);
  font-family: sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
}

.bz-reviews__stamp {
  display: flex;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-left: auto;
  border: 2px solid rgba(240,196,105,.75);
  border-radius: 12px;
  color: #f7e9cd;
  font-size: 17px;
  line-height: 1.25;
  transform: rotate(-7deg);
  /* box-shadow: inset 0 0 0 4px rgba(232, 180, 180, 0.12); */
  box-shadow: 2px 4px 12px #00000014;
}

.bz-reviews__stamp span {
  display: block;
}

.bz-reviews__average {
  margin: 8px 0 0;
  color: rgba(247, 233, 205, 0.75);
  font-family: sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.bz-reviews__average strong {
  color: var(--bz-gold);
  font-size: 17px;
}

.bz-reviews__distribution {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 18px;
}

.bz-reviews__distribution-row {
  display: grid;
  grid-template-columns: 20px minmax(60px, 1fr) 22px;
  align-items: center;
  gap: 10px;
}

.bz-reviews__distribution-label,
.bz-reviews__distribution-count {
  color: rgba(247, 233, 205, 0.75);
  font-size: 12px;
}

.bz-reviews__distribution-count {
  text-align: right;
}

.bz-reviews__bar {
  display: block;
  height: 3px;
  overflow: hidden;
  background: rgba(240, 196, 105, 0.18);
}

.bz-reviews__bar > span {
  display: block;
  height: 100%;
  min-width: 0;
  background: var(--bz-gold);
}

.bz-reviews__sort {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 62px;
  padding: 13px 24px;
  border-bottom: 1px solid var(--bz-gold-soft);
  background: #ede4d1;
}

.bz-reviews__sort a {
  border-bottom: 1px solid transparent;
  color: var(--bz-muted);
  font-size: 15px;
  text-decoration: none !important;
}

.bz-reviews__sort a.is-active {
  border-color: var(--bz-wine);
  color: var(--bz-wine) !important;
}

.bz-reviews__all-count {
  margin-left: auto;
  color: var(--bz-muted);
  font-family: sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.bz-reviews__content {
  padding: 24px;
}

.bz-reviews__notice {
  margin-bottom: 18px;
  padding: 13px 15px;
  border: 1px solid #c9503f;
  background: #fff8ee;
  color: var(--bz-wine);
  font-size: 14px;
  line-height: 1.8;
}

.bz-reviews__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.bz-review-card {
  padding: 22px 21px 18px;
  border: 1px solid var(--bz-gold-soft);
  background: var(--bz-paper);
}

.bz-review-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.bz-review-card__author {
  color: var(--bz-ink);
  font-size: 18px;
  letter-spacing: 0.04em;
}

.bz-review-card__age {
  color: var(--bz-muted);
  font-family: sans-serif;
  font-size: 12px;
}

.bz-review-card__verified {
  padding: 3px 7px;
  border: 1px solid #c9503f;
  border-radius: 3px;
  color: #c9503f;
  font-family: sans-serif;
  font-size: 10px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.bz-review-card__rating {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
  white-space: nowrap;
}

.bz-review-card__stars {
  color: #d3971f;
  font-family: Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.bz-review-card__score {
  color: var(--bz-wine);
  font-size: 18px;
}

.bz-review-card__unrated {
  color: var(--bz-muted);
  font-family: sans-serif;
  font-size: 11px;
}

.bz-review-card__body {
  margin-top: 17px;
  color: var(--bz-ink);
  font-size: 16px;
  line-height: 2.05;
  letter-spacing: 0.015em;
}

.bz-review-card__body p {
  margin: 0 0 0.8em;
}

.bz-review-card__body p:last-child {
  margin-bottom: 0;
}

.bz-review-card__footer {
  display: flex;
  align-items: center;
  margin-top: 18px;
  padding-top: 13px;
  border-top: 1px solid #ece0c9;
  color: #7d6a55;
  font-family: sans-serif;
  font-size: 12px;
}

.bz-review-card__course {
  padding-right: 11px;
  border-right: 1px solid #e5d8bf;
}

.bz-review-card__price {
  padding: 0 11px;
}

.bz-review-card__footer time {
  margin-left: auto;
  color: var(--bz-muted);
  white-space: nowrap;
}

.bz-reviews__empty {
  padding: 32px 20px;
  border: 1px solid var(--bz-gold-soft);
  background: var(--bz-paper);
  text-align: center;
}

.bz-reviews__empty p {
  margin: 0.4em 0;
}

.bz-reviews__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 20px;
}

.bz-reviews__more,
.bz-reviews__submit-toggle {
  min-height: 58px;
  padding: 15px 12px;
  border: 1px solid var(--bz-wine);
  border-radius: 0;
  font: inherit;
  font-size: 16px;
  letter-spacing: 0.16em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.bz-reviews__more {
  background: transparent;
  color: var(--bz-wine) !important;
}

.bz-reviews__more:hover {
  background: rgba(140, 18, 37, 0.06);
  color: var(--bz-wine-dark);
  text-decoration: none;
}

.bz-reviews__more.is-disabled {
  cursor: default;
  opacity: 0.45;
}

.bz-reviews__submit-toggle {
  background: var(--bz-wine);
  color: #f7e9cd;
}

.bz-reviews__submit-toggle:hover {
  background: var(--bz-wine-dark);
}

.bz-reviews__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 22px;
  font-family: sans-serif;
}

.bz-reviews__pagination a {
  color: var(--bz-wine);
}

.bz-review-form {
  display: none;
  margin-top: 26px;
  padding: 26px;
  border: 1px solid var(--bz-gold-soft);
  background: var(--bz-paper);
}

.bz-review-form.is-open {
  display: block;
}

.bz-review-form__heading {
  margin-bottom: 24px;
  text-align: center;
}

.bz-review-form__heading h3 {
  margin: 7px 0 10px;
  color: var(--bz-wine);
  font-size: 21px;
}

.bz-review-form__heading p {
  margin: 0;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 1.8;
}

.bz-review-form__eyebrow {
  color: var(--bz-gold);
  font-size: 10px !important;
  letter-spacing: 0.24em;
}

.bz-review-form .comment-form {
  margin: 0;
}

.bz-review-form .comment-form > p,
.bz-review-form__field,
.bz-rating-field {
  margin: 0 0 19px;
}

.bz-review-form label,
.bz-rating-field legend {
  display: block;
  margin-bottom: 8px;
  color: var(--bz-ink);
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.bz-review-form .required {
  margin-left: 3px;
  color: #c9503f;
}

.bz-review-form input[type="text"],
.bz-review-form input[type="email"],
.bz-review-form input[type="month"],
.bz-review-form select,
.bz-review-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #d8c8a8;
  border-radius: 0;
  background: #fff;
  color: var(--bz-ink);
  font-family: sans-serif;
  font-size: 15px;
}

.bz-review-form textarea {
  min-height: 170px;
  resize: vertical;
  line-height: 1.8;
}

.bz-review-form input:focus,
.bz-review-form select:focus,
.bz-review-form textarea:focus {
  border-color: var(--bz-wine);
  outline: 2px solid rgba(140, 18, 37, 0.12);
}

.bz-review-form__help {
  display: block;
  margin-top: 6px;
  color: var(--bz-muted);
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1.6;
}

.bz-rating-field {
  padding: 0;
  border: 0;
}

.bz-star-input {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5px;
}

.bz-star-input input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.bz-star-input label {
  margin: 0;
  color: #cdbf9d;
  font-family: Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.bz-star-input label:hover,
.bz-star-input label:hover ~ label,
.bz-star-input input:checked ~ label {
  color: #d3971f;
}

.bz-review-form__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.bz-review-form .form-submit {
  margin: 22px 0 0;
}

.bz-review-form__submit {
  width: 100%;
  min-height: 58px;
  padding: 14px;
  border: 1px solid var(--bz-wine);
  border-radius: 0;
  background: var(--bz-wine);
  color: #f7e9cd;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.16em;
  cursor: pointer;
}

.bz-review-form__submit:hover {
  background: var(--bz-wine-dark);
  color: #ffffff;
}

.bz-review-form .logged-in-as,
.bz-review-form .comment-notes,
.bz-review-form .form-allowed-tags {
  display: none;
}

@media screen and (max-width: 991.98px) {
  .cast-review-column {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 575.98px) {
  .bz-reviews {
    border-radius: 14px;
  }

  .bz-reviews__hero {
    padding: 14px;
  }

  .bz-reviews__frame {
    grid-template-columns: 84px minmax(0, 1fr);
    min-height: 230px;
  }

  .bz-reviews__title-block {
    gap: 7px;
    padding-right: 9px;
  }

  .bz-reviews__title,
  .bz-reviews__title-en {
    height: 165px;
  }

  .bz-reviews__title {
    font-size: 21px;
  }

  .bz-reviews__title-en {
    font-size: 7px;
  }

  .bz-reviews__summary {
    padding: 17px 12px 15px;
  }

  .bz-reviews__total {
    font-size: 15px;
  }

  .bz-reviews__stamp {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
    border-radius: 9px;
    font-size: 13px;
  }

  .bz-reviews__distribution {
    gap: 7px;
  }

  .bz-reviews__sort {
    gap: 15px;
    min-height: 54px;
    padding: 11px 15px;
  }

  .bz-reviews__sort a {
    font-size: 13px;
  }

  .bz-reviews__content {
    padding: 16px;
  }

  .bz-review-card {
    padding: 18px 16px 15px;
  }

  .bz-review-card__header {
    flex-wrap: wrap;
  }

  .bz-review-card__author {
    font-size: 16px;
  }

  .bz-review-card__rating {
    width: 100%;
    margin-left: 0;
  }

  .bz-review-card__stars {
    font-size: 17px;
  }

  .bz-review-card__body {
    font-size: 14px;
    line-height: 2;
  }

  .bz-review-card__footer {
    flex-wrap: wrap;
    gap: 8px 0;
  }

  .bz-review-card__footer time {
    width: 100%;
    margin-left: 0;
  }

  .bz-reviews__actions {
    gap: 10px;
  }

  .bz-reviews__more,
  .bz-reviews__submit-toggle {
    min-height: 52px;
    padding: 13px 8px;
    font-size: 13px;
    letter-spacing: 0.1em;
  }

  .bz-review-form {
    padding: 20px 15px;
  }
}


/* =========================================================
   S〜C評価・Cocoon上書き（v1.1）
   ========================================================= */

.single-cast .bz-reviews {
  border: none !important;
}

.single-cast .bz-review-card__body,
.single-cast .bz-review-card__body p,
.single-cast .bz-review-card__body span,
.single-cast .bz-review-card__body strong {
  color: #33261e !important;
}

.single-cast .bz-review-card__body {
  overflow-wrap: anywhere;
  word-break: normal;
  line-height: 1.65 !important;
}

.single-cast .bz-review-card__body p {
  margin: 0 0 0.65em !important;
  padding: 0 !important;
  background: transparent !important;
  line-height: 1.65 !important;
}

.single-cast .bz-review-card__body p:last-child {
  margin-bottom: 0 !important;
}

.bz-review-card__grade {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #8c1225;
  border-radius: 50%;
  background: #8c1225;
  color: #f7e9cd !important;
  font-family: "Times New Roman", serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}

.bz-review-card__grade--s {
  border-color: #b78215;
  background: #b78215;
}

.bz-review-card__grade--a {
  border-color: #8c1225;
  background: #8c1225;
}

.bz-review-card__grade--b {
  border-color: #5b6b7c;
  background: #5b6b7c;
}

.bz-review-card__grade--c {
  border-color: #847a6c;
  background: #847a6c;
}

.bz-grade-input {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.bz-grade-input input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.bz-grade-input label {
  display: flex !important;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  margin: 0 !important;
  padding: 8px 4px;
  border: 1px solid #d8c8a8;
  background: #fff;
  color: #33261e;
  cursor: pointer;
  transition: border-color .15s ease, background-color .15s ease, color .15s ease;
}

.bz-grade-input label strong {
  font-family: "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
}

.bz-grade-input label span {
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.bz-grade-input label:hover {
  border-color: #8c1225;
}

.bz-grade-input input:focus-visible + label {
  outline: 2px solid rgba(140, 18, 37, 0.25);
  outline-offset: 2px;
}

.bz-grade-input input:checked + label {
  border-color: #8c1225;
  background: #8c1225;
  color: #f7e9cd;
}

.bz-review-form #respond,
.bz-review-form .comment-respond,
.bz-review-form .comment-form {
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
}

.bz-review-form h3,
.bz-review-form .comment-reply-title {
  position: static;
  margin: 7px 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: #8c1225 !important;
  line-height: 1.6 !important;
  text-align: center;
}

.bz-review-form h3::before,
.bz-review-form h3::after,
.bz-review-form .comment-reply-title::before,
.bz-review-form .comment-reply-title::after {
  display: none !important;
  content: none !important;
}

.bz-review-form .comment-form > p,
.bz-review-form .bz-review-form__field,
.bz-review-form .bz-rating-field,
.bz-review-form .form-submit {
  display: block !important;
  visibility: visible !important;
}

.bz-review-form .bz-review-form__honeypot {
  display: block !important;
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media screen and (max-width: 575.98px) {
  .bz-review-card__grade {
    width: 43px;
    height: 43px;
    font-size: 24px;
  }

  .bz-grade-input {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   総合ランクを主役にし、口コミ件数を補足表示にする
   ========================================================= */

.bz-reviews__summary-main {
  min-width: 0;
}

.bz-reviews__average {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0;
  color: rgba(247, 233, 205, 0.82);
  font-family: sans-serif;
  letter-spacing: 0.08em;
}

.bz-reviews__average span {
  font-size: 13px;
  font-weight: 600;
}

.bz-reviews__average strong {
  color: var(--bz-gold);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(38px, 5vw, 54px);
  font-weight: 600;
  line-height: 1;
}

.bz-reviews__total {
  margin: 12px 0 0;
  color: rgba(247, 233, 205, 0.8);
  font-family: sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.bz-reviews__period {
  margin: 4px 0 0;
  font-size: 10px;
}

.bz-reviews__actions.is-single {
  grid-template-columns: 1fr;
}

/* =========================================================
   口コミ0件時の表示
   ========================================================= */

.single-cast .bz-reviews__empty {
  padding: 38px 20px;
  border: 0;
  background: rgba(255, 253, 247, 0.72);
  color: var(--bz-ink);
  text-align: center;
}

.single-cast .bz-reviews__empty-mark {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 1px solid var(--bz-wine);
  border-radius: 50%;
  color: var(--bz-wine);
  font-size: 22px;
  line-height: 1;
}

.single-cast .bz-reviews__empty-title {
  margin: 0 0 10px !important;
  color: var(--bz-wine) !important;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
}

.single-cast .bz-reviews__empty-text {
  margin: 0 !important;
  color: #7d6a55 !important;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 1.8;
}

/* 口コミ未集計時の表示 */
.single-cast .bz-reviews__average strong.is-unrated {
  display: inline-block;
  color: rgba(247, 233, 205, 0.85) !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 1.2 !important;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

/* ==================================================
   トップページ：メインビジュアル
   ================================================== */

/* 背景画像部分 */
body.home .appeal {
    position: relative;
    isolation: isolate;
}

/* 背景画像に暗いレイヤーを重ねる */
body.home .appeal::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;

    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.38) 0%,
        rgba(0, 0, 0, 0.28) 45%,
        rgba(0, 0, 0, 0.58) 100%
    );
}

/* メインビジュアル内の配置 */
body.home .appeal .appeal-in {
    position: relative;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 570px;
    padding: 40px 20px;
    box-sizing: border-box;
}

/* テキスト全体 */
body.home .appeal-content {
    width: 100%;
    max-width: 1000px;

    margin: 0 auto !important;
    padding: 0 !important;

    color: #fff;
    text-align: center;
    background: transparent !important;
}

/* 営業時間 */
body.home .appeal-content::before {
    content: "12:00～翌1:00（24h受付）";

    display: block;
    margin-bottom: 28px;

    color: #e5c557;

    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.14em;

    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
}

/* キャッチコピー */
body.home .appeal-title {
    margin: 0 0 40px !important;

    color: #fff !important;

    font-family: "Noto Serif JP", serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.06em;

    text-shadow:
        0 3px 10px rgba(0, 0, 0, 0.9),
        0 0 2px rgba(0, 0, 0, 0.8);
}

/* 各文章の途中では改行させない */
body.home .appeal-title span {
    display: inline-block;
    white-space: nowrap;
}

/* PCでは2つの文章を横並び */
body.home .appeal-title span + span {
    margin-left: 0.3em;
}

/* ==================================================
   予約ボタン
   ================================================== */

body.home a.appeal-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: min(380px, 82%);
    min-height: 60px;

    margin: 0 auto;
    padding: 10px 24px !important;
    gap: 22px;
    box-sizing: border-box;

    color: #fff !important;
    background: #ce0767 !important;

    border: 2px solid #e0c04f !important;
    border-radius: 999px !important;

    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.35);

    /* 元のボタン文字を非表示にする */
    font-size: 0 !important;
    text-decoration: none !important;

    transition:
        transform 0.2s ease,
        background-color 0.2s ease;
}

/* 「ご予約」 */
body.home a.appeal-button::before {
    content: "ご予約";

    flex: 0 0 auto;

    color: #e5c557;

    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.12em;
    white-space: nowrap;
}

/* 電話番号 */
body.home a.appeal-button::after {
    content: "070-7580-4808";

    flex: 0 0 auto;

    color: #fff;

    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

body.home a.appeal-button:hover {
    color: #fff !important;
    background: #df0a72 !important;
    transform: translateY(-2px);
}

/* ==================================================
   モバイル
   ================================================== */

@media screen and (max-width: 768px) {

    body.home .appeal .appeal-in {
        min-height: 500px;
        padding: 30px 12px;
    }

    body.home .appeal-content {
        max-width: none;
    }

    /* 営業時間 */
    body.home .appeal-content::before {
        margin-bottom: 22px;

        font-size: clamp(11px, 3.3vw, 13px);
        letter-spacing: 0.04em;
        white-space: nowrap;
    }

    /* キャッチコピー */
    body.home .appeal-title {
        margin-bottom: 28px !important;

        font-size: clamp(26px, 7.5vw, 32px);

        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
        line-height: 1.25;
        letter-spacing: 0.03em;
    }

    /* モバイルでは文章ごとに2行に分ける */
    body.home .appeal-title span {
        display: block;
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
    }

    body.home .appeal-title span + span {
        margin-top: 2px;
        margin-left: auto;
    }

    /* 予約ボタン */
    body.home a.appeal-button {
        width: calc(100% - 24px);
        max-width: 310px;
        min-height: 55px;

        padding: 10px 14px !important;
        gap: 9px;
    }

    /* 「ご予約」 */
    body.home a.appeal-button::before {
        font-size: 12px;
        letter-spacing: 0.06em;
    }

    /* 電話番号 */
    body.home a.appeal-button::after {
        font-size: clamp(18px, 5.5vw, 22px);
        letter-spacing: 0;
    }
}

@media screen and (max-width: 768px) {
    body.home .appeal-title-comma {
        display: none !important;
    }
}

/* ==================================================
   煩悩寺：旧キャストカード用バッジ・落款
   ================================================== */

.cast-card-legacy-photo {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #f0e4ea;
    line-height: 0;
}

.cast-card-legacy-photo a {
    display: block;
    width: 100%;
    height: 100%;
}

.cast-card-legacy-photo .cast-img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover;
    object-position: 50% 22%;
}

.jQueryEqualHeight1 {
    display: flex;
}

.jQueryEqualHeight1 > .shadow.cast-each {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
}

.jQueryEqualHeight1 > .shadow.cast-each > .bg-white {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.jQueryEqualHeight1 > .shadow.cast-each > .bg-white > div {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding-bottom: 0.8rem !important;
}

.jQueryEqualHeight1 > .shadow.cast-each .cast-name {
    margin-bottom: 0.2rem !important;
}

.jQueryEqualHeight1 > .shadow.cast-each .cast-catch {
    min-height: 1.6em;
    margin-bottom: 0.2rem !important;
}

.jQueryEqualHeight1 > .shadow.cast-each .status {
    margin-bottom: 0.35rem !important;
    font-size: 0.78rem;
    line-height: 1.35;
    white-space: nowrap;
}

.jQueryEqualHeight1 > .shadow.cast-each .option-head {
    margin-top: auto !important;
    margin-bottom: 0.18rem !important;
    padding-top: 0.45rem;
    color: #6e6070;
    font-size: 0.68rem;
    font-weight: 500;
    line-height: 1.35;
}

#app .jQueryEqualHeight1 > .shadow.cast-each .option-head {
    margin-bottom: 0.18rem !important;
}

.jQueryEqualHeight1 > .shadow.cast-each .cast-title-badge-wrap,
.jQueryEqualHeight1 > .shadow.cast-each .cast-title-badge {
    max-width: 100%;
}

.jQueryEqualHeight1 > .shadow.cast-each .cast-title-badge {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

.jQueryEqualHeight1 > .shadow.cast-each .option {
    display: block;
    max-width: 100%;
    margin-bottom: 0.25rem !important;
    line-height: 1.35;
}

.cast-card-legacy-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 82px;
    height: 82px;
    overflow: hidden;
    border-bottom-right-radius: 100%;
    pointer-events: none;
    transform-origin: 30% 30%;
}

.cast-card-legacy-badge::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 36%, rgba(255, 255, 255, 0.82) 50%, transparent 64%);
    opacity: 0;
    transform: translate(-150%, -150%);
}

.cast-card-legacy-badge.is-animated {
    animation: bd-pulse 2.6s ease-in-out infinite;
}

.cast-card-legacy-badge.is-animated::after {
    opacity: 1;
    animation: bd-sheen 2.6s ease-in-out infinite;
}

@keyframes bd-pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.09);
    }
}

@keyframes bd-sheen {
    0% {
        transform: translate(-150%, -150%);
    }

    55%, 100% {
        transform: translate(150%, 150%);
    }
}

.cast-card-legacy-badge--legacy-pink {
    background:
        radial-gradient(circle at 22% 14%, rgba(255, 255, 255, 0.18) 0 12%, transparent 30%),
        radial-gradient(circle at 16% 0%, #ff008c 0 34%, #e6007e 48%, #bd0049 64%, #980017 82%);
}

.cast-card-legacy-badge--legacy-gold {
    background:
        radial-gradient(circle at 26% 22%, rgba(255, 245, 190, 0.7) 0 10%, transparent 34%),
        radial-gradient(circle at 34% 38%, #f6d577 0 32%, #d39a22 58%, #b67900 82%);
}

.cast-card-legacy-badge--new {
    background: radial-gradient(circle at 18% 8%, #c3183b 0 36%, #a3122e 62%, #6e0619 100%);
}

.cast-card-legacy-badge--sumi {
    background: radial-gradient(circle at 18% 8%, #2e806b 0 36%, #125446 68%, #092d26 100%);
}

.cast-card-legacy-badge--murasaki {
    background: radial-gradient(circle at 18% 8%, #355a9a 0 36%, #15305f 68%, #081632 100%);
}

.cast-card-legacy-badge.cast-card-legacy-badge--image {
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    border-bottom-right-radius: 100%;
}

.cast-card-legacy-badge.cast-card-legacy-badge--image .cast-card-legacy-badge__text {
    opacity: 0;
}

.cast-card-legacy-badge.cast-card-legacy-badge--image::after {
    clip-path: circle(100% at 0 0);
}

.cast-card-legacy-badge__text {
    position: absolute;
    top: 22px;
    left: 2px;
    z-index: 1;
    display: block;
    width: 66px;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.08;
    text-align: center;
    text-shadow: 0 1px 1px rgba(65, 20, 0, 0.7), 0 0 2px rgba(65, 20, 0, 0.65);
}

.cast-card-legacy-badge--legacy-pink .cast-card-legacy-badge__text.cast-card-badge--latin {
    top: 22px;
    left: 7px;
    font-family: "Segoe Script", "Brush Script MT", 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    text-shadow: 0 1px 2px rgba(120, 0, 42, 0.28);
    transform: rotate(-8deg);
}

.cast-card-legacy-badge--legacy-gold .cast-card-legacy-badge__text {
    color: #fffaf0;
    text-shadow:
        1px 1px 0 #5a3500,
        -1px 1px 0 #5a3500,
        1px -1px 0 #5a3500,
        -1px -1px 0 #5a3500,
        0 2px 3px rgba(82, 42, 0, 0.36);
}

.cast-card-legacy-badge__text.cast-card-badge--text-1 {
    top: 18px;
    left: 0;
    font-size: 25px;
}

.cast-card-legacy-badge__text.cast-card-badge--text-2 {
    top: 21px;
    left: 1px;
    width: 66px;
    font-size: 19px;
}

.cast-card-legacy-badge__text.cast-card-badge--text-3 {
    top: 23px;
    left: 2px;
    width: 66px;
    font-size: 16px;
}

.cast-card-legacy-badge__text.cast-card-badge--text-4,
.cast-card-legacy-badge__text.cast-card-badge--multiline {
    top: 23px;
    left: 3px;
    width: 64px;
    font-size: 13.5px;
    line-height: 1.15;
}

.cast-card-legacy-badge__text.cast-card-badge--text-long {
    top: 20px;
    left: 4px;
    width: 62px;
    font-size: 12.5px;
    line-height: 1.12;
}

.cast-card-legacy-photo .cast-debut-bar,
.cast-card-legacy-photo .cast-card-debut {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: rgba(220, 38, 38, 0.85);
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 6px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.cast-card-seal {
    position: absolute;
    right: 14px;
    bottom: 56px;
    z-index: 3;
    display: flex;
    width: 74px;
    height: 74px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #f0d9a6;
    border-radius: 3px;
    background: #c0182c;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    color: #fff;
    font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.04em;
    transform: rotate(-4deg);
}

.cast-card-legacy-photo .cast-card-seal {
    bottom: 58px;
}

.cast-card-legacy-photo .cast-x-button {
    position: absolute;
    left: 10px;
    bottom: 34px;
    z-index: 4;
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 50%;
    background: linear-gradient(140deg, #c084fc, #7c3aed);
    box-shadow: 0 3px 12px rgba(124, 58, 237, 0.45);
    color: #fff;
    line-height: 1;
    text-decoration: none !important;
    transition: box-shadow 0.14s ease, transform 0.14s ease;
}

.cast-card-legacy-photo .cast-x-button:hover {
    box-shadow: 0 5px 18px rgba(160, 80, 255, 0.7);
    color: #fff;
    transform: translateY(-1px);
}

.cast-card-legacy-photo .cast-x-button__inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0f0f0f;
}

.cast-card-legacy-photo .cast-x-button svg {
    display: block;
    width: 18px;
    height: 18px;
    color: #fff !important;
    fill: #fff !important;
    stroke: none !important;
}

.cast-card-legacy-photo .cast-x-button svg path {
    fill: #fff !important;
    stroke: none !important;
}

@media screen and (max-width: 768px) {
    .cast-card-legacy-badge {
        width: 65px;
        height: 65px;
    }

    .cast-card-legacy-badge__text {
        top: 16px;
        left: 4px;
        width: 47px;
        font-size: 13px;
        line-height: 1.08;
    }

    .cast-card-legacy-badge--legacy-pink .cast-card-legacy-badge__text.cast-card-badge--latin {
        top: 12px;
        left: 4px;
        font-size: 14px;
    }

    .cast-card-legacy-badge__text.cast-card-badge--text-1 {
        top: 16px;
        left: 1px;
        width: 53px;
        font-size: 18px;
    }

    .cast-card-legacy-badge__text.cast-card-badge--text-2 {
        top: 19px;
        left: 3px;
        width: 47px;
        font-size: 14px;
    }

    .cast-card-legacy-badge__text.cast-card-badge--text-3 {
        top: 19px;
        left: 4px;
        width: 47px;
        font-size: 12px;
    }

    .cast-card-legacy-badge__text.cast-card-badge--text-4,
    .cast-card-legacy-badge__text.cast-card-badge--multiline,
    .cast-card-legacy-badge__text.cast-card-badge--text-long {
        top: 19px;
        left: 3px;
        width: 48px;
        font-size: 10px;
        line-height: 1.13;
    }

    .cast-card-legacy-photo .cast-debut-bar,
    .cast-card-legacy-photo .cast-card-debut {
        font-size: 10px;
        padding: 2px 4px;
    }

    .cast-card-legacy-photo .cast-card-seal {
        bottom: 34px;
        right: 7px;
        width: 46px;
        height: 46px;
        border-width: 1.5px;
        font-size: 12px;
    }

    .cast-card-legacy-photo .cast-x-button {
        left: 7px;
        bottom: 28px;
        width: 36px;
        height: 36px;
    }

    .cast-card-legacy-photo .cast-x-button svg {
        width: 15px;
        height: 15px;
    }

    .cast-hero-actions {
        gap: 12px;
        margin-top: 16px;
    }

    .cast-hero-action {
        min-height: 56px;
        padding: 11px 12px;
        font-size: 14px;
    }

    .cast-hero-action svg {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }

    .cast-profile-x-wrap {
        justify-content: center;
        margin: 0.5rem 0 0.9rem;
    }

    .cast-profile-x-button {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .cast-profile-x-button svg {
        width: 17px;
        height: 17px;
    }

    .jQueryEqualHeight1 > .shadow.cast-each .status {
        font-size: 0.64rem;
        letter-spacing: 0;
    }

    .jQueryEqualHeight1 > .shadow.cast-each .option-head {
        margin-top: auto !important;
        padding-top: 0.35rem;
    }
}

@media screen and (max-width: 480px) {
    .cast-card-legacy-badge {
        width: 52px;
        height: 52px;
    }

    .cast-card-legacy-badge__text {
        top: 13px;
        left: 3px;
        width: 38px;
        font-size: 11px;
    }

    .cast-card-legacy-badge__text.cast-card-badge--text-1 {
        top: 12px;
        left: 1px;
        width: 38px;
        font-size: 15px;
    }

    .cast-card-legacy-badge__text.cast-card-badge--text-2 {
        top: 15px;
        left: 3px;
        width: 38px;
        font-size: 11px;
    }

    .cast-card-legacy-badge__text.cast-card-badge--text-3 {
        top: 14px;
        left: 3px;
        width: 38px;
        font-size: 10px;
    }

    .cast-card-legacy-badge__text.cast-card-badge--text-4,
    .cast-card-legacy-badge__text.cast-card-badge--multiline,
    .cast-card-legacy-badge__text.cast-card-badge--text-long {
        top: 14px;
        left: 2px;
        width: 38px;
        font-size: 8.5px;
        line-height: 1.13;
    }
}

/* =========================
   PCヘッダー
========================= */
@media screen and (min-width: 769px) {
    #navi.bonnouzi-pc-fixed-nav {
        position: fixed !important;
        top: var(--bonnouzi-fixed-nav-top, 0);
        left: 0;
        right: 0;
        z-index: 10000;
        width: 100%;
        background: rgba(193, 54, 135, 0.92) !important;
        box-shadow: 0 4px 18px rgba(120, 0, 72, 0.28);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .bonnouzi-fixed-nav-spacer {
        display: none;
    }

    /* ロゴ */
    .logo img {
        filter:
            drop-shadow(0 3px 3px rgba(0, 0, 0, 0.25))
            drop-shadow(0 8px 14px rgba(48, 0, 22, 0.18));
    }

    /* 各メニュー */
    .navi-in > ul > li > a {
        position: relative;

        color: rgba(255, 255, 255, 0.9);
        background: transparent !important;

        font-family: "Noto Serif JP", serif;
        font-weight: 600;
        letter-spacing: 0.05em;

        transition:
            color 0.25s ease,
            background-color 0.25s ease,
            text-shadow 0.25s ease;
    }

    /* 金色の下線 */
    .navi-in > ul > li > a::after {
        content: "";

        position: absolute;
        left: 22%;
        right: 22%;
        bottom: 0;

        height: 2px;

        background: #e5c557;
        box-shadow: 0 0 7px rgba(229, 197, 87, 0.45);

        transform: scaleX(0);
        transform-origin: center;

        transition: transform 0.25s ease;
    }

    /* hover */
    .navi-in > ul > li:hover > a {
        color: #fff8dc;
        background: rgba(255, 255, 255, 0.055) !important;

        text-shadow:
            0 1px 4px rgba(0, 0, 0, 0.45),
            0 0 8px rgba(229, 197, 87, 0.16);
    }

    .navi-in > ul > li:hover > a::after {
        transform: scaleX(1);
    }

    /* 現在表示中のページ */
    .navi-in > ul > li.current-menu-item > a,
    .navi-in > ul > li.current-menu-ancestor > a {
        color: #fff8dc;
        background: rgba(255, 255, 255, 0.07) !important;
    }

    .navi-in > ul > li.current-menu-item > a::after,
    .navi-in > ul > li.current-menu-ancestor > a::after {
        transform: scaleX(1);
    }

    .navi-in > ul > li > a,
    .navi-in > ul > li > a:hover,
    .navi-in > ul > li > a:focus {
        text-decoration: none !important;
    }
}

/* 追記 */
/* ==================================================
   出勤ページ：日付選択
   ================================================== */

nav.krc_calendar {
    width: 100%;
    margin-inline: auto;

    overflow-x: auto;
    overflow-y: hidden;

    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

nav.krc_calendar::-webkit-scrollbar {
    display: none;
}

/* 日付一覧 */
nav.krc_calendar .schedule-date-list {
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;

    width: max-content;
    min-width: 100%;

    margin: 0;
    padding: 0 14px 12px;

    list-style: none;

    scroll-snap-type: x proximity;
}

/* 既存のliスタイルをリセット */
nav.krc_calendar .schedule-date-item,
.bg-pink nav.krc_calendar .schedule-date-item {
    flex: 0 0 auto;

    width: auto;
    height: auto;

    margin: 0 !important;
    padding: 0 !important;

    border: none !important;
    border-radius: 0 !important;

    background: transparent !important;
    box-shadow: none !important;

    overflow: visible;
    scroll-snap-align: start;
}

/* 曜日と丸の親要素 */
nav.krc_calendar .schedule-date-item > a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;

    width: auto;
    height: auto;

    padding: 0 !important;

    color: inherit;
    text-decoration: none !important;
    background: transparent !important;
}

/* 曜日 */
nav.krc_calendar .schedule-weekday {
    display: block;

    padding-left: 0.2em;

    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2em;

    color: rgba(255, 250, 246, 0.68);
}

/* 非選択時の丸 */
nav.krc_calendar .schedule-date-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 62px;
    height: 62px;

    border: 1px solid rgba(196, 152, 72, 0.55);
    border-radius: 50%;

    background: rgba(250, 246, 238, 0.93);

    color: #33291f;
    font-family: "Noto Serif JP", serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;

    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

/* 選択中 */
nav.krc_calendar .schedule-date-item.target .schedule-date-number {
    background: #2a2320;

    border: 1px solid rgba(227, 192, 127, 0.85);

    box-shadow:
        inset 0 0 0 3px rgba(42, 35, 32, 1),
        inset 0 0 0 4px rgba(227, 192, 127, 0.42),
        0 3px 10px rgba(58, 10, 36, 0.3);

    color: #f0dcae;
}

/* 非選択時のみホバー */
nav.krc_calendar
.schedule-date-item:not(.target)
a:hover
.schedule-date-number {
    background: #fffaf2;
    transform: translateY(-2px);
}

@media screen and (max-width: 767px) {
    nav.krc_calendar .schedule-date-list {
        justify-content: flex-start;
        gap: 12px;
        padding-inline: 16px;
    }
}

.bnj-card {
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .3);
}

/* キャスト一覧：ページネーション */
body.post-type-archive-cast .pagination-prev-next {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 30px auto 14px;
    padding: 0 15px;
}

body.post-type-archive-cast .pagination-prev,
body.post-type-archive-cast .pagination-next {
    margin: 0;
    padding: 0;
    text-align: center;
}

body.post-type-archive-cast .pagination-prev-link,
body.post-type-archive-cast .pagination-next-link {
    display: inline-flex;
    min-width: 220px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 9px 30px;
    border: 1px solid rgba(239, 216, 158, 0.82);
    border-radius: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(247, 232, 195, 0.88)),
        linear-gradient(90deg, rgba(163, 18, 46, 0.08), rgba(184, 144, 31, 0.18));
    box-shadow:
        0 8px 20px rgba(40, 2, 26, 0.24),
        inset 0 0 0 1px rgba(255, 255, 255, 0.48);
    color: #4a2b13 !important;
    font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-decoration: none !important;
    text-shadow: none;
    transition:
        transform .25s cubic-bezier(.2, .7, .3, 1),
        box-shadow .25s ease,
        border-color .25s ease;
}

body.post-type-archive-cast .pagination-next-link:hover {
    border-color: rgba(255, 238, 185, 0.98);
    box-shadow:
        0 12px 28px rgba(40, 2, 26, 0.35),
        0 0 18px rgba(229, 197, 87, 0.24),
        inset 0 0 0 1px rgba(255, 255, 255, 0.62);
    color: #a3122e !important;
    transform: translateY(-2px);
}

body.post-type-archive-cast .pagination-prev-link:hover {
    border-color: rgba(255, 238, 185, 0.98);
    box-shadow:
        0 12px 28px rgba(40, 2, 26, 0.35),
        0 0 18px rgba(229, 197, 87, 0.24),
        inset 0 0 0 1px rgba(255, 255, 255, 0.62);
    color: #a3122e !important;
    transform: translateY(-2px);
}

body.post-type-archive-cast .pagination {
    display: flex;
    width: min(100%, 520px);
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 36px;
    padding: 10px 14px;
    border: 1px solid rgba(239, 216, 158, 0.42);
    background: rgba(42, 15, 55, 0.22);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
}

body.post-type-archive-cast .pagination .page-numbers {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(239, 216, 158, 0.68);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 4px 12px rgba(40, 2, 26, 0.18);
    color: #fff8dc !important;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    text-shadow: 0 1px 3px rgba(40, 2, 26, 0.5);
    transition:
        transform .2s ease,
        background .2s ease,
        color .2s ease,
        border-color .2s ease;
}

body.post-type-archive-cast .pagination .page-numbers.current {
    border-color: rgba(255, 238, 185, 0.96);
    background: #fff8ec;
    box-shadow:
        0 6px 16px rgba(40, 2, 26, 0.28),
        inset 0 0 0 1px rgba(184, 144, 31, 0.34);
    color: #4a2b13 !important;
    text-shadow: none;
}

body.post-type-archive-cast .pagination a.page-numbers:hover {
    border-color: rgba(255, 238, 185, 1);
    background: rgba(255, 248, 236, 0.92);
    color: #a3122e !important;
    text-shadow: none;
    transform: translateY(-2px);
}

body.post-type-archive-cast .pagination .page-numbers.dots {
    border-color: rgba(239, 216, 158, 0.28);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
    color: rgba(255, 248, 220, 0.78) !important;
}

body.post-type-archive-cast .pagination .fa {
    line-height: 1;
}

@media screen and (max-width: 768px) {
    body.post-type-archive-cast .pagination-prev-next {
        width: calc(100% - 44px);
        max-width: 340px;
        flex-direction: row;
        gap: 8px;
        margin-top: 24px;
        padding: 0;
    }

    body.post-type-archive-cast .pagination-prev,
    body.post-type-archive-cast .pagination-next {
        width: 100%;
    }

    body.post-type-archive-cast .pagination-prev-link,
    body.post-type-archive-cast .pagination-next-link {
        display: flex;
        width: 100%;
        min-width: 0;
        min-height: 38px;
        padding: 8px 10px;
        font-size: 13px;
        white-space: nowrap;
    }

    body.post-type-archive-cast .pagination {
        width: calc(100% - 28px);
        max-width: 340px;
        flex-wrap: nowrap;
        gap: 5px;
        margin-bottom: 28px;
        padding: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.post-type-archive-cast .pagination::-webkit-scrollbar {
        display: none;
    }

    body.post-type-archive-cast .pagination .page-numbers {
        width: 30px;
        height: 32px;
        flex: 0 0 30px;
        font-size: 12px;
    }
}
