@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pcOFF {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .spOFF {
    display: none !important;
  }
}

.fancybox-toolbar .fancybox-button--play,
.fancybox-toolbar .fancybox-button--thumbs,
.fancybox-toolbar .fancybox-button--zoom {
  display: none !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
}

footer {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 180px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  footer {
    font-size: 1.4rem;
    margin-top: 90px;
    padding-bottom: 30px;
  }
}

.heading {
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
}

a {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 4rem;
  }
}

.lead {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 2rem;
    margin-top: 20px;
  }
}

.img {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .img {
    margin-top: 20px;
  }
}

.u-al--center {
  text-align: center;
}

.text {
  font-size: 2rem;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.text + .text {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .text + .text {
    margin-top: 20px;
  }
}

.bg-video {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
}
.bg-video::after {
  background-color: rgba(0, 0, 0, 0.75);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.lang {
  display: flex;
  gap: 0 35px;
  position: absolute;
  top: 32px;
  right: 28px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .lang {
    gap: 0 15px;
    top: 20px;
    right: 15px;
  }
}
.lang a {
  border: 1px solid #fff;
  background-color: transparent;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  width: 160px;
  height: 50px;
}
@media (hover: hover) {
  .lang a {
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .lang a {
    font-size: 1.4rem;
    width: 100px;
    height: 36px;
  }
}
.lang a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .lang a:hover {
    background-color: #fff;
    color: #000;
  }
}
.lang a.selected {
  background-color: #fff;
  color: #000;
}

.kv {
  color: #fff;
	display: flex;
	align-items: center;
  text-align: center;
	justify-content: center;
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100lvh;
  padding: 50px 15px 0;
}
@media screen and (max-width: 767px) {
	.kv {
		padding: 30px 15px 0;
	}
}
.kv-heading img {
  width: 90%;
  max-width: 580px;
}
@media screen and (max-width: 767px) {
  .kv-heading img {
    width: 85vw;
  }
}
.kv-text {
  margin-top: 54px;
	padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .kv-text {
    margin-top: 35px;
		padding-bottom: 80px;
  }
}
.kv-text dt {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .kv-text dt {
    font-size: 3rem;
  }
}
.kv-text dd {
  font-size: 2rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .kv-text dd {
    font-size: 1.8rem;
  }
}

.concept {
  position: relative;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .concept {
    margin-top: 55px;
  }
}
.concept img {
  width: 417px;
}
.concept-movie {
  margin: 90px auto 0;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .concept-movie {
    margin-top: 40px;
  }
}
.concept-movie__wrap {
  position: relative;
  padding-bottom: 56.25%;
}
.concept-movie__wrap iframe,
.concept-movie__wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overview {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .overview {
    margin-top: 90px;
  }
}
.overview-list {
  display: grid;
  grid-template-columns: 8em 1fr;
  gap: 30px 20px;
  font-size: 2rem;
  margin: 40px auto 0;
  width: 100%;
  max-width: 820px;
}
@media screen and (max-width: 767px) {
  .overview-list {
    font-size: 1.6rem;
    gap: 0;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .overview-list dt:nth-of-type(n+2) {
    border-top: 1px dotted #fff;
    margin-top: 15px;
    padding-top: 15px;
  }
}
.overview .lead:nth-of-type(2) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .overview .lead:nth-of-type(2) {
    margin-top: 50px;
  }
}
.overview-profile {
  display: grid;
  grid-template-columns: 1fr 34.2706502636%;
  grid-template-rows: auto 1fr;
  gap: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 100px;
  padding: 20px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .overview-profile {
    display: block;
    margin-top: 50px;
    padding: 15px 20px 20px;
  }
}
.overview-profile__heading {
  font-size: 3rem;
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .overview-profile__heading {
    font-size: 2rem;
  }
}
.overview-profile img {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .overview-profile img {
    margin-top: 15px;
  }
}
.overview-profile dl {
  grid-column: 1/2;
  grid-row: 2/3;
}
.overview-profile dl dt {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .overview-profile dl dt {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
.overview-profile dl dd {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .overview-profile dl dd {
    margin-top: 10px;
  }
}

.specialthanks {
  position: relative;
  margin-top: 180px;
  background-color: #f4db24;
  padding-top: 100px;
  padding-bottom: 100px;
}
.specialthanks .img {
  margin-top: 90px;
}
.specialthanks .heading {
  color: #000000;
}
.specialthanks .text {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .specialthanks {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .specialthanks .img {
    margin-top: 40px;
  }
}

.sponsor {
  position: relative;
  background-color: #000000;
  padding-top: 100px;
  padding-bottom: 100px;
}
.sponsor .img {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .sponsor .img {
    margin-top: 40px;
  }
}

.archive {
  position: relative;
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .archive {
    margin-top: 90px;
  }
}
.archive-selector {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 20px 0;
  font-size: 2.4rem;
  line-height: 1.1;
  margin: 40px auto 0;
  max-width: 1160px;
}
@media screen and (max-width: 767px) {
  .archive-selector {
    margin-top: 20px;
    font-size: 1.8rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 0;
  }
}
.archive-selector button {
  border-right: 1px solid #fff;
  color: #fff;
}
.archive-selector button:first-child {
  border-left: 1px solid #fff;
}
.archive-selector button.selected {
  color: #f9d738;
}
@media screen and (max-width: 767px) {
  .archive-selector button:nth-child(odd) {
    border-left: 1px solid #fff;
  }
}
.archive-details {
  display: none;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .archive-details {
    margin-top: 50px;
  }
}
.archive-details__text {
  margin: 0 auto;
  max-width: 1160px;
}
.archive-details__text dt {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .archive-details__text dt {
    font-size: 2rem;
  }
}
.archive-details__text dd {
  font-size: 2rem;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .archive-details__text dd {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.archive-details__photo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .archive-details__photo {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .archive-details__photo {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 999px) {
  .archive-selector {
    grid-template-columns: repeat(5, 1fr);
  }
  .archive-selector button:nth-child(6) {
    border-left: 1px solid #fff;
  }
}
.entry {
  position: relative;
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .entry {
    margin-top: 90px;
  }
}
.entry-link {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .entry-link {
    margin-top: 40px;
  }
}
.entry-link a {
  background-color: #0f6e34;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 700;
  text-decoration: none;
  vertical-align: top;
  width: 100%;
  max-width: 480px;
  height: 100px;
}
@media (hover: hover) {
  .entry-link a {
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .entry-link a {
    font-size: 2.2rem;
    height: 70px;
  }
}
@media (hover: hover) {
  .entry-link a:hover {
    background-color: #30a05c;
  }
}

.img-carousel {
  overflow: hidden;
  margin-top: 220px;
}
@media screen and (max-width: 767px) {
  .img-carousel {
    margin-top: 100px;
  }
}
.img-carousel__slider {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 4760px;
  animation: carousel 30s linear infinite;
}
@media screen and (max-width: 767px) {
  .img-carousel__slider {
    width: 2380px;
  }
}

@keyframes carousel {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.modal {
  display: grid;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  padding: 0 10px;
  z-index: 100;
  overflow: hidden;
  overflow-y: auto;
}
.modal .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 30px;
  height: 50px;
  left: 0;
}
.modal .swiper-button-prev::after {
  font-size: 30px;
}
.modal .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 30px;
  height: 50px;
  right: 0;
}
.modal .swiper-button-next::after {
  font-size: 30px;
}
.modal .swiper-pagination-bullet-active {
  background-color: #fff;
}
.modal.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-wap {
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0 10px;
  overflow: hidden;
  overflow-y: auto;
}
.modal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-contents {
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 800px;
  align-self: center;
  justify-self: center;
  padding: 50px 0 10px;
}
.modal-contents img {
  width: 100%;
}
.modal-contents__close {
  position: absolute;
  top: 10px;
  right: 0;
  width: 30px;
  height: 30px;
}
.modal-contents__close::before, .modal-contents__close::after {
  background-color: #fff;
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 4px;
  transform: rotate(-45deg);
}
.modal-contents__close::after {
  transform: rotate(45deg);
}
.float-entry {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	opacity: 1;
	visibility: visible;
	transition: opacity .3s ease, visibility .3s ease;
}
.float-entry.is-hidden {
	opacity: 0;
	visibility: hidden;
}
.float-entry a {
	background-color: #0f6e34;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	height: 120px;
}
@media screen and (max-width: 767px) {
	.float-entry a {
		font-size: 1.8rem;
		line-height: 1.4;
		height: 70px;
	}
}
.float-entry a span {
	display: block;
	position: relative;
	padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
	.float-entry a span {
		padding-bottom: 20px;
	}
}
.float-entry a span::after {
	border-bottom: 6px solid #fff;
	border-right: 6px solid #fff;
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 11px);
	width: 22px;
	height: 22px;
	transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
	.float-entry a span::after {
		border-bottom: 4px solid #fff;
		border-right: 4px solid #fff;
		left: calc(50% - 8px);
		width: 16px;
		height: 16px;
	}
}
