@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i&display=swap");
@import url("https://use.fontawesome.com/releases/v5.8.2/css/all.css");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.none {
  display: none !important;
}

.none-d {
  display: none !important;
}

@font-face {
  font-display: swap;
  font-family: "font_woff";
  font-style: normal;
  font-weight: 400;
  src: url("https://use.fontawesome.com/releases/v5.3.0/webfonts/fa-brands-400.woff2") format("woff2");
}
/* ===================================================
   base
==================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 100;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

/* ===========================================
  @keyframes
=========================================== */
/* arrow
========================================== */
@-webkit-keyframes arrow-move08 {
  0% {
    /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
    opacity: 0;
    top: 40%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-move08 {
  0% {
    /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
    opacity: 0;
    top: 40%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ===========================================
  gnav
=========================================== */
.gnav {
  color: #000;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.gnav-inner {
  align-items: center;
  background: white;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.gnav-ttl {
  position: absolute;
  z-index: 10;
}

.gnav-list {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  font-style: italic;
  font-weight: 300;
  position: relative;
  z-index: 2;
}

.gnav-item:not(:last-child) {
  margin-bottom: 35px;
}

.gnav-item a {
  color: #000;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  z-index: 100;
}

.gnav-item a:hover {
  text-decoration: underline;
}

/* gnav button
========================================== */
.gnav-btn {
  cursor: pointer;
  height: 23px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 30px;
  z-index: 11;
}

.gnav-btn.is-close {
  background: none;
}

.gnav-btn.is-active {
  display: block;
}

.gnav-btn_icn {
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  width: 30px;
}

.gnav-btn_icn span {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.gnav-btn_icn span:nth-of-type(1) {
  top: 0;
}

.gnav-btn_icn span:nth-of-type(2) {
  top: 9px;
}

.gnav-btn_icn span:nth-of-type(2):before {
  background-color: #fff;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
}

.gnav-btn_icn span:nth-of-type(3) {
  top: 18px;
}

.gnav-btn_txt {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  font-size: 0.9rem;
  margin: 28px 0 0;
  text-align: center;
}

.gnav-btn.is-close .gnav-btn_icn {
  width: 30px;
}

.gnav-btn.is-close .gnav-btn_icn span {
  background: #000;
  height: 3px;
}

.gnav-btn.is-close .gnav-btn_icn span:nth-of-type(1) {
  opacity: 0;
}

.gnav-btn.is-close .gnav-btn_icn span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.gnav-btn.is-close .gnav-btn_icn span:nth-of-type(2):before {
  background: #000;
  height: 3px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 100%;
}

.gnav-btn.is-close .gnav-btn_icn span:nth-of-type(3) {
  opacity: 0;
}

/* 背景固定
========================================== */
body.is-fixed {
  position: fixed;
  width: 100%;
}

/* ===========================================
  header
=========================================== */
/* ===========================================
  modal
=========================================== */
/* trailer
========================================== */
.is-lock {
  overflow: hidden;
}

.modal-content,
.modal-content-01,
.modal-content-04,
.modal-content-setlist {
  display: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 99;
}

.modal-overlay,
.modal-overlay-01,
.modal-overlay-04,
.modal-overlay-setlist {
  background: #000000;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.modal-wrap,
.modal-wrap-01,
.modal-wrap-04,
.modal-wrap-setlist {
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modal-close {
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 9999;
}

/* ===========================================
  setlist
=========================================== */
.setlist-section {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100vh;
  justify-content: center;
  width: 100%;
}

/* ===========================================
  trailer
=========================================== */
.trailer-section {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  height: 100vh;
  position: relative;
  text-align: center;
}

.trailer-box {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}

.trailer-box iframe {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
}

.background-movie {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100vh;
  justify-content: center;
  left: 0;
  line-height: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.background-movie.is-none {
  display: none;
}

.background-movie video, .background-movie img {
  height: 100vh;
  min-height: 100vh;
}

.background-movie:before {
  background: #000;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

/* logo
==================================== */
.logo-movie-area {
  align-items: center;
  background-color: #000;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100vh;
  justify-content: center;
  overflow-x: hidden;
  width: 100vw;
}

.logo-area {
  background-color: #000;
  position: relative;
  z-index: 1;
}

.logo-area.is-none {
  display: none !important;
}

.logo-area img {
  width: 100%;
}

/* cityscape
==================================== */
.cityscape-area {
  background-color: #000;
  color: #fff;
}

.cityscape-desc {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.9;
}

.cityscape-desc p:not(:last-child) {
  margin-bottom: 2em;
}

/* movie
==================================== */
.movie-area-01,
.movie-area {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  height: 100vh;
  width: 100%;
}

.movie-inner {
  display: inline-block;
}

.movie-ttl {
  font-family: "Roboto", sans-serif;
  font-size: 47px;
  font-size: 4.7rem;
  font-style: italic;
  font-weight: 100;
  margin-bottom: 20px;
}

.movie-ttl span {
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  font-size: 2.7rem;
  font-style: italic;
  font-weight: 300;
  margin-right: 15px;
}

.movie-txt {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 30px;
}

.movie-txt span {
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 10px;
}

.movie-txt span.shop_name {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  font-size: 2.3rem;
  margin-left: 10px;
  letter-spacing: 3px;
}

.movie-btn {
  cursor: pointer;
  height: 97px;
  padding: 0;
  position: relative;
  width: 97px;
}

.movie-arrow {
  height: 28px;
  left: 43px;
  position: absolute;
  top: 48px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  width: 24px;
}

.movie-setlist {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.movie-setlist dt {
  font-size: 25px;
  font-size: 2.5rem;
  /* MURO */
  font-family: "Roboto", sans-serif;
  line-height: 102px;
  font-style: normal;
  font-weight: bold;
}

.movie-setlist dd {
  font-size: 20px;
  font-size: 2rem;
}

.movieSetlist-list {
  line-height: 1.7;
}

.movieSetlist-list li {
  font-weight: 300;
}

.movieSetlist-list li span {
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

/* about
==================================== */
.about-area {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  height: 100vh;
  width: 100%;
}

.about-inner {
  display: inline-block;
  margin: auto;
}

.about-ttl {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 100;
  margin-bottom: 20px;
}

.about-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 35px;
}

/* sns
==================================== */
.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sns-list li {
  margin-right: 50px;
}

.sns-list i {
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
}

/* next
==================================== */
.next-message {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.next-area {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  height: 100vh;
  width: 100%;
}

.next-inner {
  display: inline-block;
  margin: auto;
}

.next-ttl {
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 15px;
}

.next-artist {
  display: flex;
}

.next-ttl_2nd {
  font-family: "Roboto", sans-serif;
  font-size: 47px;
  font-size: 4.7rem;
  font-style: italic;
  font-weight: 100;
  margin-bottom: 15px;
}

.next-number {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 300;
  margin-right: 20px;
}

.next-artist-name {
  font-size: 55px;
  font-size: 5.5rem;
  font-style: italic;
  font-weight: 200;
  line-height: 3.5rem;
  margin-bottom: 10px;
}

.next-artist-name span {
  font-size: 29px;
  font-size: 2.9rem;
}

.next-artist-name span {
  font-size: 20px;
  font-size: 2.7rem;
}

.next-artist-name span.jap {
  font-family: "Noto Sans JP";
  font-style: normal;
}

.next-artist-name span.eng {
  font-family: "Roboto", sans-serif;
}

.discontinued_sp {
  display: none;
}

.discontinued {
  padding: 16px;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.6rem;
  width: 411px;
  margin-top: 15px;
}

.discontinued h4 {
  line-height: 1.6rem;
  margin-bottom: 5px;
  font-family: "Noto Sans JP";
}

.next-note {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  font-style: italic;
  font-weight: 300;
  margin-right: 10px;
  margin-top: 15px;
}

.next-date {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 7px;
}

.next-time {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 15px;
}

.next-time span {
  font-size: 18px;
  font-size: 1.8rem;
}

.next-place {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 300;
  margin-top: 10px;
}

.next-place img {
  margin-bottom: 3px;
  margin-left: 20px;
}

.next-main {
  margin-bottom: 30px;
}

.next-img {
  margin-left: auto;
  margin-right: auto;
  width: 205px;
}

/* arrow
==================================== */
.arrow-down {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
}

.arrow-down.is-none {
  display: none;
  visibility: hidden;
}

.arrow-up {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-up.is-active {
  display: block;
}

.cp_arrows {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 55px;
  justify-content: center;
  /*画面いっぱいにする場合100vh*/
  margin: 0 auto;
  position: relative;
}

.cp_arrow {
  /*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 24px;
}

.cp_arrowfirst {
  -webkit-animation: arrow-move08 2s ease-in-out infinite;
  animation: arrow-move08 2s ease-in-out infinite;
}

.cp_arrowsecond {
  -webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
  animation: arrow-move08 2s 1s ease-in-out infinite;
}

@media screen and (min-width: 752px) {
  .none-md {
    display: none !important;
  }

  body {
    min-width: 1280px;
    position: fixed;
  }

  .gnav {
    height: 115px;
  }

  .gnav-inner {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
  }

  .gnav-ttl {
    left: 40px;
    top: 30px;
  }

  .gnav-list {
    font-size: 25px;
    font-size: 2.5rem;
  }

  .gnav-btn {
    display: none;
    right: 40px;
    top: 40px;
  }

  .header {
    background: transparent;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }

  .header-inner {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    height: 115px;
  }

  .header-ttl {
    display: none;
    padding-left: 33px;
    padding-top: 5px;
    width: 213px;
  }

  .header-ttl.is-active {
    display: block;
  }

  .trailer-section {
    margin: 0 auto;
    width: 100%;
  }

  .trailer-box {
    position: absolute;
    top: 50px;
  }

  .logo-area {
    height: 540px;
    width: 960px;
  }

  .cityscape-area {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 20px;
    font-size: 2rem;
    height: 100vh;
    justify-content: center;
    margin: auto;
    position: relative;
  }

  .cityscape-movie-area{
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    height: 20vh;
    padding-bottom: 300px;
    justify-content: center;
    margin: auto;
    position: relative;
    background-color: #000;
  }


  .cityscape-movie-area:after {
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(90%, #000000), to(#000000));
    background: -webkit-linear-gradient(top, black, #000000 90%, #000000);
    background: -o-linear-gradient(top, black, #000000 90%, #000000);
    background: linear-gradient(to bottom, black, #000000 90%, #000000);
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(90%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, black, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, black, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0));
    bottom: -100px;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .cityscape-desc {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    padding-left: 100px;
  }

  .cityspace-img {
    margin-top: 30px;
    position: relative;
  }

  .cityspace-img video {
    position: relative;
    right: 0;
    top: 0;
    width: 600px;
  }

  .cityspace-img img {
    position: absolute;
    right: 0;
    top: 0;
    width: 600px;
  }

  .movie-inner {
    margin: auto;
    max-width: 960px;
    width: auto;
  }

  .movie-ttl {
    font-size: 60px;
    font-size: 6rem;
  }

  .movie-ttl span {
    font-size: 35px;
    font-size: 3.5rem;
  }

  .movie-txt {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 55px;
  }

  .movie-txt span {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .movie-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .movie-btn {
    height: 102px;
    margin-right: 50px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 102px;
    z-index: 2;
  }

  .movie-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .movie-setlistBtn {
    display: none;
  }

  .movie-setlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .movie-setlist dt {
    font-size: 25px;
    font-size: 2.5rem;
    margin-right: 40px;
  }

  .movie-setlist dd {
    font-size: 20px;
    font-size: 2rem;
  }

  .about-inner {
    max-width: 960px;
    width: 770px;
  }

  .about-ttl {
    font-size: 35px;
    font-size: 3.5rem;
  }

  .about-txt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
  }

  .next-inner {
    max-width: 960px;
    min-width: 770px;
  }

  .next-block {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .next-ttl {
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 25px;
  }

  .next-ttl_2nd {
    font-size: 60px;
    font-size: 6rem;
    margin-bottom: 20px;
  }

  .next-number {
    font-size: 35px;
    font-size: 3.5rem;
  }

  .next-note {
    font-size: 30px;
    font-size: 3rem;
  }

  .next-date {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .next-date span {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .next-time {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 20px;
  }

  .next-time span {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .next-place {
    font-size: 25px;
    font-size: 2.5rem;
  }

  .next-main {
    margin-right: 35px;
  }

  .next-img {
    flex-basis: 325px;
    -ms-flex-negative: 0;
    -ms-flex-preferred-size: 325px;
    flex-shrink: 0;
    width: 325px;
  }

  .cp_arrows {
    height: 100px;
    /*画面いっぱいにする場合100vh*/
    margin: 2em auto;
  }

  .cp_arrow {
    height: 44px;
    width: 51px;
  }
}
@media screen and (min-width: 1200px) {
  .none-xl {
    display: none !important;
  }
}
@media screen and (max-width: 751px) {
  .discontinued {
    display: none;
  }

  .cityscape-movie-area{
    background-color: #000!important;
    align-items: center;
    justify-content: center;
  }

  .discontinued_sp {
    margin-top: 25px;
    display: block;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .discontinued_sp h4 {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .next-ttl {
    text-align: center;
  }

  .next-artist {
    text-align: center;
    justify-content: center;
  }

  .none-d-md {
    display: none !important;
  }

  html {
    font-size: 2.66667vw;
  }

  .modal-content-04,
  .modal-content,
  .modal-content-01,
  .modal-content-setlist {
    width: 100%;
  }

  .modal-close {
    height: 60px;
    right: 0;
    top: 20px;
    width: 60px;
  }

  .trailer-box {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    z-index: 1;
  }

  .trailer-box iframe {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 93.33333vw;
  }

  .background-movie {
    display: none;
  }

  .logo-area {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    height: 100vh;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }

  .cityscape-area {
<!--    padding-bottom: 20vh; -->
  }

  .cityscape-desc {
    margin-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cityspace-img {
    overflow: hidden;
  }

  .movie-area-01,
  .movie-area {
    background-position: center center;
    background-size: cover;
    position: relative;
  }

  .movie-area-05:before,
  .movie-area-04:before,
  .movie-area-01:before,
  .movie-area:before {
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(10%, #000000), to(#000000));
    background: -webkit-linear-gradient(top, black, #000000 10%, #000000);
    background: -o-linear-gradient(top, black, #000000 10%, #000000);
    background: linear-gradient(to bottom, black, #000000 10%, #000000);
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(10%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, black, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, black, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0));
    content: "";
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .movie-area-01 {
    background-image: url("../img/bg_bird_movie03.jpg");
  }

  .movie-inner {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
  }

  .movie-setlistBtn {
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 35px;
  }

  .movie-setlist dt {
    margin-bottom: 15px;
  }

  .movieSetlist-list li {
    margin-bottom: 5px;
  }

  .about-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .next-inner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .next-place img {
    width: 170px;
  }

  .arrow-down {
    display: block;
    z-index: 2;
  }

  .arrow-up {
    position: fixed;
  }

  .next-artist-name {
    margin-top: 1rem;
    font-size: 55px;
    line-height: 3rem;
  }

  .next-date {
    margin-left: 19%;
  }

  .next-artist-name span {
    font-size: 28px;
  }

  .next-place {
    display: block;
    margin-bottom: 1rem;
  }

  .next-date span {
    font-size: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .none-d-xl {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
