@charset "UTF-8";
/* mv
-----------------------*/
.mv__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.mv__inner .mv-text {
  max-width: 790px;
  width: 40.8333%;
}
@media screen and (max-width: 1024px) {
  .mv__inner .mv-text {
    max-width: none;
    width: 90%;
    margin: 0 auto;
  }
}

.mv-sub {
  margin: -2.7% auto 10%;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv-sub {
    margin: -0.5% auto 25%;
  }
}
.mv-sub a {
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.mv-sub a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .mv-sub img {
    margin-top: -6.5%;
    width: 100%;
  }
}

/* artist-area
-----------------------*/
.artist-area {
  background: #ffff00;
  position: relative;
  margin-bottom: 110px;
  padding: 3% 0 90px;
}
@media screen and (max-width: 768px) {
  .artist-area {
    margin-bottom: 80px;
    padding: 3% 0 50px;
  }
}
.artist-area::before {
  content: "";
  display: block;
  position: absolute;
  top: -13%;
  left: 0;
  width: 100%;
  height: 13.3%;
  background: url(../images/common/bg_yellow_pc.png) repeat-x bottom/100%;
}
@media screen and (max-width: 768px) {
  .artist-area::before {
    top: -8%;
    height: 8.3%;
    background: url(../images/common/bg_yellow_sp.png) repeat-x bottom/100%;
  }
}
@media screen and (max-width: 768px) {
  .artist-area .common-ttl {
    margin-bottom: 20px;
  }
}
.artist-area__movie {
  padding-top: 67.5925%;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .artist-area__movie {
    margin-bottom: 40px;
  }
}
.artist-area__movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.artist-area__gallery-2025 {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .artist-area__gallery-2025 {
    margin-bottom: 80px;
  }
}
.artist-area__gallery-2025 .common-ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .artist-area__gallery-2025 .common-ttl {
    margin-bottom: 40px;
  }
}
.artist-area__gallery-2025 .gallery-2025-bnr {
  max-width: 600px;
  margin: 0 auto;
}
.artist-area__gallery-2025 .gallery-2025-bnr a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.artist-area__gallery-2025 .gallery-2025-bnr a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
.artist-area__ticket-info {
  max-width: 960px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .artist-area__ticket-info {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .artist-area__ticket-info .common-ttl {
    margin-bottom: 20px;
  }
}
.artist-area__ticket-info .ticket-info-img {
  margin-bottom: 30px;
}
.artist-area__ticket-info .ticket-info-btn-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 2.7%;
  max-width: 740px;
  margin: 0 auto 85px;
}
@media screen and (max-width: 768px) {
  .artist-area__ticket-info .ticket-info-btn-list {
    gap: 0 0.8%;
    margin-bottom: 40px;
  }
}
.artist-area__ticket-info .ticket-info-btn-list li {
  grid-column: span 4;
}
.artist-area__ticket-info .ticket-info-btn-list li a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
  line-height: 1.0;
  text-align: center;
  border: 2px solid #000000;
  border-radius: 25px;
  padding: 10px;
}
.artist-area__ticket-info .ticket-info-btn-list li a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .artist-area__ticket-info .ticket-info-btn-list li a {
    font-size: 10px;
    padding: 10px 3px;
  }
}
.artist-area__ticket-info .ticket-info-btn-list li a.c-parking {
  background: #00a8ff;
}
.artist-area__ticket-info .ticket-info-btn-list li a.c-ticket {
  background: #ff0000;
}
.artist-area__ticket-info .ticket-info-btn-list li a.c-shuttle-bus {
  background: #00b464;
}
@media screen and (max-width: 768px) {
  .artist-area__ticket-info .ticket-info-btn-list li a span {
    transform: scale(0.8);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
  }
}
.artist-area__ticket-info .bnr-akippa-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.0;
}
@media screen and (max-width: 768px) {
  .artist-area__ticket-info .bnr-akippa-title {
    font-size: 16px;
  }
}
.artist-area__ticket-info .bnr-akippa-title span {
  position: relative;
  display: inline-block;
  padding: 0 25px;
}
.artist-area__ticket-info .bnr-akippa-title span::before, .artist-area__ticket-info .bnr-akippa-title span::after {
  content: "";
  border-right: 2px solid #000000;
  height: 25px;
  position: absolute;
  bottom: 0;
}
.artist-area__ticket-info .bnr-akippa-title span::before {
  transform: rotate(-30deg);
  left: 10px;
}
.artist-area__ticket-info .bnr-akippa-title span::after {
  transform: rotate(30deg);
  right: 10px;
}
.artist-area__ticket-info .bnr-akippa-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .artist-area__ticket-info .bnr-akippa-list {
    display: block;
  }
}
.artist-area__ticket-info .bnr-akippa-list li {
  grid-column: span 6;
}
@media screen and (max-width: 768px) {
  .artist-area__ticket-info .bnr-akippa-list li + li {
    margin-top: 15px;
  }
}
.artist-area__ticket-info .bnr-akippa-list li a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.artist-area__ticket-info .bnr-akippa-list li a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
.artist-area__day-list {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .artist-area__day-list {
    margin-bottom: 40px;
  }
}
.artist-area__day-list li {
  width: 50%;
}
.artist-area__day-list li a {
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  padding: 15px;
  line-height: 1.0;
}
@media screen and (max-width: 768px) {
  .artist-area__day-list li a {
    font-size: 24px;
    padding: 10px;
  }
}
.artist-area__day-list li a span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .artist-area__day-list li a span {
    font-size: 12px;
  }
}
.artist-area__day-list li a.day-sat {
  background: #FFFFFF;
  transition: 0.5s;
  text-decoration: none;
  color: #ff0000;
}
.artist-area__day-list li a.day-sat:hover {
  opacity: 0.7;
  color: #ff0000;
  text-decoration: none;
}
.artist-area__day-list li a.day-sun {
  background: #ff0000;
  transition: 0.5s;
  text-decoration: none;
  color: #FFFFFF;
}
.artist-area__day-list li a.day-sun:hover {
  opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none;
}
.artist-area__title {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.0;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .artist-area__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.artist-area__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 0;
}
.artist-area__title .title-wrap {
  display: inline-block;
  padding: 0 10px;
  background: #ffff00;
  z-index: 2;
  position: relative;
}
.artist-area__title .point {
  font-size: 20px;
  padding-left: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .artist-area__title .point {
    font-size: 14px;
  }
}
.artist-area__list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 45px 25px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .artist-area__list {
    gap: 15px 20px;
    margin-bottom: 35px;
  }
}
.artist-area__list li {
  grid-column: span 3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .artist-area__list li {
    grid-column: span 6;
  }
}
.artist-area__list li.artist-new::before {
  content: "";
  display: block;
  width: 52px;
  height: 26px;
  background: url(../images/artist/icn-new.png) no-repeat center/100%;
  position: absolute;
  left: 5px;
  top: -4%;
  z-index: 2;
}
.artist-area__list li a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.artist-area__list li a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
.artist-area__list li a.inactive {
  pointer-events: none;
}
.artist-area__list li a p {
  font-size: 16px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .artist-area__list li a p {
    font-size: 12px;
  }
}
.artist-area__list li a .artist-date,
.artist-area__list li a .sat-sun,
.artist-area__list li a .undecided {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.0;
  text-align: center;
  margin-bottom: 5px;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .artist-area__list li a .artist-date,
  .artist-area__list li a .sat-sun,
  .artist-area__list li a .undecided {
    font-size: 11px;
  }
}
.artist-area__list li a .week {
  font-size: 10px;
}
.artist-area__list li a .sat {
  background: #FFFFFF;
  color: #f00032;
}
.artist-area__list li a .sun {
  background: #f00032;
  color: #FFFFFF;
}
.artist-area__list li a .sat-sun {
  display: flex;
  padding: 0;
}
.artist-area__list li a .sat-sun .sat,
.artist-area__list li a .sat-sun .sun {
  padding: 5px 3px;
  width: 50%;
}
.artist-area__list li a .undecided {
  background: #888989;
  color: #FFFFFF;
}
.artist-area__list li .artist-img img {
  aspect-ratio: 5 / 3.3;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.artist-area__list + .artist__title {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .artist-area__list + .artist__title {
    margin-top: 45px;
  }
}
.artist-area__note {
  margin-top: 20px;
  font-size: 12px;
  text-align: right;
}

/* artist
-----------------------*/
/* ticket
-----------------------*/
.ticket {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .ticket {
    margin-bottom: 70px;
  }
}
.ticket__2day {
  max-width: 615px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .ticket__2day {
    margin-bottom: 20px;
  }
}
.ticket__list {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .ticket__list {
    margin-bottom: 20px;
    display: block;
  }
}
.ticket__list li {
  grid-column: span 6;
}
@media screen and (max-width: 768px) {
  .ticket__list li + li {
    margin-top: 15px;
  }
}
.ticket__list li a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.ticket__list li a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
.ticket__btn {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ticket__btn {
    max-width: 250px;
  }
}
.ticket__btn a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #FFFFFF;
  background: #000000;
  padding: 15px 40px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
}
.ticket__btn a:hover {
  opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .ticket__btn a {
    font-size: 16px;
  }
}
.ticket__btn a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  position: absolute;
  right: 50px;
  top: calc(50% - 4px);
  transform: rotate(45deg);
}

/* content-area
-----------------------*/
.content-area {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .content-area {
    margin-bottom: 50px;
  }
}
.content-area__tomoshibi {
  max-width: 700px;
  margin: 0 auto 45px;
  padding-right: 7.5%;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.content-area__tomoshibi:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .content-area__tomoshibi {
    margin-bottom: 30px;
    padding-right: 8.5%;
  }
}
.content-area__collaboration {
  margin: 0 auto 40px;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  .content-area__collaboration {
    margin-bottom: 30px;
  }
}
.content-area__collaboration a {
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.content-area__collaboration a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
.content-area__menu-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .content-area__menu-list {
    gap: 15px 10px;
  }
}
.content-area__menu-list li {
  grid-column: span 3;
}
@media screen and (max-width: 768px) {
  .content-area__menu-list li {
    grid-column: span 6;
  }
}
.content-area__menu-list li a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #FFFFFF;
}
.content-area__menu-list li a:hover {
  opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none;
}

/* info
-----------------------*/
.info {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .info {
    margin-bottom: 45px;
  }
}
.info .container {
  max-width: 1005px;
}
.info__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 40px;
}
@media screen and (max-width: 768px) {
  .info__title {
    flex-direction: column;
    margin: 0 auto;
  }
}
.info__title .common-ttl {
  margin-bottom: 0;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .info__title .common-ttl {
    margin-bottom: 10px;
    padding: 0 5px;
  }
}
.info__btn {
  width: 140px;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .info__btn {
    width: 105px;
  }
}
.info__btn a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #FFFFFF;
  background: #000000;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  padding: 5px;
}
.info__btn a:hover {
  opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .info__btn a {
    font-size: 12px;
  }
}
.info__btn a span {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
.info__btn a span::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  transform: rotate(45deg);
}
.info__list {
  border: 5px solid #000000;
  border-radius: 20px;
  margin: -40px auto 100px;
  padding: 50px 40px;
  background: #FFFFFF;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .info__list {
    border: 4px solid #000000;
    margin: -68px auto 55px;
    padding: 80px 15px 35px;
  }
}
.info__list li + li {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 3px, transparent 3px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .info__list li + li {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 4px, transparent 4px);
    background-size: 7px 1px;
  }
}
.info__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 55px 30px 30px;
  position: relative;
  transition: 0.5s;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .info__list li a {
    display: block;
    padding: 15px 30px 15px 8px;
  }
}
.info__list li a:hover {
  background: #ffff00;
}
.info__list li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  position: absolute;
  right: 30px;
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .info__list li a::after {
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    right: 15px;
  }
}
.info__list li a .news-day {
  width: 165px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .info__list li a .news-day {
    justify-content: flex-start;
    width: auto;
    margin-bottom: 10px;
  }
}
.info__list li a .news-day p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.0;
}
.info__list li a .news-day .icn-new {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  background: #e50012;
  padding: 3px 10px;
}
@media screen and (max-width: 768px) {
  .info__list li a .news-day .icn-new {
    font-size: 11px;
    margin-left: 5px;
  }
}
.info__list li a .news-text {
  width: calc(100% - 185px);
  font-size: 18px;
  line-height: 1.0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: calc(40px*1);
}
@media screen and (max-width: 768px) {
  .info__list li a .news-text {
    width: 100%;
    font-size: 14px;
  }
}
.info__bnr-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .info__bnr-list {
    display: block;
  }
}
.info__bnr-list li {
  grid-column: span 4;
}
@media screen and (max-width: 768px) {
  .info__bnr-list li + li {
    margin-top: 20px;
  }
}
.info__bnr-list li a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.info__bnr-list li a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
.info__about-btn {
  max-width: 215px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .info__about-btn {
    max-width: 170px;
  }
}
.info__about-btn a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #FFFFFF;
  background: #000000;
  padding: 10px 40px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
}
.info__about-btn a:hover {
  opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .info__about-btn a {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.info__about-btn a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
.info .yakifes-lounge {
  max-width: 750px;
  margin: 0 auto 55px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .info .yakifes-lounge {
    display: flex;
    flex-direction: column-reverse;
  }
}
.info .yakifes-lounge__mv {
  grid-column: span 6;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
.info .yakifes-lounge__mv:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
.info .yakifes-lounge__bnr {
  grid-column: span 6;
}
.info .yakifes-lounge__bnr .bnr-img {
  margin-bottom: 5px;
}
.info .yakifes-lounge__bnr .bnr-youtube {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.info .yakifes-lounge__bnr .bnr-youtube:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}

.modal-video-movie-wrap {
  padding-bottom: 90vh !important;
}
@media screen and (max-width: 768px) {
  .modal-video-movie-wrap {
    padding-bottom: 80vh !important;
  }
}

/* archive
-----------------------*/
.archive {
  background: #000000;
  margin-bottom: 60px;
  padding: 100px 0 95px;
}
@media screen and (max-width: 768px) {
  .archive {
    padding: 75px 0;
  }
}
.archive h2.common-ttl {
  font-size: 56px;
  color: #FFFFFF;
  margin-bottom: 10px;
  line-height: 1.0;
}
.archive__btn {
  margin-bottom: 20px;
}
.archive__btn a {
  display: block;
  max-width: 140px;
  margin: 0 auto;
  transition: 0.5s;
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-size: 24px;
  line-height: 1.0;
  padding: 5px;
}
.archive__btn a:hover {
  opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .archive__btn a {
    font-size: 18px;
  }
}
.archive__slide-wraper {
  position: relative;
}
.archive__phpto-slider {
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
  padding-top: 55px;
}
.archive__phpto-slider .swiper-horizontal > .swiper-pagination-progressbar,
.archive__phpto-slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
  max-width: 400px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.archive__phpto-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #FFFFFF;
}
.archive .swiper-button-prev,
.archive .swiper-rtl .swiper-button-next,
.archive .swiper-button-next,
.archive .swiper-rtl .swiper-button-prev {
  top: 28px;
  width: 36px;
  height: 36px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .archive .swiper-button-prev,
  .archive .swiper-rtl .swiper-button-next,
  .archive .swiper-button-next,
  .archive .swiper-rtl .swiper-button-prev {
    display: none;
  }
}
.archive .swiper-button-prev:hover,
.archive .swiper-rtl .swiper-button-next:hover,
.archive .swiper-button-next:hover,
.archive .swiper-rtl .swiper-button-prev:hover {
  opacity: 0.7;
}
.archive .swiper-button-prev,
.archive .swiper-rtl .swiper-button-next {
  left: 50%;
  transform: translateX(-230px);
}
.archive .swiper-button-next,
.archive .swiper-rtl .swiper-button-prev {
  right: 50%;
  transform: translateX(230px);
  transition: 0.5s;
}
.archive .swiper-button-next:before,
.archive .swiper-button-prev:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
}
.archive .swiper-button-next:after,
.archive .swiper-button-prev:after {
  position: absolute;
  top: calc(50% - 7px);
  width: 10px;
  height: 18px;
  font-size: 18px;
  color: #FFFFFF;
}
.archive .swiper-button-next:after {
  left: calc(50% - 2px);
}
.archive .swiper-button-prev:after {
  right: calc(50% - 7px);
}
.archive__movie {
  max-width: 960px;
  margin: 0 auto 50px;
  padding-top: 50%;
  position: relative;
}
.archive__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.archive__list {
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 15px;
}
@media screen and (max-width: 768px) {
  .archive__list li.archive-list-title {
    width: 100%;
    text-align: center;
  }
}
.archive__list li p,
.archive__list li a {
  font-size: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .archive__list li p,
  .archive__list li a {
    font-size: 16px;
  }
}
.archive__list li a {
  transition: 0.5s;
  text-decoration: none;
  color: #FFFFFF;
}
.archive__list li a:hover {
  opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none;
}

/* sponsor
-----------------------*/
.sponsor {
  margin-bottom: 50px;
}
.sponsor__text {
  position: relative;
  margin: 0 auto -6%;
  padding: 0 20px;
  max-width: 1340px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .sponsor__text {
    margin-bottom: 0;
    justify-content: center;
  }
}
.sponsor__text .text-item {
  width: 435px;
}
@media screen and (max-width: 768px) {
  .sponsor__text .text-item {
    max-width: 210px;
    width: 100%;
  }
}
.sponsor__btn {
  max-width: 350px;
  margin: 0 auto 45px;
}
.sponsor__btn a {
  display: block;
  background: #e50012;
  padding: 15px 35px;
  position: relative;
  text-align: center;
  transition: 0.5s;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.0;
}
.sponsor__btn a:hover {
  opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sponsor__btn a {
    font-size: 28px;
  }
}
.sponsor__btn a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  transform: rotate(45deg);
}
.sponsor__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}
@media screen and (max-width: 768px) {
  .sponsor__list {
    display: block;
  }
}
.sponsor__list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .sponsor__list dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
  }
}
.sponsor__list dd {
  width: calc(100% - 130px);
  font-size: 12px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sponsor__list dd {
    width: 100%;
  }
}
.sponsor__list dd span {
  display: block;
  padding-right: 12px;
  position: relative;
}
.sponsor__list dd span::after {
  content: "、";
  font-size: 12px;
  width: 12px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .sponsor__list dd + dt {
    margin-top: 25px;
  }
}
.sponsor__note {
  margin-top: 20px;
  font-size: 12px;
  text-align: right;
}

/* service
-----------------------*/
.service {
  padding: 120px 0;
}
.service h2.common-ttl {
  padding-top: 130px;
}
.service p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin: 0 auto 60px;
  color: #FFFFFF;
  max-width: 780px;
}
@media screen and (max-width: 768px) {
  .service p {
    margin-bottom: 40px;
  }
}

/* access
-----------------------*/
.access {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .access {
    padding-bottom: 0;
  }
}
.access .grid-wrap {
  gap: 30px 0;
}
.access p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.access__map {
  height: 480px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .access__map {
    height: 300px;
  }
}
.access__map iframe {
  width: 100%;
  height: 100%;
}
.access .access-area {
  grid-column: span 12;
  border-bottom: 1px solid #7A8199;
  padding-bottom: 60px;
}
.access .access-area__ttl {
  font-size: 24px;
  line-height: 1.4583333333;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .access .access-area__ttl {
    font-size: min(6vw, 24px);
  }
}
.access .contact {
  text-align: center;
  grid-column: span 6;
  padding: 30px 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access .contact {
    padding: 60px 0;
  }
}
.access .contact + .contact {
  border-left: 1px solid #7A8199;
}
@media screen and (max-width: 768px) {
  .access .contact + .contact {
    border-left: none;
    border-top: 1px solid #7A8199;
  }
}
.access .contact__num {
  display: inline-block;
  font-size: 32px;
  line-height: 1;
}

/*# sourceMappingURL=top.css.map */
