@import"https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap";

@media(min-width: 768px) {
  .sp-br {
    display: none
  }
}

.pc-none {
  display: flex
}

@media(min-width: 768px) {
  .pc-none {
    display: none
  }
}

@media(max-width: 767px) {
  .sp-none {
    display: none
  }
}

@media(min-width: 768px) {
  .sp-none {
    display: block
  }
}

.day28 {
  background-color: #54c3f1
}

.day29 {
  background-color: #f39800
}

html {
  font-size: 62.5%
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw
  }
}

@media screen and (max-width: 1023px)and (min-width: 768px) {
  html {
    font-size: 1vw
  }
}

body {
  font-family: "M PLUS Rounded 1c", system-ui;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #333;
  background-color: #fffce9
}

@media(min-width: 769px) {
  body {
    font-size: 1.8rem
  }
}

a {
  color: #333;
  text-decoration: none
}

img {
  max-width: 100%;
  vertical-align: bottom
}

p {
  margin: 0
}

h1 {
  margin: 0
}

ul {
  padding: 0
}

li {
  list-style: none
}

.font-color__red {
  color: #fe0002
}

.font-size__16 {
  font-weight: 700;
  font-size: 1.6rem;
  display: block
}

@media(min-width: 768px) {
  .font-size__16 {
    font-size: 1.8rem
  }
}

.section-title {
  margin: 0 auto;
  text-align: center
}

.section-title svg {
  stroke: #774e1e;
  fill: #fff9c4;
  height: 5rem;
  margin: 0 auto
}

@media(min-width: 768px) {
  .section-title svg {
    height: 6.6rem
  }
}

.section-title img {
  height: 5rem
}

@media(min-width: 768px) {
  .section-title img {
    height: 6.6rem
  }
}

.child-area {
  padding: 6rem 0;
  width: calc(100% - 28px);
  margin: auto
}

@media(min-width: 768px) {
  .child-area {
    max-width: 980px;
    padding: 12rem 0
  }
}

.button-area {
  margin-top: 5rem;
  text-align: center
}

.text-right {
  text-align: right;
  font-size: 80%
}

.button1 {
  background-color: #ee6a16;
  color: #fff;
  padding: 1rem 4rem 1rem 3rem;
  border-radius: 3rem;
  position: relative;
  transition: .3s;
  display: inline-block;
  margin: auto;
  font-size: 1.8rem
}

@media(min-width: 768px) {
  .button1 {
    font-size: 2rem;
    border-radius: 5rem;
    font-weight: bold;
    padding: 1rem 5rem 1rem 4rem
  }
}

.button1::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #fff;
  transition: .3s
}

@media(min-width: 768px) {
  .button1::after {
    border-top: 12px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid rgba(0, 0, 0, 0);
    border-left: 12px solid #fff
  }
}

.button1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg)
}

.button1:hover::before {
  animation: shine .5s;
  cursor: pointer
}

.top-area {
  background: #fffce9;
  width: 100%
}

.sp-header-bg {
  background-color: #fff9c4
}

.sp-header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  transition: 1s;
  top: 0
}

@media(min-width: 768px) {
  .sp-header {
    display: none
  }
}

.sp-header__inner {
  width: calc(100% - 28px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  height: 50px
}

@media(min-width: 768px) {
  .sp-header__inner {
    max-width: 980px
  }
}

.sp-header__nav {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 8rem 4rem 4rem;
  font-size: 2.4rem;
  text-align: center;
  background-color: #fff9c4;
  box-sizing: border-box
}

.sp-header__nav__logo {
  width: 80%;
  margin: 3rem 0 1rem
}

@media(min-width: 768px) {
  .sp-header__nav__logo {
    width: 50%;
    max-width: 450px
  }
}

.sp-header__nav ul {
  margin: 0 0 1rem;
  padding: 0
}

.sp-header__nav li {
  list-style: none;
  text-transform: uppercase;
  font-weight: bold;
  color: gray;
  margin-bottom: 2rem
}

.sp-header__nav li a {
  color: #774e1e;
  text-decoration: none;
  position: relative;
  transition: .5s;
  padding: 0 1rem
}

.nav-button {
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 36px;
  height: 36px;
  margin-right: 14px
}

.nav-button span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 5px;
  border-radius: 2px;
  background: #774e1e;
  width: 100%
}

.nav-button span:nth-of-type(1) {
  top: 3px
}

.nav-button span:nth-of-type(2) {
  top: 16px
}

.nav-button span:nth-of-type(3) {
  top: 30px
}

.nav-button.active span:nth-of-type(1) {
  top: 12px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 100%
}

.nav-button.active span:nth-of-type(2) {
  opacity: 0
}

.nav-button.active span:nth-of-type(3) {
  top: 24px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 100%
}

.pc-header {
  display: none
}

@media(min-width: 768px) {
  .pc-header {
    display: block;
    width: 100%;
    background: #fff9c4;
    z-index: 999;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1);
    opacity: 1;
    transition: .3s;
    visibility: visible
  }
}

.pc-header__wrap {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 980px;
  height: 70px
}

.pc-header__wrap .header-logo-link {
  display: block;
  height: 100%
}

.pc-header__wrap h1 {
  display: flex;
  align-items: center;
  height: 100%
}

.pc-header__wrap h1 img {
  height: 60px
}

.pc-header__list {
  display: flex;
  justify-content: space-between;
  height: -moz-min-content;
  height: min-content
}

.pc-header__list li {
  list-style: none;
  padding: 0 2rem
}

.pc-header__list li a {
  color: #774e1e;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s
}

.pc-header__list li a:hover {
  color: #b2e032
}

@property --scroll {
  syntax: "<number>";
  inherits: true;
  initial-value: 0
}

@property --scroll-delayed {
  syntax: "<number>";
  inherits: true;
  initial-value: 0
}

@property --scroll-direction {
  syntax: "<number>";
  inherits: true;
  initial-value: 0
}

@keyframes setScrollProps {
  to {
    --scroll: 1000;
    --scroll-delayed: 1000
  }
}

:root {
  animation: setScrollProps linear both;
  animation-timeline: scroll(root);
  --header-effect-duration: .5s
}

body {
  transition: --scroll-delayed calc(var(--header-effect-duration) + .01s);
  --scroll-velocity: calc(var(--scroll) - var(--scroll-delayed));
  --scroll-speed: max(var(--scroll-velocity), -1 * var(--scroll-velocity));
  --scroll-direction: calc(var(--scroll-velocity) / var(--scroll-speed))
}

.pc-header {
  position: fixed;
  inset: 0 0 auto;
  will-change: transform;
  transition: transform var(--header-effect-duration);
  transform: translateY(var(--translate))
}

@container style(--scroll-direction: 0) {
  .pc-header {
    transition-delay: calc(infinity*1s)
  }
}

@container style(not (--scroll-direction: 0)) {
  .pc-header {
    transition-delay: 0s
  }
}

@container style(--scroll-direction: -1) {
  .pc-header {
    --translate: 0
  }
}

@container style(--scroll-direction: 1) {
  .pc-header {
    --translate: -100%
  }
}

.top-area2025 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%
}

.mv2025__sp {
  width: 100%;
  display: block
}

@media(min-width: 768px) {
  .mv2025__sp {
    display: none
  }
}

.mv2025__pc {
  width: 100%;
  display: none
}

@media(min-width: 768px) {
  .mv2025__pc {
    display: block;
    margin-top: 70px
  }
}

.timer {
  display: inline-block;
  margin: 0;
  padding: 2rem;
  z-index: 2;
  width: 22rem;
  text-align: center;
  font-size: 17px;
  color: #fff;
  background: #009fe8;
  line-height: 1.2;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  position: relative
}

.timer>div {
  border-bottom: 2px dotted #fffce9
}

.timer img {
  height: 3.2rem;
  -o-object-fit: scale-down;
  object-fit: scale-down
}

.timer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  transform: translateY(-1px);
  border-left: 13rem solid #009fe8;
  border-right: 13rem solid #009fe8;
  border-bottom: 3rem solid rgba(0, 0, 0, 0)
}

.timer .countdown {
  font-size: 6rem;
  color: #fbcb00
}

.timer .ongoing {
  line-height: 2;
  border-top: 2px dotted #fffce9;
  padding: 1rem
}

.timer .ongoing img {
  height: 9rem;
  vertical-align: middle;
  -o-object-fit: scale-down;
  object-fit: scale-down
}

.timer .timer-text img {
  width: 100%;
  display: block;
  height: 6rem;
  margin-bottom: 1rem
}

.timer .text1 {
  height: 5rem;
  -o-object-fit: scale-down;
  object-fit: scale-down
}

.timer .text2 {
  height: 3rem;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  vertical-align: baseline
}

@media(min-width: 768px) {
  .timer {
    width: 14rem;
    animation: slideIn 3s forwards
  }

  .timer::after {
    border-left: 9rem solid #009fe8;
    border-right: 9rem solid #009fe8
  }

  .timer img {
    height: 2.6rem;
    vertical-align: baseline
  }

  .timer .timer-text img {
    height: 4.5rem;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain
  }

  .timer .countdown {
    font-size: 5rem
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(-20rem);
    opacity: 0
  }

  100% {
    transform: translateY(0)
  }

  20%,
  100% {
    opacity: 1
  }
}

.timer-wrap {
  background: #b2e032;
  text-align: center
}

@media(min-width: 768px) {
  .timer-wrap {
    display: inline;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 20px
  }
}

.section-inner {
  width: calc(100% - 36px);
  margin: auto
}

@media(min-width: 768px) {
  .section-inner {
    max-width: 980px
  }
}

.section-h3 {
  color: #774e1e;
  position: relative;
  padding-left: 1.5rem;
  font-size: 2rem;
  margin: 1rem 0
}

@media(min-width: 768px) {
  .section-h3 {
    font-size: 3rem;
    padding-left: 2rem
  }
}

.section-h3::before {
  content: "";
  position: absolute;
  background-color: #fbcb00;
  width: 7px;
  height: 2rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

@media(min-width: 768px) {
  .section-h3::before {
    width: 10px;
    height: 3rem
  }
}

.h3-image-title {
  text-align: center;
  margin: 3rem 0 1.5rem
}

@media(min-width: 768px) {
  .h3-image-title {
    margin: 7rem 0 5rem
  }
}

.h3-image-title img {
  height: 3rem
}

@media(min-width: 768px) {
  .h3-image-title img {
    height: 5rem
  }
}

.dl-text-wrap {
  text-align: center
}

.dl-text {
  display: inline-block;
  margin: auto;
  font-weight: 700;
  color: #fffce9;
  position: relative;
  font-size: 1.6rem;
  padding-top: 2rem
}

.dl-text::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 5rem;
  background-color: #fffce9;
  position: absolute;
  bottom: 0;
  left: -1rem;
  transform: rotate(-24deg)
}

.dl-text::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 5rem;
  background-color: #fffce9;
  position: absolute;
  bottom: 0;
  right: -1rem;
  transform: rotate(24deg)
}

@media(min-width: 768px) {
  .dl-text {
    font-size: 2rem;
    padding-top: 4rem
  }

  .dl-text::after,
  .dl-text::before {
    height: 6rem
  }
}

.blink {
  animation: blinking 1s ease-in-out infinite alternate
}

@keyframes blinking {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 1
  }
}

.dl-pdf {
  background-color: #b2e032;
  display: flex;
  flex-direction: column;
  padding-top: 1rem
}

@media(min-width: 768px) {
  .dl-pdf {
    flex-direction: row;
    justify-content: center;
    padding-top: 1rem
  }
}

.dl-pdf__btn {
  display: block;
  line-height: 1.4;
  position: relative;
  padding: 1rem;
  background-color: #ee6a16;
  color: #fffce9;
  margin: 0 auto 3rem;
  text-align: center;
  width: 85%;
  transition: .5s;
  display: block;
  border-radius: 30px
}

.dl-pdf__btn:last-child {
  margin-bottom: 0
}

.dl-pdf__btn:hover {
  background-color: #e87b0d
}

@media(min-width: 768px) {
  .dl-pdf__btn {
    width: 41%;
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 0
  }
}

.dl-pdf__btn::before {
  content: "";
  background-image: url(../images/parts/dl.png);
  position: absolute;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  left: 2rem;
  background-size: contain;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%)
}

@media(min-width: 768px) {
  .dl-pdf__btn::before {
    width: 2.4rem;
    height: 2.4rem
  }
}

.dl-pdf__btn span {
  font-size: 1.2rem;
  display: block;
  text-align: center
}

@media(min-width: 768px) {
  .dl-pdf__btn span {
    font-size: 1.6rem
  }
}

.top-news,
.top-special,
.top-access {
  padding: 5rem 0
}

@media(min-width: 768px) {

  .top-news,
  .top-special,
  .top-access {
    padding: 8rem 0
  }
}

.bg-yellow {
  background-color: #fbcb00
}

.bg-green {
  background-color: #b2e032
}

.bg-blue {
  background-color: #bbe9f7
}

.top-access {
  transform: translateY(-1px);
  margin: -1px
}

.top-character {
  padding-top: 5rem
}

@media(min-width: 768px) {
  .top-character {
    padding-top: 8rem
  }
}

.top-news {
  transform: translateY(-1px);
  overflow: hidden
}

@media(min-width: 768px) {
  .top-news {
    display: flex;
    flex-direction: column;
    align-items: center
  }
}

.top-news__container {
  background-color: #fff;
  border-radius: 20px;
  padding: 2rem 3rem;
  margin: 0 auto 3rem
}

.top-news__container__bottom {
  display: flex;
  justify-content: flex-end
}

.top-news__button {
  position: relative;
  color: #774e1e;
  display: inline-block;
  text-align: right;
  padding: 0 2rem;
  font-weight: bold;
  transition: .3s;
  font-size: 1.8rem
}

@media(min-width: 768px) {
  .top-news__button {
    font-size: 2.2rem
  }
}

.top-news__button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #774e1e;
  transition: .3s
}

.top-news__button:hover {
  color: #b2e032
}

.top-news__button:hover::after {
  border-left: 8px solid #b2e032
}

.top-article {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px dashed #774e1e;
  margin-bottom: 1rem
}

.top-article__day {
  width: 100%;
  color: #774e1e
}

.top-article__title {
  margin-bottom: 1rem;
  transition: .3s;
  color: #774e1e
}

.top-article__title:hover {
  color: #b2e032
}

.top-character {
  background-color: #fff;
  position: relative
}

.top-character .update-text {
  animation: flash 1s linear infinite;
  font-weight: bold;
  color: #e7380d;
  font-size: 1.8rem
}

@media(min-width: 768px) {
  .top-character .update-text {
    font-size: 2.6rem
  }
}

.top-character__top {
  position: absolute;
  top: 0;
  width: 100%
}

.top-character__btm {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden
}

.top-character__btm img {
  height: 10rem;
  -o-object-fit: co;
  object-fit: co
}

.top-character__title {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%)
}

.top-character .button-area .button1 {
  margin: 3rem 0
}

@media(min-width: 768px) {
  .top-character__btm img {
    height: auto
  }
}

.chara-stage {
  padding: 3rem 0
}

.stage {
  background-image: url(../images/bg/stage-bg.png);
  background-size: cover;
  background-position: bottom center;
  margin-top: 2rem;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 50rem;
  margin: auto
}

.stage .slick-track {
  display: flex;
  align-items: flex-end
}

#stage-slide .stage-box {
  display: flex;
  flex-direction: column
}

#stage-slide .stage-box__name {
  background-color: #fff9c4;
  display: inline-block;
  margin: auto;
  padding: .5rem;
  font-size: 1.4rem;
  margin: 1.2rem auto;
  border-radius: 5px
}

@media(min-width: 768px) {
  #stage-slide .stage-box__name {
    font-size: 1.8rem;
    margin: 1.6rem auto
  }
}

#stage-slide .stage-box img {
  display: block;
  margin: auto;
  height: 28rem;
  display: block;
  -o-object-fit: contain;
  object-fit: contain
}

@media(min-width: 768px) {
  #stage-slide .stage-box img {
    height: 35rem
  }
}

@keyframes flash {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: 0
  }
}

.top-access__container {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0
}

@media(min-width: 768px) {
  .top-access__container {
    justify-content: space-between;
    margin-bottom: 60px
  }
}

.top-access__map {
  width: 100%;
  margin-bottom: 3rem
}

@media(min-width: 768px) {
  .top-access__map {
    width: 50%;
    margin-bottom: 0
  }
}

.top-access__map iframe {
  width: 100%;
  margin: auto;
  display: block
}

.top-access__root {
  font-size: 1.8rem
}

@media(min-width: 768px) {
  .top-access__root {
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }
}

.top-access__root__title {
  font-size: 2.2rem;
  text-align: center;
  color: #774e1e;
  font-weight: bold;
  border-bottom: 3px dashed #774e1e;
  margin-bottom: 1rem
}

.top-access__root dl {
  margin: 0 0 20px 0
}

.top-access__root dt {
  background-color: #774e1e;
  border-radius: 10px;
  display: inline-block;
  padding: 0 2rem;
  color: #fff;
  font-size: 1.8rem
}

.top-access__root dd {
  margin: 0;
  font-size: 1.6rem;
  color: #774e1e
}

@media(min-width: 768px) {
  .top-access__root dl {
    display: flex
  }

  .top-access__root dt {
    width: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px
  }
}

.top-access .gunmaas-area .gunmaas-qr {
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain
}

@media(min-width: 768px) {
  .top-access .gunmaas-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
  }
}

.top-access__text {
  font-size: 1.4rem;
  line-height: 1.2
}

.top-access__text a {
  color: #ee6a16;
  text-decoration: underline
}

@media(min-width: 768px) {
  .top-access__text {
    width: calc(100% - 120px)
  }
}

.top-access .gunmaas-banner {
  max-width: 250px;
  display: block;
  margin: 20px auto
}

@media(min-width: 768px) {
  .top-access .gunmaas-banner {
    margin: 20px auto 0 0;
    max-width: 200px
  }
}

.special-wrap {
  margin: 30px 0 70px
}

.special-wrap .area-map {
  margin-bottom: 20px
}

.special-wrap .area-hall-hiroba img {
  max-width: 700px;
  margin: auto;
  display: block;
  width: 100%
}

.special-wrap .area-syoutengai {
  margin-bottom: 3rem
}

.special-wrap .matinaka-map__img1 {
  margin-bottom: 3rem;
  max-width: 700px;
  display: block;
  width: 100%
}

@media(min-width: 768px) {
  .special-wrap .matinaka-map {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
  }

  .special-wrap .matinaka-map__img1 {
    width: 43%;
    -o-object-fit: contain;
    object-fit: contain
  }

  .special-wrap .matinaka-map__img2 {
    width: 55%;
    -o-object-fit: contain;
    object-fit: contain
  }
}

@media(min-width: 768px) {
  .special-wrap {
    margin-bottom: 50px
  }

  .special-wrap .area-hall-kita {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
  }

  .special-wrap .area-hall-kita img {
    display: block;
    width: 48%;
    -o-object-fit: contain;
    object-fit: contain
  }
}

.guests-list__ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 4%
}

@media(min-width: 768px) {
  .guests-list__ul {
    gap: 20px 3%
  }
}

.guests-list__img {
  overflow: hidden;
  border-radius: 10px 10px 0 0
}

.guests-list__box {
  position: relative;
  cursor: pointer;
  border-radius: 9px;
  border: #b2e032 5px solid;
  background-color: #b2e032
}

@media(min-width: 768px) {
  .guests-list__box {
    margin-bottom: 20px
  }
}

.guests-list__title {
  text-align: center;
  background-color: #b2e032;
  color: #fff
}

.guests-list__name {
  line-height: 2;
  font-size: 1.4rem
}

.guests-list__day {
  background-color: #fbcb00;
  color: #774e1e;
  height: 26%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  position: absolute;
  top: -16px;
  left: -16px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  transform: rotate(-15deg);
  line-height: 1
}

.guests-list__day span {
  display: block;
  font-size: 1.2rem
}

@media(min-width: 768px) {
  .guests-list__ul {
    grid-template-columns: repeat(3, 1fr)
  }

  .guests-list__box img {
    transition: .3s
  }

  .guests-list__box:hover img {
    transform: scale(1.2)
  }

  .guests-list__name {
    line-height: 2;
    font-size: 2rem
  }

  .guests-list__day {
    font-size: 1.4rem
  }

  .guests-list__work {
    font-size: 14px
  }
}

.special-h4 {
  text-align: center;
  padding: 4px 0;
  margin: 0 auto 10px
}

.special-h4 img {
  width: 100px;
  vertical-align: middle
}

.program-area__day {
  margin-bottom: 10px
}

.program-area__attention {
  color: #774e1e;
  font-size: 1.2rem
}

@media(min-width: 768px) {
  .program-area__attention {
    font-size: 1.4rem
  }
}

@media(min-width: 768px) {
  .program-area {
    display: flex;
    justify-content: space-between
  }

  .program-area__day {
    width: 48%
  }
}

.top-goods {
  padding: 20px 0 30px
}

@media(min-width: 768px) {
  .top-goods {
    padding: 30px 0 60px
  }
}

.top-goods img {
  display: block
}

.top-goods p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 10px 0
}

@media(min-width: 768px) {
  .top-goods p {
    font-size: 1.8rem
  }
}

.parking {
  background-color: #fff;
  border-radius: 35px;
  padding: 2rem 3rem;
  margin: 2rem auto 8rem
}

@media(min-width: 768px) {
  .parking {
    margin: 7rem auto 12rem
  }
}

.parking__container {
  padding: 0
}

.parking__list {
  border-bottom: 2px dashed #774e1e;
  margin-bottom: 1rem;
  list-style: none
}

.parking__list:first-child {
  border-top: 2px dashed #774e1e
}

.parking__list__title {
  line-height: 1.2;
  margin-top: 1rem;
  font-weight: bold
}

@media(min-width: 768px) {
  .parking__list__title {
    font-size: 2.2rem;
    line-height: 1.6
  }
}

.parking__list__title span {
  display: block;
  font-size: 1.4rem
}

@media(min-width: 768px) {
  .parking__list__title span {
    font-size: 1.8rem
  }
}

.parking__list__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.parking__list__text {
  line-height: 1.2;
  font-size: 1.4rem;
  margin: 1rem 0
}

@media(min-width: 768px) {
  .parking__list__text {
    font-size: 1.6rem;
    line-height: 1.4
  }
}

.parking__list__link {
  font-size: 1.4rem;
  background-color: #b2e032;
  width: 4rem;
  height: 4rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: relative;
  margin-bottom: 1rem
}

@media(min-width: 768px) {
  .parking__list__link {
    font-size: 1.8rem;
    width: 5rem;
    height: 5rem
  }
}

.parking__list__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%);
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #fff;
  transition: .3s
}

.parking-area {
  margin: 10px auto
}

@media(min-width: 768px) {
  .parking-area {
    margin: 50px auto
  }
}

.shuttlebus {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  margin: 20px auto 50px
}

@media(min-width: 768px) {
  .shuttlebus {
    padding: 50px
  }

  .shuttlebus .shuttlebus__img {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%
  }

  .shuttlebus .shuttlebus__img .jikokuhyou {
    width: 60%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
  }
}

.shuttlebus .bustei {
  width: 100%;
  display: block;
  margin-bottom: 20px
}

@media(min-width: 768px) {
  .shuttlebus .bustei {
    width: 37%;
    -o-object-fit: contain;
    object-fit: contain
  }
}

.shuttlebus .jikokuhyou {
  width: 100%;
  display: block
}

.bus-container h4 {
  margin: 10px 0;
  color: #774e1e
}

@media(min-width: 768px) {
  .bus-container h4 {
    margin: 0 0 10px;
    font-size: 1.8rem
  }
}

.bus-container__text {
  font-size: 1.4rem;
  line-height: 1.4
}

@media(min-width: 768px) {
  .bus-container__text {
    font-size: 1.6rem
  }
}

.bus-container__text a {
  text-decoration: underline;
  color: #ee6a16
}

.bus-container .gunmaas-banner {
  width: 80%;
  margin: 20px auto;
  display: block;
  max-width: 300px
}

.bus-container .gunmaas-qr {
  width: 150px;
  display: block;
  margin: auto
}

.sponsor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

@media(min-width: 768px) {
  .sponsor {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px
  }
}

.sponsor__list {
  list-style: none
}

.sponsor__list img {
  width: 100%;
  display: block
}

.sponsor-text {
  color: #fffce9;
  font-size: 2.2rem;
  margin-top: 3rem;
  text-align: center
}

@media(min-width: 768px) {
  .sponsor-text {
    font-size: 3.5rem;
    margin-top: 6rem
  }
}

.archive-banner {
  display: block;
  margin: 30px auto 0
}

@media(min-width: 768px) {
  .archive-banner {
    max-width: 500px;
    margin: 50px auto 0
  }
}

.archive-banner img {
  width: 100%
}

.accordion-title {
  position: relative
}

.accordion-title::before {
  content: "＋";
  position: absolute;
  right: 20px;
  color: #774e1e;
  font-weight: 800
}

.accordion-title.active::before {
  content: "－"
}

.accordion-inner {
  display: none
}

.archive-area {
  overflow: hidden;
  background: #bbe9f7
}

.archive2024 {
  padding: 0;
  position: relative;
  width: 80%;
  margin: 0 auto 3rem;
  max-width: 680px
}

@media(min-width: 768px) {
  .archive2024 {
    margin-bottom: 5rem
  }
}

.archive2024__img {
  display: block;
  position: absolute;
  right: -3.2rem;
  bottom: -2rem;
  width: 45%
}

.archive2024__text {
  width: 75%;
  background: #ee6a16;
  border-radius: 30px;
  color: #fff;
  font-size: 2.2rem;
  padding: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  transition: .3s;
  display: block;
  box-sizing: border-box;
  position: relative;
  overflow: hidden
}

.archive2024__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg)
}

.archive2024__text:hover::before {
  animation: shine .5s;
  cursor: pointer
}

.archive2024__text img {
  width: 16rem
}

.archive2024__text p {
  margin: 1rem 0
}

@media(min-width: 768px) {
  .archive2024 {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
  }

  .archive2024__img {
    width: 30%;
    position: static
  }

  .archive2024__text {
    width: 50%;
    transform: translateX(5rem);
    font-size: 3.2rem
  }

  .archive2024__text p {
    margin: 2rem 0
  }
}

.sp-tab-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  border-bottom: none
}

.sp-tab-container ul li {
  flex: 1;
  padding: 16px 24px;
  text-align: center;
  cursor: pointer;
  position: relative;
  letter-spacing: .5px;
  border: none;
  border-radius: 12px 12px 0 0;
  margin: 0;
  font-weight: bold;
  font-size: 2rem
}

.sp-tab-container ul li.selected {
  border-bottom: none
}

.sp-tab-content {
  display: none;
  padding: 16px 12px;
  min-height: 150px;
  line-height: 1.6;
  border-top: none;
  border-radius: 0 0 12px 12px
}

@media(min-width: 768px) {
  .sp-tab-content {
    padding: 32px 24px
  }
}

.sp-tab-container #tab-1 {
  border: 5px solid #d8e8f6;
  background: #d8e8f6
}

.sp-tab-container #tab-2 {
  border: 5px solid #fad4d0;
  background: #fad4d0
}

.sp-tab-container li[data-id=tab-1] {
  background: #d8e8f6;
  color: #4c8ccb
}

.sp-tab-container li[data-id=tab-2] {
  background: #fad4d0;
  color: #eb6168
}

.sp-tab-content.selected {
  display: block
}

.sp-tab-content img {
  max-width: 700px;
  width: 100%;
  display: block;
  margin: auto
}

.footer-space {
  transform: translateY(-1px);
  width: 100%
}

.footer-inner {
  width: calc(100% - 28px);
  margin: auto;
  padding-top: 3rem;
}

@media(min-width: 768px) {
  .footer-inner {
    max-width: 980px
  }
}

.footer-container {
  display: flex;
  flex-direction: column
}

@media(min-width: 768px) {
  .footer-container {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 5rem
  }
}

.footer-container__logo {
  width: 80%;
  display: block;
  margin: 3rem auto
}

.footer-container__logo img {
  width: 100%
}

@media(min-width: 768px) {
  .footer-container__logo {
    height: auto;
    width: 47%;
    margin: 0;
    display: flex;
    align-items: center
  }
}

.footer-container__text {
  color: #774e1e
}

@media(min-width: 768px) {
  .footer-container__text {
    width: 47%
  }
}

.footer-container__text dl {
  margin-bottom: 3rem
}

@media(min-width: 768px) {
  .footer-container__text dl {
    margin-top: 0
  }
}

.footer-container__text dt {
  font-size: 1.6rem;
  border-bottom: 3px dashed #774e1e;
  font-weight: bold;
  text-align: center
}

@media(min-width: 768px) {
  .footer-container__text dt {
    font-size: 2.2rem
  }
}

.footer-container__text dd {
  font-size: 1.2rem;
  margin: 1rem 0
}

@media(min-width: 768px) {
  .footer-container__text dd {
    font-size: 1.6rem
  }
}

.footer-container__text p {
  font-size: 1.4rem;
  padding-bottom: 3rem
}

@media(min-width: 768px) {
  .footer-container__text p {
    font-size: 1.6rem
  }
}

.copyright {
  text-align: center;
  background-color: #774e1e;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem 0
}

.news-box {
  background-color: #fff;
  border: 3px solid #774e1e;
  border-radius: 35px;
  padding: 2rem 2rem;
  margin: 2rem auto
}

@media(min-width: 768px) {
  .news-box {
    padding: 3rem 5rem
  }
}

.news-data {
  border-bottom: 2px dashed #774e1e;
  margin-bottom: 1rem
}

.news-data__day {
  color: #774e1e
}

.news-data__title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.4
}

.news-data__title a {
  color: #774e1e;
  transition: .3s
}

@media(min-width: 768px) {
  .news-data__title a {
    font-size: 2rem
  }
}

.news-data__title a:hover {
  color: #b2e032
}

.news-data__content {
  margin: 3rem 0
}

.main-news__title {
  color: #774e1e;
  font-size: 2rem
}

@media(min-width: 768px) {
  .main-news__title {
    font-size: 2.6rem;
    font-weight: bold
  }
}

.main-news__title a {
  font-size: 2.2rem;
  color: #774e1e
}

.news-button {
  position: relative;
  color: #774e1e;
  display: inline-block;
  padding: 0 2rem;
  font-weight: bold;
  transition: .3s;
  font-size: 1.8rem;
  top: -1rem
}

@media(min-width: 768px) {
  .news-button {
    font-size: 2rem
  }
}

.news-button--right {
  float: right
}

.news-button--right::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #774e1e;
  transition: .3s
}

.news-button--right:hover::after {
  border-left: 8px solid #b2e032
}

.news-button--left {
  float: left
}

.news-button--left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid #774e1e;
  transition: .3s
}

.news-button--left:hover::after {
  border-right: 8px solid #b2e032
}

.news-button:hover {
  color: #b2e032
}

.archive-button {
  padding: 2rem 0
}

.charas ul {
  margin: 3rem 0;
  padding: 0
}

.charas li {
  list-style: none;
  padding: 0
}

.charas-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.charas-menu li {
  width: 30%;
  background-color: #fbcb00;
  border-radius: 5px;
  margin: 0 0 1rem;
  line-height: 2.8
}

@media(min-width: 768px) {
  .charas-menu li {
    margin: 2rem 0 1.6rem
  }

  .charas-menu li a {
    font-size: 2.5rem
  }
}

.charas-menu li:not(.active) .button-tab {
  position: relative;
  overflow: hidden
}

.charas-menu li:not(.active) .button-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg)
}

.charas-menu li:not(.active) .button-tab:hover::before {
  animation: shine .5s;
  cursor: pointer
}

@keyframes shine {
  100% {
    left: 100%
  }
}

.charas-menu .allChara-tab {
  width: 100%;
  background-color: #b2e032
}

.charas-menu .allChara-tab a {
  color: #fff
}

.charas-menu .allChara-tab:hover {
  background-color: #b2e032
}

.charas-menu .allChara-tab:not(.active) .button-tab:hover::before {
  animation: shine 1s
}

.charas-menu .active {
  background-color: #774e1e
}

.charas-menu .active:hover {
  background-color: #774e1e
}

.charas-menu .active a {
  color: #fff;
  cursor: default
}

@keyframes shine {
  100% {
    left: 125%
  }
}

.button-tab {
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center
}

.charas-list__h3 {
  color: #774e1e;
  position: relative;
  padding-left: 1rem;
  font-size: 2rem
}

@media(min-width: 768px) {
  .charas-list__h3 {
    font-size: 3rem;
    padding-left: 2rem
  }
}

.charas-list__h3::before {
  content: "";
  position: absolute;
  background-color: #fbcb00;
  width: 5px;
  height: 2rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

@media(min-width: 768px) {
  .charas-list__h3::before {
    width: 10px;
    height: 3rem
  }
}

.charas-list__ul {
  display: flex;
  flex-wrap: wrap
}

.charas-list__box {
  width: 50%;
  margin-bottom: 5rem;
  position: relative;
  height: 21rem;
  cursor: pointer
}

@media(min-width: 768px) {
  .charas-list__box {
    width: 33.3333333333%;
    height: 31rem;
    margin-bottom: 7rem
  }
}

.charas-list__img {
  position: relative;
  z-index: 1;
  transition: .5s;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center
}

.charas-list__img:hover {
  background: url(../images/chara-bg.png);
  background-size: cover;
  background-position: top center
}

.charas-list__img img {
  height: 18rem;
  transition: .3s all;
  -o-object-fit: contain;
  object-fit: contain
}

@media(min-width: 768px) {
  .charas-list__img img {
    height: 26rem
  }
}

.charas-list__days {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 5px;
  flex-direction: column;
  z-index: 3
}

@media(min-width: 768px) {
  .charas-list__days {
    bottom: 4rem
  }
}

.charas-list__days span {
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .3rem
}

@media(min-width: 768px) {
  .charas-list__days span {
    height: 6rem;
    width: 6rem;
    font-size: 2rem;
    margin-top: .5rem
  }
}

.charas-list__days .day1 {
  background-color: #fbcb00
}

.charas-list__days .day2 {
  background-color: #b2e032
}

.charas-list__title {
  width: 84%;
  border-radius: 5px;
  color: #774e1e;
  background-color: #fff9c4;
  text-align: center;
  padding: .5rem 1rem .7rem;
  margin: auto;
  position: relative;
  z-index: 2;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1)
}

@media(min-width: 768px) {
  .charas-list__title {
    padding: 1rem 1.5rem .7rem;
    font-size: 2.2rem
  }
}

.charas-list__name {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: .5rem;
  font-weight: bold
}

@media(min-width: 768px) {
  .charas-list__name {
    font-size: 1.8rem
  }
}

.charas-list__area {
  font-size: 1rem;
  line-height: 1
}

@media(min-width: 768px) {
  .charas-list__area {
    line-height: 1.4;
    font-size: 1.4rem
  }
}

.archive-chara .tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin: 2rem auto 3rem
}

.archive-chara .tabs .tab-button {
  padding: 6px;
  border: 2px solid #ee6a16;
  background: #fff;
  cursor: pointer;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #774e1e
}

.archive-chara .tabs .tab-button.active {
  background: #ee6a16;
  color: #fff
}

.archive-chara .tabs .characters {
  display: flex;
  flex-wrap: wrap;
  gap: 16px
}

.archive-chara .tabs .character-item {
  width: 200px;
  text-align: center
}

.archive-chara .tabs .character-thumb img {
  max-width: 100%;
  border-radius: 8px
}

@media(min-width: 768px) {
  .archive-chara .tabs {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    font-size: 1.6rem;
    margin: 2rem auto 6rem
  }
}

.archive-chara .tabs .tab-button {
  padding: 10px
}

@media(min-width: 768px) {
  .archive-chara .tabs .tab-button {
    letter-spacing: 3px
  }
}

.overlay {
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  display: flex;
  align-items: center;
  justify-content: center
}

.overlay .chara-data {
  z-index: 10002;
  width: 80%;
  max-width: 60rem;
  padding: 1em;
  background-color: #fff;
  border: 3px #b2e032 solid;
  color: #333;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-height: 80vh;
  overflow: scroll
}

@media(min-width: 768px) {
  .overlay .chara-data {
    flex-direction: row;
    padding: 5rem;
    align-items: flex-start;
    width: 65%;
    max-width: calc(980px - 10.6rem)
  }
}

.overlay .chara-data__chara {
  position: relative;
  width: 100%;
  height: 23rem;
  margin-bottom: 1rem
}

@media(min-width: 768px) {
  .overlay .chara-data__chara {
    height: auto;
    margin-bottom: 0
  }
}

.overlay .chara-data__img {
  margin: 0 auto;
  height: 100%;
  display: block
}

@media(min-width: 768px) {
  .overlay .chara-data__img {
    max-height: 45rem
  }
}

.overlay .chara-data__days {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex
}

@media(min-width: 768px) {
  .overlay .chara-data__days {
    left: 0
  }
}

.overlay .chara-data__days span {
  border-radius: 50%;
  height: 5rem;
  width: 5rem;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: .3rem
}

@media(min-width: 768px) {
  .overlay .chara-data__days span {
    width: 7rem;
    height: 7rem;
    font-size: 2.5rem;
    margin-top: .5rem
  }
}

.overlay .chara-data__days .day1 {
  background-color: #fbcb00
}

.overlay .chara-data__days .day2 {
  background-color: #b2e032
}

.overlay .chara-data table {
  font-family: sans-serif;
  border-collapse: collapse;
  width: 100%;
  border-radius: 10px;
  font-size: 1.4rem
}

@media(min-width: 768px) {
  .overlay .chara-data table {
    font-size: 1.8rem;
    margin-left: 3rem
  }
}

.overlay .chara-data th,
.overlay .chara-data td {
  border: 1px #b2e032 solid;
  padding: 1rem
}

.overlay .chara-data th {
  width: 25%;
  white-space: nowrap
}

.overlay .close-btn {
  position: absolute;
  top: 0;
  right: 0
}

.overlay .close-btn img {
  width: 3rem;
  padding: 1rem
}

.overlay .close-btn:hover {
  cursor: pointer
}

.overlay .guest-data {
  z-index: 10002;
  width: 80%;
  max-width: 60rem;
  padding: 1em;
  background-color: #fff;
  border: 3px #b2e032 solid;
  color: #333;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-height: 80vh;
  overflow: scroll;
  cursor: default
}

.overlay .guest-data__title {
  display: flex;
  justify-content: space-between
}

.overlay .guest-data__name {
  font-size: 24px;
  font-weight: bold;
  padding-top: 10px
}

.overlay .guest-data__guest {
  border-bottom: 3px solid #b2e032;
  margin-bottom: 10px;
  padding-bottom: 10px
}

.overlay .guest-data__text {
  font-size: 1.4rem
}

@media(min-width: 768px) {
  .overlay .guest-data {
    flex-direction: row;
    padding: 5rem;
    align-items: flex-start;
    justify-content: space-between;
    width: 65%;
    max-width: calc(980px - 10.6rem)
  }

  .overlay .guest-data__text {
    width: 48%;
    font-size: 1.6rem
  }

  .overlay .guest-data__guest {
    width: 48%
  }

  .overlay .guest-data__name {
    font-size: 3rem
  }
}

.overlay .guest-data__work {
  color: #fff;
  background-color: #b2e032;
  padding: 0 10px;
  text-align: center
}

.component-fade-enter-active {
  transition: opacity .3s ease
}

.component-fade-enter,
.component-fade-leave-to {
  opacity: 0
}

[v-cloak] {
  display: none
}

.character-modal {
  border-radius: 10px
}

.character-modal__top {
  position: relative;
  background-image: url(../images/chara-bg.png);
  background-size: cover
}

.character-modal__top .charas-list__days {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex
}

.character-modal__top .character-thumb {
  width: 100%;
  max-width: 100%
}

.character-modal__bottom p {
  text-align: left;
  font-size: 1.4rem
}

.character-modal__bottom h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #774e1e;
  margin-bottom: 0
}

.character-modal__bottom .charas-list__area {
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: #774e1e 2px dashed
}

@media(min-width: 768px) {
  .character-modal__bottom h3 {
    font-size: 2.4rem
  }

  .character-modal__bottom p {
    font-size: 1.6rem
  }
}

.slider1 {
  margin-top: 1rem
}

.slider1 .slick-slide {
  animation: charaDance1 1s infinite
}

.slider2 {
  margin-top: 5rem
}

.slider2 .slick-slide {
  animation: charaDance2 1s infinite
}

.stage-slide .slick-slide,
.slider2 .slick-slide {
  transform-origin: center bottom
}

.stage-slide .slick-slide img,
.slider2 .slick-slide img {
  display: block;
  width: 100%;
  height: 10rem;
  -o-object-fit: contain;
  object-fit: contain
}

@media(min-width: 768px) {

  .stage-slide .slick-slide img,
  .slider2 .slick-slide img {
    height: 22rem
  }
}

.slick-slide.slick-center img {
  transform: scale(1)
}

.slick-next,
.slick-prev {
  display: none !important
}

.slick-track {
  display: flex;
  align-items: center
}

.page-404 {
  width: 90%;
  margin: 0 auto;
  padding-top: 100px
}

.page-404__box {
  background-color: #fff;
  padding: 30px;
  border-radius: 30px
}

.page-404__title {
  font-size: 110%;
  margin-bottom: 30px
}

.page-404__text {
  font-size: 85%
}

.top-404 .button-area a {
  margin-bottom: 60px
}

.archive2023 {
  background-color: #fffce9
}

.archive2023 .special-guest {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.archive2023 .special-guest .guest-container {
  width: 100%;
  border: #b2e032 5px solid;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px
}

@media(min-width: 768px) {
  .archive2023 .special-guest .guest-container {
    width: 31%
  }
}

.archive2023 .special-guest .guest-container__name {
  background-color: #b2e032;
  text-align: center;
  color: #fff;
  font-size: 1.6rem
}

.archive2023 .special-guest .guest-container__text {
  padding: 4px;
  font-size: 1.2rem
}

.archive-chara .section-title {
  position: relative;
}

.archive-chara .section-title::before {
  content: "";
  width: 9rem;
  height: 7rem;
  position: absolute;
  left: 18%;
  background-image: url(../images/top/2026/icon2025.png);
    display: inline-block;
    background-size: contain;
  vertical-align: middle;
    background-repeat: no-repeat;
}

@media(max-width: 767px) {
.archive-chara .section-title::before {
  top: -5rem;
  left: 1rem;
  width: 7rem;
}
}

.fix-btn .button2026 {
  width: 9rem;
  position: fixed;
  right: 10px;
  bottom: 10px;
  transition: .3s;
  z-index: 1000;
}

.fix-btn .button2026:hover {
  transform: rotate(10deg);
}

@media(min-width: 768px) {
.fix-btn .button2026 {
  width: 12rem;
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  transition: .3s;
  z-index: 1000;
}
}