html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: min(1.75vw, 21px);
  color: #40220f;
  text-align: left;
  margin: 0 auto;
  line-height: 1.7;
  letter-spacing: normal;
  overflow-x: hidden;
  max-width: 1920px;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.4666666667vw;
    text-align: justify;
    border-top: 10px solid #40220f;
  }
}
body.nav-open {
  overflow-y: hidden;
  border-top: none;
  height: 100%;
}

h2 {
  font-size: min(2.8333333333vw, 34px);
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: min(6.6666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 4.5333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
h2::after {
  content: "";
  position: absolute;
  width: min(5vw, 60px);
  height: 5px;
  background-color: #87b83f;
  bottom: min(-0.5vw, -6px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  h2::after {
    width: 8vw;
    bottom: -2.1333333333vw;
    height: 3px;
  }
}

.pcnone {
  display: none;
}
@media screen and (max-width: 750px) {
  .pcnone {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .spnone {
    display: none;
  }
}

.hover {
  transition-duration: 400ms;
  cursor: pointer;
}
.hover.hover-active {
  opacity: 0.7 !important;
}

.linkid {
  position: absolute;
  top: vw(-160);
}

.fadein {
  transform: translateY(60px);
  opacity: 0;
  transition: 1200ms cubic-bezier(0, 0, 0.2, 1);
}
.fadein.fadein-out {
  transform: translateY(0);
  opacity: 1;
}
.fadein.delay1 {
  transition-delay: 100ms;
}
.fadein.delay2 {
  transition-delay: 200ms;
}
.fadein.delay3 {
  transition-delay: 300ms;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .container {
    max-width: 84vw;
  }
}

.hum-menu {
  display: none;
}
@media screen and (max-width: 750px) {
  .hum-menu {
    width: 10.9333333333vw;
    height: 10.9333333333vw;
    background-color: #40220f;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.4vw;
    z-index: 120;
  }
  .hum-menu span {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    background-color: #FFFFFF;
    margin-right: 1.3333333333vw;
    border-radius: 50%;
    transition-duration: 50ms;
  }
  .hum-menu span:last-of-type {
    margin-right: 0;
  }
  .hum-menu.nav-open span {
    position: absolute;
    border-radius: 10px;
    transition-duration: 400ms;
  }
  .hum-menu.nav-open span:nth-of-type(1) {
    top: 2.4vw;
    transform: rotate(45deg);
    transform-origin: left top;
    left: 2.9333333333vw;
    width: 8vw;
    height: 0.6666666667vw;
  }
  .hum-menu.nav-open span:nth-of-type(2) {
    opacity: 0;
    left: 1.0666666667vw;
  }
  .hum-menu.nav-open span:nth-of-type(3) {
    bottom: 2.4vw;
    transform: rotate(-45deg);
    transform-origin: left bottom;
    left: 2.9333333333vw;
    width: 8vw;
    height: 0.6666666667vw;
  }
}

.item-list {
  display: flex;
}
@media screen and (max-width: 750px) {
  .item-list {
    flex-direction: column;
  }
}
.item-list .item-list__img {
  background-image: url(../img/item-bg.png);
  width: 65%;
  padding: min(3.75vw, 45px) min(5.8333333333vw, 70px);
}
@media screen and (max-width: 750px) {
  .item-list .item-list__img {
    width: 100%;
    padding: 6vw 9.3333333333vw;
  }
}
.item-list .item-list__img .item-list__img-inner {
  display: flex;
  justify-content: space-between;
}
.item-list .item-list__img .item-list__img-inner img {
  width: 22%;
  box-shadow: 11px 11px 11px 0px rgba(35, 24, 21, 0.4588235294);
}
.item-list .item-list__link {
  background-color: #fff;
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 min(3.3333333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .item-list .item-list__link {
    width: 100%;
    flex-direction: row;
    padding: 2.6666666667vw 0;
  }
}
.item-list .item-list__link .item-list__link-logo {
  width: min(18.3333333333vw, 220px);
  margin-bottom: min(1.6666666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .item-list .item-list__link .item-list__link-logo {
    width: 17.3333333333vw;
    margin-bottom: 0;
    margin-right: 2.6666666667vw;
  }
}
.item-list .item-list__link .item-list__link-link {
  width: 100%;
  border-radius: min(1.6666666667vw, 20px);
  padding: min(2.9166666667vw, 35px) 0;
  background-image: linear-gradient(90deg, rgb(255, 241, 93) 50%, rgb(255, 170, 60));
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: min(3.3333333333vw, 40px);
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  .item-list .item-list__link .item-list__link-link {
    width: 34.6666666667vw;
    border-radius: 2.6666666667vw;
    padding: 2.6666666667vw 0;
    font-size: 4vw;
  }
}

#header {
  position: fixed;
  z-index: 100;
  width: 100%;
  max-width: 1920px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffe12d;
  border-top: 10px solid #40220f;
}
@media screen and (max-width: 750px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100svw;
    height: 100lvh;
    background-color: #fcf8e3;
    border-top: none;
    transform: none;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition-duration: 400ms;
  }
  #header.nav-open {
    z-index: 100;
    opacity: 1;
    visibility: visible;
  }
}
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #header .header__inner {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
#header .header__inner.container {
  max-width: 1380px;
}
@media screen and (max-width: 750px) {
  #header .header__inner.container {
    max-width: 84vw;
  }
}
#header .header__inner h1 {
  width: min(10vw, 120px);
}
@media screen and (max-width: 750px) {
  #header .header__inner h1 {
    width: 26.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #header .header__inner nav {
    width: 100%;
  }
}
#header .header__inner nav ul {
  display: flex;
}
@media screen and (max-width: 750px) {
  #header .header__inner nav ul {
    flex-direction: column;
  }
}
#header .header__inner nav ul li {
  position: relative;
  padding: 0 min(1.5vw, 18px);
  font-size: min(1.5833333333vw, 19px);
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #header .header__inner nav ul li {
    padding: 1.3333333333vw 16vw;
    font-size: 4.9333333333vw;
    border-top: 1px dotted #40220f;
  }
  #header .header__inner nav ul li:last-of-type {
    border-bottom: 1px dotted #40220f;
  }
}
#header .header__inner nav ul li::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #40220f;
  right: 0;
}
@media screen and (max-width: 750px) {
  #header .header__inner nav ul li::after {
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    right: unset;
    left: min(8.3333333333vw, 100px);
    top: 50%;
    transform: translateY(-45%);
  }
}
#header .header__inner nav ul li:last-of-type {
  padding: 0 0 0 min(1.6666666667vw, 20px);
}
@media screen and (max-width: 750px) {
  #header .header__inner nav ul li:last-of-type {
    padding: 1.3333333333vw 16vw;
  }
}
#header .header__inner nav ul li:last-of-type::after {
  content: none;
}
@media screen and (max-width: 750px) {
  #header .header__inner nav ul li:last-of-type::after {
    content: "";
  }
}
#header .header__inner nav ul li.drywet {
  display: none;
}
@media screen and (max-width: 750px) {
  #header .header__inner nav ul li.drywet {
    display: flex;
    padding: 1.3333333333vw 10.6666666667vw 4vw 16vw;
    border-top: none;
  }
  #header .header__inner nav ul li.drywet a {
    color: #FFFFFF;
    width: 24vw;
    height: 24vw;
    background-color: #87b83f;
    border-radius: 50%;
    margin-right: 4.6666666667vw;
    font-size: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: -0.25em;
    line-height: 1;
  }
  #header .header__inner nav ul li.drywet a:last-of-type {
    background-color: #f49631;
    margin-right: 0;
  }
  #header .header__inner nav ul li.drywet::after {
    content: none;
  }
}
#header .header__inner .header__link {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #header .header__inner .header__link {
    display: none;
  }
}
#header .header__inner .header__link .header__link-sns {
  display: flex;
}
#header .header__inner .header__link .header__link-sns li {
  width: min(2.5vw, 30px);
  margin-right: min(1.3333333333vw, 16px);
}
#header .header__inner .header__link .header__link-sns li:last-of-type {
  margin-right: min(2vw, 24px);
}
#header .header__inner .header__link .header__link-onlineshop {
  width: min(19.1666666667vw, 230px);
}
#header .header__inner .header__privacy {
  display: none;
}
@media screen and (max-width: 750px) {
  #header .header__inner .header__privacy {
    display: flex;
    font-size: 2.8vw;
    font-weight: 700;
    margin-top: 10.6666666667vw;
  }
  #header .header__inner .header__privacy li {
    padding: 0vw 2.6666666667vw;
    border-right: 1px solid #40220f;
  }
  #header .header__inner .header__privacy li:last-of-type {
    border-right: none;
  }
}

#fv {
  margin-top: min(6.6666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  #fv {
    margin-top: 0;
  }
}

#fv-bottom {
  background-color: #b5d17c;
  background-image: radial-gradient(#cfdf9e 20%, transparent 20%), radial-gradient(#cfdf9e 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  padding: min(9.5833333333vw, 115px) 0;
}
@media screen and (max-width: 750px) {
  #fv-bottom {
    padding: 10.6666666667vw 0;
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
  }
}

#about {
  padding: min(10vw, 120px) 0 min(12.5vw, 150px);
  background-color: #fcf8e3;
}
@media screen and (max-width: 750px) {
  #about {
    padding: 10.6666666667vw 0 12vw;
  }
}
#about .about__item {
  display: flex;
  margin-bottom: min(5vw, 60px);
}
@media screen and (max-width: 750px) {
  #about .about__item {
    flex-direction: column;
    align-items: center;
  }
}
#about .about__item .about__item-img {
  width: 36%;
  margin-right: 4%;
}
@media screen and (max-width: 750px) {
  #about .about__item .about__item-img {
    width: 58.6666666667vw;
    margin-right: 0;
    margin-bottom: 6vw;
  }
}
#about .about__item .about__item-text {
  width: 60%;
}
@media screen and (max-width: 750px) {
  #about .about__item .about__item-text {
    width: 100%;
  }
}
#about .about__item .about__item-text h3 {
  font-size: min(2.3333333333vw, 28px);
  font-weight: 700;
  margin-bottom: min(4.1666666667vw, 50px);
}
@media screen and (max-width: 750px) {
  #about .about__item .about__item-text h3 {
    font-size: 4vw;
    letter-spacing: -0.09em;
    margin-bottom: 4.6666666667vw;
    color: #87b83f;
  }
}
#about .about__dog {
  width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #about .about__dog {
    width: 75%;
  }
}

#product {
  background-color: rgba(164, 206, 100, 0.1882352941);
  padding-bottom: min(10.8333333333vw, 130px);
}
@media screen and (max-width: 750px) {
  #product {
    padding-bottom: 12vw;
  }
}
#product .product__inner-header {
  margin-bottom: min(6.6666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  #product .product__inner-header {
    margin-bottom: 8vw;
  }
}
#product .product__inner-lead {
  margin-bottom: min(7.5vw, 90px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.8fr 0.5fr 1fr;
  gap: 4% 4%;
  grid-auto-flow: row;
  grid-template-areas: "product__inner-lead__img1 product__inner-lead__lead1" "product__inner-lead__img1 product__inner-lead__img2" "product__inner-lead__lead2 product__inner-lead__img2";
}
@media screen and (max-width: 750px) {
  #product .product__inner-lead {
    width: 68vw;
    margin: 0 auto;
    margin-bottom: 10.6666666667vw;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 0;
    grid-template-areas: "product__inner-lead__img1" "product__inner-lead__lead1" "product__inner-lead__img2" "product__inner-lead__lead2";
  }
}
#product .product__inner-lead h3 {
  font-size: min(2.3333333333vw, 28px);
  font-weight: 700;
  color: #87b83f;
  margin-bottom: min(2vw, 24px);
}
@media screen and (max-width: 750px) {
  #product .product__inner-lead h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
#product .product__inner-lead .product__inner-lead__img1 {
  grid-area: product__inner-lead__img1;
}
@media screen and (max-width: 750px) {
  #product .product__inner-lead .product__inner-lead__img1 {
    margin-bottom: 2.6666666667vw;
  }
}
#product .product__inner-lead .product__inner-lead__img2 {
  grid-area: product__inner-lead__img2;
}
@media screen and (max-width: 750px) {
  #product .product__inner-lead .product__inner-lead__img2 {
    margin-bottom: 2.6666666667vw;
  }
}
#product .product__inner-lead .product__inner-lead__lead1 {
  grid-area: product__inner-lead__lead1;
}
@media screen and (max-width: 750px) {
  #product .product__inner-lead .product__inner-lead__lead1 {
    margin-bottom: 5.3333333333vw;
  }
}
#product .product__inner-lead .product__inner-lead__lead2 {
  grid-area: product__inner-lead__lead2;
}
#product .product__inner-list {
  border-radius: min(3.3333333333vw, 40px);
  padding: min(5vw, 60px);
  margin-bottom: min(10.8333333333vw, 130px);
  background-image: linear-gradient(180deg, rgb(255, 252, 215), rgb(255, 229, 112) 33%, rgb(164, 206, 100));
}
@media screen and (max-width: 750px) {
  #product .product__inner-list {
    border-radius: 5.3333333333vw;
    padding: 6.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
#product .product__inner-list h3 {
  font-size: min(3.5vw, 42px);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: min(2.5vw, 30px);
}
@media screen and (max-width: 750px) {
  #product .product__inner-list h3 {
    font-size: 4.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
#product .product__inner-list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #product .product__inner-list ul {
    flex-direction: column;
  }
}
#product .product__inner-list ul li {
  width: 30%;
}
@media screen and (max-width: 750px) {
  #product .product__inner-list ul li {
    width: 100%;
    margin-bottom: 8vw;
  }
  #product .product__inner-list ul li:last-of-type {
    margin-bottom: 0;
  }
}
#product .product__inner-list ul li img {
  margin-bottom: min(2.1666666667vw, 26px);
}
@media screen and (max-width: 750px) {
  #product .product__inner-list ul li img {
    margin-bottom: 3.4666666667vw;
  }
}
#product .product__inner-list ul li h4 {
  margin-bottom: min(1.6666666667vw, 20px);
  font-size: min(2.3333333333vw, 28px);
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #product .product__inner-list ul li h4 {
    margin-bottom: spcmin(20);
    font-size: 4.1333333333vw;
  }
}

#product-wet {
  background-color: #fdf2e0;
  padding-bottom: min(11.6666666667vw, 140px);
}
@media screen and (max-width: 750px) {
  #product-wet {
    padding-bottom: 10.6666666667vw;
  }
}
#product-wet .product-wet__inner .product-wet__inner-header {
  margin-bottom: min(3vw, 36px);
}
@media screen and (max-width: 750px) {
  #product-wet .product-wet__inner .product-wet__inner-header {
    margin-bottom: 4.8vw;
  }
}
#product-wet .product-wet__inner .product-wet__inner-lead h3 {
  font-size: min(2.3333333333vw, 28px);
  font-weight: 700;
  color: #f49631;
  margin-bottom: min(2vw, 24px);
}
@media screen and (max-width: 750px) {
  #product-wet .product-wet__inner .product-wet__inner-lead h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
#product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__top {
  display: flex;
  justify-content: center;
  margin-bottom: min(1.6666666667vw, 20px);
}
@media screen and (max-width: 750px) {
  #product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__top {
    flex-direction: column;
    width: 68vw;
    margin: 0 auto 4vw;
  }
}
#product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__top .product-wet-inner-lead1 {
  width: 42%;
  margin-right: 6%;
}
@media screen and (max-width: 750px) {
  #product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__top .product-wet-inner-lead1 {
    width: 100%;
    margin-right: 0;
  }
}
#product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__top .product-wet__inner__img1 {
  width: 42%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__top .product-wet__inner__img1 {
    width: 100%;
  }
}
#product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__top .product-wet__inner__img1 img {
  width: 40%;
}
@media screen and (max-width: 750px) {
  #product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__top .product-wet__inner__img1 img {
    width: 30%;
  }
}
#product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__bottom {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__bottom {
    flex-direction: column;
    width: 68vw;
    margin: 0 auto;
  }
}
#product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__bottom .product-wet__inner-lead__bottom-left {
  width: 42%;
  margin-right: 6%;
}
@media screen and (max-width: 750px) {
  #product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__bottom .product-wet__inner-lead__bottom-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
}
#product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__bottom .product-wet__inner-lead__bottom-left .product-wet__inner__img2 {
  margin-bottom: min(2.5vw, 30px);
}
@media screen and (max-width: 750px) {
  #product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__bottom .product-wet__inner-lead__bottom-left .product-wet__inner__img2 {
    margin-bottom: 4vw;
  }
}
#product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__bottom .product-wet__inner-lead__bottom-right {
  width: 42%;
}
@media screen and (max-width: 750px) {
  #product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__bottom .product-wet__inner-lead__bottom-right {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__bottom .product-wet__inner-lead__bottom-right span {
    color: #f49631;
  }
}
#product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__bottom .product-wet__inner-lead__bottom-right .product-wet__inner__img4 {
  position: relative;
  left: min(-4.1666666667vw, -50px);
  width: 110%;
}
@media screen and (max-width: 750px) {
  #product-wet .product-wet__inner .product-wet__inner-lead .product-wet__inner-lead__bottom .product-wet__inner-lead__bottom-right .product-wet__inner__img4 {
    left: unset;
    width: 100%;
  }
}
#product-wet .eat {
  border-radius: min(3.3333333333vw, 40px);
  background-image: linear-gradient(180deg, rgb(255, 252, 215), rgb(255, 229, 112) 56%, rgb(253, 148, 52));
  padding-bottom: min(6.6666666667vw, 80px);
  margin-bottom: min(10.8333333333vw, 130px);
}
#product-wet .eat .eat__header {
  position: relative;
  top: min(-2.5vw, -30px);
  margin-bottom: min(2.5vw, 30px);
}
@media screen and (max-width: 750px) {
  #product-wet .eat .eat__header {
    top: 0;
    padding-top: 2.6666666667vw;
    margin-bottom: 8vw;
  }
}
#product-wet .eat .eat__manual {
  display: flex;
  padding: 0 min(10.8333333333vw, 130px);
  margin-bottom: min(5vw, 60px);
}
@media screen and (max-width: 750px) {
  #product-wet .eat .eat__manual {
    flex-direction: column;
    padding: 0 8vw;
  }
}
#product-wet .eat .eat__manual .eat__manual-1 {
  width: 35.5%;
  margin-right: 3%;
}
@media screen and (max-width: 750px) {
  #product-wet .eat .eat__manual .eat__manual-1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vw;
  }
}
#product-wet .eat .eat__manual .eat__manual-2 {
  width: 60.5%;
}
@media screen and (max-width: 750px) {
  #product-wet .eat .eat__manual .eat__manual-2 {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#product-wet .eat .eat__img {
  display: flex;
  padding: 0 min(5vw, 60px);
  margin-bottom: min(6.6666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  #product-wet .eat .eat__img {
    flex-direction: column;
    padding: 0 4vw 0 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#product-wet .eat .eat__mov {
  display: flex;
  margin: 0 min(11.6666666667vw, 140px);
  padding: min(3.3333333333vw, 40px) min(8.3333333333vw, 100px) min(3.3333333333vw, 40px) min(5.8333333333vw, 70px);
  background-image: url(../img/eat-bg.png);
  margin-bottom: min(6.6666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  #product-wet .eat .eat__mov {
    margin: 0 auto;
    padding: 5.3333333333vw;
  }
}
#product-wet .eat .eat__mov:last-of-type {
  margin-bottom: 0;
}
#product-wet .eat .eat__mov .eat__mov-title {
  width: 28%;
  margin-right: 8%;
}
#product-wet .eat .eat__mov .eat__mov-mov {
  width: 64%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#product-wet .eat .eat__mov .eat__mov-mov iframe {
  padding: 3%;
}

#employ {
  background-image: url(../img/employ-bg.png);
  background-size: cover;
  aspect-ratio: 3848/2735;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: min(10vw, 120px);
}
@media screen and (max-width: 750px) {
  #employ {
    background-image: url(../img/employ-bg-sp.png);
    aspect-ratio: 1500/1766;
    margin-bottom: 5.3333333333vw;
  }
}
#employ .employ__text {
  position: relative;
  top: min(4.1666666667vw, 50px);
}
@media screen and (max-width: 750px) {
  #employ .employ__text {
    top: 5.3333333333vw;
  }
}
#employ .employ__text h3 {
  font-size: min(2.5vw, 30px);
  font-weight: 700;
  padding: min(1.25vw, 15px) min(3.3333333333vw, 40px);
  background-color: rgba(164, 124, 82, 0.8);
  color: #FFFFFF;
  margin-bottom: min(3.3333333333vw, 40px);
}
@media screen and (max-width: 750px) {
  #employ .employ__text h3 {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#employ .employ__text p {
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  #employ .employ__text p {
    font-size: 3.2vw;
  }
}

#company {
  margin-bottom: min(10vw, 120px);
}
@media screen and (max-width: 750px) {
  #company {
    margin-bottom: 10.6666666667vw;
  }
}
#company .company-list {
  max-width: 660px;
  margin: 0 auto;
  display: grid;
  border: 1px solid #8a6239;
  grid-template-columns: 0.25fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "company-item1 company-item2" "company-item1 company-item3" "company-item4 company-item5";
}
@media screen and (max-width: 750px) {
  #company .company-list {
    max-width: 100%;
    font-size: 3.0666666667vw;
    letter-spacing: -0.05em;
  }
}
#company .company-list dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff39c;
  border: 1px solid #8a6239;
}
#company .company-list dd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: min(1.6666666667vw, 20px) min(3.3333333333vw, 40px);
  background-color: #faf3e0;
  border: 1px solid #8a6239;
}
#company .company-list .company-item1 {
  grid-area: company-item1;
}
#company .company-list .company-item2 {
  grid-area: company-item2;
}
#company .company-list .company-item3 {
  grid-area: company-item3;
}
#company .company-list .company-item4 {
  grid-area: company-item4;
}
#company .company-list .company-item5 {
  grid-area: company-item5;
}

#contact {
  background-color: #faf3e0;
  padding: min(6.6666666667vw, 80px) 0 min(4.1666666667vw, 50px) 0;
}
@media screen and (max-width: 750px) {
  #contact {
    padding: 5.3333333333vw 0 8vw 0;
  }
}
#contact .contact-inner.container {
  max-width: 800px;
}
@media screen and (max-width: 750px) {
  #contact .contact-inner.container {
    max-width: 84vw;
  }
}
#contact .contact-inner p {
  font-size: min(1.3333333333vw, 16px);
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #contact .contact-inner p {
    font-size: 3.4666666667vw;
  }
}
#contact .contact-inner p span {
  color: #e23815;
}
#contact .contact-inner .contact__box {
  width: 100%;
  height: min(2.5vw, 30px);
  background-color: #FFFFFF;
  margin-bottom: min(1.6666666667vw, 20px);
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  #contact .contact-inner .contact__box {
    height: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#contact .contact-inner .contact__box.short {
  width: 48%;
}
@media screen and (max-width: 750px) {
  #contact .contact-inner .contact__box.short {
    width: 100%;
  }
}
#contact .contact-inner .contact__box.large {
  height: min(20.8333333333vw, 250px);
}
@media screen and (max-width: 750px) {
  #contact .contact-inner .contact__box.large {
    height: 33.3333333333vw;
  }
}
#contact .contact-inner .contact__column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #contact .contact-inner .contact__column {
    flex-direction: column;
  }
}
#contact .contact-inner .contact__column .contact__column-item {
  width: 48%;
}
@media screen and (max-width: 750px) {
  #contact .contact-inner .contact__column .contact__column-item {
    width: 100%;
  }
}
#contact .contact-inner .sendbtn {
  margin: min(2.5vw, 30px) auto 0;
  font-size: min(1.9166666667vw, 23px);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: min(16.6666666667vw, 200px);
  height: min(4.1666666667vw, 50px);
  border-radius: 15px;
  background-color: #40220f;
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  #contact .contact-inner .sendbtn {
    font-size: 3.2vw;
    width: 22.6666666667vw;
    height: 5.3333333333vw;
    border-radius: 1.6vw;
  }
}

#back {
  width: 100%;
  height: min(6.6666666667vw, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #back {
    display: none;
  }
}
#back img {
  width: min(2.6666666667vw, 32px);
}

#footer {
  background-color: #40220f;
  color: #FFFFFF;
}
#footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: min(1.25vw, 15px);
  padding: min(2.5vw, 30px) 0 min(1.6666666667vw, 20px) 0;
}
#footer .footer-inner.container {
  max-width: 1100px;
}
#footer .footer-inner .footer__logo {
  width: min(15vw, 180px);
}
#footer .footer-inner .footer__company .footer__company-sns {
  margin-top: min(2.9166666667vw, 35px);
  display: flex;
}
#footer .footer-inner .footer__company .footer__company-sns img {
  width: min(2.5vw, 30px);
  margin-right: min(1.25vw, 15px);
}
#footer .footer-inner .footer__company-sns {
  display: none;
}
#footer .footer-inner .footerline {
  border-left: 2px solid #FFFFFF;
  padding-left: min(1.25vw, 15px);
}
@media screen and (max-width: 750px) {
  #footer .footer-inner .footerline {
    border-left: 1px solid #FFFFFF;
    padding-left: 2.6666666667vw;
  }
  #footer .footer-inner .footerline.footer__link {
    border-left: none;
    padding-left: 0;
    display: flex;
  }
  #footer .footer-inner .footerline.footer__link li {
    position: relative;
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
  #footer .footer-inner .footerline.footer__link li::after {
    content: "/";
    padding-left: 1.3333333333vw;
  }
  #footer .footer-inner .footerline.footer__link li:last-of-type {
    padding-left: 1.3333333333vw;
  }
  #footer .footer-inner .footerline.footer__link li:last-of-type::after {
    content: "";
  }
}
@media screen and (max-width: 750px) {
  #footer .footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "footer__logo footer__company-sns" "footer__company footer__company" "footer__pagelink footer__pagelink" "footer__link footer__link";
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 3.4666666667vw;
    padding: 10.6666666667vw 0 2.6666666667vw 0;
  }
  #footer .footer-inner.container {
    max-width: 84vw;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #footer .footer-inner .footer__logo {
    width: 28vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #footer .footer-inner .footer__company {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #footer .footer-inner .footer__company .footer__company-sns {
    display: none;
  }
  #footer .footer-inner .footer__company-sns {
    margin-top: min(2.9166666667vw, 35px);
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #footer .footer-inner .footer__company-sns {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 750px) {
  #footer .footer-inner .footer__company-sns img {
    width: min(2.5vw, 30px);
    margin-right: min(1.25vw, 15px);
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #footer .footer-inner .footer__company-sns img {
    width: 6.1333333333vw;
    margin-right: 3.0666666667vw;
  }
  #footer .footer-inner .footer__company-sns img:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  #footer .footer-inner .footer__logo {
    grid-area: footer__logo;
  }
  #footer .footer-inner .footer__company-sns {
    grid-area: footer__company-sns;
  }
  #footer .footer-inner .footer__company {
    grid-area: footer__company;
  }
  #footer .footer-inner .footer__pagelink {
    grid-area: footer__pagelink;
  }
  #footer .footer-inner .footer__link {
    grid-area: footer__link;
  }
}
#footer .footer-bottom {
  font-size: min(0.8333333333vw, 10px);
  text-align: right;
  padding-bottom: min(2.5vw, 30px);
}
@media screen and (max-width: 750px) {
  #footer .footer-bottom {
    font-size: 3.0666666667vw;
    text-align: left;
    padding-bottom: 8vw;
  }
}/*# sourceMappingURL=style.css.map */