@charset "utf-8";
/* CSS Document */

.mainVisual{
	text-align: center;
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	width: 100%;
	height: 300px;
}

.mainVisual.subpage01{background: url(https://cdn2.hubspot.net/hubfs/384373/tf-2017/30ani/photo01sub.jpg) center 0 no-repeat;}
.mainVisual.subpage02{background: url(https://cdn2.hubspot.net/hubfs/384373/tf-2017/30ani/photo02sub.jpg) center 0 no-repeat;}
.mainVisual.subpage03{background: url(https://cdn2.hubspot.net/hubfs/384373/tf-2017/30ani/photo03sub.jpg) center 0 no-repeat;}
.mainVisual.subpage04{background: url(https://cdn2.hubspot.net/hubfs/384373/tf-2017/30ani/photo04sub.jpg) center 0 no-repeat;}



#animeVisual{
	opacity: 0;
	text-align: center;
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	width: 100%;
	height: 600px;
	transition: opacity 500ms ease 0s;
}

.mainVisual .mainVisualBt{
	z-index: 10;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	top: 45px;
	left: 0px;
}

.mainVisualBt ul li a{
	font-size: 18px;
	display: block;
	padding: 15px 25px;
	margin: 6px;
	width: 280px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	font-family: auto,メイリオ,Meiryo,sans-serif;
	transition: all 500ms ease 0s;
}

.mainVisualBt ul li a::after{
	content:"\03e";
	font-size: 13px;
	margin: 2px 0 0 3px;
	display: inline-block;
	transform: scale(0.5, 1.5)
}

.mainVisualBt ul li#topV00 a::after{
	content:"";
}

.mainVisualBt ul li#topV00 a::before{
	content:"\03c";
	font-size: 13px;
	margin: 2px 3px 0 0;
	display: inline-block;
	transform: scale(0.5, 1.5)
}

h1{
	background: #323232;
	text-align: center;
	padding: 20px;
	color: #fff;
	font-size: 30px;
	font-family: Franklin Gothic Medium;
	margin: 0 0 30px 0;
}

h1.page-title{
    background: none;
    text-align: left;
    padding: 0;
}

body.modeJapanese h1 {
	font-family: メイリオ,Meiryo,sans-serif;
}


#langageSelect{
	margin: 30px auto 50px auto;
	text-align: center;
}

#langageSelect a{
	text-decoration: none;
	font-size: 13px;
	padding: 8px 30px;
	display: inline-block;
	height: 30px;
	font-weight: bold;
	border: 1px solid #323232;
	color: #000;
	position: relative;
}

#EnglishBt{ margin-right: 15px; }
#JapaneseBt{ margin-left: 15px; }

#JapaneseContents {
	font-family: メイリオ,Meiryo,sans-serif;
}

.modeEnglish #EnglishBt{
	background: #323232;
	color: #fff;
}

.modeJapanese #JapaneseBt{
	background: #323232;
	color: #fff;
}


.modeJapanese #EnglishBt:after{
	content:"";
	position: absolute;
	top: -1px;
	right: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #fff;
}

#EnglishBt:before{
	content:"";
	position: absolute;
	top: -1px;
	right: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #323232;
}

.modeEnglish #JapaneseBt:after{
	content:"";
	position: absolute;
	top: -1px;
	left: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #fff transparent transparent;
}

#JapaneseBt:before{
	content:"";
	position: absolute;
	top: -1px;
	left: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #323232 transparent transparent;
}

#langageCategory{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
}

#langageCategory p{
	font-size: 110%;
	margin: 0 0 15px;
	line-height: 1.8;
}

.signature{
	margin: 20px 0;
	text-align: right;
}


#EnglishContents{
	position: absolute;
	top: 100px;
	transition: all 1000ms ease 0s;
	width: 100%;
	padding: 0 5px 0 10px;
}

#JapaneseContents{
	position: absolute;
	top: 100px;
	transition: all 1000ms ease 0s;
	width: 100%;
	padding: 0 5px 0 10px;
}

.modeEnglish #EnglishContents{
	opacity: 1;
	left: 0;
	z-index: 10;
}

.modeJapanese #JapaneseContents{
	opacity: 1;
	left: 0;
	z-index: 10;
}


.modeJapanese #EnglishContents{
	opacity: 0;
	left: -100px;
	z-index: 1;
}

.modeEnglish #JapaneseContents{
	opacity: 0;
	left: 100px;
	z-index: 1;
}

.historyTable{
	background: url(https://cdn2.hubspot.net/hubfs/384373/tf-2017/30ani/sub_historydot.gif) 398px 0 repeat-y;
	line-height: 1.3;
  max-width: 945px!important;
}

.historyTable th{
	font-weight: bold;
	position: relative;
}

.historyTable th.pcYear:before{
	content:"";
	width: 8px;
	height: 8px;
	background: #ccc;
	border-radius: 50%;
	position: absolute;
	top: 0%;
	left: 47.5%;
	display: inline-block;
}

.historyTable th.tifoAv{
	padding-left: 20px;
}

.historyTable td.pcYear{
	color: #aaa;
	font-size: 26px;
	font-weight: bold!important;
	width: 150px;
	text-align: center!important;
	padding: 10px 0!important;
	background: url(https://cdn2.hubspot.net/hubfs/384373/tf-2017/30ani/sub_historydot.gif) 0 center repeat-x;
  vertical-align: middle;
}

.historyTable .noBefore td.pcYear{
	background: none;
}

.historyTable td .nen{
	background: #fff;
	padding: 3px 5px;
	position: relative;
	display: inline-block;
}

.historyTable td .nen5{
	background: #aaa;
	padding: 38px 17px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	position: relative;
	display: inline-block;
}

.historyTable td.tifoAv{
	font-size: 110%;
	padding: 30px 0 30px 20px!important;
	width: 480px;
	vertical-align: middle;
	position: relative;
}

.historyTable .noBefore td.tifoAv{
	padding: 0;
	text-align: right!important;
}


.historyTable td.tifoAv img{
	margin: 5px;
}

.historyTable td.tifoAv span{
	height: 130px;
	position: relative;
	vertical-align: middle;
	display: table-cell;
}

.historyTable td.tifoAv span.longPhotoText{
	height: 200px;
	position: relative;
	vertical-align: middle;
	display: table-cell;
}

.historyTable td.btLine{
	padding: 15px 0 5px 20px!important;
}

.historyTable td.tifoAv.allLine{
	padding: 0;
	text-align: right!important;
}


.historyTable td.tpLine{
	padding: 15px 0 15px 20px!important;
}

.historyTable td.tifoAv.tifoAvinImg img{
	float:right;
}

.historyTable td.tifoAv:before{
	content:"";
	width: 6px;
	height: 6px;
	background: #ccc;
	border-radius: 50%;
	position: absolute;
	top: 49%;
	left: -3px;
	display: inline-block;
}

.historyTable td.tifoAv[rowspan]:before{
	position: relative;
	top: -2px;
	left: -26px;
}

.historyTable .noBefore td.tifoAv:before{
	background: #fff;
}

.historyTable td.tifoAv.bttpLine:before{
	top: 52%;
}


.historyTable td.tifoAv.btLine:after{
	content:"";
	width: 1px;
	height: 50%;
	background: #ccc;
	position: absolute;
	left: 0px;
	bottom: 0;
}

.historyTable td.tifoAv.bttpLine:after{
	content:"";
	width: 1px;
	height: 100%;
	background: #ccc;
	position: absolute;
	left: 0px;
	top: 0;
}

.historyTable td.tifoAv.allLine:before{
	content:"";
	width: 1px;
	height: 100%;
	background: #ccc;
	position: absolute;
	left: 0px;
	top: 0;
}

.historyTable td.tifoAv.tpLine:after{
	content:"";
	width: 1px;
	height: 50%;
	background: #ccc;
	position: absolute;
	left: 0px;
	top: 0;
}

.historyTable td.japanAv{
	font-size: 110%;
	vertical-align: middle!important;
	padding: 30px 0;
	width: 330px;
}

.historyTable .spYear{ display: none;}

@font-face {
	font-family: Meiryo;
	src: local('Meiryo'), local('メイリオ');
}

i{
	font: italic 100% Meiryo, sans-serif;
}

/* Vision from the future */

#vision h2 {
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #646464;
}

#vision h3 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin: 15px 0;
	line-height: 2.0;
}

/* Voices from the World */

#voice {
	font-family: auto,メイリオ,Meiryo,sans-serif;
	width: 960px;
	overflow: hidden;
	padding: 5px;
	margin: 0 auto 20px;
}

#voice .list {
	display: inline-block;
	width: 460px;
	height: 150px;
	background-color: #323232;
	margin: 10px 0;
	overflow: hidden;
	clear: both;
}

#voice .list:hover {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	transition: opacity.5s ease-out;
}

#voice .list:nth-child(odd) {
	margin-right: 20px;
}

#voice .list .img {
	float: left;
	width: 120px;
	height: 150px;
	background-color: #999999;
	margin: 0;
}

#voice .list .info {
	float: left;
	width: 340px;
	height: 150px;
	background-color: #323232;
	margin: 0;
	padding: 10px 15px;
}

#voice .list .info p {
	color: #fff;
	font-size: 10pt;
	line-height: 1.6;
	padding: 2px 0;
	margin: 0;
}

#EnglishContents #voice .list .info p.name {
	font-weight: bold;
	font-size: 12pt;
	border-bottom: 1px solid #7A7A7A;
	margin-bottom: 5px;
}

#JapaneseContents #voice .list .info p.name {
	font-weight: bold;
	font-size: 12pt;
	border-top: 1px solid #7A7A7A;
	padding-top: 5px;
}

#voice .msg .info {
	width: 950px;
	background-color: #323232;
	margin: 0;
	padding: 10px 15px;
}

#voice .msg .info p {
	color: #fff;
	font-size: 12pt;
	line-height: 1.6;
	padding: 2px 0;
	margin: 0;
}

#voice #EnglishContents .msg .info p.name {
	font-weight: bold;
	font-size: 16pt;
	border-bottom: 1px solid #7A7A7A;
	margin-bottom: 5px;
}

#voice #JapaneseContents .msg .info p.name {
	font-weight: bold;
	font-size: 16pt;
	border-top: 1px solid #7A7A7A;
	padding-top: 5px;
}

#voice .msg .info span a {
	float: right;
	margin-right: 20px;
	padding: 5px 15px;
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

#voice .msg .info span a:hover {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	transition: opacity.5s ease-out;
}

#voice .msg .youtube {
	position: relative;
	width: 560px;
	height: 315px;
	margin: 20px auto;
	overflow: hidden;
}

#voice .msg .youtube a:hover {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	transition: opacity.5s ease-out;
}

#voice .msg .youtube img {
    position: absolute;
	width: 560px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

#voice .msg .youtube img.play {
	width: 64px;
}

 
#voice .msg .message {
	margin: 40px 0;
	overflow: hidden;
}

#voice .msg .message img.left {
	float: left;
	padding-right: 40px;
	padding-bottom: 40px;
}

#voice .msg .message img.right {
	float: right;
	padding-left: 40px;
	padding-bottom: 40px;
}

#voice .msg .message img.center {
	display: block;
	margin: 20px auto;
	text-align: center;
}

#voice .msg .back a {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	background-color: #161616;
	text-decoration: none;
}

#voice .msg .back a:hover {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	transition: opacity.5s ease-out;
}

.openingText{
	width: 900px;
	margin: 20px auto;
	font-size: 140%;
	text-align: center;
}



@media screen and (max-width: 750px) {
h1{
	font-size: 24px;
}

.mainVisual .mainVisualBt{
	top: 10px;
}

.mainVisualBt ul li{
	width: 40%;
	margin: 2px 0;
}

.mainVisualBt ul li a{
	width: 100%;
	margin: 0;
}

#langageCategory{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
	position: relative;
}

.historyTable{
	background: none;
}

.historyTable tr{
	border-bottom: 3px solid #fff;
}

.historyTable td{
	background: #efefef;
}
.historyTable .pcYear{
	display:none;
}

.historyTable td.spYear{
	display:table-cell;
	font-size: 120%;
	background: #ccc;
	padding: 3px;
	width: 5%;
}

.historyTable th{
	text-align: center;
	padding: 5px;
	background: #aaa;
	color: #fff;
	border: 1px solid #fff;
}

.historyTable th.spYear{
	display:table-cell;
	font-weight: bold;
}

.historyTable td.japanAv {
	font-size: 100%;
	vertical-align: middle;
	padding: 10px;
	width: 40%;
}

.historyTable td.tifoAv {
	font-size: 100%;
	vertical-align: top;
	padding: 10px;
	width: 40%;
	border-left: 1px solid #fff;
}

.historyTable td.tifoAv:before {
    background: none;
}
.historyTable td.tifoAv:after,.historyTable td.tifoAv:before{
    background: none!important;
}

.historyTable td.tifoAv span {
    height: auto;
    position: relative;
    vertical-align: top;
    display: inline-block;
}

.historyTable td.tifoAv.allLine {
    padding: 0;
    text-align: center;
}

/* Voices from the World */

#voice {
	width: 100%;
}
#voice .list {
	width: 100%;
}

#voice .list:nth-child(odd) {
	margin-right: 0;
}

#voice .list .img {
	width: 30%;
	max-width: 120px;
	margin: 0 auto;
	background-color: #323232;
}

#voice .list .info {
	width: 70%;
}

#voice .msg .youtube {
	width: 100%;
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}
 
#voice .msg .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

}