@charset "utf-8";

@media screen and (min-width: 901px){
.spItem {display: none;}
}

#main {
background: url(../../images/main/tz/main_img01_bg.jpg) center top;
}

.tzTopMainImg {
position: relative;
max-width: 2000px;
margin: 0 auto;
padding-bottom: 280px;
text-align: center;
}
.tzTopMainImg h1 {
position: absolute;
top: 40px;
right: 80px;
margin: 0;
}
.tzTopMainImg h2 {
margin: 0 0 55px 0;
}
.tzTopMainCopy01 {
position: absolute;
top: 20%;
left: 50%;
}
.tzTopStory {
position: absolute;
bottom: 60px;
left: 0;
width: 100%;
text-align: center;
color: #fff;
font-size: 1.8rem;
}
.tzTopMovBt {
width: 300px;
position: absolute;
bottom: 28%;
right: 5%;
}
.tzTopStaffList {
padding: 60px 0;
text-align: center;
font-size: 1.6rem;
line-height: 2em;
color: #55341e;
background: #fff5dc;
}
.tzTopStaffList ul {
margin: 0;
padding: 0;
}
.tzTopStaffListIn {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
}
.tzTopMainCastList,
.tzTopMainStaffList {
width: 50%;
}
.tzTopSubStaffList {
width: 100%;
margin: 60px 0 0 0;
}
.tzTopCastList h3,
.tzTopStaffList h3 {
margin: 0 0 30px 0;
padding: 0 0 30px 0;
background: url(../../images/main/tz/line.png) center bottom no-repeat;
}
.tzTopMainCastList ul {
font-size: 3rem;
line-height: 2em;
}
.tzTopMainCastList span {
font-size: 1.6rem;
}
.tzTopMainStaffList li {
margin: 0 0 20px 0;
}
.tzTopMainStaffList li span {
font-size: 1.2rem;
}


@media screen and (max-width: 900px){

	.pcItem {display: none;}

	.tzTopMainImg {
	padding-bottom: 0;
	}
	.tzTopMainImg h1 {
	top: 20px;
	right: 20px;
	width: 50px;
	margin: 0;
	}
	.tzTopMainCopy01 {
	top: 5%;
	left: 45%;
	width: 50px;
	margin: 0;
	}
	.tzTopMainImg h2 {
	margin: 0 0 30px 0;
	padding: 0 20px;
	}
	.tzTopStory {
	position: static;
	margin: -30px 0 40px 0;
	font-size: 1.3rem;
	}
	.tzTopMovBt {
	position: static;
	width: 100%;
	}
	.tzTopStaffList {
	padding: 60px 0 30px 0;
	}

	.tzTopMainCastList,
	.tzTopMainStaffList {
	width: 100%;
	margin: 0 0 40px 0;
	}
	.tzTopCastList h3,
	.tzTopStaffList h3 {
	margin: 0 10px 20px 10px;
	padding: 0 0 20px 0;
	background: url(../../images/main/tz/line.png) center bottom no-repeat;
	}
	.tzTopMainStaffList li {
	margin: 0 0 10px 0;
	}
	.tzTopSubStaffList {
	width: 100%;
	margin: 0;
	font-size: 1.3rem;
	line-height: 2em;
	}

}


/* ==========================================
*
*  play button
*
========================================== */
.playButton  {
  cursor: pointer;
  position: relative;
}

.playButton::before,
.playButton::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: .3s;
}

.playButton::before {
  content: "";
  background: #000;
  opacity: .7;
  z-index: 1;
}

.playButton::after {
  content: "▶";
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  z-index: 2;
}

.playButton img,
.playButton iframe {
  pointer-events: none;
  vertical-align: bottom;
}

.playButton:hover::before {
  opacity: .1;
}

.playButton:hover::after {
  transform: scale(1.5,1.5);
}

/* ==========================================
*
*  twitter timeline
*
========================================== */

.twTimelineWrap {
  overflow: hidden;
  margin: 1em 0;
}

.twTimeline {
  overflow-y: auto;
  max-height: 300px !important;
  transition: .3s;
  -webkit-overflow-scrolling: touch;
  width: 75%;
  margin: 0 auto;
  max-width: 500px;
}

.twTimelineWrap iframe{
  width: 1000px !important;
  max-width: 100% !important;
}

@media screen and (min-width: 900px){
  .twTimeline {
     max-height: 600px !important;
  }
}