<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS (home.css) */
.shadow {
  -moz-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.49);
  -webkit-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.49);
  -ms-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.49);
}

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

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

section {
  position: relative;
  margin: 0% 0;
  padding: 25px;
}
section h2 {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #464646;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 13px;
  font-size: 3.4666666667vw;
}
section .inner {
  position: relative;
  padding: 5px 0;
  margin-top: 10px;
}
section .more {
  display: none;
}
/*-----------------------------------------------------------------
  profile
------------------------------------------------------------------*/
#profile .profile_img.profile_img_sp {
  display: block;
}
#profile .profile_img.profile_img_pc {
  display: none;
}
#profile .profile_img ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#profile .profile_img ul li {
  width: 50%;
}
#profile .profile_logo {
  margin: 40px auto 7%;
  width: 35%;
}
#profile .profile_sns.profile_sns_pc {
  display: none;
}
#profile .profile_sns.profile_sns_sp {
  display: block;
}
#profile .profile_sns ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15%;
}
#profile .profile_sns ul li {
  display: block;
  width: 100%;
  margin-bottom: 7%;
  font-size: 11px;
  font-size: 2.9333333333vw;
}
#profile .profile_sns ul li p {
  margin-right: 2%;
  display: inline-block;
}
#profile .profile_sns ul li a {
  color: #2caae1;
  width: 10%;
  margin: 0 0%;
  display: inline-block;
  text-align: center;
}
#profile .profile_sns ul li a img {
  width: 70%;
}
#profile .profile_sns ul li i {
  position: relative;
  top: 3px;
  color: #2caae1 !important;
  font-size: 20px;
  font-size: 5.3333333333vw;
}
#profile .profile_txt {
  margin-top: 10%;
}
#profile .profile_txt p {
  text-align: justify;
  font-size: 11px;
  font-size: 2.9333333333vw;
  line-height: 1.9;
}

/*-----------------------------------------------------------------
  news
------------------------------------------------------------------*/
#news.news_detail h2 {
  margin-bottom: 50px;
}
#news.news_detail .news_detail_main {
  max-width: 900px;
  margin: 0 auto;
  border: solid #69b3b9 1px;
  padding: 20px;
}
#news.news_detail .news_detail_main .news_detail_head {
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid #69b3b9 1px;
}
#news.news_detail .news_detail_main .news_detail_head .date {
  font-size: 10px;
  font-size: 2.6666666667vw;
  letter-spacing: -0.1px;
  text-align: left;
  position: absolute;
  color: #69b3b9;
  left: 15px;
  top: 15px;
}
#news.news_detail .news_detail_main .news_detail_head .tag {
  border: solid 1px #69b3b9;
  background: #69b3b9;
  color: #fff;
  display: inline-block;
  margin: 10px 5px 10px 0;
  padding: 0px 5px;
  line-height: 1.4;
  min-width: 6em;
  text-align: center;
  font-size: 10px;
  font-size: 2.6666666667vw;
}
#news.news_detail .news_detail_main .news_detail_head .tit {
  font-size: 12px;
  font-size: 3.2vw;
  letter-spacing: -0.1px;
  line-height: 1.4;
  margin-top: 10px;
  color: #69b3b9;
  font-weight: bold;
  margin-bottom: 3px;
}
#news.news_detail .news_detail_main .news_detail_txt p {
  font-size: 10px;
  font-size: 2.6666666667vw;
  word-break: break-all;
}
#news.news_detail .news_detail_main .news_detail_txt p img {
  margin: 10px 0;
}
#news.news_detail .news_detail_main .news_detail_txt p a {
  text-decoration: underline;
}
#news.news_detail .news_detail_main .news_detail_txt p a:hover {
  color: #484848;
  text-decoration: none;
}

/*-----------------------------------------------------------------
  music
------------------------------------------------------------------*/
#music h2 {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 3.4666666667vw;
}
#music .sub_menu {
  margin-bottom: 40px;
}
#music .sub_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#music .sub_menu ul li a, #music .sub_menu ul li span {
  display: inline-block;
  border: solid 1px #48484870;
  margin: 0 5px;
  padding: 0px 9px;
  min-width: 6em;
  text-align: center;
  line-height: 1.4;
  font-size: 8px;
  font-size: 2.1333333333vw;
}
#music .sub_menu ul li a.active, #music .sub_menu ul li span.active {
  border-color: #69b3b9;
  background: #69b3b9;
  color: #fff;
}
#music .sub_menu ul li a.current, #music .sub_menu ul li span.current {
  border-color: #69b3b9;
  background: #69b3b9;
  color: #fff;
}
#music .sub_menu ul li a:hover {
  border-color: #69b3b9;
  background: #69b3b9;
  color: #fff;
}
#music .music_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -5% -5%;
}
#music .music_list ul li {
  margin: 0 0 5% 5%;
  width: 45%;
}
#music .music_list ul li a {
  display: block;
  color: #484848;
}
#music .music_list ul li .img_jk img {
  border: solid 1px #ebebeb;
}
#music .music_list ul li .tag {
  border: solid 1px #48484870;
  display: inline-block;
  margin: 10px 5px 3px 0;
  padding: 0px 9px;
  line-height: 1.4;
  min-width: 6em;
  text-align: center;
  font-size: 8px;
  font-size: 2.1333333333vw;
}
#music .music_list ul li .tit {
  font-size: 11.5px;
  font-size: 3.0666666667vw;
  letter-spacing: -0.1px;
  line-height: 1.4;
  color: #83bfbc;
  font-weight: bold;
  margin-bottom: 3px;
}
#music .music_list ul li .meta {
  font-size: 8px;
  font-size: 2.1333333333vw;
  letter-spacing: -0.1px;
}
#music.music_detail h2 {
  margin-bottom: 50px;
}
#music.music_detail .music_detail_main {
  max-width: 600px;
  margin: 0 auto;
}
#music.music_detail .music_detail_main .music_jk {
  margin-bottom: 10px;
}
#music.music_detail .music_detail_main .music_txt {
  position: relative;
}
#music.music_detail .music_detail_main .music_txt .tag {
  border: solid 1px #48484870;
  display: inline-block;
  margin: 10px 5px 3px 0;
  padding: 0px 9px;
  line-height: 1.4;
  min-width: 6em;
  text-align: center;
  font-size: 10px;
  font-size: 2.6666666667vw;
}
#music.music_detail .music_detail_main .music_txt .tit {
  font-size: 15px;
  font-size: 4vw;
  letter-spacing: -0.1px;
  line-height: 1.4;
  width: 65%;
  color: #83bfbc;
  font-weight: bold;
  margin-bottom: 0;
}
#music.music_detail .music_detail_main .music_txt .meta {
  font-size: 10px;
  font-size: 2.6666666667vw;
  margin-bottom: 15px;
  letter-spacing: -0.1px;
}
#music.music_detail .music_detail_main .music_txt .info {
  line-height: 1.8;
  font-size: 10px;
  font-size: 2.6666666667vw;
  text-align: justify;
  letter-spacing: -0.1px;
}
#music.music_detail .btn_youtube {
  position: relative;
  margin: 30px auto 20px;
}
#music.music_detail .btn_youtube a {
  width: 50px;
  color: #ff0000;
  font-weight: bold;
  font-size: 22px;
  font-size: 5.8666666667vw;
}
#music.music_detail .btn_music {
  position: relative;
  margin: 20px auto 30px;
}
#music.music_detail .btn_music a {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: keep-all;
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  background: #83bfbc;
  font-size: 10px;
  font-size: 2.6666666667vw;
  font-weight: bold;
}
#music.music_detail .btn_music a i {
  font-size: 12px;
  font-size: 3.2vw;
  margin-left: 5px;
}

/*-----------------------------------------------------------------
  schedule
------------------------------------------------------------------*/
#schedule h2 {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 3.4666666667vw;
}
#schedule .sub_menu {
  margin-bottom: 40px;
}
#schedule .sub_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#schedule .sub_menu ul li a, #schedule .sub_menu ul li span {
  display: inline-block;
  border: solid 1px #48484870;
  margin: 0 5px;
  padding: 0px 9px;
  min-width: 6em;
  text-align: center;
  line-height: 1.4;
  font-size: 8px;
  font-size: 2.1333333333vw;
}
#schedule .sub_menu ul li a.active, #schedule .sub_menu ul li span.active {
  border-color: #f29901;
  background: #f29901;
  color: #fff;
}
#schedule .sub_menu ul li a.current, #schedule .sub_menu ul li span.current {
  border-color: #f29901;
  background: #f29901;
  color: #fff;
}
#schedule .sub_menu ul li a:hover {
  border-color: #f29901;
  background: #f29901;
  color: #fff;
}
#schedule .schedule_list .cs {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 50px auto;
  font-size: 10px;
  font-size: 2.6666666667vw;
  text-align: center;
}
#schedule .schedule_list ul {
  display: block;
}
#schedule .schedule_list ul li {
  margin: 0 0 5% 0;
  width: 100%;
}
#schedule .schedule_list ul li a {
  position: relative;
  display: flex;
  color: #484848;
  padding: 10px;
  border: solid #48484870 1px;
}
#schedule .schedule_list ul li .img_schedule {
  padding: 3px;
  width: 25%;
}
#schedule .schedule_list ul li .img_schedule img {
  border-radius: 50%;
}
#schedule .schedule_list ul li .txt_schedule {
  width: 100%;
}
#schedule .schedule_list ul li .date {
  font-size: 8px;
  font-size: 2.1333333333vw;
  letter-spacing: -0.1px;
  text-align: right;
  position: absolute;
  right: 15px;
  top: 15px;
}
#schedule .schedule_list ul li .tag {
  border: solid 1px #f29901;
  background: #f29901;
  color: #fff;
  display: inline-block;
  margin: 0px 5px 7px 0;
  padding: 0px 5px;
  line-height: 1.4;
  min-width: 6em;
  text-align: center;
  font-size: 8px;
  font-size: 2.1333333333vw;
}
#schedule .schedule_list ul li .tit {
  font-size: 9px;
  font-size: 2.4vw;
  letter-spacing: -0.1px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 3px;
}
#schedule.schedule_detail h2 {
  margin-bottom: 50px;
}
#schedule.schedule_detail .schedule_detail_main {
  max-width: 900px;
  margin: 0 auto;
  border: solid #f29901 1px;
  padding: 20px;
}
#schedule.schedule_detail .schedule_detail_main .schedule_detail_head {
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid #f29901 1px;
}
#schedule.schedule_detail .schedule_detail_main .schedule_detail_head .date {
  font-size: 10px;
  font-size: 2.6666666667vw;
  letter-spacing: -0.1px;
  text-align: right;
  position: absolute;
  color: #f29901;
  right: 15px;
  top: 15px;
}
#schedule.schedule_detail .schedule_detail_main .schedule_detail_head .tag {
  border: solid 1px #f29901;
  background: #f29901;
  color: #fff;
  display: inline-block;
  margin: 10px 5px 10px 0;
  padding: 0px 5px;
  line-height: 1.4;
  min-width: 6em;
  text-align: center;
  font-size: 10px;
  font-size: 2.6666666667vw;
}
#schedule.schedule_detail .schedule_detail_main .schedule_detail_head .tit {
  font-size: 12px;
  font-size: 3.2vw;
  letter-spacing: -0.1px;
  line-height: 1.4;
  color: #f29901;
  font-weight: bold;
  margin-bottom: 3px;
}
#schedule.schedule_detail .schedule_detail_main .schedule_detail_txt p {
  font-size: 10px;
  font-size: 2.6666666667vw;
}
#schedule.schedule_detail .schedule_detail_main .schedule_detail_txt p img {
  margin: 10px 0;
}
#schedule.schedule_detail .schedule_detail_main .schedule_detail_txt p a {
  text-decoration: underline;
}
#schedule.schedule_detail .schedule_detail_main .schedule_detail_txt p a:hover {
  color: #484848;
  text-decoration: none;
}

/*-----------------------------------------------------------------
  video area
------------------------------------------------------------------*/
#video_area {
  padding: 30px 0;
  margin-top: 0;
}
#video_slick {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#video_slick .slick-dots {
  bottom: -5%;
}

.video_slide {
  margin: 0 10px;
  border-radius: 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 a {
  display: block;
  position: relative;
}

.video_fill {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  margin-top: 10px;
  color: #484848;
  text-align: left;
  font-size: 10px;
  font-size: 2.6666666667vw;
}

@media screen and (min-width: 600px) {
  #channel_slick {
    width: 80%;
    margin: 0 auto;
    position: relative;
    max-width: 1020px;
  }
  #channel_slick .slick-slide {
    padding: 0 20px;
    /* ガター */
  }

  .channel_slide {
    margin: 0 10px;
  }

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

  #channel_slick_next {
    right: -60px;
  }

  #channel_slick_preview {
    left: -60px;
  }
}
/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 900px) {
  /* ============================================
   contents
  ============================================ */
  #main {
    width: 100%;
    margin-top: 0px;
  }

  section {
    position: relative;
    margin: 80px 0;
    padding: 25px;
  }
  section h2 {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #464646;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 18px;
    font-size: 1.5rem;
  }
  section .inner {
    position: relative;
    padding: 5px 0;
    margin-top: 10px;
  }
  section .more {
    display: block;
    margin: 60px 0 10px;
    text-align: center;
  }
  section .more p {
    display: inline-block;
  }
  section .more a {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    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;
    color: #69b3b9;
    font-weight: bold;
    font-size: 12px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    text-decoration: underline;
  }
  section .more a:hover {
    text-decoration: none;
  }

  /*-----------------------------------------------------------------
    profile
  ------------------------------------------------------------------*/
  #profile .profile_img.profile_img_sp {
    display: none;
  }
  #profile .profile_img.profile_img_pc {
    display: block;
  }
  #profile .profile_img ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  #profile .profile_img ul li {
    width: 25%;
  }
  #profile .profile_logo {
    margin: 70px auto 30px;
    width: 20%;
  }
  #profile .profile_sns.profile_sns_pc {
    display: block;
  }
  #profile .profile_sns.profile_sns_sp {
    display: none;
  }
  #profile .profile_sns ul {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: nowrap;
    padding-left: 0;
  }
  #profile .profile_sns ul li {
    display: inline-block;
    flex-wrap: nowrap;
    width: auto;
    margin: 0 12px 0;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #profile .profile_sns ul li p {
    margin-right: 0px;
    white-space: nowrap;
    letter-spacing: -0.1px;
  }
  #profile .profile_sns ul li a {
    color: #2caae1;
    width: 25px;
    margin: 0 2px;
    display: inline-block;
    text-align: center;
  }
  #profile .profile_sns ul li a img {
    width: 100%;
  }
  #profile .profile_sns ul li i {
    position: relative;
    top: 5px;
    color: #2caae1 !important;
    font-size: 26px;
    font-size: 2.1666666667rem;
  }
  #profile .profile_txt {
    margin: 70px auto 0;
    width: 70%;
  }
  #profile .profile_txt p {
    text-align: justify;
    font-size: 15px;
    font-size: 1.25rem;
    line-height: 2.1;
  }

  /*-----------------------------------------------------------------
    news
  ------------------------------------------------------------------*/
  #news.news_detail h2 {
    margin-bottom: 80px;
  }
  #news.news_detail .news_detail_main {
    max-width: 1050px;
    margin: 0 auto;
    border: solid #69b3b9 1px;
    padding: 40px;
    min-height: 500px;
  }
  #news.news_detail .news_detail_main .news_detail_head {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid #69b3b9 1px;
  }
  #news.news_detail .news_detail_main .news_detail_head .date {
    font-size: 16px;
    font-size: 1.3333333333rem;
    letter-spacing: -0.1px;
    text-align: left;
    position: absolute;
    color: #69b3b9;
    left: 40px;
    top: 30px;
  }
  #news.news_detail .news_detail_main .news_detail_head .tag {
    border: solid 1px #69b3b9;
    background: #69b3b9;
    color: #fff;
    display: inline-block;
    margin: 10px 5px 10px 0;
    padding: 0px 5px;
    line-height: 1.4;
    min-width: 6em;
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #news.news_detail .news_detail_main .news_detail_head .tit {
    font-size: 20px;
    font-size: 1.6666666667rem;
    letter-spacing: -0.1px;
    line-height: 1.4;
    color: #69b3b9;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 3px;
  }
  #news.news_detail .news_detail_main .news_detail_txt p {
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #news.news_detail .news_detail_main .news_detail_txt p img {
    margin: 20px 0;
  }
  #news.news_detail .news_detail_main .news_detail_txt p a {
    text-decoration: underline;
  }
  #news.news_detail .news_detail_main .news_detail_txt p a:hover {
    color: #484848;
    text-decoration: none;
  }

  /*-----------------------------------------------------------------
    music
  ------------------------------------------------------------------*/
  #music h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #music .sub_menu {
    margin-bottom: 40px;
  }
  #music .sub_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #music .sub_menu ul li a, #music .sub_menu ul li span {
    display: inline-block;
    border: solid 1px #48484870;
    margin: 0 5px;
    padding: 0px 9px;
    min-width: 6em;
    text-align: center;
    line-height: 1.4;
    font-size: 12px;
    font-size: 1rem;
  }
  #music .sub_menu ul li a.active, #music .sub_menu ul li span.active {
    opacity: 1;
    border-color: #69b3b9;
    background: #69b3b9;
    color: #fff;
  }
  #music .sub_menu ul li a.current, #music .sub_menu ul li span.current {
    opacity: 1;
    border-color: #69b3b9;
    background: #69b3b9;
    color: #fff;
  }
  #music .sub_menu ul li a:hover {
    opacity: 1;
    border-color: #69b3b9;
    background: #69b3b9;
    color: #fff;
  }
  #music .music_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -6% -2%;
  }
  #music .music_list ul li {
    margin: 0 0 6% 2%;
    width: 23%;
  }
  #music .music_list ul li a {
    display: block;
    color: #484848;
  }
  #music .music_list ul li .tag {
    border: solid 1px #48484870;
    display: inline-block;
    margin: 10px 5px 3px 0;
    padding: 0px 9px;
    line-height: 1.4;
    min-width: 6em;
    text-align: center;
    font-size: 13px;
    font-size: 1.0833333333rem;
  }
  #music .music_list ul li .tit {
    font-size: 19px;
    font-size: 1.5833333333rem;
    letter-spacing: -0.1px;
    line-height: 1.4;
    color: #83bfbc;
    font-weight: bold;
    margin-bottom: 3px;
  }
  #music .music_list ul li .meta {
    font-size: 13px;
    font-size: 1.0833333333rem;
    letter-spacing: -0.1px;
  }
  #music.music_detail h2 {
    margin-bottom: 80px;
  }
  #music.music_detail .music_detail_main {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
  }
  #music.music_detail .music_detail_main .music_jk {
    width: 33%;
    margin-bottom: 10px;
  }
  #music.music_detail .music_detail_main .music_txt {
    width: 67%;
    padding-left: 25px;
    position: relative;
  }
  #music.music_detail .music_detail_main .music_txt .tag {
    border: solid 1px #48484870;
    display: inline-block;
    margin: 10px 5px 3px 0;
    padding: 0px 9px;
    line-height: 1.4;
    min-width: 6em;
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #music.music_detail .music_detail_main .music_txt .tit {
    font-size: 24px;
    font-size: 2rem;
    letter-spacing: -0.1px;
    line-height: 1.6;
    width: 65%;
    color: #83bfbc;
    font-weight: bold;
    margin-bottom: 0;
  }
  #music.music_detail .music_detail_main .music_txt .meta {
    font-size: 14px;
    font-size: 1.1666666667rem;
    margin-bottom: 30px;
    letter-spacing: -0.1px;
  }
  #music.music_detail .music_detail_main .music_txt .info {
    font-size: 16px;
    font-size: 1.3333333333rem;
    letter-spacing: -0.1px;
  }
  #music.music_detail .btn_youtube {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
  #music.music_detail .btn_youtube a {
    width: 50px;
    color: #ff0000;
    font-weight: bold;
    line-height: 1;
    font-size: 40px;
    font-size: 3.3333333333rem;
  }
  #music.music_detail .btn_music {
    position: absolute;
    margin: 0 auto 30px;
    width: 33%;
    right: 0;
    top: 0;
  }
  #music.music_detail .btn_music a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    padding: 32px 20px;
    background: #83bfbc;
    font-size: 15px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  #music.music_detail .btn_music a i {
    font-size: 22px;
    font-size: 1.8333333333rem;
    margin-left: 5px;
  }

  /*-----------------------------------------------------------------
    schedule
  ------------------------------------------------------------------*/
  #schedule h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #schedule .sub_menu {
    margin-bottom: 40px;
  }
  #schedule .sub_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #schedule .sub_menu ul li a, #schedule .sub_menu ul li span {
    display: inline-block;
    border: solid 1px #48484870;
    margin: 0 5px;
    padding: 0px 9px;
    min-width: 6em;
    text-align: center;
    line-height: 1.4;
    font-size: 12px;
    font-size: 1rem;
  }
  #schedule .sub_menu ul li a.active, #schedule .sub_menu ul li span.active {
    opacity: 1;
    border-color: #f29901;
    background: #f29901;
    color: #fff;
  }
  #schedule .sub_menu ul li a.current, #schedule .sub_menu ul li span.current {
    opacity: 1;
    border-color: #f29901;
    background: #f29901;
    color: #fff;
  }
  #schedule .sub_menu ul li a:hover {
    opacity: 1;
    border-color: #f29901;
    background: #f29901;
    color: #fff;
  }
  #schedule .schedule_list .cs {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 80px auto;
    font-size: 14px;
    font-size: 1.1666666667rem;
    text-align: center;
  }
  #schedule .schedule_list ul {
    display: block;
  }
  #schedule .schedule_list ul li {
    margin: 0 0 4% 0;
    width: 100%;
  }
  #schedule .schedule_list ul li a {
    position: relative;
    display: flex;
    color: #484848;
    padding: 20px;
    border: solid #48484870 1px;
  }
  #schedule .schedule_list ul li .img_schedule {
    padding: 3px;
    width: 16%;
  }
  #schedule .schedule_list ul li .img_schedule img {
    border-radius: 50%;
  }
  #schedule .schedule_list ul li .txt_schedule {
    width: 100%;
  }
  #schedule .schedule_list ul li .date {
    font-size: 14px;
    font-size: 1.1666666667rem;
    letter-spacing: -0.1px;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  #schedule .schedule_list ul li .tag {
    border: solid 1px #f29901;
    background: #f29901;
    display: inline-block;
    margin: 10px 5px 10px 0;
    padding: 0px 5px;
    line-height: 1.4;
    min-width: 6em;
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #schedule .schedule_list ul li .tit {
    font-size: 20px;
    font-size: 1.6666666667rem;
    letter-spacing: -0.1px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 3px;
  }
  #schedule.schedule_detail h2 {
    margin-bottom: 80px;
  }
  #schedule.schedule_detail .schedule_detail_main {
    max-width: 1050px;
    margin: 0 auto;
    border: solid #f29901 1px;
    padding: 40px;
    min-height: 500px;
  }
  #schedule.schedule_detail .schedule_detail_main .schedule_detail_head {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid #f29901 1px;
  }
  #schedule.schedule_detail .schedule_detail_main .schedule_detail_head .date {
    font-size: 16px;
    font-size: 1.3333333333rem;
    letter-spacing: -0.1px;
    text-align: right;
    position: absolute;
    color: #f29901;
    right: 40px;
    top: 30px;
  }
  #schedule.schedule_detail .schedule_detail_main .schedule_detail_head .tag {
    border: solid 1px #f29901;
    background: #f29901;
    color: #fff;
    display: inline-block;
    margin: 10px 5px 10px 0;
    padding: 0px 5px;
    line-height: 1.4;
    min-width: 6em;
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #schedule.schedule_detail .schedule_detail_main .schedule_detail_head .tit {
    font-size: 20px;
    font-size: 1.6666666667rem;
    letter-spacing: -0.1px;
    line-height: 1.4;
    color: #f29901;
    font-weight: bold;
    margin-bottom: 3px;
  }
  #schedule.schedule_detail .schedule_detail_main .schedule_detail_txt p {
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #schedule.schedule_detail .schedule_detail_main .schedule_detail_txt p img {
    margin: 20px 0;
  }
  #schedule.schedule_detail .schedule_detail_main .schedule_detail_txt p a {
    text-decoration: underline;
  }
  #schedule.schedule_detail .schedule_detail_main .schedule_detail_txt p a:hover {
    color: #484848;
    text-decoration: none;
  }

  /*-----------------------------------------------------------------
    video area
  ------------------------------------------------------------------*/
  #video_area {
    padding: 55px 0;
  }
  #video_area h2 {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #464646;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    margin-top: 0;
    padding: 0;
    margin-bottom: 50px;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }

  #video_slick {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
  }
  #video_slick .video_slide_selector {
    display: flex;
    margin: 0 0 -2% -2%;
  }
  #video_slick .video_slide_selector .video_slide_inner {
    width: 23%;
    margin: 0 0 2% 2%;
  }
  #video_slick .video_slide_selector .video_slide_inner img {
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.49);
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.49);
    -ms-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.49);
  }
  #video_slick .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
  }
  #video_slick .slick-slide {
    padding: 0 40px;
    /* ガター */
  }
  #video_slick .slick-slide img {
    width: auto\9 ;
    /* ie8 */
    margin: 0 auto;
  }

  .video_slide {
    margin: 0 10px;
  }

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

  #video_slick_next {
    right: 35%;
  }

  #video_slick_preview {
    left: 35%;
  }

  .video_tit {
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    font-size: 1.0833333333rem;
  }

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

  .video_fill {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    margin-top: 10px;
    color: #484848;
    text-align: left;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }

  .video_slide_inner:hover .video_fill {
    opacity: 1;
  }

  .flex_container {
    display: flex;
    max-width: 940px;
    margin: 0 auto;
  }

  /*-----------------------------------------------------------------
    twitter
  ------------------------------------------------------------------*/
  #twitter {
    width: 50%;
  }
  #twitter .inner {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    padding-top: 0;
  }

  .twitter_box {
    margin: 0 auto;
    max-width: 600px;
    max-height: 385px;
    border: solid 1px #ccc;
    padding: 10px;
    overflow: hidden;
  }

  /*-----------------------------------------------------------------
    instagram
  ------------------------------------------------------------------*/
  #instagram {
    width: 50%;
    /*---------------- instagram ---------------*/
  }
  #instagram .insta_wrap {
    width: 100%;
    margin: 0 auto;
    min-height: 300px;
    max-width: 400px;
  }
  #instagram .insta_wrap .insta_list_wrap .insta_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 -3% -3%;
  }
  #instagram .insta_wrap .insta_list_wrap .insta_list li {
    width: 44%;
    margin: 0 0 6% 6%;
  }
  #instagram .insta_wrap .insta_list_wrap .insta_list li a {
    display: block;
  }
  #instagram .insta_wrap .insta_list_wrap .insta_list li div {
    position: relative;
    width: 100%;
  }
  #instagram .insta_wrap .insta_list_wrap .insta_list li div:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 高さを幅の75%に固定 */
  }
  #instagram .insta_wrap .insta_list_wrap .insta_list li div span {
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  #instagram .insta_list_wrap p {
    margin-top: 120px;
    text-align: center;
    letter-spacing: 3px;
    font-size: 12px;
    font-size: 1rem;
  }
}

/*# sourceMappingURL=page.css.map */
</pre></body></html>