@charset "UTF-8";
/* RS CSS (home.css) */
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: -0.6px;
}

.shadow {
  -moz-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.69);
  -webkit-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.69);
  -ms-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.69);
  box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.69);
}

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

/* ============================================
 contents
============================================ */
#content_area {
  position: fixed;
  background-position: center top;
  padding-top: 0;
  background-color: #000;
  border: 20px solid #fff;
  width: 100%;
  height: 100%;
}

.page_artist #content_area {
  background-position: center top;
  padding-top: 0;
  background-color: #fff;
  border: 20px solid #000;
}
.page_artist #content_area h2 {
  color: #000;
}
.page_artist .menu_button span {
  background: #000;
}

.content_area_inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 60px 20px 60px 20px;
}

#main_visual {
  position: relative;
  width: 100%;
  height: 100vh;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 28px;
  bottom: 0;
  margin: 68px 0 50px;
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.page_artist_single .mCSB_scrollTools {
  margin-top: 160px;
}
.page_artist_single.symag .mCSB_scrollTools {
  margin-top: 250px;
}

.page_artist footer .copyrights {
  color: #fff;
}

/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/
/*スクロールダウン全体の場所*/
.scrolldown4 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  top: 1px;
  right: 50%;
  margin-right: -20px;
  width: 40px;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    top: 1px;
  }
  50% {
    top: 5px;
  }
  100% {
    top: 1px;
  }
}
/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  bottom: 10px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

#event h2 span:nth-child(5) {
  font-family: monospace;
  font-size: 35px;
  font-size: 9.3333333333vw;
}

.btn_order {
  background: #d50110;
  color: #fff !important;
  display: inline-block;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 3px 5px !important;
  margin: 3px auto;
  font-size: 11px;
  font-size: 2.9333333333vw;
}

section {
  position: relative;
  margin: 0 auto;
  padding: 0 30px 0;
  max-width: 900px;
}
section h2 {
  text-align: left;
  line-height: 1;
  width: 100%;
  margin-bottom: 70px;
  margin-top: 0px;
  color: #fff;
  letter-spacing: -0.1px;
  font-size: 40px;
  font-size: 10.6666666667vw;
  font-family: futura-pt, "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-style: italic;
}
section h2 .subtit {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  font-size: 2.6666666667vw;
}
section .inner {
  position: relative;
  padding: 5px 0;
  margin-top: 10px;
}
section .more {
  margin: 50px 0 10px;
  text-align: right;
}
section .more p {
  display: inline-block;
  width: 35%;
  max-width: 150px;
  margin-right: 10px;
}
section .more a {
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0 auto;
  width: 100%;
  background: transparent;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-size: 1rem;
  color: #000;
  text-decoration: none !important;
  display: flex;
  align-items: center;
}
section .more a::before {
  content: "";
  height: 1px;
  width: 50px;
  background-color: #000;
  margin-right: 10px;
  margin-top: 1px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
section .more a:hover::before {
  content: "";
  height: 1px;
  width: 30px;
  background-color: #000;
  margin-right: 10px;
  margin-top: 1px;
}

.scroll-area {
  height: 100%;
  overflow: auto;
}

h1 {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
}

.lity {
  z-index: 99900099;
}

/*-----------------------------------------------------------------
  about
------------------------------------------------------------------*/
#about .box_about > h3 {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
#about .box_about > h3 img {
  width: 50%;
  max-width: 220px;
}
#about .block {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px;
}
#about .block:last-child {
  margin-bottom: 0;
}
#about .block > h3 {
  margin-bottom: 15px;
}
#about .block .about_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
#about .block .about_link ul li {
  position: relative;
  width: 48%;
  margin-bottom: 4%;
}
#about .block .about_link ul li p.copy {
  position: relative;
  bottom: 0em;
  margin-top: 5px;
  color: #000;
  letter-spacing: -0.6px;
  white-space: nowrap;
  font-size: 9px;
  font-size: 0.75rem;
  text-align: center;
  width: 100%;
}
#about .block .about_link ul li a {
  display: block;
}

.content_company .company_wrap .inner {
  padding: 20px 5%;
}

.company_wrap {
  margin-top: 50px;
}

.company_tbl_wrap {
  padding: 0%;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  /* border: solid 1px #fff; */
  color: #fff;
  border-left: 1px solid #4b4b4b;
  border-right: 1px solid #4b4b4b;
  border-bottom: 1px solid #4b4b4b;
}

section table {
  width: 100%;
}

section th, section td {
  padding: 15px;
}

section th {
  background: #4b4b4b;
}

.company_tbl th {
  width: 30%;
  text-align: left;
}

.company_tbl th,
.company_tbl td {
  width: 100%;
  display: block;
  border-top: none;
}

.company_tbl th {
  padding: 10px 15px;
}
.company_tbl th i {
  font-size: 30px;
}

#artist {
  background: #fff;
  padding: 0 30px;
}
#artist h2 {
  margin-left: 0;
  white-space: nowrap;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 30px;
  margin-left: -0.1em;
}
#artist h2.caronz_cp {
  letter-spacing: -0.6px;
  font-size: 30px;
  font-size: 8vw;
}
#artist .box_artist .artist_list ul li {
  margin-bottom: 40px;
}
#artist .box_artist .artist_list ul li .artist_img {
  margin: 0 auto;
  width: 50%;
  max-width: 170px;
}
#artist .box_artist .artist_list ul li p {
  margin-top: 5px;
  text-align: center;
  font-size: 13px;
  font-size: 3.4666666667vw;
  color: #000;
}
#artist .box_artist.single {
  /*-----------------------------------------------------------------
    news
  ------------------------------------------------------------------*/
  /*-----------------------------------------------------------------
  LIVE
  ------------------------------------------------------------------*/
}
#artist .box_artist.single .artist_content {
  margin: 60px auto;
}
#artist .box_artist.single h5 {
  border-top: 1px solid #000;
  position: relative;
  margin-bottom: 25px;
  margin-top: 25px;
}
#artist .box_artist.single h5 span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-size: 3.2vw;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  margin-top: 0em;
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 5px 15px;
}
#artist .box_artist.single .artist_detail {
  margin-bottom: 70px;
}
#artist .box_artist.single .artist_detail .artist_main.tate {
  text-align: center;
}
#artist .box_artist.single .artist_detail .artist_main.tate img {
  width: 60%;
}
#artist .box_artist.single .artist_detail h4 {
  font-size: 21px;
  font-size: 5.6vw;
  letter-spacing: -0.1px;
  font-weight: 700;
  text-align: center;
  font-style: italic;
  color: #000;
  margin: 20px auto;
}
#artist .box_artist.single .artist_detail p {
  color: #000;
  font-size: 10.5px;
  font-size: 2.8vw;
  line-height: 1.8;
}
#artist .box_artist.single .artist_detail p a {
  color: #000;
}
#artist .box_artist.single .artist_detail p i {
  margin-top: 5px;
  font-size: 18px;
  font-size: 4.8vw;
}
#artist .box_artist.single .news_list ul li {
  margin: 5px 0;
}
#artist .box_artist.single .news_list ul li:last-child a {
  border-bottom: 0;
}
#artist .box_artist.single .news_list ul li a {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  color: #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-bottom: 1px #ccc dotted;
}
#artist .box_artist.single .news_list ul li a:hover {
  text-decoration: none;
}
#artist .box_artist.single .news_list ul li a .news_tit {
  text-decoration: underline;
}
#artist .box_artist.single .news_list ul li .news_section a {
  word-break: break-all;
  display: inline-block;
  padding: 0;
}
#artist .box_artist.single .news_list ul li .news_section .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#artist .box_artist.single .news_list ul li .news_section .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#artist .box_artist.single .news_list ul li .news_date {
  position: relative;
  font-weight: bold;
  width: 100%;
  font-size: 10px;
  font-size: 2.6666666667vw;
}
#artist .box_artist.single .news_list ul li .news_date .new {
  margin-left: 10px;
  color: #d9352d;
}
#artist .box_artist.single .news_list ul li .news_tit {
  font-size: 10px;
  font-size: 2.6666666667vw;
  width: 100%;
}
#artist .box_artist.single .news_list ul li:first-child a {
  padding-top: 0;
}
#artist .box_artist.single .news_list .news_detail {
  margin: 10px auto;
}
#artist .box_artist.single .news_list .news_detail .tag {
  text-align: left;
}
#artist .box_artist.single .news_list .news_detail .tag span {
  font-size: 10px;
  font-size: 2.6666666667vw;
  background: #000;
  text-align: left;
  padding: 1px 10px;
}
#artist .box_artist.single .news_list .news_detail .date {
  font-size: 10px;
  font-size: 2.6666666667vw;
  letter-spacing: -0.1px;
  font-weight: 700;
  text-align: left;
  margin: 5px auto 0;
  color: #000;
}
#artist .box_artist.single .news_list .news_detail .tit {
  font-size: 13px;
  font-size: 3.4666666667vw;
  letter-spacing: -0.1px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  font-style: italic;
  color: #000;
  margin: 0 auto 20px;
  padding-bottom: 25px;
  border-bottom: 1px #ccc dashed;
}
#artist .box_artist.single .news_list .news_detail .music {
  margin-top: 5px;
  text-align: left;
  font-size: 18px;
  font-size: 4.8vw;
  color: #000;
}
#artist .box_artist.single .news_list .news_detail .news_txt {
  color: #000;
  text-align: left;
  font-size: 10px;
  font-size: 2.6666666667vw;
  word-wrap: break-word;
}
#artist .box_artist.single .news_list .news_detail .news_txt .news_section {
  margin: 30px auto;
}
#artist .box_artist.single .news_list .news_detail .news_txt a {
  color: #d50110;
  word-wrap: break-word;
}
#artist .box_artist.single .news_list .news_detail .news_txt img {
  width: 50%;
  margin: 10px 0;
}
#artist .box_artist.single .news_list .news_detail .news_txt h4 {
  font-size: 15px;
  font-size: 4vw;
  font-weight: bold;
}
#artist .box_artist.single .live_list ul li {
  margin: 5px 0;
}
#artist .box_artist.single .live_list ul li:last-child a {
  border-bottom: 0;
}
#artist .box_artist.single .live_list ul li a {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  color: #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-bottom: 1px #ccc dotted;
}
#artist .box_artist.single .live_list ul li a:hover {
  text-decoration: none;
}
#artist .box_artist.single .live_list ul li a .live_tit {
  text-decoration: underline;
}
#artist .box_artist.single .live_list ul li .live_date {
  position: relative;
  font-weight: bold;
  width: 100%;
  font-size: 10px;
  font-size: 2.6666666667vw;
}
#artist .box_artist.single .live_list ul li .live_date .new {
  margin-left: 10px;
  color: #d9352d;
}
#artist .box_artist.single .live_list ul li .live_tit {
  font-size: 10px;
  font-size: 2.6666666667vw;
  width: 100%;
}
#artist .box_artist.single .live_list ul li:first-child a {
  padding-top: 0;
}
#artist .box_artist.single #artist_profile p {
  line-height: 1.7;
}
#artist .box_artist.single #artist_disco .disco_list a:hover, #artist .box_artist.single #artist_movie .disco_list a:hover {
  text-decoration: none;
}
#artist .box_artist.single #artist_disco .disco_list ul li, #artist .box_artist.single #artist_movie .disco_list ul li {
  width: 100%;
  margin: 45px auto;
}
#artist .box_artist.single #artist_disco .disco_list ul li:first-child, #artist .box_artist.single #artist_movie .disco_list ul li:first-child {
  margin-top: 0;
}
#artist .box_artist.single #artist_disco .disco_list ul li .news_img, #artist .box_artist.single #artist_movie .disco_list ul li .news_img {
  position: relative;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
#artist .box_artist.single #artist_disco .disco_list ul li .news_img small, #artist .box_artist.single #artist_movie .disco_list ul li .news_img small {
  font-size: 7px;
  font-size: 1.8666666667vw;
}
#artist .box_artist.single #artist_disco .disco_list ul li .news_img.youtube, #artist .box_artist.single #artist_movie .disco_list ul li .news_img.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#artist .box_artist.single #artist_disco .disco_list ul li .news_img.youtube iframe, #artist .box_artist.single #artist_movie .disco_list ul li .news_img.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#artist .box_artist.single #artist_disco .disco_list ul li .news_img img, #artist .box_artist.single #artist_movie .disco_list ul li .news_img img {
  width: 75%;
}
#artist .box_artist.single #artist_disco .disco_list ul li .news_detail, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail {
  margin: 10px auto;
}
#artist .box_artist.single #artist_disco .disco_list ul li .news_detail .tag, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .tag {
  text-align: center;
}
#artist .box_artist.single #artist_disco .disco_list ul li .news_detail .tag span, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .tag span {
  font-size: 10px;
  font-size: 2.6666666667vw;
  background: #000;
  text-align: center;
  padding: 1px 10px;
}
#artist .box_artist.single #artist_disco .disco_list ul li .news_detail .date, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .date {
  font-size: 12px;
  font-size: 3.2vw;
  letter-spacing: -0.1px;
  font-weight: 700;
  text-align: center;
  margin: 5px auto 0;
  color: #000;
}
#artist .box_artist.single #artist_disco .disco_list ul li .news_detail .tit, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .tit {
  font-size: 14px;
  font-size: 3.7333333333vw;
  letter-spacing: -0.1px;
  font-weight: 700;
  text-align: center;
  font-style: italic;
  color: #000;
  margin: 0 auto;
}
#artist .box_artist.single #artist_disco .disco_list ul li .news_detail .music, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .music {
  margin-top: 5px;
  text-align: center;
  font-size: 18px;
  font-size: 4.8vw;
  color: #000;
}
#artist .box_artist.single #artist_disco .disco_list ul li .news_detail .news_txt, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .news_txt {
  color: #000;
  text-align: center;
  font-size: 10px;
  font-size: 2.6666666667vw;
  word-wrap: break-word;
}
#artist .box_artist.single #artist_disco .disco_list ul li .news_detail .news_txt .news_section, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .news_txt .news_section {
  margin: 30px auto;
}
#artist .box_artist.single #artist_disco .disco_list ul li .news_detail .news_txt a, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .news_txt a {
  color: #d50110;
  word-wrap: break-word;
}
#artist .box_artist.single #artist_disco .disco_list ul li .news_detail .news_txt img, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .news_txt img {
  width: 50%;
  margin: 10px 0;
}
#artist .box_artist.single #artist_disco .disco_list ul li .news_detail .news_txt h4, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .news_txt h4 {
  font-size: 15px;
  font-size: 4vw;
  font-weight: bold;
}
#artist .btn_other {
  margin: 30px auto;
  width: 80%;
}
#artist .btn_other a {
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 11px;
  font-size: 2.9333333333vw;
}
#artist .btn_other.twin {
  margin: 30px auto;
  width: 80%;
}
#artist .btn_other.twin p {
  font-size: 11px;
  font-size: 2.9333333333vw;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
#artist .btn_other.twin > div {
  display: block;
}
#artist .btn_other.twin > div a {
  margin-bottom: 10px;
}

.artist_sns {
  position: fixed;
  bottom: 25px;
  right: 42px;
}
.artist_sns ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.artist_sns ul li {
  margin-bottom: 5px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.artist_sns ul li a {
  color: #fff;
  font-size: 20px;
  font-size: 5.3333333333vw;
  display: block;
  text-align: center;
}
.artist_sns ul li a img {
  width: 75%;
}

.artist_menu_open_wrap {
  z-index: 10001;
  position: fixed;
  top: 37px;
  right: 92px;
  font-family: futura-pt, "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-style: italic;
  background: #000;
  padding: 2px 10px;
  letter-spacing: 2px;
  color: #fff;
  font-size: 12px;
  font-size: 1rem;
}
.artist_menu_open_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.artist_menu_open_wrap i {
  margin-left: 5px;
  font-size: 12px;
  font-size: 1rem;
}

.artist_menu_close {
  position: absolute;
  top: 35px;
  right: 44px;
  margin: 0 auto;
  text-align: center;
}
.artist_menu_close i {
  cursor: pointer;
  font-size: 26px;
  font-size: 6.9333333333vw;
}

.artist_menu {
  display: none;
  z-index: 1000002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8784313725);
}
.artist_menu h2 {
  text-align: left;
  line-height: 1;
  width: 100%;
  margin-bottom: 70px;
  margin-top: 0px;
  color: #fff;
  letter-spacing: -0.1px;
  font-size: 30px;
  font-size: 8vw;
  font-family: futura-pt, "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  margin-bottom: 0;
  color: #fff !important;
}
.artist_menu nav {
  padding: 40px 40px 40px 40px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.artist_menu nav ul {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  height: 80%;
  width: 100%;
}
.artist_menu nav ul li {
  margin: 5px auto;
}
.artist_menu nav ul li a {
  font-family: futura-pt, "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  display: block;
  font-weight: 700;
  font-style: italic;
  font-size: 14.5px;
  font-size: 3.8666666667vw;
}
.artist_menu nav ul li a:hover {
  text-decoration: none;
}

#event {
  width: 100%;
  height: 100%;
  color: #fff;
}
#event .box_event {
  width: 100%;
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#event .box_event p {
  font-size: 14px;
  font-size: 3.7333333333vw;
}
#event .artist_list ul li {
  margin-bottom: 40px;
  padding-bottom: 100px;
}
#event .artist_list ul li .artist_img {
  margin: 0 auto;
  width: 50%;
  max-width: 250px;
}
#event .live_detail {
  color: #fff;
}
#event .live_detail p {
  font-size: 11px;
  font-size: 2.9333333333vw;
  color: #fff;
  text-align: center;
  word-wrap: break-word;
}
#event .live_detail p strong {
  font-size: 12.5px;
  font-size: 3.3333333333vw;
  font-style: italic;
  white-space: nowrap;
}
#event .live_detail p a {
  text-decoration: underline;
}
#event .live_detail p a:hover {
  text-decoration: none;
}
#event .live_detail .live_txt hr {
  outline: 0;
  border: 0;
  background: #fff;
  width: 100%;
  margin: 20px auto;
  height: 1px;
}
#event .live_detail .live_txt .map {
  margin-left: 5px;
  margin-bottom: 15px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
#event .live_detail .live_txt .map a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#event .live_detail .live_txt .map span {
  font-size: 70%;
  font-style: normal;
}
#event .live_detail h3 {
  font-size: 15px;
  font-size: 4vw;
  letter-spacing: -0.1px;
  font-weight: 700;
  text-align: center;
  font-style: italic;
  color: #fff;
  margin: 20px auto;
}
#event .live_detail .date {
  font-size: 11px;
  font-size: 2.9333333333vw;
  letter-spacing: -0.1px;
  font-weight: 700;
  text-align: center;
  margin: 5px auto 0;
  color: #fff;
}
#event .live_detail .tit {
  font-size: 14px;
  font-size: 3.7333333333vw;
  letter-spacing: -0.1px;
  font-weight: 700;
  text-align: center;
  font-style: italic;
  color: #fff;
  margin: 0 auto 25px;
}

#contact .contact_box {
  max-width: 600px;
  margin: 0 auto 70px;
}

.contact_txt {
  word-wrap: break-word;
  margin: 50px auto;
  font-size: 14px;
  font-size: 1.1666666667rem;
  font-weight: bold;
}
.contact_txt a {
  text-decoration: underline;
  color: #787878;
}
.contact_txt a:hover {
  text-decoration: none;
}
.contact_txt .contact_submit {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #333;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  line-height: 14px;
  padding: 7px 10px;
  margin: 20px 0 0;
  border: solid 2px #333;
  text-decoration: none !important;
  display: inline-block;
  font-size: 12px;
  font-size: 1rem;
}
.contact_txt .contact_submit:hover {
  background: #fff;
  color: #333 !important;
  text-decoration: none;
}
.contact_txt .contact_submit .fa-envelope {
  margin-right: 3px;
}

.fan_letter {
  margin-top: 50px;
  border: solid 2px #fff;
  padding: 25px;
}
.fan_letter h3 {
  font-size: 22px;
  font-size: 1.8333333333rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.fan_letter p {
  font-size: 14px;
  font-size: 1.1666666667rem;
  font-weight: bold;
}
.fan_letter small {
  font-size: 12px;
  font-size: 1rem;
}

.frame {
  margin: 20px 0;
}
.frame iframe {
  width: 100% !important;
}

#contact_form {
  margin-top: 20px;
}
#contact_form dl {
  margin-top: 10px;
}
#contact_form dt span {
  color: rgb(219.3243243243, 43.1756756757, 92.2297297297);
}
#contact_form label {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.1666666667rem;
}
#contact_form input {
  font-size: 14px;
  font-size: 1.1666666667rem;
}
#contact_form input[type=text], #contact_form input[type=email], #contact_form textarea {
  font-size: 1rem;
  background: #fff;
  border: 2px solid #000;
  padding: 8px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: text;
}
#contact_form input[type=text], #contact_form input[type=email] {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  font-size: 1.1666666667rem;
}
#contact_form textarea {
  width: 100%;
  max-width: 100%;
}
#contact_form #captcha {
  margin-left: 5px;
  width: 5em;
  padding: 5px 5px;
}
#contact_form input[type=submit] {
  margin-top: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
  font-size: 1.1666666667rem;
  width: 188px;
  border: solid 3px #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  padding: 6px 10px;
  color: #fff;
  background: #000;
}
#contact_form input[type=submit]:hover, #contact_form input[type=submit]:focus {
  background: #fff;
  color: #000;
}

div.wpcf7-response-output {
  margin: 2em 0 0;
}

footer {
  width: 100%;
  text-align: center;
  padding: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 129;
}
footer .copyrights {
  font-size: 8px;
  margin-top: 0px;
  color: #000;
  letter-spacing: 0.1px;
  padding: 2px 0 2px;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 700px) {
  #main_visual {
    position: relative;
  }
  #main_visual .main_logo {
    top: 43%;
    right: 8%;
    position: absolute;
    width: 43%;
    margin: 0;
    text-align: center;
  }
  #main_visual .main_img {
    width: 100%;
  }
  #main_visual .main_img img {
    width: 100%;
  }
  .scroll {
    position: relative;
    margin: 30px auto 90px;
    text-align: center;
  }
  /*=== 9-1-4 矢印が動いてスクロールを促す  ====*/
  /*スクロールダウン全体の場所*/
  .scrolldown4 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    top: 1px;
    right: 50%;
    margin-right: -35px;
    width: 70px;
    /*矢印の動き1秒かけて永遠にループ*/
    animation: arrowmove 1s ease-in-out infinite;
  }
  /* ============================================
   slider
  ============================================ */
  #main_slick {
    padding-bottom: 30px;
  }
  #main_slick .wrapper {
    width: 100%;
    padding: 0;
  }
  .slick-slide {
    margin: 20px 15px;
    width: 500px;
  }
  .slick_wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  .slick-dots {
    bottom: -30px;
  }
  .slick-dots li {
    margin: 0 5px;
    position: relative;
    display: inline-block;
    height: 40px;
    width: 110px;
  }
  .slick-dotted.slick-slider {
    margin: 0;
  }
  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "ー";
    width: 110px;
    height: 60px;
    font-family: "slick";
    font-size: 110px;
    line-height: 50px;
    text-align: center;
  }
  #main {
    width: 100%;
  }
  .btn_order {
    background: #d50110;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    padding: 3px 10px !important;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  /* ============================================
   contents
  ============================================ */
  #content_area {
    position: fixed;
    background-position: center top;
    padding-top: 0;
    background-color: #000;
    border: 50px solid #fff;
    width: calc(100% - 65px);
    height: 100vh;
    overflow: hidden;
  }
  .page_artist #content_area {
    position: relative;
    background-position: center top;
    padding-top: 0;
    background-color: #fff;
    border: 50px solid #000;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .page_artist #content_area h2 {
    color: #000;
  }
  .page_artist .menu_button span {
    background: #fff;
  }
  .content_area_inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 0px 20px 0px 20px;
  }
  #main_visual {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .scroll {
    position: relative;
    margin: 30px auto;
    text-align: center;
  }
  section {
    position: relative;
    margin: 0 auto;
    padding: 50px 50px 50px;
    max-width: none;
  }
  section h2 {
    text-align: left;
    line-height: 1;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0px;
    color: #fff;
    letter-spacing: -0.3px;
    font-size: 90px;
    font-size: 7.5rem;
    font-family: futura-pt, "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  section .inner {
    position: relative;
    padding: 5px 20px;
    margin: 0 auto;
    max-width: 800px;
  }
  section .more {
    margin: 80px 0 10px;
    text-align: right;
  }
  section .more p {
    display: inline-block;
    width: 35%;
    max-width: 180px;
    margin-right: 10px;
  }
  section .more a {
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 0 auto;
    width: 100%;
    background: transparent;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    font-size: 1rem;
    color: #000;
    text-decoration: none !important;
    display: flex;
    align-items: center;
  }
  section .more a::before {
    content: "";
    height: 1px;
    width: 50px;
    background-color: #000;
    margin-right: 10px;
    margin-top: 1px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  section .more a:hover::before {
    content: "";
    height: 1px;
    width: 30px;
    background-color: #000;
    margin-right: 10px;
    margin-top: 1px;
  }
  .main_logo {
    width: 90%;
    margin: 5% auto;
    text-align: center;
  }
  .main_img {
    width: 100%;
  }
  .main_img img {
    width: 100%;
  }
  /*-----------------------------------------------------------------
    about
  ------------------------------------------------------------------*/
  #about .box_about {
    max-width: 860px;
    margin: 0 auto;
    padding: 30px 50px;
  }
  #about .box_about > h3 {
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid #fff;
  }
  #about .box_about > h3 img {
    width: 50%;
    max-width: 200px;
  }
  #about .box_about .about_list {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
  }
  #about .box_about .block {
    width: 46%;
  }
  #about .block {
    margin-bottom: 0;
    background: #fff;
    padding: 20px;
  }
  #about .block > h3 {
    margin-bottom: 15px;
  }
  #about .block .about_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
  #about .block .about_link ul li {
    position: relative;
    width: 48%;
    margin-bottom: 4%;
  }
  #about .block .about_link ul li p.copy {
    color: #000;
    font-size: 9px;
    font-size: 0.75rem;
    text-align: center;
    width: 100%;
  }
  #about .block .about_link ul li a {
    display: block;
  }
  /*-----------------------------------------------------------------
      company
  ------------------------------------------------------------------*/
  .content_company .company_wrap .inner {
    padding: 60px;
  }
  .company_tbl_wrap {
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
    padding: 4%;
    border: solid 1px #fff;
  }
  .company_tbl_wrap table {
    width: 100%;
  }
  .company_tbl_wrap th, .company_tbl_wrap section td {
    padding: 20px;
    border: none;
  }
  .company_tbl_wrap th {
    background: transparent !important;
  }
  .company_tbl_wrap .company_tbl {
    margin: 0 auto;
    max-width: 700px;
    border-top: none;
    background: transparent;
  }
  .company_tbl_wrap .company_tbl th, .company_tbl_wrap .company_tbl td {
    width: 100%;
    display: table-cell;
    border: none;
  }
  .company_tbl_wrap .company_tbl th {
    width: 30%;
    text-align: left;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .company_tbl_wrap .company_tbl td {
    border-bottom: 1px solid #ddd;
  }
  .company_tbl_wrap .company_tbl tr:last-child td, .company_tbl_wrap .company_tbl tr:last-child th {
    border-bottom: none;
  }
  #artist {
    background: #fff;
    padding: 50px 50px 50px;
  }
  #artist h2 {
    margin-left: 0;
    white-space: nowrap;
    margin-bottom: 40px;
    text-align: left;
    margin-top: 50px;
    margin-left: -0.3em;
    font-size: 62px;
    font-size: 5.1666666667rem;
  }
  #artist h2.caronz_cp {
    letter-spacing: -2.2px;
    font-size: 58px;
    font-size: 4.8333333333rem;
  }
  #artist .box_artist {
    max-width: 860px;
    margin: 0 auto;
    padding: 30px 50px;
  }
  #artist .box_artist .artist_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 -1% -1%;
  }
  #artist .box_artist .artist_list ul li {
    width: 24%;
    margin: 0 0 1% 1%;
  }
  #artist .box_artist .artist_list ul li .artist_img {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
  }
  #artist .box_artist .artist_list ul li p {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.3333333333rem;
    color: #000;
  }
  #artist .box_artist.single {
    /*-----------------------------------------------------------------
      news
    ------------------------------------------------------------------*/
    /*-----------------------------------------------------------------
      LIVE
    ------------------------------------------------------------------*/
  }
  #artist .box_artist.single .artist_content {
    margin: 120px auto;
  }
  #artist .box_artist.single h5 {
    border-top: 1px solid #000;
    position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  #artist .box_artist.single h5 span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-size: 1.5rem;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    margin-top: 0em;
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 5px 15px;
  }
  #artist .box_artist.single .artist_detail {
    margin-bottom: 70px;
  }
  #artist .box_artist.single .artist_detail h4 {
    font-size: 40px;
    font-size: 3.3333333333rem;
    letter-spacing: -0.1px;
    font-weight: 700;
    text-align: center;
    font-style: italic;
    color: #000;
    margin: 25px auto;
  }
  #artist .box_artist.single .artist_detail p {
    color: #000;
    font-size: 14px;
    font-size: 1.1666666667rem;
    line-height: 1.7;
  }
  #artist .box_artist.single .artist_detail p a {
    color: #000;
  }
  #artist .box_artist.single .artist_detail p i {
    font-size: 34px;
    font-size: 2.8333333333rem;
    margin-top: 10px;
  }
  #artist .box_artist.single #artist_news, #artist .box_artist.single #artist_goods {
    display: block;
    padding: 0;
  }
  #artist .box_artist.single #artist_news h2, #artist .box_artist.single #artist_goods h2 {
    width: 20%;
    padding-right: 5%;
    margin-right: 5%;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
    font-size: 1.3333333333rem;
    border-right: 1px solid #a2d6d4;
  }
  #artist .box_artist.single #artist_news .inner, #artist .box_artist.single #artist_goods .inner {
    width: 100%;
    margin: 0;
  }
  #artist .box_artist.single .news_list ul li {
    margin: 5px 0;
  }
  #artist .box_artist.single .news_list ul li a {
    display: flex;
    padding: 20px 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #artist .box_artist.single .news_list ul li a:hover {
    text-decoration: none;
  }
  #artist .box_artist.single .news_list ul li .news_date {
    position: relative;
    margin-bottom: 5px;
    font-weight: bold;
    width: 7em;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #artist .box_artist.single .news_list ul li .news_date .new {
    margin-left: 10px;
    color: #d9352d;
  }
  #artist .box_artist.single .news_list ul li .news_tit {
    font-size: 14px;
    font-size: 1.1666666667rem;
    width: auto;
    flex: 1;
  }
  #artist .box_artist.single .news_list ul li:first-child a {
    padding-top: 0;
  }
  #artist .box_artist.single .news_list .news_detail {
    margin: 10px auto;
  }
  #artist .box_artist.single .news_list .news_detail .tag {
    text-align: left;
  }
  #artist .box_artist.single .news_list .news_detail .tag span {
    font-size: 12px;
    font-size: 1rem;
    background: #000;
    text-align: left;
    padding: 1px 10px;
  }
  #artist .box_artist.single .news_list .news_detail .date {
    font-size: 16px;
    font-size: 1.3333333333rem;
    letter-spacing: -0.1px;
    font-weight: 700;
    text-align: left;
    margin: 5px auto 0;
    color: #000;
  }
  #artist .box_artist.single .news_list .news_detail .tit {
    font-size: 20px;
    font-size: 1.6666666667rem;
    letter-spacing: -0.1px;
    font-weight: 700;
    text-align: left;
    font-style: italic;
    color: #000;
    #
              margin: 0 auto;
  }
  #artist .box_artist.single .news_list .news_detail .music {
    margin-top: 5px;
    text-align: center;
    font-size: 24px;
    font-size: 2rem;
    color: #000;
  }
  #artist .box_artist.single .news_list .news_detail .news_txt {
    color: #000;
    text-align: left;
    font-size: 14px;
    font-size: 1.1666666667rem;
    word-wrap: break-word;
  }
  #artist .box_artist.single .news_list .news_detail .news_txt .news_section {
    margin: 30px auto;
  }
  #artist .box_artist.single .news_list .news_detail .news_txt a {
    color: #d50110;
    word-wrap: break-word;
  }
  #artist .box_artist.single .news_list .news_detail .news_txt img {
    width: 50%;
    margin: 10px 0;
  }
  #artist .box_artist.single .news_list .news_detail .news_txt h4 {
    font-size: 18px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  #artist .box_artist.single #artist_live {
    display: block;
    padding: 0;
  }
  #artist .box_artist.single #artist_live h2 {
    width: 20%;
    padding-right: 5%;
    margin-right: 5%;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
    font-size: 1.3333333333rem;
    border-right: 1px solid #a2d6d4;
  }
  #artist .box_artist.single #artist_live .inner {
    width: 100%;
    margin: 0;
  }
  #artist .box_artist.single .live_list ul li {
    margin: 5px 0;
  }
  #artist .box_artist.single .live_list ul li a {
    display: flex;
    padding: 10px 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #artist .box_artist.single .live_list ul li a:hover {
    text-decoration: none;
  }
  #artist .box_artist.single .live_list ul li .live_date {
    position: relative;
    margin-bottom: 5px;
    font-weight: bold;
    width: 9em;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #artist .box_artist.single .live_list ul li .live_date .new {
    margin-left: 10px;
    color: #d9352d;
  }
  #artist .box_artist.single .live_list ul li .live_tit {
    font-size: 14px;
    font-size: 1.1666666667rem;
    width: auto;
    flex: 1;
  }
  #artist .box_artist.single .live_list ul li:first-child a {
    padding-top: 0;
  }
  #artist .box_artist.single #artist_disco .disco_list ul li, #artist .box_artist.single #artist_movie .disco_list ul li {
    width: 45%;
    margin: 45px auto;
  }
  #artist .box_artist.single #artist_disco .disco_list ul li:first-child, #artist .box_artist.single #artist_movie .disco_list ul li:first-child {
    margin-top: 0;
  }
  #artist .box_artist.single #artist_disco .disco_list ul li .news_img, #artist .box_artist.single #artist_movie .disco_list ul li .news_img {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  #artist .box_artist.single #artist_disco .disco_list ul li .news_img small, #artist .box_artist.single #artist_movie .disco_list ul li .news_img small {
    font-size: 9px;
    font-size: 0.75rem;
  }
  #artist .box_artist.single #artist_disco .disco_list ul li .news_img.youtube, #artist .box_artist.single #artist_movie .disco_list ul li .news_img.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #artist .box_artist.single #artist_disco .disco_list ul li .news_img.youtube iframe, #artist .box_artist.single #artist_movie .disco_list ul li .news_img.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #artist .box_artist.single #artist_disco .disco_list ul li .news_img img, #artist .box_artist.single #artist_movie .disco_list ul li .news_img img {
    width: 75%;
  }
  #artist .box_artist.single #artist_disco .disco_list ul li .news_detail, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail {
    margin: 10px auto;
  }
  #artist .box_artist.single #artist_disco .disco_list ul li .news_detail .tag, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .tag {
    text-align: center;
  }
  #artist .box_artist.single #artist_disco .disco_list ul li .news_detail .tag span, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .tag span {
    font-size: 12px;
    font-size: 1rem;
    background: #000;
    text-align: center;
    padding: 1px 10px;
  }
  #artist .box_artist.single #artist_disco .disco_list ul li .news_detail .date, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .date {
    font-size: 16px;
    font-size: 1.3333333333rem;
    letter-spacing: -0.1px;
    font-weight: 700;
    text-align: center;
    margin: 5px auto 0;
    color: #000;
  }
  #artist .box_artist.single #artist_disco .disco_list ul li .news_detail .tit, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .tit {
    font-size: 20px;
    font-size: 1.6666666667rem;
    letter-spacing: -0.1px;
    font-weight: 700;
    text-align: center;
    font-style: italic;
    color: #000;
    margin: 0 auto;
  }
  #artist .box_artist.single #artist_disco .disco_list ul li .news_detail .music, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .music {
    margin-top: 5px;
    text-align: center;
    font-size: 24px;
    font-size: 2rem;
    color: #000;
  }
  #artist .box_artist.single #artist_disco .disco_list ul li .news_detail .news_txt, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .news_txt {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem;
    word-wrap: break-word;
  }
  #artist .box_artist.single #artist_disco .disco_list ul li .news_detail .news_txt .news_section, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .news_txt .news_section {
    margin: 30px auto;
  }
  #artist .box_artist.single #artist_disco .disco_list ul li .news_detail .news_txt a, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .news_txt a {
    color: #d50110;
    word-wrap: break-word;
  }
  #artist .box_artist.single #artist_disco .disco_list ul li .news_detail .news_txt img, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .news_txt img {
    width: 50%;
    margin: 10px 0;
  }
  #artist .box_artist.single #artist_disco .disco_list ul li .news_detail .news_txt h4, #artist .box_artist.single #artist_movie .disco_list ul li .news_detail .news_txt h4 {
    font-size: 18px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  #artist .btn_other {
    margin: 40px auto;
    width: 350px;
  }
  #artist .btn_other a {
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #artist .btn_other.twin {
    margin: 40px auto;
    width: 350px;
  }
  #artist .btn_other.twin p {
    font-size: 14px;
    font-size: 1.1666666667rem;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
  }
  #artist .btn_other.twin > div {
    display: block;
  }
  #artist .btn_other.twin > div a {
    margin-bottom: 10px;
  }
  .artist_sns {
    position: fixed;
    bottom: 65px;
    right: 72px;
    width: 80px;
  }
  .artist_sns ul {
    display: block;
  }
  .artist_sns ul li {
    margin-bottom: 5px;
    width: auto;
    display: block;
  }
  .artist_sns ul li a {
    color: #000;
    fill: #000 !important;
    font-size: 29px;
    /* font-size: 5.3333333333vw; */
    display: block;
    text-align: center;
  }
  .artist_sns ul li a svg {
    fill: #000 !important;
  }
  .artist_sns ul li a img {
    width: 36%;
  }
  .artist_menu_open_wrap {
    display: none;
    z-index: 10001;
    position: fixed;
    top: 37px;
    right: 92px;
    font-family: futura-pt, "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 700;
    font-style: italic;
    background: #000;
    padding: 2px 10px;
    letter-spacing: 2px;
    color: #fff;
    font-size: 12px;
    font-size: 1rem;
  }
  .artist_menu_open_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .artist_menu_open_wrap i {
    margin-left: 5px;
    font-size: 12px;
    font-size: 1rem;
  }
  .artist_menu_close {
    display: none;
    position: absolute;
    top: 35px;
    right: 44px;
    margin: 0 auto;
    text-align: center;
  }
  .artist_menu_close i {
    cursor: pointer;
    font-size: 26px;
    font-size: 6.9333333333vw;
  }
  .artist_menu {
    display: block;
    z-index: 1000002;
    position: fixed;
    top: 80px;
    left: auto;
    right: 0;
    padding-right: 60px;
    width: 100%;
    height: 50px;
    background: transparent;
  }
  .artist_menu h2 {
    display: none;
    text-align: left;
    line-height: 1;
    width: 100%;
    margin-bottom: 70px;
    margin-top: 0px;
    color: #fff;
    letter-spacing: -0.1px;
    font-size: 40px;
    font-size: 10.6666666667vw;
    font-family: futura-pt, "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    margin-bottom: 0;
    color: #fff !important;
  }
  .artist_menu nav {
    padding: 0;
    height: 100%;
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .artist_menu nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    justify-content: flex-end;
    height: 80%;
    width: 100%;
    padding-right: 35px;
  }
  .artist_menu nav ul li {
    margin: 0px 6px;
  }
  .artist_menu nav ul li a {
    font-family: futura-pt, "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    display: block;
    font-weight: 700;
    letter-spacing: -0.3px;
    font-style: italic;
    color: #000;
    font-size: 15px;
    font-size: 1.25rem;
  }
  .artist_menu nav ul li a:hover {
    text-decoration: none;
  }
  #event h2 span:nth-child(5) {
    font-family: monospace;
    font-size: 80px;
    font-size: 6.6666666667rem;
  }
  #event .artist_list {
    margin: 0 auto;
    padding: 50px 0;
    max-width: 600px;
  }
  #event .artist_list ul li {
    margin-bottom: 40px;
    padding-bottom: 100px;
  }
  #event .artist_list ul li .artist_img {
    margin: 0 auto;
    width: 50%;
    max-width: 300px;
  }
  #event .live_detail {
    color: #fff;
  }
  #event .live_detail p {
    font-size: 14px;
    font-size: 1.1666666667rem;
    color: #fff;
    text-align: center;
    word-wrap: break-word;
  }
  #event .live_detail p strong {
    font-size: 18px;
    font-size: 1.5rem;
  }
  #event .live_detail p a {
    text-decoration: underline;
  }
  #event .live_detail p a:hover {
    text-decoration: none;
  }
  #event .live_detail .live_txt hr {
    outline: 0;
    border: 0;
    background: #fff;
    width: 100%;
    margin: 20px auto;
    height: 1px;
  }
  #event .live_detail h3 {
    font-size: 30px;
    font-size: 2.5rem;
    letter-spacing: -0.1px;
    font-weight: 700;
    text-align: center;
    font-style: italic;
    color: #fff;
    margin: 20px auto;
  }
  #event .live_detail .date {
    font-size: 18px;
    font-size: 1.5rem;
    letter-spacing: -0.1px;
    font-weight: 700;
    text-align: center;
    margin: 5px auto 0;
    color: #fff;
  }
  #event .live_detail .tit {
    font-size: 22px;
    font-size: 1.8333333333rem;
    letter-spacing: -0.1px;
    font-weight: 700;
    text-align: center;
    font-style: italic;
    color: #fff;
    margin: 0 auto 30px;
  }
  footer {
    width: 100%;
    text-align: center;
    padding: 0;
    position: absolute;
    bottom: 14px;
    left: 0;
    z-index: 129;
  }
  footer .copyrights {
    font-size: 10px;
    margin-top: 0px;
    color: #000;
    letter-spacing: 0.1px;
    padding: 2px 0 2px;
  }
}

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