﻿@charset "UTF-8";
/* ===============================================================
common
=============================================================== */
.hidden {
  display: none !important;
}

.alignl {
  text-align: left;
}

.alignr {
  text-align: right;
}

.alignc {
  text-align: center;
}

.fc_red {
  color: #df0202 !important;
}

.fw_bold {
  font-weight: bold;
}

.shadow_box {
  -webkit-box-shadow: 0 0 5px 0 rgba(74, 27, 26, 0.11);
  box-shadow: 0 0 5px 0 rgba(74, 27, 26, 0.11);
}

.shadow_btn {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1023px) {
  .display_pc {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .display_tab {
    display: none;
  }
}

/* __________ layout __________ */
.fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.page_title {
  position: relative;
  padding: 13px 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.page_title::before,
.page_title::after {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  border-top: 1px solid #d2c5b8;
  border-bottom: 1px solid #fff;
}

.page_title::before {
  top: 0;
}

.page_title::after {
  bottom: 0;
}

/* __________ 注釈 __________ */
.brand_att {
  font-size: 10px;
}

/* __________ link __________ */
/* __________ btn __________ */
/* __________ form __________ */
.brand_top input,
.brand_top select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.brand_top select::-ms-expand {
  display: none;
}

/* ===============================================================
ブランドTOP
=============================================================== */
.brand_h3 {
  height: 50px;
  margin-bottom: 15px;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 1px 2px;
  border-radius: 5px 5px 0 0 / 5px 5px 0 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  letter-spacing: .1em;
}

#brand_zyp .brand_h3,
#brand_hdh .brand_h3,
#brand_gtm .brand_h3 {
  color: #3c2c20;
  background-image: url(/kodawari/img/kodawari_h3_bg.gif);
}

#brand_nutricare .brand_h3 {
  color: #3c2c20;
  background-image: url(/nutricare/img/nutricare_h3_bg.gif);
}

#brand_dog .brand_h3 {
  color: #3c2c20;
  background-image: url(/supplement/dog/img/dog_h3_bg.gif);
}

#brand_ff .brand_h3,
#brand_av .brand_h3 {
  color: #3c2c20;
  background-image: url(/supplement/img/supplement_h3_bg.gif);
}

.brand_bnr {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.brand_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand_panel > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(74, 27, 26, 0.11);
  box-shadow: 0 0 5px 0 rgba(74, 27, 26, 0.11);
  border-radius: 5px;
}

.brand_panel.col4 > li {
  width: 24%;
  margin: 15px 0 0 1%;
}

.brand_panel.col3 > li {
  width: 32%;
  margin: 15px 0 0 1%;
}

.brand_panel > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;

min-height: 1px;
}

.brand_panel h4 {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 3px solid #fff;
  font-size: 18px;
  font-weight: bold;
}

#brand_zyp .brand_panel h4,
#brand_hdh .brand_panel h4,
#brand_gtm .brand_panel h4 {
  border-color: #3d0404;
}

#brand_nutricare .brand_panel h4 {
  border-color: #ed8f4b;
}

#brand_dog .brand_panel h4 {
  border-color: #6286c8;
}

#brand_ff .brand_panel h4,
#brand_av .brand_panel h4 {
  border-color: #6286c8;
}

.brand_panel img {
  display: block;
  margin: 0 auto;
  -ms-flex-flex-item-align: center;
  /*IE10*/
  -webkit-align-self: center;
  /* Safari6.1以降 */
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  height: auto;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

p.brand_panel_point,
.brand_panel_point li {
  position: relative;
  padding-left: 23px;
  font-size: 14px;
}

p.brand_panel_point {
  margin: 12px 0 15px;
}

.brand_panel_point {
  margin: 12px 0 15px;
}

p.brand_panel_point::before,
p.brand_panel_point::after,
.brand_panel_point li::before,
.brand_panel_point li::after {
  display: block;
  content: '';
  position: absolute;
}

.brand_panel_point::before,
.brand_panel_point li::before {
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.brand_panel_point::after,
.brand_panel_point li::after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#brand_zyp .brand_panel_point::before,
#brand_hdh .brand_panel_point::before,
#brand_gtm .brand_panel_point::before,
#brand_kodawari .brand_panel_point li::before,
#brand_kodawari .brand_panel_point::before {
  background: #90563a;
}

#brand_nutricare .brand_panel_point::before,
#brand_nutricare .brand_panel_point li::before {
  background: #f1a56f;
}

#brand_dog .brand_panel_point::before,
#brand_dog .brand_panel_point li::before {
  background: #85a4dd;
}

#brand_ff .brand_panel_point::before,
#brand_ff .brand_panel_point li::before,
#brand_supplement .brand_panel_point::before,
#brand_supplement .brand_panel_point li::before,
#brand_av .brand_panel_point::before,
#brand_av .brand_panel_point li::before {
  background: #85a4dd;
}

#brand_skincare .brand_panel_point li::before {
  background: #ec8fa1;
}

.brand_panel_price {
  margin: 15px 0;
  text-align: right;
}

.brand_panel_price li {
  width: 100%;
  max-width: 281px;
  text-align: left;
  margin-top: 0.25em;
}

.brand_panel_price dt,
.brand_panel_price dd {
  display: inline-block;
}

.brand_panel_price dt {
  margin-right: 1em;
}

.brand_panel_link {
  position: relative;
  display: block;
  height: 30px;
  margin-top: auto;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  padding-right: 16px;
}

.brand_panel_link::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 20px;
  margin-right: 10px;
  background: url(/shared/img/icon_bag.png) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}

.brand_panel_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ffffff;
}

#brand_skincare .faq_brand_panel_link ul {
  padding-top: 7px;
}

#brand_skincare .faq_brand_panel_link ul li {
  padding-left: 20px;
  padding-bottom: 4px;
  background: url(/skincare/img/index/product_icon.png) no-repeat 0 2px;
  font-size: 14px;
}

/* ---------------------------------------------------------------------
    ブランドごとの「商品を詳しく見る」ボタン色
----------------------------------------------------------------------- */
#brand_zyp .brand_panel_link,
#brand_hdh .brand_panel_link,
#brand_gtm .brand_panel_link,
#brand_kodawari .brand_panel_link {
  background: #3d0404;
}

#brand_nutricare .brand_panel_link {
  background: #ed8f4b;
}

#brand_dog .brand_panel_link,
#brand_supplement .brand_panel_link {
  background: #6286c8;
}

#brand_ff .brand_panel_link,
#brand_av .brand_panel_link {
  background: #6286c8;
}

#brand_skincare .brand_panel_link {
  background: #ec8fa1;
}

/* ---------------------------------------------------------------------
    注文エリア
----------------------------------------------------------------------- */
.cart_btn_area {
  margin-top: 20px;
}

.cart_btn_area + .cart_btn_area {
  margin-top: 10px;
}

.cart_btn_area dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  padding: 5px 5px;
}

@media screen and (max-width: 1319px) {
  .cart_btn_area dt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1024px) {
  .cart_btn_area dt {
    display: block;
  }
}

.cart_btn_area dt > span {
  display: inline-block;
  height: 20px;
  padding: 0 2px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  white-space: nowrap;
  vertical-align: middle;
}

@media screen and (max-width: 1319px) {
  .cart_btn_area dt > span {
    margin-left: 5px;
  }
}

.cart_btn_area dd {
  padding: 10px;
  border: 5px solid #fff;
  border-top: 0;
}

.cart_btn_area dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* ---------------------------------------------------------------------
    種類別カートエリア色
----------------------------------------------------------------------- */
.cart_btn_area.cart_btn_area_teiki dt {
  background-color: #f78490;
}

.cart_btn_area.cart_btn_area_general dt {
  background-color: #90bd6d;
}

.cart_btn_area.cart_btn_area_teiki dd {
  border-color: #f6d0d3;
}

.cart_btn_area.cart_btn_area_general dd {
  border-color: #d6e4c8;
}

.cart_btn_area select {
  width: 48px;
  height: 27px;
  margin-right: 6px;
  padding: 0 8px;
  background: #fff url(../img/arrow_select_brown.gif) no-repeat right 7px center;
  background-size: 11px 9px;
  border-radius: 0;
  border: 1px solid #ddd6ca;
  font-weight: bold;
}

.cart_btn_price_area {
  display: block;
  /*width: 56%;*/
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cart_btn_num_area {
  display: block;
  /*width: 44%;*/
}

.cart_btn_price {
  color: #f40000;
  font-size: 13px;
}

.cart_btn_price span {
  font-size: 25px;
}

.btn_cartin {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10px;
  color: #fff !important;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px 10px 35px;
}

.btn_cartin::before {
  position: absolute;
  top: 50%;
  left: 14%;
  display: block;
  content: '';
  width: 30px;
  height: 24px;
  margin-top: -12px;
  margin-right: 18px;
  background: url(/shared/img/icon_cart.png) no-repeat 0 0;
  background-size: contain;
}

@media screen and (min-width: 1024px) and (max-width: 1319px) {
  .btn_cartin::before {
    left: 8%;
  }
}

@media screen and (max-width: 1200px) {
  .btn_cartin::before {
    left: 5px;
  }
}

.btn_cartin::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  margin-top: -6px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
}

.cart_btn_area_teiki .btn_cartin {
  background-color: #f75b6d;
}

.cart_btn_area_general .btn_cartin {
  background-color: #75b346;
}

/* ---------------------------------------------------------------------
    Tablet
----------------------------------------------------------------------- */
@media screen and (max-width: 780px) {
  .brand_panel > li {
    width: 48.5% !important;
    margin: 15px 0 0 3% !important;
  }
  .brand_panel > li:nth-child(odd) {
    margin-left: 0 !important;
  }
  .cart_btn_area dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*
|---------------------------------------------------------------
| 味噌汁
|---------------------------------------------------------------
*/
.miso_cat_ttl {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #3c0403;
  border-left: 6px solid #3c0403;
  padding: 5px 10px;
}

.miso_cat_ttl.genen {
  margin-top: 40px;
}



/* ＼お徳用サイズもございます／ */
.brand_panel_link_catch {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin: auto 0 0;
}
.brand_panel_link_catch + .brand_panel_link {
    margin-top: 3px;
}
