body.page-little-trees {
	--brand-color: #0f8048;
}

body.page-smartkidsbelt {
	--brand-color: #a32835;
}

body.page-wd-40 {
	--brand-color: #3c4a93;
}

body.page-minacute {
	--brand-color: #544194;
}

body.page-zipit {
	--brand-color: #db3e38;
}

html {
	scroll-padding-top: 50px;
}

.p-brand-about {
	padding: 40px 0 60px;
}

.p-brand-about.l-container-wide,
.p-brand-about.l-container {
	padding-left: 20px;
	padding-right: 20px;
}

.p-brand-about__head {
	margin-bottom: 40px;
}

.p-brand-about__inner {
	grid-gap: 20px;
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
}

.p-brand-about__img-wrap {
	margin: 0 auto;
	order: 2;
	width: 60%;
}

.p-brand-about__img-wrap picture {
	display: block;
}

.p-brand-about__img-wrap img {
	display: block;
	height: auto;
	width: 100%;
}

.p-brand-about__inner--img-first .p-brand-about__img-wrap {
	margin: 0 auto;
	order: 0;
	width: 60%;
}

.p-brand-about__catch {
	color: var(--brand-color, var(--color-main));
	font-family: "Oswald", sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 24px;
	text-align: center;
}

.p-brand-about__catch--ja {
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
	font-size: 22px;
}

.p-brand-about__caution {
	-webkit-text-decoration: underline;
	color: var(--color-main);
	display: block;
	font-size: 14px;
	margin-bottom: 32px;
	margin-top: 24px;
	text-decoration: underline;
}

.p-brand-about__product {
	align-items: flex-start;
	border: 1px solid var(--brand-color);
	display: flex;
	padding: 24px 20px;
}

.p-brand-about__product-img {
	flex-shrink: 0;
	width: 35%;
}

.p-brand-about__product-img picture {
	display: block;
	height: 100%;
}

.p-brand-about__product-img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-brand-about__product-info {
	align-items: flex-end;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	padding: 0 16px;
	padding-right: 0;
	text-align: right;
}

.p-brand-about__product-name {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

.p-brand-about__product-price {
	color: #666;
	font-size: 14px;
	margin: 0;
}

.p-brand-about__product-btn {
	-webkit-text-decoration: none;
	align-items: center;
	border: 1px solid var(--color-text);
	color: var(--color-text);
	display: inline-flex;
	font-size: 14px;
	gap: 10px;
	padding: 10px 14px;
	text-decoration: none;
	white-space: nowrap;
}

.p-brand-about__product-btn img {
	flex-shrink: 0;
	height: auto;
	width: 22px;
}

.p-brand-about__lead {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
	margin: 0 0 32px;
	text-align: center;
}

.p-brand-about__text {
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
}

.p-brand-about__text p {
	margin: 0 0 1.4em;
}

.p-brand-about__text p:last-child {
	margin-bottom: 0;
}

.p-brand-awards {
	background: var(--color-bg);
	padding: 60px 0;
}

.p-brand-awards__head {
	margin-bottom: 48px;
}

.p-brand-awards__list {
	grid-gap: 16px;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin: 0 auto;
	max-width: 840px;
	padding: 0;
}

.p-brand-awards__item {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.p-brand-awards__img {
	align-items: center;
	aspect-ratio: 1/1;
	background: #fff;
	border: 1px solid var(--brand-color, var(--color-main));
	display: flex;
	justify-content: center;
	padding: 0;
}

.p-brand-awards__img picture {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.p-brand-awards__img img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-brand-awards__caption {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0;
	text-align: center;
}

.p-brand-awards-slide {
	padding: 60px 0 80px;
}

.p-brand-awards-slide__head {
	margin-bottom: 48px;
	padding: 0 20px;
}

.p-brand-awards-slide__viewport {
	overflow: hidden;
	width: 100%;
}

.p-brand-awards-slide__track {
	animation: awards-marquee 100s linear infinite;
	display: flex;
	width: -moz-max-content;
	width: max-content;
	will-change: transform;
}

.p-brand-awards-slide__img {
	display: block;
	flex-shrink: 0;
	height: 120px;
	width: auto;
}

.p-brand-points {
	padding: 40px 0 80px;
}

.p-brand-points.l-container-wide,
.p-brand-points.l-container {
	padding-left: 20px;
	padding-right: 20px;
}

.p-brand-points__head {
	margin-bottom: 20px;
}

.p-brand-points__list {
	grid-gap: 40px;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr;
	padding-top: 0;
}

.p-brand-points__cta {
	margin-top: 60px;
	text-align: center;
}

.p-brand-points__cta .v-more {
	min-width: 260px;
	width: auto;
}

.c-brand-point {
	--c-brand-point-color: var(--brand-color, var(--color-main));
	border: 1px solid var(--c-brand-point-color);
	margin-top: 32px;
	padding: 24px 18px;
	position: relative;
}

.c-brand-point__badge {
	align-items: center;
	background: var(--c-brand-point-color);
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: "Oswald", sans-serif;
	gap: 1px;
	height: 64px;
	justify-content: center;
	left: -10px;
	line-height: 1;
	position: absolute;
	top: -30px;
	width: 64px;
}

.c-brand-point__badge-label {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.c-brand-point__badge-num {
	font-size: 24px;
	font-weight: 500;
}

.c-brand-point__img {
	aspect-ratio: 4/3;
	margin: 0 auto 20px;
	overflow: hidden;
	width: 70%;
}

.c-brand-point__img img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.c-brand-point__content {
	padding: 0;
}

.c-brand-point__title-group {
	display: table;
	margin: 0 auto 40px;
}

.c-brand-point__title-group .c-brand-point__title {
	text-align: center;
}

.c-brand-point__title-group .c-brand-point__divider {
	width: 100%;
}

.c-brand-point__title {
	color: var(--c-brand-point-color);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 14px;
	text-align: center;
}

.c-brand-point__divider {
	background: var(--c-brand-point-color);
	border: none;
	height: 1px;
	margin: 0 0 16px;
}

.c-brand-point__text {
	font-size: 14px;
	line-height: 1.9;
	margin: 0 0 10px;
}

.c-brand-point__text:last-child {
	margin-bottom: 0;
}

.c-brand-point__caution {
	color: var(--color-main);
	font-size: 14px;
	line-height: 1.7;
	margin: 16px 0 0;
}

.p-brand-series {
	background: var(--color-bg);
	padding: 60px 0 80px;
}

.p-brand-series__head {
	margin-bottom: 48px;
}

.p-brand-series__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin: 0 auto;
	max-width: 840px;
}

.p-brand-series__item {
	-webkit-text-decoration: none;
	border-bottom: 1px solid #ddd;
	color: var(--color-text);
	padding-bottom: 16px;
	text-decoration: none;
	width: calc(50% - 10px);
}

.p-brand-series__item:hover {
	opacity: 0.8;
}

.p-brand-series__img {
	aspect-ratio: 1;
	border: 1px solid var(--color-border);
	margin-bottom: 12px;
	overflow: hidden;
}

.p-brand-series__img picture {
	display: block;
	height: 100%;
	width: 100%;
}

.p-brand-series__img img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-brand-series__name {
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

.p-brand-series__cta {
	margin-top: 56px;
	text-align: center;
}

.p-brand-series__cta .v-more {
	min-width: 260px;
	width: auto;
}

.p-brand-site {
	padding: 40px 0 40px;
}

.p-brand-site.l-container-wide,
.p-brand-site.l-container {
	padding-left: 20px;
	padding-right: 20px;
}

.p-brand-site__inner {
	align-items: center;
	aspect-ratio: 1;
	background-image: var(--bg-sp);
	background-position: center;
	background-size: cover;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 0 24px;
	text-align: center;
}

.p-brand-site__content {
	position: relative;
	z-index: 1;
}

.p-brand-site__title {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 6px;
}

.p-brand-site__subtitle {
	color: #fff;
	font-size: 14px;
	margin: 0 0 20px;
}

.p-brand-site__text {
	color: #fff;
	font-size: 16px;
	margin: 0 0 32px;
}

.p-brand-site .v-more {
	min-width: 220px;
	width: auto;
}

.p-brand-anchor {
	background: #fff;
	position: relative;
	top: 0;
	z-index: 99;
}

.p-brand-anchor.is-fixed {
	border-bottom: 1px solid var(--color-border);
	left: 0;
	position: fixed;
	width: 100%;
}

.p-brand-anchor.is-fixed .p-brand-anchor__link {
	padding: 5px 28px;
}

.p-brand-anchor__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0 20px;
}

.p-brand-anchor__link {
	-webkit-text-decoration: none;
	align-items: center;
	color: var(--color-text);
	display: flex;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 700;
	gap: 6px;
	padding: 16px 20px;
	text-decoration: none;
	transition: color 0.2s;
	white-space: nowrap;
}

.p-brand-anchor__link::before {
	border-bottom: 1px solid currentColor;
	border-right: 1px solid currentColor;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 7px;
	margin-top: -4px;
	transform: rotate(45deg);
	width: 7px;
}

.p-brand-anchor__link:hover {
	color: var(--color-main);
	opacity: 1;
}

.c-brand-point__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-brand-point__list li {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 0.4em;
	padding-left: 1.2em;
	position: relative;
}

.c-brand-point__list li:last-child {
	margin-bottom: 0;
}

.c-brand-point__list li::before {
	content: "・";
	left: 0;
	position: absolute;
}

.c-brand-point__products {
	grid-gap: 20px 16px;
	display: grid;
	gap: 20px 16px;
	grid-template-columns: repeat(2, 1fr);
}

.c-brand-point__product-img {
	aspect-ratio: 4/3;
	margin-bottom: 0;
	overflow: hidden;
}

.c-brand-point__product-img picture {
	display: block;
	height: 100%;
	width: 100%;
}

.c-brand-point__product-img img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.c-brand-point__product-name {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 14px;
	line-height: 1.1;
	margin: 0;
	padding: 10px 0 12px;
	text-align: center;
}

.p-brand-social {
	padding: 60px 0 80px;
}

.p-brand-social__head {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 32px;
	padding-left: 20px;
	padding-right: 20px;
}

.p-brand-social__head .c-sec-heading {
	align-self: flex-start;
}

.p-brand-social__sns-link {
	-webkit-text-decoration: none;
	align-items: center;
	background: var(--brand-color, var(--color-main));
	color: #fff;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	padding: 8px 12px;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.p-brand-social__sns-link:hover {
	color: #fff;
}

.p-brand-social__sns-link svg {
	display: block;
	flex-shrink: 0;
	height: 18px;
	width: 18px;
}

.p-brand-social__sns-arrow {
	display: block;
	flex-shrink: 0;
	height: 13px;
	transform: rotate(-18deg);
	width: 30px;
}

.p-brand-social__sns-list {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 8px;
}

.p-brand-social__sns-link--outline {
	background: transparent;
	border: 1px solid var(--brand-color, var(--color-main));
	color: var(--brand-color, var(--color-main));
}

.p-brand-social__sns-link--outline:hover {
	color: var(--brand-color, var(--color-main));
}

.p-brand-social__grid {
	grid-gap: 4px;
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(2, 1fr);
}

.p-brand-social__item {
	aspect-ratio: 1/1;
	display: block;
	overflow: hidden;
}

.p-brand-social__item picture {
	display: block;
	height: 100%;
	width: 100%;
}

.p-brand-social__item img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.p-brand-social__item:hover img {
	transform: scale(1.05);
}

.p-brand-social__account {
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
}

.p-brand-social__account-link {
	-webkit-text-decoration: none;
	align-items: center;
	background: var(--color-text);
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 12px;
	padding: 12px 24px;
	text-decoration: none;
	transition: opacity 0.2s;
}

.p-brand-social__account-link:hover {
	color: #fff;
	opacity: 0.7;
}

.p-brand-social__inline-head {
	align-items: center;
	display: flex;
	gap: 16px;
}

.p-brand-social__heading-en {
	color: var(--color-text);
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.p-brand-social__heading-sep {
	background: var(--color-text);
	display: block;
	flex-shrink: 0;
	height: 2px;
	width: 28px;
}

.p-brand-social__heading-ja {
	color: var(--color-text);
	font-size: 14px;
}

.p-brand-products {
	padding: 60px 0 80px;
}

.p-brand-products__head {
	margin-bottom: 48px;
}

.p-brand-products__list {
	grid-gap: 120px 16px;
	display: grid;
	gap: 120px 16px;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	margin: 0 0 56px;
	padding: 0;
}

.p-brand-products__item {
	overflow: visible;
	position: relative;
}

.p-brand-products__item.is-active .p-brand-products__picture--default {
	opacity: 0;
}

.p-brand-products__item.is-active .p-brand-products__hover::before {
	clip-path: inset(0 0 0 0);
}

.p-brand-products__item.is-active .p-brand-products__hover-img {
	opacity: 1;
}

.p-brand-products__item.is-active .p-brand-products__hover-text {
	opacity: 1;
}

.p-brand-products__card {
	overflow: visible;
	position: relative;
}

.p-brand-products--no-border .p-brand-products__img {
	border: none;
}

.p-brand-products__img {
	aspect-ratio: 1280/720;
	border: 1px solid var(--color-border);
	border-radius: 0;
	overflow: hidden;
	position: relative;
}

.p-brand-products__img picture {
	display: block;
	height: 100%;
	width: 100%;
}

.p-brand-products__img img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-brand-products__picture {
	transition: opacity 0.35s ease;
}

.p-brand-products__picture--default {
	position: relative;
	z-index: 1;
}

.p-brand-products__picture--hover {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.p-brand-products__hover {
	color: var(--color-text);
	display: flex;
	flex-direction: column;
	height: auto;
	left: -12px;
	min-height: calc(100% + 24px);
	padding: 10px;
	pointer-events: none;
	position: absolute;
	top: -12px;
	width: calc(100% + 24px);
}

.p-brand-products__hover::before {
	background: #fff;
	border: 1px solid var(--brand-color, var(--color-main));
	bottom: 0;
	clip-path: inset(100% 0 0 0);
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: clip-path 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-brand-products__hover-img {
	aspect-ratio: 1280/720;
	flex-shrink: 0;
	opacity: 0;
	overflow: hidden;
	position: relative;
	transition: opacity 0.2s ease 0.1s;
	width: 100%;
	z-index: 5;
}

.p-brand-products__hover-img img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-brand-products__hover-text {
	flex-shrink: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
	opacity: 0;
	padding: 16px 0;
	position: relative;
	transition: opacity 0.2s ease 0.1s;
	z-index: 5;
}

.p-brand-products__name {
	border-bottom: 1px solid var(--color-text);
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 16px 0 0;
	padding-bottom: 12px;
}

.p-brand-products__cta {
	text-align: center;
}

.p-brand-products__slider-nav {
	display: none;
}

.p-brand-products__slider-btn {
	align-items: center;
	background: var(--color-text);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 56px;
	justify-content: center;
	transition: opacity 0.2s;
	width: 56px;
}

.p-brand-products__slider-btn:hover {
	opacity: 0.7;
}

.p-brand-products__slider-btn:disabled {
	cursor: default;
	opacity: 0.3;
}

.p-brand-products__slider-btn svg {
	display: block;
	flex-shrink: 0;
	margin-bottom: 5px;
}

.p-brand-lineup {
	padding: 60px 0 80px;
}

.p-brand-lineup.l-container-wide,
.p-brand-lineup.l-container {
	padding-left: 20px;
	padding-right: 20px;
}

.p-brand-lineup__inner {
	border: 2px solid var(--brand-color, var(--color-main));
	padding: 40px 24px 40px;
}

.p-brand-lineup__head {
	margin-bottom: 40px;
}

.p-brand-lineup__brands {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: center;
	margin-bottom: 32px;
}

.p-brand-lineup__brands img {
	display: block;
	margin: 0 auto;
	width: 80%;
}

.p-brand-lineup__desc {
	font-size: 14px;
	line-height: 2;
	margin: 0 0 40px;
}

.p-brand-lineup__new {
	color: var(--color-main);
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	margin: 0 0 16px;
}

.p-brand-lineup__list {
	grid-gap: 20px 12px;
	display: grid;
	gap: 20px 12px;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}

.p-brand-lineup__item {
	text-align: center;
}

.p-brand-lineup__item.is-hidden {
	display: none;
}

.p-brand-lineup__img {
	margin-bottom: 10px;
}

.p-brand-lineup__img picture {
	display: block;
}

.p-brand-lineup__img img {
	display: block;
	height: auto;
	width: 100%;
}

.p-brand-lineup__name {
	border: 1px solid var(--brand-color, var(--color-main));
	color: var(--brand-color, var(--color-main));
	display: inline-block;
	font-size: 14px;
	padding: 3px 10px;
}

.p-brand-lineup__more {
	align-items: center;
	background: none;
	border: none;
	color: var(--color-text);
	cursor: pointer;
	display: flex;
	font-size: 18px;
	gap: 8px;
	justify-content: center;
	padding: 16px;
	transition: opacity 0.2s;
	width: 100%;
}

.p-brand-lineup__more:hover {
	opacity: 0.6;
}

.p-brand-lineup__more::after {
	border-bottom: 1px solid var(--color-text);
	border-right: 1px solid var(--color-text);
	content: "";
	display: block;
	height: 8px;
	margin-top: -4px;
	transform: rotate(45deg);
	width: 8px;
}

.p-brand-lineup__group {
	margin-bottom: 60px;
}

.p-brand-lineup__group:last-child {
	margin-bottom: 0;
}

.p-brand-lineup__group-inner {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p-brand-lineup__group-inner .p-brand-lineup__detail-head {
	display: none;
}

.p-brand-lineup__group-inner .p-brand-lineup__products {
	display: none;
}

.p-brand-lineup__group-inner .p-brand-lineup__filters {
	order: 1;
}

.p-brand-lineup__group-inner .p-brand-lineup__showcase {
	order: 2;
}

.p-brand-lineup__group-inner .p-brand-lineup__product-name {
	order: 3;
}

.p-brand-lineup__group-inner .p-brand-lineup__product-text {
	order: 4;
}

.p-brand-lineup__showcase {
	background: #f0f0f0;
	margin: 0 auto 16px;
	margin-bottom: 16px;
	padding: 10px 20px;
	width: 55%;
}

.p-brand-lineup__showcase picture {
	display: block;
}

.p-brand-lineup__showcase img {
	-o-object-fit: contain;
	aspect-ratio: 1;
	display: block;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
	width: 100%;
}

.p-brand-lineup__showcase-name {
	display: none;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 10px;
}

.p-brand-lineup__showcase-tags {
	display: none;
	flex-wrap: wrap;
	gap: 6px;
}

.p-brand-lineup__showcase-tag {
	border: 1px solid var(--color-text);
	font-size: 12px;
	padding: 3px 10px;
}

.p-brand-lineup__detail {
	flex: 1;
	min-width: 0;
}

.p-brand-lineup__logo-row {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
	margin-bottom: 20px;
}

.p-brand-lineup__logo-img {
	flex-shrink: 0;
	height: 56px;
	width: auto;
}

.p-brand-lineup__logo-tagline {
	color: var(--brand-color);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	margin: 0;
}

.p-brand-lineup__group-divider {
	background: #ddd;
	border: none;
	height: 1px;
	margin: 0 0 28px;
}

.p-brand-lineup__filters {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 32px;
}

.p-brand-lineup__filter-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.p-brand-lineup__filter-btn {
	align-items: center;
	background: #fff;
	border: 1px solid var(--color-text);
	color: var(--color-text);
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	gap: 6px;
	padding: 3px 7px;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
	white-space: nowrap;
	width: auto;
}

.p-brand-lineup__filter-btn::before {
	background: #ffcc00;
	border-radius: 50%;
	content: "";
	display: none;
	flex-shrink: 0;
	height: 8px;
	width: 8px;
}

.p-brand-lineup__filter-btn:hover {
	opacity: 0.7;
}

.p-brand-lineup__filter-btn[hidden] {
	display: none;
}

.p-brand-lineup__filter-btn.is-active {
	background: var(--brand-color, var(--color-main));
	border-color: var(--brand-color, var(--color-main));
	color: #fff;
}

.p-brand-lineup__filter-btn.is-active::before {
	display: block;
}

.p-brand-lineup__product-name {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 12px;
}

.p-brand-lineup__product-text {
	font-size: 14px;
	line-height: 1.9;
	margin: 0;
}

.p-brand-lineup__products {
	display: none;
}

.p-brand-lineup__specialist-head {
	margin-bottom: 28px;
}

.p-brand-lineup__specialist-grid {
	grid-gap: 24px 16px;
	background: var(--color-bg);
	display: grid;
	gap: 24px 16px;
	grid-template-columns: 1fr;
	padding: 20px;
}

.p-brand-lineup__specialist-grid > li {
	grid-gap: 0 12px;
	align-items: start;
	display: grid;
	gap: 0 12px;
	grid-template-columns: 100px 1fr;
}

.p-brand-lineup__specialist-text,
.p-brand-lineup__specialist-more {
	grid-column: 1/-1;
}

.p-brand-lineup__specialist-img {
	margin-bottom: 0;
}

.p-brand-lineup__specialist-img picture {
	display: block;
}

.p-brand-lineup__specialist-img img {
	-o-object-fit: contain;
	aspect-ratio: 1;
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-brand-lineup__specialist-name {
	align-self: center;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 8px;
}

.p-brand-lineup__specialist-text {
	display: none;
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}

.p-brand-lineup__specialist-text.is-open {
	display: block;
}

.p-brand-lineup__specialist-more {
	align-items: center;
	background: none;
	border: 1px solid var(--brand-color, var(--color-main));
	color: var(--brand-color, var(--color-main));
	cursor: pointer;
	display: inline-flex;
	font-family: "Oswald", sans-serif;
	font-size: 13px;
	font-weight: 400;
	gap: 6px;
	margin-top: 8px;
	padding: 5px 14px;
	transition: background 0.2s, color 0.2s;
}

.p-brand-lineup__specialist-more:hover {
	background: var(--brand-color, var(--color-main));
	color: #fff;
}

.p-brand-lineup__specialist-more::after {
	border-bottom: 1px solid currentColor;
	border-right: 1px solid currentColor;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 6px;
	margin-top: -3px;
	transform: rotate(45deg);
	transition: transform 0.2s, margin-top 0.2s;
	width: 6px;
}

.p-brand-lineup__specialist-more.is-open::after {
	margin-top: 3px;
	transform: rotate(225deg);
}

.p-brand-lineup__category-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin: 0 auto;
	max-width: 840px;
}

.p-brand-lineup__category-item {
	-webkit-text-decoration: none;
	border-bottom: 1px solid #ddd;
	color: var(--color-text);
	padding-bottom: 16px;
	text-decoration: none;
	width: calc(50% - 10px);
}

.p-brand-lineup__category-item:hover {
	opacity: 0.8;
}

.p-brand-lineup__category-img {
	aspect-ratio: 1;
	border: 1px solid var(--color-border);
	margin-bottom: 12px;
	overflow: hidden;
}

.p-brand-lineup__category-img picture {
	display: block;
	height: 100%;
	width: 100%;
}

.p-brand-lineup__category-img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-brand-lineup__category-name {
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

.p-brand-lineup__cta {
	margin-top: 60px;
	text-align: center;
}

.p-brand-lineup--light-bg {
	background: var(--color-bg);
}

.p-brand-lineup--brand-bg {
	background: var(--brand-color, var(--color-main));
	padding: 40px 24px 56px;
}

.p-brand-lineup--brand-bg.l-container-wide {
	margin-top: 0;
}

.p-brand-lineup--brand-bg .p-brand-lineup__cta {
	margin-top: 40px;
}

.p-brand-lineup__inline-head {
	align-items: flex-end;
	display: flex;
	gap: 16px;
	margin-bottom: 32px;
}

.p-brand-lineup__heading-en {
	color: var(--color-text);
	font-family: "Oswald", sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
}

.p-brand-lineup__heading-sep {
	display: none;
}

.p-brand-lineup__heading-ja {
	align-items: center;
	color: var(--color-text);
	display: flex;
	font-size: 12px;
	font-weight: 600;
	gap: 10px;
	line-height: 1.2;
}

.p-brand-lineup__heading-ja::before {
	background: var(--brand-color, var(--color-main));
	content: "";
	display: block;
	flex-shrink: 0;
	height: 1px;
	width: 20px;
}

.p-brand-lineup__product-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	margin: 0 auto;
	max-width: 920px;
	padding: 20px;
}

.p-brand-lineup__product-card {
	width: calc(50% - 15px);
}

.p-brand-lineup__product-img-wrap {
	background: #f2f2f2;
	margin-bottom: 8px;
	padding: 0;
}

.p-brand-lineup__product-img-wrap picture {
	display: block;
}

.p-brand-lineup__product-img-wrap img {
	-o-object-fit: contain;
	display: block;
	height: 140px;
	object-fit: contain;
	width: 100%;
}

.p-brand-lineup__product-series-name {
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	color: var(--color-text);
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
	padding-bottom: 10px;
}

.p-brand-howto {
	background: var(--color-bg);
	padding: 60px 0 80px;
}

.p-brand-howto__head {
	margin-bottom: 48px;
}

.p-brand-howto__inner {
	align-items: stretch;
	display: flex;
	flex-direction: column;
}

.p-brand-howto__step {
	grid-gap: 4px 16px;
	align-items: start;
	background: #fff;
	border: 1px solid #ddd;
	display: grid;
	flex: 1;
	gap: 4px 16px;
	grid-template-columns: 1fr 120px;
	grid-template-rows: auto 1fr;
	padding: 20px;
	text-align: left;
	width: 100%;
}

.p-brand-howto__num {
	color: var(--brand-color, var(--color-main));
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 32px;
	font-weight: 400;
	grid-column: 1;
	grid-row: 1;
	line-height: 1;
	margin-bottom: 0;
}

.p-brand-howto__text {
	align-self: start;
	font-size: 14px;
	grid-column: 1;
	grid-row: 2;
	line-height: 1.8;
	margin: 0;
}

.p-brand-howto__img {
	aspect-ratio: 1;
	grid-column: 2;
	grid-row: 1/3;
	margin-top: 0;
	overflow: hidden;
	width: 100%;
}

.p-brand-howto__img picture {
	display: block;
	height: 100%;
	width: 100%;
}

.p-brand-howto__img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-brand-howto__arrow {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	padding: 20px;
}

.p-brand-howto__arrow::before {
	border-bottom: none;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 18px solid var(--color-text);
	content: "";
	display: block;
	height: 0;
	width: 0;
}

.p-brand-howto__steps {
	grid-gap: 40px;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr;
	margin-bottom: 48px;
}

.p-brand-howto__step-item {
	display: flex;
	flex-direction: column;
}

.p-brand-howto__step-img {
	margin: 0 auto 20px;
	max-width: 240px;
}

.p-brand-howto__step-img picture {
	display: block;
}

.p-brand-howto__step-img img {
	display: block;
	height: auto;
	width: 100%;
}

.p-brand-howto__step-label {
	align-items: baseline;
	display: flex;
	gap: 4px;
	justify-content: center;
	margin-bottom: 0;
}

.p-brand-howto__step-text {
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.p-brand-howto__step-num {
	font-family: "Oswald", sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 1;
}

.p-brand-howto__step-bar {
	background: var(--brand-color);
	height: 20px;
	margin: 10px auto 20px;
	width: 1px;
}

.p-brand-howto__step-list {
	margin: 0;
	padding-left: 1.6em;
}

.p-brand-howto__step-list li {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 0.6em;
}

.p-brand-howto__step-list li:last-child {
	margin-bottom: 0;
}

.p-brand-howto__step-caution {
	color: var(--color-main);
	font-size: 14px;
	line-height: 1.7;
	margin: 14px 0 0;
	padding-left: 1.6em;
}

.p-brand-howto__note {
	background: #fff;
	border: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px 20px;
}

.p-brand-howto__note-imgs {
	grid-gap: 12px;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, 1fr);
}

.p-brand-howto__note-img-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.p-brand-howto__note-img-item p {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

.p-brand-howto__note-img picture {
	display: block;
}

.p-brand-howto__note-img img {
	display: block;
	height: auto;
	width: 100%;
}

.p-brand-howto__note-title {
	color: #e83b30;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 14px;
}

.p-brand-howto__note-text {
	font-size: 14px;
	line-height: 1.9;
	margin: 0;
}

.p-brand-spec {
	padding: 60px 0 80px;
}

.p-brand-spec__head {
	margin-bottom: 40px;
}

.p-brand-spec__table {
	border: 1px solid #ddd;
	width: 100%;
}

.p-brand-spec__row {
	border-top: 1px solid #ddd;
	display: flex;
}

.p-brand-spec__row:first-child {
	border-top: none;
}

.p-brand-spec__term {
	align-items: center;
	background: var(--color-bg);
	border-right: 1px solid #ddd;
	display: flex;
	flex: 0 0 120px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	padding: 20px 14px;
}

.p-brand-spec__desc {
	flex: 1;
	font-size: 14px;
	line-height: 1.9;
	margin: 0;
	padding: 20px 14px;
}

.p-brand-spec__caution {
	color: var(--color-main);
	display: block;
	font-size: 14px;
	line-height: 1.8;
}

.p-brand-gallery {
	background: var(--color-bg);
	padding: 40px 20px;
}

.p-brand-gallery__list {
	grid-gap: 2px;
	display: grid;
	gap: 2px;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	max-width: 840px;
}

.p-brand-gallery__item {
	aspect-ratio: 1;
	overflow: hidden;
}

.p-brand-gallery__item picture {
	display: block;
	height: 100%;
	width: 100%;
}

.p-brand-gallery__item img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-brand-gallery > .l-container-wide picture {
	display: block;
	margin: 0 auto;
	max-width: 840px;
}

.p-brand-gallery > .l-container-wide img {
	display: block;
	height: auto;
	width: 100%;
}

.p-brand-attention {
	padding: 60px 0 80px;
}

.p-brand-attention__head {
	margin-bottom: 48px;
}

.p-brand-attention__box {
	background: var(--color-bg);
	border: 1px solid var(--color-border);
	padding: 32px 20px;
}

.p-brand-attention__block {
	margin-bottom: 40px;
}

.p-brand-attention__block:last-of-type {
	margin-bottom: 0;
}

.p-brand-attention__block-title {
	color: #e83b30;
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 10px;
}

.p-brand-attention__block-divider {
	background: #e83b30;
	border: none;
	height: 1px;
	margin: 0 0 20px;
}

.p-brand-attention__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-brand-attention__list li {
	font-size: 14px;
	line-height: 1.9;
	margin-bottom: 12px;
	padding-left: 18px;
	position: relative;
}

.p-brand-attention__list li:last-child {
	margin-bottom: 0;
}

.p-brand-attention__list li::before {
	background: #e83b30;
	border-radius: 50%;
	content: "";
	flex-shrink: 0;
	height: 8px;
	left: 0;
	position: absolute;
	top: 0.55em;
	width: 8px;
}

.p-brand-attention__text {
	font-size: 14px;
	line-height: 1.9;
	margin: 0 0 14px;
}

.p-brand-attention__text:last-child {
	margin-bottom: 0;
}

.p-brand-attention__pdf {
	-webkit-text-decoration: none;
	align-items: center;
	background: #fff;
	border: 1px solid #ccc;
	color: var(--color-text);
	display: inline-flex;
	font-size: 14px;
	gap: 12px;
	margin-top: 20px;
	padding: 10px 20px;
	text-decoration: none;
}

.p-brand-attention__pdf:hover {
	-webkit-text-decoration: none;
	opacity: 0.7;
	text-decoration: none;
}

.p-brand-attention__pdf img {
	flex-shrink: 0;
	height: auto;
	width: 28px;
}

.p-brand-attention__auth {
	border-top: 1px solid var(--color-border);
	margin-top: 52px;
	padding-top: 48px;
}

.p-brand-attention__auth-head {
	margin-bottom: 36px;
}

.p-brand-attention__auth-grid {
	display: none;
}

.p-brand-attention__auth-intro {
	margin-bottom: 8px;
	text-align: center;
}

.p-brand-attention__auth-intro-title {
	color: var(--color-main);
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 8px;
}

.p-brand-attention__auth-intro-text {
	font-size: 13px;
	line-height: 1.8;
	margin: 0;
}

.p-brand-attention__auth-item {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.p-brand-attention__auth-img {
	text-align: center;
}

.p-brand-attention__auth-img picture {
	display: inline-block;
}

.p-brand-attention__auth-img img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}

.p-brand-attention__auth-img-inner {
	display: inline-block;
	position: relative;
}

.p-brand-attention__auth-badge {
	align-items: center;
	background: var(--color-main);
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	height: 28px;
	justify-content: center;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 1;
}

.p-brand-attention__auth-title {
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.p-brand-attention__auth-text {
	font-size: 14px;
	line-height: 1.9;
	margin: 0;
}

.p-brand-attention__auth-caution {
	color: var(--color-main);
	display: block;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 8px;
}

.p-brand-attention__auth-slider {
	background: #fff;
	padding: 24px 20px;
}

.p-brand-attention__auth-slider-viewport {
	overflow: hidden;
}

.p-brand-attention__auth-slides {
	display: flex;
	transition: transform 0.3s ease;
	will-change: transform;
}

.p-brand-attention__auth-slide {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 14px;
	justify-content: center;
	width: 100%;
}

.p-brand-attention__auth-slider-nav {
	display: flex;
	gap: 16px;
	justify-content: center;
	margin-top: 24px;
}

.p-brand-attention__auth-slider-btn {
	align-items: center;
	background: var(--color-text);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 56px;
	justify-content: center;
	transition: opacity 0.2s;
	width: 56px;
}

.p-brand-attention__auth-slider-btn:hover {
	opacity: 0.7;
}

.p-brand-attention__auth-slider-btn:disabled {
	cursor: default;
	opacity: 0.3;
}

.p-brand-attention__auth-slider-btn svg {
	display: block;
	flex-shrink: 0;
	margin-bottom: 5px;
}

.p-brand-technology {
	padding: 0 0 80px;
}

.p-brand-technology__head {
	margin-bottom: 48px;
}

.p-brand-technology__cards {
	grid-gap: 24px;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
}

.p-brand-technology__card {
	background: var(--color-bg);
	display: flex;
	flex-direction: column;
	padding: 28px 16px;
}

.p-brand-technology__card--wide :not(.p-brand-technology__tag) img {
	height: auto;
	margin: 0 auto;
	max-width: 240px;
	width: 100%;
}

.p-brand-technology__tag {
	align-items: center;
	background: var(--brand-color, var(--color-main));
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	gap: 8px;
	margin-bottom: 24px;
	padding: 6px 14px;
}

.p-brand-technology__tag-icon {
	flex-shrink: 0;
	height: auto;
	width: 22px;
}

.p-brand-technology__title {
	color: var(--brand-color, var(--color-main));
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 12px;
}

.p-brand-technology__divider {
	background: #ddd;
	border: none;
	height: 1px;
	margin: 0 0 24px;
}

.p-brand-technology__list {
	flex: 1;
	list-style: disc;
	margin: 0 0 32px;
	padding-left: 20px;
}

.p-brand-technology__list li {
	font-size: 14px;
	line-height: 1.9;
}

.p-brand-technology__img-wrap {
	align-items: flex-start;
	display: flex;
	gap: 15px;
	position: relative;
}

.p-brand-technology__img-wrap picture {
	flex: 1;
}

.p-brand-technology__img-label {
	background: var(--brand-color, var(--color-main));
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 8px;
	padding: 4px 12px;
	width: 75px;
}

.p-brand-technology__compare {
	grid-gap: 32px;
	display: grid;
	gap: 32px;
	grid-template-columns: 1fr;
}

.p-brand-technology__compare-item {
	padding: 20px 16px;
}

.p-brand-technology__compare-item--brand {
	background: #fff;
}

.p-brand-technology__compare-item--other {
	border: 1px solid var(--color-border);
}

.p-brand-technology__compare-header {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 20px;
}

.p-brand-technology__compare-badge {
	display: inline-block;
	flex-shrink: 0;
	font-size: 14px;
	padding: 4px 12px;
}

.p-brand-technology__compare-badge--brand {
	background: var(--brand-color, var(--color-main));
	color: #fff;
}

.p-brand-technology__compare-badge--other {
	border: 1px solid var(--color-text);
	color: var(--color-text);
}

.p-brand-technology__compare-subtitle {
	font-size: 14px;
}

.p-brand-technology__compare-list {
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
}

.p-brand-technology__compare-list li {
	margin-bottom: 16px;
}

.p-brand-technology__compare-list li:last-child {
	margin-bottom: 0;
}

.p-brand-technology__compare-list li strong {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

.p-brand-technology__compare-list li strong::before {
	content: "・";
}

.p-brand-technology__compare-list li p {
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
	padding-left: 14px;
}

.p-brand-technology__arrow {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 16px;
	text-align: center;
}

.p-brand-technology__arrow--brand {
	color: var(--brand-color, var(--color-main));
}

.p-brand-technology__arrow--danger {
	color: var(--color-main);
}

.p-brand-technology__compare-caption {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 16px;
}

.p-brand-technology__compare-caption--brand {
	color: var(--brand-color, var(--color-main));
}

.p-brand-technology__compare-caption--danger {
	color: var(--color-main);
}

.p-brand-technology__cta {
	margin-top: 60px;
	text-align: center;
}

.p-brand-usage {
	background: var(--brand-color, var(--color-main));
	padding: 60px 0 80px;
}

.p-brand-usage .c-sec-heading {
	--c-sec-heading-border-color: #fff;
}

.p-brand-usage .c-sec-heading__en,
.p-brand-usage .c-sec-heading__ja {
	color: #fff;
}

.p-brand-usage__head {
	margin-bottom: 40px;
}

.p-brand-usage__box {
	background: #fff;
	padding: 40px 24px;
}

.p-brand-usage__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.p-brand-usage__num {
	flex-shrink: 0;
	text-align: center;
	width: 56px;
}

.p-brand-usage__num-value {
	color: var(--brand-color, var(--color-main));
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
}

.p-brand-usage__num-label {
	color: var(--color-text);
	display: block;
	font-size: 11px;
	margin-top: 4px;
}

.p-brand-usage__icon {
	align-items: center;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 82px;
	justify-content: center;
	width: 82px;
}

.p-brand-usage__content {
	flex: 1;
}

.p-brand-usage__title {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 8px;
}

.p-brand-usage__text {
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}

.p-brand-usage__arrow {
	padding: 20px 0;
	text-align: center;
}

.p-brand-usage__arrow::after {
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	border-top: 22px solid #f5e929;
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
}

.p-brand-shop {
	padding: 60px 0 80px;
}

.p-brand-shop__head {
	margin-bottom: 40px;
}

.p-brand-shop__inner {
	grid-gap: 40px;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr;
	margin: 0 auto;
	max-width: 840px;
	padding: 0 20px;
}

.p-brand-shop__img {
	max-width: 300px;
}

.p-brand-shop__img picture {
	display: block;
}

.p-brand-shop__img img {
	display: block;
	height: auto;
	width: 100%;
}

.p-brand-shop__name {
	color: var(--brand-color, var(--color-main));
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 24px;
}

.p-brand-shop__address {
	font-size: 14px;
	font-style: normal;
	line-height: 1.9;
	margin: 0 0 20px;
}

.p-brand-shop__tel {
	font-size: 14px;
	line-height: 1.9;
	margin: 0 0 24px;
}

.p-brand-shop__map iframe {
	aspect-ratio: 414/220;
	display: block;
	width: 100%;
}

.p-brand-history {
	background: var(--color-bg);
	padding: 40px 0 80px;
}

.p-brand-history__head {
	margin-bottom: 48px;
}

.p-brand-history__intro {
	margin-bottom: 48px;
}

.p-brand-history__intro-inner {
	background-position: center;
	background-size: cover;
	overflow: hidden;
	padding: 40px 24px;
	position: relative;
	text-align: center;
}

.p-brand-history__intro-inner::before {
	background: rgba(255, 255, 255, 0.74);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-brand-history__intro-content {
	position: relative;
	z-index: 1;
}

.p-brand-history__intro-lead {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
	margin: 0 0 20px;
}

.p-brand-history__intro-text {
	font-size: 14px;
	line-height: 2.2;
	margin: 0 0 32px;
}

.p-brand-history__intro-text p {
	margin: 0;
}

.p-brand-history__intro-photos {
	display: flex;
	gap: 16px;
	justify-content: center;
}

.p-brand-history__intro-photos picture {
	display: block;
	flex-shrink: 0;
}

.p-brand-history__intro-photos img {
	-o-object-fit: cover;
	display: block;
	height: 110px;
	object-fit: cover;
	width: 130px;
}

.p-brand-history__timeline-wrap.is-expanded .p-brand-history__more-wrap.is-fixed {
	bottom: 45px;
	left: 20px;
	position: fixed;
	right: 20px;
	z-index: 10;
}

.p-brand-history__timeline {
	margin: 0 auto;
	max-width: 840px;
}

.p-brand-history__timeline-inner {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-left: 32px;
	position: relative;
}

.p-brand-history__timeline-inner::before {
	border-left: 1px solid var(--brand-color, var(--color-main));
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
	z-index: 0;
}

.p-brand-history__col {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p-brand-history__col + .p-brand-history__col {
	margin-top: 16px;
}

.p-brand-history__item {
	position: relative;
	z-index: 1;
}

.p-brand-history__item::before {
	background: var(--brand-color, var(--color-main));
	content: "";
	height: 1px;
	position: absolute;
	right: 100%;
	top: 50%;
	width: 32px;
}

.p-brand-history__item.is-hidden {
	display: none;
}

.p-brand-history__card {
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--brand-color, var(--color-main));
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 24px 20px;
}

.p-brand-history__year-row {
	align-items: center;
	display: flex;
	gap: 14px;
	margin-bottom: 0;
	width: 100%;
}

.p-brand-history__year {
	color: var(--color-text);
	flex-shrink: 0;
	font-family: "Oswald", sans-serif;
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
}

.p-brand-history__year-line {
	background: var(--brand-color, var(--color-main));
	display: block;
	flex-shrink: 0;
	height: 2px;
	width: 36px;
}

.p-brand-history__desc {
	flex: 1;
	font-size: 14px;
	line-height: 1.9;
	margin: 0;
}

.p-brand-history__card-img {
	flex-shrink: 0;
}

.p-brand-history__card-img picture {
	display: block;
}

.p-brand-history__card-img img {
	-o-object-fit: cover;
	display: block;
	height: 100px;
	object-fit: cover;
	width: 120px;
}

.p-brand-history__more-wrap {
	margin-top: 0;
}

.p-brand-history__more-btn {
	align-items: center;
	background: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	font-weight: 500;
	gap: 16px;
	justify-content: center;
	letter-spacing: 0.08em;
	padding: 8px 24px;
	width: 100%;
}

.p-brand-history__more-btn::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	display: block;
	height: 10px;
	margin-top: -5px;
	transform: rotate(45deg);
	transition: transform 0.3s;
	width: 10px;
}

.p-brand-history__more-btn.is-open::after {
	margin-top: 5px;
	transform: rotate(225deg);
}

@media (hover: hover) {

.p-brand-awards-slide__viewport:hover .p-brand-awards-slide__track {
	animation-play-state: paused;
}

.p-brand-products__item:hover .p-brand-products__picture--default {
	opacity: 0;
}

.p-brand-products__item:hover .p-brand-products__hover::before {
	clip-path: inset(0 0 0 0);
}

.p-brand-products__item:hover .p-brand-products__hover-img {
	opacity: 1;
}

.p-brand-products__item:hover .p-brand-products__hover-text {
	opacity: 1;
}

}

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

.p-brand-site__title {
	font-size: 28px;
}

.p-brand-lineup__inner {
	padding: 40px 24px 120px;
}

.p-brand-gallery__list {
	gap: 60px;
}

}

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

html {
	scroll-padding-top: 80px;
}

.p-brand-about {
	padding: 60px 0 80px;
}

.p-brand-about__head {
	margin-bottom: 60px;
}

.p-brand-about__inner {
	gap: 40px;
}

.p-brand-about__inner {
	align-items: flex-start;
	gap: 80px;
	grid-template-columns: 2fr 3fr;
}

.p-brand-about__img-wrap {
	margin: 0;
	order: 0;
	width: 100%;
}

.p-brand-about__catch {
	font-size: 36px;
}

.p-brand-about__catch {
	font-size: 48px;
	margin-bottom: 32px;
	text-align: left;
}

.p-brand-about__catch--ja {
	font-size: 24px;
}

.p-brand-about__catch--ja {
	font-size: 24px;
}

.p-brand-about__caution {
	margin-bottom: 40px;
	margin-top: 32px;
}

.p-brand-about__product {
	align-items: stretch;
	padding: 24px 48px;
}

.p-brand-about__product-img {
	width: 50%;
}

.p-brand-about__product-info {
	gap: 14px;
	padding: 28px 24px;
	padding-right: 0;
}

.p-brand-about__product-name {
	font-size: 16px;
}

.p-brand-about__product-price {
	font-size: 16px;
}

.p-brand-about__product-btn {
	font-size: 16px;
	gap: 14px;
	padding: 12px 18px;
}

.p-brand-about__product-btn img {
	width: 28px;
}

.p-brand-about__lead {
	font-size: 24px;
	margin-bottom: 40px;
	margin-left: -0.5em;
	text-align: left;
	text-indent: 0.5em;
}

.p-brand-about__text {
	font-size: 16px;
	line-height: 2.2;
}

.p-brand-awards {
	padding: 80px 0;
}

.p-brand-awards__head {
	margin-bottom: 64px;
}

.p-brand-awards__list {
	gap: 32px;
}

.p-brand-awards__item {
	gap: 20px;
}

.p-brand-awards__img {
	padding: 0;
}

.p-brand-awards__caption {
	font-size: 16px;
	font-weight: 700;
}

.p-brand-awards-slide {
	padding: 80px 0 120px;
}

.p-brand-awards-slide__head {
	margin-bottom: 64px;
}

.p-brand-awards-slide__img {
	height: 160px;
}

.p-brand-points {
	padding: 60px 0 120px;
}

.p-brand-points {
	margin-bottom: 56px;
}

.p-brand-points__list {
	align-items: start;
	gap: 0 80px;
	grid-template-columns: repeat(2, 1fr);
}

.p-brand-points__list .c-brand-point:nth-child(even) {
	margin-top: 152px;
}

.c-brand-point {
	padding: 48px 45px;
}

.c-brand-point__badge {
	height: 100px;
	left: -20px;
	top: -30px;
	width: 100px;
}

.c-brand-point__badge-label {
	font-size: 16px;
}

.c-brand-point__badge-num {
	font-size: 50px;
}

.c-brand-point__img {
	margin: 0 auto 40px;
	width: 80%;
}

.c-brand-point__title {
	font-size: 28px;
}

.c-brand-point__text {
	font-size: 16px;
}

.c-brand-point__caution {
	font-size: 16px;
}

.p-brand-series {
	padding: 80px 0 120px;
}

.p-brand-series__head {
	margin-bottom: 64px;
}

.p-brand-series__list {
	gap: 32px;
}

.p-brand-series__item {
	width: calc(25% - 24px);
}

.p-brand-series__name {
	font-size: 16px;
}

.p-brand-site {
	padding: 120px 0 120px;
}

.p-brand-site__inner {
	aspect-ratio: 3/1;
	background-image: var(--bg-pc);
	border-radius: 20px;
	padding: 0 40px;
}

.p-brand-site__title {
	font-size: 40px;
}

.p-brand-site__subtitle {
	font-size: 16px;
	margin-bottom: 24px;
}

.p-brand-site__text {
	font-size: 20px;
	margin-bottom: 40px;
}

.p-brand-anchor {
	position: relative;
}

.p-brand-anchor__link {
	font-size: 20px;
	padding: 20px 28px;
}

.p-brand-points--single .p-brand-points__list {
	grid-template-columns: 1fr;
}

.p-brand-points--single .p-brand-points__list .c-brand-point:nth-child(even) {
	margin-top: 32px;
}

.p-brand-points--single .c-brand-point__title {
	text-align: left;
}

.c-brand-point--horizontal {
	display: flex;
	gap: 48px;
}

.c-brand-point--horizontal .c-brand-point__img {
	aspect-ratio: unset;
	flex: 0 0 320px;
	min-height: 220px;
	padding: 0;
}

.c-brand-point--horizontal .c-brand-point__img picture {
	display: block;
	height: 100%;
	width: 100%;
}

.c-brand-point--horizontal .c-brand-point__img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.c-brand-point--horizontal .c-brand-point__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding: 0;
}

.c-brand-point__list li {
	font-size: 15px;
}

.c-brand-point__products {
	gap: 0 24px;
	grid-template-columns: repeat(4, 1fr);
}

.c-brand-point__product-name {
	font-size: 20px;
}

.p-brand-social {
	padding: 80px 0 120px;
}

.p-brand-social.l-container-wide,
.p-brand-social.l-container {
	padding-left: 20px;
	padding-right: 20px;
}

.p-brand-social__head {
	flex-direction: row;
	margin-bottom: 48px;
	padding-left: 0;
	padding-right: 0;
}

.p-brand-social__head .c-sec-heading {
	align-self: flex-end;
}

.p-brand-social__sns-link {
	font-size: 16px;
	gap: 10px;
	padding: 10px 18px;
}

.p-brand-social__sns-link svg {
	height: 22px;
	width: 22px;
}

.p-brand-social__grid {
	grid-template-columns: repeat(4, 1fr);
}

.p-brand-social__marquee-track {
	display: contents;
}

.p-brand-social__item--clone {
	display: none;
}

.p-brand-social__account {
	margin-top: 32px;
}

.p-brand-social__account-link {
	font-size: 16px;
	padding: 14px 32px;
}

.p-brand-social__inline-head {
	gap: 20px;
}

.p-brand-social__heading-en {
	font-size: 36px;
}

.p-brand-social__heading-ja {
	font-size: 16px;
}

.p-brand-products {
	padding: 80px 0 120px;
}

.p-brand-products__head {
	margin-bottom: 64px;
}

.p-brand-products__list {
	gap: 120px 24px;
	grid-template-columns: repeat(5, 1fr);
}

.p-brand-products__name {
	font-size: 16px;
}

.p-brand-lineup {
	padding: 80px 0 120px;
}

.p-brand-lineup__inner {
	padding: 60px 72px 80px;
}

.p-brand-lineup__head {
	margin-bottom: 48px;
}

.p-brand-lineup__brands {
	gap: 64px;
	margin-bottom: 40px;
}

.p-brand-lineup__desc {
	font-size: 15px;
}

.p-brand-lineup__new {
	font-size: 16px;
}

.p-brand-lineup__list {
	gap: 12px 12px;
}

.p-brand-lineup__list {
	gap: 24px 24px;
	grid-template-columns: repeat(4, 1fr);
}

.p-brand-lineup__name {
	font-size: 16px;
}

.p-brand-lineup__group {
	margin-bottom: 80px;
}

.p-brand-lineup__group-inner {
	grid-column-gap: 56px;
	-moz-column-gap: 56px;
	align-items: start;
	column-gap: 56px;
	display: grid;
	grid-template-areas: "showcase head" "showcase filters" "showcase name" "showcase text";
	grid-template-columns: 360px 1fr;
}

.p-brand-lineup__group-inner .p-brand-lineup__detail-head {
	display: block;
	grid-area: head;
}

.p-brand-lineup__group-inner .p-brand-lineup__showcase {
	grid-area: showcase;
}

.p-brand-lineup__group-inner .p-brand-lineup__filters {
	grid-area: filters;
	order: 0;
}

.p-brand-lineup__group-inner .p-brand-lineup__product-name {
	grid-area: name;
	order: 0;
}

.p-brand-lineup__group-inner .p-brand-lineup__product-text {
	grid-area: text;
	order: 0;
}

.p-brand-lineup__group-inner .p-brand-lineup__products {
	display: none;
}

.p-brand-lineup__showcase {
	flex: 0 0 360px;
}

.p-brand-lineup__showcase {
	width: 100%;
}

.p-brand-lineup__showcase-name {
	display: block;
	font-size: 16px;
}

.p-brand-lineup__showcase-tags {
	display: flex;
}

.p-brand-lineup__showcase-tag {
	font-size: 14px;
}

.p-brand-lineup__logo-tagline {
	font-size: 18px;
}

.p-brand-lineup__product-name {
	font-size: 18px;
}

.p-brand-lineup__product-text {
	font-size: 16px;
}

.p-brand-lineup__specialist-head {
	margin-bottom: 36px;
}

.p-brand-lineup__specialist-grid {
	gap: 32px 24px;
	grid-template-columns: repeat(4, 1fr);
	padding: 40px;
}

.p-brand-lineup__specialist-grid > li {
	display: block;
}

.p-brand-lineup__specialist-img {
	margin-bottom: 12px;
}

.p-brand-lineup__specialist-name {
	align-self: auto;
	font-size: 16px;
}

.p-brand-lineup__specialist-text {
	display: block;
	font-size: 16px;
}

.p-brand-lineup__specialist-more {
	display: none;
}

.p-brand-lineup__category-grid {
	gap: 32px;
}

.p-brand-lineup__category-item {
	width: calc(25% - 24px);
}

.p-brand-lineup__category-name {
	font-size: 16px;
}

.p-brand-lineup__cta {
	margin-top: 80px;
}

.p-brand-lineup--brand-bg {
	padding: 56px 80px 72px;
}

.p-brand-lineup--brand-bg.l-container-wide {
	margin-top: 80px;
}

.p-brand-lineup--brand-bg .p-brand-lineup__cta {
	margin-top: 56px;
}

.p-brand-lineup__inline-head {
	margin-bottom: 48px;
}

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

.p-brand-lineup__product-grid {
	gap: 24px;
	padding: 40px;
}

.p-brand-lineup__product-card {
	width: calc(33.333% - 16px);
}

.p-brand-lineup__product-img-wrap img {
	height: 100%;
	width: 100%;
}

.p-brand-lineup__product-series-name {
	font-size: 16px;
}

.p-brand-howto {
	padding: 80px 0 120px;
}

.p-brand-howto__head {
	margin-bottom: 64px;
}

.p-brand-howto__inner {
	align-items: stretch;
	flex-direction: row;
}

.p-brand-howto__step {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 40px 20px 20px;
	text-align: center;
}

.p-brand-howto__num {
	font-size: 48px;
	grid-column: unset;
	grid-row: unset;
	margin-bottom: 16px;
}

.p-brand-howto__text {
	font-size: 15px;
	grid-column: unset;
	grid-row: unset;
	margin: 0 auto 0;
}

.p-brand-howto__img {
	aspect-ratio: unset;
	grid-column: unset;
	grid-row: unset;
	margin-top: auto;
	overflow: visible;
}

.p-brand-howto__img picture {
	height: auto;
}

.p-brand-howto__img img {
	-o-object-fit: fill;
	height: auto;
	object-fit: fill;
}

.p-brand-howto__arrow::before {
	border-bottom: 20px solid transparent;
	border-left: 18px solid var(--color-text);
	border-right: none;
	border-top: 20px solid transparent;
}

.p-brand-howto__steps {
	gap: 32px;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 64px;
}

.p-brand-howto__step-caution {
	font-size: 16px;
}

.p-brand-howto__note {
	align-items: center;
	flex-direction: row;
	gap: 48px;
	padding: 40px;
}

.p-brand-howto__note-imgs {
	flex: 0 0 52%;
	gap: 20px;
}

.p-brand-howto__note-img-item p {
	font-size: 16px;
}

.p-brand-howto__note-content {
	flex: 1;
}

.p-brand-howto__note-title {
	font-size: 17px;
	margin-bottom: 18px;
}

.p-brand-howto__note-text {
	font-size: 16px;
}

.p-brand-spec {
	padding: 80px 0 120px;
}

.p-brand-spec__head {
	margin-bottom: 56px;
}

.p-brand-spec__term {
	flex: 0 0 200px;
	font-size: 16px;
	padding: 24px 28px;
}

.p-brand-spec__desc {
	font-size: 16px;
	padding: 24px 32px;
}

.p-brand-spec__caution {
	font-size: 16px;
}

.p-brand-gallery {
	padding: 60px 20px;
}

.p-brand-gallery__list {
	gap: 120px;
	grid-template-columns: repeat(3, 1fr);
}

.p-brand-attention {
	padding: 80px 0 120px;
}

.p-brand-attention__head {
	margin-bottom: 64px;
}

.p-brand-attention__box {
	padding: 56px 64px;
}

.p-brand-attention__block {
	margin-bottom: 52px;
}

.p-brand-attention__block-title {
	font-size: 17px;
}

.p-brand-attention__list li {
	font-size: 16px;
}

.p-brand-attention__text {
	font-size: 16px;
}

.p-brand-attention__auth {
	margin-top: 64px;
}

.p-brand-attention__auth-head {
	margin-bottom: 48px;
}

.p-brand-attention__auth-grid {
	grid-gap: 40px;
	background: #fff;
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto auto;
	padding: 48px 32px;
}

.p-brand-attention__auth-intro-title {
	font-size: 16px;
}

.p-brand-attention__auth-intro-text {
	font-size: 14px;
}

.p-brand-attention__auth-item:nth-child(2) {
	grid-column: 1;
	grid-row: 2;
}

.p-brand-attention__auth-item:nth-child(3) {
	grid-column: 2;
	grid-row: 2;
}

.p-brand-attention__auth-item:nth-child(4) {
	grid-column: 3;
	grid-row: 2;
}

.p-brand-attention__auth-intro {
	align-self: end;
	grid-column: 2/4;
	grid-row: 1;
}

.p-brand-attention__auth-badge {
	font-size: 16px;
	height: 32px;
	width: 32px;
}

.p-brand-attention__auth-title {
	font-size: 16px;
}

.p-brand-attention__auth-text {
	font-size: 16px;
}

.p-brand-attention__auth-caution {
	font-size: 16px;
}

.p-brand-attention__auth-slider {
	display: none;
}

.p-brand-technology {
	padding: 0 0 120px;
}

.p-brand-technology__head {
	margin-bottom: 64px;
}

.p-brand-technology__cards {
	gap: 32px;
	grid-template-columns: 1fr 1fr;
}

.p-brand-technology__card {
	padding: 40px;
}

.p-brand-technology__card--wide {
	grid-column: 1/-1;
}

.p-brand-technology__tag {
	font-size: 15px;
}

.p-brand-technology__tag-icon {
	width: 36px;
}

.p-brand-technology__title {
	font-size: 24px;
}

.p-brand-technology__list li {
	font-size: 16px;
}

.p-brand-technology__img-label {
	font-size: 16px;
}

.p-brand-technology__compare {
	gap: 40px;
	grid-template-columns: 1fr 1fr;
}

.p-brand-technology__compare-item {
	padding: 32px 48px;
}

.p-brand-technology__compare-subtitle {
	font-size: 16px;
}

.p-brand-technology__compare-list li strong {
	font-size: 16px;
}

.p-brand-technology__compare-list li p {
	font-size: 16px;
}

.p-brand-technology__compare-caption {
	font-size: 18px;
	margin: 0 0 16px;
	text-align: center;
}

.p-brand-technology__cta {
	margin-top: 80px;
}

.p-brand-usage {
	padding: 80px 0 100px;
}

.p-brand-usage__head {
	margin-bottom: 56px;
}

.p-brand-usage__box {
	padding: 60px 64px;
}

.p-brand-usage__item {
	flex-direction: row;
	gap: 40px;
}

.p-brand-usage__num {
	width: 72px;
}

.p-brand-usage__num-value {
	font-size: 48px;
}

.p-brand-usage__num-label {
	font-size: 14px;
}

.p-brand-usage__icon {
	height: 90px;
	width: 90px;
}

.p-brand-usage__title {
	font-size: 22px;
}

.p-brand-usage__text {
	font-size: 16px;
}

.p-brand-shop {
	padding: 80px 0 120px;
}

.p-brand-shop__head {
	margin-bottom: 48px;
}

.p-brand-shop__inner {
	align-items: flex-start;
	gap: 80px;
	grid-template-columns: 1fr 1fr;
	padding: 0;
}

.p-brand-shop__name {
	font-size: 22px;
}

.p-brand-shop__address {
	font-size: 16px;
}

.p-brand-shop__tel {
	font-size: 16px;
}

.p-brand-shop__map iframe {
	aspect-ratio: 414/220;
}

.p-brand-history {
	padding: 60px 0 120px;
}

.p-brand-history__head {
	margin-bottom: 64px;
}

.p-brand-history__intro {
	margin-bottom: 64px;
}

.p-brand-history__intro-inner {
	padding: 60px 80px 64px;
}

.p-brand-history__intro-lead {
	font-size: 18px;
	margin-bottom: 24px;
}

.p-brand-history__intro-text {
	font-size: 16px;
	margin-bottom: 40px;
}

.p-brand-history__intro-photos {
	gap: 24px;
}

.p-brand-history__intro-photos img {
	height: 155px;
	width: 190px;
}

.p-brand-history__timeline-inner {
	align-items: flex-start;
	flex-direction: row;
	gap: 0;
	padding-left: 0;
}

.p-brand-history__timeline-inner::before {
	left: 50%;
	transform: translateX(-50%);
}

.p-brand-history__col {
	flex: 1;
}

.p-brand-history__col + .p-brand-history__col {
	margin-top: 0;
}

.p-brand-history__col--left {
	padding-right: 48px;
}

.p-brand-history__col--left .p-brand-history__item::after {
	background: var(--brand-color, var(--color-main));
	content: "";
	height: 1px;
	left: 100%;
	position: absolute;
	top: 50%;
	width: 48px;
}

.p-brand-history__col--right {
	padding-left: 48px;
}

.p-brand-history__col--right .p-brand-history__item::before {
	background: var(--brand-color, var(--color-main));
	content: "";
	height: 1px;
	position: absolute;
	right: 100%;
	top: 50%;
	width: 48px;
}

.p-brand-history__item::before {
	content: none;
}

.p-brand-history__card {
	gap: 16px;
	padding: 28px 24px;
}

.p-brand-history__year {
	font-size: 56px;
}

.p-brand-history__desc {
	font-size: 16px;
}

.p-brand-history__card-img img {
	height: 120px;
	width: 150px;
}

.p-brand-history__more-wrap {
	display: none;
}

}

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

.p-brand-about.l-container-wide,
.p-brand-about.l-container {
	padding-left: 50px;
	padding-right: 50px;
}

.p-brand-points.l-container-wide,
.p-brand-points.l-container {
	padding-left: 50px;
	padding-right: 50px;
}

.p-brand-site.l-container-wide,
.p-brand-site.l-container {
	padding-left: 50px;
	padding-right: 50px;
}

.p-brand-social.l-container-wide,
.p-brand-social.l-container {
	padding-left: 50px;
	padding-right: 50px;
}

.p-brand-lineup.l-container-wide,
.p-brand-lineup.l-container {
	padding-left: 50px;
	padding-right: 50px;
}

.p-brand-lineup__list {
	grid-template-columns: repeat(5, 1fr);
}

}

@media (max-width: 1023px) {

.p-brand-anchor {
	overflow: hidden;
}

.p-brand-anchor:hover .p-brand-anchor__list {
	animation-play-state: paused;
}

.p-brand-anchor__list {
	animation: brand-anchor-marquee 50s linear infinite;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 0;
	width: -moz-max-content;
	width: max-content;
}

.c-brand-point__product-en {
	display: block;
}

.p-brand-social__grid {
	display: block;
	overflow: hidden;
}

.p-brand-social__grid:hover .p-brand-social__marquee-track {
	animation-play-state: paused;
}

.p-brand-social__marquee-track {
	animation: social-marquee 60s linear infinite;
	display: flex;
	width: -moz-max-content;
	width: max-content;
}

.p-brand-social__item {
	flex-shrink: 0;
	margin-right: 4px;
	width: 38vw;
}

.p-brand-products__item.is-active::before {
	display: none;
}

.p-brand-products__item.is-active .p-brand-products__card {
	border-radius: 12px;
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100vw - 40px);
	z-index: 100;
}

.p-brand-products__item.is-active .p-brand-products__hover {
	bottom: -50px;
	height: auto;
	left: 0;
	padding: 20px 16px 24px;
	position: absolute;
	top: auto;
	width: 100%;
}

.p-brand-products__item.is-active .p-brand-products__hover::after {
	background: linear-gradient(45deg, transparent 40%, var(--color-text) 40%, var(--color-text) 60%, transparent 60%), linear-gradient(-45deg, transparent 40%, var(--color-text) 40%, var(--color-text) 60%, transparent 60%);
	bottom: 8px;
	content: "";
	height: 10px;
	position: absolute;
	right: 8px;
	width: 10px;
}

.p-brand-products__item.is-active .p-brand-products__hover-img {
	aspect-ratio: 1280/720;
	display: block;
}

.p-brand-products__slider-viewport {
	margin: 0;
	overflow: hidden;
	width: 100vw;
}

.p-brand-products__slider .p-brand-products__list {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	grid-template-columns: initial;
	margin-bottom: 0;
	transition: transform 0.4s ease;
}

.p-brand-products__slider .p-brand-products__item {
	flex: 0 0 76%;
}

.p-brand-products__slider-nav {
	display: flex;
	gap: 40px;
	justify-content: center;
	margin-bottom: 40px;
	margin-top: 28px;
}

body.has-product-active::after {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99;
}

.p-brand-lineup__cta .v-more {
	width: 100%;
}

.p-brand-technology__compare-result {
	align-items: center;
	display: flex;
	gap: 16px;
}

.p-brand-technology__compare-result picture {
	display: block;
	flex: 0 0 120px;
}

.p-brand-technology__compare-result picture img {
	display: block;
	height: auto;
	width: 100%;
}

.p-brand-technology__compare-caption {
	flex: 1;
	margin: 0;
	text-align: left;
}

}

@keyframes social-marquee {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-50%);
}

}

@keyframes awards-marquee {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-50%);
}

}

@keyframes brand-anchor-marquee {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-50%);
}

}


/*# sourceMappingURL=brand.css.map */
