@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : subpage.css
Description : 下層
===================================================================== */
/* =====================================================================
    submv
======================================================================*/
.submv {
  border-bottom: 0.4rem solid #c6191f;
}
@media screen and (min-width: 768px) {
  .submv {
    padding: 11rem 0;
    border-bottom-width: 0.8rem;
  }
}
.submv .inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .submv .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1600px;
  }
}
.submv-logo {
  padding: 0 calc(35 / 750 * 100%);
  font-size: 2.9rem;
}
@media screen and (min-width: 768px) {
  .submv-logo {
    flex-shrink: 0;
    margin-right: 2em;
    padding: 0;
    font-size: 3.2rem;
  }
}
.submv-logo a {
  display: flex;
  align-items: center;
  height: 10.4rem;
}
@media screen and (min-width: 768px) {
  .submv-logo a {
    height: auto;
  }
}
.submv-logo h1 {
  width: 11.03em;
}
@media screen and (min-width: 768px) {
  .submv-logo h1 {
    width: 17.5em;
  }
}
.submv-logo h2 {
  margin-left: 1em;
  padding: 0.55em 1.3em;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #c6191f;
  background-color: #f7b500;
  border-radius: 3em;
}
@media screen and (min-width: 768px) {
  .submv-logo a {
    transition: opacity 0.3s ease;
  }
  .submv-logo a:hover {
    animation: none;
    opacity: 0.6;
  }
}
.submv-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding: 3rem 0;
  gap: 0.5em 0;
}
@media screen and (min-width: 768px) {
  .submv-right {
    padding: 0;
    flex-direction: column;
  }
}
.submv-date {
  margin-bottom: 0.3em;
  font-size: 2.05rem;
  font-weight: 800;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .submv-date {
    margin-bottom: 0;
    font-size: 2.5rem;
  }
}
.submv-date em {
  font-style: normal;
  font-family: "Fredoka", sans-serif;
  font-size: 175%;
  letter-spacing: 0.08em;
  color: #c6191f;
}
.submv-venue {
  text-align: center;
  font-weight: 800;
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .submv-venue {
    font-size: 4.5rem;
  }
}

/* =====================================================================
    main
======================================================================*/
.main {
  padding-top: 16rem;
  background: linear-gradient(to bottom, transparent 0%, transparent 62rem, #f0f0f0 62rem, #f0f0f0 100%);
}
.main::before {
  content: "";
  position: absolute;
  display: block;
  top: 41.6rem;
  left: 0;
  width: 100%;
  height: 41.6rem;
  background: url(../images/common/bg_pattern02.jpg) repeat-x top center/auto 100%;
}
@media screen and (min-width: 768px) {
  .main::before {
    top: 36.8rem;
  }
}

.page-ttl {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 6.4rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #c6191f;
}
@media screen and (min-width: 768px) {
  .page-ttl {
    font-size: 240%;
  }
}

.page-lead {
  text-align: center;
  margin-bottom: 4rem;
}
.page-lead strong {
  display: inline-block;
  font-size: 120%;
  margin-bottom: 0.5em;
}

.sec-ttl {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 4.8rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #c6191f;
}
@media screen and (min-width: 768px) {
  .sec-ttl {
    font-size: 180%;
  }
}

.footer {
  background-color: #f0f0f0;
}
.footer::before {
  color: #ffffff;
}

/* =====================================================================
    ticket
======================================================================*/
.ticket section:not(:last-child) {
  margin-bottom: 16rem;
}
.ticket-box {
  border-radius: 3.2rem;
  overflow: hidden;
}
.ticket-box:not(:last-child) {
  margin-bottom: 4rem;
}
.ticket-box h4 {
  padding: 6rem calc(64 / 680 * 100%);
  font-weight: bold;
  font-size: 113%;
  color: #f7b500;
  line-height: 1.47;
  background-color: #c6191f;
}
@media screen and (min-width: 768px) {
  .ticket-box h4 {
    padding: 4rem calc(80 / 1080 * 100%);
    font-size: 120%;
  }
}
.ticket-box-inner {
  position: relative;
  padding: 6rem calc(64 / 680 * 100%);
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .ticket-box-inner {
    display: flex;
    justify-content: center;
    padding: 4rem calc(80 / 1080 * 100%);
  }
}
.ticket-box-inner > * {
  position: relative;
}
.ticket-box figure {
  margin: 0 auto 6rem;
}
@media screen and (min-width: 768px) {
  .ticket-box figure {
    flex-shrink: 0;
    margin: 0 8.6956521739% 0 0;
    width: 43.4782608696%;
  }
}
.ticket-box figure figcaption {
  margin-top: 0.5em;
  font-size: 80%;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .ticket-box-right {
    flex-grow: 1;
  }
}
.ticket-box-right > *:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .ticket-box-right > *:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.ticket-box-fee dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 120%;
  line-height: 1.666;
  border-bottom: 2px dotted #c6191f;
}
@media screen and (min-width: 768px) {
  .ticket-box-fee dl {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
  }
}
.ticket-box-fee dl:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.ticket-box-fee dl dt {
  position: relative;
  flex-shrink: 0;
  font-weight: normal;
  margin-right: 0.8em;
  min-width: 7em;
  color: #f7b500;
}
.ticket-box-fee dl dd {
  flex-grow: 1;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .ticket-fee .grid {
    flex-direction: row;
  }
  .ticket-fee .grid .sub-ttl::before {
    right: auto;
    left: -4rem;
  }
}
@media screen and (min-width: 768px) {
  .ticket-guide .grid {
    flex-direction: row-reverse;
  }
  .ticket-guide .grid .sub-ttl::before {
    left: auto;
    right: -10rem;
  }
}

/* fee
-----------------------------------------*/
.fee-table {
  border-radius: 3.2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fee-table {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fee-table dl {
  display: flex;
}
.fee-table dl > * {
  display: grid;
  align-content: center;
  justify-content: center;
  padding: 1.5em 0;
  width: calc(33.3333333333% - 2px);
  line-height: 1.333;
  margin: 1px;
}
.fee-table dl > * small {
  display: contents;
  font-size: 75%;
}
.fee-table dl dt {
  flex-shrink: 0;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #c6191f;
  background-color: #f7b500;
}
.fee-table dl dd {
  flex-grow: 1;
  text-align: center;
  font-size: 133%;
  background-color: #ffffff;
}
.fee-table dl dd small {
  margin-top: 0.26em;
  font-size: 75%;
}
.fee-table-head > * {
  color: #f7b500 !important;
  background-color: #c6191f !important;
}

.notice {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .notice {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.notice li {
  position: relative;
  margin-bottom: 0.3em;
  padding-left: 1em;
  font-size: 75%;
  line-height: 1.666;
}
.notice li::before {
  content: "※";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

/* guide
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .guide-list {
    border-radius: 3.2rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .guide-list > li {
    border-radius: 3.2rem;
    overflow: hidden;
  }
  .guide-list > li:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .guide-list > li {
    display: flex;
    justify-content: space-between;
  }
}
.guide-list > li h4,
.guide-list > li .guide-list-inner > * {
  margin: 2px 0;
  padding: 4rem calc(50 / 680 * 100%);
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .guide-list > li h4,
  .guide-list > li .guide-list-inner > * {
    margin: 1px;
    padding: 3.5rem calc(40 / 1080 * 100%);
  }
}
.guide-list > li h4 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .guide-list > li h4 {
    flex-shrink: 0;
    display: grid;
    align-items: center;
    width: calc(320 / 1080 * 100%);
  }
}
.guide-list > li h4 img {
  margin: auto;
  width: auto;
  height: 4.9rem;
}
@media screen and (min-width: 768px) {
  .guide-list > li h4 img {
    height: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .guide-list-inner {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .guide-list-inner {
    flex-grow: 1;
  }
  .guide-list-inner > * {
    min-height: 10.4rem;
  }
}

/* =====================================================================
    highlight
======================================================================*/
#highlight .main {
  padding-top: 0;
  background: transparent;
}
#highlight .main::before {
  display: none;
}

.highlight {
  padding: 16rem 0;
}
@media screen and (max-width: 767px) {
  .highlight > .inner {
    width: calc(640 / 750 * 100%);
  }
}
.highlight-catch {
  position: relative;
  margin: 0 0 4rem -3.125%;
  padding-top: 15.5rem;
  width: 106.25%;
}
@media screen and (min-width: 768px) {
  .highlight-catch {
    margin: 0 0 3rem;
    padding-top: 3rem;
    width: 100%;
  }
  .highlight-catch img {
    margin: 0 auto;
    width: calc(773 / 1080 * 100%);
    max-width: 50vw;
  }
}
.highlight-catch::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 7rem;
  height: 13rem;
  background: url(../images/common/img_parrot01.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .highlight-catch::before {
    top: auto;
    bottom: 0;
    right: auto;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .highlight-catch::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 7rem;
    height: 13rem;
    background: url(../images/common/img_parrot01.png) no-repeat center/contain;
  }
}
.highlight-illust {
  margin: 0 calc(50% - 50vw) 7rem;
}
.highlight-intro > *:not(:last-child) {
  margin-bottom: 7rem;
}
.highlight-intro p {
  font-size: 113%;
}
.highlight-movie {
  margin: 8rem auto 0;
}
@media screen and (min-width: 768px) {
  .highlight-movie {
    max-width: 800px;
  }
}
.highlight-bottom {
  background: linear-gradient(to bottom, transparent 0%, transparent 62rem, #f0f0f0 62rem, #f0f0f0 100%);
}
.highlight-bottom::before {
  content: "";
  position: absolute;
  display: block;
  top: 41.6rem;
  left: 0;
  width: 100%;
  height: 41.6rem;
  background: url(../images/common/bg_pattern02.jpg) repeat-x top center/auto 100%;
}
@media screen and (min-width: 768px) {
  .highlight-bottom::before {
    top: 36.8rem;
  }
}
.highlight-list > li:not(:last-child) {
  margin-bottom: 16rem;
}
.highlight-list > li > *:not(:last-child) {
  margin-bottom: 7rem;
}
.highlight-list-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 133%;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #c6191f;
}
@media screen and (min-width: 768px) {
  .highlight-list-ttl {
    flex-direction: row;
    font-size: 4rem;
    font-size: max(4rem, 28px);
  }
}
.highlight-list-ttl::before {
  content: "";
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto 0.6em;
  width: 7rem;
  height: 13rem;
  background: url(../images/common/img_parrot02.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .highlight-list-ttl::before {
    flex-shrink: 0;
    right: auto;
    margin: 0 0.6em 0 0;
  }
}
.highlight-list-subttl {
  font-weight: 700;
  font-size: 106%;
  line-height: 1.666;
}
@media screen and (min-width: 768px) {
  .highlight-list-subttl {
    font-size: 150%;
  }
}
.highlight-list-subttl::before {
  content: "●";
  display: inline-block;
  margin-right: 0.3em;
  color: #c6191f;
}
.highlight-list-subttl + p {
  margin-top: -5rem;
}
@media screen and (min-width: 768px) {
  .highlight-list-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1400px) {
  .highlight-list-img {
    margin-left: -9.2592592593%;
    width: calc(1280 / 1080 * 100%);
  }
}
@media screen and (max-width: 767px) {
  .highlight-list-img > li:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .highlight-list-img > li {
    margin: 0 calc(40 / 1280 * 100%) 4rem 0;
    width: calc(400 / 1280 * 100%);
  }
  .highlight-list-img > li:nth-child(3n), .highlight-list-img > li:last-child {
    margin-right: 0;
  }
  .highlight-list-img > li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
.highlight-list figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.highlight-list figure figcaption {
  text-align: center;
  margin-top: 0.5em;
  font-size: 93%;
  line-height: 1.3;
}

/* =====================================================================
    access
======================================================================*/
@media screen and (max-width: 767px) {
  .access > .inner {
    width: calc(640 / 750 * 100%);
  }
}
.access .page-lead {
  font-size: 90%;
}
@media screen and (min-width: 768px) {
  .access .page-lead {
    float: left;
    text-align: left;
  }
}
.access-btn {
  margin-bottom: 4rem;
  min-width: auto;
}
@media screen and (min-width: 768px) {
  .access-btn {
    float: right;
  }
}
.access-btn a {
  padding: 0.4em 2em;
  font-size: 90%;
}
.access-map {
  margin-bottom: 16rem;
}
@media screen and (min-width: 768px) {
  .access-map {
    margin-bottom: 8rem;
  }
}
.access-map iframe {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .access-map iframe {
    height: 600px;
  }
}
.access-list > li:not(:last-child) {
  margin-bottom: 12rem;
}
@media screen and (min-width: 768px) {
  .access-list > li:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.access-list > li > ul > li {
  position: relative;
  padding-left: 1.15em;
  line-height: 1.666;
}
.access-list > li > ul > li:not(:last-child) {
  margin-bottom: 0.8em;
}
.access-list > li > ul > li::before {
  content: "●";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  color: #f7b500;
}
.access-list-ttl {
  margin-bottom: 6rem;
  font-size: 133%;
  font-weight: 800;
  color: #c6191f;
}
@media screen and (min-width: 768px) {
  .access-list-ttl {
    font-size: 150%;
  }
}

/* =====================================================================
    faq
======================================================================*/
.faq .page-ttl {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .faq-list {
    max-width: 880px;
    margin: 0 auto;
  }
}
.faq-list li {
  margin-bottom: 16rem;
}
.faq-list li dl {
  line-height: 1.666;
  border-radius: 3.2rem;
  overflow: hidden;
  border: 2px solid #f0f0f0;
}
.faq-list li dl:not(:last-child) {
  margin-bottom: 0.8rem;
}
.faq-list li dl > * {
  position: relative;
  padding: 0.9em 3em;
}
.faq-list li dl > *::before {
  content: "";
  position: absolute;
  display: grid;
  justify-content: center;
  align-content: center;
  top: 0.65em;
  left: 0.68em;
  width: 1.55em;
  height: 1.55em;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 113%;
  color: #ffffff;
  border-radius: 0.25em;
}
@media screen and (min-width: 768px) {
  .faq-list li dl > *::before {
    top: 0.9em;
    left: 2.8em;
  }
}
@media screen and (min-width: 768px) {
  .faq-list li dl > * {
    padding: 1em 6em;
  }
}
.faq-list li dl dt {
  font-weight: 800;
  background-color: #ffffff;
}
.faq-list li dl dt::before {
  content: "Q";
  background-color: #c6191f;
}
.faq-list li dl dd {
  border-top: 2px solid #f0f0f0;
  background-color: #ffffff;
}
.faq-list li dl dd::before {
  content: "A";
  background-color: #f7b500;
}
.faq-list li dl.accordion dt {
  cursor: pointer;
}
.faq-list li dl.accordion dt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.7em;
  width: 2em;
  height: 2em;
  background: url(../images/common/icon-plus.svg) no-repeat center/contain;
  transition: background-image 0.3s ease;
}
@media screen and (min-width: 768px) {
  .faq-list li dl.accordion dt::after {
    right: 2.2em;
  }
}
.faq-list li dl.accordion dt.is-active::after {
  background-image: url(../images/common/icon-minus.svg);
}
.faq-note {
  text-align: center;
  font-size: 113%;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .faq-note {
    font-size: 170%;
  }
}
.faq-btn {
  position: relative;
  padding-top: 2.13em;
}
@media screen and (min-width: 768px) {
  .faq-btn {
    min-width: calc(320 / 1080 * 100%);
  }
}
.faq-btn::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.8em;
  right: 2.7em;
  width: 2.65em;
  height: 2.4em;
  background: url(../images/common/img_kurosuke01.png) no-repeat center/contain;
  animation: up 1.5s ease-in-out 0.5s infinite alternate;
  z-index: -1;
  transform: scale(-1, -1);
}
.faq-btn a {
  letter-spacing: 0.4em;
}
@media screen and (min-width: 768px) {
  .faq-btn a {
    font-size: 100%;
  }
}

/* =====================================================================
    goods
======================================================================*/
.goods .page-ttl {
  margin-bottom: 8rem;
}
.goods-group:not(:last-child) {
  margin-bottom: 16rem;
}
.goods-pickup {
  padding: calc(64 / 680 * 100%);
  color: #f0f0f0;
  background-color: #c6191f;
  border-radius: 3.2rem;
}
@media screen and (min-width: 768px) {
  .goods-pickup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem calc(80 / 1080 * 100%);
  }
}
.goods-pickup figure {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .goods-pickup figure {
    flex-shrink: 0;
    margin: 0;
    width: 43.4782608696%;
  }
}
@media screen and (min-width: 768px) {
  .goods-pickup-right {
    width: 48.9130434783%;
  }
}
.goods-pickup-desc {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  color: #f7b500;
  border-bottom: 2px dotted currentColor;
}
.goods-pickup-desc dl {
  display: flex;
  margin-bottom: 0.3em;
  font-size: 120%;
}
.goods-pickup-desc dl > * {
  line-height: 1.25;
}
.goods-pickup-desc dl > * small {
  font-size: 70%;
}
.goods-pickup-desc dl dt {
  position: relative;
  flex-shrink: 0;
}
.goods-pickup-desc dl dt::after {
  content: "：";
  display: inline-block;
}
.goods-pickup-desc dl dd {
  flex-grow: 1;
  font-weight: 800;
}
.goods-list {
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
}
@media screen and (min-width: 768px) {
  .goods-list {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem calc(40 / 1280 * 100%);
  }
}
@media screen and (min-width: 1400px) {
  .goods-list {
    margin-left: -9.2592592593%;
    width: calc(1280 / 1080 * 100%);
  }
}
.goods-list > li {
  padding: calc(64 / 680 * 100%);
  background-color: #ffffff;
  border-radius: 3.2rem;
}
@media screen and (min-width: 768px) {
  .goods-list > li {
    padding: calc(24 / 1280 * 100%);
    width: calc(400 / 1280 * 100%);
  }
}
.goods-list > li figure {
  margin-bottom: 1em;
}
.goods-list > li h4 {
  text-align: center;
  font-size: 120%;
  font-weight: 800;
  line-height: 1.571;
  color: #f7b500;
  line-height: 1.25;
}
.goods-list > li .price {
  text-align: center;
  margin-top: 0.2em;
  font-size: 100%;
  font-weight: 800;
  color: #f7b500;
  line-height: 1.25;
}
.goods-list > li .price small {
  font-size: 70%;
  vertical-align: text-bottom;
}
.goods-list > li p:not(.price) {
  margin-top: 1em;
}
.goods-btn {
  position: relative;
  margin-top: 7rem;
  padding-top: 2.13em;
}
@media screen and (min-width: 768px) {
  .goods-btn {
    min-width: calc(400 / 1080 * 100%);
  }
}
.goods-btn::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.8em;
  right: 2.7em;
  width: 2.65em;
  height: 2.4em;
  background: url(../images/common/img_kurosuke01.png) no-repeat center/contain;
  animation: up 1.5s ease-in-out 0.5s infinite alternate;
  z-index: -1;
  transform: scale(-1, -1);
}
.goods-btn a {
  font-size: 106%;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .goods-btn a {
    font-size: 100%;
  }
}/*# sourceMappingURL=subpage.css.map */