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

body{
	background: #FFF;
	/*-webkit-overflow-scrolling:touch;
	overflow-y:scroll;*/
}

a{
	display: block;
}

/*メイン
----------------------*/

h3{
  background:#005245;
  font-size: 15px;
  line-height: 2;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  margin: 0% auto;
  	font-family: 'Overpass', sans-serif;
}

/*検索窓
----------------------*/
#oga_custom_search{
  font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
  width:98%;
  font-size:14px;
  color:#333;
  margin:2% auto;
}
#oga_custom_search .oga-wrap{
  overflow: hidden;
  margin: 0px auto;
  width:100%;
  background:rgba(0,0,0,0.07);
}
#oga_custom_search .oga-title,
#oga_custom_search ul,
#oga_custom_search li,
#oga_custom_search form{
  margin:0;
  padding:0;
  list-style-type:none;
  display:inline-block;
}
#oga_custom_search .oga-form,
#oga_custom_search .oga-cl,
#oga_custom_search .oga-submit{
  border:none;
  background:none;
  cursor:pointer;
  padding:1px;
  margin:0;
  vertical-align:middle;
  font-size:14px;
  outline:none;
  line-height:2;
}
#oga_custom_search .oga-form{
  cursor:text;
  padding:10px 5px;
  width:280px;
  position: absolute;
  left: 10px;
  margin: 0px auto;
}
#oga_custom_search input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
#oga_custom_search .oga-search{
  float:right;
  background: rgba(0,0,0,0.07);
}
#oga_custom_search .oga-submit{
  background:#005245;
  color:#FFF;
  border-radius: 0;
  font-weight: bold;
  padding:10px 35px;
  border: none;
  background-image:url("../../img/icon/search_icon.png");
  background-position: center;
  background-size: auto 40%;
  background-repeat: no-repeat;	
	
}
#oga_custom_search .oga-list{
  float:left;
  font-size:12px;
  margin:3px 0 0 0;
}
#oga_custom_search .oga-list li{
  margin:0 3px 0 0;
}
#oga_custom_search .oga-list li a{
  color:#333;
  text-decoration:underline;
}
#oga_custom_search .oga-list li a:hover{
  text-decoration:none;
}
			

/*ハッシュタグ
--------------------*/
		#tag{
			width: 98%;
			margin: 2% auto;
		}
		
		.tag_cont{
			text-align: center;
		}
		
		.tag_cont li{
			background: rgba(0,0,0,0.07);

			display: inline-block;
			font-size: 12px;
		}

		.tag_cont li a{
		display:block;
		color: #555;
		margin: 0px 1px;
		padding: 6px 8px;
		border-radius: 1px;
			font-weight: bold;

		}
/*カテゴリー アコーディオン
----------------------*/

#category{
	overflow: hidden;
}


		h5{
		padding: 2% 0%;
		border-top:1px solid rgba(0,0,0,0.5);
		border-bottom: 1px solid rgba(0,0,0,0.5);
		font-size: 11px;
		letter-spacing: 2px;
		color: #000;
		background:rgba(151,195,208,0.1);
		}
h4{
	font-size: 15px;
}		

		h4,h6{
			position: relative;
		}
		.icon img{
			
			/*display: none;*/
			width: 40px;
			position:absolute;
			top:7%;
			left:26%;
		}		
		.accordion-container{
			text-align: center;
			font-size: 14px;
		}

/*大カテゴリー*/
.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 13px 15px;
  background:rgba(0,0,0,0.05);
  border-bottom: 0.5px solid rgba(0,0,0,0.13);
  font-weight: normal;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
  background:rgba(0,0,0,0.13);
  color: #000;
  border-bottom: 0.5px solid rgba(0,0,0,0.13)
}
.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 1px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #000;
  transition: all .3s ease-in-out;
}
.accordion-container .accordion-title::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  /*横線*/
  width: 13px;
  height: 1px;
  background: #000;
  transition: all .2s ease-in-out;
}
.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}
.accordion-container .accordion-title.open::after {
  opacity: 0;
}
.accordion-container{
  width: 100%;
  margin: 0 auto;
}	
.accordion-content p,
.accordion-content-ko p,{
	font-size: 14px;
	padding: 7px 0px;
}
.accordion-content p:nth-child(2){
	border-top: 1px solid rgba(0,0,0,0.07);
}

/*子カテゴリー*/
.accordion-container .accordion-title-ko {
  position: relative;
  margin: 0;
  padding: 8px 15px;
  border-bottom: 0.5px solid rgba(0,0,0,0.3);
  background: #FFF;
  color: #000;
  cursor: pointer;
}
.accordion-content-ko .cat_type li:last-child{
  border-bottom: 0.5px solid rgba(0,0,0,0.3);
}
.accordion-container .accordion-title-ko:hover,
.accordion-container .accordion-title-ko:active,
.accordion-title-ko.open { 
  background:rgba(0,0,0,0.13);
}
.accordion-container .accordion-title-ko::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 1px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #000;
  transition: all .3s ease-in-out;
}


.accordion-container .accordion-title-ko::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  /*横線*/
  width: 13px;
  height: 1px;
  background: #000;
  transition: all .2s ease-in-out;
}
.accordion-container .accordion-title-ko.open::before {
  transform: rotate(180deg);
}
.accordion-container .accordion-title-ko.open::after {
  opacity: 0;
}

/*カテゴリー　シューズサイズ
----------------------*/
		ul.size,
		ul.iro{
			margin: 1% 0%;
		}
		

		.size li a:hover{
			background: #000;
			color:#FFF;
		}
		
		ul{
			text-align: center;
			margin: 0px auto;
		}
	   .size li{
		   display: inline-block;
		   width: 18.666%;
		   height: 30px;
		   line-height: 30px;
		   text-align: center;
		   font-size: 12px;
		   text-align: center;
		   background: rgba(0,0,0,0.07);
		   margin: 1% 0%;
		}
		.size li a{
			text-decoration: none;
			display: block;
			color: #000;
			font-weight: bold;
			font-family: 'Overpass', sans-serif;

		}
		
		.size li a:active{
			background: #000;
			color: #FFF;
		}
		
/*カテゴリー　各カラー
----------------------*/
	   .iro li{
		   display: inline-block;
		   border-radius: 50%;
		   margin:0% 0.5%;
		}
		.iro li a{
		   display: block;
		   width: 30px;
		   height: 30px;
		   text-align: center;
		}
		.blk{
			background: #000;
		}
		.gry{
			background: #CCC;
		}
		.brn{
			background:rgba(131,73,0,1.00);
		}
		.khk{
			background:rgba(94,104,18,1.00);
		}
		.wh{
			border: 1px solid rgba(0,0,0,0.07);
		}
		.be{
			background: beige;
		}		
		.red{
			background: red;
		}
		.pk{
			background: pink;
		}
		.or{
			background:orange;
		}
		.yl{
			background:rgba(237,221,3,1.00);
		}
		.ppl{
			background:rgba(182,0,207,1.00);
		}
		.grn{
			background:green;
		}
		.nvy{
			background:navy;
		}	
		.lbl{
			background:rgba(4,206,209,1.00);
		}	
		.gold{
			background:rgba(176,166,22,1.00);
		}
		.silv{
			background:rgba(150,150,150,0.90);
		}
		
		
	/*ブランド
	-------------------------*/
@media screen and (max-width:310px){
		.brand ul li{

		width: 30%!important;
	}
	
	.none{
		display: none!important;
	}
	
}
  

	.brand ul{
		text-align: center;
		margin: 3% auto;
		z-index: 999999;
	}

	.brand ul li{
		position: relative;
		display:inline-block;
		width: 18.56799%;
	}

    .brand li img{
        position: absolute;
        top: 0;
        left: 0;
        margin: auto;
        right: 0;
        bottom: 0;
        width: 90%;
    }

	.brand li a{
		display: block;
		height:52px;
		border:1px solid rgba(0,0,0,0.07);
	}
		
	/*タイプ別
	-------------------------*/		
    .border li{
                font-size: 13px!important;
                border-bottom: 0.5px solid rgba(0,0,0,0.3)!important;
            }
		
    .cat_type > li{
        font-size: 12px;
        border-bottom: 0.5px dashed rgba(0,0,0,0.3);
    }

    .cat_type li a{
        display: block;
        padding: 10px 0px;

    }

    .cat_type li:active,
    .cat_type li:hover{
        background: rgba(0,0,0,0.13);
    }

    .cat_type li:last-child{
        border-bottom: none;
    }
		
/*スライダーの幅を指定しているだけ
----------------------*/
.swiper-container{
	padding-bottom: 0%;
	margin-bottom: 2%;
	width: 100%;
}

.swiper-slide {

  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 0px;
}

.sample02-inner {

  justify-content: center;
  align-items: center;
  width: 100%;
}


/*フッター
-------------------------*/

.arrow{
    position: relative;
    display: block;
    color: #000;
	height: 30px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 13px;
	text-align: center;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.sample5-2::before{
	display: block;
	white-space: pre;
    top:-50px;
    left: 0;
	right: 0;
	margin-left: auto;
    width:8px;
    height:8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

footer{
	margin: 10% 0% 0%;
	position: absolute;
	border-bottom: 0;
	width: 100%;
	
}

#footer_logo{
	background: #005245;
	height: 20px;
	position: relative;
}



#footer_logo .copy{
	color: #FFF;
background: #005245;
				font-family: 'Overpass', sans-serif;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 0px;
	letter-spacing: 0px;
	position: absolute;
	bottom:0;
	right: 0;
	left: 0;
}
	
#footer_logo .copy span{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-right: 3px;

}
/*ボタン
-------------------------*/
	.bw-arrow {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background:#005245;/*rgba(0,0,0,0.1)*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;
	font-size: 13px;
    letter-spacing: 1px;
	text-align: center;
	max-width: none;
	-webkit-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
		margin-top: 1%;
}

.bw-arrow span{
	font-weight: bold;
	color:#FFF;
}

.bw-arrow a{
		padding: 10px;
}

.bw-arrow > *:first-child {
	width: calc(100% - 5px * 3);
}

.bw-arrow::after {
	content: '';
	display: inline-block;
	padding: 0;
	width: 7px;
	height: 7px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);
	margin-left: 5px;
}

.bw-arrow:hover {
	opacity: 0.5;
}

a.bw-arrow:link, a.bw-arrow:active, a.bw-arrow:hover, a.bw-arrow:visited {
	color: #FFFFFF;
	text-decoration: none;
}

button.bw-arrow {
	width: 80%;
	border: none;
	cursor: pointer;
	margin: 5px auto 0;
}	


.bw-arrow-brand::after {
	content: '';
	display: inline-block;
	padding: 0;
	width: 7px;
	height: 7px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);
	margin-left: 5px;
}
		
.bw-arrow-brand{
	width: 98%;
	margin: 0px auto;
	border: none;
	cursor: pointer;

}	

