@charset "UTF-8";

/* ========================================
  project
======================================== */
@media all and (min-width: 768px) {
  #modal #wrap {
    max-width: 1000px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }
  .p-movie {
  }
  .p-movie-body {
  }
  .p-movie-top { 
  }
  .p-movie-top-section {
  }
  .p-header__title{
    width: 50%;
    margin: 0 auto;
    margin-top: 7%;
    margin-bottom: 0%;
  }
  .p-header__title img{
    width: 100%;
  }
  .p-movie-top-head { /* 動画のタイトル */
    text-align: center;
    font-size: 2vw;
    margin-top: 3%;
    margin-bottom: 1%;
  }
  .p-movie-top-head br{
    display: none;
  }

  .p-movie-top-body { /* 動画のサムネイル＆インラインフレーム */
    position: relative;
    border: 8px solid #fff;
  }
  .p-movie-top-body::before {
    content: '';
    display: block;
    padding-top: calc(9 / 16 * 100%);
  }
  .p-movie-top-body:first-child {
    margin-top: 0;
  }
  .p-movie-top-section[data-new="true"] .p-movie-top-body{ /* 動画NEWマーク */
    position: relative;
  }
  .p-movie-top-section[data-new="true"] .p-movie-top-body::after { /* 動画NEWマーク */
    content: 'NEW';
    position: absolute;
    top: 0;
    right: 0;
    padding-left: .5em;
    padding-right: .5em;
    background: #f00;
    font-weight: bold;
    color: #fff;
    z-index: 1;
  }
  .p-movie-top-frame { /* 動画のインラインフレーム */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
  }
  .p-movie-top-frame.is-hidden { /* 動画のインラインフレーム（非表示） */
    display: none !important;
  }
  .p-movie-top-frame__label { /* 動画のインラインフレーム */
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .p-movie-top-btn { /* 動画の再生ボタン */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 1em;
    color: #000;
    cursor: pointer;
  }
  .p-movie-top-btn > * {
    pointer-events: none;
  }
  .p-movie-top-img { /* 動画のサムネイル */
    overflow: hidden;
  }
  .p-movie-top-img.is-hidden { /* 動画のサムネイル（非表示） */
    display: none !important;
  }
  .p-movie-top-img__label { /* 動画のサムネイル */
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .p-movie-thumb {
    margin-left: 15%;
    margin-top: 5%;
    position: relative;
    display: none;
    
  }
  .p-movie-thumb .new_badge {
    position: absolute;
    width: 8%;
    top: -10%;
    left: -3.5%;
    z-index: 1;
}
  .p-movie-thumb:first-child {
    margin-top: 0;
  }
  .p-movie-thumb-list { /* 動画サムネイル群 */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .p-movie-thumb-list__item { /* 動画サムネイル群 */
    width: 40%;
    margin-left: 15px;
  }
  .p-movie-thumb-list__item:nth-child(4n+1) { /* 動画サムネイル群 */
    margin-left: 0;
  }
  .p-movie-thumb-list__item:nth-child(n+5) { /* 動画サムネイル群 */
    margin-top: 15px;
  }
  .p-movie-thumb-list__item[data-new="true"] { /* 動画NEWマーク */
    position: relative;
  }
  .p-movie-thumb-list__item[data-new="true"]::before { /* 動画NEWマーク */
    content: 'NEW';
    position: absolute;
    top: 0;
    right: 0;
    padding-left: .5em;
    padding-right: .5em;
    background: #f00;
    font-weight: bold;
    color: #fff;
    z-index: 1;
  }
  .p-movie-thumb-frame { /* 動画のインラインフレーム */
    display: none !important;
  }
  .p-movie-thumb-btn { /* 動画の再生ボタン */
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 1em;
    color: #323232;
    cursor: pointer;
  }
  .p-movie-thumb-btn > * {
    pointer-events: none;
  }
  .p-movie-thumb-img { /* 動画のサムネイル */
    position: relative;
    overflow: hidden;
  }
  .p-movie-thumb-img.is-hidden { /* 動画のサムネイル（非表示） */
    display: none !important;
  }
  .p-movie-thumb-img::before { /* 動画のサムネイル（アクティブ） */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 8px solid #fff;
    opacity: 1;
  }
  .p-movie-thumb-btn.is-active .p-movie-thumb-img::before { /* 動画のサムネイル（アクティブ） */
    opacity: 1;
    border: 8px solid #323232;
  }
  .p-movie-thumb-img__label { /* 動画のサムネイル */
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .p-movie-thumb-caption { /* 動画のタイトル */
    margin-top: 5px;
    text-align: center;
    line-height: 1.4;
  }
  .p-movie-thumb-caption__label { /* 動画のタイトル */
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (max-width: 767px) {
  .p-movie {
  }
  .p-movie-body {
  }
  .p-header__title{
    width: 70%;
    margin-left: 15%;
    margin-top: 10%;
    margin-bottom: 7%;
  }
  .p-movie-top {
    display: none !important;
  }
  .p-movie-top-section {
  }
  .p-movie-top-head {
  }
  .p-movie-top-head .pc{
    display: none;
  }
  .p-movie-top-body {
  }
  .p-movie-top-frame {
  }
  .p-movie-top-frame__label {
  }
  .p-movie-top-btn {
  }
  
  .p-movie-top-img {
  }
  .p-movie-top-img__label {
  }
  .p-movie-thumb {
  }
  .p-movie-thumb-list { /* 動画サムネイル群 */
  }
  .p-movie-thumb-list__item { /* 動画サムネイル群 */
    position: relative;
    margin-top: 15px;
  }
  .p-movie-thumb-list__item:first-child { /* 動画サムネイル群 */
    margin-top: 0;
  }
  .p-movie-thumb-list__item[data-new="true"] { /* 動画NEWマーク */
    position: relative;
  }
  .p-movie-thumb-list__item[data-new="true"]::before { /* 動画NEWマーク */
    content: 'NEW';
    position: absolute;
    top: 0;
    right: 0;
    padding-left: .5em;
    padding-right: .5em;
    background: #f00;
    font-weight: bold;
    color: #fff;
    z-index: 1;
  }
  .p-movie-thumb-frame { /* 動画のインラインフレーム */
    position: relative;
    background: #000;
    overflow: hidden;
  }
  .p-movie-thumb-frame.is-hidden { /* 動画のインラインフレーム（非表示） */
    display: none !important;
  }
  .p-movie-thumb-frame::before { /* 動画のインラインフレーム */
    content: '';
    display: block;
    padding-top: calc(9.25 / 16 * 100%);
  }
  .p-movie-thumb-frame__label { /* 動画のインラインフレーム */
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 8px solid #fff;
  }
  .p-movie-thumb-btn { /* 動画の再生ボタン */
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 1em;
    color: #323232;
    cursor: pointer;
  }
  .p-movie-thumb-btn > * {
    pointer-events: none;
  }
  .p-movie-thumb-img { /* 動画のサムネイル */
    overflow: hidden;
    border: 8px solid #fff;
  }
  .p-movie-thumb-img.is-hidden { /* 動画のサムネイル（非表示） */
    display: none !important;
  }
  .p-movie-thumb-img__label { /* 動画のサムネイル */
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .p-movie-thumb-caption { /* 動画のタイトル */
    margin-top: 5px;
    text-align: center;
  }
  .p-movie-thumb-caption__label { /* 動画のタイトル */
    display: inline-block;
    vertical-align: top;
  }
  .new_badge {
    position: absolute;
    width: 12%;
    top: 11%;
    left: 2%;
    z-index: 1;
  }
  #modal #wrap {
      width: 90%;
      margin-left: 5%;
  }
}

@media screen and (min-width: 1420px) {
.p-movie-top-head{
  font-size: 30px;
}
}