@charset "utf-8";html,body{height:100%;}
* html .layer_board_bg,
* html .layer_board{position:absolute;}
.layer_board_bg{position:fixed;width:100%;height:100%;z-index:1000;top:0;left:0;display:none;cursor:pointer;background:#000;}
.layer_board{display:none;position:fixed;left:0;margin:18.66% auto 0;text-align:center;z-index:2000;width:100%;}
.layer_board img{max-width:92%;}
.modal-flex{display:-webkit-box;-webkit-box-pack:justify;display:flex;display:-webkit-flex;justify-content:space-between;-webkit-justify-content:space-between;margin-bottom:6px;}
.modal-flex li{-webkit-box-flex:1;-webkit-flex:1;flex:1;}
.modal-flex-inner-end{margin-left:10px;}
#top-middle-block{margin-top:35px;margin-bottom:35px;padding:35px 0;background-color:#f8f8f8;}
#top-middle-block .row{text-align:center;max-width:640px;margin-right:auto;margin-left:auto}
#top-middle-block .row .top-middle-block-left{padding-right:2%;padding-left:4%;}
#top-middle-block .row .top-middle-block-right{padding-right:4%;padding-left:2%;}
#top-middle-block .row .top-middle-block-one{padding:4% 4% 0}
#top #footer #footerColumn{display:none;}

#top #bxsliderWrap{max-width:750px;}
#top #bxsliderWrap .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{display:none;}
#topNavi{padding:4% 0 0;font-size:0;}
#topNavi ul li div.navi-block{margin:8% 0 8% 8%;}
#topNavi ul li:nth-child(3) div.navi-block, #topNavi ul li:nth-child(4) div.navi-block{margin:8% 0 0 8%;}
#topNavi ul li a{display:block;}
#topNavi ul li div.navi-block .naviTtl{width:48%;}
#topNavi ul li .bt-bar{position:relative;border-bottom:1px solid #ccc;width:84%;margin:0 auto;}
#topNavi ul li:nth-child(1) a{border-right:1px solid #ccc;padding:0 8% 0 0;}
#topNavi ul li:nth-child(2) a{padding:0 8% 0 0;}
#topNavi ul li:nth-child(3) a{border-right:1px solid #ccc;padding:0 8% 0 0;}
#topNavi ul li:nth-child(4) a{padding:0 8% 0 0;}
#topNavi ul li p.naviTx{margin:3% 0 0 0;font-size:12px;line-height:1.6em;height:4.8em;}



/*171220FSP追記*/
section#online-shop{
	margin: 0 4% 8%;
	text-align:center;}

	section#online-shop h3{
		text-align: center;
		width: 56%;
		margin: 8% auto 4%;
	}

	section#top-corp h3{
		text-align: center;
		width: 46%;
		margin: 12% auto 2%;
	}
	
.box-category{
	width:100%;
	font-size:12px;
	height:auto;
	box-sizing:border-box;
	border:1px solid #dfdfdf;
	margin-bottom:5%;
	}
	
		.box-category .cate-img img{
			width:100%;}
	
		.box-category dt{
			margin:4% auto;}
			
		.box-category dt img,
		.box-category p.btn-os a img{
				max-width:180px !important;
				text-align:center;
			}
		
		.box-category dd ul{
			display: table;
			margin: 4% auto;
			text-align: center;
		}
		
		.box-category dd li{
			display: table-cell;
			width: 50%;
		}
		
		.box-category p.btn-os a{
			display:block;
			width:100%;
			padding:3% 0;
			border-top:1px solid #dfdfdf;
			border-bottom:1px solid #dfdfdf;
		}
			
		.box-category .btn-bnr li a{
			display: block;
			width: 50%;
			float: left;
			padding: 2% 0;
			text-align: center;
			box-sizing:border-box;
			border-right:1px solid #dfdfdf;
			}
			
		.box-category .btn-bnr li:last-child a{border-right:none;}
		
		.more-contents{margin-bottom:8%;}
		

	ul.list-shop {
		border: 1px solid #dfdfdf;
	}

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

20181206

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


	.list-shop li a{
		float: left;
		/*width: 33.3%;*/
		width: 25%;
		border: 1px solid #dfdfdf;

		text-align:center;
	}

	.list-shop li:nth-child(3n) a{
		/*width: 33.4%;*/
	}

	.list-shop li a img{
		width: auto;
	}


	ul.online-shop-list {
		
	}

	.online-shop-list li {
		float: left;
		width: 49%;
		text-align:center;
		margin-bottom: 2%;
	}

/*	.online-shop-list li:nth-child(1) {
		width: 100%;
	}*/

/*	.online-shop-list li:nth-child(2) {
		width: 100%;
	}*/

	.online-shop-list li:nth-child(odd) {
		margin-right: 2%;
	}

	.online-shop-list li a img{
		width: auto;
	}


		
/*		.list-shop li:nth-child(even) a{
			border-left:none;
		}*/
		
/*		.list-shop li:nth-child(n+3) a{
			border-top:none;}*/

.txt_link a{
    display: block;
    position: relative;
    margin-left: -1.2em;
    padding: 5% 0;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
		}

		.txt_link a:after {
				position: absolute;
				top: 50%;
				margin-left: .7em;
				width: 8px;
				height: 8px;
				margin-top: -4px;
				border-top: solid 1px #333;
				border-right: solid 1px #333;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				content: "";
		}

#top-corp{
	/*margin: 0 4%;*/
	margin: 0 4%;
	text-align:center;}

		#top-corp li a{
			display:block;
			width:48.5%;
			float:left;
			margin:3% 3% 0 0;}
			
		#top-corp li:nth-child(even) a{
			margin-right:0;}
			
		#top-corp li a img{
			display:block;
			width:100% !important;}
		
		

@media(min-width:750px){
	
.box-category{font-size:24px;}
.txt_link a{font-size:16px;}


	
	
}

@media(min-width:750px){#topNavi ul li p.naviTx{font-size:24px;}
}
#cp-top-news{clear:both;margin:12% 4% 0;}
#cp-top-news h3{float:left;width:17%;margin:0;}
#cp-top-news .btn-viewAll{float:right;width:19%;margin:1% 0 0;}
#cp-top-news #news-container{clear:both;margin:0;padding:2% 0 0;}
#cp-top-news #news-container li{padding:3% 0;border-bottom:1px solid #ccc;}
#cp-top-news #news-container li:last-child{border-bottom:none;}
#cp-top-news #news-container li > a .release-date{/*font-size:14px;*/}
#cp-top-news #news-container li > a .release-category{background-color:#000;color:#fff;/*font-size:11px;*/line-height:1;margin-left:8px;padding:0 7px;text-align:center;}
#cp-top-news #news-container li > a span{vertical-align:middle;}
#cp-top-news #news-container li > a p.release-title{/*font-size:14px;*/margin:1% 0 0;}
#cp-top-ir{clear:both;margin:12% 4% 8%;}
#cp-top-ir h3{float:left;width:17%;margin:0;}
#cp-top-ir .btn-viewAll{float:right;width:19%;margin:1% 0 0;}
#cp-top-ir #ir-container{clear:both;margin:0;padding:2% 0 0;}
#cp-top-ir #ir-container li{padding:3% 0;border-bottom:1px solid #ccc;}
#cp-top-ir #ir-container li:last-child{border-bottom:none;}
#cp-top-ir #ir-container li > a p.ir-date{font-size:14px;}
#cp-top-ir #ir-container li > a p.tx-title{font-size:14px;margin:1% 0 0;}
#top-brand{clear:both;margin:12% 0 0;}
#top-brand h3{text-align:center;width:40%;margin:0 auto 4%;}
#top-brand div.brand-slider div.slick-slide{padding:0 1.5%;}
#top-brand div.brand-slider div.slick-slide img{margin:0 auto;}
#top-brand div.brand-slider img.brandImg{box-shadow:5px 5px 0 #ededed;}
#top-brand div.brand-slider img.brandLogo{padding:10% 0 0;}
#top-brand .btn-viewAll{clear:both;text-align:center;width:17.3%;margin:4% auto 0;}
@media(min-width:750px){#top-brand div.brand-slider img.brandImg{box-shadow:10px 10px 0 #ededed;}
}
.cp-top-info {clear:both;margin:12% 4% 8%;}
.cp-top-info h3{float:left;width:17%;margin:0;}
.cp-top-info .btn-viewAll{float:right;width:19%;margin:1% 0 0;}
.cp-top-info .info-container{clear:both;margin:0;padding:2% 0 0;}
.cp-top-info .info-container li{padding:3% 0;border-bottom:1px solid #ccc;}
.cp-top-info .info-container li:last-child{border-bottom:none;}
.cp-top-info .info-container li > a p.ir-date{font-size:14px;}
.cp-top-info .info-container li > a p.tx-title{font-size:14px;margin:1% 0 0;}
.cp-top-info .info-container li span.release-category { display:none;}

/*-- add 170907 --*/
.kv__link {font-size: 0 ;position: relative; bottom: 0; left: 0; letter-spacing: -.4em; overflow: hidden; width: 100%;border-top: 1px solid #e7e7e7; margin: 0; padding: 0; line-height: 0;}
.kv__link + #topNavi {padding-top: 1%; }
.kv__link#col_three {z-index:3;margin:0;padding:0;}
.kv__link#col_two1 { border-top: 1px solid #e7e7e7; position: relative;}
.kv__link#col_two2 { border-bottom: 1px solid #e7e7e7; position: relative;}
.kv__link li{vertical-align:middle;font-family:"LiberationSans";font-size: 100%;float: left; display: block; letter-spacing: normal; text-align: center; width: 33.333333%; line-height: inherit!important;box-sizing: border-box; margin: 3.2% auto;}
.kv__link li img{ height: auto;}
.kv__link li#kv__link_shoeplaza {}
/*.kv__link li#kv__link_tsrc {border-right: 1px solid #e7e7e7; border-left: 1px solid #e7e7e7; }*/
.kv__link li#kv__link_cloverleaf { margin: 1.8% 0}
.kv__link li#kv__link_onlineshop { width:50%; margin:1.8% auto;}
.kv__link li#kv__link_shop-information { width:50%; margin:4% auto;}
.kv__link li#kv__link_onlineshop {border-right: 1px solid #e7e7e7;}
.kv__link li#kv__link_shoeplaza img{ width: 62.4%; }
.kv__link li#kv__link_tsrc img{ width: 82.6%; }
.kv__link li#kv__link_cloverleaf img{ width: 50%;}
.kv__link li#kv__link_onlineshop img{ width: 46.933333%;}
.kv__link li#kv__link_shop-information img{ width: 38.13333%}
.kv__link li a {display: block; padding:5.2% 0;}
.kv__link li#kv__link_onlineshop a,.kv__link li#kv__link_shop-information a { margin-top: 0; padding:3.466666% 0;}
.kv__link#col_two li { margin: 3.2% 0}
/*-- --*/

.renew170223 {font-size: 12.8px;}
.renew170223 .kv__body {padding-top: 0; height: 16.88em;}
.renew170223 .kv__copy {top: 6.41em; position: relative;left: 2.34em; right: 0;}
.renew170223 .kv__copy-en-wrap {font-size: 1.56em; letter-spacing: 0; height: 1.95em}
.renew170223 .kv__copy-en-word1 {margin-right: 0.4em;}
.renew170223 .kv__copy-en-word2 {margin-right: 0.4em;}
.renew170223 .kv__copy-en-line {height: 0.05em; top: 1.38em; max-height: 2px; min-height: 1px;}
.renew170223 .kv__copy-ja-item {transform: translate3D(-.5em, 0, 0);}
.renew170223 .kv__copy-ja {font-size: 1em;}
.renew170223 + .kv__link {font-size: 12.8px;position: relative; bottom: 0; left: 0; letter-spacing: -.4em; overflow: hidden; width: 100%; }
.renew170223 + .kv__link + #topNavi {padding-top: 1%; }
.renew170223 + .kv__link li {font-size: 100%;float: none; display: inline-block; letter-spacing: normal; width: 31%; margin-right: 0; box-sizing: border-box; text-align: center; margin-top: 2.5%; margin-bottom: 2.5%; }
.renew170223 + .kv__link li a {display: inline-block; padding-top: 9%; padding-bottom: 9%; }
.renew170223 + .kv__link li img {width: 77%; height: auto; min-width: 7.5em;}
.kv__link li:first-child, .kv__link li:last-child {width: 50%; }
.renew170223 + .kv__link li:first-child a, .renew170223 + .kv__link li:last-child a {padding-top: 7%; padding-bottom: 7%; }
.kv__link li:first-child {border-right: 1px solid #e7e7e7;}
/*.renew170223 + .kv__link li:last-child {border-left: 1px solid #e7e7e7; }*/
.renew170223 + .kv__link li:first-child img, .renew170223 + .kv__link li:last-child img {width: 71% }
.renew170223 + .kv__link li:first-child img {margin-left: 8%; }
.renew170223 + .kv__link li:last-child img {margin-right: 6%; }

#top-app-list {
	clear:both;
	margin:12% 0 0;
}

#top-app-list h3 {
	text-align:center;
	width:40%;
	margin:0 auto 4%;
}

#top-app-list ul {
	width: 304px;
	margin:0 auto;
}

#top-app-list ul li {
	width: 304px;
	height: 120px;
	margin-bottom:15px;
}

#top-app-list ul li:last-child {
	margin-bottom: 0;
}

#top-sns-list {
	clear:both;
	margin:12% 0 0;
}

#top-sns-list h3 {
	text-align:center;
	width:40%;
	margin:0 auto 4%;
}

#top-sns-list ul {
	width: 240px;
	margin:0 auto 50px;
}

#top-sns-list ul li {
	float: left;
	width: 34px;
	height: 34px;
	margin-right:17px;
}

#top-sns-list ul li:last-child {
	margin-right: 0;
}

.shop-category li {
	float: left;
    width: 45.5%;
    text-align: center;
}

.shop-category li:nth-child(even) {
    width: 54.5%;
}

.shop-category li:last-child {
    width: 100%;
}

