@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Lexend+Zetta:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Lexend:wght@400&display=swap");

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@media screen and (max-width: 767px) {
  [data-media]:not([data-media~=sp]) {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  [data-media]:not([data-media~=pc]) {
    display: none !important;
  }
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #243f41;
  height: 100%;
  min-height: 100vh;
  -webkit-tap-highlight-color: transparent;
}

.u-container {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .u-container {
    padding: 0 5.33333333vw;
  }
}
@media screen and (min-width: 768px) {
  .u-container {
    padding: 0 1.38888889vw;
    max-width: 88.88888889vw;
  }
}

.u-bg-dark-blue {
  background-color: #0e455b;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: unset;
}

lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 100%;
}

/* gradient */
lite-youtube::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
  display: block;
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.c-section-title {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 3.47222222vw;
  font-weight: 400;
  line-height: 1.2;
  will-change: auto;
}
.c-section-title--white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 8vw;
  }
}

.js-title-fade .split__char {
  opacity: 0;
  transform: translateY(100%);
}

/* styles.scss */
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 500ms;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  visibility: hidden;
}
.c-modal.is-open {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}

.c-modal__inner {
  position: relative;
  z-index: 1;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
}

.c-modal__inner-statement {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .c-modal__inner-statement {
    overflow: auto;
  }
}

.c-modal__content {
  width: fit-content;
  position: relative;
}

.c-modal__close {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: opacity 500ms;
  position: absolute;
  top: 0;
  right: 0;
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}
.c-modal__close:hover {
  opacity: 0.5;
}

.c-modal__close-icon {
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-modal__close-icon {
    width: 1.66666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-modal__close-icon {
    width: 6.4vw;
  }
}

.c-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 0;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.c-modal__link {
  text-decoration: underline;
}
.c-modal__link:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .c-modal__url-icon {
    width: 1.11111111vw;
    height: 1.11111111vw;
    margin-left: 0.83333333vw;
    margin-top: 0.41666667vw;
  }
  .c-modal__url-icon.news_modal-last-icon {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-modal__url-icon {
    width: 4.26666667vw;
    height: 4.26666667vw;
    margin-left: 3.2vw;
    margin-top: 1.6vw;
  }
}

.footer {
  font-family: "Lexend Zetta", sans-serif;
  background-color: #fdfff9;
  padding: 5.55555556vw 0px 2.77777778vw;
  color: #243f41;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 21.33333333vw 0px 10.66666667vw;
  }
}

.footer__container {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__container {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer__container {
    flex-direction: column;
  }
}

.footer__copyright {
  margin-top: 2.29166667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.69444444vw;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 2.66666667vw;
    line-height: 1.4;
    margin-top: 7.46666667vw;
  }
}

.footer__image-primary {
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer__image-primary {
    width: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__image-primary {
    width: 56.8vw;
  }
}

.footer__image-secondary {
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer__image-secondary {
    width: 23.54166667vw;
    margin: 0.90277778vw 0 2.08333333vw 2.08333333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__image-secondary {
    width: 56.8vw;
    margin-top: 5.33333333vw;
  }
}

.c-scroll-to-top {
  cursor: pointer;
  font-family: "Lexend Zetta", sans-serif;
  position: absolute;
  right: 0px;
  bottom: 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.83333333vw;
  font-size: 0.69444444vw;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-scroll-to-top {
    gap: 3.2vw;
    font-size: 2.66666667vw;
  }
}

.c-scroll-to-top-line {
  position: relative;
  width: 0.06944444vw;
}
@media screen and (max-width: 767px) {
  .c-scroll-to-top-line {
    width: 0.26666667vw;
  }
}
.c-scroll-to-top-line:before, .c-scroll-to-top-line:after {
  content: "";
  background-color: #243f41;
}
.c-scroll-to-top-line:before {
  display: block;
  opacity: 0.3;
  width: 0.06944444vw;
  height: 8.61111111vw;
}
@media screen and (max-width: 767px) {
  .c-scroll-to-top-line:before {
    width: 0.26666667vw;
    height: 33.06666667vw;
  }
}
.c-scroll-to-top-line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.2s 0.5s;
  transform-origin: bottom;
  animation: scrollTopAnimation 1.8s infinite;
  transform: translateX(50%);
}

@keyframes scrollTopAnimation {
  0% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  25% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  75% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(0);
    transform-origin: top;
  }
}
.header {
  width: 100%;
  position: relative;
  height: 100%;
}

.header__title {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__title-text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .header__title-text {
    width: 85.33333333vw;
    height: 16vw;
    font-size: 4.26666667vw;
  }
}
@media screen and (min-width: 768px) {
  .header__title-text {
    width: 22.22222222vw;
    height: 4.16666667vw;
    font-size: 1.11111111vw;
  }
}

.header__nav {
  font-family: "Lexend", sans-serif;
}
@media screen and (min-width: 768px) {
  .header__nav {
    width: 100%;
    list-style-type: none;
    position: fixed;
    display: flex;
    justify-content: space-between;
    padding: 2.77777778vw;
    z-index: 3;
  }
  .header__nav::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-bottom-left-radius: 3.47222222vw;
    border-bottom-right-radius: 3.47222222vw;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: transform ease-in-out 0.4s;
    z-index: -1;
  }
}

.header__menu-button {
  position: fixed;
  top: 3.46666667vw;
  right: 3.2vw;
  width: 10.66666667vw;
  height: 10.66666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 4;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 10px 0px rgba(14, 70, 92, 0.2509803922);
}
.header__menu-button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  border-radius: 50%;
}
.header__menu-button::after {
  content: "";
  font-size: 2.66666667vw;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  margin: 1.06666667vw 0;
  z-index: 1;
}
.header__menu-button.is-active .header__lines::before {
  transform: translate(-50%, 1.06666667vw) rotate(45deg);
}
.header__menu-button.is-active .header__lines::after {
  transform: translate(-50%, -0.53333333vw) rotate(-45deg);
}

.header__lines {
  height: 5.86666667vw;
  position: relative;
}
.header__lines::before, .header__lines::after {
  content: "";
  height: 0.26666667vw;
  width: 5.86666667vw;
  background-color: #243f41;
  transition: all 0.2s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header__lines::before {
  top: 3.2vw;
}
.header__lines::after {
  bottom: 0.8vw;
}

.header__menu-sp {
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.9019607843);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transition: transform 0.4s ease;
  border-top-left-radius: 13.33333333vw;
  border-bottom-left-radius: 13.33333333vw;
  transform: translateX(100%);
  overflow-x: hidden;
  overflow-y: auto;
}
.header__menu-sp.is-open {
  transform: translateX(0);
}
.header__menu-sp.is-open .header__menu-list {
  opacity: 1;
}

.header__menu-list {
  list-style-type: none;
  padding: 21.33333333vw 10.66666667vw 10.66666667vw;
  opacity: 0;
  transform: translateY(2.66666667vw);
}

.header__menu-list-item {
  padding-bottom: 16vw;
  font-family: "Lexend Zetta", sans-serif;
}
.header__menu-list-item:last-child {
  padding-bottom: 0;
}

.header__nav-active::before {
  transform: translateY(0);
}

.header__nav-link {
  color: #243f41;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .header__nav-link {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .header__nav-link {
    font-size: 0.97222222vw;
  }
}

.header__nav-link-text {
  display: block;
}

.header__nav-item {
  overflow: hidden;
  cursor: pointer;
}
.header__nav-item:after {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  background-color: currentColor;
  opacity: 0.5;
  transition: width 0.4s;
}
.header__nav-item:hover:after {
  width: 100%;
}
.header__nav-item:hover .header__nav-link-text {
  animation: 400ms ease-out 0s 1 normal forwards running headerHoverAnimation;
}

@keyframes headerHoverAnimation {
  0% {
    transform: translateY(0%);
  }
  40% {
    transform: translateY(-100%);
  }
  41% {
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 0.7;
  }
}
.main__concept {
  position: relative;
  background-color: #fdfff9;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .main__concept {
    padding: 37.33333333vw 10.13333333vw 0 5.33333333vw;
  }
  .main__concept .c-scroll-anchor {
    top: -10.66666667vw;
  }
}
@media screen and (min-width: 768px) {
  .main__concept {
    padding: 9.58333333vw 0 9.72222222vw 6.94444444vw;
  }
  .main__concept .c-scroll-anchor {
    top: -10.66666667vw;
  }
}

.main__concept-content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.main__concept-title {
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .main__concept-title {
    width: 80vw;
  }
}
@media screen and (min-width: 768px) {
  .main__concept-title {
    letter-spacing: -0.05rem;
    padding-bottom: 2.22222222vw;
  }
}

.main__concept-des {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  will-change: auto;
}

.main__concept-des-text {
  font-weight: 500;
  color: #243f41;
}
.main__concept-des-text .split__char {
  opacity: 0.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .main__concept-des-text {
    font-size: 4.26666667vw;
    line-height: 2;
    padding-top: 10.66666667vw;
  }
  .main__concept-des-text .final-text {
    padding-bottom: 8.8vw;
  }
}
@media screen and (min-width: 768px) {
  .main__concept-des-text {
    font-size: 1.25vw;
    line-height: 1.8;
  }
  .main__concept-des-text .final-text {
    padding-bottom: 2.29166667vw;
  }
}

.main__concept-statement {
  padding: 0 5.33333333vw;
  border-left: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main__concept-statement {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-left: 0;
  }
}

.main__concept-img {
  position: absolute;
  z-index: 1;
  width: 87%;
  height: auto;
  top: 0;
  right: 0;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .main__concept-statement-expand {
    padding-top: 8vw;
    padding-bottom: 25.33333333vw;
  }
}
@media screen and (min-width: 768px) {
  .main__concept-statement-expand {
    padding: 2.43055556vw 0 6.59722222vw;
  }
}

.main__concept-statement-button {
  font-family: "Lexend Zetta", sans-serif;
  font-weight: 300;
  text-align: center;
  border: 1px solid #243f41;
  background-color: transparent;
  color: #243f41;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in;
  overflow: hidden;
}
.main__concept-statement-button:before, .main__concept-statement-button:after {
  content: "";
  position: absolute;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  display: block;
  border-radius: 50%;
  z-index: -1;
}
.main__concept-statement-button:before {
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
}
.main__concept-statement-button:after {
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
}
.main__concept-statement-button:hover {
  color: #fff;
}
.main__concept-statement-button:hover:before, .main__concept-statement-button:hover:after {
  background-color: #243f41;
}
.main__concept-statement-button:hover:before {
  top: -35%;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.main__concept-statement-button:hover:after {
  top: -45%;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
@media screen and (max-width: 767px) {
  .main__concept-statement-button {
    padding: 4.53333333vw 17.33333333vw;
    font-size: 3.73333333vw;
    border-radius: 13.33333333vw;
  }
}
@media screen and (min-width: 768px) {
  .main__concept-statement-button {
    padding: 1.18055556vw 4.51388889vw;
    font-size: 0.97222222vw;
    border-radius: 3.47222222vw;
  }
}

.main__concept-statement-modal .c-modal__close {
  position: unset;
  margin: 10.66666667vw auto 0px;
}

.main__concept-statement-title-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .main__concept-statement-title-group .modal-statement {
    padding-top: 6.4vw;
    padding-right: 5.46666667vw;
  }
}
@media screen and (min-width: 768px) {
  .main__concept-statement-title-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .main__concept-statement-title-group {
    margin-bottom: 16vw;
  }
}
.main__concept-statement-title-group .c-modal__close {
  position: absolute;
  margin: 0.41666667vw 0px;
}

.main__concept-statement-modal-title {
  font-family: "Lexend Zetta", sans-serif;
  font-weight: 400;
  font-size: 8.8vw;
}
@media screen and (min-width: 768px) {
  .main__concept-statement-modal-title {
    border-top: none;
    font-size: 2.29166667vw;
    padding-top: 0px;
    padding-bottom: 4.16666667vw;
  }
}

.main__concept-statement-modal-content {
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .main__concept-statement-modal-content {
    width: 50vw;
    margin-top: 2.22222222vw;
  }
}
@media screen and (max-width: 767px) {
  .main__concept-statement-modal-content {
    padding: 16vw 5.33333333vw;
  }
}

.main__concept-statement-text {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .main__concept-statement-text {
    width: 50.06944444vw;
    height: 36.25vw;
    overflow-y: scroll;
    font-size: 1.11111111vw;
  }
}
@media screen and (max-width: 767px) {
  .main__concept-statement-text {
    font-size: 4.26666667vw;
  }
}

.main__concept-statement-text-postscript {
  display: flex;
  justify-content: flex-end;
}

.split_wrapper.split__line {
  overflow: hidden;
}

.main__slider {
  border-bottom: 1px solid #abbec7;
  background-color: #fdfff9;
  padding-top: 37.33333333vw;
}
@media screen and (min-width: 768px) {
  .main__slider {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .main__slider-des {
    overflow-x: hidden;
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .main__slider-des-list {
    padding: 2.66666667vw 0 4.53333333vw 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .main__slider-des-list {
    padding: 0.97222222vw 0 1.38888889vw 1.25vw;
  }
}

.main__slider-des-item {
  font-family: "Lexend Zetta", sans-serif;
  font-weight: 300;
  font-size: 3.73333333vw;
}
@media screen and (min-width: 768px) {
  .main__slider-des-item {
    font-size: 1.11111111vw;
    padding: 0;
  }
}

.main__slider-des-item-child {
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .main__slider-des-item-child {
    padding-bottom: 2.66666667vw;
  }
}
@media screen and (min-width: 768px) {
  .main__slider-des-item-child {
    padding-bottom: 0.69444444vw;
  }
}

.main__slider-des-item-sub-child {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .main__slider-des-item-sub-child {
    font-size: 3.2vw;
  }
  .main__slider-des-item-sub-child.title {
    padding-right: 8vw;
  }
  .main__slider-des-item-sub-child.artist {
    padding-right: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .main__slider-des-item-sub-child {
    font-size: 0.83333333vw;
  }
  .main__slider-des-item-sub-child.title {
    padding-right: 2.29166667vw;
  }
  .main__slider-des-item-sub-child.artist {
    padding-right: 1.18055556vw;
  }
}

.jp-word {
  font-family: "Noto Sans JP", sans-serif;
}

.main__slider-des-thumbnail .splide__track {
  margin-right: -8px;
}
@media screen and (max-width: 767px) {
  .main__slider-des-thumbnail {
    padding-bottom: 5.33333333vw;
    width: 100%;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 768px) {
  .main__slider-des-thumbnail {
    padding: 0.69444444vw 0 1.38888889vw;
  }
}

.main__slider-des-thumbnail-item {
  opacity: 1;
}
.main__slider-des-thumbnail-item.is-active {
  opacity: 0.5;
}
.main__slider-des-thumbnail-item:hover {
  opacity: 0.5;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: none;
}

.main__news {
  background-color: #fdfff9;
}
@media screen and (max-width: 767px) {
  .main__news {
    padding: 37.33333333vw 5.33333333vw;
  }
}
@media screen and (min-width: 768px) {
  .main__news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .main__news .c-scroll-anchor {
    top: 2.77777778vw;
  }
}
@media screen and (max-width: 767px) {
  .main__news .c-scroll-anchor {
    top: -10.66666667vw;
  }
}

.main__news-title {
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .main__news-title {
    padding-bottom: 8vw;
    width: 53.33333333vw;
  }
}
@media screen and (min-width: 768px) {
  .main__news-title {
    width: 27.77777778vw;
    padding: 12.5vw 0;
  }
}

@media screen and (min-width: 768px) {
  .main__news-content {
    width: 57%;
    padding: 10.97222222vw 6.94444444vw 12.5vw;
  }
}

.main__news-content-lists {
  list-style-type: none;
  padding-left: 0;
}

.main__news-content-list {
  border-bottom: 1px solid #abbec7;
  cursor: pointer;
}
.main__news-content-list:hover {
  background-color: #f4fce5;
}
.main__news-content-list:hover .main__news-content-item-title {
  background-color: #0e465c;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main__news-content-list {
    padding: 5.33333333vw 0;
  }
  .main__news-content-list.last-item {
    padding-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .main__news-content-list {
    display: flex;
    padding: 2.77777778vw 0;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .main__news-content-link {
    font-size: 4.26666667vw;
  }
}
.main__news-content-link:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .main__news-content-link {
    display: flex;
    align-items: center;
    font-size: 1.11111111vw;
  }
}

.main__news-content-item-title {
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  border: 1px solid #243f41;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .main__news-content-item-title {
    width: 32vw;
    height: 9.6vw;
    padding: 2.66666667vw 4.53333333vw;
    margin-bottom: 5.33333333vw;
    font-size: 3.73333333vw;
    border-radius: 13.33333333vw;
  }
}
@media screen and (min-width: 768px) {
  .main__news-content-item-title {
    padding: 0.69444444vw 1.18055556vw;
    margin-bottom: 0;
    font-size: 0.97222222vw;
    border-radius: 3.47222222vw;
  }
}

.main__news-content-item-text {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .main__news-content-item-text {
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .main__news-content-item-text {
    padding-left: 2.77777778vw;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .news__modal-content-primary {
    display: flex;
    column-gap: 2.77777778vw;
  }
}
@media screen and (max-width: 767px) {
  .news__modal-content-primary {
    padding: 10.66666667vw 0;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .news__modal-content-secondary {
    width: 63.88888889vw;
    max-height: 27.77777778vw;
    overflow-y: auto;
  }
}

.section-active .news__modal-content-title-icon-close {
  display: inline;
}
.section-active .news__modal-content-title-icon-open {
  display: none;
}
@media screen and (min-width: 768px) {
  .section-active {
    margin-bottom: 5.55555556vw;
  }
}
@media screen and (max-width: 767px) {
  .section-active {
    margin-bottom: 16vw;
  }
  .section-active .news__modal-content-list:last-child {
    margin-top: 5.33333333vw;
  }
}

.main__new-modal-title {
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .main__new-modal-title {
    font-size: 1.38888889vw;
    margin-bottom: 2.43055556vw;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .main__new-modal-title {
    font-size: 5.33333333vw;
    letter-spacing: 0.1em;
    margin-bottom: 11.46666667vw;
  }
}

.main__new-modal-subtitle {
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .main__new-modal-subtitle {
    font-size: 1.11111111vw;
    margin-bottom: 2.77777778vw;
  }
}
@media screen and (max-width: 767px) {
  .main__new-modal-subtitle {
    font-size: 4.26666667vw;
    margin-bottom: 10.66666667vw;
  }
}

.main__new-modal-text {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .main__new-modal-text {
    padding-bottom: 1.73611111vw;
    font-size: 1.11111111vw;
  }
  .main__new-modal-text.link-container, .main__new-modal-text.link-container-access {
    padding-bottom: 0;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .main__new-modal-text {
    padding-bottom: 6.93333333vw;
    font-size: 4.26666667vw;
  }
  .main__new-modal-text.link-container {
    padding-bottom: 0;
  }
  .main__new-modal-text.link-container a {
    word-break: break-all;
  }
  .main__new-modal-text.link-container-access {
    padding-bottom: 0;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .news__modal-container {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .news__modal-title-group {
    margin-bottom: 0;
    margin-top: 12.8vw;
  }
}
@media screen and (max-width: 767px) {
  .news__modal-title-group .modal-news {
    padding-top: 6.4vw;
    padding-right: 5.46666667vw;
  }
}
@media screen and (min-width: 768px) {
  .news__modal-title-group .modal-news {
    top: 1.25vw;
    right: 1.25vw;
  }
}

.news__modal-content-section-title-group {
  transition: 0.8s;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border: 1px solid #243f41;
}
.news__modal-content-section-title-group:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .news__modal-content-section-title-group {
    border-radius: 0.27777778vw;
    padding: 0.83333333vw 1.38888889vw;
  }
}
@media screen and (max-width: 767px) {
  .news__modal-content-section-title-group {
    border-radius: 1.06666667vw;
    padding: 3.2vw 5.33333333vw;
  }
}

.news__modal-content-title {
  font-weight: 700;
  line-height: 1.125;
}
@media screen and (min-width: 768px) {
  .news__modal-content-title {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .news__modal-content-title {
    font-size: 4.8vw;
  }
}

@media screen and (min-width: 768px) {
  .news__modal-content-title-icon-close {
    width: 1.59722222vw;
    height: 1.59722222vw;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .news__modal-content-title-icon-close {
    width: 6.13333333vw;
    height: 6.13333333vw;
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .news__modal-content-title-icon-open {
    width: 1.59722222vw;
    height: 1.59722222vw;
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .news__modal-content-title-icon-open {
    width: 6.13333333vw;
    height: 6.13333333vw;
    display: inline;
  }
}

.news__modal-content-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-out;
}
@media screen and (min-width: 768px) {
  .news__modal-content-list {
    margin-top: 2.77777778vw;
    gap: 2.77777778vw;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .news__modal-content-list {
    margin-top: 5.33333333vw;
    padding: 0 7.46666667vw;
  }
}

.news__modal-content-item {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .news__modal-content-item {
    flex: 0 0 calc(33.3333333333% - 2.77777778vw);
    font-size: 1.11111111vw;
  }
}
@media screen and (max-width: 767px) {
  .news__modal-content-item {
    font-size: 4.26666667vw;
    margin-bottom: 10.66666667vw;
  }
  .news__modal-content-item:first-child {
    margin-top: 5.33333333vw;
  }
  .news__modal-content-item:last-child {
    margin-bottom: 0;
  }
}

.news__modal-content-item-title {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news__modal-content-item-title {
    margin-bottom: 0.83333333vw;
  }
}
@media screen and (max-width: 767px) {
  .news__modal-content-item-title {
    margin-bottom: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  .news__modal-content-item-img {
    width: 19.44444444vw;
    height: 16.66666667vw;
    margin-bottom: 0.83333333vw;
  }
}
@media screen and (max-width: 767px) {
  .news__modal-content-item-img {
    margin-bottom: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  .news_modal-content-item-sns {
    margin-bottom: 0.27777778vw;
  }
}
@media screen and (max-width: 767px) {
  .news_modal-content-item-sns {
    margin-bottom: 1.06666667vw;
  }
}

.news__modal_close-button {
  margin: 5.33333333vw auto 0;
  position: unset;
}

.main__schedule {
  background-color: #fdfff9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main__schedule {
    padding: 5.33333333vw 5.33333333vw 37.33333333vw;
  }
}
@media screen and (min-width: 768px) {
  .main__schedule {
    padding: 0.69444444vw 6.94444444vw 9.72222222vw;
  }
}
@media screen and (min-width: 768px) {
  .main__schedule .c-scroll-anchor {
    top: -11.11111111vw;
  }
}
@media screen and (max-width: 767px) {
  .main__schedule .c-scroll-anchor {
    top: -13.33333333vw;
  }
}

.main__schedule-background {
  background-image: linear-gradient(180deg, #fdfff9, #0e455b);
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.2;
}

.main__schedule-inner {
  position: relative;
  z-index: 1;
}

.main__schedule-title {
  padding-bottom: 0;
  position: absolute;
  word-wrap: break-word;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main__schedule-title {
    top: -4.8vw;
    width: 66.66666667vw;
    line-height: 1.1;
  }
}
@media screen and (min-width: 768px) {
  .main__schedule-title {
    top: -2.08333333vw;
  }
  .main__schedule-title .split__line {
    display: inline-block !important;
  }
}

.main__schedule-lists {
  list-style-type: none;
  background-color: #fff;
  box-shadow: 0 0 10px 0px rgba(14, 70, 92, 0.2509803922);
}
@media screen and (max-width: 767px) {
  .main__schedule-lists {
    padding: 23.73333333vw 4.26666667vw 10.66666667vw;
  }
}
@media screen and (min-width: 768px) {
  .main__schedule-lists {
    padding: 6.25vw 2.77777778vw 2.77777778vw;
  }
}

@media screen and (max-width: 767px) {
  .main__schedule-list.primary-list {
    padding-bottom: 16vw;
  }
  .main__schedule-list.secondary-list {
    border-top: 1px solid #abbec7;
    padding-top: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .main__schedule-list {
    display: flex;
    height: 100%;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .main__schedule-list.primary-list {
    padding-bottom: 2.77777778vw;
  }
  .main__schedule-list.secondary-list {
    border-top: 1px solid #abbec7;
    padding-top: 2.77777778vw;
  }
}

@media screen and (min-width: 768px) {
  .main__schedule-item-img img {
    width: 22.22222222vw;
    height: 13.61111111vw;
  }
}

@media screen and (max-width: 767px) {
  .main__schedule-item-des {
    padding: 4.26666667vw 0 5.33333333vw;
    border-bottom: 1px solid #abbec7;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .main__schedule-item-des {
    position: relative;
    padding: 0 2.77777778vw;
    width: 26.73611111vw;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .main__schedule-item-des::after {
    content: " ";
    position: absolute;
    border-right: 1px solid #abbec7;
    right: 0;
    height: 10.83333333vw;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (min-width: 768px) {
  .organizer__information-mail {
    display: flex;
  }
}

.main__schedule-item-title {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .main__schedule-item-title {
    font-size: 4.8vw;
    padding-bottom: 3.73333333vw;
  }
}
@media screen and (min-width: 768px) {
  .main__schedule-item-title {
    font-size: 1.38888889vw;
    padding-bottom: 0.69444444vw;
  }
}

@media screen and (max-width: 767px) {
  .main__schedule-item-text {
    line-height: 1.6;
    font-size: 4.26666667vw;
  }
}
@media screen and (min-width: 768px) {
  .main__schedule-item-text {
    font-size: 1.11111111vw;
  }
}

@media screen and (max-width: 767px) {
  .main__schedule-item-text-note {
    font-size: 3.2vw;
    padding-top: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .main__schedule-item-text-note {
    font-size: 0.83333333vw;
    padding-top: 0.27777778vw;
  }
}

.main__schedule-item-tag {
  border-radius: 13.33333333vw;
  background-color: #243f41;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-family: "Lexend", sans-serif;
}
@media screen and (max-width: 767px) {
  .main__schedule-item-tag {
    padding: 2.93333333vw 5.06666667vw;
    font-size: 3.73333333vw;
    margin-bottom: 4.26666667vw;
    width: 27.2vw;
  }
}
@media screen and (min-width: 768px) {
  .main__schedule-item-tag {
    padding: 0.76388889vw 1.31944444vw;
    font-size: 0.97222222vw;
    margin-bottom: 1.38888889vw;
    width: 7.08333333vw;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .main__schedule-item-time-container {
    display: flex;
    align-items: center;
    gap: 2.77777778vw;
  }
}

@media screen and (max-width: 767px) {
  .main__schedule-item-time {
    padding-top: 5.86666667vw;
  }
}
@media screen and (min-width: 768px) {
  .main__schedule-item-time {
    padding-left: 2.77777778vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.main__schedule-item-text-time {
  letter-spacing: -0.1em;
  font-weight: 400;
  font-family: "Lexend Zetta", sans-serif;
}
@media screen and (max-width: 767px) {
  .main__schedule-item-text-time {
    font-size: 4.26666667vw;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .main__schedule-item-text-time {
    font-size: 1.38888889vw;
    white-space: nowrap;
    line-height: 1.2;
  }
}

.main__map {
  width: 100%;
  position: relative;
  background-color: #f8faef;
}
@media screen and (min-width: 768px) {
  .main__map .c-scroll-anchor {
    top: -4.16666667vw;
  }
}
@media screen and (max-width: 767px) {
  .main__map .c-scroll-anchor {
    top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .main__map-title {
    padding: 5.55555556vw 6.94444444vw 0;
  }
}
@media screen and (max-width: 767px) {
  .main__map-title {
    padding: 10.66666667vw 5.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .main__map-img {
    padding: 1.38888889vw 0 2.77777778vw;
  }
}
@media screen and (max-width: 767px) {
  .main__map-img {
    padding-bottom: 10.66666667vw;
  }
}

@media screen and (min-width: 768px) {
  .main__map-container {
    padding: 5.55555556vw 6.94444444vw 0;
  }
}
@media screen and (max-width: 767px) {
  .main__map-container {
    padding: 0 5.33333333vw 10.66666667vw;
  }
}

.main__map-container-title {
  position: relative;
  font-weight: 500;
}
.main__map-container-title:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  margin-right: -100%;
  border-top: 1px solid #243f41;
}
@media screen and (min-width: 768px) {
  .main__map-container-title {
    font-size: 1.38888889vw;
    line-height: 1;
  }
  .main__map-container-title:after {
    width: calc(100% - 6.94444444vw);
    margin-left: 1.38888889vw;
    border-top: 1px solid #243f41;
  }
}
@media screen and (max-width: 767px) {
  .main__map-container-title {
    font-size: 4.8vw;
    line-height: 1.2;
  }
  .main__map-container-title:after {
    width: calc(100% - 24vw);
    margin-left: 5.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .main__map-container-list {
    font-size: 1.25vw;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #243f41;
    gap: 2.36111111vw;
  }
}
@media screen and (max-width: 767px) {
  .main__map-container-list {
    font-size: 4.26666667vw;
    border-bottom: 1px solid #243f41;
    padding: 8vw 0 5.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .main__map-container-item {
    padding: 2.77777778vw 0 3.33333333vw;
    display: flex;
    align-items: center;
    flex: 1 1 25%;
    position: relative;
  }
  .main__map-container-item:first-child {
    margin-left: 1.80555556vw;
  }
  .main__map-container-item:last-child::after {
    content: " ";
    border: none;
  }
  .main__map-container-item::after {
    content: " ";
    position: absolute;
    border-right: 1px solid #243f41;
    right: 0;
    height: 9.72222222vw;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .main__map-container-item {
    padding: 5.33333333vw 0;
    position: relative;
    border-bottom: 1px solid #243f41;
    display: flex;
    align-items: center;
  }
  .main__map-container-item:first-child {
    padding-top: 0;
  }
  .main__map-container-item:last-child {
    border-bottom: none;
  }
}

.main__map-container-item-title {
  border-radius: 50%;
  background-color: #243f41;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .main__map-container-item-title {
    width: 4.16666667vw;
    height: 4.16666667vw;
    margin-right: 1.38888889vw;
    margin-bottom: 0.69444444vw;
  }
}
@media screen and (max-width: 767px) {
  .main__map-container-item-title {
    width: 10.66666667vw;
    height: 10.66666667vw;
  }
}

.main__map-container-item-title-letter {
  color: #fff;
  font-family: "Lexend Zetta", sans-serif;
}
@media screen and (min-width: 768px) {
  .main__map-container-item-title-letter {
    font-size: 2.08333333vw;
  }
}
@media screen and (max-width: 767px) {
  .main__map-container-item-title-letter {
    font-size: 5.33333333vw;
  }
}

.main__map-container-item-des {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .main__map-container-item-des {
    margin-right: 1.73611111vw;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .main__map-container-item-des {
    margin-left: 3.2vw;
    display: flex;
    align-items: center;
    line-height: 1.2;
  }
}

.main__map-container-item-des-place {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .main__map-container-item-des-place {
    margin: 0 0 0.83333333vw -0.55555556vw;
  }
}
@media screen and (max-width: 767px) {
  .main__map-container-item-des-place {
    margin: 0 0 1.06666667vw -2.13333333vw;
    width: 40.26666667vw;
  }
}

.main__map-container-item-button {
  font-family: "Lexend Zetta", sans-serif;
  font-weight: 300;
  text-align: center;
  border: 1px solid #243f41;
  background-color: transparent;
  color: #243f41;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in;
  overflow: hidden;
}
.main__map-container-item-button:before, .main__map-container-item-button:after {
  content: "";
  position: absolute;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  display: block;
  border-radius: 50%;
}
.main__map-container-item-button:before {
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
}
.main__map-container-item-button:after {
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
}
.main__map-container-item-button:hover {
  color: #fff !important;
}
.main__map-container-item-button:hover:before, .main__map-container-item-button:hover:after {
  background-color: #243f41;
}
.main__map-container-item-button:hover:before {
  top: -35%;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.main__map-container-item-button:hover:after {
  top: -45%;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
@media screen and (max-width: 767px) {
  .main__map-container-item-button {
    margin-left: 6.66666667vw;
    padding: 2.93333333vw 7.2vw;
    font-size: 3.73333333vw;
    border-radius: 13.33333333vw;
    height: 9.6vw;
    width: 30.4vw;
    display: flex;
    align-items: center;
  }
  .main__map-container-item-button.schedule {
    width: 42.66666667vw;
    margin-left: 0;
    margin-top: 5.33333333vw;
  }
}
@media screen and (min-width: 768px) {
  .main__map-container-item-button {
    margin-top: 1.66666667vw;
    padding: 0.76388889vw 3.47222222vw;
    font-size: 0.97222222vw;
    border-radius: 3.47222222vw;
    height: 2.5vw;
    width: 11.11111111vw;
    display: flex;
    align-items: center;
  }
  .main__map-container-item-button.schedule {
    width: 10.13888889vw;
    margin-top: 0;
  }
}

.main__map-container-item-button-text {
  position: absolute;
  z-index: 2;
}

.map__modal-title {
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .map__modal-title {
    font-size: 1.38888889vw;
    margin: 0.34722222vw 0 2.43055556vw -1.04166667vw;
    width: 63.88888889vw;
  }
}
@media screen and (max-width: 767px) {
  .map__modal-title {
    font-size: 5.33333333vw;
    margin-top: 19.2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .map__modal-title-first {
    border-right: 1px solid #243f41;
    padding-right: 1.94444444vw;
  }
}

@media screen and (min-width: 768px) {
  .map__modal-title-second {
    padding-left: 2.77777778vw;
  }
}

@media screen and (min-width: 768px) {
  .map__modal-content {
    display: flex;
    column-gap: 2.77777778vw;
    width: 63.88888889vw;
    max-height: 24.30555556vw;
  }
  .map__modal-content .c-modal__close {
    top: -5.20833333vw;
  }
}
@media screen and (max-width: 767px) {
  .map__modal-content {
    padding: 10.13333333vw 5.33333333vw;
    height: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .map__modal-content .c-modal__close {
    top: -32vw;
    right: 5.33333333vw;
  }
}

.map__modal-content-left {
  flex-shrink: 0;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .map__modal-content-left {
    width: 27.77777778vw;
  }
}

.map__modal-content-right {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .map__modal-content-right {
    flex: 1 1 auto;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .map__modal-scroll-container {
    max-height: 100%;
    overflow: auto;
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 767px) {
  .map__modal-scroll-container {
    display: flex;
    flex-direction: column;
    margin-top: 5.33333333vw;
  }
}

.map-modal__close-button {
  margin: 10.66666667vw auto 0;
  position: unset;
}

.map__modal-desc {
  font-weight: 400;
  line-height: 1.6;
}
.map__modal-desc a {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .map__modal-desc {
    font-size: 1.11111111vw;
  }
}
@media screen and (max-width: 767px) {
  .map__modal-desc {
    font-size: 4.26666667vw;
  }
}

@media screen and (min-width: 768px) {
  .map__modal-desc-text-primary {
    padding-bottom: 2.08333333vw;
  }
}
@media screen and (max-width: 767px) {
  .map__modal-desc-text-primary {
    padding-bottom: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .map__modal-desc-text-secondary {
    padding-top: 1.38888889vw;
  }
}
@media screen and (max-width: 767px) {
  .map__modal-desc-text-secondary {
    padding-top: 5.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .map__modal-desc-logo {
    padding-top: 2.77777778vw;
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .map__modal-desc-logo {
    padding-top: 10.66666667vw;
    width: 220px;
  }
}

.map__modal-desc-list {
  font-weight: 400;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .map__modal-desc-list {
    margin-top: 0.55555556vw;
    font-size: 0.97222222vw;
    line-height: 1.6;
  }
  .map__modal-desc-list li {
    display: flex;
  }
  .map__modal-desc-list li::before {
    content: "・";
    margin-right: 0.55555556vw;
  }
}
@media screen and (max-width: 767px) {
  .map__modal-desc-list {
    margin-top: 1.33333333vw;
    line-height: 1.6;
    font-size: 3.73333333vw;
  }
  .map__modal-desc-list li {
    display: flex;
  }
  .map__modal-desc-list li::before {
    content: "・";
    margin-right: 1.6vw;
  }
}

@media screen and (min-width: 768px) {
  .map__modal-desc-note {
    padding-top: 1.73611111vw;
    font-size: 0.83333333vw;
    line-height: 1.6;
  }
  .map__modal-desc-note.related-note {
    padding-top: 0.27777778vw;
  }
  .map__modal-desc-note.related-note p {
    padding-bottom: 0.27777778vw;
  }
  .map__modal-desc-note.related-note.first {
    padding-top: 0.55555556vw;
  }
  .map__modal-desc-note p {
    padding-bottom: 0.27777778vw;
    display: flex;
  }
  .map__modal-desc-note p:last-child {
    padding-bottom: 0;
  }
  .map__modal-desc-note p.inside {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .map__modal-desc-note {
    padding-top: 5.33333333vw;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .map__modal-desc-note.related-note {
    padding-top: 1.6vw;
  }
  .map__modal-desc-note.related-note p {
    padding-bottom: 0;
  }
  .map__modal-desc-note p {
    padding-bottom: 1.06666667vw;
    display: flex;
  }
  .map__modal-desc-note p:last-child {
    padding-bottom: 0;
  }
  .map__modal-desc-note p.inside {
    padding-top: 0;
  }
}

.map__modal-content-figure:not(:first-child) {
  margin-top: 0.27777778vw;
}
@media screen and (max-width: 767px) {
  .map__modal-content-figure:not(:first-child) {
    margin-top: 1.06666667vw;
  }
}

.map__modal-arrow:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .map__modal-arrow {
    width: 1.94444444vw;
    height: 4.02777778vw;
    position: absolute;
  }
  .map__modal-arrow.left {
    left: 11.80555556vw;
    top: -2.08333333vw;
  }
  .map__modal-arrow.right {
    right: 11.80555556vw;
    top: -2.08333333vw;
  }
}
@media screen and (max-width: 767px) {
  .map__modal-arrow {
    width: 4.26666667vw;
    height: 8.53333333vw;
    position: relative;
  }
  .map__modal-arrow.left {
    top: 3.46666667vw;
  }
  .map__modal-arrow.right {
    top: 3.46666667vw;
  }
}

.slider-container .splide {
  position: unset;
  z-index: 100;
}
.slider-container .splide__track {
  z-index: 100;
}
.slider-container .splide__arrow {
  z-index: 999;
  height: 0%;
}
@media screen and (min-width: 768px) {
  .slider-container .splide {
    visibility: visible;
  }
  .slider-container .splide__slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .slider-container .c-modal__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .slider-container .splide {
    height: 100%;
    overflow-y: scroll;
  }
  .slider-container .splide__list {
    align-items: flex-start;
  }
  .slider-container .splide__arrows {
    position: relative;
  }
  .slider-container .splide__arrows .splide__arrow {
    position: absolute;
    top: 26.66666667vw;
  }
}

.c-scroll-anchor {
  position: relative;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .artists-section {
    padding-top: 9.72222222vw;
  }
  .artists-section .c-scroll-anchor {
    top: -9.72222222vw;
  }
}
@media screen and (max-width: 767px) {
  .artists-section {
    padding-top: 37.33333333vw;
  }
  .artists-section .c-scroll-anchor {
    top: -10.66666667vw;
  }
}

.artist__list {
  display: flex;
  column-gap: 0.34722222vw;
}
@media screen and (min-width: 768px) {
  .artist__list {
    margin-top: calc(5.55555556vw + 50px);
  }
}
@media screen and (max-width: 767px) {
  .artist__list {
    flex-direction: column;
    row-gap: 21.33333333vw;
    margin-top: 10.66666667vw;
  }
}

.artist__item {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .artist__item {
    width: calc((100% - 0.69444444vw) / 3);
  }
}

.artist__item-avatar {
  aspect-ratio: 41/38;
}

.artist__item-avatar-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.artist__item-title {
  font-family: "Lexend Zetta", sans-serif;
  margin-top: 1.38888889vw;
  font-size: 2.08333333vw;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .artist__item-title {
    font-size: 8vw;
    line-height: 1.2;
    margin-top: 5.33333333vw;
  }
}

.artist__item-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.38888889vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 1.38888889vw;
}
@media screen and (max-width: 767px) {
  .artist__item-name {
    font-size: 5.33333333vw;
    margin-top: 5.33333333vw;
  }
}

.artist__item-profile-button {
  margin-top: 2.22222222vw;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 0.97222222vw;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  padding: 1.18055556vw;
  border: 0.06944444vw solid #fff;
  border-radius: 999px;
  background-color: transparent;
  color: #fff;
  width: 17.43055556vw;
  max-width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in;
  overflow: hidden;
}
.artist__item-profile-button:before, .artist__item-profile-button:after {
  content: "";
  position: absolute;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  display: block;
  border-radius: 50%;
}
.artist__item-profile-button:before {
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
}
.artist__item-profile-button:after {
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #fff;
}
.artist__item-profile-button:hover {
  color: #0e455b;
}
.artist__item-profile-button:hover:before, .artist__item-profile-button:hover:after {
  background-color: #fff;
}
.artist__item-profile-button:hover:before {
  top: -35%;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.artist__item-profile-button:hover:after {
  top: -45%;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
@media screen and (max-width: 767px) {
  .artist__item-profile-button {
    margin-top: 8.53333333vw;
    padding: 4.53333333vw;
    width: 66.93333333vw;
    font-size: 3.73333333vw;
    border: 0.26666667vw solid #fff;
  }
}

.artist__item-profile-button-text {
  position: relative;
  z-index: 1;
}

.artist-modal {
  color: #243f41;
}
.artist-modal .c-modal__inner {
  padding: 1.38888889vw;
}
@media screen and (max-width: 767px) {
  .artist-modal .c-modal__inner {
    padding: 5.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .artist__modal-content {
    display: flex;
    column-gap: 4.16666667vw;
    width: 63.88888889vw;
    max-height: 33.33333333vw;
  }
}
@media screen and (max-width: 767px) {
  .artist__modal-content {
    padding: 10.66666667vw 0;
    height: auto;
  }
}

.artist__modal-content-left {
  flex-shrink: 0;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .artist__modal-content-left {
    width: 27.77777778vw;
  }
}
@media screen and (max-width: 767px) {
  .artist__modal-content-left {
    width: 100%;
  }
}

.artist__modal-content-right {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.artist__modal-scroll-container {
  margin-top: 4.16666667vw;
}
@media screen and (min-width: 768px) {
  .artist__modal-scroll-container {
    max-height: 100%;
    overflow: auto;
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 767px) {
  .artist__modal-scroll-container {
    display: flex;
    flex-direction: column;
    margin-top: 6.93333333vw;
  }
}

.artist-modal__close-button {
  margin: 10.66666667vw auto 0;
  position: unset;
}

.artist__modal-title {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.94444444vw;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .artist__modal-title {
    font-size: 5.33333333vw;
    line-height: 1.2;
    margin-top: 5.33333333vw;
    text-align: center;
  }
}

.artist__modal-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.94444444vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 1.66666667vw;
}
@media screen and (max-width: 767px) {
  .artist__modal-name {
    margin-top: 3.2vw;
    font-size: 7.46666667vw;
    text-align: center;
  }
}

.artist__modal-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.11111111vw;
  font-weight: 400;
  line-height: 1.6;
}
.artist__modal-desc a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .artist__modal-desc {
    font-size: 4.26666667vw;
  }
}

.artist__modal-content-figure:not(:first-child) {
  margin-top: 0.27777778vw;
}
@media screen and (max-width: 767px) {
  .artist__modal-content-figure:not(:first-child) {
    margin-top: 1.06666667vw;
  }
}

@media screen and (min-width: 768px) {
  .js-artist-item-1 {
    transform: translateY(-50px);
  }
  .js-artist-item-3 {
    transform: translateY(50px);
  }
}
@media screen and (max-width: 767px) {
  .artist-interview {
    padding-top: 37.33333333vw;
  }
}
@media screen and (min-width: 768px) {
  .artist-interview {
    padding-top: 15.27777778vw;
  }
}
@media screen and (min-width: 768px) {
  .artist-interview .c-scroll-anchor {
    top: -9.72222222vw;
  }
}
@media screen and (max-width: 767px) {
  .artist-interview .c-scroll-anchor {
    top: -10.66666667vw;
  }
}

@media screen and (min-width: 768px) {
  .artist-interview-title .split__line {
    display: inline-block !important;
  }
}

@media screen and (max-width: 767px) {
  .artist-interview__wrapper {
    overflow: hidden;
  }
}

.artist-interview__video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1240/698;
  margin-top: 3.47222222vw;
}
.artist-interview__video-container.is-video-played .artist-interview__video-thumbnail {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .artist-interview__video-container {
    margin-top: 10.13333333vw;
    transform: translate(1px, 1px);
  }
}

.artist-interview__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16.66666667vw;
  height: 16.66666667vw;
  cursor: pointer;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .artist-interview__video-play {
    width: 17.06666667vw;
    height: 17.06666667vw;
  }
}

.artist-interview__video {
  position: absolute;
  inset: 0;
  display: none;
}
.artist-interview__video.is-played {
  display: block;
}

.artist-interview__video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(70%);
}

.artist-interview__video-click-area {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.artist-interview__video-click-area:hover .artist-interview__video-play {
  transform: translate(-50%, -50%) scale(1.2);
}

.access-section {
  padding-top: 12.5vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .access-section {
    padding-top: 37.33333333vw;
  }
}
@media screen and (min-width: 768px) {
  .access-section .c-scroll-anchor {
    top: -9.72222222vw;
  }
}
@media screen and (max-width: 767px) {
  .access-section .c-scroll-anchor {
    top: -10.66666667vw;
  }
}

.access__container {
  margin-top: 4.16666667vw;
}
@media screen and (max-width: 767px) {
  .access__container {
    margin-top: 10.66666667vw;
  }
}

.access__header {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}

.access__header-title {
  font-weight: 400;
  font-size: 1.11111111vw;
  display: flex;
  align-items: center;
}
.access__header-title:after {
  content: "";
  margin: 0 1.38888889vw;
  display: block;
  height: 1.94444444vw;
  width: 0.06944444vw;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .access__header-title:after {
    margin: 0 5.33333333vw;
    height: 18.13333333vw;
    width: 0.26666667vw;
  }
}
@media screen and (max-width: 767px) {
  .access__header-title {
    font-size: 4.26666667vw;
  }
}

.access__header-location {
  font-size: 1.66666667vw;
  font-weight: 600;
  display: flex;
  gap: 2.77777778vw;
}
@media screen and (max-width: 767px) {
  .access__header-location {
    font-size: 6.4vw;
    flex-direction: column;
    row-gap: 5.33333333vw;
  }
}

.access__header-address {
  font-size: 1.11111111vw;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.access__header-address:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .access__header-address {
    font-size: 4.26666667vw;
  }
}

.access__header-address-text {
  text-decoration: underline;
}

.access__map-container {
  aspect-ratio: 1240/698;
  margin-top: 2.77777778vw;
}
@media screen and (max-width: 767px) {
  .access__map-container {
    aspect-ratio: 335/189;
    margin-top: 10.66666667vw;
  }
}

.access__info-container {
  margin-top: 2.29166667vw;
  display: flex;
  column-gap: 2.77777778vw;
}
@media screen and (max-width: 767px) {
  .access__info-container {
    flex-direction: column;
    margin-top: 9.06666667vw;
    row-gap: 10.66666667vw;
  }
}

.access__info {
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.11111111vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .access__info {
    padding: 0 2.77777778vw 0px 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .access__info {
    padding: 0 10.13333333vw 11.73333333vw 9.6vw;
    font-size: 4.26666667vw;
  }
}
@media screen and (min-width: 768px) {
  .access__info:not(:last-child) {
    border-right: 0.06944444vw solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .access__info:not(:last-child) {
    border-bottom: 0.26666667vw solid #fff;
  }
}

.access__info-title {
  position: relative;
  line-height: 1;
}
.access__info-title:before {
  content: "";
  position: absolute;
  left: -2.5vw;
  bottom: 50%;
  height: 0.06944444vw;
  width: 1.38888889vw;
  border-bottom: 0.06944444vw solid #fff;
}
@media screen and (max-width: 767px) {
  .access__info-title:before {
    left: -9.6vw;
    width: 5.33333333vw;
    height: 0.26666667vw;
    border-bottom: 0.26666667vw solid #fff;
  }
}

.access__info-content {
  margin-top: 1.52777778vw;
}
@media screen and (max-width: 767px) {
  .access__info-content {
    margin-top: 5.33333333vw;
  }
  .access__info-content span {
    display: flex;
  }
  .access__info-content span:before {
    content: "・";
    display: block;
  }
}

.access__header-address-icon {
  width: 1.11111111vw;
  display: flex;
}
@media screen and (max-width: 767px) {
  .access__header-address-icon {
    width: 4.26666667vw;
  }
}
.access__header-address-icon svg {
  max-width: 100%;
  height: auto;
}

.organizer-section {
  padding: 12.5vw 0 9.72222222vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .organizer-section {
    padding: 25.6vw 0 37.33333333vw;
  }
}

.organizer__container {
  background-color: #fff;
  color: #243f41;
}
@media screen and (min-width: 768px) {
  .organizer__container {
    margin-top: 5.55555556vw;
  }
  .organizer__container.secondary {
    margin-top: 1.38888889vw;
  }
}
@media screen and (max-width: 767px) {
  .organizer__container {
    margin-top: 10.66666667vw;
  }
  .organizer__container.secondary {
    margin-top: 5.33333333vw;
  }
}

@media screen and (max-width: 767px) {
  .organizer__list-credit {
    padding: 10.66666667vw 4.53333333vw 0 4.26666667vw;
  }
}
@media screen and (min-width: 768px) {
  .organizer__list-credit {
    display: flex;
    gap: 4.16666667vw;
    padding: 5.55555556vw 10.20833333vw 5.55555556vw;
  }
}

.organizer__item-credit ul {
  list-style-type: none;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .organizer__item-credit {
    font-size: 1.11111111vw;
    line-height: 1;
  }
  .organizer__item-credit.list-item-left {
    width: 17.36111111vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .organizer__item-credit.list-item-right {
    padding-left: 4.16666667vw;
    border-left: 1px solid #abbec7;
  }
  .organizer__item-credit.list-item-right li {
    padding-bottom: 0.83333333vw;
  }
  .organizer__item-credit.list-item-right li:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .organizer__item-credit {
    font-size: 4.26666667vw;
  }
  .organizer__item-credit.list-item-left {
    padding-bottom: 6.93333333vw;
  }
  .organizer__item-credit.list-item-right {
    border-top: 1px solid #abbec7;
    padding-top: 9.33333333vw;
  }
  .organizer__item-credit.list-item-right li {
    padding-bottom: 3.73333333vw;
    line-height: 1.4;
  }
  .organizer__item-credit.list-item-right li:last-child {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .organizer__item-credit-eng {
    padding-bottom: 2.15277778vw;
  }
}
@media screen and (max-width: 767px) {
  .organizer__item-credit-eng {
    padding-bottom: 8.53333333vw;
  }
}

.organizer__item-credit-text-eng {
  font-family: "Lexend", sans-serif;
}
@media screen and (min-width: 768px) {
  .organizer__item-credit-text-eng {
    padding-bottom: 0.97222222vw;
  }
}
@media screen and (max-width: 767px) {
  .organizer__item-credit-text-eng {
    padding-bottom: 2.13333333vw;
  }
}

@media screen and (min-width: 768px) {
  .text-break {
    padding-left: 6.80555556vw;
    padding-top: 0.55555556vw;
  }
}

@media screen and (max-width: 767px) {
  .organizer__banner {
    padding: 16vw 4.26666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  .organizer__banner {
    display: flex;
    gap: 1.38888889vw;
    padding: 0 4.16666667vw 5.55555556vw;
  }
}

@media screen and (min-width: 768px) {
  .organizer__banner-img {
    width: 25vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .organizer__banner-img {
    margin-bottom: 10.66666667vw;
    display: flex;
    flex-direction: column;
  }
  .organizer__banner-img:last-child {
    margin-bottom: 0;
  }
}
.organizer__banner-img:hover img {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .organizer__banner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.11111111vw;
    font-size: 1.11111111vw;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .organizer__banner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 4.26666667vw;
    margin-top: 4.26666667vw;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .organizer__banner-text-above {
    margin-bottom: 0.55555556vw;
  }
}
@media screen and (max-width: 767px) {
  .organizer__banner-text-above {
    margin-bottom: 2.13333333vw;
  }
}

.organizer__list-logo {
  display: flex;
  column-gap: 8.33333333vw;
  padding: 0 11.11111111vw 5.55555556vw;
}
@media screen and (max-width: 767px) {
  .organizer__list-logo {
    flex-direction: column;
    row-gap: 10.66666667vw;
    padding: 21.33333333vw 4.8vw 10.66666667vw 4.8vw;
  }
}

.organizer__item-logo {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .organizer__item-logo {
    width: 27.77777778vw;
  }
}

@media screen and (max-width: 767px) {
  .organizer__information {
    padding: 10.66666667vw;
  }
}
@media screen and (min-width: 768px) {
  .organizer__information {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4.09722222vw 0;
  }
}

.organizer__information-text {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .organizer__information-text {
    text-align: center;
    padding-bottom: 5.6vw;
  }
}
@media screen and (min-width: 768px) {
  .organizer__information-text {
    padding: 0.83333333vw 1.38888889vw;
    border-right: 1px solid #abbec7;
  }
}

.organizer__information-mail {
  text-decoration: underline;
  font-family: "Lexend", sans-serif;
  line-height: 1;
  white-space: nowrap;
}
.organizer__information-mail:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .organizer__information-mail {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .organizer__information-mail {
    display: flex;
    align-items: center;
    padding: 0.83333333vw 1.38888889vw;
  }
}

@media screen and (max-width: 767px) {
  .organizer__information-mail-icon {
    width: 7.46666667vw;
    height: 4.8vw;
    margin-right: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .organizer__information-mail-icon {
    width: 1.94444444vw;
    height: 1.25vw;
    margin-right: 0.83333333vw;
    display: flex;
    align-items: center;
  }
}