/***
* COMMON
* TOP PAGE PC
* TOP PAGE SP
* NEW ARRIVALS PAGE
* BRAND PAGE
* PRODUCTS PAGE
* BLOG PAGE
* NEWS PAGE
* TOP PAGE MEDIA QUERIES
***/


/*COMMON START*/
@font-face {
	font-family:"GT Pressura Bold";
	src: url(../fonts/GT-Pressura-Bold.ttf);
}
@font-face {
	font-family:"GT Pressura Regular";
	src: url(../fonts/GT-Pressura-Regular.otf);
}
@font-face {
	font-family:"GT-Pressura";
	src: url(../fonts/GT-Pressura-Regular.otf);	
}
.en {
	font-family:"GT Pressura Regular";
}
.index_h2 .en.border-dotted {
	font-family: "GT Pressura Regular";
	font-weight: 600;
	border-bottom: 1px dotted grey;
}
/*COMMON END*/

/*TOP PAGE PC START*/
.top-page #new_arrivals.mainvisual-text {
    position: absolute;
    top: 150px;
    left: 0;
    color: #fff;
    padding:0;
	font-size: 35px;
    font-family: 'GT Pressura Regular'!important;
    letter-spacing:1px;
}
.top-page #new_arrivals.mainvisual-text .container,
.top-page #new_arrivals.mainvisual-text .container p span {
    font-size: 35px;
    font-family: 'GT Pressura Regular'!important;
	font-weight:600;
    letter-spacing:1px;
	line-height:1.3em;
}
#cascade .container {
	display:flex;
	justify-content:space-between;
	padding-right:60px;
	padding-left:60px;
}
#cascade .container > div {
	width:46.875%;
}
#cascade .container > div.txt {
	padding-right:0;
}
#cascade .container > div.txt h2,
#cascade .container > div.txt .desc {
	width:90%;
	margin-right:auto;
	margin-left:auto;
}
#cascade .container > div.txt h2 {
	font-size:40px;
	font-weight:100;
}
#cascade .container > div figure a {
	display:block;
	width:100%;
}
#cascade .container > div figure a img {
	display: block;
	width: 83.3333%;
    margin:120px auto 0;
}
#new_arrivals .product_list .productList__item .cardProduct .detail {
	padding-right:0;
	padding-left:0;
	padding-top: 10px;
}
#new_arrivals .product_list .productList__item .cardProduct .detail dl dd {
	width:85%;
}
#new_arrivals .product_list .productList__item .cardProduct .detail dl {
	border-bottom:none;
	justify-content:center;
}
#new_arrivals .product_list .productList__item .cardProduct .detail dl dt {
	display:block;
}
#new_arrivals .product_list .productList__item .cardProduct .detail dl dd,
#new_arrivals .product_list .productList__item .cardProduct dd .en {
	padding:0;
	text-align:left;
	font-size: 8pt;
	letter-spacing: 2px !important;
}
#new_arrivals .product_list .productList__item .cardProduct .cardImg figure,
.cardProduct .cardImg figure {
	width:100%;
	padding-top:100%;
	position: relative;
}
@media screen and (min-width: 1000px) {
	#new_arrivals .product_list .productList__item .cardProduct .detail {
		padding-top: 10px;
	}
}
@media screen and (min-width: 1500px) {
	#new_arrivals .product_list .productList__item .cardProduct .detail {
		padding-top: 20px;
	}
}
@media screen and (min-width: 1600px) {
	#new_arrivals .product_list .productList__item .cardProduct .detail {
		padding-top: 25px;
	}
}
@media screen and (min-width: 1700px) {
	#new_arrivals .product_list .productList__item .cardProduct .detail {
		padding-top: 30px;
	}
}
@media screen and (min-width: 768px) {
	#new_arrivals .product_list .productList__item .cardProduct .cardImg figure img {
		position: absolute;
		text-align: center;
		top: 56%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	}
}
@media screen and (max-width: 767px) {
	#new_arrivals .product_list .productList__item .cardProduct .cardImg figure img{
		position: absolute;
		text-align: center;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	}
}
@media screen and (max-width: 768px) {
	.cardProduct .cardImg figure img {
		position: absolute;
		text-align: center;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	}
}
@media screen and (min-width: 769px) {
	.cardProduct .cardImg figure img {
		position: absolute;
		text-align: center;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	}
}
/*TOP PAGE PC END*/

/*TOP PAGE SP START*/
.module-main-slider .slide a {
	display:block;
	width:100%;
	height:calc(100vh - 70px);
}
.module-main-slider .slide a img {
	width:100vw;
	height:100%;
	object-fit:cover;
}
/*TOP PAGE SP END*/

/* NEW ARRIVALS START */
.cardProduct .cardImg .detail dl {
	border-bottom:none !important;
	font-size:8pt;
	letter-spacing:1.2px;
}
.cardProduct .cardImg .detail dl dt {
	position: relative;
	top:8px;
}
.cardProduct .cardImg .detail dl dd,
.cardProduct .detail dl dd {
	word-break:break-word;
	border-bottom:1px solid #141823;
}
/* NEW ARRIVALS END */

/*BRAND PAGE START*/
#lower_mv1 .container .fansybook_img {
	height:auto;
	object-fit:unset;
}
/*BRAND PAGE END*/

/*PRODUCTS PAGE START*/
#products_detail .detail-box .vertical_title_inner h3 {
	font-size:17px !important;
}
#products_detail .detail-box .detail-box_inner .products_detail_tag .products_detail_list > dl {
	display:flex;
	flex-direction:row;
	margin-top:0;
}
#products_detail .detail-box .detail-box_inner .products_detail_tag .products_detail_list > dl dt {
	width:auto !important;
	white-space:nowrap;
	font-size:14px;
	font-weight:400;
	color:#141823;
	position:relative;
	top:12px;
	padding-right:5px;
}
#products_detail .detail-box .detail-box_inner .products_detail_tag .products_detail_list > dl dd {
	width:100%;
	color:#2b2b2b;
	font-size:14px;
	font-weight:400;
	margin-bottom:0;
	line-height:25.19px;
	height:25.19px;
	padding:0;
	font-family: 'GT Pressura Bold';
}
#products_detail .detail-box .detail-box_inner .products_detail_tag .products_detail_list > dl dd select {
	width:100%;
	color:#2b2b2b;
	font-size:12px;
	font-weight:400;
	margin-bottom:0;
	line-height:25.19px;
	height:25.19px;
	padding:0 10px;
	background-image:url(https://cdn.shopify.com/s/files/1/0302/9939/0092/t/6/assets/ico-select__primary.svg?v=4521280492989759865);
	    background-position: right;
    background-size: 30px;
}
#products_detail .detail-box .detail-box_inner .products_detail_tag .products_detail_list > dl dd .qty_box {
	display:flex;
	flex-direction:row;
	align-items: center;
	position:relative;
	bottom:5px;
}
#products_detail .detail-box .detail-box_inner .products_detail_tag .products_detail_list > dl dd .qty_box button {
	height:25px;
}
#products_detail .detail-box .detail-box_inner .products_detail_tag .products_detail_list > dl dd .qty_box input {
	padding: 0;
    margin-bottom: 0;
}
/*PRODUCTS PAGE END*/

/* BLOG PAGE START */
#blog_sec .blog_detail .entry-title h2,
.blog_list .desc h5 {
	font-family:'GT Pressura Regular';
}
/* BLOG PAGE END */

/* NEWS PAGE START */
#info-3 th h3 {
	font-family:'GT Pressura Regular';
}
/* NEWS PAGE END */

/*TOP PAGE MEDIA QUERIES START*/
@media screen and (max-width:992px) {
	.coordinateWrapper .coordinateList .item .detail dl dt span {
		display: none;
	}
	#new_arrivals .product_list .productList__item .cardProduct .detail dl,
	.cardProduct .cardImg .detail dl {
		border-bottom:none !important;
		justify-content:center;
	}
	#new_arrivals .product_list .productList__item .cardProduct .detail dl dt,
	.cardProduct .cardImg .detail dl dt {
		display:none;
	}
	#new_arrivals .product_list .productList__item .cardProduct .detail dl dd,
	#new_arrivals .product_list .productList__item .cardProduct dd .en,
	.cardProduct .cardImg .detail dl dd,
	.cardProduct .cardImg .detail dl dd .en {
		padding:0;
		text-align:center;
		font-size: 11.2px;
    	letter-spacing: 2px !important;
		width:100%;
	}
	.cardProduct .cardImg .detail dl dd {
		border-bottom:none !important;
	}
}

@media screen and (max-width:768px) {
	.top-page #new_arrivals.mainvisual-text {
		left:40px;
		font-size:18px !important;
	}
	.top-page #new_arrivals.mainvisual-text p span {
		font-size:18px !important;
	}
	#new_arrivals .product_list .productList__item .cardProduct {
		margin-right:15px;
		margin-left:20px;
	}
	#new_arrivals .product_list .productList__item:nth-of-type(even) .cardProduct {
		margin-right:20px !important;
		margin-left:15px !important;
	}
	#cascade .container {
		flex-wrap:wrap;
		position:relative;
		padding-top:220px;
		padding-right:40px;
		padding-left:40px;
	}
	#cascade .container > div {
		width:100%;
		order:1;
	}
	#cascade .container > div.txt {
		order:2;
	}
	#cascade .container > div.txt h2 {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		padding:0 60px;
	}
	#cascade .container > div.txt h2 span.en {
		display: -webkit-box;
		height:auto;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 4;
    	-webkit-box-orient: vertical;
	}
	#cascade .container > div figure a img {
		margin-top:10px;
	}
}
/*TOP PAGE MEDIA QUERIES END*/