/* yaba-t artist site CSS (home.css) */
#top_img {
  position: relative;
  text-align: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  max-height: 700px;
}

.catchy {
  text-align: center;
  margin: 25px auto 30px;
}

.catchy .txt {
  width: 80%;
  max-width: 350px;
}

.catchy .wrapper {
  max-width: 600px;
}

.catchy .tank001 {
  position: absolute;
  top: 2px;
  width: 5%;
}

.catchy .tank_left {
  left: -2px;
}

.catchy .tank_right {
  right: 1px;
}

.line_bnr {
  position: absolute;
  width: 10%;
  right: 2%;
  bottom: 3%;
}

.information_bnr {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  width: 30%;
  right: 16%;
  bottom: 3%;
}

.information_bnr:hover {
  opacity: 0.7;
}

.information_bnr02 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  width: 13%;
  left: 2%;
  bottom: 3%;
}

.information_bnr02:hover {
  opacity: 0.7;
}

.information_bnr03 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  width: 13%;
  left: 2%;
  bottom: 2.4%;
}
.information_bnr03:hover {
  opacity: 0.7;
}

.information_bnr04 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  width: 13%;
  left: 2%;
  bottom: 14.5%;
}
.information_bnr04:hover {
  opacity: 0.7;
}

.kankou_bnr_wrap {
  width: 62%;
  bottom: 3%;
  height: 100%;
  padding-left: 0%;
  position: absolute;
  left: 20.6%;
  max-width: 380px !important;
}

.bnr_kankou {
  position: absolute;
  bottom: 0;
  left: -2%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0 0px -2.3%;
}
.bnr_kankou .bnr_kankou_child {
  width: 25%;
  margin: 0 0 0 2.3%;
  position: relative;
}

.bnr_yabaradi {
  position: absolute;
  width: 50%;
  bottom: 10%;
  left: 24%;
}

/* ============================================
 slick
============================================ */
#main_slick {
  position: relative;
  margin: 15px 0;
}

#main_slick .wrapper {
  width: 100%;
}

#main_slick .slick-slide {
  margin: 0 5px;
}

.slick_wrapper {
  width: 88%;
  margin: 0 auto;
}

.slick_inner {
  position: relative;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -27px;
}

#arrows {
  display: none;
}

.slick-prev:before, .slick-next:before {
  color: black;
}

#slick_preview, #slick_next {
  position: absolute;
  display: block;
  height: 70px;
  width: 40px;
  line-height: 0;
  font-size: 30px;
  border: solid 4px #000;
  cursor: pointer;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  outline: none;
}

#slick_preview:hover, #slick_next:hover {
  outline: none;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}

#slick_preview:hover:focus, #slick_next:hover:focus {
  outline: none;
}

#slick_preview {
  left: -20px;
}

#slick_preview i {
  position: relative;
  left: -2px;
}

#slick_next {
  right: -20px;
}

#slick_next i {
  position: relative;
  right: -2px;
}

.bnr_single {
  margin: 25px 0 0;
}

.bnr_single ul {
  margin: 0;
}

.bnr_single ul li {
  width: 33.33%;
  float: left;
}

.bnr_single ul li a img {
  border: solid 1px #fff;
}

.bnr_single .btn2 {
  margin: 0;
}

.bnr_single .btn2 li {
  width: 50%;
  float: left;
  background: #000;
  text-align: center;
  border: solid 1px #fff;
}

.bnr_single .btn2 li a img {
  border: none;
  width: 60%;
}

.bnr_single .yabami-quiz {
  position: absolute;
  right: -6%;
  top: -16px;
  width: 16%;
}

/* ============================================
 contents
============================================ */
#main {
  width: 100%;
}

#side {
  width: 100%;
}

section {
  margin: 0;
}

section h2 {
  position: relative;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 30px;
  font-size: 2.5rem;
  text-align: left;
  padding-bottom: 0;
}

section h2 span {
  color: #df416d;
}

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

section .more a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 130px;
  display: inline-block;
  padding: 6px 0;
  line-height: 1;
  vertical-align: middle;
  background: #000;
  text-align: center;
}

section .more a img {
  width: 63px;
}

section .inner .section_head h2 {
  text-align: left;
}

section .inner .section_head h2 img {
  width: 202px;
}

.section_bg {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: 30px 0;
  text-align: center;
}

/*-----------  news  ------------*/
#news {
  margin: 40px 0 0;
}

#news .section_img {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 64px;
}

.news_list {
  margin: 10px 0;
}

.news_list li {
  position: relative;
}

.news_list li:first-child a.text {
  border-top: 1px #dcdcdc dotted;
}

.news_list li a.text {
  padding: 12px 25px 12px 0;
  border-bottom: 1px #dcdcdc dotted;
  display: block;
}

.news_list li a.text .news_tag {
  display: inline-block;
  color: #e4e4e4;
  margin-bottom: 3px;
  padding: 0 5px;
  background: #000;
  height: 15px;
  margin-right: 5px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  font-size: 0.8333333333rem;
}

.news_list li a.text .news_date {
  display: inline-block;
  color: #e4e4e4;
  margin-bottom: 3px;
  line-height: 1;
  font-size: 10px;
  font-size: 0.8333333333rem;
}

.news_list li a.text .news_tit {
  font-size: 12px;
  font-size: 1rem;
  font-weight: bold;
}

.news_list li a.text .fa-caret-right {
  font-size: 18px;
  font-size: 1.5rem;
  right: 2px;
  top: 50%;
  margin-top: -0.5em;
  color: #fff;
  position: absolute;
}

/*-----------  live  ------------*/
#live {
  margin: 0;
}

#live .section_img {
  position: absolute;
  top: 12px;
  right: -9px;
  width: 100px;
}

.live_list {
  margin: 10px 0;
}

.live_list li {
  position: relative;
}

.live_list li:first-child a.text {
  border-top: 1px #dcdcdc dotted;
}

.live_list li a.text {
  padding: 12px 25px 12px 0;
  border-bottom: 1px #dcdcdc dotted;
  display: block;
}

.live_list li a.text .live_date {
  display: inline-block;
  color: #e4e4e4;
  margin-bottom: 3px;
  line-height: 1;
  font-size: 10px;
  font-size: 0.8333333333rem;
  margin-right: 5px;
}

.live_list li a.text .live_spot {
  display: inline-block;
  color: #e4e4e4;
  margin-bottom: 3px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  font-size: 0.8333333333rem;
}

.live_list li a.text .live_tit {
  font-size: 12px;
  font-size: 1rem;
  font-weight: bold;
}

.live_list li a.text .fa-caret-right {
  font-size: 18px;
  font-size: 1.5rem;
  right: 2px;
  top: 50%;
  margin-top: -0.5em;
  color: #fff;
  position: absolute;
}

.live_list .tag {
  text-align: left;
  height: 1.7em;
  display: inline-block;
  margin-bottom: 5px;
}

.live_list .tag span {
  display: inline-block;
  padding: 3px 8px;
  background: #808080;
  color: #fff;
  line-height: 1.2;
  font-size: 10px;
  font-size: 0.8333333333rem;
  font-weight: normal;
}

.strong03 {
  background: #fff;
  color: #e72120;
  padding: 3px 0;
}

/*-----------  column2_area  ------------*/
#column2_area {
  padding: 0;
}

/*-----------  movie  ------------*/
#movie {
  margin: 0 0 35px;
  padding-bottom: 35px;
}

#movie .movie_panel {
  text-align: center;
  width: 100%;
  margin: 10px auto 15px;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

#movie .movie_panel iframe, #movie .movie_panel object, #movie .movie_panel embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#tw_widget {
  margin-bottom: 0;
  /**  twitter widget **/
}

#tw_widget h2 {
  margin-bottom: 10px;
}

#tw_widget #tw_widget_cont {
  margin: 15px auto 0;
  overflow-y: scroll;
  width: 90%;
}

.sepa {
  background: #c20c0b;
  width: 100%;
  height: 2px;
  margin: 40px 0;
}

/*-----------  profile  ------------*/
#profile {
  margin: 40px 0 0;
}

#profile .section_img {
  position: absolute;
  top: 12px;
  right: -9px;
  width: 100px;
}

.prof_pc {
  display: none;
}

.prof_list {
  margin: 10px 0;
}

.prof_list li {
  margin: 20px 0;
}

.prof_list li:before, .prof_list li:after {
  content: "";
  display: table;
}

.prof_list li:after {
  clear: both;
}

.prof_list li .prof_img {
  float: left;
  vertical-align: middle;
  text-align: center;
  width: 35%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 20%;
  border: 2px solid #6d6d6d;
  background-color: #6d6d6d;
  overflow: hidden;
}

.prof_list li .prof_img img {
  width: 100%;
}

.prof_list li .prof_txt {
  float: left;
  text-align: left;
  width: 60%;
  margin-left: 5%;
}

.prof_list li .prof_txt h3 {
  font-weight: bold;
  margin: 5px 0 10px;
}

.prof_list li .prof_txt p {
  font-size: 11px;
  font-size: 0.9166666667rem;
}

.btn {
  margin-top: 5px;
}
.btn a {
  border-radius: 10px;
  display: inline-block;
  font-size: 10px;
  line-height: 15px;
  padding: 5px 10px;
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: bold;
}

/*-----------  character  ------------*/
#character {
  margin: 40px 0 0;
}

#character .inner .section_head h2 {
  text-align: center;
}

#character .inner .section_head h2 img {
  width: 280px;
}

#character .chara_img {
  margin: 20px 0 15px;
  text-align: center;
}

#character .chara_img img {
  width: 100px;
}

#character .chara_txt {
  line-height: 1.2;
  text-align: center;
  font-size: 12px;
  font-size: 1rem;
}

/*-----------  taylor-swift  ------------*/
#taylor-swift {
  margin: 40px 0 0;
}

#taylor-swift .inner .section_head h2 {
  text-align: center;
}

#taylor-swift .inner .section_head h2 img {
  width: 280px;
}

#taylor-swift .txt {
  margin: 20px 0;
  line-height: 1.4;
  text-align: center;
  font-size: 12px;
  font-size: 1rem;
}

#taylor-swift .txt a {
  text-decoration: underline;
}

#taylor-swift .txt a:hover {
  text-decoration: none;
}

/*-----------  member_wanted  ------------*/
#member_wanted {
  margin: 40px 0 0;
}

#member_wanted .inner .section_head h2 {
  text-align: center;
}

#member_wanted .inner .section_head h2 img {
  width: 280px;
}

#member_wanted .mw_img {
  margin: 20px 0 0;
  width: 100%;
  text-align: center;
}

#member_wanted .mw_img img {
  width: 70%;
}

#member_wanted .mw_txt {
  margin: 15px 0 0;
  line-height: 1.4;
  text-align: center;
}

#member_wanted .mw_txt h3 {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.1666666667rem;
  margin: 0 0 10px;
}

#member_wanted .mw_txt p {
  font-size: 12px;
  font-size: 1rem;
}

#member_wanted .mw_txt p a {
  text-decoration: underline;
}

#member_wanted .mw_txt p a:hover {
  text-decoration: none;
}

#tw_widget_cont #twitter-widget-1 {
  width: 100%;
}

.popup {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

.popup .popup_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#movie_panel {
  left: 50%;
  top: 50%;
  position: fixed;
  width: 300px;
  margin-left: -150px;
  height: 169px;
  margin-top: -85px;
  border: solid 2px #fff;
  background: #000;
}

#movie_panel_inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.movie_close {
  font-size: 24px;
  font-size: 2rem;
  display: inline-block;
  padding: 0;
  position: absolute;
  right: 0;
  line-height: 1;
  color: #fff;
  top: -30px;
  cursor: pointer;
}

#op_movie_popup {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}

#op_movie_panel {
  left: 50%;
  top: 50%;
  position: fixed;
  width: 300px;
  margin-left: -150px;
  height: 169px;
  margin-top: -85px;
  border: solid 2px #fff;
  background: #000;
}

#op_movie_panel_inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.information_banner {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#caution_popup {
  height: 100vh;
  padding: 30px;
}
#caution_popup .p_comment {
  border: solid 3px #000;
  padding: 10px 15px;
}
#caution_popup .popup_inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 720px;
  background: #fff;
  padding: 30px 20px;
  overflow-y: scroll;
}
#caution_popup h2 {
  font-size: 11.5px;
  font-size: 3.59375vw;
  text-align: center;
  color: #e60012;
  font-weight: bold;
  margin-bottom: 30px;
}
#caution_popup p {
  margin: 20px 0;
  font-size: 8.5px;
  font-size: 2.65625vw;
  letter-spacing: -0.2px;
  color: #000;
  word-break: break-word;
}
#caution_popup p a {
  text-decoration: underline;
  color: #e60012;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 650px) {
  /*-----------  profile  ------------*/
  #profile {
    margin: 60px 0 0;
  }

  #profile .section_img {
    position: absolute;
    top: 12px;
    right: -9px;
    width: 100px;
  }

  .prof_pc {
    display: block;
  }

  .prof_sp {
    display: none;
  }

  .prof_list {
    margin: 10px 0 15px -3.333%;
  }

  .prof_list:before, .prof_list:after {
    content: "";
    display: table;
  }

  .prof_list:after {
    clear: both;
  }

  .prof_list li {
    margin: 0 0 0 3.333%;
    float: left;
    width: 30%;
  }

  .prof_list li .prof_img {
    float: none;
    text-align: center;
    width: 100px;
    margin: 0 auto;
    border-radius: 20%;
    border: 2px solid #6d6d6d;
    background-color: #6d6d6d;
  }

  .prof_list li .prof_img img {
    width: 100%;
  }

  .prof_list li .prof_txt {
    float: none;
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .prof_list li .prof_txt h3 {
    font-weight: bold;
    margin: 5px 0 10px;
  }

  .prof_list li .prof_txt p {
    font-size: 11px;
    font-size: 0.9166666667rem;
  }
}
@media screen and (min-width: 900px) {
  #top_img {
    text-align: center;
    border-top: none;
    border-bottom: none;
  }

  .catchy {
    text-align: center;
    margin: 60px auto 65px;
  }

  .catchy .txt {
    max-width: 600px;
  }

  .catchy .wrapper {
    max-width: 780px;
  }

  .catchy .tank001 {
    top: 13px;
    width: 5%;
  }

  .catchy .tank_left {
    left: -2px;
  }

  .catchy .tank_right {
    right: -2px;
  }

  /*
  .line_bnr {
    position: absolute;
    width: 90px;
    right: 20px;
    bottom: 156px;
  }
  .information_bnr {
    position: absolute;
    width: 290px;
    right: 140px;
    bottom: 156px;
  }
  .information_bnr02 {
    position: absolute;
    width: 130px;
    left: 20px;
    bottom: 156px;
  }

  .information_bnr03 {
    width: 130px;
    left: 20px;
    bottom: 420px;
    &:hover{
      opacity: .7;
    }
  }
  .information_bnr04 {
    width: 130px;
    left: 20px;
    bottom: 350px;
    &:hover{
      opacity: .7;
    }
  }

   */
  .kankou_bnr_wrap {
    width: 62%;
    bottom: 3%;
    padding-left: 0%;
    position: absolute;
    left: 21.2%;
    max-width: 670px !important;
  }

  .bnr_kankou {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -15px 0 0px -3.3%;
  }
  .bnr_kankou .bnr_kankou_child {
    width: 22%;
    margin: 0 0 0 2%;
    position: relative;
  }

  .bnr_yabaradi {
    position: absolute;
    width: 50%;
    bottom: 10%;
    left: 23.5%;
  }

  /* ============================================
   slick
  ============================================ */
  #main_slick {
    position: relative;
    margin: 30px 0;
  }

  #main_slick .wrapper {
    width: 720px;
  }

  #main_slick .slick-slide {
    margin: 0 10px;
  }

  .slick_wrapper {
    width: 100%;
  }

  .slick_wrapper img {
    max-width: 400px;
  }

  .slick_inner {
    position: relative;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }

  .slick-dots {
    bottom: -27px;
  }

  #arrows {
    display: none;
  }

  .slick-prev:before, .slick-next:before {
    color: black;
  }

  #slick_preview, #slick_next {
    position: absolute;
    display: block;
    height: 70px;
    width: 40px;
    line-height: 0;
    font-size: 30px;
    border: solid 4px #000;
    cursor: pointer;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    outline: none;
  }

  #slick_preview:hover, #slick_next:hover {
    outline: none;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
  }

  #slick_preview:hover:focus, #slick_next:hover:focus {
    outline: none;
  }

  #slick_preview {
    left: -20px;
  }

  #slick_preview i {
    position: relative;
    left: -2px;
  }

  #slick_next {
    right: -20px;
  }

  #slick_next i {
    position: relative;
    right: -2px;
  }

  .bnr_single {
    margin: 45px 0 0;
  }

  .bnr_single .yabami-quiz {
    position: absolute;
    right: -6.6%;
    top: -23px;
    width: 14%;
  }

  /*-----------  base  ------------*/
  #main {
    width: 65%;
    float: left;
    padding-right: 35px;
  }

  #side {
    width: 35%;
    float: right;
  }

  section {
    margin: 0;
  }

  section h2 {
    position: relative;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 30px;
    font-size: 2.5rem;
    text-align: left;
    padding-bottom: 0;
  }

  section h2 span {
    color: #df416d;
  }

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

  section .more a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 130px;
    display: inline-block;
    padding: 6px 0;
    line-height: 1;
    vertical-align: middle;
    background: #000;
    text-align: center;
  }

  section .more a img {
    width: 63px;
  }

  section .inner .section_head h2 {
    text-align: left;
  }

  section .inner .section_head h2 img {
    width: 262px;
  }

  .section_bg {
    border-top: none;
    border-bottom: none;
    margin: 50px 0;
    text-align: center;
    max-height: 500px;
  }

  /*-----------  news  ------------*/
  #news {
    margin: 60px 0 0;
  }

  #news .section_img {
    position: absolute;
    top: -3px;
    right: 10px;
    width: 94px;
  }

  .news_list {
    margin: 10px 0;
  }

  .news_list li {
    position: relative;
  }

  .news_list li:first-child a.text {
    border-top: 1px #dcdcdc dotted;
  }

  .news_list li a.text {
    padding: 20px 25px 20px 15px;
    border-bottom: 1px #dcdcdc dotted;
    display: block;
  }

  .news_list li a.text .news_tag {
    display: inline-block;
    color: #e4e4e4;
    margin-bottom: 3px;
    padding: 0 5px;
    background: #000;
    height: 16px;
    margin-right: 5px;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    font-size: 0.8333333333rem;
  }

  .news_list li a.text .news_date {
    color: #e4e4e4;
    margin-bottom: 3px;
    line-height: 1;
    font-size: 10px;
    font-size: 0.8333333333rem;
  }

  .news_list li a.text .news_tit {
    font-size: 12px;
    font-size: 1rem;
    font-weight: bold;
  }

  .news_list li a.text .fa-caret-right {
    font-size: 18px;
    font-size: 1.5rem;
    right: 15px;
    top: 50%;
    margin-top: -0.5em;
    color: #fff;
    position: absolute;
  }

  /*-----------  live  ------------*/
  #live {
    margin: 0;
  }

  #live .section_img {
    position: absolute;
    top: 9px;
    right: -9px;
    width: 150px;
  }

  .live_list {
    margin: 10px 0;
  }

  .live_list li:first-child a.text {
    border-top: 1px #dcdcdc dotted;
  }

  .live_list li a.text {
    padding: 20px 25px 20px 15px;
    border-bottom: 1px #dcdcdc dotted;
    display: block;
  }

  .live_list li a.text .live_date {
    color: #e4e4e4;
    margin-bottom: 3px;
    line-height: 1;
    font-size: 10px;
    font-size: 0.8333333333rem;
    margin-right: 5px;
  }

  .live_list li a.text .live_spot {
    display: inline-block;
    color: #e4e4e4;
    margin-bottom: 3px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    font-size: 0.8333333333rem;
  }

  .live_list li a.text .live_tit {
    font-size: 12px;
    font-size: 1rem;
    font-weight: bold;
  }

  .live_list li a.text .fa-caret-right {
    font-size: 18px;
    font-size: 1.5rem;
    right: 15px;
    top: 50%;
    margin-top: -0.5em;
    color: #fff;
    position: absolute;
  }

  .live_list .tag {
    text-align: left;
    height: 1.7em;
    display: inline-block;
    margin-bottom: 5px;
  }

  .live_list .tag span {
    display: inline-block;
    padding: 3px 8px;
    background: #808080;
    color: #fff;
    line-height: 1.2;
    font-size: 10px;
    font-size: 0.8333333333rem;
    font-weight: normal;
  }

  /*-----------  column2_area  ------------*/
  #column2_area {
    padding: 0;
    margin: 60px 0;
  }

  #column2_area .sepa {
    display: none;
  }

  /*-----------  movie  ------------*/
  #movie {
    margin: 0 0 35px;
    padding-bottom: 25px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  /*-----------  tw  ------------*/
  #tw_widget {
    padding-top: 0px;
    margin: 0;
    padding-bottom: 0;
    /**  twitter widget **/
  }

  #tw_widget #tw_widget_cont {
    margin: 0 auto;
    max-width: 520px;
    width: 100%;
  }

  #tw_widget #tw_widget_cont #twitter-widget-0 {
    width: 100% !important;
  }

  .sepa {
    background: #c20c0b;
    width: 100%;
    height: 2px;
    margin: 60px 0;
  }

  /*-----------  profile  ------------*/
  #profile {
    margin: 60px 0 0;
  }

  #profile .section_img {
    position: absolute;
    top: 0px;
    right: 7px;
    width: 154px;
  }

  .prof_pc {
    display: block;
  }

  .prof_sp {
    display: none;
  }

  .prof_list {
    margin: 25px 0 35px -3.333%;
  }

  .prof_list li {
    margin: 0 0 0 3.333%;
    float: left;
    width: 30%;
  }

  .prof_list li .prof_img {
    width: 190px;
    margin: 0 auto;
  }

  .prof_list li .prof_img img {
    width: 100%;
  }

  .prof_list li .prof_txt {
    float: none;
    margin-top: 10px;
  }

  .prof_list li .prof_txt h3 {
    font-weight: bold;
    margin: 20px 0 10px;
    font-size: 18px;
    font-size: 1.5rem;
  }

  .prof_list li .prof_txt p {
    font-size: 13px;
    font-size: 1.0833333333rem;
  }

  /*-----------  character  ------------*/
  #character {
    margin: 60px 0 0;
  }

  #character .inner .section_head h2 {
    text-align: center;
  }

  #character .inner .section_head h2 img {
    width: 450px;
  }

  #character .chara_img {
    margin: 30px 0 25px;
    text-align: center;
  }

  #character .chara_img img {
    width: 180px;
  }

  #character .chara_txt {
    line-height: 1.2;
    text-align: center;
    font-size: 18px;
    font-size: 1.5rem;
  }

  /*-----------  taylor-swift  ------------*/
  #taylor-swift {
    margin: 60px 0 0;
  }

  #taylor-swift .inner .section_head h2 {
    text-align: center;
  }

  #taylor-swift .inner .section_head h2 img {
    width: 450px;
  }

  #taylor-swift .txt {
    margin: 30px 0 0;
    line-height: 1.4;
    text-align: center;
    font-size: 18px;
    font-size: 1.5rem;
  }

  /*-----------  member_wanted  ------------*/
  #member_wanted {
    margin: 60px 0 0;
  }

  #member_wanted .inner .section_head h2 {
    text-align: center;
  }

  #member_wanted .inner .section_head h2 img {
    width: 450px;
  }

  #member_wanted .clearfix {
    margin: 30px 0 0;
  }

  #member_wanted .mw_img {
    margin: 0 0 0;
    float: left;
    width: 50%;
    text-align: center;
  }

  #member_wanted .mw_img img {
    width: 100%;
    max-width: 400px;
  }

  #member_wanted .mw_txt {
    width: 50%;
    float: left;
    padding-left: 5%;
    margin: 120px 0 0;
    line-height: 1.4;
    text-align: center;
  }

  #member_wanted .mw_txt h3 {
    font-weight: bold;
    font-size: 20px;
    font-size: 1.6666666667rem;
    margin: 0 0 15px;
  }

  #member_wanted .mw_txt p {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }

  #member_wanted .mw_txt p a {
    text-decoration: underline;
  }

  #member_wanted .mw_txt p a:hover {
    text-decoration: none;
  }

  .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .popup .popup_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  #movie_panel, #op_movie_panel {
    left: 50%;
    top: 50%;
    position: fixed;
    width: 700px;
    margin-left: -350px;
    height: 394px;
    margin-top: -197px;
    border: solid 3px #ccc;
    background: #000;
  }

  .movie_close {
    font-size: 30px;
    font-size: 2.5rem;
    display: inline-block;
    padding: 0;
    position: absolute;
    right: 0;
    line-height: 1;
    color: #fff;
    top: -40px;
  }

  #caution_popup {
    height: 100vh;
    padding: 50px;
  }
  #caution_popup .p_comment {
    border: solid 3px #000;
    padding: 15px 20px;
  }
  #caution_popup .popup_inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 850px;
    background: #fff;
    padding: 70px 50px;
    overflow-y: scroll;
    color: #000;
  }
  #caution_popup h2 {
    font-size: 24px;
    color: #e60012;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #caution_popup p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0;
    word-break: break-word;
  }
  #caution_popup p a {
    color: #e60012;
    text-decoration: underline;
  }
  #caution_popup p a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1000px) {
  .line_bnr {
    position: absolute;
    width: 100px;
    right: 20px;
    bottom: 15px;
  }

  .information_bnr {
    position: absolute;
    width: 290px;
    right: 140px;
    bottom: 15px;
  }

  .information_bnr02 {
    position: absolute;
    width: 130px;
    left: 20px;
    bottom: 15px;
  }

  .information_bnr03 {
    width: 143px;
    left: 20px;
    bottom: 20px;
  }
  .information_bnr03:hover {
    opacity: 0.7;
  }

  .information_bnr04 {
    width: 143px;
    left: 20px;
    bottom: 110px;
  }
  .information_bnr04:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1040px) {
  /* ============================================
   slick
  ============================================ */
  #main_slick .wrapper {
    width: 940px;
  }

  section {
    margin: 0;
  }

  section h2 {
    position: relative;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 30px;
    font-size: 2.5rem;
    text-align: left;
    padding-bottom: 0;
  }

  section h2 span {
    color: #df416d;
  }

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

  section .more a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 165px;
    display: inline-block;
    padding: 6px 0;
    line-height: 1;
    vertical-align: middle;
    background: #000;
    text-align: center;
  }

  section .more a img {
    width: 93px;
  }

  section .inner .section_head h2 {
    text-align: left;
  }

  section .inner .section_head h2 img {
    width: 382px;
  }

  .section_bg {
    margin: 60px 0;
    text-align: center;
  }

  #main {
    float: left;
    padding-right: 35px;
  }

  #side {
    float: right;
  }

  #main_slick {
    margin: 45px 0;
  }

  .catchy .txt {
    max-width: 780px;
  }

  .catchy .wrapper {
    max-width: 1060px;
  }

  .catchy .tank001 {
    top: 13px;
    width: 5%;
  }

  .catchy .tank_left {
    left: -2px;
  }

  .catchy .tank_right {
    right: -2px;
  }

  .kankou_bnr_wrap {
    width: 62%;
    bottom: 3%;
    padding-left: 0%;
    position: absolute;
    left: 50%;
    max-width: 670px !important;
    margin-left: -315px;
  }

  .bnr_kankou {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -15px 0 0px -3.3%;
  }
  .bnr_kankou .bnr_kankou_child {
    width: 22%;
    margin: 0 0 0 2%;
    position: relative;
  }

  .bnr_yabaradi {
    position: absolute;
    width: 50%;
    bottom: 10%;
    left: 23.5%;
  }

  /*-----------  news  ------------*/
  #news {
    margin: 70px 0 0;
  }

  #news .section_img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 129px;
  }

  .news_list {
    margin: 15px 0;
  }

  .news_list li {
    position: relative;
  }

  .news_list li:first-child a.text {
    border-top: 1px #dcdcdc dotted;
  }

  .news_list li a.text {
    padding: 20px 25px 20px 20px;
    border-bottom: 1px #dcdcdc dotted;
    display: block;
  }

  .news_list li a.text .news_date {
    color: #e4e4e4;
    margin-bottom: 3px;
    line-height: 1;
    font-size: 12px;
    font-size: 1rem;
  }

  .news_list li a.text .news_tit {
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: bold;
  }

  .news_list li a.text .fa-caret-right {
    font-size: 18px;
    font-size: 1.5rem;
    right: 20px;
    top: 50%;
    margin-top: -0.5em;
    color: #fff;
    position: absolute;
  }

  /*-----------  live  ------------*/
  #live {
    margin: 0;
  }

  #live .section_img {
    position: absolute;
    top: 16px;
    right: 1px;
    width: 220px;
  }

  .live_list {
    margin: 15px 0;
  }

  .live_list li:first-child a.text {
    border-top: 1px #dcdcdc dotted;
  }

  .live_list li a.text {
    padding: 20px 25px 20px 20px;
    border-bottom: 1px #dcdcdc dotted;
    display: block;
  }

  .live_list li a.text .live_date {
    color: #e4e4e4;
    margin-bottom: 3px;
    line-height: 1;
    font-size: 12px;
    font-size: 1rem;
  }

  .live_list li a.text .live_spot {
    display: inline-block;
    color: #e4e4e4;
    margin-bottom: 3px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    font-size: 1rem;
  }

  .live_list li a.text .live_tit {
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: bold;
  }

  .live_list li a.text .fa-caret-right {
    font-size: 18px;
    font-size: 1.5rem;
    right: 20px;
    top: 50%;
    margin-top: -0.5em;
    color: #fff;
    position: absolute;
  }

  /*-----------  column2_area  ------------*/
  #column2_area {
    padding: 0;
    margin: 80px 0 0;
  }

  /*-----------  movie  ------------*/
  #movie {
    margin: 0 0 35px;
    padding-bottom: 25px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  #movie .section_head h2 {
    text-align: left;
  }

  #movie .section_head h2 img {
    width: 329px;
  }

  /*-----------  tw  ------------*/
  #tw_widget {
    padding-top: 0px;
    margin: 0;
    padding-bottom: 0;
    /**  twitter widget **/
  }

  #tw_widget #tw_widget_cont {
    margin: 0 auto;
    max-width: 520px;
    width: 100%;
  }

  #tw_widget #tw_widget_cont #twitter-widget-0 {
    width: 100% !important;
  }

  #tw_widget .section_head h2 {
    text-align: left;
  }

  #tw_widget .section_head h2 img {
    width: 329px;
  }

  /*-----------  profile  ------------*/
  #profile .section_img {
    position: absolute;
    top: 0px;
    right: 26px;
    width: 200px;
  }

  .prof_list li .prof_img {
    width: 190px;
    margin: 0 auto;
  }

  .prof_list li .prof_img img {
    width: 100%;
  }

  .prof_list li .prof_txt {
    float: none;
    margin-top: 10px;
  }

  .prof_list li .prof_txt h3 {
    font-weight: bold;
    margin: 20px 0 10px;
    font-size: 18px;
    font-size: 1.5rem;
  }

  .prof_list li .prof_txt p {
    font-size: 14px;
    font-size: 1.1666666667rem;
  }

  /*-----------  character  ------------*/
  #character .inner .section_head h2 img {
    width: 700px;
  }

  #character .chara_img {
    margin: 40px 0 25px;
    text-align: center;
  }

  #character .chara_img img {
    width: 180px;
  }

  #character .chara_txt {
    text-align: center;
  }

  /*-----------  taylor-swift  ------------*/
  #taylor-swift .inner .section_head h2 img {
    width: 700px;
  }

  #taylor-swift .txt {
    margin: 30px 0 0;
    text-align: center;
  }

  /*-----------  member_wanted  ------------*/
  #member_wanted .inner .section_head h2 img {
    width: 700px;
  }

  #member_wanted .clearfix {
    margin: 30px 0 0;
  }

  #member_wanted .mw_img {
    margin: 0 0 0;
    float: left;
    width: 50%;
    text-align: right;
  }

  #member_wanted .mw_img img {
    width: 100%;
    max-width: 400px;
  }

  #member_wanted .mw_txt {
    width: 40%;
    float: left;
    padding-left: 0;
    margin: 160px 0 0;
    line-height: 1.4;
  }

  #member_wanted .mw_txt h3 {
    font-weight: bold;
    margin: 0 0 10px;
  }

  #member_wanted .mw_txt p a {
    text-decoration: underline;
  }

  #member_wanted .mw_txt p a:hover {
    text-decoration: none;
  }
}
/*# sourceMappingURL=home.css.map */

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