/* tokyo_rickshaw artist site CSS (home.css) */
/* ============================================
 slider
============================================ */
#main_slide_wrapper {
  position: relative;
  width: 100%;
  margin-top: 58px;
  padding: 0 0 20px;
  background: transparent;
}
#main_slide_wrapper .mainslide_button_wrap {
  position: absolute;
  top: 0;
}

.mainslide_button_wrap {
  display: none;
  height: 100% !important;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.mainslide_button_wrap .button_overlay {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mainslide_button_wrap .button_overlay:hover {
  opacity: 0.35;
  filter: alpha(opacity=35);
}

.flickity-prev-next-button:focus {
  box-shadow: none;
}

#mainslide_previous {
  left: 0;
}

#mainslide_next {
  right: 0;
}

#main_gallery .gallery-cell {
  margin: 0;
  width: 100%;
  padding: 0;
}

#main_gallery:focus {
  outline: none;
}

#main_gallery .gallery-cell img {
  opacity: 0;
  filter: alpha(opacity=0);
}

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

#side {
  width: 100%;
}

section {
  margin: 0 0 55px;
}
section h2 {
  position: relative;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 30px;
  font-size: 2.5rem;
  padding-bottom: 5px;
  font-weight: bold;
  font-family: 'Maven Pro',sans-serif;
  margin-bottom: 10px;
}
section h2 span {
  color: #df416d;
}
section .more {
  text-align: right;
}
section .more a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  font-size: 1.0833333333rem;
  color: #000;
}

.topics_bnr {
  margin: 20px auto;
  text-align: center;
  background: url("../images/bg_pt.png") repeat;
  background-size: cover;
}
.topics_bnr a {
  border: solid 2px #000;
  padding: 5px 0;
  font-weight: bold;
  display: block;
  text-align: center;
}

/*-----------  news  ------------*/
section#news {
  padding-top: 40px;
  margin: 0 0 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c8c8c8;
}

.news_list {
  margin-top: -10px;
  margin-bottom: 15px;
}
.news_list li {
  position: relative;
}
.news_list li a.text {
  padding: 17px 25px 17px 0;
  display: block;
}
.news_list li a.text .news_date {
  color: #808080;
  margin-bottom: 3px;
  line-height: 1;
}
.news_list li a.text .news_tit {
  font-size: 14px;
  font-size: 1.1666666667rem;
  font-weight: bold;
}
.news_list li a.text .fa-caret-right {
  font-size: 18px;
  font-size: 1.5rem;
  right: 2px;
  top: 50%;
  margin-top: -.5em;
  color: #000;
  position: absolute;
}

/*-----------  live  ------------*/
section#live {
  margin: 0 0 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c8c8c8;
}

.live_list {
  margin-top: -10px;
  margin-bottom: 15px;
}
.live_list li a {
  position: relative;
  padding: 17px 25px 17px 0;
  display: block;
}
.live_list li a .live_date {
  color: #808080;
  margin-bottom: 3px;
  line-height: 1.2;
}
.live_list li a .live_tit {
  font-size: 14px;
  font-size: 1.1666666667rem;
  font-weight: bold;
}
.live_list li a .fa-caret-right {
  font-size: 18px;
  font-size: 1.5rem;
  right: 2px;
  top: 50%;
  margin-top: -.5em;
  color: #000;
  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;
}

/*-----------  movie  ------------*/
section#movie {
  margin: 0 0 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c8c8c8;
}
section#movie .movie_panel {
  text-align: center;
  width: 100%;
  margin: 20px auto 25px;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

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

section#tw_widget {
  /**  twitter widget **/
}
section#tw_widget h2 {
  margin-bottom: 20px;
}
section#tw_widget #tw_widget_cont {
  margin: 0 auto;
  width: 90%;
}
section#tw_widget #tw_widget_cont #twitter-widget-0 {
  width: 100% !important;
}

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

section#links {
  margin: 10px 0 45px;
}
section#links .banner_area {
  margin: 0 0 0 -3%;
}
section#links .banner_area li {
  width: 47%;
  float: left;
  margin: 0 0 3% 3%;
}
section#links .banner_area li a img {
  border: solid 1px #000;
}

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

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

#show_event0625 {
  padding: 50px;
  overflow-y: scroll;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 768px) {
  #content_area {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  /* ============================================
 slider
============================================ */
  #main_slide_wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 5px;
    padding: 0;
    background: transparent;
  }
  #main_slide_wrapper .mainslide_button_wrap {
    position: absolute;
    top: 0;
  }

  #main_gallery .gallery-cell {
    margin: 0;
    padding: 0;
  }

  .flickity-page-dots {
    bottom: -30px;
  }

  #main {
    width: 65%;
    float: left;
    padding-right: 45px;
  }

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

  section h2 {
    position: relative;
    color: #000;
    text-align: left;
    line-height: 1.2;
    letter-spacing: -.3px;
    font-size: 24px;
    font-size: 2rem;
    padding-bottom: 5px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section h2 span {
    color: #df416d;
  }
  section .more {
    text-align: right;
  }
  section .more a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 0;
    width: 100px;
    padding: 3px 0;
    font-size: 13px;
    font-size: 1.0833333333rem;
  }
  section .more a:hover {
    text-decoration: none !important;
    color: #cf101f;
  }

  .topics_bnr {
    margin: 10px auto 40px;
    text-align: center;
    background: url("../images/bg_pt.png") repeat;
    background-size: cover;
  }
  .topics_bnr a {
    font-size: 15px;
    font-size: 1.25rem;
    border: solid 2px #000;
    padding: 10px 0;
    font-weight: bold;
    display: block;
    text-align: center;
  }

  /*-----------  news  ------------*/
  section#news {
    padding-top: 0;
    margin: 0 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c8c8c8;
  }

  .news_list {
    margin-top: -15px;
    margin-bottom: 15px;
  }
  .news_list li {
    position: relative;
  }
  .news_list li a.text {
    padding: 15px 25px 15px 0;
    display: block;
  }
  .news_list li a.text .news_date {
    margin-bottom: 3px;
    line-height: 1;
  }
  .news_list li a.text .news_tit {
    font-size: 13px;
    font-size: 1.0833333333rem;
  }
  .news_list li a.text .fa-arrow-right {
    color: #000;
    position: absolute;
    font-size: 18px;
    font-size: 1.5rem;
    right: 2px;
    top: 50%;
    margin-top: -.5em;
  }
  .news_list li a.text:hover .news_tit {
    text-decoration: underline !important;
  }

  /*-----------  live  ------------*/
  section#live {
    margin: 0 0 30px;
    padding-bottom: 30px;
  }

  .live_list {
    margin-top: -15px;
    margin-bottom: 15px;
  }
  .live_list li a {
    position: relative;
    padding: 15px 25px 15px 0;
    display: block;
  }
  .live_list li a .live_date {
    margin-bottom: 3px;
    line-height: 1.2;
  }
  .live_list li a .live_tit {
    font-size: 13px;
    font-size: 1.0833333333rem;
  }
  .live_list li a .fa-arrow-right {
    color: #000;
    position: absolute;
    font-size: 18px;
    font-size: 1.5rem;
    right: 2px;
    top: 50%;
    margin-top: -.5em;
  }
  .live_list li a:hover .live_tit {
    text-decoration: underline !important;
  }

  /*-----------  movie  ------------*/
  section#tw_widget {
    padding-top: 0px;
    margin: 30px 0 0;
    padding-bottom: 0;
    /**  twitter widget **/
  }
  section#tw_widget #tw_widget_cont {
    margin: 0 auto;
    max-width: 520px;
    width: 100%;
  }
  section#tw_widget #tw_widget_cont #twitter-widget-0 {
    width: 100% !important;
    height: 420px !important;
  }

  section#links {
    margin: 50px 0 30px;
  }
  section#links .banner_area {
    margin: 0 0 0 -3.333%;
  }
  section#links .banner_area li {
    text-align: center;
    width: 30%;
    margin: 0 0 0 3.333%;
    float: left;
  }

  footer {
    margin-top: 70px;
  }

  .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;
  }
}
@media screen and (min-width: 960px) {
  section h2 {
    position: relative;
    line-height: 1.2;
    letter-spacing: -.3px;
    font-size: 30px;
    font-size: 2.5rem;
    padding-bottom: 5px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section h2 span {
    color: #df416d;
  }
  section .more a {
    margin: 0;
    width: 100px;
    padding: 5px 0;
    font-size: 13px;
    font-size: 1.0833333333rem;
  }

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

  #side {
    float: right;
  }

  #movie_panel {
    left: 50%;
    top: 50%;
    position: fixed;
    width: 860px;
    margin-left: -430px;
    height: 484px;
    margin-top: -242px;
    background: #000;
  }

  /* ============================================
 slider
============================================ */
  #main_slide_wrapper {
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: 0;
    background: transparent;
  }
  #main_slide_wrapper .mainslide_button_wrap {
    position: absolute;
    top: 0;
  }

  .mainslide_button_wrap {
    display: none;
    height: 100% !important;
    position: absolute;
    top: 0;
    cursor: pointer;
  }

  .mainslide_button_wrap .button_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .flickity-prev-next-button:focus {
    box-shadow: none;
  }

  #mainslide_previous {
    left: 0;
  }

  #mainslide_next {
    right: 0;
  }

  #main_gallery .gallery-cell {
    margin: 0;
    width: 920px;
    padding: 0 10px;
  }

  /*-----------  news  ------------*/
  section#news {
    padding-top: 0;
    margin: 0 0 30px;
  }

  .news_list {
    margin-top: -15px;
    margin-bottom: 15px;
  }
  .news_list li {
    position: relative;
  }
  .news_list li a.text {
    padding: 15px 25px 15px 0;
    display: block;
  }
  .news_list li a.text .news_date {
    margin-bottom: 3px;
    line-height: 1;
  }
  .news_list li a.text .news_tit {
    font-size: 15px;
    font-size: 1.25rem;
  }
  .news_list li a.text .fa-arrow-right {
    color: #000;
    position: absolute;
    font-size: 18px;
    font-size: 1.5rem;
    right: 2px;
    top: 50%;
    margin-top: -.5em;
  }

  /*-----------  live  ------------*/
  .live_list {
    margin-top: -15px;
    margin-bottom: 15px;
  }
  .live_list li a {
    position: relative;
    padding: 15px 25px 15px 0;
    display: block;
  }
  .live_list li a .live_date {
    margin-bottom: 3px;
    line-height: 1.2;
  }
  .live_list li a .live_tit {
    font-size: 15px;
    font-size: 1.25rem;
  }
  .live_list li a .fa-arrow-right {
    color: #000;
    position: absolute;
    font-size: 18px;
    font-size: 1.5rem;
    right: 2px;
    top: 50%;
    margin-top: -.5em;
  }

  section#links {
    margin: 80px 0 30px;
  }
  section#links .banner_area {
    margin: 0 0 0 -3.333%;
  }
  section#links .banner_area li {
    text-align: center;
    width: 30%;
    margin: 0 0 0 3.333%;
    float: left;
  }

  footer {
    margin-top: 85px;
  }
}
@media screen and (min-width: 1024px) {
  #main_gallery .gallery-cell {
    margin: 0;
    width: 980px;
    padding: 0 10px;
  }
}

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