@charset "utf-8";

body {
  background-color: #87b2e0;
  font-family: 'Noto Sans JP', sans-serif;
}

/* ----- common parts ----- */
.detailBtn {
  font-size: 1.4rem;
}

.nomalBtn {
  padding-inline: 26px;
  border: 1px solid #000;
  font-weight: 500;
}
.nomalBtn._event {
  background-color: #87b2e0;
  color: #080404;
}
.nomalBtn._ticket {
  background-color: #f0833e;
  color: #fff;
}
@media (hover: hover) {
  .nomalBtn::before {
    background-color: #fff;
  }
  .nomalBtn._event:hover span {
    color: #87b2e0;
  }
  .nomalBtn._ticket:hover span {
    color: #f0833e;
  }
}
@media screen and (768px <= width) {
  .nomalBtn {
    border-width: 2px;
    font-weight: 700;
  }
}

.moreAcBtn {
  border-color: #f0833e;
  color: #f0833e;
}

.ticketBtn {
  background-color: #f0833e;
  border: 1px solid #090504;
  border-right: none;
  box-shadow: 1px 5px 0 0 #fff, 0 6px 0 0 #090504;
  text-shadow: 1px 1px 0 #090504, -1px 1px 0 #090504, -1px -1px 0 #090504, 1px -1px 0 #090504;
  color: #fff;
}
@media (hover: hover) {
  .ticketBtn {
    transition: translate 0.2s, box-shadow 0.2s;
  }
  .ticketBtn:hover {
    box-shadow: none;
    translate: 0 6px;
  }
}

.scrollUpBtn {
  background-color: #f0833e;
  border: 1px solid #090504;
  box-shadow: 2px 2px 0 0 #fff, 3px 3px 0 0 #090504;
  color: #fff;
}

/* ----- sec common ----- */
.sec {
  border-top: 1px solid #080404;
}
.sec-ttl {
  margin-bottom: 10px;
  text-shadow: 3px 1px 0px rgb(255 255 255 / 100%);
  font-family: 'Damion', cursive;
  font-size: 4.5rem;
  color: #080404;
}
.sec-ttlE {
  font-family: 'Hiragino Sans', sans-serif;
  color: #4084cd;
}
/* sec-ttl deco */
.sec-ttl._deco1,
.sec-ttl._deco2 {
  position: relative;
  width: fit-content;
}
.sec-ttl._deco1::after,
.sec-ttl._deco2::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -5px;
  left: calc(100% + 20px);
  display: block;
  height: auto;
}
.sec-ttl._deco1::after {
  width: calc(155px / 2);
  aspect-ratio: 155 / 92;
  background: center/contain no-repeat url(img/ttl-deco1.webp);
}
.sec-ttl._deco2::after {
  width: calc(133px / 2);
  aspect-ratio: 133 / 121;
  background: center/contain no-repeat url(img/ttl-deco2.webp);
}
@media screen and (768px <= width) {
  .sec {
    border-width: 2px;
  }
  .sec-ttl {
    text-shadow: 5px 2px 0px rgb(255 255 255 / 100%);
    font-size: 7rem;
  }
  /* sec-ttl deco */
  .sec-ttl._deco1::after,
  .sec-ttl._deco2::after {
    top: -10px;
    left: calc(100% + 40px);
  }
  .sec-ttl._deco1::after {
    width: calc(155px / 1.5);
  }
  .sec-ttl._deco2::after {
    width: calc(133px / 1.5);
  }
}

/* ----- header ----- */
.hamburgerBtn {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #090504;
}
.hamburgerBtn span {
  background-color: #f0833e;
}

.header-menu {
  background-color: #87b2e0;
}
.header-nav {
  border: none;
}
.header-nav ul li a h2 {
  line-height: 1;
  text-shadow: 3px 1px 0px rgb(255 255 255 / 100%);
  font-family: 'Damion', cursive;
  font-size: 4rem;
  color: #080404;
}
.header-nav ul li a p {
  color: #f7edc2;
}
@media screen and (768px <= width) {
  .header-nav ul li a h2 {
    text-shadow: 5px 2px 0px rgb(255 255 255 / 100%);
    font-size: 6rem;
  }
  .header-nav ul li a p {
    font-size: 2rem;
  }
}

.series {
  background-color: #eee2b1;
}
.series h2 {
  color: #558dcb;
}
.series ul li {
  border: 1px solid #080404;
}
@media (hover: hover) {
  .series ul li::before,
  .series ul li::after {
    background-color: #558dcb;
  }
  .series ul li a::before,
  .series ul li a::after {
    background-color: #558dcb;
  }
}

/* ----- mv ----- */
.mv-opening {
  position: relative;
}
.mv-opening::before,
.mv-opening::after {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  background: center/contain no-repeat;
}
.mv-opening::before {
  top: 5%;
  left: 4%;
  width: calc(74px / 2);
  aspect-ratio: 74 / 148;
  background-image: url(img/lead-deco1.webp);
}
.mv-opening::after {
  bottom: 3%;
  right: 3%;
  width: calc(56px / 2);
  aspect-ratio: 56 / 170;
  background-image: url(img/lead-deco2.webp);
}
.mv-openingTtl {
  text-shadow: 1px 1px 0 #090504, -1px 1px 0 #090504, -1px -1px 0 #090504, 1px -1px 0 #090504;
  color: #f7edc2;
}
.mv-openingTxt {
  color: #fff;
}
@media screen and (768px <= width) {
  .mv-image {
    aspect-ratio: 1440 / 810;
  }
}

/* ----- event ----- */
.event {
  background-color: #f3ecce;
}
.eventCard:first-of-type {
  position: relative;
}
.eventCard:first-of-type::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -61px;
  right: -16px;
  display: block;
  width: calc(116px / 2);
  height: auto;
  aspect-ratio: 116 / 181;
  background: center/contain no-repeat url(img/event-deco.webp);
}
.eventCard figure img._aspect1 {
  aspect-ratio: 800 / 565;
}
.eventCard-date {
  border: 1px solid #090505;
}
.eventCard-date span:first-child {
  background-color: #185c92;
  border-right: 1px solid #090505;
  color: #fafafa;
}
.eventCard-date span:last-child {
  background-color: #fff;
  color: #090505;
}
.eventCard-text,
.eventCard-notes li {
  color: #333;
}
.event .detailBtn {
  color: #4084cd;
}
.eventCard + .eventCard {
  border-color: #333;
}
@media screen and (768px <= width) {
  .event .sec-ttl {
    margin-inline: auto;
  }
  .eventCard:first-of-type::before {
    content: none;
  }
  .eventCard:first-of-type .eventCard-date {
    position: relative;
  }
  .eventCard:first-of-type .eventCard-date::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -82px;
    right: -32px;
    display: block;
    width: calc(116px / 1.5);
    height: auto;
    aspect-ratio: 116 / 181;
    background: center/contain no-repeat url(img/event-deco.webp);
  }
}

/* ----- present ----- */
.present {
  position: relative;
}
.present::before {
  content: '';
  position: absolute;
  top: -20px;
  right: 6%;
  display: block;
  width: calc(173px / 2);
  height: auto;
  aspect-ratio: 173 / 255;
  background: center/contain no-repeat url(img/present-deco.webp);
}
.present .sec-ttlE {
  color: #f7edc2;
}
.presentCard img {
  border: 1px solid #000;
}
.presentCard-targetBorder {
  background: linear-gradient(292deg, var(--sub-color) 0%, var(--accent-color) 100%);
}
.presentCard-target {
  background-color: #f4f4f4;
}
.presentCard-target p span {
  font-family: 'Roboto', sans-serif;
  color: #009cdb;
}
.presentCard-date {
  color: #fff;
}
.presentCard h3 {
  color: #080404;
}
.present-note {
  color: #080404;
}
@media screen and (768px <= width) {
  .present .sec-ttl {
    margin-inline: auto;
  }
  .present::before {
    right: 15%;
    width: calc(173px / 1.5);
  }
}

/* ----- guest ----- */
.guest {
  background-color: #f3ecce;
}
.guest .sec-ttlE {
  color: #4084cd;
}

.guestCard img {
  aspect-ratio: 16 / 9;
}
.guestCard img._vertical {
  margin-inline: auto;
  width: 60%;
  aspect-ratio: 2 / 3;
}
.guestCard-date {
  border: 1px solid #000;
}
.guestCard-date span:first-child {
  background-color: #185c92;
  border-right: 1px solid #000;
  color: #fafafa;
}
.guestCard-date span:last-child {
  background-color: #fff;
  color: #080404;
}
.guestCard-text {
  color: #333;
}
.guestCard .detailBtn {
  color: #009cdb;
}
/* guestCard deco */
.guestCard:first-of-type {
  position: relative;
}
.guestCard:first-of-type::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: block;
  width: calc(213px / 2);
  height: auto;
  aspect-ratio: 213 / 165;
  background: center/contain no-repeat url(img/guest-deco.webp);
}
.guestCard:first-of-type:has(._vertical)::before {
  top: -11%;
  left: calc(80% - 70px);
}
@media screen and (768px <= width) {
  .guest .sec-ttl {
    margin-inline: auto;
  }

  .guestCard figure {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
  }
  .guestCard img._vertical {
    width: auto;
    height: 100%;
  }
}

/* ----- goods ----- */
.goods {
  color: #010101;
}
.goods .sec-ttlE {
  color: #f7edc2;
}
.goods .moreBtn {
  top: 24px;
  color: #f7edc2;
}
.goodsCard {
  border: 1px solid #000;
  transition: scale 0.3s;
}
@media (hover: hover) {
  .goodsCard:hover {
    scale: 0.95;
  }
}
@media screen and (768px <= width) {
  .goods .sec-ttlE {
    text-indent: 0.5em;
    text-align: left;
  }
}

/* ----- gourmet ----- */
.gourmet {
  background-color: #f3ecce;
}
.gourmet .sec-ttl {
  font-size: 4.5rem;
}
.gourmet .moreBtn {
  top: 24px;
  color: #4084cd;
}
.gourmetCard {
  border: 1px solid #000;
}
@media screen and (768px <= width) {
  .gourmet .sec-ttl {
    font-size: 7rem;
  }
  .gourmet .sec-ttlE {
    text-indent: 0.5em;
    text-align: left;
  }
}

/* ----- schedule ----- */
/* .schedule {
  background-color: #f3ecce;
} */
.schedule .sec-ttlE {
  color: #f7edc2;
}
.scheduleCard {
  border: 1px solid #000;
}
.scheduleCard:first-of-type {
  position: relative;
}
.scheduleCard:first-of-type::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -43px;
  right: 10px;
  display: block;
  width: calc(170px / 2);
  height: auto;
  aspect-ratio: 170 / 90;
  background: center/contain no-repeat url(img/schedule-deco.webp);
}
@media screen and (768px <= width) {
  .schedule .sec-ttl {
    margin-inline: auto;
  }
  .scheduleCard:first-of-type::before {
    top: -58px;
    width: calc(170px / 1.5);
  }
}

/* ----- news ----- */
.news {
  position: relative;
  background-color: #fffef8;
  overflow: visible;
}
.news::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 12%;
  display: block;
  width: calc(98px / 2);
  height: auto;
  aspect-ratio: 98 / 196;
  background: center/contain no-repeat url(img/news-deco.webp);
}
.news .sec-ttl {
  position: relative;
  width: fit-content;
}
.news .sec-ttl::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -27px;
  left: calc(100% + 20px);
  display: block;
  width: calc(63px / 2);
  height: auto;
  aspect-ratio: 74 / 148;
  background: center/contain no-repeat url(img/lead-deco1.webp);
}
.news .sec-ttlE {
  color: #87b2e0;
}

@media (hover: hover) {
  .newsCard-ttl:after {
    background-color: #f0833e;
  }
}
@media screen and (768px <= width) {
  .news::before {
    right: 20%;
    width: calc(98px / 1.5);
  }
  .news .sec-ttl::after {
    left: calc(100% + 30px);
    width: calc(63px / 1.5);
  }
  .news .sec-ttlE {
    text-indent: 0.5em;
    text-align: left;
  }
  .news-list {
    background-color: #fff;
  }
}

/* ----- sponsor ----- */
.sponsor {
  background-color: #fff;
}
.sponsor h2 {
  position: relative;
  width: fit-content;
}
.sponsor h2::before,
.sponsor h2::after {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
}
.sponsor h2::before {
  top: -5px;
  right: calc(100% + 10px);
  width: calc(107px / 2);
  aspect-ratio: 107 / 96;
  background: center/contain no-repeat url(img/sponsor-deco1.webp);
}
.sponsor h2::after {
  top: 0;
  left: calc(100% + 10px);
  width: calc(110px / 2);
  aspect-ratio: 110 / 92;
  background: center/contain no-repeat url(img/sponsor-deco2.webp);
}
.sponsor-list._m li {
  max-width: 300px;
}
@media screen and (768px <= width) {
  .sponsor h2::before {
    right: calc(100% + 20px);
    width: calc(107px / 1.5);
  }
  .sponsor h2::after {
    left: calc(100% + 20px);
    width: calc(110px / 1.5);
  }

  .sponsor-list > li._fsXSmall {
    font-size: 1.1rem;
  }
  .sponsor-list > li._fsSmall {
    font-size: 1.4rem;
  }
  .sponsor-list._l {
    margin-bottom: 30px;
  }
  .sponsor-list._l li {
    max-width: 250px;
  }
  .sponsor-list._m li {
    max-width: 200px;
  }
}

/* ----- series _foot ----- */
.series._foot {
  background-color: #87b2e0;
  border-top: 1px solid #080404;
  border-bottom: 1px solid #080404;
}
.series._foot h2 {
  color: #f7edc2;
}

/* ----- footer ----- */
.footer {
  background-color: #0092df;
}
.footer-copyright {
  color: #fff;
}
