@charset "utf-8";

:root {
  --mv-font-color: #006298;
  --sec-font-color: #222;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

/* ----- common parts ----- */
@media (hover: hover) {
  .nomalBtn::before {
    background-color: #fafafa;
  }
  .nomalBtn._event:hover span {
    color: #010101;
  }
  .nomalBtn._ticket:hover span {
    color: #009cdb;
  }
  .nomalBtn._newWindow:hover::after {
    z-index: 3;
  }
  .nomalBtn._event._newWindow:hover::after {
    background-image: url(../common/img/icon_new_window-black.svg);
  }
  .nomalBtn._ticket._newWindow:hover::after {
    background-image: url(../common/img/icon_new_window-sky.svg);
  }
}
.nomalBtn._event {
  background-color: #010101;
  border-color: #010101;
  color: #fafafa;
}
.nomalBtn._ticket {
  background-color: #009cdb;
  border-color: #009cdb;
  color: #fafafa;
}

.moreBtn::after {
  border-color: var(--sec-font-color);
}

.ticketBtn {
  background-color: #c8004c;
  background: linear-gradient(0deg, rgba(200, 0, 76, 1) 0%, rgba(226, 23, 100, 1) 100%);
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
  color: #fafafa;
}
@media (hover: hover) {
  .ticketBtn {
    transition: padding-right 0.3s, width 0.3s;
  }
  .ticketBtn:hover {
    width: 220px;
    padding-right: 40px;
  }
}

/* .ticketBtn._entry {
  bottom: 110px;
  background: #fff46a;
  font-size: 1.4rem;
  color: var(--sec-font-color);
}
@media screen and (768px <= width) {
  .ticketBtn._entry {
    bottom: 160px;
    font-size: 2rem;
  }
} */

.scrollUpBtn {
  background: repeating-linear-gradient(#6dc4e0, #6dc4e0 10px, #5cbddc 10px, #5cbddc 20px);
  border: 1px solid #fafafa;
  border-radius: 5px;
}

/* sec common */
.sec-ttl {
  margin-bottom: 10px;
}
.sec-ttlE {
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
@media screen and (768px <= width) {
  .sec-ttl {
    margin-bottom: 20px;
  }
}

/* header */
.header-menu {
  background: repeating-linear-gradient(#6dc4e0, #6dc4e0 15px, #5cbddc 15px, #5cbddc 30px);
}
.header-nav {
  border-color: #fff;
}
.header-nav ul li._event h2 {
  width: calc(152px / 2);
}
.header-nav ul li._present h2 {
  width: calc(192px / 2);
}
.header-nav ul li._schedule h2 {
  width: calc(313px / 2);
}
.header-nav ul li._goods h2 {
  width: calc(120px / 2);
}
.header-nav ul li._gourmet h2 {
  width: calc(347px / 2);
}
.header-nav ul li._guest h2 {
  width: calc(113px / 2);
}
.header-nav ul li._news h2 {
  width: calc(157px / 2);
}
.header-nav ul li a p {
  font-weight: 700;
  color: #fff;
}
@media screen and (768px <= width) {
  .header-nav ul li._event h2 {
    width: 152px;
  }
  .header-nav ul li._present h2 {
    width: 192px;
  }
  .header-nav ul li._schedule h2 {
    width: 313px;
  }
  .header-nav ul li._goods h2 {
    width: 120px;
  }
  .header-nav ul li._gourmet h2 {
    width: 347px;
  }
  .header-nav ul li._guest h2 {
    width: 113px;
  }
  .header-nav ul li._news h2 {
    width: 157px;
  }
}

/* series */
.series h2::after {
  top: 25%;
}
.series h2 img {
  width: calc(275px / 2);
  aspect-ratio: 275 / 49;
}
@media (hover: hover) {
  .series ul li::before,
  .series ul li::after {
    background-color: #fff46a;
  }
  .series ul li a::before,
  .series ul li a::after {
    background-color: #fff46a;
  }
}
@media screen and (768px <= width) {
  .series h2::after {
    top: 35%;
  }
  .series h2 img {
    width: 275px;
  }
}

/* mv */
.mv {
  background: bottom/contain no-repeat url(img/bg.webp);
  overflow: hidden;
}
.mv-opening {
  position: relative;
  margin: 20px auto 30px;
  width: 92%;
  padding-bottom: 30px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f3f2f2 calc(100% - 1px)),
    linear-gradient(90deg, #fff calc(100% - 1px), #f3f2f2 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  border: 2px solid rgba(0, 98, 152, 0.2);
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 98, 152, 0.16);
  color: var(--mv-font-color);
}
.mv-opening::before,
.mv-opening::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
}
.mv-opening:before {
  margin-left: -10px;
  border-color: transparent;
  border-top-color: rgba(0, 98, 152, 0.2);
  border-width: 10px;
}
.mv-opening:after {
  margin-left: -8px;
  border-color: transparent;
  border-top-color: white;
  border-width: 8px;
}
.mv-openingTtl {
  position: relative;
}
.mv-openingTtl::before,
.mv-openingTxt::after {
  content: "";
  position: absolute;
  display: block;
  height: auto;
}
.mv-openingTtl::before {
  top: -46px;
  left: calc(-6px - 10.666666666666668vw);
  width: calc(188px / 2);
  aspect-ratio: 188 / 289;
  background: center/contain no-repeat url(img/mv_kira01.webp);
}
.mv-openingTxt::after {
  top: 144px;
  right: calc(39px - 10.666666666666668vw);
  width: calc(124px / 2);
  aspect-ratio: 124 / 206;
  background: center/contain no-repeat url(img/mv_kira02.webp);
}
@media screen and (min-width: 768px) {
  .mv {
    background-size: cover;
  }
  .mv-fightersLogo {
    left: 10px;
  }

  .mv-opening {
    width: 80%;
    padding-left: 80px;
    padding-right: 80px;
  }
  .mv-openingTtl::before {
    top: -60px;
    left: calc(-6px - 80px);
    width: 120px;
  }
  .mv-openingTxt::after {
    top: 70px;
    right: calc(39px - 80px);
    width: 80px;
  }
}

/* event */
.event {
  border-radius: 20px;
  background: repeating-linear-gradient(#6dc4e0, #6dc4e0 15px, #5cbddc 15px, #5cbddc 30px);
  color: #fafafa;
}
.event .sec-ttl img {
  width: calc(238px / 2);
  aspect-ratio: 238 / 78;
}

.eventCard + .eventCard {
  border-color: #fff;
}
.eventCard-caption {
  max-width: 15%;
  text-indent: -1em;
  font-size: 0.8rem;
  color: #010101;
}
.eventCard-date span:first-child {
  background-color: #009cdb;
}
.eventCard-date span:last-child {
  background-color: #c8004c;
}
.eventCard-text {
  -webkit-line-clamp: 5;
}
.eventCard-contents h3 {
  text-shadow: 1px 1px #006298, -1px 1px #006298, 1px -1px #006298, -1px -1px #006298;
}

@media screen and (768px <= width) {
  .event .sec-ttl img {
    width: 238px;
  }
}

/* present */
.present {
  position: relative;
}
.sec:has(+ .present),
.present + .sec {
  position: relative;
  z-index: 1;
}
.present::before,
.present::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  height: auto;
}
.present::before {
  top: -17%;
  right: 0;
  width: calc(452px / 2);
  aspect-ratio: 452 / 735;
  background: center/contain no-repeat url(img/present_bg01.webp);
}
.present::after {
  bottom: -17%;
  left: 0;
  width: calc(391px / 2);
  aspect-ratio: 391 / 735;
  background: center/contain no-repeat url(img/present_bg02.webp);
}
.present .sec-ttl {
  position: relative;
  width: calc(305px / 2);
  aspect-ratio: 305 / 83;
}
.present .sec-ttl::after {
  content: "";
  position: absolute;
  top: -30%;
  left: calc(100% + 10px);
  display: block;
  width: calc(91px / 2);
  height: auto;
  aspect-ratio: 91 / 162;
  background: center/contain no-repeat url(img/sec_ttl_kira.webp);
}
.present .sec-ttlE {
  color: var(--mv-font-color);
}

.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;
}
@media screen and (768px <= width) {
  .present::before {
    top: -50%;
    width: 452px;
  }
  .present::after {
    top: 0;
    width: 391px;
  }
  .present .sec-ttl {
    margin-left: auto;
    margin-right: auto;
    width: 305px;
  }
  .present .sec-ttl::after {
    width: 91px;
  }
  .present-list {
    justify-content: center;
  }
}

/* schedule */
.schedule {
  position: relative;
  background: top/cover no-repeat url(img/schedule_bg.webp);
  border-radius: 20px;
}
.schedule::before,
.schedule::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 40px;
}
.schedule::before {
  top: 0;
  background-color: #f1f1f1;
}
.schedule::after {
  bottom: 0;
  background-color: #5cbddc;
}
.schedule .sec-ttl {
  position: relative;
  width: calc(501px / 2);
  aspect-ratio: 501 / 84;
}
.schedule .sec-ttl::after {
  content: "";
  position: absolute;
  top: -30%;
  left: calc(100% + 10px);
  display: block;
  width: calc(91px / 2);
  height: auto;
  aspect-ratio: 91 / 162;
  background: center/contain no-repeat url(img/sec_ttl_kira.webp);
}
@media screen and (768px <= width) {
  .schedule .sec-ttl {
    margin-left: auto;
    margin-right: auto;
    width: 501px;
  }
  .schedule .sec-ttl::after {
    width: 91px;
  }
}

/* goods */
.goods {
  background-color: #f1f1f1;
}
.goods .sec-ttl img {
  width: calc(190px / 2);
  aspect-ratio: 190 / 79;
}
.goods .sec-ttlE {
  color: var(--mv-font-color);
}
.goods .moreBtn {
  top: 10px;
}
@media (hover: hover) {
  .goodsCard {
    position: relative;
  }
  .goodsCard::before,
  .goodsCard::after {
    content: "";
    position: absolute;
    display: none;
    width: calc(91px / 2);
    height: auto;
    aspect-ratio: 91 / 162;
    background: center/contain no-repeat url(img/sec_ttl_kira.webp);
    animation: kira 1s infinite steps(2, end);
  }
  .goodsCard::before {
    top: 0;
    left: 0;
  }
  .goodsCard::after {
    bottom: -20px;
    right: 0;
  }
  @keyframes kira {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(45deg);
    }
  }
  .goodsCard:hover::before,
  .goodsCard:hover::after {
    display: block;
  }
}
@media screen and (768px <= width) {
  .goods .sec-ttl {
    margin: 0;
  }
  .goods .sec-ttl img {
    width: 190px;
  }
  .goods .moreBtn {
    top: 30px;
  }
}

/* gourmet */
.gourmet {
  background-color: #f1f1f1;
}
.gourmet .sec-ttl img {
  width: calc(490px / 2);
  aspect-ratio: 490 / 74;
}
.gourmet .sec-ttlE {
  color: var(--mv-font-color);
}
.gourmet .moreBtn {
  top: 10px;
}
@media screen and (768px <= width) {
  .gourmet .sec-ttl {
    margin: 0;
  }
  .gourmet .sec-ttl img {
    width: 490px;
  }
  .gourmet .moreBtn {
    top: 30px;
  }
}

/* guest */
.guest {
  background: repeating-linear-gradient(#6dc4e0, #6dc4e0 15px, #5cbddc 15px, #5cbddc 30px);
  border-radius: 20px;
  color: #fafafa;
}
.guest .sec-ttl {
  position: relative;
  width: calc(175px / 2);
  aspect-ratio: 175 / 81;
}
.guest .sec-ttl::after {
  content: "";
  position: absolute;
  top: -30%;
  left: calc(100% + 10px);
  display: block;
  width: calc(91px / 2);
  height: auto;
  aspect-ratio: 91 / 162;
  background: center/contain no-repeat url(img/sec_ttl_kira.webp);
}
.guestCard img._sizeA {
  margin: auto;
  width: 60%;
}
.guestCard-date {
  background-color: #c8004c;
  color: #fff;
}
.guestCard-date span:first-child {
  background-color: #009cdb;
}
.guestCard h3 {
  text-shadow: 1px 1px 0 #006298, 1px -1px 0 #006298, -1px 1px 0 #006298, -1px -1px 0 #006298;
}
@media screen and (768px <= width) {
  .guest .sec-ttl {
    margin-left: auto;
    margin-right: auto;
    width: 175px;
  }
  .guest .sec-ttl::after {
    width: 91px;
  }

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

/* news */
.news {
  background-color: #5cbddc;
  color: #fff;
}
.news .sec-ttl {
  position: relative;
  width: calc(256px / 2);
  aspect-ratio: 256 / 85;
}
.news .sec-ttl::after {
  content: "";
  position: absolute;
  top: -30%;
  left: calc(100% + 10px);
  display: block;
  width: calc(91px / 2);
  height: auto;
  aspect-ratio: 91 / 162;
  background: center/contain no-repeat url(img/sec_ttl_kira.webp);
}
.news-list:first-of-type:before {
  top: -140px;
  right: calc(-5.333333333333334vw - 60px);
  width: 270px;
  aspect-ratio: 2810 / 1782;
  background-image: url(img/logo.svg);
  opacity: 0.08;
}
.newsCard-date {
  color: #f1f1f1;
}
@media (hover: hover) {
  .newsCard-ttl:after {
    background-color: #009cdb;
  }
}
@media screen and (768px <= width) {
  .news-list {
    background-color: #fff;
  }
  .news-list:first-of-type:before {
    top: -30px;
    right: 0;
    width: 270px;
  }
  .news .sec-ttl {
    margin: 0;
    width: 256px;
  }
  .news .sec-ttl::after {
    top: -41%;
    width: 91px;
  }

  .news .news-list {
    border-radius: 10px 10px 0 0;
  }
  .news .news-list + .news-list {
    border-radius: 0 0 10px 10px;
  }
  .newsCard-date {
    color: #999;
  }
  .newsCard-ttl {
    color: var(--sec-font-color);
  }
}

/* sponsor */
.sponsor {
  background-color: #fff;
}
.sponsor h2 {
  position: relative;
  width: 27%;
  max-width: 171px;
}
.sponsor h2::before,
.sponsor h2::after {
  content: "";
  position: absolute;
  top: -25%;
  display: block;
  height: auto;
}
.sponsor h2::before {
  right: calc(100% + 10px);
  width: calc(37px / 2);
  aspect-ratio: 37 / 126;
  background: center/contain no-repeat url(img/sponsor_kira01.webp);
}
.sponsor h2::after {
  left: calc(100% + 10px);
  width: calc(36px / 2);
  aspect-ratio: 36 / 125;
  background: center/contain no-repeat url(img/sponsor_kira02.webp);
}
.sponsor-list {
  gap: 50px;
}
.sponsor-list._l li {
  width: 30%;
  max-width: 200px;
}
@media screen and (768px <= width) {
  .sponsor h2::before {
    width: 37px;
  }
  .sponsor h2::after {
    width: 36px;
  }
  .sponsor-list {
    gap: 100px;
  }
}

/* series _foot */
.series._foot {
  background-color: #5cbddc;
}

/* footer */
.footer {
  background-color: #010101;
}
