@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 {
  -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);
}

.text-shadow {
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.clearfix:before, .news_detail .news_footer:before, .clearfix:after, .news_detail .news_footer:after {
  content: "";
  display: table;
}

.clearfix:after, .news_detail .news_footer:after {
  clear: both;
}

/* ============================================
 slider
============================================ */
#main_slick {
  padding-bottom: 30px;
}

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

.slick-slide {
  position: relative;
  margin: 20px 20px;
  width: 300px;
}

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

/* ============================================
 bogo lang switcher
============================================ */
.lang-switcher {
  position: absolute;
  height: auto;
  left: 4%;
  top: 22px;
  z-index: 10000;
  display: flex;
  background-color: black; /* 背景色を黒に */
  padding: 2px 5px; /* 内側の余白を設定 */
  border-radius: 6px; /* 角を丸く */
  color: white;
}

.lang-switcher a {
  display: flex;
  align-items: center; /* アイコンとテキストを中央揃え */
  font-size: 12px; /* フォントサイズ */
  font-family: "Roboto Condensed", serif;
  color: white;
}

.lang-switcher a:hover {
  opacity: 0.8; /* ホバー時に少し透明に */
}

.lang-switcher .fa-solid, .lang-switcher .fa-globe {
  display: flex;
  font-size: 12px;
  background-size: cover;
  margin-right: 5px; /* アイコンとテキストの間隔 */
  align-items: center;
}

.lang-switcher .bogo-language-switcher .current {
  display: none;
}

/* ============================================
 contents
============================================ */
#content_area {
  margin-top: 0;
}

.main {
  position: relative;
  background: url(https://chris-hart.joind-net.com/images/top/bg.jpg) repeat-y;
  background-size: 100%;
  padding-bottom: 50px;
}

.slc_area {
  position: relative;
  background: url(https://chris-hart.joind-net.com/images/top/slc-bg.jpg) no-repeat center;
  background-size: cover;
}

.slc_area .slc_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://chris-hart.joind-net.com/images/top/slc-bg-cover.png) no-repeat center;
  background-size: cover;
  z-index: 0;
}

.scroll {
  position: absolute;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  bottom: 40px;
}

/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/
/*スクロールダウン全体の場所*/
.scrolldown4 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  top: 1px;
  right: 50%;
  margin-right: -20px;
  width: 40px;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 3s 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;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}

/* 矢印の描写 */
section {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  max-width: 900px;
}

section:first-child {
  padding-top: 110px;
}

section h2 {
  font-family: "Roboto Condensed", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.1px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 40px;
  font-size: 10.6666666667vw;
}

section h2.active .happa {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

section h2 span {
  z-index: 1;
  display: inline-block;
  position: relative;
}

section h2 .happa {
  display: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: all 0.8s linear;
  transform: translate3d(-15px, -15px, 0);
}

section h2 .happa01 {
  left: -27%;
  top: 15%;
  width: 25%;
}

section h2 .happa01.happaSC {
  left: -17%;
  top: 15%;
  width: 13%;
}

section h2 .happa02 {
  left: -23%;
  top: 12%;
  width: 19%;
}

section h2 .happa03 {
  left: -33%;
  top: 12%;
  width: 29%;
}

section h2 .happa04 {
  left: 3%;
  top: 19%;
  width: 90%;
}

section h2 .happa05 {
  left: -33%;
  top: 12%;
  width: 29%;
}

section h2 .happa06 {
  left: 3%;
  top: 19%;
  width: 90%;
}

section h2 .happa06.happaSC {
  left: 3%;
  top: 12%;
  width: 100%;
}

section h2 .happa07 {
  left: 18%;
  top: -35%;
  width: 63% !important;
}

section .inner {
  position: relative;
  padding: 5px 0;
  margin-top: 10px;
}

section .more {
  margin: 20px 0 10px;
  text-align: right;
}

section .more p {
  display: inline-block;
  width: auto;
  max-width: none;
  margin-right: 0px;
}

section .more a {
  border: solid 1px #000;
  padding: 5px 10px;
  border-radius: 30px;
  line-height: auto;
  font-weight: 500;
  letter-spacing: -0.1px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: transparent;
  text-align: center;
  font-size: 18px;
  font-size: 1.5rem;
  font-family: "Roboto Condensed", serif;
  color: #000;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

section .more.more-disco {
  text-align: center;
  margin-top: 30px;
}

section .more.more-disco a {
  border: double 5px #000;
  padding: 5px 10px;
  border-radius: 30px;
}

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

.main_img {
  width: 100%;
}

.main_img img {
  width: 100%;
}

/*-----------------------------------------------------------------
  news
------------------------------------------------------------------*/
.news_list ul li {
  position: relative;
  padding: 5px 0px 5px;
}

.news_list ul li a {
  display: block;
  padding: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.768627451);
}

.news_list ul li a:hover {
  text-decoration: none;
}

.news_list ul li a .tag {
  display: inline-block;
  margin-left: 15px;
}

.news_list ul li .news_date {
  position: relative;
  margin-bottom: 5px;
  color: #fff;
  font-size: 12px;
  font-size: 1rem;
}

.news_list ul li .news_date .new {
  margin-left: 5px;
  color: #b30000;
}

.news_list ul li .news_tit {
  font-size: 14px;
  font-size: 1.1666666667rem;
  line-height: 1.4;
}

.news_detail {
  position: relative;
  margin-top: 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 40px;
}

.news_detail .news_head .news_date {
  display: inline-block;
  margin-bottom: 5px;
  letter-spacing: 0.1px;
  font-size: 12px;
  font-size: 1rem;
}

.news_detail .news_head .news_date .new {
  margin-left: 5px;
  color: #ffea00;
}

.news_detail .news_head .news_date .tag {
  display: inline-block;
  margin-left: 15px;
}

.news_detail .news_head .news_tit {
  font-size: 16px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.news_detail .news_content {
  margin: 5px 0 20px;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.8;
  border-top: 1px solid #000;
}

.news_detail .news_content p, .news_detail .news_content div {
  margin: 1.2em 0;
}

.news_detail .news_content a {
  color: #a9755c;
}

.news_detail .news_content .btn {
  background: #a9755c;
  display: inline-block;
  padding: 5px 15px;
  font-size: 120%;
  margin: 5px 0;
  font-weight: bold;
  color: #fff;
}

.news_detail .news_footer {
  border-top: 1px solid #000;
  padding: 15px 0 0;
}

.news_detail .news_footer .back {
  float: left;
  position: relative;
  margin-top: -2px;
}

.news_detail .news_footer .back img {
  width: 13px;
  height: 11px;
  position: relative;
  top: -2px;
  margin-right: 2px;
}

.news_detail .news_footer ul {
  float: right;
}

.news_detail .news_footer ul li {
  line-height: 0;
  display: inline-block;
  width: 70px;
}

.news_detail .news_footer ul li iframe {
  transform-origin: 0% 0%;
  transform: scale(0.85);
}

.news_detail .news_footer ul .tw_item {
  width: auto;
}

.news_detail .news_footer ul .fb_item {
  width: auto;
}

.news_detail .cs {
  text-align: center;
  font-size: 14px;
  font-size: 1.1666666667rem;
  padding: 40% 0;
}

/*-----------------------------------------------------------------
  video area
------------------------------------------------------------------*/
#video_area {
  margin-top: 0;
  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_area .slick-next {
  right: 50%;
  margin-right: -192px;
  color: #000;
  display: flex;
  margin-top: -10px;
  padding: 20px;
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
}

#video_area .slick-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  margin-left: -192px;
  margin-top: -5px;
  padding: 20px;
  z-index: 1;
}

#video_area .slick-prev:before {
  content: "◀︎";
  color: #000;
}

#video_area .slick-next:before {
  content: "▶︎";
  color: #000;
}

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

/*-----------------------------------------------------------------
  discography
------------------------------------------------------------------*/
#discography h2 {
  text-align: center;
}

#discography .inner {
  max-width: 700px;
  padding: 20px 40px;
}

#discography .release-wrap {
  padding: 20px;
}

#discography .release {
  display: flex;
  flex-direction: column;
  border: solid 2px #000;
  background: rgba(255, 255, 255, 0.4784313725);
  padding: 20px;
}

#discography .release .release_img {
  width: 100%;
  -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);
}

#discography .release .release_detail {
  margin-top: 30px;
  width: 100%;
  color: #000;
  line-height: 1.5;
  font-size: 17px;
  font-size: 4.5333333333vw;
  font-family: "Roboto Condensed", serif;
  text-align: center;
}

#discography .release .release_detail h3 {
  font-size: 17px;
  font-size: 4.5333333333vw;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", serif;
}

#discography .bio-name {
  text-align: center;
  margin: 10px auto;
}

#discography .bio-name img {
  width: 50%;
}

#discography .profile_intro {
  width: 100%;
  margin: 0px auto 20px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(61, 61, 61, 0.8);
  color: #fff;
}

#discography .profile_intro p {
  text-align: center;
  margin: 10px auto;
  line-height: 1.6;
  font-size: 10.5px;
  font-size: 2.8vw;
}

#discography .profile_intro p:last-child img {
  width: 66%;
}

#discography .profile_txt {
  font-size: 12px;
  font-size: 1rem;
}

#discography .profile_list .artist {
  width: 90%;
  margin: 60px auto;
}

#discography .profile_list .artist .sns {
  margin-top: -4%;
}

#discography .profile_list .artist .sns ul {
  display: flex;
  padding: 0 10%;
}

#discography .profile_list .artist .sns ul li {
  margin: 0 7px;
}

#discography .profile_list .artist .sns ul li a {
  font-size: 24px;
  font-size: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#discography .profile_list .artist .sns ul li a img {
  width: 20px;
  position: relative;
  top: 2px;
}

#discography .profile_list .artist .sns ul li.home a {
  font-size: 22px;
  font-size: 1.8333333333rem;
}

#discography .profile_list .artist:last-child {
  margin-top: -3%;
}

#discography .more {
  margin-bottom: 50px;
}

#gallery {
  max-width: 1000px;
}

#gallery .gallery {
  display: flex;
  flex-wrap: wrap;
}

#gallery .gallery .gallery_item {
  width: 100%;
  margin-bottom: 20px;
}

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

#loading img {
  width: 150px;
}

#loadinglogo {
  width: 60%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#base path {
  fill: transparent; /* 塗りの色 */
}

#mask path {
  fill: none; /* 塗りの色 */
  stroke: #ffffff; /* 線の色 */
  stroke-width: 120px; /* 線幅 */
  stroke-linecap: round; /* 線端の形状 */
  stroke-linejoin: round; /* 角の形状 */
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 900px) {
  /* ============================================
   slider
  ============================================ */
  #main_slick {
    padding-bottom: 30px;
  }
  #main_slick .wrapper {
    width: 100%;
    padding: 0;
  }
  .slick-slide {
    position: relative;
    margin: 20px 40px;
    width: 650px;
  }
  .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%;
  }
  /* ============================================
   bogo lang switcher
  ============================================ */
  .lang-switcher {
    font-size: 14px;
    right: 13%;
    left: auto;
  }
  .lang-switcher a {
    font-size: 15px;
  }
  .lang-switcher .fa-solid, .lang-switcher .fa-globe {
    font-size: 15px;
  }
  /* ============================================
   contents
  ============================================ */
  .main {
    position: relative;
    background: url(https://chris-hart.joind-net.com/images/top/bg.jpg) repeat-y;
    background-size: 100%;
    padding-bottom: 100px;
  }
  .slc_area {
    position: relative;
    background: url(https://chris-hart.joind-net.com/images/top/slc-bg.jpg) no-repeat center;
    background-size: cover;
  }
  .slc_area .slc_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://chris-hart.joind-net.com/images/top/slc-bg-cover.png) no-repeat center;
    background-size: cover;
    z-index: 0;
  }
  .scroll {
    position: absolute;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    bottom: 40px;
  }
  /*=== 9-1-4 矢印が動いてスクロールを促す  ====*/
  /*スクロールダウン全体の場所*/
  .scrolldown4 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    top: 1px;
    right: 50%;
    margin-right: -20px;
    width: 40px;
    /*矢印の動き1秒かけて永遠にループ*/
    animation: arrowmove 3s 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;
    /*縦書き設定*/
    writing-mode: vertical-rl;
  }
  section {
    position: relative;
    margin: 0 auto;
    padding: 40px 40px 40px;
    max-width: none;
    max-width: 1000px;
  }
  section:first-child {
    padding-top: 170px;
  }
  section h2 {
    font-family: "Roboto Condensed", serif;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    letter-spacing: -0.1px;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 80px;
    font-size: 6.6666666667rem;
  }
  section h2.active .happa {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  section h2 span {
    z-index: 1;
    display: inline-block;
    position: relative;
  }
  section h2 .happa {
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: all 0.8s linear;
    transform: translate3d(-15px, -15px, 0);
  }
  section h2 .happa01 {
    left: -27%;
    top: 15%;
    width: 25%;
  }
  section h2 .happa01.happaSC {
    left: -17%;
    top: 15%;
    width: 13%;
  }
  section h2 .happa02 {
    left: -23%;
    top: 12%;
    width: 19%;
  }
  section h2 .happa03 {
    left: -33%;
    top: 13%;
    width: 29%;
  }
  section h2 .happa04 {
    left: 3%;
    top: 19%;
    width: 90%;
  }
  section h2 .happa05 {
    left: -33%;
    top: 12%;
    width: 29%;
  }
  section h2 .happa06 {
    left: 3%;
    top: -1%;
    width: 90%;
  }
  section h2 .happa06.happaSC {
    left: 3%;
    top: -1%;
    width: 90%;
  }
  section h2 .happa07 {
    left: 13%;
    top: -35%;
    width: 73% !important;
  }
  section .inner {
    position: relative;
    padding: 5px 0;
    margin-top: 10px;
  }
  section .more {
    margin: 20px 0 10px;
    text-align: right;
  }
  section .more p {
    display: inline-block;
    width: auto;
    max-width: none;
    margin-right: 0px;
  }
  section .more a {
    border: solid 1px #000;
    padding: 2px 15px;
    border-radius: 30px;
    line-height: auto;
    font-weight: 500;
    letter-spacing: -0.1px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    background: transparent;
    text-align: center;
    font-size: 26px;
    font-size: 2.1666666667rem;
    font-family: "Roboto Condensed", serif;
    color: #000;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section .more.more-disco {
    text-align: center;
    margin-top: 40px;
  }
  section .more.more-disco a {
    border: double 8px #000;
    padding: 10px 70px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.5607843137);
  }
  .main_logo {
    width: 90%;
    margin: 5% auto;
    text-align: center;
  }
  .main_img {
    width: 100%;
  }
  .main_img img {
    width: 100%;
  }
  /*-----------------------------------------------------------------
    news
  ------------------------------------------------------------------*/
  #news, #media, #live {
    max-width: 1280px;
  }
  .news_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .news_list ul li {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    padding: 0;
  }
  .news_list ul li a {
    display: block;
    padding: 30px 35px;
    background: rgba(0, 0, 0, 0.768627451);
  }
  .news_list ul li a:hover {
    text-decoration: none;
  }
  .news_list ul li a .tag {
    display: inline-block;
    margin-left: 20px;
  }
  .news_list ul li .news_date {
    position: relative;
    margin-bottom: 5px;
    color: #fff;
    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: 20px;
    font-size: 1.6666666667rem;
    line-height: 1.4;
  }
  .news_detail {
    position: relative;
    margin-top: 0;
    padding: 70px 85px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 40px;
  }
  .news_detail .news_head .news_date {
    display: inline-block;
    margin-bottom: 5px;
    letter-spacing: 0.1px;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  .news_detail .news_head .news_date .new {
    margin-left: 5px;
    color: #ffea00;
  }
  .news_detail .news_head .news_date .tag {
    display: inline-block;
    margin-left: 20px;
  }
  .news_detail .news_head .news_tit {
    font-size: 22px;
    font-size: 1.8333333333rem;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  .news_detail .news_content {
    margin: 20px 0 50px;
    font-size: 16px;
    font-size: 1.3333333333rem;
    line-height: 1.8;
    border-top: 1px solid #000;
  }
  .news_detail .news_content p, .news_detail .news_content div {
    margin: 1.2em 0;
  }
  .news_detail .news_content .btn {
    display: inline-block;
    padding: 5px 15px;
    font-size: 120%;
    margin: 5px 0;
    font-weight: bold;
    color: #fff;
  }
  .news_detail .news_footer {
    border-top: 1px solid #000;
    padding: 40px 0 0;
  }
  .news_detail .news_footer .back {
    float: left;
    position: relative;
    margin-top: -2px;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  .news_detail .news_footer .back img {
    width: 13px;
    height: 11px;
    position: relative;
    top: -2px;
    margin-right: 2px;
  }
  .news_detail .news_footer ul {
    float: right;
  }
  .news_detail .news_footer ul li {
    line-height: 0;
    display: inline-block;
    width: 80px;
  }
  .news_detail .news_footer ul li iframe {
    transform-origin: 0% 0%;
    transform: scale(0.95);
  }
  .news_detail .news_footer ul .tw_item {
    width: auto;
  }
  .news_detail .news_footer ul .fb_item {
    width: auto;
  }
  .news_detail .cs {
    text-align: center;
    font-size: 16px;
    font-size: 1.3333333333rem;
    padding: 100px 0;
  }
  /*-----------------------------------------------------------------
    video area
  ------------------------------------------------------------------*/
  #video_area {
    margin-top: 0;
    padding: 70px 0 70px;
    max-width: none;
  }
  #video_area .inner {
    padding: 0 30px;
  }
  #video_area .yt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
  }
  #video_area .slick-next {
    right: 50%;
    margin-right: -383px;
    color: #000;
    display: flex;
    margin-top: -10px;
    padding: 20px;
    z-index: 1;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
  }
  #video_area .slick-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    margin-left: -383px;
    margin-top: -5px;
    padding: 20px;
    z-index: 1;
  }
  #video_area .slick-prev:before {
    content: "◀︎";
    color: #000;
    font-size: 30px;
  }
  #video_area .slick-next:before {
    content: "▶︎";
    color: #000;
    font-size: 30px;
  }
  #video_area .more {
    position: absolute;
    right: 50%;
    margin-right: -464px;
  }
  #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%;
    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
  ------------------------------------------------------------------*/
  #discography h2 {
    text-align: center;
  }
  #discography h2 img {
    width: 570px;
  }
  #discography .inner {
    max-width: none;
    padding: 20px 40px;
  }
  #discography .profile_visual {
    width: 100%;
    margin: 0 auto 40px;
    max-width: none;
    -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);
  }
  #discography .profile_visual img {
    width: 100%;
  }
  #discography .release-wrap {
    background: url("https://chris-hart.joind-net.com/images/disco-bg.png") no-repeat center;
    background-size: cover;
    padding: 50px;
    -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);
  }
  #discography .release {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: solid 2px #000;
    padding: 20px;
  }
  #discography .release .release_img {
    width: 40%;
    -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);
  }
  #discography .release .release_detail {
    margin-top: 0px;
    width: 60%;
    line-height: 1.5;
    font-size: 30px;
    font-size: 2.5rem;
    font-family: "Roboto Condensed", serif;
    text-align: center;
  }
  #discography .release .release_detail h3 {
    font-size: 30px;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", serif;
  }
  #discography .more {
    margin-bottom: 50px;
  }
  #gallery {
    max-width: 800px;
  }
  #gallery .gallery {
    display: flex;
    flex-wrap: wrap;
  }
  #gallery .gallery .gallery_item {
    width: 100%;
    margin-bottom: 40px;
  }
  #base path {
    fill: transparent; /* 塗りの色 */
  }
  #mask path {
    fill: none; /* 塗りの色 */
    stroke: #ffffff; /* 線の色 */
    stroke-width: 120px; /* 線幅 */
    stroke-linecap: round; /* 線端の形状 */
    stroke-linejoin: round; /* 角の形状 */
  }
} 

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