@media only screen and (max-width: 768px) {
  /* --------------------------------------------------
  	001.top > .top-main-img
  -------------------------------------------------- */
  #top .top-main-img {
    clear: both;
    position: relative;
    height: 26.5rem;
  }
  #top .top-main-img:after {
    content: "";
    display: block;
    clear: both;
  }
  #top .top-main-img .catch {
    height: 6.5rem;
    background: url(../../images/common/bg_main_catch.jpg) 50% 50%;
    background-size: cover;
    text-align: center;
    color: #20440c;
    font-size: 1.5rem;
  }
  #top .top-main-img .catch p {
    line-height: 1.5;
    padding-top: 1rem;
  }
  #top .top-main-img .catch p strong {
    font-weight: 400;
  }
  /* #top .top-main-img .image {
    height: 20rem;
    text-align: center;
    background: url(../../images/top/bg_main_family_sp.jpg) 50% 50%;
    background-size: cover;
    position: relative;
  } */
  #top .top-main-img .image figure {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    display: none;
  }
  #top .top-main-img .image figure img {
    max-width: 90%;
    height: auto;
  }

  /* --------------------------------------------------
  	006.top > column
  -------------------------------------------------- */
  .top-recommend {
    text-align: center;
    padding: 1rem 0 1rem;
    background: #fbfbfb;
  }
  .top-recommend .item {
    margin: 0 .5rem;
    position: relative;
  }
  .top-recommend .item .img {
    height: 6.5rem;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
  }
  .top-recommend .item .img .cat {
    position: absolute;
    text-align: left;
    left: 0;
    bottom: 0;
    padding: .1rem .3rem;
    color: #fff;
    font-size: .9rem;
    line-height: 1.1;
    background: linear-gradient(90deg, #66cc66 0%, #339933 100%);
  }
  .top-recommend .item .ttl-recommend {
    display: none;
  }
  .top-recommend .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .top-recommend .slick-dots {
    text-align: center;
    padding-top: 10px;
  }
  .top-recommend .slick-dots li {
    display: inline-block;
    margin: 0 3px;
  }
  .top-recommend .slick-dots li button {
    width: 6px;
    height: 6px;
    display: block;
    border: none;
    background: #eee;
    border-radius: 50%;
    outline: none;
    text-indent: -9999px;
    padding: 0;
  }
  .top-recommend .slick-dots li.slick-active button {
    background: #66cc66;
  }
}
@media only screen and (min-width: 769px) {
  /* --------------------------------------------------
  	001.top > top-main-img
  -------------------------------------------------- */
  #top .top-main-img {
    clear: both;
    position: relative;
    height: 300px;
    padding-left: 30%;
  }
  #top .top-main-img:after {
    content: "";
    display: block;
    clear: both;
  }
  #top .top-main-img .catch {
    width: 45%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: url(../../images/top/bg_main_catch.png) 100% 50% no-repeat;
    background-size: cover;
    text-align: center;
    color: #20440c;
    font-size: 2.4rem;
    padding-right: 5%;
  }
  #top .top-main-img .catch p {
    line-height: 1.5;
    padding-top: 110px;
  }
  #top .top-main-img .catch p strong {
    font-weight: 400;
  }
  #top .top-main-img .image {
    height: 300px;
    text-align: center;
    background: url(../../images/top/bg_main_family.jpg) 0% 0%;
    background-size: cover;
    position: relative;
  }
  #top .top-main-img .image figure {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    display: none;
  }

  /* --------------------------------------------------
  	006.top > column
  -------------------------------------------------- */
  .top-recommend {
    text-align: center;
    padding: 15px 0 15px;
    background: #fbfbfb;
  }
  .top-recommend .item {
    margin: 0 10px;
    position: relative;
  }
  .top-recommend .item:hover .img {
    opacity: 0.8;
  }
  .top-recommend .item .img {
    height: 150px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 5px;
  }
  .top-recommend .item .img .cat {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 3px;
    color: #fff;
    font-size: 1rem;
    background: linear-gradient(90deg, #66cc66 0%, #339933 100%);
  }
  .top-recommend .item .ttl-recommend {
    text-align: left;
    font-size: 1rem;
    line-height: 1.3;
  }
  .top-recommend .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .top-recommend .slick-dots {
    text-align: center;
    padding-top: 10px;
  }
  .top-recommend .slick-dots li {
    display: inline-block;
    margin: 0 3px;
  }
  .top-recommend .slick-dots li button {
    width: 6px;
    height: 6px;
    display: block;
    border: none;
    background: #eee;
    border-radius: 50%;
    outline: none;
    text-indent: -9999px;
    padding: 0;
  }
  .top-recommend .slick-dots li.slick-active button {
    background: #66cc66;
  }
}
