@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

.footer_btn_area {
  background-color: #FFF;
  position: sticky;
  bottom: 0;
  z-index: 40;
}

.footer_shop_link {
  text-decoration: none;
  font-size: 30px;
  font-size: 2vw;
  display: flex;
  justify-content: center;
  padding: 0 10px;
  aspect-ratio: 579/94;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  background-image: url(/system_panel/uploads/images/20250228173815856147.png);
}

.footer_shop_link:hover {
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .footer_btn_area {
    z-index: 70;
  }
}

.footer_btn_area .footer_btn_area_inner {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.footer_btn_area .footer_btn_area_inner a {
  display: grid;
  text-decoration: none;
  font-weight: 700;
}

.footer_btn_area .footer_btn_area_inner a:hover {
  color: #1a1a1a;
}

.footer_btn_area .footer_btn_area_inner a p {
  margin: 0;
}

@media screen and (min-width: 767px) {
  .footer_btn_area .footer_btn_area_inner {
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }

  .footer_btn_area .footer_btn_area_inner a {
    font-size: 30px;
    font-size: 2vw;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    aspect-ratio: 579/94;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
  }



  .footer_btn_area .footer_btn_area_inner a .icon {
    width: 25px;
    margin-right: 10px;
  }

  .footer_btn_area .footer_btn_area_inner a .icon a {
    text-decoration: none;
  }

  .footer_btn_area .footer_btn_area_inner a.btn_map,
  .footer_btn_area .footer_btn_area_inner a.btn_tel {
    background-image: url(/system_panel/uploads/images/20250228173815856147.png);
  }

  .footer_btn_area .footer_btn_area_inner a.btn_coupon {
    background-image: url(/system_panel/uploads/images/20250228173815169657.png);
    color: #FFF959;
  }
}

@media screen and (min-width: 768px) and (max-width: 930px) {
  .footer_btn_area .footer_btn_area_inner p {
    font-size: 13px;
  }
}

@media screen and (max-width: 766px) {
  .footer_btn_area .footer_btn_area_inner {
    gap: 0;
    width: 100%;
  }

  .footer_btn_area .footer_btn_area_inner a {
    grid-template-rows: subgrid;
    grid-row: span 2;
    justify-content: center;
    padding: 5px 10px;
    background-image: none;
    align-items: center;
  }

  .footer_btn_area .footer_btn_area_inner a p {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .footer_btn_area .footer_btn_area_inner a .icon {
    width: 20px;
    justify-self: center;
    margin-right: 0;
  }

  .footer_btn_area .footer_btn_area_inner a.btn_map,
  .footer_btn_area .footer_btn_area_inner a.btn_tel {
    background-color: #FFF;
  }

  .footer_btn_area .footer_btn_area_inner a.btn_coupon {
    background-color: #ED1C24;
    color: #FFF959;
  }
}

#footer {
  background-color: #FFF;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
}

#footer a:hover {
  color: #1a1a1a;
}

#footer .container {
  display: grid;
  gap: 0 50px;
  grid-template-columns: auto 1fr 1fr;
}

@media screen and (max-width: 766px) {
  #footer .container {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }

  #footer .container .footer_box:nth-child(1) {
    order: 2;
  }

  #footer .container .footer_box:nth-child(2) {
    order: 3;
    display: flex;
    flex-direction: column;
  }

  #footer .container .footer_box:nth-child(2) .sns_link {
    order: 2;
  }

  #footer .container .footer_box:nth-child(2) .footer_menu {
    order: 3;
  }

  #footer .container .footer_logo {
    text-align: left;
  }

  #footer .container .footer_logo img {
    width: 170px;
  }

  #footer .container .sns_link a {
    width: 44px;
  }

  #footer .container .footer_menu ul {
    justify-content: space-around;
  }
}

@media screen and (min-width: 768px) and (max-width: 930px) {
  #footer .container .footer_logo img {
    width: 70px;
  }
}

#footer .footer_logo {
  text-align: right;
}

#footer .footer_logo img {
  width: 100px;
  margin-left: auto;
}

#footer .sns_link {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

#footer .sns_link a {
  width: 15%;
}

#footer .footer_menu {
  margin-bottom: 40px;
}

#footer .footer_menu ul {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  list-style: none;
}

#footer .footer_menu ul li {
  writing-mode: vertical-rl;
  font-weight: 800;
  font-size: 16px;
  font-size: 4.2666666667vw;
}

@media screen and (min-width: 767px) {
  #footer .footer_menu ul li {
    font-size: 16px;
  }
}

#footer .footer_menu ul li a {
  text-decoration: none;
}

#footer .footer_detail {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 20px;
}

#footer .footer_detail h4 {
  font-weight: 700;
  font-size: 16px;
  font-size: 4.2666666667vw;
}

@media screen and (min-width: 767px) {
  #footer .footer_detail h4 {
    font-size: 16px;
  }
}

#footer .footer_detail p {
  font-size: 16px;
  font-size: 4.2666666667vw;
}

@media screen and (min-width: 767px) {
  #footer .footer_detail p {
    font-size: 16px;
  }
}

#footer .footer_news {
  margin-bottom: 40px;
}

#footer .footer_news .h3_tit {
  font-weight: 900;
  margin-bottom: 10px !important;
  letter-spacing: 3px;
  font-size: 24px;
  font-size: 6.4vw;
}

@media screen and (min-width: 767px) {
  #footer .footer_news .h3_tit {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 930px) {
  #footer .footer_news .h3_tit {
    font-size: 20px;
  }
}

#footer .footer_news .webgene-blog {
  margin-bottom: 20px;
}

#footer .footer_news .webgene-blog p {
  margin: 0;
}

#footer .footer_news .webgene-blog h4 {
  font-weight: 700;
}

#footer .copy {
  width: 90%;
  margin: 0 auto 10px;
}

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