.s-sp {
	display: none;
}

/* product */

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

.product__wrap {
	margin: 0 auto;
	max-width: 500px;
}

.c-product__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-weight: bold;
	gap: 14px;
	line-height: 1;
}

.c-product__title-en {
	font-size: 28px;
}

.c-product__title-ja {
	font-size: 13px;
}

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

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

/* product-head */

.product-head__wrap {
	padding-inline: 25px;
}

.product-head__item {
	border: 1px solid #fff;
	display: block;
	height: 125px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

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

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

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

.product-head__item.--gb h3 {
	border-bottom: 2px solid #b40000;
}

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

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

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

.product-head__text {
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
}

.product-head__text span {
	font-size: 17px;
}

.product-head__bg {
	display: flex;
	height: 100%;
	justify-content: center;
}

.product-head__bg img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center right;
	object-position: center right;
}

.product-head__list {
	display: flex;
	gap: 3px;
	justify-content: center;
	margin-top: 16px;
}

.product-head__list li + .product-head__list li {
	position: relative;
}

.product-head__list li + li::before {
	color: #b40000;
	content: "｜";
	font-size: 17px;
	font-weight: bold;
	padding-right: 3px;
}

.product-head__link {
	font-size: 17px;
	font-weight: bold;
}

/* product-about */

.product-about {
	margin-top: 23px;
	padding-bottom: 20px;
	padding-top: 47px;
}

.product-about.--sc {
	background: url(../images/brand/sc-about-sp.webp) no-repeat center top/contain;
}

.product-about.--gb {
	background: url(../images/brand/gb-about-sp.webp) no-repeat center top/contain;
}

.product-about__wrap {
	padding-inline: 24px;
}

.product-about__content {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 31px;
}

.product-about__text {
	font-feature-settings: "palt" 1;
	font-size: 14px;
	line-height: 1.9285714286;
}

.product-about__imgs {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.product-about__img {
	aspect-ratio: 32/20;
}

/* product-report */

.product-report {
	padding-bottom: 40px;
	padding-top: 47px;
	position: relative;
}

.product-report__bg-imgs {
	display: flex;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.product-report__bg-imgs::after {
	aspect-ratio: 1520/301;
	background: url(../images/brand/or-report.webp) no-repeat center bottom/contain;
	bottom: -1px;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.product-report__bg-img {
	height: 200px;
	width: 50%;
}

.product-report__bg-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.product-report__wrap {
	padding-inline: 24px;
}

.product-report__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 21px;
}

.product-report__head {
	display: contents;
}

.product-report__desc {
	order: 1;
}

.product-report__button {
	align-items: center;
	background: #fccf00;
	border-radius: 8px;
	display: flex;
	gap: 13px;
	justify-content: center;
	margin-top: 32px;
	order: 3;
	padding: 15px;
	width: 85%;
}

.product-report__button-icon {
	line-height: 1;
	width: 31px;
}

.product-report__button-text {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

.product-report__items {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 19px;
	margin-top: 20px;
	order: 2;
}

.product-report__item {
	width: calc((100% - 19px) / 2);
}

.product-report__img {
	aspect-ratio: 15/10;
	border-radius: 8px;
	overflow: hidden;
}

.product-report__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.product-report__date {
	color: #888888;
	font-size: 10px;
}

.product-report__row {
	align-items: center;
	display: flex;
	gap: 10px;
}

.product-report__row + .product-report__row {
	margin-top: 5px;
}

.product-report__row-icon {
	display: flex;
	justify-content: center;
	line-height: 1;
	width: 18px;
}

.product-report__row-icon.--map img {
	width: 12px;
}

.product-report__row-text {
	font-size: 11px;
	line-height: 1;
}

/* product-series */

.product-series {
	background: #1a1a1a;
	padding-top: 43px;
}

.product-series__wrap {
	padding-inline: 28px;
}

.product-series__inner {
	margin-top: 27px;
}

.product-series__list {
	display: none;
}

.product-series__list li + li {
	margin-top: 20px;
}

.product-series__list-button {
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	display: block;
	padding: 4px 31px;
	width: 320px;
}

.product-series__list-button.--sc {
	background: #002d73;
}

.product-series__list-button.--gb {
	background: #911e00;
}

.product-series__list-text {
	font-size: 25px;
	font-weight: bold;
}

.product-series__line-button {
	align-items: center;
	background-color: #01b231;
	background-image: url(../images/brand/bg-line.webp);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	bottom: 20px;
	display: flex;
	gap: 10px;
	left: 50%;
	margin-top: 20px;
	opacity: 0;
	padding: 14px 31px;
	pointer-events: none;
	position: fixed;
	transform: translateX(-50%);
	transition: 0.3s;
	width: 320px;
	z-index: 99;
}

.product-series__line-button.is-visible {
	opacity: 1;
	pointer-events: all;
}

.product-series__line-icon {
	line-height: 1;
	width: 43px;
}

.product-series__line-text {
	font-size: 25px;
	font-weight: bold;
}

.product-series__items {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.product-series__item {
	border-bottom: 1px solid #fff;
	padding-bottom: 25px;
}

.product-series__item:last-child {
	border: none;
}

.product-series__name {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
}

.product-series__img {
	aspect-ratio: 32/10;
	background: #fff;
	margin-top: 5px;
	overflow: hidden;
}

.product-series__img img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.product-series__row {
	align-items: start;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-top: 8px;
}

.product-series__info-item {
	font-size: 13px;
	line-height: 164%;
}

.product-series__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 5px;
	width: 89px;
}

.product-series__tag {
	background: #646464;
	border: 1px solid #929292;
	border-radius: 4px;
	line-height: 100%;
	text-align: center;
	width: 42px;
}

.product-series__tag-text {
	font-size: 9px;
}

.product-series__desc {
	font-size: 13px;
	line-height: 1.8461538462;
	margin-top: 5px;
}

.product-series__buttons {
	display: flex;
	gap: 20px;
	margin-top: 15px;
	width: 100%;
}

.product-series__button {
	align-items: center;
	border: 1px solid #fff;
	display: flex;
	gap: 20px;
	justify-content: center;
	padding-block: 6px 7px;
	width: 50%;
}

.product-series__button.--cart {
	background: #b40000;
}

.product-series__button-icon {
	line-height: 1;
	width: 17px;
}

.product-series__button-text {
	font-size: 13px;
}

/* product-link */

.product-link {
	padding-block: 30px;
}

.product-link__wrap {
	padding-inline: 24px;
}

.product-link__link {
	display: block;
	position: relative;
}

.product-link__link.--sc {
	background: url(../images/brand/bg-banner-sc.webp) no-repeat bottom right/cover;
}

.product-link__link.--gb {
	background: url(../images/brand/bg-banner-gb.webp) no-repeat bottom right/cover;
}

.product-link__content {
	display: flex;
	flex-direction: column;
	font-weight: bold;
	gap: 10px;
	left: 44px;
	line-height: 1;
	position: absolute;
	top: 41px;
}

.product-link__title {
	font-size: 26px;
}

.product-link__desc {
	font-size: 13px;
}

.product-link__bg {
	height: 145px;
	overflow: hidden;
	width: 100%;
}

.product-link__bg img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.product-link.--gb img {
	width: -moz-fit-content;
	width: fit-content;
	-o-object-position: right center;
	object-position: right center;
}

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

.s-sp {
	display: block;
}

.product {
	padding-top: 75px;
}

.product__wrap {
	max-width: 1260px;
	padding-inline: 30px;
}

.c-product__title-en {
	font-size: 64px;
}

.c-product__title-ja {
	font-size: 21px;
}

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

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

.product-head__item.--sc h3 {
	border-bottom: none;
	border-right: 3px solid #0f2c6f;
}

.product-head__item.--gb h3 {
	border-bottom: none;
	border-right: 3px solid #b40000;
}

.product-head__item {
	height: 200px;
}

.product-head__content {
	align-items: center;
	display: flex;
	gap: 39px;
	left: 34px;
	left: 51px;
	line-height: 208%;
	top: 53px;
}

.product-head__item-title {
	font-size: 80px;
	line-height: 52%;
	padding-bottom: 0px;
	padding-right: 39px;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.product-head__item-title span {
	font-size: 32px;
	padding-left: 0;
}

.product-head__text {
	font-size: 23px;
	font-weight: bold;
	margin-top: 0;
}

.product-head__text span {
	font-size: 41px;
}

.product-head__list {
	gap: 1em;
	margin-top: 45px;
}

.product-head__list li + li::before {
	font-size: 32px;
	padding-right: 1em;
}

.product-head__link {
	font-size: 32px;
}

.product-about {
	margin-top: 42px;
	padding-bottom: 102px;
	padding-top: 66px;
}

.product-about.--sc {
	background: url(../images/brand/sc-about-pc.webp) no-repeat center top/contain;
}

.product-about.--gb {
	background: url(../images/brand/gb-about-pc.webp) no-repeat center top/contain;
}

.product-about__wrap {
	max-width: 1140px;
}

.product-about__content {
	align-items: center;
	flex-direction: row;
	gap: 40px;
	margin-top: 80px;
}

.product-about__body {
	display: flex;
	flex-direction: column;
	gap: 39px;
}

.product-about__text {
	font-feature-settings: "palt" 0;
	font-size: 18px;
	line-height: 2.1111111111;
}

.product-about__imgs {
	flex-shrink: 0;
	width: 41%;
}

.product-report {
	padding-bottom: 83px;
	padding-top: 75px;
}

.product-report__bg-img {
	height: 400px;
}

.product-report__wrap {
	max-width: 800px;
}

.product-report__content {
	margin-top: 80px;
}

.product-report__desc {
	font-size: 18px;
}

.product-report__button {
	gap: 18px;
	width: 280px;
}

.product-report__button-icon {
	width: 39px;
}

.product-report__button-text {
	font-size: 18px;
}

.product-report__items {
	margin-top: 27px;
}

.product-report__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	line-height: 1;
	margin-top: 18px;
}

.product-report__name {
	font-size: 20px;
}

.product-report__date {
	font-size: 16px;
}

.product-report__row + .product-report__row {
	margin-top: 0;
}

.product-report__row-icon {
	width: 29px;
}

.product-report__row-icon.--map img {
	width: 20px;
}

.product-report__row-text {
	font-size: 14px;
}

.product-series {
	padding-top: 60px;
}

.product-series__inner {
	align-items: start;
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 75px;
	padding-bottom: 30px;
	position: relative;
}

.product-series__nav {
	align-self: flex-start;
	height: auto;
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
	width: auto;
	z-index: 10;
}

.product-series__list {
	display: block;
}

.product-series__line-icon {
	width: 50px;
}

.product-series__line-text {
	font-size: 32px;
}

.product-series__items {
	gap: 43px;
	max-width: 740px;
}

.product-series__item {
	padding-bottom: 56px;
}

.product-series__name {
	font-size: 30px;
	line-height: 1;
}

.product-series__img {
	aspect-ratio: 74/24;
	margin-top: 21px;
}

.product-series__row {
	margin-top: 17px;
}

.product-series__info-item {
	font-size: 14px;
	line-height: 152%;
}

.product-series__tags {
	gap: 10px;
	margin-top: 8px;
	width: 350px;
}

.product-series__tag {
	padding-block: 5px 5px;
	width: 80px;
}

.product-series__tag-text {
	font-size: 14px;
}

.product-series__desc {
	font-size: 14px;
	line-height: 1.8571428571;
	margin-top: 12px;
}

.product-series__buttons {
	gap: 40px;
	margin-top: 24px;
}

.product-series__button {
	gap: 37px;
	padding-block: 11px 13px;
}

.product-series__button-icon {
	width: 41px;
}

.product-series__button-text {
	font-size: 28px;
}

.product-link {
	padding-block: 81px;
}

.product-link__wrap {
	display: flex;
}

.product-link__link {
	width: 50%;
}

.product-link__content {
	gap: 31px;
	left: 20px;
	top: 86px;
}

.product-link__title {
	font-size: 46px;
}

.product-link__desc {
	font-size: 18px;
}

.product-link__bg {
	height: 280px;
}

}

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

.product-report__wrap {
	max-width: 1260px;
}

.product-report__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.product-report__button {
	margin-top: 0;
}

.product-report__items {
	flex-wrap: nowrap;
	gap: 27px;
}

.product-report__item {
	width: 100%;
}

.product-series__inner {
	align-items: flex-start;
	justify-content: space-between;
}

.product-series__nav {
	align-self: flex-start;
	height: auto;
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
	width: auto;
	z-index: 10;
}

.product-series__list {
	display: block;
}

.product-series__line-button {
	left: 0;
	opacity: 1;
	padding: 17px 31px;
	pointer-events: all;
	position: static;
	transform: translateX(0%);
}

.product-link__content {
	left: 72px;
}

}

