.snsShare_container {
	padding-top: 60px;
	background-color: #fff;
}
@media screen and (min-width: 813px) {
	.snsShare_container {
		margin-top: -1px;
		padding-bottom: 10px;
	}
}
.snsShare_container .snsShare_txt {
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
}
@media screen and (min-width: 813px) {
	.snsShare_container .snsShare_txt {
		font-size: 20px;
	}
}
[lang="de"] .snsShare_container .snsShare_txt,
[lang="en"] .snsShare_container .snsShare_txt,
[lang="fr"] .snsShare_container .snsShare_txt,
[lang="id"] .snsShare_container .snsShare_txt,
[lang="it"] .snsShare_container .snsShare_txt,
[lang="nl"] .snsShare_container .snsShare_txt,
[lang="se"] .snsShare_container .snsShare_txt,
[lang="th"] .snsShare_container .snsShare_txt,
[lang="vi"] .snsShare_container .snsShare_txt {
	font-size: 17px;
	line-height: 140%;
}
@media screen and (min-width: 813px) {
	[lang="de"] .snsShare_container .snsShare_txt,
	[lang="en"] .snsShare_container .snsShare_txt,
	[lang="fr"] .snsShare_container .snsShare_txt,
	[lang="id"] .snsShare_container .snsShare_txt,
	[lang="it"] .snsShare_container .snsShare_txt,
	[lang="nl"] .snsShare_container .snsShare_txt,
	[lang="se"] .snsShare_container .snsShare_txt,
	[lang="th"] .snsShare_container .snsShare_txt,
	[lang="vi"] .snsShare_container .snsShare_txt {
		font-size: 20px;
	}
}
.snsShare_container .snsShare_iconBox {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.snsShare_container .snsShare_iconBox .snsShare_icon {
	width: 42.11px;
	margin-right: 20px;
}
.snsShare_container .snsShare_iconBox .snsShare_icon:last-child {
	margin-right: 0;
}
@media screen and (min-width: 813px) {
	.snsShare_container .snsShare_iconBox .snsShare_icon {
		width: 42px;
		margin-right: 20px;
	}
}
.lwc-breadcrumbs {
	margin-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	min-width: 320px;
}
@media screen and (min-width: 813px) {
	.lwc-breadcrumbs {
		max-width: 1226px;
		margin: 50px auto 0;
		padding: 0 20px;
	}
}
.lwc-breadcrumbs .lwc-breadcrumbs_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lwc-breadcrumbs .lwc-breadcrumbs_inner .lwc-breadcrumbs_item {
	font-size: 12px;
	line-height: 18px;
}
@media screen and (min-width: 813px) {
	.lwc-breadcrumbs .lwc-breadcrumbs_inner .lwc-breadcrumbs_item {
		font-size: 14px;
	}
}
.lwc-breadcrumbs
	.lwc-breadcrumbs_inner
	.lwc-breadcrumbs_item
	.lwc-breadcrumbs_itemLink {
	text-decoration: underline;
}
.lwc-breadcrumbs
	.lwc-breadcrumbs_inner
	.lwc-breadcrumbs_item:not(:last-child):after {
	content: "/";
	padding-right: 5px;
	padding-left: 2px;
}
.LifeWear_Contents {
	position: relative;
	z-index: 0;
	max-width: none;
	margin-top: 0;
	padding-top: 64px;
	background-color: #fff;
}
@media screen and (min-width: 813px) {
	.LifeWear_Contents {
		margin-top: -3px;
	}
}
.LifeWear_Contents .LifeWear_Contents_list {
	margin-top: 21px;
}
@media screen and (min-width: 813px) {
	.LifeWear_Contents .LifeWear_Contents_list {
		max-width: 1176px;
		margin: 24px auto 0;
	}
}
.fixSearchCategoryArea.-open .searchCategoryBtn {
	background-color: #000;
	color: #fff;
}
.fixSearchCategoryArea.-open
	.searchCategoryBtn
	.searchCategoryBtn-innerWrap
	.searchCategoryBtn-text.opentext {
	display: none;
}
.fixSearchCategoryArea.-open
	.searchCategoryBtn
	.searchCategoryBtn-innerWrap
	.searchCategoryBtn-text.closetext {
	display: block;
}
.fixSearchCategoryArea.-open
	.searchCategoryBtn
	.searchCategoryBtn-innerWrap
	.searchCategoryBtn-toggleImg.-openImg {
	display: none;
}
.fixSearchCategoryArea.-open
	.searchCategoryBtn
	.searchCategoryBtn-innerWrap
	.searchCategoryBtn-toggleImg.-closeImg {
	display: block;
}
.fixSearchCategoryArea.-open .categoryArea {
	min-width: 320px;
	opacity: 1;
	pointer-events: all;
	z-index: 20;
}
.fixSearchCategoryArea.-open .searchCategoryBtn {
	z-index: 21;
}
.fixSearchCategoryArea .searchCategoryBtn {
	position: fixed;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 262px;
	min-height: 50px;
	padding: 3px 58px;
	border-radius: 40px;
	background-color: hsla(0, 0%, 100%, 0.8);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1490196078);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1490196078);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	z-index: 17;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	pointer-events: all;
	cursor: pointer;
	color: #000;
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea .searchCategoryBtn {
		min-width: 350px;
		min-height: 64px;
	}
}
.fixSearchCategoryArea .searchCategoryBtn.-hidden {
	opacity: 0;
	pointer-events: none;
}
.fixSearchCategoryArea .searchCategoryBtn .searchCategoryBtn-innerWrap {
	position: relative;
}
.fixSearchCategoryArea
	.searchCategoryBtn
	.searchCategoryBtn-innerWrap
	.searchCategoryBtn-text {
	font-size: 15px;
	line-height: 120%;
}
.fixSearchCategoryArea
	.searchCategoryBtn
	.searchCategoryBtn-innerWrap
	.searchCategoryBtn-text.opentext {
	display: block;
}
.fixSearchCategoryArea
	.searchCategoryBtn
	.searchCategoryBtn-innerWrap
	.searchCategoryBtn-text.closetext {
	display: none;
}
[lang="ja"]
	.fixSearchCategoryArea
	.searchCategoryBtn
	.searchCategoryBtn-innerWrap
	.searchCategoryBtn-text {
	font-size: 14px;
	line-height: 140%;
	font-weight: 300;
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea
		.searchCategoryBtn
		.searchCategoryBtn-innerWrap
		.searchCategoryBtn-text,
	[lang="ja"]
		.fixSearchCategoryArea
		.searchCategoryBtn
		.searchCategoryBtn-innerWrap
		.searchCategoryBtn-text {
		font-size: 16px;
		line-height: 19.2px;
	}
}
.fixSearchCategoryArea
	.searchCategoryBtn
	.searchCategoryBtn-innerWrap
	.searchCategoryBtn-toggleImg {
	position: absolute;
	top: 50%;
	right: -29px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
}
.fixSearchCategoryArea
	.searchCategoryBtn
	.searchCategoryBtn-innerWrap
	.searchCategoryBtn-toggleImg.-openImg {
	display: block;
}
.fixSearchCategoryArea
	.searchCategoryBtn
	.searchCategoryBtn-innerWrap
	.searchCategoryBtn-toggleImg.-closeImg {
	display: none;
}
.fixSearchCategoryArea .categoryArea {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(var(--setvh) * 100);
	background: #fff;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 16;
}
.fixSearchCategoryArea .categoryArea:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 126px;
	z-index: 16;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(hsla(0, 0%, 100%, 0)),
		color-stop(60.42%, #fff)
	);
	background: -o-linear-gradient(top, hsla(0, 0%, 100%, 0) 0, #fff 60.42%);
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 60.42%);
}
.fixSearchCategoryArea .categoryArea .genderList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1176px;
	border-bottom: 1px solid #dadada;
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea .categoryArea .genderList {
		margin-top: 30px;
		max-width: 1176px;
		margin-right: auto;
		margin-left: auto;
	}
}
.fixSearchCategoryArea .categoryArea .genderList .genderList-item {
	padding: 0 5px;
	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;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 33.33333%;
	height: 60px;
	color: #6a6a6a;
	-webkit-font-feature-settings: "clig" off, "liga" off;
	font-feature-settings: "clig" off, "liga" off;
	font-size: 15px;
	line-height: 120%;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
html[lang="vi"]
	.fixSearchCategoryArea
	.categoryArea
	.genderList
	.genderList-item {
	font-family: Time New Roman, Arial;
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea .categoryArea .genderList .genderList-item {
		font-size: 20px;
		letter-spacing: 1px;
		padding: 29px;
		height: auto;
	}
}
.fixSearchCategoryArea .categoryArea .genderList .genderList-item.-selected {
	color: #000;
	border-bottom: 1px solid #000;
	cursor: text;
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea .categoryArea .genderList .genderList-item.-selected {
		border-bottom: 1px solid #000;
	}
}
.fixSearchCategoryArea .categoryArea .searchCategoryCarouselSwiper {
	height: calc(100% - 61px);
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea .categoryArea .searchCategoryCarouselSwiper {
		height: calc(100% - 94.8px);
		max-width: 1226px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 25px;
		padding-left: 25px;
		margin-top: 0;
	}
}
.fixSearchCategoryArea
	.categoryArea
	.searchCategoryCarouselSwiper
	.swiper-container {
	padding-bottom: 0;
	height: 100%;
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea
		.categoryArea
		.searchCategoryCarouselSwiper
		.swiper-container
		.swiper-wrapper {
		height: 100%;
	}
}
.fixSearchCategoryArea .categoryArea .categoryList-area {
	margin: 0 auto;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.fixSearchCategoryArea .categoryArea .categoryList-area::-webkit-scrollbar {
	display: none;
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea .categoryArea .categoryList-area {
		padding-top: 28px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		scrollbar-width: none;
	}
}
.fixSearchCategoryArea .categoryArea .categoryList-area .categoryListWrap {
	width: 89.33333%;
}
@media screen and (max-width: 812px) {
	.fixSearchCategoryArea .categoryArea .categoryList-area .categoryListWrap {
		margin: 4px auto 0;
	}
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea .categoryArea .categoryList-area .categoryListWrap {
		width: calc((100% - 48px) / 3);
		margin-top: 0;
		margin-left: 24px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 8px;
	}
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area
		.categoryListWrap:first-child,
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area
		.categoryListWrap:nth-child(3n + 2) {
		margin-left: 0;
	}
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area
		.categoryListWrap.fw25_colection_box {
		margin-bottom: 28px;
		margin-right: calc((100% - 48px) / 3 * 2);
	}
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap:first-child {
	margin-top: 8px;
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area
		.categoryListWrap:first-child {
		margin-top: 0;
	}
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap:last-child {
	margin-top: 30px;
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area
		.categoryListWrap:last-child {
		padding-bottom: 140px;
	}
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.categoryListHeader-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area
		.categoryListWrap
		.categoryListHeader-wrap {
		width: 100%;
		height: 100%;
	}
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.categoryListHeader-wrap.-selected {
	background-color: #f4f4f4;
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.categoryListHeader-wrap.-selected:before {
	opacity: 1;
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.categoryListHeader-wrap
	.categoryListImg {
	width: 64px;
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.categoryListHeader-wrap
	.categoryListHeader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 6px;
	padding-right: 40px;
	color: #1b1b1b;
	-webkit-font-feature-settings: "clig" off, "liga" off;
	font-feature-settings: "clig" off, "liga" off;
	font-size: 16px;
	line-height: 19.2px;
	border-bottom: 1px solid #dadada;
}
[lang="ja"]
	.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.categoryListHeader-wrap
	.categoryListHeader {
	font-weight: 300;
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.categoryListHeader-wrap
	.categoryListHeader-25fwcl_link_text {
	padding: 22px 0;
	border-bottom: none;
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.categoryListHeader-wrap
	.categoryListHeader-arrowImg {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.fixCategoryList {
	margin-top: 15px;
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area
		.categoryListWrap
		.fixCategoryList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 24px;
	}
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.fixCategoryList
	.categoryList-item-wrap {
	position: relative;
	cursor: pointer;
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.fixCategoryList
	.categoryList-item-wrap.-selected {
	background-color: #eee;
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.fixCategoryList
	.categoryList-item-wrap
	.categoryList-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 5.33333%;
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area
		.categoryListWrap
		.fixCategoryList
		.categoryList-item-wrap
		.categoryList-item {
		padding-right: 0;
	}
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.fixCategoryList
	.categoryList-item-wrap
	.categoryList-item
	.categoryList-item-img {
	width: 36px;
	height: 36px;
	margin-left: 16px;
	padding: 2px;
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.fixCategoryList
	.categoryList-item-wrap
	.categoryList-item-name {
	margin-left: 6px;
	color: #1b1b1b;
	-webkit-font-feature-settings: "clig" off, "liga" off;
	font-feature-settings: "clig" off, "liga" off;
	font-size: 14px;
	font-weight: 300;
	line-height: 120%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-bottom: 1px solid #eee;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
[lang="de"]
	.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.fixCategoryList
	.categoryList-item-wrap
	.categoryList-item-name,
[lang="en"]
	.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.fixCategoryList
	.categoryList-item-wrap
	.categoryList-item-name,
[lang="fr"]
	.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.fixCategoryList
	.categoryList-item-wrap
	.categoryList-item-name,
[lang="id"]
	.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.fixCategoryList
	.categoryList-item-wrap
	.categoryList-item-name,
[lang="it"]
	.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.fixCategoryList
	.categoryList-item-wrap
	.categoryList-item-name,
[lang="nl"]
	.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.fixCategoryList
	.categoryList-item-wrap
	.categoryList-item-name,
[lang="se"]
	.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.fixCategoryList
	.categoryList-item-wrap
	.categoryList-item-name,
[lang="th"]
	.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.fixCategoryList
	.categoryList-item-wrap
	.categoryList-item-name,
[lang="vi"]
	.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.fixCategoryList
	.categoryList-item-wrap
	.categoryList-item-name {
	font-size: 15px;
}
html:not([lang="ja"])
	.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.fixCategoryList
	.categoryList-item-wrap
	.categoryList-item-name {
	font-weight: 400;
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area
		.categoryListWrap
		.fixCategoryList
		.categoryList-item-wrap
		.categoryList-item-name {
		padding-right: 18px;
		font-size: 16px;
		line-height: 19.2px;
	}
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap
	.fixCategoryList
	.categoryList-item-wrap
	.categoryList-item-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	width: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap.pageMenu {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 812px) {
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area
		.categoryListWrap.pageMenu {
		padding-bottom: 120px;
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area
		.categoryListWrap.pageMenu {
		margin: 60px 0;
	}
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area[data-gender-type="baby"]
		.categoryListWrap {
		margin-right: 0;
	}
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area[data-gender-type="baby"]
		.fw25_colection_box {
		margin-right: calc((100% - 48px) / 3 * 2);
	}
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area
		.categoryListWrap.pageMenu {
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area
		.categoryListWrap.pageMenu
		.fixCategoryList {
		margin-top: 0;
	}
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap.pageMenu
	.fixCategoryList
	.categoryList-item-wrap {
	border-bottom: none;
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area
		.categoryListWrap.pageMenu
		.fixCategoryList
		.categoryList-item-wrap {
		width: calc((100% - 48px) / 3);
		padding: 14px 0;
	}
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area
		.categoryListWrap.pageMenu
		.fixCategoryList
		.categoryList-item-wrap:nth-child(2) {
		margin-top: 0 !important;
	}
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap.pageMenu
	.fixCategoryList
	.categoryList-item-wrap
	.categoryList-item-name {
	margin-left: 0;
	height: 30px;
	border-bottom: none;
}
html:not([lang="ja"])
	.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap.pageMenu
	.fixCategoryList
	.categoryList-item-wrap
	.categoryList-item-name {
	font-weight: 400;
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap.pageMenu
	.fixCategoryList
	.categoryList-item-wrap:nth-child(2) {
	margin-top: 15px;
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap.pageMenu
	.Navigation_Item-Other_wrap {
	font-size: 16px;
	margin: 45px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area
		.categoryListWrap.pageMenu
		.Navigation_Item-Other_wrap {
		margin: 0;
		width: calc((100% - 48px) / 3);
	}
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap.pageMenu
	.Navigation_Item-Other_wrap
	.Navigation_text {
	margin-left: 9px;
	font-size: 16px;
	text-align: left;
	font-size: 14px;
	line-height: 120%;
	color: #1b1b1b;
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap.pageMenu
	.Navigation_Item-Other_wrap
	.Navigation_Link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
@media screen and (min-width: 813px) {
	.fixSearchCategoryArea
		.categoryArea
		.categoryList-area
		.categoryListWrap.pageMenu
		.Navigation_Item-Other_wrap
		.Navigation_Link {
		position: relative;
	}
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap.pageMenu
	.Navigation_Item-Other_wrap
	.Navigation_Link
	.Navigation_Logo {
	width: auto;
	height: 28px;
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap.pageMenu
	.Navigation_Item-Other_wrap
	.Navigation_Link:hover {
	opacity: 0.7;
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap.pageMenu
	.Navigation_Item-Other_wrap
	.categoryListHeader-arrowImg {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap.pageMenu
	.Navigation_Item_collection_wrap {
	display: block;
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap.pageMenu
	.Navigation_Item_collection_wrap
	.collection-link {
	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;
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap.pageMenu
	.Navigation_Item_collection_wrap
	.collection-link
	.collection_text {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
}
.fixSearchCategoryArea
	.categoryArea
	.categoryList-area
	.categoryListWrap.pageMenu
	.Navigation_Item_collection_wrap
	.collection-link
	.collection-arrowImg {
	width: 24px;
}
.categoryListHeader-25fwcl_link_text {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}
[lang="ja"] .categoryListHeader-25fwcl_link_text {
	font-weight: 300;
}
[data-aspect-ratio="1:1"]:before {
	padding-top: 100%;
}
[data-aspect-ratio="1:2"]:before {
	padding-top: 200%;
}
[data-aspect-ratio="3:4"]:before {
	padding-top: 133.33333%;
}
[data-aspect-ratio="3:2"]:before {
	padding-top: 66.66667%;
}
[data-aspect-ratio="17:10"]:before {
	padding-top: 58.82353%;
}
[data-aspect-ratio="91:114"]:before {
	padding-top: 125.27473%;
}
[data-aspect-ratio="149:240"]:before {
	padding-top: 161.07383%;
}
[data-aspect-ratio="210:280"]:before,
[data-aspect-ratio="263:350"]:before {
	padding-top: 133.33333%;
}
[data-aspect-ratio="335:445"]:before {
	padding-top: 132.83582%;
}
[data-aspect-ratio="375:469"]:before {
	padding-top: 125.06667%;
}
[data-aspect-ratio="375:500"]:before {
	padding-top: 133.33333%;
}
[data-aspect-ratio="487:321"]:before {
	padding-top: 65.91376%;
}
[data-aspect-ratio="839:721"]:before {
	padding-top: 85.93564%;
}
@media screen and (max-width: 812px) {
	[data-sp-aspect-ratio="1:1"]:before {
		padding-top: 100%;
	}
	[data-sp-aspect-ratio="2:3"]:before {
		padding-top: 150%;
	}
	[data-sp-aspect-ratio="13:2"]:before {
		padding-top: 15.38462%;
	}
	[data-sp-aspect-ratio="59:34"]:before {
		padding-top: 57.62712%;
	}
	[data-sp-aspect-ratio="90:17"]:before {
		padding-top: 18.88889%;
	}
	[data-sp-aspect-ratio="146:26"]:before {
		padding-top: 17.80822%;
	}
	[data-sp-aspect-ratio="155:207"]:before {
		padding-top: 133.54839%;
	}
	[data-sp-aspect-ratio="283:43"]:before {
		padding-top: 15.19435%;
	}
	[data-sp-aspect-ratio="295:170"]:before {
		padding-top: 57.62712%;
	}
	[data-sp-aspect-ratio="295:176"]:before {
		padding-top: 59.66102%;
	}
	[data-sp-aspect-ratio="315:177.19"]:before {
		padding-top: 56.25079%;
	}
	[data-sp-aspect-ratio="335:168"]:before {
		padding-top: 50.14925%;
	}
	[data-sp-aspect-ratio="335:298"]:before {
		padding-top: 88.95522%;
	}
	[data-sp-aspect-ratio="335:447"]:before {
		padding-top: 133.43284%;
	}
	[data-sp-aspect-ratio="375:667"]:before {
		padding-top: 177.86667%;
	}
	[data-sp-aspect-ratio="375:614.58"]:before {
		padding-top: 163.888%;
	}
	[data-sp-aspect-ratio="375:282"]:before {
		padding-top: 75.2%;
	}
}
@media screen and (min-width: 813px) {
	[data-pc-aspect-ratio="2:1"]:before {
		padding-top: 50%;
	}
	[data-pc-aspect-ratio="3:2"]:before {
		padding-top: 66.66667%;
	}
	[data-pc-aspect-ratio="24:19"]:before {
		padding-top: 79.16667%;
	}
	[data-pc-aspect-ratio="26:15"]:before {
		padding-top: 57.69231%;
	}
	[data-pc-aspect-ratio="32:43"]:before {
		padding-top: 134.375%;
	}
	[data-pc-aspect-ratio="72:43"]:before {
		padding-top: 59.72222%;
	}
	[data-pc-aspect-ratio="119:94"]:before {
		padding-top: 78.9916%;
	}
	[data-pc-aspect-ratio="133:25"]:before {
		padding-top: 18.79699%;
	}
	[data-pc-aspect-ratio="170:120"]:before {
		padding-top: 70.58824%;
	}
	[data-pc-aspect-ratio="186:248"]:before {
		padding-top: 133.33333%;
	}
	[data-pc-aspect-ratio="208:120"]:before {
		padding-top: 57.69231%;
	}
	[data-pc-aspect-ratio="375:248"]:before {
		padding-top: 66.13333%;
	}
	[data-pc-aspect-ratio="292:52"]:before {
		padding-top: 17.80822%;
	}
	[data-pc-aspect-ratio="402:536"]:before {
		padding-top: 133.33333%;
	}
	[data-pc-aspect-ratio="428:248"]:before {
		padding-top: 57.94393%;
	}
	[data-pc-aspect-ratio="550:83"]:before {
		padding-top: 15.09091%;
	}
	[data-pc-aspect-ratio="586:89"]:before {
		padding-top: 15.18771%;
	}
	[data-pc-aspect-ratio="602:536"]:before {
		padding-top: 89.03654%;
	}
	[data-pc-aspect-ratio="876:493"]:before {
		padding-top: 56.27854%;
	}
	[data-pc-aspect-ratio="1176:523"]:before {
		padding-top: 44.47279%;
	}
	[data-pc-aspect-ratio="1226:690"]:before {
		padding-top: 56.28059%;
	}
	[data-pc-aspect-ratio="1440:640"]:before {
		padding-top: 44.44444%;
	}
	[data-pc-aspect-ratio="1440:720"]:before {
		padding-top: 50%;
	}
	[data-pc-aspect-ratio="1440:810"]:before {
		padding-top: 56.25%;
	}
	[data-pc-aspect-ratio="1440:500"]:before {
		padding-top: 34.72222%;
	}
}
.headerFixedContents {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	height: 54px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 813px) {
	.headerFixedContents {
		height: 48px;
	}
}
.headerFixedContents .Header_UqLogoLink {
	width: 48px;
	display: block;
}
@media screen and (min-width: 813px) {
	.headerFixedContents .Header_UqLogoLink {
		width: 55px;
	}
}
.headerFixedContents .Header_UqLogoLink .Header_UqLogoImg {
	width: 100%;
	height: auto;
}
.headerFixedContents .Header_UqLogoLink .Header_UqLogoImg.-single {
	width: 35px;
}
.headerFixedContents .Header_LogoLink {
	display: inline-block;
	font-size: 14.6px;
	letter-spacing: 0.105em;
	color: red;
	white-space: nowrap;
}
@media screen and (min-width: 813px) {
	.headerFixedContents .Header_LogoLink {
		display: block;
		position: absolute;
	}
}
.headerFixedContents .Header_LogoLink .Header_Logo {
	width: 87.71px;
	height: 34px;
}
@media screen and (min-width: 813px) {
	.headerFixedContents .Header_LogoLink .Header_Logo {
		width: 92px;
		height: 44.2px;
	}
}
.headerFixedContents .Header_text {
	font-family: Avenir, serif;
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
	line-height: 10px;
	color: #000;
	width: 100%;
	padding-right: 48px;
}
html:not([lang="ja"]) .headerFixedContents .Header_text {
	font-weight: 400;
}
@media screen and (min-width: 813px) {
	.headerFixedContents .Header_text {
		font-size: 14px;
		line-height: 1.2;
		padding-right: 55px;
	}
}
.headerFixedContents.-loadingHidden {
	opacity: 0;
	visibility: hidden;
}
.headerFixedContents.-hidden .Header {
	-webkit-transform: translateY(-300px);
	-ms-transform: translateY(-300px);
	transform: translateY(-300px);
}
body:not([data-page="coordinate"]):not([data-page="terms"])
	.headerFixedContents.-top
	.Header {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	background-color: transparent;
}
body:not([data-page="coordinate"]):not([data-page="terms"])
	.headerFixedContents.-top
	.Header
	.DrawerTrigger.-Open,
body:not([data-page="coordinate"]):not([data-page="terms"])
	.headerFixedContents.-top
	.Header
	.Header_LogoLink {
	color: #fff;
}
body:not([data-page="coordinate"]):not([data-page="terms"])
	.headerFixedContents.-top
	.Header
	.DrawerTrigger.-Open
	.DrawerTrigger_Line {
	background-color: #fff;
}
header.headerFixedContents {
	background: transparent;
}
header.headerFixedContents.-mvhead {
	background: #fff;
}
.lifewearCommonFooter {
	position: relative;
	background-color: #fff;
	padding-top: 20px;
}
.lifewearCommonFooter .OtherNavigation {
	margin-top: 0 !important;
}
.lifewearCommonFooter .Footer_Copyright {
	color: #6a6a6a;
}
.heroWrap,
.video-player-component {
	position: relative;
}
.heroWrap {
	min-width: 320px;
	width: 100%;
	height: 100vh;
	height: calc(var(--setScrollTopvh) * 100);
	overflow: hidden;
	z-index: 0;
}
.heroWrap .fr-videoAutoPlay_wrapper {
	height: 100%;
}
.heroWrap .fr-videoAutoPlay_wrapper:before {
	padding-top: 100vh;
}
.heroWrap .fr-videoAutoPlay_wrapper .fr-videoAutoPlay {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.heroWrap__videoSp {
	display: block;
}
@media screen and (min-width: 813px) {
	.heroWrap__videoSp {
		display: none;
	}
}
.heroWrap__videoPc {
	display: none;
}
@media screen and (min-width: 813px) {
	.heroWrap__videoPc {
		display: block;
	}
}
.fr-videoAutoPlay_button {
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	mix-blend-mode: difference;
}
.fr-videoAutoPlay_button.-hidden {
	-webkit-filter: blur(30px);
	filter: blur(30px);
	opacity: 0;
	pointer-events: none;
}
html.-modalOpen {
	overflow: hidden;
	height: 100%;
}
.fr-videoAutoPlay_button.lookarea_videoAutoPlay_button {
	position: absolute;
}
.fr-videoAutoPlay_button[data-play-status="play"] {
	background-image: url(/jp/ja/contents/feature/lifewear-collection/common_25fw/img/icons/video_pause.svg);
}
.fr-videoAutoPlay_button[data-play-status="pause"] {
	background-image: url(/jp/ja/contents/feature/lifewear-collection/common_25fw/img/icons/video_play.svg);
}
@media screen and (min-width: 813px) {
	.header-text-wrap__title {
		font-size: 5vw;
	}
	.header-text-wrap__subTitle {
		font-size: 3.19444vw;
	}
}
.top_header_text_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.top_header_text_area .header-text-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 96%;
	height: auto;
	text-align: center;
	font-family: Libre Baskerville, serif;
	will-change: filter;
}
@media screen and (min-width: 813px) {
	.top_header_text_area .header-text-wrap {
		max-width: 75.13889%;
	}
}
.top_header_text_area .header-text-wrap.-appear .collection,
.top_header_text_area .header-text-wrap.-appear .header-text-wrap__title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.top_header_text_area .header-text-wrap .collection,
.top_header_text_area .header-text-wrap__title {
	display: block;
	text-align: center;
	color: #fff;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
}
.top_header_text_area .header-text-wrap__title {
	margin-bottom: 16px;
	font-size: 33px;
	font-weight: 400;
	line-height: 120%;
	text-align: center;
	font-style: normal;
	font-family: Avenir, sans-serif;
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: opacity 0.7s, -webkit-transform 0.7s;
	-o-transition: opacity 0.7s, transform 0.7s;
	transition: opacity 0.7s, transform 0.7s;
	transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
}
@media screen and (min-width: 813px) {
	.top_header_text_area .header-text-wrap__title {
		margin-bottom: 2.77264%;
		font-size: 6.94444vw;
		line-height: 6.25vw;
	}
}
html[lang="es"] .top_header_text_area .header-text-wrap__title,
html[lang="fr"] .top_header_text_area .header-text-wrap__title,
html[lang="it"] .top_header_text_area .header-text-wrap__title {
	font-size: 16vw;
	white-space: nowrap;
}
@media screen and (min-width: 813px) {
	html[lang="es"] .top_header_text_area .header-text-wrap__title,
	html[lang="fr"] .top_header_text_area .header-text-wrap__title,
	html[lang="it"] .top_header_text_area .header-text-wrap__title {
		font-size: 7.36111vw;
	}
}
html.ca-fr .top_header_text_area .header-text-wrap__title {
	font-size: 12.26667vw;
}
@media screen and (min-width: 813px) {
	html.ca-fr .top_header_text_area .header-text-wrap__title {
		font-size: 7.63889vw;
		line-height: 8.05556vw;
	}
}
@media screen and (min-width: 813px) {
	html.ca-fr .top_header_text_area .header-text-wrap__title .u-only-sp {
		display: block;
	}
}
@media screen and (min-width: 813px) {
	html[lang="vi"] .top_header_text_area .header-text-wrap__title {
		line-height: 8.05556vw;
	}
}
@media screen and (min-width: 813px) {
	.top_header_text_area .header-text-wrap__subTitle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.top_header_text_area .header-text-wrap .collection {
	font-size: 26px;
	font-weight: 400;
	font-style: italic;
	line-height: 120%;
	font-family: Libre Baskerville, serif;
	letter-spacing: 0.52px;
	-webkit-transition: opacity 0.7s 0.15s, -webkit-transform 0.7s 0.15s;
	transition: opacity 0.7s 0.15s, -webkit-transform 0.7s 0.15s;
	-o-transition: opacity 0.7s 0.15s, transform 0.7s 0.15s;
	transition: opacity 0.7s 0.15s, transform 0.7s 0.15s;
	transition: opacity 0.7s 0.15s, transform 0.7s 0.15s,
		-webkit-transform 0.7s 0.15s;
	text-align: center;
	text-indent: -2.5px;
}
@media screen and (min-width: 813px) {
	.top_header_text_area .header-text-wrap .collection {
		font-size: 3.47222vw;
		line-height: 2.79861vw;
		text-align: center;
	}
}
html[lang="vi"]
	.top_header_text_area
	.header-text-wrap
	.collection:first-child
	span {
	font-family: Time New Roman, Arial;
}
.statement {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 60px;
}
@media screen and (min-width: 813px) {
	.statement {
		margin-right: 6.25%;
		margin-left: 6.25%;
		margin-bottom: 5.55556%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 2.94118%;
	}
}
@media screen and (min-width: 1440px) {
	.statement {
		margin-right: 90px;
		margin-left: 90px;
		margin-bottom: 80px;
		gap: 35px;
	}
}
.statement__image-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 25px;
	gap: 25px;
}
@media screen and (min-width: 813px) {
	.statement__image-flex {
		width: 15.63025%;
		display: block;
		margin-top: 0;
		gap: 0;
	}
}
@media screen and (min-width: 813px) {
	.statement__image--first {
		width: 33.78151%;
	}
}
.statement__image--second {
	width: 50%;
}
@media screen and (min-width: 813px) {
	.statement__image--second {
		width: 100%;
	}
}
.statement__image--third {
	width: 50%;
}
@media screen and (min-width: 813px) {
	.statement__image--third {
		width: 100%;
		margin-top: 21.50538%;
	}
}
.statement__image--forth {
	margin-top: 25px;
}
@media screen and (min-width: 813px) {
	.statement__image--forth {
		width: 50.58824%;
		margin-top: 0;
	}
}
.main_inner {
	max-width: none;
	height: auto;
	background-color: #fff;
	position: relative;
}
.is-hidden {
	display: none !important;
}
.filter_buttons_wrapper {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	overflow-x: scroll;
	padding: 0 15px 12px;
	background-color: #fff;
	z-index: 1;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.filter_buttons_wrapper ::-webkit-scrollbar {
	display: none;
}
.filter_buttons_wrapper.-show {
	top: 54px;
}
@media screen and (min-width: 813px) {
	.filter_buttons_wrapper.-show {
		top: 48px;
	}
}
.filter_buttons {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.filter_buttons .filter_btn {
	font-size: 13px;
	line-height: 1.5;
	padding: 5px 11px;
	margin-right: 8px;
	border: 1px solid #dadada;
	border-radius: 32px;
	background-color: #fff;
	white-space: nowrap;
	color: #000;
}
[lang="ja"] .filter_buttons .filter_btn {
	font-weight: 300;
}
@media screen and (min-width: 813px) {
	.filter_buttons .filter_btn {
		font-size: 14px;
	}
}
.filter_buttons .filter_btn:last-child {
	margin-right: 0;
}
.filter_buttons .filter_btn.active {
	border-color: #000;
	background-color: #f4f4f4;
}
.filter_buttons_follow {
	position: fixed;
	width: 100%;
	top: 54px;
	left: 0;
	padding: 0 15px 12px;
	-webkit-transition: -webkit-transform 0.35s ease-out;
	transition: -webkit-transform 0.35s ease-out;
	-o-transition: transform 0.35s ease-out;
	transition: transform 0.35s ease-out;
	transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
	-webkit-transform: translateY(-250%);
	-ms-transform: translateY(-250%);
	transform: translateY(-250%);
	z-index: 10;
}
@media screen and (min-width: 813px) {
	.filter_buttons_follow {
		top: 48px;
	}
}
.filter_buttons_follow.show {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.look-fadein {
	opacity: 0;
	-webkit-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
	transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
	-o-transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	transition: opacity 0.8s ease-out, transform 0.8s ease-out,
		-webkit-transform 0.8s ease-out;
}
.look-fadein.scrollin {
	opacity: 1 !important;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.gridbox {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}
.gridbox .item {
	grid-column: span 6;
	grid-row: span 4;
	margin-bottom: 4px;
	margin-right: 4px;
}
.gridbox .item.js-openItemCardModal:hover,
.gridbox .item.js-openModal:hover {
	cursor: pointer;
}
@media screen and (min-width: 813px) {
	.gridbox .item {
		grid-column: span 2;
	}
}
.gridbox .item_card {
	font-size: 1.2em;
	color: #fff;
	position: relative;
}
.gridbox .item_card.fall {
	background-color: #b78123;
}
.gridbox .item_card.winter {
	background-color: #03282c;
}
.gridbox .item_card:before {
	content: "";
	padding-top: 133.33333%;
	display: block;
}
.gridbox .item_card .item_card_inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.gridbox .item_card .title {
	font-family: Libre Baskerville, serif;
	font-style: normal;
	font-weight: 400;
	font-size: calc(0.11019 * (100vw - 12px) / 2);
	line-height: 140%;
	text-align: center;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 42.14876%;
	max-width: 92%;
	width: 100%;
}
@media screen and (min-width: 813px) {
	.gridbox .item_card .title {
		font-size: 26px;
		top: 45%;
	}
}
.gridbox .item_card .subtitle {
	font-family: Helvetica Neue, HelveticaNeue, Helvetica, Segoe UI, Noto Sans,
		Roboto, Arial, Arial Unicode MS, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: calc(0.07713 * (100vw - 12px) / 2);
	line-height: 140%;
	text-align: center;
	position: absolute;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	left: 50%;
	bottom: 26.44628%;
	width: 100%;
	max-width: 92%;
}
@media screen and (min-width: 813px) {
	.gridbox .item_card .subtitle {
		font-size: 16px;
		bottom: 25.25%;
	}
}
.gridbox .item .look__media-wrap,
.gridbox .item .look__media-wrap .u-imgAdjustBox,
.gridbox
	.item
	.look__media-wrap
	> div:not(.blkItemList):not(.unit):not(.wishlist_heart_icon):not(
		.l3_alias_color_chip_modal_bg
	) {
	width: 100%;
	height: 100%;
}
.gridbox .item .look__media-wrap .u-imgAdjustBox .fr-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.gridbox .item .look__media-wrap .fr-videoAutoPlay_wrapper {
	width: 100%;
	height: 100%;
}
.gridbox .item .look__media-wrap .fr-videoAutoPlay_wrapper .fr-videoAutoPlay {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.gridbox .square {
	grid-row: span 3;
}
.gridbox .col1 {
	grid-column: span 12;
}
@media screen and (min-width: 813px) {
	.gridbox .col1 {
		grid-column: span 6;
	}
	.gridbox .col1.wide {
		grid-column: span 4;
	}
}
.gridbox .col2 {
	grid-column: span 8;
}
@media screen and (min-width: 813px) {
	.gridbox .col2 {
		grid-column: span 4;
	}
}
.gridbox .col3 {
	grid-column: span 4;
}
@media screen and (min-width: 813px) {
	.gridbox .col3 {
		grid-column: span 2;
	}
}
@media screen and (min-width: 813px) {
	.filter .gridbox .item {
		grid-column: span 3;
	}
	.filter .gridbox .item.col1 {
		grid-column: span 6;
	}
}
@media screen and (min-width: 813px) {
	.look-lookbook.PC_flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.look-lookbook.PC_flex .look-lookbook__inner {
		width: 50%;
	}
	.look-lookbook.PC_flex .gridbox {
		grid-template-columns: repeat(2, 1fr);
	}
	.look-lookbook.PC_flex .gridbox .item {
		grid-column: span 1;
	}
	.look-lookbook.PC_flex .gridbox .item.col1 {
		grid-column: span 2;
	}
}
.look-section {
	display: none;
	max-width: 1226px;
	margin: 8px auto 0;
	padding-left: 4px;
}
.look-section.is-visible {
	display: block;
}
.look-lookbook .look {
	width: 50%;
}
@media screen and (min-width: 813px) {
	.look-lookbook .look {
		width: 25%;
	}
}
.look-lookbook__inner {
	position: relative;
}
.main_inner {
	padding-top: 0 !important;
}
.main_inner .h2area_text_box {
	text-align: center;
	margin-bottom: 28px;
	padding-top: 28px;
}
@media screen and (min-width: 813px) {
	.main_inner .h2area_text_box {
		padding-top: 60px;
		margin-bottom: 60px;
	}
}
.main_inner .h2area_text_box.-fadeIn .h2area_text_inner,
.main_inner
	.h2area_text_box.-fadeIn
	.h2area_title_text_wrap
	.h2area_title_text {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.main_inner .h2area_text_box.-fadeIn .h2area_text_inner {
	opacity: 1;
}
.main_inner .h2area_text_box .h2area_title_text_wrap {
	overflow-y: hidden;
	padding-bottom: 4px;
	margin-bottom: -4px;
}
.main_inner .h2area_text_box .h2area_title_text_wrap .h2area_title_text {
	font-size: 21px;
	font-weight: 400;
	font-family: Libre Baskerville, serif;
	font-style: normal;
	line-height: 120%;
	-webkit-transform: translateY(calc(100% + 5px));
	-ms-transform: translateY(calc(100% + 5px));
	transform: translateY(calc(100% + 5px));
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
@media screen and (min-width: 813px) {
	.main_inner .h2area_text_box .h2area_title_text_wrap .h2area_title_text {
		font-size: 28px;
	}
}
.main_inner .h2area_text_box .h2area_text_inner {
	width: 84%;
	margin: 8px auto 0;
	font-size: 14px;
	line-height: 150%;
	display: block;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
	-webkit-transition: all 0.6s ease 0.3s;
	-o-transition: all 0.6s ease 0.3s;
	transition: all 0.6s ease 0.3s;
}
[lang="ja"] .main_inner .h2area_text_box .h2area_text_inner {
	font-weight: 300;
	line-height: 180%;
}
@media screen and (min-width: 813px) {
	[lang="ja"] .main_inner .h2area_text_box .h2area_text_inner {
		font-size: 14px;
	}
}
@media screen and (min-width: 813px) {
	.main_inner .h2area_text_box .h2area_text_inner {
		width: 100%;
		margin-top: 12px;
		font-size: 16px;
	}
}
.page-links {
	padding-top: 56px;
	padding-bottom: 0;
}
html[lang="ja"] .page-links {
	padding-bottom: 60px;
}
@media screen and (min-width: 813px) {
	.category {
		max-width: 1226px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 24px;
		padding-left: 24px;
		padding-top: 56px;
	}
}
.category__ttl-wrap {
	width: 84%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #000;
}
.category__ttl-wrap .ttl {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
}
[lang="ja"] .category__ttl-wrap .ttl {
	font-weight: 300;
}
@media screen and (min-width: 813px) {
	.category__ttl-wrap .ttl {
		font-size: 26px;
		line-height: 36.4px;
	}
}
.category__ttl-wrap .sub-ttl {
	margin-top: 12px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
}
@media screen and (min-width: 813px) {
	.category__ttl-wrap .sub-ttl {
		font-size: 15px;
		line-height: 22.5px;
	}
}
.category__tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 12px;
	border-bottom: 1px solid #dadada;
}
@media screen and (min-width: 813px) {
	.category__tab {
		margin-top: 28px;
	}
}
.category__tab__item {
	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;
	width: 25%;
	padding-top: 21px;
	padding-bottom: 21px;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	color: #6a6a6a;
	cursor: pointer;
}
html[lang="vi"] .category__tab__item {
	font-family: Time New Roman, Arial;
}
@media screen and (min-width: 813px) {
	.category__tab__item {
		font-size: 20px;
		line-height: 24px;
		padding: 29px 24px;
	}
}
.category__tab__item.-selected {
	color: #000;
	cursor: text;
	border-bottom: 1px solid #000;
}
.category-list {
	width: 89.33333%;
	margin: 0 auto;
	display: none;
	padding-top: 8px;
}
@media screen and (min-width: 813px) {
	.category-list {
		width: 100%;
		margin-top: 28px;
		padding-top: 0;
	}
}
.category-list.-selected {
	display: block;
}
.category-list__text {
	padding: 22px 0;
	font-size: 16px;
	line-height: 19.2px;
}
[lang="ja"] .category-list__text {
	font-weight: 300;
}
@media screen and (min-width: 813px) {
	.category-list__text {
		padding: 22px 0;
	}
}
.category-list__item:nth-child(n + 2) {
	margin-top: 4px;
}
@media screen and (min-width: 813px) {
	.category-list__item {
		width: calc((100% - 48px) / 3);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 8px;
		margin-left: 24px;
	}
	.category-list__item:nth-child(n + 2) {
		margin-top: 0;
	}
	.category-list__item:nth-child(3n + 1) {
		margin-left: 0;
	}
}
@media screen and (min-width: 813px) {
	.category-list__item.fw25_colection_find_box {
		margin-bottom: 28px;
	}
}
.category-list__item__link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-right: 2px;
}
@media screen and (min-width: 813px) {
	.category-list__item__link {
		width: 100%;
	}
}
.category-list__item__img {
	width: 64px;
}
@media screen and (min-width: 813px) {
	.category-list__item__img {
		width: 64px;
	}
}
.category-list__item__text {
	font-size: 16px;
	line-height: 19.2px;
	margin-left: 6px;
	color: #000;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 64px;
	padding-right: 40px;
	border-bottom: 1px solid #dadada;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
[lang="ja"] .category-list__item__text {
	font-weight: 300;
}
.category-list__item__text :first-child {
	border-bottom: none;
}
.category-list__item__arrow-icon {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
}
@media screen and (min-width: 813px) {
	.category__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		scrollbar-width: none;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 0;
	}
}
.surveyArea {
	margin-top: 61px;
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (min-width: 813px) {
	.surveyArea {
		margin: 80px auto 0;
		padding-left: 0;
		padding-right: 0;
		max-width: 876px;
	}
}
.surveyArea .surveyTtl {
	font-size: 18px;
	line-height: 140%;
	text-align: center;
}
@media screen and (min-width: 813px) {
	.surveyArea .surveyTtl {
		font-size: 24px;
	}
}
[lang="de"] .surveyArea .surveyTtl,
[lang="en"] .surveyArea .surveyTtl,
[lang="fr"] .surveyArea .surveyTtl,
[lang="id"] .surveyArea .surveyTtl,
[lang="it"] .surveyArea .surveyTtl,
[lang="nl"] .surveyArea .surveyTtl,
[lang="se"] .surveyArea .surveyTtl,
[lang="th"] .surveyArea .surveyTtl,
[lang="vi"] .surveyArea .surveyTtl {
	font-size: 22px;
	line-height: 120%;
}
@media screen and (min-width: 813px) {
	[lang="de"] .surveyArea .surveyTtl,
	[lang="en"] .surveyArea .surveyTtl,
	[lang="fr"] .surveyArea .surveyTtl,
	[lang="id"] .surveyArea .surveyTtl,
	[lang="it"] .surveyArea .surveyTtl,
	[lang="nl"] .surveyArea .surveyTtl,
	[lang="se"] .surveyArea .surveyTtl,
	[lang="th"] .surveyArea .surveyTtl,
	[lang="vi"] .surveyArea .surveyTtl {
		font-size: 28px;
	}
}
.surveyArea .surveyText {
	font-size: 14px;
	line-height: 150%;
	margin-top: 15px;
	text-align: center;
}
@media screen and (min-width: 813px) {
	.surveyArea .surveyText {
		font-size: 16px;
		margin: 15px auto 0;
		margin-top: 10px;
	}
}
html:not([lang="ja"]) .surveyArea .surveyLink {
	background-color: #1b1b1b;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	margin-top: 19px;
	color: #fff;
	-o-border-image: initial;
	border-image: initial;
	padding: 13px 4vw;
	font-size: 14px;
	min-height: 50px;
}
@media screen and (min-width: 813px) {
	html:not([lang="ja"]) .surveyArea .surveyLink {
		font-size: 16px;
		min-height: 64px;
		margin: 24px auto 0;
		max-width: 576px;
		padding: 13px 4vw;
	}
}
.surveyArea .surveyAnnotation {
	font-size: 11px;
	line-height: 1.5;
	margin-top: 15px;
	white-space: pre-wrap;
}
@media screen and (min-width: 813px) {
	.surveyArea .surveyAnnotation {
		text-align: center;
		margin: 24px auto 0;
		max-width: 576px;
		font-size: 13px;
	}
}
#common_questionnaire {
	background-color: #fff;
}
@media screen and (min-width: 813px) {
	#common_questionnaire {
		padding-top: 4px;
	}
}
#common_questionnaire .sc-hCPjZK.kHtRRa {
	background-color: #1b1b1b;
	color: #fff;
	min-height: 50px;
}
@media screen and (min-width: 813px) {
	#common_questionnaire .sc-hCPjZK.kHtRRa {
		margin-top: 40px;
		min-height: 64px;
	}
}
#common_questionnaire .sc-hknOHE.hapBDM {
	margin-top: 28px;
}
@media screen and (min-width: 813px) {
	#common_questionnaire .sc-hknOHE.hapBDM {
		margin-top: 34px;
	}
}
.bHSdte {
	margin-top: 0 !important;
}
@media screen and (min-width: 813px) {
	.bHSdte {
		font-size: 29px !important;
	}
}
.LifeWear_Contents {
	padding-top: 60px;
}
.LifeWear_Contents_ttl {
	font-weight: 300;
}
.LifeWear_Contents_list {
	margin-top: 20px !important;
}
.modal-wrap {
	pointer-events: none;
}
.modal-wrap.-open {
	pointer-events: all;
}
.modal-wrap.-open .modal.-current {
	bottom: 0;
	left: 0;
	opacity: 1;
	pointer-events: all;
}
.modal-wrap.-open .modal.-current .modal-container {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
@media screen and (min-width: 813px) {
	.modal-wrap.-open .modal.-current.-current {
		top: 50%;
		left: 50%;
		opacity: 1;
		pointer-events: all;
		border-radius: 5px;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
		transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
		-o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
		transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
		transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
			-webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	}
}
.modal-wrap.-open .overlay {
	opacity: 0;
}
.modal-wrap.-open .overlay-pc {
	opacity: 0.5;
	-webkit-transition: all 0.225s ease-out;
	-o-transition: all 0.225s ease-out;
	transition: all 0.225s ease-out;
}
.modal-wrap .modal {
	position: fixed;
	top: 54px;
	left: 0;
	width: 100%;
	height: calc(100% - 54px);
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	z-index: 19;
}
@media screen and (min-width: 813px) {
	.modal-wrap .modal {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -45%);
		-ms-transform: translate(-50%, -45%);
		transform: translate(-50%, -45%);
		width: 776px;
		height: 85%;
		max-height: 780px;
		opacity: 0;
		border-radius: 5px;
		background-color: #fff;
		overflow-y: auto;
	}
	.modal-wrap .modal.-current {
		opacity: 0;
		pointer-events: none;
	}
	.item_card-modal-wrap.modal-wrap .modal {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		max-height: 780px;
		overflow-y: hidden;
	}
}
.modal-wrap .modal .overlay {
	width: 100%;
	height: 40%;
	opacity: 0;
}
.item_card-modal-wrap.modal-wrap .modal .overlay {
	height: 100%;
}
@media screen and (min-width: 813px) {
	.modal-wrap .modal .overlay {
		display: none;
	}
}
.modal-wrap .modal .modal-container {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	-webkit-transform: translateY(5%);
	-ms-transform: translateY(5%);
	transform: translateY(5%);
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.item_card-modal-wrap.modal-wrap .modal .modal-container {
	min-height: unset;
	margin-top: 0;
	position: absolute;
	bottom: 0;
	height: auto;
	max-height: 100%;
	overflow: auto;
}
@media screen and (min-width: 813px) {
	.modal-wrap .modal .modal-container {
		height: 100%;
		margin-top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.item_card-modal-wrap.modal-wrap .modal .modal-container {
		position: relative;
		max-height: unset;
		max-height: calc(100vh - 136px);
	}
}
.modal-wrap .modal .modal-header {
	position: absolute;
	width: 100%;
	border-radius: 5px 5px 0 0;
	padding: 17.5px 16px;
	z-index: 2;
	background-color: #fff;
	border-bottom: 1px solid #dadada;
}
.item_card-modal-wrap.modal-wrap .modal .modal-header {
	top: 0;
	position: -webkit-sticky;
	position: sticky;
}
@media screen and (min-width: 813px) {
	.modal-wrap .modal .modal-header {
		top: 0;
		padding: 16px 24px 17px;
		border-bottom: 1px solid #dadada;
	}
}
.modal-wrap .modal .modal-header .header-title {
	font-size: 18px;
	line-height: 1.2;
	color: #000;
}
[lang="ja"] .modal-wrap .modal .modal-header .header-title {
	line-height: 1.4;
	font-weight: 300;
}
.modal-wrap .modal .modal-header .header-title.modal-content-item_card-header {
	display: none;
}
.modal-wrap
	.modal
	.modal-header
	.header-title.modal-content-item_card-header.-current {
	display: block;
}
@media screen and (min-width: 813px) {
	.modal-wrap .modal .modal-header .header-title {
		font-size: 22px;
		line-height: 1.2;
	}
	[lang="ja"] .modal-wrap .modal .modal-header .header-title {
		font-size: 20px;
	}
}
.modal-wrap .modal .modal-header .close-button {
	position: absolute;
	top: 8px;
	right: 16px;
	width: 44px;
	height: 44px;
}
@media screen and (min-width: 813px) {
	.modal-wrap .modal .modal-header .close-button {
		right: 24px;
	}
}
.modal-wrap .modal .modal-content {
	height: 100%;
	padding-top: 57px;
	overflow-y: scroll;
	background-color: #fff;
}
[lang="ja"] .modal-wrap .modal .modal-content {
	padding-top: 61px;
}
.item_card-modal-wrap.modal-wrap .modal .modal-content {
	padding-top: 0;
}
@media screen and (min-width: 813px) {
	.modal-wrap .modal .modal-content {
		padding-top: 60px;
	}
	[lang="ja"] .modal-wrap .modal .modal-content {
		padding-top: 62px;
	}
	.item_card-modal-wrap.modal-wrap .modal .modal-content {
		overflow-y: auto;
		padding-top: 0;
	}
}
.item_card-modal-wrap.modal-wrap .modal .modal-content .modal-content-inner {
	padding: 20px 15px 16px;
}
.item_card-modal-wrap.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.modal-content-item_card-section {
	display: none;
	width: 100%;
	font-size: 14px;
	line-height: 150%;
}
[lang="ja"]
	.item_card-modal-wrap.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.modal-content-item_card-section {
	font-weight: 300;
}
@media screen and (min-width: 813px) {
	.item_card-modal-wrap.modal-wrap
		.modal
		.modal-content
		.modal-content-inner
		.modal-content-item_card-section {
		font-size: 15px;
		line-height: 1.4;
	}
}
.item_card-modal-wrap.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.modal-content-item_card-section.-current {
	display: block;
}
@media screen and (min-width: 813px) {
	.modal-wrap .modal .modal-content .modal-content-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 100%;
		padding-top: 24px;
	}
	.item_card-modal-wrap.modal-wrap .modal .modal-content .modal-content-inner {
		padding: 24px;
	}
}
@media screen and (min-width: 813px) {
	.modal-wrap .modal .modal-content .modal-content-inner .left-content {
		width: 312px;
		margin-bottom: 24px;
	}
}
.modal-wrap .modal .modal-content .modal-content-inner .swiper-container {
	padding: 0;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.swiper-container
	.swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.swiper-container
	.swiper-wrapper
	.swiper-slide
	img:not(.btn):not([onerror^="alterImage"]):not(
		[onerror^="errorColorChip"]
	):not([src*="im.uniqlo.com/images/jp/pc/img/material/tag"]) {
	-o-object-fit: cover;
	object-fit: cover;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.swiper-container
	.swiper-button {
	width: 32px;
	height: 32px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
}
.modal-wrap .modal .modal-content .modal-content-inner .right-content {
	margin-top: 16px;
}
@media screen and (min-width: 813px) {
	.modal-wrap .modal .modal-content .modal-content-inner .right-content {
		position: relative;
		width: 392px;
		margin-top: 0;
		margin-left: 24px;
		margin-bottom: 24px;
	}
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.tab-wrap {
	display: none;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 813px) {
	.modal-wrap
		.modal
		.modal-content
		.modal-content-inner
		.right-content
		.tab-wrap {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 24px;
	}
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.tab-wrap.-current {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.tab-wrap.-current:empty {
	display: none;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.tab-wrap
	.tab-scroll-wrap {
	width: 100%;
	overflow-x: scroll;
	border-bottom: 1px solid #dadada;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.tab-wrap
	.tab-scroll-wrap::-webkit-scrollbar {
	display: none;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.tab-wrap
	.tab-scroll-wrap
	.tab-scroll-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.tab-wrap
	.tab-gradation {
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 2px);
	width: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	pointer-events: none;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.tab-wrap
	.tab-gradation:before {
	content: "";
	position: absolute;
	left: -17px;
	top: 0;
	width: 56px;
	height: 100%;
	display: block;
	pointer-events: none;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(hsla(0, 0%, 100%, 0)),
		color-stop(39.42%, #fff)
	);
	background: -o-linear-gradient(right, hsla(0, 0%, 100%, 0) 0, #fff 39.42%);
	background: linear-gradient(-90deg, hsla(0, 0%, 100%, 0), #fff 39.42%);
}
@media screen and (min-width: 813px) {
	.modal-wrap
		.modal
		.modal-content
		.modal-content-inner
		.right-content
		.tab-wrap
		.tab-gradation:before {
		left: 0;
	}
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.tab-wrap
	.tab-gradation.-current {
	opacity: 1;
	pointer-events: auto;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.tab-wrap
	.tab-gradation.tab-gradation-next {
	left: auto;
	right: 0;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.tab-wrap
	.tab-gradation.tab-gradation-next:before {
	left: auto;
	right: -17px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(hsla(0, 0%, 100%, 0)),
		color-stop(39.42%, #fff)
	);
	background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, #fff 39.42%);
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 39.42%);
}
@media screen and (min-width: 813px) {
	.modal-wrap
		.modal
		.modal-content
		.modal-content-inner
		.right-content
		.tab-wrap
		.tab-gradation.tab-gradation-next:before {
		left: auto;
		right: 0;
	}
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.tab-wrap
	.tab-gradation
	.tab-slide-button {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 0;
	background-image: url(/jp/ja/contents/feature/lifewear-collection/common_25fw/img/icons/pagination_arrow.svg);
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}
@media screen and (min-width: 813px) {
	.modal-wrap
		.modal
		.modal-content
		.modal-content-inner
		.right-content
		.tab-wrap
		.tab-gradation
		.tab-slide-button {
		display: block;
	}
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.tab-wrap
	.tab-gradation
	.tab-slide-button.tab-slide-next-button {
	right: 0;
	left: auto;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.tab-wrap
	.tab-item {
	padding: 12px 20px;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	color: #6a6a6a;
	border-bottom: 1px solid #fff;
	white-space: nowrap;
}
[lang="ja"]
	.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.tab-wrap
	.tab-item {
	font-weight: 300;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.tab-wrap
	.tab-item.-selected {
	border-bottom: 1px solid #000;
	color: #000;
}
@media screen and (min-width: 813px) {
	.modal-wrap
		.modal
		.modal-content
		.modal-content-inner
		.right-content
		.tab-wrap
		.tab-item {
		font-size: 15px;
	}
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap {
	display: none;
	width: 92%;
	margin: 28px auto 0;
}
@media screen and (min-width: 813px) {
	.modal-wrap
		.modal
		.modal-content
		.modal-content-inner
		.right-content
		.bff-wrap {
		width: 100%;
		margin: 0 auto;
		height: 100%;
	}
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap.-current {
	display: block;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	aui-products
	.aui-bff-product {
	gap: 12px;
	padding: 0;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	aui-products
	.aui-bff-product
	.aui-bff-productList {
	width: 100%;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	aui-products
	.aui-bff-product
	.aui-bff-productList
	> a {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	aui-products
	.aui-bff-product
	.aui-bff-productList
	.aui-bff-product_content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	aui-products
	.aui-bff-product
	.aui-bff-productList
	.aui-bff-product_content
	.aui-bff-product_imgWrapper {
	width: 26.08696%;
	padding: 0;
}
@media screen and (min-width: 813px) {
	.modal-wrap
		.modal
		.modal-content
		.modal-content-inner
		.right-content
		.bff-wrap
		aui-products
		.aui-bff-product
		.aui-bff-productList
		.aui-bff-product_content
		.aui-bff-product_imgWrapper {
		width: 90px;
	}
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	aui-products
	.aui-bff-product
	.aui-bff-productList
	.aui-bff-product_content
	.aui-bff-product_imgWrapper
	.aui-bff-imgAdjustBox {
	position: static;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	aui-products
	.aui-bff-product
	.aui-bff-productList
	.aui-bff-product_content
	.aui-bff-product_colorChipsAndFavorite {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	aui-products
	.aui-bff-product
	.aui-bff-productList
	.aui-bff-product_content
	.aui-bff-product_colorChipsAndFavorite
	> :not(.js-aui-bff-favorite) {
	display: none;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	aui-products
	.aui-bff-product
	.aui-bff-productList
	.aui-bff-product_content
	.aui-bff-product_productInfoWrapper {
	width: 69.56522%;
	margin: 0;
	padding-right: 44px;
}
@media screen and (min-width: 813px) {
	.modal-wrap
		.modal
		.modal-content
		.modal-content-inner
		.right-content
		.bff-wrap
		aui-products
		.aui-bff-product
		.aui-bff-productList
		.aui-bff-product_content
		.aui-bff-product_productInfoWrapper {
		width: 290px;
	}
}
@media screen and (min-width: 813px) {
	.modal-wrap
		.modal
		.modal-content
		.modal-content-inner
		.right-content
		.bff-wrap
		aui-products
		> div:not(.blkItemList):not(.unit):not(.wishlist_heart_icon):not(
			.l3_alias_color_chip_modal_bg
		) {
		height: 100%;
	}
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	aui-products
	.aui-bff-textNoItems {
	margin-bottom: 28px;
	color: #000;
	font-size: 14px;
	line-height: 22.4px;
	font-weight: 300;
}
@media screen and (min-width: 813px) {
	.modal-wrap
		.modal
		.modal-content
		.modal-content-inner
		.right-content
		.bff-wrap
		aui-products
		.aui-bff-textNoItems {
		height: 100%;
		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;
		margin: 0;
	}
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	.fr-bff-products {
	background-color: transparent;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: none;
	width: 100%;
}
@media screen and (min-width: 813px) {
	.modal-wrap
		.modal
		.modal-content
		.modal-content-inner
		.right-content
		.bff-wrap
		.fr-bff-products {
		height: 100%;
	}
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	.fr-bff-products.-current {
	display: block;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	.fr-bff-products
	.fr-bff-product {
	position: relative;
	width: 100%;
	margin: 0;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	.fr-bff-products
	.fr-bff-product:nth-child(n + 2) {
	margin-top: 12px;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	.fr-bff-products
	.fr-bff-product
	.fr-bff-product_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	.fr-bff-products
	.fr-bff-product
	.fr-bff-product_inner
	.fr-bff-product_imgWrapper {
	position: static;
	width: 26.08696%;
}
@media screen and (min-width: 813px) {
	.modal-wrap
		.modal
		.modal-content
		.modal-content-inner
		.right-content
		.bff-wrap
		.fr-bff-products
		.fr-bff-product
		.fr-bff-product_inner
		.fr-bff-product_imgWrapper {
		width: 90px;
	}
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	.fr-bff-products
	.fr-bff-product
	.fr-bff-product_inner
	.fr-bff-product_imgWrapper
	.fr-bff-product_colorChipsAndFavorite {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	margin: 0;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	.fr-bff-products
	.fr-bff-product
	.fr-bff-product_inner
	.fr-bff-product_imgWrapper
	.fr-bff-product_colorChipsAndFavorite
	.fr-bff-product_colorChipsAndIcon {
	display: none;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	.fr-bff-products
	.fr-bff-product
	.fr-bff-product_inner
	.fr-bff-product_content {
	width: 69.56522%;
	padding-right: 49px;
	margin: 0;
	padding-right: 44px;
}
html.frNativeApp
	.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	.fr-bff-products
	.fr-bff-product
	.fr-bff-product_inner
	.fr-bff-product_content {
	padding-right: 0;
}
@media screen and (min-width: 813px) {
	.modal-wrap
		.modal
		.modal-content
		.modal-content-inner
		.right-content
		.bff-wrap
		.fr-bff-products
		.fr-bff-product
		.fr-bff-product_inner
		.fr-bff-product_content {
		width: 290px;
		padding-right: 50px;
	}
	html.frNativeApp
		.modal-wrap
		.modal
		.modal-content
		.modal-content-inner
		.right-content
		.bff-wrap
		.fr-bff-products
		.fr-bff-product
		.fr-bff-product_inner
		.fr-bff-product_content {
		padding-right: 0;
	}
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.right-content
	.bff-wrap
	.fr-bff-products
	.fr-bff-product_apology {
	margin-bottom: 28px;
	color: #000;
	font-size: 14px;
	line-height: 22.4px;
	font-weight: 300;
}
@media screen and (min-width: 813px) {
	.modal-wrap
		.modal
		.modal-content
		.modal-content-inner
		.right-content
		.bff-wrap
		.fr-bff-products
		.fr-bff-product_apology {
		position: absolute;
		top: 208px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		height: auto;
		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;
		margin-bottom: 0;
	}
}
.modal-wrap .modal .modal-content .modal-content-inner .pagination-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-top: 15px;
	padding: 16px 6px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
@media screen and (min-width: 813px) {
	.modal-wrap .modal .modal-content .modal-content-inner .pagination-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: auto;
		padding: 24px 0;
	}
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.pagination-wrap
	.pagination-button {
	width: 32px;
	height: 32px;
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.pagination-wrap
	.pagination-button.next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.pagination-wrap
	.pagination-number {
	font-size: 14px;
	line-height: 1.2;
}
@media screen and (min-width: 813px) {
	.modal-wrap
		.modal
		.modal-content
		.modal-content-inner
		.pagination-wrap
		.pagination-number {
		margin-left: 120px;
		margin-right: 120px;
		font-size: 15px;
	}
}
[lang="ja"]
	.modal-wrap
	.modal
	.modal-content
	.modal-content-inner
	.pagination-wrap
	.pagination-number {
	font-size: 13px;
	font-weight: 300;
}
@media screen and (min-width: 813px) {
	[lang="ja"]
		.modal-wrap
		.modal
		.modal-content
		.modal-content-inner
		.pagination-wrap
		.pagination-number {
		font-size: 14px;
	}
}
.modal-wrap .overlay-pc {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	z-index: 18;
}
body {
	width: 100%;
}
.u-only-sp {
	display: block;
}
@media screen and (min-width: 813px) {
	.u-only-sp {
		display: none;
	}
}
.u-only-pc {
	display: none;
}
@media screen and (min-width: 813px) {
	.u-only-pc {
		display: block;
	}
}
.LifeWear_Contents_ttl {
	font-weight: 400;
}
[lang="ja"] .LifeWear_Contents_ttl {
	font-weight: 300;
}
