/* ----- 上書き ----- */
body {
	background-color: #000;
}
#next h4 , #next h5 {
	margin:0;
}

.inBnr h4 {
	font-size: 13px !important;
}
@media screen and (max-width: 768px) {
	.inBnr h4 {
		margin-left: 8px !important;
	}
}

/* ----- 汎用 ----- */
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

.br-sp {
	display: block; /* 改行 */
}
.br-pc {
	display: none; /* 改行させない */
}
@media screen and (max-width: 768px) {
	.br-sp {
		display: none; /* 改行させない */
	}
	.br-pc {
		display: block; /* 改行 */
	}
}


/* ----- ページ専用 ----- */

#content_nbr390x {
	font-size: 16px;
	line-height: 1.8em;
	color: #fff;
	margin-bottom: 80px;
}
#content_nbr390x h2 {
	font-family: "Helvetica Neue" , Helvetica , Arial , sans-serif;
	font-size: 70px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin: 100px 0 70px 0;
}
#content_nbr390x h2 span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: normal;
}
#content_nbr390x h2 span::before,
#content_nbr390x h2 span::after {
	content: "";
	width: 40px;
	border-top: 1px solid #FFF;
}
#content_nbr390x h2 span:before {
	margin-right: 0.5rem;
}
#content_nbr390x h2 span:after {
	margin-left: 0.5rem;
}
#content_nbr390x h4 {
	font-size: 24px;
	line-height: 1.3em;
	font-weight: normal;
	font-feature-settings: "palt";
}
#content_nbr390x figure {
	display: table;
}
#content_nbr390x figcaption {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 10px;
	opacity: 0.5;
}
#content_nbr390x a:hover img {
	opacity: 0.9;
}

/* #mv_nbr390x {
	width: 970px;
} */
#mv_nbr390x video {
	width: 100%;
	max-width: 970px;
	height: auto;
	display: block;
	margin: auto;
}
#mv_nbr390x img {
	width: 100%;
}


#development {
	background-color: #e5e5e5;
	color: #000;
	padding: 50px;
	text-align: center;
}
#development h3 {
	display: inline-block;
	font-size: 16px;
	color: #e5e5e5;
	letter-spacing: 0.1em;
	background-color: #000;
	padding: 1px 7px;
	margin: 0;
}
#development h4 {
	margin: 20px 0;
}
#development .box {
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin: 30px 0;
}
#development .box figure {
	width: 270px;
}
#development .skBtn {
	width:auto;
	padding:8px 40px;
	border:1px solid #000;
	color:#000 !important;
	font-size: 14px;
	/* margin-top: 30px; */
}
#development figcaption {
	text-align: left;
}

#features .box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
#features h4 {
	border-bottom: 1px solid #178d8c;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#features p {
	margin-bottom: 1em;
}
#features figure {
	margin-bottom: 1.5em;
}
#features .box figure {
	flex-shrink: 0;
	margin-left: 30px;
}

#topology {
	position: relative;
	text-align: center;
	font-weight: bold;
	color: #178d8c;
	padding: 60px;
	margin: 60px 0;
}
#topology::after,
#topology::before {
	content: "";
	display: inline-block;
	height: 100%;
	position: absolute;
	width: 0.75em;
}
#topology::before {
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-top: 1px solid;
	bottom: 0;
	left: 0;
}
#topology::after {
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	bottom: 0;
	right: 0;
}
#topology h5 {
	font-size: 24px;
	font-weight: bold;
}
#topology img {
	margin: 30px 0;
}


#special figure {
	margin-bottom: 80px;
}


#lineup .box {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	line-height: 1.7em;
	margin-bottom: 80px;
}
#lineup .box figure {
	flex-shrink: 0;
}
#lineup h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
}
#lineup .box .txt-area {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 30px;
}
#lineup .modelnum {
	font-size: 12px;
	margin: 0.5em 0 1.5em 0;
}
#lineup .btn-set {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 1em;
}
#lineup .btn-set p {
	width: 50%;
	flex-grow: 1;
}
#lineup .skBtn {
	width: 100%;
	margin-top: 1em;
	padding: 10px 0;
}




@media screen and (max-width: 768px) {

	#content_nbr390x figcaption {
		font-size: 14px;
	}
	#content_nbr390x h2 {
		font-size: 50px;
		margin: 70px 0 40px 0;
	}


	#development {
		padding: 50px 15px;
	}
	#development h4 , #development p{
		text-align: left;
	}
	#development .box {
		margin-bottom: 10px;
	}
	#development .box figure:nth-child(2) {
		margin: 0 15px;
	}
	#development .box figure:first-child {
		margin-top: 0;
	}
	#development .box figure img {
		width: 100%;
	}
	#content_nbr390x figcaption {
		margin-bottom: 30px;
	}
	#development .skBtn {
		box-sizing: border-box;
		width: 100%;
		padding:8px 0;
	}


	#features {
		margin: 0 15px;
	}
	#features .box {
		flex-direction: column-reverse;
		margin-bottom: 50px;
	}
	#features .box figure {
		margin-left: 0;
	}
	#features .box figure img {
		width: 100%;
	}

	#topology {
		padding: 15px;
	}
	#topology .txt {
		text-align: left;
	}
	#topology .txt br {
		display: none; /* 改行させない */
	}


	#special {
		margin: 0 15px;
	}
	#special figure {
		margin-bottom: 50px;
	}


	#lineup {
		margin: 0 15px;
	}
	#lineup .box {
		flex-direction: column;
		margin-bottom: 50px;
	}
	#lineup figure {
		margin-bottom: 1.0em;
	}
	#lineup figure img {
		width: 100%;
	}
	#lineup h5 {
		font-size: 22px;
	}
	#lineup .box .txt-area {
		margin-left: 0;
	}
	#lineup .btn-set p {
		width: auto;
	}

}


