@charset "UTF-8";

/* pc */
#lm-article .featured_block .txt3 {
  font-size: 15px;
}
#lm-article .interview_block p{
  font-size: 15px;
}

.banner{
  margin-bottom: 116px;
}
@media screen and (min-width: 768px) {
  margin-bottom: 116px;
}

@media screen and (min-width: 768px) {


  #lm-article #kv .pic {
    background-image: url("../img/pic_kv.jpg");
  }

  #lm-article .also_block {
    max-width: 1041px !important;
  }

  #lm-article .also_block ul li {
    width: 31.333% !important;
    float: left;
    margin: 0px 3% 75px 0;
  }
  .also_block.also_block--3col li:nth-child(3n) {
      margin-right: 0 !important; }

  #lm-article .sub_title {
    height: 8px;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.12em;
    position: relative;
  }

  #lm-article .film_block .pic {
    background-image: url("../img/pic_film.jpg");
  }

  #lm-article .place_block ul li.p1 .pic {
    background-image: url("../img/pic_place_1.jpg");
  }
  #lm-article .place_block ul li.p2 .pic {
    background-image: url("../img/pic_place_2.jpg");
  }

  #lm-next a .pic {
    background-image: url("../img/pic_next_interview.jpg");
  }

  #popup_p .name {
    height: 33px;
    background-image: url("../img/txt_profile_name.png");
  }

  .pc-only{
    display: block!important;
  }
  .sp-only{
    display: none!important;
  }
  .share_block{
    margin-top: 60px;
  }
  .product_list_block{
    display: flex;
    justify-content: center;
  }


}

.banner img{
  margin: 0 auto;
  max-width: 1500px;
    width: 100%;
}


@media screen and (max-width: 767px) {
  #lm-article .featured_block .txt3 {
      font-size: 13px !important;
  }
  #lm-article .interview_block p{
    font-size: 13px !important;
  }
  #lm-article #kv .pic {
    background-image: url("../img/pic_kv_sp.jpg");
  }
  #lm-article #kv .txt {
    height: 113px;
    background-image: url("../img/txt_kv_sp.png");
  }
  .bl #lm-article #kv .txt {
    height: 113px;
    background-image: url("../img/txt_kv_wh_sp.png");
  }

  #lm-article .film_block .pic {
    background-image: url("../img/pic_film.jpg");
  }

  #lm-article .place_block ul li.p1 .pic {
    background-image: url("../img/pic_place_1_sp.jpg");
  }
  #lm-article .place_block ul li.p2 .pic {
    background-image: url("../img/pic_place_2_sp.jpg");
  }

  #lm-next a .pic {
    background-image: url("../img/pic_next_interview_sp.jpg");
  }

  #popup_p .name {
    height: 17px;
    background-image: url("../img/txt_profile_name.png");
  }
  .pc-only{
    display: none!important;
  }
  .sp-only{
    display: block!important;
  }
  .share_block{
    margin-top: 75px;
  }
  .product_list_block{
    display: flex;
    justify-content: center;
  }

}



/*MOVIE*/

.fnt24{
  font-size: 24px;
  margin: 0 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .fnt24{
    font-size: 18px;
  }
}

.p-webmovie-box .movie {
  width: 100%;
  margin: 50px auto 120px;
  position: relative; }
  .p-webmovie-box .movie:before {
    content: "";
    display: block;
    width: 115px;
    height: 115px;
    background: url("../img/icn_play.png") no-repeat top left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2; }
  .p-webmovie-box .movie:hover a {
    background: rgba(255, 255, 255, 0.3); }
  .p-webmovie-box .movie a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .p-webmovie-box .movie img {
    position: relative;
    overflow: hidden;
    width: 100%; }

@media screen and (max-width: 767px) {
  .p-webmovie-box .movie {
    width: 100%;
    margin: 50px auto 120px;
    position: relative; }
    .p-webmovie-box .movie:before {
      width: 60px;
      height: 60px;
      background: url("../img/icn_play.png") no-repeat top left/60px 60px; } }