@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* top */
/* ============================================ */
.top-mainvisual {
  background-image: url(../images/top/mv_bg.webp);
  background-position: 80% center;
  background-size: cover;
}
.top-mainvisual__inner {
  position: relative;
  width: 100%;
}
.top-mainvisual__mv {
  margin: auto;
  width: 900px;
  max-width: 100%;
}
@media all and (max-width: 896px) {
  .top-mainvisual__mv {
    padding: 1em 0 5em 0;
  }
}
.top-mainvisual__ticket {
  position: absolute;
  right: 1em;
  bottom: -3.6em;
  width: 50%;
}
@media all and (max-width: 896px) {
  .top-mainvisual__ticket {
    width: 70%;
    bottom: -6em;
  }
}

.inner_ticket {
  position: relative;
}

.box_time {
  position: absolute;
  top: -70px;
  right: 55px;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  line-height: 1em;
  font-size: 2.6rem;
  font-weight: 700;
  color: #FFF;
}
@media (width < 896px) {
  .box_time {
    font-size: 2rem;
    top: -50px;
  }
}

.smaller {
  font-size: 0.7em;
}

.top-intro {
  padding: 5em 0 3em 0;
  background-color: #fff4f9;
  text-align: center;
}
@media all and (max-width: 896px) {
  .top-intro {
    padding: 6em 0 3em 0;
  }
}
.top-intro__inner {
  position: relative;
  margin: auto;
  max-width: 800px;
}
.top-intro__ttl {
  color: #c20d23;
  text-align: center;
  font-size: clamp(2rem, 3vw, 2em);
  padding: 0 0 0.5em 0;
}
.top-intro__ttl span {
  display: block;
  font-size: 70%;
}
.top-intro__imgleft {
  position: absolute;
  right: 105%;
  top: -50%;
  width: 40%;
  height: 100%;
  background-image: url(../images/top/intro_left.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 896px) {
  .top-intro__imgleft {
    top: -60%;
  }
}
.top-intro__imgright {
  position: absolute;
  left: 105%;
  bottom: -40%;
  width: 40%;
  height: 100%;
  background-image: url(../images/top/intro_right.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 896px) {
  .top-intro__imgright {
    left: 100%;
    bottom: -70%;
  }
}

.top-spot {
  padding: 5vw 0;
}
.top-spot__ttl {
  text-align: center;
  font-size: clamp(2rem, 3vw, 2em);
  padding: 0 0 1em 0;
}
.top-spot__ttl .sub {
  color: #fff590;
  background-color: #c20d23;
  padding: 0 1em;
  border-radius: 5px;
  display: inline-block;
}
.top-spot__ttl .main {
  display: block;
}
.top-spot__txt {
  text-align: center;
  word-break: auto-phrase;
}
.top-spot__map {
  text-align: center;
}
.top-spot__map img {
  width: 600px;
  max-width: 100%;
}
.top-spot__list {
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}
@media all and (max-width: 896px) {
  .top-spot__list {
    gap: 1.5em 1em;
  }
}
.top-spot__item {
  width: calc(33.3333333333% - 1.5em);
}
@media all and (max-width: 896px) {
  .top-spot__item {
    width: calc(100% - 0.75em);
  }
}
.top-spot__item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.top-spot__item .txt {
  padding: 1em;
}
.top-spot__item .town {
  color: #fff;
  padding: 0 0.5em;
  background-color: #48b26e;
  font-size: 0.9em;
}
.top-spot__item .town.joso {
  background-color: #48b26e;
}
.top-spot__item .town.chikusei {
  background-color: #adce3a;
}
.top-spot__item .town.shimotsuma {
  background-color: #72c7de;
}
.top-spot__item .name {
  font-size: 1.2em;
}
.top-spot__item .description {
  padding: 0.5em 0;
}
.top-spot__item .detail {
  font-size: 0.9em;
  color: #555;
  border-top: 1px solid #ddd;
  padding-top: 0.75em;
}

.top-ticket {
  padding: 5em 0;
}
.top-ticket__inner {
  position: relative;
  text-align: center;
}
.top-ticket__ttl {
  position: relative;
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: clamp(2rem, 3vw, 2em);
  padding-bottom: 0.5em;
}
@media all and (max-width: 896px) {
  .top-ticket__ttl {
    text-align: left;
    padding-left: 40px;
  }
}
.top-ticket__ttl span {
  color: #c20d23;
}
.top-ticket__ttl::before {
  content: "";
  position: absolute;
  top: -50%;
  right: 102%;
  display: inline-block;
  background-image: url(../images/top/ticket_ttl.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  width: 5em;
  height: 5em;
}
@media all and (max-width: 896px) {
  .top-ticket__ttl::before {
    right: 85%;
  }
}
.top-ticket__txt {
  text-align: center;
  padding: 0.5em 0;
  word-break: auto-phrase;
  position: relative;
}
.top-ticket__txt .shuryo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2em;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  padding: 8px;
  text-align: center;
  min-width: 290px;
  display: block;
}
.top-ticket__txt .shuryo .shuryo_inner {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}
.top-ticket__list {
  text-align: left;
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}
@media all and (max-width: 896px) {
  .top-ticket__list {
    gap: 1.5em 1em;
  }
}
.top-ticket__item {
  width: calc(33.3333333333% - 1.5em);
}
@media all and (max-width: 896px) {
  .top-ticket__item {
    width: calc(100% - 0.75em);
  }
}
.top-ticket__item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.top-ticket__item .txt {
  background-color: #fff;
  padding: 1em;
}
.top-ticket__item .town {
  color: #fff;
  padding: 0 0.5em;
  background-color: #48b26e;
  font-size: 0.9em;
}
.top-ticket__item .town.joso {
  background-color: #48b26e;
}
.top-ticket__item .town.chikusei {
  background-color: #adce3a;
}
.top-ticket__item .town.shimotsuma {
  background-color: #72c7de;
}
.top-ticket__item .name {
  font-size: 1.2em;
}
.top-ticket__item .description {
  padding: 0.5em 0;
}
.top-ticket__item .description img {
  width: 30%;
  padding: 0 0 0.2em 0.5em;
  float: right;
}
.top-ticket__item .detail {
  font-size: 0.9em;
  color: #555;
  border-top: 1px solid #ddd;
  padding-top: 0.75em;
}
.top-ticket__item .benefit {
  color: #c20d23;
}
.top-ticket__imgleft {
  position: absolute;
  right: 102%;
  bottom: -5%;
  width: 40%;
  height: 20em;
  background-image: url(../images/top/ticket_left.webp);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
@media all and (max-width: 896px) {
  .top-ticket__imgleft {
    height: 10em;
    width: 35%;
    right: 80%;
    bottom: -11em;
  }
}
.top-ticket__imgright {
  position: absolute;
  left: 95%;
  top: -5%;
  width: 40%;
  height: 15em;
  background-image: url(../images/top/ticket_right.webp);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
@media all and (max-width: 896px) {
  .top-ticket__imgright {
    height: 10em;
    width: 30%;
    left: 80%;
    top: -9em;
  }
}

.top-access {
  padding: 5em 0;
}
.top-access__ttl {
  text-align: center;
  font-size: clamp(2rem, 3vw, 2em);
  padding: 0 0 1em 0;
}
.top-access__img {
  text-align: center;
}
.top-access__img img {
  width: 100%;
}
.top-access__list {
  display: flex;
  gap: 2em;
}
@media all and (max-width: 896px) {
  .top-access__list {
    gap: 1.5em;
    flex-wrap: wrap;
  }
}
.top-access__list > * {
  width: 50%;
}
@media all and (max-width: 896px) {
  .top-access__list > * {
    width: 100%;
  }
}

.box_nav_top {
  padding: 40px;
}
.box_nav_top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.box_nav_top ul li {
  width: 240px;
  text-align: center;
}
.box_nav_top ul li a {
  font-size: 1.8rem;
  line-height: 1em;
  background-color: #c20d23;
  display: block;
  padding: 16px;
  color: #FFF;
  border-radius: 50px;
  position: relative;
}
.box_nav_top ul li a::after {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #FFF;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg id="arrow" data-name="arrow" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path class="st0" d="M12.6,12l-4.6-4.6,1.4-1.4,6,6-6,6-1.4-1.4,4.6-4.6Z"/></svg>');
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf-8,<svg id="arrow" data-name="arrow" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path class="st0" d="M12.6,12l-4.6-4.6,1.4-1.4,6,6-6,6-1.4-1.4,4.6-4.6Z"/></svg>');
  mask-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.box_nav_top ul li a:hover {
  background-color: #fff590;
  opacity: 1;
  color: #000;
}
.box_nav_top ul li a:hover::after {
  background-color: #000;
}

.btn_link {
  text-align: center;
  padding: 12px 0 0;
}
.btn_link a {
  font-size: 1.5rem;
  line-height: 1em;
  background-color: #c20d23;
  display: inline-block;
  padding: 10px 50px;
  color: #FFF;
  border-radius: 50px;
  position: relative;
}
.btn_link a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #FFF;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h240v80H200v560h560v-240h80v240q0 33-23.5 56.5T760-120H200Zm440-400v-120H520v-80h120v-120h80v120h120v80H720v120h-80Z"/></svg>');
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h240v80H200v560h560v-240h80v240q0 33-23.5 56.5T760-120H200Zm440-400v-120H520v-80h120v-120h80v120h120v80H720v120h-80Z"/></svg>');
  mask-size: contain;
  position: absolute;
  top: 52%;
  transform: translateY(-52%);
  right: 8px;
}
.btn_link a:hover {
  background-color: #fff590;
  opacity: 1;
  color: #000;
}
.btn_link a:hover::after {
  background-color: #000;
}

.finished {
  text-align: center;
  padding: 20px 0 0;
}

.column_movie {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.343cqw;
  padding: 2.343cqw 0 0;
}
@media (width < 480px) {
  .column_movie {
    grid-template-columns: repeat(1, 1fr);
  }
}

.box_movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.box_map {
  padding: 3em 0 0;
}

body.zh-TW .top-ticket__ttl {
  width: 100%;
  max-width: 450px;
}
@media all and (max-width: 896px) {
  body.zh-TW .top-ticket__ttl::before {
    top: -140%;
    right: 70%;
  }
}