.about-kv {
	position: relative; 
	overflow: hidden;
	min-width: 1024px;
	width: 100%;
	height: 100vh;
	background-image: url('/content/dam/nttcom/hq/jp/business/lp/topgun/img/about/img_kv_pc.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width: 834px) {
	.about-kv {
		padding-top: 56px;
		min-width: 100%;
		background-image: url('/content/dam/nttcom/hq/jp/business/lp/topgun/img/about/img_kv_sp.jpg');
	}
}
.about-kv::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 52, 118, .5); 
	content: '';
}
.about-kv__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding-top: 120px;
	width: 960px;
	color: #ffffff;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
	.about-kv__inner {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box; 
		padding: 0 4.8%;
		width: 100%;
	}
}
.about-kv-lead {
	position: relative;
	margin-bottom: 64px;
	padding-bottom: 24px;
	text-shadow: 0 4px 8px rgba(51, 51, 51, .8); 
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1;
}
@media (max-width: 834px) {
	.about-kv-lead {
		margin-bottom: 32px; 
		padding-bottom: 20px;
		font-size: 16px;
		font-size: 1.6rem;
	}
}
.about-kv-lead::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 7em;
	border-top: 2px solid #ffffff; 
	content: '';
}
@media (max-width: 834px) {
	.about-kv-lead::after {
		width: 8em;
	}
}
.about-kv-maintitle {
	margin-bottom: 28px;
	text-shadow: 0 4px 8px rgba(51, 51, 51, .8); 
	font-size: 40px;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1;
}
@media (max-width: 834px) {
	.about-kv-maintitle {
		margin-bottom: 16px; 
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.5;
	}
}
@media (max-width: 400px) {
	.about-kv-maintitle {
		font-size: calc(30 / 375 * 100vw);
	}
}
.about-kv-subtitle {
	margin-bottom: 48px;
	text-shadow: 0 4px 8px rgba(51, 51, 51, .8); 
	font-style: italic;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .05em;
	line-height: 1.5;
}
@media (max-width: 834px) {
	.about-kv-subtitle {
		margin-bottom: 32px; 
		font-size: 24px;
		font-size: 2.4rem;
	}
}
.about-kv-subtitle span {
	font-weight: 700;
}
.about-kv-txt {
	text-shadow: 0 4px 8px rgba(51, 51, 51, .8); 
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 100;
	line-height: 2;
}
@media (max-width: 834px) {
	.about-kv-txt {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
@media (max-width: 320px) {
	.about-kv-txt {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.about-movie {
	position: relative; 
	overflow: hidden;
	height: 320px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ffffff), to(#f4f4f4));
	background: linear-gradient(to bottom, #ffffff 70%, #f4f4f4);
}
@media (max-width: 834px) {
	.about-movie {
		height: 240px;
	}
}
.about-movie__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	width: 960px;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
	.about-movie__inner {
		width: 100%;
	}
}
.about-movie-logo {
	margin: 0 auto 8px;
	width: 176px;
	height: auto;
	line-height: 1;
}
@media (max-width: 834px) {
	.about-movie-logo {
		margin: 0 auto 5px; 
		width: 152px;
	}
}
.about-movie-title {
	margin-bottom: 40px; 
	color: #aaaaaa;
	font-style: italic;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .05em;
	line-height: 1.5;
}
@media (max-width: 834px) {
	.about-movie-title {
		margin-bottom: 24px; 
		font-size: 24px;
		font-size: 2.4rem;
	}
}
.about-movie-txt {
	margin-bottom: 24px; 
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
}
@media (max-width: 834px) {
	.about-movie-txt {
		margin-bottom: 20px; 
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.about-movie-button .button-movie {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 16px 16px 16px 40px; 
	width: 232px;
}
.about-movie-button .button-movie::before {
	left: calc(50% - 48px);
}

.about-item {
	position: relative;
	z-index: 0; 
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
@media (max-width: 834px) {
	.about-item {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column; 

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}
}
.about-item__number {
	position: absolute;
	top: 50%;
	left: -104px;
	z-index: -1;
	font-style: italic;
	font-size: 32rem;
	font-weight: 700; 
	font-family: 'Roboto', sans-serif;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media (max-width: 834px) {
	.about-item__number {
		position: static;
		margin-bottom: 8px; 
		text-align: center;
		font-size: 12rem;
		line-height: 1;
		-webkit-transform: none;
		        transform: none;
	}
}
.about-item__number.odd {
	color: #f4f4f4;
}
.about-item__number.even {
	color: #ffffff;
}
.about-item__detail {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; 
	margin-right: 32px;
	padding-left: 32px;
	min-width: 454px;
	width: 454px;
}
@media (max-width: 834px) {
	.about-item__detail {
		margin: 0;
		padding: 0; 
		min-width: 100%;
		width: 100%;
	}
}
.about-item__detail-title {
	margin-bottom: 48px; 
	color: #333333;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.5;
}
@media (max-width: 834px) {
	.about-item__detail-title {
		margin-bottom: 24px; 
		text-align: center;
		font-size: 24px;
		font-size: 2.4rem;
	}
}
.about-item__detail-title span {
	color: #0075c2;
}
.about-item__detail-txt {
	color: #333333; 
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
}
@media (max-width: 834px) {
	.about-item__detail-txt {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box; 
		margin-bottom: 24px;
		padding: 0 4.8%;
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.about-item__img {
	width: 100%;
	height: auto;
}
@media (max-width: 834px) {
	.about-item__img {
		min-height: 100%;
	}
}
@media (max-width: 834px) {
	.about-item__img .shrink {
		margin: 0 auto; 
		width: 64%;
	}
}