.brand {
	background: #000000;
	padding-top: 32px;
	position: relative;
	z-index: 1;
}

.brand__wrap {
	margin: 0 auto;
	max-width: 500px;
	padding: 0 27px;
}

.brand__sec-title {
	border-bottom: 3px solid #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 7px;
	width: -moz-fit-content;
	width: fit-content;
}

.c-arrow-box {
	display: none;
}

/* brand-series */

.brand-series {
	padding-bottom: 23px;
}

.brand-series__items {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 25px;
}

.brand-series__item {
	border: 1px solid #fff;
	display: flex;
	justify-content: end;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.brand-series__item.--gb {
	background: url(../images/brand/bg-banner-gb.webp) no-repeat center center/cover;
}

.brand-series__item.--gb h3 {
	border-bottom: 2px solid #a52116;
}

.brand-series__item.--sc {
	background: url(../images/brand/bg-banner-sc.webp) no-repeat center center/cover;
}

.brand-series__item.--sc h3 {
	border-bottom: 2px solid #0f2c6f;
}

.brand-series__content {
	font-weight: bold;
	left: 18px;
	line-height: 134%;
	position: absolute;
	top: 22px;
}

.brand-series__item-title {
	font-size: 31px;
	line-height: 80%;
	width: 167px;
}

.brand-series__item-title span {
	display: inline-block;
	font-size: 15px;
	padding-left: 9px;
}

.brand-series__text-en {
	font-size: 17px;
	font-weight: 500;
	margin-top: 5px;
}

.brand-series__text-ja {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
}

.brand-series__bg {
	align-items: center;
	display: flex;
	height: 119px;
	overflow: hidden;
}

/* brand-def */

.brand-def {
	padding-bottom: 40px;
	padding-top: 22px;
}

.brand-def__desc {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.9285714286;
	margin-top: 20px;
}

.brand-def__blocks {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 22px;
}

.brand-def__row {
	display: flex;
	gap: 10px;
	position: relative;
}

.brand-def__row-wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.brand-def__row-wrap .brand-def__row:nth-child(1) .brand-def__body {
	border-bottom: none;
	border-right: none;
	position: relative;
}

.brand-def__row-wrap .brand-def__row:nth-child(1) .brand-def__body::after {
	background: #4d4d4d;
	bottom: -5px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.brand-def__row-wrap .brand-def__row:nth-child(2) .brand-def__body {
	border-top: none;
	justify-content: start;
}

.brand-def__head {
	align-items: center;
	background: #1A1A1A;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	justify-content: center;
	line-height: 1.3;
	padding-block: 9px 15px;
	position: relative;
	width: 47%;
}

.brand-def__head.--arrow::after {
	aspect-ratio: 1/5;
	background: url(../images/brand/arrow.webp) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 40px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 100%);
}

.brand-def__head.--splg {
	height: 90px;
}

.brand-def__head.--gr {
	background: #4d4d4d;
}

.brand-def__head-en {
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}

.brand-def__head-en.--spec1::after {
	aspect-ratio: 1/1;
	background: url(../images/brand/icon-def-1.webp) no-repeat center center/contain;
	content: "";
	display: inline-block;
	margin-left: 2px;
	width: 12px;
}

.brand-def__head-en.--spec2::after {
	aspect-ratio: 1/1;
	background: url(../images/brand/icon-def-2.webp) no-repeat center center/contain;
	content: "";
	display: inline-block;
	margin-left: 2px;
	width: 12px;
}

.brand-def__head-ja {
	font-size: 12px;
	text-align: center;
}

.brand-def__body {
	border-bottom: 1px solid #4d4d4d;
	border-top: 1px solid #4d4d4d;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 3px;
	white-space: nowrap;
	width: 100%;
}

.brand-def__body-text {
	font-size: 14px;
	line-height: 1.2142857143;
}

.brand-def__body-text span {
	color: #b40000;
}

/* brand-grade */

.brand-grade {
	border-top: 1px solid #4d4d4d;
	margin-top: 19px;
	padding-top: 30px;
}

.brand-grade__title {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
}

.brand-grade__title span {
	font-size: 20px;
}

.brand-grade__items {
	display: flex;
	flex-direction: column;
	gap: 1px;
	margin-top: 10px;
}

.brand-grade__item {
	display: flex;
	gap: 1px;
}

.brand-grade__head {
	align-items: center;
	background: #1A1A1A;
	display: flex;
	flex-direction: column;
	height: 80px;
	justify-content: center;
	line-height: 1.3;
	text-align: center;
	width: 50%;
}

.brand-grade__head-en {
	font-size: 17px;
	font-weight: bold;
}

.brand-grade__head-en.--spec1::after {
	aspect-ratio: 1/1;
	background: url(../images/brand/icon-def-1.webp) no-repeat center center/contain;
	content: "";
	display: inline-block;
	margin-left: 2px;
	width: 12px;
}

.brand-grade__head-en.--spec2::after {
	aspect-ratio: 1/1;
	background: url(../images/brand/icon-def-2.webp) no-repeat center center/contain;
	content: "";
	display: inline-block;
	margin-left: 2px;
	width: 12px;
}

.brand-grade__head-ja {
	font-size: 14px;
}

.brand-grade__body {
	align-items: center;
	background: #4D4D4D;
	display: flex;
	justify-content: center;
	width: 50%;
}

.brand-grade__body-text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2142857143;
}

@media screen and (min-width: 768px) {

.brand {
	padding-top: 72px;
}

.brand__wrap {
	max-width: 1300px;
	padding: 0 50px;
}

.brand__sec-title {
	border-bottom: 5px solid #fff;
	font-size: 30px;
	padding-bottom: 17px;
}

.c-arrow-box {
	align-items: center;
	aspect-ratio: 1/1;
	background: #a52116;
	bottom: 8px;
	display: flex;
	justify-content: center;
	position: absolute;
	right: 8px;
	width: 40px;
	z-index: 2;
}

.c-arrow-box__icon {
	line-height: 1;
	width: 15px;
}

.brand-series__items {
	gap: 34px;
	margin-inline: auto;
	margin-top: 34px;
	max-width: 680px;
}

.brand-series__item {
	flex: 1;
}

.brand-series__item.--gb h3 {
	border-bottom: 3px solid #a52116;
}

.brand-series__item.--sc h3 {
	border-bottom: 3px solid #0f2c6f;
}

.brand-series__content {
	left: 34px;
	line-height: 258%;
}

.brand-series__item-title {
	font-size: 60px;
	padding-bottom: 19px;
	width: 310px;
}

.brand-series__item-title span {
	font-size: 34px;
}

.brand-series__text-en {
	font-size: 32px;
	margin-top: 17px;
}

.brand-series__text-ja {
	font-size: 26px;
}

.brand-series__bg {
	height: 242px;
}

.brand-series__bg img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center right;
	object-position: center right;
}

.brand-def {
	padding-top: 48px;
}

.brand-def .s-sp {
	display: none;
}

.brand-def__desc {
	font-size: 18px;
	letter-spacing: normal;
	margin-top: 23px;
}

.brand-def__blocks {
	align-items: stretch;
	flex-direction: row;
	gap: 22px;
	justify-content: space-between;
	margin-top: 26px;
}

.brand-def__row {
	flex-direction: column;
	gap: 15px;
}

.brand-def__row.--bla {
	width: 16.6666666667%;
}

.brand-def__row.--ser {
	width: 10%;
}

.brand-def__row.--mat {
	width: 8.3333333333%;
}

.brand-def__row.--con {
	width: 12.5%;
}

.brand-def__row.--spec {
	width: 50%;
}

.brand-def__row.--cus {
	width: 12.0833333333%;
}

.brand-def__row-wrap {
	flex-direction: row;
	gap: 3px;
	width: 23.75%;
}

.brand-def__row-wrap .brand-def__row:nth-child(1) .brand-def__body::after {
	height: 100%;
	left: auto;
	right: -5px;
	width: 1px;
}

.brand-def__row-wrap .brand-def__row:nth-child(2) .brand-def__body {
	border-left: none;
}

.brand-def__head {
	height: 52px;
	width: 100%;
}

.brand-def__head.--arrow::after {
	bottom: auto;
	height: 20px;
	left: auto;
	right: 0;
	top: 50%;
	transform: rotate(-90deg) translate(-50%, 20%);
	transform-origin: top left;
}

.brand-def__head.--splg {
	height: 52px;
}

.brand-def__head-en {
	font-size: 9px;
}

.brand-def__head-en.--spec1::after {
	width: 9px;
}

.brand-def__head-en.--spec2::after {
	width: 9px;
}

.brand-def__head-ja {
	font-size: 7px;
}

.brand-def__body {
	align-items: center;
	border-bottom: none;
	border-left: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
	border-top: none;
	height: 100%;
	padding-inline: 23px;
}

.brand-def__body-text {
	font-size: 8px;
}

.brand-grade {
	margin-top: 5px;
	padding-bottom: 77px;
	padding-top: 53px;
}

.brand-grade__title {
	font-size: 21px;
}

.brand-grade__title span {
	font-size: 24px;
}

.brand-grade__items {
	flex-direction: row;
}

.brand-grade__item {
	flex: 1;
	flex-direction: column;
}

.brand-grade__head {
	flex-shrink: 0;
	height: 63px;
	width: 100%;
}

.brand-grade__head-en {
	font-size: 13px;
}

.brand-grade__head-ja {
	font-size: 10px;
}

.brand-grade__body {
	height: 100%;
	padding-block: 20px 20px;
	width: 100%;
}

.brand-grade__body-text {
	font-size: 14px;
}

}

@media screen and (min-width: 768px) and (min-width: 768px) {

.c-arrow-box {
	width: 60px;
}

.c-arrow-box__icon {
	width: 23px;
}

}

@media screen and (min-width: 1080px) {

.brand-series__items {
	flex-direction: row;
	max-width: 100%;
}

.brand-series__bg {
	height: 242px;
}

.brand-def__blocks {
	gap: 40px;
}

.brand-def__head {
	height: 90px;
}

.brand-def__head.--arrow::after {
	height: 40px;
}

.brand-def__head.--splg {
	height: 90px;
}

.brand-def__head-en {
	font-size: 16px;
}

.brand-def__head-en.--spec1::after {
	width: 12px;
}

.brand-def__head-en.--spec2::after {
	width: 12px;
}

.brand-def__head-ja {
	font-size: 12px;
}

.brand-def__body-text {
	font-size: 14px;
}

.brand-grade__head {
	height: 80px;
}

.brand-grade__head-en {
	font-size: 17px;
}

.brand-grade__head-ja {
	font-size: 14px;
}

.brand-grade__body-text {
	font-size: 19px;
}

}

