/*********************************************************** SMALL SCREEN */
	.products-banner-text-header {
		display: none;
	}
	
	.products-banner-title {
		margin: 0px auto;
	}
	
	.products-banner-text-container {
		width: calc(100% - 100px);
		margin: 60px auto 0px auto;
		/*100px + 26px + 40px = 166px*/
		display: none;
	}
	
	#products-content-header-sub-title {
		width: calc(100% - 40px);
		margin: 0px auto;
		
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 26px;
	}
	
	#products-content-header-sub-title-pc {
		display: none;
	}
	#products-content-header-sub-title-mobile {
		display: block;
	}
	
	#products-content-header-title {
		font-size: 21px;
		letter-spacing: 8px;
	}
	
	.products-content-menu {
		width: calc(100%);
		margin: 0px auto 40px auto;
	}
	
	#products-menu-inner {
		width: calc(100% - 160px);
		margin: 0px auto;
	}
	
	.products-menu-title {
		text-align: left;
	}
	
	.products-menu-separator-mobile {
		display: block;
	}
	
	.products-sub-menu-text {
		width: calc((100% / 2) - 12px - 1px);
		margin: 20px 5px 0px 5px;
		text-align: center;
	}
	
	.products-content-products-container {
		width: calc(100% - 40px);
		margin: 0px auto;
	}
	
	.products-content-products-image-box {
		height: calc( (100vw - 40px - 16px) / 2 - 2px );
		max-height: none;
	}
	
	.products-content-products-box {
		width: calc((100% - 16px) / 2);
		max-width: none;
		margin: 0px 0px 40px 0px;
	}
	
	.products-content-products-name {
		width: 100%;
		font-size: 19px;
	}

	.products-content-products-tag-container {
		width: 100%;
	}
	
	.products-content-products-tag-container-inner {
		justify-content: flex-start;
	}
	
	.products-content-products-tag {
		margin: 6px 6px 5px 0px;
	}
	
	.product-bottom-spacing {
		height: 40px;
	}
	
	#products-banner-text-m {
		width: calc(100% - 100px);
		display: block;
	}

/*********************************************************** MEDIUM SCREEN */
@media screen and (min-width: 800px) {
	.products-banner-text-header {
		display: none;
	}
	
	.products-banner-title {
		margin: 0px auto;
	}
	
	.products-banner-text-container {
		width: calc(100% - 100px);
		margin: 40px auto 0px auto;
		/*100px + 26px + 40px = 166px*/
		display: block;
	}
	
	#products-content-header-sub-title {
		width: calc(100% - 80px);
		margin: 0px auto;
		
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 26px;
	}
	
	#products-content-header-sub-title-pc {
		display: none;
	}
	#products-content-header-sub-title-mobile {
		display: block;
	}
	
	#products-content-header-title {
		font-size: 24px;
		letter-spacing: 10px;
	}
	
	.products-content-menu {
		width: calc(100%);
		margin: 0px auto 40px auto;
	}
	
	#products-menu-inner {
		width: calc(100% - 160px);
		margin: 0px auto;
	}
	
	.products-menu-title {
		text-align: left;
	}
	
	.products-menu-separator-mobile {
		display: block;
	}
	
	.products-sub-menu-text {
		width: calc((100% / 3) - 14px - 1px);
		margin: 20px 6px 0px 6px;
		text-align: center;
	}
	
	.products-content-products-container {
		width: calc(100% - 40px);
		margin: 0px auto;
	}
	
	.products-content-products-image-box {
		height: calc( ((100vw - 240px - 40px) - 16px) / 2 - 2px );
		max-height: none;
	}
	
	.products-content-products-box {
		width: calc((100% - 16px) / 2);
		max-width: none;
		margin: 0px 0px 40px 0px;
	}
	
	.products-content-products-name {
		width: 100%;
		font-size: 21px;
	}

	.products-content-products-tag-container {
		width: 100%;
	}
	
	.products-content-products-tag-container-inner {
		justify-content: flex-start;
	}
	
	.products-content-products-tag {
		margin: 6px 6px 5px 0px;
	}
	
	.product-bottom-spacing {
		height: 120px;
	}
	
	#products-banner-text-m {
		width: calc(100% - 40px);
		display: none;
	}
}


/*********************************************************** LARGE SCREEN */
@media screen and (min-width: 1180px) {
	.products-banner-text-header {
		display: block;
	}
	
	.products-banner-title {
		margin: 0px 0px;
	}
	
	.products-banner-text-container {
		width: 320px;
		margin: 166px auto 0px 80px;
		/*100px + 26px + 40px = 166px*/
		display: block;
	}
	
	#products-content-header-sub-title {
		width: 100%;
		margin: 0px;
		
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 26px;
	}
	
	#products-content-header-sub-title-pc {
		display: block;
	}
	#products-content-header-sub-title-mobile {
		display: none;
	}
	
	#products-content-header-title {
		font-size: 24px;
		letter-spacing: 10px;
	}
	
	.products-content-menu {
		width: calc( ((100% * (416 / 1140)) / 2) - 2px );
		margin: 0px;
	}
	
	#products-menu-inner {
		width: calc(100% - 50px);
		margin: 0px auto 0px 0px;
	}
	
	.products-menu-title {
		text-align: right;
	}
	
	.products-menu-separator-mobile {
		display: none;
	}
	
	.products-sub-menu-text {
		width: calc(100% - 30px);
		margin: 6px 0px 0px 0px;
		text-align: right;
	}
	
	.products-content-products-container {
		width: calc(100% * ((350 + 350 + 24) / 1140));
		margin: 0px;
	}
	
	.products-content-products-image-box {
		height: calc( (((100vw - 240px) * ((350 + 350 + 24) / 1140)) - 24px) / 2 - 2px );
		max-height: calc(350px - 1px);
	}
	
	.products-content-products-box {
		width: calc((100% - 24px) / 2);
		max-width: calc(350px - 1px);
		margin: 0px 0px 40px 0px;
	}
	
	.products-content-products-name {
		width: 50%;
		font-size: 21px;
	}

	.products-content-products-tag-container {
		width: 50%;
	}
	
	.products-content-products-tag-container-inner {
		justify-content: flex-end;
	}
	
	.products-content-products-tag {
		margin: 6px 0px 0px 6px;
	}
	
	.product-bottom-spacing {
		height: 120px;
	}
	
	#products-banner-text-m {
		width: calc(100% - 40px);
		display: none;
	}
}


/*********************************************************** t1 */
#products-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
}


/*********************************************************** BANNER */
.products-banner-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc(100vh - 0px);
	max-height: calc((1380px - 240px) * (720 / 1160));
	
	margin: 0px;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
	overflow: hidden;
}

/*********************************************************** BANNER TEXT CONTAINER*/

/* HEADER */
.products-banner-text-header {
	position: absolute;
	top: 100px;
	left: 80px;
	margin: 0px;
	
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	color: white;
	letter-spacing: 6px;
	line-height: 26px;
	text-align: left;
	text-decoration: none;
}
.products-banner-text-header a {
	color: white;
	text-decoration: none;
	/*border-bottom: 1px dotted #FFF;*/
}
.products-banner-text-header a:hover {
	color: white;
	text-decoration: none;
	/*border-bottom: 1px solid #FFF;*/
}

.products-banner-text-header-arrow {
	font-family: 'Open Sans', sans-serif;
}

/* TEXT CONTAINER */
.products-banner-text-container {
	position: relative;
	top: 0px;
	left: 0px;
}

.products-banner-title {
	position: relative;
	top: 0px;
	left: 0px;
	
	/*width: 90px;
	height: calc(90px * (145 / 280));*/
	
	/*width: calc(47px * (280 / 145));*/
	height: 47px;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
	/*font-family: 'Noto Sans SC', sans-serif;
	font-size: 38px;
	font-style: normal;
	font-weight: 300;
	color: white;
	letter-spacing: 6px;
	line-height: normal;
	text-align: left;
	text-decoration: none;*/
}

.products-banner-text {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	color: white;
	letter-spacing: 2px;
	line-height: 26px;
	text-align: left;
	text-decoration: none;
}


/*********************************************************** CONTENT HEADER */
#products-content-header-title {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	
	font-family: 'Noto Sans SC', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #525252;
	line-height: normal;
	text-align: center;
	text-decoration: none;
}
#products-content-header-title-0 {
	position: relative;
	top: 0px;
	left: 0px;
	width: calc(28px * (186 / 40));
	height: 28px;
	margin: 0px auto;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("../assets/images/products/products-sub-title-0-sc.svg");
}

#products-content-header-sub-title {
	position: relative;
	top: 0px;
	left: 0px;
	
	font-family: 'Noto Sans SC', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #707070;
	text-align: center;
	text-decoration: none;
}

/*********************************************************** MENU */
#products-menu-inner {
	position: relative;
	top: 0px;
	left: 0px;
}

.products-menu-box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	cursor: pointer;
}

.products-menu-separator {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	
	background: rgb(230, 230, 230);
	margin: 13px 0px;
}
.products-menu-separator-mobile {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	
	background: rgb(230, 230, 230);
	margin: 13px 0px;
}

.products-menu-title {
	position: relative;
	top: 0px;
	left: 0px;
	width: calc(100% - 30px);
	
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	color: #707070;
	letter-spacing: 6px;
	line-height: 24px;
	text-decoration: none;
	
	margin: 0px;
}

.products-menu-plus-box {
	position: absolute;
	top: 4px;
	right: 0px;
	width: 16px;
	height: 16px;
	
	background: rgba(255, 0, 0, 0);
	margin: 0px;
}

.products-menu-plus {
	position: absolute;
	top: 0px;
	left: calc(50% - 0.5px);
	width: 1px;
	height: 100%;
	
	background: rgb(170, 170, 170);
	margin: 0px;
	overflow: hidden;
}
.products-menu-plus-i {
	position: absolute;
	top: -100%;
	left: 0px;
	width: 100%;
	height: 100%;
	background: black;
	margin: 0px;
}

.products-menu-minus {
	position: absolute;
	top: calc(50% - 0.5px);
	left: 0px;
	width: 100%;
	height: 1px;
	
	background: rgb(170, 170, 170);
	margin: 0px;
	overflow: hidden;
}
.products-menu-minus-i {
	position: absolute;
	top: 0px;
	left: -100%;
	width: 100%;
	height: 100%;
	background: black;
	margin: 0px;
}

.products-sub-menu-box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	
	display: flex;
	flex-wrap: wrap;
}

.products-sub-menu-text {
	position: relative;
	top: 0px;
	left: 0px;
	
	display: inline-block;
	cursor: pointer;
}
.products-sub-menu-text-0 {
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	color: #707070;
	letter-spacing: 6px;
	line-height: 22px;
	text-decoration: none;
}
.products-sub-menu-text-1 {
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	color: #707070;
	letter-spacing: 6px;
	line-height: 22px;
	text-decoration: none;
}
.products-sub-menu-text-2 {
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	color: #707070;
	letter-spacing: 1px;
	line-height: 22px;
	text-decoration: none;
}

/*********************************************************** CONTENT */
#products-content-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	
	display: flex;
	flex-wrap: wrap;
	
	justify-content: flex-start;
}

.products-content-menu {
	position: relative;
	top: 0px;
	left: 0px;
	
	display: inline-block;
}

.products-content-products-container {
	position: relative;
	top: 0px;
	left: 0px;
	
	display: inline-block;
}
.products-content-products-container-inner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	
	display: flex;
	flex-wrap: wrap;
	
	justify-content: space-between;
}

.products-content-products-box {
	position: relative;
	top: 0px;
	left: 0px;
	
	display: inline-block;
	cursor: pointer;
}

.products-content-products-image-box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	margin: 0px;
	overflow: hidden;
}
.products-content-products-image-box:hover .products-content-products-image {
	transform: scale(1.05);
}

.products-content-products-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
	transform: scale(1.005);
	
	-webkit-transition: transform 0.5s;
	transition: transform 0.5s;
}

.products-content-products-color-bar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
	
	margin: 0px;
}

.products-content-products-name-box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	
	display: flex;
	flex-wrap: wrap;
	
	justify-content: space-between;
}

.products-content-products-name {
	position: relative;
	top: 0px;
	left: 0px;
	
	font-family: 'Noto Sans SC', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #525252;
	letter-spacing: 0px;
	line-height: normal;
	text-align: left;
	text-decoration: none;
	
	display: inline-block;
	margin: 0px;
}

.products-content-products-tag-container {
	position: relative;
	top: 0px;
	left: 0px;
	
	display: inline-block;
	margin: 0px;
}
.products-content-products-tag-container-inner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	display: flex;
	flex-wrap: wrap;
}

.products-content-products-tag {
	position: relative;
	top: 0px;
	left: 0px;
	
	height: 26px;
	
	font-family: sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	color: white;
	letter-spacing: 0px;
	line-height: 26px;
	text-align: left;
	text-decoration: none;
	
	padding: 0px 6px;
	
	background: rgb(150, 150, 150);
	display: inline-block;
}

.products-content-products-price {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	font-family: sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	color: #AAAAAA;
	letter-spacing: 0px;
	line-height: normal;
	text-align: left;
	text-decoration: none;
	
	margin: 4px 0px 0px 0px;
}

.product-bottom-spacing {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}


.product-floating-image-holder {
	position: absolute;
	top: -80px;
	left: 0px;
	width: 100%;
	height: calc(100% + 180px);
	
	/*transform: scale(1.1);*/
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}





#products-banner-text-m {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
}

.products-banner-text-content-m {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	font-family: 'Noto Sans SC', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #707070;
	text-align: center;
	text-decoration: none;
	
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 26px;
}

.products-banner-title-m {
	position: relative;
	top: 0px;
	left: 0px;

	height: 47px;
	width: 100%;
	text-align:center;
		
	margin: 0px auto;
}
















