:root {
	--color-white: #fff;
	--color-gray700: #5a5a5a;
	--color-gray350: #ababab;
	--color-gray150: #dadada;
	--color-gray100: #e8e8e8;
	--color-gray050: #f4f4f4;
	--color-black: #1f1f1f;
	--color-blue: #12288b;
	--color-yellow: #fff000;
	--color-gold: #cb9f33;
	--color-orange: #ffcd78;
	--color-red: #ff5050;
	--space-v-xxs: 5px;
	--space-v-xs: 10px;
	--space-v-s: 15px;
	--space-v-m: 20px;
	--space-v-l: 30px;
	--space-v-xl: 60px;
	--space-v-xxl: 90px;
	--sp-h-xxs: 1px;
	--sp-h-xxs-negative: -1px;
	--sp-h-xs: 3px;
	--sp-h-xs-negative: -3px;
	--sp-h-s: 5px;
	--sp-h-s-negative: -5px;
	--sp-h-m: 9px;
	--sp-h-m-negative: -9px;
	--sp-h-l: 15px;
	--sp-h-l-negative: -15px;
	--sp-h-xl: 30px;
	--sp-h-xl-negative: -30px;
	--pc-h-xxs: 1px;
	--pc-h-xs: 5px;
	--pc-h-s: 10px;
	--pc-h-m: 15px;
	--pc-h-l: 20px;
	--pc-h-xl: 40px;
	--pc-h-xxl: 60px;
	--hover-transition-slow: 0.8s;
	--hover-transition-normal: 0.6s;
	--hover-transition-fast: 0.4s;
	--feature-color-light: #fdecf5;
	--feature-color-dark: #ea6182
}

body[data-keyword-type=gender-mix-style] {
	background-color: #F5F2ED!important;
}
body[data-keyword-type=gender-mix-style] .l-aside {
	background-color: #F5F2ED!important;
}
.p-hero {
	position: relative
}
.p-hero:after {
	content: "";
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	background-color: var(--color-white);
	position: absolute;
	left: 0;
	top: -100vh
}
.p-hero_head {
	position: relative;
	left: 0;
	transform: none;
	z-index: 1;
	text-align: center;
	padding-top: 40px;
}
[data-keyword-type=gender-mix-style] .p-hero_head {
	bottom: 0
}
.p-hero_heading {
	color: #1B1B1B;
	/*color: var(--color-white);*/
	font-weight: 700;
	font-size: 46px;
	line-height: 46px;
	letter-spacing: 1px
}
[data-keyword-type=gender-mix-style] .p-hero_heading {
	font-size: 47px;
	line-height: 53px;
	letter-spacing: 0.5px;
	font-weight: 700
}
.p-hero_lead {
	margin-top: 10px;
	margin-top: var(--space-v-xs);
	color: #fff;
	color: var(--color-white);
	font-weight: 700;
	font-size: 11px;
	line-height: 1;
	letter-spacing: .5px
}
[data-keyword-type=gender-mix-style] .p-hero_container:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	will-change: height;
	transition: height 1.4s ease;
	z-index: 1
}
[data-keyword-type=gender-mix-style] .p-hero_container[data-animate-status=end]:before {
	height: 0
}
[data-keyword-type=gender-mix-style] .p-hero_heading span {
	opacity: 0
}
[data-keyword-type=gender-mix-style] .p-hero_heading[data-animate-status=end] span {
	animation: text_randomanime_on .5s ease-out forwards
}
[data-keyword-type=gender-mix-style] .p-hero_heading[data-animate-status=end] span:nth-child(2n) {
	animation-delay: .5s
}
[data-keyword-type=gender-mix-style] .p-hero_heading[data-animate-status=end] span:nth-child(3n+1) {
	animation-delay: .15s
}
@keyframes text_randomanime_on {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
[data-keyword-type=gender-mix-style] .p-heroLabel {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 6px 0;
	white-space: nowrap;
	overflow: hidden
}
[data-keyword-type=gender-mix-style] .p-heroLabel_textWrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	white-space: nowrap
}
[data-keyword-type=gender-mix-style] .p-heroLabel_text {
	display: flex;
	animation: scrollText 50s linear infinite;
	font-size: 28px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 1.35px
}
@keyframes scrollText {
	0% {
		transform: translateX(0)
	}
	to {
		transform: translateX(-50%)
	}
}
@keyframes animate_bar {
	0% {
		width: 0;
		left: 0
	}
	50% {
		width: 100%;
		left: 0
	}
	51% {
		width: 100%;
		left: inherit;
		right: 0
	}
	to {
		width: 0;
		left: inherit;
		right: 0
	}
}
@keyframes text-circle {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}
[data-keyword-type=gender-mix-style] .p-intro {
	padding: 30px 0 0;
	position: relative
}
.p-intro > span {
	display: block;
	padding: 32px 0 0;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #6A6A6A;
	letter-spacing: 0.5px;
}
[data-keyword-type=gender-mix-style] .p-intro_description {
	margin-left: 15px;
	margin-left: var(--sp-h-l);
	margin-right: 15px;
	margin-right: var(--sp-h-l);
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.5px;
}
[data-keyword-type=gender-mix-style] .p-intro_description_attention {
	margin-left: 15px;
	margin-left: var(--sp-h-l);
	margin-right: 15px;
	margin-right: var(--sp-h-l);
	margin-top: 20px;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	width: 100%
}
[data-keyword-type=gender-mix-style] .p-intro_button {
	margin-top: 20px;
	margin-top: var(--space-v-m);
	display: flex;
	justify-content: center
}
[data-keyword-type=gender-mix-style] .p-intro_link {
	padding-top: 10px;
	padding-top: var(--space-v-xs);
	padding-bottom: 10px;
	padding-bottom: var(--space-v-xs);
	padding-left: 15px;
	padding-left: var(--sp-h-l);
	padding-right: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: .65px;
	font-weight: 700
}
[data-keyword-type=gender-mix-style] .p-intro_link:before {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #1f1f1f;
	background-color: var(--color-black);
	position: absolute;
	bottom: 0;
	left: 0
}
[data-keyword-type=gender-mix-style] .p-intro_link:after {
	display: block;
	content: "";
	width: 0;
	height: 2px;
	background-color: #fff;
	background-color: var(--color-white);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .4s
}
[data-keyword-type=gender-mix-style] .p-intro_linkHeading {
	text-align: center
}
[data-keyword-type=gender-mix-style] .p-intro_linkHeading:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7.5px solid #000;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3.75px
}
#content-body [data-alias-text=true] .alias-view ul li + li {
	margin-top: 10px !important
}
#content-body .alias-view ul li .list-container .list-detail {
	display: flex
}
#content-body .alias-view ul li .list-container .list-detail .list-title {
	font-size: 11px !important;
	line-height: 1.6 !important;
	margin: 0 10px 0 0 !important
}
#content-body [data-alias-text=true] .alias-view ul li .list-container .list-detail .list-price .price {
	font-size: 13px !important;
	line-height: 17.6px !important;
	margin-bottom: 0;
	font-weight: 600
}
[data-keyword-type=gender-mix-style] .p-look {
	background-color: #fff;
	background-color: var(--color-white);
	padding-top: 60px;
	padding-top: var(--space-v-xl)
}
[data-keyword-type=gender-mix-style] .p-look_head {
	text-align: center;
	font-weight: 300;
	display: flex;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative
}
[data-keyword-type=gender-mix-style] .p-look_head:before {
	content: "";
	background: #1b1b1b;
	width: 20px;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0
}
[data-keyword-type=gender-mix-style] .p-look_headCatch {
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	line-height: 37.5px;
	margin-bottom: 20px
}
[data-keyword-type=gender-mix-style] .p-look_detailHead[data-index="1"], [data-keyword-type=gender-mix-style] .p-look_detailHead[data-index="3"] {
	flex-direction: row-reverse
}
[data-keyword-type=gender-mix-style] .p-look_detailHead .p-look_detailHero {
	width: 100%;
	margin-bottom: 30px
}
[data-keyword-type=gender-mix-style] .p-look_detailBody {
	margin-left: 15px;
	margin-left: var(--sp-h-l);
	margin-right: 15px;
	margin-right: var(--sp-h-l)
}
[data-keyword-type=gender-mix-style] .p-look_detailHeading {
	font-size: 48px;
	line-height: 1;
	font-weight: 700
}
[data-keyword-type=gender-mix-style] .p-look_detailLead {
	font-size: 16px;
	line-height: 22.4px;
	font-weight: 300;
	letter-spacing: .5px
}
[data-keyword-type=gender-mix-style] .p-look_detailDescription {
	font-size: 13px;
	line-height: 20.8px;
	margin-top: 10px
}
[data-keyword-type=gender-mix-style] .p-look_products {
	position: relative
}
[data-keyword-type=gender-mix-style] .p-look_productsImage {
	width: 93%;
	display: flex;
	margin: 0 auto 30px
}
[data-keyword-type=gender-mix-style] .p-look_productsDetail {
	margin-left: 15px;
	margin-left: var(--sp-h-l);
	margin-right: 15px;
	margin-right: var(--sp-h-l)
}
[data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="1"] .p-look_productsAliasesItem:first-of-type, [data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="1"] .p-look_productsAliasesItem:nth-of-type(3) {
	position: relative;
	padding-top: 28px
}
[data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="1"] .p-look_productsAliasesItem:first-of-type:before, [data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="1"] .p-look_productsAliasesItem:nth-of-type(3):before {
	content: "MEN’S ITEM";
	display: inline-block;
	border: 1px solid #1b1b1b;
	font-size: 10px;
	letter-spacing: .5px;
	font-weight: 700;
	padding: 0 4px;
	position: absolute;
	left: 0;
	top: 0
}
[data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="2"] .p-look_productsAliasesItem:first-of-type {
	position: relative;
	padding-top: 28px
}
[data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="2"] .p-look_productsAliasesItem:first-of-type:before {
	content: "WOMEN’S ITEM";
	display: inline-block;
	border: 1px solid #1b1b1b;
	font-size: 10px;
	letter-spacing: .5px;
	font-weight: 700;
	padding: 0 4px;
	position: absolute;
	left: 0;
	top: 0
}
[data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="3"] .p-look_productsAliasesItem:first-of-type, [data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="3"] .p-look_productsAliasesItem:nth-of-type(2) {
	position: relative;
	padding-top: 28px
}
[data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="3"] .p-look_productsAliasesItem:first-of-type:before, [data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="3"] .p-look_productsAliasesItem:nth-of-type(2):before {
	content: "MEN’S ITEM";
	display: inline-block;
	border: 1px solid #1b1b1b;
	font-size: 10px;
	letter-spacing: .5px;
	font-weight: 700;
	padding: 0 4px;
	position: absolute;
	left: 0;
	top: 0
}
[data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="4"] .p-look_productsAliasesItem:nth-of-type(2) {
	position: relative;
	padding-top: 28px
}
[data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="4"] .p-look_productsAliasesItem:nth-of-type(2):before {
	content: "WOMEN’S ITEM";
	display: inline-block;
	border: 1px solid #1b1b1b;
	font-size: 10px;
	letter-spacing: .5px;
	font-weight: 700;
	padding: 0 4px;
	position: absolute;
	left: 0;
	top: 0
}
[data-keyword-type=gender-mix-style] .p-look_productsSizes {
	margin-top: 30px;
	margin-top: var(--space-v-l);
	font-size: 11px;
	line-height: 15px
}
[data-keyword-type=gender-mix-style] .p-look_productsSizes b {
	font-weight: 700
}
[data-keyword-type=gender-mix-style] .p-look_productsGender {
	margin-top: 10px
}
[data-keyword-type=gender-mix-style] .p-look_productsGender span {
	display: inline-block;
	border: 1px solid #1b1b1b;
	font-size: 10px;
	letter-spacing: .5px;
	font-weight: 700;
	padding: 0 4px
}
[data-keyword-type=gender-mix-style] .p-look_productsAliases {
	padding-top: 15px;
	padding-top: var(--space-v-s)
}
[data-keyword-type=gender-mix-style] .p-look_productsAliasesItem {
	display: flex;
	width: 100%;
	padding-bottom: 10px;
	padding-bottom: var(--space-v-xs)
}
[data-keyword-type=gender-mix-style] .p-look_productsAliasesHead {
	font-size: 11px;
	line-height: 15px;
	padding-right: 5px;
	padding-right: var(--sp-h-s)
}
[data-keyword-type=gender-mix-style] .p-look_productsAliasesBody {
	width: 100%;
	margin-top: -1px
}
.p-sub {
	margin-top: 0
}
.p-sub .p-heroLabel {
	margin-bottom: 40px
}
.p-sub .p-subImage {
	width: 73.6%;
	margin: 0 auto 20px
}
.p-sub .p-subTitle {
	font-size: 42.62px;
	line-height: 47.06px;
	letter-spacing: 0.5px;
	margin-bottom: 10px
}
.p-sub .p-subText, .p-sub .p-subTitle {
	text-align: center;
}
.p-sub .p-subTitle {
	font-weight: 700;
}
.p-sub .p-subText {
	font-size: 13px;
	line-height: 16.9px;
	letter-spacing: 0.77px;
}
#container #content-body main [data-alias-text=true] .alias-view ul.tmc-1100 li, #content-body [data-alias-text=true] .alias-view ul.tmc-1100.col-4 li, #content-body [data-alias-text=true] .alias-view ul.tmc-3000.col-3 li {
	width: 100% !important
}
.p-related {
	background-color: #fff;
	background-color: var(--color-white);
	padding-top: 60px;
	padding-top: var(--space-v-xl)
}
.p-related_head {
	margin-left: 15px;
	margin-left: var(--sp-h-l);
	margin-right: 15px;
	margin-right: var(--sp-h-l);
	text-align: center
}
.p-related_heading {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 1.2px
}
.p-related_body {
	padding-top: 20px;
	padding-top: var(--space-v-m)
}
[data-keyword-type=gender-mix-style] .look_layout {
	position: relative;
	width: 100%;
	/*background-color: #FFF;*/
}
[data-keyword-type=gender-mix-style] .look_inner {
	width: 100%;
	max-width: none;
	margin: 0 auto;
}
[data-keyword-type=gender-mix-style] .look_detail {
	width: 100%;
	display: block;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;/*5vh*/
}
[data-keyword-type=gender-mix-style] .look_detail .image {
	width: 100%;
}
[data-keyword-type=gender-mix-style] .look_detail .image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
[data-keyword-type=gender-mix-style] .look_detail .detail {
	width: 100%;
	text-align: center;
	padding: 5vh 5%;
}
[data-keyword-type=gender-mix-style] .look_detail .detail h2 {
	font-size: 24px;
	font-weight: 400;
	position: relative;
	padding: 0 0 20px 0;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}
[data-keyword-type=gender-mix-style] .look_detail .detail h2:after {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #1B1B1B;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
[data-keyword-type=gender-mix-style] .look_detail .detail > p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	text-align: left;
	padding: 0 5% 5vh 5%;
}
[data-keyword-type=gender-mix-style] .look_detail .detail > p.subject {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
}
[data-keyword-type=gender-mix-style] .look_detail .detail dl {
	text-align: left;
}
[data-keyword-type=gender-mix-style] .look_detail .detail dt {
	font-size: 13px;
	margin-bottom: 14px;
	letter-spacing: -1px;
}
[data-keyword-type=gender-mix-style] .look_detail .detail dd {
	font-size: 13px;
	margin-bottom: 14px;
	display: flex;
	align-items: flex-start;
	justify-content: left;
}
[data-keyword-type=gender-mix-style] .look_detail .detail dd .title {
}
[data-keyword-type=gender-mix-style] .look_detail .detail dd .aliasArea {
	padding-left: 5px;
}


[data-keyword-type=gender-mix-style] .look_inner .look_sub {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	position: relative;
	padding-bottom: 5vh;
}
[data-keyword-type=gender-mix-style] .look_inner .look_sub img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_01 {
	margin-bottom: 8vh;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_01.sp_view {
	margin-bottom: 0;
	padding-bottom: 0;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_01 .sub_01 {
	width: 60%;
	margin: 0 auto 4vh auto;
	position: relative;
	top: 0;
	left: 0;


}
[data-keyword-type=gender-mix-style] .look_inner .subImage_01 .sub_02 {
	width: 100%;
	margin: 0 auto 4vh auto;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_02 {
	position: relative;
	z-index: 0;
	margin-bottom: 0;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_02 .sub_01 {
	width: 100%;
	margin: 0 auto;
}
[data-keyword-type=gender-mix-style] .look_inner .sub_01.sp_view {
	width: 112%;
	margin: 0 0 4vh -6%;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_02 .sub_02 {
	width: 72.2%;
	margin: 0 4% 0 auto;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_02 .sub_03 {
	width: 56%;
	margin: -5vh auto 0 4%;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_02 .sub_04 {
	width: 71.5%;
	margin: 5vh 4% 0 auto;
	position: relative;
	z-index: 10;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_02 .sub_05 {
	width: 68%;
	margin: -4.5vh auto 0 8%;
	z-index: -10;
}
[data-keyword-type=gender-mix-style] .look_inner .look_detail02_01 .sub_01 {
	margin-bottom: 5vh;
}
[data-keyword-type=gender-mix-style] .look_inner .look_moview {
	width: 100%;
	height: 209px;
	max-width: none;
	margin: 0 auto 10vh auto;
	position: relative;
}
[data-keyword-type=gender-mix-style] .look_inner .look_moview video {
	width: 100%;
	height: auto;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_03 {
	margin-bottom: 0;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_03.sp_view {
	margin-bottom: 0;
	padding-bottom: 4vh;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_03 .sub_01 {
	width: 90%;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_03 .sub_02 {
	width: 100%;
	margin: 0 auto;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_04 {
	display: flex;
	justify-content: center;
	padding-bottom: 0;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_04.sp_view {
	margin-bottom: 0;
	padding-bottom: 4vh;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_04.pc_view.is-show {
	display: none!important;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_04 .sub_01 {
	width: 100%;
	margin: 0 0 0 0;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_04 .sub_02 {
	width: 49%;
	margin: 0 0 0 1%;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_05 {
	display: block;
	justify-content: center;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_05 .sub_01 {
	width: 90%;
	margin: 0 auto 1vh auto;
}
[data-keyword-type=gender-mix-style] .look_inner .subImage_05 .sub_02 {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 10vh 0;
}
[data-keyword-type=urban-explorer] .p-hero_head {
	bottom: 0
}
[data-keyword-type=urban-explorer] .p-hero_heading {
	font-size: 48px;
	line-height: 58px;
	letter-spacing: .5px;
	font-weight: 300
}
[data-keyword-type=urban-explorer] .p-hero_container:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	will-change: height;
	transition: height 1.4s ease;
	z-index: 1
}
[data-keyword-type=urban-explorer] .p-hero_container[data-animate-status=end]:before {
	height: 0
}
[data-keyword-type=urban-explorer] .p-hero_heading span {
	opacity: 0
}
[data-keyword-type=urban-explorer] .p-hero_heading[data-animate-status=end] span {
	animation: text_randomanime_on .5s ease-out forwards
}
[data-keyword-type=urban-explorer] .p-hero_heading[data-animate-status=end] span:nth-child(2n) {
	animation-delay: .5s
}
[data-keyword-type=urban-explorer] .p-hero_heading[data-animate-status=end] span:nth-child(3n+1) {
	animation-delay: .15s
}
@keyframes text_randomanime_on {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
[data-keyword-type=urban-explorer] .p-heroLabel {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 6px 0;
	white-space: nowrap;
	overflow: hidden
}
[data-keyword-type=urban-explorer] .p-heroLabel_textWrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	white-space: nowrap
}
[data-keyword-type=urban-explorer] .p-heroLabel_text {
	display: flex;
	animation: scrollText 50s linear infinite;
	font-size: 28px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 1.35px
}
@keyframes scrollText {
	0% {
		transform: translateX(0)
	}
	to {
		transform: translateX(-50%)
	}
}
@keyframes animate_bar {
	0% {
		width: 0;
		left: 0
	}
	50% {
		width: 100%;
		left: 0
	}
	51% {
		width: 100%;
		left: inherit;
		right: 0
	}
	to {
		width: 0;
		left: inherit;
		right: 0
	}
}
@keyframes text-circle {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}
[data-keyword-type=urban-explorer] .p-intro {
	padding: 30px 0 0;
	position: relative
}
[data-keyword-type=urban-explorer] .p-intro_description {
	margin-left: 15px;
	margin-left: var(--sp-h-l);
	margin-right: 15px;
	margin-right: var(--sp-h-l);
	font-size: 14px;
	line-height: 21px;
	text-align: center
}
[data-keyword-type=urban-explorer] .p-intro_description_attention {
	margin-left: 15px;
	margin-left: var(--sp-h-l);
	margin-right: 15px;
	margin-right: var(--sp-h-l);
	margin-top: 20px;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	width: 100%
}
[data-keyword-type=urban-explorer] .p-intro_button {
	margin-top: 20px;
	margin-top: var(--space-v-m);
	display: flex;
	justify-content: center
}
[data-keyword-type=urban-explorer] .p-intro_link {
	padding-top: 10px;
	padding-top: var(--space-v-xs);
	padding-bottom: 10px;
	padding-bottom: var(--space-v-xs);
	padding-left: 15px;
	padding-left: var(--sp-h-l);
	padding-right: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: .65px;
	font-weight: 700
}
[data-keyword-type=urban-explorer] .p-intro_link:before {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #1f1f1f;
	background-color: var(--color-black);
	position: absolute;
	bottom: 0;
	left: 0
}
[data-keyword-type=urban-explorer] .p-intro_link:after {
	display: block;
	content: "";
	width: 0;
	height: 2px;
	background-color: #fff;
	background-color: var(--color-white);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .4s
}
[data-keyword-type=urban-explorer] .p-intro_linkHeading {
	text-align: center
}
[data-keyword-type=urban-explorer] .p-intro_linkHeading:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7.5px solid #000;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3.75px
}
#content-body [data-alias-text=true] .alias-view ul li + li {
	margin-top: 10px !important
}
#content-body .alias-view ul li .list-container .list-detail {
	display: flex
}
#content-body .alias-view ul li .list-container .list-detail .list-title {
	font-size: 11px !important;
	line-height: 1.6 !important;
	margin: 0 10px 0 0 !important
}
#content-body [data-alias-text=true] .alias-view ul li .list-container .list-detail .list-price .price {
	font-size: 13px !important;
	line-height: 17.6px !important;
	margin-bottom: 0;
	font-weight: 600
}
[data-keyword-type=urban-explorer] .p-look {
	background-color: #fff;
	background-color: var(--color-white);
	padding-top: 60px;
	padding-top: var(--space-v-xl)
}
[data-keyword-type=urban-explorer] .p-look_head {
	text-align: center;
	font-weight: 300;
	display: flex;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative
}
[data-keyword-type=urban-explorer] .p-look_head:before {
	content: "";
	background: #1b1b1b;
	width: 20px;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0
}
[data-keyword-type=urban-explorer] .p-look_headCatch {
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	line-height: 37.5px;
	margin-bottom: 20px
}
[data-keyword-type=urban-explorer] .p-look_detailHead[data-index="1"], [data-keyword-type=urban-explorer] .p-look_detailHead[data-index="3"] {
	flex-direction: row-reverse
}
[data-keyword-type=urban-explorer] .p-look_detailHead .p-look_detailHero {
	width: 100%;
	margin-bottom: 30px
}
[data-keyword-type=urban-explorer] .p-look_detailBody {
	margin-left: 15px;
	margin-left: var(--sp-h-l);
	margin-right: 15px;
	margin-right: var(--sp-h-l)
}
[data-keyword-type=urban-explorer] .p-look_detailHeading {
	font-size: 48px;
	line-height: 1;
	font-weight: 700
}
[data-keyword-type=urban-explorer] .p-look_detailLead {
	font-size: 16px;
	line-height: 22.4px;
	font-weight: 300;
	letter-spacing: .5px
}
[data-keyword-type=urban-explorer] .p-look_detailDescription {
	font-size: 13px;
	line-height: 20.8px;
	margin-top: 10px
}
[data-keyword-type=urban-explorer] .p-look_products {
	position: relative
}
[data-keyword-type=urban-explorer] .p-look_productsImage {
	width: 93%;
	display: flex;
	margin: 0 auto 30px
}
[data-keyword-type=urban-explorer] .p-look_productsDetail {
	margin-left: 15px;
	margin-left: var(--sp-h-l);
	margin-right: 15px;
	margin-right: var(--sp-h-l)
}
[data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="1"] .p-look_productsAliasesItem:first-of-type, [data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="1"] .p-look_productsAliasesItem:nth-of-type(3) {
	position: relative;
	padding-top: 28px
}
[data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="1"] .p-look_productsAliasesItem:first-of-type:before, [data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="1"] .p-look_productsAliasesItem:nth-of-type(3):before {
	content: "MEN’S ITEM";
	display: inline-block;
	border: 1px solid #1b1b1b;
	font-size: 10px;
	letter-spacing: .5px;
	font-weight: 700;
	padding: 0 4px;
	position: absolute;
	left: 0;
	top: 0
}
[data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="2"] .p-look_productsAliasesItem:first-of-type {
	position: relative;
	padding-top: 28px
}
[data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="2"] .p-look_productsAliasesItem:first-of-type:before {
	content: "WOMEN’S ITEM";
	display: inline-block;
	border: 1px solid #1b1b1b;
	font-size: 10px;
	letter-spacing: .5px;
	font-weight: 700;
	padding: 0 4px;
	position: absolute;
	left: 0;
	top: 0
}
[data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="3"] .p-look_productsAliasesItem:first-of-type, [data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="3"] .p-look_productsAliasesItem:nth-of-type(2) {
	position: relative;
	padding-top: 28px
}
[data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="3"] .p-look_productsAliasesItem:first-of-type:before, [data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="3"] .p-look_productsAliasesItem:nth-of-type(2):before {
	content: "MEN’S ITEM";
	display: inline-block;
	border: 1px solid #1b1b1b;
	font-size: 10px;
	letter-spacing: .5px;
	font-weight: 700;
	padding: 0 4px;
	position: absolute;
	left: 0;
	top: 0
}
[data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="4"] .p-look_productsAliasesItem:nth-of-type(2) {
	position: relative;
	padding-top: 28px
}
[data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="4"] .p-look_productsAliasesItem:nth-of-type(2):before {
	content: "WOMEN’S ITEM";
	display: inline-block;
	border: 1px solid #1b1b1b;
	font-size: 10px;
	letter-spacing: .5px;
	font-weight: 700;
	padding: 0 4px;
	position: absolute;
	left: 0;
	top: 0
}
[data-keyword-type=urban-explorer] .p-look_productsSizes {
	margin-top: 30px;
	margin-top: var(--space-v-l);
	font-size: 11px;
	line-height: 15px
}
[data-keyword-type=urban-explorer] .p-look_productsSizes b {
	font-weight: 700
}
[data-keyword-type=urban-explorer] .p-look_productsGender {
	margin-top: 10px
}
[data-keyword-type=urban-explorer] .p-look_productsGender span {
	display: inline-block;
	border: 1px solid #1b1b1b;
	font-size: 10px;
	letter-spacing: .5px;
	font-weight: 700;
	padding: 0 4px
}
[data-keyword-type=urban-explorer] .p-look_productsAliases {
	padding-top: 15px;
	padding-top: var(--space-v-s)
}
[data-keyword-type=urban-explorer] .p-look_productsAliasesItem {
	display: flex;
	width: 100%;
	padding-bottom: 10px;
	padding-bottom: var(--space-v-xs)
}
[data-keyword-type=urban-explorer] .p-look_productsAliasesHead {
	font-size: 11px;
	line-height: 15px;
	padding-right: 5px;
	padding-right: var(--sp-h-s)
}
[data-keyword-type=urban-explorer] .p-look_productsAliasesBody {
	width: 100%;
	margin-top: -1px
}
[data-keyword-type=urban-explorer] .look_layout {
	position: relative;
	width: 100%;
	/*background-color: #FFF;*/
	margin-top: 40px;
}
[data-keyword-type=urban-explorer] .look_inner {
	width: 100%;
	max-width: none;
	margin: 0 auto;
}
[data-keyword-type=urban-explorer] .look_detail {
	width: 100%;
	display: block;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;/*5vh*/
}
[data-keyword-type=urban-explorer] .look_detail .image {
	width: 100%;
}
[data-keyword-type=urban-explorer] .look_detail .image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
[data-keyword-type=urban-explorer] .look_detail .detail {
	width: 100%;
	text-align: center;
	padding: 5vh 5%;
}
[data-keyword-type=urban-explorer] .look_detail .detail h2 {
	font-size: 24px;
	font-weight: 400;
	position: relative;
	padding: 0 0 20px 0;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}
[data-keyword-type=urban-explorer] .look_detail .detail h2:after {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #1B1B1B;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
[data-keyword-type=urban-explorer] .look_detail .detail > p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	text-align: left;
	padding: 0 5%;
}
[data-keyword-type=urban-explorer] .look_detail .detail > p.subject {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
}
[data-keyword-type=urban-explorer] .look_detail .detail dl {
	text-align: left;
}
[data-keyword-type=urban-explorer] .look_detail .detail dt {
	font-size: 13px;
	margin-bottom: 14px;
	letter-spacing: -1px;
}
[data-keyword-type=urban-explorer] .look_detail .detail dd {
	font-size: 13px;
	margin-bottom: 14px;
	display: flex;
	align-items: flex-start;
	justify-content: left;
}
[data-keyword-type=urban-explorer] .look_detail .detail dd .title {
}
[data-keyword-type=urban-explorer] .look_detail .detail dd .aliasArea {
	padding-left: 5px;
}


[data-keyword-type=urban-explorer] .look_inner .look_sub {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	position: relative;
	padding-bottom: 0;
}
[data-keyword-type=urban-explorer] .look_inner .look_sub img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_01 {
	margin-bottom: 0;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_01.sp_view {
	margin-bottom: 0;
	padding-bottom: 0;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_01 .sub_01 {
	width: 100%;
	margin: 0 auto 4vh auto;
	position: relative;
	top: 0;
	left: 0;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_01 .sub_02 {
	width: 100%;
	margin: 0 auto 4vh auto;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_02 {
	position: relative;
	z-index: 0;
	margin-bottom: 0;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_02 .sub_01 {
	width: 84%;
	margin: 0 auto 8vh auto;
}
[data-keyword-type=urban-explorer] .look_inner .sub_01.sp_view {
	width: 112%;
	margin: 0 0 4vh -6%;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_02 .sub_02 {
	width: 100%;
	margin: 0 auto;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_02 .sub_03 {
	width: 100%;
	margin: 0 auto 0 auto;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_02 .sub_04 {
	width: 71.5%;
	margin: 5vh 4% 0 auto;
	position: relative;
	z-index: 10;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_02 .sub_05 {
	width: 68%;
	margin: -4.5vh auto 0 8%;
	z-index: -10;
}
[data-keyword-type=urban-explorer] .look_inner .look_moview {
	width: 100%;
	height: 209px;
	max-width: none;
	margin: 0 auto 10vh auto;
	position: relative;
}
[data-keyword-type=urban-explorer] .look_inner .look_moview video {
	width: 100%;
	height: auto;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_03 {
	/*margin-bottom: 8vh;*/
}
[data-keyword-type=urban-explorer] .look_inner .subImage_03.sp_view {
	margin-bottom: 0;
	padding-bottom: 4vh;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_03 .sub_01 {
	width: 220px;
	margin: 0 auto 4vh auto;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_03 .sub_02 {
	width: 100%;
	margin: 0 auto;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_04 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_04.sp_view {
	margin-bottom: 0;
	padding-bottom: 4vh;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_04.pc_view.is-show {
	display: none!important;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_04 .sub_01 {
	width: 283px;
	text-align: center;
	margin: 0 auto 8vh auto;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_04 .sub_02 {
	width: 100%;
	margin: 0 auto;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_05 {
	display: block;
	justify-content: center;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_05 .sub_01 {
	width: 90%;
	margin: 0 auto 1vh auto;
}
[data-keyword-type=urban-explorer] .look_inner .subImage_05 .sub_02 {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 10vh 0;
}
[data-keyword-type=gender-mix-style] .look_detail.look_detail04_01 .detail .image {
	margin-bottom: 5vh;
}
[data-keyword-type=urban-explorer] .p-sub .p-subTitle {
	font-weight: 300;
}



@media screen and (min-width:813px) {
	[data-keyword-type=gender-mix-style] .p-hero_head {
		transform: none;
		top: auto;
		bottom: 0;
		width: 100%;
		text-align: center;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding-top: 80px;
	}
	.p-hero_heading {
		max-width: 1200px;
		padding-left: 20px;
		padding-left: var(--pc-h-l);
		padding-right: 20px;
		padding-right: var(--pc-h-l);
		margin: 0 auto;
		font-size: 5.078125vw;
		line-height: 5.078125vw;
		letter-spacing: 3.25px
	}
	[data-keyword-type=gender-mix-style] .p-hero_heading {
		font-size: 56px;
		line-height: 56px;
		letter-spacing: 0.5px;
		font-weight: 700;
	}
	.p-hero_lead {
		max-width: 1200px;
		padding-left: 20px;
		padding-left: var(--pc-h-l);
		padding-right: 20px;
		padding-right: var(--pc-h-l);
		margin: 20px auto 0;
		margin: var(--space-v-m) auto 0;
		font-size: 13px
	}
	[data-keyword-type=gender-mix-style] .p-hero_heading span:nth-of-type(7) {
		margin-right: .3em
	}
	[data-keyword-type=gender-mix-style] .p-hero_heading br {
		display: none
	}
	[data-keyword-type=gender-mix-style] .p-heroLabel {
		padding: 11px 0
	}
	[data-keyword-type=gender-mix-style] .p-heroLabel_text {
		font-size: 40px;
		line-height: 42px;
		animation: scrollText 60s linear infinite
	}
	[data-keyword-type=gender-mix-style] .p-intro {
		padding: 24px 0 0
	}
	.p-intro > span {
		display: block;
		padding: 32px 0 0;
		font-size: 13px;
		line-height: 20px;
		text-align: center;
		color: #6A6A6A;
	}
	[data-keyword-type=gender-mix-style] .p-intro_container {
		width: 100%;
		max-width: 1020px;
		padding-left: 20px;
		padding-left: var(--pc-h-l);
		padding-right: 20px;
		padding-right: var(--pc-h-l);
		margin: 0 auto
	}
	[data-keyword-type=gender-mix-style] .p-intro_description {
		font-size: 20px;
		line-height: 27px;
	}
	[data-keyword-type=gender-mix-style] .p-intro_description_attention {
		font-size: 13px;
		line-height: 26px
	}
	[data-keyword-type=gender-mix-style] .p-intro_button {
		margin-top: 40px
	}
	[data-keyword-type=gender-mix-style] .p-intro_link {
		padding-top: 20px;
		padding-top: var(--space-v-m);
		padding-bottom: 20px;
		padding-bottom: var(--space-v-m);
		font-size: 17px;
		line-height: 24px;
		letter-spacing: .85px;
		cursor: pointer
	}
	[data-keyword-type=gender-mix-style] .p-intro_link:hover:after {
		animation-name: animate_bar;
		animation-duration: .8s;
		animation-timing-function: ease-out
	}
	#content-body .alias-view ul li .list-container .list-detail .list-title {
		font-size: 13px !important;
		margin: 0;
		height: auto
	}
	#content-body [data-alias-text=true] .alias-view ul li .list-container .list-detail .list-price .price {
		font-size: 15px !important;
		line-height: 20px !important;
		margin-left: 10px;
		margin-bottom: 0
	}
	[data-keyword-type=gender-mix-style] .p-look {
		padding-top: 90px
	}
	[data-keyword-type=gender-mix-style] .p-look_head {
		font-size: 24px;
		margin-bottom: 30px
	}
	[data-keyword-type=gender-mix-style] .p-look_head:before {
		width: 30px
	}
	[data-keyword-type=gender-mix-style] .p-look_headCatch {
		font-size: 52px;
		line-height: 52px;
		margin-bottom: 30px;
		letter-spacing: .5px
	}
	[data-keyword-type=gender-mix-style] .p-look_body {
		margin-top: 0;
		padding: 0 20px;
		max-width: 100%
	}
	[data-keyword-type=gender-mix-style] .p-look_detailHead {
		display: flex
	}
	[data-keyword-type=gender-mix-style] .p-look_detailHead .p-look_detailHero {
		width: auto;
		margin: 0 1px;
		flex: 1
	}
	[data-keyword-type=gender-mix-style] .p-look_detailBody {
		flex: 1;
		margin-left: 20px;
		margin-right: 20px;
		max-width: 580px
	}
	[data-keyword-type=gender-mix-style] .p-look_detailHeading {
		font-size: 75px
	}
	[data-keyword-type=gender-mix-style] .p-look_detailLead {
		margin-left: 0;
		font-size: 18px;
		line-height: 32px;
		letter-spacing: 0
	}
	[data-keyword-type=gender-mix-style] .p-look_detailDescription {
		font-size: 14px;
		line-height: 24px
	}
	[data-keyword-type=gender-mix-style] .p-look_products {
		display: flex;
		padding-top: 20px;
		justify-content: center
	}
	[data-keyword-type=gender-mix-style] .p-look_productsImage {
		width: 100%;
		display: block;
		margin: 0 1px;
		flex: 1
	}
	[data-keyword-type=gender-mix-style] .p-look_productsDetail {
		flex: 1;
		margin-left: 20px;
		margin-right: 20px;
		max-width: 580px
	}
	[data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="1"] .p-look_productsAliasesItem:first-of-type, [data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="1"] .p-look_productsAliasesItem:nth-of-type(3) {
		padding-top: 28px
	}
	[data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="1"] .p-look_productsAliasesItem:first-of-type:before, [data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="1"] .p-look_productsAliasesItem:nth-of-type(3):before {
		font-size: 12px;
		padding: 1.4px 8px
	}
	[data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="2"] .p-look_productsAliasesItem:first-of-type {
		padding-top: 28px
	}
	[data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="2"] .p-look_productsAliasesItem:first-of-type:before {
		font-size: 12px;
		padding: 1.4px 8px
	}
	[data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="3"] .p-look_productsAliasesItem:first-of-type, [data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="3"] .p-look_productsAliasesItem:nth-of-type(2) {
		padding-top: 28px
	}
	[data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="3"] .p-look_productsAliasesItem:first-of-type:before, [data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="3"] .p-look_productsAliasesItem:nth-of-type(2):before {
		font-size: 12px;
		padding: 1.4px 8px
	}
	[data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="4"] .p-look_productsAliasesItem:nth-of-type(2) {
		padding-top: 28px
	}
	[data-keyword-type=gender-mix-style] .p-look_productsDetail[data-index="4"] .p-look_productsAliasesItem:nth-of-type(2):before {
		font-size: 12px;
		padding: 1.4px 8px
	}
	[data-keyword-type=gender-mix-style] .p-look_productsSizes {
		margin-top: 0;
		font-size: 13px;
		line-height: 18px
	}
	[data-keyword-type=gender-mix-style] .p-look_productsGender {
		margin-top: 15px
	}
	[data-keyword-type=gender-mix-style] .p-look_productsGender span {
		font-size: 12px;
		padding: 1.4px 8px
	}
	[data-keyword-type=gender-mix-style] .p-look_productsAliases {
		padding-top: 20px;
		padding-top: var(--space-v-m);
		margin-left: 0;
		margin-right: 0
	}
	[data-keyword-type=gender-mix-style] .p-look_productsAliasesHead {
		font-size: 13px;
		line-height: 18px;
		padding-right: 10px;
		padding-right: var(--pc-h-s)
	}
	.p-sub {
		margin-top: 90px
	}
	.p-sub .p-heroLabel {
		margin-bottom: 60px
	}
	.p-sub .p-subImage {
		width: 600px;
		margin: 0 auto 40px
	}
	.p-sub .p-subTitle {
		font-size: 56px;
		line-height: 56px;
		margin-bottom: 15px
	}
	.p-sub .p-subText {
		font-size: 24px;
		line-height: 31.2px;
		letter-spacing: 0.77px;
	}
	.p-related_container {
		padding-top: 90px;
		padding-top: var(--space-v-xxl);
		width: 100%;
		max-width: 1000px;
		padding-left: 20px;
		padding-left: var(--pc-h-l);
		padding-right: 20px;
		padding-right: var(--pc-h-l);
		margin: 0 auto
	}
	.p-related_heading {
		font-size: 30px;
		line-height: 42px;
		letter-spacing: 1.5px
	}
	.p-related_body {
		padding-top: 30px;
		padding-top: var(--space-v-l)
	}
	[data-keyword-type=gender-mix-style] .look_layout {
		position: relative;
		width: 100%;
		/*ackground-color: #FFF;*/
	}
	[data-keyword-type=gender-mix-style] .look_inner {
		width: 100%;
		max-width: 1160px;
		margin: 0 auto;
	}
	[data-keyword-type=gender-mix-style] .look_detail {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 90px;
	}
	[data-keyword-type=gender-mix-style] .look_detail .image {
		width: 51.8%;
	}
	[data-keyword-type=gender-mix-style] .look_detail .image img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	[data-keyword-type=gender-mix-style] .look_detail .detail {
		width: 48.2%;
		text-align: center;
		padding: 0 60px;
	}
	[data-keyword-type=gender-mix-style] .look_detail .detail h2 {
		font-size: 40px;
		font-weight: 400;
		position: relative;
		padding: 0 0 30px 0;
		line-height: 1.2;
		letter-spacing: -1px;
		margin: 0 0 40px 0;
	}
	[data-keyword-type=gender-mix-style] .look_detail .detail h2:after {
		content: "";
		width: 50px;
		height: 1px;
		background-color: #1B1B1B;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	[data-keyword-type=gender-mix-style] .look_detail .detail > p {
		font-size: 20px;
		line-height: 33.66px;
		margin-bottom: 40px;
		text-align: left;
		padding: 0;
	}
	[data-keyword-type=gender-mix-style] .look_detail .detail > p.subject {
		font-size: 22px;
		margin-bottom: 20px;
		text-align: center;
	}
	[data-keyword-type=gender-mix-style] .look_detail .detail dl {
		text-align: left;
	}
	[data-keyword-type=gender-mix-style] .look_detail .detail dt {
		font-size: 13px;
		margin-bottom: 14px;
		letter-spacing: -1px;
	}
	[data-keyword-type=gender-mix-style] .look_detail .detail dd {
		font-size: 13px;
		margin-bottom: 14px;
		display: flex;
		align-items: flex-start;
		justify-content: left;
	}
	[data-keyword-type=gender-mix-style] .look_detail .detail dd .title {
	}
	[data-keyword-type=gender-mix-style] .look_detail .detail dd .aliasArea {
		padding-left: 5px;
	}
	[data-keyword-type=gender-mix-style] .look_inner .look_sub {
		width: 100%;
		max-width: 1160px;
		margin: 0 auto;
		position: relative;
		padding-bottom: 80px;
	}
	[data-keyword-type=gender-mix-style] .look_inner .look_sub img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	[data-keyword-type=gender-mix-style] .look_inner .subImage_01 {
	}
	[data-keyword-type=gender-mix-style] .look_inner .subImage_01 .sub_01 {
		width: 31.1%;
		position: absolute;
		top: 11px;
		left: 0;
	}
	[data-keyword-type=gender-mix-style] .look_inner .subImage_01 .sub_02 {
		width: 48.3%;
		margin: 0 0 0 auto;
	}
	[data-keyword-type=gender-mix-style] .look_inner .subImage_02 {
		position: relative;
		z-index: 0;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		margin: 0 auto 65px auto;
	}
	[data-keyword-type=gender-mix-style] .look_inner .subImage_02 .sub_01 {
		width: 546px;
		padding-right: 0.5%;
		margin: 0;
	}
	[data-keyword-type=gender-mix-style] .look_inner .subImage_02 .sub_02 {
		width: 546px;
		padding-left: 0.5%;
		margin: 0;
	}
	[data-keyword-type=gender-mix-style] .look_inner .subImage_02 .sub_03 {
		width: 43.1%;
		margin: -32vh auto 0 0;
	}
	[data-keyword-type=gender-mix-style] .look_inner .subImage_02 .sub_04 {
		width: 46.7%;
		margin: -22.5vh 5.2% 0 auto;
		position: relative;
		z-index: 10;
	}
	[data-keyword-type=gender-mix-style] .look_inner .subImage_02 .sub_05 {
		width: 48.2%;
		margin: -11.5vh auto 0 100px;
		z-index: -10;
	}
	[data-keyword-type=gender-mix-style] .look_inner .look_detail02_01 .detail {
		width: 600px;
		padding: 0;
	}
	[data-keyword-type=gender-mix-style] .look_inner .look_detail02_02 .detail {
		width: 60%;
		padding: 0 160px 0 0;
	}
	[data-keyword-type=gender-mix-style] .look_inner .look_detail02_02 .image {
		width: 440px;
	}
	[data-keyword-type=gender-mix-style] .look_inner .look_moview {
		width: 100%;
		max-width: 1160px;
		margin: 0 auto 120px auto;
		position: relative;
	}
	[data-keyword-type=gender-mix-style] .look_inner .look_moview video {
		width: 100%;
		height: auto;
	}
	[data-keyword-type=gender-mix-style] .look_inner .subImage_03 {
	}
	[data-keyword-type=gender-mix-style] .look_inner .subImage_03 .sub_01 {
		width: 31.1%;
		position: absolute;
		top: 11px;
		left: 0;
	}
	[data-keyword-type=gender-mix-style] .look_inner .subImage_03 .sub_02 {
		width: 56.9%;
		margin: 0 0 0 auto;
	}
	[data-keyword-type=gender-mix-style] .look_inner .subImage_04 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	[data-keyword-type=gender-mix-style] .look_inner .subImage_04 .sub_01 {
		width: 55.2%;
		margin: 0;
	}
	[data-keyword-type=gender-mix-style] .look_inner .subImage_04 .sub_02 {
		width: 44.8%;
		margin: 0;
		padding-left: 160px;
	}
	[data-keyword-type=gender-mix-style] .look_inner .subImage_05 {
		display: flex;
		justify-content: center;
	}
	[data-keyword-type=gender-mix-style] .look_inner .subImage_05 .sub_01 {
		width: 50%;
	}
	[data-keyword-type=gender-mix-style] .look_inner .subImage_05 .sub_02 {
		width: 50%;
	}
	
	[data-keyword-type=gender-mix-style] .look_detail.look_detail01_01,
	[data-keyword-type=gender-mix-style] .look_detail.look_detail03_01 {
		align-items: flex-start;
	}
	[data-keyword-type=gender-mix-style] .look_detail.look_detail01_01 .detail,
	[data-keyword-type=gender-mix-style] .look_detail.look_detail03_01 .detail {
		padding-top: 80px;
	}
	[data-keyword-type=gender-mix-style] .look_detail.look_detail01_02 .image {
		width: 440px;
	}
	[data-keyword-type=gender-mix-style] .look_detail.look_detail01_02 .detail {
		width: calc(60% - 40px);
		padding: 0 160px 0 0;
	}
	[data-keyword-type=gender-mix-style] .look_detail.look_detail03_02 .image {
		width: 440px;
	}
	[data-keyword-type=gender-mix-style] .look_detail.look_detail03_02 .detail {
		width: 674px;
		padding: 0 140px 0 0;
	}
	[data-keyword-type=gender-mix-style] .look_detail.look_detail04_01 .detail {
		width: 674px;
		padding: 0 0 0 0;
	}
	[data-keyword-type=urban-explorer] .p-hero_head {
		transform: none;
		top: auto;
		bottom: 0;
		width: 100%;
		text-align: center;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding-top: 80px;
	}
	[data-keyword-type=urban-explorer] .p-hero_heading {
		font-size: 60px;
		line-height: 60px;
		letter-spacing: 0;
		font-weight: 300;
	}
	[data-keyword-type=urban-explorer] .p-hero_heading span:nth-of-type(7) {
		margin-right: .3em
	}
	[data-keyword-type=urban-explorer] .p-hero_heading br {
		display: none
	}
	[data-keyword-type=urban-explorer] .p-heroLabel {
		padding: 11px 0
	}
	[data-keyword-type=urban-explorer] .p-heroLabel_text {
		font-size: 40px;
		line-height: 42px;
		animation: scrollText 60s linear infinite
	}
	[data-keyword-type=urban-explorer] .p-intro {
		padding: 24px 0 0
	}
	[data-keyword-type=urban-explorer] .p-intro_container {
		width: 100%;
		max-width: 1020px;
		padding-left: 20px;
		padding-left: var(--pc-h-l);
		padding-right: 20px;
		padding-right: var(--pc-h-l);
		margin: 0 auto
	}
	[data-keyword-type=urban-explorer] .p-intro_description {
		font-size: 17px;
		line-height: 24px
	}
	[data-keyword-type=urban-explorer] .p-intro_description_attention {
		font-size: 13px;
		line-height: 26px
	}
	[data-keyword-type=urban-explorer] .p-intro_button {
		margin-top: 40px
	}
	[data-keyword-type=urban-explorer] .p-intro_link {
		padding-top: 20px;
		padding-top: var(--space-v-m);
		padding-bottom: 20px;
		padding-bottom: var(--space-v-m);
		font-size: 17px;
		line-height: 24px;
		letter-spacing: .85px;
		cursor: pointer
	}
	[data-keyword-type=urban-explorer] .p-intro_link:hover:after {
		animation-name: animate_bar;
		animation-duration: .8s;
		animation-timing-function: ease-out
	}
	#content-body .alias-view ul li .list-container .list-detail .list-title {
		font-size: 13px !important;
		margin: 0;
		height: auto
	}
	#content-body [data-alias-text=true] .alias-view ul li .list-container .list-detail .list-price .price {
		font-size: 15px !important;
		line-height: 20px !important;
		margin-left: 10px;
		margin-bottom: 0
	}
	[data-keyword-type=urban-explorer] .p-look {
		padding-top: 90px
	}
	[data-keyword-type=urban-explorer] .p-look_head {
		font-size: 24px;
		margin-bottom: 30px
	}
	[data-keyword-type=urban-explorer] .p-look_head:before {
		width: 30px
	}
	[data-keyword-type=urban-explorer] .p-look_headCatch {
		font-size: 52px;
		line-height: 52px;
		margin-bottom: 30px;
		letter-spacing: .5px
	}
	[data-keyword-type=urban-explorer] .p-look_body {
		margin-top: 0;
		padding: 0 20px;
		max-width: 100%
	}
	[data-keyword-type=urban-explorer] .p-look_detailHead {
		display: flex
	}
	[data-keyword-type=urban-explorer] .p-look_detailHead .p-look_detailHero {
		width: auto;
		margin: 0 1px;
		flex: 1
	}
	[data-keyword-type=urban-explorer] .p-look_detailBody {
		flex: 1;
		margin-left: 20px;
		margin-right: 20px;
		max-width: 580px
	}
	[data-keyword-type=urban-explorer] .p-look_detailHeading {
		font-size: 75px
	}
	[data-keyword-type=urban-explorer] .p-look_detailLead {
		margin-left: 0;
		font-size: 18px;
		line-height: 32px;
		letter-spacing: 0
	}
	[data-keyword-type=urban-explorer] .p-look_detailDescription {
		font-size: 14px;
		line-height: 24px
	}
	[data-keyword-type=urban-explorer] .p-look_products {
		display: flex;
		padding-top: 20px;
		justify-content: center
	}
	[data-keyword-type=urban-explorer] .p-look_productsImage {
		width: 100%;
		display: block;
		margin: 0 1px;
		flex: 1
	}
	[data-keyword-type=urban-explorer] .p-look_productsDetail {
		flex: 1;
		margin-left: 20px;
		margin-right: 20px;
		max-width: 580px
	}
	[data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="1"] .p-look_productsAliasesItem:first-of-type, [data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="1"] .p-look_productsAliasesItem:nth-of-type(3) {
		padding-top: 28px
	}
	[data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="1"] .p-look_productsAliasesItem:first-of-type:before, [data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="1"] .p-look_productsAliasesItem:nth-of-type(3):before {
		font-size: 12px;
		padding: 1.4px 8px
	}
	[data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="2"] .p-look_productsAliasesItem:first-of-type {
		padding-top: 28px
	}
	[data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="2"] .p-look_productsAliasesItem:first-of-type:before {
		font-size: 12px;
		padding: 1.4px 8px
	}
	[data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="3"] .p-look_productsAliasesItem:first-of-type, [data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="3"] .p-look_productsAliasesItem:nth-of-type(2) {
		padding-top: 28px
	}
	[data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="3"] .p-look_productsAliasesItem:first-of-type:before, [data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="3"] .p-look_productsAliasesItem:nth-of-type(2):before {
		font-size: 12px;
		padding: 1.4px 8px
	}
	[data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="4"] .p-look_productsAliasesItem:nth-of-type(2) {
		padding-top: 28px
	}
	[data-keyword-type=urban-explorer] .p-look_productsDetail[data-index="4"] .p-look_productsAliasesItem:nth-of-type(2):before {
		font-size: 12px;
		padding: 1.4px 8px
	}
	[data-keyword-type=urban-explorer] .p-look_productsSizes {
		margin-top: 0;
		font-size: 13px;
		line-height: 18px
	}
	[data-keyword-type=urban-explorer] .p-look_productsGender {
		margin-top: 15px
	}
	[data-keyword-type=urban-explorer] .p-look_productsGender span {
		font-size: 12px;
		padding: 1.4px 8px
	}
	[data-keyword-type=urban-explorer] .p-look_productsAliases {
		padding-top: 20px;
		padding-top: var(--space-v-m);
		margin-left: 0;
		margin-right: 0
	}
	[data-keyword-type=urban-explorer] .p-look_productsAliasesHead {
		font-size: 13px;
		line-height: 18px;
		padding-right: 10px;
		padding-right: var(--pc-h-s)
	}
	[data-keyword-type=urban-explorer] .look_layout {
		position: relative;
		width: 100%;
		/*ackground-color: #FFF;*/
		margin-top: 80px;
	}
	[data-keyword-type=urban-explorer] .look_inner {
		width: 100%;
		max-width: 1160px;
		margin: 0 auto;
	}
	[data-keyword-type=urban-explorer] .look_detail {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 80px;
	}
	[data-keyword-type=urban-explorer] .look_detail .image {
		width: 440px;
	}
	[data-keyword-type=urban-explorer] .look_detail .image img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	[data-keyword-type=urban-explorer] .look_detail .detail {
		width: 48.2%;
		text-align: center;
		padding: 0 60px;
	}
	[data-keyword-type=urban-explorer] .look_detail01_02 .detail {
		width: 60%;
		text-align: center;
		padding: 0 160px 0 0;
	}
	[data-keyword-type=urban-explorer] .look_detail02_01 .detail {
		width: 600px;
		margin: 0 auto;
		text-align: center;
		padding: 0;
	}
	[data-keyword-type=urban-explorer] .look_detail02_02 {
		display: flex;
		margin-bottom: 120px;
	}
	[data-keyword-type=urban-explorer] .look_detail02_02 .detail {
		width: calc(60% - 40px);
		text-align: center;
		padding: 0 160px 0 0;
	}
	[data-keyword-type=urban-explorer] .look_detail02_01 .image {
		width: 440px;
	}
	[data-keyword-type=urban-explorer] .look_detail03_02 .detail {
		width: calc(60% - 40px);
		text-align: center;
		padding: 0 160px 0 0;
	}
	[data-keyword-type=urban-explorer] .look_detail02_01 .image {
		width: 440px;
	}
	[data-keyword-type=urban-explorer] .look_detail03_02 .detail {
		width: calc(60% - 40px);
		text-align: center;
		padding: 0 160px 0 0;
	}
	[data-keyword-type=urban-explorer] .look_detail04_01 .detail {
		width: 600px;
		text-align: center;
		padding: 0;
	}
	[data-keyword-type=urban-explorer] .look_detail04_01 .image {
		width: 440px;
	}
	[data-keyword-type=urban-explorer] .look_detail04_02 .detail {
		width: calc(60% - 40px);
		text-align: center;
		padding: 0 160px 0 0;
	}
	[data-keyword-type=urban-explorer] .look_detail .detail h2 {
		font-size: 40px;
		font-weight: 400;
		position: relative;
		padding: 0 0 30px 0;
		line-height: 1.2;
		letter-spacing: -1px;
		margin: 0 0 40px 0;
	}
	[data-keyword-type=urban-explorer] .look_detail .detail h2:after {
		content: "";
		width: 50px;
		height: 1px;
		background-color: #1B1B1B;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	[data-keyword-type=urban-explorer] .look_detail .detail > p {
		font-size: 20px;
		line-height: 33.66px;
		margin-bottom: 40px;
		text-align: left;
		padding: 0;
	}
	[data-keyword-type=urban-explorer] .look_detail .detail > p.subject {
		font-size: 22px;
		margin-bottom: 20px;
		text-align: center;
	}
	[data-keyword-type=urban-explorer] .look_detail .detail dl {
		text-align: left;
	}
	[data-keyword-type=urban-explorer] .look_detail .detail dt {
		font-size: 13px;
		margin-bottom: 14px;
		letter-spacing: -1px;
	}
	[data-keyword-type=urban-explorer] .look_detail .detail dd {
		font-size: 13px;
		margin-bottom: 14px;
		display: flex;

		align-items: flex-start;
		justify-content: left;
	}
	[data-keyword-type=urban-explorer] .look_detail .detail dd .title {
	}
	[data-keyword-type=urban-explorer] .look_detail .detail dd .aliasArea {
		padding-left: 5px;
	}
	[data-keyword-type=urban-explorer] .look_inner .look_sub {
		width: 100%;
		max-width: 1160px;
		margin: 0 auto;
		position: relative;
		padding-bottom: 64px;
	}
	[data-keyword-type=urban-explorer] .look_inner .look_sub img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_01 {
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_01 .sub_01 {
		width: 31.1%;
		position: absolute;
		top: 11px;
		left: 0;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_01 .sub_02 {
		width: 48.3%;
		margin: 0 0 0 auto;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_02 {
		position: relative;
		z-index: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		margin: 0 auto 65px auto;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_02 .sub_01 {
		width: 100%;
		padding-right: 0;
		margin: 0 0 120px 0;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_02 .sub_02 {
		width: 600px;
		margin: 0;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_02 .sub_03 {
		width: 43.1%;
		margin: -32vh auto 0 0;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_02 .sub_04 {
		width: 46.7%;
		margin: -22.5vh 5.2% 0 auto;
		position: relative;
		z-index: 10;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_02 .sub_05 {
		width: 48.2%;
		margin: -11.5vh auto 0 100px;
		z-index: -10;
	}
	[data-keyword-type=urban-explorer] .look_inner .look_moview {
		width: 100%;
		max-width: 1160px;
		margin: 0 auto 120px auto;
		position: relative;
	}
	[data-keyword-type=urban-explorer] .look_inner .look_moview video {
		width: 100%;
		height: auto;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_03 {
		margin-bottom: 120px;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_03 .sub_01 {
		width: 460px;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_03 .sub_02 {
		width: 56.9%;
		margin: 0 0 0 auto;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_04 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_04 .sub_01 {
		width: 100%;
		margin: 0 auto 100px auto;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_04 .sub_01 img {
		width: 460px;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_04 .sub_02 {
		width: 100%;
		margin: 0;
		padding-left: 0;
		text-align: center;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_04 .sub_02 img {
		width: 600px;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_05 {
		display: flex;
		justify-content: center;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_05 .sub_01 {
		width: 50%;
	}
	[data-keyword-type=urban-explorer] .look_inner .subImage_05 .sub_02 {
		width: 50%;
	}
	
	[data-keyword-type=urban-explorer] .look_detail.look_detail01_01,
	[data-keyword-type=urban-explorer] .look_detail.look_detail03_01 {
		align-items: flex-start;
	}
	[data-keyword-type=urban-explorer] .look_detail.look_detail01_01 .detail,
	[data-keyword-type=urban-explorer] .look_detail.look_detail03_01 .detail {
		padding-top: 80px;
	}
	[data-keyword-type=urban-explorer] .look_detail.look_detail01_01 .image {
		width: 600px;
	}
	[data-keyword-type=urban-explorer] .look_detail.look_detail01_02 .image {
		width: 400px;
	}
	[data-keyword-type=urban-explorer] .look_detail.look_detail03_01 .image {
		width: 600px;
	}
	[data-keyword-type=urban-explorer] .look_detail.look_detail03_02 .image {
		width: 440px;
	}
	[data-keyword-type=urban-explorer] .p-sub {
		width: 100%;
		max-width: 1056px;
		min-height: 528px;
		margin: 120px auto 50px auto;
		padding-left: 528px;
		position: relative;
		z-index: 0;
	}
	[data-keyword-type=urban-explorer] .p-sub .p-subImage {
		width: 528px;
		position: absolute;
		top: 0;
		left: 0;
	}
	[data-keyword-type=urban-explorer] .p-sub .p-subTitle {
		width: 100%;
		font-size: 56px;
		line-height: 56px;
		margin-bottom: 15px;
		padding-top: 190px;
		font-weight: 300;
	}
	[data-keyword-type=urban-explorer] .p-sub .p-subText {
		width: 100%;
		font-size: 24px;
		line-height: 31.2px;
		letter-spacing: 0.77px;
	}
	
}