@charset "UTF-8";

/* ---------------------------------------------------------------*\
$common
\*--------------------------------------------------------------- */
#wrapper_contents .hero_image_category {
  width: 100%;
  height: 430px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#wrapper_contents h3.category_title {
  margin-top: 40px;
  font-family: ryo-display-plusn, serif;
  font-size: 2.2rem;
}

#wrapper_contents h3.category_title::after {
  display: block;
  width: 85px;
  margin: 15px 0;
  content: '';
  border-bottom: solid 1px #c1b69c;
}

#wrapper_contents .description_category {
  margin-bottom: 110px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.4rem;
  line-height: 3rem;
}

/* each product */
#wrapper_contents .each_product {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 70px;
}

#wrapper_contents .each_product:nth-of-type(1) {
  margin-top: 0;
}

#wrapper_contents .thumbnail_product {
  width: 360px;
  height: 225px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#wrapper_contents .info_product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 330px;
  -ms-flex-pack: center;
}

#wrapper_contents .margin_left {
  margin-left: auto;
}

#wrapper_contents .margin_right {
  margin-right: auto;
}

#wrapper_contents h4.product_title {
  font-family: ryo-display-plusn, serif;
  font-size: 2.2rem;
}

#wrapper_contents h4.product_title a {
  font-size: inherit;
}

#wrapper_contents h4.product_title::after {
  display: block;
  width: 20px;
  margin: 8px 0 16px;
  content: '';
  border-bottom: solid 1px #111;
}

#wrapper_contents .description_product {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.4rem;
  line-height: 2.6rem;
}

#wrapper_contents .bx-wrapper {
  margin-bottom: 15px;
  background: none;
  border: 0;
  box-shadow: none;
}

#wrapper_contents .bx-pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#wrapper_contents .bx-pager a {
  width: 13%;
  margin-right: 1.5%;
  border: 1px solid #f9f9f9;
}

#wrapper_contents .bx-pager a .pager {
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#wrapper_contents .bx-pager a:last-child {
  margin-right: 0;
}

#wrapper_contents .bx-pager .active {
  border: 1px solid #efefef;
}

#wrapper_contents .other_title {
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-family: ryo-display-plusn, serif;
  font-size: 2.2rem;
  border-bottom: solid 1px #e8e8e8;
}

#wrapper_contents .child-pages {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#wrapper_contents .child-pages .child {
  width: 22%;
  margin-right: 4%;
}

#wrapper_contents .child-pages .child .image {
  height: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#wrapper_contents .child-pages .child h4 {
  margin-top: 8px;
  font-family: ryo-display-plusn, serif;
  font-size: 1.4rem;
}

#wrapper_contents .child-pages .child h4::after {
  display: block;
  width: 20px;
  margin: 8px 0 16px;
  content: '';
  border-bottom: solid 1px #111;
}

#wrapper_contents .child-pages .child:nth-child(4n) {
  margin-right: 0;
}

/* ---------------------------------------------------------------*\
$480px
\*--------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  #wrapper_contents .hero_image_category {
    height: 190px;
  }

  #wrapper_contents h3.category_title {
    margin-top: 14px;
    font-size: 1.8rem;
  }

  #wrapper_contents h3.category_title::after {
    margin: 8px 0 16px;
  }

  #wrapper_contents .each_product {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #wrapper_contents .thumbnail_product {
    width: 100%;
  }

  #wrapper_contents .info_product {
    width: 100%;
  }

  #wrapper_contents .each_product:nth-of-type(2n) {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #wrapper_contents h4.product_title {
    margin-top: 14px;
    font-size: 1.8rem;
  }

  #wrapper_contents .description_category {
    margin-bottom: 80px;
  }

  #wrapper_contents .bx-pager {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #wrapper_contents .bx-pager a {
    width: 25%;
    margin-right: 3.3333%;
  }

  #wrapper_contents .bx-pager a .pager {
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  #wrapper_contents .bx-pager a:last-child {
    margin-right: 0;
  }

  #wrapper_contents .child-pages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #wrapper_contents .child-pages .child {
    width: 45%;
    margin-right: 10%;
  }

  #wrapper_contents .child-pages .child .image {
    height: 100px;
  }

  #wrapper_contents .child-pages .child:last-child {
    margin-right: inherit;
  }

  #wrapper_contents .child-pages .child:nth-child(even) {
    margin-right: 0;
  }
}

.caution {
  width: 360px;
  padding: 0.4rem 0;
  font-family: ryo-display-plusn, serif;
  font-size: 11px;
  color: #888;
  letter-spacing: 0.015rem;
}

.caution.-white {
  color: #fff;
}
