@charset "UTF-8";

/*
Theme Name: DEARPET Template
Theme URL: https://tabcode.co.jp/
Description: ディアペット朝霞のテンプレート
Version: 1.0;
*/

/***********************************************
top_mv_area
************************************************/
#top_mv_area{
}

#top_mv_area .container{
  position: relative;
  width: 100%;
  padding-bottom: 79.6%;
  z-index: -10;
}

#top_mv_area .container span{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  padding-bottom: 79.6%;
}
#top_mv_area .container span.fade1{
  background: url("./image/top/sp_top_mv3.jpg") no-repeat;
  background-size: contain;
  animation: fadeSlideImg01 15s ease-out infinite;
  /* animation-delay: 2.5s; */
  z-index: -1;
}
#top_mv_area .container span.fade2{
  background: url("./image/top/sp_top_mv1.png") no-repeat;
  background-size: contain;
  animation: fadeSlideImg02 15s ease-out infinite;
  /* animation-delay: 2.5s; */
  z-index: -2;
}
#top_mv_area .container span.fade3{
  background: url("./image/top/sp_top_mv2.png") no-repeat;
  background-size: contain;
  animation: fadeSlideImg03 18s ease-out infinite;
  /* animation-delay: 2.5s; */
  z-index: -3;
}

#top_mv_area .txt_contents{
  margin: -45px 4% 0;
  padding: 35px 6.67% 0;
  background: #fff;
}

#top_mv_area .txt_contents h2{
  margin: 0;
  font-size: 0;
  background: url("./image/top/sp_txt_title.png") no-repeat;
  background-size: contain;
  width: 100%;
  padding-bottom: 39.83%;
}

#top_mv_area .txt_contents h3{
  margin: 25px 0 20px;
  font-size: 14.5px;
  font-size: 1.45rem;
  color: #7a7671;
  line-height: 1.75;
  text-align: justify;
}

#top_mv_area .txt_contents p{
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #7a7671;
  line-height: 1.75;
  text-align: justify;
}

@media screen and (min-width : 768px) {

  #top_mv_area{
    position: relative;
  }

  #top_mv_area .wrap{
    position: relative;
    min-width: 1024px;
    max-height: 780px;
    overflow: hidden;
  }
  #top_mv_area .wrap .container{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }

  #top_mv_area .container span{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-bottom: 0;
  }
  #top_mv_area .container span.fade1{
    background: url("./image/top/pc_top_mv3.jpg") no-repeat;
    background-size: contain;
    animation: fadeSlideImg01 15s ease-out infinite;
    /* animation-delay: 5s; */
    z-index: -1;
  }
  #top_mv_area .container span.fade2{
    background: url("./image/top/pc_top_mv1.png") no-repeat;
    background-size: contain;
    animation: fadeSlideImg02 15s ease-out infinite;
    /* animation-delay: 5s; */
    z-index: -2;
  }
  #top_mv_area .container span.fade3{
    background: url("./image/top/pc_top_mv2.png") no-repeat;
    background-size: contain;
    animation: fadeSlideImg03 15s ease-out infinite;
    /* animation-delay: 7s; */
    z-index: -3;
  }

  #top_mv_area .wrap .container::before{
    content: "";
    display: block;
    padding-top: 40.89%;
  }

  #top_mv_area .wrap::before{
    content: "";
    position: absolute;
    background: url("./image/top/pc_top_mv_footmark_bg.png") no-repeat;
    background-size: contain;
    background-position: 0 50%;
    min-width: 1024px;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  #top_mv_area .wrap .txt_contents{
    position: absolute;
    width: 100%;
    min-width: 1024px;
    max-width: 1920px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    z-index: 2;
    background: none;
  }
  #top_mv_area .wrap .txt_contents h2{
    position: absolute;
    margin: 0;
    font-size: 0;
    background: url("./image/top/pc_txt_title.png") no-repeat;
    background-size: contain;
    width: 32%;
    padding-bottom: 14.83%;
    top: 18.5%;
    right: 10.5%;
    line-height: 2;
    text-align: justify;
    transition: 0.3s;
  }
  #top_mv_area .wrap .txt_contents h3{
    position: absolute;
    margin: 0;
    width: 32%;
    top: 58.5%;
    right: 10.5%;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    text-align: justify;
    transition: 0.3s;
    color: #7a7671;
  }
  #top_mv_area .wrap .txt_contents p{
    position: absolute;
    margin: 0;
    width: 32%;
    top: 74.5%;
    right: 10.5%;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 2;
    text-align: justify;
    transition: 0.3s;
    color: #7a7671;
  }

}

@media screen and (min-width : 1280px) {

  #top_mv_area .wrap .txt_contents h3{
    font-size: 18px;
    font-size: 1.8rem;
  }
  #top_mv_area .wrap .txt_contents p{
    font-size: 12px;
    font-size: 1.2rem;
  }

}

@media screen and (min-width : 1440px) {

  #top_mv_area .wrap .txt_contents h3{
    font-size: 21px;
    font-size: 2.1rem;
  }
  #top_mv_area .wrap .txt_contents p{
    font-size: 14px;
    font-size: 1.4rem;
  }

}

@media screen and (min-width : 1600px) {

  #top_mv_area .wrap .txt_contents h3{
    font-size: 24px;
    font-size: 2.4rem;
  }
  #top_mv_area .wrap .txt_contents p{
    font-size: 15px;
    font-size: 1.5rem;
  }

}

@media screen and (min-width : 1900px) {

  #top_mv_area .wrap .txt_contents h3{
    font-size: 28px;
    font-size: 2.8rem;
  }
  #top_mv_area .wrap .txt_contents p{
    font-size: 18px;
    font-size: 1.8rem;
  }

}


/***********************************************
top_news
************************************************/
#top_news_area{
  margin: 30px 4% 35px;
  border: 1px solid #fd8548;
  padding: 25px 5.33%;
  background: #fff8ea;
}
#top_news_area h2{
  color: #fd8548;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  margin: 0 0 12px;
}
#top_news_area p{
  color: #44423f;
  font-size: 10px;
  font-size: 1.0rem;
  text-align: justify;
  line-height: 1.5;
  margin: 0;
}

@media screen and (min-width : 768px) {

  #top_news_area{
    min-width: 1024px;
    width: 100%;
    max-width: 1340px;
    margin: 80px auto;
    padding: 0;
    border: 0;
    background: none;
  }

  #top_news_area .waku_adj_1280{
    margin: 0 30px;
  }

  #top_news_area .waku_adj_1280 .wrap{
    background: #fff8ea;
    border: 1px solid #fd8548;
    padding: 55px 5% 50px;
  }
  #top_news_area .waku_adj_1280 .wrap h2{
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 12px;
  }
  #top_news_area .waku_adj_1280 .wrap p{
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.75;
    margin: 0;
  }

}


/***********************************************
top_concept
************************************************/
#top_concept_area{
  margin: 35px 0 0;
}

#top_concept_area .footmark_bg{
  display: flex;
  height: 80px;
  background: url("./image/common/footmark_bg.png") no-repeat;
  background-size: contain;
  background-position: 50% 0%;
  align-items: center;
  justify-content: center;
}

#top_concept_area .footmark_bg h2{
  display: flex;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: #44423f;
}
#top_concept_area .footmark_bg h2 span{
  font-size: 0;
  color: #fd8548;
  margin: 0 10px 0 0;
}
#top_concept_area .footmark_bg h2 img{
  width: 22px;
}

#top_concept_area ul{
  width: 92%;
  margin: 25px 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top_concept_area ul li{
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
#top_concept_area ul li.center{
  text-align: center;
}
#top_concept_area ul li:last-child{
  text-align: right;
}
#top_concept_area ul li.line{
  background: #d4ccc4;
  font-size: 0;
  width: 1px;
}

#top_concept_area ul li a{
  color: #44423f;
}
#top_concept_area ul li a span{
  display: inline-block;
  vertical-align: middle;
}
#top_concept_area ul li a span::after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 5px 7px;
  padding: 0;
  background: url("./image/common/arrow_down_btn.png") no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 15px;
  height: 15px;
}

#top_concept_area .bg_nami{
  background: url("./image/top/sp_top_3type_bg.png") no-repeat;
  background-size: cover;
  height: 35px;
}
#top_concept_area .bg_nami img{
  display: none;
}

@media screen and (min-width : 768px) {

  #top_concept_area{
    margin: 70px 0 0;
  }

  #top_concept_area .wrap{
    display: block;
    min-width: 1024px;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0;
  }

  #top_concept_area .footmark_bg{
    height: 160px;
  }
  #top_concept_area .footmark_bg h2{
    font-size: 45px;
    font-size: 4.5rem;
  }
  #top_concept_area .footmark_bg h2 span{
    font-size: 0;
    color: #fd8548;
    margin: 0 20px 0 0;
  }
  #top_concept_area .footmark_bg h2 img{
    width: 46px;
  }

  #top_concept_area ul{
    width: 61.09%;
    margin: 68px auto 50px;
  }
  #top_concept_area ul li{
    font-size: 24px;
    font-size: 2.4rem;
  }
  #top_concept_area ul li a{
    transition: 0.3s;
  }
  #top_concept_area ul li a:hover{
    opacity: 0.8;
  }
  #top_concept_area ul li a span::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px 9px;
    padding: 0;
    background: url("./image/common/arrow_down_btn.png") no-repeat;
    background-size: contain;
    background-position: 0 0;
    width: 25px;
    height: 25px;
  }

  #top_concept_area .bg_nami{
    background: none;
    height: 2.81%;
    max-height: 36px;
    text-align: center;
    margin: 0 auto;
  }
  #top_concept_area .bg_nami img{
    display: block;
    max-height: 36px;
  }

}


/***********************************************
top_concept_01
************************************************/

#top_concept_01_area{
  color: #44423f;
  background: #f8f4f0;
}

#top_concept_01_area .header{
  background: url("./image/top/sp_top01area_h2.png") no-repeat;
  background-size: contain;
  width: 100%;
  margin-bottom: 23px;
  padding-bottom: 23.73%;
}

#top_concept_01_area .header h2{
  margin: 0;
  font-size: 0;
}

#top_concept_01_area .mv{
  margin: 0 4%;
}
#top_concept_01_area .mv .img{
  /* background: url("./image/common_up_pic/kuyoto_pc.jpg") no-repeat; */
  background: url("./image/top/sp_top01area_mv.jpg") no-repeat;
  background-size: contain;
  width: 100%;
  padding-bottom: 75.62%;
}

#top_concept_01_area table{
  width: 92%;
  border-collapse: collapse;
  margin: 18px 4% 23px;
}

#top_concept_01_area table tr th{
  background: #fd8548;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  border: 1px solid #f8f4f0;
  padding: 10px 0;
}

#top_concept_01_area table tr th span{
  letter-spacing: -0.2rem;
}

#top_concept_01_area table tr th.weight{
  background: #ffebd8;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #44423f;
  width: 24%;
}

#top_concept_01_area table tr td{
  background: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  border: 1px solid #f8f4f0;
  padding: 0 6%;
}

#top_concept_01_area p.txt1{
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
  text-align: justify;
  margin: 0 4% 20px;
}

#top_concept_01_area p.txt2{
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: justify;
  margin: 20px 4% 25px;
}

#top_concept_01_area ul.txt3{
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #a19b91;
  text-align: justify;
  margin: 25px 4% 30px;
}

#top_concept_01_area ul.link_btn{
  width: 74.66%;
  margin: 0 12.67%;
}

#top_concept_01_area ul.link_btn li{
  margin-bottom: 10px;
}

#top_concept_01_area ul.link_btn li a{
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 13px 0;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fd8548;
  border: 2px solid #fd8548;
}
#top_concept_01_area ul.link_btn li a::after{
  content: "";
  position: absolute;
  width: 14.27%;
  padding-bottom: 17.76%;
  background: url("./image/common/link_btn_arrow.png") no-repeat;
  background-size: contain;
  top: 40%;
  right: 6.67%;
}

#top_concept_01_area .bg_animal{
  background: url("./image/top/sp_top01area_bg_dog.png") no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 27.33%;
}

@media screen and (min-width : 768px) {

  #top_concept_01_area{
    position: relative;
    padding: 100px 0 130px;
    overflow: hidden;
  }
  #top_concept_01_area .wrap{
    position: relative;
    min-width: 1024px;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0;
  }
  #top_concept_01_area .wrap .waku_adj_1280{
    margin: 0 30px;
  }

  #top_concept_01_area .wrap .waku_adj_1280 .header{
    background: url("./image/top/pc_top01area_h2.png") no-repeat;
    background-size: contain;
    width: 100%;
    margin-bottom: 48px;
    padding-bottom: 14.30%;
  }

  #top_concept_01_area .wrap .waku_adj_1280 .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row-reverse wrap;
    min-height: 1050px;
  }
  #top_concept_01_area .wrap .waku_adj_1280 .flex .box{
    position: relative;
    display: block;
    width: 50%;
    z-index: 1;
  }

  #top_concept_01_area .wrap .waku_adj_1280 .flex .box .mv{
    width: 90.63%;
    margin: 0 0 0 auto;
  }
  /* #top_concept_01_area .wrap .waku_adj_1280 .flex .box .mv .img{
    background: url("./image/top/sp_top01area_mv.jpg") no-repeat;
    background-size: contain;
    width: 100%;
    padding-bottom: 75.86%;
  } */

  #top_concept_01_area .wrap .waku_adj_1280 .flex .box table{
    width: 92.19%;
    border-collapse: collapse;
    margin: 0;
  }
  #top_concept_01_area .wrap .waku_adj_1280 .flex .box table tr th{
    font-size: 16px;
    font-size: 1.6rem;
    padding: 17px 0;
  }
  #top_concept_01_area .wrap .waku_adj_1280 .flex .box table tr th.weight{
    font-size: 16px;
    font-size: 1.6rem;
    width: 25.76%;
  }
  #top_concept_01_area .wrap .waku_adj_1280 .flex .box table tr td{
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 6%;
  }

  #top_concept_01_area .wrap .waku_adj_1280 .flex .box p.txt1{
    width: 92.19%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.9;
    margin: 26px 0 20px;
  }
  #top_concept_01_area .wrap .waku_adj_1280 .flex .box p.txt2{
    width: 92.19%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
    text-align: justify;
    margin: 20px 0 25px;
  }
  #top_concept_01_area .wrap .waku_adj_1280 .flex .box ul.txt3{
    width: 92.19%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.86;
    margin: 25px 0 37px;
  }

  #top_concept_01_area .wrap .waku_adj_1280 .flex .box ul.link_btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92.19%;
    margin: 0;
  }
  #top_concept_01_area .wrap .waku_adj_1280 .flex .box ul.link_btn li{
    position: relative;
    display: inline-block;
    width: 48.5%;
    margin-bottom: 0;
  }

  #top_concept_01_area .wrap .waku_adj_1280 .flex .box ul.link_btn li a{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 16px 0;
    font-size: 14px;
    font-size: 1.4rem;
    border: 2px solid #fd8548;
    background: #fff;
    z-index: 1;
  }
  #top_concept_01_area .wrap .waku_adj_1280 .flex .box ul.link_btn li a::before{
    content: "";
    position: absolute;
    display: block;
    background-color: #fff8ea;
    width: 0;
    height: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    z-index: -1;
  }
  #top_concept_01_area .wrap .waku_adj_1280 .flex .box ul.link_btn li a:hover::before{
    width: 100%;
  }
  #top_concept_01_area .wrap .waku_adj_1280 .flex .box ul.link_btn li a::after{
    content: "";
    position: absolute;
    width: 15%;
    padding-bottom: 17.76%;
    background: url("./image/common/link_btn_arrow.png") no-repeat;
    background-size: contain;
    top: 38%;
    right: 6.67%;
  }

  #top_concept_01_area .wrap .bg_animal{
    position: absolute;
    background: url("./image/top/pc_top01area_bg_dog.png") no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 1280px;
    padding-bottom: 26.17%;
    bottom: -175px;
    right: 0;
    left: 0;
    margin: auto;
  }
  #top_concept_01_area .bg_nami{
    position: absolute;
    background: url("./image/top/pc_top01area_footer_bg.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 36px;
    bottom: 0;
  }

}



/***********************************************
top_concept_02
************************************************/
#top_concept_02_area{
  color: #44423f;
  background: #efe9e3;
  padding: 7px 0 0;
}

#top_concept_02_area .header{
  background: url("./image/top/sp_top02area_h2.png") no-repeat;
  background-size: contain;
  width: 100%;
  padding-bottom: 20.8%;
  margin-bottom: 14px;
}

#top_concept_02_area .header h2{
  margin: 0;
  font-size: 0;
}

#top_concept_02_area .header h2 img{
  display: none;
}

#top_concept_02_area .mv{
  margin: 0 4%;
}
#top_concept_02_area .mv .img{
  background: url("./image/top/sp_top02area_mv.jpg") no-repeat;
  background-size: contain;
  width: 100%;
  padding-bottom: 75.62%;
}

#top_concept_02_area table{
  width: 92%;
  border-collapse: collapse;
  margin: 18px 4% 23px;
}

#top_concept_02_area table tr th{
  background: #fd8548;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  border: 1px solid #efe9e3;
  padding: 10px 0;
}

#top_concept_02_area table tr th span{
  letter-spacing: -0.2rem;
}

#top_concept_02_area table tr th.weight{
  background: #ffebd8;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #44423f;
  width: 24%;
}

#top_concept_02_area table tr td{
  background: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  border: 1px solid #efe9e3;
  padding: 0 6%;
}

#top_concept_02_area p.txt1{
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
  text-align: justify;
  margin: 0 4% 20px;
}

#top_concept_02_area p.txt2{
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: justify;
  margin: 20px 4% 25px;
}

#top_concept_02_area ul.txt3{
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #a19b91;
  text-align: justify;
  margin: 25px 4% 30px;
}

#top_concept_02_area ul.link_btn{
  width: 74.66%;
  margin: 0 12.67%;
}

#top_concept_02_area ul.link_btn li{
  margin-bottom: 10px;
}

#top_concept_02_area ul.link_btn li a{
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 13px 0;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fd8548;
  border: 2px solid #fd8548;
}
#top_concept_02_area ul.link_btn li a::after{
  content: "";
  position: absolute;
  width: 14.27%;
  padding-bottom: 17.76%;
  background: url("./image/common/link_btn_arrow.png") no-repeat;
  background-size: contain;
  top: 40%;
  right: 6.67%;
}

#top_concept_02_area .bg_animal{
  margin-top: -25px;
  background: url("./image/top/sp_top02area_bg_cat.png") no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 34.53%;
}


@media screen and (min-width : 768px) {

  #top_concept_02_area{
    position: relative;
    padding: 95px 0 107px;
    overflow: hidden;
  }
  #top_concept_02_area .wrap{
    position: relative;
    min-width: 1024px;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0;
  }
  #top_concept_02_area .wrap .waku_adj_1280{
    margin: 0 30px;
  }

  #top_concept_02_area .wrap .waku_adj_1280 .header{
    background: url("./image/top/pc_top02area_h2.png") no-repeat;
    background-size: contain;
    width: 100%;
    margin-bottom: 38px;
    padding-bottom: 15.39%;
  }

  #top_concept_02_area .wrap .waku_adj_1280 .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_concept_02_area .wrap .waku_adj_1280 .flex .box{
    position: relative;
    display: block;
    width: 50%;
    z-index: 1;
  }

  #top_concept_02_area .wrap .waku_adj_1280 .flex .box .mv{
    width: 90.63%;
    margin: 0 0 0 auto;
  }
  /* #top_concept_02_area .wrap .waku_adj_1280 .flex .box .mv .img{
    background: url("./image/top/pc_top02area_mv.png") no-repeat;
    background-size: contain;
    width: 100%;
    padding-bottom: 75.86%;
  } */

  #top_concept_02_area .wrap .waku_adj_1280 .flex .box table{
    width: 92.19%;
    border-collapse: collapse;
    margin: 0 0 0 auto;
  }
  #top_concept_02_area .wrap .waku_adj_1280 .flex .box table tr th{
    font-size: 16px;
    font-size: 1.6rem;
    padding: 17px 0;
  }
  #top_concept_02_area .wrap .waku_adj_1280 .flex .box table tr th.weight{
    font-size: 16px;
    font-size: 1.6rem;
    width: 25.76%;
  }
  #top_concept_02_area .wrap .waku_adj_1280 .flex .box table tr td{
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 6%;
  }

  #top_concept_02_area .wrap .waku_adj_1280 .flex .box p.txt1{
    width: 92.19%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.9;
    margin: 26px 0 20px auto;
  }
  #top_concept_02_area .wrap .waku_adj_1280 .flex .box p.txt2{
    width: 92.19%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
    text-align: justify;
    margin: 20px 0 25px auto;
  }
  #top_concept_02_area .wrap .waku_adj_1280 .flex .box ul.txt3{
    width: 92.19%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.86;
    margin: 25px 0 37px auto;
  }

  #top_concept_02_area .wrap .waku_adj_1280 .flex .box ul.link_btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92.19%;
    margin: 0 0 0 auto;
  }
  #top_concept_02_area .wrap .waku_adj_1280 .flex .box ul.link_btn li{
    display: inline-block;
    width: 48.5%;
    margin-bottom: 0;
  }

  #top_concept_02_area .wrap .waku_adj_1280 .flex .box ul.link_btn li a{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 16px 0;
    font-size: 14px;
    font-size: 1.4rem;
    border: 2px solid #fd8548;
    z-index: 1;
  }
  #top_concept_02_area .wrap .waku_adj_1280 .flex .box ul.link_btn li a::before{
    content: "";
    position: absolute;
    display: block;
    background-color: #fff8ea;
    width: 0;
    height: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    z-index: -1;
  }
  #top_concept_02_area .wrap .waku_adj_1280 .flex .box ul.link_btn li a:hover::before{
    width: 100%;
  }
  #top_concept_02_area .wrap .waku_adj_1280 .flex .box ul.link_btn li a::after{
    content: "";
    position: absolute;
    width: 15%;
    padding-bottom: 17.76%;
    background: url("./image/common/link_btn_arrow.png") no-repeat;
    background-size: contain;
    top: 38%;
    right: 6.67%;
  }

  #top_concept_02_area .wrap .waku_adj_1280 .bg_animal{
    position: absolute;
    background: url("./image/top/pc_top02area_bg_cat.png") no-repeat;
    background-size: contain;
    padding-bottom: 23.83%;
    bottom: -175px;
    max-width: 1280px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #top_concept_02_area .bg_nami{
    position: absolute;
    background: url("./image/top/pc_top02area_footer_bg.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 35px;
    bottom: 0;
  }

}


/***********************************************
top_concept_03
************************************************/
#top_concept_03_area{
  color: #44423f;
  background: #f8f4f0;
  padding-bottom: 20px;
}

#top_concept_03_area .header{
  background: url("./image/top/sp_top03area_h2.png") no-repeat;
  background-size: contain;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 21.2%;
}

#top_concept_03_area .header h2{
  margin: 0;
  font-size: 0;
}

#top_concept_03_area .header h2 img{
  display: none;
}

#top_concept_03_area .mv{
  margin: 0 4%;
}
#top_concept_03_area .mv .img{
  background: url("./image/top/sp_top03area_mv.png") no-repeat;
  background-size: contain;
  width: 100%;
  padding-bottom: 75.62%;
}

#top_concept_03_area table{
  width: 92%;
  border-collapse: collapse;
  margin: 18px 4% 23px;
}

#top_concept_03_area table tr th{
  background: #fd8548;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  border: 1px solid #f8f4f0;
  padding: 10px 0;
}

#top_concept_03_area table tr th span{
  letter-spacing: -0.2rem;
}

#top_concept_03_area table tr th.weight{
  background: #ffebd8;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #44423f;
  width: 24%;
}

#top_concept_03_area table tr td{
  background: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  border: 1px solid #f8f4f0;
  padding: 0 6%;
}

#top_concept_03_area p.txt1{
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
  text-align: justify;
  margin: 0 4% 20px;
}

#top_concept_03_area p.txt2{
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: justify;
  margin: 20px 4% 25px;
}

#top_concept_03_area ul.txt3{
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #a19b91;
  text-align: justify;
  margin: 25px 4% 30px;
}

#top_concept_03_area ul.link_btn{
  width: 74.66%;
  margin: 0 12.67%;
}

#top_concept_03_area ul.link_btn li{
  margin-bottom: 10px;
}

#top_concept_03_area ul.link_btn li a{
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 13px 0;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fd8548;
  border: 2px solid #fd8548;
}
#top_concept_03_area ul.link_btn li a::after{
  content: "";
  position: absolute;
  width: 14.27%;
  padding-bottom: 17.76%;
  background: url("./image/common/link_btn_arrow.png") no-repeat;
  background-size: contain;
  top: 40%;
  right: 6.67%;
}

#top_concept_03_area .bg_animal{
  background: url("./image/top/sp_top03area_bg_rabbit.png") no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 21.33%;
}

@media screen and (min-width : 768px) {

  #top_concept_03_area{
    position: relative;
    padding: 100px 0 300px;
    overflow: hidden;
  }

  #top_concept_03_area .wrap .waku_adj_1280 .bg_animal{
    position: absolute;
    background: url("./image/top/pc_top03area_bg_rabbit.png") no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 1280px;
    padding-bottom: 26.17%;
    bottom: -325px;
    right: 0;
    left: 0;
    margin: auto;
  }


  #top_concept_03_area .wrap{
    position: relative;
    min-width: 1024px;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0;
  }
  #top_concept_03_area .wrap .waku_adj_1280{
    margin: 0 30px;
  }

  #top_concept_03_area .wrap .waku_adj_1280 .header{
    background: url("./image/top/pc_top03area_h2.png") no-repeat;
    background-size: contain;
    width: 100%;
    margin-bottom: 48px;
    padding-bottom: 15.70%;
  }

  #top_concept_03_area .wrap .waku_adj_1280 .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row-reverse wrap;
  }
  #top_concept_03_area .wrap .waku_adj_1280 .flex .box{
    position: relative;
    display: block;
    width: 50%;
    z-index: 1;
  }

  #top_concept_03_area .wrap .waku_adj_1280 .flex .box .mv{
    width: 90.63%;
    margin: 0 0 0 auto;
  }
  #top_concept_03_area .wrap .waku_adj_1280 .flex .box .mv .img{
    background: url("./image/top/pc_top03area_mv.png") no-repeat;
    background-size: contain;
    width: 100%;
    padding-bottom: 75.86%;
  }

  #top_concept_03_area .wrap .waku_adj_1280 .flex .box table{
    width: 92.19%;
    border-collapse: collapse;
    margin: 0;
  }
  #top_concept_03_area .wrap .waku_adj_1280 .flex .box table tr th{
    font-size: 16px;
    font-size: 1.6rem;
    padding: 17px 0;
  }
  #top_concept_03_area .wrap .waku_adj_1280 .flex .box table tr th.weight{
    font-size: 16px;
    font-size: 1.6rem;
    width: 25.76%;
  }
  #top_concept_03_area .wrap .waku_adj_1280 .flex .box table tr td{
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 6%;
  }

  #top_concept_03_area .wrap .waku_adj_1280 .flex .box p.txt1{
    width: 92.19%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.9;
    margin: 26px 0 20px;
  }
  #top_concept_03_area .wrap .waku_adj_1280 .flex .box p.txt2{
    width: 92.19%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
    text-align: justify;
    margin: 20px 0 25px;
  }
  #top_concept_03_area .wrap .waku_adj_1280 .flex .box ul.txt3{
    width: 92.19%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.86;
    margin: 25px 0 37px;
  }

  #top_concept_03_area .wrap .waku_adj_1280 .flex .box ul.link_btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92.19%;
    margin: 0;
  }
  #top_concept_03_area .wrap .waku_adj_1280 .flex .box ul.link_btn li{
    display: inline-block;
    width: 48.5%;
    margin-bottom: 0;
  }

  #top_concept_03_area .wrap .waku_adj_1280 .flex .box ul.link_btn li a{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 16px 0;
    font-size: 14px;
    font-size: 1.4rem;
    border: 2px solid #fd8548;
    z-index: 1;
  }
  #top_concept_03_area .wrap .waku_adj_1280 .flex .box ul.link_btn li a::before{
    content: "";
    position: absolute;
    display: block;
    background-color: #fff8ea;
    width: 0;
    height: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    z-index: -1;
  }
  #top_concept_03_area .wrap .waku_adj_1280 .flex .box ul.link_btn li a:hover::before{
    width: 100%;
  }
  #top_concept_03_area .wrap .waku_adj_1280 .flex .box ul.link_btn li a::after{
    content: "";
    position: absolute;
    width: 15%;
    padding-bottom: 17.76%;
    background: url("./image/common/link_btn_arrow.png") no-repeat;
    background-size: contain;
    top: 38%;
    right: 6.67%;
  }

}


/***********************************************
top_gokuyo_area
************************************************/
#top_gokuyo_area{
  padding: 38px 4% 0;
  color: #44423f;
}

#top_gokuyo_area .footmark_bg{
  display: flex;
  height: 80px;
  background: url("./image/common/footmark_bg.png") no-repeat;
  background-size: contain;
  background-position: 50% 0;
  align-items: center;
  justify-content: center;
}

#top_gokuyo_area .footmark_bg h2{
  display: flex;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin: 0;
  align-items: center;
  justify-content: center;
}
#top_gokuyo_area .footmark_bg h2 span{
  font-size: 30px;
  font-size: 3.0rem;
  color: #fd8548;
  margin: -2px 5px 0 0;
}

#top_gokuyo_area p{
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
  text-align: center;
  margin: 18px 0;
}

#top_gokuyo_area .box{
  padding: 22px 7.2%;
  margin: 20px 0;
  background: #fff2e6;
}
#top_gokuyo_area .box h3{
  font-size: 17px;
  font-size: 1.7rem;
  color: #fd8548;
  text-align: center;
  margin: 0 0 10px;
  font-weight: normal;
}
#top_gokuyo_area .box p{
  font-size: 11px;
  font-size: 1.1rem;
  text-align: left;
  text-align: justify;
}
#top_gokuyo_area .box p.godo_txt{
  margin: 0;
}
#top_gokuyo_area .box ul.hosoku{
  color: #a19b91;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: justify;
}
#top_gokuyo_area .box ul.hosoku li{
  margin-bottom: 3px;
}

#top_gokuyo_area .box table{
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0 0 18px;
}
#top_gokuyo_area .box table th{
  width: 94%;
  float: left;
  text-align: left;
  background: #efe9e3;
  padding: 10px 3%;
}
#top_gokuyo_area .box table td{
  width: 94%;
  float: left;
  text-align: left;
  background: #fff;
  padding: 10px 3%;
  text-align: justify;
  line-height: 1.5;
  border-bottom: 1px solid #fff2e6;
}
#top_gokuyo_area .box table td .t_hosoku{
  color: #a19b91;
}
#top_gokuyo_area .box table td .godo{
  font-weight: bold;
}
#top_gokuyo_area .box table td ul li.mt_adj{
  margin-top: 5px;
}

#top_gokuyo_area .godo_box{
  padding: 22px 7.2%;
  margin: 20px 0;
  background: #efe9e3;
}
#top_gokuyo_area .godo_box h3{
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
  margin: 0 0 10px;
  font-weight: normal;
}
#top_gokuyo_area .godo_box p{
  font-size: 11px;
  font-size: 1.1rem;
  text-align: left;
  text-align: justify;
}
#top_gokuyo_area .godo_box .img{
  background: url("./image/top/sp_top_godo_irei.png") no-repeat;
  background-size: contain;
  width: 100%;
  padding-bottom: 56%;
  margin: 18px 0;
}


@media screen and (min-width : 768px) {

  #top_gokuyo_area{
    padding: 68px 0 0;
  }
  #top_gokuyo_area .wrap{
    min-width: 1024px;
    width: 100%;
    max-width: 1340px;
    margin: 50px auto 0;
    padding: 0;
  }
  #top_gokuyo_area .wrap .waku_adj_1280{
    margin: 0 30px;
  }

  #top_gokuyo_area .wrap .waku_adj_1280 .footmark_bg{
    height: 160px;
  }

  #top_gokuyo_area .wrap .waku_adj_1280 .footmark_bg h2{
    font-size: 45px;
    font-size: 4.5rem;
    margin: 0;
  }
  #top_gokuyo_area .wrap .waku_adj_1280 .footmark_bg h2 span{
    font-size: 64px;
    font-size: 6.4rem;
    margin: -5px 15px 0 0;
  }

  #top_gokuyo_area .wrap .waku_adj_1280 p{
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    margin: 30px 0 38px;
  }

  #top_gokuyo_area .wrap .waku_adj_1280 .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #top_gokuyo_area .wrap .waku_adj_1280 .flex .box{
    width: 39.68%;
    padding: 40px 4.69% 50px;
    margin: 0;
  }
  #top_gokuyo_area .wrap .waku_adj_1280 .flex .box h3{
    font-size: 24px;
    font-size: 2.4rem;
    color: #fd8548;
    text-align: center;
    margin: 0 0 13px;
    font-weight: normal;
  }
  #top_gokuyo_area .wrap .waku_adj_1280 .flex .box p{
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    text-align: justify;
    margin: 15px 0 23px;
  }
  #top_gokuyo_area .wrap .waku_adj_1280 .flex .box ul.hosoku{
    color: #a19b91;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: justify;
  }
  #top_gokuyo_area .wrap .waku_adj_1280 .flex .box ul.hosoku li{
    margin-bottom: 5px;
  }

  #top_gokuyo_area .wrap .waku_adj_1280 .flex .box table{
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 23px;
  }
  #top_gokuyo_area .wrap .waku_adj_1280 .flex .box table th{
    width: 88%;
    float: left;
    text-align: left;
    background: #efe9e3;
    padding: 15px 6%;
  }
  #top_gokuyo_area .wrap .waku_adj_1280 .flex .box table td{
    width: 88%;
    float: left;
    text-align: left;
    background: #fff;
    padding: 15px 6%;
    text-align: justify;
    line-height: 1.75;
  }

  #top_gokuyo_area .godo_box{
    padding: 40px 4.69% 50px;
  }
  #top_gokuyo_area .godo_box h3{
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 13px;
    font-weight: normal;
  }
  #top_gokuyo_area .godo_box p{
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    text-align: justify;
  }

  #top_gokuyo_area .wrap .waku_adj_1280 .godo_box .img{
    background: url("./image/top/pc_top_godo_irei.png") no-repeat;
    background-size: contain;
    width: 300px;
    padding-bottom: 200px;
    margin: 18px 0;
  }

  #top_gokuyo_area .wrap .waku_adj_1280 .godo_box .flex{
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
    padding-bottom: 15px;
    margin: 23px auto 0;
  }
  #top_gokuyo_area .wrap .waku_adj_1280 .godo_box .flex .img{
    width: 40%;
    margin: 0;
  }
  #top_gokuyo_area .wrap .waku_adj_1280 .godo_box .flex .txt{
    width: 57.5%;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: justify;
  }

}

/***********************************************
top_v_service_area
************************************************/
#top_v_service_area{
  padding: 38px 4% 50px;
  color: #44423f;
}

#top_v_service_area .footmark_bg{
  display: flex;
  height: 80px;
  background: url("./image/common/footmark_bg.png") no-repeat;
  background-size: contain;
  background-position: 50% 0;
  align-items: center;
  justify-content: center;
}

#top_v_service_area .footmark_bg h2{
  display: flex;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin: 0;
  align-items: center;
  justify-content: center;
}
#top_v_service_area .footmark_bg h2 span{
  font-size: 38px;
  font-size: 3.8rem;
  color: #fd8548;
  margin: -2px 5px 0 0;
}

#top_v_service_area p{
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
  text-align: center;
  margin: 20px 0;
}

#top_v_service_area .box{
  padding: 22px 7.2%;
  margin: 20px 0;
  background: #fff2e6;
}
#top_v_service_area .box h3{
  font-size: 17px;
  font-size: 1.7rem;
  color: #fd8548;
  text-align: center;
  margin: 0 0 13px;
  font-weight: normal;
}
#top_v_service_area .box ul{
  text-align: justify;
}
#top_v_service_area .box ul li{
  display: inline;
  line-height: 1.5;
  font-size: 11px;
  font-size: 1.1rem;
}

#top_v_service_area p.hosoku{
  color: #a19b91;
}

@media screen and (min-width : 768px) {

  #top_v_service_area{
    padding: 68px 0 105px;
  }
  #top_v_service_area .wrap{
    min-width: 1024px;
    width: 100%;
    max-width: 1340px;
    margin: 50px auto 0;
    padding: 0;
  }
  #top_v_service_area .wrap .waku_adj_1280{
    margin: 0 30px;
  }

  #top_v_service_area .wrap .waku_adj_1280 .footmark_bg{
    height: 160px;
  }

  #top_v_service_area .wrap .waku_adj_1280 .footmark_bg h2{
    font-size: 45px;
    font-size: 4.5rem;
    margin: 0;
  }
  #top_v_service_area .wrap .waku_adj_1280 .footmark_bg h2 span{
    font-size: 76px;
    font-size: 7.6rem;
    margin: -2px 15px 0 0;
  }

  #top_v_service_area .wrap .waku_adj_1280 p{
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    margin: 30px 0 38px;
  }

  #top_v_service_area .wrap .waku_adj_1280 .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #top_v_service_area .wrap .waku_adj_1280 .flex .box{
    width: 60%;
    padding: 40px 20% 50px;
    margin: 0;
  }
  #top_v_service_area .wrap .waku_adj_1280 .flex .box h3{
    font-size: 24px;
    font-size: 2.4rem;
    color: #fd8548;
    text-align: center;
    margin: 0 0 13px;
    font-weight: normal;
  }
  #top_v_service_area .wrap .waku_adj_1280 .flex .box ul{
    text-align: center;
  }
  #top_v_service_area .wrap .waku_adj_1280 .flex .box ul li{
    display: inline;
    line-height: 2.1;
    font-size: 16px;
    font-size: 1.6rem;
  }

  #top_v_service_area .wrap .waku_adj_1280 p.hosoku{
    color: #a19b91;
    font-size: 14px;
    font-size: 1.4rem;
  }

}

/***********************************************
top_access_area
************************************************/
#top_access_area{
  padding: 50px 4%;
  background: #f8f4f0;
  color: #44423f;
}
#top_access_area h2{
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 18px;
}
#top_access_area address{
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
  font-style: normal;
  text-align: center;
}
#top_access_area .map{
  border: 1px solid #ebe1d7;
  height: 350px;
  margin: 22px 0 0;
}
#top_access_area .map iframe{
  height: 100%;
}
#top_access_area .adj_space{
  margin-top: 30px;
}

@media screen and (min-width : 768px) {

  #top_access_area{
    padding: 45px 0 110px;
  }

  #top_access_area .wrap{
    min-width: 1024px;
    width: 100%;
    max-width: 1340px;
    margin: 50px auto 0;
    padding: 0;
  }
  #top_access_area .wrap .waku_adj_1280{
    margin: 0 30px;
  }

  #top_access_area .wrap .waku_adj_1280 h2{
    font-size: 45px;
    font-size: 4.5rem;
    margin: 0 0 14px;
  }
  #top_access_area .wrap .waku_adj_1280 address{
    font-size: 18px;
    font-size: 1.8rem;
  }

  #top_access_area .map{
    height: 520px;
    margin: 22px 0 0;
  }

  #top_access_area .adj_space{
    margin-top: 75px;
  }


}
