@charset "UTF-8";
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}
@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-25%);
		transform: translateX(-25%);
	}
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
@keyframes slideRight {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-25%);
		transform: translateX(-25%);
	}
}
[data-animation] {
	opacity: 0;
	transition-duration: .5s;
	transition-property: opacity;
}
[data-animation="after"] {
	opacity: 1;
	transition-delay: .1s;
}
.gBody {
	padding-bottom: 29px;
	padding-top: 0;
}
.gHeaderWrap {}
.gHeader {
	padding: 0;
}
.gHeader_inner {}
.footer {
	padding-bottom: 50px;
}
.footer_inner {}
.footer_title {
	max-width: 262px;
	margin: 0 auto 0;
}
.footer_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.footer_title > a::before {
	content: "";
}
.footer_title > a::after {
	content: "";
}
.footer_title > a > svg {
	display: block;
	fill: #000;
	width: 262px;
	height: 54px;
}
.footer_copyright {
	margin-top: 25px;
}
.footer_copyright > small {
	display: block;
	text-align: center;
	font-size: 10px;
}
.insta {
	position: relative;
	z-index: 2;
}
.insta_title {
	margin-bottom: 15px;
}
.insta_headline {}
.insta_container {
	display: flex;
	width: 10000px;
	/* opacity: 0; */
	transition-duration: 1s;
	transition-property: opacity;
}
.isLoaded .insta_container {
	opacity: 1;
}
.insta_loading {}
.insta_loading > .icon {
	display: block;
	text-align: center;
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps(12);
	animation-timing-function: steps(12);
	font-size: 30px;
}
.insta_loading.isLoaded {
	opacity: 1;
}
.insta_itemWrap {
	display: flex;
	-webkit-animation-name: slideRight;
	animation-name: slideRight;
	-webkit-animation-duration: 50s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.insta_item {
	width: 190px;
	margin: 0 13px;
	opacity: 1;
}
.insta_item:nth-child(2n) {
	transition-delay: .4s;
}
.insta_item > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	padding-bottom: 181px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition-duration: .3s;
	transition-property: opacity;
}
.insta_item > a::before {
	content: "";
}
.insta_item > a::after {
	content: "";
}
.insta_caption {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	opacity: 0;
}
.insta_link {
	width: 64px;
	margin: 49px auto 0;
}
.insta_link > a {
	display: flex;
	text-decoration: none;
	width: 64px;
	height: 64px;
	background: #000000;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 21px;
	box-shadow: 0 10px 10px 3px rgba(184, 184, 184, 0.67);
	border: 1px solid #000;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.insta_link > a::before {
	content: "";
}
.insta_link > a::after {
	content: "";
}
.insta_link > a > .icon {
	display: block;
}
.shop {
	background: #000000;
	color: #fff;
	padding: 126px 0 107px;
	margin-bottom: 74px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.shop::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.shop::after {
	content: "";
	width: 900px;
	height: 150px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0);
	display: block;
	box-shadow: 0 200px 50px 0px #bbb;
	margin: 0 auto;
	position: absolute;
	z-index: 0;
	bottom: 165px;
	right: 0;
	left: 0;
}
.shop_inner {
	max-width: 992px;
	position: relative;
	z-index: 3;
}
.shop_cols {
	display: flex;
	justify-content: space-between;
}
.shop_col {}
.shop_col-no1 {
	width: 34%;
	padding-top: 19px;
}
.shop_title {
	text-align: left;
	position: relative;
	z-index: 1;
}
.shop_title[data-animation] {
	opacity: 0;
	transition-duration: .7s;
	transition-property: opacity, top;
	top: 30px;
}
.shop_title[data-animation="after"] {
	opacity: 1;
	top: 0;
}
.shop_dList {
	list-style: none;
	position: relative;
	z-index: 1;
}
.shop_dList[data-animation] {
	opacity: 0;
	transition-duration: .7s;
	transition-property: opacity, top;
	top: 30px;
}
.shop_dList[data-animation="after"] {
	opacity: 1;
	top: 0;
}
.shop_dList > dt {}
.shop_dList > dt > b {
	display: block;
	font-weight: normal;
	margin-bottom: 14px;
}
.shop_dList > dt > small {
	display: block;
	font-weight: normal;
	font-size: inherit;
}
.shop_dList > dd {
	margin-top: 8px;
}
.shop_list {
	list-style: none;
	margin-top: 38px;
	position: relative;
	z-index: 1;
	left: 0;
}
.shop_list[data-animation] {
	left: -40px;
	opacity: 0;
	transition-duration: .7s;
	transition-property: opacity, left;
}
.shop_list[data-animation="after"] {
	left: 0;
	opacity: 1;
}
.shop_list > li {
	margin-top: 13px;
}
.shop_list > li:first-child {
	margin-top: 0;
}
.shop_list > li:last-child {}
.shop_list > li:nth-child(2n+1) {}
.shop_list > li:nth-child(n+3) {}
.shop_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 52px;
	border: 1px solid #898989;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
}
.shop_list > li > a::before {
	content: "";
}
.shop_list > li > a::after {
	content: "";
}
.shop_col-no2 {
	width: 612px;
	height: 416px;
	position: relative;
	z-index: 1;
}
.sImg {
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
}
.sImg.isCurrent {
	z-index: 2;
}
.sImg[data-animation]::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	transition-duration: 0.7s;
	transition-property: width;
}
.sImg[data-animation="after"]::before {
	width: 0;
}
.sImg_cols {
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.sImg_col {
	width: 48.5%;
}
.sImg_col-no1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sImg_row {
	height: 47%;
}
.sImg_image {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.isCurrent > .sImg_cols[data-animation="after"] .sImg_image {
	opacity: 1;
}
.sImg_image-no1 {
	background-image: url(/assets/img/home/pt-foot01_2311.jpg);
}
.sImg_image-no2 {
	background-image: url(/assets/img/home/pt-foot02_2311.jpg);
	transition-delay: .3s;
}
.sImg_image-no3 {
	background-image: url(/assets/img/home/pt-foot03_2311.jpg);
	transition-delay: .6s;
}
.sImg_image-no4 {
	background-image: url(/assets/img/home/pt-foot04_2311.jpg);
}
.sImg_image-no5 {
	background-image: url(/assets/img/home/pt-foot05_2311.jpg);
}
.sImg_image-no6 {
	background-image: url(/assets/img/home/pt-foot06_2311.jpg);
}
.sImg_image-no7 {
	background-image: url(/assets/img/home/pt-foot07_2311.jpg);
}
.sImg_image-no8 {
	background-image: url(/assets/img/home/pt-foot08_2311.jpg);
}
.sImg_image-no9 {
	background-image: url(/assets/img/home/pt-foot09_2311.jpg);
}
.sImg_col-no2 {}
.wear {
	position: relative;
	z-index: 1;
	background-image: linear-gradient(180deg, rgb(253, 253, 253) 0%, rgb(236, 236, 236) 100%);
}
.wear_inner {
	height: 450px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	max-width: 880px;
}
.wear_image {
	background-image: url(/assets/img/home/bg-wear.jpg);
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	display: block;
	top: 0;
	left: 0;
}
.wear_image[data-animation] {
	opacity: 0;
	transition-duration: 0.7s;
	transition-property: opacity, left;
	left: -10%;
}
.wear_image[data-animation="after"] {
	opacity: 1;
	left: 0;
}
.wear_areaText {
	position: relative;
	z-index: 1;
}
.wear_areaText[data-animation] {
	opacity: 0;
	transition-duration: 0.7s;
	transition-property: opacity, top;
	top: 40px;
}
.wear_areaText[data-animation="after"] {
	opacity: 1;
	transition-delay: .1s;
	top: 0;
}
.wear_title {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 18px;
}
.wear_text {
	font-size: 13px;
	line-height: 2.3;
}
.brand {
	position: relative;
	z-index: 2;
	padding-bottom: 105px;
}
.brand::after {
	content: "";
	width: 900px;
	height: 150px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0);
	display: block;
	box-shadow: 0 200px 50px 0px #bbb;
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	bottom: 265px;
	right: 0;
	left: 0;
	opacity: .7;
}
.brand_img {
	background-image: url(/assets/img/home/bg-brand.jpg);
	height: 309px;
	display: block;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.brand_img::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition-duration: 0.8s;
	transition-property: width;
}
.brand_img[data-animation="after"]::after {
	width: 0;
}
.brand_inner {
	z-index: 2;
	padding-top: 110px;
	max-width: 1000px;
}
.brand_box {
	overflow: hidden;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 70px, rgba(255, 255, 255, 1) 70px);
	padding: 46px 20px 40px;
}
.brand_btn {
	display: block;
	height: 52px;
	background: #000000;
	border-radius: 0;
	border-color: #000;
	width: 488px;
	margin: 40px auto 0;
	font-size: 16px;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
	transition-delay: 0s;
}
.brand_btn::after {
	content: "";
}
.brand_btn.isShow {
	display: none;
}
.brand_btn::before {
	content: "";
	display: block;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	position: absolute;
	z-index: 10;
	background: #fff;
	top: -2px;
	left: -2px;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-duration: .7s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.brand_btn[data-animation="after"]::before {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.brand_btn::after {
	content: "";
}
.brand_titleWrap {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}
.brand_title {
	width: 100px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	box-shadow: -50vw 0 0 50vw #fff, 50vw 0 0 50vw #fff;
}
.brand_title::after {
	content: "";
}
.brand_title::before {
	content: "";
	display: block;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	box-sizing: border-box;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	box-shadow: 0 0 0 2px #fff;
	right: 0;
	bottom: 0;
	margin: auto;
}
.brand_title > img {
	display: block;
	width: 100px;
	height: 24px;
	margin: 0 auto;
}
.brand_list {
	list-style: none;
	position: relative;
	z-index: 2;
	max-width: 677px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-height: 247px;
	overflow: hidden;
}
.brand_list.isShow {
	max-height: none;
}
.brand_list::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	bottom: -1px;
	width: 100%;
	left: 0;
	height: 50px;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 1;
	transition-duration: .3s;
	transition-property: opacity;
}
.brand_list.isShow::after {
	opacity: 0;
	display: none;
}
.brand_list > li {
	width: 49%;
}
.brand_list > li:first-child {}
.brand_list > li:last-child {}
.brand_list > li:nth-child(2n+1) {}
.brand_list > li:nth-child(n+3) {}
.brand_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.brand_list > li > a::before {
	content: "";
}
.brand_list > li > a::after {
	content: "";
}
.brand_list > li > a > b {}
.new {
	position: relative;
	z-index: 1;
	padding-top: 242px;
	padding-bottom: 87px;
}
.new::after {
	content: "";
	width: 900px;
	height: 150px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0);
	display: block;
	box-shadow: 0 200px 50px 0px #bbb;
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	bottom: 265px;
	right: 0;
	left: 0;
	opacity: .7;
}
.new::before {}
.new_img {
	background-image: url(/assets/img/home/bg-new.jpg);
	display: block;
	width: 926px;
	height: 478px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.new_img::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition-duration: .7s;
	transition-property: width;
}
.new_img[data-animation="after"]::after {
	width: 0;
}
.new_inner {
	z-index: 2;
	max-width: 1050px;
}
.new_box {
	overflow: hidden;
	padding: 45px 40px 70px;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 1) 80px);
}
.new_titleWrap {
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 24px;
}
.new_title {
	width: 200px;
	box-shadow: -100vw 0 0 100vw #fff, 100vw 0 0 100vw #fff;
	position: relative;
	z-index: 1;
}
.new_title::after {
	content: "";
	display: block;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	box-sizing: border-box;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	box-shadow: 0 0 0 2px #fff;
	right: 0;
	bottom: 0;
	margin: auto;
}
.new_title > img {
	display: block;
	width: 200px;
	height: 24px;
}
.new_update {
	position: relative;
	z-index: 2;
}
.new_update > time {}
.new_itemWrap {
	padding: 0 30px;
	margin: 0 -30px;
	position: relative;
	z-index: 2;
	font-size: 0;
}
.item {
	transition: none;
	opacity: 1;
}
[data-animation] .slick-slide {
	opacity: 0;
	transition-duration: .5s;
	transition-property: opacity;
}
[data-animation="after"] .slick-slide {
	opacity: 1;
	transition-delay: 0s;
}
[data-animation="after"] .slick-current {
	transition-delay: .2s;
}
[data-animation="after"] .slick-current + .slick-slide {
	transition-delay: .4s;
}
[data-animation="after"] .slick-current + .slick-slide + .slick-slide {
	transition-delay: .6s;
}
[data-animation="after"] .slick-current + .slick-slide + .slick-slide + .slick-slide {
	transition-delay: .8s;
}
[data-animation="after"] .slick-current + .slick-slide + .slick-slide + .slick-slide + .slick-slide {
	transition-delay: 1s;
}
.item > a {
	padding: 0 5px;
}
.item > a::before {
	content: "";
}
.item > a::after {
	content: "";
}
.item_image {}
.item_brand {}
.item_name {}
.m-item_price1 {
	margin-bottom: 5px;
}
.item_update {}
.item_update > time {}
.item_button {
	display: block;
	width: 31px;
	height: 31px;
	position: absolute;
	z-index: 1;
	top: 53px;
	margin: auto;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.item_button-next {
	right: 0;
}
.item_button-next::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 15px;
	height: 15px;
	border: 1px solid rgba(20, 20, 20, 0.9);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-left: none;
	border-bottom: none;
}
.item_button-prev {
	left: 0;
}
.item_button-prev::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 15px;
	height: 15px;
	border: 1px solid rgba(20, 20, 20, 0.9);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: none;
	border-top: none;
}
.infoWrap {
	position: relative;
	z-index: 10;
	width: 792px;
	margin-left: auto;
	margin-bottom: -115px;
	margin-top: -86px;
	left: 100px;
	transition-property: opacity, left;
}
.infoWrap[data-animation="after"] {
	left: 0;
}
.infoWrap::after {
	content: "";
	width: 712px;
	height: 150px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0);
	display: block;
	box-shadow: 0 200px 50px 0px #000;
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	bottom: 175px;
	right: 0;
	left: 0;
	opacity: 0.3;
}
.info {
	overflow: hidden;
	position: relative;
	z-index: 10;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 60px, rgba(255, 255, 255, 1) 60px);
}
.info_inner {
	max-width: 676px;
	margin: 0 auto;
	padding: 30px 0 56px;
}
.info_titleWrap {
	margin-bottom: 25px;
}
.info_title {
	width: 180px;
	box-shadow: -100vw 0 0 100vw #fff, 100vw 0 0 100vw #fff;
	position: relative;
	z-index: 1;
}
.info_title::after {
	content: "";
	display: block;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	box-sizing: border-box;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	box-shadow: 0 0 0 2px #fff;
	right: 0;
	bottom: 0;
	margin: auto;
}
.info_title > img {
	display: block;
	width: 180px;
	height: 24px;
	position: relative;
	z-index: 1;
}
.info_list {
	list-style: none;
	display: flex;
	position: relative;
	z-index: 2;
}
.info_list > li {
	width: 32%;
	margin-left: 2%;
}
.info_list > li:first-child {
	margin-left: 0;
	transition-delay: 0.2s;
}
.info_list > li:last-child {}
.info_list > li:nth-child(2) {
	transition-delay: .5s;
}
.info_list > li:nth-child(3) {
	transition-delay: 0.8s;
}
.info_list > li:nth-child(n+3) {}
.info_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.info_list > li > a::before {
	content: "";
}
.info_list > li > a::after {
	content: "";
}
.info_image {
	padding-bottom: 66.67%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 16px;
	transition-duration: .3s;
	transition-property: opacity;
}
.info_update {
	font-size: 10px;
}
.info_update > time {}
.info_name {
	font-size: 13px;
	line-height: 1.4;
}
.vis {
	position: relative;
	z-index: 1;
}
.vis_logo {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition-duration: .3s;
	transition-property: opacity;
}
.vis_logo[data-status="fadeOut"] {
	transition-delay: .2s;
	transition-duration: .5s;
	opacity: 0;
}
.vis_logo[data-status="fadeIn"] {
	transition-delay: .2s;
	transition-duration: 1s;
	opacity: 1;
}
.vis_logo > svg {
	display: block;
	width: 289px;
	height: 60px;
	fill: #000;
}
.vis_logo[data-status="fadeIn"] > svg {
	fill: #fff;
}
.vis_slideWrap {
	font-size: 0;
	position: relative;
	z-index: 1;
}
.vis_slideWrap::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	transition-duration: 1s;
	transition-property: width;
	transition-delay: .8s;
	transition-timing-function: cubic-bezier(0.03, 0.8, 0.58, 1);
}
.vis_slideWrap.isFadeIn::after {
	width: 0;
}
.vis_slide {
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.vis_slide > img {
	display: none;
}
.vis_line {
	position: absolute;
	z-index: 11;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition-duration: .3s;
	transition-property: opacity;
	transition-delay: 1s;
}

.vis_line.isFadeOut{
	opacity:0;
}
.vis_line_svg {
	fill: none;
	stroke: #fff;
	stroke-width: 11px;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	width: 289px;
	height: 60px;
	display: block;
}
.vis_logo-slide {}
.vis_logo-slide01 {
	margin-left: -30vw;
}
.vis_logo-slide02 {
	margin-left: 30vw;
}
.vis_logo-slide03 {
	margin-left: -30vw;
}
.vis_logo-slide04 {
	margin-left: -30vw;
}
.vis_logo-slide04[data-status="fadeIn"] > svg {
	fill: #fff;
}
.footer_link {
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
	font-weight: bold;
}
.footer_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.footer_link > a::before {
	content: "";
}
.footer_link > a::after {
	content: "";
}
.gFooter_title {}
.gFooter_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gFooter_title > a::before {
	content: "";
}
.gFooter_title > a::after {
	content: "";
}
.gFooter_title > a > svg {}
.gFooter_title > a > svg > title {}
.gFooter_dList {
	list-style: none;
}
.gFooter_dList > dt {}
.gFooter_dList > dt > b {
	display: block;
	margin-right: 0;
}
.gFooter_dList > dt > small {
	display: block;
}
.gFooter_dList > dd {}
.gFooter_dList > dd > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gFooter_dList > dd > a::before {
	content: "";
}
.gFooter_dList > dd > a::after {
	content: "";
}
.vis_slide_sp {
	display: none;
}
@media screen and (min-width:1000px) {
	.gFooter_title > a:hover {}
	.gFooter_dList > dd > a:hover {}
	.footer_link > a:hover {}
	.footer_title > a:hover {
		opacity: .67;
	}
	.insta_item > a:hover {
		opacity: .7;
	}
	.insta_link > a:hover {
		background-color: #fff;
		color: #000;
	}
	.shop_list > li > a:hover {
		background: #fff;
		color: #000;
		border-color: #fff;
	}
	.brand_btn:hover {
		background-color: #fff;
		color: #000;
	}
	.brand_list > li > a:hover {
		color: #999;
		text-decoration: underline;
	}
	.item > a:hover {}
	.item_button:hover {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}
	.info_list > li > a:hover {}
	a:hover .info_image {
		opacity: .7;
	}
}
@media screen and (max-width: 999px) {
	[data-animation] {}
	[data-animation="after"] {}
	.gBody {}
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.footer {}
	.footer_inner {}
	.footer_title {}
	.footer_title > a {}
	.footer_title > a::before {}
	.footer_title > a::after {}
	.footer_title > a > svg {}
	.footer_copyright {}
	.footer_copyright > small {}
	.insta {}
	.insta_title {}
	.insta_headline {}
	.insta_container {}
	.insta_itemWrap {}
	.insta_item {
		width: 170px;
		margin: 0 10px;
	}
	.insta_item:nth-child(2n) {}
	.insta_item > a {
		padding-bottom: 170px;
	}
	.insta_item > a::before {}
	.insta_item > a::after {}
	.insta_caption {}
	.insta_link {}
	.insta_link > a {}
	.insta_link > a::before {}
	.insta_link > a::after {}
	.insta_link > a > .icon {}
	.shop {}
	.shop::before {}
	.shop::after {}
	.shop_inner {}
	.shop_cols {
		align-items: center;
	}
	.shop_col {}
	.shop_col-no1 {}
	.shop_title {}
	.shop_title[data-animation] {}
	.shop_title[data-animation="after"] {}
	.shop_dList {}
	.shop_dList[data-animation] {}
	.shop_dList[data-animation="after"] {}
	.shop_dList > dt {}
	.shop_dList > dt > b {}
	.shop_dList > dt > small {}
	.shop_dList > dd {}
	.shop_list {}
	.shop_list[data-animation] {}
	.shop_list[data-animation="after"] {}
	.shop_list > li {}
	.shop_list > li:first-child {}
	.shop_list > li:last-child {}
	.shop_list > li:nth-child(2n+1) {}
	.shop_list > li:nth-child(n+3) {}
	.shop_list > li > a {}
	.shop_list > li > a::before {}
	.shop_list > li > a::after {}
	.shop_col-no2 {
		width: 63%;
		height: 40.4vw;
	}
	.sImg {}
	.sImg[data-animation]::before {}
	.sImg[data-animation="after"]::before {}
	.sImg_cols {}
	.sImg_col {}
	.sImg_col-no1 {}
	.sImg_row {}
	.sImg_image {}
	.sImg_image-no1 {}
	.sImg_image-no2 {}
	.sImg_col-no2 {}
	.sImg_image-no3 {}
	.wear {}
	.wear::after {}
	.wear[data-animation]::after {}
	.wear[data-animation="after"]::after {}
	.wear_inner {
		height: 360px;
	}
	.wear_image {}
	.wear_areaText {}
	.wear_areaText[data-animation] {}
	.wear_areaText[data-animation="after"] {}
	.wear_title {}
	.wear_text {
		line-height: 2.1;
	}
	.brand {}
	.brand::after {
		width: 600px;
	}
	.brand_img {}
	.brand_img::after {}
	.brand_img[data-animation="after"]::after {}
	.brand_inner {}
	.brand_box {}
	.brand_btn {}
	.brand_btn::after {}
	.brand_btn.isShow {}
	.brand_btn::before {}
	.brand_btn[data-animation="after"]::before {}
	.brand_btn::after {}
	.brand_titleWrap {}
	.brand_title {}
	.brand_title::after {}
	.brand_title::before {}
	.brand_title > img {}
	.brand_list {}
	.brand_list.isShow {}
	.brand_list::after {}
	.brand_list.isShow::after {}
	.brand_list > li {}
	.brand_list > li:first-child {}
	.brand_list > li:last-child {}
	.brand_list > li:nth-child(2n+1) {}
	.brand_list > li:nth-child(n+3) {}
	.brand_list > li > a {}
	.brand_list > li > a::before {}
	.brand_list > li > a::after {}
	.brand_list > li > a > b {}
	.new {}
	.new::after {
		width: 600px;
	}
	.new::before {}
	.new_img {}
	.new_img::after {}
	.new_img[data-animation="after"]::after {}
	.new_inner {}
	.new_box {}
	.new_titleWrap {}
	.new_title {}
	.new_title > img {}
	.new_update {}
	.new_update > time {}
	.new_itemWrap {}
	.item {}
	[data-animation] .slick-slide {}
	[data-animation="after"] .slick-slide {}
	[data-animation="after"] .slick-current {}
	[data-animation="after"] .slick-current + .slick-slide {}
	[data-animation="after"] .slick-current + .slick-slide + .slick-slide {}
	[data-animation="after"] .slick-current + .slick-slide + .slick-slide + .slick-slide {}
	[data-animation="after"] .slick-current + .slick-slide + .slick-slide + .slick-slide + .slick-slide {}
	.item > a {}
	.item > a::before {}
	.item > a::after {}
	.item_image {}
	.item_brand {}
	.item_name {}
	.item_price {}
	.item_update {}
	.item_update > time {}
	.item_button {}
	.item_button-next {}
	.item_button-next::before {}
	.item_button-prev {}
	.item_button-prev::before {}
	.infoWrap {
		width: 100%;
	}
	.infoWrap[data-animation="after"] {}
	.infoWrap::after {
		width: 600px;
	}
	.info {}
	.info_inner {}
	.info_titleWrap {}
	.info_title {}
	.info_title > img {}
	.info_list {}
	.info_list > li {}
	.info_list > li:first-child {}
	.info_list > li:last-child {}
	.info_list > li:nth-child(2) {}
	.info_list > li:nth-child(3) {}
	.info_list > li:nth-child(n+3) {}
	.info_list > li > a {}
	.info_list > li > a::before {}
	.info_list > li > a::after {}
	.info_image {}
	.info_update {}
	.info_update > time {}
	.info_name {}
	.vis {}
	.vis_logo {}
	.vis_logo > svg {}
	.vis_slideWrap {}
	.vis_slide {}
	.vis_slide > img {}
	.vis_line {}
	.vis_line_svg {}
	.vis_logo-slide01 {}
	.vis_logo-slide02 {
		margin-left: 25vw;
	}
	.vis_logo-slide03 {
		margin-left: -25vw;
	}
	.footer_link {}
	.footer_link > a {}
	.footer_link > a::before {}
	.footer_link > a::after {}
	.gFooter_title {
		justify-content: flex-start;
	}
	.gFooter_title > a > svg {
		width: 233px;
		height: 48px;
	}
}
@media screen and (max-width: 767px) {
	[data-animation] {}
	[data-animation="after"] {}
	.gBody {}
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.footer {
		padding-bottom: 70px;
	}
	.footer_inner {}
	.footer_title {}
	.footer_title > a {}
	.footer_title > a::before {}
	.footer_title > a::after {}
	.footer_title > a > svg {}
	.footer_copyright {}
	.footer_copyright > small {}
	.insta {}
	.insta_title {}
	.insta_headline {
		margin-bottom: 25px;
	}
	.insta_container {
		width: auto;
		display: block;
		padding: 0 25px;
	}
	.insta_itemWrap {
		-webkit-animation: none;
		animation: none;
		flex-wrap: wrap;
	}
	.insta_item {
		width: 49%;
		margin-left: 2%;
		margin-right: 0;
	}
	.insta_item:nth-child(2n+ 1) {
		margin-left: 0;
	}
	.insta_item:nth-child(n+3) {
		margin-top: 2%;
	}
	.insta_item:nth-child(n+5) {
		display: none;
	}
	.insta_item > a {
		padding-bottom: 100%;
	}
	.insta_item > a::before {}
	.insta_item > a::after {}
	.insta_caption {}
	.insta_link {
		margin-top: 25px;
	}
	.insta_link > a {}
	.insta_link > a::before {}
	.insta_link > a::after {}
	.insta_link > a > .icon {}
	.shop {
		padding: 35px 0;
		margin-bottom: 50px;
	}
	.shop::before {}
	.shop::after {
		width: 300px;
		bottom: 170px;
	}
	.shop_inner {}
	.shop_cols {
		display: block;
	}
	.shop_col {
		width: 100%;
		padding: 0;
	}
	.shop_col-no1 {
		margin-bottom: 15px;
		text-align: center;
	}
	.shop_title {
		margin-bottom: 7px;
	}
	.shop_title[data-animation] {}
	.shop_title[data-animation="after"] {}
	.shop_dList {}
	.shop_dList[data-animation] {}
	.shop_dList[data-animation="after"] {}
	.shop_dList > dt {}
	.shop_dList > dt > b {
		margin-bottom: 4px;
	}
	.shop_dList > dt > small {}
	.shop_dList > dd {
		margin-top: 4px;
	}
	.shop_list {
		margin-top: 15px;
	}
	.shop_list[data-animation] {}
	.shop_list[data-animation="after"] {}
	.shop_list > li {}
	.shop_list > li:first-child {}
	.shop_list > li:last-child {}
	.shop_list > li:nth-child(2n+1) {}
	.shop_list > li:nth-child(n+3) {}
	.shop_list > li > a {}
	.shop_list > li > a::before {}
	.shop_list > li > a::after {}
	.shop_col-no2 {
		height: 62.1vw;
	}
	.sImg {}
	.sImg[data-animation]::before {}
	.sImg[data-animation="after"]::before {}
	.sImg_cols {}
	.sImg_col {}
	.sImg_col-no1 {}
	.sImg_row {}
	.sImg_image {}
	.sImg_image-no1 {}
	.sImg_image-no2 {}
	.sImg_col-no2 {}
	.sImg_image-no3 {}
	.wear {
		background: none;
		margin-bottom: 43px;
	}
	.wear::after {}
	.wear[data-animation]::after {}
	.wear[data-animation="after"]::after {}
	.wear_inner {
		display: block;
		height: auto;
	}
	.wear_image {
		position: relative;
		padding-bottom: 50%;
		background-position: left center;
		margin-bottom: 45px;
	}
	.wear_areaText {
		text-align: center;
	}
	.wear_areaText[data-animation] {}
	.wear_areaText[data-animation="after"] {}
	.wear_title {}
	.wear_text {
		line-height: 2.5;
	}
	.brand {}
	.brand::after {
		width: 300px;
	}
	.brand_img {
		height: 165px;
	}
	.brand_img::after {}
	.brand_img[data-animation="after"]::after {}
	.brand_inner {
		padding-top: 165px;
		padding-left: 0;
		padding-right: 0;
	}
	.brand_box {
		position: relative;
		z-index: 1;
		background: #fff;
		overflow: visible;
		padding: 25px 25px;
	}
	.brand_btn {
		width: 100%;
		margin-top: 25px;
	}
	.brand_btn::after {}
	.brand_btn.isShow {}
	.brand_btn::before {}
	.brand_btn[data-animation="after"]::before {}
	.brand_btn::after {}
	.brand_titleWrap {
		position: absolute;
		width: calc(100% - 50px);
		left: 0;
		right: 0;
		margin: auto;
		top: -70px;
		height: 70px;
		overflow: hidden;
		box-sizing: border-box;
		padding-top: 27px;
	}
	.brand_title {}
	.brand_title::after {}
	.brand_title::before {}
	.brand_title > img {}
	.brand_list {
		display: block;
	}
	.brand_list.isShow {}
	.brand_list::after {}
	.brand_list.isShow::after {}
	.brand_list > li {}
	.brand_list > li:first-child {}
	.brand_list > li:last-child {}
	.brand_list > li:nth-child(2n+1) {}
	.brand_list > li:nth-child(n+3) {}
	.brand_list > li > a {}
	.brand_list > li > a::before {}
	.brand_list > li > a::after {}
	.brand_list > li > a > b {}
	.new {
		padding-top: 280px;
		padding-bottom: 90px;
	}
	.new::after {
		width: 300px;
	}
	.new::before {}
	.new_img {
		height: 280px;
	}
	.new_img::after {}
	.new_img[data-animation="after"]::after {}
	.new_inner {
		padding: 0;
	}
	.new_box {
		background: #fff;
		position: relative;
		z-index: 1;
		overflow: visible;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.new_titleWrap {
		position: absolute;
		z-index: 1;
		height: 70px;
		overflow: hidden;
		top: -70px;
		left: 0;
		display: block;
		padding: 0 25px;
		width: calc(100% - 25px);
		box-sizing: border-box;
		padding-top: 27px;
		margin-bottom: 0;
	}
	.new_title {}
	.new_title > img {}
	.new_update {
		font-size: 12px;
		margin-top: 4px;
		padding-left: 5px;
	}
	.new_update > time {}
	.new_itemWrap {}
	.item {}
	[data-animation] .slick-slide {}
	[data-animation="after"] .slick-slide {}
	[data-animation="after"] .slick-current {}
	[data-animation="after"] .slick-current + .slick-slide {}
	[data-animation="after"] .slick-current + .slick-slide + .slick-slide {}
	[data-animation="after"] .slick-current + .slick-slide + .slick-slide + .slick-slide {}
	[data-animation="after"] .slick-current + .slick-slide + .slick-slide + .slick-slide + .slick-slide {}
	.item > a {}
	.item > a::before {}
	.item > a::after {}
	.item_image {}
	.item_brand {}
	.item_name {}
	.item_price {}
	.item_update {}
	.item_update > time {}
	.item_button {}
	.item_button-next {}
	.item_button-next::before {}
	.item_button-prev {}
	.item_button-prev::before {}
	.infoWrap {
		margin: 0;
	}
	.infoWrap[data-animation="after"] {}
	.infoWrap::after {
		width: 270px;
		bottom: 130px;
	}
	.info {
		overflow: visible;
		background: #fff;
	}
	.info_inner {
		padding: 15px 25px;
		position: relative;
		z-index: 2;
	}
	.info_titleWrap {
		overflow: hidden;
		position: absolute;
		z-index: 1;
		top: -70px;
		right: 0;
		height: 70px;
		margin: 0;
		width: calc(100% - 25px);
		box-sizing: border-box;
		padding-top: 27px;
		padding-right: 25px;
	}
	.info_title {
		margin-left: auto;
	}
	.info_title > img {}
	.info_list {
		display: block;
	}
	.info_list > li {
		width: auto;
		margin: 0;
	}
	.info_list > li:first-child {}
	.info_list > li:last-child {}
	.info_list > li:nth-child(2) {}
	.info_list > li:nth-child(3) {}
	.info_list > li:nth-child(n+3) {}
	.info_list > li > a {
		display: flex;
		align-items: center;
		padding: 10px 0;
	}
	.info_list > li > a::before {}
	.info_list > li > a::after {}
	.info_image {
		width: 135px;
		min-width: 135px;
		padding-bottom: 102px;
		margin-right: 13px;
		margin-bottom: 0;
	}
	.info_update {}
	.info_update > time {}
	.info_name {}
	.vis {}
	.vis_logo {}
	.vis_logo > svg {}
	.vis_logo-slide > svg {
		width: 200px;
		height: 41px;
	}
	.vis_slideWrap {}
	.vis_slide {
		position: relative;
		z-index: 1;
	}
	.vis_slide > img {}
	.vis_line {}
	.vis_slide_sp > img {
		display: none;
	}
	.vis_slide_sp {
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-size: cover;
		background-position: center center;
		display: block;
		background-repeat: no-repeat;
	}
	.vis_line_svg {}
	.vis_logo-slide01 {
		margin-left: 0;
	}
	.vis_logo-slide02 {
		margin-left: 15vw;
	}
	.vis_logo-slide03 {
		margin-left: -15vw;
	}
	.vis_logo-slide04 {
		margin-left: -15vw;
	}
	.footer_link {
		font-size: 16px;
	}
	.footer_link > a {}
	.footer_link > a::before {}
	.footer_link > a::after {}
	.gFooter_title > a > svg {
		width: 200px;
		height: 42px;
	}
}


