@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ・共通トップ
===================================================================== */
.sec-ttl {
  font-size: 8rem;
}

/* =====================================================================
    mv
======================================================================*/
.mv {
  z-index: 10;
}
.mv-desc {
  position: absolute;
  bottom: 3.8rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.mv-date {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
}
.mv-date span:nth-child(2) {
  position: relative;
  margin-left: 0.5em;
  padding-left: 1.5em;
}
.mv-date span:nth-child(2)::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0.6em;
  left: 0;
  width: 1em;
  height: 0.1em;
  background-color: #ffffff;
}
.mv-date em {
  font-style: normal;
  font-size: 200%;
}
.mv-place {
  font-size: 3.8rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .mv-desc {
    padding-left: 6.5rem;
    text-align: left;
  }
  .mv-date {
    justify-content: flex-start;
  }
}
/* =====================================================================
    content
======================================================================*/
.content .sec-ttl {
  text-align: left;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media screen and (max-width: 767px) {
  .main > section:nth-of-type(2n) .content .sec-ttl {
    text-align: right;
  }
}
/* =====================================================================
    news
======================================================================*/
.news-list li {
  position: relative;
  border-bottom: 1px solid #000000;
}
.news-list li:last-child {
  border-bottom: 0;
}
.news-list li a {
  position: relative;
  padding: 4rem;
}
.news-list li a:not([tabindex="-1"])::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 2rem;
  right: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21"><polygon points="19,0 19,17.6 1.7,0.3 0.3,1.7 17.6,19 0,19 0,21 21,21 21,0 "/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21"><polygon points="19,0 19,17.6 1.7,0.3 0.3,1.7 17.6,19 0,19 0,21 21,21 21,0 "/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #000000;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .news-list li a:not([tabindex="-1"])::after {
    bottom: 0.8rem;
    right: 0.8rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.news-list li time {
  font-family: "Jost", sans-serif;
  color: #7b80c7;
  letter-spacing: 0;
}
.news-list li h3 {
  margin-top: 0.5em;
  line-height: 1.666;
}
.news-list li.new::before {
  content: "NEW";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 4rem 0 0 calc(8.5em + 4rem);
  padding: 0.2em 0.8em;
  font-family: "Jost", sans-serif;
  font-size: 73%;
  color: #f6f2fa;
  line-height: 1;
  letter-spacing: 0;
  background-color: #7b80c7;
  pointer-events: none;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .news-list li a {
    padding: 20px 4rem;
  }
  .news-list li a:not([tabindex="-1"]) {
    position: relative;
    z-index: 1;
  }
  .news-list li a:not([tabindex="-1"])::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000;
    width: 100%;
    height: 0;
    transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    z-index: -1;
  }
  .news-list li a:not([tabindex="-1"]):hover::before {
    height: 100%;
  }
  .news-list li a:not([tabindex="-1"]):hover {
    color: #ffffff;
  }
  .news-list li a:not([tabindex="-1"]):hover::after {
    background-color: #ffffff;
  }
  .news-list li h3 {
    margin-top: 0.3em;
  }
  .news-list li.new::before {
    margin-top: 20px;
  }
}
/* =====================================================================
    movie
======================================================================*/
@media screen and (max-width: 767px) {
  .movie .sec-ttl {
    padding-bottom: 24rem;
  }
}
.movie .content-right {
  position: absolute;
  top: 30rem;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .movie .content-right {
    transform: translateX(-50%);
    width: calc(600 / 686 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .movie .content-left {
    height: 32rem;
  }
  .movie .content-right {
    top: 0;
    left: 0;
  }
}
/* =====================================================================
    outline
======================================================================*/
@media screen and (max-width: 767px) {
  .outline .content-left {
    display: contents;
  }
  .outline .btn-request {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .outline-list {
    border-top: 1px solid #000000;
  }
}
.outline-list li {
  position: relative;
  padding: 4rem;
  line-height: 1.666;
  border-bottom: 1px solid #000000;
}
.outline-list li:last-child {
  border-bottom: 0;
}
.outline-list li h3 {
  margin-bottom: 2rem;
  font-weight: bold;
  color: #7b80c7;
}
.outline-list li p em {
  font-style: normal;
  font-size: 133%;
}
.outline-list li .btn-map {
  position: relative;
  display: inline-block;
  margin-top: 0.3em;
  padding: 0.2em 2em;
  font-family: "Jost", sans-serif;
  font-size: 80%;
  color: #f6f2fa !important;
  background-color: #7b80c7;
}
.outline-list li .btn-map::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 1em;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.1em solid;
  border-right: 0.1em solid;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
}

.btn-request {
  position: relative;
  padding: 10rem 0;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
}
.btn-request::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 2rem;
  right: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21"><polygon points="19,0 19,17.6 1.7,0.3 0.3,1.7 17.6,19 0,19 0,21 21,21 21,0 "/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21"><polygon points="19,0 19,17.6 1.7,0.3 0.3,1.7 17.6,19 0,19 0,21 21,21 21,0 "/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .btn-request::after {
    bottom: 0.8rem;
    right: 0.8rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.btn-request dt {
  margin-bottom: 0.6em;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.25;
}
.btn-request dd {
  display: inline-block;
  padding: 0.3em 2em;
  max-width: 90%;
  font-weight: bold;
  color: #ffffff;
  border-radius: 2em;
  background: url(../images/common/bg_pattern1.jpg) no-repeat center/cover;
}

.popup-list > li h2 {
  text-align: center;
  margin-bottom: 1.2em;
  padding-bottom: 1em;
  font-size: 115%;
  font-weight: bold;
  color: #7b80c7;
  border-bottom: 1px solid;
}

@media screen and (min-width: 768px) {
  .outline-list li {
    display: flex;
    align-items: center;
    padding: 4rem;
  }
  .outline-list li h3 {
    flex-shrink: 0;
    width: 9em;
    margin: 0;
    padding-right: 1em;
  }
  .outline-list li p em {
    font-size: 120%;
  }
  .outline-list li .btn-map {
    position: relative;
    z-index: 1;
  }
  .outline-list li .btn-map::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000;
    width: 100%;
    height: 0;
    transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    z-index: -1;
  }
  .outline-list li .btn-map:hover::before {
    height: 100%;
  }
  .btn-request {
    border-top: 1px solid #000000;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .btn-request:hover {
    color: #000000;
    background-color: #ffffff;
  }
  .btn-request:hover::after {
    background-color: #000000;
  }
  .btn-request dt {
    font-size: 4rem;
  }
}
/* =====================================================================
    sns
======================================================================*/
.sns-list li {
  border-bottom: 1px solid #f6f2fa;
}
.sns-list li a {
  justify-content: flex-start;
  padding-left: 8rem;
}
.sns-list li a .font-en {
  font-weight: normal;
}
.sns-list li a svg {
  margin-right: 0.8em;
  width: 1.9em;
  height: 1.9em;
  fill: #ffffff;
  transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {
  .sns-list {
    display: flex;
    flex-wrap: wrap;
  }
  .sns-list li {
    width: 50%;
  }
  .sns-list li:nth-child(2n) {
    border-left: 1px solid #f6f2fa;
  }
  .sns-list li a {
    justify-content: center;
    padding-left: 0;
  }
  .sns-list li a:hover svg {
    fill: #000000;
  }
}
/* =====================================================================
    共通トップ
======================================================================*/
.venue-text {
  padding: 6rem 4rem;
  line-height: 1.666;
}
.venue .contentHalf {
  border-top: 1px solid #000000;
}
.venue-ttl {
  padding: 6rem 4rem;
  font-family: "Jost", sans-serif;
  font-size: 8rem;
  letter-spacing: 0;
}
.venue-desc {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
  padding: 0 4rem;
}
.venue-desc dt {
  margin-right: 1em;
  padding: 0.4em 1em 0.3em;
  flex-shrink: 0;
  font-weight: normal;
  color: #ffffff;
  background-color: #000000;
}
.venue-desc dd {
  font-weight: bold;
  line-height: 1.333;
}
.venue-desc-date {
  display: flex;
  flex-wrap: wrap;
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  font-weight: normal !important;
  letter-spacing: 0;
}
.venue-desc-date span:nth-child(2) {
  position: relative;
  margin-left: 0.5em;
  padding-left: 1.5em;
}
.venue-desc-date span:nth-child(2)::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 1.2em;
  left: 0;
  width: 1em;
  height: 0.1em;
  background-color: #000000;
}
.venue-desc-date em {
  font-style: normal;
  font-size: 270%;
}
.venue-btn {
  margin-top: 4rem;
}
.venue-btn a {
  font-size: 126%;
}

@media screen and (min-width: 768px) {
  .venue-text {
    margin: 0 auto;
    padding: 3.3rem calc(100 / 1728 * 100%);
    width: calc(1152 / 1728 * 100%);
    min-width: 640px;
  }
  .venue .contentHalf > * {
    padding: 8rem calc(80 / 1728 * 100%);
  }
  .venue .contentHalf-right {
    border-left: 1px solid #000000;
  }
  .venue-ttl {
    padding: 0 0 8rem;
  }
  .venue-desc {
    padding: 0;
  }
  .venue-desc-date {
    margin-bottom: 0.5em;
    font-size: 100%;
  }
  .venue-btn {
    margin-top: 2.4rem;
    font-size: 3rem;
  }
  .venue-btn a {
    height: 2.7em;
  }
}/*# sourceMappingURL=top.css.map */