hr.line {
  background: linear-gradient(90deg,#52555f 0%,#52555f 50%,#77797e 50%,#77797e 100%);
}

/* ---------- faburuas ---------- */
.faburuas_box {
  width: 100%;
  display: block;
}
.faburuas_box * {
  line-height: 100%;
}
.faburuas_box br {
  display: none;
}
.faburuas_box p {
  line-height: 26px;
}

/* btn_box */
.btn_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.btn_box a {
  width: 49%;
  padding: 21px 0;
  background-color: #1993d2;
  font-size: 18px;
  text-align: center;
  color: #fff;
  display: block;
}
.btn_box br {
  display: none;
}

/* cont2 */
.faburuas_box .cont2 {
  padding: 45px 70px;
  background: url(../img/products/68/faburuas_bg01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin: 40px 0 35px;
}
.faburuas_box .cont2 h4 {
  margin-bottom: 55px;
}
.faburuas_box .cont2 h4 img {
  width: 350px;
  display: block;
  margin: 0 auto;
}
.faburuas_box .cont2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faburuas_box .cont2 ul li {
  width: 48.5%;
  padding: 30px 25px;
  background: url(../img/products/68/faburuas_bg02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin-top: 20px;
}
.faburuas_box .cont2 ul li h5 {
  margin-bottom: 15px;
}
.faburuas_box .cont2 ul li h5 img {
  width: auto;
  height: 120px;
  display: block;
  margin: 0 auto;
}
.faburuas_box .cont2 ul li p {
  color: #fff;
}
.faburuas_box .cont2 ul li p br {
  display: block;
}
.faburuas_box .cont2 ul li p span {
  font-weight: bold;
}

/* PC */
@media print, screen and (min-width: 769px){
  .faburuas_box .cont2 ul li:nth-of-type(-n+2) {
    margin: 0;
  }
}

/* SP */
@media print, screen and (max-width: 768px){
  .faburuas_box p {
    line-height: 22px;
  }

  /* btn_box */
  .btn_box {
    margin-bottom: 20px;
  }
  .btn_box a {
    padding: 18px 0;
    font-size: 14px;
  }

  /* cont2 */
  .faburuas_box .cont2 {
    padding: 30px;
    margin: 20px 0;
  }
  .faburuas_box .cont2 h4 {
    margin-bottom: 25px;
  }
  .faburuas_box .cont2 h4 img {
    width: 200px;
  }
  .faburuas_box .cont2 ul {
    display: block;
  }
  .faburuas_box .cont2 ul li {
    width: 100%;
    padding: 20px;
    margin: 0 0 20px;
  }
  .faburuas_box .cont2 ul li:last-of-type {
    margin: 0;
  }
  .faburuas_box .cont2 ul li h5 img {
    height: 80px;
  }
}

/* ---------- spwater ---------- */
.spwater_box {
  width: 100%;
  display: block;
}
.spwater_box * {
  line-height: 100%;
}
.spwater_box br {
  display: none;
}
.spwater_box p {
  line-height: 26px;
}
.spwater_box p br,
.spwater_box h4 br {
  display: block;
}
.spwater_box > p {
  text-align: center;
  margin-bottom: 20px !important;
}

/* cont1 */
.spwater_box .cont1 {
  margin-bottom: 35px;
}
.spwater_box .cont1 h4 {
  padding: 47px 0 25px;
  background: url(../img/products/69/spwater_bg01.png) no-repeat;
  background-size: 100% 100%;
  font-size: 28px;
  font-style: italic;
  text-align: center;
  color: #fff;
}

/* cont2 */
.spwater_box .cont2 {
  padding: 0 70px;
  background: url(../img/products/69/spwater_bg02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.spwater_box .cont2 > div {
  padding: 40px 55px;
  background-color: rgba(255,255,255,0.9);
}
.spwater_box .cont2 > div h4 {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  text-shadow: 0 0 10px #37bef0,0 0 10px #37bef0,0 0 10px #37bef0,0 0 10px #37bef0,0 0 10px #37bef0;
  color: #fff;
}
.spwater_box .cont2 > div h4 span {
  font-size: 26px;
}
.spwater_box .cont2 > div p {
  text-align: center;
  margin: 25px 0 30px !important;
}
.spwater_box .cont2 > div p:nth-of-type(2) {
  line-height: 100%;
  text-align: right;
  color: #b5b5b6;
  margin: 20px 0 0 !important;
}

/* cont3 */
.spwater_box .cont3 h4 {
  padding: 20px 0;
  background-color: #f39800;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.spwater_box .cont3 h4 > span {
  width: 135px;
  padding: 3px 0;
  background-color: #fff;
  border-radius: 30px;
  color: #000;
  display: inline-block;
  margin-left: 5px;
}
.spwater_box .cont3 h4 > span > span {
  font-size: 18px;
}
.spwater_box .cont3 ul {
  padding: 55px 0;
  background: linear-gradient(90deg, #ececec, #fff);
  display: flex;
  justify-content: center;
}
.spwater_box .cont3 ul li {
  width: 27%;
  padding: 35px 15px 10px;
  background-color: #fff;
  border: 1px #000 solid;
  margin: 0 1%;
  position: relative;
}
.spwater_box .cont3 ul li h5 {
  width: 130px;
  padding: 7px 0;
  background-color: #000;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.spwater_box .cont3 ul li > div {
  height: 120px;
  background-image: url(../img/products/69/spwater_icon01.png),url(../img/products/69/spwater_icon02.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top left,right bottom;
  display: flex;
  align-items: center;
  align-content: center;
}
.spwater_box .cont3 ul li > div p {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #f39800;
}
.spwater_box .cont3 ul li > div p > span {
  background: linear-gradient(transparent 70%, #fff100 70%);
}
.spwater_box .cont3 ul li > div p > span > span {
  font-size: 16px;
}

/* cont4 */
.spwater_box .cont4 {
  position: relative;
}
.spwater_box .cont4 > div {
  width: 530px;
  padding: 25px 20px 25px 35px;
  position: absolute;
  bottom: 40px;
  left: 50px;
  z-index: 9;
}
.spwater_box .cont4 > div:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 7px 7px 0 rgba(143,195,31,0.75);
  transform: skewX(-5deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.spwater_box .cont4 > div:after {
  content: "";
  width: 42px;
  height: 40px;
  background: url(../img/products/69/spwater_icon03.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -30px;
  right: -55px;
  pointer-events: none;
}
.spwater_box .cont4 > div h4 {
  background: linear-gradient(transparent 70%, #fff100 70%);
  font-size: 26px;
  line-height: 36px;
  color: #8fc31f;
  display: inline-block;
  margin-bottom: 15px;
}
.spwater_box .cont4 > div p {
  font-weight: bold;
}

/* SP */
@media print, screen and (max-width: 768px){
  .spwater_box p {
    line-height: 22px;
  }

  /* cont1 */
  .spwater_box .cont1 {
    margin-bottom: 20px;
  }
  .spwater_box .cont1 h4 {
    padding: 22px 0 12px;
    font-size: 16px;
  }

  /* cont2 */
  .spwater_box .cont2 {
    padding: 0 10px;
  }
  .spwater_box .cont2 > div {
    padding: 20px 10px;
  }
  .spwater_box .cont2 > div h4 {
    font-size: 14px;
    line-height: 26px;
    text-shadow: 0 0 5px #37bef0,0 0 5px #37bef0,0 0 5px #37bef0,0 0 5px #37bef0,0 0 5px #37bef0;
  }
  .spwater_box .cont2 > div h4 span {
    font-size: 16px;
  }
  .spwater_box .cont2 > div p {
    margin: 10px 0 15px !important;
  }
  .spwater_box .cont2 > div p:nth-of-type(2) {
    font-size: 12px;
    margin: 10px 0 0 !important;
  }
  .spwater_box .cont3 h4 {
    padding: 15px 0;
    font-size: 16px;
  }
  .spwater_box .cont3 h4 > span {
    width: 120px;
    padding: 2px 0;
  }
  .spwater_box .cont3 h4 > span > span {
    font-size: 14px;
  }

  /* cont3 */
  .spwater_box .cont3 ul {
    padding: 40px;
    display: block;
  }
  .spwater_box .cont3 ul li {
    width: 100%;
    padding: 25px 15px 15px;
    margin: 0 0 30px;
  }
  .spwater_box .cont3 ul li:last-of-type {
    margin: 0;
  }
  .spwater_box .cont3 ul li > div {
    height: 100px;
  }
  .spwater_box .cont3 ul li > div p {
    font-size: 18px;
  }
  .spwater_box .cont3 ul li > div p > span > span {
    font-size: 14px;
  }

  /* cont4 */
  .spwater_box .cont4 > div {
    width: 80%;
    padding: 20px;
    position: relative;
    bottom: 0;
    left: 0;
    margin: -50px auto 0;
  }
  .spwater_box .cont4 > div:after {
    width: 36px;
    height: 35px;
    top: -30px;
    right: -35px;
  }
  .spwater_box .cont4 > div h4 {
    font-size: 18px;
    line-height: 26px;
    display: inline;
    margin: 0;
  }
  .spwater_box .cont4 > div p {
    margin-top: 10px !important;
  }
}

/* ---------- tag ---------- */
#page_product_detail #product_tag_box #product_tag_box__product_tag--5 {
  background-color: #ff6533;
}

/* ---------- pets_box ---------- */
.pets_box {
  width: 100%;
  display: block;
}
.pets_box * {
  line-height: 100%;
}
.pets_box br {
  display: none;
}
.pets_box p {
  line-height: 26px;
}

/* cont2 */
.pets_box .cont2 {
  margin-top: 30px;
}

/* cont3 */
.pets_box .cont3 {
  padding: 45px 70px;
  background: url(../img/products/pets/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.pets_box .cont3 h4 {
  margin-bottom: 40px;
}
.pets_box .cont3 h4 img {
  width: 350px;
  display: block;
  margin: 0 auto;
}
.pets_box .cont3 ul {
  padding: 40px 0;
  background-color: rgba(255,255,255,0.8);
}
.pets_box .cont3 ul li {
  margin-bottom: 30px;
}
.pets_box .cont3 ul li:last-of-type {
  margin: 0;
}
.pets_box .cont3 ul li h5 {
  width: 300px;
  margin: 0 auto 20px;
}
.pets_box .cont3 ul li p {
  width: 350px;
  margin: 0 auto !important;
}

/* cont4 */
.pets_box .cont4 {
  margin-bottom: 30px;
}

/* SP */
@media print, screen and (max-width: 768px){
  .pets_box p {
    line-height: 22px;
  }

  /* cont2 */
  .pets_box .cont2 {
    margin-top: 20px;
  }

  /* cont3 */
  .pets_box .cont3 {
    padding: 30px;
  }
  .pets_box .cont3 h4 {
    margin-bottom: 25px;
  }
  .pets_box .cont3 h4 img {
    width: 200px;
  }
  .pets_box .cont3 ul {
    padding: 25px;
  }
  .pets_box .cont3 ul li {
    margin-bottom: 20px;
  }
  .pets_box .cont3 ul li h5 {
    width: 100%;
    margin-bottom: 15px;
  }
  .pets_box .cont3 ul li p {
    width: 100%;
  }

  /* cont4 */
  .pets_box .cont4 {
    margin-bottom: 20px;
  }
}

/* 2212 */
@media (max-width: 768px) {
  #pets_lp + script + hr + #footer {
    padding-bottom: 100px;
  }
}

/* 共通 */
#pets_lp {
  padding-bottom: 55px;
  /* background: url(../img/pets/bg.png) no-repeat; */
  background-size: 100%;
  background-position: bottom;
}
#pets_lp .btn {
  width: 245px;
  padding: 15px 0;
  background: #3e3a39 url(../img/pets/icon01.png) no-repeat;
  background-size: 10px;
  background-position: right 15px center;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
  border-radius: 10px;
  border: none;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
#pets_lp .magazine {
  width: 100%;
  margin: 35px 0 50px;
}
#pets_lp > p {
  line-height: 100%;
  font-size: 16px;
  text-align: center;
  color: #c9caca;
  margin-top: 35px;
}
#pets_lp .line {
  background: linear-gradient(90deg,#52555f 0%,#52555f 50%,#77797e 50%,#77797e 100%);
}
@media (max-width: 768px) {
  #pets_lp {
    padding-bottom: 0;
  }
  #pets_lp .btn {
    width: 180px;
    padding: 12px 0;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.3);
    border-radius: 5px;
    font-size: 16px;
  }
  #pets_lp .magazine {
    margin: 30px 0;
  }
  #pets_lp > p {
    font-size: 10px;
    margin-top: 20px;
  }
}


#pets_lp .worry.cont1 > div {
  padding: 0 60px 130px 50px;
  background: url(../img/pets/worry_bg04.png) repeat-y center center;
  background-size: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
#pets_lp .worry.cont1 > div > p {
  width: 100%;
  margin-bottom: 40px;
}
#pets_lp .worry.cont1 > div > img {
  width: 200px;
}
#pets_lp .worry.cont1 > div .text_box {
  width: calc(100% - 200px);
  padding-left: 20px;
}
#pets_lp .worry.cont1 > div .text_box h3 {
  width: 100%;
  margin-bottom: 30px;
}
#pets_lp .worry.cont1 > div .text_box p {
  background: url(../img/pets/worry_icon02.png) repeat;
  background-size: auto 46px;
  font-size: 15px;
  line-height: 46px;
}
#pets_lp .worry.cont1 > div .text_box p span:not(.small) {
  color: #ec6c00;
}
#pets_lp .worry.cont1 > div .text_box p span.small {
  font-size: 14px;
}
@media (max-width: 768px) {
  #pets_lp .worry.cont1 > div {
    padding: 30px 5%;
    display: block;
    margin-top: -18px;
  }
  #pets_lp .worry.cont1 > div > p {
    margin-bottom: 20px;
  }
  #pets_lp .worry.cont1 > div > p span {
    width: 250px;
    padding: 12px 0;
    font-size: 16px;
  }
  #pets_lp .worry.cont1 > div > img {
    width: 180px;
    display: block;
    margin: 0 auto 10px;
  }
  #pets_lp .worry.cont1 > div .text_box {
    width: 100%;
    padding: 0 15px;
  }
  #pets_lp .worry.cont1 > div .text_box h3 {
    width: 280px;
    margin: 0 auto 15px;
  }
  #pets_lp .worry.cont1 > div .text_box p {
    background-size: auto 30px;
    font-size: 12px;
    line-height: 30px;
  }
  #pets_lp .worry.cont1 > div .text_box p br.pc {
    display: none;
  }
  #pets_lp .worry.cont1 > div .text_box p span.small {
    font-size: 10px;
    margin-left: -5px;
  }
}

#pets_lp .worry.cont2 > div:nth-of-type(1) {
  height: 325px;
  background: url(../img/pets/worry_bg05_pc.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#pets_lp .worry.cont2 > div:nth-of-type(1) > img {
  width: 260px;
  margin: -66px 25px 0 0;
  position: relative;
}
#pets_lp .worry.cont2 > div:nth-of-type(1) .text_box h2 {
  width: 580px;
  padding: 10px 0 5px;
  background-image: url(../img/pets/worry_icon03.png),url(../img/pets/worry_icon04.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left,right;
  font-size: 26px;
  text-align: center;
  line-height: 100%;
  color: #595757;
  margin-bottom: 30px;
}
#pets_lp .worry.cont2 > div:nth-of-type(1) .text_box ul li {
  width: 550px;
  padding: 15px 20px 15px 80px;
  background-color: #fff;
  background-position: left 30px center;
  margin: 0 auto 20px;
}
#pets_lp .worry.cont2 > div:nth-of-type(2) {
  margin-top: 25px;
}
#pets_lp .worry.cont2 > div:nth-of-type(2) h3 {
  width: 465px;
  margin: 0 auto 25px;
}
#pets_lp .worry.cont2 > div:nth-of-type(2) > p {
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  color: #727171;
  margin-bottom: 50px;
}
#pets_lp .worry.cont2 > div:nth-of-type(2) > p span {
  padding: 0 5px;
  background-color: #ffe200;
  font-size: 30px;
  line-height: 120%;
  display: inline-block;
}
#pets_lp .worry.cont2 > div:nth-of-type(2) ul {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#pets_lp .worry.cont2 > div:nth-of-type(2) ul li {
  width: 280px;
  margin: 0 15px;
}
#pets_lp .worry.cont2 > div:nth-of-type(2) h4 {
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  margin: 25px 0 30px;
}
#pets_lp .worry.cont2 > div:nth-of-type(2) p img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#pets_lp .worry.cont2 > div:nth-of-type(2) .btn {
  background-color: #0193d6;
  display: block;
  margin: 25px auto 0;
}
@media (max-width: 768px) {
  #pets_lp .worry.cont2 > div:nth-of-type(1) {
    height: auto;
    padding: 30px 0 40px;
    background-image: url(../img/pets/worry_bg05_sp.png);
  }
  #pets_lp .worry.cont2 > div:nth-of-type(1) > img {
    display: none;
  }
  #pets_lp .worry.cont2 > div:nth-of-type(1) .text_box h2 {
    width: 340px;
    padding: 5px 0;
    font-size: 16px;
    margin: 0 auto 20px;
  }
  #pets_lp .worry.cont2 > div:nth-of-type(1) .text_box ul li {
    width: 100%;
    padding: 5px 10px 5px 40px;
    background-position: left 15px center;
    margin: 10px 0 0;
  }
  #pets_lp .worry.cont2 > div:nth-of-type(2) {
    margin-top: 10px;
  }
  #pets_lp .worry.cont2 > div:nth-of-type(2) h3 {
    width: 250px;
    margin-bottom: 20px;
  }
  #pets_lp .worry.cont2 > div:nth-of-type(2) > p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  #pets_lp .worry.cont2 > div:nth-of-type(2) > p span {
    font-size: 18px;
  }
  #pets_lp .worry.cont2 > div:nth-of-type(2) ul {
    flex-wrap: wrap;
  }
  #pets_lp .worry.cont2 > div:nth-of-type(2) ul li {
    width: 150px;
    margin: 15px 10px;
  }
  #pets_lp .worry.cont2 > div:nth-of-type(2) h4 {
    font-size: 14px;
    margin: 15px 0;
  }
  #pets_lp .worry.cont2 > div:nth-of-type(2) .btn {
    width: 100%;
    margin-top: 15px;
  }
}

/* scene */
#pets_lp .scene {
  padding: 60px 0 25px;
  background: url(../img/pets/scene_bg.png) no-repeat center top;
  background-size: cover;
  margin-top: -85px;
}
#pets_lp .scene h2 {
  width: 480px;
  margin: 0 auto 35px;
}
#pets_lp .scene ul {
  display: flex;
  justify-content: space-between;
  padding: 0 2%;
}
#pets_lp .scene ul li {
  width: calc(94%/3);
  margin: 0 1%;
  position: relative;
}
#pets_lp .scene ul li p {
  width: 100%;
  height: 70px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  #pets_lp .scene {
    padding: 35px 0 20px;
    background-size: 100%;
    background-position: top;
    margin-top: 0;
    position: relative;
  }
  #pets_lp .scene:after {
    content: "";
    width: 100%;
    height: 80%;
    background-color: #f8f6f6;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  #pets_lp .scene h2 {
    width: 250px;
    margin-bottom: 10px;
  }
  #pets_lp .scene ul {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  #pets_lp .scene ul li {
    width: 150px;
    margin: 10px;
  }
  #pets_lp .scene ul li p {
    height: 45px;
    font-size: 12px;
    line-height: 16px;
  }
}

/* feature */
#pets_lp .feature {
  padding: 30px 0 40px;
  background: url(../img/pets/feature_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#pets_lp .feature h2 {
  width: 410px;
  margin: 0 auto 50px;
}
#pets_lp .feature ul {
  display: flex;
  justify-content: center;
}
#pets_lp .feature ul li {
  width: 40%;
  margin: 0 10px;
  position: relative;
}
#pets_lp .feature ul li:after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/pets/icon02.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -40px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
#pets_lp .feature ul li:nth-child(1):after {
  display: none;
}
#pets_lp .feature > img {
  width: 100px;
  position: absolute;
  right: 0;
  bottom: -35px;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}
@media (max-width: 768px) {
  #pets_lp .feature {
    padding: 30px 0;
  }
  #pets_lp .feature h2 {
    width: 250px;
    margin-bottom: 20px;
  }
  #pets_lp .feature ul {
    display: block;
  }
  #pets_lp .feature ul li {
    width: 200px;
    margin: 0 auto 10px;
  }
  #pets_lp .feature ul li:after {
    width: 40px;
    height: 40px;
    top: -25px;
    right: 0;
    bottom: auto;
    left: 0;
  }
  #pets_lp .feature ul li:last-child {
    margin-bottom: 0;
  }
  #pets_lp .feature > img {
    width: 80px;
    right: 0;
    bottom: -20px;
    left: auto;
    margin: 0;
  }
}

/* study */
#pets_lp .study {
  padding: 70px 0 95px;
  background: #2ea7e0 url(../img/pets/study_bg.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  margin-bottom: 50px;
}
#pets_lp .study h2 {
  width: 565px;
  padding: 10px 0 5px;
  background-image: url(../img/pets/study_icon01.png),url(../img/pets/study_icon02.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left,right;
  font-size: 26px;
  text-align: center;
  line-height: 100%;
  color: #fff;
  margin: 0 auto 60px;
}
#pets_lp .study ul {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#pets_lp .study ul li {
  width: 235px;
  box-shadow: 5px 5px 5px #0085cd;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}
#pets_lp .study ul li:after {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/pets/icon02.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -15px;
  right: -15px;
  pointer-events: none;
}
#pets_lp .study .modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  margin: 0 !important;
}
#pets_lp .study .modal > div {
  width: 63vh;
  height: 90vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#pets_lp .study .modal > div p {
  height: 30px;
  font-size: 50px;
  line-height: 35%;
  color: #fff;
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 999;
  cursor: pointer;
}
#pets_lp .study .modal > div > div {
  width: 100%;
  height: 100%;
  overflow: scroll;
}
#pets_lp .study .modal > div > div img {
  height: 100%;
  margin-bottom: 20px;
}
#pets_lp .study .modal > div > div img:last-child {
  margin: 0;
}
#pets_lp .study .modal span {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  #pets_lp .study {
    padding: 30px 0 15px;
    margin-bottom: 30px;
  }
  #pets_lp .study h2 {
    width: 320px;
    padding: 5px 0;
    font-size: 16px;
    margin-bottom: 15px;
  }
  #pets_lp .study ul {
    flex-wrap: wrap;
  }
  #pets_lp .study ul li {
    width: 130px;
    box-shadow: 3px 3px 3px #0085cd;
    margin: 15px;
  }
  #pets_lp .study ul li:after {
    content: "";
    width: 35px;
    height: 35px;
    top: -10px;
    right: -10px;
  }
  #pets_lp .study .modal > div {
    width: 45vh;
    height: 64vh;
  }
  #pets_lp .study .modal > div p {
    top: -40px;
    right: 0;
  }
}

/* product */
#pets_lp .product {
  width: 1000px;
  padding: 20px 0;
  background-color: #fff;
  border: 3px #ddd solid;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
}
#pets_lp .product > img {
  width: 95px;
  margin-right: 90px;
}
#pets_lp .product .text_box h2 {
  font-size: 20px;
  line-height: 100%;
}
#pets_lp .product .text_box p {
  width: 210px;
  margin: 25px 0;
}
@media (min-width: 769px) {
  #pets_lp .product .text_box h2 br {
    display: none;
  }
}
@media (max-width: 768px) {
  #pets_lp .product {
    width: calc(100% - 30px);
  }
  #pets_lp .product > img {
    width: 70px;
    margin-right: 25px;
  }
  #pets_lp .product .text_box h2 {
    font-size: 16px;
    line-height: 20px;
  }
  #pets_lp .product .text_box p {
    width: 150px;
    margin: 15px 0;
  }
}

/* voice */
#pets_lp .voice {
  padding: 10px 0 50px;
  background: url(../img/pets/voice_bg_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (min-width: 769px) {
  #pets_lp .voice h2 {
    background: url(../img/pets/voice_bg2.png) no-repeat center top;
    background-size: auto 100%;
    width: 100%;
    height: 380px;
    padding-top: 40px;
  }
  #pets_lp .voice h2 img {
    display: block;
    width: 30%;
    margin: 0 auto;
  }
}
#pets_lp .voice .img_box {
  width: 100%;
  margin: -150px auto 0;
  padding: 0;
  text-align: center;
}
#pets_lp .voice .img_box img {
  position: relative;
  display: inline-block;
  width: calc(100%/4);
}

@media (min-width: 769px) {
  #pets_lp .voice .img_box img:nth-of-type(1) {
    margin-right: -20px;
  }
  #pets_lp .voice .img_box img:nth-of-type(2) {
    margin-top: 10px;
    margin-right: -20px;
    z-index: 3;
  }
  #pets_lp .voice .img_box img:nth-of-type(3) {
    margin-right: -40px;
    z-index: 2;
  }
  #pets_lp .voice .img_box img:nth-of-type(4) {
    z-index: 1;
  }

  #pets_lp .voice .img_box img:hover {
    transform: scale(1.3,1.3);
    z-index: 10;
  }
}
@media (max-width: 768px) {
  #pets_lp .voice {
    padding: 20px 0;
    background-image: url(../img/pets/voice_bg_sp.jpg);
  }
  #pets_lp .voice h2 {
    width: 100%;
    position: static;
  }
  #pets_lp .voice .img_box {
    width: 100%;
    padding: 0 15px;
    margin-top: -75px;
  }
  #pets_lp .voice .img_box img {
    width: 90%;
    margin: 0 auto 0 0;
  }
  #pets_lp .voice .img_box img:nth-of-type(2n) {
    margin: 0 0 0 auto;
  }
}

/* instagram */
#pets_lp .instagram {
  width: 930px;
  display: flex;
  flex-wrap: wrap;
  margin: 80px auto 70px;
}
#pets_lp .instagram h2 {
  width: 100%;
  padding-bottom: 5px;
  background: url(../img/pets/instagram_icon.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#pets_lp .instagram a {
  width: 32%;
  height: 295px;
  margin: 20px 2% 0 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  #pets_lp .instagram a:nth-of-type(-n+3) {
    margin-top: 0;
  }
  #pets_lp .instagram a:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #pets_lp .instagram {
    width: calc(100% - 2em);
    margin: 30px auto;
  }
  #pets_lp .instagram h2 {
    font-size: 24px;
  }
  #pets_lp .instagram a {
    width: 49%;
    height: 45vw;
    margin: 8px 2% 0 0;
  }
  #pets_lp .instagram a:nth-of-type(-n+2) {
    margin-top: 0;
  }
  #pets_lp .instagram a:nth-of-type(2n) {
    margin-right: 0;
  }
}

/* dog_ttl */
.dog_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  background: url(../img/pets/worry_bg03.jpg) no-repeat center center;
  background-size: cover;
}

@media (max-width: 768px) {
  .dog_ttl {
    padding: 20px 0;
  }
}

.dog_ttl h2 {
  width: 40%;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .dog_ttl h2 {
    width: 42%;
    margin-right: 10px;
  }
}

.dog_ttl p {
  width: 542px;
}

@media (max-width: 768px) {
  .dog_ttl p {
    width: 56%;
  } 
}

/* dog_doctor */
.dog_doctor {
  background-color: #E2F0FA;
}
.dog_doctor .wrap {
  width: 100%;
  margin: 0 auto;
  padding: 50px 5% 150px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .dog_doctor .wrap {
    width: 100%;
    padding: 25px 0 50px;
  } 
}

.dog_doctor h3 {
  text-align: center;
  color: #fff;
  font-size: 28px;
}

@media (max-width: 768px) {
  .dog_doctor h3 {
    font-size: 5vw;
  }
}
.dog_doctor h3 span {
  display: inline-block;
  margin: 5px auto;
  padding: 10px 30px;
  font-weight: 400;
  background-color: #6AC4C8;
}

@media (max-width: 768px) {
  .dog_doctor h3 span {
    margin: 0 auto 5px;
    padding: 5px 10px;
  } 
}

.dog_doctor_body {
  display: flex;
  margin: 50px auto 0;
}

@media (max-width: 768px) {
  .dog_doctor_body {
    flex-direction: column;
    margin: 25px 0;
  }
}

.dog_doctor_body p {
  width: 30%;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .dog_doctor_body p {
    width: 50%;
    margin: 10px 0 20px 25vw!important;
  }
}

.dog_doctor_body ul {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}

@media (max-width: 768px) {
  .dog_doctor_body ul {
    width: 95%;
    margin: 0 auto;
  } 
}

.dog_doctor_body li {
  width: 50%;
}
@media (max-width: 768px) {
  .dog_doctor_body li {
    width: 49%;
  } 
}

/* dog_hospital_use */
.dog_hospital_use {
  /* margin-top: -100px; */
  margin-top: 0;
  padding: 80px 2% 30px;
  background: url(../img/pets/dog_bg2.png) no-repeat center top;
  background-size: 100% 100%;
}

.dog_hospital_use h3 {
  width: 100%;
  margin: 0 auto 30px;
}

.dog_hospital_use ul {
  display: flex;
  justify-content: center;
}
.dog_hospital_use li {
  width: calc(94%/3);
  margin: 0 1%;
  position: relative;
}
.dog_hospital_use li p {
  width: 100%;
  height: 80px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
  .dog_hospital_use {
    /* margin-top: -50px; */
    margin-top: 0;
    padding: 40px 0 15px;
    background-size: cover;
  } 
  .dog_hospital_use h3 {
    width: 80%;
    margin: 0 auto 15px;
  }
  .dog_hospital_use ul {
    flex-wrap: wrap;
  }
  .dog_hospital_use li {
    width: 150px;
    margin: 10px;
  }
  .dog_hospital_use li p {
    height: 45px;
    font-size: 12px;
    line-height: 16px;
  }
}

/* dog_sampling */
.dog_sampling {
  position: relative;
  padding: 50px 0;
}
.dog_sampling h3 {
  width: 80%;
  margin: 0 auto;
  padding-left: 2%;
}
@media (max-width: 768px) {
  .dog_sampling {
    padding: 25px 0;
  }
  .dog_sampling h3 {
    width: 80%;
  }
}
.dog_sampling_ttl {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding: 0 25px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.dog_sampling_ttl p {
  width: 20%;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .dog_sampling_ttl {
    top: 20px;
    width: 70%;
    padding: 0 5px;
  }
  .dog_sampling_ttl p {
    width: 20%;
    margin-right: 10px;
  }
}
.dog_sampling_body {
  width: 100%;
  margin: 100px auto 0;
  padding: 10% 5% 5%;
  border: solid 3px #0090D1;
}
.dog_sampling_body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dog_sampling_body li {
  width: calc((100% - 60px)/5);
  margin: 0 0 15px 15px;
}
.dog_sampling_body li:nth-child(5n + 1) {
  margin-left: 0;
}
.dog_sampling_body p {
  width: 80%;
  margin: 0 auto!important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .dog_sampling_body {
    width: 90%;
    margin: 50px auto 0;
  }
  .dog_sampling_body li {
    width: calc(94%/3);
    margin: 0 1% 10px;
  }
  .dog_sampling_body p {
    width: 100%;
    margin: 20px auto 0;
    font-size: 12px;
  }
}