/*  CSS (home.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;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* ============================================
 main_visual
============================================ */
/* ============================================
 slider
============================================ */
#main_slick {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}

#main_slick .wrapper {
  width: 100%;
  padding: 0;
}

#main_slick .illust {
  font-size: 8px;
  font-size: 2.5vw;
  padding-right: 10px;
  padding-top: 5px;
  text-align: right;
  color: #5a6161;
  position: absolute;
  width: 100%;
  bottom: -8%;
}

#main_slick .catchy {
  position: relative;
  bottom: auto;
  left: auto;
  margin: 0% auto;
  padding: 5% 0;
  background: #fff;
  width: 100%;
  text-align: center;
  z-index: 11;
}
#main_slick .catchy img {
  width: 90%;
}

#main_slick a:hover {
  opacity: 1 !important;
}

h1 {
  position: relative;
  top: auto;
  width: 100%;
  text-align: center;
  left: auto;
  margin: 0 auto 0;
  text-align: center;
  z-index: 11;
}

h1 img {
  width: 100%;
}

.sepa_left {
  display: none;
}

.sepa_right {
  display: none;
}

.slick_wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

#slick_next, #slick_preview {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

#slick_next {
  right: 0;
}

#slick_preview {
  left: 0;
}

.slick-dots {
  bottom: -30px;
}

.slick-dotted.slick-slider {
  margin: 0;
}

/* ============================================
 contents
============================================ */
#main {
  width: 100%;
  margin-top: 30px;
}

section {
  position: relative;
  margin: 0px auto;
  padding: 0;
}

section h2 {
  position: relative;
  text-align: center;
  line-height: 1;
  letter-spacing: 3.9px;
  color: #fff;
  font-size: 19px;
  font-size: 5.9375vw;
  padding: 1.5rem 0rem 1.8rem;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

section h2 img {
  width: 100%;
}

section h2 .dammy01 {
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-text-stroke: 0.5px #d62626;
  display: block;
  top: 20px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  color: transparent;
}

section h2 .dammy02 {
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-text-stroke: 0.5px #d62626;
  display: block;
  bottom: -20px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  color: transparent;
}

section.scrolling .dammy01 {
  animation: fadeinTop 0.5s ease 0.3s forwards;
}

section.scrolling .dammy02 {
  animation: fadeinBottom 0.5s ease 0.3s forwards;
}

section .inner {
  position: relative;
  padding: 0;
}

@keyframes fadeinTop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinBottom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.box {
  width: 200px;
  height: 200px;
  background-color: aquamarine;
  animation: fadein 3s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-----------------------------------------------------------------
  schedule
------------------------------------------------------------------*/
#schedule h3 {
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.5;
}

#schedule .disc_info {
  position: absolute;
  background: #fff;
  opacity: 0;
  width: 39%;
  height: 2%;
  display: block;
}

#schedule .disc_info01 {
  top: 88%;
  left: 39%;
}

#schedule .disc_info02 {
  top: 93%;
  left: 39%;
}

#schedule .disc_info02 {
  top: 93%;
  left: 39%;
}

#schedule .wess_info01 {
  top: 65%;
  left: 39%;
}

#schedule .box_schedule {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

#schedule .box_schedule .schedule_link {
  position: absolute;
  background: transparent;
  width: 43%;
  height: 20px;
}

#schedule .box_schedule .schedule_link.schedule_link01 {
  top: 23%;
  left: 49%;
}

#schedule .box_schedule .schedule_link.schedule_link02 {
  top: 47%;
  left: 49%;
}

#schedule .box_schedule .schedule_link.schedule_link03 {
  top: 96%;
  left: 49%;
}

#schedule dl {
  font-size: 13px;
  font-size: 1.0833333333rem;
  font-weight: 500;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, rgba(0, 86, 119, 0.55) 1px, transparent 1px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 20px;
}

#schedule dl dt {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.5rem;
}

#schedule dl dt .sun {
  color: #e30000;
}

#schedule dl dt .sat {
  color: #2f97d9;
}

#schedule dl:last-child {
  background: rgba(255, 255, 255, 0.32);
  border: solid 2px #005677;
  padding: 20px;
}

#schedule dl:last-child dt {
  font-size: 18px;
  font-size: 1.5rem;
}

#schedule dl:last-child dd {
  font-size: 13px;
  font-size: 1.0833333333rem;
}

#schedule p.info {
  font-size: 11px;
  font-size: 0.9166666667rem;
  margin-top: 15px;
  text-align: center;
}

/*-----------------------------------------------------------------
  ticket
------------------------------------------------------------------*/
#ticket .inner {
  border-bottom: none;
}

#ticket .box_ticket {
  position: relative;
  padding: 0;
}

#ticket .box_ticket .btn_senkou {
  display: block;
  position: absolute;
  text-align: center;
  top: 62%;
  left: 20%;
  width: 60%;
}

#ticket .box_ticket .btn_zaiko {
  display: block;
  position: relative;
  text-align: center;
  top: 81%;
  left: 6%;
  width: 88%;
}

#ticket .box_ticket .btn_bilibili {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 7%;
}

#ticket .box_ticket .ticket01 {
  margin: 0px auto;
  width: 85%;
}

#ticket .box_ticket .btn_attention {
  margin: 20px auto 10px;
}

#ticket .box_ticket .ticket02 {
  margin-top: 35px;
  border-bottom: 1px solid #fff;
}

#ticket .box_ticket .ticket03 {
  position: relative;
}

#ticket .box_ticket .bnr_panel {
  margin: 35px auto;
  position: relative;
  max-width: 700px;
}

#ticket .box_ticket .bnr_panel .btn_dvd {
  position: absolute;
  width: 53%;
  top: 78%;
  left: 36%;
}

#ticket .ticket_box {
  position: relative;
  margin-top: 30px;
}

#ticket .ticket_box a img {
  position: absolute;
  top: 38.5%;
  left: 30.6%;
  width: 47%;
}

#ticket p.info {
  color: #fff;
  font-size: 11px;
  font-size: 0.9166666667rem;
  margin-top: 15px;
  text-align: center;
}

#ticket p.info a {
  color: #fff;
}

/*-----------------------------------------------------------------
  player
------------------------------------------------------------------*/
#player h3 {
  font-size: 13px;
  font-size: 1.0833333333rem;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 1.5;
  background: #0028e4;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
}

#player ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#player ul li {
  position: relative;
  width: 25%;
}

#player ul li img {
  opacity: 0;
  transform: translate(-100%, 0);
}

#player ul li.guest {
  margin: 8% 37.5%;
}

#player ul li.mc {
  margin: 0% 37.5%;
}

#player ul li:nth-child(1) img {
  animation-delay: 300ms !important;
}

#player ul li:nth-child(2) img {
  animation-delay: 400ms !important;
}

#player ul li:nth-child(3) img {
  animation-delay: 500ms !important;
}

#player ul li:nth-child(4) img {
  animation-delay: 600ms !important;
}

#player ul li:nth-child(5) img {
  animation-delay: 700ms !important;
}

#player ul li:nth-child(6) img {
  animation-delay: 800ms !important;
}

#player ul li:nth-child(7) img {
  animation-delay: 900ms !important;
}

#player ul li:nth-child(8) img {
  animation-delay: 1000ms !important;
}

#player ul li:nth-child(9) img {
  animation-delay: 1100ms !important;
}

#player ul li:nth-child(10) img {
  animation-delay: 1200ms !important;
}

#player ul li:nth-child(11) img {
  animation-delay: 1300ms !important;
}

#player ul li:nth-child(12) img {
  animation-delay: 1400ms !important;
}

#player ul li:nth-child(13) img {
  animation-delay: 1500ms !important;
}

#player ul li:nth-child(14) img {
  animation-delay: 1600ms !important;
}

#player ul li:nth-child(15) img {
  animation-delay: 1700ms !important;
}

#player ul li:nth-child(16) img {
  animation-delay: 1800ms !important;
}

#player ul li:nth-child(17) img {
  animation-delay: 1900ms !important;
}

#player ul li:nth-child(18) img {
  animation-delay: 2000ms !important;
}

#player ul li:nth-child(19) img {
  animation-delay: 2100ms !important;
}

#player ul li:nth-child(20) img {
  animation-delay: 2200ms !important;
}

#player p {
  font-size: 11px;
  font-size: 0.9166666667rem;
  font-weight: 500;
  margin: 0 auto 25px;
}

#player p:first-child {
  margin-top: 0;
}

#player .bnr_ac {
  margin-top: 20px;
}

#player.scrolling ul li img {
  animation: playerlist 0.4s ease forwards;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
  background: #000;
}

#loading .loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background: #d62626;
  background: -moz-linear-gradient(left, #d62626 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #d62626 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #d62626 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #d62626 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #d62626 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

#loading .loader:before {
  width: 50%;
  height: 50%;
  background: #d62626;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

#loading .loader:after {
  background: #000;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes playerlist {
  0% {
    opacity: 0;
    transform: translate(-100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.popup_caution, .popup {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000000;
}
.popup_caution .popup_bg, .popup .popup_bg {
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup_caution .popup_wrapper, .popup .popup_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 25px;
  background: rgba(255, 255, 255, 0.49);
}
.popup_caution .popup_container, .popup .popup_container {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  width: auto;
  max-width: 760px;
  height: auto;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 0;
}
.popup_caution .url0308, .popup .url0308 {
  position: absolute;
  top: 23.2%;
  left: 7%;
  width: 82%;
}
.popup_caution .url02, .popup .url02 {
  position: absolute;
  top: 81.4%;
  left: 9%;
  width: 82%;
}
.popup_caution .close, .popup .close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -30px;
  right: -30px;
  display: flex;
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  cursor: pointer;
}

/*-----------------------------------------------------------------
  notice
------------------------------------------------------------------*/
#notice .inner {
  border-bottom: none;
}

#notice h3 {
  font-size: 13px;
  font-size: 4.0625vw;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
  line-height: 1.5;
  padding: 10px 0 0;
  color: #ffff00;
  text-align: center;
}

#notice ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

#notice ul li a {
  color: #ffff00;
  text-decoration: underline;
}

#notice .btn_01 {
  position: absolute;
  top: 37.5%;
  left: 15%;
  width: 70%;
}

#notice .btn_02 {
  position: absolute;
  top: 53.5%;
  left: 15%;
  width: 70%;
}

#notice .btn_03 {
  position: absolute;
  top: 69.4%;
  left: 15%;
  width: 70%;
}

#notice p {
  font-size: 9px;
  font-size: 2.8125vw;
  font-weight: 500;
  letter-spacing: -0.1px;
  margin: 0 auto 25px;
}

#notice p a {
  color: #fff;
  text-decoration: underline;
}

#notice p:first-child {
  margin-top: 0;
}

#notice .btn_app {
  display: flex;
  margin: 5px auto;
  margin-top: -15px;
}

#notice .btn_app a {
  width: 49%;
  margin-right: 2%;
  display: inline-block;
}

#notice .btn_app a:first-child {
  width: 45%;
}

#notice .bnr_ac {
  margin-top: 20px;
}

#attention01 .inner {
  border-bottom: none;
}

#attention01 .url_01 {
  position: absolute;
  top: 47.1%;
  left: 38%;
  width: 47%;
}

#attention01 .url_02 {
  position: absolute;
  top: 61.3%;
  left: 49%;
  width: 34%;
}

#attention01 .url_03 {
  position: absolute;
  top: 81.5%;
  left: 15%;
  width: 70%;
}

#attention02 .inner {
  border-bottom: none;
}

#attention02 .url_01 {
  position: absolute;
  top: 47.1%;
  left: 38%;
  width: 47%;
}

#attention02 .url_02 {
  position: absolute;
  top: 61.3%;
  left: 49%;
  width: 34%;
}

#attention02 .url_03 {
  position: absolute;
  top: 43.9%;
  left: 11%;
  width: 62%;
}

#attention02 .url_03 {
  position: absolute;
  top: 43.9%;
  left: 11%;
  width: 62%;
}

#attention02 .url_04 {
  position: absolute;
  top: 45.1%;
  left: 11%;
  width: 69%;
}

#bnr {
  margin: 30px auto;
  position: relative;
}

#bnr .btn_dvd {
  position: absolute;
  top: 53%;
  left: 34%;
  width: 59.5%;
}

/*-----------------------------------------------------------------
  biography
------------------------------------------------------------------*/
#biography {
  background: #ffffff;
  padding: 40px 25px;
  /*---------------- bio ---------------*/
}

#biography h2 {
  color: #000;
}

#biography h3 {
  font-size: 13px;
  font-size: 4.0625vw;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
  line-height: 1.5;
  padding: 10px 0 0;
  color: #d62626;
  text-align: left;
}

#biography .box_bio {
  margin: 0 auto;
  width: 100%;
  color: #333;
}

#biography .box_bio .bio_header {
  display: flex;
}

#biography .box_bio .bio_header .artist_thumb {
  width: 50%;
}

#biography .box_bio .bio_header .sns {
  width: 45%;
  margin-left: 3%;
}

#biography .box_bio .artist_thumb {
  margin-top: 30px;
  text-align: center;
}

#biography .box_bio .artist_name {
  text-align: left;
  font-size: 20px;
  font-size: 6.25vw;
}

#biography .box_bio .artist_name img {
  width: 36%;
  margin-top: 13px;
}

#biography .box_bio .artist_meta {
  margin-top: 15px;
  text-align: left;
}

#biography .box_bio .artist_detail {
  margin-top: 20px;
  text-align: left;
}

#biography .box_bio .artist_hp {
  text-align: left;
  margin-top: 15px;
}

#biography .box_bio .artist_hp a {
  text-decoration: underline;
}

#biography .box_bio .sns {
  margin-top: 30px;
}

#biography .box_bio .sns ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#biography .box_bio .sns ul li {
  margin: 0 0 5% 13%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#biography .box_bio .sns ul li.tw img {
  width: 40px;
}

#biography .box_bio .sns ul li.yt {
  width: 40px;
}

#biography .box_bio .sns ul li.niko {
  width: 40px;
}

#biography .box_bio .sns ul li.insta {
  width: 40px;
}

#biography .box_bio .sns ul li.weibo {
  width: 40px;
}

#biography .box_bio .sns ul li.bilibili {
  width: 40px;
}

#biography .box_bio .sns ul li.mafumafu {
  margin-top: 3%;
  width: 100px;
}

#biography .box_bio .mafumafu {
  margin-top: 60px;
}

#biography .box_bio .mafumafu .artist_name {
  font-size: 20px;
  font-size: 6.25vw;
}

#biography .box_bio p {
  font-size: 10px;
  font-size: 3.125vw;
  line-height: 1.7;
  letter-spacing: -0.5px;
}

#movie {
  background: #283432;
  margin-bottom: 0;
  padding-top: 50px;
  /*---------------- movie ---------------*/
}

#movie .box_movie {
  margin: 0 auto;
  width: 90%;
}

#movie .box_movie .movie_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -2%;
}

#movie .box_movie .movie_list ul li {
  width: 48%;
  margin: 0 0 5% 2%;
}

#movie .box_movie .movie_list ul li a {
  display: block;
  color: #fff;
}

#movie .box_movie .movie_list ul li .movie_tit {
  text-indent: -0.2em;
  letter-spacing: -0.8px;
  margin-top: 10px;
  font-size: 7.5px;
  font-size: 2.34375vw;
}

/*-----------------------------------------------------------------
  goods
------------------------------------------------------------------*/
#goods {
  text-align: center;
}

#goods img {
  margin: 20% auto;
  width: 40%;
}

#goods p {
  font-size: 12px;
  font-size: 1rem;
  font-weight: 500;
  margin: 25px auto;
}

#caution_popup {
  height: 100vh;
  padding: 30px;
}

#caution_popup .popup_inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 720px;
  background: #000;
  padding: 0px 0px;
  overflow-y: scroll;
}

#caution_popup .popup_content {
  position: relative;
}

#caution_popup .popup_content .btn_iphone {
  position: absolute;
  left: 10.5%;
  top: 22.1%;
  width: 33%;
}

#caution_popup .popup_content .btn_and {
  position: absolute;
  left: 45%;
  top: 22.1%;
  width: 45%;
}

#caution_popup .popup_content .url_iphone {
  position: absolute;
  left: 16%;
  top: 63.1%;
  width: 56%;
}

#caution_popup .popup_content .url_android {
  position: absolute;
  left: 16%;
  top: 65.6%;
  width: 75%;
}

#caution_popup .popup_content .url_joukyo {
  position: absolute;
  left: 18%;
  top: 73.2%;
  width: 28%;
}

#caution_popup .popup_content .wakuchin01 {
  position: absolute;
  left: 16.6%;
  top: 92.5%;
  width: 61%;
}

#caution_popup .popup_content .wakuchin02 {
  position: absolute;
  left: 16.6%;
  top: 95.9%;
  width: 72%;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 900px) {
  h1 {
    margin: 0 auto 0;
    text-align: center;
    z-index: 11;
  }
  h1 img {
    width: 100%;
  }
  /* ============================================
   main_visual
  ============================================ */
  /* ============================================
   slider
  ============================================ */
  #main_slick {
    position: relative;
    width: 100%;
    z-index: 10;
    margin: 0 auto;
    max-width: 800px;
  }
  #main_slick .main-visual img {
    width: 100%;
  }
  #main_slick .illust {
    font-size: 12px;
    font-size: 1rem;
    text-align: right;
    padding-right: 10px;
    bottom: -2.4%;
  }
  .slick_wrapper {
    margin: 0 auto;
  }
  .slick_inner {
    position: relative;
  }
  #arrows {
    display: block;
  }
  #slick_preview, #slick_next {
    position: absolute;
    display: block;
    height: 70px;
    width: 60px;
    line-height: 0;
    font-size: 35px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    outline: none;
  }
  #slick_preview {
    left: -60px;
  }
  #slick_next {
    right: -60px;
  }
  .slick-dots {
    bottom: -35px;
  }
  .slick-slide img {
    max-width: none;
    width: 100%;
  }
  .slick-dotted.slick-slider {
    margin: 0;
  }
  /* ============================================
   contents
  ============================================ */
  #main {
    width: 100%;
    margin-top: 30px;
  }
  section {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    padding: 0px;
  }
  section h2 {
    position: relative;
    text-align: center;
    line-height: 1;
    font-size: 40px;
    font-size: 3.3333333333rem;
    padding: 1.5rem 1rem;
    margin-bottom: 0;
  }
  section h2 .dammy01 {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-text-stroke: 1px #d62626;
    display: block;
    top: 20px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    color: transparent;
  }
  section h2 .dammy02 {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-text-stroke: 1px #d62626;
    display: block;
    bottom: -20px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    color: transparent;
  }
  section .inner {
    position: relative;
    padding: 0;
    margin-top: 0;
  }
  /*-----------------------------------------------------------------
    news
  ------------------------------------------------------------------*/
  #news {
    margin-top: 0;
    padding-top: 120px;
  }
  #news .shasen_left {
    display: none;
    position: absolute;
    left: 0;
    top: 10%;
  }
  #news .shasen_left img {
    width: 96px;
  }
  #news .shasen_right {
    display: none;
    position: absolute;
    right: 0;
    top: 10%;
  }
  #news .shasen_right img {
    width: 96px;
  }
  .news_list ul li {
    max-width: 800px;
    margin: 0 auto;
  }
  .news_list ul li a {
    display: flex;
    padding: 15px 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .news_list ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .news_list ul li span {
    display: flex;
    padding: 15px 0;
  }
  .news_list ul li .news_date {
    position: relative;
    margin-bottom: 0;
    font-weight: 500;
    width: 5.5em;
    font-size: 18px;
    font-size: 1.5rem;
  }
  .news_list ul li .news_date .new {
    font-size: 12px;
    font-size: 1rem;
    margin-left: 5px;
  }
  .news_list ul li .news_tit {
    font-weight: 500;
    font-size: 18px;
    font-size: 1.5rem;
  }
  .news_list ul li:first-child a {
    padding-top: 0;
  }
  /*-----------------------------------------------------------------
    schedule
  ------------------------------------------------------------------*/
  #schedule h3, #tour_schedule h3 {
    font-size: 18px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 70px;
    line-height: 1.5;
    text-align: center;
  }
  #schedule .box_schedule, #tour_schedule .box_schedule {
    margin: 0 auto;
    max-width: 800px;
  }
  #schedule dl, #tour_schedule dl {
    font-size: 13px;
    font-size: 1.0833333333rem;
    font-weight: 500;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, rgba(0, 86, 119, 0.55) 1px, transparent 1px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 20px;
    display: flex;
  }
  #schedule dl dt, #tour_schedule dl dt {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.5rem;
    width: 10em;
  }
  #schedule dl dt .sun, #tour_schedule dl dt .sun {
    color: #e30000;
  }
  #schedule dl dt .sat, #tour_schedule dl dt .sat {
    color: #2f97d9;
  }
  #schedule dl dd, #tour_schedule dl dd {
    flex: 1;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #schedule dl dd strong, #tour_schedule dl dd strong {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #schedule dl:last-child, #tour_schedule dl:last-child {
    border: solid 2px #005677;
    padding: 30px;
  }
  #schedule dl:last-child dt, #tour_schedule dl:last-child dt {
    font-size: 22px;
    font-size: 1.8333333333rem;
  }
  #schedule dl:last-child dd, #tour_schedule dl:last-child dd {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #schedule dl:last-child dd strong, #tour_schedule dl:last-child dd strong {
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #schedule p.info, #tour_schedule p.info {
    font-size: 16px;
    font-size: 1.3333333333rem;
    margin-top: 25px;
    text-align: center;
  }
  /*-----------------------------------------------------------------
    ticket
  ------------------------------------------------------------------*/
  #ticket .box_ticket {
    position: relative;
  }
  #ticket .box_ticket .ticket03 {
    position: relative;
  }
  #ticket .box_ticket .btn_gekijo {
    display: block;
    position: absolute;
    top: 11.5%;
    left: 22%;
    width: 58%;
  }
  #ticket .box_ticket .btn_senkou {
    display: block;
    position: absolute;
    text-align: center;
    top: 62%;
    left: 20%;
    width: 60%;
  }
  #ticket .box_ticket .btn_zaiko {
    display: block;
    text-align: center;
    top: 81%;
    left: 6%;
    width: 88%;
  }
  #ticket .box_ticket .btn_bilibili {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 7%;
  }
  #ticket .ticket_box {
    position: relative;
    margin-top: 30px;
    max-width: 600px;
    margin: 30px auto 0;
  }
  #ticket .ticket_box a img {
    position: absolute;
    top: 38.5%;
    left: 30.6%;
    width: 47%;
  }
  #ticket p.info {
    font-size: 16px;
    font-size: 1.3333333333rem;
    margin-top: 25px;
    text-align: center;
  }
  /*-----------------------------------------------------------------
    player
  ------------------------------------------------------------------*/
  #player h3 {
    font-size: 13px;
    font-size: 1.0833333333rem;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 1.5;
    background: #0028e4;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
  }
  #player .box_player {
    max-width: 800px;
    margin: 0 auto;
  }
  #player ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #player ul li {
    width: 25%;
  }
  #player ul li.guest {
    margin: 8% 37.5%;
  }
  #player ul li.mc {
    margin: 0% 37.5%;
  }
  #player p {
    font-size: 11px;
    font-size: 0.9166666667rem;
    font-weight: 500;
    margin: 0 auto 25px;
  }
  #player p:first-child {
    margin-top: 0;
  }
  #player .bnr_ac {
    margin-top: 20px;
  }
  .popup_caution, .popup {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000000;
  }
  .popup_caution .popup_bg, .popup .popup_bg {
    background: rgba(0, 0, 0, 0.71);
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .popup_caution .popup_wrapper, .popup .popup_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .popup_caution .popup_container, .popup .popup_container {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    box-shadow: 0 0 4.5rem rgba(255, 255, 255, 0.5333333333);
    padding: 0% 0;
    margin-top: 3%;
    margin-bottom: 7%;
  }
  .popup_caution .url0308, .popup .url0308 {
    position: absolute;
    top: 23.2%;
    left: 7%;
    width: 82%;
  }
  .popup_caution .url02, .popup .url02 {
    position: absolute;
    top: 81.4%;
    left: 9%;
    width: 82%;
  }
  .popup_caution .close, .popup .close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -30px;
    right: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    cursor: pointer;
  }
  .popup_caution .popup_close, .popup .popup_close {
    position: fixed;
    top: 1%;
    right: 5%;
    width: 10%;
    max-width: 70px;
    cursor: pointer;
  }
  /*-----------------------------------------------------------------
    notice
  ------------------------------------------------------------------*/
  #notice .inner {
    margin: 0 auto;
    max-width: 800px;
  }
  #notice h3 {
    font-size: 24px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 25px;
    line-height: 1.5;
    padding: 0;
    text-align: center;
  }
  #notice ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #notice ul li a {
    color: #ffff00;
  }
  #notice p {
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: 500;
    margin: 0 auto 25px;
  }
  #notice p a {
    color: #ffff00;
  }
  #notice p:first-child {
    margin-top: 0;
  }
  #notice .bnr_ac {
    margin-top: 40px;
  }
  #bnr {
    margin: 0 auto;
    position: relative;
    padding: 80px 0;
  }
  #bnr .inner {
    max-width: 700px;
    margin: 0 auto;
  }
  #bnr .btn_dvd {
    position: absolute;
    top: 53%;
    left: 34%;
    width: 59.5%;
  }
  /*---------------- bio ---------------*/
  #biography .inner {
    margin: 0 auto;
    max-width: 800px;
  }
  #biography .box_bio {
    margin: 0 auto;
  }
  #biography .box_bio .bio_header {
    display: flex;
  }
  #biography .box_bio .bio_header .artist_thumb {
    width: 44%;
  }
  #biography .box_bio .bio_header .sns {
    width: 45%;
    margin-left: 5%;
  }
  #biography .box_bio .artist_thumb {
    margin-top: 30px;
    text-align: left;
  }
  #biography .box_bio .artist_name {
    font-weight: 900;
    margin-top: 10px;
    text-align: left;
    font-size: 40px;
    font-size: 3.3333333333rem;
  }
  #biography .box_bio .artist_name img {
    width: 22%;
    margin-top: 13px;
    margin-bottom: 10px;
  }
  #biography .box_bio .artist_hp {
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
  }
  #biography .box_bio .sns {
    margin-top: 35px;
  }
  #biography .box_bio .sns ul {
    display: flex;
  }
  #biography .box_bio .sns ul li {
    margin: 0 35px 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #biography .box_bio .sns ul li.tw img {
    width: 50px;
  }
  #biography .box_bio .sns ul li.yt {
    width: 50px;
  }
  #biography .box_bio .sns ul li.niko {
    width: 50px;
  }
  #biography .box_bio .sns ul li.insta {
    width: 50px;
  }
  #biography .box_bio .sns ul li.weibo {
    width: 50px;
  }
  #biography .box_bio .sns ul li.bilibili {
    width: 50px;
  }
  #biography .box_bio .sns ul li.mafumafu {
    width: 140px;
  }
  #biography .box_bio .mafumafu {
    margin-top: 80px;
  }
  #biography .box_bio .mafumafu .artist_name {
    font-size: 40px;
    font-size: 3.3333333333rem;
  }
  #biography .box_bio p {
    font-size: 16px;
    font-size: 1.3333333333rem;
    line-height: 1.7;
    letter-spacing: -0.5px;
  }
  /*---------------- movie ---------------*/
  #movie .inner {
    margin: 0 auto;
    max-width: 800px;
  }
  #movie .box_movie {
    margin: 0 auto;
    width: 100%;
  }
  #movie .box_movie .movie_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -2%;
  }
  #movie .box_movie .movie_list ul li {
    width: 48%;
    margin: 0 0 5% 2%;
  }
  #movie .box_movie .movie_list ul li a {
    display: block;
  }
  #movie .box_movie .movie_list ul li .movie_tit {
    text-indent: -0.2em;
    letter-spacing: -0.6px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  /*-----------------------------------------------------------------
    goods
  ------------------------------------------------------------------*/
  #goods {
    text-align: center;
  }
  #goods img {
    margin: 10% auto;
    width: 30%;
  }
  #goods p {
    font-size: 12px;
    font-size: 1rem;
    font-weight: 500;
    margin: 25px auto;
  }
  #caution_popup {
    height: 100vh;
    padding: 50px;
  }
  #caution_popup .popup_inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1200px;
    background: #000;
    padding: 0px 100px;
    overflow-y: scroll;
  }
}


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