@charset "euc-jp";

.mb { 	display: none; }

span.clear { display: none;}
.d_clear { display: none;}

/* micro clearfx */
.cf:before,
.cf:after{
    content: "";
    display: table;
}
.cf:after{ clear: both; }
.cf{ zoom: 1; } /* For IE 6/7 */


/* 主にタイトルに使用 */
h2,h3 {
    text-align: left;
    padding: 0;
	margin:0;
	font-size: 1.2rem;
    font-weight: bold;
	color: #000;
    font-style: normal;
}
h2 span,h3 span{
	padding-left:10px;
	font-size:1rem;
	font-weight: normal;
	color: #000;
}
h4 {
	font-size:1rem !important;
	font-weight: bold;
}


.title{
	font-size: 1rem;
	font-weight: 100;
	text-align: center;
}

/* ボタン
================================================== */

.btn-gry-radius{
	overflow: hidden;
	text-align: center;
}
.btn-gry-radius a{
	display: inline-block;
	position: relative;
	padding: 10px 30px;
	border-radius: 20px;
	text-decoration: none;
	color: #FFF;
	font-size: 0.9rem;
	font-weight: bold;
	background-color: #666;
}

.btn-gry-radius a:hover {
  text-decoration:underline;
}

.btn-gry-radius a:after {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #666;
}
.btn-gry-radius a:before {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 18px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}




.warp-mb-5per {
	width: 100%;
	margin-bottom:5%;
}

.mt20 {
	margin-top:5%;
}


/*　アコーディオンメニュー
================================================== */
.ac dt
	{
    box-sizing: border-box;	width: 100%;
	padding: 15px;
	font-size: 0.9rem;
	border-bottom: 1px solid #e9e9e9;
    display: table;
	}
.ac > dt::after {
    display: table-cell;
    width: 5%;
    font-size: 1.5rem;
    font-size: 24px;
    line-height: 1.4rem;
    font-family: "FontAwesome";
    content: "\f107";
}

.ac .open
	{
    box-sizing: border-box;
	width: 100%;
	padding: 15px;
	font-size: 0.9rem;
	border-bottom: 1px solid #e9e9e9;
    display: table;
	}
.ac > .open::after {
    display: table-cell;
    width: 5%;
    font-size: 1.5rem;
    font-size: 24px;
    line-height: 1.4rem;
    font-family: "FontAwesome";
    content: "\f106";
}


.ac dd
	{
	display: none;
	padding-left: 10px;
	background-color: #efefef;
	}

.ac dd a
	{
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.4rem;
    padding: 15px;
    box-sizing: border-box;
    display: table;
    border-bottom: 1px dotted #ccc;
	}
.ac > dd a::after {
    display: table-cell;
    width: 5%;
    font-size: 1.5rem;
    font-size: 24px;
    line-height: 1.4rem;
    font-family: "FontAwesome";
	color: #ccc;
    content: "\f105";
}
.ac > dd a:hover {
	text-decoration: none;
}

ul.menu_list  > li a {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.4rem;
    padding: 15px;
    box-sizing: border-box;
    display: table;
    border-bottom: 1px solid #ddd;
}
ul.menu_list  > li a:hover {
	text-decoration: none;
}
ul.menu_list > li a::after {
    display: table-cell;
    width: 5%;
    font-size: 1.5rem;
    font-size: 24px;
    line-height: 1.4rem;
    font-family: "FontAwesome";
    content: "\f105";
}

.list_title {
    margin: 0;
    font-size: 1rem;
    padding: 5px 0 5px 10px;
    background-color: #eff0f6;
}




/* ヘッダー
フロートで横並びに表示するので.cf(clearfx)をかけておく
================================================== */
header { 
	margin:0 auto;
	padding:20px;
	max-width: 1200px;
	width:100%;
}

.site_logo {
  width: 20%;
  display: inline-block;
  float:left; 
  margin: 0;
}
.site_logo img {
  	width: 200px;
	height: 50px;
}


/* ログインフォーム
================================================== */
.regist-form {
  display: inline-block;
  float: right;

  margin-right: 50px;
}
.regist-form a{
  line-height: 50px;
  text-decoration: none;
  color: #888;
  font-weight: bolder;
  letter-spacing: 2px;
}
.regist-form a:nth-child(1){
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.regist-form a:nth-child(2){
  padding-left: 20px;
}


/* メニュー　SNS
================================================== */
.menu-ul{
  display: inline-block;
  height: 100%;
  float: right;
  margin: auto 50px auto 0;
}

.menu-ul li{
  display: inline-block;
  position:relative;
  top: 50%;
  transform: translateY(0%);
  height: 2em;
  vertical-align: middle;
  margin-left: 5px;
}

.menu-ul li:nth-child(5){ margin-left: 4px; }
.menu-ul li i{ display: inline-block; }
.menu-ul .fa-stack-2x { font-size: 2.5rem; }
.menu-ul .fa-stack-1x { font-size: 1.2rem; }
.menu-ul .fa-stack{ line-height: 2.5rem; width: 2.5rem; }
.menu-ul img{ width: 2.5rem; margin-left: 2px; }
.menu-ul .fa-stack.fa-lg { height: 40px; }
.menu-ul li:nth-child(1) .fa-circle{ color: #782928 }
.menu-ul li:nth-child(2) .fa-circle{ color: #7f4a3a; }
.menu-ul li:nth-child(3) .fa-circle{ color: #957743; }
.menu-ul li:nth-child(4) .fa-circle{ color: #9f6e46; }
.menu-ul li:nth-child(5) .fa-circle{ color: #916035; }
.menu-ul li:nth-child(6) .fa-circle{ color: #bb8380; }

	

.search_container{
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: right;
  vertical-align: bottom;
  border: 2px solid #5f3817;
  padding: 3px 10px 3px;
  margin: 5px 0 5px 0;
  height: 40px;
  width: 280px;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
  width: 90%;
  height: 100%;
  font-size:1.1rem;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: 'FontAwesome';
  font-size: 1.1rem;
  border: none;
  background: none;
  color: #5f3817;
  position: absolute;
  width: 10%;
  max-width: 30px;
  height: 30px;
  margin:0;
  padding:0;
  right: 0;
  outline : none;
}


#second-header-warp {
  background: #5f3817;
  width: 100%;
}

#second-header {
  background: #5f3817;
  width: 1200px;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}



	
.menu-ul2 {
  list-style: none;
  overflow: hidden;
  float: right;
  margin: 0;
}

.menu-ul2 li {
  width: 140px;
  text-align: center;
  float: left;
  line-height: 50px;
}

.menu-ul2 li a {
  text-decoration: none;
  color: #fff;
}





/* ヘッダーメニュー
================================================== */
#h_nav {
	box-sizing: border-box;
	background: #5f3817;
}
#h_nav a {
  text-decoration: none;
}
#h_nav > ul {
  position: relative;
  font-size: 0;
  text-align: center;
}
#h_nav > ul > li {
	display: inline-block;
	font-size: 0.9rem;
	margin: 0 20px;
}
#h_nav > ul > li > a {
  display: block;
  font-weight: normal;
  line-height: 60px;
  text-decoration: none;
  color: #fff;	
}
#h_nav > ul > li > a:after {
  margin-left: 5px;
  content: "\f107";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: #fff;
}
#h_nav > ul > li.no_arrow > a:after {
  display: none;
}
#h_nav .sub_nav {
  position: absolute;
  display: none;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 10000;
  border-top: 1px solid #dfdfdf;
  background: #fff;
}

#h_nav .sub_nav ul.image {
  width: 1100px;
  margin: 0 auto;
  font-size: 0;
  text-align: left;
}
#h_nav .sub_nav ul.image li {
  position: relative;
  display: inline-block;
  width: 15%;
  margin-right: 2%;
  font-size: 14px;
}
#h_nav .sub_nav ul.image li a {
  display: block;
}
#h_nav .sub_nav ul.image li:nth-child(6) {
  margin-right: 0;
}

#h_nav .sub_nav ul.text {
  width: 1100px;
  margin: 0 auto;
  font-size: 0;
  text-align: left;
}
#h_nav .sub_nav ul.text li {
  position: relative;
  display: inline-block;
  width: 18.4%;
  margin-right: 2%;
  font-size: 14px;
}
#h_nav .sub_nav ul.text li a {
  display: block;
  padding-left: 20px;
}
#h_nav .sub_nav ul.text li:nth-child(5n) {
  margin-right: 0;
}
#h_nav .sub_nav ul.text li:nth-child(n+6) {
  margin-top: 20px;
}
#h_nav .sub_nav ul.text li a:before {
  content: "";
  top: 50%;
  left: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 2px solid #050505;
  border-right: 2px solid #050505;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#h_nav .sub_nav ul.text li a:hover:before {
  left: 5px;
}



/* slick sliderの調節　*/
.main_slider { 
    margin: 30px 0;
    bottom: 30px;
}
.main_slider img { 
    margin: 0 15px; 
    width: 600px; 
}
.main_slider .slick-next { 
    right: 35%;
    top: calc(100% + 14px);
}
.main_slider .slick-prev { 
    left: 35%;
    top: calc(100% + 14px);
}
.main_slider .slick-next::before .slick-prev::before {
  width: 15px;
  height: 15px;
}
.main_slider .slick-dots {
  bottom: -35px;
}
.main_slider .slick-dots li {
  margin: 0 7px;
}

.main_slider_warp{
	position: relative;
	overflow: hidden;
	margin: 0 20px;
}

/* ランキングのArrows */
.slick_list2 .slick-prev,
.slick_list2 .slick-next {
    top: 50px; !important;
	width: 25px !important;
    height: 25px !important;
}
.slick_list2 .slick-prev{
    
}
.slick_list2 .slick-prev::before, .slick_list2 .slick-next::before {
    font-size: 20px !important;
}


/* Contents Benefits Block */
.benefits-block {
  margin: 20px auto;
  max-width: 1200px;
}

.benefits-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 12px;
}

.benefits-list li {
  display: block;
  line-height: 0;
  list-style: none;
}
    
.benefits-list li img{
  width: 100%;
  height: auto;
}


.menu {
  display: inline-block;
    position: relative;
    height: 50px;
	margin: 0;
	list-style: none;
}
.menu > li {
    float: left;
    width: 25%; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
    background: #a56329;
}
.menu > li a {
    display: block;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
}

.menu > li a:hover {
	text-decoration:none;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 101;
    width: 150vh!important;
    background: #fff!important;
}

.menu__second-level { display: flex; }

.menu__second-level > ul{
  width: 30%;
  padding-left: 5%;
  margin-top: 30px;
  margin-bottom: 30px;
		list-style: none;

}

.menu__second-level li {
  color: #5f3817;
  line-height: 1.5;
}

.menu__second-level li:nth-child(1) {
  color: #5f3817;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
}

.menu__second-level li a { color: #5f3817; font-weight: 100; }
ul.menu__third-level { visibility: hidden; opacity: 0; }
ul.menu__fourth-level { visibility: hidden; opacity: 0; }
.menu > li:hover { -webkit-transition: all .5s; transition: all .5s; }
.menu__second-level li { border-top: 1px solid #fff; }
.menu__third-level li { border-top: 1px solid #fff; }
.menu__second-level li a:hover { }
.menu__third-level li a:hover { }
.menu__fourth-level li a:hover { }

/* 下矢印 */
/* floatクリア */
.menu:before,
.menu:after { content: " "; display: table; }
.menu:after { clear: both; }
.menu { zoom: 1; }

li.menu__single { width: 250px; position: relative; }
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #a56329;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

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

.menu__second-level li { border-top: 1px solid #fff; }
.menu__second-level li a:hover {
	text-decoration: underline;
	}

li.menu__single .fa-angle-double-down{
  float: right;
  line-height: 50px;
}

	
/* end header */

#content-warp {
	width: 1200px;
	margin:0 auto;
}
	

/* ニュース */
.info { margin-bottom: 20px; }

.info p{
	width: 100%;
	padding:20px;
	line-height: 1.5rem;
	margin: 10px 0 10px 0;
	background-color: #eee;
}




.youtube {
	display: inline-block;
	position: relative;
	margin: 10px 10px 10px 0;
	width: 380px;
	height: 340px;
	float:right;
}
/* floatクリア　*/
.youtube:after { clear: both; }



/* sub_contents
================================================== */

.sub_contents{
	width: 100%;
	marign:0;
	padding:0;
	display: flex;
  	flex-wrap: wrap;
	margin-bottom: 20px;
}



/* ランキング
================================================== */
.ranking {
	margin:0;
	padding-right:5px;
	padding-left:5px;
	box-sizing: border-box;
	width: 50%;
	vertical-align: top;
	display: flex;
  	flex-wrap: wrap;
}
.ranking #ranking_shoes {
	width: 49%;
	margin-right: 2%;
	display: block;
	box-sizing: border-box;
	background-color: #efefef;
}
.ranking #ranking_other {
	width: 49%;
	box-sizing: border-box;
	display: block;
	background-color: #efefef;
}

.ranking #ranking_shoes,
.ranking #ranking_other {
	padding:20px;
	vertical-align: top;
}



	
.ranking .ranking_title{
	text-align: center;
	margin-bottom: 35px;
}

.ranking .ranking_title span {
	display: block;
}

.ranking ul.ranking_items{
	counter-reset: wpp-ranking;	
	height: auto;
	width: 100%;
	margin:10px 0 10px 0;
	list-style: none;
	flex-direction: row;
}



.ranking_img,
.ranking_text {
	box-sizing: border-box;
	padding-right:2%;
	display: inline-block;
	vertical-align: top;
}
.ranking_img { 	width: 50%; }
.ranking_text { width: 45%; }



.ranking ul.ranking_items li{
	width:100%; /* 5位までを表示 */
	margin-bottom: 40px;
	padding:0;
	display: list-item;
	position: relative;
}
.ranking ul.ranking_items li:nth-child(last){
	margin-right:0;
}


.ranking ul.ranking_items li:before {
  background: #d08b90;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 6px 10px;
  position: absolute;
  top: -5px;
  left: -5px;
}


.ranking ul.ranking_items li img{
	width: 100%;
}

.ranking ul.ranking_items li .ranking_text{
}


/* ランキング　楽天side_2021
================================================== */
.ranking2 {
	margin:0;
	padding-right:5px;
	padding-left:5px;
	box-sizing: border-box;
	vertical-align: top;
	display: flex;
  	flex-wrap: wrap;
}
.ranking2 #ranking2_shoes {
	display: block;
	box-sizing: border-box;
	background-color: #efefef;
}
.ranking2 #ranking2_other {
	width: 390px;
	box-sizing: border-box;
	display: block;
	background-color: #efefef;
}

.ranking2 #ranking2_shoes,
.ranking2 #ranking2_other {
	padding:20px;
	vertical-align: top;
}



	
.ranking2 .ranking2_title{
	text-align: center;
}

.ranking2 .ranking2_title span {
	display: block;
}

.ranking2 ul.ranking2_items{
	counter-reset: wpp-ranking;	
	height: auto;
	width: 390px;
	margin:10px 0 10px 0;
	list-style: none;
	flex-direction: row;
}



.ranking2_img,
.ranking2_text {
	box-sizing: border-box;
	padding-right:2%;
	display: inline-block;
	vertical-align: top;
}
.ranking2_img { width: 130px; }
.ranking2_text { width: 130px; }



.ranking2 ul.ranking2_items li{
	width:370px; /* 4位までを表示 */
	margin-bottom: 40px;
	padding:0;
	display: list-item;
	position: relative;
}
.ranking2 ul.ranking2_items li:nth-child(last){
	margin-right:0;
}


.ranking2 ul.ranking2_items li:before {
  background: #d08b90;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  padding: 6px 10px;
  position: absolute;
  top: -5px;
  left: -5px;
}


.ranking2 ul.ranking2_items li img{
	width: 130px;
}

.ranking2 ul.ranking2_items li .ranking_text{
}

/* banner aria バナー一覧
================================================== */

.banner_aria{
	margin:0;
	padding-left:5px;
	box-sizing: border-box;
	width: 50%;
	vertical-align: top;
	display: block;
}

#aria1 {
	width: 100%;
	margin:0;
	padding: 0;
	box-sizing: border-box;
}




/* リストで項目を並べる
================================================== */

.item_list {
	box-sizing: border-box;
	font-size:0;
	margin: 0 auto;
	width: 100%;
}

.item_list > li {
	box-sizing: border-box;
	display: inline-block;
	font-size: 1rem;
	line-height: 1rem;
	padding: 0;
	position: relative;
	vertical-align: top;
	width: 100%;
}
.item_list .colum1 { width: 100%; }
.item_list .colum2 { width: 49.0%; }
.item_list .colum3 { width: 32.3%; }

.colum1 li { width: 100%; margin-bottom:1%; }
.colum2 li { width: 49.0%; margin-right:2%; margin-bottom:2%; }
.colum3 li { width: 32.3%; margin-right:1%; margin-bottom:1%; }
.colum4 li { width: 24%; margin-right:1%; margin-bottom:1%; }

.colum2_3per li { width: 48.5%; margin-right:3%; margin-bottom:3%; }
.colum3_3per li { width: 31.3%; margin-right:3%; margin-bottom:3%; }
.colum4_3per li { width: 22.75%; margin-right:3%; margin-bottom:3%; }

.p10 li{ padding: 10px; }

.colum2 li:nth-child(2n){ margin-right: 0; }
.colum3 li:nth-child(3n){ margin-right: 0; }
.colum4 li:nth-child(4n){ margin-right: 0; }

.colum2_3per li:nth-child(2n){ margin-right: 0; }
.colum3_3per li:nth-child(3n){ margin-right: 0; }
.colum4_3per li:nth-child(4n){ margin-right: 0; }

.item_list img {
  width: 100%;
}

.item_list p{
	padding-top:2%;
	font-size:0.9rem;
	line-height: 1.5;
}







/* 商品リスト横スクロール
================================================== */

.item_list2  {
    position: relative;
    overflow-x: auto;
    width: auto;
    min-width: 100%;
    font-size: 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding: 10px;
    box-sizing: border-box;
}
.item_list2 li {
    display: inline-block;
    width: 135px;
    padding-right: 15px;
    vertical-align: top;
}
.item_list2 li .text {
    font-size: 0.75rem;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    white-space: initial;
}
.item_list2 li .text .price{
	display: block;
    font-size: 0.75rem;
	font-weight: normal;
	color: #ff0000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    white-space: initial;
}


.item_list2 li .bg_red{
	display: inline-block;
    font-size: 0.5rem;
	font-weight: bold;
	padding: 2%;
	margin-right: 5px;
	color: #ffffff;
	background-color: darkred;
}
.item_list2 li .bg_blue{
	display: inline-block;
    font-size: 0.5rem;
	font-weight: 200;
	padding: 2%;
	margin-right: 5px;
	color: #ffffff;
	background-color: darkblue;
}
.item_list2 li .bg_balck{
	display: inline-block;
    font-size: 0.5rem;
	font-weight: 200;
	padding: 2%;
	margin-right: 5px;
	color: #ffffff;
	background-color: black;
}
.item_list2 li img{
  width: 100%;
}
.w50per{
	width: 50%;
}

.item_list2 .slick-arrow {
	width: 30px;
	height: 30px;
}


div #new_item {
	width: 49.5%;
	margin-right: 0.5%;
	box-sizing: border-box;
	border: 2px #efefef solid;
	padding: 10px 35px;
}
div #long_saler {
	width: 49.5%;
	margin-left: 0.5%;
	box-sizing: border-box;
	border: 2px #efefef solid;
	padding: 10px 35px;
}

.title
	{
	margin: 5px 0% 5px 0%;
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: 0px solid #333333;
	padding-left: 10px;
	text-align: left;
	}




/* shopping
================================================== */
.shopping {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.shopping .shopping_navi{
  width:20%;
}

.shopping > img {
  width: 13%;
  margin:0 auto;
  align-self: flex-start;　/* safari 画像縦伸び対策　*/
}	
	
	


/* shopping > category (左メニューindex用)　
================================================== */

.shopping .shopping_navi .category {
  margin-bottom: 10px;
  padding: 15px 0;
}

.shopping .shopping_navi .category .category-heading h2{
  padding-left: 10px;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 0px #000000 solid;
}

.shopping > .shopping_navi .category ul{
  padding-left: 10px;
  margin-top: 10px;
  list-style: none;
}
	
.shopping > .shopping_navi .category ul li{
  color: #815242;
  font-weight:100;
  display: block;
  width: 100%;
  border-bottom: 1px #eee solid;
}

.shopping > .shopping_navi .category ul li a{
    display: flex;
	align-items: center;
	width: 100%;
	height: 45px;
	color: #815242;
	color: #000;
	text-decoration: none;
}

/*人気の赤背景*/
.shopping > .shopping_navi .category ul li .bg_red{
	display: inline-block;
    font-size: 0.5rem;
	font-weight: bold;
	padding: 2%;
	color: #ffffff;
	background-color: darkred;
	margin-left: 5px;
	  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}
/*transformが斜め指定。丸くする場合はborder-radius: 10px;*/

	
.shopping .category ul li.c_title {
  font-weight:800;
  text-decoration:underline;
}


/* shopping > category (左メニュー商品ページ用)
================================================== */

.shopping2 .shopping_navi2 .category {
  margin-bottom: 10px;
  padding: 15px 0;
}

.shopping2 .shopping_navi2 .category .category-heading h2{
  padding-left: 10px;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 0px #000000 solid;
}

.shoppin2g > .shopping_navi2 .category ul{
  padding-left: 10px;
  margin-top: 10px;
  list-style: none;
}
	
.shopping2 > .shopping_navi2 .category ul li{
  color: #815242;
  font-weight:100;
  display: block;
  width: 100%;
  border-bottom: 1px #eee solid;
}

.shopping2 > .shopping_navi2 .category ul li a{
    display: flex;
	align-items: center;
	width: 100%;
	height: 45px;
	color: #815242;
	color: #000;
	text-decoration: none;
}

/*人気の赤背景*/
.shopping2 > .shopping_navi2 .category ul li .bg_red{
	display: inline-block;
    font-size: 0.5rem;
	font-weight: bold;
	padding: 2%;
	color: #ffffff;
	background-color: darkred;
	margin-left: 5px;
	  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}
/*transformが斜め指定。丸くする場合はborder-radius: 10px;*/

	
.shopping2 .category ul li.c_title {
  font-weight:800;
  text-decoration:underline;
}
	
	
/* shopping > shopping main (右商品一覧)
================================================== */

.shopping .shopping_main{
  width: 80%;
  padding-left:50px;
}

.shopping .shopping_main .shopping-items {
  width: 100%;
  display: flex;
  box-sizing:inherit;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 50px;
}

/* PCでは２つ並べ */
.shopping .shopping_main .shopping-items .shopping-item {
  width: 46%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.shopping .shopping_main .shopping-items .shopping-item:nth-child(2n) {
  margin-right: 0;
}
	
.shopping .shopping_main .shopping-items .shopping-item img {
  width :100%;
}

.shopping .shopping_main .item_heading{
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}
.shopping .shopping_main .item_heading2{
  width: 100%;
  text-align: left;
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
}
	
.shopping .shopping-item p{
padding: 5% 0;
line-height: 1.5;
color :#555;
}


.shoes_item {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 50px;
	padding:15px;
	background-color: #f9f9fa;
}




.shopping .shopping_main{
  width: 80%;
  padding-left:50px;
}

.shopping .shopping_main .pre-items {
  width: 100%;
  display: flex;
  box-sizing:inherit;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 50px;
}

/* PCでは３つ並べ */
.shopping .shopping_main .pre-items .pre-item {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.shopping .shopping_main .pre-items .pre-item:nth-child(3n) {
  margin-right: 0;
}
	
.shopping .shopping_main .pre-items .pre-item img {
  width :100%;
}

.shopping .shopping_main .item_heading{
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}
.shopping .shopping_main .item_heading2{
  width: 100%;
  text-align: left;
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
}
	
.shopping .pre-item p{
padding: 5% 0;
line-height: 1.5;
color :#555;
}


.shoes_item {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 50px;
	padding:15px;
	background-color: #f9f9fa;
}



	
/*  ガイド　４つを横並びに */
.guide {

}
.guide ul {
	padding:0;
	margin: 20px auto 40px auto;
	display: flex;
	flex-wrap: wrap;
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */	
}
.guide ul li{
	margin:1%;
	width: auto;
	list-style: none;
}
.guide ul li img{
	height: 75px;
}
	
/* フッター　*/
.footer {
 width: 100%;
 color: #fff;
 background-color: #a57c55;
 padding-bottom: 20px;
}

.footer a{ text-decoration: none; color: #fff; }
.footer a:hover{ text-decoration:underline; color: #fff; }
.footer h4 {font-size:1rem;}


.footer_main {
	width: 1200px;
	margin: 0 auto;
	padding-top:40px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	
	 background-color: #a57c55;
}

.footer_main .caram1 {
	width: 35%;
	margin-right:5%;
}
.footer_main .caram1 p{
	font-size:0.8rem;
	font-weight: 100;
}
.footer_main .caram2 {
	width: 25%;	
	margin-right:8%;
}
.footer_main .caram3 {
	width: 27%;	
}

/* 三角矢印のリスト */
ul.cp_list {
	padding:0.5em;
	list-style-type:none;
}

ul.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
ul.cp_list li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #fff;
}
	
.footer_main .caram p{
	font-size:0.8rem;
	font-weight: 100;
}
	
/*  その他リンク　*/
ul.footer_other{
	max-width: inherit;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
	
ul.footer_other li{
	margin:0 auto;
	list-style: none;
	display: inline-block;
    margin-left: 20px;
	padding-right: 20px;
}

ul.footer_other li:nth-child(1), ul.footer_other li:nth-child(2){
	border-right: 1px #fff solid;
}

footer a.button{
	display: inline-block;
	max-width: 100%;
	padding:10px 40px 10px 40px;
	border: 1px #FFFFFF solid;
	margin: 10px 0 10px 0;
}
footer a.button:hover{
	color:#a57c55;
	background-color: #ffffff;
	text-decoration: none;
}
	
.copyright {
	max-width: inherit;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	margin: 0 auto 0 auto;
	color: #fff;
	font-size:0.7rem;
	font-weight: 100;	
}


/* スリック用横スクロール
================================================== */

.slick_list2  {
	width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.slick_list2 li {
    display: inline-block;
    width: 135px;
    padding-right: 15px;
    vertical-align: top;
}
.slick_list2 li .text {
    font-size: 0.75rem;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    white-space: initial;
}
.slick_list2 li .price{
	display: block;
    font-size: 0.75rem;
	font-weight: normal;
	color: #ff0000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    white-space: initial;
}

.slick_list2 li .bg_red{
	display: inline-block;
    font-size: 0.5rem;
	font-weight: bold;
	padding: 2%;
	margin-right: 5px;
	color: #ffffff;
	background-color: darkred;
}
.slick_list2 li .bg_blue{
	display: inline-block;
    font-size: 0.5rem;
	font-weight: 200;
	padding: 2%;
	margin-right: 5px;
	color: #ffffff;
	background-color: darkblue;
}
.slick_list2 li .bg_balck{
	display: inline-block;
    font-size: 0.5rem;
	font-weight: 200;
	padding: 2%;
	margin-right: 5px;
	color: #ffffff;
	background-color: black;
}
.slick_list2 li img{
  width: 100%;
}








.head-searcharea {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    float: right;
    vertical-align: bottom;
    border: 2px solid #5f3817;
    padding: 3px 10px 3px;
    margin: 5px 0 5px 0;
    height: 40px;
    width: 280px;
    overflow: hidden;
    position: relative;
}
.head-searcharea input[type="text"] {
    border: none;
    background: none;
        height:100%;
}
.formsubmit:before{
	font-family: "Font Awesome 5 Free";
	    font-weight: 700;
	    content: "\f002";
	    position: absolute;
	    top:9px;
	    right:10px;
	    font-size: 1.35em;
	    background: none;
	    border:none;
}
header{
	font-size:14px;
}
.ranking2_title h3{
	font-size:1.2rem;
	font-weight: bold;
}
.shopping2{
	font-size: 14px;
}
footer{
	font-size:14px;
}



.fs-c-variationMatrix__panel__stock {
    font-size: 18px;
}
