@charset "utf-8";

/* 
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-weight: 500;
font-weight: 700;
*/

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #231815;
    background-color: #00568B;
    letter-spacing: 0.14em;
    font-feature-settings: "palt";
}
header {
  display: none;
}
.contentWrapper {
  position: relative;
  z-index: 2;
}
.inner-1165 {
  max-width: 1165px;
  margin-left: auto;
  margin-right: auto;
}
.inner-980 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
br.b-960,
br.b-750,
br.b-480 {
  display: none;
}
.img {
  width: 100%;
  height: auto;
}
.bg--pattern {
  position: relative;
}
.bg--pattern::after {
  content: "";
  background-image: url(../imgs/bg_pattern.png);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  display:block;
}
.heading1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  position: relative;
  width: fit-content;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}
.heading1::after,
.heading1::before {
  content: "";
  width: 23px;
  height: 18px;
  background-image: url(../imgs/icon_star.png);
  background-size: cover;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.heading1::after {
  right: -35px;
}
.heading1::before {
  left: -35px;
}
.heading1.color--bl {
  color: #00568B;
}
.heading1.color--bl::after,
.heading1.color--bl::before {
  background-image: url(../imgs/icon_star_bl.png);
}
.heading2 {
  font-size: 30px;
  color: #00568B;
  border-bottom: solid 1px #231815;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 700;
}
.heading3 {
  background-color: #005686;
  color: #fff;
  font-size: 16px;
  width: fit-content;
  padding: 2px 5px;
  margin-bottom: 15px;
}
.common__text--m {
  font-size: 16px;
  line-height: 1.75;
}
.noteList__item {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding-left:1em;
  text-indent:-1em;
  line-height: 1.4;
}
.noteList__item:not(:last-of-type){
  margin-bottom: 5px;
}
.noteList__item::before {
  content: "※";
  color: #e60012;
}
.noteList__item.noteList__item--dot::before {
  content: "・";
  color: #231815;
}
.btn1 {
  background-color: #005686;
  color: #fff;
  display: block;
  padding: 15px 0;
  border-radius: 100px;
  text-align: center;
}
.btn2 {
  background-color: #BEAA5D;
  color: #fff;
  display: block;
  padding: 15px 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.hover--opacity {
  transition: 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}
.color--red {
  color: #e60012;
}
/* soldOut */
/* .soldout {
  position: relative;
}
.soldout::after {
  content: "SOLD OUT";
  position: absolute;
  background-color: rgba(35,24,21,0.7);
  color: #E60012;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

/* fix item */
.buyTicket {
  position: fixed;
  right: 0;
  bottom: 50px;
  max-width: 151px;
  width: 15%;
  min-width: 80px;
  display: block;
  z-index: 5;
}
.buyTicket__img {
  width: 100%;
  height: auto;
}
.totop__wrapper {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 50px;
  z-index: 5;
  pointer-events: none;
}
.totop {
  display: block;
  text-align: center;
  width: 100px;
  margin-right: auto;
  transform: translateX(-50%);
  pointer-events: auto;
}
.totop__icon {
  max-width: 80px;
}
.totop__txt {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 10px;
}



/*--------------------------------
    nav
--------------------------------*/
.nav {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 10;
}
.nav__list{
  display: flex;
  justify-content: space-between;
}
/* .nav__listItem {
  width: 24.8%;
} */
.nav__listItem {
  width: 49.8%;
}
.nav__listLink--noLink {
  pointer-events: none;
  position: relative;
}
.nav__listLink--noLink::after {
  content: "Coming Soon";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__listLink {
  color: #fff;
  background-image: url(../imgs/bg_gd.jpg);
  background-size: cover;
  width: 100%;
  display: block;
  text-align: center;
  padding: 40px 0;
  font-size: 30px;
  font-weight: 700;
  box-sizing: border-box;
  border: solid 4px #fff;
  transition: 0.3s;
  background-position-y: 70%;
}
.nav__listLink:hover {
  opacity: 0.7;
}

/*--------------------------------
    fv/top
--------------------------------*/
.fv__img--sp {
  display: none;
}
.top {
  background-image: url(../imgs/bg_top.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 56px;
  padding-bottom: 120px;
}
.top__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.top__txt {
  color: #fff;
  text-align: center;
  line-height: 2.2;
  font-size: 20px;
}
.soldOut {
  background-color: #e60012;
  text-align: center;
  padding: 20px 0;
}
.soldOut__heading {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}

/*--------------------------------
    event
--------------------------------*/
.event {
  margin-top: 100px;
  padding-bottom: 95px;
}
.event__img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*--------------------------------
    schedule
--------------------------------*/
.schedule {
  padding-bottom: 125px;
}
.schedule img {
  width: 100%;
}
.schedule .heading1 {
  margin-bottom: 35px;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.42em;
}
.schedule-programBtn {
  position: fixed;
  z-index: 999;
  left: 50%;
  transform: translate(-50%, 500px);
  bottom: 50px;
  width: 100%;
  max-width: 500px;
  border: 2px solid #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: transform 0.5s, opacity 0.3s;
}
.schedule-programBtn.is-active {
  transform: translate(-50%, 0);
  opacity: 1;
}


/*--------------------------------
    news
--------------------------------*/
.news {
  padding-bottom: 125px;
}
.news .heading1 {
  margin-bottom: 35px;
  font-style: italic;
  letter-spacing: 0.42em;
}
.newsSlide__item {
  width: 100%;
  background-color: #fff;
  padding: 5px;
}
.newsSlide__link {
  display: block;
  transition: 0.3s;
  height: 100%;
}
.newsSlide__link:hover {
  opacity: 0.7;
}
.newsSlide__txtWrapper {
  padding: 10px;
}
.newsSlide__info {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.newsSlide__cat {
  padding: 2px 3px;
  margin-right: 5px;
}
.newsSlide__cat--event {
  background-color: #E60012;
  color: #fff;
}
.newsSlide__cat--goods {
  background-color: #0c9;
  color: #fff;
}
.newsSlide__cat--ticket {
  background-color: #99CC33;
  color: #fff;
}
.newsSlide__cat--funclub {
  background-color: #000066;
  color: #fff;
}
.newsSlide__cat--campaign {
  color: #FFFFFF;
  background-color: #CC6600;
}
.newsSlide__cat--notice {
  color: #FFFFFF;
  background-color: #666666;
}
.newsSlide__cat--farm {
  color: #FFFFFF;
  background-color: #33CC00;
}
.newsSlide__date {
  font-size: 12px;
}
.newsSlide__title {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
}
.news__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
}
.news__wrapper .newsSlide__item {
  width: 47.5%;
}

.swiper-slide{ height: auto; }

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../imgs/arrow_slide_l.png);
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../imgs/arrow_slide_r.png);
}


/*--------------------------------
    relationship
--------------------------------*/
.relationship {
  padding-bottom: 125px;
}
.relationship img {
  width: 100%;
}
.relationship .heading1 {
  margin-bottom: 35px;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.42em;
}

.relationshipContent {
  margin: auto;
  max-width: 750px;
  padding: clamp(5px, 1.3333333333333335vw, 30px) clamp(5px, 1.3333333333333335vw, 30px) clamp(15px, 4vw, 40px);
  background-color: #fff;
}
.relationshipContent-text {
  margin: clamp(15px, 2vw, 30px) 0;
  line-height: 1.5;
  font-weight: bold;
  font-size: clamp(15px, 4vw, 20px);
}
.relationshipContent-text._strong {
  margin-top: 25px;
  text-align: center;
  font-size: clamp(16px, 2.4vw, 30px);
}
.relationshipContent-text ._fcBlue{
  color: #009de0;
}

.appDownloadBtn {
  margin: 0 auto;
  padding: 0 10px;
  display: block;
  max-width: 400px;
}
.appDownloadBtn:hover {
  opacity: .8;
}

.relationship-headline {
  margin: clamp(30px, 6vw, 45px) 0 15px;
  text-align: center;
  font-style: italic;
  font-size: clamp(24px, 3.2vw, 40px);
  color: #fff;
}

.appDownloadStep {
  display: flex;
  margin-bottom: 30px;
  border: 1px solid #fff;
}
.appDownloadStep-step {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 33%;
  padding: 15px;
  border-right: 1px solid #fff;
}
.appDownloadStep-step:last-of-type {
  border-right: none;
}
.appDownloadStep-step h4 {
  margin-bottom: 10px;
  height: 22px;
}
.appDownloadStep-step h4 img {
  width: auto;
  height: 100%;
}
.appDownloadStep-step p {
  line-height: 2;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.appDownloadStep-step a {
  margin-bottom: 15px;
  display: block;
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
}
.appDownloadStep-step a:hover {
  opacity: .8;
}
.appDownloadStep-stepTxt {
  width: 100%;
}
.appDownloadStep-stepImg {
  margin: 10px auto 0;
  display: flex;
  gap: 10px;
  width: 80%;
}
.appDownloadStep-stepImg div + div {
  margin-top: 0;
}

.relationship-note {
  padding-left: 1.5em;
}
.relationship-note li {
  margin-bottom: 5px;
  list-style: disc;
  color: #fff;
  font-weight: normal;
  line-height: 1.5;
  font-size: clamp(14px, 2.666666666666667vw, 20px);
}
.relationship-note li:last-of-type {
  margin-bottom: 0;
}

.appDownloadQr {
  margin: auto;
  width: 150px;
}


/*--------------------------------
    goods
--------------------------------*/
.goods {
  padding: 40px 0 80px;
}
.goods-bnr {
  margin-top: 10px;
  display: block;
  width: 100%;
}
.goods-bnr:hover {
  opacity: .8;
}
.goods-bnr img {
  width: 100%;
}


/*--------------------------------
    other
--------------------------------*/

.other {
  background-color: #e6e6e6;
  padding: 80px 0;
}
.access__btn {
  width: 50%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.ticketCashless__btn {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.accessBtns {
  display: flex;
}
.accessBtns .access__btn {
  max-width: 300px;
}


/*--------------------------------
    sponsors
--------------------------------*/
.sponsors {
  background-color: #fff;
  padding-top: 115px;
  padding-bottom: 40px;
}
.sponsors .heading1 {
  margin-bottom: 20px;
}
.sponsors__item{
  display: block;
  width: 20%;
  text-align: center;
  margin-bottom: 40px;
}
.sponsors__item--big {
  max-width: 407px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
.sponsors__item--big .sponsors__logo {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.sponsors__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sponsors__logo {
  width: auto;
  height: 53px;
  margin-bottom: 10px;
}
.sponsors__name {
  font-size: 12px;
}
.sponsors__wrapper:nth-of-type(2) .sponsors__logo {
  height: 35px;
}

/*--------------------------------
    footer
--------------------------------*/

footer{
  background-color: #231815;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 60px;
}
.footer__wrapper {
  position: relative;
}
.footerTop {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 65px;
}
.footerTop__link:first-of-type {
  width: 372px;
  margin-right: 5%;
}
.footerTop__link:last-of-type {
  width: 306px;
  margin-top: 20px;
}
.footerSns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  gap: 0 15px;
}
.footerSns__link {
  max-width: 40px;
}
.footer__copy {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 400;
}


/*--------------------------------
    レスポンシブ
--------------------------------*/
@media screen and (max-width: 1265px) {
  .inner-1165 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .nav__listLink {
    font-size: clamp(16px,2.5vw,30px);
    padding: 20px 0;
  }
}
@media screen and (max-width: 1080px) {
  .inner-980 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .totop {
    transform: translateX(-20%);
  }
}
@media screen and (max-width: 960px) {
  br.b-960 {
    display: block;
  }
  br.n-960 {
    display: none;
  }
  .heading1 {
    font-size: 30px;
  }
  .appDownloadStep {
    margin: 0 auto 15px;
    display: block;
    max-width: 750px;
  }
  .appDownloadStep-step {
    width: 100%;
    border-bottom: 1px solid #fff;
    align-items: center;
    gap: 20px;
  }
  .appDownloadStep-step:last-of-type {
    border-bottom: none;
  }
  .appDownloadStep-step h4 {
    margin-bottom: 10px;
    height: clamp(22px, 5.866666666666666vw, 44px);
  }
  .appDownloadStep-step p {
    font-size: clamp(14px, 3.2vw, 24px);
  }
  .appDownloadStep-step a {
    font-size: clamp(12px, 2.666666666666667vw, 20px);
  }
  .appDownloadStep-stepImg {
    max-width: 300px;
  }
  .appDownloadStep-stepImg div + div {
    margin-top: 10px;
  }
  .sponsors__item {
    width: calc(100% / 4);
  }
  .sponsors__item--big {
    width: 70%;
  }
}
@media screen and (max-width: 750px) {
  br.b-750,
  .ticketPlace__content,
  .ticketPlace__button,
  .ticketPlace__link,
  .ticketPrice__info {
    display: block;
  }
  br.n-750,
  .noteList__item br {
    display: none;
  }
  .totop__wrapper {
    bottom: 90px;
  }
  .totop {
    transform: translateX(-10%);
  }
  .totop__icon {
    width: 65px;
  }
  .totop__txt {
    font-size: 14px;
  }
  .top__img {
    width: 100%;
  }
  .top__txt {
    font-size: 16px;
  }
  .event__img {
    width: 100%;
  }
  .heading2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .schedule-programBtn {
    bottom: 10px;
    width: 320px;
  }
  .news__wrapper {
    gap: 30px 0;
  }
  .news__wrapper .newsSlide__item {
    width: 100%;
  }
  .relationshipContent-text {
    margin: 15px 10px;
  }
  .ticketCashless__btn,
  .access__btn {
    width: 100%;
  }
  .accessBtns {
    display: block;
  }
  .accessBtns .access__btn {
    max-width: none;
  }
  .sponsors__item  {
    width: calc(100% / 3);
    margin-bottom: 20px;
  }
  .sponsors__item--big {
    width: 70%;
    margin-bottom: 30px;
  }
  .sponsors__logo {
    height: auto;
    width: 80%;
  }
  .sponsors__wrapper:first-of-type {
    margin-bottom: 50px;
  }
  .sponsors__wrapper:nth-of-type(2) .sponsors__logo {
    height: auto;
    width: 40%;
  }
  .sponsors__item--big {
    margin-bottom: 50px;
  }
  .sponsors__name {
    font-size: 10px;
  }
  .sponsors__name br {
    display: none;
  }
  .footer__copy{
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .fv__img--pc {
    display: none;
  }
  .fv__img--sp {
    display: block;
  }
  body {
    letter-spacing: 0.1em;
  }
  br.b-480,
  .ticketParking__button,
  .footerTop {
    display: block;
  }
  br.n-480 {
    display: none;
  }
  .heading2 {
    margin-bottom: 8px;
  }
  .heading3 {
    padding: 5px 8px;
    line-height: 1.3;
  }
  .totop {
    width: 60px;
  }
  .totop__icon {
    width: 45px;
  }
  .totop__txt {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .nav__listLink,
  .common__text--m,
  .heading3 {
    font-size: 14px;
  }
  .top {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .top__txt {
    font-size: 15px;
  }
  .event {
    margin-top: 50px;
    padding-bottom: 80px;
  }
  .schedule .heading1,
  .news .heading1,
  .relationship .heading1 {
    margin-bottom: 20px;
  }
  .schedule,
  .news,
  .relationship {
    padding-bottom: 80px;
  }
  /* 前へ次への矢印カスタマイズ */
  .swiper-button-prev,
  .swiper-button-next {
    height: 40px;
    width: 40px;
  }
  /* 前へ次への矢印カスタマイズ */
  .swiper-button-prev::after,
  .swiper-button-next::after {
    height: 40px;
    width: 40px;
  }

  /* other */
  .other .heading2 {
    text-align: center;
  }
  .access__btn {
    margin-bottom: 30px;
  }
  /* sponsors */
  .sponsors {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sponsors__item--big{ 
    width: 90%;
  }
  .sponsors__wrapper:first-of-type .sponsors__item{
    width: 50%;
  }
  .sponsors__wrapper:nth-of-type(2) .sponsors__logo {
    width: 55%;
  }
  footer {
    padding-top: 50px;
  }
  .footerTop {
    margin-bottom: 40px;
  }
  .footerTop__link:first-of-type {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .footerTop__link:last-of-type {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media screen and (max-width: 375px) {

}