@charset "utf-8";


/* --------------------------------------------------------------------------------
	メインリセット
-------------------------------------------------------------------------------- */
.fs-l-main{
	width:100%!important;
	margin: 0;
	max-width: none;
	padding: 0 !important;
}
.fs-l-pageMain{
	max-width: none;
}



/* --------------------------------------------------------------------------------
	メインスライダー
-------------------------------------------------------------------------------- */
.common .slider-top-pc {
	margin: 0;
	padding: 0 ;
	overflow: hidden;
	/*background: #9b6740;*/
	line-height: 0;
}

.common .fs-c-slick .slick-prev,
.common .fs-c-slick .slick-next {
	background: rgba(0, 0, 0, 0);
}

/*矢印*/
.common .fs-c-slick .slick-prev:before {
	content:url(https://gramercynewyork.itembox.design/item/images/index-main/slider-icon-arrow-prev.png);
}
.common .fs-c-slick .slick-next:before {
	content:url(https://gramercynewyork.itembox.design/item/images/index-main/slider-icon-arrow-next.png);
}




/*スライダー ドットボタン*/
.common .fs-c-slick .slick-dots{
	display:none!important;
}



/* --------------------------------------------------------------------------------
	indexメイン
-------------------------------------------------------------------------------- */
#index{	
}

#index img:hover {
	opacity: 0.5 ;
}


/* 配送について
---------------------------------------- */
.haisou-txt{
	text-align: center;
	background: #9b6740;
	color: #fff;
	height: 56px;
	font-size: 16px;
	padding-top: 14px;
}

.haisou-txt a{
	color: #fff!important;
}
.haisou-txt a:visited{
	color: #fff!important;
}

.common .haisou-txt a { color: #fff!important;
}
.common .haisou-txt a:visited { color: #fff!important;
}


/* MENU ITEM
---------------------------------------- */
#index .menu_item{
	width: 1000px;
	margin: 100px auto 100px;
}
#index .menu_item h2{
	padding: 0 0 60px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}
#index .menu_item h2 span{
	display: block;
	font-size: 16px;
	padding-top: 15px;
    letter-spacing: 0;
}
#index .menu_item .Module_product{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
#index .menu_item .Module_product.products4 li {
	width: calc(100% / 4 );
	text-align: center;
	padding: 0 0 20px;
}
#index .menu_item .Module_product li img{
	max-width: 180px;
}
#index .menu_item .allitem{
	font-weight: 800;
	text-align: center;
	font-size: 16px;
	margin: 50px auto 0;
	width: 200px;
	border: solid 1px #1a1a1a;
	padding: 10px 0;
}
#index .menu_item .allitem::before{
	content: ">";
    padding-right: 10px;
}
#index .menu_item a{
	display: block;
	text-decoration: none;
}
#index .menu_item a:hover{	
	color:#986641;
}
#index hr.menu_border{
	border: solid 1px #ccc;
    border-width: 1px 0 0 0;
	padding: 0 0 50px;
}

	
/* WEEKLY TOP 5
---------------------------------------- */
#index .weekly{
	width: 1200px;
	margin: 100px auto 150px auto;
}
#index .weekly h2{
	padding: 0 0 60px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}
#index .weekly h2 span{
	display: block;
	font-size: 16px;
	padding-top: 15px;
    letter-spacing: 0;
}

#index .weekly .weekly-list{
	width: 1200px;
	padding-bottom: 100px;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index .weekly .weekly-list .item{
	width: 200px;
}

#index .weekly .weekly-list .item a{
	display: block;
	text-decoration: none;
}
#index .weekly .weekly-list .item a:hover{	
	color:#986641;
}
#index .weekly .weekly-list .item a h3.name{
	font-size: 20px;
	font-weight: 700;
	margin: 30px 0;
	line-height: 1.2;
	height: 2em;
}
#index .weekly .weekly-list .item a .txt{
	/*letter-spacing: -0.13em;*/
}
#index .weekly .weekly-list .item a .price{
	font-size: 20px;
}
#index .weekly .weekly-list .item a .price .tax{
	font-size: 16px;
}

/* ランキングマーク（No.xx～No.xx） */
#index .weekly .weekly-list .item a{
	display: block;
	position: relative;
	text-decoration: none;
}
#index .weekly .weekly-list .item a:before{
	display: flex;
	justify-content: center;
	align-items: center;
	
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	
	width: 40px;
	height: 40px;
	
	background:#1a1a1a;
	color:#fff;
	font-size: 24px;
}
#index .weekly .weekly-list .no1 a:before{
	content: '1';
}
#index .weekly .weekly-list .no2 a:before{
	content: '2';
}
#index .weekly .weekly-list .no3 a:before{
	content: '3';
}
#index .weekly .weekly-list .no4 a:before{
	content: '4';
}
#index .weekly .weekly-list .no5 a:before{
	content: '5';
}



/* SEASONAL SPECIAL
---------------------------------------- */
#index .seasonal-outer{
	background: #eae9e5;
	padding: 100px 0;
	margin-bottom: 100px;
}
#index .seasonal{
	width: 1200px;
	margin: 0px auto;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index .seasonal .img{
	width: 738px;
}
#index .seasonal .txt-box{
	width: 350px;
	display: flex;
	flex-direction: column;
}
#index .seasonal h2{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 65px;
}
#index .seasonal h2 span{
	display: block;
	font-size: 16px;
	padding-top: 15px;
    letter-spacing: 0;
}
#index .seasonal .txt-box h3{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
}
#index .seasonal .txt-box h3 span{
	display: block;
	font-size: 18px;
	padding-top: 5px;
    letter-spacing: 0;
}
#index .seasonal .txt-box a{
	display: block;
	text-decoration: none;
}
#index .seasonal .txt-box a .more{
	color:#000;
	background: #fff;
	font-weight: 800;
	text-align: center;
	padding: 20px 0;
	margin-top: 30px;
	letter-spacing: 0.1em;
}
#index .seasonal .txt-box a .more::before{
	content: ">";
	padding-right: 10px;
}
#index .seasonal .txt-box a:hover .more{
	background: #986641;
    color: #ffffff;
}



/* PICK UP
---------------------------------------- */
#index .pickup{
	width: 1200px;
	margin: 0px auto 150px auto;
}
#index .pickup h2{
	padding: 0 0 60px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}
#index .pickup h2 span{
	display: block;
	font-size: 16px;
	padding-top: 15px;
    letter-spacing: 0;
}


#index .pickup .pickup-list{
	width: 1200px;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index .pickup .pickup-list .item{
	width: 350px;
}
#index .pickup .pickup-list .item a{
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
#index .pickup .pickup-list .item a h3.name{
	font-size: 20px;
	font-weight: 700;
	margin: 30px 0;
}
#index .pickup .pickup-list .item a .txt{
	/*letter-spacing: -0.13em;*/
	height: 4em;
}
#index .pickup .pickup-list .item a .more{
	font-weight: 800;
	text-align: right;
	padding: 30px 5px 0 10px;
	letter-spacing: 0.1em;
    font-size: 14px;
}
#index .pickup .pickup-list .item a .more::before{
	content: ">";
	padding-right: 10px;
}
#index .pickup .pickup-list .item a:hover .more{	
	color:#986641;
}


/* NEW ARRIVALS
---------------------------------------- */
#index .new-arrivals{
	width: 1200px;
	margin: 0 auto;
}
#index .new-arrivals h2{
	padding: 0 0 60px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}
#index .new-arrivals h2 span{
	display: block;
	font-size: 16px;
	padding-top: 15px;
    letter-spacing: 0;
}

#index .new-arrivals .new-arrivals-list{
	width: 1200px;　/*5アイテム時*/
	padding-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*width: 900px;/*4アイテム時*/
	/*margin: auto;/*4アイテム時*/
}
#index .new-arrivals .new-arrivals-list .item{
	width: 200px;
}
#index .new-arrivals .new-arrivals-list a{
	display: block;
	text-decoration: none;
}
#index .new-arrivals .new-arrivals-list a:hover{	
	color:#986641;
}
#index .new-arrivals .new-arrivals-list a h3.name{
	font-size: 20px;
	font-weight: 700;
	margin: 30px 0;
	line-height: 1.2;
	height: 2em;
}
#index .new-arrivals .new-arrivals-list a .txt{
	/*letter-spacing: -0.13em;*/
}
#index .new-arrivals .new-arrivals-list a .price{
	font-size: 20px;
}
#index .new-arrivals .new-arrivals-list a .price .tax{
	font-size: 16px;
}



/* SCENE
---------------------------------------- */
#index .scene-outer{
	background: #d7d6d1;
	padding: 100px 0;
}
#index .scene-outer .scene{
	width: 1090px;
	margin: 0px auto;
}
#index .scene h2{
	padding: 0 0 60px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}
#index .scene h2 span{
	display: block;
	font-size: 16px;
	padding-top: 15px;
    letter-spacing: 0;
}
#index .scene ul{
	display: flex;
	justify-content: space-between;
}
#index .scene ul li {
	position: relative;	
	padding: 10px;
}
#index .scene ul li h3{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-weight: 800;
    font-size: 1.17em;
	color:#fff;
}
#index .scene ul li .txt{
	position: absolute;
	bottom:30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	
	width: 100%;
	text-align: center;
	color:#fff;
}

/* スライダー */
#index .scene .slick-prev,
#index .scene .slick-next {
	background: rgba(0, 0, 0, 0);
}

/*矢印*/
#index .scene .slick-prev{
	display: block;
	text-indent: -9999px;
		overflow: hidden;
	width: 19px;
	height: 34px;
	
	background: url("../images/index-main/slider-icon-arrow-prev-black.png") no-repeat 0 0;
	background-size: 100%;
	
	position: absolute;
	top:50%;
	left:-35px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#index .scene .slick-next{
	display: block;
	text-indent: -9999px;
		overflow: hidden;
	width: 19px;
	height: 34px;
	
	background: url("../images/index-main/slider-icon-arrow-next-black.png") no-repeat 0 0;
	background-size: 100%;
	
	position: absolute;
	top:50%;
	right:-35px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}




/* NEWS
---------------------------------------- */
#index .news{
	width: 1200px;
	margin: 100px auto 50px auto;
	padding: 0 110px 0 70px;
	
	display: flex;
	justify-content: space-between;
}
#index .news h2{
	font-size: 30px;
	font-weight: 700;
}
#index .news h2 span{
	display: block;
	font-size: 16px;
	padding-top: 15px;
        letter-spacing: 0;
}
#index .news .txt{
	width: calc(100% - 260px);
}
#index .news ul li{
	border-bottom: solid 1px #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#index .news ul li:last-child{
	border-bottom: none;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#index .news ul li .datetime{
	font-size: 14px;
	color:#ccc;
	padding-bottom: 5px;
}
#index .news ul li a{
	text-decoration: none;
}
#index .news ul li a:hover .desc{
	color:#986641;
}


/* SHOP LIST
---------------------------------------- */
#index .shoplist{
	width: 1200px;
	height: 430px;
	margin: 0 auto 100px auto;
	
	background: url("../images/index-main/img-shoplist.jpg") no-repeat;
	position: relative;
}
#index .shoplist .inner{
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
	
	width: 325px;	
	 background-color:rgba(255,255,255,1);
	padding: 30px;
	box-sizing: border-box;
}
#index .shoplist h2{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 40px;
}
#index .shoplist h2 span{
	display: block;
	font-size: 16px;
	padding-top: 10px;
    letter-spacing: 0;
}

#index .shoplist a{
	text-decoration: none;
}
#index .shoplist a:hover{	
	color:#986641;
}
#index .shoplist a .more{
	font-weight: 800;
	letter-spacing: 0.1em;
}
#index .shoplist a .more::before{
	content: ">";
	padding-right: 10px;
}


/* GRAMERCY NEWYORK
---------------------------------------- */
#index .gramercy{
	width: 100%;
	height: 525px;
	margin: 0 auto 130px auto;
	
	background: url("../images/index-main/img-gramercy.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}
#index .gramercy h2{
	width: 40%;
	position: absolute;	
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#index .gramercy a{
	width: 300px;
	background: #fff;
	display: block;
	text-decoration: none;
	
	position: absolute;
	left:50%;
	top: 70%;
	transform: translateY(0) translateX(-50%);
	-webkit- transform: translateY(0) translateX(-50%);
}
#index .gramercy a:hover{
	background: #986641;
	color:#ffffff;    
}
#index .gramercy a .more{
	font-weight: 800;
	text-align: center;
	padding: 15px 0;
	letter-spacing: 0.1em;
}
#index .gramercy a .more::before{
	content: ">";
	padding-right: 10px;
}




