@charset "UTF-8";
/* CSS Document */
.content {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.content .section-inner {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.tlKeyVisual {
	width: 100%;
	background: #000000;
	padding-top: 7em;
}
.tlKeyVisual img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.tlKeyVisual {
		padding-top: 2.5em;
	}
}
.tlIntro {
	width: 100%;
	background: #000000;
}
.tlIntro img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.tlIntroInner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 7em 0 10em;
}
.tlIntroInner p {
	margin-top: 1em;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.8em;
	line-height: 1.7;
	font-weight: 700;
	font-style: normal;
	color: #dddddd;
	text-align: center;
}
.tlIntroInner p:first-child {
	margin: 0;
}
@media (max-width: 767px) {
	.tlIntroInner {
		width: 90%;
		padding: 6em 0;
	}
	.tlIntroInner p {
		margin-top: 1em;
		font-size: 1.5em;
		line-height: 1.7;
		text-align: center;
	}
}
.tlOtherVersion{
	width:100%;
	margin-top:2em;
	color: #ffffff;
	font-family: "Zen Old Mincho", serif;
	text-align: right;
}

.tlOtherVersion a{
	display: inline-block;
	position: relative;
	padding-bottom: 0.5em;
	font-size: 2em;
	color: #ffffff;
	transition: color 0.3s;
}
.tlOtherVersion a::after{
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	width:100%;
	height: 2px;
	transform: scaleX(0);
	transform-origin: bottom right;
	background: #ffffff;
	transition: transform 0.3s;
}
.tlOtherVersion a:hover {
	text-decoration: none;
}
.tlOtherVersion a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}
@media (max-width: 767px) {
	.tlOtherVersion{
		margin-top:1em;
	}
	.tlOtherVersion a{
	padding-bottom: 0.5em;
	font-size: 1.6em;
	border-bottom: solid 2px #ffffff;
	}
}
/* モーダルウィンドウのスタイル */
.tlVideoModal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.6);
}
/* モーダル内のコンテンツ */
.tlVideoModalContent {
	position: relative;
	margin: auto;
	top: 10%;
	padding: 20px;
	background-color: transparent;
	width: 90%;
	max-width: 1000px;
	animation-name: modalopen;
	animation-duration: 1s;
}
/* 閉じるボタン */
.tlVideoClose {
	position: absolute;
	top: -20px;
	right: -15px;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	cursor: pointer;
}
.tlVideoThumbWrap {
	max-width: 1000px;
	margin: 10em auto 0;
	overflow: hidden;
}
.tlVideoThumb {
	cursor: pointer;
	max-width: 100%;
	transition: transform 0.7s ease;
}
.tlVideoThumb:hover {
	transform: scale(1.1);
}
@media (max-width: 767px) {
	.tlIntroMovie {
		margin-top: 6em;
	}
}
.tlInterview {
	width: 100%;
	background: #ffffff;
}
.tlInterviewInner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10em 0;
}
.tlInterviewInner h2 {
	max-width: 960px;
	margin: 0 auto;
	color: #0f608a;
	font-size: 2.4em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
}
.tlInterviewDetail {
	display: flex;
	max-width: 960px;
	margin: 2em auto 0;
}
.mt-20 {
	margin-top: 2rem;
}
.tlSpeaker {
	display: inline-block;
	margin-right: 0.3em;
	font-size: 1.8em;
	line-height: 1.7;
	color: #222222;
}
.tlQuestion {
	max-width: 960px;
	margin: 3em auto 0;
	font-size: 1.8em;
	line-height: 1.7;
	color: #0f608a;
}
.tlText {
	font-size: 1.8em;
	line-height: 1.7;
	color: #222222;
}
.tlInterviewImg01 {
	margin-top: 5.4em;
	text-align: right;
}
.tlInterviewImg02 {
	margin-top: 5.4em;
	text-align: center;
}
@media (min-width: 768px) and (max-width: 1020px) {
	.tlInterviewInner {
		width: 92%;
	}
}
@media (max-width: 767px) {
	.tlInterviewInner {
		width: 100%;
		padding: 7.5em 0;
	}
	.tlInterviewInner h2 {
		width: 90%;
		font-size: 1.8em;
		line-height: 2;
	}
	.tlInterviewDetail {
		width: 90%;
		margin: 2em auto 0;
	}
	.tlSpeaker {
		margin-right: 0.1em;
		font-size: 1.5em;
	}
	.rowLayout {
		display: block;
		width: 90%;
	}
	.tlInterviewImg01 img, .tlInterviewImg02 img {
		width: 100%;
	}
	.tlQuestion {
		width: 90%;
		margin: 3em auto 0;
		font-size: 1.5em;
		text-align: justify;
	}
	.tlText {
		font-size: 1.5em;
		text-align: justify;
	}
	.rowLayout .tlText {
		padding-left: 2.8em;
	}
}
.tlProfile {
	width: 100%;
	background: #ffffff;
}
.tlProfileInner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto;
}
.tlProfileBlock {
	width: 47%;
}
.tlProfileBlock:nth-child(3), .tlProfileBlock:nth-child(4) {
	margin-top: 6em;
}
.tlProfileImg {
	margin-bottom: 3em;
}
.tlProfileBlock h3 {
	margin-bottom: 3em;
}
.tlProfileBlock h3 img {
	max-width: 100%;
}
.tlProfileBlock p {
	font-size: 1.8em;
	line-height: 1.5;
	text-align: justify;
	color: #222222;
}

.tlCredit{
	max-width:1000px;
	margin:2em auto 0;
	font-size: 1.5em;
	text-align: right;
}
@media (min-width: 768px) and (max-width: 1040px) {
	.tlProfile {
		width: 92%;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.tlProfile {
	}
	.tlProfileInner {
		display: block;
		max-width: 90%;
	}
	.tlProfileBlock {
		width: 100%;
		margin-bottom: 5em;
	}
	.tlProfileBlock:nth-child(3), .tlProfileBlock:nth-child(4) {
		margin-top: inherit;
	}
	.tlProfileImg {
		margin-bottom: 1.5em;
	}
	.tlProfileBlock h3 {
		margin-bottom: 1.5em;
	}
	.tlProfileBlock p {
		font-size: 1.4em;
	}
	.tlCredit{
		width:90%;
		font-size: 1.2em;
}
}

/*1223add*/
.tlMovie {
	width:100%;
	padding-top:20em;
}
.tlMovieInner{
	max-width:1000px;
	margin:0 auto;
	text-align: center;
}
.tlMovieInner h2{
	padding-bottom:6em;
}
.tlMovieContents {
	margin-bottom:15em;
}
.tlMovieContents h3{
	margin-top:3em;
}
.tlMoviePlayer{
	position: relative;
	display: block;
	margin:0 auto;
	max-width: 800px;
}

.tlMoviePlayerInner{
	position: relative;
	width: 100%;
	height: 100%;
}
.bc-player-default_default .vjs-big-play-button{
	top:92%;
	left:95%;
	width:1.5em;
	height: 1.5em;
	line-height: 1.5em;
	background-color: rgba(255,255,255, .45);
}

.video-js:hover .vjs-big-play-button{
	transition :all 0.4s;
	transform: scale(1.1);

}

.tlMoviePlayerInner video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
	padding-top: 56.25%;
}

@media (min-width: 768px) and (max-width: 1020px) {
	.tlMovieInner{
		width: 92%;
	}
}
@media (max-width:767px){
	.tlMovie {
		padding-top: 10em;
	}
	.tlMovieInner{
		width:90%;
		margin:0 auto;
	}
	.tlMovieInner h2{
		width:70%;
		margin:0 auto;
		padding-bottom: 3em;
	}
	.tlMovieContents {
		margin-bottom: 8em;
	}
	.tlMovieContents h3{
		width:70%;
		margin:1.5em auto 0;
}
	.bc-player-default_default .vjs-big-play-button{
	top:95%;
	left:97%;
	width:1em;
	height: 1em;
	line-height: 1em;
		font-size: 2em;
}
}
.tlEnding {
	background-image: url('../img/tl_bg_ending01.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 900px;
	margin-top: 120px;
	padding: 90px 0;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
.tlEndingInner {
	max-width: 1000px;
	text-align: center;
}
.tlEndingInner p {
	color: #0f608a;
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-size: 2.4em;
	line-height: 2.25;
}
.tlEndingInner img {
	max-width: 440px;
	margin-top: 10em;
}
@media (max-width: 767px) {
	.tlEnding {
		background-image: url('../img/tl_bg_ending01_sp.jpg');
		background-size: cover;
		width: 100%;
		height: auto;
		margin-top:150px;
		padding: 0 0 30em;
	}
	.tlEndingInner {
		width: 90%;
		text-align: center;
	}
	.tlEndingInner p {
		font-size: 1.5em;
		line-height: 2.25;
	}
	.tlEndingInner img {
		width: 85%;
		margin-top: 5em;
		padding-bottom: 5em;
	}
}