@charset "utf-8";
/* CSS Document */

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-seri, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size:12px;
	line-height:1.5;
	margin:0;
	padding:0;
	color:#171717;
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}



body *{
	margin:0;
	padding:0;
}
img{
	border:none;
	vertical-align: bottom;
}
ol,ul,li{list-style:none;}
div,p,a,ul,ol,li,dl,dt,dd,table,td,th,h1,h2,h3,h4,h5,h6,
span,strong,input,select,textarea,section,article,figure{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a{
	border:none;
	text-decoration:none;
	color:#171717;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a:hover img{
	opacity:0.6;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.colorChange a:hover img{
	opacity:1;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.w100{
	width:100%;
	margin:0 auto;
background:#faf8f2;
}
.w1200{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.mt10{margin-top:10px!important;}
.mt20{margin-top:20px!important;}

@media (max-width: 640px) {
	body{overflow-x:hidden;}
	#sidebnr2018 {display:none;}
}




/*********************************************
イベントバナー
**********************************************/



 /* ----- NEW -------- */

.dropdown {
display: inline-block;
background: #fff;
z-index:11;
position:fixed;
left:0;
top:0px;
width:100%;
height: 49px;
}
.dropdown__text {
padding: 0px;
color: #fff;
display: inline-block;
background: url(https://www.rakuten.ne.jp/gold/gracefulsmile/home/event/images/obibase00.png?01) #a3997e repeat-x;
opacity: 0.925;
width:100%;
height:49px;
}
.dropdown__text:hover {
padding: 0px;
color: #fff;
display: inline-block;
background: url(https://www.rakuten.ne.jp/gold/gracefulsmile/home/event/images/obibase01.png) #ce3636 repeat-x;
opacity: 1;
width:100%;
}
.dropdown__drop {
position: absolute;
top: 49px;
width:100%;
background:#661e1f;
opacity: 0.95;
}
.dropdown_visble .dropdown__drop {
opacity: 1;
visibility: visible;
width:100%;
}


@media (max-width: 640px) {
	.dropdown {
	display: inline-block;
	background: #fff;
	z-index:11;
	position:fixed;
	left:0;
	top:0px;
	width:100%;
	height: 40px;
	}
	.dropdown__text {
	padding: 0px;
	color: #fff;
	display: inline-block;
	background: url(https://www.rakuten.ne.jp/gold/gracefulsmile/home/event/images/obibase00.png?01) #a3997e repeat-x;
background-size:70%;background-repeat: no-repeat;background-position: center center;
	opacity: 0.925;
	width:100%;
	height:40px;
	}
	.dropdown__text:hover {
	padding: 0px;
	color: #fff;
	display: inline-block;
	background: url(https://www.rakuten.ne.jp/gold/gracefulsmile/home/event/images/obibase01.png) #ce3636 repeat-x;
background-size:70%;background-repeat: no-repeat;background-position: center center;
	opacity: 1;
	width:100%;
	}
	.dropdown__drop {
	position: absolute;
	top: 40px;
	width:100%;
	background:#661e1f;
	opacity: 0.95;
	}
	.dropdown_visble .dropdown__drop {
	opacity: 1;
	visibility: visible;
	width:100%;
	}
}
 /* ----- NEW -------- */




.menu001 {
    position: relative;
    width:100%;
list-style:none;
margin:0;padding:0;
}

.menu001 > li {
    width:100%;
    height: 49px;

list-style:none;
padding:0;
}

.menu001 > li a {
    display: block;
    color: #fff;
padding:0;
    background: url(https://www.rakuten.ne.jp/gold/gracefulsmile/home/event/images/obibase00.png?01) #a3997e repeat-x;
    opacity: 0.925;
}

.menu001 > li a:hover {
    background: url(https://www.rakuten.ne.jp/gold/gracefulsmile/home/event/images/obibase01.png) #bf0000 repeat-x;
    opacity: 1;
    display: block;
padding:0;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
padding:0;
display:block;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
padding:0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
padding:0;
}

.menu001 > li:hover {
    background: #661e1f;
    -webkit-transition: all .5s;
    transition: all .5s;
padding:0;
}

.menu__second-level li {
    border-top: 0px solid #111;
padding:0;
display:block;
opacity: 1;
}

.menu__third-level li {
    border-top: 0px solid #111;
padding:0;
}

.menu__second-level li a:hover {
    background: #111;padding:0;
display:block;
/*height: 500px;*/
}

.menu__third-level li a:hover {
    background: #2a1f1f;padding:0;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;padding:0;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu001:before,
.menu001:after {
    content: "";
    display: table;
}

.menu001:after {
    clear: both;
}

.menu001 {
    *zoom: 1;
}
.menu001 > li.menu__single {
    position: relative;padding:0;opacity: 1;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 49px;
    width: 100%;
    background: #661e1f;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;padding:0;opacity: 1;
}

li.menu__single:hover ul.menu__second-level {
    top: 49px;
    visibility: visible;
    opacity: 1;padding:0;
}

  #saleObiMenu{
	position:fixed;
	left:0;
	top:0px;
	z-index:10;
    width:100%;
    height: 49px;
  }
  #saleObiMenu .obi1{
    width:100%;
    height: 49px;
    opacity: 0.875;
  }
  #saleObiMenu .obi2{
    width:100%;
    height: 49px;
    opacity: 1.0;
  }
  #saleObiMenu a{
    display:block;
    width:100%;
    height:49px;
    text-indent:-9999px;
  }
  #header .menu{
    margin-bottom:0;
  }
  #saleObiMenu>p:hover{
	opacity:1.0;
  }

  @keyframes logoObiBack {
  	0% { background-position-y: 0  ; }
  	45% { background-position-y: 0  ; }
    50% { background-position-y: -40px; }
    95% { background-position-y: -40px; }
    100% { background-position-y: 0; }
  }
  #saleObiMenu{
		/*animation: logoObiBack 12s steps(10) 0s infinite;*/
  }  


@media (max-width: 640px) {
		#saleObiMenu{
		position:fixed;
		left:0;
		top:0px;
		z-index:10;
		width:100%;
		height: 40px;
		}
		.menu001 > li {
		width:100%;
		height: 40px;
		list-style:none;
		padding:0;
		}

		li.menu__single ul.menu__second-level {
		    position: absolute;
		    top: 00px;
		    width: 100%;
		    background: #661e1f;
		    -webkit-transition: all .2s ease;
		    transition: all .2s ease;padding:0;opacity: 1;
		}

		li.menu__single:hover ul.menu__second-level {
		    top: 0px;
		    visibility: visible;
		    opacity: 1;padding:0;opacity: 1;
		}

		  #saleObiMenu{
			position:fixed;
			left:0;
			top:0px;
			z-index:10;
		    width:100%;
		    height: 40px;
		  }
		  #saleObiMenu .obi1{
		    width:100%;
		    height: 40px;
		    opacity: 0.875;
		  }
		  #saleObiMenu .obi2{
		    width:100%;
		    height: 40px;
		    opacity: 1.0;
		  }
		  #saleObiMenu a{
		    display:block;
		    width:100%;
		    height:40px;
		    text-indent:-9999px;
		  }
		.menu001 > li a {background-size:70%;background-repeat: no-repeat;background-position: center center;}
		.menu001 > li a:hover {background-size:70%;background-repeat: no-repeat;background-position: center center;}

}


/********************************************
    共通
*********************************************/
.pchiiden{display:none;}
.title{
	text-align:center;
}


.cornerttl {
border-top:none !important;
font-size:7em !important;
font-family: 'Pinyon Script', cursive !important;
letter-spacing:0.0em !important;
padding:0!important;
margin:0 auto -30px !important;
line-height:-2em !important;
}



.itemList{
	overflow:hidden;
}
.itemList dl{
	position:relative;
	float:left;
}
/*
.itemList dl dd{
	margin-top:10px;
	text-align:center;
	font-family:Century Gothic;
	line-height:1.25;
	letter-spacing: 0em;
	width: 208px;
	max-height:2.6em;
	overflow:hidden;
}
*/



.itemList dl dd span{
	display:block;
	padding-top:8px;color:#666;
text-align:center;
line-height:1.3;
}
.itemList dl dd.link,
.itemList dl dd.link a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	font-size:0;
	text-indent:-9999px;
	opacity:0;
	margin-top:10px !important;
	text-align:center !important;
	font-family:Century Gothic;
	line-height:1.25 !important;
	letter-spacing: 0em !important;
	overflow:hidden;
}

.itemList dl:hover dt img{
	opacity:0.6;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

@media (max-width: 640px) {
	.itemList dl dd{
	text-align:left;
	margin-top:5px;
	height:2.6em;
	/*max-height:2.6em;*/
	line-height:1.25 !important;

	}

/*.itemList{
	overflow:scroll;
}*/

	.title img{
		height:auto;
		max-width:100%;
	}
	.itemList dl img{
		width:100%;
		height:auto;
	}
	.itemList dl dd{
		width: 100%;
	}

	.cornerttl {
	border-top:none !important;
	font-size:3.5em !important;
	font-family: 'Pinyon Script', cursive !important;
	letter-spacing:0.0em !important;
	padding:0 !important;
	margin:0 auto -10px !important;
	}



	.itemList dl dd span{
		display:block;
		padding-top:0px;color:#666;
	text-align:left;
	max-height:2.5em;
		overflow:hidden;

	}

}







/********************************************
    header
*********************************************/
header{
	background:#f2f0e8;
	/*background:#a3997e;*/
	text-align: center;
}
header .headMeta{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding:2px 0;
}
header .headMeta h1{
	font-size:10px;
	font-weight:normal;
	float:left;
	width:300px;
}
header .headMeta p{
	color:#FF6F9F;
	font-weight:bold;
	float:right;
	width:240px;
	text-align:right;
}
@media (max-width: 640px) {
	header{
	background:#f2f0e8 !important;
	/*background:#a3997e;*/
	}
	header .headMeta,
	#subNavigation{display:none;}
}

header .headMenu{
	background:#FFF;
	padding:30px 0 10px;
}
#menuBtn{display:none;}
header .headMenu .w1200{
	position:relative;
}
header .headMenu h2{
	text-align:center;
}
header .headMenu nav#navigation{
	width:100%;
	margin:0 auto;
	background:#000;
	margin-top:30px;
}

header .headMenu nav#navigation ul{
	overflow:hidden;
	padding:10px 0;
	width:1200px;
	margin:0 auto;
}

header .headMenu nav#navigation ul li{
	display: inline;
	margin:0 15px;
	font-size:14px;
	font-family:Century Gothic;
}
header .headMenu nav#navigation ul li.between{
	margin-left:230px;
}
header .headMenu nav#navigation ul li a{
	color:#FFF;
}

#subNavigation{
	padding-top:30px;
}
#subNavigation ul li{
	display:inline;
	margin:0 5px;
}

/**** スライダー  ****/
#headSlider .slick-prev,
#headSlider .slick-next{
	background:url(../images/arrow_bk.png) no-repeat;
	background-size:48px;
	z-index:10;
	width: 24px;
    height: 46px;
	text-indent:-9999px;
}
#headSlider .slick-prev{
	left:50%;
	margin-left:-550px;
}
#headSlider .slick-next{
	left:50%;
	margin-left:520px;
	background-position:-24px 0;
}
#headSlider .slick-slide{
	background:#fff;
}
#headSlider .slick-slide img{
	opacity:0.2;
}
#headSlider .slick-slide.slick-active{
	background:#FFF;
}
#headSlider .slick-slide.slick-active img{
	opacity:1.0;
}




/* ---------------------------------------------------------------- */

/**** 検索  ****/
header .headSearch{
	display:inline-block;
	margin:100px auto 0;
	overflow:hidden;
	padding:10px 0 8px;
	height:45px;
}
header .headSearch .search{
	width:250px;
	position:relative;
	float:left;
}
header .headSearch .search input[type="text"]{
	background:#FFF;
	border:none;
	border-radius:6px;
	height:30px;
	max-width:161px;
	padding:0 10px;
}
header .headSearch .search input[type="image"]{
	width:18px;
	position:absolute;
	top:6px;
	right:6px;
}
header .headSearch .keyword{
	float:left;
	width:calc( 100% - 250px);
	width:-webkit-calc( 100% - 250px);
	font-size:11px;
	overflow:hidden;
}
header .headSearch .keyword ul li{
	display:inline-block;
	margin-left:5px;
}
header .headSearch .keyword ul li a{
	display:block;
	padding:9px 8px;
	margin-bottom:20px;
	line-height:1;
	color:#a3997e;
	border-radius:6px;
	background:#FFF;
}
header .headSearch .keyword ul li a:before{
	content:"#";
	color:#a66a98;
	font-weight:bold;
	margin-right:2px;
}



@media (max-width: 950px) {
	header .headSearch .keyword ul li a{
		display:block;
		padding:9px 5px;
		margin-bottom:20px;
		line-height:1;
		color:#a3997e;
		border-radius:6px;
		background:#FFF;
		font-size:0.85em;
	}
}

@media (max-width: 640px) {




	#headSlider{
		margin-top:0px;
		padding-top: 6px;
		width:100%;overflow:hidden;
	}
	#headSlider .slick-slide img{
		width:100%;
		height:auto;
	}

	#headSlider .slick-prev{
		margin:0;
		left:10px;
		width: 20px;
    	height: 35px;
		background-size: 40px auto;
	}
	#headSlider .slick-next{
		margin:0;
		left:auto;
		right:10px;
		width: 20px;
    	height: 35px;
		background-size: 40px auto;
		background-position:-20px 0;
	}
	

	
	/**** 検索  ****/



	header .headSearch{
		display:block;
			margin:0px auto 0;
		padding: 8px 0 8px;
		position: absolute;
		width: 100%;
		top: 40px;background:#faf8f2;
	}
	header .headSearch .search{
		width:100%;
		float:none;
		padding:0 10px;
	}
	header .headSearch .search input[type="text"]{
		max-width:100%;float:left;
	}
	header .headSearch .search input[type="image"]{
		right: 16px;
	}
	header .headSearch .keyword{
		display:none;
	}
	
}




/* ---------------------------------------------------------------- */


/********************************************
    movie2
*********************************************/
#topOtherContents2{
	overflow:hidden;
	padding-top:0px;
  	position: relative;
  	display: table;
}

.OtherInner2 {
  	margin: auto;
  	width: 467px;
	float:left;
  	display: table-cell;
  	vertical-align: middle;
	height: 263px;
	background: #f2f2f2;
}

#topOtherContents2 .otherBnr2{
	float:right;
	width:733px;
	padding-left:0px;
}
#topOtherContents2 .otherBnr2 p{
	width:171.25px;
	margin-left:12px;
	float:left;
	overflow:hidden;
	text-align:center;
}

#topOtherContents2 .otherBnr2 p img{
width:263px;
height:263px;
position: relative;
top: 0;
left: -45.875px;
}


/*#topOtherContents2 .otherBnr2 p img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#topOtherContents2 .otherBnr2 p:hover img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity:1;
}*/

#topOtherContents2 .otherBnr2 .otherList2{
	display: inline-block;
}

#topOtherContents2 video {
	/*width: 100%;*/
	height: 263px;
}
	#topOtherContents2 .OtherBox
	{margin:40px auto;
	}

@media (max-width: 640px) {
	#topOtherContents2 video{
		margin: 0;
		height: 100%;
}
	.OtherInner2 {
		margin: auto; 
    		width: 100%;
    		float: left;
     		display: block; 
    		height: 215px; 
}
	#topOtherContents2 .otherBnr2{
		float:none;
		padding-top:5px;
		width:100%;
		overflow:hidden;
		padding-left:0;

	}
	#topOtherContents2 .otherBnr2 p{
    		width: 48%;
		margin: 4px 1%;
    		display: inline-block;
    		vertical-align: top;
}
/*	#topOtherContents2 .otherBnr2 p:nth-child(4n){
		float:right;
	}
	#topOtherContents2 .otherBnr2 p:nth-child(5n){
		float:left;
	}*/

	#topOtherContents2 .otherBnr2 p img{
		width:100%;
		height:auto;
		position: relative;
		top: 0;
		left: 0;
	}

	#topOtherContents2 .OtherBox
	{margin:30px auto 10px;
	}



/*	.after{
		clear:both;
	}*/
}







/********************************************
    movie
*********************************************/
#topOtherContents{
	overflow:hidden;
	padding-top:40px;
  	position: relative;
  	display: table;
}

.OtherInner {
  	margin: auto;
  	width: 50%;
	float:left;
  	display: table-cell;
  	vertical-align: middle;
	height: 390px;
	background: #f2f2f2;
}

#topOtherContents .otherBnr{
	float:right;
	width:50%;
	padding-left:6px;
}
#topOtherContents .otherBnr p{
	float:left;
}
/*#topOtherContents .otherBnr p img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#topOtherContents .otherBnr p:hover img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity:1;
}*/

#topOtherContents .otherBnr .otherList{
	display: inline-block;
}

video {
	width: 100%;
	height: 390px;
}

@media (max-width: 640px) {
	video{
		margin: 0;
		height: 100%;
}
	.OtherInner {
		margin: auto; 
    		width: 100%;
    		float: left;
     		display: block; 
    		height: 215px; 
}
	#topOtherContents .otherBnr{
		float:none;
		padding-top:5px;
		width:100%;
		overflow:hidden;
		padding-left:0;

	}
	#topOtherContents .otherBnr p{
    		width: 16.65%;
    		display: inline-block;
    		vertical-align: top;
}
/*	#topOtherContents .otherBnr p:nth-child(4n){
		float:right;
	}
	#topOtherContents .otherBnr p:nth-child(5n){
		float:left;
	}*/

	#topOtherContents .otherBnr p img{
		width:100%;
		height:auto;
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}
/*	.after{
		clear:both;
	}*/
}


/********************************************
    main image
*********************************************/
.mainImage{
	position:relative;
	width:100%;
	height:650px;
	overflow:hidden;
	margin-top: -5px;
}
.mainImage p{
	position:absolute;
	left:50%;
	margin-left:-964px;
}
@media (max-width: 640px) {
	.pchiiden{display:block;}
	.pchiiden img{
		width:100%;
		height:auto;
	}
	.mainImage{
		height:auto;
		margin:0;
	}
	.mainImage p{
		position:static;
		margin:0;
	}
	.mainImage img{
		width:100%;
		height:auto;
	}
}


/********************************************
    ランキング
*********************************************/
section.ranking{
	padding-top:120px;
	/*padding-bottom:30px;*/
}
section.ranking .itemList{
	padding:30px 2px 0;
}
section.ranking .itemList dl{
	margin: 0 0 25px 30px;
}
section.ranking dl:after{
	content:"";
	display:block;
	width:80px;
	height:44px;
	background:url(../../common/images/icon_rank_1.png)no-repeat;
	position:absolute;
	top:-25px;
	left:-5px;
}
section.ranking dl:nth-child(2):after{background-image:url(../../common/images/icon_rank_2.png);}
section.ranking dl:nth-child(3):after{background-image:url(../../common/images/icon_rank_3.png);}
section.ranking dl:nth-child(4):after{background-image:url(../../common/images/icon_rank_4.png);}
section.ranking dl:nth-child(5):after{background-image:url(../../common/images/icon_rank_5.png);}
section.ranking dl:nth-child(6):after{background-image:url(../../common/images/icon_rank_6.png);}
section.ranking dl:nth-child(7):after{background-image:url(../../common/images/icon_rank_7.png);}
section.ranking dl:nth-child(8):after{background-image:url(../../common/images/icon_rank_8.png);}
section.ranking .rankLink{
	text-align:center;
	background:url(../images/link_rank_bk.gif);
}
section.ranking .rankLink img{
	padding:0 35px;
	background:#FFF;
}



@media (min-width: 641px) {
	

	section.ranking .itemList dl dd{width:100%;margin:0 auto;}


	section.ranking .itemList dl dt img {
	width:100%;
	}
	section.ranking .itemList dl{
		width:18%;
		margin:0 1% 25px 1%;
	
	}
}



@media (max-width: 640px) {
	section.ranking{
		padding-top:30px;
		padding-bottom:10px;
	}
	section.ranking .itemList{
		padding:30px 0 0;
	}
	section.ranking .itemList dl{
		width:calc( 100% / 3 );
		width:-webkit-calc( 100% / 3 );
		padding:10px;
		margin:0 0 20px 0;
	}
	section.ranking dl:after{
		left:0;
	}
	section.ranking .itemList dl:nth-child(-n+2){
		width:50%;
	}
	section.ranking .itemList dl dt img{
		width:100%;
		height:auto;
	}
	section.ranking .rankLink img{
		width:180px;
		height:auto;
		padding:0 15px;
	}
}

/*************************
    Ranking tab
*************************/
.ui-tabs-nav{
	font-family: 'EB Garamond', serif !important;
	width:100%;
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.tabMenu{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	letter-spacing: -.4em;
}
.tabMenu ul li{
	width:50%;
	letter-spacing: normal;
	display:inline-block;
	border:1px #494949 solid;
	/*background:url(../images/ss12_tab_arrow_out.png) #FFF no-repeat right;*/
	cursor: pointer;
}
.tabMenu ul li a{
	display:block;
	width:100%;
	font-size:16px;
	font-weight:bold;
	padding:5px 0;
	text-align: center;
}
.tabMenu ul li.active,
.tabMenu ul li:hover{
	background-color:#494949;
	/*background-image:url(../images/ss12_tab_arrow_over.png);*/
}
.tabMenu ul li.active a,
.tabMenu ul li:hover a{
	color:#FFF;
}

.tabBox{
	display:none;
}
.tabBox.active{
	display:block;
}

@media (max-width: 640px) {
	.tabMenu{
		padding:0 5px;
	}
	.tabMenu ul li{
		background-size:12px auto;
	}
	.tabMenu ul li a{
		font-size:11px;
	}
	.tabMenu ul li.active,
	.tabMenu ul li:hover{
		background-size:12px auto;
	}
}
.tabMenu ul{
	margin:20px auto;
}

.tabMenu .intab li{
	width:14%;
	letter-spacing: normal;
	display:inline-block;
	border:1px #494949 solid;
}
.tabMenu .intab li a{
	display:block;
	width:100%;
	font-size:16px;
	font-weight:bold;
	padding:5px 0;
	text-align: center;
}

/* アイテム別メニュー */
#tabs-1{
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
#tabs-1 ul li{
	width:19.7%;
	letter-spacing: normal;
	display:inline-block;
	cursor: pointer;
        padding-bottom: 7px;
	background:#fff;
	list-style:none;
	margin-bottom: 0;
	position: relative;
	margin-right: .3%;
}
#tabs-1 ul li a{
	display:block;
	width:100%;
	font-size:12px;
	font-weight:bold;
	/*border-left:1px #f6f6f6 solid;
        border-right:1px #f6f6f6 solid;*/
	padding:10px 0;
	text-align: center;
	background-color:#f6f6f6;
	font-family: 'EB Garamond', serif !important;
	/*letter-spacing: -.05em;*/
	line-height: 16px;
	overflow: hidden;
	height: 4.4em;
	position: relative;
	z-index: 0;

}

#tabs-1 li.active,
#tabs-1 li:hover{
	background-image:url(../images/tab_bottom.png) !important;
        background-repeat: no-repeat !important;
        background-position: center bottom !important;
}
#tabs-1 li.active a,
#tabs-1 li:hover a{
	color:#FFF;
	background-color:#494949 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	background-image:url(../images/tab_bottom.png) !important;
        background-repeat: no-repeat !important;
        background-position: center bottom !important;
}
.ui-state-active a, .ui-widget-content .ui-state-active a, .ui-widget-header .ui-state-active a, a.ui-button:active a, .ui-button:active a, .ui-button.ui-state-active:hover a{
	color:#FFF;
	background-color:#494949 !important;
}
.tabBox{
	display:none;
}
.tabBox.active{
	display:block;
}

@media (max-width: 640px) {
	#tabs-1{
	max-width:90%border:1px solid #000;

		padding:0 5px;
	}
	#tabs-1 ul{
		padding:0;
	}
	#tabs-1 ul li{
		background-size:18px auto;
		width:32.5%;
        	padding-bottom: 7px;
	}
	#tabs-1 ul li a{
		font-size:10px;
	line-height: 1.3;
	padding:5px 0;
	}
	#tabs-1 li.active,
	#tabs-1 li:hover{
		background-size:18px auto;
	}

}



/* フロア別メニュー */
#tabs-2{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	/*letter-spacing: -.4em;*/
}

#tabs-2 li{
	width:9.7%;
	letter-spacing: normal;
	display:inline-block;
        padding-bottom: 7px;
	cursor: pointer;
	margin-right: .3%;
	display: block;
	position: relative;
}
/*#tabs-2 li+ li {
  border-left: 1px solid #f6f6f6;
}*/
#tabs-2 li a{
	display:block;
	width:100%;
	font-size:12px;
	font-weight:bold;
	/*border-left:1px #f6f6f6 solid;
        border-right:1px #f6f6f6 solid;*/
	padding:10px 0;
        padding-bottom: 7px;
	text-align: center;
	background-color:#f6f6f6;
	line-height: 12px;
	overflow: hidden;
	height: 4.4em;
	position: relative;
	z-index: 0;
}
#tabs-2 li.active,
#tabs-2 li:hover{
	background-image:url(../images/tab_bottom.png);
        background-repeat: no-repeat;
        background-position: center bottom
}
#tabs-2 li.active a,
#tabs-2 li:hover a{
	color:#FFF;
	background-color:#494949 !important;
}

.tabBox{
	display:none;
}
.tabBox.active{
	display:block;
}

@media (max-width: 640px) {
	#tabs-2{
	max-width:90%border:1px solid #000;

		padding:0 5px;
	}
	#tabs-2 ul{
		padding:0;
	}
	#tabs-2 ul li{
		background-size:18px auto;
		width:32.5%;
        	padding-bottom: 7px;
	}
	#tabs-2 ul li a{
		font-size:10px;
	line-height: 1.3;
	padding:5px 0;
	}
	#tabs-2 li.active,
	#tabs-2 li:hover{
		background-size:18px auto;
	}
}

.ui-state-focus a:focus {
  outline: none;
}

.rank_inner_tabs_item {
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 100%;
  transform: translate(0, -50%);
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}
.rank_inner_tabs_floor {
  position: absolute;
  top: 62%;
  z-index: 0;
  width: 100%;
  transform: translate(0, -50%);
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}

.rank_tab {
    margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
  align-items: center;
}

#tabs-2 .tabs_2_list .rank_floor_icon {
margin: 0;
    z-index: 2;
    position: absolute;
    display: block;
    top: 3px;
    left: -45px;
    padding: 0 7px;
    height: 14px;
    width: 100%;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    /* background: #D9D9D9; */
    color: #969696;
    /* font-weight: bold; */
}



/*************************
    more under btn
*************************/
.moreUnderBtn{
	text-align:center;
margin:10px auto;
}
.moreUnderBtn a{
	display:block;
	width:7em;height:7em;
	margin:0 auto;
	padding:2.65em 0;
	color:#a29a80;
	font-size:20px;
	border:1px #a29a80 solid;
	border-radius:50%;
	background:#fff;
	/*background:url(../images/ss12_tab_arrow_out.png) #FFF no-repeat right;*/
}
@media (min-width: 641px) {
	.moreUnderBtn a:hover{
		color:#FFF;
		background-color:#333;
	}
}
@media (max-width: 640px) {
	.moreUnderBtn a{
		/*width:80%;*/
		font-size:11px;
		background-size:12px auto;
	}
}
/********************************************
    フロア別
*********************************************/

section.floor .itemList dl dd{width:268px;}
section.floor{
	padding-top:120px;
	padding-bottom:30px;
}
section.floor .itemList{
	padding:80px 0 0;
}
section.floor .itemList dl{
	width:268px;
	margin:0 0 50px 20px;
}
section.floor .itemList dl:nth-child(4n){
	margin-right:0;
}
section.floor .itemList dl:nth-child(4n+1){
	clear:both;
}
section.floor dl:after{
	/*content:"";
	display:block;
	width:34px;
	height:33px;
	background-image:url(../images/icon_new.png);
	background-size:34px;
	position:absolute;
	top:0;
	left:5px;*/
	display:none;
}
section.newArrival dl.re:after{background-image:url(../images/icon_re.png);}

@media (max-width: 640px) {
section.floor .itemList dl dd{width:100%;}

	section.floor{
		padding-top:50px;
		padding-bottom:10px;
	}
	section.floor .itemList{
		padding:30px 0 0;
	}
	section.floor .itemList dl:nth-child(2n){
		margin-right:2%;
	}
	section.floor .itemList dl:nth-child(2n+1){
		clear:none;
		margin-right:2%;
	}
	section.floor .itemList dl:nth-child(3n+1){
		clear:both;
	}
	section.floor .itemList dl{
		margin: 0 2% 2% 0;
    	width: 32%;
	}
	section.floor .itemList dl:nth-child(3n){
		margin-right:0;
	}
	section.floor dl:after{
		width:24px;
		height:23px;
		background-size:24px;
		left:2px;
	}
}

/********************************************
    頭の５商品
*********************************************/
section.newArrival2{
	padding-top:15px;
	padding-bottom:0px;
}
section.newArrival2 .itemList{
	padding:40px 0 0;
}
section.newArrival2 .itemList dl{
	width:208px;
	margin:0 40px 20px 0;
}
section.newArrival2 .itemList dl:nth-child(5n){
	margin-right:0;
}
section.newArrival2 .itemList dl:nth-child(5n+1){
	clear:both;
}
section.newArrival2 dl:after{
	/*content:"";
	display:block;
	width:34px;
	height:33px;
	background-image:url(../images/icon_new.png);
	background-size:34px;
	position:absolute;
	top:0;
	left:5px;*/
	display:none;
}
section.newArrival2 dl.re:after{background-image:url(../images/icon_re.png);}

/*
@media (max-width: 640px) {
	section.newArrival2{
		padding-top:50px;
		padding-bottom:10px;
	}
	section.newArrival2 .itemList{
		padding:30px 0 0;
	}
	section.newArrival2 .itemList dl:nth-child(5n){
		margin-right:2%;
	}
	section.newArrival2 .itemList dl:nth-child(5n+1){
		clear:none;
		margin-right:2%;
	}
	section.newArrival2 .itemList dl:nth-child(3n+1){
		clear:both;
	}
	section.newArrival2 .itemList dl{
		margin: 0 2% 2% 0;
    	width: 32%;
	}
	section.newArrival2 .itemList dl:nth-child(3n){
		margin-right:0;
	}
	section.newArrival2 dl:after{
		width:24px;
		height:23px;
		background-size:24px;
		left:2px;
	}
}
*/

@media (max-width: 640px) {
	section.newArrival2{
		padding-top:15px;
		padding-bottom:5px;
	}
	section.newArrival2 .itemList{
		padding:30px 0 0;
	}
	section.newArrival2 .itemList dl{
		width:calc( 100% / 3 );
		width:-webkit-calc( 100% / 3 );
		padding:2px;
		margin:0 0 0px 0;
	}
	section.newArrival2 dl:after{
		left:0;
	}
	section.newArrival2 .itemList dl:nth-child(-n+2),
	section.newArrival2 .itemList dl:nth-child(5n+1),
	section.newArrival2 .itemList dl:nth-child(5n+2)
	{
		width:50%;
	}
	section.newArrival2 .itemList dl dt img{
		width:100%;
		height:auto;
	}
	section.newArrival2 .rankLink img{
		width:180px;
		height:auto;
		padding:0 15px;
	}


	section.newArrival2 .itemList dl dd{
	text-align:left;
	margin-top:5px;
	/*height:auto;
	max-height:2.6em;*/
	}
}



/********************************************
    新商品・再入荷
*********************************************/
section.newArrival .itemList dl dd{width:268px;}

section.newArrival{
	padding-top:60px;
	padding-bottom:50px;
}
section.newArrival .itemList{
	padding:80px 0 0;
}
section.newArrival .itemList dl{
	width:268px;
	margin:0 40px 50px 0;
}
section.newArrival .itemList dl:nth-child(4n){
	margin-right:0;
}
section.newArrival .itemList dl:nth-child(4n+1){
	clear:both;
}
section.newArrival dl:after{
	/*content:"";
	display:block;
	width:34px;
	height:33px;
	background-image:url(../images/icon_new.png);
	background-size:34px;
	position:absolute;
	top:0;
	left:5px;*/
	display:none;
}
section.newArrival dl.re:after{background-image:url(../images/icon_re.png);}


@media (min-width: 641px) {
	

	section.newArrival .itemList dl dd{width:95%;margin:0 auto;}

	section.newArrival{
		padding-top:60px;
		padding-bottom:50px;
	}
	section.newArrival .itemList{
		padding:80px 0 0;
	}
	section.newArrival .itemList dl dt img {
	width:100%;
	}
	section.newArrival .itemList dl{
		width:23%;
		margin:0 1% 50px 1%;
	}
	section.newArrival .itemList dl:nth-child(4n){
		margin-right:0;
	}
	section.newArrival .itemList dl:nth-child(4n+1){
		clear:both;
	}
}




@media (max-width: 640px) {
section.newArrival .itemList dl dd{width:100%;}

	section.newArrival{
		padding-top:15px;
		padding-bottom:5px;
	}
	section.newArrival .itemList{
		padding:30px 0 0;
	}
	section.newArrival .itemList dl:nth-child(2n){
		margin-right:2%;
	}
	section.newArrival .itemList dl:nth-child(2n+1){
		clear:none;
		margin-right:2%;
	}
	section.newArrival .itemList dl:nth-child(3n+1){
		clear:both;
	}
	section.newArrival .itemList dl{
		margin: 0 2% 2% 0;
    	width: 32%;
	}
	section.newArrival .itemList dl:nth-child(3n){
		margin-right:0;
	}
	section.newArrival dl:after{
		width:24px;
		height:23px;
		background-size:24px;
		left:2px;
	}
}

/********************************************
    ヒットアイテム
*********************************************/
section.hit{
	padding-top:120px;
	padding-bottom:30px;
}
section.hit #hitItem{
	padding-top:50px;
}

@media (min-width: 641px) {
	section.hit #hitItem ul li{
		margin:0 30px 30px 0;
	}
	section.hit #hitItem ul li:nth-child(4),
	section.hit #hitItem ul li:nth-child(5),
	section.hit #hitItem ul li:nth-child(10){
		margin-right:0;
	}
	section.hit #hitItem ul li:nth-child(12){
		display:none!important;
	}
	section.hit #hitItem ul li:hover img{
		opacity:.6;
		-webkit-transition: 0.6s;
		-o-transition: 0.6s;
		transition: 0.6s;
	}
}

@media (max-width: 640px) {
	section.hit{
		padding-top:50px;
		padding-bottom:10px;
	}
	section.hit #hitItem{
		padding:30px 0 0;
	}
	section.hit #hitItem img{
		width:100%;
		height:auto;
	}
	section.hit #hitItem ul li{
		width:48%;
		float:left;
		margin:0 0 4% 0;
	}
	section.hit #hitItem ul li:nth-child(1){
		width:100%;
	}
	section.hit #hitItem ul li:nth-child(2),
	section.hit #hitItem ul li:nth-child(5),
	section.hit #hitItem ul li:nth-child(8),
	section.hit #hitItem ul li:nth-child(10){
		margin-right:3.6%;
	}
}
/********************************************
    ギャラリー
*********************************************/
section.gallery #slider li.slick-slide {position:relative;}
span.newdate {background:#333;color:#e3decf;position:absolute;top:3px;left:3px;height:6em;width:6em;border-radius:6em;padding-top:1em;
display:block;
text-align:center;
line-height:1.4em;}

span.newdate:before {
      content: "新着" ;
display:block;
color:#ccc;
}
span.newdate:after {
      content:"UPDATE";
display:block;
color:#ccc;
}


section.gallery{
	margin:0px auto 0;
	padding-top:10px;
	padding-bottom:0px;
	background:#faf8f2;
}
section.gallery .w1200{
	padding:10px 80px 0;
}
#slider {margin:25px 0 !important;}

section.gallery #slider li.slick-slide{
	margin:10px;
}
section.gallery .slick-dots li{
	width:8px;
	height:8px;
}
section.gallery .slick-dots li button{
	width:10px;
	height:10px;
	border: 2px #FFF solid;
	background:#FFF;
    border-radius: 50%;
	padding: 4px;
}
section.gallery .slick-dots li.slick-active button{
	background:#000;
}
#slider .slick-prev,
#slider .slick-next{
	width:25px;
	height:40px;
	cursor:pointer;
	background:url(../images/arrow_b.png) no-repeat;
	text-indent:-9999px;
}
#slider .slick-prev{
	left: -50px;
}
#slider .slick-next{
	background-position:-25px 0;
	right: -50px;
}
#slider .slick-dots li button:before{
	display:none;
}


@media (max-width: 640px) {
	section.gallery{
		margin:0px auto 0;
		padding-top:20px;
		padding-bottom:10px;
	}
	section.gallery .w1200{
		padding:20px 0px 0;
	}
	section.gallery #slider li{
		margin:2px !important;
	}
	section.gallery #slider li img{
		width:auto;
		height:115px;
	}
	#slider {margin:10px 0 !important;}
	#slider .slick-prev,
	#slider .slick-next{
		width:20px;
		background-size:40px;z-index:9;
	}
	#slider .slick-prev{
		left: 0px;
	}
	#slider .slick-next{
		right: 0px;
		background-position: -20px 0;
	}

span.newdate {
background:#333;
color:#e3decf;
position:absolute;
top:0px;
left:0px;
height:2.7em;
width:3.2em;
border-radius:0em;
padding-top:0.3em;
display:block;
text-align:center;
line-height:1.25em;
font-size:8px;
}

span.newdate:before {
      content: "NEW" ;
display:block;
color:#ccc;
}
span.newdate:after {
      content:"";
display:none;
color:#ccc;
}


}

/********************************************
    ショッピングガイド
*********************************************/
section.guide{
	padding-top:120px;
	padding-bottom:60px;
	overflow:hidden;
}
section.guide>.title{
	padding-bottom:90px;
}
section.guide section.payment,
section.guide section.delivery{
	width:50%;
	padding:20px 0 10px;
	float:left;
	text-align:center;
	line-height:1.7;
}
section.guide section.delivery{
	border-left:1px #000 solid;
}
section.guide section .title{
	padding-bottom:40px
}

@media (max-width: 640px) {
	section.guide{
		padding-top:50px;
		padding-bottom:10px;
	}
	section.guide>.title{
		padding:20px 0 0;
	}
	section.guide section.payment,
	section.guide section.delivery{
		width:100%;
	}
	section.guide section.payment{
		padding:60px 0;
	}
	section.guide section.delivery{
		border-left:none;
	}

}
/********************************************
    footer
footer{
	background:#000;
	text-align:center;
	color:#FFF;
	padding-top:55px;

footer .logo{
	margin-bottom:50px;
}
footer .textBottom{
	padding-bottom:70px;
}
footer .footer_bottom{
	background:#FFF;
	color:#171717;
	padding:20px 0 15px;
}

@media (max-width: 640px) {
	footer{
		padding:30px 0 0;
		font-size:11px;
	}
	footer .logo{
		margin-bottom:30px;
	}
	footer>p{
		padding:0 10px;
	}
	footer .textBottom{
		padding-bottom:30px;
	}
	footer .footer_bottom{
		padding:10px 5px;
	}

}


*********************************************/

/********************************************
    浴衣バナー
*********************************************/
.yukataBnr{
	padding-top: 120px;
    padding-bottom: 30px;
}
ul.yukataBnrLeft{
	width:50%;
	padding-right:2px;
	float: left;
}
ul.yukataBnrRight{
	width:50%;
	padding-left:2px;
	float: right;
}
.yukataBnr ul li{
	padding-bottom:3px;
}
.yukataBnr img{
	width:100%;
	height:auto;
}
@media (max-width: 640px) {
	ul.yukataBnrLeft,
	ul.yukataBnrRight{
		float:none;
		padding:0 5px;
		width:100%;
	}
	.yukataBnr{
		padding-top: 30px;
		padding-bottom: 10px;
	}
}

