@charset "UTF-8";

/* CSS Document */
:root {
  --font-family-en: 'Roboto', sans-serif;
  --font-family-en-2: 'Arial', sans-serif;
  --font-family-en-3: 'Oswald', sans-serif;
  --font-family-M: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  --font-family-J: 'Noto Sans JP', sans-serif;
  --red: #F80000;
  --orange: #FF8000;
  --blue: #39A1DD;
  --black: #000;
}


/* ミディアムデバイス (タブレット) のスタイル */
@media (max-width: 1024px) {

  .header {
    width: 100%;
    height: 80px;
    background: rgb(213, 238, 245);
    background: linear-gradient(180deg, rgba(213, 238, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
    position: relative;
    padding-top: 18px;
  }

  h3 {
    width: 100%;
    height: 44px;
    background: url("../images/h3_movies.png") no-repeat center center;
    background-size: contain;
  }

  .contents {
    width: 400px;
    position: relative;
    padding-bottom: 40px;
  }

  .read1 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: -10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    line-height: 140%;
  }

  .movies_wrap#channel1 {
    width: 100%;
    position: relative;
    height: 780px;
    background: #000;
  }

  .movies_wrap#channel2 {
    width: 100%;
    position: relative;
    height: 780px;
    background: #000;
    margin-top: 40px;
  }

  #youtubeList01,
  #youtubeList02 {
    width: 390px;
    margin: 14px 0;
  }

  .movies_wrap iframe {
    width: 400px;
    height: 300px;
    margin: 0px;
  }

  .thumbnail-link img {
    width: 180px;
    height: 100px;
    float: left;
    object-fit: cover;
    margin-left: 14px;
    margin-bottom: 10px;
  }


  #channel1 dl.movies_header {
    width: 400px;
    height: 120px;
    position: relative;
    background: url("../images/movie_header1.png") no-repeat center top;
    background-size: 100%;
    margin: 0 auto;
  }

  #channel2 dl.movies_header {
    width: 400px;
    height: 120px;
    position: relative;
    background: url("../images/movie_header2.png") no-repeat center top;
    background-size: 100%;
    margin: 0 auto;
  }

  dl.movies_header dt {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding-top: 15px;
  }

  dl.movies_header dd {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-top: 18px;
  }

  .youtube_btn {
    width: 180px;
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
    right: 14px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
  }

  .youtube_btn a {
    color: #fff;
    text-decoration: none;
  }

  #channel1 .youtube_btn {
    background: rgba(0, 32, 93, 1);
  }

  #channel2 .youtube_btn {
    background: rgba(100, 0, 70, 1);
  }


}

/* ラージデバイス (デスクトップ) のスタイル */
@media (min-width: 1025px) {
  .contents {
    width: 94.8%;
    padding-bottom: 40px;
  }

  .header {
    width: 100%;
    height: 110px;
    background: rgb(213, 238, 245);
    background: linear-gradient(180deg, rgba(213, 238, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
    position: relative;
  }

  h3 {
    width: 100%;
    height: 110px;
    background: url("../images/h3_movies.png") no-repeat center center;
    background-size: 255px 57px;
  }

  .read1 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: -10px;
    margin-bottom: 20px;
    height: 22px;
    position: relative;
    z-index: 2;
  }

  .movies_wrap#channel1 {
    width: 100%;
    position: relative;
    height: 1100px;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 1), rgba(0, 32, 93, 1) 50%, rgba(0, 0, 0, 1));
  }

  .movies_wrap#channel2 {
    width: 100%;
    position: relative;
    height: 1100px;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 1), rgba(100, 0, 70, 1) 50%, rgba(0, 0, 0, 1));
    margin-top: 40px;
  }

  #youtubeList01,
  #youtubeList02 {
    width: 1700px;
    margin: 10px auto;
  }

  .movies_wrap iframe {
    width: 1420px;
    height: 740px;
    margin: 0px 200px 20px;
  }

  .thumbnail-link img {
    width: 320px;
    height: 180px;
    float: left;
    object-fit: cover;
    margin-left: 14px;
  }

  #channel1 dl.movies_header {
    width: 707px;
    height: 104px;
    position: relative;
    background: url("../images/movie_header1.png") no-repeat center center;
    background-size: 100%;
    margin: 0 auto;
  }

  #channel2 dl.movies_header {
    width: 707px;
    height: 104px;
    position: relative;
    background: url("../images/movie_header2.png") no-repeat center center;
    background-size: 100%;
    margin: 0 auto;
  }

  dl.movies_header dt {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding-top: 12px;
  }

  dl.movies_header dd {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-top: 6px;
  }

  .youtube_btn {
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 36px;
    right: 200px;
    text-align: center;
    font-size: 16px;
    border-radius: 25px;
  }

  .youtube_btn a {
    color: #fff;
    text-decoration: none;
  }

  #channel1 .youtube_btn {
    background: rgba(0, 32, 93, 1);
  }

  #channel2 .youtube_btn {
    background: rgba(100, 0, 70, 1);
  }
}