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


#page-body {
  margin-right: -10px;
  margin-left: -10px;
}

@media screen and ( min-width: 979px ) {
  #page-body {
    margin: 0 auto !important;
  }
}

body{
  padding: 0;
}


li{
  list-style-type: none;
}
a:hover,
a:focus{
  color: #333;
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
.content{
  margin-top:5%;
}
.breadcrumb {
  display: none;
}
#saleInner{
  font-size:13px;
}

#saleInner .bannerArea{
  margin-bottom:80px;
  text-align: center;
}
#saleInner .bannerArea img{
  text-align: center;
}

/*---------ttl------------*/
.categoryTtl{
  color: #111;
  font-size: large;
  padding-bottom: 1.5%;
  margin: 8% auto 3%;
  text-align: left;
  border-bottom: 2px solid #ddd;
  font-family: 'Roboto';
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 24px;
  width: 100%;
}
.categoryTtl span {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  padding-left: 1%;
  vertical-align: middle;
}
.categoryTtl.offRate {
  color: #c60004;
}


/*-----tab-----*/

ul#tab{
  letter-spacing:1.5px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display:table;
  font-family: 'Roboto';
  font-weight: bold;
  text-align: center;
  width: 100%;
  align-items: flex-end;
  display: flex;
}
ul#tab a{
  text-decoration: none;
}
#womens-tab{
  margin-left: 0;
}

ul#tab li{
  float: left;
  width: 49%;
  margin-right: 0;
}

ul#tab li p{
  text-align: center;
  color: #111;
  font-size: 26px;
  background-color: #ddd;
  padding: 32px 0;
  border: 2px solid #ddd;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  letter-spacing: 3px;
}

li.tab-border {
  width: 2% !important;
}
.tab-border p {
  border: none !important;
  border-bottom: 2px solid #ddd !important;
}
li.choose p {
  background-color: #fff !important;
}


/*-----btn-----*/

ul.btn-container, ul.brand-container{
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
#womens ul.brand-container{
  justify-content: left;
}
#womens .brand-container li{
  margin-right: 1.5%;
}

.brand-container li {
  width: 23.5%;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.brand-container li {
  width: 23.5%;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.brand-img{
  position: relative;
}
.brand-img .brand-txt {
  position: absolute;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Roboto';
  letter-spacing: 3px;
  line-height: 1.6em;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
}
.brand-txt p {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: relative;
}

.btn-container li  {
  display: inline-block;
  width: 18.5%;
  background-color: #f1f1f1;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1.5%;
  border-radius: 5px;
  text-align: center;
}

.btn-container a  {
  display: block;
  font-weight: bold;
  padding: 30px 0;
  color: inherit;
  text-align: center;
}
.btn-container li:hover {
  background-color: #555;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  color: #fff !important;
  opacity: 1;
}
.btn-container li a:hover{
  text-decoration: none;
  color: #fff;
  opacity: 1;
}
li.all-btn {
  width: 100%;
}
.price li {
  width: 23.5%;
}
.offRate ul {
  margin-bottom: 8%;
}
.offRate li {
  width: 32%;
}
.all-items li {
  width: 100%;
  color: #fff;
  background-color: #000;
  margin-bottom: 14%;
}

a.disabled{
  pointer-events: none;
}

@media screen and ( max-width: 767px ) {


#page-footer {
    padding: 0;
    margin: 0;
    width: 100%;
}

/*default
-------------------*/
#page-footer {
  margin: 0;
}
#page-footer .nav li {
  padding: 0;
}
#wrapper {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
#page-header .navbar-inner, #page-footer .nav, #head-bar {
  padding-left: 10px;
  padding-right: 10px;
}

  .brand-img .brand-txt {
    font-size: 14px;
  }

  .salecontent {
    width: 90%;
    margin: 0 auto;
  }
  .categoryTtl{
    margin: 15% auto 6%;
    padding-bottom: 4%;
  }
  ul#tab li p{
    font-size: 21px;
    padding: 26px 0;
  }
  .brand-container li {
    width: 47.5%;
    margin-bottom: 4%;
  }
  .btn-container li {
    display: inline-block;
    width: 48.5%;
    margin-bottom: 3%;
    font-size: 14px;
  }
  .all-btn li {
    width: 100%;
  }
  .all-items li {
    width: 100%;
    margin-bottom: 14%;
  }
  li.tab-border {
    width: 4% !important;
  }

  ul#tab li p{
    border: 1px solid #ddd;
    border-bottom: none;
  }
  .tab-border p {
    border-bottom: 1px solid #ddd !important;
  }
  .offRate ul {
    margin-bottom: 15%;
  }

  #womens ul.brand-container{
  justify-content: space-between;
}
#womens .brand-container li{
  margin-right: 0;
}

}


/*タブ切り替え全体のスタイル*/
.tabs {
  width: 100%;
  margin: 0 auto;
}
@media screen and ( max-width: 979px ) {
.tabs {
    width: 95%;
}
}
@media screen and ( max-width: 767px ) {
.tabs {
    width: 90%;
}
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  padding: 3% 0 2.5%;
  text-align: center;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  display: block;
  float: left;
  transition: all 0.2s ease;
  box-sizing: border-box;
  background-color: #ddd;
  border-radius: 8px 8px 0 0;
  color: #111;
  border-bottom: 2px solid #ddd;
}
.tab_item:hover {
  opacity: 0.75;
}
@media screen and ( max-width: 767px ) {
.tab_item {
    padding: 6% 0 5%;
    font-size: 21px;
}
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#mens-sale:checked ~ #mens,
#womens-sale:checked ~ #womens{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  border: 2px solid #ddd;
  border-bottom: none;
  background-color: #fff;
}
@media screen and ( max-width: 767px ) {
.tabs input:checked + .tab_item {
    border: 1px solid #ddd;
    border-bottom: none;
}
}
