@charset "UTF-8";
.product_movie .body .content .left .buttons {
    margin: 10px 0;
    padding-bottom: 10px;
}
.product_movie .body .content .left .catalogs {
    margin: 10px 0;
}
.m_youtube {
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 767px) {
  /*****************************************
   * 動画チャンネル(トップ、カテゴリ別)
   *****************************************/
  .movies h2.title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    background-color: #272727;
    background-image: url(/images/movies-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .movies h2.category {
    margin-bottom: 30px;
    padding-left: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 56px;
    font-size: 18px;
    color: #444444;
    background-color: #F5F5F5;
  }
  .movies h3 {
    margin-bottom: 30px;
    padding-bottom: 2px;
    padding-left: 10px;
    border-bottom: 2px solid #5C5C5C;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 44px;
    font-size: 22px;
    font-weight: normal;
  }
  .movies h4 {
    margin-bottom: 20px;
    padding-left: 5px;
    border-bottom: 1px solid #515CAD;
    font-size: 22px;
    font-weight: normal;
  }
  .movies .header {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
  .movies .header .sp-slider {
    padding: 20px 0 15px;
    background-color: #222222;
  }
  .movies .header .sp-slider .sp-slides {
    height: 626px;
  }
  .movies .header .sp-slider .sp-slides .sp-slide iframe {
    padding-top: 20px;
    width: 100% !important;
  }
  .movies .header .sp-slider .sp-slides .sp-slide .sp-layer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .movies .header .sp-slider .sp-slides .sp-slide .sp-layer .name {
    font-size: 14px;
    line-height: 1.6;
  }
  .movies .header .sp-slider .sp-slides .sp-slide .sp-layer .detail a {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 30px;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #111111;
    text-align: center;
    z-index: 300;
  }
  .movies .header .description {
    font-size: 18px;
    line-height: 1.8;
  }
  .movies .header .description .text {
    text-align: center;
    padding: 0 20px;
  }
  .movies .body {
    margin-bottom: 50px;
  }
  .movies .categories {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .movies .categories .category {
    margin-bottom: 25px;
    width: 300px;
  }
  .movies .categories .category .image {
    margin-bottom: 5px;
    border: 1px solid #9E9E9E;
    padding: 5px;
  }
  .movies .categories .category .image img.background-image {
    width: 290px;
    height: 160px;
    background-size: cover;
    background-position: center center;
  }
  .movies .categories .category .name {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .movies .categories .category .text {
    font-size: 12px;
    text-align: center;
    line-height: 1.8;
  }
  .movies .diamonds {
    opacity: 0;
  }

  /*****************************************
   * 動画チャンネル(詳細)
   *****************************************/
  .product_movie .header .image {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .product_movie .header .category {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
  }
  .product_movie .body .content .left iframe {
    width: 100%;
  }
  .product_movie .body .content .left .buttons {
    padding: 0 20px;
  }
  .product_movie .body .content .left .buttons .product_toggle_favorite {
    margin-bottom: 10px;
  }
  .product_movie .body .content .left .catalogs {
   margin: 10px 20px;
  }
  .product_movie .body .content .left .catalogs .catalog button {
    display: block !important;
    margin: 10px auto !important;
    width: auto !important;
  }
    .product_movie .body .content .left .catalogs .catalog a {
    display: block !important;
    margin: 10px auto !important;
    width: auto !important;
        padding: 4px;
    }
  .product_movie .body .content .left .catchcopy {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px;
  }
  .product_movie .body .content .left .message {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.8;
    text-align: justify;
    padding: 0 20px;
  }
  .product_movie .body .content .left .contact_now_wrapper {
    margin-bottom: 30px;
    text-align: center;
  }
  .product_movie .body .content .left .contact_now_wrapper .button {
    width: inherit;
    display: block;
    margin: 0 20px;
  }
  .product_movie .body .content .left .contact_wrapper {
    padding: 0 20px;
  }
  .product_movie .body .content .left .contact_wrapper .contact .contact_header {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .product_movie .body .content .left .contact_wrapper .contact .contact_content .contact_methods {
    margin-bottom: 10px;
  }
  .product_movie .body .content .left .contact_wrapper .contact .contact_content .contact_methods .contact_method {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  .product_movie .body .content .left .contact_wrapper .contact .contact_content .contact_memo {
    margin-bottom: 10px;
  }
  .product_movie .body .content .left .more_texts {
    margin-bottom: 30px;
  }
  .product_movie .body .content .left .more_texts .more_text_catchcopy {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .product_movie .body .content .left .more_texts .more_text_message {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.8;
    text-align: justify;
  }
  .product_movie .body .content .left .products {
    margin-bottom: 30px;
    text-align: center;
  }
  .product_movie .body .content .left .products .button {
    width: inherit;
    display: block;
    margin: 0 20px;
  }
  .product_movie .body .content .right {
    padding: 0 20px;
  }
  .product_movie .body .content .right .header {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25px;
    color: #ffffff;
    background-color: #777777;
  }
  .product_movie .body .content .right .list .item {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  .product_movie .body .content .right .list .item .thumbnail img {
    width: 120px;
    height: auto;
  }
  .product_movie .body .content .right .list .item .title {
    width: 85%;
    font-size: 12px;
    line-height: 1.6;
    padding-left: 10px;
  }
	
.m_youtube {
  position: relative;
  width: calc(100% -20px);
  padding-top: 56.25%;
  margin: 0 20px;
}	
.m_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
}
