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

/*============= 【base】 ==============*/
html {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
    font-size: calc(1.4rem + ((1vw - 0.48rem) * 0.1389));
    font-size: 1.4rem;
    line-height: 1.5;
    color: #1c1c1c;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: "palt";
    letter-spacing: 0.1rem;
}

* {
    margin: 0;
    padding: 0;
    word-break: break-all;
    list-style-type: none;
    border-style: none;
    font-style: normal;
}

*, *::before, *::after {
    background-repeat: no-repeat; 
    box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: underline;
    color: #0BA0FF;
    transition: all 0.5s 0s ease;
}

a:active,
a:hover {
  outline-width: 0;
    color: #E40003;
}

b,strong {
  font-weight: bolder;
}

svg:not(:root) {
  overflow: hidden;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0 auto;
}


/*============= 【rakuten】 ==============*/

#pagebody .rakutenLimitedId_ImageMain1-3:first-child img {
  width: 380px;
  padding-right: 15px;
}

a.rakutenLimitedId_ImageMain1-3:nth-child(n+2) {
  width: 44%;
  display: inline-block;
  margin: 6px;
}
a.rakutenLimitedId_ImageMain1-3 + br, a.rakutenLimitedId_ImageMain1-3 + br + br {
  display: none;
}
table{
    letter-spacing:0.1rem;
}

span.item_name {
  letter-spacing: 0.2rem;
  width: 640px;
  display: block;
}
span.item_desc {
  display: block;
  width: 640px;
}
.item_name + br{
    display: none;
}


span.sale_desc {
  width: 937px;
  display: block;
}

span.normal_reserve_item_name {
  display: block;
  width: 640px;
}

div#rakutenLimitedId_aroundCart .new-cart-button span img {
  display: inline-block;
}

#risFil .risfHeadPart .risfHeadCheck li .risfHeadCheckLabel {
  margin-left: 18px;
}

#risFil .risfHeadPart {
  height: 36px;
}

#risFil .risfHeadPart .risfHeadCheck li .risfHeadCheckBox {
  margin: 2px 0 0 1px;
}

#risFil img{
    display: inline-block;
}

#risFil .categoryWindowImg {
  position: relative;
  width: 300px;
  height: 130px;
  margin: auto;
}

/*============= 【for top】 ==============*/
#pagebody{
    position: relative;
    margin-top: -80px;
}

main > section:nth-child(2n+1) {
    background: #ffffff;
}

main > section:nth-child(2n) {
    background: #fffefd;
}

.content-wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0px;
}

.content-wrap2 {
    width: 1000px;
    margin: 0 auto;
    padding: 32px 32px;
}

.left-col {
  display: block;
  width: 235px;
  margin: 0 10px 0 0;
}

.main-col {
  width: 940px;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.col-2{
    width: 16%;
}

.col-3{
    width: 25%;
}

.col-4{
    width: 33%;
}

.col-6{
    width: 50%;
}

.col-8{
    width: 67%;
}

.col-9{
    width: 75%;
}

.col-10{
    width: 84%;
}

.mb-15{
    margin-bottom: 15px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-40{
    margin-bottom: 40px;
}

.mb-60{
    margin-bottom: 60px;
}
.disp-pc{
    display: block;
}
.disp-smt{
    display: none;
}
.wrap-inner{
    padding: 6px;
    margin-bottom: 8px;
}

.wrap-inner3{
    padding: 0px 40px;
    margin-bottom: 8px;
    text-align: center;
}

.main-col h2{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    padding: 10px 18px;
    background-color: #004190;
}

.left-col h3{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 8px 12px;
    background-color: #1A1A1A;
}

.about{
    
}

.about > table {
    width: 100%;
    background-color: #E7E7E7;
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.about > th,about > td {
    border: solid 1px #B1B1B1;
}

.about > table tr th {
  padding: 5px;
  color: #FFFFFF;
  font-size: 12px;
}

.about > table tr td {
  padding: 2px;
  font-size: 10px;
}


/*========= 【header】 ===============*/
#header{
  height: 85px;
  width:100%;
  background:#fff;
  color:#000;
  filter:drop-shadow(0 0 2px #ccc);
    transform:translateZ(0);    
  text-align: center;
  padding: 3px;
    z-index: 9999;
    left: 0;
}
.header-wrap{
    width: 1200px;
    margin: 0 auto;
}
.header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header.fixed{
  position: fixed;
    z-index: 999;
    top:0;
    left:0;
}

#header figure img{
    width: 183px;
    height: auto;
}

#header h1{
    font-size: 12px;
    font-weight: 500;
}

#header h1 span{
    color: #DB0003;
    font-weight: 700;
}

#header nav ul{
  list-style: none;
  display: flex;
  justify-content: center;
}

#header nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 10px;
  border: #D1D1D1 1px solid;
  border-radius: 5px;
  color: #666;
  padding: 3px 10px;
  transition: all 0.3s;
  margin-left: 8px;
    height: 53px;
}

#header nav ul li a p{
    color: #e3812f;
    font-size: 20px;
}

#header nav ul li a p img{
    max-width: 30px;
}

.search {
    display: flex;
    width: 465px;
    margin: 10px;
}

.search input[type=text] {
    width: 100%;
    font-size: 16px;
    padding: 0 6px;
    color: #474747;
    border-top: 1px solid #8e8e8e;
    border-left: 1px solid #8e8e8e;
    border-bottom: 1px solid #8e8e8e;
    border-radius: 15px 0 0 15px;
    outline: none;
}

.search button[type=submit] {
    padding: 10px 20px;
    font-size: 16px;
    color: #FFF;
    background: #b20000;
    border: 2px solid #b20000;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
}

#main-v figure{
    width: 1200px;
    margin: 0 auto;
}

table{
    margin: 0 !important;
}

span.price2 {
    font-weight: 700;
}

/*========= 【smt header】 ===============*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top:0;
    left: -120%;
    width:100%;
    height: 100vh;/*ナビの高さ*/
    background:#b20000;
    /*動き*/
    transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    left: 0;
}


/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width:100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block !important;
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center; 
}

#g-nav li a{
    font-size: 16px !important;
  color: #FFFFFF !important;
    border: none !important;
  padding:10px !important;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
    position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
    top:0;
    left: 10px;
    cursor: pointer;
    width: 50px;
    height:50px;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #666;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
    background-color: #fff;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
    background-color: #fff;
}

/*========= スマホ検索窓のエリア ========= */

.open-btn{
  position: absolute;
  top:0px;
  right:10px;
  background:url("../img/icon/magnifying-glass-solid-2.svg") no-repeat 15px center;/*虫眼鏡アイコンを背景に表示*/
  background-size: 20px 20px;
  width:50px;
  height:50px;
  border-radius: 50%;
  cursor: pointer;
}

/*==検索窓背景のエリア*/

#search-wrap{
    position:fixed;/*固定配置にして*/
	top: 0;
    left: 0;
	z-index: -1;/*最背面に設定*/
	opacity: 0;/*透過を0に*/
	transition: all 0.4s;/*transitionを使ってスムースに現れる*/
	width:100%;
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
#search-wrap.panelactive{
	opacity: 1;/*不透明に変更*/
	 z-index: 3;/*全面に出現*/
	 background:#333;
    /*中の要素を天地中央揃えにする設定*/
	 display: flex;
	 justify-content: center;
	 align-items: center;
    height: 100vh;
}

/*==検索窓のエリア*/

#search-wrap .search-area{
	display: none;/*検索窓のエリアは、はじめ非表示*/
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
#search-wrap.panelactive .search-area {
  display: block;
  width: 80%;
  position: absolute;
  top: 100px;
}

/*==検索フォームの設定*/

#search-wrap form{
	position: relative;
	height: 66px;
}

/*==テキスト入力とボタンinput共通設定*/
#search-wrap input{
	-webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
	outline: none;
	cursor: pointer;/*カーソルを指マークに*/
	color: #fff;
}

/*テキスト入力input設定*/
 #search-wrap input[type="text"] {
	width: 100%;
	padding: 20px;
	border: none;
	border-bottom:2px solid #666;
	transition: all 0.5s;
	letter-spacing: 0.05em;
     background-color: #191919;
}

 #search-wrap input[type="text"]:focus {
	background:#444;
}

/*ボタンinput設定*/
 #search-wrap input[type="submit"] {
	position: absolute;
	 top:0;
	right:10px;
	background:url("../img/icon/magnifying-glass-solid.svg") no-repeat 15px center;/*虫眼鏡アイコンを背景に表示*/
	background-size: 25px 25px;
	width:60px;
	height: 60px;
}

/*=======　閉じるための×ボタン　========*/
.close-btn{
	position: absolute;
	top:10px;
	right:10px;
	z-index: 2;
	cursor: pointer;
    width: 60px;
    height:60px;
}
	
.close-btn span{
    display: inline-block;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
 }

/*×マーク*/
.close-btn span:nth-of-type(1) {
    top: 21px;
    left: 16px;
    transform: translateY(6px) rotate(-135deg);
    width: 50%;
}

.close-btn span:nth-of-type(2){
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(135deg);
    width: 50%;
}

/*========= 【left nav】 ===============*/
.side-catenav{
    margin-bottom: 40px;
}
.side-title{
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0;
}

.side-catenav ul {
    list-style: none;
    border-top: 1px solid #dfdfdf;
}

.side-catenav ul li {
    list-style: none;
    border-bottom: 1px solid #dfdfdf;
}

.side-catenav ul li a {
  position: relative;
  padding: 15px 0;
  color: #000;
  text-decoration: none;
}


.side-catenav ul li a.sidenavicon {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.side-catenav ul li a::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    right: 15px;
    border-top: 2px solid #1b1b1b;
    border-right: 2px solid #1b1b1b;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transition: 0.15s;
}

.side-catenav ul li a:hover {
    background: #f2f2f2;
    color: #ad0101;
    transition:0.3s;
}

.side-catenav ul li a:hover::after {
    transition: 0.2s;
    margin-left: 3px;
    border-color: #ad0101;
    right: 12px;
}

.side-catenav li .sidenavicon-img {
  max-width: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  overflow: hidden;
}

.side-catenav li .sidenavicon-text {
    max-width: calc(100% - 40px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    padding-left: 15px;
}

/*========= 【left nav products】 ===============*/
.side-catenav2 {
      margin-bottom: 40px;
      border: 1px solid #a6a6a6;
      border-radius: 3px;
    }
.side-title2 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  padding: 14px 6px;
  background-color: #b20000;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.side-title2 .sidenavicon-img{
    max-width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 30px;
}
.sidenavicon-text2{
    max-width: calc(100% - 40px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    padding-left: 15px;
}
.side-catenav2 ul{
    padding: 10px;
}
.side-catenav2 ul li{
    font-size: 16px;
}

.side-catenav2 ul li a{
    color: inherit;
    text-decoration: none;
}

.sidecatelist2{
    background-color: #000000;
    color: #FFFFFF;
    padding: 4px 6px;
    margin-bottom: 6px;
}
.side-catenav2 ul li ul {
    padding: 4px 4px 4px 8px;
    margin-bottom: 6px;
}
.side-catenav2 ul li ul li{
    font-size: 14px;
    margin-bottom: 4px;
    position: relative;
    padding: 0px 0px 0px 1em;
}
.side-catenav2 ul li ul li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #fcb900;
    content: "";
}
.sidecatelist3{
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

/*============= 【info】 ==============*/
#info{
    border: #d7d7d7 1px solid;
    text-align: center;
    padding: 18px;
    background-color: #FFFAD6;
    margin: 0 0 20px;
}

/*============= 【new arrival】 ==============*/
#new-arrival{
    
}

.new-arrival {
  border: #004190 2px solid;
  background-color: #FFFFE8;
  padding: 8px 10px;
  font-size: 14px;
}

.new-arrival .box {
  display: flex;
  padding: 6px 0;
  margin-bottom: 10px;
  border-bottom: #E3E3E3 1px solid;
}

.new-arrival .box p {
  display: inline-block;
  width: 15%;
  font-weight: 700;
  color: #000000;
  padding-right: 12px;
  letter-spacing: 0.18rem;
}

.new-arrival .box span {
  width: 84%;
  display: inline-block;
  padding-right: 12px;
}

.new-arrival .box figure {
  width: 8%;
  padding: 2px;
}

#new-arrival a {
    color: #0BA0FF;
}

#new-arrival a:active,
#new-arrival a:hover {
      transition:0.3s;
    color: #34BCFF;    
}

/*============= 【push-brands】 ==============*/
.box-inner {
  padding: 5px;
  margin: 0;
}
.push-brands{
        }

.push-brands h3{
    font-size: 24px;
    margin-bottom: 18px;
        }

a.btn{
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 8px 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1rem;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-push-brands {
  overflow: hidden;
  color: #fff;
  border-radius: 0;
  background-color: #ca0000;
  font-size: 12px;
}

a.btn-push-brands span {
  position: relative;
}

a.btn-push-brands:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #e08240;
}

a.btn-push-brands:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

a.btn-push-brands2 {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-push-brands2:hover {
  color: #fff;
  background: #000;
}


/*============= 【product】 ==============*/
.product-box{
    padding: 10px;
}

a.product-box-inner{
    display: block;
    padding: 10px;
    background-color: #FCFCFC;
    overflow:hidden;
    border: 1px solid #AFAFAF;
    border-radius: 3px;
    color: inherit;
    text-decoration: inherit;
}

.product-box-inner figure{
    margin-bottom: 12px;
}

.product-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

/*============= 【button】 ==============*/
a.btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #795548;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 80px;
  padding: 20px 20px 20px 75px;
  background-color: #ffffff;
  border: 5px solid #fcb900;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}
a.btn_01::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url("../img/cate/outlet.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_01 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
a.btn_01 span span {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
a.btn_01:hover {
  color: #ffffff;
  background-color: #fcb900;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #795548;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 80px;
  padding: 20px 20px 20px 75px;
  background-color: #ffffff;
  border: 5px solid #00bd15;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}
a.btn_02::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url("../img/cate/used.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_02 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
a.btn_02 span span {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
a.btn_02:hover {
  color: #ffffff;
  background-color: #00bd15;
}

a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #795548;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100px;
  padding: 20px 20px 20px 75px;
  background-color: #ffffff;
  border: 5px solid #e50010;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}
a.btn_03::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url("../img/icon/rakuten.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_03 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
a.btn_03 span span {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
a.btn_03:hover {
  color: #ffffff;
  background-color: #e50010;
}
/*============= 【page_top】 ==============*/
#page_top{
    width: 90px;
    height: 90px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #C80000C2;
    /*opacity: 0.6;*/
    border-radius: 50%;
    z-index: 999;
}

#page_top a{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
}

#page_top a::before{
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#page_top a::after{
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 35px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/*============= 【top cap】 ==============*/
.top-cap{
    font-size: 18px;
    font-weight: 700;
}

/*============= 【cateList】 ==============*/
.row.cateList {
  margin: 0 -10px 0px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.row.cateList [class*="col-"] {
  padding: 0 10px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
.col-pc-3-2, .itemList-pc--4{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

 .col-tab-6, .col-pc-3-2,{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  list-style: none;
}

[class*="iconButton"]::after, a[class*="iconButton"]::after{
    content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  transition: 0.15s;    
  right: 10px;
}

 [class*="iconButton"]:hover::after, a[class*="iconButton"]:hover::after{
  transition: 0.2s;
  margin-left: 3px;
  border-color: #ad0101;
}

a[class*="iconButton"]:hover {
  transition: 0.3s;
}
[class*="iconButton"]:hover, a[class*="iconButton"]:hover {
  color: #ad0101;
  background: #f2f2f2;
}

[class*="iconButton"], a[class*="iconButton"] {
  color: #1b1b1b;
  font-weight: bold;
  text-align: left;
  border-radius: 100px;
  border: 1px solid #dfdfdf;
  background: #FFF;
  line-height: 20px;
  padding: 10px 10px 10px 10px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

a[class*="iconButton"] {
  position: relative;
  padding-right: 15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    align-items:center;
    text-decoration: inherit;
}
[class*="iconButton"] span:first-child, a[class*="iconButton"] span:first-child {
  border-radius: 50%;
  overflow: hidden;
  max-width: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}
[class*="iconButton"] span:first-child img, [class*="iconButton"] span:first-child svg, a[class*="iconButton"] span:first-child img, a[class*="iconButton"] span:first-child svg {
  max-width: 100%;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}
.categorySec [class*="iconButton"] span:nth-child(2), a[class*="iconButton"] span:nth-child(2) {
  font-size: 13px;
    width: 70%;
}

/*============= 【sitemap】 ==============*/
#sitemap{
    background: #000;
    color: #fff;
}

.sitemap ul li{
    display: inline-block;
    font-size: 16px;
    margin-right: 12px;
    font-weight: 700;
    line-height: 2.1;
}

.sitemap ul li a{
    color: #FFF6F6;
    text-decoration: inherit;
}


/*221203 EC Ogawa Add*/
.asuraku-available-icon {
  height: auto !important;
}

/*============= 【copyright】 ==============*/
.copyright {
    line-height: 20px;
    text-align: center;
    padding: 20px 0 20px;
    font-size: 10px;
    background-color: #222222;
    color: #DFDFDF;
}
.copyright a img{
    margin-bottom: 4px;
}

.copyright p{
    margin-bottom: 0px;
}

@media screen and (max-width: 1200px) {
    .header-wrap {
      width: 100%;
    }
    #main-v figure {
      width: 100%;
    }
    #header nav ul li a{
        font-size: 8px;
    }
    
    .search {
          width: 400px;
        }
    
    .content-wrap {
      width: 100%;
      padding: 20px 10px;
    }
    
    .content-wrap2 {
        width: 100%;
    }
    .content-wrap3 {
        width: 100%;
    }
    .left-col {
          width: 20%;
          margin-right: 0;
    }
    .main-col {
      width: 80%;
      padding: 0 0 0 20px;
    }
    
    a.btn_01 span, a.btn_02 span, a.btn_03 span{
      font-size: 23px;
    }
    
    a.btn_01 span span, a.btn_02 span span, a.btn_03 span span{
      font-size: 12px;
    }
    
}
@media screen and (max-width: 949px) {
    .search {
          width: 300px;
        }
    a.btn_01 span, a.btn_02 span, a.btn_03 span {
      font-size: 20px;
    }
    a.btn_01 span span, a.btn_02 span span, a.btn_03 span span {
      font-size: 8px;
    }
}

@media screen and (max-width: 768px) {
    #header {
      height: 48px;
    }
    .content-wrap {
        padding: 20px 15px;
    }
    .content-wrap2 {
        width: 100%;
        padding: 20px 15px;
    }
    .disp-pc{
        display: none;
    }
    .disp-smt{
        display: block;
    }
    .main-col h2 {
      color: #FFFFFF;
      font-size: 14px;
      padding: 6px 12px;
     }
    .new-arrival {
      padding: 12px;
      font-size: 12px;
    }
    .col-2 {
        width: 33.3%;
    }
    .col-4 {
        width: 100%;
    }
    .col-6 {
        width: 100%;
    }
    .col-8 {
        width: 100%;
    }
    .mb-60 {
      margin-bottom: 40px;
    }
     .left-col {
         display: none;
    }
    .main-col {
      width: 100%;
      padding: 0;
    }
    .wrap-inner3 {
        padding: 0px 20px;
        margin-bottom: 20px;
    }
    .sitemap ul li {
        font-size: 12px;
    }
    #page_top {
        width: 60px;
        height: 60px;
    }
    #page_top a {
        width: 60px;
        height: 60px;
    }
    #page_top a::before {
        top: -33px;
    }
    #page_top a::after {
        content: 'PAGE TOP';
        font-size: 7px;
        top:25px;
    }
    .row.cateList [class*="col-"] {
      padding: 0 5px;
      margin-bottom: 15px;
    margin-left: 0;    
    }
    .col-pc-3-2, .itemList-pc--4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .new-arrival .box p {
        font-size: 11px;
        letter-spacing: 0.05rem;
    }
    .new-arrival .box span {
        width: 80%;
        padding-right: 8px;
    }
    .new-arrival .box figure {
        width: 15%;
        padding: 0px;
    }
}