@media screen and (min-width:769px) {
	#Header {
		position: absolute;
		top: 0;
		left: 0
	}
}

@media screen and (min-width:769px) {
	.intro_set #Header {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

@media screen and (max-width:768px) {
	.intro_set #Header .logo {
		opacity: 0
	}
}

@media screen and (min-width:769px) {
	.intro_set #OnlineStoreBtn {
		width: 0;
		height: 160px;
		overflow: hidden
	}

	.intro_set #OnlineStoreBtn,
	.intro_set #OnlineStoreBtn a {
		position: absolute;
		top: 0;
		right: 0
	}
}

@media screen and (max-width:768px) {
	.intro_set #OnlineStoreBtn {
		width: 0;
		height: 60px;
		overflow: hidden
	}

	.intro_set #OnlineStoreBtn a {
		position: absolute;
		top: 0;
		right: 0
	}
}

.intro_set #MenuBtn {
	width: 0
}

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

	.intro_set #MenuBtn:after,
	.intro_set #MenuBtn:before {
		left: auto;
		right: 22px
	}
}

@media screen and (min-width:769px) {
	.intro_start #Header {
		transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1) 1s;
		transition: transform .5s cubic-bezier(.86, 0, .07, 1) 1s;
		transition: transform .5s cubic-bezier(.86, 0, .07, 1) 1s, -webkit-transform .5s cubic-bezier(.86, 0, .07, 1) 1s;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@media screen and (max-width:768px) {
	.intro_start #Header .logo {
		transition: opacity .3s cubic-bezier(.25, .25, .75, .75) .1s;
		opacity: 1
	}
}

@media screen and (min-width:769px) {
	.intro_start #OnlineStoreBtn {
		transition: width .4s cubic-bezier(.86, 0, .07, 1) 1.3s;
		width: 240px
	}
}

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

	.intro_start #MenuBtn,
	.intro_start #OnlineStoreBtn {
		transition: width .5s cubic-bezier(.86, 0, .07, 1);
		width: 60px
	}
}

#Visual {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000000
}

@media screen and (min-width:769px) {
	#Visual {
		height: 100vh;
		margin-bottom: 10%
	}
}

@media screen and (max-width:768px) {
	#Visual {
		height: 90vh;
		margin-bottom: 80px
	}
}

#Visual #Video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

#Visual #Video iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	pointer-events: none
}

#Visual #Video .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000
}

#Visual #Intro {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1000
}

#Visual #Intro .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #b5b4b2;
}

#Visual #Intro .logo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	mix-blend-mode: exclusion
}

@media screen and (min-width:769px) {
	#Visual #Intro .logo {
		width: 320px;
		height: 168px
	}
}

@media screen and (max-width:768px) {
	#Visual #Intro .logo {
		width: 160px;
		height: 84px
	}
}

#Visual .scrollDown {
	overflow: hidden;
	position: absolute;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box
}

@media screen and (min-width:769px) {
	#Visual .scrollDown {
		width: 16px;
		bottom: 48px;
		left: 48px
	}
}

@media screen and (max-width:768px) {
	#Visual .scrollDown {
		width: 14px;
		bottom: 34px;
		left: 24px
	}
}

#Visual .scrollDown label {
	position: relative;
	margin-bottom: 10px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1
}

@media screen and (min-width:769px) {
	#Visual .scrollDown label {
		font-size: 16px
	}
}

@media screen and (max-width:768px) {
	#Visual .scrollDown label {
		font-size: 14px
	}
}

#Visual .scrollDown span {
	width: 100%;
	overflow: hidden;
	position: relative
}

@media screen and (min-width:769px) {
	#Visual .scrollDown span {
		height: 64px
	}
}

@media screen and (max-width:768px) {
	#Visual .scrollDown span {
		height: 40px
	}
}

#Visual .scrollDown span i {
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 3px;
	margin: auto;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-backface-visibility: hidden;
	-webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
	animation-timing-function: cubic-bezier(.25, .25, .75, .75);
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	backface-visibility: hidden
}

#Visual .scrollDown span i:after,
#Visual .scrollDown span i:before {
	content: "";
	width: 1px;
	display: block;
	position: absolute;
	background-color: #fff
}

#Visual .scrollDown span i:before {
	height: 100%;
	top: 0;
	left: 0
}

#Visual .scrollDown span i:after {
	height: 6px;
	bottom: 0;
	right: -2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

#Visual .scrollDown:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	background-color: #fff
}

.intro_set #Visual .scrollDown label,
.intro_set #Visual .scrollDown span {
	opacity: 0
}

.intro_set #Visual .scrollDown:after {
	visibility: visible;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.intro_start #Visual .scrollDown label,
.intro_start #Visual .scrollDown span {
	transition: opacity 0ms cubic-bezier(.25, .25, .75, .75);
	opacity: 1
}

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

	.intro_start #Visual .scrollDown label,
	.intro_start #Visual .scrollDown span {
		transition-delay: 2.1s
	}
}

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

	.intro_start #Visual .scrollDown label,
	.intro_start #Visual .scrollDown span {
		transition-delay: 1s
	}
}

.intro_start #Visual .scrollDown span i {
	-webkit-animation-name: scroll_down_arrow;
	animation-name: scroll_down_arrow
}

@media screen and (min-width:769px) {
	.intro_start #Visual .scrollDown span i {
		-webkit-animation-delay: 3.1s;
		animation-delay: 3.1s
	}
}

@media screen and (max-width:768px) {
	.intro_start #Visual .scrollDown span i {
		-webkit-animation-delay: 2s;
		animation-delay: 2s
	}
}

.intro_start #Visual .scrollDown:after {
	-webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
	animation-timing-function: cubic-bezier(.25, .25, .75, .75);
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: scroll_down_bg;
	animation-name: scroll_down_bg
}

@media screen and (min-width:769px) {
	.intro_start #Visual .scrollDown:after {
		-webkit-animation-delay: 1.8s;
		animation-delay: 1.8s
	}
}

@media screen and (max-width:768px) {
	.intro_start #Visual .scrollDown:after {
		-webkit-animation-delay: .8s;
		animation-delay: .8s
	}
}

.intro_skip #Visual .scrollDown span i {
	-webkit-animation-name: scroll_down_arrow;
	animation-name: scroll_down_arrow
}

@-webkit-keyframes scroll_down_arrow {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
		animation-timing-function: cubic-bezier(.075, .82, .165, 1)
	}

	30% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
		animation-timing-function: cubic-bezier(.25, .25, .75, .75)
	}

	60% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
		animation-timing-function: cubic-bezier(.075, .82, .165, 1)
	}

	90% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
		animation-timing-function: cubic-bezier(.25, .25, .75, .75)
	}

	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
		animation-timing-function: cubic-bezier(.25, .25, .75, .75)
	}
}

@keyframes scroll_down_arrow {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
		animation-timing-function: cubic-bezier(.075, .82, .165, 1)
	}

	30% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
		animation-timing-function: cubic-bezier(.25, .25, .75, .75)
	}

	60% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
		animation-timing-function: cubic-bezier(.075, .82, .165, 1)
	}

	90% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
		animation-timing-function: cubic-bezier(.25, .25, .75, .75)
	}

	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
		animation-timing-function: cubic-bezier(.25, .25, .75, .75)
	}
}

@-webkit-keyframes scroll_down_bg {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
		animation-timing-function: cubic-bezier(.075, .82, .165, 1)
	}

	40% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
		animation-timing-function: cubic-bezier(.25, .25, .75, .75)
	}

	60% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
		animation-timing-function: cubic-bezier(.075, .82, .165, 1)
	}

	90% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
		animation-timing-function: cubic-bezier(.25, .25, .75, .75)
	}

	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
		animation-timing-function: cubic-bezier(.25, .25, .75, .75)
	}
}

@keyframes scroll_down_bg {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
		animation-timing-function: cubic-bezier(.075, .82, .165, 1)
	}

	40% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
		animation-timing-function: cubic-bezier(.25, .25, .75, .75)
	}

	60% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
		animation-timing-function: cubic-bezier(.075, .82, .165, 1)
	}

	90% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
		animation-timing-function: cubic-bezier(.25, .25, .75, .75)
	}

	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
		animation-timing-function: cubic-bezier(.25, .25, .75, .75)
	}
}

#News {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

@media screen and (min-width:769px) {
	#News {
		margin-bottom: 10%
	}
}

@media screen and (max-width:768px) {
	#News {
		margin-bottom: 120px
	}
}

@media screen and (min-width:769px) {
	#News .entry {
		width: 25%;
		position: relative
	}
}

@media screen and (max-width:768px) {
	#News .entry {
		width: 50%;
		margin-bottom: 56px
	}
}

#News .entry a {
	height: 100%;
	overflow: hidden;
	display: block;
	background-color: #fff
}

#News .entry .img {
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
	padding-top: 66.6666%
}

@media screen and (max-width:768px) {
	#News .entry .img {
		margin-bottom: 20px
	}
}

#News .entry .img img {
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 1px);
	transform: translate3d(-50%, -50%, 1px)
}

@media screen and (min-width:769px) {
	#News .entry h3 {
		padding: 22px 25px 12px
	}
}

@media screen and (max-width:768px) {
	#News .entry h3 {
		overflow: hidden;
		padding: 0 6.66667vw;
		line-height: 1.6;
		font-size: 13px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2
	}
}

#News .entry .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#News .entry .info li {
	line-height: 1;
	margin-right: 2px;
	color: #999;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	letter-spacing: .02em
}

#News .entry .info li.cate {
	border: 1px solid #ccc;
	border-radius: 3px
}

#News .entry .info li.date {
	margin-left: 2px
}

@media screen and (min-width:769px) {
	#News .entry .info {
		margin: 0 25px 25px
	}

	#News .entry .info li {
		padding: 2px 2px 1px
	}

	#News .entry .info li.cate {
		font-size: 10px
	}

	#News .entry .info li.date {
		font-size: 12px
	}
}

@media screen and (max-width:768px) {
	#News .entry .info {
		margin: 15px 6.66667vw 0
	}

	#News .entry .info li {
		padding: 2px
	}

	#News .entry .info li.cate {
		font-size: 8px
	}

	#News .entry .info li.date {
		font-size: 10px
	}
}

@media screen and (min-width:769px) {
	#News .entry:first-of-type {
		z-index: 14
	}

	#News .entry:nth-of-type(2) {
		z-index: 13
	}

	#News .entry:nth-of-type(3) {
		z-index: 12
	}

	#News .entry:nth-of-type(4) {
		z-index: 11
	}

	#News .entry a {
		transition: all .22s cubic-bezier(.25, .46, .45, .94)
	}

	#News .entry:hover {
		z-index: 15
	}

	#News .entry:hover a {
		box-shadow: 12px 21px 36px 0 rgba(0, 0, 0, .15);
		-webkit-transform: translate3d(0, -15px, 1px);
		transform: translate3d(0, -15px, 1px)
	}
}

#News .more_btn {
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	z-index: 20
}

#News .more_btn,
#News .more_btn a {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#News .more_btn a {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1
}

@media screen and (min-width:769px) {
	#News .more_btn a {
		height: 72px;
		padding: 0 3.80952vw
	}
}

@media screen and (max-width:1280px) {
	#News .more_btn a {
		padding: 0 48.8px
	}
}

@media screen and (max-width:768px) {
	#News .more_btn a {
		padding: 0 6.66667vw
	}
}

#News .more_btn a label {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	letter-spacing: .02em
}

@media screen and (min-width:769px) {
	#News .more_btn a label {
		font-size: 18px;
		margin-right: 20px
	}
}

@media screen and (max-width:768px) {
	#News .more_btn a label {
		font-size: 14px;
		margin-right: 10px
	}
}

#News .more_btn a span {
	height: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	overflow: hidden
}

@media screen and (min-width:769px) {
	#News .more_btn a span {
		width: 48px
	}
}

@media screen and (max-width:768px) {
	#News .more_btn a span {
		width: 39px
	}
}

#News .more_btn a span i {
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	display: block;
	position: absolute;
	margin: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

#News .more_btn a span i:after,
#News .more_btn a span i:before {
	content: "";
	height: 1px;
	display: block;
	position: absolute;
	background-color: #000
}

#News .more_btn a span i:before {
	width: 100%;
	bottom: 0;
	left: 0
}

#News .more_btn a span i:after {
	width: 10px;
	bottom: 3px;
	right: -1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

@media screen and (max-width:768px) {
	#News .more_btn a span i:after {
		width: 8px;
		bottom: 3px;
		right: -.5px
	}
}

@media screen and (min-width:769px) {
	#News .more_btn a span i:after {
		right: -.5px;
		border-top: 1px solid #fff
	}
}

#News .scroll_set.entry .img:after,
#News .scroll_set.entry .img:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	transition-property: width;
	transition-duration: .75s;
	transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

#News .scroll_set.entry .img:before {
	background-color: hsla(0, 0%, 100%, .6);
	z-index: 2;
	transition-delay: .85s
}

#News .scroll_set.entry .img:after {
	background-color: #fff;
	z-index: 3;
	transition-delay: .15s
}

#News .scroll_start.entry .img:after,
#News .scroll_start.entry .img:before {
	width: 0
}

#Product .category {
	position: relative
}

@media screen and (max-width:768px) {
	#Product .category {
		padding-bottom: 75px
	}
}

#Product .category figure {
	line-height: 0;
	z-index: 10;
}

#Product .category figure a {
	position: relative;
	display: inline-block;
	overflow: hidden
}

@media screen and (min-width:769px) {
	#Product .category figure a {
		width: 75%;
		cursor: default;
		pointer-events: none
	}
}

@media screen and (max-width:768px) {
	#Product .category figure a {
		width: 100%
	}
}

#Product .category figure img {
	width: 100%;
	height: auto
}

#Product .category .info {
	z-index: 10
}

@media screen and (min-width:769px) {
	#Product .category .info {
		width: 25.6%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 5.95238vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	#Product .category .info .inline {
		width: 100%
	}

	.inline .front {
		position: absolute;
		width: calc(20%);
		height: 12%;
		color: #FFFFFF;
		z-index: 11;
		overflow: hidden;
	}

	.inline .front1 {
		position: absolute;
		width: calc(20%);
		height: 12%;
		color: #000;
		z-index: 11;
		overflow: hidden;
	}

	.inline .front2 {
		position: absolute;
		width: calc(24%);
		height: 12%;
		color: #fff;
		z-index: 11;
		overflow: hidden;
	}

	.inline .front3 {
		position: absolute;
		width: calc(76.5%);
		height: 12%;
		color: #000;
		z-index: 11;
		overflow: hidden;
	}

	.inline .front31 {
		z-index: 10;
		color: #FFFFFF;
	}
}

@media screen and (max-width:768px) {
	#Product .category .info {
		width: 100%;
		position: relative;
		margin-top: -4%
	}

	.inline .front {
		position: absolute;
		width: 100%;
		height: 12%;
		color: #FFFFFF;
		z-index: 11;
		overflow: hidden;
	}

	.inline .front1 {
		position: absolute;
		width: 100%;
		height: 12%;
		color: #FFFFFF;
		z-index: 11;
		overflow: hidden;
	}

	.inline .front2 {
		display: none;
	}

	.inline .front3 {
		display: none;
	}
}

#Product .category h2 {
	font-family: 微軟正黑體;
	font-weight: 500;
	letter-spacing: .02em;
	font-weight: 100;
	letter-spacing: -.04em;
	line-height: .9
}

@media screen and (min-width:769px) {
	#Product .category h2 {
		margin-left: -.05em;
		font-size: 5vw
	}
}

@media screen and (max-width:1280px) {
	#Product .category h2 {
		font-size: 60px
	}
}

@media screen and (max-width:768px) {
	#Product .category h2 {
		margin-bottom: 6.8vw;
		padding: 0 6.66667vw;
		font-size: 10vw;
		text-indent: -.09em;
		white-space: nowrap
	}
}

@media screen and (min-width:769px) {
	#Product .category .lead {
		margin: 9.304% 0 23.252%;
		font-size: .95238vw;
		white-space: nowrap;
	}
}

@media screen and (max-width:1280px) {
	#Product .category .lead {
		font-size: 12.2px
	}
}

@media screen and (max-width:768px) {
	#Product .category .lead {
		font-size: 12.2px;
		padding-left: 15px;
		padding-right: 15px;
	}
}


#Product .category .more_btn {
	transition: -webkit-filter .3s cubic-bezier(.25, .25, .75, .75);
	transition: filter .3s cubic-bezier(.25, .25, .75, .75);
	transition: filter .3s cubic-bezier(.25, .25, .75, .75), -webkit-filter .3s cubic-bezier(.25, .25, .75, .75)
}

@media screen and (max-width:768px) {
	#Product .category .more_btn {
		width: 100%;
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		padding: 0 6.66667vw
	}
}

#Product .category .more_btn a {
	position: relative;
	display: block
}

@media screen and (min-width:769px) {
	#Product .category .more_btn a {
		width: 235px;
		height: 72px
	}
}

@media screen and (max-width:768px) {
	#Product .category .more_btn a {
		width: 172px;
		height: 60px
	}
}

#Product .category .more_btn a .bg {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background-color: #fff;
	box-shadow: 12px 21px 36px 0 rgba(0, 0, 0, .15);
	opacity: 0
}

@media screen and (min-width:769px) {
	#Product .category .more_btn a .bg {
		width: 72px;
		height: 72px;
		right: -36px;
		border-radius: 36px
	}
}

@media screen and (max-width:768px) {
	#Product .category .more_btn a .bg {
		width: 60px;
		height: 60px;
		right: -30px;
		border-radius: 30px
	}
}

#Product .category .more_btn a .loop {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	right: 0
}

#Product .category .more_btn a .loop .txt {
	position: relative;
	box-sizing: border-box;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1
}

@media screen and (min-width:769px) {
	#Product .category .more_btn a .loop .txt {
		font-size: 18px;
		margin-right: 58px
	}
}

@media screen and (max-width:768px) {
	#Product .category .more_btn a .loop .txt {
		font-size: 14px;
		margin-right: 49px
	}
}

#Product .category .more_btn a .loop .arrow {
	height: 1px;
	display: block;
	position: absolute;
	margin: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	bottom: 0;
	right: 0
}

#Product .category .more_btn a .loop .arrow:after,
#Product .category .more_btn a .loop .arrow:before {
	content: "";
	height: 1px;
	display: block;
	position: absolute;
	background-color: #000
}

#Product .category .more_btn a .loop .arrow:before {
	width: 100%;
	bottom: 0;
	left: 0
}

#Product .category .more_btn a .loop .arrow:after {
	width: 10px;
	bottom: 3px;
	right: -1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

@media screen and (max-width:768px) {
	#Product .category .more_btn a .loop .arrow:after {
		width: 8px;
		bottom: 3px;
		right: -.5px
	}
}

@media screen and (min-width:769px) {
	#Product .category .more_btn a .loop .arrow:after {
		right: -.5px;
		border-top: 1px solid #fff
	}
}

@media screen and (min-width:769px) {
	#Product .category .more_btn a .loop .arrow {
		width: 48px;
		top: 1px
	}
}

@media screen and (max-width:768px) {
	#Product .category .more_btn a .loop .arrow {
		width: 39px;
		top: 0
	}
}

@media screen and (min-width:769px) {
	#Product .category .more_btn a {
		width: 380px;
		height: 90px
	}

	#Product .category .more_btn a .bg {
		width: 120px;
		height: 90px;
		right: -60px;
		border-radius: 0
	}

	#Product .category .more_btn a .loop .txt {
		margin-right: 330px
	}

	#Product .category .more_btn a .loop .arrow {
		width: 95px;
		right: 226px
	}

	#Product .category .more_btn a .loop .arrow:after {
		right: -2px;
		border-top: 0
	}
}

#Product .category .more_btn.active {
	-webkit-filter: invert(100%);
	filter: invert(100%)
}

@media screen and (min-width:769px) {
	#Product .category:nth-of-type(2n) .info {
		left: 5.95238vw;
		right: auto
	}

	#Product .category:nth-of-type(2n) figure {
		text-align: right
	}
}

#Product .category.scroll_set figure a:after,
#Product .category.scroll_set figure a:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	transition-property: width;
	transition-duration: .75s;
	transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

#Product .category.scroll_set figure a:before {
	background-color: hsla(0, 0%, 100%, .6);
	z-index: 2;
	transition-delay: .85s
}

#Product .category.scroll_set figure a:after {
	background-color: #fff;
	z-index: 3;
	transition-delay: .15s
}

#Product .category.scroll_start figure a:after,
#Product .category.scroll_start figure a:before {
	width: 0
}

#Pickup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (max-width:768px) {
	#Pickup {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-left: 5.95238vw;
		margin-right: 5.95238vw
	}
}

#Pickup .item {
	box-sizing: border-box;
	text-align: center;
	line-height: 1.6;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, transform, -webkit-transform;
	transition-timing-function: cubic-bezier(.25, .25, .75, .75), cubic-bezier(.23, 1, .32, 1), cubic-bezier(.23, 1, .32, 1);
	transition-duration: .5s, .75s, .75s
}

#Pickup .item a {
	display: block
}

#Pickup .item img {
	width: 100%;
	height: auto
}

#Pickup .item figcaption {
	font-family: Roboto, sans-serif;
	font-weight: 500;
	letter-spacing: .02em;
	font-weight: 700
}

#Pickup .item p {
	color: #999
}

@media screen and (min-width:769px) {
	#Pickup .item {
		width: 25%
	}

	#Pickup .item:last-of-type,
	#Pickup .item:nth-last-of-type(2),
	#Pickup .item:nth-last-of-type(3),
	#Pickup .item:nth-last-of-type(4) {
		margin-bottom: 0
	}

	#Pickup .item a {
		padding: 20% 11.905%
	}

	#Pickup .item figcaption {
		margin: 20.835% 0 3.79%;
		font-size: 16px
	}

	#Pickup .item p {
		font-size: 14px
	}

	#Pickup .item a {
		position: relative;
		transition: -webkit-transform .22s cubic-bezier(.25, .46, .45, .94);
		transition: transform .22s cubic-bezier(.25, .46, .45, .94);
		transition: transform .22s cubic-bezier(.25, .46, .45, .94), -webkit-transform .22s cubic-bezier(.25, .46, .45, .94)
	}

	#Pickup .item a:before {
		content: "";
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		box-shadow: 12px 21px 36px 0 rgba(0, 0, 0, .15);
		background-color: #fff;
		transition: all .22s cubic-bezier(.25, .46, .45, .94)
	}

	#Pickup .item a div,
	#Pickup .item a img {
		position: relative;
		transition: none
	}

	#Pickup .item a.isHover {
		-webkit-transform: translate3d(0, -15px, 1px);
		transform: translate3d(0, -15px, 1px)
	}

	#Pickup .item a.isHover:before {
		opacity: 1
	}

	#Pickup .item a.isHover div,
	#Pickup .item a.isHover img {
		-webkit-transform: none;
		transform: none
	}
}

@media screen and (max-width:768px) {
	#Pickup .item {
		width: 50%;
		margin-bottom: 45px
	}

	#Pickup .item:last-of-type,
	#Pickup .item:nth-last-of-type(2) {
		margin-bottom: 0
	}

	#Pickup .item figcaption {
		margin: 24px 0 6px;
		font-size: 13px
	}

	#Pickup .item p {
		font-size: 11px
	}

	#Pickup .item a {
		padding: 0 10px
	}

	#Pickup .item a img {
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%
	}

	#Pickup .item a div,
	#Pickup .item a img {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: -webkit-transform .4s cubic-bezier(.075, .82, .165, 1);
		transition: transform .4s cubic-bezier(.075, .82, .165, 1);
		transition: transform .4s cubic-bezier(.075, .82, .165, 1), -webkit-transform .4s cubic-bezier(.075, .82, .165, 1)
	}

	#Pickup .item a div {
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	#Pickup .item a.isHover img {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}

	#Pickup .item a.isHover div {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
}

#Pickup .item:nth-of-type(4n-3) {
	transition-delay: .35s, .1s
}

#Pickup .item:nth-of-type(4n-2) {
	transition-delay: .45s, .2s
}

#Pickup .item:nth-of-type(4n-1) {
	transition-delay: .55s, .3s
}

#Pickup .item:nth-of-type(4n) {
	transition-delay: .65s, .4s
}

#Pickup .item.scroll_set {
	opacity: 0
}

@media screen and (min-width:769px) {
	#Pickup .item.scroll_set {
		-webkit-transform: translate3d(0, -80px, 0);
		transform: translate3d(0, -80px, 0)
	}
}

@media screen and (max-width:768px) {
	#Pickup .item.scroll_set {
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0)
	}
}

#Pickup .item.scroll_start {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

@media screen and (min-width:769px) {
	#Pickup {
		margin-bottom: 10%
	}
}

@media screen and (max-width:768px) {
	#Pickup {
		margin-bottom: 120px
	}
}

#Photos,
#sbi_images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#Photos .sbi_item,
#Photos figure,
#sbi_images .sbi_item,
#sbi_images figure {
	position: relative;
	overflow: hidden
}

#Photos .sbi_item a,
#Photos figure a,
#sbi_images .sbi_item a,
#sbi_images figure a {
	height: auto !important;
	position: relative;
	display: block;
	padding-top: 100%;
	opacity: 1 !important
}

#Photos .sbi_item img,
#Photos figure img,
#sbi_images .sbi_item img,
#sbi_images figure img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0
}

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

	#Photos .sbi_item,
	#Photos figure,
	#sbi_images .sbi_item,
	#sbi_images figure {
		width: 16.666%
	}

	#Photos .sbi_item a,
	#Photos figure a,
	#sbi_images .sbi_item a,
	#sbi_images figure a {
		transition: -webkit-transform .75s cubic-bezier(.23, 1, .32, 1);
		transition: transform .75s cubic-bezier(.23, 1, .32, 1);
		transition: transform .75s cubic-bezier(.23, 1, .32, 1), -webkit-transform .75s cubic-bezier(.23, 1, .32, 1)
	}

	#Photos .sbi_item a:hover,
	#Photos figure a:hover,
	#sbi_images .sbi_item a:hover,
	#sbi_images figure a:hover {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
}

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

	#Photos .sbi_item,
	#Photos figure,
	#sbi_images .sbi_item,
	#sbi_images figure {
		width: 33.333%;
		display: none
	}

	#Photos .sbi_item:first-of-type,
	#Photos .sbi_item:nth-of-type(2),
	#Photos .sbi_item:nth-of-type(3),
	#Photos .sbi_item:nth-of-type(4),
	#Photos .sbi_item:nth-of-type(5),
	#Photos .sbi_item:nth-of-type(6),
	#Photos .sbi_item:nth-of-type(7),
	#Photos .sbi_item:nth-of-type(8),
	#Photos .sbi_item:nth-of-type(9),
	#Photos .sbi_item:nth-of-type(10),
	#Photos .sbi_item:nth-of-type(11),
	#Photos .sbi_item:nth-of-type(12),
	#Photos figure:first-of-type,
	#Photos figure:nth-of-type(2),
	#Photos figure:nth-of-type(3),
	#Photos figure:nth-of-type(4),
	#Photos figure:nth-of-type(5),
	#Photos figure:nth-of-type(6),
	#Photos figure:nth-of-type(7),
	#Photos figure:nth-of-type(8),
	#Photos figure:nth-of-type(9),
	#Photos figure:nth-of-type(10),
	#Photos figure:nth-of-type(11),
	#Photos figure:nth-of-type(12),
	#sbi_images .sbi_item:first-of-type,
	#sbi_images .sbi_item:nth-of-type(2),
	#sbi_images .sbi_item:nth-of-type(3),
	#sbi_images .sbi_item:nth-of-type(4),
	#sbi_images .sbi_item:nth-of-type(5),
	#sbi_images .sbi_item:nth-of-type(6),
	#sbi_images .sbi_item:nth-of-type(7),
	#sbi_images .sbi_item:nth-of-type(8),
	#sbi_images .sbi_item:nth-of-type(9),
	#sbi_images .sbi_item:nth-of-type(10),
	#sbi_images .sbi_item:nth-of-type(11),
	#sbi_images .sbi_item:nth-of-type(12),
	#sbi_images figure:first-of-type,
	#sbi_images figure:nth-of-type(2),
	#sbi_images figure:nth-of-type(3),
	#sbi_images figure:nth-of-type(4),
	#sbi_images figure:nth-of-type(5),
	#sbi_images figure:nth-of-type(6),
	#sbi_images figure:nth-of-type(7),
	#sbi_images figure:nth-of-type(8),
	#sbi_images figure:nth-of-type(9),
	#sbi_images figure:nth-of-type(10),
	#sbi_images figure:nth-of-type(11),
	#sbi_images figure:nth-of-type(12) {
		display: block
	}
}

#Photos #sbi_load,
#sbi_images #sbi_load {
	display: none
}

#Photos {
	position: relative;
	background-color: #FFFFFF
}

#Photos.scroll_set:after,
#Photos.scroll_set:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	transition-property: width;
	transition-duration: .75s;
	transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

#Photos.scroll_set:before {
	background-color: hsla(0, 0%, 100%, .6);
	z-index: 20;
	transition-delay: .85s
}

#Photos.scroll_set:after {
	background-color: #fff;
	z-index: 30;
	transition-delay: .15s
}

#Photos.scroll_start:after,
#Photos.scroll_start:before {
	width: 0
}

@media screen and (max-width:768px) {
	#Header .logo {
		-webkit-filter: invert(100%);
		filter: invert(100%)
	}
}