body::after {
  content: "";
  background: url("/assets/img/top/bg_food.png") no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: calc(6.25rem + (1vw - 3.75px) * 14.1757);
  height: calc(7.3125rem + (1vw - 3.75px) * 16.4869);
  min-height: 0vw;
}
@media (min-width: 1024px) {
  body::after {
    width: 192px;
    height: 224px;
  }
}

.uk-logo {
  display: none;
}

@media (min-width: 1024px) {
  .uk-navbar-container {
    margin-top: 80px;
  }
}
.uk-navbar-container.is-active {
  margin-top: 0;
}
.uk-navbar-container.is-active .uk-logo {
  display: inline-block;
}

#c-top-visual {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1400px) {
  #c-top-visual {
    max-width: 1380px;
    margin:  0 auto;
  }
}
@media (min-width: 769px) {
  #c-top-visual {
    margin-top: 30px;
  }
}
#c-top-visual .c-top-visual-txt {
  text-align: center;
  position: absolute;
  z-index: 1;
  margin-top: calc(1.25rem + (1vw - 7.68px) * 7.0423);
  margin-left: calc(1.5625rem + (1vw - 3.75px) * 17.8117);
  min-height: 0vw;
}
@media (min-width: 1200px) {
  #c-top-visual .c-top-visual-txt {
    width: calc(17.5rem + (1vw - 7.68px) * 32.5704);
    margin-left: 40px;
  }
}
@media (min-width: 769px) {
  #c-top-visual .c-top-visual-txt {
    margin-left: calc(1.25rem + (1vw - 7.68px) * 13.2042);
    width: 20%;
  }
}

@media (max-width: 768px) {
  #c-top-visual .c-top-visual-txt {
    position: relative;
    margin: 2rem 0;
    width: 100%;
  }
}
#c-top-visual .c-top-visual-txt .c-top-visual-logo {
  width: calc(12.5rem + (1vw - 3.75px) * 12.943);
  margin-bottom: calc(1.25rem + (1vw - 3.75px) * 7.6336);
  min-height: 0vw;
}
@media (min-width: 769px) {
  #c-top-visual .c-top-visual-txt .c-top-visual-logo {
    width: 283px;
    margin-bottom: calc(1.25rem + (1vw - 7.68px) * 5.2817);
  }
}
@media (min-width: 1000px) {
  #c-top-visual .c-top-visual-txt .c-top-visual-logo {
    margin-bottom: 50px;
  }
}
#c-top-visual .c-top-visual-txt .c-top-visual-copy {
  width: calc(18.75rem + (1vw - 3.75px) * 17.1032);
  min-height: 0vw;
}
@media (min-width: 1200px) {
  #c-top-visual .c-top-visual-txt .c-top-visual-copy {
    width: 465px;
  }
}
#c-top-visual #c-top-visual-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  #c-top-visual #c-top-visual-photo {
    display: block;
  }
}
#c-top-visual #c-top-visual-photo ul {
  width: calc(18.75rem + (1vw - 3.75px) * 81.3559);
  height: calc(13.5625rem + (1vw - 3.75px) * 59.0139);
  min-height: 0vw;
}
@media (min-width: 1024px) {
  #c-top-visual #c-top-visual-photo ul {
    width: 828px;
    height: 600px;
  }
}
@media (max-width: 768px) {
  #c-top-visual #c-top-visual-photo ul {
    width: 100%;
    height: auto;
  }
}
#c-top-visual-photo .mv-pc-only{
  display: block;
}
#c-top-visual-photo .mv-mobile-only{
  display: none;
}

@media (max-width: 768px) {
#c-top-visual-photo .mv-pc-only{
display: none;
}
#c-top-visual-photo .mv-mobile-only{
  display: block;
}
}


#c-topics {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #f6f4ef), to(#f6f4ef));
  background: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #f6f4ef 40%, #f6f4ef 100%);
  background: linear-gradient(180deg, transparent 0%, transparent 40%, #f6f4ef 40%, #f6f4ef 100%);
  padding: 0 0 75px 85px;
  margin-top: calc(2.1875rem + (1vw - 3.75px) * 27.9898);
  min-height: 0vw;
}
@media (min-width: 769px) {
  #c-topics {
    margin-top: 145px;
  }
}
@media (max-width: 768px) {
  #c-topics {
    background: #f6f4ef;
    padding-top: 1.5rem;
    padding: 1.5rem 0 2rem 10px;
  }
}
#c-topics .c-inner {
  background: #fff;
}
#c-topics .c-topics-hd {
  font-weight: bold;
  font-size: 1.625rem;
  letter-spacing: 0.15rem;
  margin: 0 0 0 70px;
}
@media (max-width: 768px) {
  #c-topics .c-topics-hd {
    margin: 0 0 0.75rem 0;
  }
}
#c-topics .uk-slider-container {
  background: #fff;
  padding: calc(1.25rem + (1vw - 3.75px) * 5.0891) calc(1.5625rem + (1vw - 3.75px) * 7.6336);
  min-height: 0vw;
}
@media (max-width: 480px) {
  #c-topics li::before {
    display: none;
  }
}
@media (max-width: 480px) {
  #c-topics li .uk-panel {
    max-width: 90%;
  }
}
#c-topics li .uk-panel a {
  color: #333;
  display: inline-block;
}
#c-topics li .uk-panel a:hover {
  text-decoration: none;
}
#c-topics li .uk-panel a:hover .c-topics-title {
  text-decoration: underline;
}
#c-topics .c-topics-date {
  font-weight: bold;
  background: #f6f4ef;
  display: inline-block;
  padding: 2px 5px;
  margin: 0;
}
@media (max-width: 768px) {
  #c-topics .c-topics-date {
    font-size: 0.875rem;
  }
}
#c-topics .c-topics-title {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1rem;
}
@media (min-width: 769px) {
  #c-topics .c-topics-title {
    font-size: 1.125rem;
  }
}
#c-topics .c-topics-sub-txt {
  font-size: 0.875rem;
}
#c-topics .uk-slidenav {
  background: rgba(93, 93, 93, 0.7);
  border-radius: 50%;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
}
#c-topics .uk-slidenav::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 769px) {
  #c-topics .uk-slidenav {
    width: 50px;
    height: 50px;
  }
}
#c-topics .uk-slidenav svg {
  display: none;
}

h2.c-for-dog,
h2.c-for-cat {
  position: relative;
  z-index: 5;
}
@media (min-width: 769px) {
  h2.c-for-dog,
  h2.c-for-cat {
    font-size: calc(1rem + (1vw - 3.75px) * 0.6054);
    min-height: 0vw;
  }
}
h2.c-for-dog img,
h2.c-for-cat img {
  min-height: 0vw;
  margin-right: 10px;
}
@media (max-width: 768px) {
  h2.c-for-dog img,
  h2.c-for-cat img {
    display: block;
  }
}
@media (max-width: 768px) {
  h2.c-for-dog,
  h2.c-for-cat {
    font-weight: bold;
    font-size: 1rem;
    padding: 15px 0 0 15px;
  }
}

h2.c-for-dog img {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  width: auto;
  height: 40px;
}
@media (min-width: 769px) {
  h2.c-for-dog img {
    height: calc(1.25rem + (1vw - 3.75px) * 5.7518);
  }
}

@media (max-width: 769px) {
  h2.c-for-cat {
    margin-top: 0;
  }
}
h2.c-for-cat img {
  vertical-align: bottom;
  width: auto;
  height: calc(1.25rem + (1vw - 3.75px) * 2.5227);
}
@media (max-width: 769px) {
  h2.c-for-cat img {
    margin-bottom: 10px;
  }
}

.c-prod {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 0vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
}
@media (min-width: 1024px) {
  .c-prod {
    min-height: 900px;
  }
}
@media (max-width: 768px) {
  .c-prod {
    width: 100%;
    padding-top: calc(12.5rem + (1vw - 2.4px) * 28.4091);
    min-height: 0vw;
    padding-bottom: 30px;
  }
}
.c-prod .c-txt {
  text-align: center;
  width: calc(18.75rem + (1vw - 3.75px) * 15.1362);
  min-height: 0vw;
}
@media (min-width: 769px) {
  .c-prod .c-txt {
    margin-top: 80px;
    margin-left: calc(2.5rem + (1vw - 7.68px) * 13.2042);
    min-height: 0vw;
  }
}
@media (min-width: 1024px) {
  .c-prod .c-txt {
    width: 370px;
  }
}
@media (max-width: 768px) {
  .c-prod .c-txt {
    width: 90%;
    margin: 0 auto;
    background: #fff;
  }
}
.c-prod .c-txt .uk-button {
  min-width: 50%;
}
@media (min-width: 769px) {
  .c-prod .c-txt .uk-button {
    min-width: 300px;
  }
}
.c-prod .c-txt .c-logo img {
  max-width: 250px;
}
@media (max-width: 768px) {
  .c-prod .c-txt .c-logo img {
    max-width: 40%;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .c-prod .c-txt .c-copy img {
    max-width: 60%;
  }
}

#c-sb-original {
  position: relative;
}
@media (min-width: 769px) {
  #c-sb-original {
    padding: 165px 0 0 calc(3.125rem + (1vw - 7.68px) * 17.6056);
    min-height: 0vw;
  }
}
#c-sb-original h2.c-for-dog {
  color: #fff;
}
@media (min-width: 769px) {
  #c-sb-original h2.c-for-dog {
    position: absolute;
    top: 60px;
    left: 50px;
  }
}
#c-sb-original::before {
  content: "";
  display: inline-block;
  width: 80%;
  height: 100vw;
  background: url(/assets/img/common/bg_original.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 769px) {
  #c-sb-original::before {
    width: calc(6.25rem + (1vw - 3.75px) * 39.8587);
    min-height: 0vw;
  }
}
#c-sb-original .c-sb-original-photo {
  background-image: url(/assets/img/top/bg_photo_sb_original.jpg);
}
@media (max-width: 768px) {
  #c-sb-original .c-sb-original-photo {
    background-size: 130%;
    background-position: 80% -20%;
  }
}
@media (max-width: 480px) {
  #c-sb-original .c-sb-original-photo {
    background-position: 80% -5%;
  }
}
@media (min-width: 769px) {
  #c-sb-original .c-sb-original-photo .c-txt .c-copy {
    max-width: 265px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 400px) and (max-width: 768px) {
  #c-sb-original .c-sb-original-photo .c-txt .c-copy img {
    max-width: 255px;
  }
}

.c-sb-grain {
  position: relative;
}
@media (min-width: 769px) {
  .c-sb-grain h2.c-for-dog {
    margin: 60px 70px 40px 0;
    text-align: right;
  }
}
.c-sb-grain::before {
  content: "";
  display: inline-block;
  width: calc(6.25rem + (1vw - 3.75px) * 39.8587);
  min-height: 0vw;
  height: 100vw;
  background: url(/assets/img/common/bg_grain.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  right: 0;
}
.c-sb-grain.--cat::before {
  left: 0;
  right: initial;
}
@media (min-width: 769px) {
  .c-sb-grain::before {
    top: 300px;
  }
}
@media (max-width: 480px) {
  .c-sb-grain::before {
    width: 40%;
  }
}
@media (min-width: 769px) {
  .c-sb-grain .c-prod .c-txt .c-copy {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
.c-sb-grain .c-prod .c-txt .c-logo img {
  max-width: 50%;
}
@media (min-width: 769px) {
  .c-sb-grain .c-prod .c-txt .c-logo img {
    max-width: 300px;
  }
}
@media (min-width: 400px) and (max-width: 768px) {
  .c-sb-grain .c-prod .c-txt p:nth-child(3) img {
    max-width: 350px;
  }
}
.c-sb-grain .c-sb-grain-photo1 {
  background-color: #efebe8;
  background-image: url(/assets/img/top/bg_photo_sb_grain_dog.jpg);
  margin-right: calc(1.875rem + (1vw - 7.68px) * 10.4167);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .c-sb-grain .c-sb-grain-photo1 {
    background-size: 130%;
    background-position: 0 -25%;
    background-color: transparent;
  }
}
@media (max-width: 480px) {
  .c-sb-grain .c-sb-grain-photo1 {
    background-position: 0 -5%;
  }
}
@media (min-width: 769px) {
  .c-sb-grain .c-sb-grain-photo1 .c-txt {
    margin-top: 60px;
    margin-right: calc(2.5rem + (1vw - 7.68px) * 13.2042);
  }
}
@media (min-width: 769px) {
  .c-sb-grain .c-sb-grain-photo1 {
    margin-right: calc(3.125rem + (1vw - 7.68px) * 17.6056);
  }
}
@media (min-width: 769px) {
  .c-sb-grain h2.c-for-cat {
    margin: 60px 0 65px 70px;
    text-align: left;
  }
}
.c-sb-grain .c-sb-grain-photo2 {
  background-color: #dfd7c9;
  background-image: url(/assets/img/top/bg_photo_sb_grain_cat.jpg);
  background-position: top right;
   margin-left: calc(1.875rem + (1vw - 7.68px) * 10.4167);
}
@media (min-width: 769px) {
  .c-sb-grain .c-sb-grain-photo2 {
    margin-left: calc(3.125rem + (1vw - 7.68px) * 17.6056);
  }
}

@media (max-width: 768px) {
  .c-sb-grain .c-sb-grain-photo2 {
    background-size: 130%;
    background-position: 0% -20%;
    background-color: transparent;
  }
}
@media (max-width: 480px) {
  .c-sb-grain .c-sb-grain-photo2 {
    background-position: 0% -5%;
  }
}

@media (min-width: 769px) {
.c-sb-grain .c-sb-grain-photo2 .c-txt {
  margin-right: calc(2.5rem + (1vw - 7.68px) * 13.2042);
}
}

.c-sb-green {
  position: relative;
}
@media (min-width: 769px) {
  .c-sb-green h2.c-for-dog {
    margin: 60px 0 40px 70px;
    text-align: left;
  }
}
.c-sb-green::before {
  content: "";
  display: inline-block;
  width: calc(6.25rem + (1vw - 3.75px) * 39.8587);
  min-height: 0vw;
  height: 100vw;
  background: url(/assets/img/common/bg_greenrecipe.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  left: 0;
}
@media (min-width: 769px) {
  .c-sb-green::before {
    top: 300px;
  }
}
@media (max-width: 480px) {
  .c-sb-green::before {
    width: 40%;
  }
}
@media (min-width: 769px) {
  .c-sb-green .c-prod .c-txt .c-copy {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
.c-sb-green .c-prod .c-txt .c-logo img {
  max-width: 50%;
}
@media (min-width: 769px) {
  .c-sb-green .c-prod .c-txt .c-logo img {
    max-width: 350px;
  }
}
@media (min-width: 400px) and (max-width: 768px) {
  .c-sb-green .c-prod .c-txt p:nth-child(3) img {
    max-width: 350px;
  }
}
.c-sb-green .c-sb-green-photo1 {
  background-color: #dfd7c9;
  background-image: url(/assets/img/top/bg_photo_sb_greenrecipe.jpg);
  background-position: top right;
}
@media (min-width: 769px) {
  .c-sb-green .c-sb-green-photo1 {
    margin-left: calc(3.125rem + (1vw - 7.68px) * 17.6056);
  }
}

@media (max-width: 768px) {
  .c-sb-green .c-sb-green-photo1 {
    background-size: 110%;
    background-position: 100% -20%;
    background-color: transparent;
  }
}
@media (max-width: 480px) {
  .c-sb-green .c-sb-green-photo1 {
    background-position: 100% -5%;
  }
}
/*about*/
#c-about {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #f6f4ef), to(#f6f4ef));
  background: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #f6f4ef 40%, #f6f4ef 100%);
  background: linear-gradient(180deg, transparent 0%, transparent 40%, #f6f4ef 40%, #f6f4ef 100%);
}
@media (min-width: 769px) {
  #c-about {
    margin-top: 100px;
  }
}
#c-about .c-inner {
  background-image: url(/assets/img/top/bg_about.jpg);
  background-size: cover;
  background-position-x: 30%;
  padding: 3rem 15px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  #c-about .c-inner {
    margin-left: calc(1.25rem + (1vw - 7.68px) * 4.5139);
    min-height: 0vw;
    padding: 110px 0 90px 100px;
  }
}
#c-about .c-inner::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
#c-about .uk-container {
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0;
}
@media (min-width: 769px) {
  #c-about .uk-container {
    max-width: 680px;
  }
}
#c-about .uk-container h2 {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
#c-about .uk-container h2 span {
  font-size: calc(1.125rem + (1vw - 7.68px) * 3.6789);
  min-height: 0vw;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #c-about .uk-container h2 span {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #c-about .uk-container h2 span {
    font-size: 1.5rem;
  }
}
#c-about .uk-container .uk-button {
  color: #333;
  background: #fff;
}
@media (max-width: 768px) {
  #c-about {
    margin-right: 0;
  }
}

#c-other {
  background: #f6f4ef;
}
@media (max-width: 480px) {
  #c-other .uk-panel {
    width: 100%;
  }
}
#c-other .uk-panel .c-txt {
  text-align: center;
  background: #fff no-repeat center center;
}
@media (max-width: 480px) {
  #c-other .uk-panel .c-txt {
    background-size: 60% 60%;
  }
}
#c-other .uk-panel .c-txt a {
  color: #000;
  display: block;
  padding: 3rem 20px;
  min-height: 0vw;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 769px) {
  #c-other .uk-panel .c-txt a {
    padding: calc(1.25rem + (1vw - 3.75px) * 26.7176) calc(1.25rem + (1vw - 3.75px) * 19.084);
  }
}
#c-other .uk-panel .c-txt a:hover {
  text-decoration: none;
  background-color: #1a5ca4;
}
#c-other .uk-panel .c-txt a:hover h3 {
  color: #fff;
}
@media (min-width: 769px) {
  #c-other .uk-panel .c-txt a {
    padding: 125px 10px;
  }
}
#c-other .uk-panel .c-txt a h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}
#c-other .uk-panel .c-txt a h3 span {
  display: block;
  font-size: calc(1rem + (1vw - 3.75px) * 2.5445);
  min-height: 0vw;
}
@media (min-width: 769px) {
  #c-other .uk-panel .c-txt a h3 span {
    font-size: 26px;
  }
}
#c-other .uk-panel:nth-child(1) .c-txt {
  background-image: url(/assets/img/top/ico_guarantee.svg);
}
#c-other .uk-panel:nth-child(2) .c-txt {
  background-image: url(/assets/img/top/ico_store.svg);
}
#c-other .uk-panel:nth-child(3) .c-txt {
  background-image: url(/assets/img/top/ico_contact.svg);
}

footer {
  margin-top: 0;
}

.c-other-product{
  position: relative;
  z-index: 1;
}
.c-other-product{
  position: relative;
  z-index: 1;
  text-align: center;
}
.c-link{
  width: 100%;
  max-width: 880px;
  display: inline-block;
  background: #fff;
}
.c-sb-carerecipe {
  position: relative;
}
@media (min-width: 769px) {
  .c-sb-carerecipe h2.c-for-dog {
    margin: 60px 70px 40px 0;
    text-align: right;
  }
}
.c-sb-carerecipe::before {
  content: "";
  display: inline-block;
  width: calc(6.25rem + (1vw - 3.75px) * 39.8587);
  min-height: 0vw;
  height: 100vw;
  background: url(/assets/img/common/bg_greenrecipe.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  right: 0;
}
@media (min-width: 769px) {
  .c-sb-carerecipe::before {
    top: 300px;
  }
}
@media (max-width: 480px) {
  .c-sb-carerecipe::before {
    width: 40%;
  }
}
@media (min-width: 769px) {
  .c-sb-carerecipe .c-prod .c-txt .c-copy {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
.c-sb-carerecipe .c-prod .c-txt .c-logo img {
  max-width: 50%;
}
@media (min-width: 769px) {
  .c-sb-carerecipe .c-prod .c-txt .c-logo img {
    max-width: 300px;
  }
}
@media (min-width: 400px) and (max-width: 768px) {
  .c-sb-carerecipe .c-prod .c-txt p:nth-child(3) img {
    max-width: 350px;
  }
}
.c-sb-carerecipe .c-sb-carerecipe-photo {
  background-color: #efebe8;
  background-image: url(/assets/img/top/bg_photo_sb_carerecipe.jpg);
  margin-right: calc(1.875rem + (1vw - 7.68px) * 10.4167);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
          align-items: center;
}
@media (max-width: 768px) {
  .c-sb-carerecipe .c-sb-carerecipe-photo {
    background-size: 130%;
    background-position: 0 -25%;
    background-color: transparent;
  }
}
@media (max-width: 480px) {
  .c-sb-carerecipe .c-sb-carerecipe-photo {
    background-position: 0 -5%;
  }
}
@media (min-width: 769px) {
  .c-sb-carerecipe .c-sb-carerecipe-photo .c-txt {
    margin-top: 60px;
    margin-right: calc(2.5rem + (1vw - 7.68px) * 13.2042);
  }
}
@media (min-width: 769px) {
  .c-sb-carerecipe .c-sb-carerecipe-photo {
    margin-right: calc(3.125rem + (1vw - 7.68px) * 17.6056);
  }
}
