@charset "UTF-8";
/*  artist site CSS (common.css) */
@font-face {
  font-family: "felix-titling-mt";
  src: url("../fonts/felix-titling-mt.woff") format("woff"), url("../fonts/felix-titling-mt.ttf") format("truetype");
  font-style: normal;
}
* {
  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: #333;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover {
  text-decoration: none !important;
  opacity: 0.7;
}

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

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: 1px;
}

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;
}

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

.parallax-window {
  background: transparent !important;
}

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

#exterior_wrapper {
  position: relative;
  top: 80px;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: #595757 url(https://d20dfxyuz7q532.cloudfront.net/usss2025/summer/bg.png) repeat;
  background-size: 282px 520px;
}

.wrapper {
  position: relative;
  width: 92%;
  margin: 0 auto;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}

/* ============================================
 header
============================================ */
header.innerHeader {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: fixed;
  padding: 0px 0 0;
  height: 1px;
  background: transparent;
  width: 100%;
  z-index: 1000;
}
header.innerHeader a :hover {
  text-decoration: none !important;
}
header.innerHeader .wrapper {
  padding: 0 0 30px;
  width: 92%;
  height: 100%;
}
header.innerHeader .logo {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0px 0 0 0px;
  position: absolute;
  left: 0;
}
header.innerHeader .logo a {
  display: inline-block;
  width: 40%;
}

/*-----------------------------------------------------------------
  ハンバーガーメニュー
------------------------------------------------------------------*/
.menu_button_wrap2 {
  z-index: 100000;
  background: transparent;
  width: 55px;
  height: 40px;
  position: fixed;
  right: 5%;
  top: 115px;
  padding: 11px 9px;
  border-radius: 5px;
}

.menu_button2, .menu_button2 span {
  display: inline-block;
  transition: all 0.4s;
}

.menu_button2 {
  position: relative;
  margin: 0px 0 0;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}

.menu_button2 span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4e0000;
  border-radius: 4px;
}

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

.menu_button2 span:nth-of-type(2) {
  top: 8px;
}

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

/*-----------  active  ------------*/
.menu_button2.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

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

.menu_button2.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.menu_button2.active span:nth-of-type(3) {
  opacity: 0;
}

/*-----------------------------------------------------------------
  gloval navi
------------------------------------------------------------------*/
.dropdown_nav2 {
  position: fixed;
  top: -100vh;
  overflow: hidden;
  margin: 0;
  height: 100vh;
  padding-top: 60px;
  width: 100%;
  background: url("../../images/2024/live/menu_bg.png") no-repeat;
  background-size: cover;
}
.dropdown_nav2 .btn_ticket_sp {
  margin-top: 30px;
  position: relative;
  text-align: center;
}
.dropdown_nav2 .btn_ticket_sp img {
  width: 55%;
}

.dropdown_nav2_open {
  top: 90px;
  opacity: 1;
  z-index: 9999;
}

.nav_top2 {
  max-width: 550px;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 50px;
  margin: 0 auto;
}
.nav_top2 .nav_logo {
  text-align: center;
  margin-bottom: 30px;
}
.nav_top2 .nav_logo img {
  width: 80%;
}
.nav_top2 li {
  margin: 20px auto;
}
.nav_top2 li a {
  font-size: 16px;
  font-size: 5vw;
  letter-spacing: 3px;
  display: block;
  padding: 2px 5px 2px 5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
}
.nav_top2 li a img {
  width: 65%;
}
.nav_top2 li a .fa-external-link-alt {
  font-size: 14px;
  font-size: 1.1666666667rem;
}

/*-----------------------------------------------------------------
  SNS
------------------------------------------------------------------*/
.d_nav_sns {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.d_nav_sns ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.d_nav_sns ul li {
  display: inline-block;
  width: 25px;
  margin: 0 5px;
}
.d_nav_sns ul li a {
  font-size: 18px;
  font-size: 1.5rem;
  color: #fff;
}
.d_nav_sns ul li.ico_tw {
  margin-right: 6px;
  width: 27px;
}
.d_nav_sns ul li.ico_bilibili {
  width: 45px;
}
.d_nav_sns ul li.ico_tiktok {
  width: 22px;
}

.pc_sns {
  display: none;
}

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

#bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://d20dfxyuz7q532.cloudfront.net/usss2025/summer/bg-caution.png") no-repeat center;
  background-size: contain;
}

footer {
  margin-top: 0px;
  text-align: center;
  padding: 30px 0 30px;
  background: #fff;
  position: relative;
  z-index: 99;
}
footer .footer_logo {
  text-align: center;
}
footer .footer_logo img {
  width: 30%;
}
footer .share_area ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .share_area ul li {
  display: inline-block;
  width: 25px;
  margin: 0 5px;
}
footer .share_area ul li a {
  font-size: 18px;
  font-size: 1.5rem;
  color: #000;
}
footer .share_area ul li.ico_tw {
  margin-right: 8px;
  width: 27px;
}
footer .share_area ul li.ico_bilibili {
  width: 45px;
}
footer .copyrights {
  color: #ccc;
  font-size: 10px;
  font-size: 0.8333333333rem;
  letter-spacing: 2px;
  margin-top: 15px;
}

.fadein, .fadein_sc {
  opacity: 0;
  -ms-transform: translate(0, 15px);
  -webkit-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transition: all 0.45s linear;
  transition: all 0.45s linear;
}

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

.delay2 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}

.delay3 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}

.delay4 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
}

.delay5 {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms;
}

.delay6 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}

.delay7 {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  transition-delay: 700ms;
}

.delay8 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  transition-delay: 800ms;
}

#page_top {
  width: 200px;
  height: auto;
  position: fixed;
  right: 50%;
  margin-right: -100px;
  bottom: 20px;
  cursor: pointer;
  display: none;
  z-index: 100;
}

.popup_caution {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000000;
}
.popup_caution .popup_bg {
  background: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup_caution .popup_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.popup_caution .popup_container {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  width: auto;
  max-width: 770px;
  height: auto;
  margin: 0 auto;
  padding: 15% 10px;
}
.popup_caution .url0308 {
  position: absolute;
  top: 23.2%;
  left: 7%;
  width: 82%;
}
.popup_caution .popup_close {
  position: absolute;
  top: 0%;
  right: 20px;
  font-size: 40px;
}

.blibli_btn01 {
  position: absolute;
  top: 66.3%;
  left: 20%;
  width: 60%;
}

.blibli_btn02 {
  position: absolute;
  top: 91.9%;
  left: 15%;
  width: 70%;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 900px) {
  .no_pc {
    display: none;
  }
  .no_sp {
    display: inline;
  }
  html, body {
    width: 100%;
    height: auto;
    min-width: 320px;
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 1.7;
    font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
  }
  .parallax-window {
    background: transparent !important;
  }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  #exterior_wrapper {
    position: relative;
    top: 130px;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: #595757 url(https://d20dfxyuz7q532.cloudfront.net/usss2025/summer/bg.png) repeat;
    background-size: 564px 1040px;
  }
  .wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .wrapper:before, .wrapper:after {
    content: "";
    display: table;
  }
  .wrapper:after {
    clear: both;
  }
  /* ============================================
   header
  ============================================ */
  header.innerHeader {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    height: 1px;
    width: 100%;
    z-index: 1000;
    position: fixed;
  }
  header.innerHeader a :hover {
    text-decoration: none !important;
  }
  header.innerHeader .wrapper {
    padding: 0 0 0px;
    width: 100%;
    height: auto;
  }
  header.innerHeader .logo {
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0px 0 0 0px;
    position: absolute;
    left: 0;
  }
  header.innerHeader .logo a {
    display: inline-block;
    width: 21%;
    max-width: 310px;
    text-align: center;
  }
  /*-----------------------------------------------------------------
    ハンバーガーメニュー
  ------------------------------------------------------------------*/
  .menu_button_wrap2 {
    z-index: 100000;
    background: transparent;
    width: 65px;
    height: 46px;
    position: fixed;
    right: 50%;
    margin-right: -360px;
    top: 155px;
    padding: 11px 9px;
    border-radius: 5px;
  }
  .menu_button2, .menu_button2 span {
    display: inline-block;
    transition: all 0.4s;
  }
  .menu_button2 {
    position: relative;
    margin: 0px 0 0;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
  }
  .menu_button2 span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4e0000;
    border-radius: 4px;
  }
  .menu_button2 span:nth-of-type(1) {
    top: 0;
  }
  .menu_button2 span:nth-of-type(2) {
    top: 11px;
  }
  .menu_button2 span:nth-of-type(3) {
    bottom: 0;
  }
  /*-----------  active  ------------*/
  .menu_button2.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .menu_button2.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  .menu_button2.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .menu_button2.active span:nth-of-type(3) {
    opacity: 0;
  }
  /*-----------------------------------------------------------------
    gloval navi
  ------------------------------------------------------------------*/
  .dropdown_nav2 {
    position: fixed;
    top: -100vh;
    overflow: hidden;
    margin: 0;
    height: 100vh;
    padding-top: 60px;
    width: 100%;
    background: url("../../images/2024/live/menu_bg_pc.png") no-repeat;
    background-size: cover;
  }
  .dropdown_nav2 .btn_ticket_sp {
    margin-top: 30px;
    position: relative;
    text-align: center;
  }
  .dropdown_nav2 .btn_ticket_sp img {
    width: 55%;
  }
  .dropdown_nav2_open {
    top: 0;
    opacity: 1;
    z-index: 9999;
  }
  .nav_top2 {
    max-width: 550px;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 50px;
    margin: 0 auto;
  }
  .nav_top2 .nav_logo {
    text-align: center;
    margin-bottom: 30px;
  }
  .nav_top2 .nav_logo img {
    width: 80%;
  }
  .nav_top2 li {
    margin: 30px auto;
  }
  .nav_top2 li a {
    font-size: 20px;
    font-size: 1.6666666667rem;
    letter-spacing: 3px;
    display: block;
    padding: 2px 5px 2px 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-family: "Overpass", sans-serif;
    font-weight: 700;
  }
  .nav_top2 li a img {
    width: 65%;
  }
  .nav_top2 li a .fa-external-link-alt {
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  /*-----------------------------------------------------------------
    SNS
  ------------------------------------------------------------------*/
  .d_nav_sns {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .d_nav_sns ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .d_nav_sns ul li {
    display: inline-block;
    width: 25px;
    margin: 0 5px;
  }
  .d_nav_sns ul li a {
    font-size: 18px;
    font-size: 1.5rem;
    color: #fff;
  }
  .d_nav_sns ul li.ico_tw {
    margin-right: 6px;
    width: 27px;
  }
  .d_nav_sns ul li.ico_bilibili {
    width: 45px;
  }
  .d_nav_sns ul li.ico_tiktok {
    width: 22px;
  }
  /* ============================================
   contents
  ============================================ */
  #content_area {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    box-shadow: 0 0 3rem rgb(36, 24, 22);
  }
  #bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://d20dfxyuz7q532.cloudfront.net/usss2025/summer/bg-caution.png") no-repeat center;
    background-size: contain;
  }
  footer {
    margin: 0 auto;
    text-align: center;
    padding: 40px 5% 40px;
    position: relative;
    z-index: 99;
    max-width: 800px;
  }
  footer .footer_logo {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer_logo img {
    width: 140px;
  }
  footer .copyrights {
    color: #ccc;
    font-size: 14px;
    font-size: 1.1666666667rem;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    margin: 0 auto 0px;
    width: auto;
    top: auto;
  }
  #page_top {
    width: 270px;
    height: auto;
    position: fixed;
    right: 30px;
    bottom: 30px;
    margin-right: 0;
  }
  .popup_caution {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000000;
  }
  .popup_caution .popup_bg {
    background: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .popup_caution .popup_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .popup_caution .popup_container {
    position: relative;
    top: 0;
    left: 0;
    width: 770px;
    max-width: 770px;
    margin: 0 auto;
    padding: 100px 0;
  }
  .popup_caution .url0308 {
    position: absolute;
    top: 38.8%;
    left: 7%;
    width: 82%;
  }
  .popup_caution .popup_close {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 60px;
  }
  .blibli_btn01 {
    position: absolute;
    top: 66.3%;
    left: 20%;
    width: 60%;
  }
  .blibli_btn02 {
    position: absolute;
    top: 91.5%;
    left: 14%;
    width: 72%;
  }
}

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