@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
.top-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) {
  .top-ttl {
    font-size: 4.8rem;
  }
}

/* =====================================================================
    mv
======================================================================*/
.mv h1 {
  background-color: #c6191f;
}
@media screen and (min-width: 768px) {
  .mv h1 img {
    margin: 0 auto;
    max-width: 1080px;
  }
}
.mv-bottom {
  position: relative;
  text-align: center;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .mv-bottom {
    padding: 7rem 0;
  }
}
.mv h2 {
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 0.4em;
  width: 9em;
  font-size: 6rem;
  font-weight: 800;
  letter-spacing: 0.4em;
  color: #ffffff;
  background-color: #000000;
  border-radius: 3em;
}
@media screen and (min-width: 768px) {
  .mv h2 {
    font-size: 250%;
  }
}
.mv-date {
  font-weight: 800;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .mv-date {
    font-size: 115%;
  }
}
.mv-date em {
  font-style: normal;
  font-family: "Fredoka", sans-serif;
  font-size: 175%;
  letter-spacing: 0.08em;
  color: #c6191f;
}
.mv-venue {
  margin-top: 0.3em;
  font-weight: 800;
  font-size: 6rem;
  font-size: 200%;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .mv-venue {
    font-size: 225%;
  }
}

/* =====================================================================
    news
======================================================================*/
.news {
  padding: 16rem 0;
  background-color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .news {
    padding-top: 8rem;
  }
  .news::before, .news::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: -10rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 28rem;
    height: 51.4rem;
    background: url(../images/common/img_parrot01.png) no-repeat center/contain;
  }
  .news::after {
    left: auto;
    right: -10rem;
  }
}
.news-footprints01 {
  position: absolute;
  bottom: 31rem;
  right: 0;
  width: 48.8rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .news-footprints01 {
    bottom: 18rem;
    right: 4rem;
  }
}
.news-footprints02 {
  position: absolute;
  bottom: -27rem;
  left: 4rem;
  width: 48.8rem;
  z-index: 1;
}
.news-list {
  background-color: #ffffff;
  border-radius: 3.2rem;
  overflow: hidden;
}
.news-list li {
  position: relative;
  padding: 3.2rem calc(50 / 680 * 100%);
  border-bottom: 1px solid #f7b500;
}
@media screen and (min-width: 768px) {
  .news-list li {
    padding: 3.2rem calc(60 / 1080 * 100%);
  }
  .news-list li,
  .news-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news-list li:last-child {
  border-bottom: 0;
}
.news-list li time {
  font-family: "Fredoka", sans-serif;
  font-size: 93%;
  color: #f7b500;
}
@media screen and (min-width: 768px) {
  .news-list li time {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 2em;
    width: 7em;
  }
}
.news-list li h3 {
  margin-top: 0.6em;
  line-height: 1.266;
}
@media screen and (min-width: 768px) {
  .news-list li h3 {
    margin-top: 0;
  }
}
.news-list li a h3 {
  text-decoration: underline;
}

.bnt-x {
  margin-top: 23rem;
}
@media screen and (min-width: 768px) {
  .bnt-x {
    margin-top: 8rem;
  }
}
.bnt-x a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bnt-x a svg {
  margin-right: 0.8em;
  width: 1.35em;
  height: 1.35em;
  fill: #ffffff;
}

/* =====================================================================
    intro
======================================================================*/
.intro {
  padding: 8rem 0;
  background-color: #f7b500;
}
.intro .top-ttl {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.intro-text {
  margin: 0 auto;
  width: 90%;
  line-height: 1.766 !important;
}
@media screen and (min-width: 768px) {
  .intro-text {
    width: 85%;
    max-width: 65vw;
  }
}

/* =====================================================================
    outline
======================================================================*/
.outline {
  padding: 22rem 0 0;
  background: url(../images/common/bg_pattern01.jpg) repeat-x top center/auto 41.6rem;
}
@media screen and (min-width: 768px) {
  .outline {
    padding-top: 16rem;
  }
}
.outline-list {
  border-radius: 3.2rem;
  overflow: hidden;
}
.outline-list li {
  position: relative;
  line-height: 1.266;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .outline-list li {
    padding: 4rem calc(55 / 680 * 100%);
    background-color: #f0f0f0;
  }
}
@media screen and (min-width: 768px) {
  .outline-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .outline-list li > * {
    padding: 3.2rem calc(55 / 1080 * 100%);
    background-color: #f0f0f0;
  }
}
.outline-list li:last-child {
  margin-bottom: 0;
}
.outline-list li h3 {
  position: relative;
  margin-bottom: 0.4em;
  color: #f7b500;
}
@media screen and (min-width: 768px) {
  .outline-list li h3 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 12em;
    margin: 0 0.4rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .outline-list li p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.outline-list li p .indent {
  display: block;
  margin-top: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
.outline-list .btn-map {
  position: relative;
  display: inline-block;
  margin: 0.8em 0;
  padding: 0.5em 1.2em;
  padding-right: 2.8em;
  font-size: 80%;
  font-weight: bold;
  border-radius: 2em;
  letter-spacing: 0;
  color: #f7b500;
  background-color: #000000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .outline-list .btn-map {
    margin: -1.4em 0 0;
    float: right;
    clear: both;
  }
}
.outline-list .btn-map::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1.1em;
  margin: auto 0;
  width: 0.6em;
  height: 0.6em;
  -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;
}/*# sourceMappingURL=top.css.map */