/*-------------------------------

# top

-------------------------------*/
.p-top-fv {
  color: #fff;
  background: var(--black);
  margin-left: auto;
  margin-right: 0;
}
.p-top-fv__item {
  position: relative;
}
.p-top-fv__item:nth-of-type(2) .p-top-fv__img img {
  object-position: top;
}
.p-top-fv__img {
  width: 100%;
  height: calc(100svh - var(--c-header-height));
  display: block;
}
.p-top-fv__heading {
  position: absolute;
  left: 5vw;
  top: auto;
  bottom: 10vw;
  font-size: 2vw;
  line-height: 2;
  letter-spacing: 0.04em;
  text-shadow:
    0px 0px 1vw rgba(0, 0, 0, 1),
    0px 0px 1vw rgba(0, 0, 0, 1);
}
.p-top-fv .slick-dots li button:before {
  content: none;
}
.p-top-fv .slick-dots {
  bottom: 32px;
}
.p-top-fv .slick-dots li,
.p-top-fv .slick-dots li button {
  width: 40px !important;
}
.p-top-fv .slick-dots li {
  margin-right: 8px;
  margin-left: 0;
  height: fit-content;
}
.p-top-fv .slick-dots li::before {
  content: "";
  position: absolute;
  inset: -12px;
}
.p-top-fv .slick-dots li button {
  font-size: 11px;
  background: #fff;
  opacity: 0.5;
  height: 2px;
  padding: 0;
  font-size: 0;
}
.p-top-fv .slick-dots li.slick-active button {
  opacity: 1;
}
@media (max-width: 1536px) {
  .p-top-fv__img {
    height: auto;
    aspect-ratio: 3/2;
  }
}
@media (max-width: 768px) {
  .p-top-fv__heading {
    font-size: 4.5vw;
    text-shadow:
      0px 0px 2vw rgba(0, 0, 0, 1),
      0px 0px 2vw rgba(0, 0, 0, 1),
      0px 0px 2vw rgba(0, 0, 0, 1);
  }
  .p-top-fv__img {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .p-top-fv .slick-dots {
    bottom: 8px;
  }
  .p-top-fv .slick-dots li {
    margin-right: 8px;
  }
  .p-top-fv .slick-dots li,
  .p-top-fv .slick-dots li button {
    width: 24px !important;
  }
}

/* ## schedule */
.p-top-schedule {
  padding: 130px 0 0;
}
.p-top-schedule__wrap {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
}
.p-top-schedule__img {
  aspect-ratio: 1000/1414;
}
.p-top-schedule__heading {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-top-schedule__img {
  margin-top: 20px;
}
.p-top-schedule__txt {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
.p-top-schedule .c-viewmore01 {
  margin-top: 52px;
}

@media (max-width: 768px) {
  .p-top-schedule__wrap {
    gap: 24px;
  }
  .p-top-schedule__heading {
    font-size: 1.3rem;
  }
  .p-top-schedule__img {
    margin-top: 10px;
  }
  .p-top-schedule__txt {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .p-top-schedule {
    padding: 40px 0 0;
  }
  .p-top-schedule .p-top-schedule__wrap {
    margin-top: 40px;
  }
  .p-top-schedule .c-viewmore01 {
    margin-top: 27px;
  }
}

/* ## news */
.p-top-news {
  padding: 48px 0 130px;
}
@media (max-width: 768px) {
  .p-top-news {
    padding: 40px 0 60px;
  }
}

/* ## about */
.p-top-about {
  background: url(../img/common/bg.jpg) var(--bg-standard);
  position: relative;
  height: 1570px;
  height: 81vw;
  overflow: hidden;
}
.p-top-about__img {
  position: absolute;
}
.p-top-about__img--1 {
  width: 830px;
  top: 83px;
  left: 8px;
  width: 40vw;
  top: 1vw;
  left: 1vw;
  z-index: 2;
}
.p-top-about__img--2 {
  width: 770px;
  top: 481px;
  right: 326px;
  width: 40vw;
  top: 19vw;
  right: 1vw;
  z-index: 1;
}
.p-top-about__img--3 {
  width: 740px;
  top: 644px;
  left: 158px;
  width: 36vw;
  top: 23vw;
  left: 17vw;
  z-index: 2;
}
.p-top-about__img--4 {
  width: 780px;
  top: 885px;
  right: 30px;
  width: 48vw;
  top: 46vw;
  left: 1vw;
  z-index: 2;
}
.p-top-about__img--5 {
  width: 780px;
  top: 885px;
  right: 30px;
  width: 43vw;
  top: 56vw;
  right: 5vw;
  z-index: 2;
}
.p-top-about__img {
  opacity: 0;
  transition: 2s;
}
.p-top-about__img-wrap.is-show .p-top-about__img {
  opacity: 1;
}
.p-top-about__img-wrap.is-show .p-top-about__img--1 {
  transition-delay: 0s;
}
.p-top-about__img-wrap.is-show .p-top-about__img--2 {
  transition-delay: 1s;
}
.p-top-about__img-wrap.is-show .p-top-about__img--3 {
  transition-delay: 2s;
}
.p-top-about__img-wrap.is-show .p-top-about__img--4 {
  transition-delay: 3s;
}
.p-top-about__img-wrap.is-show .p-top-about__img--5 {
  transition-delay: 4s;
}

.p-top-about__txt-wrap {
  color: #fff;
  position: absolute;
  z-index: 2;
  text-shadow:
    0px 0px 1vw rgba(0, 0, 0, 1),
    0px 0px 1vw rgba(0, 0, 0, 1);
}
.p-top-about__txt-wrap--first {
  top: 120px;
  left: 50%;
  top: 6vw;
  display: flex;
  flex-direction: row-reverse;
}
.p-top-about__heading {
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  line-height: 1.9;
  writing-mode: vertical-rl;
}
.p-top-about__txt {
  letter-spacing: 0.04em;
  line-height: 2.6;
  writing-mode: vertical-rl;
}
.p-top-about__txt-wrap--first .p-top-about__txt {
  margin-right: 64px;
  margin-top: 10px;
  height: 250px;
}
.p-top-about__txt-wrap--last {
  bottom: 140px;
  right: 50%;
  bottom: 5vw;
}
.p-top-about__txt-wrap--last .p-top-about__txt {
  height: 235px;
}

@media (max-width: 1536px) {
  .p-top-about__txt-wrap--last {
    bottom: 3vw;
  }
}
@media (max-width: 1280px) {
  .p-top-about__txt-wrap--first {
    right: 5vw;
    left: auto;
  }
}
@media (max-width: 768px) {
  .p-top-about {
    padding: 56px 0;
    height: auto;
  }
  .p-top-about__img-wrap {
    position: relative;
    height: 163vw;
  }
  .p-top-about__img--1 {
    width: 75vw;
    top: 0;
    left: -15vw;
    right: auto;
  }
  .p-top-about__img--2 {
    width: 70vw;
    top: 23vw;
    left: auto;
    right: -6vw;
  }
  .p-top-about__img--3 {
    width: 62vw;
    top: 58vw;
    left: -7vw;
    right: auto;
  }
  .p-top-about__img--4 {
    width: 67vw;
    top: 88vw;
    left: auto;
    right: 4vw;
  }
  .p-top-about__img--5 {
    width: 62vw;
    top: 118vw;
    left: -7vw;
    right: auto;
  }
  .p-top-about__txt-wrap {
    position: static;
    display: block !important;
  }
  .p-top-about__heading {
    margin: 0 auto;
    font-size: 1.8rem;
  }
  .p-top-about__txt {
    writing-mode: unset;
    height: auto !important;
  }
  .p-top-about__txt-wrap--first .p-top-about__txt {
    height: auto;
    margin: 24px 0 0;
  }
}

/* ## guide */
.p-top-guide__txt-wrap {
  writing-mode: vertical-rl;
  margin: 117px auto 0;
  translate: -11px 0;
}
.p-top-guide__heading {
  font-size: 3.3rem;
  letter-spacing: 0.04em;
}
.p-top-guide__txt {
  letter-spacing: 0.04em;
  line-height: 2.2;
  height: 235px;
  margin-top: 28px;
  margin-right: 76px;
}
.p-top-guide {
  padding: 0 0 130px;
}
.p-top-guide .c-anchor01 {
  margin-top: 120px;
}
.p-top-guide .c-movie01 {
  margin-top: 100px;
}
.p-top-guide .c-viewmore01 {
  margin-top: 27px;
}
@media (max-width: 768px) {
  .p-top-guide {
    padding: 0 0 56px;
  }
  .p-top-guide__txt {
    height: auto;
    margin: 20px auto 0;
  }
  /* .p-top-guide__fv {
    aspect-ratio: 4/3;
  } */
  .p-top-guide__txt-wrap {
    writing-mode: unset;
    translate: unset;
    margin-top: 42px;
  }
  .p-top-guide__heading {
    font-size: 1.8rem;
  }
  .p-top-guide .c-anchor01 {
    margin-top: 32px;
  }
  .p-top-guide .c-movie01 {
    margin-top: 40px;
  }
}

/* ## actor */
.p-top-actor {
  background: var(--lavender);
  padding: 66px 0 60px;
}
.p-top-actor__wrap {
  margin-top: 60px;
}
.p-top-actor__item {
  width: 264px;
  margin-right: 70px;
}
.p-top-actor__img {
  aspect-ratio: 1/1;
}
.p-top-actor__txt-wrap {
  margin-top: 24px;
}
.p-top-actor__txt {
  font-size: 1.8rem;
  letter-spacing: 0.01em;
}
.p-top-actor__name {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.p-top-actor__txt + .p-top-actor__name {
  margin-top: 8px;
}
.p-top-actor__profile {
  margin-top: 12px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.p-top-actor .c-viewmore01 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-top-actor {
    padding: 40px 0 48px;
  }
  .p-top-actor__wrap {
    margin-top: 24px;
  }
  .p-top-actor__item {
    width: 212px;
    margin-right: 32px;
  }
  .p-top-actor__txt-wrap {
    margin-top: 16px;
  }
  .p-top-actor__txt {
    font-size: 1.4rem;
  }
  .p-top-actor__txt + .p-top-actor__name {
    margin-top: 4px;
  }
  .p-top-actor__name {
    font-size: 1.6rem;
  }
  .p-top-actor__profile {
    font-size: 1.3rem;
    margin-top: 8px;
  }
  .p-top-actor .c-viewmore01 {
    margin-top: 40px;
  }
}

/* ## theater */
.p-top .c-theaterlist-sec01 {
  padding: 100px 0 0;
}

@media (max-width: 768px) {
  .p-top .c-theaterlist-sec01 {
    padding: 40px 0 0;
  }
}

/*-------------------------------

# p-archive-schedule

-------------------------------*/
/* ## fv */

/* ## schedule */
.p-archive-schedule-schedule {
  /* padding: 80px 0 0; */
  border-bottom: 1px solid var(--navy);
}
.p-archive-schedule-schedule__wrap .l-container {
  position: relative;
}
.p-archive-schedule-schedule__time {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.p-archive-schedule-schedule__year {
  font-size: 2rem;
  letter-spacing: 0.04em;
}
.p-archive-schedule-schedule__month {
  font-size: 5rem;
  letter-spacing: 0.04em;
}
.p-archive-schedule-schedule__block {
  padding: 88px 0 105px;
}
.p-archive-schedule-schedule__block:not(:first-of-type) {
  border-top: 1px solid var(--navy);
}
.p-archive-schedule-schedule__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}
.p-archive-schedule-schedule__theater {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-archive-schedule-schedule__img {
  margin-top: 32px;
  aspect-ratio: 1000/1414;
}
.p-archive-schedule-schedule__txt {
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-top: 24px;
}
@media (max-width: 1280px) {
  .p-archive-schedule-schedule__time {
    position: static;
    width: fit-content;
  }
  .p-archive-schedule-schedule__inner {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .p-archive-schedule-schedule__block {
    padding: 40px 0;
  }
  .p-archive-schedule-schedule__year {
    font-size: 1.6rem;
  }
  .p-archive-schedule-schedule__month {
    font-size: 3rem;
  }
  .p-archive-schedule-schedule__inner {
    gap: 24px;
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-archive-schedule-schedule__theater {
    font-size: 1.8rem;
  }
  .p-archive-schedule-schedule__img {
    margin-top: 16px;
  }
  .p-archive-schedule-schedule__txt {
    margin-top: 16px;
  }
}

/* ## theater */
.p-archive-schedule .c-theaterlist-sec01 {
  padding: 72px 0 0;
}
@media (max-width: 768px) {
  .p-archive-schedule .c-theaterlist-sec01 {
    padding: 56px 0 0;
  }
}

/*-------------------------------

# p-single-schedule

-------------------------------*/
/* ## fv */
.p-single-schedule-fv__wrap {
  display: flex;
  flex-direction: row;
  margin-top: 104px;
  gap: 12%;
}
.p-single-schedule-fv__img {
  width: 46%;
}
.p-single-schedule-fv__txt-wrap {
  flex: 1;
  margin-top: 48px;
}
.p-single-schedule-fv__theater {
  font-size: 2rem;
  letter-spacing: 0.1em;
  border: 1px solid var(--black);
  padding: 8px 44px;
  width: fit-content;
}
.p-single-schedule-fv__heading {
  margin-top: 77px;
  font-size: 6rem;
  letter-spacing: 0.04em;
}
.p-single-schedule-fv__star {
  font-size: 3rem;
  letter-spacing: 0.04em;
  margin-top: 12px;
}
.p-single-schedule-fv__introduce {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2.5;
  margin-top: 88px;
  width: 470px;
}
.p-single-schedule-fv .c-sns01 {
  margin-top: 32px;
}

@media (max-width: 1280px) {
  .p-single-schedule-fv__introduce {
    width: auto;
  }
}
@media (max-width: 768px) {
  .p-single-schedule-fv {
    padding: 40px 0 0;
  }
  .p-single-schedule-fv__wrap {
    display: block;
    margin-top: 0;
  }
  .p-single-schedule-fv__img {
    width: auto;
    margin-top: 24px;
  }
  .p-single-schedule-fv__theater {
    font-size: 1.5rem;
    padding: 8px 24px;
  }
  .p-single-schedule-fv__heading {
    font-size: 3rem;
    margin-top: 32px;
  }
  .p-single-schedule-fv__star {
    font-size: 1.6rem;
  }
  .p-single-schedule-fv__introduce {
    margin-top: 32px;
    font-size: 1.4rem;
  }
  .p-single-schedule-fv .c-sns01 {
    margin-top: 16px;
  }
}

/* ## slider */
.p-single-schedule .c-roopslider01 {
  padding: 135px 0 0;
}

@media (max-width: 768px) {
  .p-single-schedule .c-roopslider01 {
    padding: 40px 0 0;
  }
}

/* ## member */
.p-single-schedule-member {
  padding: 150px 0 0;
}
.p-single-schedule-member:has(+ .p-single-schedule-schedule) {
  padding-bottom: 100px;
}
.p-single-schedule-member__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  margin-top: 100px;
}
.p-single-schedule-member__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 56px;
  gap: 8%;
}
.p-single-schedule-member__img {
  width: 300px;
  width: 42%;

  aspect-ratio: 1/1;
}
.p-single-schedule-member__txt-wrap {
  flex: 1;
}
.p-single-schedule-member__position {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.p-single-schedule-member__name {
  font-size: 2rem;
  letter-spacing: 0.04em;
}
.p-single-schedule-member__position + .p-single-schedule-member__name {
  margin-top: 12px;
}
.p-single-schedule-member__furigana {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
.p-single-schedule-member__profile {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2.1;
  margin-top: 16px;
}
.p-single-schedule-member .c-sns01 {
  margin-top: 32px;
}
@media (max-width: 1280px) {
  .p-single-schedule-member__wrap {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .p-single-schedule-member {
    padding: 80px 0 0;
  }
  .p-single-schedule-member:has(+ .p-single-schedule-schedule) {
    padding-bottom: 80px;
  }
  .p-single-schedule-member__wrap {
    display: block;
    margin-top: 40px;
  }
  .p-single-schedule-member__wrap > * + * {
    margin-top: 40px;
  }
  .p-single-schedule-member__position {
    font-size: 1.4rem;
  }
  .p-single-schedule-member__position + .p-single-schedule-member__name {
    margin-top: 8px;
  }
  .p-single-schedule-member__name {
    font-size: 1.6rem;
  }
  .p-single-schedule-member__profile {
    font-size: 1.2rem;
  }
  .p-single-schedule-member .c-sns01 {
    margin-top: 16px;
  }
}

/* ## history */
.p-single-schedule-history {
  padding: 140px 0 100px;
}
.p-single-schedule-history__wrap {
  margin: 64px auto 0;
  width: fit-content;
}
.p-single-schedule-history__wrap > * + * {
  margin-top: 24px;
}
.p-single-schedule-history__item {
  display: flex;
  flex-direction: row;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
.p-single-schedule-history__year {
  width: 135px;
}
.p-single-schedule-history__event {
  flex: 1;
}
@media (max-width: 768px) {
  .p-single-schedule-history {
    padding: 80px 0 80px;
  }
  .p-single-schedule-history__wrap {
    width: auto;
    margin-top: 24px;
  }
  .p-single-schedule-history__item {
    font-size: 1.3rem;
  }
  .p-single-schedule-history__year {
    width: 105px;
  }
}

/* ## info */
.p-single-schedule-info {
  padding: 100px 0 160px;
}
.p-single-schedule-info__wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: var(--lavender);
  padding: 95px 0;
}
.p-single-schedule-info__inner {
  width: 800px;
  margin: 0 5vw;
  display: flex;
  flex-direction: row;
  gap: 150px;
}
.p-single-schedule-info__logo {
  width: 210px;
}

.p-single-schedule-info__txt-wrap {
  flex: 1;
}
.p-single-schedule-info__introduce {
  letter-spacing: 0.04em;
  line-height: 2.2;
}
.p-single-schedule-info__homepage {
  margin-top: 24px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-single-schedule-info {
    padding: 40px 0;
  }
  .p-single-schedule-info__wrap {
    padding: 40px 0;
  }
  .p-single-schedule-info__inner {
    display: block;
  }
  .p-single-schedule-info__logo {
    width: 100px;
    margin: 0 auto;
  }
  .p-single-schedule-info__txt-wrap {
    margin-top: 24px;
    text-align: center;
  }
  .p-single-schedule-info__homepage {
    margin-top: 16px;
  }
}

/* ## schedule */
.p-single-schedule-schedule {
  padding: 100px 0 150px;
  border-top: 1px solid var(--navy);
}
.p-single-schedule-schedule__theater {
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding: 12px 32px;
  border: 1px solid var(--black);
  width: fit-content;
  text-align: center;
  margin: 74px auto 0;
}
.p-single-schedule-schedule__date-wrap {
  display: flex;
  flex-direction: row;
  font-size: 4.3rem;
  letter-spacing: 0.1em;
  justify-content: center;
  margin-top: 32px;
  align-items: flex-end;
}
.p-single-schedule-schedule__day-name {
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  margin-left: -20px;
  margin-right: -3px;
}
.p-single-schedule-schedule__hyphen {
  margin-right: 20px;
  translate: 0 -2px;
}
.p-single-schedule-schedule__add {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
  margin-top: 48px;
}
.p-single-schedule-schedule .c-link01 {
  text-align: center;
  margin-top: 32px;
  display: block;
  font-size: 1.6rem;
}
.p-single-schedule-schedule__bnr {
  width: 100%;
  padding: 48px 0 88px;
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: 56px;
  color: #fff;
}
.p-single-schedule-schedule__bnr--umeda {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/page/umeda/pl_fv.jpg) var(--bg-standard);
}
.p-single-schedule-schedule__bnr--ikeda {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/page/ikeda/pl_fv.jpg) var(--bg-standard);
}
.p-single-schedule-schedule__bnr--gion {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/page/gion/pl_fv.jpg) var(--bg-standard);
}
.p-single-schedule-schedule__heading {
  font-size: 3rem;
}
.p-single-schedule-schedule__btn-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
  gap: 40px;
}
.p-single-schedule-schedule__btn {
  width: 236px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-single-schedule-schedule__btn--page {
  border: 1px solid #fff;
}
.p-single-schedule-schedule__page-heading {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.p-single-schedule-schedule__btn--tel {
  background: var(--tel-color);
}
.p-single-schedule-schedule__tel-heading {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.p-single-schedule-schedule__tel-number {
  font-size: 1.9rem;
  letter-spacing: 0.1em;
}
/* .p-single-schedule + .c-footer {
  position: relative;
}
.p-single-schedule + .c-footer::before {
  content: "";
  position: absolute;
  background: var(--black);
  height: 1px;
  width: 100%;
  top: -5px;
} */
@media (max-width: 768px) {
  .p-single-schedule-schedule {
    padding: 40px 0;
  }
  .p-single-schedule-schedule__theater {
    font-size: 1.5rem;
    padding: 8px 24px;
    margin-top: 40px;
  }
  .p-single-schedule-schedule__date-wrap {
    font-size: 3rem;
    margin-top: 16px;
  }
  .p-single-schedule-schedule__day-name {
    font-size: 2rem;
  }
  .p-single-schedule-schedule__day-name {
    margin-left: -8px;
    translate: 0 -2px;
  }
  .p-single-schedule-schedule__hyphen {
    margin-right: 10px;
  }
  .p-single-schedule-schedule__add {
    font-size: 1.3rem;
    margin-top: 16px;
    text-align: left;
  }
  .p-single-schedule-schedule .c-link01 {
    font-size: 1.3rem;
    text-align: left;
    margin-top: 16px;
  }
  .p-single-schedule-schedule__heading {
    font-size: 2rem;
  }
  .p-single-schedule-schedule__bnr {
    padding: 32px 0 48px;
    margin-top: 40px;
  }
  .p-single-schedule-schedule__btn-wrap {
    display: block;
    margin: 20px auto 0;
    width: fit-content;
  }
  .p-single-schedule-schedule__btn-wrap > * + * {
    margin-top: 16px;
  }
  .p-single-schedule-schedule__btn {
    width: 180px;
    height: 56px;
  }
  .p-single-schedule-schedule__page-heading {
    font-size: 1.6rem;
  }
  .p-single-schedule-schedule__tel-heading {
    font-size: 1.3rem;
  }
  .p-single-schedule-schedule__tel-number {
    font-size: 1.6rem;
  }
}

/*-------------------------------

# p-theater

-------------------------------*/
/* ## fv */

/* ## theater */
.p-theater-new {
  padding: 56px 0 0;
  /* overflow: hidden; */
}
.p-theater-new .slick-list {
  overflow: unset !important;
}
.p-theater-new .slick-prev {
  display: none;
}
.p-theater-new .slick-next {
  right: 56px;
  display: block;
  width: 30px;
  height: 30px;
  rotate: 45deg;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
}
.p-theater-new .slick-next::before {
  content: "";
  position: absolute;
  inset: -20px;
}
.l-container:has(.p-theater-new__wrap) {
  display: contents;
}
.p-theater-new__wrap {
  margin-top: 80px;
}
.p-theater-new__item {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 10%;
}
.p-theater-new__img {
  margin-left: calc(50% - 50vw) !important;
  width: 50vw !important;
  aspect-ratio: 1000/1414;
  display: block;
}
.p-theater-new__inner {
  flex: 1;
  max-width: 470px;
}
.p-theater-new__theater {
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding: 8px 48px;
  border: 1px solid var(--black);
  width: fit-content;
  text-align: center;
}
.p-theater-new__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
  margin-top: 16px;
}
.p-theater-new__date-wrap {
  display: flex;
  flex-direction: row;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  align-items: flex-end;
  margin-top: 16px;
}
.p-theater-new__day-name {
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  margin-left: -12px;
  margin-right: -3px;
}
.p-theater-new__hyphen {
  margin-right: 12px;
}
.p-theater-new__add {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 12px;
}
.p-theater-new__item .c-link01 {
  margin-top: 12px;
  display: block;
}
.p-theater-new__heading {
  font-size: 3.6rem;
  letter-spacing: 0.04em;
  margin-top: 32px;
}
.p-theater-new__star {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  margin-top: 8px;
}
.p-theater-new__introduce {
  margin-top: 32px;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 2.1;
}
.p-theater-new .c-viewmore01 {
  margin-top: 48px;
}
@media (max-width: 1536px) {
  .p-theater-new__item {
    gap: 7%;
  }
}
@media (max-width: 1280px) {
  .p-theater-new__item {
    gap: 5%;
  }
  .p-theater-new__inner {
    width: auto;
    margin-right: 5vw;
    max-width: unset;
  }
  .p-theater-new .slick-next {
    right: 20px;
  }
}
@media (max-width: 1080px) {
  .p-theater-new__info {
    display: block;
  }
  /* .p-theater-new__add {
    margin-top: 8px;
  } */
}
@media (max-width: 768px) {
  .p-theater-new .slick-next {
    display: none !important;
  }
  .p-theater-new__wrap {
    margin-top: 0;
  }
  .p-theater-new__item {
    display: block !important;
  }
  .l-container:has(.p-theater-new__wrap) {
    display: block;
  }
  .p-theater-new__img {
    margin-left: auto !important;
    width: auto !important;
    margin-top: 32px;
  }
  .p-theater-new__inner {
    margin: 40px auto 0;
  }
  .p-theater-new__theater {
    font-size: 1.6rem;
    padding: 8px 40px;
  }
  .p-theater-new__date-wrap {
    font-size: 2.6rem;
    margin-top: 16px;
    display: flex !important;
  }
  .p-theater-new__day-name {
    font-size: 1.8rem;
  }
  .p-theater-new__day-name {
    margin-left: -8px;
    translate: 0 -2px;
  }
  .p-theater-new__hyphen {
    margin-right: 10px;
  }
  .p-theater-new__heading {
    font-size: 2.4rem;
    margin-top: 24px;
  }
  .p-theater-new__star {
    font-size: 1.8rem;
  }
  .p-theater-new__introduce {
    margin-top: 24px;
  }
  .p-theater-new .c-viewmore01 {
    margin-top: 24px;
  }
}

/* ## schedule */
.p-theter-schedule {
  padding: 96px 0 0;
}
.p-theater-schedule__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-top: 32px;
}
.p-theater-schedule__img {
  aspect-ratio: 1000/1414;
}
.p-theater-schedule__month {
  margin-top: 16px;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
.p-theater-schedule__txt {
  margin-top: 12px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-theter-schedule {
    padding: 40px 0 0;
  }
  .p-theater-schedule__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
  .p-theater-schedule__month {
    font-size: 1.6rem;
  }
  .p-theater-schedule__txt {
    margin-top: 8px;
  }
}

/* ## news */
.p-theater-news {
  padding: 115px 0 0;
}
@media (max-width: 768px) {
  .p-theater-news {
    padding: 64px 0 0;
  }
}

/* ## time */
.p-theater-time {
  padding: 115px 0 125px;
}
.p-theater-time__wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.p-theater-time__inner {
  flex: 1;
  text-align: center;
  padding: 72px 0 88px;
}
.p-theater-time__inner--daytime {
  background: var(--lavender);
}
.p-theater-time__inner--night {
  background: var(--navy);
  color: #fff;
}
.p-theater-time__heading {
  font-size: 3rem;
  letter-spacing: 0.04em;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.p-theater-time__heading::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  left: -68px;
  top: 0;
}
.p-theater-time__inner--daytime .p-theater-time__heading::before {
  background: url(../img/common/i_sun--white.svg) var(--bg-standard);
}
.p-theater-time__inner--night .p-theater-time__heading::before {
  background: url(../img/common/i_moon--white.svg) var(--bg-standard);
}
.p-theater-time__hour {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  gap: 16px;
}
.p-theater-time__hour-num {
  font-size: 5rem;
  letter-spacing: 0.04em;
}
.p-theater-time__hour-txt {
  font-size: 4rem;
  letter-spacing: 0.04em;
}
.p-theater-time__open {
  margin-top: 30px;
  font-size: 2rem;
}
.p-theater-time__guide {
  margin-top: 48px;
  text-align: center;
}
.p-theater-time__guide-heading {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
.p-theater-time__guide-txt {
  margin-top: 32px;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
.p-theater-time__guide-caution {
  letter-spacing: 0.04em;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .p-theater-time {
    padding: 80px 0 52px;
  }
  /* .p-theater-time__wrap {
    display: block;
  } */
  .p-theater-time__inner {
    padding: 24px 0;
  }
  .p-theater-time__heading {
    font-size: 1.8rem;
  }
  .p-theater-time__heading::before {
    width: 20px;
    height: 20px;
    left: -28px;
  }
  .p-theater-time__hour {
    margin-top: 4px;
    gap: 8px;
  }
  .p-theater-time__hour-num {
    font-size: 2.4rem;
  }
  .p-theater-time__hour-txt {
    font-size: 1.9rem;
  }
  .p-theater-time__open {
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .p-theater-time__guide {
    margin-top: 40px;
  }
  .p-theater-time__guide-heading {
    font-size: 1.8rem;
  }
  .p-theater-time__guide-txt {
    font-size: 1.5rem;
    margin-top: 16px;
  }
  .p-theater-time__guide-caution {
    margin-top: 8px;
  }
}

/* ## price */
.p-theater-price {
  padding: 72px 0 0;
}
.p-theater-price__txt {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin-top: 56px;
}
.p-theater-price__caution {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-top: 12px;
  line-height: 2;
}
.p-theater-price__wrap {
  display: flex;
  flex-direction: row;
  gap: 7%;
  margin-top: 100px;
  justify-content: flex-end;
}
.p-theater-price__img-wrap {
  width: 50%;
}
.p-theater-price__expansion {
  font-weight: bold;
  letter-spacing: 0.04em;
  margin: 40px 0 0 auto;
  position: relative;
  width: fit-content;
}
.p-theater-price__expansion::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 28px;
  left: -35px;
  top: 2px;
  background: url(../img/common/i_loupe--black.svg) var(--bg-standard);
}
.p-theater-price__wrap .c-price01 {
  flex: 1;
  max-width: 400px;
}
.p-theater-price__gion {
  margin-top: 56px;
}
.p-theater-price__gion .c-price01 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.p-theater-price__gion-txt {
  text-align: center;
  margin-top: 24px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
.p-theater-price__btn-wrap {
  display: flex;
  flex-direction: row;
  gap: 70px;
  margin-top: 48px;
  justify-content: center;
}
.p-theater-price__gion + .p-theater-price__btn-wrap {
  margin-top: 92px;
}
.p-theater-price__btn {
  border: 1px solid var(--navy);
  width: 364px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 2.2;
}
.p-theater--gion .p-theater-price__btn {
  height: 200px;
}
.p-theater-price__btn-heading {
  font-weight: bold;
}
.p-theater-price__btn-txt {
  line-height: 1.6;
  margin-top: 10px;
}
.p-theater-price__btn-tel {
  margin-top: 10px;
}
.p-theater-price .c-history-wrap01 {
  margin-top: 115px;
}
.p-theater-price .c-history-wrap01__item {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-theater-price {
    padding: 40px 0 0;
  }

  .p-theater-price__txt {
    text-align: left;
    font-size: 1.4rem;
    margin-top: 32px;
  }
  .p-theater-price__caution {
    font-size: 1.2rem;
    text-align: left;
  }
  .p-theater-price__wrap {
    display: block;
    margin-top: 40px;
  }
  .p-theater-price__wrap .c-price01 {
    margin: 0 auto;
  }
  .p-theater-price__img-wrap {
    width: auto;
    margin-top: 64px;
  }
  .p-theater-price__expansion {
    margin-top: 16px;
  }
  .p-theater-price__expansion::before {
    width: 17px;
    height: 20px;
    left: -28px;
    top: 2px;
  }
  .p-theater-price__btn-wrap {
    display: block;
  }
  .p-theater-price__gion-txt {
    text-align: left;
    font-size: 1.2rem;
  }
  .p-theater-price__gion + .p-theater-price__btn-wrap {
    margin-top: 40px;
  }
  .p-theater-price__btn-wrap > * + * {
    margin-top: 16px;
  }
  .p-theater-price__btn {
    width: auto;
    height: auto !important;
    font-size: 1.5rem;
    padding: 24px;
  }
  .p-theater-price .c-history-wrap01 {
    margin-top: 80px;
  }
}

/* ## slider */
.p-theater .c-roopslider01 {
  padding-bottom: 100px;
  padding: 135px 0 100px;
}
@media (max-width: 768px) {
  .p-theater .c-roopslider01 {
    padding: 64px 0 40px;
  }
}

/* ## access */
.p-theater-access {
  display: flex;
  flex-direction: row;
}
.p-theater-access > * {
  flex: 1;
  height: 602px;
}
.p-theater-access__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.p-theater-access__wrap--umeda {
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/page/umeda/pl_fv.jpg) var(--bg-standard);
}
.p-theater-access__wrap--ikeda {
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/page/ikeda/pl_fv.jpg) var(--bg-standard);
}
.p-theater-access__wrap--gion {
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/page/gion/pl_fv.jpg) var(--bg-standard);
}
.p-theater-access__inner {
  max-width: 530px;
  margin: 0 5vw;
}
.p-theater-access__heading {
  font-size: 3rem;
  letter-spacing: 0.04em;
}
.p-theater-access__txt {
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin-top: 32px;
}
.p-theater-access__map iframe {
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-theater-access {
    display: block;
  }
  .p-theater-access > * {
    height: auto;
  }
  .p-theater-access__wrap {
    padding: 48px 0;
  }
  .p-theater-access__heading {
    font-size: 2rem;
  }
  .p-theater-access__txt {
    margin-top: 32px;
  }
  .p-theater-access__map iframe {
    aspect-ratio: 3/2;
  }
}
.p-theater .c-theaterlist-sec01 {
  padding: 130px 0 0;
}

@media (max-width: 768px) {
  .p-theater .c-theaterlist-sec01 {
    padding: 64px 0 0;
  }
}

/*-------------------------------

# history

-------------------------------*/
.p-history-legend {
  padding: 56px 0 115px;
}
.p-history-legend .c-history-wrap01 {
  margin-top: 100px;
}
.p-history-reborn {
  padding: 56px 0 140px;
}

@media (max-width: 768px) {
  .p-history-legend {
    padding: 40px 0 56px;
  }
  .p-history-legend .c-history-wrap01 {
    margin-top: 0;
  }
  .p-history-reborn {
    padding: 40px 0 56px;
  }
}

/*-------------------------------

# p-archive-news

-------------------------------*/
.p-archive-news-news {
  padding: 100px 0 160px;
  border-bottom: 1px solid var(--navy);
}
.p-archive-news-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-archive-news-news__item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.p-archive-news-news__date {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
.p-archive-news-news__heading {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.p-archive-news-news .c-archive-pager01 {
  margin-top: 72px;
}

@media (max-width: 768px) {
  .p-archive-news-news {
    padding: 40px 0 80px;
  }
  .p-archive-news-news .c-archive-pager01 {
    margin-top: 32px;
  }
}

/*-------------------------------

# p-single-news

-------------------------------*/
/* ## fv */

/* ## article */
.p-single-news-article {
  margin-top: -16px;
  padding: 0 0 150px;
  border-bottom: 1px solid var(--navy);
}
.p-single-news-article__date {
  letter-spacing: 0.04em;
}
.p-single-news-article__heading {
  font-size: 3rem;
  letter-spacing: 0.04em;
  margin-top: 24px;
}
.p-single-news-article__content {
  border-top: 1px solid var(--gray);
  letter-spacing: 0.04em;
  margin-top: 32px;
  padding-top: 64px;
  line-height: 2.2;
}
.p-single-news-article .c-single-pager01 {
  margin-top: 110px;
}

@media (max-width: 1280px) {
  .p-single-news-article {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .p-single-news-article {
    padding: 0 0 80px;
  }
  .p-single-news-article__heading {
    font-size: 2rem;
    margin-top: 12px;
  }
  .p-single-news-article__content {
    margin-top: 24px;
    padding-top: 32px;
  }
  .p-single-news-article .c-single-pager01 {
    margin-top: 64px;
  }
}

/*-------------------------------

# guide

-------------------------------*/
/* ## fv */
.p-guide-fv {
  color: #fff;
  text-align: center;
  padding: 0 0 200px;
  position: relative;
}
.p-guide-fv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - calc(100svh - var(--c-header-height)) + 20svh);
  z-index: -1;
  background:
    linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)),
    url(../img/common/bg.jpg) var(--bg-standard);
}
.p-guide-fv__fv {
  position: relative;
}
.p-guide-fv__fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/page/guide/bg_fv--pc.png) var(--bg-standard);
}
.p-guide-fv__inner {
  height: calc(100svh - var(--c-header-height));
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-guide-fv__heading {
  line-height: 1.6;
}
.p-guide-fv__heading-main {
  font-size: 6rem;
  letter-spacing: 0.04em;
}
.p-guide-fv__heading-sub {
  font-size: 4rem;
  letter-spacing: 0.04em;
}
.p-guide-fv .c-bread01 {
  translate: 0 -64px;
}
.p-guide-fv__subheading {
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-top: 48px;
}
.c-bread01 + .p-guide-fv__subheading {
  margin-top: 110px;
}
.p-guide-fv__txt {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 2.7;
}
.p-guide-fv__subheading + .p-guide-fv__txt {
  margin-top: 64px;
}
.p-guide-fv__txt + .p-guide-fv__txt {
  margin-top: 24px;
}
.p-guide-fv__txt + .p-guide-fv__subheading {
  margin-top: 130px;
}
@media (max-width: 768px) {
  .p-guide-fv__heading {
    translate: 0 -10px;
  }
  .p-guide-fv__fv::before {
    background: url(../img/page/guide/bg_fv--sp.png) var(--bg-standard);
  }
  .p-guide-fv__heading-main {
    font-size: 3rem;
  }
  .p-guide-fv__heading-sub {
    font-size: 2.4rem;
  }
  .p-guide-fv__subheading {
    font-size: 2rem;
  }
  .c-bread01 + .p-guide-fv__subheading {
    margin-top: 48px;
  }
  .p-guide-fv__txt {
    font-size: 1.5rem;
    text-align: left;
  }
  .p-guide-fv__subheading + .p-guide-fv__txt {
    margin-top: 16px;
  }
  .p-guide-fv__txt + .p-guide-fv__subheading {
    margin-top: 64px;
  }
}

/* ## c-schedule-slider-sec01 */
.p-guide .c-schedule-slider-sec01 {
  margin-top: -145px;
}

/* ## part */
.p-guide-part {
  padding: 100px 0 130px;
}
.p-guide-part__lead {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2.5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.p-guide-part .c-guide-wrap01 {
  margin-top: 115px;
}
@media (max-width: 768px) {
  .p-guide-part {
    padding: 40px 0 80px;
  }
  .p-guide-part__lead {
    font-size: 1.3rem;
  }
  .p-guide-part .c-guide-wrap01 {
    margin-top: 40px;
  }
}

/* ## rule */
.p-guide-rule {
  padding: 110px 0 180px;
  background: var(--lavender);
}
.p-guide-rule .c-rule01 {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .p-guide-rule {
    padding: 64px 0 56px;
  }
}

/* ## oshikatsu */
.p-guide-oshikatsu {
  padding: 100px 0 128px;
}
.p-guide-oshikatsu .c-oshikatsu01 {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .p-guide-oshikatsu {
    padding: 80px 0;
  }
  .p-guide-oshikatsu .c-oshikatsu01 {
    margin-top: 48px;
  }
}

/* ## send */
.p-guide-send {
  display: flex;
  flex-direction: row-reverse;
  height: 700px;
}
.p-guide-send__img {
  width: 45%;
}
.p-guide-send__img :is(img, picture) {
  object-position: top left;
}
.p-guide-send__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  background: var(--lavender);
  flex: 1;
}
.p-guide-send__inner {
  max-width: 534px;
  margin-right: 16%;
}
.p-guide-send__heading {
  font-size: 3rem;
  letter-spacing: 0.04em;
}
.p-guide-send__txt {
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: 56px;
}
@media (max-width: 1280px) {
  .p-guide-send__inner {
    margin: 0 5vw;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .p-guide-send {
    display: block;
    height: auto;
  }
  .p-guide-send__img {
    width: auto;
    aspect-ratio: 3/2;
  }
  .p-guide-send__inner {
    padding: 32px 0;
  }
  .p-guide-send__heading {
    font-size: 2rem;
  }
  .p-guide-send__txt {
    margin-top: 16px;
  }
}

/* ## message */
.p-guide-message {
  padding: 136px 0 115px;
}
.p-guide-message__txt {
  font-size: 2rem;
  letter-spacing: 0.04em;
  writing-mode: vertical-rl;
  line-height: 2.2;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-guide-message {
    padding: 80px 0;
  }
  .p-guide-message__txt {
    font-size: 1.6rem;
  }
}

/*-------------------------------

# p-voice

-------------------------------*/
.p-voice-pre {
  padding: 100px 0;
}
.p-voice-pre__txt {
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-voice-pre {
    padding: 40px 0 80px;
  }
}

/*-------------------------------

# p-404

-------------------------------*/
.p-404-sec {
  padding: 100px 0;
}
.p-404-sec__txt {
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-404-sec {
    padding: 40px 0 80px;
  }
}
