/*	bknm
============================== */
.teaser .btn {
  display: inline-block;
  width: 29%;
  margin: 1.5em 0;
}

@media all and (min-width: 768px) {
  body.cmn p.oa {
    margin: -76px -60px 40px;
  }

  section#contents {
    padding: 30px 50px 50px;
    box-sizing: border-box;
  }
}

@media all and (max-width: 767px) {
  .teaser .btn {
    display: inline-block;
    width: 50%;
    margin: 0 auto;
  }

  .teaser .btn a {
    /* height: 8vw; */
    border-radius: 8vw;
  }

  .teaser .btn a span {
    /* text-align: left; */
    margin-left: 2.2em;
    font-size: 70%;
    /* line-height: 8vw; */
  }

  .teaser .btn a span:before {
    left: 1.2vw;
    background-position: -25px -2.5px;
    background-size: 510%;
    border-radius: 12px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }

  .trailer {
    margin: 1em auto 0.5em;
    /* width: 87vw; */
    /* margin: 0 3vw 1vw; */
    border: solid #000 1.5vw;
    background-color: #000;
  }

  body.cmn p.oa {
    margin: -8vw -5vw 0;
    font-size: 130%;
  }

  section#contents {
    /* padding: 1em; */
  }
}

@media all and (max-width: 767px) {
  div#page-top .txt {
    margin-bottom: 1em;
  }
}

@media all and (min-width: 768px) {
  .movieBox {
    width: 380px;
    margin: 0em auto 2em;
    border: solid 10px #000;
    /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4); */
    z-index: 999;
    background-color: #fff;
  }

  .movieBox .thumbnail {
    width: 380px;
  }
}

/*	YouTube PlayList (2022.3.30)
============================== */
ul.yt-lists {
  width: 100%;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.yt-lists li {
  float:
    left;
}

ul.yt-lists li span, ul.yt-lists li span a {
  display: block;
  color: #ea519a;
}

ul.yt-lists li span a {
  text-decoration: none;
  background-color: #fff;
  padding: 1em;
  line-height: 1.5;
  position: relative;
  text-align: center;
  box-shadow: 8px 8px 15px 0px rgb(0 0 0 / 20%);
}

ul.yt-lists li span a.yt-playing {
  background-color: #ea519a;
}

ul.yt-lists li span a.yt-playing span {
  font-weight: bold;
  color: #fff;
}

ul.yt-lists li span a.yt-playing:after {
  content: "NOW PLAYING";
  background-color: #99e0f4;
  color: #000;
  display: inline-block;
  line-height: 1.25;
  font-size: 62.5%;
  padding: 0.2em 0.75em;
  position: absolute;
  top: -4px;
  right: -4px;
}

@media all and (min-width: 768px) {
  ul.yt-lists {
    padding: 8px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }

  /* Ã¢â€ â€œÃ£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³3Ã£ÂÂ¤Ã¯Â¼Ë†Ã£Ââ€žÃ£ÂÂ¾Ã¯Â¼â€°Ã£ÂÂ®Ã£ÂÂ¨Ã£ÂÂ */
  ul.yt-lists li {
    width: 33.3333333333333333%;
  }

  ul.yt-lists li:nth-child(3n-2)>span {
    margin-right: 6px;
  }

  ul.yt-lists li:nth-child(3n-1)>span {
    margin-left: 3px;
    margin-right: 3px;
  }

  ul.yt-lists li:nth-child(3n)>span {
    margin-left: 6px;
  }

  /* Ã¢â€ â€˜Ã£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³3Ã£ÂÂ¤Ã£ÂÂ®Ã£ÂÂ¨Ã£ÂÂ */
  /* Ã¢â€ â€œÃ£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³4Ã£ÂÂ¤Ã¯Â¼Ë†Ã¦Â¬Â¡Ã¥â€ºÅ¾Ã¯Â¼â€°Ã£ÂÂ«Ã£ÂÂªÃ£ÂÂ£Ã£ÂÅ¸Ã£ÂÂ¨Ã£ÂÂ
ul.yt-lists li {
	width:25%;
}
ul.yt-lists li:nth-child(4n-3) > span {
	margin-right:6px;
}
ul.yt-lists li:nth-child(4n-2) > span {
	margin-left:2px;
	margin-right:4px;
}
ul.yt-lists li:nth-child(4n-1) > span {
	margin-left:4px;
	margin-right:2px;
}
ul.yt-lists li:nth-child(4n) > span {
	margin-left:6px;
}
*/
  ul.yt-lists li span a span {
    font-size: 112.5%;
  }
}

.oadate {
  font-size: 50px;
  font-family: urw-din, sans-serif;
  font-weight: 100 ! important;
  font-style: normal;
  text-align: center;
  display: block;
  letter-spacing: 0.05em;
  padding: 0 0 0.4em 0;
}

@media all and (max-width: 767px) {
  .oadate {
    font-size: 7vw;
  }

  ul.yt-lists {
    padding: 8px 0 0;
    margin-bottom: 10px;
  }

  ul.yt-lists li {
    width: 50%;
    margin-bottom: 8px;
  }

  ul.yt-lists li:nth-child(odd)>span {
    margin-right: 4px;
  }

  ul.yt-lists li:nth-child(even)>span {
    margin-left: 4px;
  }

  ul.yt-lists li span a span {
    font-size: 87.5%;
  }
}

/*	.story #bknm
============================== */
.story #bknm li.bk1 a:after {
  background-image: url(../img/story/ep1_4.jpg?);
}
.story #bknm li.bk2 a:after {
  background-image: url(../img/story/ep2_4.jpg?);
}
.story #bknm li.bk3 a:after {
  background-image: url(../img/story/ep3_1.jpg?);
}
.story #bknm li.bk4 a:after {
  background-image: url(../img/story/ep4_3.jpg?);
}
.story #bknm li.bk5 a:after {
  background-image: url(../img/story/ep5_6.jpg?);
  background-size: 150%;
  background-position: 75% 20%;
}
.story #bknm li.bk6 a:after {
  background-image: url(../img/story/ep6_9.jpg?);
}
.story #bknm li.bk7 a:after {
  background-image: url(../img/story/ep7_1.jpg?);
}
.story #bknm li.bk8 a:after {
  background-image: url(../img/story/ep8_8.jpg?);
}
.story #bknm li.bk9 a:after {
  background-image: url(../img/story/ep9_2.jpg?);
}
.story #bknm li.bk10 a:after {
  background-image: url(../img/story/ep10_2.jpg?);
}
