@charset "UTF-8";
.txt-regular, #passport-buy h2 {
  font-weight: 500;
  font-size: min(4vw, 16px);
  line-height: 2;
  color: #505050;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  text-box: trim-both text;
}

.txt-strong {
  font-weight: 700;
  font-size: min(4vw, 16px);
  line-height: 1.7;
  color: #282828;
  text-box: trim-both text;
}

.txt-title, #passport-buy h2 strong {
  font-weight: 700;
  font-size: min(5.333vw, 20px);
  line-height: 1.7;
  color: #282828;
  text-box: trim-both text;
}

.txt-subtitle, .under-section h3 {
  font-weight: 700;
  font-size: min(4.8vw, 18px);
  line-height: 1.7;
  color: #282828;
  text-box: trim-both text;
  letter-spacing: 0;
}

#content small, .txt-caption, .passport-buy-list > ul a, .artist-list > ul a {
  font-weight: 500;
  font-size: min(2.933vw, 12px);
  line-height: 1.7;
  color: #505050;
  text-box: trim-both text;
}

.desc, .asterisk {
  text-indent: -0.5em;
  padding-left: 1em;
}
.desc::before, .asterisk::before {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

#content {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hind", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: min(4vw, 16px);
  letter-spacing: 0.05em;
  padding-bottom: min(30vw, 140px);
}
#content a[href]:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#content b {
  font-size: 133%;
  font-weight: bold;
}
#content img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #content .content-wrapper {
    max-width: 470px;
  }
}
@media screen and (min-width: 768px) and (min-width: 961px) {
  #content .content-wrapper {
    margin-inline: auto;
  }
}
#content .container {
  padding-inline: min(5.333vw, 20px);
}
#content .container.box {
  padding-block: calc(min(5.333vw, 20px) * 2);
}

.desc::before {
  content: "・";
}

.asterisk::before {
  content: "※";
}

.u-mb {
  margin-bottom: min(5.333vw, 20px);
}

.u-mt {
  margin-top: min(5.333vw, 20px);
}

.u-mb2 {
  margin-bottom: calc(min(5.333vw, 20px) * 2);
}

.u-mt2 {
  margin-top: calc(min(5.333vw, 20px) * 2);
}

.u-mb-min {
  margin-bottom: calc(min(5.333vw, 20px) / 2);
}

.u-mt-min {
  margin-top: calc(min(5.333vw, 20px) / 2);
}

aside#merit {
  position: relative;
  padding-block: min(5.333vw, 20px);
  margin-bottom: calc(min(5.333vw, 20px) * 2);
}
aside#merit p:nth-child(1) {
  width: 68%;
}
aside#merit p:nth-child(2) {
  position: absolute;
  right: 0;
  top: 57%;
  width: 77.33%;
  margin-left: auto;
}
aside#merit p:nth-child(3) {
  position: absolute;
  left: 8%;
  top: 96%;
  width: 61.33%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
}
header #nav-switch {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 60px;
  height: 60px;
}
header #nav-switch::before, header #nav-switch::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #9BABAB;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header #nav-switch::before {
  -webkit-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
}
header #nav-switch::after {
  -webkit-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
}
header #nav-switch.active::before {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}
header #nav-switch.active::after {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}
header #global-nav {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.4s, display 0.4s 0.4s;
  transition: opacity 0.4s 0.4s, display 0.4s 0.4s;
  transition-behavior: allow-discrete;
  width: 100%;
  height: 100dvh;
  background: #FFFFFF;
}
header #global-nav.open {
  display: block;
  opacity: 1;
}
@starting-style {
  header #global-nav.open {
    opacity: 0;
  }
}
header #global-nav .global-nav-outer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #global-nav .global-nav-inner {
  width: 220px;
  max-height: 90vh;
}
header #global-nav .global-nav-inner ul {
  padding-block: min(5.333vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(min(5.333vw, 20px) / 2);
}
@media screen and (min-width: 768px) {
  header {
    bottom: unset;
    left: unset;
    z-index: 1;
    width: calc(100% - 470px);
    border-left: solid 1px #005034;
  }
  header #nav-switch {
    display: none;
  }
  header #global-nav {
    display: block;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 961px) {
  header {
    width: calc((100% - 470px) / 2);
  }
}

footer {
  text-align: center;
}
footer nav.sns-icons {
  margin-block: calc(min(5.333vw, 20px) * 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(5.333vw, 20px);
}

nav.sns-icons {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.sns-icons a {
  display: block;
  width: 40px;
}

.btn {
  display: inline-block;
  position: relative;
  margin-block: min(5.333vw, 20px);
  text-align: left;
  font-weight: 600;
  font-size: min(4vw, 16px);
  line-height: 1.7;
  color: #282828;
}
.btn::before, .btn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5em;
  width: 100%;
  height: 1px;
  background-color: #282828;
}
.btn::before {
  left: 0;
  width: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.btn::after {
  right: 0;
  width: 100%;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.btn:hover {
  opacity: 1 !important;
}
.btn:hover::before {
  width: 100%;
}
.btn:hover::after {
  width: 0;
}
.btn i {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 1em;
  vertical-align: baseline;
}
.btn i svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.btn i svg rect,
.btn i svg path {
  fill: #282828;
}

.btn-primary {
  color: #005034;
}
.btn-primary::before, .btn-primary::after {
  background-color: #005034;
}
.btn-primary i svg rect,
.btn-primary i svg path {
  fill: #005034;
}

.btn-base {
  color: #FFFFFF;
}
.btn-base::before, .btn-base::after {
  background-color: #FFFFFF;
}
.btn-base i svg rect,
.btn-base i svg path {
  fill: #FFFFFF;
}

.beyond-logo {
  max-width: min(34.67vw, 188px);
  margin-inline: auto;
  margin-block: calc(min(5.333vw, 20px) * 2) min(5.333vw, 20px);
}

.scrollable {
  overflow: hidden;
}
.scrollable img {
  width: 150% !important;
  max-width: 150% !important;
}

#highlight h2::before {
  content: "";
  display: block;
  background: url(../images/beyond.svg) no-repeat center;
  height: 5em;
  background-size: contain;
  margin-bottom: min(5.333vw, 20px);
}
#highlight .highlight-bg {
  position: relative;
  margin-top: calc(min(5.333vw, 20px) * 6);
  padding-bottom: calc(min(5.333vw, 20px) * 6);
}
#highlight .highlight-bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: min(19vw, 112px);
  left: 0;
  top: 0;
}
#highlight .highlight-bg .txt-subtitle {
  color: #fff;
}
#highlight .highlight-bg .txt-regular,
#highlight .highlight-bg .txt-caption,
#highlight .highlight-bg .txt-strong {
  color: #fff;
}
#highlight .highlight-bg#highlight01 {
  background: #81C11C;
}
#highlight .highlight-bg#highlight01::before {
  background: url(../images/section-crown01.svg) no-repeat bottom;
  background-size: 100%;
  -webkit-transform: translate(0, -99%);
          transform: translate(0, -99%);
}
#highlight .highlight-bg#highlight02 {
  margin-top: calc(min(5.333vw, 20px) * 0);
  background: #01CCEE;
}
#highlight .highlight-bg#highlight02::before {
  background: url(../images/section-crown02.svg) no-repeat bottom;
  background-size: 100%;
  -webkit-transform: translate(0, -99%);
          transform: translate(0, -99%);
}
#highlight .highlight-bg#highlight03 {
  margin-top: calc(min(5.333vw, 20px) * 0);
  background: #0050AB;
}
#highlight .highlight-bg#highlight03::before {
  background: url(../images/section-crown03.svg) no-repeat bottom;
  background-size: 100%;
  -webkit-transform: translate(0, -99%);
          transform: translate(0, -99%);
}
#highlight .highlight-bg#highlight03 dl dt {
  display: inline;
}
#highlight .highlight-bg#highlight03 dl dt::after {
  content: "／";
}
#highlight .highlight-bg#highlight03 dl dd {
  display: inline;
}
#highlight .highlight-bg#highlight04 {
  margin-top: calc(min(5.333vw, 20px) * 0);
  background: #AD8660;
}
#highlight .highlight-bg#highlight04::before {
  background: url(../images/section-crown04.svg) no-repeat bottom;
  background-size: 100%;
  -webkit-transform: translate(0, -99%);
          transform: translate(0, -99%);
}
#highlight .highlight-bg#highlight05 {
  margin-top: calc(min(5.333vw, 20px) * 0);
  background: #005034;
}
#highlight .highlight-bg#highlight05::before {
  background: url(../images/section-crown05.svg) no-repeat bottom;
  background-size: 100%;
  -webkit-transform: translate(0, -99%);
          transform: translate(0, -99%);
}
#highlight .highlight-bg#highlight05 .course {
  position: relative;
}
#highlight .highlight-bg#highlight05 .course a {
  display: block;
  width: 52%;
  position: absolute;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#highlight .highlight-bg#highlight06 {
  margin-top: calc(min(5.333vw, 20px) * 0);
  padding-bottom: 0;
}
#highlight .highlight-bg#highlight06::before {
  background: url(../images/section-crown06.svg) no-repeat bottom;
  background-size: 100%;
  -webkit-transform: translate(0, -99%);
          transform: translate(0, -99%);
}
#highlight .highlight-bg#highlight06 .txt-subtitle {
  color: #005034;
}
#highlight .highlight-bg#highlight06 .txt-regular {
  color: #282828;
}
#highlight .highlight-bg#highlight06 .adjuster {
  height: 6em;
}
@media screen and (min-width: 768px) {
  #highlight .highlight-bg#highlight06 .adjuster {
    height: 180px;
  }
}
#highlight .highlight-bg#highlight06 .pass-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(min(5.333vw, 20px) * 2);
}
#highlight .highlight-bg#highlight06 .pass-list .pass {
  position: relative;
  background: #005034;
  padding: calc(min(5.333vw, 20px) * 2) calc(min(5.333vw, 20px) * 2) min(5.333vw, 20px);
}
#highlight .highlight-bg#highlight06 .pass-list .pass::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#highlight .highlight-bg#highlight06 .pass-list .pass .txt-strong {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#highlight .highlight-bg#highlight06 .pass-list .pass.pass-daynight {
  background: #008055;
}
#highlight .highlight-bg#highlight06 .pass-list .pass.pass-day {
  background: #81C11C;
}
#highlight .highlight-bg#highlight06 .pass-list .pass.pass-night {
  background: #0050AB;
}
#highlight .highlight-bg#highlight06 .pass-list .txt-regular {
  color: #282828;
}
#highlight .highlight-title {
  width: 10vw;
  position: absolute;
  right: min(5.333vw, 20px);
}
#highlight .highlight-box {
  width: 72vw;
}
#highlight .highlight-box-w {
  width: 77.333vw;
}
#highlight .fig-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#highlight .fig-text figure {
  width: 38vw;
}
@media screen and (min-width: 768px) {
  #highlight .highlight-title {
    width: 42px;
  }
  #highlight .highlight-box {
    width: 340px;
  }
  #highlight .highlight-box-w {
    width: 360px;
  }
  #highlight .fig-text figure {
    width: 150px;
  }
}

.under-section {
  position: relative;
}
.under-section-box {
  width: 72.333vw;
}
.under-section h2 {
  width: 10vw;
  position: absolute;
  right: min(5.333vw, 20px);
}
.under-section h3 {
  color: #005034;
  text-indent: -0.5em;
  margin-bottom: min(5.333vw, 20px);
}
.under-section .notice-box {
  padding: calc(min(5.333vw, 20px) * 2) min(5.333vw, 20px);
  background: rgba(155, 171, 171, 0.1);
}
.under-section dl {
  padding-block: min(5.333vw, 20px);
  border-top: solid 1px #505050;
}
@media screen and (min-width: 768px) {
  .under-section-box {
    width: 340px;
  }
  .under-section h2 {
    width: 42px;
  }
}

.access-car {
  padding-block: min(5.333vw, 20px);
}

.venue-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(5.333vw, 20px);
}
.venue-list li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.venue-list li::before {
  content: "●";
}
.venue-list li:nth-child(1)::before {
  color: #81C11C;
}
.venue-list li:nth-child(2)::before {
  color: #EED700;
}
.venue-list li:nth-child(3)::before {
  color: #EED700;
}
.venue-list li:nth-child(4)::before, .venue-list li:nth-child(5)::before {
  color: #AD8660;
}
.venue-list li:nth-child(6)::before, .venue-list li:nth-child(7)::before {
  color: #FF9933;
}
.venue-list li:nth-child(8)::before {
  color: #01CCEE;
}
.venue-list li:nth-child(9)::before {
  color: #005034;
}

.webwari::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 4em;
  height: 4em;
  background: url(../images/icon-webwari.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translate(15%, -25%);
          transform: translate(15%, -25%);
}

.bnr-passport {
  display: block;
  position: relative;
}

#passport-buy-window {
  display: none;
}
#passport-buy-window .modal-container {
  background: #fff;
  padding: 0;
  border-radius: 0;
}

#btn-passport-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 30vw;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
  background: url(../images/rokko-mont.svg) no-repeat bottom;
  background-size: 100%;
  padding-bottom: calc(min(5.333vw, 20px) / 2);
  font-size: min(4vw, 16px);
  font-weight: 600;
  color: #fff;
}
#btn-passport-fixed[hidden] {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
#btn-passport-fixed .ico-ticket {
  text-box: trim-both cap alphabetic;
  border-bottom: solid 1px #fff;
  padding-bottom: 1em;
}
#btn-passport-fixed .ico-ticket::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(../images/icon_ticket.svg) no-repeat center;
  background-size: 100%;
  margin-right: 1em;
  vertical-align: -0.6em;
}
@media screen and (min-width: 768px) {
  #btn-passport-fixed {
    display: none;
  }
}

#passport-buy h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #005034;
  border: solid 1px #005034;
  margin-bottom: min(5.333vw, 20px);
  padding: 1em 1em 2em;
  position: relative;
}
#passport-buy h2 strong {
  color: #005034;
  display: block;
}
#passport-buy h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border-right: solid 1px #005034;
  border-bottom: solid 1px #005034;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.passport-buy-list > ul {
  margin-bottom: calc(min(5.333vw, 20px) * 2);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(5.333vw, 20px);
}
.passport-buy-list > ul a {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  color: #282828;
  text-decoration: underline;
}
.passport-buy-list > ul a p b {
  display: block;
}
.passport-buy-list > ul .expo2025travel a .external-img {
  display: block;
  padding: 1em 2em 0;
}
.passport-buy-list .passport-buy-notice {
  padding: calc(min(5.333vw, 20px) * 2) min(5.333vw, 20px);
  background: rgba(155, 171, 171, 0.1);
}
.passport-buy-list .passport-buy-notice h3 {
  margin-bottom: min(5.333vw, 20px);
}
.passport-buy-list .passport-buy-notice h4 {
  margin-block: 1em;
}
.passport-buy-list .passport-buy-notice-item {
  margin-top: min(5.333vw, 20px);
  border-top: solid 1px #505050;
}
.passport-buy-list .passport-buy-notice-item ul li {
  margin-bottom: 1em;
}

#artist-window {
  display: none;
}

.artist-list {
  -webkit-padding-before: min(5.333vw, 20px);
          padding-block-start: min(5.333vw, 20px);
}
.artist-list > ul {
  margin-bottom: calc(min(5.333vw, 20px) * 2);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(5.333vw, 20px);
}
.artist-list > ul p {
  margin-top: 0.5em;
}
.artist-list > ul p b {
  display: block;
}
.artist-list > ul a {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  color: #282828;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .artist-list {
    -webkit-padding-before: calc(min(5.333vw, 20px) * 2);
            padding-block-start: calc(min(5.333vw, 20px) * 2);
    padding-inline: calc(min(5.333vw, 20px) * 2);
  }
  .artist-list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

#image-slider2 {
  padding-top: calc(min(5.333vw, 20px) * 2);
}

#side-visual {
  display: none;
}
@media screen and (min-width: 961px) {
  #side-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: calc((100% - 470px) / 2);
    height: 100vh;
    z-index: 20;
    background-color: #005034;
  }
  #side-visual img {
    max-width: 215px;
    height: auto;
  }
}

#main-visual {
  position: relative;
}
#main-visual::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5490196078)), color-stop(20%, rgba(0, 0, 0, 0.2901960784)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5490196078), rgba(0, 0, 0, 0.2901960784) 20%, transparent);
}
#main-visual > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: min(110vw, 520px);
}
#main-visual h1 {
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 0;
  left: 0;
  padding: min(5.333vw, 20px);
  width: min(61.333vw, 289px);
  opacity: 0;
  -webkit-animation: fade-in 1s forwards linear 1s;
          animation: fade-in 1s forwards linear 1s;
}
#main-visual p {
  position: absolute;
}
#main-visual p:nth-child(3) {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  bottom: 0;
  left: 0;
  padding: min(5.333vw, 20px);
  width: min(57.333vw, 250px);
  opacity: 0;
  -webkit-animation: fade-in 1s forwards linear 1s;
          animation: fade-in 1s forwards linear 1s;
}
#main-visual p:nth-child(4) {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  bottom: min(14vw, 55px);
  left: 0;
  padding: min(5.333vw, 20px);
  width: min(5.56vw, 28px);
  opacity: 0;
  -webkit-animation: fade-in 1s forwards linear 1s;
          animation: fade-in 1s forwards linear 1s;
}
#main-visual p:nth-child(5) {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  bottom: 0;
  right: 0;
  padding: min(5.333vw, 20px);
  width: min(20vw, 94px);
}

#introduction #artworks .txt-title {
  color: #005034;
}

.splide__arrows {
  display: none;
}

.splide__pagination {
  gap: 1em;
  margin-top: min(5.333vw, 20px) !important;
}

.splide__pagination__page {
  width: 0.25em;
  height: 0.25em;
  background: #fff;
  border-radius: 100%;
  opacity: 0.5;
}
.splide__pagination__page.is-active {
  opacity: 1;
}

.modaal-container {
  background: rgba(0, 0, 0, 0) !important;
}

.modaal-inner-wrapper {
  padding-inline: 0 !important;
}

.modaal-content-container {
  padding: 0 !important;
}

.modaal-overlay {
  background-color: #005034 !important;
  opacity: 0.95 !important;
}

.modaal-close {
  right: 0 !important;
  top: 0 !important;
  color: #9BABAB !important;
}

.modaal-close:focus, .modaal-close:hover {
  background: rgba(0, 0, 0, 0) !important;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: rgba(0, 0, 0, 0) !important;
}

.modaal-close:after, .modaal-close:before {
  width: 2px !important;
  background: #9BABAB !important;
}

.modal-container {
  background: #fff;
  padding: min(5.333vw, 20px) min(5.333vw, 20px) calc(min(5.333vw, 20px) * 2);
  border-radius: calc(min(5.333vw, 20px) * 2);
}

.modal-title {
  margin-block: min(5.333vw, 20px);
  color: #fff;
  text-align: center;
}
.modal-title.ico-ticket {
  text-box: trim-both cap alphabetic;
}
.modal-title.ico-ticket::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(../images/icon_ticket.svg) no-repeat center;
  background-size: 100%;
  margin-right: 1em;
  vertical-align: -0.6em;
}

.scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scroll-infinity__item-1 {
  width: 434vw;
}
@media screen and (min-width: 961px) {
  .scroll-infinity__item-1 {
    width: 2400px;
  }
}
.scroll-infinity__item-2 {
  width: 354vw;
}
@media screen and (min-width: 961px) {
  .scroll-infinity__item-2 {
    width: 1808px;
  }
}
.scroll-infinity .ltr {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity .rtl {
  -webkit-animation: infinity-scroll-right 80s infinite linear 0.5s both;
          animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.scroll-infinity:hover .ltr {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.scroll-infinity:hover .rtl {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

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

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */