@charset "UTF-8";

/*===================================
　PCここから
===================================*/
@media (min-width: 799px){

#intro{
	height: 2135px;
	margin: 0 auto;
	padding: 0;
}

.cred_button {
	width: 100px;
	margin-top: 30px;
}

#second{
	background: url(../img/philosophy01.jpg) 50% 100% no-repeat fixed;
	background-size: cover;
	color: white;
	height: 100vh;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#third{
	background: url(../img/philosophy02.jpg) 50% 100% no-repeat fixed;
	background-size: cover;
	color: white;
	height: 100vh;
	padding: 100px 0 0 0;
}

#forth{
	background: url(../img/philosophy03.jpg) 50% 100% no-repeat fixed;
	background-size: cover;
	color: white;
	height: 100vh;
	padding: 100px 0 0 0;
}

#fifth{
	background: url(../img/philosophy04.jpg) 50% 100% no-repeat fixed;
	background-size: cover;
	color: white;
	height: 100vh;
	padding: 100px 0 0 0;
}

#sixth{
	background: url(../img/philosophy05.jpg) 50% 100% no-repeat fixed;
	background-size: cover;
	color: white;
	height: 100vh;
	margin-bottom: 200px;
	padding: 100px 0 0 0;	
}

.fadeText {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.fadeIn {
	opacity: 1;
}

.movieBlock .aboutCred {
    margin-top: 18px;
    margin-left: 10px;
    line-height: 1.6;
    font-size: 15px;
    letter-spacing: 1px;
}
/*  movieBlock philosophyMovie
===================================*/
.movieBlock.philosophyMovie{
	/*height: 750px;;*/
}
.movieBlock.philosophyMovie .catchBlock{
	top: -54px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	height: 70%;
	width: 800px;
}

.movieBlock.philosophyMovie .catchBlock .centerBlock{
	margin: 0px;
    padding: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*  selectCredBlock
===================================*/
.movieBlock .selectCredBlock {
	bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    height: 75px;
    position: absolute;
    width: 1230px;
    z-index: 30;
}
.movieBlock .selectCredBlock .creds {
	display: flex;
    margin-left: 51px;
}

.movieBlock .selectCredBlock .creds li {
	font-size: 13.1px;
    letter-spacing: 1px;
    margin-right: 51px;
}

.movieBlock .selectCredBlock .creds li p {
	cursor: pointer;
	cursor: hand;
}

.movieBlock .selectCredBlock .creds li p:after{
  content: "";
  display: block;
  width: 0;
  margin-top: 7px;
  transition: width 0.3s;
  border-bottom: 1.4px solid #fff;
}

.movieBlock .selectCredBlock .creds li.active p:after{
  width: 100%;
}

.movieBlock .selectCredBlock .creds li.active .second {
	height: 13px;
	opacity: 1;
}

.movieBlock .selectCredBlock .creds li .second {
	display: flex;
	margin-top: 12px;
    -webkit-transition: 0.40s ease-out;
    -moz-transition: 0.40s ease-out;
    -ms-transition: 0.40s ease-out;
    -o-transition: 0.40s ease-out;
    transition: 0.40s ease-out;
    transform-origin: top;
	height: 0px;
	opacity: 0;
}

.movieBlock .selectCredBlock .creds li .second li {
    margin-right: 9px;
	cursor: pointer;
	cursor: hand;
}

/*  hiatoryTitBlock
===================================*/
.hiatoryTitBlock{
	text-align: center;;
	margin: 80px auto 125px;;;
}
.hiatoryTitBlock>.hiatoryTit{
	font-size: 29px;;
}
.hiatoryTitBlock>.txt{
	margin-top: 27px;
	font-size: 14px;
	line-height: 2;;;;
}
/*  historyEventBlock
===================================*/
.historyEventBlock{
	height: 100vh;
	width: 100%;
	position: relative;
}
.historyEventBlock:nth-child(3){
	background: url("../img/philosophy01.jpg");
	background-size: cover;
}
.historyEventBlock:nth-child(4){
	background: url("../img/philosophy02.jpg");
	background-size: cover;
}
.historyEventBlock:nth-child(5){
	background: url("../img/philosophy01.jpg");
	background-size: cover;
}
.historyEventBlock:nth-child(6){
	background: url("../img/philosophy02.jpg");
	background-size: cover;
}
.historyEventBlock:nth-child(7){
	background: url("../img/philosophy01.jpg");
	background-size: cover;
}
.historyEventBlock>.historyTxt{
	width: 800px;
	position: absolute;
	top: 155px;
	left: 100px;
	color: #fff;;
}
#third .historyEventBlock>.historyTxt,
#fifth .historyEventBlock>.historyTxt{
	right: 100px;
	left: auto;
	width: 482px;
}
.historyEventBlock>.historyTxt .year{
	font-size: 27px;;
}
.historyEventBlock>.historyTxt .tit{
	font-size: 50px;
	letter-spacing: 0px;
	line-height: 1.2;
	display: inline-block;
	position: relative;
	margin-top: 15px;;
}
.historyEventBlock>.historyTxt .subTitJa{
	margin-top: 18px;
	line-height: 1.6;
	font-size: 18px;
	letter-spacing: 2px;
}
.historyEventBlock>.historyTxt .txt{
	margin-top: 8px;
	line-height: 1.8;
	font-size: 14px;
	letter-spacing: 1px;
	width: 480px;
}




}