@charset "UTF-8";

#about {
	padding-top: 0 !important;
}

#about .wrapper {
	max-width: 1620px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#about .heading-primary {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 72px;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

#about .heading-primary::before,
#about .heading-primary::after {
	content: "";
	width: 100%;
	height: 1px;
	margin-top: 4px;
	background: #000;
}

#about .heading-primary span {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 58%;
	background: #e6e4e0;
}

#about .section-wrap {
	overflow: hidden;
	padding: 182px 0 200px;
	background: #e6e4e0;
}

#about .section-wrap--pb0 {
	padding-bottom: 0;
}

#about .section:not(:last-child) {
	margin-bottom: 240px;
}

#about .col-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(50vw + 50%);
	margin-top: 108px;
	min-width: 1045px;
}

#about .col-2--reverse {
	position: relative;
	left: calc(50% - 50vw);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#about .col-2+.col-2 {
	margin-top: 150px;
}

#about .col-2+.col-2--mt-sm {
	margin-top: 100px;
}

#about .col-2__lg-item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 55.4%;
}

#about .col-2__lg-item--sm {
	width: 49.7%;
}

#about .col-2__sm-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 0 2%;
}

#about .lead__main {
	font-size: 2.3rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#about .lead__main__serif {
	font-family: "Noto Serif JP", serif;
}

#about .lead__sub {
	margin-top: 30px;
	font-size: 1.7rem;
	line-height: 2.353;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.12em;
}

#about .lead__sub p:not(:last-child) {
	margin-bottom: 1em;
}

#about .lead__note {
	margin-top: 30px;
	font-size: 1.5rem;
	line-height: 2;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.12em;
}

#about .tab__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}

#about .tab__list__item {
	position: relative;
	width: 25%;
	display: block;
	padding: 9px 10px;
	border: none;
	background: #fff;
	color: #1a1a1a;
	border-radius: 20px 20px 0 0;
	font-size: 2.45rem;
	font-family: "EB Garamond", "Noto Serif JP", serif;
	text-align: center;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 0.03em;
}

#about .tab__list__item[aria-selected=true] {
	color: #878787;
}

#about .tab__list__item[aria-selected=true]::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
}

#about .tab__body {
	margin-top: 5px;
	padding: 45px 7.5%;
	background: #fff;
}

#about .button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 66px;
	margin-left: auto;
	margin-right: auto;
}

#about .button-1 {
	display: block;
	width: 350px;
	margin: 0 auto;
	padding: 13px 28px;
	background: #1a1a1a;
	color: #fff;
	font-size: 1.7rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.12em;
}

#about .button-1 span {
	margin: 0 0.8em;
}

#about .mainvisual {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	aspect-ratio: 1920/1200;
	background: url(/cont/custom-order/assets/img/about/bg_mv_pc.webp) no-repeat center center/cover;
}

#about .mainvisual__text {
	font-size: 2.8645vw;
	line-height: 1.15;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}

#about .mainvisual__text__jp {
	font-size: 2.0833vw;
	font-weight: 500;
}

#about .anchor-link {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 104px 0 98px;
}

#about .anchor-link__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}

#about .anchor-link__item {
	width: 25.5%;
}

#about .anchor-link__item:not(:last-child) {
	border-right: 1px solid #000;
}

#about .anchor-link__item--lg {
	/* width: 20%; */
}

#about .anchor-link__link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 8px 20px 55px;
	text-align: center;
	font-size: 2.5rem;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: 0.1em;
}

#about .anchor-link__link::after {
	content: "";
	position: absolute;
	bottom: 18px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 18px;
	height: 18px;
	background: url(/cont/custom-order/assets/img/about/icon_arrow_anchor.svg) no-repeat center center/contain;
}

#about .kv-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 800px;
	color: #fff;
	text-align: center;
}

#about .kv-head--bg01 {
	background: url(/cont/custom-order/assets/img/about/bg_kv_01_pc.webp) no-repeat center center/cover;
}

#about .kv-head--bg02 {
	background: url(/cont/custom-order/assets/img/about/bg_kv_02_pc.webp) no-repeat center center/cover;
}

#about .kv-head--bg03 {
	background: url(/cont/custom-order/assets/img/about/bg_kv_03_pc.webp) no-repeat center center/cover;
}

#about .kv-head__text-1 {
	display: block;
	font-size: 2.5rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

#about .kv-head__text-2 {
	display: block;
	margin-top: 25px;
	font-size: 5.5rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#about .kv-head__text-3 {
	margin-top: 25px;
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 2.3523;
	letter-spacing: 0.12em;
}

#about .pattern-list {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 40px 20px;
	margin-inline: auto;
}

#about .pattern-list__image {
	width: 100%;
}

#about .pattern-list__image img {
	display: block;
	width: 100%;
	height: auto;
}

#about .pattern-list__heading {
	margin-top: 13px;
	font-size: 2.8rem;
	line-height: 1.5;
	font-weight: 400;
	text-align: center;
}

#about .pattern-list__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 65%;
	margin: 10px auto 0;
	font-size: 1.05rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
}

#about .pattern-list__button::before,
#about .pattern-list__button::after {
	content: "";
	width: 10px;
	height: 1px;
	background: #000;
}

#about .fabric-list-wrap {
	margin-top: 88px;
	padding: 75px 80px;
	background: #fff;
}

#about .fabric-list img {
	display: block;
	width: 100%;
}

#about .slide-control {
	display: none;
}

#about .slide-control .slick-arrow {
	padding: 0;
	border: none;
	background: none;
	border-radius: 0;
	background: url(/cont/custom-order/assets/img/about/icon_arrow_slide_1.svg) no-repeat center center/cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 7.5px;
	height: 12.5px;
}

#about .slide-control .slick-arrow.slick-prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#about .slide-control__count {
	font-size: 1.15rem;
	letter-spacing: 0.05em;
}

#about .slide-control__count span {
	margin: 0 0.5em;
}

#about .brand {
	padding: 62px 10.5% 48px;
	background: #fff;
}

#about .brand-slide .slick-list {
	margin-inline: -10px;
}

#about .brand-slide .slick-slide {
	margin-inline: 10px;
}

#about .brand-slide__head {
	margin-bottom: 40px;
	text-align: center;
}

#about .brand-slide__name {
	font-size: 2.8rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.05em;
}

#about .brand-slide__name span {
	display: inline-block;
}

#about .brand-slide__country {
	display: block;
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#about .brand-slide__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#about .brand-slide__image {
	width: 46%;
	padding: 0 5%;
}

#about .brand-slide__image img {
	display: block;
	aspect-ratio: 280/150;
	width: 100%;
	height: 100%;
	-o-object-position: top;
	object-position: top;
	-o-object-fit: contain;
	object-fit: contain;
}

#about .brand-slide__main {
	width: 52%;
}

#about .brand-slide__text {
	font-size: 1.2rem;
	font-family: "Noto Serif JP", serif;
	line-height: 2.333;
	font-weight: 600;
	letter-spacing: 0.12em;
}

#about .brand-slide__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 4%;
	margin-top: 20px;
}

#about .brand-slide__price__label {
	width: 105px;
	padding: 2px 10px;
	text-align: center;
	font-size: 2.1rem;
	line-height: 1.2;
	background: #000;
	color: #fff;
	letter-spacing: 0.05em;
}

#about .brand-slide__price__value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #af272d;
	font-size: 3.5rem;
	letter-spacing: 0.05em;
}

#about .brand-slide__price__value__sm {
	margin-left: 0.4em;
	font-size: 70%;
}

#about .brand-slide__price__value__jp {
	font-weight: 500;
}

#about .brand-slide-thumb {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	gap: 27px 3%;
	width: 100%;
	margin: 30px auto 0;
	padding-top: 23px;
	border-top: 1px solid #000;
}

#about .brand-slide-thumb__item {
	position: relative;
	padding: 0;
	border: none;
	background: none;
	border-radius: 0;
	cursor: pointer;
}

#about .sewing {
	padding: 67px 8.2% 67px;
	background: #fff;
}

#about .sewing-slide .slick-list {
	margin-inline: -10px;
}

#about .sewing-slide .slick-slide {
	height: auto;
	margin-inline: 10px;
}

#about .sewing-slide__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#about .sewing-slide__image {
	width: 51.5%;
}

#about .sewing-slide__body {
	width: 41.7%;
	padding-top: 40px;
}

#about .sewing-slide__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}

#about .sewing-slide__head__label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 2.1rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

#about .sewing-slide__head__main {
	width: 100%;
	text-align: center;
	font-size: 2.45rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#about .sewing-slide__head__main span {
	display: block;
	font-size: 70%;
}

#about .sewing-slide__text {
	font-size: 1.19rem;
	line-height: 2.3529;
	letter-spacing: 0.12em;
	font-weight: 500;
}

#about .sewing-slide-thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin: 30px auto 0;
}

#about .sewing-slide-thumb__item {
	position: relative;
	width: 100%;
	padding: 0;
	display: block;
	border: none;
	background: none;
	border-radius: 0;
	cursor: pointer;
}

#about .sewing-slide-thumb__item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#about .sewing-slide-thumb__item.is-current::before {
	opacity: 1;
}

#about .about-cta {
	margin-top: 194px;
}

#about .about-cta__text {
	margin-top: 30px;
	font-size: 1.7rem;
	line-height: 2.353;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.12em;
}

#about .image img {
	display: block;
	width: 100%;
}

.about-ulm {
	padding: 145px 0 100px;
}

.about-ulm__logo {
	width: 392px;
	margin: 0 auto 70px;
}

.about-ulm__text {
	text-align: center;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 2.353;
	letter-spacing: 0.12em;
}

.about-ulm__note {
	margin-top: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-align: center;
}

#about [role=tabpanel].is-hidden {
	display: none;
}

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

	#about .pattern-list__item {
		grid-column: span 2;
	}

	#about .pattern-list:has(> .pattern-list__item:nth-child(3):last-child) .pattern-list__item:first-child {
		grid-column: 2/span 2;
	}

	#about .pattern-list:has(> .pattern-list__item:nth-child(7):last-child) .pattern-list__item:first-child {
		grid-column: 2/span 2;
	}

	#about .brand-slide-thumb:has(> .brand-slide-thumb__item:nth-child(9):last-child) .brand-slide-thumb__item:first-child {
		grid-column: 2/span 2;
	}

	#about .brand-slide-thumb__item {
		grid-column: span 2;
	}

	#about .sewing-slide__image {
		grid-area: image;
		width: 100%;
	}

	#about .sewing-slide__body {
		display: grid;
		grid-template-columns: 51.4% 41.5%;
		grid-template-rows: auto 1fr;
		grid-template-areas: "image head" "image text";
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
		padding-top: 0;
	}

	#about .sewing-slide__head {
		grid-area: head;
	}

	#about .sewing-slide__text {
		grid-area: text;
		align-self: start;
	}

}

@media (max-width: 1550px) {

	#about .col-2--reverse {
		left: -2.5%;
	}

	#about .lead__sub {
		font-size: 1.5rem;
	}

	#about .lead__note {
		font-size: 1.2rem;
	}

	#about .button-wrap {
		margin-top: 40px;
	}

	#about .mainvisual__text {
		font-size: 4.2rem;
	}

	#about .mainvisual__text__jp {
		font-size: 3.3rem;
	}

	#about .anchor-link__item {
		width: 30%;
	}

	#about .anchor-link__link {
		font-size: 2rem;
	}

	#about .pattern-list__button {
		width: 78%;
	}

	#about .brand {
		padding: 30px;
	}

	#about .brand-slide__price__label {
		width: 60px;
		font-size: 1.6rem;
	}

	#about .brand-slide__price__value {
		font-size: 2.5rem;
	}

	#about .sewing {
		padding: 30px;
	}

	#about .sewing-slide__head__label {
		font-size: 1.8rem;
	}

	#about .sewing-slide__head__main {
		font-size: 2rem;
	}

	#about .sewing-slide__text {
		font-size: 1.1rem;
	}

}

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

	#about .heading-primary {
		margin-bottom: 45px;
		padding: 24px 0;
		font-size: 1.75rem;
		line-height: 1.42857;
	}

	#about .heading-primary::before,
	#about .heading-primary::after {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100px;
	}

	#about .heading-primary::before {
		top: 0;
	}

	#about .heading-primary::after {
		bottom: 0;
	}

	#about .heading-primary span {
		width: 100%;
	}

	#about .section-wrap {
		padding: 47px 0 40px;
	}

	#about .section-wrap--pb0 {
		padding-bottom: 0;
	}

	#about .section:not(:last-child) {
		margin-bottom: 65px;
	}

	#about .col-2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		min-width: inherit;
		margin-top: 48px;
	}

	#about .col-2--reverse {
		left: 0;
	}

	#about .col-2+.col-2 {
		margin-top: 50px;
	}

	#about .col-2__lg-item {
		width: 100%;
	}

	#about .col-2__lg-item--sm {
		width: 100%;
	}

	#about .col-2__sm-item {
		margin-top: 46px;
	}

	#about .lead__main {
		font-size: 1.5rem;
		line-height: 1.667;
	}

	#about .lead__sub {
		margin-top: 13px;
		font-size: 1.1rem;
		line-height: 2.0909;
		letter-spacing: 0.08em;
	}

	#about .lead__note {
		margin-top: 17px;
		font-size: 0.85rem;
	}

	#about .tab__list {
		gap: 5px;
	}

	#about .tab__list__item {
		width: calc(50% - 2.5px);
		padding: 8px 8px 4px;
		border-radius: 10px 10px 0 0;
		font-size: 1.75rem;
	}

	#about .tab__body {
		margin-top: 5px;
		padding: 28px 0 20px;
	}

	#about .button-wrap {
		margin-top: 30px;
	}

	#about .button-1 {
		width: 250px;
		padding: 17px 18px;
		font-size: 1.15rem;
	}

	#about .mainvisual {
		margin-top: 50px;
		aspect-ratio: 750/1000;
		background: url(/cont/custom-order/assets/img/about/bg_mv_sp.webp) no-repeat center center/cover;
	}

	#about .mainvisual__text {
		font-size: 2.25rem;
		line-height: 1.3333;
	}

	#about .mainvisual__text__jp {
		font-size: 1.75rem;
	}

	#about .anchor-link {
		width: 100%;
		padding: 32px 0 25px;
	}

	#about .anchor-link__item {
		width: 32%;
	}

	#about .anchor-link__item--lg {
		width: 36%;
	}

	#about .anchor-link__link {
		padding: 8px 0 24px;
		font-size: 1.1rem;
		line-height: 1.36;
	}

	#about .anchor-link__link::after {
		bottom: 6px;
		width: 10px;
		height: 10px;
	}

	#about .kv-head {
		height: 400px;
	}

	#about .kv-head--bg01 {
		background: url(/cont/custom-order/assets/img/about/bg_kv_01_sp.webp) no-repeat center center/cover;
	}

	#about .kv-head--bg02 {
		background: url(/cont/custom-order/assets/img/about/bg_kv_02_sp.webp) no-repeat center center/cover;
	}

	#about .kv-head--bg03 {
		background: url(/cont/custom-order/assets/img/about/bg_kv_03_sp.webp) no-repeat center center/cover;
	}

	#about .kv-head__text-1 {
		font-size: 1.25rem;
	}

	#about .kv-head__text-2 {
		margin-top: 20px;
		font-size: 2.75rem;
		line-height: 1.2727;
	}

	#about .kv-head__text-3 {
		margin-top: 15px;
		font-size: 1.1rem;
		line-height: 2.091;
	}

	#about .pattern-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 22px 5px;
	}

	#about .pattern-list__heading {
		margin-top: 6px;
		font-size: 3.5rem;
	}

	#about .pattern-list__button {
		margin-top: 3px;
		font-size: 1rem;
	}

	#about .pattern-list__button::before,
	#about .pattern-list__button::after {
		width: 15px;
	}

	#about .fabric-list-wrap {
		margin-top: 45px;
		padding: 25px 16px;
	}

	#about .slide-control {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 40px;
		margin-top: 22px;
	}

	#about .brand {
		padding: 0 0;
		background: transparent;
	}

	#about .brand-slide__inner {
		padding: 30px 4% 25px;
		background: #fff;
	}

	#about .brand-slide__head {
		margin-bottom: 18px;
	}

	#about .brand-slide__name {
		font-size: 2.5rem;
	}

	#about .brand-slide__country {
		margin-top: 4px;
		font-size: 1.5rem;
	}

	#about .brand-slide__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#about .brand-slide__image {
		width: 95%;
		margin: 0 auto 10px;
		padding: 0;
	}

	#about .brand-slide__image img {
		aspect-ratio: 520/179;
	}

	#about .brand-slide__main {
		width: 100%;
		margin: 0;
	}

	#about .brand-slide__text {
		width: 100%;
		font-size: 1.1rem;
		line-height: 2.0909;
		letter-spacing: 0.08em;
	}

	#about .brand-slide__price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#about .brand-slide__price__label {
		width: 125px;
		font-size: 1.75rem;
	}

	#about .brand-slide__price__value {
		font-size: 3.25rem;
	}

	#about .brand-slide-thumb {
		display: none;
	}

	#about .sewing {
		padding: 0;
		background: transparent;
	}

	#about .sewing-slide .slick-track {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#about .sewing-slide__item {
		background: #fff;
	}

	#about .sewing-slide__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 32px 4.6% 25px;
	}

	#about .sewing-slide__image {
		width: 100%;
	}

	#about .sewing-slide__image img {
		width: 100%;
		aspect-ratio: 610/400;
		-o-object-fit: cover;
		object-fit: cover;
	}

	#about .sewing-slide__body {
		width: 100%;
		padding-top: 0;
	}

	#about .sewing-slide__head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 15px;
	}

	#about .sewing-slide__head--hlg {
		min-height: 118px;
	}

	#about .sewing-slide__head__label {
		font-size: 2.25rem;
	}

	#about .sewing-slide__head__main {
		margin-top: 15px;
		padding-right: 0;
		font-size: 2.75rem;
	}

	#about .sewing-slide__text {
		margin-top: 18px;
		font-size: 1.1rem;
		line-height: 2.0909;
		letter-spacing: 0.08em;
	}

	#about .sewing-slide-thumb {
		display: none;
	}

	#about .about-cta {
		margin-top: 65px;
	}

	#about .about-cta__text {
		margin-top: 15px;
		font-size: 1.25rem;
		line-height: 2.2;
	}

	#about .image--sp-wide {
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100vw;
	}

	.about-ulm {
		padding: 108px 0 35px;
	}

	.about-ulm__logo {
		width: 292px;
		margin-bottom: 32px;
	}

	.about-ulm__text {
		font-size: 1.25rem;
		line-height: 2.2;
	}

	.about-ulm__note {
		font-size: 1.1rem;
	}

}