@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;
}
.page_artist footer .copyrights {
  color: #fff;
}

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

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

.scroll {
  position: relative;
  margin: 30px auto;
  text-align: center;
}

/*=== 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;
}

section {
  position: relative;
  margin: 0 auto;
  padding: 50px 37px 70px;
  max-width: 900px;
}
section h2 {
  text-align: left;
  line-height: 0.7;
  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, sans-serif;
  font-weight: 700;
  font-style: italic;
}
section h2 small {
  font-family: monospace;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
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;
}

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

/*-----------------------------------------------------------------
  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 > h3 {
  margin-bottom: 15px;
}
#about .block .about_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#about .block .about_link ul li {
  position: relative;
  width: 48%;
  margin-bottom: 4%;
}
#about .block .about_link ul li p.copy {
  position: absolute;
  bottom: -2em;
  color: #000;
  font-size: 9px;
  font-size: 0.75rem;
  text-align: center;
  width: 100%;
}
#about .block .about_link ul li a {
  display: block;
}

#artist {
  background: #fff;
}
#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 .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: 11px;
  font-size: 2.9333333333vw;
  text-align: center;
  line-height: 1.7;
}
#artist .box_artist.single .artist_news h5 {
  border-top: 1px solid #000;
  position: relative;
  margin-bottom: 50px;
}
#artist .box_artist.single .artist_news 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_news .news_list ul li {
  width: 100%;
  margin: 40px auto;
}
#artist .box_artist.single .artist_news .news_list ul li:first-child {
  margin-top: 0;
}
#artist .box_artist.single .artist_news .news_list ul li .news_img {
  text-align: center;
}
#artist .box_artist.single .artist_news .news_list ul li .news_img.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#artist .box_artist.single .artist_news .news_list ul li .news_img.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#artist .box_artist.single .artist_news .news_list ul li .news_img img {
  width: 50%;
}
#artist .box_artist.single .artist_news .news_list ul li .news_detail {
  margin: 10px auto;
}
#artist .box_artist.single .artist_news .news_list ul li .news_detail .tag {
  text-align: center;
}
#artist .box_artist.single .artist_news .news_list ul li .news_detail .tag span {
  font-size: 9px;
  font-size: 2.4vw;
  background: #000;
  text-align: center;
  padding: 1px 10px;
}
#artist .box_artist.single .artist_news .news_list ul li .news_detail .date {
  font-size: 11px;
  font-size: 2.9333333333vw;
  letter-spacing: -0.1px;
  font-weight: 700;
  text-align: center;
  margin: 5px auto 0;
  color: #000;
}
#artist .box_artist.single .artist_news .news_list ul li .news_detail .tit {
  font-size: 13px;
  font-size: 3.4666666667vw;
  letter-spacing: -0.1px;
  font-weight: 700;
  text-align: center;
  font-style: italic;
  color: #000;
  margin: 0 auto;
}
#artist .box_artist.single .artist_sns {
  position: fixed;
  top: 75px;
  right: 42px;
}
#artist .box_artist.single .artist_sns ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#artist .box_artist.single .artist_sns ul li {
  margin-bottom: 5px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#artist .box_artist.single .artist_sns ul li a {
  color: #000;
  font-size: 20px;
  font-size: 5.3333333333vw;
  display: block;
  text-align: center;
}
#artist .box_artist.single .artist_sns ul li a img {
  width: 75%;
}

#event {
  width: 100%;
  height: 100%;
}
#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;
}

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

#recruit {
  padding: 0;
  /*==================================================
  スライダーのためのcss
  ===================================*/
  /*========= レイアウトのためのCSS ===============*/
}
#recruit h2 {
  padding: 50px 0 0 20px;
  margin-bottom: 20px;
}
#recruit .recruit_box {
  max-width: 900px;
  margin: 0 auto 0;
  padding: 20px;
}
#recruit #slider {
  width: 100%;
  height: 100vh;
  /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
#recruit .vegas-wrapper {
  background: rgba(0, 0, 0, 0.66);
  overflow: scroll !important;
}
#recruit a {
  color: #fff;
}
#recruit a:hover,
#recruit a:active {
  text-decoration: none;
}
#recruit h1 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 6vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
#recruit .slide_wrapper {
  position: relative;
}
#recruit .container {
  background: #555;
}
#recruit .container p {
  padding: 300px 0;
  text-align: center;
  color: #fff;
}
#recruit .recruit_txt {
  word-wrap: break-word;
  margin: 20px auto;
  text-align: justify;
  font-size: 11px;
  font-size: 2.9333333333vw;
  font-weight: normal;
}
#recruit .recruit_txt a:hover {
  text-decoration: none;
}
#recruit .recruit_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;
}
#recruit .recruit_txt .contact_submit:hover {
  background: #fff;
  color: #333 !important;
  text-decoration: none;
}
#recruit .recruit_txt .contact_submit .fa-envelope {
  margin-right: 3px;
}
#recruit .vegas-timer {
  z-index: 1000000000;
  height: 3px;
}
#recruit .vegas-timer .vegas-timer-progress {
  background: #3dbaaf;
}
#recruit .entry_box {
  padding: 15px;
  margin-bottom: 0px;
  border-bottom: 1px solid #fff;
}
#recruit .entry_box dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
#recruit .entry_box dl dt {
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: bold;
  margin-right: 20px;
}
#recruit .entry_box dl dd {
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: bold;
}
#recruit .entry_box .attention {
  font-size: 11px;
  font-size: 2.9333333333vw;
  text-align: center;
}
#recruit .senkou_box {
  background: rgba(241, 68, 63, 0.8);
  padding: 15px;
  margin-top: 25px;
}
#recruit .senkou_box dl {
  margin-bottom: 10px;
}
#recruit .senkou_box dl dt {
  font-size: 18px;
  font-size: 4.8vw;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}
#recruit .senkou_box dl dd {
  font-size: 16px;
  font-size: 4.2666666667vw;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#recruit .senkou_box dl.end dt {
  color: #888888;
}
#recruit .senkou_box dl.end dd {
  color: #888888;
}
#recruit .senkou_box .btn_entry {
  width: 75%;
  margin: 0 auto;
}
#recruit .senkou_box .btn_entry a, #recruit .senkou_box .btn_entry span {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  display: block;
  padding: 12px;
  border: solid 2px #fff;
  background: #fff;
  border-radius: 15px;
  color: rgba(241, 68, 63, 0.8);
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: bold;
}
#recruit .senkou_box .btn_entry a.end, #recruit .senkou_box .btn_entry span.end {
  background: #ccc;
}
#recruit .senkou_box .btn_entry span {
  border: solid 2px #7a7a7a;
  background: #7a7a7a;
}
#recruit .attention_box {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  margin-top: 15px;
}
#recruit .attention_box h3 {
  font-size: 16px;
  font-size: 4.2666666667vw;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
#recruit .attention_box h3:after {
  display: none;
}
#recruit .attention_box ul li {
  font-size: 9px;
  font-size: 2.4vw;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 8px;
}
#recruit .attention_box ul li:last-child {
  margin-bottom: 0;
}
#recruit .attention_box .btn_attention {
  margin-top: 15px;
  margin-bottom: 15px;
}
#recruit .attention_box .btn_attention a {
  border-radius: 15px;
  line-height: 1.2;
  display: block;
  font-size: 13px;
  font-size: 3.4666666667vw;
  text-align: center;
  font-weight: bold;
  background: #ffffff;
  color: #702d88;
  padding: 5px 10px;
}
#recruit .attention_box .btn_attention a small {
  font-size: 10px;
  font-size: 2.6666666667vw;
}
#recruit .entry_section {
  margin-top: 70px;
  margin-bottom: 20px;
}
#recruit .entry_section:last-child {
  margin-bottom: 0;
}
#recruit .entry_section h3 {
  text-align: left;
  line-height: 0.7;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 0px;
  color: #fff;
  letter-spacing: -0.1px;
  font-size: 30px;
  font-size: 8vw;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
}
#recruit .entry_section h3 small {
  font-family: monospace;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
#recruit .entry_section.conditions p {
  font-size: 14px;
  font-size: 3.7333333333vw;
  margin-bottom: 1em;
}
#recruit .entry_section.conditions p.attention {
  font-size: 11px;
  font-size: 2.9333333333vw;
  margin-bottom: 5px;
}
#recruit .entry_section.attention ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 11px;
  font-size: 2.9333333333vw;
}
#recruit .entry_section.attention ul li a {
  color: #702d88;
  text-decoration: underline;
}
#recruit .section_oubo {
  margin-top: 30px;
  border: solid 2px #fff;
  padding: 0;
}
#recruit .section_oubo h3 {
  font-size: 14px;
  font-size: 3.7333333333vw;
  margin-bottom: 0;
  background: #fff;
  text-align: center;
  padding: 5px;
  color: #000;
  font-weight: bold;
}
#recruit .section_oubo p {
  padding: 15px 25px 20px;
}
#recruit .section_oubo p.shinsain {
  line-height: 2.5em;
}
#recruit .section_oubo ul {
  padding: 15px 25px 20px;
}
#recruit .section_oubo ul li {
  margin: 5px auto;
  text-indent: -1em;
  padding-left: 1em;
}
#recruit .section_oubo .artist_list ul {
  display: flex;
  flex-wrap: wrap;
}
#recruit .section_oubo .artist_list ul li {
  width: 30%;
}
#recruit .section_oubo .fa-comment-lines {
  font-size: 25px;
  font-size: 6.6666666667vw;
}
#recruit .section_logo {
  margin: 100px auto;
}
#recruit .section_logo ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#recruit .section_logo ul li {
  width: 50%;
  text-align: center;
}
#recruit .section_logo ul li:first-child img {
  width: 75%;
}
#recruit .section_logo ul li img {
  width: 60%;
}

:root {
  --circle-size: clamp(2.5rem, 6vw, 4rem);
  --spacing: clamp(0.5rem, 3vw, 1rem);
}

.c-stepper__item {
  position: relative;
  display: flex;
  gap: 1.3rem;
  padding-bottom: 4rem;
}
.c-stepper__item:last-child {
  padding-bottom: 0;
}
.c-stepper__item:before {
  content: "";
  flex: 0 0 var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  background: #3dbaaf;
}
.c-stepper__item:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--circle-size) + var(--spacing));
  bottom: var(--spacing);
  transform: translateX(calc(var(--circle-size) / 2));
  width: 2px;
  background: #3dbaaf;
}

.c-stepper__title {
  font-weight: bold;
  font-size: 30px;
  font-size: 8vw;
  line-height: 0.9;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: clamp(0.85rem, 2vmax, 1rem);
}

.c-stepper__desc_tit {
  font-size: 16px;
  font-size: 4.2666666667vw;
  margin-bottom: 0.5em;
}

.c-stepper__desc {
  font-size: 12px;
  font-size: 3.2vw;
}

.c-stepper__content {
  max-width: 700px;
}

.c-stepper__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-size: 3.7333333333vw;
  border-radius: 20px;
  margin-bottom: 60px;
  width: 100%;
  height: 60px;
  font-weight: bold;
  border: 4px double #ffffff;
  background-color: #bd3c3c;
}
.c-stepper__btn.sichobtn {
  margin: 0 auto;
  width: 100%;
  color: #fff;
  font-size: 11px;
  font-size: 2.9333333333vw;
  height: 45px;
  text-decoration: none;
  background: #8d65c6;
}
.c-stepper__btn.dl {
  margin: 20px auto 0;
  width: 100%;
  color: #fff;
  font-size: 11px;
  font-size: 2.9333333333vw;
  height: 45px;
  text-decoration: none;
}

.c-stepper__content {
  max-width: 700px;
  width: 100%;
}

.popup_inner {
  padding: 20px;
}
.popup_inner h3 {
  margin: 20px auto;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
.popup_inner p {
  font-size: 13px;
  font-size: 3.4666666667vw;
}

.lity-content {
  overflow-y: scroll;
  font-size: 10px;
  font-size: 2.6666666667vw;
}

/*** Non-demo CSS ***/
.btn_attention {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn_attention:hover {
  opacity: 0.7;
}

.contact_txt {
  word-wrap: break-word;
  margin: 50px auto;
  font-size: 14px;
  font-size: 1.1666666667rem;
  font-weight: bold;
}
.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: 12px;
  font-size: 3.2vw;
  font-weight: bold;
}
.fan_letter p small {
  font-size: 10px;
  font-size: 2.6666666667vw;
}

.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: #db2b5c;
}
#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%;
  }

  /* ============================================
   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;
  }

  #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: 80px;
    margin-top: 0px;
    color: #fff;
    letter-spacing: -0.3px;
    font-size: 90px;
    font-size: 7.5rem;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  section h2 small {
    font-family: monospace;
    font-size: 30px;
  }
  section .inner {
    position: relative;
    padding: 5px 0;
    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: 20px;
    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: center;
  }
  #about .block .about_link ul li {
    position: relative;
    width: 48%;
    margin-bottom: 4%;
  }
  #about .block .about_link ul li p.copy {
    position: absolute;
    bottom: -2em;
    color: #000;
    font-size: 9px;
    font-size: 0.75rem;
    text-align: center;
    width: 100%;
  }
  #about .block .about_link ul li a {
    display: block;
  }

  #artist {
    background: #fff;
  }
  #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: center;
    align-items: center;
    margin: 0 0 -3.33% -3.33%;
  }
  #artist .box_artist .artist_list ul li {
    width: 30%;
    margin: 0 0 3.33% 3.33%;
  }
  #artist .box_artist .artist_list ul li .artist_img {
    margin: 0 auto;
    width: 100%;
    max-width: 210px;
  }
  #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 .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;
    text-align: center;
    line-height: 1.7;
  }
  #artist .box_artist.single .artist_news h5 {
    border-top: 1px solid #000;
    position: relative;
    margin-bottom: 50px;
  }
  #artist .box_artist.single .artist_news 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_news .news_list ul li {
    width: 45%;
    margin: 45px auto;
  }
  #artist .box_artist.single .artist_news .news_list ul li:first-child {
    margin-top: 0;
  }
  #artist .box_artist.single .artist_news .news_list ul li .news_img {
    text-align: center;
  }
  #artist .box_artist.single .artist_news .news_list ul li .news_img.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #artist .box_artist.single .artist_news .news_list ul li .news_img.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #artist .box_artist.single .artist_news .news_list ul li .news_img img {
    width: 75%;
  }
  #artist .box_artist.single .artist_news .news_list ul li .news_detail {
    margin: 10px auto;
  }
  #artist .box_artist.single .artist_news .news_list ul li .news_detail .tag {
    text-align: center;
  }
  #artist .box_artist.single .artist_news .news_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_news .news_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_news .news_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_sns {
    position: fixed;
    top: 70px;
    right: 92px;
  }
  #artist .box_artist.single .artist_sns ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #artist .box_artist.single .artist_sns ul li {
    margin-bottom: 5px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #artist .box_artist.single .artist_sns ul li a {
    color: #000;
    font-size: 28px;
    font-size: 2.3333333333rem;
    display: block;
    text-align: center;
  }
  #artist .box_artist.single .artist_sns ul li a img {
    width: 75%;
  }

  #event {
    width: 100%;
    height: 100%;
  }
  #event .box_event {
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #event .box_event p {
    font-size: 20px;
    font-size: 1.6666666667rem;
  }

  #recruit {
    padding: 0;
    /*==================================================
    スライダーのためのcss
    ===================================*/
    /*========= レイアウトのためのCSS ===============*/
  }
  #recruit h2 {
    padding: 120px 0 0 0px;
    margin: 0px auto 80px;
    line-height: 0.6;
    text-align: center;
  }
  #recruit .recruit_box {
    max-width: 900px;
    margin: 0 auto 70px;
    padding: 20px;
  }
  #recruit .recruit_box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #recruit #slider {
    width: 100%;
    height: 100vh;
    /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  }
  #recruit .vegas-wrapper {
    overflow: scroll !important;
  }
  #recruit a {
    color: #fff;
  }
  #recruit a:hover,
#recruit a:active {
    text-decoration: none;
  }
  #recruit h1 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 6vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
  }
  #recruit .slide_wrapper {
    position: relative;
  }
  #recruit .container {
    background: #555;
  }
  #recruit .container p {
    padding: 300px 0;
    text-align: center;
    color: #fff;
  }
  #recruit .recruit_txt {
    word-wrap: break-word;
    margin: 20px auto;
    text-align: justify;
    font-size: 20px;
    font-size: 1.6666666667rem;
    font-weight: normal;
  }
  #recruit .recruit_txt a:hover {
    text-decoration: none;
  }
  #recruit .recruit_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;
  }
  #recruit .recruit_txt .contact_submit:hover {
    background: #fff;
    color: #333 !important;
    text-decoration: none;
  }
  #recruit .recruit_txt .contact_submit .fa-envelope {
    margin-right: 3px;
  }
  #recruit .entry_box {
    padding: 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #fff;
  }
  #recruit .entry_box dl {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #recruit .entry_box dl dt {
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: bold;
    margin-right: 20px;
  }
  #recruit .entry_box dl dd {
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: bold;
  }
  #recruit .entry_box .attention {
    font-size: 10px;
    font-size: 0.8333333333rem;
    text-align: center;
  }
  #recruit .senkou_box {
    background: rgba(241, 68, 63, 0.8);
    padding: 15px;
    margin-top: 25px;
  }
  #recruit .senkou_box dl {
    margin-bottom: 10px;
  }
  #recruit .senkou_box dl dt {
    font-size: 18px;
    font-size: 4.8vw;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
  }
  #recruit .senkou_box dl dd {
    font-size: 16px;
    font-size: 4.2666666667vw;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
  #recruit .senkou_box dl.end dt {
    color: #888888;
  }
  #recruit .senkou_box dl.end dd {
    color: #888888;
  }
  #recruit .senkou_box .btn_entry {
    width: 75%;
    margin: 0 auto;
  }
  #recruit .senkou_box .btn_entry a, #recruit .senkou_box .btn_entry span {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
    display: block;
    padding: 12px;
    border: solid 2px #fff;
    background: #fff;
    border-radius: 15px;
    color: rgba(241, 68, 63, 0.8);
    font-size: 26px;
    font-size: 2.1666666667rem;
    font-weight: bold;
  }
  #recruit .senkou_box .btn_entry a.end, #recruit .senkou_box .btn_entry span.end {
    background: #ccc;
  }
  #recruit .senkou_box .btn_entry span {
    border: solid 2px #7a7a7a;
    background: #7a7a7a;
  }
  #recruit .attention_box {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    margin-top: 15px;
  }
  #recruit .attention_box h3 {
    font-size: 20px;
    font-size: 1.6666666667rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #recruit .attention_box h3:after {
    display: none;
  }
  #recruit .attention_box ul li {
    font-size: 12px;
    font-size: 1rem;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 8px;
  }
  #recruit .attention_box ul li:last-child {
    margin-bottom: 0;
  }
  #recruit .attention_box .btn_attention {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #recruit .attention_box .btn_attention a {
    border-radius: 15px;
    line-height: 1.2;
    display: block;
    font-size: 13px;
    font-size: 3.4666666667vw;
    text-align: center;
    font-weight: bold;
    background: #ffffff;
    color: #702d88;
    padding: 5px 10px;
  }
  #recruit .attention_box .btn_attention a small {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  #recruit .entry_section {
    margin-top: 120px;
    margin-bottom: 50px;
  }
  #recruit .entry_section:last-child {
    margin-bottom: 0;
  }
  #recruit .entry_section h3 {
    text-align: left;
    line-height: 0.7;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 0px;
    color: #fff;
    letter-spacing: -0.1px;
    font-size: 45px;
    font-size: 3.75rem;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  #recruit .entry_section h3 small {
    font-family: monospace;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #recruit .entry_section.conditions p {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 1em;
  }
  #recruit .entry_section.conditions p.attention {
    font-size: 11px;
    font-size: 2.9333333333vw;
    margin-bottom: 5px;
  }
  #recruit .entry_section.attention ul li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
  #recruit .entry_section.attention ul li a {
    color: #702d88;
    text-decoration: underline;
  }
  #recruit .section_oubo {
    margin-top: 80px;
    border: solid 2px #fff;
    padding: 0;
  }
  #recruit .section_oubo h3 {
    font-size: 26px;
    font-size: 2.1666666667rem;
    margin-bottom: 0;
    background: #fff;
    text-align: center;
    padding: 10px;
    color: #000;
    font-weight: bold;
  }
  #recruit .section_oubo p {
    padding: 20px 30px 25px;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #recruit .section_oubo ul {
    padding: 20px 30px 25px;
  }
  #recruit .section_oubo ul li {
    margin: 10px auto;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #recruit .section_oubo .fa-comment-lines {
    font-size: 50px;
    font-size: 4.1666666667rem;
  }
  #recruit .section_logo {
    margin: 200px auto;
  }
  #recruit .section_logo ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #recruit .section_logo ul li {
    width: 50%;
    text-align: center;
  }
  #recruit .section_logo ul li img {
    width: 65%;
  }

  .c-stepper__title {
    font-weight: bold;
    font-size: 45px;
    font-size: 3.75rem;
    line-height: 1.4;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: italic;
    margin-bottom: clamp(0.85rem, 2vmax, 1rem);
  }

  .c-stepper__desc_tit {
    font-size: 28px;
    font-size: 2.3333333333rem;
    margin-bottom: 0.5em;
  }

  .c-stepper__desc {
    font-size: 18px;
    font-size: 1.5rem;
  }

  .c-stepper__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 26px;
    font-size: 2.1666666667rem;
    border-radius: 20px;
    margin-bottom: 150px;
    width: 100%;
    height: 100px;
    font-weight: bold;
    border: 4px double #ffffff;
    background-color: #bd3c3c;
  }
  .c-stepper__btn.sichobtn {
    font-size: 20px;
    font-size: 1.6666666667rem;
    margin: 0 auto;
    height: 60px;
    width: 70%;
    color: #fff;
    text-decoration: none;
    background: #8d65c6;
  }
  .c-stepper__btn.dl {
    font-size: 20px;
    font-size: 1.6666666667rem;
    margin: 30px auto 0;
    height: 60px;
    width: 70%;
    color: #fff;
    text-decoration: none;
  }

  .popup_inner {
    padding: 50px;
    max-width: 960px;
  }
  .popup_inner h3 {
    margin: 20px auto;
    font-size: 24px;
    font-size: 2rem;
  }
  .popup_inner .popup_img {
    max-width: 300px;
  }
  .popup_inner p {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }

  .lity-content {
    overflow-y: scroll;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }

  .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: 15px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .fan_letter p small {
    font-size: 12px;
    font-size: 1rem;
  }

  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 */
