@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップページ
===================================================================== */
.main_bg {
  position: relative;
  height: 150.5vh;
}
.main_bg .bg_img {
  position: relative;
}
.main_bg .bg_img .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main_bg .bg_img .slick-slide {
  height: auto !important;
}
.main_bg .bg_img .slick-slide * {
  height: 100%;
}
.main_bg .bg_img .slick-slide * img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .main_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 161vh;
  }
  .main_bg li {
    left: auto;
    right: 0;
  }
  .main_bg .bg_img {
    width: 79.1666666667%;
    margin-left: auto;
    height: auto;
  }
}
/* アスペクト比でMVの高さを可変する */
@media screen and (min-width: 768px) and (max-height: 1000px) and (min-aspect-ratio: 1.5/1) {
  .main_bg {
    height: max(200vh, 800px);
  }
}
/* =====================================================================
    note
======================================================================*/
.note {
  text-align: center;
  padding: 3rem 0;
  color: #fff;
  background-color: #e4765d;
}
.note_inner {
  margin: 0 auto;
  width: 90%;
}
.note_ttl {
  margin-bottom: 0.5em;
  font-size: 1.8em;
  font-weight: bold;
}
.note p {
  line-height: 1.5;
}

/* ====================================================
    mv
=====================================================*/
#mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#mv .mv_logoBlock {
  margin-top: 42.6666666667%;
  margin-left: auto;
}
#mv .mv_logoBlock .mv_logo-sub {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 66.6666666667%;
  margin: 10px auto 0;
}
#mv .mv_logoBlock .mv_logo-sub.is-show {
  opacity: 1;
}
#mv #mv_logo {
  width: 92%;
  margin: 0 auto;
}
#mv #mv_logo svg {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#mv #mv_logo svg.is-show {
  opacity: 1;
}
#mv #mv_logo path {
  fill: #F6C6CA;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: drop-shadow(2px 2px 4px #9c9b99);
          filter: drop-shadow(2px 2px 4px #9c9b99);
}
#mv #mv_logo .mv_logo-l {
  -webkit-transform: translateX(68px);
          transform: translateX(68px);
}
#mv #mv_logo .mv_logo-l.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#mv #mv_logo .mv_logo-o {
  -webkit-transform: translateX(72px);
          transform: translateX(72px);
}
#mv #mv_logo .mv_logo-o.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#mv #mv_logo .mv_logo-e {
  -webkit-transform: translateX(-66px);
          transform: translateX(-66px);
}
#mv #mv_logo .mv_logo-e.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#mv #mv_logo .mv_logo-u, #mv #mv_logo .mv_logo-r {
  display: none;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#mv #mv_logo .mv_logo-u.is-active, #mv #mv_logo .mv_logo-r.is-active {
  display: block;
}
#mv .mv_lead {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  margin-top: 36%;
  margin-left: auto;
  margin-right: 4.8%;
}
#mv .mv_lead.is-show {
  opacity: 1;
}
#mv .mv_lead.lead-sp {
  display: block;
  width: 14rem;
}
#mv .mv_lead.lead-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  #mv {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #mv .mv_logoBlock {
    margin-top: 8.3333333333%;
    margin-bottom: 10.4166666667%;
    margin-right: 6.25%;
  }
  #mv .mv_logoBlock .mv_logo-sub {
    width: 40rem;
    margin: 6px auto 0;
  }
  #mv #mv_logo {
    width: 60rem;
  }
  #mv .mv_lead {
    margin-top: 4.1666666667%;
    margin-left: 27.0833333333%;
    margin-right: auto;
  }
  #mv .mv_lead.lead-sp {
    display: none;
  }
  #mv .mv_lead.lead-pc {
    display: block;
    width: 14rem;
  }
}
/* ====================================================
    movie
=====================================================*/
#movie {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 100vh;
  height: 44.9333333333%;
}
#movie .movie_bg {
  opacity: 0.8;
}
#movie .movie_bg.bg-sp {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 75%;
}
#movie .movie_bg.bg-sp img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#movie .inner {
  top: 15vh;
}
#movie .sec_ttl {
  padding-top: 14.6666666667%;
}
#movie .movie_area {
  padding: 3.6rem 1.8rem;
}
#movie .movie_area .movie_list_embed {
  position: relative;
  display: block;
  max-width: 100%;
  padding-top: 56.25%;
  /* COMING SOON用 */
}
#movie .movie_area .movie_list_embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#movie .movie_area .movie_list_embed .movie_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  #movie {
    width: 100%;
    top: auto;
    bottom: 0;
    right: auto;
    height: auto;
  }
  #movie .movie_bg.bg-pc {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    margin-right: 6.5625%;
  }
  #movie .movie_bg.bg-pc img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #movie .inner {
    top: 0;
    margin-left: 20.8333333333%;
    padding: 0;
  }
  #movie .sec_ttl {
    width: 79.5%;
    margin: 0 auto;
    padding-top: 3rem;
  }
  #movie .movie_area {
    width: 60%;
    max-width: 480px;
    margin: 0.9375% auto 5.2083333333% 10.4166666667%;
    padding: 0;
  }
}
@media screen and (min-width: 1150px) {
  #movie .sec_ttl {
    width: 73%;
  }
  #movie .movie_area {
    width: 80%;
    max-width: 638px;
    margin-left: 13.5416666667%;
  }
}
@media screen and (min-width: 1450px) {
  #movie .sec_ttl {
    width: 65.5%;
  }
  #movie .movie_area {
    width: 100%;
    max-width: 768px;
    margin-left: 17.1875%;
  }
}
@media screen and (min-width: 1600px) {
  #movie .sec_ttl {
    width: 55.5%;
  }
  #movie .movie_area {
    margin-left: 21.875%;
  }
}
@media screen and (min-width: 1920px) {
  #movie .sec_ttl {
    width: 62.5%;
  }
  #movie .movie_area {
    margin-left: 18.75%;
  }
}
/* ====================================================
    news
=====================================================*/
#news .news_bg {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 7.4666666667%;
}
#news .sec_ttl {
  padding-top: 16%;
}
#news .news_wrap {
  width: 80.5333333333%;
  padding: 8% 0 16%;
}
#news .news_wrap li {
  border-bottom: 2px solid #f4efe7;
  padding-bottom: 5.6%;
}
#news .news_wrap li:not(:first-child) {
  padding-top: 4.6666666667%;
}
#news .news_wrap li a {
  display: block;
}
#news .news_wrap li .news_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news .news_wrap li .news_info time {
  font-size: 4rem;
  letter-spacing: 0.12em;
}
#news .news_wrap li .news_info .new {
  color: #f4efe7;
  font-size: 3.4rem;
  padding-left: 1rem;
}
#news .news_wrap li .news_txt {
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.16em;
  margin-top: 3.2%;
}

.bnr_smatickets {
  margin: 0 0 8rem calc(75 / 680 * 100%);
  width: calc(400 / 680 * 100%);
}

@media screen and (min-width: 768px) {
  #news .twitter_pattern {
    position: absolute;
    left: 39.84375%;
    bottom: -30rem;
    z-index: 0;
  }
  #news .news_bg {
    right: 0;
    margin-right: 0;
    height: 100%;
  }
  #news .news_bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #news .inner {
    width: 73%;
  }
  #news .sec_ttl {
    padding-top: 5rem;
  }
  #news .news_wrap {
    width: 53rem;
    padding: 3rem 0 7rem 3rem;
  }
  #news .news_wrap li {
    border-bottom: 1px solid #f4efe7;
    padding-bottom: 3rem;
  }
  #news .news_wrap li:not(:first-child) {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  #news .news_wrap li a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #news .news_wrap li a:hover .news_info time,
  #news .news_wrap li a:hover .news_info .new {
    opacity: 0.6;
  }
  #news .news_wrap li a:hover .news_txt {
    opacity: 0.6;
  }
  #news .news_wrap li .news_info time {
    font-size: 2rem;
  }
  #news .news_wrap li .news_info .new {
    font-size: 1.5rem;
    padding-top: 4px;
  }
  #news .news_wrap li .news_txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 960px) {
  #news .news_wrap li {
    border-bottom: 2px solid #f4efe7;
  }
}
/* ====================================================
    twitter
=====================================================*/
#twitter {
  position: relative;
  z-index: 10;
}
#twitter .twitter_pattern {
  position: absolute;
  bottom: 7.4666666667%;
  left: 0;
  z-index: 5;
  width: 33%;
}
#twitter .twitter_bg {
  position: absolute;
  top: 6px;
  right: 0;
  margin-left: 7.4666666667%;
  z-index: 10;
}
#twitter .twitter_inner {
  z-index: 20;
}
#twitter .sec_ttl {
  padding-top: 14.9333333333%;
  padding-left: 8%;
}
#twitter .twitter_widget {
  position: relative;
  z-index: 10;
  width: 85.3333333333%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: 2rem;
  padding-bottom: 14.6666666667%;
}
#twitter .twitter_widget .twitter-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: 64rem !important;
  overflow-y: scroll;
}
#twitter .twitter_widget .twitter-check:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  #twitter {
    top: 0;
    right: 0;
    width: 65rem;
    margin-top: -40rem;
    margin-left: auto;
  }
  #twitter .twitter_bg {
    margin-left: 0;
    left: 0;
    bottom: 0;
  }
  #twitter .twitter_bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #twitter .twitter_inner {
    padding: 0 36px;
  }
  #twitter .sec_ttl {
    display: inline-block;
    padding: 7rem 0 0 0;
    letter-spacing: 0.02em;
  }
  #twitter .twitter_widget {
    width: 40rem;
    margin: 0;
    padding-bottom: 6rem;
  }
  #twitter .twitter_widget .twitter-timeline {
    height: 41rem !important;
  }
}
@media screen and (min-width: 1200px) {
  #twitter .twitter_bg {
    width: 65rem;
  }
  #twitter .twitter_inner {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1700px) {
  #twitter .twitter_bg {
    width: 70rem;
  }
  #twitter .twitter_inner {
    padding: 0 90px;
  }
}
/* ====================================================
    outline
=====================================================*/
#outline {
  position: relative;
  z-index: 5;
  margin-top: -5.8666666667%;
  padding-bottom: 30.9333333333%;
}
#outline .outline_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#outline .outline_bg2 {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: 44%;
  z-index: 5;
}
#outline .outline_inner {
  z-index: 20;
}
#outline .sec_ttl {
  text-align: center;
  padding-top: 77.3333333333%;
}
#outline .outline_wrap {
  margin-top: 1rem;
}
#outline .outline_wrap dl {
  display: block;
  background: #e5dbce;
  padding: 4% 8% 4%;
}
#outline .outline_wrap dl:not(:first-child) {
  margin-top: 4px;
}
#outline .outline_wrap dl dt {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#outline .outline_wrap dl dt .txt-en {
  display: inline-block;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
  color: #938472;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
#outline .outline_wrap dl dd {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-top: 2.1333333333%;
}
#outline .outline_wrap dl dd .name {
  font-size: 4rem;
}
#outline .outline_wrap dl dd .txt-leage {
  font-size: 4rem;
}
#outline .outline_wrap dl dd .txt-small {
  font-size: 2.6rem;
}
#outline .outline_wrap dl dd .txt-en {
  display: block;
  padding-top: 0.5rem;
  color: #938472;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
#outline .outline_wrap dl dd .txt-en.txt-en-lg {
  font-size: 2.4rem;
}
#outline .outline_wrap dl dd .txt-en.txt-en-lg.pt10 {
  padding-top: 1rem;
}
#outline .outline_wrap .venue dd span.txt-leage, #outline .outline_wrap .venue dd span.txt-small {
  font-size: 3rem;
}
#outline .outline_wrap .venue dd .btn_map {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #d5b9b2;
  width: 24%;
  font-size: 3rem;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: 2rem;
  padding: 1.5rem 1.6rem 0.8rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#outline .outline_wrap .venue dd .btn_map::after {
  position: absolute;
  content: "";
  background: url(../images/common/icon_arrowDate-sp.png) no-repeat;
  background-size: contain;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1.6rem;
}
#outline .btn_please {
  width: 90.6666666667%;
  margin: 17.0666666667% auto 0;
}
#outline .btn_please a {
  position: relative;
  display: block;
  background: url(../images/top/outline/bg_btn-n.png) no-repeat;
  margin: 0 auto;
  padding: 9.3333333333% 9.8666666667%;
}
#outline .btn_please a::after {
  position: absolute;
  content: "";
  background: #b4c5b9;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -4%;
  width: 10.6666666667%;
  height: 2px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#outline .btn_please a p {
  text-align: center;
  color: #f4efe7;
  font-weight: 700;
}
#outline .btn_please a p.btn_ttl {
  font-size: 3.6rem;
}
#outline .btn_please a p.btn_subttl {
  font-size: 2.4rem;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  #outline {
    margin-top: -6.25%;
    padding-bottom: 3.0208333333%;
  }
  #outline .sec_ttl {
    text-align: left;
    margin-left: 24rem;
    padding-top: 24rem;
    width: 73%;
  }
  #outline .outline_bg2 {
    width: 31%;
  }
  #outline .outline_wrap {
    max-width: 88rem;
    margin-left: 30rem;
  }
  #outline .outline_wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 3rem 4rem 3rem 5.6rem;
  }
  #outline .outline_wrap dl:not(:first-child) {
    margin-top: 4px;
  }
  #outline .outline_wrap dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    font-size: 1.6rem;
  }
  #outline .outline_wrap dl dt .txt-en {
    display: block;
    padding-left: 0;
    font-size: 1.4rem;
  }
  #outline .outline_wrap dl dd {
    width: 80%;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 0;
  }
  #outline .outline_wrap dl dd .name {
    font-size: 3rem;
  }
  #outline .outline_wrap dl dd .txt-leage {
    font-size: 2.4rem;
  }
  #outline .outline_wrap dl dd .txt-en {
    font-size: 1.4rem;
  }
  #outline .outline_wrap dl dd .txt-en.txt-en-lg {
    padding-top: 0;
    font-size: 1.8rem;
  }
  #outline .outline_wrap .venue dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #outline .outline_wrap .venue dd span.txt-leage {
    font-size: 2.6rem;
    line-height: 1.7;
  }
  #outline .outline_wrap .venue dd span.txt-small {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  #outline .outline_wrap .venue dd .btn_map {
    font-size: 1.6rem;
    width: 11.4rem;
    margin-right: 0;
    padding: 1.25rem 2rem 0.8rem;
  }
  #outline .outline_wrap .venue dd .btn_map:hover {
    opacity: 0.6;
  }
  #outline .btn_please {
    width: 48rem;
    margin: 9rem auto 0;
  }
  #outline .btn_please a {
    background: url(../images/top/outline/bg_btn-pc-n.png) no-repeat;
    padding: 4rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #outline .btn_please a p.btn_ttl {
    font-size: 2.7rem;
  }
  #outline .btn_please a p.btn_subttl {
    font-size: 1.8rem;
  }
  #outline .btn_please a:hover {
    background: url(../images/top/outline/bg_btn-pc-h.png) no-repeat;
  }
  #outline .btn_please a:hover::after {
    right: -6%;
  }
}
@media screen and (min-width: 1000px) {
  #outline .outline_wrap .venue dd {
    line-height: 1.4;
  }
  #outline .outline_wrap .venue dd .btn_map {
    width: 10rem;
  }
}
@media screen and (min-width: 1920px) {
  #outline .sec_ttl {
    margin-left: 18rem;
  }
  #outline .outline_wrap {
    margin-left: 25rem;
  }
}/*# sourceMappingURL=top.css.map */