h1,h2,h3,h4,h5{
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}



/* ------------------------------------------------- */
/* mv */
/* ------ slide image ------- */
.mv_show__img {
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-name: slideAnime;
  animation-timing-function: ease;
  display: block;
  /* min-height: 100vh; */
  object-fit: cover;
  opacity: 0;
  width: 100%;
}

.mv_show__item:nth-of-type(1) .mv_show__img {
  animation-delay: 0s;
}

.mv_show__item:nth-of-type(2) .mv_show__img {
  animation-delay: 3.5s;
}

.mv_show__item:nth-of-type(3) .mv_show__img {
  animation-delay: 7s;
}

.mv_show__item:nth-of-type(4) .mv_show__img {
  animation-delay: 10.5s;
}

.mv_show__item:nth-of-type(5) .mv_show__img {
  animation-delay: 14s;
}

.mv_show__item:nth-of-type(6) .mv_show__img {
  animation-delay: 17.5s;
}

@keyframes slideAnime {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  49% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: translateX(-10%);
  }
}

/* ------ hero erea ------- */
.mv_show__wrap {
  /* height: ; */
  overflow: hidden;
  position: relative;
}



.hero__inner {
  margin: 0 auto;
  width: 1100px;
}

/* ------ hero title ------- */
/* .hero__title {
  font-size: 50px;
  font-weight: bold;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
} */

.mv_show__item {
  /* bottom: 0; */
  position: absolute;
  right: -10%;
  top: 0;
  width: 110%;
}

/* ページタイトル関連 */
.mv_show__txtset{
  position: relative;
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page__lead_text{
  text-align: center;
  padding: 0 5%;
}

.page__lead_text h2,.page__lead_text p{
  text-align: center;
}
.page__lead_text p{
  font-size: 17px;
  font-weight: 700;
}

.mv_show__txtset h2,.mv_show__txtset{
  color: #fff;
}
.page__information{
  font-size: 12px;
}

.page__lead_text h2 {
  display: flex;
  flex-direction: column;
  position: relative;
}

.page__lead_text h2:before,.page__lead_text h2:after{
  content: "";
  width: 70%;
  height: 2px;
  background: #fff;
  /* text-align: center; */
  margin: 0 auto;
}

.page__lead_text h2:before{
  margin-bottom: 13px;
}
.page__lead_text h2:after{
  margin-top: 13px;
}


@media screen and (min-width:769px){
  .page__lead_text h2{
    margin-bottom: 24px;
  }
  .page__lead_text:before{
    width: 138px;
    height: 62px;
  }
}



@media screen and (max-width:768px){
  .page__lead_text h2{
    margin-bottom: 14px;

  }
  .page__lead_text p{
    font-size: 14px;
    font-weight: 700;
  }

  .page__information{
    font-size: 10px;
  } 
}

.page__information p{
  margin: 0;
    line-height: 1;
    display: flex;
}
.page__category span{
  margin-right: 8px;
}

/* メインタイトルアイコン */
.page__lead_text:before{
  content: "";
  background: url(https://keyouwei.com/wp/wp-content/themes/office_com/_assets/img/movie_page/nomiss_kotatsu/page_movie_icon_mv_main.svg);
  display: inline-block;
  width: 138px;
  height: 62px;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 0px;
}
@media screen and (max-width:528px) {
  .page__lead_text:before{
    width: 100px;
  height: 40px;
  }
}

@media screen and (max-width:414px) {
  .mv_show__txtset h2{
    font-size: 20px;
  }
  .page__lead_text p {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    margin-bottom: 28px;
  }

  .page__information{
    justify-content: center;
  }
}

.page__information{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 5%;
}



/* ページタイトルのタイムスタンプなど */
.page__information > p > span{
  display: flex;
  flex-direction: row;
}


.page__category-ch::before,.page__category-genre::before,.page__timestamp::before{
  content: "";
  display: block;
  width: 14px;
  position: relative;
  background-repeat: no-repeat;
}

/* チャンネル名アイコン */
.page__category-ch::before{
  background: url(https://keyouwei.com/wp/wp-content/themes/office_com/_assets/img/movie_page/nomiss_kotatsu/page_movie_icon_mv_cate_library.svg);
  background-repeat: no-repeat;
}

/* ジャンルアイコン */
.page__category-genre::before{
  content:"#";
}
/* 日付アイコン */
.page__timestamp::before{
  background: url(https://keyouwei.com/wp/wp-content/themes/office_com/_assets/img/movie_page/nomiss_kotatsu/page_movie_icon_mv_timestamp.svg);
  background-repeat: no-repeat;
}
.page__timestamp time{
  margin-left: 4px;
}



@media screen and (min-width:769px) {
  .mv_show__wrap{
    /* min-height: 675px; */
  }
  .mv_show__img,.mv_show__txtset {
    aspect-ratio: 16 / 9 ;
    /* wid */
    height: auto;
    height: 320px;
  }
}


@media screen and (max-width:768px) {
  .mv_show__wrap{
    /* min-height: 340px; */
  }
  .mv_show__img,.mv_show__txtset {
    aspect-ratio: 600 / 340 ;
    /* width: 600px; */
    height: auto;
    max-height: 340px;
  }    

}


@media screen and (max-width:414px) {
  .mv_show__wrap{
    /* min-height: 340px; */
  }
  .mv_show__img,.mv_show__txtset {
    aspect-ratio: 600 / 480 ;
    /* width: 600px; */
    height: auto;
    max-height: 480px;
  }    

}

intro__contents_this{}

.intro__lead h2{
  font-size:22px;
  padding: 0 5%;
}

/* 導入アイコン関連 */
.intro__contents_inner{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.intro__contents_inner > li > a img{
  min-width: 60px;
  max-width: 60px;
}

.intro__contents_inner a{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
}
.intro__contents_inner a:after{
  content: "";
  background: url(https://keyouwei.com/wp/wp-content/themes/office_com/_assets/img/movie_page/nomiss_kotatsu/page_movie_arrow.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
}

.intro__contents_inner li p{
  font-size: 14px;
    font-weight: 700;
    width: 77%;
    margin-left: 8px;
    position: relative;
}
.intro__contents_inner li {
  border: 1px solid #ddd;
  border-radius: 15px;
  position: relative;

}

@media screen and (max-width:768px) {
  
  .intro__contents_inner li {
    margin: 8px;
    width: 100%;
  }
}


@media screen and (min-width:769px) {
  
  .intro__contents_inner li {
    margin: 8px;
    width: 40%;
}

}

/* ---------------------------------------------- */
/* あわせて読みたい コンテンツの箇所*/

.intro__contents-move_txt h3{
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 6px;
}


.intro__contents_ano_inner a{
  display: flex;
  padding: 4px 8px;
}

.intro__contents_ano_inner li{
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  border:1px solid #aaa;

}


.intro__contents_ano_inner li img{
  margin: 0 auto;
  width: auto;
  height: 90px;
  aspect-ratio: 167/114.5;
}

.cta--pagebottom{
  margin-bottom: 34px;
    border-top: 2px solid #ddd;
    max-width: 1020px;
    width: 90%;
    /* padding: 0 5%; */
    margin: 0 auto;
    padding-top: 16px;
    margin-bottom: 50px;
}


@media screen and (max-width:768px) {
  
  .intro__contents_ano_inner li{
    width: 90%;
  }
  
.intro__contents_ano_inner li img{
   width: auto;
  height: auto;
  aspect-ratio: 83.5/57;
}
}


.intro__contents_ano_inner .intro__contents-move_img{
  margin: auto 0;
  max-height: 100px;
  width: 120px;
  margin-right:8px;

}

.intro__contents-move_lead::before, .intro__contents-move_lead::after{
  content: "";
  display: block;
  width: 40px;
  border: 0;
  border-top: 1px solid #333;
  margin-top: 9px;
  padding: 0;
}

.intro__contents-move_lead::after{
  transform: rotate( -50deg );
}

.intro__contents-move_lead::before{
  transform: rotate( 50deg ); 
}
.intro__contents-move_lead > span{
  flex: 0 0 auto;
  
  font-size: 14px;
  font-weight: bold;
}

.intro__contents-move_lead{
  text-align: center;
  justify-content: center;
  display: flex;
}


.intro__contents_ano_inner li h4{
  padding: initial;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 8px;
}
.intro__contents_ano_inner li p{
  font-size: 12px;
}

/* -------------------------------------------- */
/* 各個別コンテンツ */

/* コンテンツ見出し */

section{
  margin-bottom: 34px;
}

/* 目次以降のやつを横幅固定 */
section:nth-child(n + 4){
  padding: 0 5%;
}


.contents__inner_flx{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.contents__lead_txt h2{
  margin: initial;
  font-size: 22px;
}
@media screen and (max-width:414px) {
  .contents__lead_txt h2{
    margin: initial;
    font-size: 17px;
    letter-spacing: normal;
    text-align: left;
  } 
}

.contents__lead_img{
  width: 62px;
}

.contents__inner_lead_content{
  max-width: 960px;
    margin: 0 auto;
    /* width: 90%; */
    border-top: 3px solid #ddd;
  padding-top: 24px;
}


.video-container{
  margin: 0px auto;
  }


/* 動画コンテンツ箇所 */

.contents__movie-inner{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.contents__movie-inner iframe{
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 560/315;
}
.contents__lead_txt h2{
  position: relative;
  background: #FEBC5B;
  padding: 12px 35px 13px 55px;
  font-size: 20px;
  color: #fff;
  border-radius: 0 10px 10px 0;
}

.contents__lead_txt h2:before{
  /* font-family: "Font Awesome 5 Free"; */
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: url(https://keyouwei.com/wp/wp-content/themes/office_com/_assets/img/movie_page/nomiss_kotatsu/page_movie_icon_lead.svg);
  width: 70px;
  height: 70px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-repeat: no-repeat;
}

@media screen and (min-width:769px) {
  .contents__lead_txt{
    width: 80%;
  }
  
}
@media screen and (max-width:768px) {
  .contents__lead_txt h2{
    font-size: 16px;
    padding: 9px 15px 10px 55px;
    letter-spacing: inherit;
    text-align: left;
  }
  .contents__lead_txt h2:before{
    width: 60px;
    height: 60px;
    left: -17px;
  }
}

.contents__inner_movie_set > h3{
  display: flex;
  text-align: left;
  line-height: 1.2;
  padding: 0;
  font-size: 20px;
  letter-spacing: 0;
  align-items: center;
}
.contents__lead_img{
  margin-right: 16px;
}
@media screen and (max-width:768px) {
  .contents__inner_movie_set > h3{
    font-size: 16px;
  }
  .contents__lead_img{
    margin-right: 0px;
  }
}

@media screen and (max-width:768px) {
  .contents__inner_movie_set{
    display: flex;
    flex-direction: column;
    padding:0 5%;
    margin-bottom: 24px;
  }
  .contents__movie-inner iframe{
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width:769px) {
  .contents__inner_movie_set{
    max-width: 1024px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin:0 auto;
    padding: 0 5%;
    margin-bottom: 34px;
  }
  .contents__movie-inner iframe{
    width: 100%;
    height: 285px;
    top: 20px;
  }
.contents__inner_movie_flx{
  max-width: 960px;
    /* padding: 5px; */
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 340px;
}
.contents__movie-inner{
  width: 50%;
}
.contents__movie-inner_txt{
  width:46%;
  margin-left: 4%;
}

}
/* 動画詳細リード */
.contents__movie-inner_txt h4{
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  transform: translateX(-50%);
  left: 50%;
  margin-bottom: 14px;
}
@media screen and (max-width:768px) {
  .contents__movie-inner_txt h4{
    margin-top: 14px;
  }
  
}

.contents__movie-inner_txt h4:before, .contents__movie-inner_txt h4:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}


.contents__movie-inner_txt h4::before {
  left: 0;
}
.contents__movie-inner_txt h4:after {
  right: 0;
}

/* スライドのドット */
.slide_dots_movie_kotatsu{
position: absolute;
bottom: -16px;
z-index: 4;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}

/* ドットの共通style */
.slide_dots_movie_kotatsu li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slide_dots_movie_kotatsu li{
  position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.kotatsu_movie_slide .slick-slide {
	opacity: 0.5;
	transition: 0.5s;
  margin:0 12px;
}
.kotatsu_movie_slide .slick-current {
	opacity: 1;
}


/* アクティブなドット */
.slide_dots_movie_kotatsu li.slick-active button:before{
  opacity: 1;
    background: #999;
}

/* デフォルトのドット */
.slide_dots_movie_kotatsu li button:before{
  font-family: "slick";
  font-size: 9.6px;
  font-size: 0.6rem;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  text-align: center;
  opacity: 1;
  color: #999;
  outline: 1px solid #999;
  background: #ddd;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* アローの画像設定 */
/* movie_slick_txt--arrow_prev */

[class^=movie_slick_txt--arrow]{
  width: 30px;
  height: 30px;
  /* background: rgba(100,100,100); */
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 50%;
}
.movie_slick_txt--arrow_next{
  right: 0;
}


@media screen and (max-width:768px) {
  .movie_slick_txt--arrow_next{
    width: 22px;
    height: 22px;
    right: -25px;
  }
  .movie_slick_txt--arrow_prev{
    width: 22px;
    height: 22px;
    left: -25px;
  }
}


.kotatsu_movie_slide{
  width: 100%;
  height: auto;
  padding-bottom:34px ;
}

/* スライド内の見出しデザイン */
.kotatsu_movie_slide .slick-list h5{
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}

.kotatsu_movie_slide .slick-list p{
  font-size: 13px;
  line-height: 1.35;
  margin-bottom: 8px;
}


/* タイムスタンプ */
.kotatsu_movie_slide .slick-list li:before{
     content: attr(data-time);
    background: #999;
    padding: 2px 9px;
    margin-top: 4px;
    margin-bottom: 4px;
    /* border-radius: 14px; */
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    border: 0px dotted #fff;
    line-height: 1;
}

/* ----------------------------------------- */
/* 一部レコメンド表示 */
/* .oc_rcmd はレコメンド関連のクラス */


/* オススメしたい商品紹介 */


.contents__inner_pickupitem{
  max-width: 910px;
  margin: 0 auto;
  border: 2px solid #999;
}
.oc_rcmd__inner{
  display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    height: max-content;
    padding-bottom: 12px;
}

/* 見出し */
.contnts__pickup_lead {
  background-color: #dfdfdf;
  /* padding: 3px 0; */
  display: flex;
}
.contnts__pickup_lead:before{
  content: "";
  width: 20px;
  background: #666;
  height: 36px;
  display: block;
}

.contnts__pickup_lead h3{
  margin: 0;
  line-height: 1;
  letter-spacing: 3px;
  font-size: 16px;
  text-align: left;
  display: flex;
  position: relative;
  margin-left: 27px;
  left: 3px;
  top: 2px;
}

@media screen and (max-width:400px) {
  .contnts__pickup_lead h3{
    letter-spacing: 3px;
    font-size: 14px;
  }
}

.contnts__pickup_lead h3:before{
  content: "";
  display: block;
  background: url(https://keyouwei.com/wp/wp-content/themes/office_com/_assets/img/movie_page/nomiss_kotatsu/page_movie_icon_lead_shokai.svg);
  width: 40px;
  background-repeat: no-repeat;
  height: 28px;
  position: absolute;
  top: 3px;
  left: -24px;
}

.contents__pickup_innerset h4{
  font-size: 14px;
    font-weight: 700;
    margin-bottom: 11px;
}


/*  */
.contents__pickup_innerset{
  padding: 16px 3%;
}

.oc_rcmd__link_wrap{
  max-width: 150px;
  margin-right: 16px;
}

/* 画像 */
.oc_rcmd__itemlist img{
  border: 1px solid #dfdfdf;
}

.oc_rcmd__product_name h5{
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: justify;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  /* border: 1px solid gray; */
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
}

/* 金額／セールとかは無し */
.oc_rcmd__product_price-default{
  line-height: 1;
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 8px;
}

/* 円マーク */
.oc_rcmd__product_price-default span:nth-child(1){
  margin-right: -2px;
}

/* 金額 */
.oc_rcmd__product_price-default span:nth-child(2){
  
}

/* 税込み */
.oc_rcmd__product_price-default span:nth-child(3){
  font-size: 0.8em;
}

/* その他タグ検索トピック */
.contents__pickup_tagset {
  max-width: 910px;
  margin: 0 auto;
  margin-top: 20px;
}
aside.contnts__pickup_tagset{
  margin-top: 24px;
}
.contents__pickup_tagset h4{
  font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.contents__pickup_tagsearch {
  display: flex;
  flex-wrap: wrap;
}
.contents__pickup_tagsearch li a{
  padding: 4px 10px;
  border: 1px solid;
  display: block;
  line-height: 1;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
}
.contents__pickup_tagsearch li a:hover{
  background-color: #000;
  color: #fff;
}