@charset "UTF-8";
/*======================================
    animation
======================================*/
@keyframes slideLoopLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*======================================
    font
======================================*/
/*======================================
    color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 10px;
  font-family: "Noto Serif JP", "sans-serif";
  color: #292321;
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  br.is-pc {
    display: none;
  }
}

br.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.is-sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

/*======================================
    layout
======================================*/
.container {
  overflow: hidden;
  font-size: min(1.25vw, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .container {
    font-size: min(1.25vw, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .container {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}

.inner {
  max-width: 60em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 75.5%;
  }
}

.section-inner {
  max-width: 75em;
}

/*======================================
    section
======================================*/
.section-wrap {
  display: grid;
  grid-template-columns: 7.5em auto;
}
@media screen and (max-width: 767px) {
  .section-wrap {
    display: block;
  }
}

.section-title {
  display: flex;
}
.section-title.-white {
  color: #fff;
}
.section-title .en {
  display: block;
}
@media screen and (min-width: 768px) {
  .section-title .en {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-title .en {
    font-size: 1.4375em;
  }
  .section-title .en img {
    width: auto;
    height: 1em;
  }
}
.section-title .jp {
  display: block;
  font-size: 1.125em;
  font-feature-settings: "palt";
  letter-spacing: 0.28em;
}
@media screen and (min-width: 768px) {
  .section-title .jp {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .section-title .jp {
    font-size: 0.75em;
  }
}
.section-title .jp span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .section-title {
    width: 2.25em;
    flex-direction: column;
    align-items: center;
    row-gap: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    align-items: flex-end;
    column-gap: 1em;
  }
}

.section-contents {
  max-width: 60em;
  width: 100%;
}

/*======================================
    Swiper
======================================*/
.swiper-pagination-dot {
  bottom: 0 !important;
}
.swiper-pagination-dot .swiper-pagination-bullet {
  width: 0.875em;
  height: 0.875em;
  background-color: #cccccc;
  opacity: 1;
  margin: 0 1.5em !important;
}
.swiper-pagination-dot .swiper-pagination-bullet-active {
  background-color: #292321;
}

/*======================================
    header
======================================*/
.h__inner {
  max-width: 102.5em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .h__inner {
    padding: 1.25em 0;
    background-color: #fff;
    position: relative;
    z-index: 400;
  }
}

.h__logo {
  width: 10.8125em;
  position: relative;
  z-index: 500;
}

.h__logo--link {
  display: block;
}

@media screen and (max-width: 767px) {
  .h__contents {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    background-color: #fff;
    padding-top: 7em;
    overflow: scroll;
    padding-bottom: 2.5em;
    transition: all 0.3s ease;
    transform: translateX(105%);
    opacity: 0;
    visibility: hidden;
  }
  .h__contents.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  .h__nav {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    max-height: 67.5em;
    height: 100%;
    z-index: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .h__nav {
    max-width: 17.5em;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .h__links {
    height: 90%;
    max-height: 66.25em;
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    row-gap: 0.625em;
  }
}

@media screen and (min-width: 768px) {
  .h__link {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .h__link {
    border-top: 1px solid #000;
  }
  .h__link:last-child {
    border-bottom: 1px solid #000;
  }
}

@media screen and (min-width: 768px) {
  .h__link--item {
    display: flex;
    align-items: center;
    width: 3.93em;
    font-size: 0.875em;
    font-feature-settings: "palt";
    letter-spacing: 0.27em;
    color: #fff;
    background-color: #000;
    padding-top: 1.28em;
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 1.28em), 55% 100%, 0 calc(100% - 1.28em));
    transition: all 0.3s ease;
  }
  .h__link--item:hover {
    transform: translateY(2%);
    opacity: 0.9;
  }
}
@media screen and (max-width: 767px) {
  .h__link--item {
    display: block;
    font-weight: 500;
    letter-spacing: 0.175em;
    font-feature-settings: "palt";
    padding: 1.56em 0.4em;
    position: relative;
    transition: opacity 0.3s ease;
  }
  .h__link--item:hover {
    opacity: 0.7;
  }
  .h__link--item:hover::before {
    transform: translate(0.25em, -77%);
  }
  .h__link--item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.7em;
    transform: translateY(-77%);
    width: 2.125em;
    height: 0.5em;
    background: url(../img/drawer_arrow.svg) no-repeat center/contain;
    transition: transform 0.3s ease;
  }
}

.h__sns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 9.1875em;
  column-gap: 0.56em;
  margin-top: 1.25em;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .h__sns {
    width: 90%;
    max-width: 12.5em;
    column-gap: 1.25em;
    margin-right: auto;
    margin-top: 2.75em;
  }
}

.h__sns--link a {
  display: block;
  transition: opacity 0.3s ease;
}
.h__sns--link a:hover {
  opacity: 0.7;
}

.h__ticket {
  margin-top: 3.25em;
}

.ticket__button {
  background: url(../img/ticket_bg.png) no-repeat center/cover;
  font-size: 1.0625em;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  text-align: center;
  display: block;
  padding: 1.26em 1em;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.ticket__button:hover {
  opacity: 0.7;
}

.h__copyright {
  font-size: 0.75em;
  text-align: center;
  margin-top: 1.8em;
}
.h__copyright img {
  width: auto;
  height: 1em;
}

.drawer-icon {
  position: fixed;
  top: 1.25em;
  right: 1.25em;
  z-index: 500;
}
.drawer-icon.active .drawer-bar {
  background-color: #767676;
  width: 3.125em;
}
.drawer-icon.active .drawer-bar.-bar1 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.drawer-icon.active .drawer-bar.-bar2 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.drawer-icon.active .drawer-bar.-bar3 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer-bars {
  position: relative;
  width: 2.5em;
  height: 1.125em;
}

.drawer-bar {
  position: absolute;
  left: 50%;
  width: 2.5em;
  height: 2px;
  background-color: #000;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.drawer-bar.-bar1 {
  top: 0;
}
.drawer-bar.-bar2 {
  top: 50%;
}
.drawer-bar.-bar3 {
  top: 100%;
}

/*======================================
    footer
======================================*/
.footer {
  background: url(../img/footer_bg.jpg) no-repeat center/cover;
  padding: 7.5em 0 2em;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 3.5em 0 5em;
    background: url(../img/footer_bg_sp.jpg) no-repeat center/cover;
  }
}

.f__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .f__inner {
    width: 73.33%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
}

.f__info {
  width: 12.875em;
  display: flex;
  flex-direction: column;
}

.f__info--name {
  width: 83.5%;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .f__info--name {
    margin-top: 1.5em;
  }
}

.f__nav {
  margin-left: 6.875em;
}
@media screen and (max-width: 767px) {
  .f__nav {
    margin-left: 0;
    margin-top: 2.4em;
  }
}

.f__nav--link:nth-child(n+2) {
  margin-top: 1.15em;
}
.f__nav--link a {
  display: block;
  font-size: 0.9375em;
  letter-spacing: 0.125em;
  font-feature-settings: "palt";
  transition: opacity 0.3s ease;
}
.f__nav--link a:hover {
  opacity: 0.7;
}

.f__texts {
  flex: 1;
  margin-left: 6.5em;
}
@media screen and (max-width: 767px) {
  .f__texts {
    margin-left: 0;
    margin-top: 2.75em;
  }
}

.f__texts--contact {
  font-weight: 500;
  font-size: 0.9375em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .f__texts--contact {
    line-height: 1.7333333333;
    margin-bottom: 2.25em;
  }
}
.f__texts--contact a {
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  .f__texts--contact a {
    display: block;
  }
}

.f__text {
  font-size: 0.9375em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.7333333333;
}

.f__sns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 9.1875em;
  column-gap: 0.56em;
  margin-top: 1.75em;
}
@media screen and (max-width: 767px) {
  .f__sns {
    margin-right: auto;
    margin-top: 1.6em;
  }
}

.f__sns--link {
  display: block;
  transition: opacity 0.3s ease;
}
.f__sns--link:hover {
  opacity: 0.7;
}

.copyright {
  font-size: 0.9375em;
  text-align: center;
  margin-top: 7em;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 0.74em;
    margin-top: 3.5em;
  }
}
.copyright small {
  font-size: inherit;
}
.copyright small img {
  width: auto;
  height: 1em;
}

/*======================================
    TOP
======================================*/
.fv {
  margin-top: 0.25em;
}
@media screen and (max-width: 767px) {
  .fv {
    margin-top: 0.75em;
  }
}

.fv__wrap {
  display: flex;
  align-items: center;
}

.fv__images {
  display: flex;
  animation: slideLoopLeft 80s infinite linear 0.5s both;
}

.fv__image {
  width: min(73vw, 87.625em);
}
@media screen and (max-width: 767px) {
  .fv__image {
    width: 46.875em;
  }
}

.fixed__ticket {
  width: 15.125em;
  position: fixed;
  bottom: 3.25em;
  left: 3.125em;
  filter: drop-shadow(0.4375em 0.4375em 0.4375em rgba(0, 0, 0, 0.4));
  transition: all 0.3s ease;
  z-index: 200;
}
.fixed__ticket:hover {
  transform: translate(0.4375em, 0.4375em);
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 1024px) {
  .fixed__ticket {
    left: 0.625em;
    bottom: 0.625em;
  }
}
@media screen and (max-width: 767px) {
  .fixed__ticket {
    display: none;
  }
}
.fixed__ticket.scale {
  width: 12em;
}
@media screen and (min-width: 1025px) {
  .fixed__ticket.scale {
    left: 1.25em;
    bottom: 1.25em;
  }
}

@media screen and (min-width: 768px) {
  .fixed__ticket--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fixed__ticket--sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
  }
}

/*======================================
    About
======================================*/
.about {
  padding-top: 6.2em;
  padding-bottom: 25em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 9.4em;
    padding-bottom: 4em;
  }
}

.about__inner {
  display: grid;
  grid-template-columns: 28.5em auto;
  column-gap: 9.25em;
}
@media screen and (max-width: 767px) {
  .about__inner {
    display: block;
  }
}

.about__titles {
  display: flex;
}
@media screen and (max-width: 767px) {
  .about__titles {
    align-items: center;
  }
}

.about__title {
  width: 100%;
  max-width: 18.3125em;
}
@media screen and (max-width: 767px) {
  .about__title {
    max-width: 14.375em;
  }
}

.about__title--name {
  width: 100%;
  max-width: 1.6875em;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .about__title--name {
    max-width: 1.3125em;
    display: inline-block;
  }
}

.about__text {
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
  text-align: justify;
  margin-top: 2.5em;
  line-height: 2.3333333333;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 0.9375em;
    line-height: 2.0666666667;
    margin-top: 2em;
    letter-spacing: 0.17em;
  }
}

.about__lead {
  width: 9.375em;
}
@media screen and (max-width: 767px) {
  .about__lead {
    width: 5.25em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.85em;
  }
}

.about__img {
  position: absolute;
  z-index: -1;
}

.about__img1 {
  width: 31.625em;
  left: 50%;
  bottom: 10%;
  translate: -170% 40%;
}
@media screen and (max-width: 767px) {
  .about__img1 {
    width: 11em;
    bottom: 24.25%;
    translate: -152% 0%;
  }
}

.about__img2 {
  width: 24.75em;
  left: 50%;
  bottom: 3%;
  translate: -64% 0%;
}
@media screen and (max-width: 767px) {
  .about__img2 {
    width: 8.625em;
    bottom: 5.75%;
    translate: -124% 0%;
  }
}

.about__img3 {
  width: 20.625em;
  right: 50%;
  bottom: 30.5%;
  translate: 208% 0%;
}
@media screen and (max-width: 767px) {
  .about__img3 {
    width: 7.1875em;
    translate: 174% 0%;
    bottom: 30.75%;
  }
}

.about__img4 {
  width: 34.125em;
  right: 50%;
  bottom: 0;
  translate: 192% 38%;
}
@media screen and (max-width: 767px) {
  .about__img4 {
    width: 10.875em;
    bottom: 13%;
    translate: 146% 0;
  }
}

/*======================================
    message
======================================*/
.message {
  padding-top: 5em;
  padding-bottom: 8em;
}
@media screen and (max-width: 767px) {
  .message {
    padding-top: 2em;
    padding-bottom: 5em;
  }
}

@media screen and (max-width: 767px) {
  .message-swiper {
    margin-top: 1.5em;
    padding-bottom: 2em;
  }
}

.message-slide__head {
  display: grid;
  grid-template-columns: 10.8125em auto;
  column-gap: 1.25em;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .message-slide__head {
    grid-template-columns: 1fr;
  }
}

.message-slide__head--img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .message-slide__head--img {
    width: 100%;
    max-width: 13.1875em;
    margin-left: auto;
    margin-right: auto;
  }
}
.message-slide__head--img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.message-slide__head--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .message-slide__head--texts {
    text-align: center;
    margin-top: 0.8em;
  }
}

.message-slide__head--position {
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.75;
}

.message-slide__head--name {
  font-size: 1.375em;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.11em;
  line-height: 1.7272727273;
}
.message-slide__head--name .en {
  display: block;
  font-size: 0.55em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-weight: 500;
}

.message-slide__body {
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .message-slide__body {
    margin-top: 1.35em;
  }
}

.message-slide__body--text {
  font-weight: 500;
  line-height: 2;
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .message-slide__body--text {
    font-size: 0.875em;
    letter-spacing: 0.1em;
  }
}

.message-slide__profile {
  margin-top: 1.5em;
  display: grid;
  grid-template-columns: 1.25em auto;
  column-gap: 0.625em;
}
@media screen and (max-width: 767px) {
  .message-slide__profile {
    display: block;
    margin-top: 1.8em;
  }
}

.message-slide__profile--title {
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .message-slide__profile--title {
    padding-top: 0.3em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.message-slide__profile--title span {
  display: inline-block;
  font-weight: inherit;
  line-height: 1;
}

.message-slide__profile--text {
  font-size: 0.75em;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.8333333333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .message-slide__profile--text {
    margin-top: 1em;
  }
}

/*======================================
    news
======================================*/
.news {
  margin-top: 4.5em;
  background: url(../img/news_bg.png) no-repeat center top/cover;
  padding-top: 13em;
  color: #fff;
  padding-bottom: 5.25em;
}
@media screen and (max-width: 767px) {
  .news {
    background: url(../img/news_bg_sp.png) no-repeat center top/cover;
    margin-top: 3em;
    padding-top: 5.5em;
    padding-bottom: 3.25em;
  }
}

.news-swiper__wrap {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .news-swiper__wrap {
    margin-top: 2.5em;
  }
}

.news-swiper {
  padding-bottom: 7.5em;
}
@media screen and (max-width: 767px) {
  .news-swiper {
    padding-bottom: 6em;
  }
}

.news-card {
  width: 21.1875em;
}
@media screen and (max-width: 767px) {
  .news-card {
    width: 14.625em;
  }
}

.news-card__link {
  display: block;
  transition: opacity 0.3s ease;
}
.news-card__link:hover {
  opacity: 0.7;
}
.news-card__link:hover .news-card__more::before {
  transform: translate(0.25em, -50%);
}

.news-card__img {
  position: relative;
}
.news-card__img::before {
  content: "";
  display: block;
  padding-top: 63.7168141593%;
  background-color: gray;
}
.news-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__date {
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  line-height: 1.75;
  margin-top: 1.8em;
}
@media screen and (max-width: 767px) {
  .news-card__date {
    font-size: 0.6875em;
    margin-top: 1.2em;
  }
}

.news-card__title {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  line-height: 1.7142857143;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .news-card__title {
    font-size: 0.8125em;
    margin-top: 0.25em;
  }
}

.news-card__bottom {
  display: flex;
  align-items: flex-end;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .news-card__bottom {
    margin-top: 1.75em;
  }
}

.news-card__cat {
  font-size: 0.625em;
  font-weight: 500;
  letter-spacing: 0.105em;
  font-feature-settings: "palt";
  background-color: #fff;
  color: #5a98cb;
  padding: 0.8em 2.4em 0.8em 1em;
  clip-path: polygon(0 0, calc(100% - 1.8em) 0%, 100% 100%, 0% 100%);
  min-width: 11.3em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news-card__cat {
    font-size: 0.5625em;
  }
}

.news-card__more {
  margin-left: auto;
  padding-right: 4.18em;
  position: relative;
  font-size: 0.6875em;
  font-feature-settings: "palt";
  letter-spacing: 0.425em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news-card__more {
    font-size: 0.625em;
  }
}
.news-card__more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3.09em;
  height: 0.73em;
  background: url(../img/access_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

.news-swiper-pagination {
  position: static;
  text-align: left;
  display: flex;
  width: auto !important;
}
.news-swiper-pagination .swiper-pagination-bullet {
  width: 3.8em;
  height: 0.25em;
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
  border-radius: 0;
  margin: 0 !important;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 37.5%, rgb(255, 255, 255) 37.5%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .news-swiper-pagination .swiper-pagination-bullet {
    width: 2.73em;
    height: 0.1875em;
  }
}
.news-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.news-swiper__bottom {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  align-items: center;
}

.news-swiper__all {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.225em;
  font-feature-settings: "palt";
  width: 6.31em;
  height: 6.31em;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.news-swiper__all:hover {
  background-color: #fff;
  color: #6dac56;
}
@media screen and (max-width: 767px) {
  .news-swiper__all {
    font-size: 0.625em;
    width: 6.4em;
    height: 6.4em;
  }
}

.news__comingsoon {
  font-size: 1.375em;
  font-weight: 500;
  letter-spacing: 0.055em;
  margin: 5em 0;
  text-align: center;
}

/*======================================
    highlight
======================================*/
.highlight {
  position: relative;
  margin-top: 4.5em;
  padding-top: 13em;
  padding-bottom: 5.25em;
}
@media screen and (min-width: 768px) {
  .highlight {
    background-image: linear-gradient(to bottom, #fff 0%, #fff 20%, #fffcf3 20%, #fffcf3 100%);
  }
  .highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc((100% - 3.625em) / 2);
    background: url(../img/news_bg.png) no-repeat center top/cover;
    transform: translateY(-2px);
  }
}
@media screen and (max-width: 767px) {
  .highlight {
    margin-top: 0;
    padding-top: 3em;
    padding-bottom: 3.25em;
    background-color: #fffcf3;
  }
}

.highlight-swiper {
  padding-bottom: 3.625em;
  padding-top: 2em;
  transform: translateY(-2em);
}
@media screen and (max-width: 767px) {
  .highlight-swiper {
    margin-top: 3em;
    padding-bottom: 2.3em;
  }
}

.highlight-slide {
  position: relative;
  width: 60em;
}
@media screen and (max-width: 767px) {
  .highlight-slide {
    width: 17.5625em;
  }
}

.highlight-slide__link {
  position: relative;
  display: block;
  height: 100%;
  transition: filter 0.3s ease;
}
.highlight-slide__link:hover {
  filter: brightness(1.1);
}

.highlight-slide__head {
  width: 3.9375em;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(20%, -20%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .highlight-slide__head {
    width: 2.125em;
    transform: translate(50%, -50%);
  }
}

.highlight-slide__img {
  position: relative;
}

.highlight-slide__img--note {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  font-size: 0.625em;
  font-weight: 500;
  font-feature-settings: "palt";
  transform: translate(5%, 150%);
}
@media screen and (max-width: 767px) {
  .highlight-slide__img--note {
    font-size: 0.25em;
  }
}

.highlight-slide__title {
  margin-top: 1.6em;
  font-size: 1.125em;
  letter-spacing: 0.305em;
  font-feature-settings: "palt";
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 1em;
}
@media screen and (max-width: 767px) {
  .highlight-slide__title {
    font-size: 0.8125em;
    flex-direction: column;
    align-items: start;
    line-height: 2em;
    margin-top: 0.5em;
  }
}
.highlight-slide__title .lg {
  font-size: 1.67em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .highlight-slide__title .lg {
    font-size: 1.38em;
  }
}
.highlight-slide__title .lg img {
  width: auto;
  height: 1em;
}

.highlight-slide__text {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6428571429;
  text-align: justify;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .highlight-slide__text {
    font-size: 0.75em;
    line-height: 1.8333333333;
    margin-top: 0.5em;
  }
}

.highlight-swiper-pagination {
  bottom: 0 !important;
}
.highlight-swiper-pagination .swiper-pagination-bullet {
  width: 4.625em;
  height: 0.3125em;
  border-radius: 0;
  opacity: 1;
  background-color: #cccccc;
  margin: 0 0.5625em !important;
}
@media screen and (max-width: 767px) {
  .highlight-swiper-pagination .swiper-pagination-bullet {
    width: 2.875em;
    height: 0.1875em;
    margin: 0 0.3125em !important;
  }
}
.highlight-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5b5b5b;
}

/*======================================
    event
======================================*/
.event {
  background-color: #fffcf3;
  padding-top: 6.8em;
  padding-bottom: 13em;
}
.event .section-title {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .event {
    padding-top: 1.25em;
    padding-bottom: 4.5em;
  }
}

.event__list {
  padding-left: 3.125em;
  position: relative;
  z-index: 1;
}
.event__list:nth-child(n+2) {
  margin-top: 7em;
}
@media screen and (max-width: 767px) {
  .event__list:nth-child(n+2) {
    margin-top: 3.75em;
  }
}
.event__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.625em;
  height: 100%;
  background: url(../img/event_line.svg) repeat center top/0.625em 39em;
}
@media screen and (max-width: 767px) {
  .event__list::before {
    width: 0.325em;
    transform: translateX(-1.6em);
    background: url(../img/event_line_sp.svg) repeat center top/0.325em 60em;
  }
}
@media screen and (max-width: 767px) {
  .event__list {
    padding-left: 0;
  }
}

@keyframes yurayura {
  0% {
    rotate: 0deg;
  }
  10% {
    rotate: 0.15deg;
  }
  20% {
    rotate: -0.25deg;
  }
  30% {
    rotate: 0deg;
  }
  100% {
    rotate: 0deg;
  }
}
.event__list--illust {
  position: absolute;
  z-index: -1;
  transform-origin: center bottom;
  animation: yurayura 5s linear infinite;
}
.event__list--illust.-flower {
  width: 31.125em;
  left: 50%;
  bottom: 0;
  transform: translate(-155%, 71%) rotate(6deg);
}
@media screen and (max-width: 767px) {
  .event__list--illust.-flower {
    width: 16.25em;
    transform: translate(-3%, 31%) rotate(6deg);
    bottom: unset;
    top: 0;
  }
}
.event__list--illust.-cow {
  width: 48.625em;
  right: 50%;
  top: 0;
  transform: translate(137%, -18%);
}
@media screen and (max-width: 767px) {
  .event__list--illust.-cow {
    width: 22.375em;
    transform: translate(111%, 14%);
  }
}
.event__list--illust.-sake {
  width: 43.875em;
  top: 0;
  left: 50%;
  transform: translate(-150%, -18%);
}
@media screen and (max-width: 767px) {
  .event__list--illust.-sake {
    width: 14.1875em;
    transform: translate(13%, 14%);
  }
}

.event__head {
  display: flex;
  align-items: flex-end;
  column-gap: 1em;
}
@media screen and (max-width: 767px) {
  .event__head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.event__head--date {
  font-size: 3.375em;
}
@media screen and (max-width: 767px) {
  .event__head--date {
    font-size: 2.875em;
  }
}
.event__head--date img {
  width: auto;
  height: 1em;
}

.event__head--text {
  font-size: 0.8125em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.8461538462;
}
@media screen and (max-width: 767px) {
  .event__head--text {
    font-size: 0.625em;
    line-height: 3;
    letter-spacing: 0.19em;
    margin-top: 0.25em;
  }
}

.event__head--title {
  font-size: 1.375em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .event__head--title {
    font-size: 3.3125em;
    margin-top: 0.15em;
  }
}
.event__head--title img {
  width: auto;
  height: 1em;
}

.event__body {
  position: relative;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .event__body {
    margin-top: 1em;
  }
}

.event__body--cat {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.4375em;
  z-index: 2;
  transform: translate(36%, -44%);
}
@media screen and (max-width: 767px) {
  .event__body--cat {
    width: 2.125em;
  }
}

.event__body--item {
  padding: 0.5em 1em;
  display: grid;
  grid-template-columns: 8em auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .event__body--item {
    padding: 0.75em 0.5em 0.75em 1em;
    display: block;
    max-width: 17.5625em;
  }
}
.event__body--item:nth-child(n+2) {
  margin-top: 1.6em;
}
.event__body--item.-bg270 {
  height: 16.875em;
  background: url(../img/event_bg_270.svg) no-repeat left center/contain;
}
@media screen and (max-width: 767px) {
  .event__body--item.-bg270 {
    height: 21em;
    background: url(../img/event_bg_270_sp.svg) no-repeat left center/contain;
  }
  .event__body--item.-bg270.-sp360 {
    height: 22.5em;
    background: url(../img/event_bg_270_sp360.svg) no-repeat left center/contain;
  }
}
.event__body--item.-bg247 {
  height: 15.4375em;
  background: url(../img/event_bg_247.svg) no-repeat left center/contain;
}
@media screen and (max-width: 767px) {
  .event__body--item.-bg247 {
    height: 21em;
    background: url(../img/event_bg_270_sp.svg) no-repeat left center/contain;
  }
}
.event__body--item.-bg80 {
  height: 5.2em;
  background: url(../img/event_bg_80.svg) no-repeat left center/contain;
}
@media screen and (max-width: 767px) {
  .event__body--item.-bg80 {
    height: 8.375em;
    background: url(../img/event_bg_80_sp.svg) no-repeat left center/contain;
  }
  .event__body--item.-bg80.-sp120 {
    height: 7.375em;
    background: url(../img/event_bg_80_sp120.svg) no-repeat left center/contain;
  }
}
@media screen and (max-width: 767px) {
  .event__body--item.-sp416 {
    height: 26em;
    background: url(../img/event_sp416.svg) no-repeat left center/contain;
  }
}

.event__time {
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1.6;
  font-feature-settings: "palt";
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .event__time {
    font-size: 0.75em;
    padding-top: 0;
    line-height: 2;
  }
}

.event__title {
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.9444444444;
}
@media screen and (max-width: 767px) {
  .event__title {
    font-size: 0.875em;
    line-height: 1.5714285714;
    margin-right: -1em;
    letter-spacing: normal;
  }
}

.event__text {
  font-size: 0.8125em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.8461538462;
  font-weight: 500;
  margin-top: -0.2em;
}
@media screen and (max-width: 767px) {
  .event__text {
    font-size: 0.75em;
    margin-top: 0;
    letter-spacing: normal;
  }
}

.event__persons {
  display: flex;
  column-gap: 1.125em;
  row-gap: 2.5em;
  flex-wrap: wrap;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .event__persons {
    column-gap: 1em;
    row-gap: 0.75em;
    margin-top: 0.5em;
  }
}

.event__person {
  width: 8em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .event__person {
    width: 4.5em;
  }
}

.event__person--host {
  font-size: 0.625em;
  font-weight: 500;
  list-style: 0.05em;
  font-feature-settings: "palt";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -150%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .event__person--host {
    font-size: 0.5em;
  }
}

.event__person--img {
  max-width: 6.0625em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.375em;
}
@media screen and (max-width: 767px) {
  .event__person--img {
    max-width: 3.9375em;
    margin-bottom: 0.75em;
  }
}

.event__person--from {
  font-size: 0.625em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.6em;
}
.event__person--from.-m {
  margin-left: -2em;
  margin-right: -2em;
}
@media screen and (max-width: 767px) {
  .event__person--from {
    font-size: 0.5em;
    line-height: 1.5;
    letter-spacing: normal;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}

.event__person--name {
  font-weight: 500;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  line-height: 1.1428571429;
}
@media screen and (max-width: 767px) {
  .event__person--name {
    font-size: 0.75em;
    line-height: 1.25;
  }
}

.event__lives {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.875em;
  row-gap: 2.5em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .event__lives {
    column-gap: 0.625em;
    row-gap: 0.625em;
  }
}

.event__live {
  width: 10em;
}
@media screen and (max-width: 767px) {
  .event__live {
    width: 7.375em;
  }
}

.event__live--img {
  position: relative;
}
.event__live--img::before {
  content: "";
  display: block;
  padding-top: 65.625%;
  background-color: #000;
}
.event__live--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event__live--text {
  font-weight: 500;
  font-size: 0.8125em;
  line-height: 1.8461538462;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .event__live--text {
    font-size: 0.75em;
  }
}

.event__note {
  font-size: 0.9375em;
  letter-spacing: 0.025em;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 3em;
  padding-left: 1em;
  position: relative;
}
.event__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .event__note {
    font-size: 0.75em;
    margin-top: 2em;
  }
}

/*======================================
    ticket
======================================*/
.ticket {
  padding-top: 6.8em;
  padding-bottom: 5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ticket {
    padding-top: 3.1em;
    padding-bottom: 3.25em;
  }
}

.ticket__illust {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-132%, 70%) rotate(-1.9deg);
  width: 44.125em;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ticket__illust {
    width: 20.125em;
    bottom: unset;
    top: 0;
    transform: translate(10%, 27%) rotate(-1.9deg);
  }
}

.ticket__sell--text {
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.7272727273;
}
@media screen and (max-width: 767px) {
  .ticket__sell--text {
    font-size: 1.375em;
    margin-top: 1.5em;
  }
}

.ticket__sell {
  font-size: 1.875em;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 0.2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ticket__sell {
    font-size: 1.3125em;
    letter-spacing: 0.05em;
    line-height: 1.7142857143;
    margin-top: 0;
  }
}

.ticket__lists {
  margin-top: 0.85em;
}
@media screen and (max-width: 767px) {
  .ticket__lists {
    margin-top: 2.2em;
  }
}

.ticket__list:nth-child(1) .ticket__list--number,
.ticket__list:nth-child(1) .ticket__item--link {
  background-color: #e1e182;
}
.ticket__list:nth-child(2) .ticket__list--number,
.ticket__list:nth-child(2) .ticket__item--link {
  background-color: #e7bbdb;
}
.ticket__list:nth-child(3) .ticket__list--number,
.ticket__list:nth-child(3) .ticket__item--link {
  background-color: #dcccb4;
}
.ticket__list:nth-child(4) .ticket__list--number,
.ticket__list:nth-child(4) .ticket__item--link, .ticket__list:nth-child(5) .ticket__list--number,
.ticket__list:nth-child(5) .ticket__item--link {
  background-color: #dcdcdc;
}
.ticket__list:nth-child(n+2) {
  margin-top: 4.2em;
}
@media screen and (max-width: 767px) {
  .ticket__list:nth-child(n+2) {
    margin-top: 3.2em;
  }
}

.ticket__list--head {
  display: flex;
  column-gap: 1.25em;
}
@media screen and (max-width: 767px) {
  .ticket__list--head {
    column-gap: 0.75em;
  }
}

.ticket__list--number {
  font-size: 1.125em;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 3.56em;
  height: 4.11em;
}
@media screen and (max-width: 767px) {
  .ticket__list--number span.vertical {
    display: block;
    margin-top: 0.5em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.ticket__list--number span.web {
  display: inline-block;
  font-size: 0.72em;
  line-height: 1.2307692308;
  font-weight: inherit;
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .ticket__list--number span.web {
    font-size: 0.61em;
  }
}
@media screen and (max-width: 767px) {
  .ticket__list--number {
    width: 2.056em;
    height: 4.78em;
  }
}

.ticket__list--title {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.7142857143;
  margin-top: -0.3571428571em;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 767px) {
  .ticket__list--title {
    font-size: 0.875em;
    line-height: 1.2857142857;
    margin-top: -0.1428571429em;
  }
}
.ticket__list--title .color {
  color: #c90000;
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  .ticket__list--title .color {
    display: block;
    font-size: 1.86em;
    line-height: 1.2;
  }
}

.ticket__list--text {
  font-size: 0.9375em;
  line-height: 1.7333333333;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .ticket__list--text {
    font-size: 0.875em;
    line-height: 1.4285714286;
    margin-top: 0.1em;
  }
}

.ticket__items {
  margin-top: 1em;
}
.ticket__items.-mt0 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .ticket__items {
    margin-top: 0.35em;
  }
}

.ticket__item:nth-child(n+2) {
  margin-top: 0.625em;
}
.ticket__item .ticket__item--head,
.ticket__item .ticket__item--title,
.ticket__item .ticket__item--price__wrap {
  border-right: 1px solid rgba(0, 0, 0, 0.85);
}
@media screen and (max-width: 767px) {
  .ticket__item .ticket__item--head,
  .ticket__item .ticket__item--title,
  .ticket__item .ticket__item--price__wrap {
    border-right: none;
  }
}

.ticket__item--link {
  display: grid;
  grid-template-columns: auto 23.5em;
  padding: 0.75em 0;
  min-height: 4.6875em;
  align-items: center;
  clip-path: polygon(calc(100% - 1.25em) 0%, 100% 1.25em, 100% 100%, 0 100%, 0 0);
  transition: opacity 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ticket__item--link {
    display: block;
    padding: 0.9375em 0.9375em;
  }
}
.ticket__item--link:hover {
  opacity: 0.7;
}
.ticket__item--link:hover .ticket__item--more::before {
  transform: translate(0.25em, -50%);
}

.ticket__item--head {
  display: grid;
  grid-template-columns: 11.5em auto;
  align-items: center;
  height: 100%;
  column-gap: 1em;
}
@media screen and (max-width: 767px) {
  .ticket__item--head {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.85);
    min-height: 3.2em;
    padding-bottom: 0.25em;
  }
}

.ticket__item--title {
  font-size: 1.125em;
  font-weight: 500;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.38em;
  padding-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .ticket__item--title {
    padding: 0;
    display: block;
  }
}

.ticket__item--text {
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1.2666666667;
  padding: 0 0.8em;
}
@media screen and (max-width: 767px) {
  .ticket__item--text {
    font-size: 0.875em;
    line-height: 1.5;
    padding: 0;
    letter-spacing: -0.05em;
    margin-top: 0.25em;
  }
}

.ticket__item--body {
  display: grid;
  grid-template-columns: 7.25em auto;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ticket__item--body {
    display: flex;
    align-items: flex-end;
    margin-top: 0.4em;
  }
}

.ticket__item--price__wrap {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ticket__item--price__wrap {
    display: block;
    text-align: left;
  }
}

.ticket__item--price {
  font-size: 0.9375em;
  font-weight: 500;
}
.ticket__item--price .number {
  font-weight: inherit;
  font-size: 1.8em;
}

.ticket__item--more {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0 1.5em 0 1.6em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ticket__item--more {
    font-size: 0.625em;
    line-height: 1.2;
    padding: 0 1.75em 0 0;
    margin-left: auto;
  }
}
.ticket__item--more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.14em;
  transform: translateY(-50%);
  width: 0.86em;
  height: 1.86em;
  background: url(../img/ticket_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .ticket__item--more::before {
    right: 0;
    width: 0.9em;
    height: 2.3em;
    background: url(../img/ticket_arrow_sp.svg) no-repeat center/contain;
  }
}

/*======================================
    access
======================================*/
.access {
  background: url(../img/access_bg.png) no-repeat center bottom/cover;
  color: #fff;
  padding-top: 10em;
  padding-bottom: 15.5em;
}
@media screen and (max-width: 767px) {
  .access {
    background: url(../img/access_bg_sp.png) no-repeat center bottom/cover;
    padding-top: 3.25em;
    padding-bottom: 5.25em;
  }
}

.access__map {
  position: relative;
}
@media screen and (max-width: 767px) {
  .access__map {
    margin: 2.5em calc(50% - 50vw) 0;
  }
}
.access__map::before {
  content: "";
  display: block;
  padding-top: 62.7083333333%;
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__by {
  margin-top: 2.8em;
}
@media screen and (max-width: 767px) {
  .access__by {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.4em;
  }
}

.access__by--text {
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .access__by--text {
    font-size: 0.625em;
    line-height: 1.75;
  }
}

.access__title {
  font-size: 1.125em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 3.2em;
}
@media screen and (max-width: 767px) {
  .access__title {
    margin-top: 2em;
    letter-spacing: normal;
  }
}

.access__lists {
  margin-top: 1em;
}

.access__list {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.access__list:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.access__list--link {
  display: grid;
  grid-template-columns: auto 7.875em;
  column-gap: 0.625em;
  align-items: center;
  padding: 0.625em 0;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .access__list--link {
    grid-template-columns: auto 3.125em;
    align-items: flex-end;
    padding: 0.525em 0 0.8em;
  }
}
.access__list--link:hover {
  opacity: 0.7;
}
.access__list--link:hover::before {
  transform: translate(0.25em, -50%);
}
@media screen and (max-width: 767px) {
  .access__list--link:hover::before {
    transform: translate(0.25em, -125%);
  }
}
.access__list--link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2.125em;
  height: 0.5em;
  background: url(../img/access_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .access__list--link::before {
    transform: translateY(-125%);
    width: 3em;
    background: url(../img/access_arrow_sp.svg) no-repeat center/contain;
  }
}

.access__list--texts {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: 1em;
}
@media screen and (max-width: 767px) {
  .access__list--texts {
    flex-direction: column;
    align-items: flex-start;
  }
}

.access__list--name {
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.7272727273;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .access__list--name {
    font-size: 0.9375em;
    line-height: 1.4666666667;
  }
}

.access__list--address {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .access__list--address {
    font-size: 0.625em;
    line-height: 1.4;
  }
}

.access__list--map {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .access__list--map {
    font-size: 0.5em;
    line-height: 1.75;
  }
}

/*======================================
    information
======================================*/
.info {
  padding-top: 6.7em;
  padding-bottom: 6.2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .info {
    padding-top: 5.5em;
    padding-bottom: 12.2em;
  }
}

.info__img {
  width: 48.5625em;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(78%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .info__img {
    width: 21em;
    transform: translate(49%, -55%);
  }
}

@media screen and (max-width: 767px) {
  .info__hosts {
    margin-top: 1.5em;
  }
}

.info__hosts--text {
  font-size: 1.25em;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .info__hosts--text {
    font-size: 0.9375em;
    line-height: 1.7333333333;
  }
}

.info__title {
  font-size: 1.125em;
  line-height: 1.7777777778;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .info__title {
    font-size: 0.9375em;
  }
}

.info__companies--title {
  margin-top: 1.8em;
}
@media screen and (max-width: 767px) {
  .info__companies--title {
    margin-top: 2.5em;
  }
}

.info__companies {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 1.25em;
  row-gap: 1.5em;
  margin-top: 1.75em;
}
@media screen and (max-width: 767px) {
  .info__companies {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.9375em;
    row-gap: 1.1em;
    margin-top: 1.2em;
  }
}

.info__company {
  height: 3.9375em;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .info__company {
    height: 2.9375em;
  }
}

.info__dates--title {
  margin-top: 2.7em;
}

.info__dates {
  font-size: 2.25em;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .info__dates {
    font-size: 1.1875em;
    margin-top: 1em;
  }
}

.info__dates--time {
  font-weight: 500;
  letter-spacing: 0.055em;
  font-feature-settings: "palt";
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .info__dates--time {
    font-size: 0.9375em;
  }
}

.info__dates--note {
  font-size: 1.4375em;
  line-height: 1.7391304348;
  font-weight: 500;
  letter-spacing: 0.055em;
  font-feature-settings: "palt";
  margin-top: 0.8em;
}
.info__dates--note span.sm {
  display: inline-block;
  letter-spacing: 0.025em;
  margin-left: 1em;
  font-size: 0.6em;
}
@media screen and (max-width: 767px) {
  .info__dates--note span.sm {
    margin-left: 0;
    display: block;
    font-size: 0.86em;
  }
}
@media screen and (max-width: 767px) {
  .info__dates--note {
    font-size: 0.8125em;
  }
}

.info__attention--title {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .info__attention--title {
    margin-top: 2.1em;
  }
}

.info__attention--text {
  font-size: 0.875em;
  line-height: 1.8571428571;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .info__attention--text {
    font-size: 0.75em;
    line-height: 1.75;
    margin-top: 1.5em;
    text-align: justify;
  }
}

.info__contact--title {
  margin-top: 3.2em;
}
@media screen and (max-width: 767px) {
  .info__contact--title {
    margin-top: 2.2em;
  }
}

.info__contact--text {
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.7777777778;
  margin-top: 0.8em;
}
.info__contact--text .link {
  display: inline-block;
  font-weight: inherit;
  border-bottom: 1px solid #292321;
  padding-right: 1em;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .info__contact--text .link {
    padding-right: 0;
  }
}
.info__contact--text .link:hover {
  opacity: 0.7;
}

/*======================================
    archive
======================================*/
.page-head {
  padding-top: 4.5em;
}
@media screen and (max-width: 767px) {
  .page-head {
    padding-top: 3em;
  }
}

.page-title {
  font-size: 1.125em;
  letter-spacing: 0.14em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 1em;
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 0.875em;
  }
}
.page-title span.en {
  font-size: 2em;
}
.page-title span.en img {
  width: auto;
  height: 1em;
}

.news-archive {
  position: relative;
  margin-top: 2em;
  padding-top: 13.8em;
  padding-bottom: 8.5em;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20em, #6dac56 20em, #6dac56 100%);
}
@media screen and (max-width: 767px) {
  .news-archive {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
.news-archive .inner {
  max-width: 71.5625em;
}
.news-archive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 103.28125%;
  height: 100%;
  background: url(../img/news_archive_bg.png) no-repeat center top/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .news-archive::before {
    height: 25em;
    background: url(../img/news_bg_sp.png) no-repeat center top/cover;
  }
}
.news-archive::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 2px);
  width: 103.28125%;
  height: 10%;
  background: url(../img/news_archive_bg.png) no-repeat center bottom/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .news-archive::after {
    height: 25em;
    background: url(../img/news_bg_sp.png) no-repeat center bottom/cover;
  }
}

.news-cards {
  color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4em;
  row-gap: 5em;
}
@media screen and (max-width: 767px) {
  .news-cards {
    grid-template-columns: repeat(auto-fill, minmax(13.75em, 1fr));
    column-gap: 1.25em;
    row-gap: 2.5em;
  }
}
.news-cards .news-card {
  width: auto;
}

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.625em;
  column-gap: 0.75em;
  margin-top: 6.4em;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 4em;
  }
}
.pagination .page-numbers {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.71em;
  height: 2.71em;
  border-radius: 0.5em;
  border: 1px solid #fff;
  color: #fff;
}
.pagination .page-numbers.current {
  background-color: #fff;
  color: #6dac56;
}
.pagination .page-numbers.dots {
  border: none;
}

/*======================================
    single
======================================*/
.news-article {
  margin-top: 6.25em;
  margin-bottom: 7.8em;
}
@media screen and (max-width: 767px) {
  .news-article {
    margin-top: 2.5em;
    margin-bottom: 4em;
  }
  .news-article .inner {
    width: 85%;
  }
}

.news__eye img {
  height: auto;
}

.news__wrap {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .news__wrap {
    margin-top: 2em;
  }
}

.news__head {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .news__head {
    flex-direction: column-reverse;
    row-gap: 0.625em;
  }
}

.news__date {
  font-size: 0.9375em;
  letter-spacing: 0.06em;
  line-height: 1.7333333333;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news__date {
    font-size: 0.75em;
  }
}

.news__cat {
  font-size: 0.625em;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .news__cat {
    margin-left: 0;
  }
}
.news__cat span {
  display: block;
  font-weight: 500;
  min-width: 12.4em;
  padding: 0.75em 1.8em 0.75em 1em;
  color: #5a98cb;
  clip-path: polygon(0 0, calc(100% - 1.8em) 0%, 100% 100%, 0% 100%);
  background-color: #fff;
}
.news__cat::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 50%;
  left: 50%;
  transform: translate(-49.5%, -50%) scale(1.01);
  clip-path: polygon(0 0, calc(100% - 2em) 0%, 100% 100%, 0% 100%);
  background-color: #5a98cb;
}

.news__title {
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .news__title {
    margin-top: 0.5em;
  }
}

.news__contents {
  margin-top: 3.125em;
  line-height: 2.4285714286;
  text-align: justify;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .news__contents {
    margin-top: 1.25em;
  }
}
.news__contents img {
  display: block;
  height: auto;
  margin: 3em 0;
}

.single__bottom {
  margin-top: 5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .single__bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5em;
    margin-top: 2.5em;
  }
}

.single__prev,
.single__next,
.single__all {
  font-size: 0.9375em;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: opacity 0.3s ease;
}
.single__prev.active:hover,
.single__next.active:hover,
.single__all.active:hover {
  opacity: 0.7;
}

.single__prev {
  display: block;
  padding-left: 2.4em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single__prev {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.single__prev.active:hover::before {
  transform: translate(-0.25em, -50%) scale(-1, 1);
}
.single__prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) scale(-1, 1);
  width: 1.33em;
  height: 5.33em;
  background: url(../img/single_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

.single__all {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.93em;
  height: 6.93em;
  border-radius: 50%;
  border: 1px solid #000;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .single__all {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}

.single__next {
  display: block;
  padding-right: 2.4em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single__next {
    grid-column: 2/3;
    grid-row: 2/3;
    text-align: right;
  }
}
.single__next.active:hover::before {
  transform: translate(0.25em, -50%);
}
.single__next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1.33em;
  height: 5.33em;
  background: url(../img/single_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

.ticket__item--row {
  display: flex;
}
.ticket__item--row .ticket__list--number {
  height: auto;
}
.ticket__item--row .ticket__item--link {
  flex: 1;
}
.ticket__item--row .ticket__item--text {
  padding: 0;
  font-size: 0.8125em;
}
@media screen and (min-width: 768px) {
  .ticket__item--row {
    column-gap: 0.625em;
  }
  .ticket__item--row .ticket__item--link.-number6 {
    grid-template-columns: auto 19.25em;
  }
  .ticket__item--row .ticket__item--head {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding-left: 1.5em;
  }
  .ticket__item--row .ticket__item--title {
    border-right: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  .ticket__item--row .ticket__item--title.-lg {
    font-size: 1.25em;
  }
  .ticket__item--row .ticket__item--more {
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 767px) {
  .ticket__item--row {
    column-gap: 0.3125em;
  }
  .ticket__item--row .ticket__item--link {
    height: auto;
  }
  .ticket__item--row .ticket__item--head {
    height: auto;
  }
  .ticket__item--row .ticket__item--title {
    line-height: 1.2222222222;
  }
  .ticket__item--row .ticket__item--body {
    height: auto;
  }
}

.ticket__list--subtitle {
  font-size: 1.875em;
  font-weight: 50;
  padding-top: 0.25em;
  letter-spacing: 0.065em;
  margin-bottom: 0.85em;
}
@media screen and (max-width: 767px) {
  .ticket__list--subtitle {
    font-size: 1.3125em;
    letter-spacing: 0.055em;
  }
}

.ticket__note {
  font-size: 0.8125em;
  font-weight: 500;
  line-height: 1.6923076923;
  text-align: justify;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .ticket__note {
    font-size: 0.6875em;
    line-height: 1.7272727273;
    margin-top: 2.25em;
  }
}

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