@charset "utf-8";

/* setting
-------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a{
	box-sizing:border-box;
}
body{
	overflow-x:hidden;
	font-size: 86%;
	line-height: 1.4;
}
img{
	max-width: 100%;
	height:auto;
	vertical-align:bottom;
}
article{
	margin-top: 4%;
}
.clear:after{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear:after{
	content:" ";
	display:block;
	clear:both;
}

a:link,
a:visited,
a:hover,
a:active{
	color:#000;
}
a:hover{
	text-decoration:none;
}

/* common
-------------------------------------*/
.hover a:hover{
	opacity: .8;
}
#pageTop{
	position: fixed;
    bottom: 50px;
    right: 30px;
    text-align: center;
    opacity: 0.5;
    z-index:1;
}
#pageTop a{
    background: #333;
    text-decoration: none;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 1em 0 0;
}
.pc{
	display:none;
}
.bold{
    font-weight: bold;
}
.none{
	display:none;
}
.blue{
	color: #2490D0 !important;
}
.title_column01_b {
	font-size: 180%;
    margin: 0 0 3%;
    text-align: left;
}

/*タブレット用（画面サイズ768px以上～）*/
@media only screen and (min-width: 768px) {
	.pc{
		display:block;
	}
	.sp{
		display:none;
	}
	#pageTop{
		bottom: 30px;
	}
}


/*==========================================
contents
===========================================*/
.head{
	text-align: center;
	margin: 0 0 5%;
}
.head img{
	width: 45%;
}

/*contents*/
#contents{
	padding: 3% 1.5% 0;
}

/*site-location*/
.site-location{
	margin:0 0 4% 2%;
}
.site-location ul li{
	display:inline-block;
	margin:0 .5% 0 0;
	font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.site-location ul li a{
	text-decoration:underline;
}
.site-location ul li:after{
	position: relative;
	content:"＞";
	top: 1px;
	right: -6px;
	color: #000;
}
.site-location ul li:last-child::after{
	content:"";
}

/*#nav_keyword ⇒ .sort（共通）・.outfit・.color*/
#nav_keyword{
	padding: 0 2%;
}
#nav_keyword .sort .sort_list{
    letter-spacing: -.4em;
}
#nav_keyword .sort .sort_list li{
    display: inline-flex;
    margin: 2.3% 2.3% 0 0;
    cursor: pointer;
    letter-spacing: 0;
    font-size: 95%;
}
#nav_keyword .sort .sort_list li:nth-child(3){
    margin: 4% 0 0 0;
}

#nav_keyword .outfit dd{
    margin: -1.5% 0 0;
}
#nav_keyword .outfit .sort_list li,
#nav_keyword .outfit .sort_list li.anchor a{
    color: #000000;
}
#nav_keyword .outfit .sort_list li{
	padding: 10px 20px;
	font-size: 13px;
	border-radius: 25px;
	background: #f2f2f2;
}
#nav_keyword .outfit .sort_list li:hover{
	opacity: 0.7;
}
#nav_keyword .outfit dt.outfit_tit{
	font-size: 120%;
	/*margin: 0 0 2%;*/
}


#nav_keyword .color{
    margin: 6% 0 0;
}
#nav_keyword .color dt{
	margin: 0 0 2%;
    color: #000;
    cursor: pointer;
    font-size: 120%;
    position: relative;
}
#nav_keyword .color dt:after{
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
    top: -7px;
    left: 133px;
    font-size: 155%;
}
#nav_keyword .color dt.color_tit:after{
	display: none;
}
#nav_keyword .color dt.active:after{
	content: "\f106";
}
#nav_keyword .color dd{
	display:none;
}
#nav_keyword .color .sort_list{
	margin:0 2%;
}
#nav_keyword .color .sort_list li{
    position: relative;
    padding: 0 0 0 4%;
    width: 30%;
    margin: 2.5% 5% 0 0;
}
#nav_keyword .color .sort_list li:nth-child(-n+3){
    margin: 0 5% 0 0;
}
#nav_keyword .color .sort_list li:nth-child(3n){
    margin: 2.5% 0 0;
}
#nav_keyword .color .sort_list li:nth-child(3){
    margin: 0;
}
#nav_keyword .color .sort_list li:before{
	content: " ";
	width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: -7%;
}
#nav_keyword .color .sort_list li.key_yellow:before{
    background: #eeeb00;
}
#nav_keyword .color .sort_list li.key_orange:before{
    background: #ff8000;
}
#nav_keyword .color .sort_list li.key_green:before{
    background: #14a311;
}
#nav_keyword .color .sort_list li.key_blue:before{
    background: #2490d0;
}
#nav_keyword .color .sort_list li.key_white:before{
    background: #fff;
    border: solid 1px #ddd;
	width: 14px;
    height: 14px;
}
#nav_keyword .color .sort_list li.key_pink:before{
    background: #ff3690;
}
#nav_keyword .color .sort_list li.key_red:before{
    background: #ff3330;
}
#nav_keyword .color .sort_list li.key_black:before{
    background: #333;
}
#nav_keyword .color .sort_list li.key_navy:before{
    background: #08428c;
}
#nav_keyword .color .sort_list li.key_beige:before{
    background: #efe2c5;
}
#nav_keyword .color .sort_list li.key_purple:before{
    background: #ad29d8;
}
#nav_keyword .color .sort_list li.key_gray:before{
    background: #a7a7a7;
}
#nav_keyword .color .sort_list li.key_multi:before{
    background: transparent url(/stylebook/img/common/color_multi.gif) no-repeat 0 0;
    background-size: 100%;
}

/*coordinate*/
#coordinate{
	margin-top: 4.5%;
}
.coordinate-grid{
	margin-top: -2%;
    display: flex;
    flex-wrap: wrap;
}
.coordinate-grid a{
    width: 48%;
    margin: 2% 1% 0;
}


/*pc_nav_category*/
.pc_nav_category ul{
    margin: 0 0 5%;
}
.pc_nav_category ul li{
    border-bottom: 1px solid #ccc;
    font-size: 120%;
    width: 33.3%;
    float: left;
}
.pc_nav_category ul li.active{
    border: 1px solid #ccc;
    border-width: 1px 1px 0 1px;
    border-bottom: 0;
	border-radius: 3px 3px 0 0;
}
.pc_nav_category ul li a{
    display: block;
	padding: 2.6em 0 1em;
    text-align: center;
    background: transparent url(/stylebook/img/common/icon_all.svg) no-repeat 50% 18%;
	font-size: 3.2vw;
	background-size: 22%;
}
.pc_nav_category ul li.skirt a{
    background: transparent url(/stylebook/img/common/icon_skirt.svg) no-repeat 50% 18%;
    background-size: 22%;
}
.pc_nav_category ul li.pants a{
    background: transparent url(/stylebook/img/common/icon_pants.svg) no-repeat 50% 18%;
    background-size: 22%;
}

/*IE11ハック*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #nav_keyword .color dt:after { top:  -10px; font-size: 90%; }  
}


/*PC用（画面サイズ992px以上～）*/
@media only screen and (min-width: 992px) {

	#contents{
		padding: 20px 10px 0;
	}
}

/*==========================================
banner.shtml
===========================================*/
aside .head img{
	width: 80%;
}
aside{
	margin: 15% 0 0;
}
aside ul li{
	margin: 2% 0 0;
}
aside ul li:first-child{
	margin-top: 0;
}

/*recommend*/
#recommend{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
}
#recommend h3{
	margin: 0 0 3%;
    text-align: center;
    background: #f0f0ec;
    padding: 1% 0;
    font-weight: bold;
    border-top: 1px solid #fff;
}
#recommend .recommend_list{
    display: flex;
    flex-wrap: wrap;
    padding: 0 1% 2%;
}
#recommend .recommend_list li{
    width: 24%;
    margin: 0 1% 0 0;
}
#recommend .recommend_list li:last-child{
    margin:0;
}
#recommend .recommend_list li .prices{
	margin: 2% 0 0;
    font-size: 90%;
    text-align: center;
}
#recommend .recommend_list li .prices font::before {
    content: "￥";
}
/*pegetop位置調整　recommend コンテンツないときコメントアウト*/
/*
#pageTop.top,#pageTop.skirt,#pageTop.pants{
	bottom: 190px;
}
*/

/*search_links*/
.search_links{
    margin: 20% 0 0;
}
.search_links ul{
    display: flex;
    flex-wrap: wrap;
    padding:0 1.5%;
}
.search_links ul li{
    width: 48.5%;
    border-top: 1px solid #aaa;
    position: relative;
}
.search_links ul li:nth-child(odd){
    margin: 0 3% 0 0;
}
.search_links ul li a{
    display: block;
    padding: .8em 0;
}
.search_links ul li:nth-last-child(-n+2){
    border-bottom: 1px solid #aaa;
}
.search_links ul li:after {
    font-family: FontAwesome;
    content: "\3000\f054";
    color: #ddd;
	position: absolute;
    top: 30%;
    right: 0;
}

.site-location.footer_link{
	padding: 0 1.5%;
	margin: 8% 0 2%;
}
.site-location.footer_link ul{
	margin: 0 2%;
}
/*PC用（画面サイズ992px以上～）*/
@media only screen and (min-width: 992px) {
	aside ul{
		width: 950px;
	}
	aside ul li{
		width: 466px;
		margin: 0 8px 0 0;
	}	
}


/*==========================================
【タイプ別スタイル】 style
===========================================*/

.container {
	max-width: 1040px;
    margin: 0 auto;
    padding: 0 15px;
}

  /* 上段：人気ワード（フィルターボタン）エリア */
.filter-section {
	margin: 15px 0 20px;
    text-align: center;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.filter-buttons button {
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #555;
	background: #f5f5f5;
    border: solid 1px #ccc;
}

.filter-buttons button.active {
    color: #fff;
    background: #7e7e7e;
    border: solid 1px #7e7e7e;
}

/* ★修正: 全角スペースを半角スペースに修正し、クラス名を統一 */
.coordinate-grid a.coordinate-item {
    display: block;
	
  }

/* ★修正: 絞り込み時に非表示にするスタイル */
.coordinate-grid a.coordinate-item.hidden {
    display: none;
}

/*style_sp*/
#style_pc{
	display:none;
}
#style_sp .photos,
#styles .photos{
	margin: 10% 0 0;
	text-align: center;
}
#style_sp .photos:first-child,
#styles .photos:first-child{
	margin-top: 0;
}
#style_sp .photos div,
#styles .photos div{
	/*background-color: #F8F8F8;*/
	background: -moz-linear-gradient(-45deg, #fefefb, #efefef);
	background: -webkit-linear-gradient(-45deg, #fefefb, #efefef);
	background: linear-gradient(135deg, #fefefb, #efefef); 
	padding: 2% 1%;
	margin: 0 0 1.5%;
}
.comment{
	margin: 5% 0 0;
	padding: 0 2%
}
.comment dt{
	margin: 0 0 2%;
	font-weight:bold;
}

/*items*/
#items{
	margin: 12% 0 0;
}
#items > h2{
	background-color: #000;
	padding: 2% 0 1.5%;
	text-align: center;
	color:#fff;
	position: relative;
}
#items > h2:after{
	position: absolute;
	top: 100%;
	left: 50%;
	content: '';
	width:0;
	height:0;
	border: 6px solid transparent;
	border-top: 6px solid #000;
}
#items .item {
	padding:6.5% 1.5% 0;
}
#items .item li{
	position:relative;
	margin: 12% 0 0;
}
#items .item li:first-child{
	margin-top: 0;
}
#items .item li:after{
	position:absolute;
	left:50%;
	content: "\f067";
	font-family: FontAwesome;
	color:pink;
	font-size: 200%;
}
#items .item li:last-child::after{
	content: "";
}

#items .item li .thumbs{
	float: left;
	width: 28%;
}

#items .item li .desc{
	float: right;
	width: 65%;
}
#items .item li .desc:after{
    content: "商品を見る";
    display: inline-block;
    color: #ff006c;
    padding: .2em 1em;
    font-size: 86%;
    margin: 1.5em auto 0;
    border: 1px solid #ff006c;
    border-radius: 3px;
}
#items .item li .desc .brand{
	color:#ff006c;
	margin: 0 0 2%;
	font-weight: bold;
}
#items .item li .desc .prices {
    margin:.5em 0 0;;
}
#items .item li .desc .prices.crossed {
	text-decoration: line-through;
}
#items .item li .desc .prices.sale {
    margin:.2em 0 0;
    color:red;
}
#items .item li .desc .prices.sale span{
    font-size: 80%;
}
#items .item li .desc .prices::before {
    content: "￥";
}
#items .item li .desc .prices::after,
#items .item li .desc .prices font::after {
    content: "(税込)";
    font-size: 70%;
    padding-left: 2px;
}
#items .item li .desc .prices.sale::after,
#items .item li .desc .prices.crossed::after {
    content: "";
}
#items .item li .desc .prices.notax::after {
    content: "(税抜)";
}

/*近日公開予定対応*/
#items .item li.cs .desc:after{
    content: "近日公開予定";
    color: #fff;
    border: none;
    border-radius: 0;
    background: gray;
}
#items .item li.cs a{
    cursor: default;
}

.notes {
    padding:3em 0 0;
    font-size: 86%;
    text-align:center;
    clear:both;
}
.more{
	margin: 5% auto 0;
	clear:both;
}
.more a{
	display: block;
	border-radius: 8px;
	border: #000 solid 1px;
	width: 100%;
	padding: 3%;
	font-size:100%;
	text-align: center;
}

/*details モーダルウィンドウで表示*/
.details{
 	padding:.8em .8em 2em;
}
.details .styles_ver-2 .thumbs{
    margin: 0 0 5%;
}
.details .styles_ver-2 .thumbs img{
    margin: 0 0 1.5%;
}

.details .items_ver-2{
	margin: 12% 0 0;
}
.details .items_ver-2 > h2{
	background-color: #aaa;
	padding: 2% 0 1.5%;
	text-align: center;
	color:#fff;
	position: relative;
}
.details .items_ver-2 > h2:after{
	position: absolute;
	top: 100%;
	left: 50%;
	content: '';
	width:0;
	height:0;
	border: 6px solid transparent;
	border-top: 6px solid #aaa;
}
.details .items_ver-2 .item {
	font-family: HiraKakuProN-W3;
	padding:6.5% 1.5% 0;
    display: flex;
    flex-wrap: wrap;
}
.details .items_ver-2 .item li{
    width:32.5%;
    margin:7% 1.25% 0 0;
    letter-spacing: -.03em;
}
.details .items_ver-2 .item li:nth-child(-n+3){
	margin: 0 1.25% 0 0;
}
.details .items_ver-2 .item li:nth-child(3n){
	margin: 7% 0 0;
}
.details .items_ver-2 .item li:nth-child(3){
	margin: 0;
}
.details .items_ver-2 .item li img{
    margin: 0 0 5%;
}
.details .items_ver-2 .item li .brand{
    font-size: 90%;
    color: #9c9c9c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.details .items_ver-2 .item li .prices font{
    font-weight: bold;
    font-size: 90%;
}
.details .items_ver-2 .item li .prices span{
    font-size: 70%;
}
.details .items_ver-2 .item li .prices::before {
    content: "￥";
    font-size: 80%;
    font-weight: bold;
}
.details .items_ver-2 .item li .prices.sale {
    color:red;
}
.details .more a{
	width: 90%;
    margin: 0 auto;
    cursor: pointer;
}


/*PC用（画面サイズ768px以上～）*/
@media only screen and (min-width: 768px) {
	#contents{
		width: 100%;
		width: 1040px;
		margin: 0 auto;
	}
	.head img{
		width:22%;
	}
	.head{
		margin:5% 0 3%;
	}

	/*site-location*/
	.site-location{
		margin:0 0 4%;
	}

	/*#nav_keyword ⇒ .sort（共通）・.outfit・.color*/
	#nav_keyword .sort .sort_list li {
		margin: 0 1.3% 0 0;
	}
	#nav_keyword .sort .sort_list li:nth-child(3) {
		margin: 0 1.3% 0 0;
	}

	#nav_keyword .outfit dt.outfit_tit {
		font-size: 160%;
		margin: 0 0 1%;
	}
	#nav_keyword .outfit dd{
		width: 91%;
		margin:0;
	}
	#nav_keyword .outfit .sort_list li{
		font-size: 12px;
	}

	#nav_keyword .color{
		margin: 4.5% 0 0;
	}
	#nav_keyword .color .sort_list{
		margin:0 1%;
	}
	#nav_keyword .color .sort_list li{
		padding: 0 0 0 1.2%;
		width: 10.2%;
		margin: 0 1% 0 0;
		font-size: 95%;
	}
	#nav_keyword .color .sort_list li:nth-child(-n+3),
	#nav_keyword .color .sort_list li:nth-child(3n){
		margin: 0 1% 0 0;
	}
	#nav_keyword .color .sort_list li:nth-child(-n+6){
		margin:0 1% 0 0;
	}
	#nav_keyword .color .sort_list li:nth-child(6n){
		margin:0;
	}

	#nav_keyword .color dt{
		margin: 0 0 1%;
		font-size: 160%;
	}
	#nav_keyword .color dt:after{
		top: -6px;
		left: 130px;
		font-size: 160%;
	}
	#nav_keyword .color dd{
		display:block;
	}

	/*coordinate*/
	.coordinate-grid{
		margin-top: -.6%;
	}
	.coordinate-grid a{
		width: 24.4%;
		margin: .6% .3% 0;
	}
	aside .head{
		margin: 0 0 25px;
	}
	aside .head img{
		width: 42%;
	}
	aside{
		margin: 80px 0 0;
		overflow: hidden;
	}
	aside ul{
		width: 100%;
	}
	aside ul li{
		float: left;
		width: 48.7%;
		margin: 0 1.3% 0 0;
	}

	/*pc_nav_category調整*/
	#aside .pc_nav_category{
		margin: 10% 0 0;
	}
	#aside .pc_nav_category ul li{
		border-left: 1px solid #aaa;
		border-bottom: none;
	}
	#aside .pc_nav_category ul li:first-child{
		border-left: none;
	}
	.filter-buttons{
		margin: 0 0 40px;
		gap:5px;
	}
	/*style_pc*/
	#style_pc{
		display:block;
	}
	#style_sp{
		display:none;
	}
	#style_pc,#styles{
		width: 49%;
		float:left;
	}
	#style_pc .photo{
		width: 100%;
	}
	#style_pc .slide{
		margin-left: 20px;
	}
	#style_pc .photo li > div{
		/*background-color: #f6f6f6;*/
		background: -moz-linear-gradient(-45deg, #fefefb, #efefef);
		background: -webkit-linear-gradient(-45deg, #fefefb, #efefef);
		background: linear-gradient(135deg, #fefefb, #efefef); 
		padding: 10px 5px;
	}
	#style_pc .caption{
		text-align: center;
	}
	#style_pc .comment,
	#styles .comment{
		padding: 0;
	}

	/*items*/
	#items {
		width: 45%;
		float:right;
		margin-top:0;
	}

	/*details, items_ver-2*/
	.details {
		padding: 3.5% 7%;
		display: flex;
		flex-wrap: wrap;
	}
	.details .styles_ver-2{
		width: 45%;
		margin: 0 7% 0 0;
	}
	.details .items_ver-2 {
		width: 48%;
		margin:0;
	}
	.details .items_ver-2 .item li{
		width: 30%;
		margin:7% 5% 0 0;
		letter-spacing: 0;
	}
	.details .items_ver-2 .item li:nth-child(-n+3){
		margin: 0 5% 0 0;
	}
	.details .items_ver-2 .item li:nth-child(3){
		margin: 0;
	}
	/*.pc_nav_category ul li.active {
		border: 1px solid #ccc;        
		border-width: 1px 1px 0 1px; 
        border-bottom: 0;
	}

	.pc_nav_category ul li {
		border-bottom: 1px solid #ccc;
	}*/
	.pc_nav_category ul li a{
		display: block;
		padding: 1.5em 1em 1em;
		text-align: center;
		background: transparent url(/stylebook/img/common/icon_all.svg) no-repeat 15% 60%;
		background-size: 12%;
		font-size: 110%;
	}
	.pc_nav_category ul li.skirt a{
		background: transparent url(/stylebook/img/common/icon_skirt.svg) no-repeat 15% 60%;
		background-size: 12%;
	}
	.pc_nav_category ul li.pants a{
		background: transparent url(/stylebook/img/common/icon_pants.svg) no-repeat 15% 60%;
		background-size: 12%;
	}
	.site-location.footer_link{
		margin:100px auto 2%;
		width: 1040px;
		padding: 0 10px;
	}
	.site-location.footer_link ul{
		margin: 0;
	}
}

/*PC用（画面サイズ992px以上～）*/
@media only screen and (min-width: 992px) {
	/*style_pc*/
	#style_pc,
	#styles{
		width: 470px;
		float:left;
	}
	#style_pc .photo,
	#styles .photo{
		width: 450px;
	}
	#style_pc .slide{
		margin-left: 0;
	}

	/*items*/
	#items {
		width: 440px;
	}
}
