/*======================================
    font
======================================*/
/*======================================
    color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 10px;
  font-family: "Noto Serif JP", serif;
  color: #000;
}

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;
  }
}

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

.inner {
  width: 90%;
  max-width: 75.625em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    padding-right: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding-right: 0;
    width: 74.67%;
    max-width: 31.25em;
  }
}

@media screen and (min-width: 768px) {
  .section-wrap {
    display: grid;
    grid-template-columns: 7.8125em auto;
  }
}

@media screen and (min-width: 768px) {
  .section-title__wrap {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: auto;
  }
}

.section-title {
  font-size: 1.3125em;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 0.9375em;
  }
}
.section-title .en {
  display: block;
  font-weight: 500;
  font-size: 2.19em;
  margin-left: 0.4em;
}
@media screen and (max-width: 767px) {
  .section-title .en {
    font-size: 2.2em;
    margin-left: 0;
    margin-bottom: 0.35em;
  }
}

.section-title2 {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
  font-feature-settings: "palt";
}
.section-title2 .en {
  display: block;
  font-weight: 500;
  letter-spacing: 0.075em;
  font-size: 2.25em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .section-title2 .en {
    font-size: 1.875em;
    line-height: 1.3;
    margin-top: 0.25em;
  }
}

.section-contents {
  max-width: 60em;
  flex: 1;
}

.section-text {
  line-height: 1.875;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: justify;
}
.section-text::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.875) * 0.5em);
}
@media screen and (max-width: 767px) {
  .section-text {
    font-size: 0.9375em;
    line-height: 2;
  }
  .section-text::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2) * 0.5em);
  }
}

.bg-black {
  background-color: #000;
  color: #fff;
  position: relative;
  background-color: #000;
  padding: 3em 0 0;
  z-index: 1;
  margin-top: 16em;
}
@media screen and (max-width: 767px) {
  .bg-black {
    margin-top: 4.25em;
    padding: 2.3em 0 6.5em;
  }
}
.bg-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% + 1em));
  width: 100%;
  height: 11.875em;
  background: url(../img/bg_black_top.svg) no-repeat center top/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg-black::before {
    width: 100%;
    height: 5.3333333333vw;
    transform: translate(-50%, calc(-100% + 1px));
  }
}
.bg-black::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 12.875em);
  width: 100%;
  height: 34.375em;
  background: url(../img/bg_black_bottom.svg) no-repeat center bottom/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg-black::after {
    width: 100%;
    height: 5.3333333333vw;
    transform: translate(-50%, calc(100% - 1px));
  }
}

/*======================================
    common
======================================*/
.sns-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.5em;
  width: 100%;
  max-width: 9.25em;
  margin-left: auto;
  margin-right: auto;
}

.sns-item__link {
  display: block;
  transition: opacity 0.3s ease;
}
.sns-item__link:hover {
  opacity: 0.7;
}

.ticket-sp {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.0625em;
  font-feature-settings: "palt";
  letter-spacing: 0.215em;
  font-weight: 500;
  position: relative;
  background-color: #000;
  color: #fff;
  height: 3.53em;
  transition: opacity 0.3s ease;
}
.ticket-sp:hover {
  opacity: 0.7;
}
.ticket-sp:hover::before {
  transform: translate(0.25em, -50%);
}
.ticket-sp::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.23em;
  transform: translateY(-50%);
  width: 1.76em;
  height: 0.65em;
  background: url(../img/ticket_sp_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

@media screen and (min-width: 768px) {
  .ticket-sp__fixed {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ticket-sp__fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    transform: translateY(105%);
    transition: transform 0.3s ease;
  }
  .ticket-sp__fixed.show {
    transform: translateY(0);
  }
}

.header {
  position: fixed;
  right: 0;
  z-index: 300;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header {
    top: 50%;
    transform: translateY(-50%);
  }
  .header .inner {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .header {
    transform: translateX(105%);
    opacity: 0;
    visibility: hidden;
    height: 100%;
    overflow: scroll;
    width: 100%;
    background-color: #fff;
    padding-top: 2.2em;
    padding-bottom: 1.25em;
  }
  .header.active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .header__logo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    display: block;
    max-width: 13.25em;
    margin-left: auto;
  }
}

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

@media screen and (min-width: 768px) {
  .header-item {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .header-item:nth-child(n+2) {
    margin-top: 0.625em;
  }
  .header-item.resize-font {
    font-size: 1.4814814815vh;
  }
}
@media screen and (max-width: 767px) {
  .header-item {
    border-bottom: 1px solid #000;
  }
  .header-item:first-child {
    border-top: 1px solid #000;
  }
}

@media screen and (min-width: 768px) {
  .header-item__link {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.73);
    font-size: 0.8125em;
    font-feature-settings: "palt";
    letter-spacing: 0.345em;
    width: 4.23em;
    height: 11.54em;
    padding-top: 1.92em;
    white-space: nowrap;
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 1.38em), 50% 100%, 0 calc(100% - 1.38em));
    transition: all 0.3s ease;
  }
  .header-item__link.active {
    background-color: rgba(255, 255, 255, 0.73);
    color: #000;
  }
  .header-item__link.active:hover {
    background-color: #fff;
  }
  .header-item__link:hover {
    background-color: #000;
  }
}
@media screen and (max-width: 767px) {
  .header-item__link {
    font-weight: 500;
    display: flex;
    align-items: center;
    font-feature-settings: "palt";
    letter-spacing: 0.27em;
    height: 4.125em;
    position: relative;
    padding-left: 0.4em;
    padding-right: 4em;
    transition: opacity 0.3s ease;
  }
  .header-item__link:hover {
    opacity: 0.7;
  }
  .header-item__link:hover::before {
    transform: translate(0.25em, -75%);
  }
  .header-item__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.65em;
    transform: translateY(-75%);
    width: 2.125em;
    height: 0.5em;
    background: url(../img/access_arrow.svg) no-repeat center/contain;
    transition: transform 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .header-sp__bottom {
    display: none;
  }
}

/*======================================
    drawer
======================================*/
.drawer-icon {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.875em;
  z-index: 500;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}
.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 {
  width: 2.5em;
  height: 1.25em;
  position: relative;
}

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

.drawer__sns {
  max-width: 12.5em;
  margin: 2.8em auto 0;
  column-gap: 1.25em;
}

.drawer-ticket {
  margin-top: 3em;
}

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

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

@media screen and (min-width: 768px) {
  .footer__inner {
    width: 100%;
    max-width: 34em;
    display: flex;
    column-gap: 5em;
  }
}

.footer__lead {
  font-size: 0.8125em;
  letter-spacing: 0.22em;
  font-feature-settings: "palt";
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer__lead {
    font-size: 0.75em;
  }
}

.footer__title {
  max-width: 19.5625em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .footer__title {
    max-width: 17.5em;
  }
}

.footer__date {
  max-width: 19.5625em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .footer__date {
    margin-top: 0.75em;
    max-width: 17.5em;
  }
}

.footer__text {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-feature-settings: "palt";
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 0.75em;
    line-height: 1.8333333333;
  }
}

.footer__contents {
  display: flex;
  flex-direction: column;
  column-gap: 1em;
}
@media screen and (max-width: 767px) {
  .footer__contents {
    margin-top: 2.3em;
  }
}

.footer-item:nth-child(n+2) {
  margin-top: 1.2em;
}

.footer-item__link {
  display: block;
  font-weight: 500;
  font-size: 0.8125em;
  font-feature-settings: "palt";
  letter-spacing: 0.17em;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer-item__link {
    font-size: 0.9375em;
  }
}
.footer-item__link:hover {
  opacity: 0.7;
}

.footer__sns {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    margin-left: 0;
    margin-top: 2.5em;
  }
}

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

.fv {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
@media screen and (min-width: 768px) {
  .fv {
    font-size: min(0.8333333333vw, 1em);
  }
}

.fv__contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1.25em;
  padding-top: 1.7%;
  width: 9.27%;
  width: min(9.27%, 11.125em);
}
@media screen and (max-width: 767px) {
  .fv__contents {
    width: 6.125em;
    padding: 1.25em 0;
    justify-content: center;
  }
}

.fv__title {
  width: 71.9%;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-3%);
}
@media screen and (max-width: 767px) {
  .fv__title {
    width: 5.25em;
  }
}
.fv__title.max-height {
  max-height: 70%;
}
@media screen and (max-width: 767px) {
  .fv__title.max-height {
    max-height: 78%;
  }
}
.fv__title.max-height img {
  height: 100%;
}

.fv__contents--bottom {
  padding-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  .fv__contents--bottom {
    display: none;
  }
}

.fv__contents--link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.5555555556;
  height: 7.22em;
  max-width: 88.2%;
  width: 8.72em;
  padding-bottom: 1.75em;
  position: relative;
  transition: opacity 0.3s ease;
}
.fv__contents--link:hover {
  opacity: 0.8;
}
.fv__contents--link:hover::before {
  transform: translate(calc(-50% + 0.2em), 1.2em);
}
.fv__contents--link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 1.2em);
  width: 5.44em;
  height: 0.72em;
  background: url(../img/ticket_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

.fv__contents--sns {
  max-width: 6.625em;
  column-gap: 0.375em;
  margin-top: 1.5em;
}

.fv__images {
  display: flex;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .fv__images {
    flex-direction: column;
  }
}

.fv__images--img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .fv__images--img {
    width: 100%;
    height: 50%;
  }
}
.fv__images--img img {
  height: 100%;
  object-fit: cover;
}

.outline {
  margin: 6em auto;
}
@media screen and (max-width: 767px) {
  .outline {
    margin: 3.1em auto;
  }
}

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

.highlights {
  position: relative;
}
@media screen and (max-width: 767px) {
  .highlights::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.highlights .inner {
  padding-bottom: 7.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .highlights .inner {
    padding-bottom: 6em;
  }
}
.highlights .inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 67.8125em;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .highlights .inner::before {
    display: none;
  }
}

.highlight__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.25em;
}
@media screen and (max-width: 767px) {
  .highlight__images {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    column-gap: 0.5em;
    margin-top: 3.5em;
  }
}

.highlight__images--img {
  height: 100%;
  aspect-ratio: 470/520;
}
@media screen and (max-width: 767px) {
  .highlight__images--img {
    aspect-ratio: 183/203;
  }
}
.highlight__images--img img {
  height: 100%;
  object-fit: cover;
}

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

.highlight-floral__text {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .highlight-floral__text {
    margin-right: -0.1em;
  }
}
@media screen and (max-width: 767px) {
  .highlight-floral__text {
    margin-top: 2.2em;
  }
}

.highlight-floral__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.5em;
  margin-top: 3.5em;
}
@media screen and (max-width: 767px) {
  .highlight-floral__items {
    grid-template-columns: 1fr;
    margin-top: 2.25em;
    row-gap: 2.5em;
  }
}

.highlight-floral__item--head {
  display: flex;
  font-size: 1.25em;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.5;
  column-gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .highlight-floral__item--head {
    font-size: 1.125em;
    column-gap: 0.25em;
  }
}
.highlight-floral__item--head .number {
  display: block;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.0714285714;
}
@media screen and (max-width: 767px) {
  .highlight-floral__item--head .number {
    font-size: 1.33em;
  }
}

.highlight-floral__item--text {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  line-height: 2;
  text-align: justify;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .highlight-floral__item--text {
    font-size: 0.8125em;
    line-height: 2.1538461538;
  }
}

.highlight__img3 {
  margin-top: 9.5em;
}
@media screen and (max-width: 767px) {
  .highlight__img3 {
    margin: 4.75em calc(50% - 50vw) 0;
  }
}

.highlight-dream {
  margin-top: 3.5em;
}
@media screen and (max-width: 767px) {
  .highlight-dream {
    margin-top: 3.25em;
  }
}

.highlight-dream__text {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .highlight-dream__text {
    margin-top: 2.25em;
  }
}

.artists {
  padding-top: 6em;
}
@media screen and (max-width: 767px) {
  .artists {
    padding-top: 4.6em;
  }
}

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

.artist-list {
  display: grid;
  grid-template-columns: 50% auto;
  column-gap: 2.5em;
}
@media screen and (max-width: 1024px) {
  .artist-list {
    grid-template-columns: 40% auto;
  }
}
@media screen and (max-width: 767px) {
  .artist-list {
    grid-template-columns: 1fr;
  }
}
.artist-list:nth-child(n+2) {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .artist-list:nth-child(n+2) {
    margin-top: 2.25em;
  }
}

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

.artist-list__texts--position {
  font-size: 1.125em;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}

.artist-list__texts--name {
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  line-height: 1.1785714286;
}

.artist-list__texts--kana {
  font-size: 0.9375em;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  line-height: 2.1333333333;
  margin-top: 0.5em;
}
.artist-list__texts--kana.-nomt {
  margin-top: 0;
}

.artist-list__texts--text {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  font-feature-settings: "palt";
  text-align: justify;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .artist-list__texts--text {
    font-size: 0.9375em;
    letter-spacing: normal;
    margin-top: 1.5em;
  }
}

.artist-list__link {
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .artist-list__link {
    font-size: 1em;
    line-height: 1.875;
    margin-top: 1em;
    letter-spacing: 0.1em;
  }
}
.artist-list__link a {
  word-break: break-all;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.artist-list__link a:hover {
  opacity: 0.7;
}

.artist-list__texts--note {
  margin-top: -0.25em;
}

.ticket {
  background-color: #cdcdcd;
  padding: 21.15em 0 8em;
}
@media screen and (max-width: 767px) {
  .ticket {
    padding: 5.75em 0 4.8em;
  }
  .ticket .section-contents {
    margin: 0 calc(50% - 50vw);
  }
}

.ticket__texts {
  text-align: center;
}

.ticket__lead {
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.22em;
  font-feature-settings: "palt";
  margin-top: -0.5em;
}
@media screen and (max-width: 767px) {
  .ticket__lead {
    font-size: 0.9375em;
    margin-top: 2.75em;
  }
}

.ticket__title {
  margin-top: 1.7em;
}
@media screen and (max-width: 767px) {
  .ticket__title {
    margin-top: 1.2em;
  }
}
.ticket__title span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 26.5625em;
}
@media screen and (max-width: 767px) {
  .ticket__title span {
    max-width: 19.625em;
  }
}

.ticket__date {
  margin-top: 2.25em;
}
@media screen and (max-width: 767px) {
  .ticket__date {
    margin-top: 1em;
  }
}
.ticket__date span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 22.0625em;
}
@media screen and (max-width: 767px) {
  .ticket__date span {
    max-width: 15.8125em;
  }
}

.ticket__text {
  font-weight: 500;
  font-feature-settings: "palt";
}
.ticket__text.-n {
  font-size: 0.9375em;
  letter-spacing: 0.05em;
  line-height: 1.7333333333;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .ticket__text.-n {
    font-size: 0.8125em;
    line-height: 1.6923076923;
  }
}
.ticket__text.-m {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .ticket__text.-m {
    font-size: 0.8125em;
    line-height: 1.6923076923;
    margin-top: 0.85em;
  }
}
.ticket__text.-s {
  font-size: 0.8125em;
  letter-spacing: 0.05em;
  line-height: 1.7692307692;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .ticket__text.-s {
    font-size: 0.6875em;
    line-height: 1.7272727273;
    font-feature-settings: "palt";
    margin-top: 2em;
  }
}

.ticket-lists {
  max-width: 36.375em;
  margin: 3.5em auto 0;
}
@media screen and (max-width: 767px) {
  .ticket-lists {
    max-width: 20.75em;
    margin-top: 2em;
  }
}

.ticket-list:nth-child(n+2) {
  margin-top: 1.25em;
}
@media screen and (max-width: 767px) {
  .ticket-list:nth-child(n+2) {
    margin-top: 1em;
  }
}

.ticket-list__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 6.75em;
  text-align: center;
  color: #fff;
  background-color: #000;
  position: relative;
  transition: opacity 0.3s ease;
  clip-path: polygon(calc(100% - 1.25em) 0%, 100% 1.25em, 100% 100%, 0 100%, 0 0);
}
@media screen and (max-width: 767px) {
  .ticket-list__link {
    height: 5.0625em;
    clip-path: polygon(calc(100% - 0.9375em) 0%, 100% 0.9375em, 100% 100%, 0 100%, 0 0);
  }
}
.ticket-list__link:hover {
  opacity: 0.7;
}
.ticket-list__link:hover::before {
  transform: translate(0.25em, -50%);
}
.ticket-list__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3em;
  transform: translate(0, -50%);
  width: 0.75em;
  height: 2em;
  background: url(../img/ticket_button_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .ticket-list__link::before {
    width: 0.5625em;
    height: 1.5em;
    right: 1.2em;
  }
}

.ticket-list__title {
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.105em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .ticket-list__title {
    font-size: 1.125em;
  }
}

.ticket-list__text {
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.105em;
  font-feature-settings: "palt";
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .ticket-list__text {
    font-size: 0.8125em;
  }
}

.about {
  padding: 8em 0 3em;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 2.8em 0 3em;
  }
}

.about__wrap {
  display: flex;
  column-gap: 3.5em;
}
@media screen and (max-width: 767px) {
  .about__wrap {
    flex-direction: column-reverse;
    row-gap: 2.25em;
  }
}

.about__texts {
  flex: 1;
}

.about__texts--lead {
  max-width: 28.125em;
}
@media screen and (max-width: 767px) {
  .about__texts--lead {
    max-width: 17.375em;
  }
}

.about__texts--title {
  max-width: 28.9375em;
  margin-top: 2.8em;
}
@media screen and (max-width: 767px) {
  .about__texts--title {
    max-width: 14.125em;
    margin-top: 2.2em;
  }
}

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

.about__img {
  max-width: 23.875em;
  width: 39.79%;
}
@media screen and (max-width: 1024px) {
  .about__img {
    width: 100%;
    max-width: 18em;
  }
}
@media screen and (max-width: 767px) {
  .about__img {
    max-width: 18.75em;
    margin-left: auto;
    margin-right: auto;
  }
}

.access {
  padding-bottom: 7.8em;
  margin-top: 6em;
}
@media screen and (max-width: 767px) {
  .access {
    margin-top: 2.2em;
    padding-bottom: 5.2em;
  }
}

.access__map {
  position: relative;
}
@media screen and (max-width: 767px) {
  .access__map {
    margin: 3em 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-how {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .access-how {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.25em;
    max-width: 17.5em;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .access-how__item--dl {
    display: flex;
  }
  .access-how__item--dl dt {
    width: 5em;
  }
  .access-how__item--dl dd {
    flex: 1;
  }
}
.access-how__item--dl dt, .access-how__item--dl dd {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .access-how__item--dl dt, .access-how__item--dl dd {
    font-size: 0.625em;
    line-height: 1.8;
  }
  .access-how__item--dl dt span.sp-none, .access-how__item--dl dd span.sp-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .access-how__item--dl {
    display: flex;
  }
}

.access-lists {
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .access-lists {
    margin-top: 2em;
  }
}

.access-list:nth-child(n+2) {
  margin-top: 3.5em;
}
@media screen and (max-width: 767px) {
  .access-list:nth-child(n+2) {
    margin-top: 1.6em;
  }
}

.access-list__title {
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.access-items {
  margin-top: 0.75em;
}
@media screen and (max-width: 767px) {
  .access-items {
    margin-top: 1em;
  }
}

.access-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.access-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.access-item__link {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 3.75em;
  padding: 0.5em 2.875em 0.5em 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .access-item__link {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .access-item__link {
    font-size: 1em;
    padding: 0.5em 0 0.5em 0;
  }
}
.access-item__link:hover {
  opacity: 0.7;
}
.access-item__link:hover::before {
  transform: translate(0.25em, -50%);
}
@media screen and (max-width: 767px) {
  .access-item__link:hover::before {
    transform: translate(0.25em, calc(-50% - 0.5em));
  }
}
.access-item__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-item__link::before {
    width: 3em;
    transform: translateY(calc(-50% - 0.5em));
    background: url(../img/access_arrow_sp.svg) no-repeat center/contain;
  }
}

.access-item__head {
  display: flex;
  column-gap: 0.5em;
}
@media screen and (min-width: 768px) {
  .access-item__head {
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .access-item__head {
    flex-direction: column;
  }
}

.access-item__name {
  font-size: 1.375em;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .access-item__name {
    font-size: 0.9375em;
  }
}

.access-item__address {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .access-item__address {
    font-size: 0.625em;
    margin-top: 0.75em;
  }
}

.access-item__map {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .access-item__map {
    font-size: 0.5em;
    padding-top: 1em;
  }
}

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