/* ZenMaruGothic-Regular */
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url("../fonts/ZenMaruGothic-Regular.woff2") format("woff2"), url("../fonts/ZenMaruGothic-Regular.woff") format("woff");
}
/* ZenMaruGothic-Medium */
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url("../fonts/ZenMaruGothic-Medium.woff2") format("woff2"), url("../fonts/ZenMaruGothic-Medium.woff") format("woff");
}
/* ZenMaruGothic-Light */
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url("../fonts/ZenMaruGothic-Light.woff2") format("woff2"), url("../fonts/ZenMaruGothic-Light.woff") format("woff");
}
/* ZenMaruGothic-Bold */
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url("../fonts/ZenMaruGothic-Bold.woff2") format("woff2"), url("../fonts/ZenMaruGothic-Bold.woff") format("woff");
}
/* ZenMaruGothic-Black */
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url("../fonts/ZenMaruGothic-Black.woff2") format("woff2"), url("../fonts/ZenMaruGothic-Black.woff") format("woff");
}
body {
  background-color: #f5f2e9;
  color: #7e544d;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 30px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  header {
    padding: 9px;
  }
}
header .logo {
  width: 13%;
}
@media (max-width: 900px) {
  header .logo {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translateX(-50%);
    width: 16%;
    max-width: 112px;
  }
}
header .brand {
  width: 22%;
}
@media (max-width: 900px) {
  header .brand {
    width: 23%;
  }
}
header .menu-icon {
  display: none;
}
@media (max-width: 900px) {
  header .menu-icon {
    display: block;
    cursor: pointer;
    width: 9%;
  }
}

main {
  max-width: 1200px;
  margin: 0 auto;
}

footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #7e544d;
  margin-top: 20px;
}
footer .copyright {
  text-align: center;
}

@media (max-width: 900px) {
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
  }
}

@media (max-width: 900px) {
  .menu.open + .menu-overlay {
    display: block;
  }
}

.kv_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 34px 0 22%;
  margin-top: -12%;
  margin-bottom: 44px;
}
@media (max-width: 900px) {
  .kv_container {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    margin-top: 10%;
    position: relative;
    margin-bottom: 18px;
  }
}
.kv_container .hero {
  position: relative;
  flex: 1;
}
@media (max-width: 900px) {
  .kv_container .hero {
    max-width: 100%;
  }
}
.kv_container .hero::before {
  content: "";
  background-image: url(../images/border_dogfoot.webp);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  top: -37px;
  left: 9px;
  width: 100%;
  height: 18px;
}
@media (max-width: 900px) {
  .kv_container .hero::before {
    display: none;
  }
}
.kv_container .hero::after {
  content: "";
  background-image: url(../images/border_dogfoot.webp);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -37px;
  left: 9px;
  width: 100%;
  height: 18px;
}
@media (max-width: 900px) {
  .kv_container .hero::after {
    height: 10px;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    background-position: center;
  }
}
.kv_container .hero h1 {
  font-size: 29px;
  font-family: "ZenMaruGothic-Medium";
  font-weight: normal;
  margin: 0 0 10px 0;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .kv_container .hero h1 {
    font-size: 2.4vw;
  }
}
@media (max-width: 900px) {
  .kv_container .hero h1 {
    font-size: calc(16px - 4px + 1.06vw);
  }
}
.kv_container .hero .highlight {
  color: #eb6d8e;
  font-weight: bold;
  font-family: "ZenMaruGothic-Black";
  font-size: 35px;
}
@media (max-width: 1200px) {
  .kv_container .hero .highlight {
    font-size: 2.9vw;
  }
}
@media (max-width: 900px) {
  .kv_container .hero .highlight {
    font-size: calc(18px - 4px + 1.06vw);
    color: #7e544d;
  }
}
.kv_container .hero p {
  padding-left: 2px;
  margin: 0;
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .kv_container .hero p {
    font-size: 1.3vw;
  }
}
@media (max-width: 900px) {
  .kv_container .hero p {
    font-size: calc(10px - 4px + 1.06vw);
  }
}
.kv_container .product {
  display: flex;
  gap: 20px;
  width: 41%;
}
@media (max-width: 900px) {
  .kv_container .product {
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -15vw;
    right: 5%;
    width: 28%;
  }
}
.base_cont_bg .base_cont_bg_wrap {
  background-color: #ffffff;
  max-width: 810px;
  min-height: 500px;
  margin: 0 auto;
  padding: 4px;
}

.el_title_001 {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .el_title_001 {
    font-size: calc(16px - 4px + 1.06vw);
  }
}
.el_title_001::after {
  content: "";
  width: 90%;
  height: 2px;
  background-color: #7e544d;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 900px) {
  .el_title_001::after {
    height: 1px;
    width: 96%;
  }
}

@keyframes wobble {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  25% {
    transform: translateY(-52%) rotate(-10deg);
  }
  50% {
    transform: translateY(-48%) rotate(10deg);
  }
  75% {
    transform: translateY(-51%) rotate(-5deg);
  }
  100% {
    transform: translateY(-50%) rotate(0deg);
  }
}
.pc_menu {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .pc_menu {
    display: none;
  }
}
.pc_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 18px;
  margin-right: -13px;
}
.pc_menu ul li {
  text-align: center;
  padding: 10px;
  position: relative;
}
.pc_menu ul li::before {
  content: "";
  background-image: url(../images/icon-sakura.webp);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  width: 15px;
  height: 15px;
  transition: transform 0.3s ease-out;
}
.pc_menu ul li:hover::before {
  animation: wobble 0.5s ease-in-out;
}
.pc_menu ul li a {
  text-decoration: none;
  color: #7e544d;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}

.sp_menu {
  display: none;
}

@media (max-width: 900px) {
  .sp_menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: inherit;
    height: 100%;
    width: 70%;
    background: #ffffff;
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    transform: translateX(100%);
    z-index: 1001;
  }
  ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 35px 15px;
  }
  ul li {
    position: relative;
    padding-left: 13px;
    margin-bottom: 8px;
  }
  ul li::before {
    content: "";
    background-image: url(../images/icon-sakura.webp);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    width: 15px;
    height: 15px;
    transition: transform 0.3s ease-out;
  }
  ul li:hover::before {
    animation: wobble 0.5s ease-in-out;
  }
  ul li a {
    text-decoration: none;
    color: #7e544d;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
  }
}
@media (max-width: 900px) {
  .sp_menu.open {
    transform: translateX(0);
  }
}

.menu-close {
  display: none;
}
@media (max-width: 900px) {
  .menu-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    z-index: 1002;
  }
}

@media (max-width: 900px) {
  .top .base_cont_bg .base_cont_bg_wrap {
    background-color: transparent;
    padding: 0;
  }
}

.privacy .privacy_cont {
  max-width: 680px;
  margin: 0 auto;
  padding: 20px 0 20px 22px;
}
@media (max-width: 900px) {
  .privacy .privacy_cont {
    width: 94%;
    padding: 20px 0 20px 22px;
  }
}
.privacy .privacy_cont p {
  letter-spacing: -0.3px;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 900px) {
  .privacy .privacy_cont p {
    font-size: calc(10px - 4px + 1.06vw);
  }
}

.contact .contact_cont {
  max-width: 680px;
  margin: 0 auto;
  padding: 20px 0 20px 22px;
}
@media (max-width: 900px) {
  .contact .contact_cont {
    width: 94%;
    padding: 20px 0 20px 22px;
  }
}
.contact .contact_cont .contact_text {
  font-size: 16px;
  line-height: 1.8;
  height: 34vh;
  text-align: left;
}
.contact .contact_cont .contact_text .contact_mail {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 900px) {
  .contact .contact_cont .contact_text {
    font-size: calc(10px - 4px + 1.06vw);
  }
}

/*# sourceMappingURL=main.css.map */
