@charset "utf-8";

ul.nav_about {
	margin: 30px auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
ul.nav_about a {
	color:  #000;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	padding: 10px 0;
	position: relative;
}
ul.nav_about a:hover:after,
ul.nav_about a.active:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	background-color: #000;
}

#contents {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

#contents .fullwidth {
  position: relative;
  width: 100vw;
  left: calc( -1 * (100vw - 980px) / 2 );
  background-color: #000;
}
#contents .fullwidth .kv {
  height: 600px;
  background-position: center center;
  background-size: cover;
  transition: background-position 0.2s, opacity 2s;
}
#contents .fullwidth .kv .screen {
	position: relative;
    width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,0.1);
    overflow: hidden;
}
#contents .fullwidth .kv .screen h1 {
  position: absolute;
  right: 40px;
  bottom: -20px;
  margin: 0;
  font-weight: 900;
  color: rgba(255,255,255,0.9);
  font-size: 100px;
  white-space: nowrap;
}
#contents .fullwidth .kv .screen h1.top_message {
  right: 40px;
  bottom: 4px;
  font-size: 80px;
}
#contents .fullwidth .kv .screen h1 .y70 {
  font-size: 150px;
}

#contents .fullwidth .kv .screen .logo {
	position: absolute;
    display: inline-block;
    left: 40px;
    top: -5px;
    width: 600px;
    opacity: 0.9;
}
#contents .lead {
  font-style: italic;
  font-weight: 500;
  margin-bottom: 60px;
  color: #fff;
  padding: 80px 0;
  font-size: 24px;
}

#contents p {
	margin-bottom: 20px;
}
#contents h2.title {
	display: block;
    position: relative;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0 0 18px;
}
#contents h2.title:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 5px;
    background-color: #f73e00;
    transition: transform 0.7s;
    transform-origin: 0 0;
	transform: scaleX(0.001);
}
#contents h2.title.inview:after {
	transform: scaleX(1);
}

.directors span {
  display: inline-block;
  min-width: 160px;
}
.table.tbl-responsive th {
	width: 200px;
}

.fade {
	transition: all 2s;
    opacity: 0;
}
.fade-left {
	transition: all 2s;
	transform: translateX(-20px);
    opacity: 0;
}
.fade-right {
	transition: all 2s;
	transform: translateX(20px);
    opacity: 0;
}
.fade-down {
	transition: all 2s;
	transform: translateY(-10px);
    opacity: 0;
}
.fade.inview,
.fade-left.inview,
.fade-right.inview,
.fade-down.inview {
	transform: translateX(0);
	transform: translateY(0);
    opacity: 1;
}


@media screen and (max-width:767px){
	
	
	ul.nav_about {
		margin: 30px auto;
		flex-wrap: wrap;
	}
	ul.nav_about li {
		min-width: 140px;
		text-align: center;
	}
	
	
	#contents {
	}
	
	#contents p {
		margin-bottom: 20px;
	}
	#contents h2.title {
		font-size: 22px;
	}
	
	.table.tbl-responsive {
		display: block;
	}
	.table.tbl-responsive tbody {
		display: block;
	}
	.table.tbl-responsive th,
	.table.tbl-responsive td {
		display: block;
		width: auto;
		text-align: left;
	}
	.table.tbl-responsive th {
		padding: 5px;
	}
	.table.tbl-responsive td {
		border: none;
		padding: 0 5px 15px 5px;
	}
	
	#contents .fullwidth {
		position: relative;
		width: 100vw;
		left: -15px;
	}
	#contents .fullwidth .kv {
	  height: 260px;
	}
	#contents .fullwidth .kv .screen h1 {
		right: 5px;
		bottom: -6px;
		font-size: 28px;
	}
	#contents .fullwidth .kv .screen h1.top_message {
		right: 5px;
		bottom: 4px;
		font-size: 28px;
	}
	#contents .fullwidth .kv .screen h1 .y70 {
	  font-size: 42px;
	}
	#contents .fullwidth .kv .screen .logo {
		left: 5px;
		top: 0px;
		width: 230px;
	}
	#contents .lead {
	  padding: 40px 20px;
	  margin-bottom: 40px;
	  font-size: 18px;
	}
	
}
