@charset "utf-8";
/* CSS Document */

/* 
for Pet　全体
-------------------------------------------------- */
* {
  margin: 0 auto;
  padding: 0 auto;
  box-sizing: border-box;
  /* color: #333333; */
}
h1 {
  font-weight: normal;
}
h2 {
  font-weight: normal;
  font-size: 3.0rem;
}
h3 {
  text-align: center;
  line-height: 1.2;
  font-weight: normal;
  font-size: 3.0rem;
  margin: 0;
  padding: 0;
}
h4 {
  font-weight: normal;
  font-size: 2.4rem;
}
h5 {
  font-weight: normal;
}
h6 {
  font-weight: normal;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
}
a i {
  color : #ffffff;
}
p {
  line-height: 1.6;
}
#forPet {
  line-height: 1;
  font-size: 65.2%;
}
.forSP {
  display: none !important;
}
.forPC {
  display: inline !important;
}
.en-txt {
  text-align: center;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  font-family: 'Zilla Slab', serif;
  letter-spacing: 2px;
}
.inner {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
}
.l_box {
  float: left;
}
.r_box {
  float: right;
}
.btn_s {
  max-width: 160px;
  min-width: 160px;
  position: relative;
  display: block;
}
.btn_s a {
  padding: 10px 10px;
}
.btn_l {
  width: 48%;
  margin: 0 1%;
  position: relative;
  display: block !important;
}
.btn_long {
  width: 95%;
  max-width: 940px;
}
.btn_l a {
  padding: 15px 10px;
}
.btn-orange a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #f39400;
  color: #ffffff !important;
  position: relative;
}
.btn-orange a:after {
  position: absolute;
  content: '';
  border: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}
.btn-gray a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #666666;
  color: #ffffff !important;
}
.btn-gray:after {
  position: absolute;
  content: '';
  border: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}

/* for sp */
@media screen and (max-width: 768px) {
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 2.2rem;
}
h4 {
  font-size: 1.8rem;
}
.forSP {
  display: inline !important;
}
.forPC {
  display: none !important;
}
.en-txt {
  font-size: 1.2rem;
}
}
/* 
for pet　メインビジュアル
-------------------------------------------------- */
#mainVisual {
  background: linear-gradient(#ebf9f7, #dbf6f2);
}
#mainVisual-inner {
  background: url("../images/forPet/mainBorder.png") center bottom repeat-x;
}
#mainVisual .contents {
  padding-bottom: 10px;
}
#mainVisual .inner {
  width: 90%;
  max-width: 1600px;
  position: relative;
}
#mainVisual h1 {
  position: absolute;
  text-align: center;
  width: 62.9%;
  top: 5%;
  left: 0;
  max-width: 1008px;
  z-index: 1;
}
#mainVisual #pet02 {
  position: absolute;
  width: 32.6%;
  max-width: 522px;
  top: 5%;
  right: 0;
  z-index: 2;
}
#mainVisual #pet03 {
  position: absolute;
  width: 32.25%;
  max-width: 516px;
  top: 65.5%;
  left: 2%;
  z-index: 3;
}
#mainVisual #pet04 {
  position: absolute;
  width: 39.18%;
  max-width: 627px;
  top: 32%;
  left: 28%;
  z-index: 1;
}
#mainVisual img {
  width: 100%;
}

/* for sp */
@media screen and (max-width: 768px) {
#mainVisual h1 {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 2%;
  left: 0%;
  max-width: 1008px;
  z-index: 5;
}
#mainVisual #pet02 {
  position: absolute;
  width: 50%;
  max-width: 522px;
  top: 22%;
  left: 52%;
  z-index: 3;
}
#mainVisual #pet03 {
  position: absolute;
  width: 50%;
  max-width: 516px;
  top: 75%;
  left: 10%;
  z-index: 2;
}
#mainVisual #pet04 {
  position: absolute;
  width: 50%;
  max-width: 627px;
  top: 35%;
  left: 0;
  z-index: 1;
}
}
/*
for pet　リード文
-------------------------------------------------- */
#leard {
  padding: 70px 0 100px 0;
  max-width: 1150px;
  margin: 0 auto;
}
#leard h2 {
  text-align: center;
  margin-bottom: 40px;
}
#leard p {
  margin: 1.5rem 0;
}

@media screen and (max-width: 768px) {
#leard {
  padding: 5% 0 10% 0;
}
#leard h2 {
  margin-bottom: 5%;
  font-size: 2.1rem;
}
}
/* 
for Pet　ナビ
-------------------------------------------------- */
#navi {
  background-color: #ffffff;
  text-align: center;
  position: relative;
  padding: 40px 0 45px 0;
  background: linear-gradient(#ffffff, #f5f5f5);
}
#navi h3 {
  color: #67c2b4;
}
#navi ul {
  overflow: hidden;
  margin: 40px auto 0 auto;
}
#navi li {
  display: inline;
  width: 23%;
  margin: 0 1%;
  text-align: center;
  float: left;
  padding-bottom: 30px;
}
#navi img {
  display: block;
  width: 100%;
  max-width: 218px;
}
#navi a {
  display: block;
  position: relative;
}
#navi h4 {
  line-height: 1;
}
#navi span.ttl {
  display: block;
  height: 7rem;
  font-size: 2.0rem;
  margin: 20px 0 10px 0;
}
#navi span.ttl span {
  display: block;
  font-size: 2.4rem;
  margin: 10px 0 0;
  line-height: 1.2;
}
#navi span {
  position: relative;
}
#navi span:after {
  position: absolute;
  content: "";
  border: 0px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  border-top: solid 1px #5b5a56;
  border-right: solid 1px #5b5a56;
}
#navi span span:after {
  border: none;
}
#navi a span {
  text-shadow: 2px 2px 0 #ffffff, -2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px -2px 0 #ffffff;
}

/* for sp */
@media screen and (max-width: 768px) {
#navi {
  padding: 3% 0 0 0;
}
#navi h3 {
  margin-bottom: 0;
}
#navi img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#navi a {
  display: block;
  min-height: auto;
  position: relative;
}
#navi ul {
  margin: 4% auto;
}
#navi li {
  padding: 0 0 15 px 0;
  width: 24%;
  margin: 0 0.5%;
  padding-bottom: 30px;
}
#navi span.ttl {
  display: block;
  height: 5.5rem;
  font-size: 1.0rem;
  margin: 20px 0 0 0;
}
#navi span.ttl span {
  display: block;
  font-size: 1.3rem;
  margin: 0;
  font-weight: bold;
}
#navi span:after {
  bottom: -5px;
}
#navi:before {
  position: absolute;
  content: "";
  width: 141px;
  height: 98px;
  top: -50px;
  left: 50%;
  margin-left: -75px;
  background: url("../images/forPet/point_nav.png") no-repeat;
  background-size: 150px;
}
}
/* 
for pet　オリジナルアイテム
-------------------------------------------------- */
#original {
  position: relative;
  padding: 40px 0 45px 0;
  background: url(../images/forPet/mainBorder.png) center bottom repeat-x;
}
#original h3 {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 50px auto 0 auto;
}
#original h3:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 1.5rem;
  left: 0;
  z-index: -1;
  background: url("../images/forPet/border.png") repeat-x;
  height: 20px;
}
#original h3 span {
  background-color: #ffffff;
  padding: 0 10px;
}
#original h4 {
  position: relative;
  padding-left: 40px;
  display: block;
  min-height: 35px;
  line-height: 35px;
  vertical-align: middle;
  margin-bottom: 2rem;
}
#original h4:before {
  content: "";
  background: url("../images/forPet/point_ttl.png") no-repeat;
  background-size: 33px;
  width: 33px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
#original h5 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
#original p {
  margin-bottom: 1.5rem;
}
#original img {
  width: 100%;
  max-width: 550px;
  display: block;
  margin: 0 auto;
}
.btnArea {
  overflow: hidden;
  text-align: center;
}
.btnArea li {
  display: inline;
}
#original .r_box {
  width: 48%;
  padding-top: 5%;
}
#original .l_box {
  width: 48%;
}
#original ul.btnArea {
  margin: 0 auto;
  padding: 50px 0 0 0;
  display: block;
  max-width: 940px;
  width: 100%;
  overflow: hidden;
}
#original .btn_l {
  float: left;
}
#original .inner {
  overflow: hidden;
}
#original .balloon {
  padding: 20px;
  border-radius: 10px;
  position: relative;
  margin: 5rem 0 7rem 0;
  background: linear-gradient(#f8fbfa, #e8f8f6);
}
#original .balloon p {
  margin: 1rem 0;
}

/* for sp */
@media screen and (max-width: 768px) {
#original {
  padding: 5% 0 10% 0;
}
#original .l_box {
  width: 100%;
  float: none;
}
#original .r_box {
  width: 100%;
  float: none;
}
#original img.forSP {
  display: block !important;
}
#original .balloon {
  padding: 5% 2%;
  margin-bottom: 3rem;
}
#original ul.btnArea {
  padding: 5% 0 0 0;
}
#original img {
  width: 90%;
  margin-bottom: 2rem;
}
#original h4 {
  font-size: 2.0rem;
  line-height: 1.4;
}
#original h5 {
  font-size: 1.6rem;
}
}
/* 
for pet　ペットハウス
-------------------------------------------------- */
#original #pethouse {
  width: 95%;
  max-width: 1140px;
  margin-top: 65px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  overflow: hidden;
  background: url(../images/forPet/border02.png) center bottom repeat-x;
}
#original #pethouse .text-block {
  margin-bottom: 30px;
}
#original .balloon02 {
  margin-top: 80px;
}
#original .balloon02:before {
  position: absolute;
  content: "";
  background: url("../images/forPet/point01.png") right no-repeat;
  background-size: 100%;
  width: 108px;
  height: 86px;
  top: -53px;
  right: 20px;
  z-index: 1;
}
#original .sec-point {
  border: solid 20px #7b7969;
  padding: 20px;
}
#original .sec-point h5 {
  font-size: 2.4rem;
  position: relative;
  padding-left: 50px;
  min-height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
#original .sec-point h5:before {
  position: absolute;
  content: "";
  background: url("../images/forPet/point_ladder03.png") no-repeat;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
}
#original .sec-point h6 {
  font-size: 1.6rem;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: bold;
  background: url("../images/forPet/bar02.png") repeat-x left bottom;
}

/* for tb */
@media screen and (max-width: 950px) {
#original .balloon02:before {
  position: absolute;
  content: "";
  background: url("../images/forPet/point01.png") right no-repeat;
  background-size: 60%;
  width: 108px;
  height: 86px;
  top: -53px;
  right: 20px;
  z-index: 1;
}
}

/* for sp */
@media screen and (max-width: 768px) {
#original #pethouse {
  margin-top: 25px;
}
#original .sec-point {
  border-width: 10px;
}
#original .sec-point {
  padding: 4%;
}
#original .sec-point h5 {
  font-size: 2rem;
}
#original .sec-point h6 {
  font-size: 1.4rem;
}
}
/* 
for pet　ペットドア
-------------------------------------------------- */
#petdoor {
  width: 95%;
  max-width: 1140px;
  overflow: hidden;
  padding-bottom: 50px;
  margin-bottom: 50px;
  overflow: hidden;
  background: url(../images/forPet/border02.png) center bottom repeat-x;
}
#petdoor .sec01 {
  margin-bottom: 50px;
}

/* for sp */
@media screen and (max-width: 768px) {
#petdoor .l_box {
  margin-top: 5%;
}
#petdoor .sec01 {
  margin-bottom: 5%;
}
}
/* 
for pet　ガウディア
-------------------------------------------------- */
#gaudia {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
  overflow: hidden;
}
#gaudia .inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
#gaudia .r_box {
  padding-top: 0 !important;
  margin-top: 0;
}
#gaudia .text-block {
  margin-bottom: 3rem;
}
.gaudia_contents {
  margin: 0 auto;
  padding: 0 40px 40px;
  background: linear-gradient(#ffffff, #f5f5f5);
}
.gaudia_contents .inner {
  max-width: 940px;
  margin: 0 auto;
}
.gaudia_contents h5 {
  text-align: center;
  font-size: 2.6rem !important;
  background: url("../images/forPet/border03.png") center bottom no-repeat;
  padding-bottom: 15px;
}
.gaudia_contents .gaudia_content {
  overflow: hidden;
  margin-top: 30px;
  ;
}
.gaudia_contents .r_box {
  padding-top: 0 !important;
  margin-top: 0;
  width: 30% !important;
}
.gaudia_contents ul li img {
  max-width: 189px;
}
.gaudia_contents .l_box {
  padding-top: 0;
  margin-top: 0;
  width: 65% !important;
}
.gaudia_contents ul li {
  float: left;
  width: 50%;
  padding: 2%;
  box-sizing: border-box;
  max-width: 189px;
}
#original #gaudia_btn {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
.gaudia_contents {
  padding: 0;
}
.gaudia_contents h5 {
  font-size: 1.8rem !important;
}
.gaudia_contents .gaudia_content .r_box {
  width: 100% !important;
}
.gaudia_contents .gaudia_content .l_box {
  width: 100% !important;
}
}
/* 
for pet　カウンターシステム
-------------------------------------------------- */
#counter_system {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto 50px auto;
  padding-bottom: 50px;
  background: url(../images/forPet/border02.png) center bottom repeat-x;
}
#counter_system h4 {
  padding-left: 50px;
}
#counter_system h4:before {
  width: 41px;
  height: 51px;
  background: url(../images/forPet/point_ttl2.png);
}
#counter_system .r_box {
  padding: 0;
}
#counter_system .r_box img {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
.gaudia_contents ul li {
  max-width: 50% !important;
}
}
/* 
for pet　プラスワンアイテム
-------------------------------------------------- */
#plus-one {
  position: relative;
  padding: 60px 0 40px 0;
  background: linear-gradient(#ffffff, #fff5f3);
}
#plus-one p.lead-text {
  text-align: center;
  margin: 1rem auto 30px auto;
}
#plus-one p.lead-text img {
  display: block;
  margin-bottom: 1rem;
  width: 77px;
}
#plus-one-items {
  margin: 40px auto;
}
#plus-one-items li {
  margin: 20px auto;
  padding: 20px;
  box-shadow: 1px 1px 7px 7px #f2e2de;
  background: #ffffff;
  border-radius: 10px;
}
#plus-one-items li .items-inner {
  overflow: hidden;
}
#plus-one h3 {
  position: relative;
}
#plus-one h3 span {
  position: relative;
  padding: 0 120px;
}
#plus-one h3 span:before {
  content: "";
  position: absolute;
  display: block;
  background: url("../images/forPet/point03.png") left top no-repeat;
  width: 77px;
  height: 50px;
  top: 0;
  left: 0;
}
#plus-one h3 span:after {
  content: "";
  position: absolute;
  display: block;
  background: url("../images/forPet/point02.png") no-repeat;
  width: 77px;
  height: 50px;
  top: 0;
  right: 0;
}
#plus-one-items .l_box {
  width: 45%;
}
#plus-one-items .l_box img {
  width: 100%;
  max-width: 457px;
}
#plus-one-items .r_box {
  width: 55%;
  padding: 2rem 3rem;
}
#plus-one h4 {
  position: relative;
  padding-left: 40px;
  font-size: 2.2rem;
  display: block;
  min-height: 35px;
  line-height: 35px;
  vertical-align: middle;
  margin-bottom: 3rem;
}
#plus-one h4:before {
  content: "";
  background: url("../images/forPet/point_ttl.png") no-repeat;
  background-size: 33px;
  width: 33px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
#plus-one h5 {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 2rem 0;
}
#plus-one #kids_furniture .l_box {
  width: 39%;
}
#plus-one #kids_furniture .r_box {
  width: 59%;
}
#plus-one #kids_furniture .l_box img {
  width: 100%;
  max-width: 385px;
}
#plus-one-items .btn_s {
  margin: 3rem 0 0 auto;
}

/* for sp */
@media screen and (max-width: 768px) {
#plus-one {
  padding: 5% 0 0;
}
#plus-one p.lead-text img {
  width: 50px;
}
#plus-one-items {
  margin: 0 0 5% 0;
}
#plus-one-items li {
  margin: 3% auto;
  padding: 3%;
  background: #ffffff;
  border-radius: 10px;
}
#plus-one-items li .items-inner {
  overflow: hidden;
}
#plus-one-items li .l_box {
  width: 100%;
  float: none;
  margin-bottom: 2rem;
  text-align: center;
}
#plus-one-items li .l_box img {
  max-width: 400px;
}
#plus-one-items li .r_box {
  width: 100%;
  float: none;
  padding: 0;
}
#plus-one #kids_furniture .l_box {
  width: 100%;
}
#plus-one #kids_furniture .l_box img {
  max-width: 100%;
}
#plus-one #kids_furniture .r_box {
  width: 100%;
}
#plus-one-items .btn_s {
  max-width: 100%;
}
}

@media screen and (max-width: 500px) {
#plus-one h3 span {
  position: relative;
  padding: 0 50px;
}
#plus-one h3 span:before {
  background-size: 65%;
}
#plus-one h3 span:after {
  background-size: 65%;
  background-position: right top;
}
}
#subNav li {
  margin-left: 0;
}
#subNav li a {
  padding-right: 30px;
}
#subNav li span.arrow:before {
  right: 20px;
}

@media screen and (max-width: 1024px) {
#subNav {
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 2rem 0;
  float: none;
  right: 0;
  text-align: center;
  width: 100%;
}
#subNav li {
  display: inline;
  list-style: none;
  text-align: center;
  line-height: 1.4;
  float: none;
  margin: 0 0 20px 0;
  margin-left: 0;
}
#subNav li a {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  color: #333333;
  font-size: 1.4rem;
  font-weight: bold;
}
}
#products .btn-orange a:after {
  border: none;
}
