main.container{
 max-width:100%;padding:0;
}

/* お気に入りボタン */
.product-list__fav-items{
  text-align:left;
}

.favorite-button {
   border:none!important;
  -webkit-transition: color .2s ease, background-color .2s ease;
  transition: color .2s ease, background-color .2s ease
        display: inline-block;
  background-color: #fff;
  border: 2px solid currentColor;
  text-decoration: none;
  line-height: 1;
  border-radius: 4px;
  margin-top:10px;
  font-size: 10px;
  padding: 5px;
  font-size:20px;
  display:inline;
}

.favorite-button i{
    color:#ccc;
}
.favorite-button.fav-items i{
    color:#df2a1c;
}

.p-product{
 padding: 5em 0 ;
}
.top-about-desc{
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5em;
}
.top-about-desc .cat-name .en{
 font-size:20px;font-weight:bold;
}
.top-about-desc .cat-name .big-ttl{
  font-size: 50px;
  margin-right: 0.2em;
  display: inline-block;
  vertical-align: middle;
}
.subcategory-list{
  margin-top: 1em;
}
.subcategory-list li a{
  color: #A5A4A4;
}
.FreeSpace{
  margin-top: 1em;
  line-height: 1.6;
  /*display: flex;
  justify-content: space-between;
  align-items: flex-start;*/
  position:relative;
}
.FreeSpace:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}
.FreeSpace .cat-logo{
  display: block !important;
  margin-top: -88px;
  float:right;
}
.FreeSpace .cat-desc{float:left;}
.search-box{
  max-width: 903px;
  width: 100%;
  margin-bottom: 3em;
}
.search-box .search__form{
  justify-content: space-between;
}
.search-box .cat-select{
  width: 21%;
  padding: 0.5em 0.5em;
  line-height: 45px;
  height: 45px;
  border-radius: 0;
}
.search-box .product-search{
  width: 64%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #BEBEBE;
  border-radius: 0;
}
.search-box .search__button{
  width: 12%;
  background-color: #000;
  color: #fff;
}
.search-box .search__button img{
  margin-left: 0.5em;
  margin-top: -5px;
}

.productlist-sort {
  margin: 20px 0;
  padding: 0;
  border: none;
  background: #fff;
  font-size: .8125rem;
}
.productlist-sort-totalnumber span{
  font-size: 18px;
}
.product-list-wrap{
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  margin-top: 2em;
}
.primary-area{
  width: 73%;
}
ul.items a {
  color: #000;
  text-align: left;
  transition: all 0.3s ease;
}
ul.items a:hover{
 opacity:0.6;
}
ul.items a .price span {
    color: #000;
    font-weight: 500;
    margin-top: 1em;
}
ul.items a .price span.soldout {
    color: #c1272d;
}
ul.items .s_expl{font-size:12px;}
.side-bar{
  width: 23%;
}
.product-list-wrap{
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}

.side-bar .group ul li a{
  color: #000;
  padding: 1.3em 0;
  display: block;
  position: relative;
  border-bottom: 1px solid #000000;
}
.side-bar .group ul li a::before{
  content: '';
  background: url(https://zabou.org/anize/newtemplate/common/icon_arrow.svg) no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  background-size: cover;
  top: 50%;
  right: 6px;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
}
.side-bar .group ul li a:hover::before{
  top: 48%;
  right: 0px;
}
.side-bar .banner-list{
  margin:2em 0;
}
.side-bar .banner-list a{
  display: block;
  margin-bottom: 0.9em;
  transition: all 0.3s ease;
}
.side-bar .banner-list a:hover{
  opacity: 0.6;
}
.side-bar .banner-list a:last-child{
  margin-bottom: 0;
}
.side-bar .ttl{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.side-bar .icon-wrap{
  display: flex;
  align-items: center;
}
.side-bar .icon-wrap a{
  max-width: 40px;
  width: 100%;
  display: block;
  transition: all 0.3s ease;
}
.side-bar .icon-wrap a:hover{
  opacity: 0.6;
}
.pagenation-list{
  text-align: center;
}
.pagenation-list__unit a, .pagenation-list__unit span {
    display: block;
    float: left;
    height: 44px;
    width: 44px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: bold;
    border: none;
    background-color: #F2F2F2;
}
.pagenation-list__unit .pg-nav,
.pagenation-list__unit span.current{
	color:#fff;
	background-color: #DF2A1C;
}
.pagenation-list__unit .pg-nav.nonactive{
	background-color: #E6CDCB;
}
.middle-banner{
  display: flex;
  justify-content: space-between;
}
.middle-banner a{
  width: 49.5%;
  color: #Fff;
  display: block;
  text-align: center;
  min-height: 570px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.middle-banner a:hover{
  opacity: 0.8;
  text-decoration: none;
}
.middle-banner a.bn01{
  background: url(https://zabou.org/anize/newtemplate/top/bg_guide.jpg) no-repeat;
  background-size: cover;
}
.middle-banner a.bn02{
  background: url(https://zabou.org/anize/newtemplate/top/bg_faq.jpg) no-repeat;
  background-size: cover;
}
.paragraph-item{
  text-align: center;
  margin-top: 2em;
}

@media (max-width: 1100px) {
  .top-about-desc .cat-name .big-ttl {
      font-size: 35px;
  }
}
@media screen and (max-width: 980px) {
  .middle-banner {
    display: block;
  }
  .middle-banner a {
    width: 100%;
    min-height: auto;
    padding: 3em 0
  }
}

@media (max-width: 767px) {
  .p-product {
    padding: 3em 0 !important;
  }
  .middle-banner a.bn01{
    margin-bottom: 5px;
  }
   .FreeSpace .cat-desc {
    float: none;
  }
  .top-about-desc .cat-name .big-ttl {
    font-size: 24px;
  }
  .top-about-desc .cat-name .big-ttl .jp{
    display: block;
  }
  .FreeSpace .cat-logo {
    margin-top: 0;
    float: none;
  }
  .product-list-wrap {
    display: block;
  }
  .search-box .search__form {
    flex-wrap: wrap;
  }
  .search-box .cat-select {
    width: 53%;
    margin-bottom: 0.5em;
  }
  .search-box .product-search {
    width: 64%;
  }
  .search-box .search__button {
    width: 31%;
  }
  .primary-area {
    width: 100%;
  }
  .side-bar {
    width: 100%;
  }
  .pagenation-list__unit a, .pagenation-list__unit span {
    height: 36px;
    width: 36px;
  }
}