@charset "UTF-8";
.breadcrumb_link_current:after {
  content: "";
  margin: 0;
}

.product_contents img {
  width: 100%;
  height: auto;
}

p.dog_att {
  font-size: 12px !important;
  text-align: right;
}

.av_brand_bnr_wrap {
  margin-bottom: 40px;
}

.av_brand_bnr_wrap .brand_bnr {
  margin-bottom: 15px;
}

.av_brand_bnr_wrap ul {
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
}

.av_brand_bnr_wrap li {
  width: 49%;
}

.av_brand_bnr_wrap li img {
  width: 100%;
  height: auto;
}

#brand_av .brand_panel > li > a {
  min-height: 373px;
}

@media screen and (max-width: 1023px) {
  .av_brand_bnr_wrap ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .av_brand_bnr_wrap li {
    margin-bottom: 15px;
  }
  .av_brand_bnr_wrap li:nth-child(even) {
    margin-left: auto;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1319px) {
  #brand_av .brand_panel > li > a {
    min-height: 530px;
  }
}

@media screen and (min-width: 1024px) {
  .av_brand_bnr_wrap ul {
    -ms-flex-pack: justify;
    /*IE*/
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .av_brand_bnr_wrap li {
    width: 32.5%;
    max-width: 430px;
  }
}

/* ===============================================================
av/subページ
=============================================================== */
body {
  font-size: 16px;
}

.fw_bold {
  font-weight: bold;
}

.fs_18 {
  font-size: 18px;
}

.komezirushi {
  text-indent: -1em;
  padding-left: 1em;
}

.w_1140 {
  max-width: 1140px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.feature_catch {
  padding: 5px 20px;
  background: #faf5e7;
  color: #df0202;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.feature_section_block_ttl {
  background-image: -webkit-linear-gradient(right, #b9aa92 0px, #b9aa92 2px, #fff 2px, #fff 3px);
  background-image: -o-linear-gradient(right, #b9aa92 0px, #b9aa92 2px, #fff 2px, #fff 3px);
  background-image: linear-gradient(to left, #b9aa92 0px, #b9aa92 2px, #fff 2px, #fff 3px);
  background-repeat: repeat-x;
  background-size: 3px 1px;
  background-position: left bottom;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.av p {
  line-height: 1.5;
}

.av .product_contents {
  margin: 15px 0 50px;
}

.bg_white {
  padding: 30px 40px 70px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px 0 rgba(59, 41, 0, 0.11);
  box-shadow: 0 0 3px 0 rgba(59, 41, 0, 0.11);
}

.img_w841 {
  display: block;
  max-width: 841px;
  margin-right: auto;
  margin-left: auto;
}

.img_w760 {
  display: block;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.av_content_title {
  margin: 0 0 30px;
  padding: 7px 20px;
  background: #e9dfd1;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}

/* __________ バナー __________ */
.av_bnr_mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 766px;
  width: 100%;
  margin: 20px auto;
}

.av_bnr_mini a:hover {
  opacity: 0.7;
}

.av_bnr_mini a + a {
  margin-left: 10px;
}

.av_bnr {
  max-width: 766px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.av_bnr a:hover {
  opacity: 0.7;
}

/* __________ 取り扱い商品 __________ */
.av_product {
  margin-top: 50px;
}

.av_product_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.av_product_content {
  width: 19%;
  background: #f1f1f1;
  padding: 15px;
  margin-bottom: 20px;
}

.av_product_name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .av_product_content {
    width: 32%;
  }
}

/* __________ av/use __________ */
.av_img_txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap_use_1 .av_img_wrap {
  width: 187px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
}

.wrap_use_2 .av_img_wrap {
  width: 257px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
}

/* __________ av/birth __________ */
.wrap_birth_1 .av_img_wrap {
  width: 173px;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrap_birth_2 .av_img_wrap {
  width: 173px;
  margin-left: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrap_birth_3 .av_img_wrap {
  width: 173px;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.av_img_wrap img + img {
  margin-top: 10px;
}
