@charset "euc-jp";

section h2[class="Oswald"]{
  text-align: center;
  font-weight: bold;
  font-size: 38px;
}

.slider{
  min-width: 1200px;
  overflow:hidden;
}
.slide36{
  width: 3600px;
  margin-left: calc(-1200px + (100% - 1200px)/2);
}
.slider:after{
  content:'';
  display: block;
  clear: both;
}
.slider img {
  max-width: 100vw;
  width: auto !important;
}
.slider .bx-wrapper {
  margin-bottom: 30px;
}
.slider .bx-wrapper .bx-viewport{
  left:0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border:none;
}

.slider .slide36 .bx-viewport #slider{margin-left: 33.3333%;}
.slider .bx-wrapper .bx-pager {
  padding-top: 10px;
  bottom: -20px;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a{
  width: 36px;
  height: 6px;
  border-radius: 0;
  margin: 0 3px;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a.active{background: #df2a1c;}

#slider figure{position: relative;}

/* 遅延読み込み対策 */
#slider > div:not(:first-child) {
    display: none;
}
.bx-wrapper #slider > div:not(:first-child) {
    display: block;
}


section.news_info{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  /*background: #f2f2f2;*/
  margin:29px auto 0;
  font-size: 12px;
}
section.news_info > div[class]{
  margin: 2px;
  width:50%;
}

section.news_info .nw_list{
  overflow-Y: scroll;
  height: 216px;
  padding-left: 97px;
}
section.news_info .nw_list:before{
  content:'NEWS';
  position: absolute;
  left: 12px; top: 14px;
  font-size: 25px;
  font-weight: bold;
}
section.news_info .info__newsItem{
  position: relative;
  padding-left: 45px;
  min-height: 68px;
  margin-top: 22px;
  background-color: #f2f2f2
}
section.news_info .info__newsItem:not(:first-of-type){margin-top: 30px;}
section.news_info dt.info__newsMeta{
  font-weight: bold;
  padding-top: 5px;
  padding-left: 15px;
}
section.news_info dd.info__newsBody{padding-left: 14px;}
section.news_info dd.info__newsBody a{display: -webkit-box;display: -ms-flexbox;display: flex;}
section.news_info dd.info__newsBody img{
  position: absolute;
  left:0;top:0;
  width:45px;
}
section.news_info dd.info__newsBody span{
  display: block;
  line-height: 1.5;
  margin-top: 6px;
}
section.news_info .info__newsItemCategory{
  display: inline-block;
  color:#fff;
  background: #df2a1c;
  font-weight:bold;
  line-height: 1.3;
  margin-right:0.5em;
  padding: 0 2px;

}

section.news_info > .infomation{
  position: relative;
  background: #fff;
  padding-top: 13px;
  padding-left: 13px;
}
section.news_info > .infomation h3{
  font-size: 16px;
  font-weight: bold;
}
section.news_info > .infomation h3 span{color: #df2a1c;}
section.news_info > .infomation h3 img{
  width:90px;
  margin-top: -5px;
  margin-left: 10px;
  /* position: absolute;
  top:15px;
  */
}
section.news_info > .infomation strong{
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  margin-top: 13px;
}
section.news_info > .infomation p{
  display: block;
  line-height: 1.9;
  margin-top: 10px;
}
section.news_info > .infomation a.more{
  position: absolute;
  right:-2px;bottom:-2px;
  display: block;
  color:#fff;
  background: #df2a1c;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  padding:0 8px;
}

section.popup_banner{
  position: relative;
  background: #F2F2F2;
  margin-top:38px;
  padding-top:24px;
  padding-bottom:24px;
  min-width: 1200px;
}
section.popup_banner ul.items{margin :0 auto;}
section.popup_banner ul.items li{
  position: relative;
  width:457px;
  margin:0 15px;
  max-width: calc(25% - 23px);
}
section.popup_banner ul.items li a:not([class]){
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  position: absolute;
  top:0%;left: 0;
  height:100%;
  width:100%;
  padding:15px;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-decoration: none;
  color:inherit;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

}
section.popup_banner ul.items li a:not([class]):before{
  content: '';
  background: no-repeat left center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjQ5IiBoZWlnaHQ9IjE2Ljk5Ij48cGF0aCBmaWxsPSIjZGYyYTFjIiBkPSJNMCAxNi45OFYwbDguNDkgOC40OUwwIDE2Ljk4eiIvPjwvc3ZnPg==);
  display: block;
  height:1.0em;
  width:0.8em;
  vertical-align: middle;
  background-size: contain;
}

section.category{padding:50px 0 0;}
section.category h2{border-bottom:solid 1px #C7B299;}
section.category ul.items{margin:18px auto 50px;}
section.category ul.items li{position: relative;}
section.category ul.items li a:not([class]){
  display: block;

  position: absolute;
  top:0;left: 0;
  height:100%;
  width:100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
  /* letter-spacing: 0.2em; */
  text-decoration: none;
  color:inherit;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1.25em;
}
section.category ul.items li a:not([class]):before{
  content: '';
  height: 50%;
  width:100%;
  display: block;
  margin-top:-1.0em;
}
section.category ul.items li i.arrow{
  position: absolute;
  top:50%;left: 0.5em;
  display: block;
  background:no-repeat center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjQ5IiBoZWlnaHQ9IjE2Ljk5Ij48cGF0aCBmaWxsPSIjZGYyYTFjIiBkPSJNMCAxNi45OFYwbDguNDkgOC40OUwwIDE2Ljk4eiIvPjwvc3ZnPg==);
  background-size: contain;
  height:24px;
  width:8px;
  vertical-align: middle;
  margin-top:-1.0em;
  margin-right: 5px;
}

section.pickup{
  position: relative;
  /*background: #F2F2F2;*/
  padding-top:28px;
  padding-bottom:28px;
  min-width: 1200px;
}
section.pickup h2{border-bottom:solid 1px #C7B299;}
section.pickup ul.items{margin-top:5px;margin-bottom: 0;}
section.pickup ul.items li{
  width:620px;
  max-width: 31.6%;
  margin:0 15px;
  background-color: #F2F2F2;
  padding: 5px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
}
section.pickup figure.thum{position: relative;}
section.pickup figure.thum img{position: relative;z-index: 2;}
section.pickup figure.thum:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 90%;
  margin-left: -45%;
  height: 20px;
  border-radius: 100%;
  -webkit-box-shadow: 0 -1px 16px 25px rgba(0, 0, 0 ,0.25);
  box-shadow: 0 -1px 16px 25px rgba(0, 0, 0 ,0.25);
}
section.pickup .brand_name{
  position: relative;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-top:32px;
}
section.pickup .desc{
  font-size: 12px;
  line-height: 21px;
  text-align: left;
  margin-top:5px;
  padding:0 0.5em;
  letter-spacing: -0.025em;
}
section.pickup .desc p:not(:last-of-type){margin-bottom:21px;}
section.pickup a.goto{
  position: absolute;
  top:-2px;right:0;
  line-height: 28px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: #df2a1c;
  padding:0 8px;
}
section.pickup .desc > a.goto{
  position: static;
  display: table;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #df2a1c;
  margin:1.0em auto;
  padding:0 0.5em;
}

section.recommend{padding:41px 0 89px;}
section.recommend h2{
  margin-top: 3px;
  padding:0 0 1px;
  border-bottom:solid 1px #C7B299;
}
section.recommend ul.items{margin:30px auto 50px;}
/* section.recommend ul.items li:nth-of-type(n+6){margin-top:28px;} */

section.instagram{
  /*background: #F2F2F2;*/
  padding:29px 0 1px;
}
section.instagram h2{
  font-size: 38px;
  text-align: center;
}
section.instagram h3{
  position: relative;
  text-align: center;
  font-weight: bold;
  border-bottom:solid 1px #C7B299;
  font-size: 25px;
  color: #998675;
  margin-top: 13px;
  padding:0 0 11px;
}
section.instagram h3 a{
  position: absolute;
  right:0;
  bottom:6px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #998675;
}
section.instagram figure.thum{
  /* box-sizing: content-box; */
  border:solid 1px #cacaca;
  width: 100%;
}
section.instagram figure.thum img{width: 100%}
section.instagram ul.timeline{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    margin: 46px auto 54px;
}
section.instagram ul.timeline li{
  width:374px;
  background-color: #F2F2F2;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
section.instagram ul.timeline li:nth-of-type(3n+2){margin:0 39px;}
section.instagram ul.timeline li:nth-of-type(n+4){margin-top:68px;}
section.instagram ul.timeline .desc{
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  margin-top: 13px;
}

section.hot_brands{
  height: 616px;
  padding:48px 0 1px;
}
section.hot_brands h2{
  position: relative;
  text-align: center;
  font-weight: bold;
  border-bottom:solid 1px #C7B299;
  font-size: 25px;
  margin-top: 13px;
  padding:0 0 7px;
}
section.hot_brands ul.brand_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:40px auto 50px;
}
section.hot_brands ul.brand_list li{
  width:280px;
  margin:0 10px;
}
section.hot_brands ul.brand_list li a{
  display: block;
}
section.hot_brands ul.brand_list li:nth-of-type(n+5){margin-top:30px;}
section.hot_brands ul.brand_list figure{text-align: center;}
section.hot_brands ul.brand_list figcaption{
  font-size: 12px;
  text-align: center;
  color: #333;
  -webkit-box-shadow: 0 -3px 0 #f2f2f2;
  box-shadow: 0 -3px 0 #f2f2f2;
  margin-top:2px;
  padding-top:7px;
}

section.ranking{padding:41px 0 93px;}
section.ranking h2{
  border-bottom:solid 1px #C7B299;
  margin-top: 13px;
  padding:0 0 4px;
}

section.blog{
  /*background: #F2F2F2;*/
  padding:67px 0 105px;
}
section.blog h2{
  position: relative;
  text-align: center;
  border-bottom:solid 1px #C7B299;
  padding:0 0 15px;
}
section.blog h2 a{
  position: absolute;
  right:0;
  bottom:12px;
  text-decoration: underline;
  font-size: 16px;
  line-height: 28px;
  color: #998675;
}
section.blog h2 img{width:156px;}
section.blog ul.posts{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:34px auto 0;
  color: #333;
}
section.blog ul.posts li{
  width:372px;
  background-color: #F2F2F2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}
section.blog ul.posts li:nth-of-type(3n+2){margin:0 42px;}
section.blog ul.posts li:nth-of-type(n+4){margin-top:68px;}
section.blog ul.posts figure.thum,
section.blog ul.posts figure.thum > img{width:100%;}
section.blog ul.posts .title{
  font-size: 14px;
  line-height: 24.5px;
  margin-top: 14px;
}
section.blog ul.posts .desc{
  font-size: 12px;
  line-height: 21px;
  margin-top: 9px;
}
section.blog ul.posts .date{
  font-size: 10px;
  margin-top: 17px;
}
section.blog ul.posts .date img{
  border-radius: 40px;
  overflow: hidden;
  width:30px;
  height:30px;
  margin-right:15px;
  vertical-align: middle;
}

section.about{padding:66px 0 94px;}
section.about h2{
  position: relative;
  text-align: center;
  border-bottom:solid 1px #C7B299;
  padding:0 0 9px;
}
section.about h2 a{
  position: absolute;
  right:0;
  bottom:6px;
  text-decoration: underline;
  font-size: 16px;
  line-height: 28px;
  color: #998675;
}
section.about h2 img{width:310px;}
section.about .desc{
  color: #333;
  line-height: 30px;
}
section.about .desc article{
  font-size: 12px;
  background:no-repeat right top url(https://zabou.org/anize/zabouwebshop/zabou/syasinn.jpg);
  margin:25px auto 0;
}
section.about .desc article h3{
  font-weight: bold;
  font-size: 20px;
  padding:8px 0;
  margin-bottom: 24px;
}
section.about .desc article p+p:not(:last-of-type){margin:30px auto 30px;}
section.about .desc article a.moreDetail.access{
  min-width:335px;
  font-size: 14px;
  text-align: left;
  line-height: 40px;
  letter-spacing: 0.005em;
  background: #DF2A1C;
  margin: 15px auto;
  padding:0 16px;
}

@media screen and (max-width:980px) {
  .slider{
    min-width: 100%;
    overflow:hidden;
  }
  .slide36{
    width: 300%;
    margin-left: -100%;
  }
  .slider .bx-wrapper{max-width: 100%!important;}
  /* section[class].news_info {padding-top:50px;} */
  section[class]{margin-top:10px;padding: 10px;}
  section[class] h2{font-size: 25px;margin:0;padding:0.25em 0;}
  section.popup_banner,section.pickup, section.hot_brands{
    min-width: auto;
    min-width: none;
    height: auto;
  }

  section.popup_banner[class] ul.items li,
  section.hot_brands ul.brand_list li:nth-of-type(n)
    {margin: 0;width:50%;}
  section.blog ul.posts li:nth-of-type(n)
  {margin: 0;width:49%;}

  section.news_info{padding-top:50px;}
  section.news_info .nw_list {
    height: 300px;
    padding-left: 0;
  }
  section.news_info .nw_list:before {
    position: static;
    left:50%;
    top:10px;
    display: table;
    text-align: center;
    margin:0 auto;
  }
  section.popup_banner[class] {padding-top: 12px;padding-bottom: 12px;}
  section.popup_banner ul.items{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
  section.popup_banner ul.items li{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: auto;
    max-width: none;
  }
  section.popup_banner ul.items li a:not([class]){font-size: 2.2vw;}

  section.recommend {padding-bottom:2.0em;}
  section.category[class] ul.items li:nth-of-type(n) {width: 20%;margin:0}
  section.category ul.items li a:not([class]){
    font-size: 1.35vw;
    line-height: 2.0vw;
  }
  section.category ul.items li i.arrow{
    height:2.0vw;
    width:0.65vw;
    background-size: contain;
  }

  section.pickup ul.items {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
  section.pickup ul.items li{
    max-width: auto;
    max-width: none;
  }
  section.pickup ul.items li:nth-of-type(n+2){margin-top:1.0em;}
  section.hot_brands ul.brand_list{margin:1.0em 0;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
  section.ranking {padding-bottom:2.0em;}

  section.instagram h3 {
    font-size: 20px;
    margin-top:10px;
    margin-bottom:36px;
    padding:0;
  }
  section.instagram h3 a {bottom: -2.0em;}
  section.instagram ul.timeline{margin:15px 0 0;}
  section.instagram ul.timeline li:nth-of-type(n) {margin: 0;width:100%;padding-bottom:1.0em;}
  section.blog ul.posts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.0em;
    padding-bottom:1.0em;
  }
  section.blog ul.posts li:nth-of-type(n+3){margin-top: 1.0em;}
  section.about .desc article{background-image: none}
}
@media screen and (min-width:769px) {
  section.category ul.items li:nth-of-type(n+6){margin-top:23px;}
}
@media screen and (max-width:768px) {
  section.news_info > div[class] {width: 100%;}
  section.news_info > .infomation{display: none;}

  section.category[class] ul.items {margin-bottom: 1.0em;}
  section.category[class] ul.items li:nth-of-type(n){width: 50%;}

  section.category ul.items li a:not([class]){
    font-size: 3.2vw;
    line-height: 4.0vw;
  }
  section.category ul.items li i.arrow{
    height:4.0vw;
    width:1.5vw;
  }

  section.pickup ul.items li:nth-of-type(n){width:100%;}

  section.about h2 img {width: 50vw;margin-bottom:0.5em;}
  section.about .desc {line-height: 1.8;}
  section.about .desc article{margin:0;}
  section.about .desc article h3 {
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin: 1.0em 0;
}
  section.about .desc article p+p:nth-of-type(n){margin:1.8em 0;}
  section[class] h2 a,
  footer.footer section.bnr_links{display: none;}
}
@media screen and (max-width:480px) {
  section.popup_banner {margin-top:0;}
  section.popup_banner ul.items,
  section.popup_banner ul.items li:nth-of-type(n){
    width:100%;
    margin:0;
    margin-top: 5px;
  }
  section.popup_banner ul.items li a:not([class]){font-size: 4.0vw;}
  section.about .desc article a.moreDetail.access{
    min-width:auto;
    min-width:none;
  }
}
