/*
Small (smaller than 640px)
Medium (641px to 1007px)
Large (1008px and larger)
*/


/*********************************************************** SMALL SCREEN */	
	#generic-banner-inner-image {
		display: none;
	}
	#generic-banner-inner-image-m {
		display: block;
	}
	
	.products-title {
		max-width: none;
		
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 36px;
		text-align: left;
	}
	
	.products-text {
		text-align: left;
	}
	
	.products-box-text {
		width: calc(100%);
		margin: 0px;
		
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 24px;
	}

	.products-box-tag-pc {
		display: none;
	}
	.products-box-tag-m {
		display: block;
	}
	
	.products-box {
		width: calc(100vw - 100px);
		max-width: 400px;
		min-height: none;
		margin: 0px auto;
	}
	.products-box-image {
		height: calc(100vw - 100px);
		max-height: 400px;
	}

/*********************************************************** MEDIUM SCREEN */
@media screen and (min-width: 800px) {
	#generic-banner-inner-image {
		display: block;
	}
	#generic-banner-inner-image-m {
		display: none;
	}
	
	.products-title {
		max-width: 500px;
		
		font-size: 24px;
		letter-spacing: 6px;
		line-height: 40px;
		text-align: center;
	}
	
	.products-text {
		text-align: center;
	}
	
	.products-box-text {
		width: calc(100% - 96px - 40px);
		margin: 0px auto 0px 0px;
		
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 30px;
	}

	.products-box-tag-pc {
		display: block;
	}
	.products-box-tag-m {
		display: none;
	}
	
	.products-box {
		width: calc((100% - 60px) / 2);
		max-width: none;
		min-height: 300px;
		margin: 0px;
	}
	.products-box-image {
		height: calc( (((100vw - 80px - 160px) - 60px) / 2) * (400 / 530));
		max-height: calc( (((1380px - 80px - 160px) - 60px) / 2) * (400 / 530));
	}
}

/*********************************************************** LARGE SCREEN */
@media screen and (min-width: 1380px) {
	#generic-banner-inner-image {
		display: block;
	}
	#generic-banner-inner-image-m {
		display: none;
	}
	
	.products-title {
		max-width: 500px;
		
		font-size: 24px;
		letter-spacing: 6px;
		line-height: 40px;
		text-align: center;
	}
	
	.products-text {
		text-align: center;
	}
	
	.products-box-text {
		width: calc(100% - 96px - 40px);
		margin: 0px auto 0px 0px;
		
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 30px;
	}

	.products-box-tag-pc {
		display: block;
	}
	.products-box-tag-m {
		display: none;
	}
	
	.products-box {
		width: calc((100% - 60px) / 2);
		max-width: none;
		min-height: 300px;
		margin: 0px;
	}
	.products-box-image {
		height: calc( (((100vw - 80px - 160px) - 60px) / 2) * (400 / 530));
		max-height: calc( (((1380px - 80px - 160px) - 60px) / 2) * (400 / 530));
	}
}


/***************************************************************************************************************** NEWS */


.index-section-title {
	position: relative;
	width: 100%;
	
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 6px;
	line-height: 30px;
	text-align: left;
}

.index-section-text {
	position: relative;
	width: 100%;
	max-width: 550px;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 2px;
	line-height: 38px;
	text-align: left;
}


/***************************************************************************************************************** BANNER */
#generic-banner-wrapper {
	position: relative;
	width: 100%;
	height: calc(310px + 40px);
	background: transparent;
	margin: 20px 0px 0px 0px;
	overflow: hidden;
}

#generic-banner-inner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	
	overflow: hidden;
}

#generic-banner-title {
	width: 100%;
	max-width: 500px;
	height: 30px;
	
	font-family: "OptimaBold", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 14px;
	line-height: 50px;
	text-align: center;
}

/***************************************************************************************************************** CONTENT */
#generic-content-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 300px;
}

#products-content-wrapper {
	position: relative;
	width: 100%;
	background: rgb(223, 209, 167);
}

.products-title {
	position: relative;
	width: 100%;
	margin: 0px auto;
	
	font-style: normal;
	font-weight: 600;
	color: rgb(99, 81, 61);
}

.products-text {
	position: relative;
	width: 100%;
	max-width: 760px;
	margin: 0px auto;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(99, 81, 61);
	letter-spacing: 2px;
	line-height: 28px;
}

#products-info-wrapper {
	position: relative;
	width: 100%;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.products-box {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.products-box-image {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.products-box-image:hover .products-box-image-inner {
	transform: scale(1.08);
}

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

.products-box-info {
	position: relative;
	width: 100%;
}

.products-box-text {
	position: relative;
	
	font-style: normal;
	font-weight: 600;
	color: rgb(99, 81, 61);
	text-align: left;
}

.products-box-tag-pc {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 96px;
	height: 28px;
	
	font-style: normal;
	font-weight: 400;
	color: rgb(99, 81, 61);
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 2px;
	text-align: center;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	border-style: solid;
	border-width: 1px;
	border-color: rgb(99, 81, 61);
}

.products-box-tag-m {
	position: relative;
	top: 0px;
	right: 0px;
	width: 96px;
	height: 28px;
	
	font-style: normal;
	font-weight: 400;
	color: rgb(99, 81, 61);
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 2px;
	text-align: center;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	border-style: solid;
	border-width: 1px;
	border-color: rgb(99, 81, 61);
	
	margin: 10px auto 20px auto;
}


/***************************************************************************************************************** PAGE BUTTON */
#products-page-button-container {
	position: relative;
	width: 100%;
	max-width: calc(100% - (50px + 20px + 70px) - 50px);
	
	margin: 0px auto;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.products-page-button {
	position: relative;
	width: 28px;
	height: 28px;
	
	margin: 0px 6px;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(99, 81, 61);
	letter-spacing: 0px;
	line-height: 28px;
	text-align: center;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	border-style: solid;
	border-width: 1px;
	border-color: rgb(99, 81, 61);
}
.products-page-button-2 {
	position: relative;
	width: 28px;
	height: 28px;
	
	margin: 0px 6px;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(99, 81, 61);
	letter-spacing: 0px;
	line-height: 28px;
	text-align: center;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	border-style: solid;
	border-width: 1px;
	border-color: rgb(99, 81, 61);
	
	cursor: pointer;
	
	opacity: 0.55;
	
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.products-page-button-2:hover {
	opacity: 1;
}


/***************************************************************************************************************** BACK BUTTON */
#products-back-button-container {
	position: relative;
	width: 100%;
	height: 28px;
}

#products-back-button {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: calc(50px + 20px + 70px);
	height: 28px;
	
	margin: 0px;
	cursor: pointer;
}