/* Gift Text Switching - Uses global pc-none/sp-none */

/* ============================================================
   共通アニメーション
============================================================ */
@keyframes twinkle {
  0% {
    opacity: 0.4;
    transform: scale(0.9) rotate(-5deg);
  }

  100% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
  }
}


/* ============================================================
   星型背景ラッパー（star_top.png full width）
   NEWS〜NOTES/SPECIALまでの全セクションを包む
============================================================ */
.p-star-wrapper {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .p-star-wrapper {
    overflow: hidden;
  }

  .news-sec .ly-wrapper {
    margin: 0;
    width: 100%;
    padding: 0;
  }
}

.home .ly-wrapper {
  max-width: 100%;
  padding: 0 8.125rem;
}

.home .sec-title {
  margin-bottom: 0;
}

/* ============================================================
   メインビジュアル（新構造: .mainvisual）
============================================================ */
.mainvisual {
  padding-top: 79px;
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  display: grid;
  grid-template-columns: 5.5fr 4.5fr;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 781px) {
  .mainvisual {
      padding-left: 0px;
      padding-right: 0px;
  }
}
.mv_img img{
  width: 100%;
}

.mainvisual .mv_logo {
  z-index: 2;
  margin-left: 66px;
  margin-top: 59px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 781px) {
  .mainvisual .mv_logo {
      margin-top: 40px;
  }
}

.mv_venue_box {
  width: 100%;
  max-width: 500px;
  background: #fff;
  border: 3px solid #FF2EAE;
  border-radius: 25px;
  padding: 5px 10px 15px 10px;
}

.mv_venue_inner {
  text-align: center;
}

.mv_venue_title {
  color: #FF2EAE;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.mv_venue_date {
  color: #000;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0;
}
.mv_venue_date .year{
  font-size: 1.25rem;
}
.mv_venue_date .year_unit{
  font-size: 1rem;
}
.mv_venue_date .day_month{
  font-size: 1.625rem;
}
.mv_venue_date .day_month_unit{
  font-size: 1.25rem;
}
.mv_venue_date .week{
  font-size: 1.125rem;
}
.mv_venue_date .space{
  font-size: 1.25rem;
}
.mv_venue_date br{
  display: none;
}
@media screen and (max-width: 1110px) {
  .mv_venue_date{
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .mv_venue_date br{
    display: block;
  }
}


.mv_venue_place {
  color: #707070;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 781px) {
  .mv_venue_box {
    display: none;
  }

  .mv_venue_title {
    font-size: 22px;
  }

  .mv_venue_date {
    font-size: 16px;
  }
}


/* キャラクターイメージ（左側・z-index下層） */
.mv_img {
  /* width: 114%;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  top: 39px;
  left: -87px; */
}
.mv_img {
  width: 100%;
}

/* ロゴ（右側・z-index上層、キャラクターに重なる） */

/* --- モバイル対応 --- */
@media screen and (max-width: 781px) {
  .home .ly-wrapper {
    padding: 0 79px;
  }

  .mainvisual {
    display: flex !important;
    min-height: auto;
    flex-direction: column;
    align-items: center;
    max-height: 1066px;
    padding-top: 0px;
  }

  .mv_img {
    justify-content: center;
  }

  .mv_logo {
    order: 1;
  }

  .mv_img {
    order: 2;
  }

  .mainvisual .mv_img img {
    position: relative;
    bottom: 0;
  }

  .mainvisual .mv_logo {
    margin-left: 0;
  }


}

/* ============================================================
   メインビジュアル（旧構造: .p-mv）
============================================================ */
.p-mv {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.p-mv__inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 37.5rem;
  max-width: 80rem;
  /* 1280px */
  margin: 0 auto;
  padding: 3.75rem 2.5rem 0;
  position: relative;
}

.p-mv__chara {
  order: 1;
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 685px;
}

.p-mv__chara img {
  display: block;
  position: absolute;
  top: -28px;
  left: -160px;
  width: 1568px;
  max-width: none;
  height: 1035px;
  object-fit: scale-down;
  z-index: 0;
}

.p-mv__logo {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.p-mv__logo img {
  width: 100%;
  height: auto;
}

.p-mv__deco {
  position: absolute;
  color: #FF6B9D;
  font-size: 1.75rem;
  animation: twinkle 2s infinite alternate;
  pointer-events: none;
}

.p-mv__deco--star1 {
  top: 10%;
  left: 5%;
  font-size: 1.25rem;
  animation-delay: 0s;
}

.p-mv__deco--star2 {
  top: 25%;
  right: 8%;
  font-size: 2rem;
  animation-delay: 0.5s;
  color: #18D6D6;
}

.p-mv__deco--star3 {
  bottom: 20%;
  left: 15%;
  font-size: 1rem;
  animation-delay: 1s;
  color: #C9A84C;
}

/* ===============================
   ATTENTION SECTION
=================================*/

/* ===============================
   ATTENTION SECTION
=================================*/

.attention-sec {
  padding: 75px 0px 0px;
  position: relative;
  background: #F0F0F0;
  z-index: 0;
}

.attention-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/top/halftone_4.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  z-index: -1;
}

.social-sec {
  padding: 50px 0px 65px;
  background: #F2F2F2;
  position: relative;
}

/* ly-container と ly-wrapper が内部ラッパーとして使用される */

/* ===== Attention Box ===== */

.p-attention__box {
  position: relative;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 35px 50px 12px;
  margin: 0 auto 0;
  width: 100%;
  max-width: 80%;
  max-width: 820px;
  font-family: 'Montserrat', sans-serif;
}

.p-attention__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  color: #FFFFFF;
  padding: 9px 59px;
  border-radius: 350px;
  letter-spacing: 2px;
  line-height: 1;
  -webkit-text-stroke: 1px #fff;
  font-size: 28px;
  max-width: 350px;
}

@media screen and (max-width: 1100px) {
  .p-attention__label {
    max-width: 350px;
    width: 80%;
    display: flex;
  }
  .p-attention__label img {
    width: 80% !important;
    height: auto;
    margin: auto;
  }
}

@media screen and (max-width: 520px) {
  .p-attention__label {
    padding: 1.7vw 9vw;
  }
}

.p-attention__label img {
  width: 100%;
  height: auto;
}

.p-attention__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.p-attention__item {
  font-size: 13px;
  line-height: 26.4px;
  color: #000000;
}
.p-attention__item br.sp{
  display: none;
}
@media screen and (max-width: 781px) {
  .p-attention__item br.sp{
    display: block;
  }
}



/* ===== Social Cards ===== */

/* SNS フォローカード群 */
.p-social__cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 80%;
  margin: auto;
}

.p-social__card {
  position: relative;
  max-width: 535px;
  /* PC版画像のサイズ感 */
  width: 100%;
}

.p-social__link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.p-social__link img {
  width: 100%;
  height: auto;
  display: block;
}

.p-social__link .img-hover {
  display: none;
}

@media (hover: hover) {
  .p-social__link:hover .img-normal {
    display: none;
  }

  .p-social__link:hover .img-hover {
    display: block;
  }
}


/* Follow button */

.p-social__card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1.5px solid #000;
  border-radius: 999px;
  width: 114px;
  height: 25px;
  padding: 6px 20px 6px 20px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  transition: 0.3s;
  font-size: 12px;
  line-height: 88.6px;
  letter-spacing: 2.76px;
  font-family: "Montserrat", sans-serif;
}

.p-social__card-btn:hover {
  background: #000;
  color: #fff;
}

.p-social__card-btn-arrow {
  width: 6px;
  height: auto;
  transition: filter 0.3s;
}

.p-social__card-btn:hover .p-social__card-btn-arrow {
  filter: invert(1);
}


/* =================================
   NEWS SECTION
=================================*/
.news-sec {
  background: transparent;
  position: relative;
}
.schedule-sec {
    min-height: 610px;
}
@media screen and (max-width: 1100px) {
  .schedule-sec {
      min-height: 400px;
  }
}
@media screen and (max-width: 780px) {
  .schedule-sec {
      min-height: 270px;
  }
  .p-schedule__chara {
    overflow: hidden;
    height: calc(100% + 28px);
    margin-top: -28px;
    top: 0 !important;
  }
}

.news-sec .sec-header {
  padding: 0 8.125rem;
  flex-direction: row;
  max-width: 1200px;
  width: 70%;
}

.news-sec .sec-header .main {
  color: #EFCBD9;
}

.schedule-sec .sec-header .main {
  color: #C1DBE5;
}

.gift-sec .sec-header .main {
  color: #C5E2E1;
}

.gift-sec .sec-title .sub {
  font-size: 14px;
  color: #000;
}


.schedule-sec .sec-header {
  padding: 0 8.125rem;
  flex-direction: row;
  justify-content: flex-end;
    max-width: 1200px;
  width: 70%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 780px) {
.news-sec .sec-header, .schedule-sec .sec-header, .gift-sec .sec-header{
    width: 80%;
  }
}

.gift-sec .sec-header {
  padding: 0 8.125rem;
  flex-direction: row;
  justify-content: center;
}

.news-body {
  width: 50%;
  padding: 40px 58px 0px 1px;
  margin-left: 2px;
  position: relative;
  z-index: 4;
}

.news-sec .ly-wrapper {
  max-width: 1280px;
  min-height:420px;
}
@media screen and (min-width: 1300px) {
    .news-sec {
      min-height:420px;
  }
}
@media screen and (max-width: 1100px) {
  .news-sec .ly-wrapper {
    min-height:unset;
  }
}



.gift-sec .sec-title .main,
.schedule-sec .sec-title .main,
.news-sec .sec-title .main {
  color: #FFFFFF !important;
}

.top_comment_link{
  text-align: center;
  border: 2px solid #FF2EAE;
  padding: 26px 30px;
  margin: 50px auto 0px;
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 700;
  max-width: 530px;
  border-radius: 16px;
  color: #FF2EAE;
  transition: .2s;
  background: rgba(255, 255, 255, 0.7);
}
.top_comment_link br{
  display: none;
}
@media screen and (max-width: 877px) {
  .top_comment_link{
    font-size: 14px;
    letter-spacing: 0px;
    padding: 16px 16px;
  }
}
@media screen and (max-width: 781px) {
  .top_comment_link{
    margin: 40px auto -20px;
    font-size: 14px;
    max-width: 410px;
    padding: 26px 15px;
  }
}
@media screen and (max-width:  576px) {
  .top_comment_link {
    margin: 40px auto 10px;
    max-width: 100%;
    padding: 25px 15px;
  }
  .top_comment_link br{
    display: block;
  }
}
.top_comment_link:hover{
  background: #FF2EAE ;
  color: #fff;
}



/* ================= SECTIONS COMMON HEADER ================= */
.sec-header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 152px;
}

/* Apply background images directly to sec-header */
.news-sec .sec-header {
    background-image: url(../../images/top/news_bg.png), linear-gradient(90deg, rgba(254, 210, 240, 1) calc(100% - 360px), rgba(254, 210, 240, 0) calc(100% - 360px));
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.schedule-sec .sec-header {
    background-image: url(../../images/top/schedule_bg.png), linear-gradient(90deg, rgba(204, 222, 236, 0) 360px, rgba(204, 222, 236, 1) 360px);
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.gift-sec .sec-header {
  background-image: url(../../images/top/gift_bg2.png), url(../../images/top/gift_bg.png), linear-gradient(90deg, rgba(211, 226, 211, 0) 360px, rgba(211, 226, 211, 1) 360px, rgba(211, 226, 211, 1) calc(100% - 360px), rgba(211, 226, 211, 0) calc(100% - 360px));
  background-position: left center,right center,center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

/* On mobile, maintain the aspect ratio and span the entire width smoothly */
@media screen and (max-width: 1100px) {

  .news-sec .sec-header,
  .schedule-sec .sec-header,
  .gift-sec .sec-header {
    height: 8rem !important;
    /* aspect-ratio: 969 / 154; */
    /* background-size: 100% 100%; */
  }
}

@media screen and (max-width: 780px) {

  .news-sec .sec-header,
  .schedule-sec .sec-header,
  .gift-sec .sec-header {
    height: 6rem !important;
    /* aspect-ratio: 969 / 154; */
    /* background-size: 100% 100%; */
  }
}


@media screen and (max-width: 1100px) {

  .news-sec .sec-header {
      background-image: url(../../images/top/news_bg.png), linear-gradient(90deg, rgba(254, 210, 240, 1) calc(100% - 290px), rgba(254, 210, 240, 0) calc(100% - 290px));
  }

  .schedule-sec .sec-header {
      background-image: url(../../images/top/schedule_bg.png), linear-gradient(90deg, rgba(204, 222, 236, 0) 290px, rgba(204, 222, 236, 1) 290px);
  }

  .gift-sec .sec-header {
    background-image: url(../../images/top/gift_bg2.png), url(../../images/top/gift_bg.png), linear-gradient(90deg, rgba(211, 226, 211, 0) 290px, rgba(211, 226, 211, 1) 290px, rgba(211, 226, 211, 1) calc(100% - 290px), rgba(211, 226, 211, 0) calc(100% - 290px));
  }
}

@media screen and (max-width: 780px) {
  .news-sec .sec-header {
      background-image: url(../../images/top/news_bg.png), linear-gradient(90deg, rgba(254, 210, 240, 1) calc(100% - 220px), rgba(254, 210, 240, 0) calc(100% - 220px));
  }

  .schedule-sec .sec-header {
      background-image: url(../../images/top/schedule_bg.png), linear-gradient(90deg, rgba(204, 222, 236, 0) 220px, rgba(204, 222, 236, 1) 220px);
  }

  .gift-sec .sec-header {
    background-image: url(../../images/top/gift_bg2.png), url(../../images/top/gift_bg.png), linear-gradient(90deg, rgba(211, 226, 211, 0) 170px, rgba(211, 226, 211, 1) 170px, rgba(211, 226, 211, 1) calc(100% - 170px), rgba(211, 226, 211, 0) calc(100% - 170px));
    background-position: left -62px center,right -60px center,center;
  }
}


/* セクションタイトル共通スタイル */
.sec-title .main {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.6px;
  -webkit-text-stroke: 1.5px black;
  text-shadow: 1.5px 1.5px 0px #000;
  paint-order: stroke fill;
}

.row-sec .sec-title .main,
.p-special-top__inner .sec-title .main {
  font-size: 8vw;
  letter-spacing: 2.52px;
}

.sec-title .sub {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  letter-spacing: 6.09px;
}

/* Row セクション用サブタイトル色 */
.row-sec .sec-title .sub {
  font-weight: bold;
  color: #000000;
  -webkit-text-stroke: 12px white;
  paint-order: stroke;
}

.sec-title .main {
  -webkit-text-stroke: 3px black;
  paint-order: stroke fill;
}

/* --- Row Section Title Colors --- */
.row-sec--ticket .sec-title .main {
  font-family: "Montserrat", sans-serif;
  color: #F4BDD3;
}

.row-sec--contents .sec-title .main {
  color: #F7F7F7;
}

.row-sec--contents .sec-header__bg {
  filter: grayscale(1) brightness(1.2);
}

.row-sec--goods .sec-title .main {
  color: #F2F4D4;
}

.row-sec--goods .sec-header__bg {
  filter: hue-rotate(185deg) brightness(1.1);
}

.row-sec--notes .sec-title .main {
  color: #F3DCF4;
}

.row-sec--special .sec-title .main {
  color: #EFCBD9;
}

.row-sec--ticket .sec-title .main,
.row-sec--contents .sec-title .main,
.row-sec--goods .sec-title .main,
.row-sec--notes .sec-title .main {
  transition: transform 0.5s ease;
}

.row-sec--ticket:hover .sec-title .main,
.row-sec--contents:hover .sec-title .main,
.row-sec--goods:hover .sec-title .main,
.row-sec--notes:hover .sec-title .main {
  transform: scale(1.1);
}

.row-sec--notes .sec-header__bg {
  filter: hue-rotate(60deg);
}

/* ================= BODY ================= */

.news-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* LEFT SIDE */


.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list__item {
  padding: 33px 0 !important;
  border-bottom: 1px dotted #000;
  display: flex;
  flex-direction: column;
}

.news-list__item:last-child {
  border-bottom: none;
}

.news-list__anchor {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  text-decoration: none;
  flex-direction: row;
  align-items: center;
}

.news-list__anchor:hover {
  text-decoration: underline;
}

.news-list__anchor .time {
  font-size: 12px;
  color: #888;
  white-space: nowrap;
}

.news-list__badge {
  background: #ff4fa3;
  color: #fff;
  font-size: 9px;
  padding: 0px 5px;
  border-radius: 4px;
  margin-left: 8px;
  white-space: nowrap;
}

.news-list__anchor .block {
  width: 100%;
  font-size: 14px;
  line-height: 24.14px;
  letter-spacing: 0.7px;
  color: #000000;
}

/* BUTTON */

.p-news__more {
  margin: 0px 60px 60px;
  display: flex;
  justify-content: center;
}

.p-news__more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 200px;
  height: 34px;
  border: 1px solid #000;
  border-radius: 999px;
  text-decoration: none;
  color: #000;
  background: #fff;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 1.44px;
}

.p-news__more-btn:hover {
  background: #000;
  color: #fff;
}

.p-news__more-btn img {
  width: 7px;
  position: absolute;
  right: 10px;
  transition: filter 0.3s;
}

.p-news__more-btn:hover img {
  filter: brightness(0) invert(1);
}

.news-sec .sec-title .main {
  font-size: min(6vw, 90px);}

.news-sec .sec-title .sub {
  font-size: 14px;
  color: #000;
}

/* RIGHT SIDE */

.p-news__chara {
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  flex-shrink: 0;
}

.p-news__chara img {
  width: min(50vw, 800px);
  height: auto;
  max-width: none;
}



/* Tablet range (782px - 1100px) news chara and mv visibility adjustment */
@media screen and (min-width: 782px) and (max-width: 1100px) {

  .p-news__chara .sp-none,
  .mv_img .sp-none {
    display: block !important;
  }

  .p-news__chara .pc-none,
  .mv_img .pc-none {
    display: none !important;
  }

  .mainvisual {
    padding-top: 54px;
  }
}

/* Large Screen (1550px - 1920px) News Section Adjustment */
@media screen and (min-width: 1500px) {
  .news-body {
    padding-top: 60px !important;
    /* 40 * 1.5 */
    padding-right: 87px !important;
    /* 58 * 1.5 */
    margin-left: 3px !important;
    /* 2 * 1.5 */
    width: 100%;
    max-width: 700px;
  }

  .news-wrap {
    justify-content: center !important;
    margin-right: 200px !important;
  }

  .p-schedule__body {
    grid-template-columns: 4.5fr 5.5fr !important;
    width: 100%;
  }
}

.news-header h2.sec-title.wow.animate__animated.animate__fadeInUpSmall.animate_animated {
  margin-left: 150px;
}

/* ============================================================
   SCHEDULE SECTION
 ============================================================ */
.schedule-sec {
  padding: 0;
  position: relative;
  background-color: #F4F4F4;
  overflow: hidden;
}

.p-schedule__body {
  position: relative;
  z-index: 2;
  padding: 0 0px 60px 0;
  display: grid;
  grid-template-columns: 4.5fr 5.5fr;
}

.p-schedule__chara {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: min(50vw,800px);
}
@media screen and (min-width: 1300px) {
  .schedule-sec {
    overflow: inherit;
  }
  .p-schedule__chara {
    overflow: hidden;
    height: calc(100% + 100px);
    margin-top: -100px;
  }
}
@media screen and (max-width: 1100px) {
  .p-schedule__chara {
    width: 37%;
  }
  .p-schedule__body{
    grid-template-columns: 1.5fr 5.5fr;
  }
  .news-body{
    width: 70%;
  }
}
@media screen and (max-width: 780px) {
  .schedule-sec{
    overflow: unset;
  }


}


.p-schedule__list {
  display: flex;
  flex-direction: column;
}

.p-schedule__item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 14px 14px 14px 25px;
  border: 4px solid transparent;
  transition: border-color 0.3s;
  margin-bottom: 15px;
  max-width: 700px;
}

.p-schedule__item.p-schedule__item--pink {
  margin-top: 60px;
}

.p-schedule__item-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.p-schedule__item-name {
  font-size: 31px;
  line-height: 24.14px;
  letter-spacing: 4.65px;
  font-weight: 900;
  text-shadow:
    -1.5px -1.5px 0 #000,
    1.5px -1.5px 0 #000,
    -1.5px 1.5px 0 #000,
    1.5px 1.5px 0 #000,
    -1.5px 0 0 #000,
    1.5px 0 0 #000,
    0 -1.5px 0 #000,
    0 1.5px 0 #000;
  font-family: "Noto Sans JP", sans-serif;
}

.p-schedule__item--beige .p-schedule__item-name {
  color: #EFE1D5;
}

.p-schedule__item--yellow .p-schedule__item-name {
  color: #EFECDA;
}

.p-schedule__item--green .p-schedule__item-name {
  color: #DFEFE0;
}

.p-schedule__item--cyan .p-schedule__item-name {
  color: #D9E8ED;
}

.p-schedule__item--blue .p-schedule__item-name {
  color: #DAE3EF;
}

.p-schedule__item--purple .p-schedule__item-name {
  color: #E2DCEA;
}

.p-schedule__item--pink .p-schedule__item-name {
  color: #EFDADF;
}

.p-schedule__item-icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  margin-top: 12px;
  /* Adjust according to layout */
}

.p-schedule__item-icon::before,
.p-schedule__item-icon::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.p-schedule__item-icon::after {
  transform: translateY(-50%) rotate(-90deg);
}

.p-schedule__item.is-open .p-schedule__item-icon::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}

.p-schedule__item-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: max-height 0.6s ease, opacity 0.6s ease, padding 0.6s ease;
}

.p-schedule__item.is-open .p-schedule__item-body {
  max-height: 2000px;
  /* Ensures it is big enough to show all inner content */
  opacity: 1;
}

.p-schedule__info .common_box_h3 {
  display: none;
}

.p-schedule__info .d-grid.w-100 {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 20px;
}

.p-schedule__info .common_box_item {
  padding: 25px 0px;
  border-bottom: 1px dotted #000;
}

.p-schedule__info .common_box_item:last-of-type {
  border-bottom: none !important;
}

.p-schedule__info .common_box_item .label {
  width: 100px;
  flex-shrink: 0;
}

.p-schedule__info .common_box_item .detail {
  font-size: 16px;
}

.p-schedule__info .common_box_item .detail .large {
  font-size: 18px;
}

.p-schedule__info .common_box_item .detail .small {
  font-size: 12px;
}

.p-schedule__info .common_box_item a {
  font-size: 12px;
  text-decoration: none;
  transition: 0.3s;
  color: #E85398;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}


.p-schedule__info-row {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px dotted #000;
  font-size: 16px;
  letter-spacing: -0.4px;
  color: #000;
}

.p-schedule__info-row:last-of-type {
  border-bottom: none !important;
}

.p-schedule__info-row dt {
  width: 97px;
  font-weight: 900;
  flex-shrink: 0;
}

.p-schedule__info-row dd {
  flex: 1;
  font-weight: 700;
}

.p-schedule__info-date {
  font-size: 18px;
  display: block;
  line-height: 1.6;
  letter-spacing: -0.45px;
}

.p-schedule__info-note {
  font-size: 12px;
  display: block;
  font-weight: 500;
  margin-top: 5px;
  line-height: 1.5;
}

.p-schedule__links {
  margin-top: 10px;
  display: flex;
  gap: 20px;
  font-family: "Montserrat", sans-serif;
}

.p-schedule__link {
  color: #ff4fa3;
  text-decoration: none;
  font-size: 13px;
}

.schedule-sec .sec-title .main {
  font-size: min(6vw, 90px);
}

.schedule-sec .sec-title .sub {
  font-size: 14px;
  color: #000;
}

/* ============================================================
   ギフト
============================================================ */
/* ============================================================
   GIFT SECTION
============================================================ */
.gift-sec {
  width: 100%;
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.p-gift__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}

.p-gift__image {
  width: 100%;
  max-width: 800px;
  margin-bottom: 40px;
}

.p-gift__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-gift__text-wrap {
  width: 100%;
  max-width: 800px;
  text-align: left;
  padding-bottom: 100px;
}

.p-gift__label {
  margin-bottom: 30px;
  text-align: center;
}

.p-gift__label img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.pc-only-img {
  display: block;
}

.sp-only-img {
  display: none;
}

.p-gift__desc {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  font-weight: normal;
}

.p-gift__intro {
  margin-bottom: 25px;
}

.p-gift__info-block {
  margin-bottom: 20px;
}

.p-gift__notes {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-gift__notes li {
  margin-bottom: 5px;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

@media screen and (max-width: 781px) {
  .p-gift__body {
    margin-top: 40px;
  }

  .p-gift__label {
    margin-bottom: 20px;
  }

  .pc-only-img {
    display: none;
  }

  .sp-only-img {
    display: block;
  }

  .news-sec .sec-title .main {
    font-size: 8vw;
  }
}



/* ============================================================
   ROW SECTIONS (TICKET ~ NOTES)
============================================================ */
.rows-sec {
  width: 100%;
}

.row-sec {
  border-top: 2px solid #000;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .row-sec {
    border-top: 1px solid #000;
  }
}

.row-sec__inner {
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.row-sec--ticket {
  position: relative;
  z-index: 50;
}

.row-sec--contents {
  position: relative;
  z-index: 40;
}

.row-sec--goods {
  position: relative;
  z-index: 30;
}

.row-sec--notes {
  position: relative;
  z-index: 20;
}

.row-sec__chara {
  position: absolute;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.row-sec__chara--ticket {
  left: 0;
  bottom: 0;
}

.row-sec__chara--ticket img {
  max-width: min(100vw, 1280px);
  width: auto;
  height: auto;
}

.row-sec__chara--contents {
  right: 0;
  bottom: 0;
}

.row-sec__chara--contents img {
  max-width: min(100vw, 1280px);
  width: auto;
}

.row-sec__chara--goods {
  bottom: 0;
  left: 0;
}

.row-sec__chara--goods img {
  max-width: min(100vw, 1280px);
  width: auto;
}

.row-sec__chara--notes {
  right: 0;
  bottom: 0;
}

.row-sec__chara--notes img {
  max-width: min(100vw, 1280px);
  width: auto;
}

.row-sec__chara img {
  image-rendering: -webkit-optimize-contrast;
}

.row-sec__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 60;
  padding: 74px 0px 65px 0px;
}

/* Align contents left or right centers */
.row-sec--ticket .row-sec__content,
.row-sec--goods .row-sec__content,
.row-sec--special .row-sec__content {
  width: 50%;
  margin-left: auto;
  align-items: center;
}

.row-sec--contents .row-sec__content,
.row-sec--notes .row-sec__content {
  width: 50%;
  margin-right: auto;
  align-items: center;
}





/* ============================================================
   SPECIAL SECTION
============================================================ */
.special-sec {
  width: 100%;
  background: transparent;
  border-top: 1px dotted #000;
}

.p-special-top__chara img {
  width: 100%;
  height: auto;
}

.special-sec .sec-header {
  margin-bottom: 40px;
}

.special-sec .sec-title .main {
  color: #fff;
  -webkit-text-stroke: 1.5px #000;
}

.special-sec .sec-title .main {
  letter-spacing: 0;
  font-size: 67px;
}

.special-sec .sec-title .sub {
  text-align: center;
  color: #ffffff;
  display: block;
}

.p-special-top__movie-label {
  display: flex;
  justify-content: center;
}

.p-special-top__more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 254px;
  height: 45px;
  border: 2px solid #000;
  border-radius: 999px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  background: transparent;
  transition: 0.3s;
  margin-top: 22px !important;
  margin-bottom: 40px !important;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  position: relative;
  font-size: 22px;
}


.p-special-top__more-btn:hover {
  background: #000;
  color: #fff;
}

.p-special-top__more-btn:hover .p-special-top__more-arrow {
  filter: brightness(0) invert(1);
}

.p-special-top__more-arrow {
  width: 5px;
 	height: 5px; 
 	right: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: filter 0.3s;
}

.p-special-top__more {
  display: flex;
  justify-content: center;
  width: 100%;
}

.row-sec--special {
  position: relative;
  z-index: 10;
}

.row-sec--special .row-sec__content {
  align-items: flex-end;
}


.p-special-top__chara2{
  display: block;
  position: absolute;
  bottom: 0;
  right: 4px;
  width: 390px;
  max-width: 26%;
  z-index: 2;
}

@media screen and (max-width: 1100px) {
  .p-special-top__chara2{
    display: none;
  }
}

.p-special-top__movie-label{
  position: relative;
}
.p-special-top__movie-label .youtube{
    aspect-ratio: 560 / 315;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-49%);
    width: 75%;
    max-width: 455px;
}
.p-special-top__movie-label .youtube iframe {
    width: 100%;
    height: 100%;
}


/* ============================================================
   フッターバナー
============================================================ */
.p-footer-banner {
  background: #000000;
  padding: 1rem 2.5rem;
  text-align: center;
}

.p-footer-banner__link {
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.2s;
}

.p-footer-banner__link:hover {
  opacity: 0.85;
}

.p-footer-banner__img {
  max-width: 31.25rem;
  width: 100%;
  height: auto;
}

.p-footer-banner__text {
  color: #fff;
  font-size: 0.625rem;
  margin-top: 0.25rem;
}

/* ============================================================
   MOBILE RESPONSIVE (Max-width: 781px)
============================================================ */



@media screen and (max-width: 1100px) {
  /* Special Top */

  .p-special-top__inner {
    flex-direction: column;
    height: auto;
  }

  .special-sec .ly-wrapper {
    padding: 0 !important;
  }

  .p-special-top__content {
    padding: 0px;
  }

  .p-special-top__chara {
    border-right: 1px dotted #000 !important;
    display: flex;
    align-items: end;
  }

  .p-special-top__more-btn {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    font-size: 18px;
    width: 220px;
  }

  .p-special-top__movie-box {
    width: 100%;
    border: none !important;
    padding-bottom: 0 !important;
    padding: 12px 10px;
  }

  h2.p-special-top__head-title {
    font-size: 50px;
    top: 0;
  }

  span.p-special-top__head-subtitle {
    top: 40px;
  }

  .p-special-top__content {
    display: grid;
    grid-template-columns: 30% 1fr !important;
  }

  .p-special-top__content> :nth-child(3) {
    grid-column: 1 / -1;
  }

  .p-special-top__content .p-special-top__more {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .p-special-top__chara img {
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: auto;
  }

  .p-special-top__content {
    height: auto !important;
  }
}



@media screen and (max-width: 781px) {
  .p-mv__logo {
    position: relative;
    top: 0;
    right: 0;
  }

  .p-mv__chara {
    position: relative;
    top: 0;
    left: 0;
    height: 700px;
    overflow: hidden;
  }

  .p-mv__chara img {
    position: absolute;
    top: 0;
    left: 0;
    height: 850px;
    width: auto;
  }

  .p-social__card-body {
    padding: 20px 15px;
  }

  .sec-title .main {
    font-size: 55px;
    /* 基本サイズ（News/Gift等） */
    letter-spacing: 1.1px;
    -webkit-text-stroke: 2px black;
  }

  .row-sec .sec-title .main,
  .p-special-top__inner .sec-title .main {
    font-size: 11vw;
    /* 指定されたSPサイズ */
    letter-spacing: 1.6px;
  }

  .sec-header {
    height: 150px;
  }

  .news-sec .sec-header {
    justify-content: flex-start;
    padding-left: 79px;
  }

  .schedule-sec .sec-header {
    justify-content: flex-end;
    padding-right: 60px;
  }

  .gift-sec .sec-header {
    justify-content: center;
    padding: 0;
  }

  /* MV */
  .p-mv__inner {
    flex-direction: column;
    padding: 20px;
    padding-top: 80px;
  }

  .p-mv__chara,
  .p-mv__logo {
    width: 100%;
    margin-bottom: 20px;
  }

  /* Attention & Social */
  .p-attention__box {
    padding: 35px 40px 12px;
    border-radius: 20px;
  }

  .p-attention__list {
    margin: 0;
    font-size: 22px;
    line-height: 32.4px;
    letter-spacing: 1.76px;
    color: #000000;
  }

  .attention-sec .ly-wrapper {
    padding: 0 46px;
  }

  .attention-sec::before {
    top: -9px;
    z-index: -1;
  }

  .p-attention__item {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .p-social__cards {
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .p-social__card {
    width: 48%;
    margin: 0;
  }

  .p-social__card--x .p-social__card-body {
    padding: 15px 5px 15px 70px;
    /* 縮小版の余白 */
    align-items: center;
    text-align: center;
  }

  .p-social__card--insta .p-social__card-body {
    padding: 15px 70px 15px 5px;
    /* 縮小版の余白 */
    align-items: center;
    text-align: center;
  }

  .p-social__card-chara--left {
    left: -5px;
    width: 32%;
    /* キャラクターも一回り小さく */
  }

  .p-social__card-chara--right {
    right: -5px;
    width: 32%;
    /* キャラクターも一回り小さく */
  }

  .p-social__card-body {
    min-height: 180px;
    justify-content: center;
  }

  .p-attention__box {
    max-width: 100%;
    padding: 22px 10px 8px;
  }

  /* News */
  .c-section-header--news .c-section-header__content {
    padding: 40px 45px 20px;
  }

  .news-wrap {
    flex-direction: column;
    z-index: 1;
    padding-bottom: 50px;
  }

  .news-body {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .p-news__chara {
    display: block;
    position: absolute;
    height: auto;
    z-index: 3;
    right: 0;
    top: -80px;
  }

  .p-news__chara img {
    max-width: min(40vw, 478px);
    width: 100%;
    height: auto;
  }



  .p-news__more {
    margin-left: 0;
    display: flex;
    justify-content: center;
    margin: 0 !important;
  }

  /* Schedule */
  .schedule-sec {
    margin-top: 0;
  }

  .p-schedule__body {
    display: flex;
    flex-direction: column;
  }

  .p-schedule__chara {
    position: absolute;
    top: -30px;
    left: 0;
    width: 40vw;
    margin-bottom: 30px;
    z-index: 3;
  }

  .p-schedule__list {
    margin-left: 0;
  }

  .p-schedule__item {
    border-radius: 20px;
    padding: 25px 20px;
    margin-bottom: 20px;
    border: 2px solid transparent;
  }

  .p-schedule__item-name {
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: 2px;
  }

  .p-schedule__item-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
  }

  .p-schedule__item-icon::before,
  .p-schedule__item-icon::after {
    width: 24px;
  }

  .p-schedule__info-row {
    flex-direction: column;
    align-items: center;
    padding: 1.25rem 0;
    /* 20px 0 */
    text-align: center;
  }

  .p-schedule__info-row dt {
    width: 100%;
    margin-bottom: 0.625rem;
    /* 10px */
    text-align: center;
  }

  .p-schedule__info-row dd {
    width: 100%;
    text-align: center;
  }

  .p-schedule__links {
    justify-content: center;
    margin-top: 1.25rem;
    /* 20px */
  }

  .p-schedule__info-date,
  .p-schedule__info-note {
    text-align: center;
  }



  /* Gift */
  .p-gift__body {
    grid-template-columns: repeat(3, 1fr);
  }

  .p-gift__text-wrap {
    height: auto;
    margin: 0;
  }

  .p-gift__label {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.8px;
  }

  .p-gift__desc {
    font-size: 18px;
    line-height: 39.8px;
    letter-spacing: -0.65px;
  }

  .p-gift__body {
    flex-wrap: wrap;
    margin-top: 50px;
  }

  /* Row Secs (Ticket, Contents, Goods, Notes) */
  .row-sec {
    height: auto;
    flex-direction: column;
  }

  .row-sec .sec-header {
    height: 100%;
  }

  .row-sec__chara {
    position: absolute;
  }

  .row-sec__chara img {
    height: 100%;
    object-fit: contain;
  }

  /* Mobile sections alignment: maintain left/right center axes */
  .row-sec--ticket .row-sec__content,
  .row-sec--goods .row-sec__content,
  .row-sec--special .row-sec__content {
    width: 50%;
    margin-left: auto;
    align-items: center;
    padding: 45px 20px 30px 20px;
  }

  .row-sec--contents .row-sec__content,
  .row-sec--notes .row-sec__content {
    width: 50%;
    margin-right: auto;
    align-items: center;
    padding: 45px 20px 30px 20px;
  }

  /* Special Top */

  .p-special-top__inner {
    flex-direction: column;
    height: auto;
  }

  .special-sec .ly-wrapper {
    padding: 0 !important;
  }

  .p-special-top__content {
    padding: 0px;
  }

  .p-special-top__chara {
    border-right: 1px dotted #000 !important;
    display: flex;
    align-items: end;
  }

  .p-special-top__more-btn {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    font-size: 15px;
    width: 175px;
    height: 35px;
  }

  .p-special-top__movie-box {
    width: 100%;
    border: none !important;
    padding-bottom: 0 !important;
  }

  h2.p-special-top__head-title {
    font-size: 50px;
    top: 0;
  }

  span.p-special-top__head-subtitle {
    top: 40px;
  }

  .p-special-top__content {
    display: grid;
    grid-template-columns: 30% 1fr !important;
  }

  .p-special-top__content> :nth-child(3) {
    grid-column: 1 / -1;
  }

  .p-special-top__content .p-special-top__more {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .p-special-top__chara img {
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: auto;
  }

  .p-special-top__content {
    height: auto !important;
  }

  .p-social__card-info {
    display: flex;
    gap: 10px;
  }

  .p-news__more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid #000;
    border-radius: 999px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    background: transparent;
    transition: 0.3s;
    margin-top: 17px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    position: relative;
    font-size: 15px;
    width: 175px;  	
    height: 35px;
  }

  /* Ensure 781px breakpoint keeps the split alignment */
  .row-sec--ticket .row-sec__content,
  .row-sec--goods .row-sec__content,
  .row-sec--special .row-sec__content {
    width: 70%;
    margin-left: auto;
    align-items: center;
  }

  .row-sec--contents .row-sec__content,
  .row-sec--notes .row-sec__content {
    width: 70%;
    margin-right: auto;
    align-items: center;
  }

  

  .row-sec__chara--ticket img {
    max-width: 100vw;
    width: auto;
    height: auto;
  }

  .row-sec__chara--contents img {
    max-width: 100vw;
    width: auto;
  }

  .row-sec__chara--goods img {
    max-width: 100vw;
    width: auto;
  }

  .row-sec__chara--notes img {
    max-width: 100vw;
    width: auto;
  }

  .p-social__card-icon img {
    width: 40px;
    /* アイコンを縮小 */
  }

  .p-social__card-title {
    font-size: 12px;
    /* タイトルサイズを縮小 */
    margin-bottom: 8px;
  }

  .p-social__card-btn {
    width: 100px;
    /* ボタンをコンパクトに */
    font-size: 10px;
    line-height: normal;
    padding: 5px 10px;
    letter-spacing: 1px;
    height: auto;
  }

  .p-social__card-icon,
  .p-social__card-info,
  .p-social__card-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .p-schedule__info .d-grid.w-100 {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
  }

  .p-schedule__info .common_box_item .label {
    width: 100%;
    flex-shrink: 0;
  }

  .p-schedule__info .common_box_item .detail {
    font-size: 16px;
  }

  .p-schedule__info .common_box_item .detail .large {
    font-size: 18px;
  }

  .p-schedule__info .common_box_item .detail .small {
    font-size: 12px;
  }

  .p-schedule__info .common_box_item a {
    font-size: 12px;
  }

  .schedule-sec .sec-title .main {
    font-size: 8vw !important;
  }
}




@media screen and (max-width: 1100px) {
  .row-sec__content {
    padding: 20px 0px 10px 0px;
  }
}

@media screen and (max-width: 767px) {

  .schedule-sec .sec-title .main {
    font-size: min(10vw, 50px) !important;
          margin-top: 8px;
          -webkit-text-stroke: 2px black;
  }
  .news-sec .sec-title .main {
    font-size: min(10vw, 50px) !important;
      margin-top: 8px;
      -webkit-text-stroke: 2px black;
  }
  .gift-sec .sec-title .main {
    font-size: min(10vw, 50px) !important;
          margin-top: 8px;
          -webkit-text-stroke: 2px black;
  }


  .p-gift__body {
    padding: 0;
    gap: 15px;
  }

  .row-sec__content {
    padding: 40px 0px 30px 0px;
  }

  .p-social__card-body {
    padding: 15px;
  }

  .p-social__cards {
    gap: 10px;
  }

  .p-social__card-title {
    font-size: 16px;
  }

  .row-sec .sec-title .sub {
    -webkit-text-stroke: 6px white;
    paint-order: stroke;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__inner {
    flex-direction: column;
    align-items: center;
    padding: 2.5rem 1.5rem 0;
    min-height: auto;
  }

  .p-mv__logo-area {
    order: 1;
    width: 100%;
    padding: 1.25rem 0;
  }
}

@media screen and (max-width: 576px) {

  .mv_logo {
    width: 80%;
    right: 3%;
    bottom: 8%;
  }

  .news-sec .sec-header {
    justify-content: flex-start;
    padding: 0 2.25rem !important;
  }

  .schedule-sec .sec-header {
    justify-content: flex-end;
    padding: 0 2.25rem !important;
  }

  .gift-sec .sec-header {
    justify-content: center;
  }

  .attention-sec {
    padding: 75px 0px 15px 0px;
  }

  .p-news__more-btn img {
    width: 5px;
 	  height: 5px;
  }

  .row-sec__chara--ticket img {
    width: auto;
    height: auto;
  }

  .row-sec__chara--goods img {
    width: auto;
    height: auto;
  }

  .row-sec__chara--contents img {
    width: auto;
    height: auto;
  }

  .row-sec__chara--notes img {
    width: auto;
    height: auto;
  }

  .social-sec {
    padding: 30px 0px;
  }

  .p-news__chara img {
    top: -100px;
  }
}

@media screen and (max-width: 450px) {
  .news-body {
    padding: 20px;
  }

  .ly-container {
    padding: 0px;
  }

  .p-schedule__body {
    padding: 0px;
  }

  .p-gift__text-wrap {
    padding: 20px;
  }

  .p-gift__label {
    font-size: 20px;
  }

  .p-gift__desc {
    font-size: 14px;
  }

  .news-list__item .block {
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 1.6;
  }

  .p-news__chara img {
    max-width: 65vw;
  }

  .p-schedule__chara {
    width: 60vw;
  }

  .p-news__chara {
    top: -100px;
  }
.p-schedule__item.p-schedule__item--pink{
  margin-top: 30px;
}



  .p-news__chara img {
    /* さらに小さく調整 */
    margin-left: auto;
  }

  .p-social__cards {
    flex-wrap: wrap;
  }

  .p-social__card-body {
    padding: 20px !important;
  }

  .p-social__card-title {
    font-size: 14px !important;
  }

  .row-sec--ticket .sec-title .main,
  .row-sec--contents .sec-title .main,
  .row-sec--goods .sec-title .main,
  .row-sec--notes .sec-title .main,
  .row-sec--special .sec-title .main {
    /* font-size: 2rem !important; */
    text-shadow: 1.5px 1.5px 0px #000;
  }

  .row-sec--ticket .sec-title .sub,
  .row-sec--contents .sec-title .sub,
  .row-sec--goods .sec-title .sub,
  .row-sec--notes .sec-title .sub,
  .row-sec--special .sec-title .sub {
    text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0 -3px 0 white, 0 3px 0 white, 3px 0 0 white, -3px 0 0 white, -2px -3.45px 0 white, 2px -3.45px 0 white, -2px 3.45px 0 white, 2px 3.45px 0 white, -3.45px -2px 0 white, 3.45px -2px 0 white, -3.45px 2px 0 white, 3.45px 2px 0 white;
  }

  /* Mobile sections alignment: maintain left/right center axes */
  .row-sec--ticket .row-sec__content,
  .row-sec--goods .row-sec__content,
  .row-sec--special .row-sec__content {
    padding: 20px 20px 10px 20px;
  }

  .row-sec--contents .row-sec__content,
  .row-sec--notes .row-sec__content {
    padding: 20px 20px 10px 20px;
  }


}

@media screen and (max-width: 500px) {
  /* Mobile sections alignment: maintain left/right center axes */
  .row-sec--ticket .row-sec__content,
  .row-sec--goods .row-sec__content,
  .row-sec--special .row-sec__content {
    padding: 20px 20px 10px 20px;
  }

  .row-sec--contents .row-sec__content,
  .row-sec--notes .row-sec__content {
    padding: 20px 20px 10px 20px;
  }
}



.p-special-top__chara {
  position: relative;
  width: 100%;
  height: 100%;
  border-right: 1px dashed #989595;
}

.p-special-top__chara img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
}

.p-special-top__content {
  display: grid;
  grid-template-columns: 320px 1fr 320px;
  align-items: center;
  height: 537px;
}

.p-special-top__movie-box {
  border-right: 1px dashed #989595;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 1;
  padding-bottom: 0px !important;
      padding: 12px 10px;
}

.p-special-top__movie-label {
  display: flex;
  justify-content: center;
  padding: 0px !important;
}

.special-sec .ly-container .ly-wrapper {
  padding: 0px;
  max-width: 100% !important;
}





@media screen and (max-width: 520px) {
    .p-news__chara img {
      width: min(60vw, 800px);
      max-width: unset;
    }
  .p-schedule__chara{
      width: 50vw
    }
}