@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top_common.css
Description : 総合トップ、プライバシーポリシー
===================================================================== */
/* =====================================================================
    mv
======================================================================*/
.mv > .inner {
  width: 100%;
  max-width: 1920px;
}
@media screen and (min-width: 768px) {
  .mv {
    background-color: #c6191f;
  }
}

/* =====================================================================
    venue
======================================================================*/
.main {
  overflow: visible;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .venue {
    padding-top: 8rem;
  }
}
.venue-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -6rem 0 8rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .venue-list {
    position: absolute;
    top: 0;
    right: 0;
    margin: calc(423 / 1920 * 100%) calc(100 / 1920 * 100%) 0 0;
    width: calc(950 / 1920 * 100%);
  }
}
.venue-list li {
  margin-bottom: 1.6rem;
  width: calc(680 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .venue-list li {
    margin: 0 1.0526315789% 1.6rem;
    width: 47.3684210526%;
  }
  .venue-list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.venue-list li:last-child {
  margin-bottom: 0;
}
.venue-list li a {
  position: relative;
  text-align: center;
  padding: 2em 1em;
  font-size: 2.6rem;
  font-weight: 800;
  color: #ffffff;
  background-color: #000000;
  border-radius: 3.2rem;
}
@media screen and (min-width: 768px) {
  .venue-list li a {
    font-size: 1.6rem;
  }
}
.venue-list li a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
  width: 1.1em;
  height: 1.1em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 24"><path d="M2,24c-.5,0-1.1-.2-1.5-.7-.7-.8-.7-2.1.1-2.8l9.4-8.5-6-5.5v5.5c0,1.1-.9,2-2,2s-2-.9-2-2V2C0,1.2.5.5,1.2.2,1.9-.1,2.8,0,3.3.5l11,10c.4.4.7.9.7,1.5s-.2,1.1-.7,1.5L3.3,23.5c-.4.3-.9.5-1.3.5Z" /></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 24"><path d="M2,24c-.5,0-1.1-.2-1.5-.7-.7-.8-.7-2.1.1-2.8l9.4-8.5-6-5.5v5.5c0,1.1-.9,2-2,2s-2-.9-2-2V2C0,1.2.5.5,1.2.2,1.9-.1,2.8,0,3.3.5l11,10c.4.4.7.9.7,1.5s-.2,1.1-.7,1.5L3.3,23.5c-.4.3-.9.5-1.3.5Z" /></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ffffff;
}
.venue-list li h2 {
  margin-bottom: 0.3em;
  font-size: 200%;
  letter-spacing: 0.2em;
}
.venue-list li em {
  font-style: normal;
  font-family: "Fredoka", sans-serif;
  font-size: 175%;
  letter-spacing: 0.1em;
  color: #ff0009;
}
.venue-ended {
  margin-bottom: 12rem;
  line-height: 1.666;
}
@media screen and (min-width: 768px) {
  .venue-ended {
    margin-bottom: 5rem;
  }
}
.venue-ended-ttl {
  text-align: center;
  margin-bottom: 1.2em;
  font-size: 133%;
  font-weight: 800;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .venue-ended-ttl {
    font-size: 120%;
  }
}
.venue-ended-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 133%;
}
@media screen and (min-width: 768px) {
  .venue-ended-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 120%;
  }
}
.venue-ended-list li {
  text-align: center;
  margin-bottom: 1em;
  padding-top: 0.8em;
  width: calc(328 / 680 * 100%);
  color: #b3b3b3;
  border-top: 2px solid currentColor;
}
@media screen and (min-width: 768px) {
  .venue-ended-list li {
    margin: 0 calc(8 / 1080 * 100%) 1.5em;
    width: calc(200 / 1080 * 100%);
    min-width: 150px;
  }
}

/* =====================================================================
    footer
======================================================================*/
.footer {
  padding-top: 16rem;
}
.footer::before {
  display: none;
}

@media screen and (min-width: 768px) {
  #top_common .banner-ghiblipark {
    margin-bottom: 4rem;
    width: calc(360 / 1080 * 100%);
  }
}
.btn-policy {
  margin-bottom: 0;
}

.copyright {
  padding-bottom: 6rem;
}

/* =====================================================================
    policy
======================================================================*/
#policy .mv {
  padding: 13rem 0 8rem;
  background-color: transparent;
}
#policy .mv h1 {
  margin: 0 auto;
  width: calc(684 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  #policy .mv h1 {
    width: 60%;
    max-width: 684px;
  }
}
#policy .banner-list li.btn-topCommon {
  padding-top: 0;
}

.policy h2 {
  text-align: center;
  margin-bottom: 8rem;
  font-size: 5.6rem;
  font-weight: 800;
  color: #c6191f;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .policy h2 {
    font-size: 210%;
  }
}
.policy-list {
  margin: 0 auto;
  width: calc(640 / 680 * 100%);
}
@media screen and (min-width: 768px) {
  .policy-list {
    width: calc(950 / 1080 * 100%);
  }
}
.policy-list > li {
  line-height: 1.5;
}
.policy-list > li:not(:last-child) {
  margin-bottom: 6rem;
}
.policy-list > li > *:not(:last-child) {
  margin-bottom: 3rem;
}
.policy-list > li > *:not(h3) {
  padding-left: 0.8em;
}
.policy-list > li h3 {
  font-size: 120%;
  font-weight: 800;
  color: #c6191f;
}
@media screen and (min-width: 768px) {
  .policy-list > li h3 {
    font-size: 140%;
  }
}
.policy-list > li h4 {
  position: relative;
}
.policy-list > li h4::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 0.3em solid #c6191f;
  border-radius: 0.4em;
}
.policy-list > li > p {
  line-height: 1.5;
}
.policy-list .list-num {
  counter-reset: number 0;
}
.policy-list .list-num > li {
  position: relative;
  padding-left: 2.6em;
  counter-increment: number 1;
}
.policy-list .list-num > li::before {
  content: "(" counter(number) ")";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  letter-spacing: 0;
}
.policy-list .list-dot > li {
  position: relative;
  padding-left: 1.1em;
}
.policy-list .list-dot > li::before {
  content: "・";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}/*# sourceMappingURL=top_common.css.map */