/*	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: 50px;
    box-sizing: border-box;
    border: solid #fff 10px;
  }
}

@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: 0 auto 0.5em;
    width: 87vw;
  }

  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: 0 auto 1em;
    border: solid 10px #fff;
    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%;
}
}
@media all and (max-width: 767px) {
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_3.jpg?);
}
.story #bknm li.bk2 a:after {
  background-image: url(../img/story/ep2_1.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_1.jpg?);
}
.story #bknm li.bk5 a:after {
  background-image: url(../img/story/ep5_1.jpg?);
}
.story #bknm li.bk6 a:after {
  background-image: url(../img/story/ep6_1.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_1.jpg?);
}
.story #bknm li.bk9 a:after {
  background-image: url(../img/story/ep9_1.jpg?);
}
.story #bknm li.bk10 a:after {
  background-image: url(../img/story/ep10_1.jpg?);
}
