@charset "UTF-8";
/* RS CSS (home.css) */
.mincho, #profile .enkaku dl dd, #profile .enkaku dl dt, #profile .profile_txt, #profile .profile_visual .credit p, #release .release_detail .tit, .video_slide_inner p {
  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, .news_list ul li a:before, .news_list ul li span:before, .clearfix:after, .news_list ul li a:after, .news_list ul li span:after {
  content: "";
  display: table;
}
.clearfix:after, .news_list ul li a:after, .news_list ul li span:after {
  clear: both;
}

/* ============================================
 slider
============================================ */
#main_slick {
  padding-bottom: 30px;
}
#main_slick .wrapper {
  width: 100%;
  padding: 0;
}

.slick-slide {
  position: relative;
  margin: 20px 10px;
  width: 240px;
}
.slick-slide .youtube_inner {
  position: relative;
  width: 100%;
}
.slick-slide .youtube_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.slick_wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.slick-dots {
  bottom: -10px;
}
.slick-dots li {
  width: 50px;
}

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

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "ー";
  width: 50px;
  height: 20px;
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  text-align: center;
}

/* ============================================
 contents
============================================ */
#content_area {
  background: url(../images/soushoku01.png) repeat-x;
  background-size: 589px 16px;
  background-position: center top;
  padding-top: 1px;
  background-color: #000;
}

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

#section01_video-area {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#section01_video-area .full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}
#section01_video-area .full div.img01 {
  background-image: url(/images/top/220514RoyalFlash_TOPsize2.jpg);
}
#section01_video-area .full div.img02 {
  background-image: url(/images/top/220514RoyalFlash_TOPsize4.jpg);
}
#section01_video-area .full div.img03 {
  background-image: url(/images/top/220514RoyalFlash_TOPsize0.jpg);
}
#section01_video-area .full .slick-dots {
  display: none !important;
  bottom: 4%;
  z-index: 1;
}

#video_section01 {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.777778vh;
  height: 62.25vw;
  min-height: 180%;
  min-width: 330%;
}

.video_mesh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/mesh.png") repeat;
  opacity: 0.3;
}

.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 40px 70px;
  max-width: 900px;
}
section h2 {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.5px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 32px;
  font-size: 2.6666666667rem;
}
section h2 img {
  margin-top: 0;
  height: auto;
  width: 60%;
  margin-left: 0;
}
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;
}

.main_logo {
  width: 90%;
  margin: 5% auto;
  text-align: center;
}

.main_img {
  width: 100%;
}
.main_img img {
  width: 100%;
}

/*-----------------------------------------------------------------
  news
------------------------------------------------------------------*/
#news {
  background-size: auto auto;
  background-color: #020102;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 35px, #100e0e 35px, #100e0e 63px);
}

.news_list ul li {
  position: relative;
  background-image: url("../images/keisen.png");
  background-size: contain;
  /* グラデーションの幅・高さを指定 */
  background-position: center bottom;
  /* 背景の開始位置を指定 */
  background-repeat: no-repeat;
  /* 横向きにのみ繰り返す */
  padding: 10px 5px 20px;
}
.news_list ul li a, .news_list ul li span {
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news_list ul li a:hover, .news_list ul li span:hover {
  text-decoration: none;
}
.news_list ul li a i, .news_list ul li span i {
  position: absolute;
  right: 5px;
  font-weight: bold;
  top: 23px;
  font-size: 20px;
  font-size: 1.6666666667rem;
}
.news_list ul li .news_date {
  position: relative;
  margin-bottom: 5px;
  color: #b30000;
  font-size: 13px;
  font-size: 1.0833333333rem;
}
.news_list ul li .news_date .new {
  margin-left: 5px;
  color: #b30000;
}
.news_list ul li .news_tit {
  font-size: 13px;
  font-size: 1.0833333333rem;
}

/*-----------------------------------------------------------------
  video area
------------------------------------------------------------------*/
#video_area {
  margin-top: 0;
  background: url("../images/bg_movie.jpg") no-repeat;
  background-size: cover;
  padding: 50px 0 70px;
}
#video_area .inner {
  padding: 0 30px;
}
#video_area .yt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}

#video_slick {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.video_slide {
  margin: 0 10px;
}

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

#video_slick_next {
  right: -35px;
}

#video_slick_preview {
  left: -35px;
}

.video_tit {
  margin-top: 5px;
  text-align: center;
}

.video_btn {
  text-align: center;
  margin: 25px auto 0;
}
.video_btn img {
  max-width: 90px;
}

.video_slide_inner img {
  width: 100%;
  max-width: none;
}
.video_slide_inner a {
  display: block;
  position: relative;
}
.video_slide_inner p {
  margin-top: 5px;
}

.video_fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(195, 11, 15, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

/*-----------------------------------------------------------------
  video area
------------------------------------------------------------------*/
#character_area {
  margin-top: 0;
  background-size: auto auto;
  background-color: #2c0e0e;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 35px, #250707 35px, #250707 64px);
  padding: 50px 0 70px;
}
#character_area .inner {
  padding: 0 30px;
}
#character_slick {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.character_slide {
  margin: 0 10px;
}

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

#character_slick_next {
  right: -35px;
}

#character_slick_preview {
  left: -35px;
}

.character_tit {
  margin-top: 5px;
  text-align: center;
}

.character_btn {
  text-align: center;
  margin: 25px auto 0;
}
.character_btn img {
  max-width: 90px;
}

.character_slide_inner {
  width: 100px;
}
.character_slide_inner img {
  width: 100%;
  max-width: none;
}
.character_slide_inner a {
  display: block;
  position: relative;
}
.character_slide_inner p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 2px;
  color: #261212;
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  font-style: normal;
  width: 80%;
  margin: 20px auto 0;
  font-size: 12px;
}

.character_fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(195, 11, 15, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-size: 1.0833333333rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

/*-----------------------------------------------------------------
  release
------------------------------------------------------------------*/
#release {
  background-size: auto auto;
  background-color: #2c0e0e;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 35px, #250707 35px, #250707 64px);
}
#release .release_jk {
  background: url(../images/release_wrap.png) no-repeat center;
  background-size: contain;
  padding: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2%;
}
#release .release_jk img {
  width: 115%;
  margin-left: -4%;
  margin-top: -5%;
  max-width: none;
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.57);
}
#release .release_detail {
  padding: 0% 3%;
}
#release .release_detail .date {
  margin-top: -3%;
  color: #ab8741;
  font-size: 14px;
  font-size: 1.1666666667rem;
}
#release .release_detail .tit {
  font-size: 18px;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
#release .release_detail .tit small {
  font-size: 12px;
  font-size: 1rem;
}
#release .release_detail .txt {
  font-size: 14px;
  font-size: 1.1666666667rem;
}
#release .release_detail .txt a {
  color: #4294b3;
  text-decoration: underline;
}
/*-----------------------------------------------------------------
  profile
------------------------------------------------------------------*/
#profile {
  padding: 50px 0 70px;
  background: url("../images/contents/profile_bg.png") repeat;
}
#profile .inner {
  max-width: 700px;
  padding: 0 40px;
}
#profile .profile_visual {
  margin: 0 auto 20px;
  max-width: 900px;
}
#profile .profile_visual img {
  width: 100%;
}
#profile .profile_visual .credit {
  position: relative;
  margin-bottom: 60px;
}
#profile .profile_visual .credit p {
  text-align: center;
  margin-top: 15px;
  letter-spacing: 0.6px;
  position: absolute;
  top: 0;
  font-size: 9px;
  font-size: 0.75rem;
}
#profile .profile_visual .credit p:first-child {
  left: 32%;
}
#profile .profile_visual .credit p:last-child {
  left: 52%;
}
#profile .profile_intro {
  width: 80%;
  margin: 40px auto;
}
#profile .profile_intro p {
  text-align: center;
  margin: 10px auto;
}
#profile .profile_intro p:last-child img {
  width: 66%;
}
#profile .profile_txt {
  font-size: 12px;
  font-size: 1rem;
}
#profile .profile_list .artist {
  width: 90%;
  margin: 60px auto;
}
#profile .profile_list .artist .sns {
  margin-top: -4%;
}
#profile .profile_list .artist .sns ul {
  display: flex;
  padding: 0 10%;
}
#profile .profile_list .artist .sns ul li {
  margin: 0 7px;
}
#profile .profile_list .artist .sns ul li a {
  font-size: 24px;
  font-size: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#profile .profile_list .artist .sns ul li a img {
  width: 20px;
  position: relative;
  top: 2px;
}
#profile .profile_list .artist .sns ul li.home a {
  font-size: 22px;
  font-size: 1.8333333333rem;
}
#profile .profile_list .artist.rev .sns {
  margin-top: -1%;
}
#profile .profile_list .artist.rev .sns ul {
  display: flex;
  justify-content: flex-end;
  padding: 0 10%;
}
#profile .profile_list .artist.rev .sns ul li a {
  color: #fff;
  display: flex;
  align-items: center;
}
#profile .profile_list .artist.rev .sns ul li a img {
  position: relative;
  top: 2px;
}
#profile .profile_list .artist.rev .sns ul li.home a {
  font-size: 22px;
  font-size: 1.8333333333rem;
}
#profile .profile_list .artist:last-child {
  margin-top: -3%;
}
#profile .enkaku {
  background: url(../images/contents/enkaku_top.png) center top/contain no-repeat, url(../images/contents/enkaku_bottom.png) center bottom/contain no-repeat;
  padding: 5% 0;
  width: 100%;
  margin: 70px auto 30px;
  max-width: 500px;
}
#profile .enkaku .enkaku_inner {
  width: 100%;
  height: 100%;
  background: url(../images/contents/enkaku_middle.png) center/contain repeat-y;
  padding: 10px 10%;
}
#profile .enkaku dl {
  margin-bottom: 20px;
}
#profile .enkaku dl:last-child {
  margin-bottom: 0;
}
#profile .enkaku dl dt {
  color: #b30000;
  font-size: 13px;
  font-size: 1.0833333333rem;
}
#profile .enkaku dl dd {
  color: #fff;
  font-size: 13px;
  font-size: 1.0833333333rem;
}
#profile .enkaku dl dd a {
  color: #4294b3;
  text-decoration: underline;
}
#profile .more {
  margin-bottom: 50px;
}

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

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 900px) {
  #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%;
  }

  #section01_video-area {
    position: fixed;
    z-index: -2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }

  #video_section01 {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh;
    height: 59.25vw;
    min-height: 155%;
    min-width: 155%;
  }

  .video_mesh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/mesh.png") repeat;
    opacity: 0.5;
  }

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

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

  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "ー";
    width: 70px;
    height: 40px;
    font-family: "slick";
    font-size: 70px;
    line-height: 40px;
    text-align: center;
  }

  #main {
    width: 100%;
  }

  section {
    position: relative;
    margin: 0 auto;
    padding: 80px 40px 80px;
    max-width: none;
  }
  section h2 {
    text-align: center;
    line-height: 1;
    letter-spacing: 0.5px;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 32px;
    font-size: 2.6666666667rem;
  }
  section h2 img {
    margin-top: 0;
    height: auto;
    width: 40%;
    max-width: 340px;
    margin-left: 0;
  }
  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%;
  }

  /*-----------------------------------------------------------------
    news
  ------------------------------------------------------------------*/
  #news {
    background-size: auto auto;
    background-color: #020102;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 55px, #100e0e 55px, #100e0e 123px);
  }

  .news_list ul li {
    background-image: url("../images/keisen.png");
    background-size: contain;
    /* グラデーションの幅・高さを指定 */
    background-position: center bottom;
    /* 背景の開始位置を指定 */
    background-repeat: no-repeat;
    /* 横向きにのみ繰り返す */
    padding: 15px 15px 40px;
  }
  .news_list ul li a, .news_list ul li span {
    display: block;
    padding: 10px 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .news_list ul li a i, .news_list ul li span i {
    top: 30px;
  }
  .news_list ul li a:hover, .news_list ul li span:hover {
    text-decoration: none;
  }
  .news_list ul li .news_date {
    position: relative;
    margin-bottom: 10px;
    color: #b30000;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  .news_list ul li .news_date .new {
    margin-left: 5px;
    color: #b30000;
  }
  .news_list ul li .news_tit {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  .news_list ul li:first-child a {
    padding-top: 0;
  }

  /*-----------------------------------------------------------------
    video area
  ------------------------------------------------------------------*/
  #video_area {
    margin-top: 0;
    background: url("../images/bg_movie.jpg") no-repeat;
    background-size: cover;
    padding: 120px 0 130px;
  }
  #video_area .inner {
    padding: 0 30px;
  }
  #video_area .yt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
  }

  #video_slick {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .video_slide {
    margin: 0 10px;
  }

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

  #video_slick_next {
    right: -35px;
  }

  #video_slick_preview {
    left: -35px;
  }

  .video_tit {
    margin-top: 5px;
    text-align: center;
  }

  .video_btn {
    text-align: center;
    margin: 25px auto 0;
  }
  .video_btn img {
    max-width: 90px;
  }

  .video_slide_inner img {
    width: 100%;
    max-width: none;
  }
  .video_slide_inner a {
    display: block;
    position: relative;
  }
  .video_slide_inner p {
    margin-top: 5px;
    font-size: 15px;
    font-size: 1.25rem;
  }

  .video_fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(195, 11, 15, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  /*-----------------------------------------------------------------
    video area
  ------------------------------------------------------------------*/
  #character_area {
    margin-top: 0;
    background-size: auto auto;
    background-color: #2c0e0e;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 64px, #250707 64px, #250707 119px);
    padding: 120px 0 130px;
  }
  #character_area .inner {
    padding: 0 30px;
  }
  #character_area .yt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
  }

  #character_slick {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .character_slide {
    margin: 0 10px;
  }

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

  #character_slick_next {
    right: -35px;
  }

  #character_slick_preview {
    left: -35px;
  }

  .character_tit {
    margin-top: 5px;
    text-align: center;
  }

  .character_btn {
    text-align: center;
    margin: 25px auto 0;
  }
  .character_btn img {
    max-width: 90px;
  }

  .character_slide_inner {
    width: 200px;
    margin: 20px 25px;
  }
  .character_slide_inner img {
    width: 100%;
    max-width: none;
  }
  .character_slide_inner a {
    display: block;
    position: relative;
  }
  .character_slide_inner p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    padding: 2px;
    color: #261212;
    font-family: "Bodoni Moda", serif;
    font-weight: 400;
    font-style: normal;
    width: 65%;
    margin: 30px auto 0;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }

  .character_fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(195, 11, 15, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  /*-----------------------------------------------------------------
    release
  ------------------------------------------------------------------*/
  #release {
    background-size: auto auto;
    background-color: #2c0e0e;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 64px, #250707 64px, #250707 119px);
  }
  #release .release_box {
    max-width: 600px;
    margin: 45px auto 0;
  }
  #release .release_jk {
    background: url(../images/release_wrap.png) no-repeat center;
    background-size: contain;
    padding: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #release .release_jk img {
    width: 115%;
    margin-left: -4%;
    margin-top: -5%;
    max-width: none;
    box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.57);
  }
  #release .release_detail {
    padding: 0% 3%;
  }
  #release .release_detail .date {
    margin-top: -3%;
    color: #ab8741;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #release .release_detail .tit {
    font-size: 24px;
    font-size: 2rem;
    margin-bottom: 5px;
  }
  #release .release_detail .tit small {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #release .release_detail .txt {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #release .release_detail .txt a {
    color: #4294b3;
    text-decoration: underline;
  }
  #release .more {
    margin: 80px 0 10px;
    text-align: right;
    margin-right: 16%;
  }
  /*-----------------------------------------------------------------
    profile
  ------------------------------------------------------------------*/
  #profile {
    background: url("../images/contents/profile_bg.png") repeat;
  }
  #profile .inner {
    max-width: 700px;
  }
  #profile .profile_visual {
    margin: 0 auto 20px;
    max-width: 800px;
  }
  #profile .profile_visual img {
    width: 100%;
  }
  #profile .profile_visual .credit {
    position: relative;
    margin-bottom: 70px;
  }
  #profile .profile_visual .credit p {
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.6px;
    position: absolute;
    top: 0;
    font-size: 12px;
    font-size: 1rem;
  }
  #profile .profile_visual .credit p:first-child {
    left: 36%;
  }
  #profile .profile_visual .credit p:last-child {
    left: 52%;
  }
  #profile .profile_intro {
    max-width: 600px;
    margin: 50px auto 50px;
  }
  #profile .profile_intro p {
    text-align: center;
    margin: 10px auto;
  }
  #profile .profile_intro p:last-child img {
    width: 66%;
  }
  #profile .profile_txt {
    max-width: 600px;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #profile .profile_list .artist {
    width: 70%;
    margin: 80px auto;
  }
  #profile .profile_list .artist .sns {
    margin-top: -4%;
  }
  #profile .profile_list .artist .sns ul {
    display: flex;
    padding: 0 10%;
  }
  #profile .profile_list .artist .sns ul li {
    margin: 0 7px;
  }
  #profile .profile_list .artist .sns ul li a {
    font-size: 30px;
    font-size: 2.5rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #profile .profile_list .artist .sns ul li a img {
    width: 25px;
    position: relative;
    top: 2px;
  }
  #profile .profile_list .artist .sns ul li.home a {
    font-size: 28px;
    font-size: 2.3333333333rem;
  }
  #profile .profile_list .artist.rev .sns ul {
    display: flex;
    justify-content: flex-end;
    padding: 0 10%;
  }
  #profile .profile_list .artist.rev .sns ul li a {
    color: #fff;
    display: flex;
    align-items: center;
  }
  #profile .profile_list .artist.rev .sns ul li a img {
    position: relative;
  }
  #profile .profile_list .artist.rev .sns ul li.home a {
    font-size: 28px;
    font-size: 2.3333333333rem;
  }
  #profile .enkaku {
    background: url(../images/contents/enkaku_top.png) center top/contain no-repeat, url(../images/contents/enkaku_bottom.png) center bottom/contain no-repeat;
    padding: 5% 0;
    width: 100%;
    margin: 140px auto 50px;
  }
  #profile .enkaku .enkaku_inner {
    width: 100%;
    height: 100%;
    background: url(../images/contents/enkaku_middle.png) center/contain repeat-y;
    padding: 10px 10%;
  }
  #profile .enkaku dl {
    margin-bottom: 20px;
  }
  #profile .enkaku dl:last-child {
    margin-bottom: 0;
  }
  #profile .enkaku dl dt {
    color: #b30000;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #profile .enkaku dl dd {
    color: #fff;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #profile .enkaku dl dd a {
    color: #4294b3;
    text-decoration: underline;
  }
  #profile .more {
    margin-bottom: 80px;
  }
}

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