@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
@media screen and (max-width: 768px) {
  header {
    background: #fff;
  }
  header .header_inner {
    position: relative;
  }
  header .header_inner .logo {
    width: 23.4%;
    margin: 0;
    padding: 1vw 0;
  }
}

.mainvisual {
  margin: 119px 0 0;
  padding: 183px 0 0;
}

.mainvisual.dog {
  background: url(../img/products/dog/mainvisual.jpg) no-repeat right -32px top #fff;
}

.mainvisual.cat {
  background: url(../img/products/cat/mainvisual.jpg) no-repeat right -32px top #fff;
}

@media screen and (max-width: 1900px) {
  .mainvisual {
    background-position: left calc( 50% + 359px) top;
  }
}

@media screen and (max-width: 1200px) {
  .mainvisual {
    background-position: left 357px top;
  }
}

.mainvisual .title {
  font-size: 18px;
}

.mainvisual .title span {
  font-size: 32px;
  display: block;
}

.mainvisual .img {
  margin: 170px 0 0;
}

@media screen and (max-width: 768px) {
  .mainvisual {
    margin: 0;
    padding: 0;
  }
  .mainvisual.dog, .mainvisual.cat {
    background: #fff;
  }
  .mainvisual .mv_img {
    text-align: right;
  }
  .mainvisual .mv_img img {
    width: 92%;
  }
  .mainvisual .inner {
    width: 84%;
    margin: 2vw auto 0;
  }
  .mainvisual .title {
    font-size: 3.6vw;
  }
  .mainvisual .title span {
    font-size: 6.4vw;
  }
  .mainvisual .img {
    width: 64%;
    margin: 4vw auto 0;
  }
}

.box_lead {
  padding: 70px 0 120px;
  position: relative;
}

.box_lead.dog {
  background: url(../img/products/dog/lead_bg_pc.jpg) left top;
}

.box_lead.cat {
  background: url(../img/products/cat/lead_bg_pc.jpg) left top;
}

.box_lead .tit_lead {
  font-size: 32px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.6;
}

.box_lead .ul_lead {
  margin: 40px auto 0;
  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;
}

.box_lead .ul_lead li {
  width: 220px;
  padding: 16px 0;
  background: #fff;
  color: #666;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .box_lead {
    margin: -2vw auto 0;
    padding: 16vw 0 16vw;
    background: none;
  }
  .box_lead.dog, .box_lead.cat {
    background: none;
  }
  .box_lead::before {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .box_lead.dog::before {
    background: url(../img/products/dog/lead_bg_sp.jpg) center top/cover;
  }
  .box_lead.cat::before {
    background: url(../img/products/cat/lead_bg_sp.jpg) center top/cover;
  }
  .box_lead .tit_lead {
    font-size: 4.53333vw;
    line-height: 1.75;
  }
  .box_lead .ul_lead {
    margin: 7vw auto 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .box_lead .ul_lead li {
    width: 31.3%;
    height: 16vw;
    margin-left: 3%;
    padding: 1.8vw 0 2vw;
    font-size: 3.2vw;
  }
  .box_lead .ul_lead li:first-child, .box_lead .ul_lead li:nth-child(4) {
    margin-left: 0;
  }
  .box_lead .ul_lead li:nth-child(n + 4) {
    margin-top: 3.5vw;
  }
}

.box_lead .box_wrap {
  margin: 75px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.box_lead .box_wrap .box_left {
  width: 600px;
  padding: 0 0 0 232px;
  background: url(../img/products/lead_img01.png) no-repeat left top;
}

.box_lead .box_wrap .box_left .ul_check {
  margin: 20px 0 0;
}

.box_lead .box_wrap .box_left .ul_check li {
  margin: 22px 0 0;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.box_lead .box_wrap .box_left .ul_check li:first-child {
  margin: 0;
}

.box_lead .box_wrap .box_left .ul_check li::before {
  content: '\f00c';
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  color: #805921;
}

.box_lead .box_wrap .box_left .ul_check + p {
  margin: 22px 0 0;
}

.box_lead .box_wrap .box_right {
  width: 550px;
  margin: 0 0 0 30px;
}

.box_lead .box_wrap .box_right dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #805921;
}

.box_lead .box_wrap .box_right dl dd {
  margin: 7px 0 0;
  font-size: 15px;
  line-height: 2.4;
}

.box_lead .box_wrap .box_right dl dd em {
  font-style: normal;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .box_lead .box_wrap {
    margin: 5vw auto 0;
    display: block;
  }
  .box_lead .box_wrap .box_left {
    width: 100%;
    padding: 4.4vw 0 0 33.7%;
    background: url(../img/products/lead_img01.png) no-repeat left top 20px/30%;
  }
  .box_lead .box_wrap .box_left p {
    font-size: 3.73333vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .box_lead .box_wrap .box_left .ul_check {
    margin: 2.2vw 0 0;
  }
  .box_lead .box_wrap .box_left .ul_check li {
    margin: 2vw 0 0;
    padding: 0 0 0 1.2em;
    font-size: 4vw;
  }
  .box_lead .box_wrap .box_left .ul_check + p {
    margin: 2vw 0 0;
    font-size: 3.73333vw;
  }
  .box_lead .box_wrap .box_right {
    width: 100%;
    margin: 8vw auto 0;
  }
  .box_lead .box_wrap .box_right dl dt {
    font-size: 4.8vw;
  }
  .box_lead .box_wrap .box_right dl dd {
    margin: 2vw 0 0;
    font-size: 4vw;
  }
}

.wrap_products {
  padding: 48px 0 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .wrap_products {
    padding: 13vw 0 20vw;
  }
}

.wrap_products .ul_anchor {
  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;
}

.wrap_products .ul_anchor li {
  width: 300px;
}

.wrap_products .ul_anchor li a {
  width: 100%;
  padding: 0 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  color: #a0a0a0;
}

.wrap_products .ul_anchor li a .num {
  font-size: 60px;
  font-style: italic;
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
  position: relative;
  left: -14px;
}

.wrap_products .ul_anchor li a dl {
  margin: 5px 0 0 30px;
}

.wrap_products .ul_anchor li a dl dt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .08em;
}

.wrap_products .ul_anchor li a dl dd {
  margin: 7px 0 0;
  font-size: 14px;
  letter-spacing: .05em;
}

.wrap_products .ul_anchor li a::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: tan;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.wrap_products .ul_anchor li a:hover::after {
  bottom: 0;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}

.wrap_products .ul_anchor li.supli1 a:hover {
  color: #009e96;
}

.wrap_products .ul_anchor li.supli1 a:hover::after {
  background: #009e96;
}

.wrap_products .ul_anchor li.supli2 .num {
  left: -30px;
}

.wrap_products .ul_anchor li.supli2 dl {
  margin-left: 2px;
}

.wrap_products .ul_anchor li.supli2 a:hover {
  color: #ee7800;
}

.wrap_products .ul_anchor li.supli2 a:hover::after {
  background: #ee7800;
}

.wrap_products .ul_anchor li.supli3 .num {
  left: 6px;
}

.wrap_products .ul_anchor li.supli3 dl {
  margin-left: px;
}

.wrap_products .ul_anchor li.supli3 a:hover {
  color: #ff4e67;
}

.wrap_products .ul_anchor li.supli3 a:hover::after {
  background: #ff4e67;
}

.wrap_products .ul_anchor li.supli4 .num {
  left: 0;
}

.wrap_products .ul_anchor li.supli4 a:hover {
  color: #6e78cf;
}

.wrap_products .ul_anchor li.supli4 a:hover::after {
  background: #6e78cf;
}

@media screen and (max-width: 768px) {
  .wrap_products .ul_anchor li {
    width: 50%;
  }
  .wrap_products .ul_anchor li:nth-child(n+3) {
    margin: 2vw 0 0;
  }
  .wrap_products .ul_anchor li a {
    padding: 0 0 3.5vw 4%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wrap_products .ul_anchor li a::after {
    height: 3px;
    bottom: 0;
  }
  .wrap_products .ul_anchor li a .num {
    font-size: 9.2vw;
    position: static;
  }
  .wrap_products .ul_anchor li a dl {
    margin: 5px 0 0  7%;
  }
  .wrap_products .ul_anchor li a dl dt {
    font-size: 3.46667vw;
    letter-spacing: .08em;
  }
  .wrap_products .ul_anchor li a dl dd {
    margin: 0;
    font-size: 2.4vw;
    letter-spacing: 0;
  }
  .wrap_products .ul_anchor li.supli2 .num, .wrap_products .ul_anchor li.supli3 .num, .wrap_products .ul_anchor li.supli4 .num {
    left: 0;
  }
  .wrap_products .ul_anchor li.supli2 dl, .wrap_products .ul_anchor li.supli3 dl, .wrap_products .ul_anchor li.supli4 dl {
    margin-left: 7%;
  }
  .wrap_products .ul_anchor li.supli1 a {
    color: #009e96;
  }
  .wrap_products .ul_anchor li.supli1 a::after {
    background: #009e96;
  }
  .wrap_products .ul_anchor li.supli2 a {
    color: #ee7800;
  }
  .wrap_products .ul_anchor li.supli2 a::after {
    background: #ee7800;
  }
  .wrap_products .ul_anchor li.supli3 a {
    color: #ff4e67;
  }
  .wrap_products .ul_anchor li.supli3 a::after {
    background: #ff4e67;
  }
  .wrap_products .ul_anchor li.supli4 a {
    color: #6e78cf;
  }
  .wrap_products .ul_anchor li.supli4 a::after {
    background: #6e78cf;
  }
}

.wrap_products section.wrap {
  margin: 120px auto 0;
}

.wrap_products section.wrap + .wrap {
  margin: 80px auto 0;
  padding: 80px 0 0;
  border-top: 1px solid #eee;
}

.wrap_products section.wrap .box_left,
.wrap_products section.wrap .box_right,
.wrap_products section.wrap .inbox {
  width: 560px;
}

.wrap_products section.wrap .box_wrap,
.wrap_products section.wrap .box_detail {
  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;
}

@media screen and (max-width: 768px) {
  .wrap_products section.wrap {
    margin: 16vw auto 0;
  }
  .wrap_products section.wrap + .wrap {
    margin: 18vw auto 0;
    padding: 18vw 0 0;
  }
  .wrap_products section.wrap .box_left,
  .wrap_products section.wrap .box_right,
  .wrap_products section.wrap .inbox {
    width: 100%;
  }
  .wrap_products section.wrap .box_wrap,
  .wrap_products section.wrap .box_detail {
    display: block;
  }
}

.wrap_products section.wrap .box_wrap .box_left .box {
  position: relative;
}

.wrap_products section.wrap .box_wrap .box_left .box dl {
  width: 164px;
  height: 164px;
  padding: 23px 0 0;
  background: #009e96;
  color: #fff;
  border-radius: 100px;
  position: absolute;
  top: 76px;
  left: 84px;
  text-align: center;
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap_products section.wrap .box_wrap .box_left .box dl dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.wrap_products section.wrap .box_wrap .box_left .box dl dd {
  margin: 10px 0 0;
  font-size: 15px;
}

.wrap_products section.wrap .box_wrap .box_left .box .img {
  padding: 0 0 0 210px;
}

.wrap_products section.wrap .box_wrap .box_left .capacity {
  width: 350px;
  margin: 20px 0 0 143px;
  padding: 17px 60px 11px 92px;
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.7;
}

.wrap_products section.wrap .box_wrap .box_left .capacity dt {
  font-weight: bold;
}

.wrap_products section.wrap .box_wrap .box_right {
  width: 502px;
  margin: -8px 0 0;
}

.wrap_products section.wrap .box_wrap .box_right .name {
  color: #009e96;
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
}

.wrap_products section.wrap .box_wrap .box_right .name span {
  font-size: 24px;
  display: block;
  font-weight: bold;
}

.wrap_products section.wrap .box_wrap .box_right .ul_component {
  margin: 15px 0 0;
  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;
}

.wrap_products section.wrap .box_wrap .box_right .ul_component li {
  width: 245px;
  padding: 12px 0 11px;
  font-size: 15px;
  font-weight: bold;
  color: #666;
  background: #ebe8d8;
  text-align: center;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrap_products section.wrap .box_wrap .box_right .ul_component li:nth-child(n + 3) {
  margin: 10px 0 0;
}

.wrap_products section.wrap .box_wrap .box_right .txt {
  margin: 13px 0 0;
  font-size: 15px;
  line-height: 2;
}

.wrap_products section.wrap .box_wrap .box_right .txt + .txt {
  margin: 30px 0 0;
}

.wrap_products section.wrap .box_wrap .box_right .box_price {
  margin: 20px 0 0;
  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;
}

.wrap_products section.wrap .box_wrap .box_right .box_price .price dt {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.wrap_products section.wrap .box_wrap .box_right .box_price .price dt span {
  margin: 0 0 0 15px;
  font-size: 24px;
  letter-spacing: .12em;
}

.wrap_products section.wrap .box_wrap .box_right .box_price .price dd {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}

.wrap_products section.wrap .box_wrap .box_right .box_price .btn {
  width: 280px;
}

.wrap_products section.wrap .box_wrap .box_right .box_price .btn input {
  width: 100%;
  padding: 23px 0 23px 37px;
  border: none;
  border-radius: 0;
  background: url(../img/common/icon_cart.png) no-repeat left 50px center #009e96;
  background-size: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  display: block;
  letter-spacing: .04em;
}

.wrap_products section.wrap .box_wrap .box_right .box_price .btn input:hover {
  cursor: pointer;
  opacity: .7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.wrap_products section.wrap .box_wrap .box_right .box_price .btn input:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  .wrap_products section.wrap .box_wrap .box_left .box dl {
    width: 26vw;
    height: 26vw;
    padding: 4vw 0 0;
    top: 12vw;
    left: 8vw;
  }
  .wrap_products section.wrap .box_wrap .box_left .box dl dt {
    font-size: 3.2vw;
    line-height: 1.3;
  }
  .wrap_products section.wrap .box_wrap .box_left .box dl dd {
    margin: 1vw 0 0;
    font-size: 2.4vw;
  }
  .wrap_products section.wrap .box_wrap .box_left .box .img {
    width: 38.4%;
    margin: 0 auto;
    padding: 0;
  }
  .wrap_products section.wrap .box_wrap .box_left .capacity {
    width: 100%;
    margin: 8vw auto 0;
    padding: 4.3vw 0 3.4vw 26%;
    font-size: 3.73333vw;
  }
  .wrap_products section.wrap .box_wrap .box_right {
    width: 100%;
    margin: 10vw 0 0;
  }
  .wrap_products section.wrap .box_wrap .box_right .name {
    font-size: 4vw;
    line-height: 1.8;
  }
  .wrap_products section.wrap .box_wrap .box_right .name span {
    font-size: 6.4vw;
  }
  .wrap_products section.wrap .box_wrap .box_right .ul_component {
    width: 100%;
    margin: 2.4vw auto 0;
    display: block;
  }
  .wrap_products section.wrap .box_wrap .box_right .ul_component li {
    width: 100%;
    padding: 3.3vw 2%;
    font-size: 3.73333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wrap_products section.wrap .box_wrap .box_right .ul_component li:nth-child(n + 2) {
    margin: 2.6vw 0 0;
  }
  .wrap_products section.wrap .box_wrap .box_right .ul_component.column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrap_products section.wrap .box_wrap .box_right .ul_component.column2 li {
    width: 49%;
  }
  .wrap_products section.wrap .box_wrap .box_right .ul_component.column2 li:first-child, .wrap_products section.wrap .box_wrap .box_right .ul_component.column2 li:nth-child(2) {
    margin: 0;
    padding: 2vw;
  }
  .wrap_products section.wrap .box_wrap .box_right .txt {
    margin: 6vw 0 0;
    font-size: 4vw;
  }
  .wrap_products section.wrap .box_wrap .box_right .txt + .txt {
    margin: 9vw 0 0;
    font-size: 3.86667vw;
  }
  .wrap_products section.wrap .box_wrap .box_right .box_price {
    margin: 6vw 0 0;
    display: block;
  }
  .wrap_products section.wrap .box_wrap .box_right .box_price .price dt {
    font-size: 4vw;
  }
  .wrap_products section.wrap .box_wrap .box_right .box_price .price dt span {
    margin: 0 0 0 .7em;
    font-size: 6.4vw;
  }
  .wrap_products section.wrap .box_wrap .box_right .box_price .price dd {
    margin: 2vw 0 0;
    font-size: 3.46667vw;
  }
  .wrap_products section.wrap .box_wrap .box_right .box_price .btn {
    width: 100%;
    margin: 6vw auto 0;
  }
  .wrap_products section.wrap .box_wrap .box_right .box_price .btn input {
    width: 100%;
    padding: 6.8vw 0 6vw 9vw;
    background: url(../img/common/icon_cart.png) no-repeat left 22vw center #009e96;
    background-size: 6vw;
    font-size: 4vw;
  }
}

.wrap_products section.wrap .box_detail {
  margin: 80px 0 0;
}

.wrap_products section.wrap .box_detail .inbox:nth-child(n+3) {
  margin: 50px 0 0;
}

.wrap_products section.wrap .box_detail .inbox h5 {
  padding: 0 0 10px;
  border-bottom: 2px solid #009e96;
  font-size: 19px;
}

.wrap_products section.wrap .box_detail .inbox .txt {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 2;
  letter-spacing: -.02em;
}

.wrap_products section.wrap .box_detail .inbox .txt2 {
  margin: 25px 0 0;
  font-size: 15px;
}

.wrap_products section.wrap .box_detail .inbox .txt_att {
  margin: 7px 0 0;
  font-size: 14px;
  color: #666;
}

.wrap_products section.wrap .box_detail dl {
  margin: 27px 0 0;
  border-top: 1px solid #ccc;
}

.wrap_products section.wrap .box_detail dl dt, .wrap_products section.wrap .box_detail dl dd {
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
  font-size: 15px;
}

.wrap_products section.wrap .box_detail dl dt {
  width: 280px;
  padding-left: 20px;
  background: #f5f5f5;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.wrap_products section.wrap .box_detail dl dd {
  padding-left: 300px;
  border-bottom: 1px solid #ccc;
}

.wrap_products section.wrap .box_detail ul {
  margin: 0 0 0 1em;
}

.wrap_products section.wrap .box_detail ul li {
  margin: 6px 0 0;
  text-indent: -1em;
  font-size: 15px;
}

.wrap_products section.wrap .box_detail ul li::before {
  content: '●';
}

@media screen and (max-width: 768px) {
  .wrap_products section.wrap .box_detail {
    margin: 10vw 0 0;
  }
  .wrap_products section.wrap .box_detail .inbox:nth-child(n + 2) {
    margin: 8vw 0 0;
  }
  .wrap_products section.wrap .box_detail .inbox h5 {
    padding: 0 0 2.3vw;
    font-size: 4.8vw;
  }
  .wrap_products section.wrap .box_detail .inbox .txt {
    margin: 5vw 0 0;
    font-size: 4vw;
    line-height: 2;
  }
  .wrap_products section.wrap .box_detail .inbox .txt2 {
    margin: 8vw 0 0;
  }
  .wrap_products section.wrap .box_detail .inbox .txt_att {
    margin: 1.5vw 0 0;
    font-size: 3.73333vw;
    line-height: 1.8;
  }
  .wrap_products section.wrap .box_detail dl {
    margin: 7vw auto 0;
  }
  .wrap_products section.wrap .box_detail dl dt, .wrap_products section.wrap .box_detail dl dd {
    padding-top: 3.8vw;
    padding-bottom: 3.8vw;
    font-size: 4vw;
  }
  .wrap_products section.wrap .box_detail dl dt {
    width: 50%;
    padding-left: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }
  .wrap_products section.wrap .box_detail dl dd {
    padding-left: 54%;
    border-bottom: 1px solid #ccc;
  }
  .wrap_products section.wrap .box_detail dl.grant dd {
    padding-left: 50%;
    text-align: center;
  }
  .wrap_products section.wrap .box_detail ul {
    margin: 0 0 0 1em;
  }
  .wrap_products section.wrap .box_detail ul li {
    margin: 1vw 0 0;
    text-indent: -1em;
    line-height: 1.7;
  }
  .wrap_products section.wrap .box_detail ul li::before {
    content: '●';
  }
}

.wrap_products section.wrap#dearlifesupli2 .box_wrap .box_left .box dl {
  background: #ee7800;
}

.wrap_products section.wrap#dearlifesupli2 .box_wrap .box_right .name {
  color: #ee7800;
}

.wrap_products section.wrap#dearlifesupli2 .box_wrap .box_right .box_price .btn input {
  background-color: #ee7800;
}

.wrap_products section.wrap#dearlifesupli2 .box_detail .inbox h5 {
  border-bottom: 2px solid #ee7800;
}

.wrap_products section.wrap#dearlifesupli3 .box_wrap .box_left .box dl {
  padding: 36px 0 0;
  background: #ff4e67;
}

@media screen and (max-width: 768px) {
  .wrap_products section.wrap#dearlifesupli3 .box_wrap .box_left .box dl {
    padding: 6vw 0 0;
  }
}

.wrap_products section.wrap#dearlifesupli3 .box_wrap .box_right .name {
  color: #ff4e67;
}

.wrap_products section.wrap#dearlifesupli3 .box_wrap .box_right .box_price .btn input {
  background-color: #ff4e67;
}

.wrap_products section.wrap#dearlifesupli3 .box_detail .inbox h5 {
  border-bottom: 2px solid #ff4e67;
}

.wrap_products section.wrap#dearlifesupli4 .box_wrap .box_left .box dl {
  background: #6e78cf;
}

.wrap_products section.wrap#dearlifesupli4 .box_wrap .box_right .name {
  color: #6e78cf;
}

.wrap_products section.wrap#dearlifesupli4 .box_wrap .box_right .box_price .btn input {
  background-color: #6e78cf;
}

.wrap_products section.wrap#dearlifesupli4 .box_detail .inbox h5 {
  border-bottom: 2px solid #6e78cf;
}

.area_manufacturer {
  margin: 80px auto 0;
  padding: 73px 0 130px;
  background: url(../img/common/bg_pattern.jpg) center top;
}

.area_manufacturer .tit_manufacturer {
  font-size: 28px;
  text-align: center;
}

.area_manufacturer .txt_manufacturer {
  margin: 34px 0 0;
  font-size: 15px;
  text-align: center;
  line-height: 2;
}

.area_manufacturer .txt_manufacturer span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .area_manufacturer {
    margin: 0 auto;
    padding: 12vw 0 13vw;
  }
  .area_manufacturer .tit_manufacturer {
    font-size: 4.53333vw;
  }
  .area_manufacturer .txt_manufacturer {
    margin: 5vw 0 0;
    font-size: 4vw;
    line-height: 1.8;
  }
  .area_manufacturer .txt_manufacturer span {
    font-size: 3.73333vw;
  }
}

.area_manufacturer .ul_manufacturer {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.area_manufacturer .ul_manufacturer li {
  width: 380px;
  margin-left: 30px;
  padding: 18px 30px 26px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.area_manufacturer .ul_manufacturer li:nth-child(3n+1) {
  margin-left: 0;
}

.area_manufacturer .ul_manufacturer li:nth-child(n+4) {
  margin-top: 30px;
}

.area_manufacturer .ul_manufacturer li .name {
  font-size: 20px;
  text-align: center;
  color: #805921;
}

.area_manufacturer .ul_manufacturer li dl {
  margin: 20px 0 0;
  font-size: 15px;
  font-weight: bold;
}

.area_manufacturer .ul_manufacturer li dl dt, .area_manufacturer .ul_manufacturer li dl dd {
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.area_manufacturer .ul_manufacturer li dl dt {
  width: 70px;
  padding-top: 3px;
  background: #805921;
  color: #fff;
  text-align: center;
  float: left;
  line-height: 1.6;
}

.area_manufacturer .ul_manufacturer li dl dd {
  padding: 1px 0 3px 78px;
  line-height: 2;
}

.area_manufacturer .ul_manufacturer li dl dd a {
  padding: 0 15px 5px 0;
  color: #805921;
  text-decoration: none;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .02em;
}

.area_manufacturer .ul_manufacturer li dl dd a:hover {
  border-bottom: 2px solid #cdc1b5;
}

.area_manufacturer .ul_manufacturer li dl dd a::after {
  content: '';
  display: block;
  width: 11px;
  height: 10px;
  background: url(../img/products/icon_blank.gif) no-repeat center top/100%;
  position: absolute;
  bottom: 8px;
  right: 0;
}

.area_manufacturer .ul_manufacturer li p {
  margin: 6px 0 0;
  line-height: 1.8;
  font-size: 15px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.area_manufacturer .ul_manufacturer li.manufacturing {
  padding: 35px 45px;
  border: 5px solid #c8a97d;
}

.area_manufacturer .ul_manufacturer li.manufacturing dl {
  margin: 15px 0 0;
}

.area_manufacturer .ul_manufacturer li.manufacturing dl dt, .area_manufacturer .ul_manufacturer li.manufacturing dl dd {
  line-height: 1.5;
  letter-spacing: .08em;
}

.area_manufacturer .ul_manufacturer li.manufacturing dl dt {
  width: 100%;
  text-align: left;
  background: none;
  color: #222;
}

.area_manufacturer .ul_manufacturer li.manufacturing dl dd {
  padding: 0;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .area_manufacturer .ul_manufacturer {
    margin: 5vw auto 0;
  }
  .area_manufacturer .ul_manufacturer li {
    width: 100%;
    margin-left: 0;
    padding: 5vw 6%;
  }
  .area_manufacturer .ul_manufacturer li:nth-child(n+2) {
    margin-top: 5vw;
  }
  .area_manufacturer .ul_manufacturer li .name {
    font-size: 4.8vw;
  }
  .area_manufacturer .ul_manufacturer li dl {
    margin: 3vw 0 0;
    font-size: 3.86667vw;
  }
  .area_manufacturer .ul_manufacturer li dl dt, .area_manufacturer .ul_manufacturer li dl dd {
    margin-bottom: 2vw;
  }
  .area_manufacturer .ul_manufacturer li dl dt {
    width: 4.5em;
    padding: 1vw 0 .5vw;
  }
  .area_manufacturer .ul_manufacturer li dl dd {
    padding: 0 0 1vw 5.2em;
    line-height: 2;
  }
  .area_manufacturer .ul_manufacturer li dl dd a {
    padding: 0 5vw 5px 0;
  }
  .area_manufacturer .ul_manufacturer li dl dd a::after {
    width: 2.93333vw;
    height: 2.66667vw;
    bottom: 2vw;
  }
  .area_manufacturer .ul_manufacturer li p {
    margin: 2vw 0 0;
    font-size: 3.73333vw;
  }
  .area_manufacturer .ul_manufacturer li.manufacturing {
    padding: 6vw 6%;
  }
  .area_manufacturer .ul_manufacturer li.manufacturing dl {
    margin: 2vw 0 0;
  }
}
