@charset "UTF-8";
/*
Theme Name: jci-aspac2026
*/
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}
@media (min-width: 769px) {
  body {
    cursor: url("./images/cursor.png") 0 0, auto;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn {
  display: inline-block;
  margin: 1rem 0;
}
.btn a {
  display: inline-block;
  background-color: #0090d5;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  padding-right: 3em;
  position: relative;
  border-radius: 6px;
  min-width: 240px;
  padding: 1em 3em 1em 1em;
}
.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.125em;
  width: 0.75em;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 769px) {
  .btn a::after {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.125em;
  width: 4px;
  height: 4px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
@media (min-width: 769px) {
  .btn a::before {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media (min-width: 769px) {
  .btn a:hover::after {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
  .btn a:hover::before {
    -webkit-transform: translate(5px, -50%) rotate(45deg);
            transform: translate(5px, -50%) rotate(45deg);
  }
}
.btn a {
  min-width: auto;
  padding: 0;
}
.btn a span {
  min-width: 10em;
  text-align: center;
  display: inline-block;
  padding: 12px 24px;
  border-right: 1px solid currentColor;
  color: currentColor;
}

.wp-block-button {
  display: inline-block;
  margin: 1rem 0;
  position: relative;
  margin: 1em 0 !important;
}
.wp-block-button a {
  display: inline-block;
  background-color: #0090d5;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  padding-right: 3em;
  position: relative;
  border-radius: 6px;
  min-width: 240px;
  padding: 1em 3em 1em 1em;
}
.wp-block-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.125em;
  width: 0.75em;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 769px) {
  .wp-block-button a::after {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.wp-block-button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.125em;
  width: 4px;
  height: 4px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
@media (min-width: 769px) {
  .wp-block-button a::before {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media (min-width: 769px) {
  .wp-block-button a:hover::after {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
  .wp-block-button a:hover::before {
    -webkit-transform: translate(5px, -50%) rotate(45deg);
            transform: translate(5px, -50%) rotate(45deg);
  }
}
.wp-block-button::before {
  position: absolute;
  content: "";
  top: 0;
  right: 3em;
  width: 1px;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.4);
}

h2 {
  font-size: 3.25rem;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.875rem;
  }
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.btn {
  display: inline-block;
  margin: 1rem 0;
}
.btn a {
  display: inline-block;
  background-color: #0090d5;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  padding-right: 3em;
  position: relative;
  border-radius: 6px;
}
.btn a span {
  min-width: 10em;
  text-align: center;
  display: inline-block;
  padding: 12px 24px;
  border-right: 1px solid currentColor;
  color: currentColor;
}
.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.125em;
  width: 0.75em;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 769px) {
  .btn a::after {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.125em;
  width: 4px;
  height: 4px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
@media (min-width: 769px) {
  .btn a::before {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media (min-width: 769px) {
  .btn a:hover::after {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
  .btn a:hover::before {
    -webkit-transform: translate(5px, -50%) rotate(45deg);
            transform: translate(5px, -50%) rotate(45deg);
  }
}

header.home {
  background-color: rgba(255, 255, 255, 0.2);
}
header.home nav ul li a {
  color: white;
}
header.home nav a.lang {
  color: white;
}

header {
  position: fixed;
  top: 32px;
  left: 32px;
  right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 64px);
  padding: 6px 24px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1000;
}
@media (max-width: 768px) {
  header {
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
  }
}
header.scrolled {
  background-color: rgba(255, 255, 255, 0.4);
}
header.scrolled a {
  color: black !important;
}
header.scrolled .sns .white {
  display: none;
}
header.scrolled .sns .black {
  display: block;
}
header.scrolled .hmb {
  border-top-color: black;
}
header.scrolled .hmb::before {
  background: black;
}
header.scrolled .hmb::after {
  background: black;
}
header .logo {
  display: block;
  width: 200px;
}
@media (max-width: 768px) {
  header .logo {
    width: 160px;
  }
}
header .hmb {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  header .hmb {
    display: block;
    width: 40px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: 2px solid white;
  }
  header .hmb::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50%;
    height: 2px;
    background: white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .hmb::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25%;
    height: 2px;
    background: white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: -32px;
    left: calc(-100vw - 32px);
    width: 100vw;
    height: 100vh;
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header nav ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0;
  }
  header nav ul.menu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  header nav ul.menu li a {
    display: block;
    text-align: left;
    margin: 0;
    padding: 1em 48px;
    color: black !important;
  }
  header nav .sns .white {
    display: none;
  }
  header nav .sns .black {
    display: block !important;
  }
  header nav a.lang {
    color: black !important;
  }
}
@media (max-width: 768px) {
  header nav {
    top: -12px;
    left: calc(-100vw - 12px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 80px;
  }
  header nav ul.menu li a {
    padding: 0.5em 48px;
  }
}
header nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav .menu li a {
  display: inline-block;
  vertical-align: middle;
  color: black;
  font-weight: 600;
  text-decoration: none;
  margin-right: 20px;
  line-height: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header nav .sns .black {
  display: none;
}
header nav .sns a {
  display: block;
  width: 40px;
  padding: 0 5px;
}
header nav a.lang {
  color: black;
  text-decoration: none;
}
header.active .hmb {
  border: none;
}
header.active .hmb::before {
  width: 100%;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  top: 50%;
  background: black;
}
header.active .hmb::after {
  width: 100%;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  top: 50%;
  background: black;
}
@media (max-width: 1200px) {
  header.active nav {
    left: -32px;
  }
}
@media (max-width: 768px) {
  header.active nav {
    left: -12px;
  }
  header.active nav a {
    font-size: 0.8em;
  }
}
header.active a.lang {
  color: black;
}

@media screen and (min-width: 769px) {
  main.home a {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  main.home a:hover {
    opacity: 0.8;
  }
}
main.home a {
  text-decoration: none;
}
main.home .mv {
  position: relative;
  -webkit-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
}
main.home .mv .mv__inner {
  -webkit-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
}
main.home .mv .mv__inner.splush {
  background: white;
}
main.home .mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
}
main.home .mv video {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
main.home .mv .fv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
main.home .mv .fv .mv__logo {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
main.home .mv .fv .mv__logo img {
  width: auto;
  height: 60vh;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 0 10px rgb(255, 255, 255));
          filter: drop-shadow(0 0 10px rgb(255, 255, 255));
}
main.home .mv .fv .mv__logo .registar {
  display: block;
  width: 100%;
  background-color: #e3a826;
  color: white;
  position: absolute;
  bottom: 0;
  padding: 1em 0;
  border-radius: 12px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  -webkit-transform: translateY(140%);
          transform: translateY(140%);
}
main.home .mv .highlights {
  width: 100%;
  padding: 24px 0;
  overflow-x: hidden;
}
main.home .mv .highlights h2 {
  font-size: 2.25rem;
  font-weight: 600;
  color: white;
  margin-bottom: 24px;
  padding-left: 24px;
}
main.home .mv .highlights h2 span {
  font-size: 1.25rem;
  color: white;
  display: block;
}
main.home .mv .highlights .swiper-wrapper .swiper-slide {
  padding: 12px 12px 24px;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}
main.home .mv .highlights .swiper-wrapper .swiper-slide img {
  border-radius: 12px;
  aspect-ratio: 3/2;
}
main.home .mv .highlights .swiper-wrapper .swiper-slide h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: white;
  margin-top: 12px;
}
@media (max-width: 768px) {
  main.home .mv .highlights .swiper-wrapper .swiper-slide h3 {
    font-size: 0.875rem;
  }
}
main.home .whatsniigata {
  position: relative;
  overflow: hidden;
}
main.home .whatsniigata .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  main.home .whatsniigata .swiper-wrapper {
    margin-bottom: 4px;
  }
}
main.home .whatsniigata .swiper-wrapper img {
  aspect-ratio: 3/2;
}
@media (max-width: 768px) {
  main.home .whatsniigata .whatsniigata-swiper2 {
    margin-top: 70vw;
  }
  main.home .whatsniigata .whatsniigata-swiper3 {
    display: none;
  }
}
main.home .whatsniigata__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 33vw;
  height: 33vw;
  padding: 12px;
  border-radius: 50%;
  text-align: center;
  color: white;
  background: #e50012;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) and (min-width: 900px) {
  main.home .whatsniigata__text {
    width: 45vw;
    height: 45vw;
  }
}
@media (max-width: 900px) {
  main.home .whatsniigata__text {
    width: 50vw;
    height: 50vw;
  }
}
@media (max-width: 768px) {
  main.home .whatsniigata__text {
    width: 125vw;
    height: 125vw;
  }
}
main.home .whatsniigata__text h2 {
  font-size: 6.5vw;
  color: white;
  margin-bottom: 2vw;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 5.125vw;
}
@media (max-width: 768px) {
  main.home .whatsniigata__text h2 {
    font-size: 16vw;
    line-height: 13vw;
    margin-bottom: 6vw;
  }
}
main.home .whatsniigata__text p {
  color: white;
  font-size: 0.75rem;
  line-height: 1.75;
  font-weight: 500;
}
main.home .whatsniigata .btn a {
  background-color: white;
  color: black;
}
main.home .whatsniigata .btn a span {
  border-color: #e50012;
}
main.home .whatsniigata .btn a::before {
  border-top-color: #e50012;
  border-right-color: #e50012;
}
main.home .whatsniigata .btn a::after {
  background-color: #e50012;
}
main.home .agenda {
  background: #eff3f7;
  padding: 120px 0;
}
@media (max-width: 768px) {
  main.home .agenda {
    padding: 3rem 0;
  }
}
main.home .agenda__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
main.home .agenda__content h2 {
  margin-bottom: 0.25em;
}
main.home .agenda__content h3 {
  font-size: 1.5em;
  margin: 1.5em 0 0.5em;
}
main.home .agenda__content p {
  line-height: 1.75;
}
main.home .agenda__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  main.home .agenda__content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.home .agenda__content__item-card {
  background-color: white;
  padding: 24px;
  border-radius: 12px;
  position: relative;
}
main.home .agenda__content__item-card .icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 3em;
  height: 3em;
  background-color: #bbd4e7;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3962a6;
}
main.home .agenda__content__item-card h4 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
main.home .agenda__content__item-card ul {
  list-style: disc;
  padding-left: 1.5em;
}
main.home .agenda__content__item-card ul li {
  margin-bottom: 0.5em;
}
main.home .agenda__content .btn {
  margin: 3em auto 0;
  text-align: center;
  display: block;
}
main.home .partner {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  main.home .partner {
    padding: 3rem 0;
  }
}
main.home .partner h2 {
  margin-bottom: 0.75em;
  text-align: center;
}
main.home .partner .platinum {
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
main.home .partner .gold {
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
main.home .partner .silver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
main.home .partner .bronze {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
main.home .partner .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
main.home .partner .bnr {
  width: 100%;
  display: block;
}
main.home .partner .bnr img {
  aspect-ratio: 7/2;
}
main.home .information {
  background-color: #eff3f7;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  main.home .information {
    padding-bottom: 3rem;
  }
}
main.home .information__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
main.home .information__inner h2 {
  margin-bottom: 1rem;
}
main.home .information__inner h2 span {
  font-size: 1rem;
  display: block;
  font-weight: 400;
}
main.home .information__inner ul {
  border-top: 1px solid #d9dee2;
}
main.home .information__inner ul li {
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d9dee2;
}
main.home .information__inner ul li h3 {
  font-weight: 400;
  font-size: 1rem;
}
main.home .information__inner ul li h3 span {
  font-weight: 600;
  margin-right: 3rem;
}
main.home .information__inner .btn {
  margin: 3rem auto 0;
  display: block;
  text-align: center;
}
main.home .comingsoon {
  position: relative;
}
main.home .comingsoon::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
main.home .comingsoon video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
main.home .comingsoon__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 120px 24px;
  z-index: 2;
}
main.home .comingsoon__content h2 {
  text-align: center;
  color: white;
  margin-bottom: 3rem;
}
main.home .comingsoon__content .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  main.home .comingsoon__content .countdown {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
main.home .comingsoon__content .countdown .card {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 12px;
}
@media (max-width: 768px) {
  main.home .comingsoon__content .countdown .card {
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
  }
}
main.home .comingsoon__content .countdown .card p.number {
  aspect-ratio: 3/2;
  color: white;
  font-size: 120px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  main.home .comingsoon__content .countdown .card p.number {
    font-size: 72px;
  }
}
main.home .comingsoon__content .countdown .card p.unit {
  display: block;
  width: 100%;
  color: white;
  font-size: 1rem;
  border-top: 1px solid white;
  text-align: center;
  font-weight: 800;
}
main.home .forums,
main.home .ticket {
  padding: 120px 24px;
  background-color: #3962a6;
  overflow: hidden;
}
@media (max-width: 768px) {
  main.home .forums,
  main.home .ticket {
    padding: 3rem 1rem;
  }
}
main.home .forums h2,
main.home .ticket h2 {
  margin-bottom: 0.75em;
  color: white;
}
main.home .forums h2 span,
main.home .ticket h2 span {
  display: block;
  font-size: 1rem;
  color: white;
  font-weight: 400;
}
main.home .forums .swiper-slide,
main.home .ticket .swiper-slide {
  background: white;
  padding: 12px;
  border-radius: 12px;
}
main.home .forums .swiper-slide img,
main.home .ticket .swiper-slide img {
  aspect-ratio: 3/2;
  border-radius: 12px;
}
main.home .forums .swiper-slide h3,
main.home .ticket .swiper-slide h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 8px 0;
  color: #0090d5;
}
main.home .forums .swiper-slide p,
main.home .ticket .swiper-slide p {
  font-size: 0.875rem;
  line-height: 1.75;
}
main.home .forums .btn,
main.home .ticket .btn {
  margin: 3rem auto 0;
  text-align: center;
  display: block;
}
main.home .forums .btn a,
main.home .ticket .btn a {
  background-color: black;
  color: white;
}
main.home .forums .btn a span,
main.home .ticket .btn a span {
  border-color: #3962a6;
}
main.home .ticket {
  background-color: #1f4481;
}
main.home .niigataInfo {
  overflow: hidden;
}
main.home .niigataInfo .category {
  padding: 5rem 24px;
}
main.home .niigataInfo .category:nth-of-type(2n) {
  background-color: #fafafa;
}
main.home .niigataInfo .category__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.home .niigataInfo .category h2 {
  font-size: 1.25rem;
  position: relative;
  padding-left: 60px;
  line-height: 1.125;
  margin-bottom: 24px;
}
main.home .niigataInfo .category h2 span {
  font-size: 2.25rem;
  display: block;
  text-transform: uppercase;
}
main.home .niigataInfo .category h2::before {
  content: url(./images/h2.svg);
  display: block;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
main.home .niigataInfo .category h3 {
  color: #0090d5;
  margin: 0.5rem 0;
}
main.home .niigataInfo .category img {
  aspect-ratio: 3/2;
}
main.home .niigataInfo .category .btn2 a {
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-right: 2.5rem;
}
main.home .niigataInfo .category .btn2 a::after {
  content: "→";
  display: block;
  width: 30px;
  height: 30px;
  background: #0090d5;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.home .faq {
  padding: 120px;
  background: #eff3f7;
}
@media (max-width: 768px) {
  main.home .faq {
    padding: 3rem 1rem;
  }
}
main.home .faq__inner {
  max-width: 1080px;
  margin: 0 auto;
}
main.home .faq__inner ul li {
  margin-bottom: 8px;
}
main.home .faq__inner ul li h3 {
  background: white;
  padding-left: 24px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) {
  main.home .faq__inner ul li h3:hover {
    scale: 1.05;
  }
}
main.home .faq__inner ul li h3::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 58px;
  height: 100%;
  padding: 18px 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
main.home .faq__inner ul li h3::after {
  content: "↓";
  display: block;
  width: 58px;
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
main.home .faq__inner ul li h3.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main.home .faq__inner ul li p {
  background: #fafafa;
  padding: 12px;
  border-radius: 6px;
  display: none;
}
main.home .faq__inner ul .faq__content__hidden {
  display: none;
}
main.home .faq__inner .btn {
  margin: 3rem auto 0;
  text-align: center;
  display: block;
}
main.home .concept {
  padding: 120px 24px;
}
@media (max-width: 768px) {
  main.home .concept {
    padding: 3rem 1rem;
  }
}
main.home .concept__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  main.home .concept__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
main.home .concept__inner-text h2 span {
  font-size: 1.5rem;
  display: block;
}
main.home .concept__inner-text p {
  font-size: 0.875rem;
  line-height: 1.875;
}
main.home .concept__inner-image {
  margin-top: 32px;
  width: 40%;
}
@media (max-width: 768px) {
  main.home .concept__inner-image {
    width: 90%;
    max-width: 380px;
    margin: 0 auto;
  }
}
main.home .concept__inner h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.25em 0 0.75em;
}
main.home #access {
  background: #1f4481;
}
main.home #access h2 {
  color: white;
}

.message {
  padding: 120px 24px 40px;
  background: #3962a6;
}
@media (max-width: 768px) {
  .message {
    padding: 3rem 1rem;
  }
}
.message h2 {
  color: white;
  margin-bottom: 0.75em;
}
.message .message-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.message .message-wrapper .message-card {
  -ms-flex-preferred-size: calc(25% - 18px);
      flex-basis: calc(25% - 18px);
  background: white;
  border-radius: 12px;
  padding: 12px;
}
@media (max-width: 768px) {
  .message .message-wrapper .message-card {
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
  }
}
.message .message-wrapper .message-card img {
  aspect-ratio: 1;
  border-radius: 12px;
  margin-bottom: 12px;
}
.message .message-wrapper .message-card h3 {
  color: #0090d5;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 4px;
}
@media (max-width: 768px) {
  .message .message-wrapper .message-card h3 {
    font-size: 1.25rem;
  }
}
.message .message-wrapper .message-card p {
  font-size: 0.875rem;
}
.message .btn {
  margin: 3rem auto 0;
  text-align: center;
  display: block;
}
.message .btn a {
  background-color: black;
  color: white;
}
.message .btn a span {
  border-color: #3962a6;
}

main.lower {
  padding-bottom: 120px;
}
main.lower .page_ttl {
  background: url(./images/pagebg2.webp) no-repeat top center/cover;
  padding: 120px 0 220px;
  margin-bottom: 80px;
}
main.lower .page_ttl .breadcrumbs {
  margin-bottom: 100px;
  padding-left: 32px;
}
main.lower .page_ttl .breadcrumbs * {
  color: white;
}
main.lower .page_ttl .breadcrumbs > span::after {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
}
main.lower .page_ttl .breadcrumbs > span:last-of-type::after {
  display: none;
}
main.lower .page_ttl h1 {
  font-size: 3.75rem;
  font-weight: 600;
  color: white;
  padding: 0 10vw;
}
main.lower .page_wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
main.lower h2 {
  font-size: 2.25rem;
  position: relative;
  padding-left: 60px;
  line-height: 1.125;
  margin-top: 1.25em;
  margin-bottom: 0.75em;
}
main.lower h2::before {
  content: url(./images/h2.svg);
  display: block;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
main.lower h3 {
  font-size: 2rem;
  font-weight: 600;
  margin: 1.25em 0 0.75em;
  position: relative;
  padding-left: 39px;
}
main.lower h3::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #e3a826;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main.lower h4 {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 1.25em 0 0.75em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
}
main.lower p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.75em;
}
main.lower .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
main.lower .wp-block-table table th,
main.lower .wp-block-table table td {
  padding: 0.75em;
}
main.lower .homeBtn {
  margin-top: 60px;
}
main.lower .message {
  padding: 120px 24px;
}
main.lower .message h2 {
  color: black;
}
main.lower .message h3 {
  padding: 0;
}
main.lower .message h3::before {
  display: none;
}
main.lower .message p {
  margin-bottom: 0;
}

main.archive ul {
  list-style: none;
}
main.archive ul li {
  padding: 1em 0;
  border-top: 1px solid #ddd;
}
main.archive ul li:last-of-type {
  border-bottom: 1px solid #ddd;
}
main.archive .pagenavi {
  text-align: center;
  margin: 2rem auto;
}

footer .footer_carousel {
  overflow: hidden;
  white-space: nowrap;
  padding: 4.5vw 0;
  margin-bottom: 40px;
  background: #3962a6;
}
@media (max-width: 768px) {
  footer .footer_carousel {
    padding: 12vw 0;
  }
}
footer .footer_carousel span {
  color: white;
  font-size: 6vw;
  font-weight: 900;
  display: inline-block;
  padding-right: 50px;
  -webkit-animation: slide 20s linear infinite;
          animation: slide 20s linear infinite;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 768px) {
  footer .footer_carousel span {
    font-size: 12vw;
  }
}
footer .footer_inner {
  padding: 0px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 1rem;
}
footer .footer_logo img {
  width: 100%;
  max-width: 300px;
}
footer .footer_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
footer .footer_sns ul li a img {
  width: 2rem;
  max-width: 30px;
}
footer p.copyright {
  text-align: right;
  padding: 0 32px 24px;
}
@media (max-width: 768px) {
  footer p.copyright {
    font-size: 0.75rem;
  }
}

@-webkit-keyframes slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}