/* =================================
	story CSS
================================= */

@media all and (min-width: 768px) {
.story .contents{
	padding: 40px 70px 40px;
}
}
@media all and (max-width: 767px) {
.story .contents{
	padding: 30px 0px 30px;
}
}

/*	text_link
============================== */
.story .text a{
	padding: 0 0 0 0.3em;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(82,170,44,1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: 0.3s;
}
.story .text a:hover{
  background-position: -100% 0;
  color: #fff;
}

/*	story_tit
============================== */

.story_tit0{ background-image:url(../story/img/story_tit0.png); background-repeat: no-repeat;}
.story_tit1{ background-image:url(../story/img/story_tit1_2.png); background-repeat: no-repeat;}
.story_tit2{ background-image:url(../story/img/story_tit2.png); background-repeat: no-repeat;}
.story_tit3{ background-image:url(../story/img/story_tit3.png); background-repeat: no-repeat;}
.story_tit4{ background-image:url(../story/img/story_tit4.png); background-repeat: no-repeat;}
.story_tit5{ background-image:url(../story/img/story_tit5.png); background-repeat: no-repeat;}
.story_tit6{ background-image:url(../story/img/story_tit6.png); background-repeat: no-repeat;}
.story_tit7{ background-image:url(../story/img/story_tit7.png); background-repeat: no-repeat;}
.story_tit8{ background-image:url(../story/img/story_tit8.png); background-repeat: no-repeat;}
.story_tit9{ background-image:url(../story/img/story_tit9.png); background-repeat: no-repeat;}
.story_tit10{ background-image:url(../story/img/story_tit10.png); background-repeat: no-repeat;}

@media all and (min-width: 768px) {
.story_tit{
	width: 800px;
	height: 88px;
	margin: 0 auto 40px;
}
}
@media all and (max-width: 767px) {
.story_tit{
	padding-top: 11%;
	overflow: hidden;
	height: 0;
	background-size: contain;
	margin-bottom: 25px;
}
}

/*	memlist
============================== */
.memlist {
  display: flex;
  flex-wrap: wrap;
}
.memlist li {
  text-align: center;
}
.memlist li .lazy {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 0 auto 0px;
  position: relative;
  height: 0;
  padding-top: 66.6666%;
  background-color: #fafb37;
}
.center {
  margin: 0 auto!important;
}
@media all and (min-width: 768px) {
  .memlist {
    margin: 40px auto 0;
  }
  .memlist li {
    width: 30%;
    float: left;
    margin: 3px 5px 30px;
    width: -webkit-calc(100% / 3 - 10px);
    width: calc(100% / 3 - 10px);
  }
  .memlist li .lazy {
    margin: 0 0 6px;
    box-shadow: 4px 4px #fafb37;
  }
  .memlist li .lazy:before {
    width: 38px;
    height: 38px;
  }
  .memlist li .lazy:after {
    left: 25px;
    bottom: 18px;
    border-width: 9px 0 9px 14px;
  }
}
@media all and (max-width: 767px) {
  .memlist {
  margin: 30px 0 0;
  }
  .memlist li {
  margin: 0px auto 15px;
  width: 250px;
  height: 167px;
  background-size: 250px 167px;
  }
  .memlist li .lazy {
    margin: 0 0 5px;
    box-shadow: 3px 3px #fafb37;
  }
}

/*	bk_tit
============================== */
.bk_tit{ background-image:url(../story/img/bk_tit.png); background-repeat: no-repeat;}
@media all and (min-width: 768px) {
.guest_area{
	margin: 55px 0 0;
	padding-top: 25px;
}
.bk_tit{
	width: 820px;
	height: 55px;
	margin: 0 auto 40px;
}
}
@media all and (max-width: 767px) {
.guest_area{
	margin: 30px 0 10px;
	padding-top: 10px;
}
.bk_tit{
	padding-top: 6.7073%;
	overflow: hidden;
	height: 0;
	background-size: contain;
	margin-bottom: 25px;
}
}

/*	bk_memlist
============================== */
ul.bk_memlist {
	display: flex;
	flex-wrap: wrap;
}
ul.bk_memlist li{
	background: linear-gradient(to bottom right, #7bc121, #2f9d18);
	background: -webkit-linear-gradient(top left, #7bc121, #2f9d18);
	box-shadow:rgba(0,0,0,0.2) 2px 2px 1px;
}
ul.bk_memlist li .lazy {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0 auto 0px;
	position: relative;
	height: 0;
	padding-top: 66.6666%;
	text-align: center;
}
ul.bk_memlist li a{
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
}
ul.bk_memlist h4{
	position: relative;
}
ul.bk_memlist h4::after {
	content: "";
	bottom: 0;
	right: 0;
	border-top: 15px solid transparent;
	border-right: 15px solid #000;
	position: absolute;
	z-index: 100;
	transition: all 0.2s;
}
@media all and (min-width: 768px) {
.bknm_area{
	margin: 50px 0 0;
}
ul.bk_memlist {
	margin: 30px auto 0;
}
ul.bk_memlist li {
	width: 20%;
	float: left;
	margin: 3px 7px 30px;
	width: -webkit-calc(100% / 5 - 14px);
	width: calc(100% / 5 - 14px);
}
ul.bk_memlist li a{
	transition: 0.2s ease-in-out;
}
ul.bk_memlist li a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
ul.bk_memlist li .lazy{
	margin: 0 0 0px;
}
}
@media all and (max-width: 767px) {
.bknm_area{
	margin: 30px 0 0;
}
ul.bk_memlist {
	margin: 15px auto 0;
}
  ul.bk_memlist li {
	width: 50%;
	float: left;
	margin: 2px 4px 20px;
	width: -webkit-calc(100% / 3 - 8px);
	width: calc(100% / 3 - 8px);
}
ul.bk_memlist li .lazy{
	margin: 0 0 0px;
}
}


/*	table
============================== */

table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	font-weight: bold;
	/*text-shadow: 1px 1px 0px #d2d2d2;*/
}
table th, table td {
	vertical-align:top;
	line-height:2;
	text-align:left;
	padding-bottom:0.3em;
}
.cast_box table th, .cast_box table td {
	vertical-align:bottom;
}
.staff_box table th, .staff_box table td {
	padding-bottom:0.75em;
}
table th {
	text-align:right;
	font-weight:normal;
	white-space: nowrap;
}
table th span{
	background-color: #fff500;
	font-size: 90%;
	padding: 5px;
}
.cast_box table th {
	width:47%;
	font-weight: bold;
}
table td.naka {
	font-family: sans-serif;
	color:#a4a4a4;
	text-align:center;
	width:2em;
	text-shadow:none;
	font-weight: normal;
}
.cast_box a{
	color:#d73026;
	font-weight: bold;
}
.cast_box a:hover{
	text-decoration:none;
}
@media all and (min-width: 768px) {
table th, table td {
	font-size:87.5%;
}
}
@media all and (max-width: 767px) {
table th, table td {
	font-size:83%;
}
}

/*	story_tit
============================== */

.text a{
	text-decoration: none;
	font-weight: 800;
}
@media all and (min-width: 768px) {
.story_tit1_a{
	width: 660px;
	height: 150px;
	background-repeat:no-repeat;
	border-bottom: 2px solid #4a3b15;
	margin: 0 auto 20px;
	padding-bottom:15px;
}
}
@media all and (max-width: 767px) {
.story_tit1_a{
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	margin:0 auto 20px;
	padding-top:22.7272%;
}
}

/*	pics
============================== */
.pics1 span,.pics2 span,.pics3 span{
	display: block;
	background-repeat: no-repeat;
	background-color: #fff338;
	box-shadow: 5px 5px #fff338;
}
@media all and (min-width: 768px) {
.pics1 span,.pics2 span,.pics3 span{
	box-shadow: 5px 5px #fff338;
}
.pics1 span{
	width: 500px;
	height: 334px;
	background-size: 500px 334px;
	margin: 40px auto 40px;
}
.pics2 span{
	width: 400px;
	height: 267px;
	background-size: 400px 267px;
	float: left;
	margin: 20px 0 40px;
}
.pics3 span{
	width: 400px;
	height: 267px;
	background-size: 400px 267px;
	float: right;
	margin: 20px 0 40px;
}
.top_pics span{
	margin: 25px auto 40px !important;
}
}
@media all and (max-width: 767px) {
.pics1 span,.pics2 span,.pics3 span{
	box-shadow: 3px 3px #fff338;
}
.pics1 span{
	margin: 20px auto 20px;
	width: 250px;
	height: 167px;
	background-size: 250px 167px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
.pics2 span{
	margin: 15px auto 20px;
	width: 250px;
	height: 167px;
	background-size: 250px 167px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
.pics3 span{
	margin: 15px auto 20px;
	width: 250px;
	height: 167px;
	background-size: 250px 167px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
.top_pics span{
	margin: 10px auto 20px !important;
}
}

/*	player
============================== */
.player-deco {
/*
	border:4px solid #ebd3c0;
	background-color:#ebd3c0;
*/
}
.player-outer {
	position:relative;
	height:0;
	padding-top:56.25%;
}
.player-outer > iframe {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 768px) {
.trailer {
	margin:50px 100px 40px;
	clear: both;
}
/*.trailer h3 {
	width: 200px; height: 35px; background-size: 200px 35px;
	margin: 4px auto 10px;
}*/
}
@media all and (max-width: 767px) {
.trailer {
	margin:30px 0px 30px;
	/*margin:20px 0px 15px;*/
}
/*.trailer h3 {
	width: 150px; height: 26px; background-size: 150px 26px;
	margin:0px auto 5px;
}*/
}

@media all and (min-width: 768px) {
main article.oa {
	padding-bottom:30px;
}
}
@media all and (max-width: 767px) {
main article.oa {
	padding-bottom:20px;
}
}

/*	footer
============================== */
.story footer {
	width: 100%;
	text-align: center;
	color: #fff;
	background-color:#000;
}
@media all and (min-width: 768px) {
.story footer {
	font-size: 75%;
	min-height: 330px;
}
.story footer .copyright{
	padding-top: 240px;
}
}
@media all and (max-width: 767px) {
.story footer {
	font-size: 62.5%;
	padding:20px 0px 20px;
	line-height: 1.5;
}
.story footer .copyright{
	font-size: 75%;
	line-height: 1.3;
	padding: 20px 10px 30px;
}
}
