@charset "UTF-8";
/*  CSS (main.css) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover {
  text-decoration: none !important;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

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

img, a img {
  border: none;
}

table {
  letter-spacing: 0.5px;
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

#content_area a:hover {
  text-decoration: underline;
}

/* ============================================
 base
============================================ */
.no_pc {
  display: inline;
}

.no_sp {
  display: none;
}

html {
  overflow-y: scroll;
}

.civane {
  font-family: civane-condensed, sans-serif;
  font-weight: 900;
  font-style: normal;
}

html {
  background: #000;
}

html, body {
  width: 100%;
  height: auto;
  color: #fff;
  min-width: 320px;
  letter-spacing: 0.1px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.65;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}

body.compensate-for-scrollbar {
  overflow: visible;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  opacity: 0;
}

.wrapper {
  position: relative;
  width: 84%;
  max-width: 1000px;
  margin: 0 auto;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}

.lity {
  background: rgba(1, 28, 47, 0.81);
  z-index: 999999990;
}

.lity-content:after {
  display: none;
}

.fancybox-infobar {
  display: none !important;
}

.fancybox-close-small {
  color: #fff;
  top: -13px;
  cursor: pointer;
  height: 54px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  width: 80px;
  z-index: 10;
}

.fancybox-bg {
  background: #000;
}

.news_window {
  width: 100%;
  max-width: 900px;
  padding: 25px 25px 50px;
  margin: 0 auto !important;
  background: transparent !important;
}
.news_window .inner {
  background: transparent;
  border-radius: 10px;
  padding: 40px 20px;
}
.news_window.live-report p {
  text-align: justify;
  margin-bottom: 2.5em;
  letter-spacing: -0.4px;
}
.news_window .window_goods_img {
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
.news_window .window_goods_img img {
  border-radius: 30px;
  border: solid 3px #000;
}
.news_window hr {
  margin: 30px auto;
  background: transparent;
  border: none;
  border-top: 1px dashed #fff;
  height: 1px;
  width: 100%;
  outline: 0;
}
.news_window h3 {
  margin: 20px auto;
  border-bottom: solid 1px #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
.news_window h3 small {
  display: block;
  font-size: 11px;
  font-size: 2.9333333333vw;
  margin: 5px 0;
}
.news_window h3 span {
  display: inline-block;
  font-size: smaller;
  margin-left: 5px;
  line-height: 1.2;
  background: #ccc;
  color: #fff;
  padding: 1px 5px;
  text-align: center;
}
.news_window p {
  font-size: 11px;
  font-size: 2.9333333333vw;
  line-height: 1.8;
  color: #fff;
}
.news_window p strong {
  display: inline-block;
  font-size: 13px;
  font-size: 3.4666666667vw;
}
.news_window p img {
  margin: 10px 0;
}
.news_window p a {
  color: #b0ceea;
  font-weight: bold;
}
.news_window ul {
  margin: 10px 0;
}
.news_window ul li {
  color: #000;
  line-height: 1.7;
  font-size: 10px;
  font-size: 2.6666666667vw;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 15px;
}
.news_window ul li strong {
  font-size: 11px;
  font-size: 2.9333333333vw;
}
.news_window ul li a {
  color: #ae0c20;
  word-break: break-all;
}
.news_window ul li:last-child {
  margin-bottom: 0;
}
.news_window .close {
  border-radius: 0;
  max-width: 200px;
  background: #333;
  width: 50%;
  color: #fff;
  padding: 10px 30px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.1666666667rem;
}
.news_window .close2 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  cursor: pointer;
}
.news_window .img_list img {
  width: 90px;
  border-radius: 15px;
  border: solid 2px #000;
}

/* ============================================
 header
============================================ */
body.init header {
  transform: translateX(0);
  opacity: 1;
}

@keyframes init {
  0% {
    transform: translateY(-45px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
header {
  position: fixed;
  webkit-transform: translateZ;
  top: 0;
  height: 55px;
  width: 100%;
  z-index: 10000011;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transform: translateX(-100px);
  opacity: 0;
}

header a :hover {
  text-decoration: none !important;
}

header .head_left {
  float: left;
  width: 47%;
  max-width: 160px;
}

header .logo {
  margin-left: -7px;
  margin-right: 0;
}

header .logo a :hover {
  text-decoration: none !important;
}

header .head_right {
  padding-top: 5px;
  padding-right: 30px;
}

/*-----------------------------------------------------------------
  ハンバーガーメニュー
------------------------------------------------------------------*/
.menu_button, .menu_button span {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.menu_button {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 49px;
  padding: 14px 12px 14px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
}
.menu_button > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.menu_theater {
  position: absolute;
  left: 0;
  top: 70px;
  width: 50px;
  padding: 14px 12px;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
}
.menu_theater img {
  width: 14px;
}

.menu_button:hover {
  text-decoration: none;
}

.menu_button span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

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

.menu_button span:nth-of-type(2) {
  top: 10px;
}

.menu_button span:nth-of-type(3) {
  bottom: 0;
}

/*-----------  active  ------------*/
.menu_button.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu_button.active span:nth-of-type(2) {
  opacity: 0;
}

.menu_button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.sns {
  z-index: 10000042;
  top: 8px;
  right: 20px;
  position: fixed;
}
.sns ul {
  display: flex;
  margin-right: -7px;
  justify-content: center;
  align-items: center;
}
.sns ul li {
  font-size: 29px;
  font-size: 2.4166666667rem;
  color: #999999;
  margin: 0 10px;
  display: none;
}
.sns ul li a {
  color: #999999;
}
.sns ul li:last-child {
  display: block;
}

/*-----------------------------------------------------------------
  dropdown nav
------------------------------------------------------------------*/
nav.left_nav {
  display: none;
  z-index: 1010000;
  width: 100%;
  height: 100%;
  padding-top: 55px;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 1.5s;
}
nav.left_nav .nav_logo {
  width: 80%;
  margin: 40px auto 10px;
  text-align: center;
  opacity: 0.92;
}
nav.left_nav .nav_logo img {
  width: 55%;
}

nav.left_nav.open {
  display: block;
}

nav.left_nav ul {
  width: 55%;
  margin: 0 auto;
}

nav.left_nav li {
  text-align: left;
  padding: 5px 0px 5px 0px;
  font-size: 22px;
  font-size: 5.8666666667vw;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.3px;
  color: #fff;
  opacity: 0.92;
}
nav.left_nav li > img {
  width: 100%;
}
nav.left_nav li svg {
  fill: #fff;
}

nav.left_nav.open {
  transform: translateZ(0);
}

nav.right_nav {
  z-index: 10000042;
  width: 105px;
  height: 100%;
  padding-top: 70px;
  text-align: right;
  padding-right: 18px;
  position: fixed;
  top: 0;
  right: 0;
  transform: translate(110px);
  transition: all 0.5s;
}
nav.right_nav li {
  margin: 10px auto;
}

nav.right_nav.open {
  transform: translateZ(0);
}

.overlay {
  z-index: 101000;
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.nav_close {
  position: absolute;
  top: 10px;
  right: 24px;
  width: 30px;
}

/*-----------------------------------------------------------------
  SNS
------------------------------------------------------------------*/
/* ============================================
 contents
============================================ */
#content_area {
  width: 100%;
}

.content_inner {
  margin: 0 auto 30%;
  width: 94%;
}

#top {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0;
  background-size: contain;
  background-position: center top;
}
#top:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(https://d20dfxyuz7q532.cloudfront.net/utopia/uverworld/img_main_sp.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  animation-fill-mode: forwards;
  transform: scale(1.12);
  position: absolute;
  top: 0;
}
#top .catchy {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  margin-top: 3%;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
#top .catchy img {
  width: 50%;
}
#top .catchy.is-animated {
  -webkit-animation: openingAnim 2s 1;
  animation: openingAnim 2s 1;
  animation-fill-mode: forwards;
  animation-delay: 800ms;
}
#top h1 {
  text-align: center;
  padding: 3% 0;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
#top h1.is-animated {
  -webkit-animation: openingAnim 2s 1;
  animation: openingAnim 2s 1;
  animation-fill-mode: forwards;
  animation-delay: 800ms;
}
#top h1 img {
  width: 40%;
}
#top .date {
  text-align: center;
  margin-top: 5%;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
#top .date.is-animated {
  -webkit-animation: openingAnim 1.5s 1;
  animation: openingAnim 1.5s 1;
  animation-fill-mode: forwards;
  animation-delay: 1500ms;
}
#top .date img {
  width: 68%;
}
#top .catchy02 {
  text-align: center;
  margin-top: 14%;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
#top .catchy02.is-animated {
  -webkit-animation: openingAnim 1.5s 1;
  animation: openingAnim 1.5s 1;
  animation-fill-mode: forwards;
  animation-delay: 1800ms;
}
#top .catchy02 img {
  width: 80%;
}
#top .catchy03 {
  text-align: center;
  margin-top: 1%;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
#top .catchy03.is-animated {
  -webkit-animation: openingAnim 1.5s 1;
  animation: openingAnim 1.5s 1;
  animation-fill-mode: forwards;
  animation-delay: 2000ms;
}
#top .catchy03 img {
  width: 103%;
  max-width: 110%;
}
#top .top_inner {
  margin: 0 auto;
  width: 94%;
  position: relative;
}
#top .bnr_topics {
  position: absolute;
  left: 0%;
  top: 64%;
  width: 30%;
}
#top .bnr_songs {
  position: absolute;
  right: -4%;
  top: 57%;
  width: 36%;
}
#top .sp_sns {
  margin: 7% auto;
}
#top .sp_sns ul {
  display: flex;
}
#top .sp_sns ul li {
  width: 33.333%;
}
#top .bnr_movie-ticket {
  margin: 15% auto 0;
}
#top.is-animated:before {
  -webkit-animation: zoom 10s 1;
  animation: zoom 10s 1;
  animation-fill-mode: forwards;
  position: absolute;
  top: 0;
}
#top .pc_movie_thumb {
  display: none;
}

.top_share {
  display: none !important;
}
@keyframes zoom {
  0% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes openingAnim {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.anim-box.is-animated {
  animation: poyoyon 0.5s 0.8s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

.anim-box.is-animated.img_catchy {
  animation: poyoyon 0.5s 0.7s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

.anim-box {
  transform: translateX(-140px);
  opacity: 0;
}

@keyframes poyoyon {
  0% {
    transform: translateX(-140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.scrollmagic-pin-spacer {
  background: #000;
}

.nopc {
  display: inline;
}

.nosp {
  display: none;
}

section {
  position: relative;
  padding: 60px 0;
}
section h2 {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.2px;
  font-size: 24px;
  font-size: 6.4vw;
}
section h2 img {
  width: 50%;
  max-width: 250px;
}
section .bg_content {
  position: absolute;
  background: black;
  top: 0;
  width: 100%;
  height: 100%;
}

.bnr_area {
  position: relative;
  margin: 0 auto 0;
  width: 80%;
}
.bnr_area ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -2% -2%;
  justify-content: center;
  align-items: center;
}
.bnr_area ul li {
  width: 31.33%;
  margin: 0 0 2% 2%;
}

.animated {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
  transform: translate(0, -10px);
}
.animated.active {
  transform: translate(0, 0);
  opacity: 1;
}

#movie_popup {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 70px auto 0;
  width: 100%;
  height: auto;
}

#movie_popup .popup_bg {
  display: block;
  position: relative;
  background: #000000b8;
  top: 0;
  left: 0;
  width: 100%;
}

#movie_popup .movie_inner {
  position: relative;
  max-width: 800px;
  width: 94%;
  margin: 0 auto 0;
  top: 0;
  margin-top: 0;
  transform: translateY(0);
}
#movie_popup .movie_inner .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#movie_popup .movie_inner .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#movie_popup .movie_center iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  border: solid 1px #ccc;
  border-radius: 10px;
}

#movie_popup #movie-menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 2% 0 0 -2%;
}

#movie_popup #movie-menu li {
  width: 48%;
  text-align: center;
  padding: 0px 0;
  margin: 0 0 2% 2%;
  font-size: 20px;
}
#movie_popup #movie-menu li.active {
  background: #dea546;
}

#movie_popup #movie-menu img {
  /* aspect-ratio: 1.618/1; */
  width: 100%;
  /* height: auto; */
  /* object-fit: cover; */
  /* object-position: 100% 0; */
  cursor: pointer;
  margin: 0;
}

#movie_popup .popup_close {
  display: none;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

#box_spotify {
  background: transparent;
  min-height: 100px;
  padding: 0 3% 0;
  width: 100%;
}

#box_twitter {
  background: transparent;
  min-height: 100px;
  padding: 0 3% 0;
  width: 100%;
  margin-bottom: 100px;
}
#box_twitter .box_tw_inner {
  margin: 0 auto;
  max-width: 1000px;
}
#box_twitter .box_tw_inner iframe {
  width: 100% !important;
}
#box_twitter .box_tw_inner .r-vakc41 {
  max-width: none !important;
}

#topics {
  padding: 100px 0 0px;
}
#topics h2 {
  margin-bottom: 20px;
}
#topics .content_inner {
  width: 100%;
}
#topics .topics_bnr {
  max-width: 800px;
  margin: 0 auto;
}
#topics .topics_bnr ul li {
  position: relative;
}
#topics .topics_bnr ul li:first-child:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  border-top: solid 1px #fff;
  transform: translateX(-50%);
}
#topics .topics_bnr ul li:first-child.active:after {
  animation: border_anim 0.5s linear forwards;
}
#topics .topics_bnr ul li > a, #topics .topics_bnr ul li > span {
  display: block;
  padding: 20px 20px;
}
#topics .topics_bnr ul li.active:before {
  animation: border_anim 0.5s linear forwards;
}
#topics .topics_bnr ul li:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  border-bottom: solid 1px #fff;
  transform: translateX(-50%);
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#topics .topics_bnr ul li .date {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.3px;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
#topics .topics_bnr ul li .tit {
  font-weight: bold;
  padding-right: 20px;
  font-size: 13px;
  font-size: 3.4666666667vw;
  margin-bottom: 0.5em;
}
#topics .topics_bnr ul li .arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

.pic_area {
  position: relative;
  z-index: 10;
}
.pic_area .pic_list {
  display: flex;
  flex-wrap: wrap;
}
.pic_area .pic_list li {
  width: 50%;
}
.pic_area .pic_list li > img {
  width: 100%;
}
.pic_area .pic_list li.large {
  width: 100%;
}

.img-wrap {
  opacity: 1;
}

.img-animation {
  animation: img-opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation-delay: 1500ms;
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  animation: img-animation 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 500ms;
  background: #0e0e0e;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
#introduction {
  width: 100%;
  height: 100vh;
  display: block;
  background: url("https://d20dfxyuz7q532.cloudfront.net/utopia/uverworld/bg_introduction.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: sticky;
  top: 0;
  left: 0;
}
#introduction .content_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 1.2s cubic-bezier(0, 0, 0.58, 1);
}
#introduction.active .content_overlay {
  opacity: 0.4;
}

#introduction_content {
  margin-top: -90vh;
  width: 100%;
  min-height: 90vh;
  height: auto;
  margin-bottom: 0%;
  display: block;
  position: relative;
}
#introduction_content.active .bg_content {
  display: block;
}
#introduction_content .bg_content {
  opacity: 0;
}
#introduction_content .animated {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
  transform: translate(0, 0);
}
#introduction_content .animated.active {
  transform: translate(0, 0);
  opacity: 1;
}
#introduction_content h3 {
  width: 80%;
  margin: 0 auto 5%;
}
#introduction_content .sticky_area {
  position: relative;
  width: 100%;
  min-height: 70vh;
  height: auto;
  top: 0;
  left: 0;
}
#introduction_content .sticky_area p {
  font-size: 11px;
  font-size: 2.9333333333vw;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 2.2;
  letter-spacing: -0.1px;
}
#introduction_content .sticky_area p strong {
  font-size: 13px;
  font-size: 3.4666666667vw;
  font-weight: 900;
}

#setlist {
  width: 100%;
  height: 100vh;
  display: block;
  background: url("https://d20dfxyuz7q532.cloudfront.net/utopia/uverworld/bg_setlist.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  position: sticky;
  top: 0;
  left: 0;
}
#setlist .bg_content {
  opacity: 0;
}
#setlist .content_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 1.2s cubic-bezier(0, 0, 0.58, 1);
}
#setlist.active .content_overlay {
  opacity: 0.4;
}

#setlist_content {
  width: 100%;
  min-height: 90vh;
  margin-top: -90vh;
  height: auto;
  margin-bottom: 0%;
  padding-bottom: 100px;
  display: block;
  position: relative;
}
#setlist_content .bg_content {
  opacity: 0;
}
#setlist_content .animated {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
  transform: translate(0, 0);
}
#setlist_content .animated.active {
  transform: translate(0, 0);
  opacity: 1;
}
#setlist_content h2 {
  margin-left: -3%;
}
#setlist_content h3 {
  width: 98%;
  margin: 0 auto 5%;
}
#setlist_content .sticky_area {
  position: relative;
  width: 100%;
  min-height: 70vh;
  height: auto;
  top: 0;
  left: 0;
}
#setlist_content .sticky_area p {
  font-size: 10px;
  font-size: 2.6666666667vw;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  text-align: left;
  padding-left: 38%;
  white-space: nowrap;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: -0.1px;
}
#setlist_content .sticky_area p strong {
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: bold;
  text-shadow: 0px 0px 6px rgba(255, 0, 0, 0.6), 0px 0px 1px rgba(255, 0, 0, 0.78);
}

/*-----------  theater  ------------*/
#theater {
  margin-bottom: 0;
}
#theater .wrapper {
  width: 90%;
}
#theater h3 {
  color: #000;
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
  margin-top: 30px;
}
#theater h3 img {
  width: 40%;
  position: relative;
  bottom: -1px;
}
#theater .intro {
  line-height: 1.8;
  letter-spacing: 3.5px;
  font-size: 17px;
  font-size: 4.5333333333vw;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  margin: 0 auto 30px;
  width: 70%;
}
#theater table {
  letter-spacing: 0.5px;
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
  font-size: 2.6666666667vw;
}
#theater .place {
  min-width: 5em;
}
#theater .date {
  min-width: 4.5em;
}
#theater .theater_name {
  min-width: 12em;
}
#theater tr {
  text-align: center;
  border-bottom: 1px #717171 solid;
}
#theater tr a {
  display: block;
}
#theater tr th:nth-child(5) {
  display: none;
}
#theater tr td {
  text-align: center;
}
#theater tr td:nth-child(5) {
  display: none;
}
#theater th {
  background: #434343;
  color: #fff;
  padding: 5px;
  border-spacing: 0;
}
#theater td {
  border-spacing: 0;
  padding: 10px 5px;
}
#theater hr {
  background: #fff;
  display: block;
  width: 100%;
  outline: 0;
  border: none;
  height: 1px;
  margin: 40px auto;
}

:root {
  /* Set neon color */
  --neon-text-color: #ed9f07;
  --neon-border-color: #fafa00;
}

.loop_wrap {
  display: flex;
  height: auto;
  overflow: hidden;
  position: absolute;
  width: 350vw;
  margin: 11% auto 0;
  left: -5%;
  top: 80.5%;
  /* margin-top: 100px; */
  transform: rotate(12.4deg);
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
footer {
  z-index: 1;
  margin-top: 0%;
  padding: 10% 0 13%;
  position: relative;
  color: #fff;
  background: rgba(0, 0, 0, 0.85);
  background-size: cover;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
footer .footer_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 76%;
  padding-top: 27%;
  margin-left: 12%;
  min-width: auto;
}
footer .credit p {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #fff;
  font-size: 5px;
  font-size: 1.3333333333vw;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(150, 75, 21, 0.8);
  margin-bottom: 14px;
}
footer .icon ul {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
footer .icon ul li {
  display: inline-block;
  text-align: center;
  width: 30%;
}
footer .copyrights {
  margin-top: 40px;
  text-align: center;
  color: #646464;
}
footer .copyrights .ico_sony {
  opacity: 0.8;
  color: #fff;
  margin-right: 0;
  margin-bottom: 10px;
}
footer .copyrights .ico_sony img {
  max-width: 44px;
}
footer .copyrights .copy {
  color: #fff;
  margin-right: 0;
  margin-bottom: 0px;
}
footer .copyrights p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 10px;
  font-size: 2.6666666667vw;
  padding-bottom: 5px;
}
footer .copyrights p a {
  color: #fff;
  text-decoration: underline;
}
footer .copyrights .bnr_theater {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  width: 75%;
  margin: 0 auto;
}
footer .copyrights .bnr_theater img {
  width: 65%;
}
footer .copyrights .credit_logo {
  margin: 60px auto;
  text-align: center;
}
footer .copyrights .credit_logo img {
  width: 32%;
}

@keyframes loadingAnim {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes tenten {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #000000;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 200px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.back {
  z-index: 10000;
  text-align: center;
  position: relative;
  margin: 50px auto 0;
}
.back a {
  font-weight: normal;
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #fff;
}

.anim-target {
  opacity: 0;
}

@-webkit-keyframes anim-text1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes anim-text1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.anim-target.visible {
  -webkit-animation: anim-text1 1.6s;
  animation: anim-text1 1.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes anim-text2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes anim-text2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.anim-text2 {
  -webkit-animation: anim-text2 1.5s;
  animation: anim-text2 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fadein, .fadein_sc {
  opacity: 0;
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.45s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.45s cubic-bezier(0, 0, 0.58, 1);
}

.fadein.scrolling {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.bnr_movie-ticket2 {
  display: none;
}

.scroll_wrap {
  cursor: pointer;
  position: fixed;
  bottom: -50px;
  right: 25px;
  z-index: 100;
  animation: scrollIn 1s cubic-bezier(0.22, 1, 0.36, 1) 2s both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  opacity: 0;
}
.scroll_wrap.active {
  opacity: 1;
}
.scroll_wrap a {
  text-decoration: none;
}
.scroll_wrap .scroll {
  position: absolute;
  right: 0;
  bottom: 0px;
  transform: rotate(90deg) translate3d(30px, 0, 0) !important;
  width: 80px;
  height: 30px;
  padding-top: 8px;
  font-size: 0.5rem;
  letter-spacing: 1.3px;
  transform-origin: right top;
}
.scroll_wrap .scroll span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  display: block;
  transform: rotate(0deg) translate3d(30px, 0, 0) !important;
  position: absolute;
  right: 84px;
  bottom: 35px;
  font-size: 10px;
  opacity: 0.8;
  letter-spacing: 1.1px;
}
.scroll_wrap .scroll i {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100px;
  height: 1px;
  background-color: #fff;
  overflow: hidden;
}
.scroll_wrap .scroll i:before {
  display: block;
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  width: 100%;
  height: 1px;
  transform: translate3d(0, 0, 0);
  animation-name: scroll;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes scroll {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 900px) {
  .no_pc {
    display: none;
  }

  .no_sp {
    display: inline;
  }

  .scroll_wrap {
    cursor: pointer;
    position: fixed;
    bottom: -50px;
    right: 50px;
    z-index: 100;
    animation: scrollIn 1s cubic-bezier(0.22, 1, 0.36, 1) 2s both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    opacity: 0;
  }
  .scroll_wrap.active {
    opacity: 1;
  }
  .scroll_wrap a {
    text-decoration: none;
  }
  .scroll_wrap .scroll {
    position: absolute;
    right: 0;
    bottom: 0px;
    transform: rotate(90deg) translate3d(30px, 0, 0) !important;
    width: 80px;
    height: 30px;
    padding-top: 8px;
    font-size: 0.5rem;
    letter-spacing: 1.3px;
    transform-origin: right top;
  }
  .scroll_wrap .scroll span {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    display: block;
    transform: rotate(0deg) translate3d(30px, 0, 0) !important;
    position: absolute;
    right: 84px;
    bottom: 35px;
    font-size: 14px;
    opacity: 0.8;
    letter-spacing: 1.1px;
  }
  .scroll_wrap .scroll i {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 120px;
    height: 1px;
    background-color: #fff;
    overflow: hidden;
  }
  .scroll_wrap .scroll i:before {
    display: block;
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    width: 100%;
    height: 1px;
    transform: translate3d(0, 0, 0);
    animation-name: scroll;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
  }

  html, body {
    width: 100%;
    height: auto;
    color: #fff;
    min-width: 320px;
    letter-spacing: -0.1px;
    font-size: 12px;
    line-height: 1.65;
    font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
  }

  a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.6s cubic-bezier(0, 0, 0.58, 1);
  }
  a:hover {
    opacity: 0.7;
  }

  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }

  #exterior_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }

  .wrapper {
    position: relative;
    width: 84%;
    max-width: 950px;
    margin: 0 auto;
  }
  .wrapper:before, .wrapper:after {
    content: "";
    display: table;
  }
  .wrapper:after {
    clear: both;
  }

  .lity {
    background: rgba(1, 28, 47, 0.81);
  }

  .lity-content:after {
    display: none;
  }

  .fancybox-infobar {
    display: none !important;
  }

  .fancybox-close-small {
    color: #fff;
    top: -13px;
    cursor: pointer;
    height: 54px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    width: 80px;
    z-index: 10;
  }

  .fancybox-bg {
    background: #000;
  }

  .news_window {
    width: 100%;
    max-width: 900px;
    padding: 100px 60px;
    margin: 0 auto !important;
    background: transparent !important;
  }
  .news_window .inner {
    background: transparent;
    border-radius: 10px;
    padding: 40px 20px;
  }
  .news_window .window_goods_img {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
  .news_window .window_goods_img img {
    border-radius: 30px;
    border: solid 3px #000;
  }
  .news_window hr {
    margin: 30px auto;
    background: transparent;
    border: none;
    border-top: 1px dashed #fff;
    height: 1px;
    width: 100%;
    outline: 0;
  }
  .news_window h3 {
    margin: 20px auto;
    border-bottom: solid 1px #fff;
    font-size: 26px;
    font-size: 2.1666666667rem;
  }
  .news_window h3 small {
    display: block;
    font-size: 14px;
    font-size: 1.1666666667rem;
    margin: 5px 0;
  }
  .news_window h3 span {
    display: inline-block;
    font-size: smaller;
    margin-left: 5px;
    line-height: 1.2;
    background: #ccc;
    color: #fff;
    padding: 1px 5px;
    text-align: center;
  }
  .news_window p {
    font-size: 16px;
    font-size: 1.3333333333rem;
    line-height: 1.8;
    color: #fff;
  }
  .news_window p strong {
    display: inline-block;
    font-size: 18px;
    font-size: 1.5rem;
  }
  .news_window p a {
    color: #b0ceea;
    font-weight: bold;
  }
  .news_window ul {
    margin: 10px 0;
  }
  .news_window ul li {
    color: #000;
    line-height: 1.7;
    font-size: 10px;
    font-size: 2.6666666667vw;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 15px;
  }
  .news_window ul li strong {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
  .news_window ul li a {
    color: #ae0c20;
    word-break: break-all;
  }
  .news_window ul li:last-child {
    margin-bottom: 0;
  }
  .news_window .close {
    max-width: 200px;
    background: #333;
    width: 50%;
    color: #fff;
    padding: 10px 30px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 18px;
    font-size: 1.5rem;
  }
  .news_window .close2 {
    position: absolute;
    top: 30px;
    right: 60px;
    width: 50px;
    cursor: pointer;
  }
  .news_window .img_list img {
    width: 90px;
    border-radius: 15px;
    border: solid 2px #000;
  }

  /* ============================================
   header
  ============================================ */
  body.init .sns {
    animation: init 0.2s 5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  }
  header {
    position: fixed;
    webkit-transform: translateZ;
    top: 0;
    height: 60px;
    transform: translateY(-60px);
    opacity: 0;
  }

  header a :hover {
    text-decoration: none !important;
  }

  header .head_left {
    float: left;
    width: 47%;
    max-width: 160px;
  }

  header .logo {
    margin-left: -7px;
    margin-right: 0;
  }

  header .logo a :hover {
    text-decoration: none !important;
  }

  header .head_right {
    padding-top: 5px;
    padding-right: 30px;
  }

  /*-----------------------------------------------------------------
    ハンバーガーメニュー
  ------------------------------------------------------------------*/
  .menu_button, .menu_button span {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }

  .menu_button {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    padding: 16px 12px;
    cursor: pointer;
    background: #000;
  }
  .menu_button > div {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .menu_button:hover {
    text-decoration: none;
  }

  .menu_button span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

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

  .menu_button span:nth-of-type(2) {
    top: 10px;
  }

  .menu_button span:nth-of-type(3) {
    bottom: 0;
  }

  /*-----------  active  ------------*/
  .menu_button.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  .menu_button.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu_button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }

  /*-----------------------------------------------------------------
    dropdown nav
  ------------------------------------------------------------------*/
  nav.left_nav {
    display: none;
    z-index: 1010000;
    width: 100%;
    height: 100%;
    padding-top: 55px;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 1.5s;
  }
  nav.left_nav .nav_logo {
    width: 80%;
    margin: 25px auto 10px;
    text-align: center;
    opacity: 0.92;
  }
  nav.left_nav .nav_logo img {
    width: 230px;
  }

  nav.left_nav.open {
    display: block;
  }

  nav.left_nav ul {
    width: 55%;
    margin: 0 auto;
  }

  nav.left_nav li {
    text-align: left;
    padding: 3px 0px 3px 0px;
    font-size: 32px;
    font-size: 2.6666666667rem;
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0.5px;
    color: #fff;
    opacity: 0.92;
  }
  nav.left_nav li > img {
    width: 100%;
  }
  nav.left_nav li svg {
    fill: #fff;
  }

  /*-----------------------------------------------------------------
    ハンバーガーメニュー
  ------------------------------------------------------------------*/
  .menu_button, .menu_button span {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }

  .menu_button {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    padding: 14px 12px;
    cursor: pointer;
    background: #000;
  }
  .menu_button > div {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .menu_button:hover {
    text-decoration: none;
  }

  .menu_button span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

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

  .menu_button span:nth-of-type(2) {
    top: 10px;
  }

  .menu_button span:nth-of-type(3) {
    bottom: 0;
  }

  /*-----------  active  ------------*/
  .menu_button.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  .menu_button.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu_button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }

  .sns {
    z-index: 11000011;
    top: 14px;
    right: 20px;
    position: fixed;
    transform: translateY(-60px);
    opacity: 1;
  }
  .sns ul {
    display: flex;
    margin-right: -7px;
    justify-content: center;
    align-items: center;
  }
  .sns ul li {
    font-size: 32px;
    font-size: 2.6666666667rem;
    display: block;
    color: #fff;
    text-align: center;
    margin: 0 5px;
    line-height: 1;
    width: 40px;
  }
  .sns ul li:first-child {
    color: #fff;
    margin: 0 9px 0 5px;
    line-height: 1;
    width: 65px;
  }
  .sns ul li:first-child a {
    padding-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* ============================================
   contents
  ============================================ */
  #content_area {
    padding-top: 0;
    width: 100%;
  }

  /* ============================================
   contents
  ============================================ */
  #content_area {
    width: 100%;
  }

  .content_inner {
    margin: 0 auto;
    width: 94%;
    max-width: 1000px;
  }

  .bnr_movie-ticket2 {
    display: block;
    margin: -1% auto 6%;
    width: 43%;
  }

  #top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
    background-size: contain;
    background-position: center top;
  }
  #top:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://d20dfxyuz7q532.cloudfront.net/utopia/uverworld/img_main.jpg);
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    animation-fill-mode: forwards;
    transform: scale(1.12);
    position: absolute;
    top: 0;
  }
  #top .catchy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 3%;
    text-align: center;
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  #top .catchy img {
    width: 34%;
  }
  #top .catchy.is-animated {
    -webkit-animation: openingAnim 2s 1;
    animation: openingAnim 2s 1;
    animation-fill-mode: forwards;
    animation-delay: 800ms;
  }
  #top h1 {
    text-align: center;
    padding: 2% 0;
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  #top h1.is-animated {
    -webkit-animation: openingAnim 2s 1;
    animation: openingAnim 2s 1;
    animation-fill-mode: forwards;
    animation-delay: 800ms;
  }
  #top h1 img {
    width: 28%;
  }
  #top .date {
    text-align: center;
    margin-top: 2%;
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  #top .date.is-animated {
    -webkit-animation: openingAnim 1.5s 1;
    animation: openingAnim 1.5s 1;
    animation-fill-mode: forwards;
    animation-delay: 1500ms;
  }
  #top .date img {
    width: 41%;
  }
  #top .catchy02 {
    text-align: center;
    margin-top: 8%;
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  #top .catchy02.is-animated {
    -webkit-animation: openingAnim 1.5s 1;
    animation: openingAnim 1.5s 1;
    animation-fill-mode: forwards;
    animation-delay: 1800ms;
  }
  #top .catchy02 img {
    width: 60%;
  }
  #top .catchy03 {
    text-align: center;
    margin-top: 1%;
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  #top .catchy03.is-animated {
    -webkit-animation: openingAnim 1.5s 1;
    animation: openingAnim 1.5s 1;
    animation-fill-mode: forwards;
    animation-delay: 2000ms;
  }
  #top .catchy03 img {
    width: 90%;
    max-width: 100%;
  }
  #top .top_inner {
    margin: 0 auto;
    width: 94%;
    position: relative;
  }
  #top .bnr_topics {
    position: absolute;
    left: 0%;
    top: 64%;
    width: 30%;
  }
  #top .bnr_songs {
    position: absolute;
    right: -4%;
    top: 57%;
    width: 36%;
  }
  #top .sp_sns {
    margin: 7% auto;
  }
  #top .sp_sns ul {
    display: flex;
  }
  #top .sp_sns ul li {
    width: 33.333%;
  }
  #top .bnr_movie-ticket {
    margin: 15% auto 0;
  }
  #top.is-animated:before {
    -webkit-animation: zoom 10s 1;
    animation: zoom 10s 1;
    animation-fill-mode: forwards;
    position: absolute;
    top: 0;
  }
  #top .pc_movie_thumb {
    display: none;
  }

  .top_share {
    display: block !important;
  }
  .anim-box.is-animated {
    animation: poyoyon 0.5s 0.8s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  }

  .anim-box.is-animated.img_catchy {
    animation: poyoyon 0.5s 0.7s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  }

  .anim-box {
    transform: translateX(-140px);
    opacity: 0;
  }

  @keyframes poyoyon {
    0% {
      transform: translateX(-140px);
      opacity: 0;
    }
    50% {
      transform: translateX(0);
    }
    65% {
      transform: translateX(-30px);
    }
    100% {
      transform: translateX(0);
    }
    20%, 100% {
      opacity: 1;
    }
  }
  .scrollmagic-pin-spacer {
    background: #000;
  }

  .nopc {
    display: none;
  }

  .nosp {
    display: inline;
  }

  section {
    position: relative;
    padding: 7% 0;
  }
  section .bg_content {
    display: none;
    position: absolute;
    background: black;
    top: 0;
    width: 100%;
    height: 100%;
  }
  section h2 {
    position: relative;
    text-align: center;
    margin-bottom: 70px;
    font-size: 46px;
    font-size: 3.8333333333rem;
  }
  section h2 img {
    width: 50%;
    max-width: 293px;
  }

  .bnr_area {
    position: relative;
    margin: 0 auto 0;
    width: 80%;
  }
  .bnr_area ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -2% -2%;
    justify-content: center;
    align-items: center;
  }
  .bnr_area ul li {
    width: 31.33%;
    margin: 0 0 2% 2%;
  }

  #movie_popup {
    position: relative;
    top: 0;
    left: 0;
    margin: 100px auto 0;
    width: 100%;
    height: auto;
  }

  #movie_popup .popup_bg {
    display: block;
    position: relative;
    background: #000000b8;
    top: 0;
    left: 0;
    width: 100%;
  }

  #movie_popup .movie_inner {
    position: relative;
    max-width: 800px;
    width: 94%;
    margin: 0 auto 0;
    top: 0;
    margin-top: 0;
    transform: translateY(0);
  }

  #movie_popup .movie_center iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    border: solid 1px #ccc;
    border-radius: 10px;
  }

  #movie_popup #movie-menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 2% 0 0 -2%;
  }

  #movie_popup #movie-menu li {
    width: 48%;
    text-align: center;
    padding: 0px 0;
    margin: 0 0 2% 2%;
    font-size: 20px;
  }
  #movie_popup #movie-menu li.active {
    background: #dea546;
  }

  #movie_popup #movie-menu img {
    /* aspect-ratio: 1.618/1; */
    width: 100%;
    /* height: auto; */
    /* object-fit: cover; */
    /* object-position: 100% 0; */
    cursor: pointer;
    margin: 0;
  }

  #movie_popup .popup_close {
    display: none;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
  }

  #box_spotify {
    background: #114020;
    min-height: 100px;
    padding: 3% 3% 0;
    width: 100%;
  }
  #box_spotify .box_spotify_inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
  }

  #topics {
    padding: 100px 0 140px;
  }
  #topics h2 {
    margin-bottom: 40px;
  }
  #topics .content_inner {
    width: 100%;
    max-width: none;
  }
  #topics .topics_bnr {
    max-width: none;
  }
  #topics .topics_bnr ul li {
    position: relative;
  }
  #topics .topics_bnr ul li:first-child:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    border-top: solid 1px #fff;
    transform: translateX(-50%);
  }
  #topics .topics_bnr ul li:first-child.active:after {
    animation: border_anim 0.5s linear forwards;
  }
  #topics .topics_bnr ul li > a, #topics .topics_bnr ul li > span {
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 20px 20px;
  }
  #topics .topics_bnr ul li.active:before {
    animation: border_anim 0.5s linear forwards;
  }
  #topics .topics_bnr ul li:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    border-bottom: solid 1px #fff;
    transform: translateX(-50%);
  }
  @keyframes border_anim {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }
  #topics .topics_bnr ul li .date {
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0.3px;
    font-size: 20px;
    font-size: 1.6666666667rem;
    width: 9rem;
  }
  #topics .topics_bnr ul li .tit {
    font-weight: bold;
    padding-right: 20px;
    font-size: 20px;
    font-size: 1.6666666667rem;
    margin-bottom: 0;
    flex: 1;
  }
  #topics .topics_bnr ul li .arrow {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(410px, -50%);
  }

  .pic_area {
    position: relative;
    z-index: 10;
  }
  .pic_area .pic_list {
    display: flex;
    flex-wrap: wrap;
  }
  .pic_area .pic_list li {
    width: 33.333%;
  }
  .pic_area .pic_list li > img {
    width: 100%;
  }
  .pic_area .pic_list li.large {
    width: 33.333%;
  }

  #introduction {
    width: 100%;
    height: 200vh;
    display: none;
    background: url("https://d20dfxyuz7q532.cloudfront.net/utopia/uverworld/bg_introduction.jpg") no-repeat;
    background-size: cover;
    background-position: center 42%;
    position: sticky;
    top: 0;
    left: 0;
  }
  #introduction .content_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 1.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 1.2s cubic-bezier(0, 0, 0.58, 1);
  }
  #introduction.active .content_overlay {
    opacity: 0.4;
  }

  #introduction_content {
    padding: 120px 0 720px;
    margin-top: 0;
    width: 100%;
    min-height: 90vh;
    height: auto;
    margin-bottom: 0%;
    display: block;
    position: relative;
    background: url("https://d20dfxyuz7q532.cloudfront.net/utopia/uverworld/bg_introduction.jpg") no-repeat;
    background-size: cover;
    background-position: center 42%;
  }
  #introduction_content.active .bg_content {
    display: block;
    opacity: 0.4;
  }
  #introduction_content .bg_content {
    display: block;
    opacity: 0.4;
  }
  #introduction_content .animated {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
    transform: translate(0, -10px);
  }
  #introduction_content .animated.active {
    transform: translate(0, 0);
    opacity: 1;
  }
  #introduction_content h3 {
    width: 80%;
    margin: 0 auto 5%;
  }
  #introduction_content .sticky_area {
    position: relative;
    width: 100%;
    min-height: 70vh;
    height: auto;
    top: 0;
    left: 0;
  }
  #introduction_content .sticky_area p {
    font-size: 18px;
    font-size: 1.5rem;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 2.2;
    letter-spacing: -0.1px;
  }
  #introduction_content .sticky_area p strong {
    font-size: 25px;
    font-size: 2.0833333333rem;
    font-weight: 900;
  }

  #setlist {
    width: 100%;
    height: 220vh;
    display: none;
    background: url("https://d20dfxyuz7q532.cloudfront.net/utopia/uverworld/bg_setlist-pc.jpg") no-repeat;
    background-size: cover;
    background-position: center 50%;
    position: sticky;
    top: 0;
    left: 0;
  }
  #setlist .bg_content {
    opacity: 0;
  }
  #setlist .content_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 1.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 1.2s cubic-bezier(0, 0, 0.58, 1);
  }
  #setlist.active .content_overlay {
    opacity: 0.4;
  }

  #setlist_content {
    padding: 120px 0 900px;
    margin-top: 0;
    width: 100%;
    min-height: 90vh;
    height: auto;
    display: block;
    position: relative;
    background: url("https://d20dfxyuz7q532.cloudfront.net/utopia/uverworld/bg_setlist-pc.jpg") no-repeat;
    background-size: cover;
    background-position: center 95%;
  }
  #setlist_content.active .bg_content {
    display: block;
    opacity: 0.4;
  }
  #setlist_content .bg_content {
    display: block;
    opacity: 0.4;
  }
  #setlist_content .animated {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
    transform: translate(0, -10px);
  }
  #setlist_content .animated.active {
    transform: translate(0, 0);
    opacity: 1;
  }
  #setlist_content h2 {
    margin-left: -3%;
  }
  #setlist_content h3 {
    width: 98%;
    margin: 0 auto 5%;
  }
  #setlist_content .sticky_area {
    position: relative;
    width: 100%;
    min-height: 70vh;
    height: auto;
    top: 0;
    left: 0;
  }
  #setlist_content .sticky_area p {
    font-size: 16px;
    font-size: 1.3333333333rem;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    text-align: left;
    padding-left: 41%;
    white-space: nowrap;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: -0.1px;
  }
  #setlist_content .sticky_area p strong {
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: bold;
    text-shadow: 0px 0px 6px rgba(255, 0, 0, 0.6), 0px 0px 1px rgba(255, 0, 0, 0.78);
  }

  :root {
    /* Set neon color */
    --neon-text-color: #ed9f07;
    --neon-border-color: #fafa00;
  }

  .loop_wrap {
    display: flex;
    height: auto;
    overflow: hidden;
    position: absolute;
    width: 350vw;
    margin: 11% auto 0;
    left: -5%;
    top: 80.5%;
    /* margin-top: 100px; */
    transform: rotate(12.4deg);
  }

  @keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  footer {
    margin-top: 0%;
    padding: 8% 0 5%;
    position: relative;
    color: #fff;
    background: rgba(0, 0, 0, 0.85);
    background-size: cover;
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  }
  footer .footer_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 76%;
    padding-top: 27%;
    margin-left: 12%;
    min-width: auto;
  }
  footer .credit {
    padding-bottom: 15%;
  }
  footer .credit p {
    color: #fff;
    font-size: 3px;
    font-size: 0.8vw;
    text-align: center;
    margin: 2% auto 2%;
    letter-spacing: -1px;
    text-shadow: none;
  }
  footer .credit p small {
    letter-spacing: -0.2px;
    font-size: 11px;
    font-size: 0.9166666667rem;
  }
  footer .icon ul {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  footer .icon ul li {
    display: inline-block;
    text-align: center;
    width: 29%;
  }
  footer .copyrights {
    margin-top: 0;
    text-align: center;
    color: #646464;
  }
  footer .copyrights .ico_sony {
    opacity: 0.8;
    color: #fff;
    margin-right: 0;
    margin-bottom: 10px;
  }
  footer .copyrights .ico_sony img {
    max-width: 44px;
  }
  footer .copyrights .copy {
    color: #fff;
    margin-right: 0;
    margin-bottom: 0px;
  }
  footer .copyrights p {
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
    font-size: 1.3333333333rem;
    padding-bottom: 5px;
  }
  footer .copyrights p a {
    color: #fff;
    text-decoration: underline;
  }
  footer .copyrights .bnr_theater {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    width: 55%;
    margin: 0 auto;
  }
  footer .copyrights .bnr_theater img {
    width: 45%;
  }
  footer .copyrights .credit_logo {
    margin: 80px auto;
    text-align: center;
  }
  footer .copyrights .credit_logo img {
    width: 16%;
    max-width: 190px;
  }

  .back {
    z-index: 10000;
    text-align: center;
    position: relative;
    margin: 100px auto 50px;
  }
  .back a {
    font-weight: normal;
    font-size: 20px;
    font-size: 1.6666666667rem;
    color: #fff;
  }

  /*-----------  theater  ------------*/
  #theater {
    margin-bottom: 0;
  }
  #theater .wrapper {
    width: 90%;
  }
  #theater h3 {
    color: #000;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    margin-top: 60px;
  }
  #theater h3 img {
    width: 26%;
    position: relative;
    bottom: -1px;
  }
  #theater .intro {
    line-height: 1.8;
    letter-spacing: 3.5px;
    font-size: 34px;
    font-size: 2.8333333333rem;
    font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    margin: 0 auto 50px;
    width: 40%;
  }
  #theater table {
    letter-spacing: 0.5px;
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #theater .place {
    min-width: 5em;
  }
  #theater .date {
    min-width: 5em;
  }
  #theater .theater_name {
    min-width: 20em;
  }
  #theater tr {
    text-align: center;
    border-bottom: 1px #717171 solid;
    cursor: pointer;
  }
  #theater tr:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    background: rgba(1, 44, 138, 0.45);
  }
  #theater tr a {
    display: block;
  }
  #theater tr th:nth-child(5) {
    display: none;
  }
  #theater tr td {
    text-align: center;
    min-width: 4em;
  }
  #theater tr td:nth-child(5) {
    display: none;
  }
  #theater th {
    background: #434343;
    color: #fff;
    padding: 5px;
    border-spacing: 0;
  }
  #theater td {
    border-spacing: 0;
    padding: 13px 5px;
  }
  #theater hr {
    background: #fff;
    display: block;
    width: 100%;
    outline: 0;
    border: none;
    height: 1px;
    margin: 40px auto;
  }

  /* Loading背景画面設定　*/
  #splash {
    /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000000;
    text-align: center;
    color: #fff;
  }

  /* Loading画像中央配置　*/
  #splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* Loading アイコンの大きさ設定　*/
  #splash_logo img {
    width: 400px;
  }
}

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