@charset "utf-8";
@media screen and (max-width: 768px) {
  body {}
  .header_container, .container, .footer_container {
    width: 100%;
  }
  .contents {
    padding-left: 1em;
    padding-right: 1em;
  }
  .br-sp {
    display: block;
  }
  /*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/
  h2 {
    margin-left: 18px;
    margin-right: 18px;
    font-size: 2.1em;
    padding-left: 50px;
    background-size: 40px;
  }
  /*--------------------------------------
 * ヘッダー
 * ---------------------------------------*/
  /*--------------------------------------
 * news
 * ---------------------------------------*/
  #news dl.news__item dt {
    display: block;
    width: 100%;
  }
  .hidden_box label {
    width: 75px;
    height: 74px;
    font-size: 0.9em;
  }
  /*--------------------------------------
 * kazemachi_channel
 * ---------------------------------------*/
  #kazemachi_channel .more_btn {
    width: 75px;
    height: 74px;
    font-size: 0.9em;
  }
  #kazemachi_channel .trailer .ttl-trailer {
    font-size: 0.8em;
  }
  #kazemachi_channel .thumbnail li.two .trailer div {
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 55% 0 0;
  }
  #kazemachi_channel .thumbnail li.two .trailer a {
    display: block;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #kazemachi_channel .thumbnail li.two .cont .info {
    text-align: center;
    display: block;
    text-align: center;
    font-size: 0.9em;
  }
  #kazemachi_channel .trailer div a {
    display: block;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #kazemachi_channel .trailer a .play {
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #kazemachi_channel .thumbnail li.two .subttl {
    font-size: 110%;
    line-height: 1.6;
  }
  #kazemachi_channel h3.ttl_s {
    font-size: 1em;
  }
  #kazemachi_channel .thumbnail li.two .cont {
    font-size: 0.9em;
    text-align: center;
  }
  /*--------------------------------------
 * kazemachi_channel_detail
 * ---------------------------------------*/
  #kazemachi_channel_detail h3 {
    font-size: 1.2em;
    line-height: 1.4;
    padding: 5px;
  }
  #kazemachi_channel_detail .detail dt {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  #kazemachi_channel_detail .detail dd {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 1.5em;
  }
  /*--------------------------------------
 * profile
 * ---------------------------------------*/
  #profile .container .contents dt {
    display: block;
  }
  #profile .profile_img {
    max-width: 200px;
    transform: 1s;
    display: block;
    margin: 0 auto 20px;
    padding: 0;
  }
  /*--------------------------------------
 * モーダルウィンドウ
 * ---------------------------------------*/
  .modal-content {
    width: 95%;
    padding-left: 1.2em;
    padding-right: 1.2em;
    margin: 10px auto;
    left: 0 !important;
  }
  .modal-close img {
    margin-right: 0px;
    width: 30px;
  }
  .modal-content .modal_img {
    float: none;
    text-align: center;
  }
  .pro_img {
    margin: 0 0 20px 0;
    width: 60%;
  }
  .pro_img_large {
    margin: 0 0 20px 0;
    width: 80%;
  }
  .modal-content .cap {
    font-size: 0.8em;
    display: inherit;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  #kazemachi_channel .thumbnail li.two.main, #kazemachi_channel .thumbnail li.two.movie {
    width: 100%;
  }
  h2 {
    font-size: 1.8em;
    padding-left: 45px;
    background-size: 35px;
  }
}