@charset "UTF-8";
h1 {
  font-size: 24px !important;
}
h2 {
  font-size: 20px !important;
}
h3 {
  font-size: 16px !important;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
#header .inner .social-block .sp-menu .lang-dropdown {
  background: unset;
}
#header .inner .social-block .sp-menu .lang-dropdown .active_lang {
  width: auto;
  background-color: unset;
}
#header .inner .social-block .sp-menu .lang-dropdown .active_lang img {
  width: 22px;
}
#header .inner .social-block .sp-menu .telegram {
  padding: 0;
  border-radius: 50%;
}
#action_button {
  display: block;
  margin-top: calc(100vh - 96em / 25);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
#action_button ul {
  display: grid;
  grid-column: span 2;
  grid-template-columns: repeat(2, 1fr);
}
#action_button ul li.left,
#action_button ul li.right {
  display: flex;
  align-items: center;
  padding: 0;
  height: 70px;
}
#action_button ul li.left {
  padding: 0 24px;
}
#action_button ul li.left {
  background: #46aa32;
}
#action_button ul li.right {
  background: #ffd200;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#action_button ul li.right a {
  width: 65px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0px 3px #676767;
  transition: 0.2s all ease-in-out;
}
#action_button ul li.right a:hover {
  scale: 1.1;
}
#action_button ul li.right a.telegram-btn {
  background: #229eda;
}
#action_button ul li.right a.line-btn {
  background: #39cd00;
}
#action_button ul li.right a.messenger-btn {
  background: #aa36f2;
}
#action_button ul li.right img {
  width: 40px;
  height: 40px;
}
#action_button ul li.left img {
  width: 32px;
  height: 32px;
}
#action_button ul li.left .address {
  width: 100%;
  margin-left: auto;
  border: 1px solid #46aa32;
  border-radius: 40px;
  background: #fff;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 0px 0px #616161;
}
#action_button ul li.left .address .mobile {
  color: #000;
  text-align: center;
  width: fit-content;
  display: block;
  font-size: 22px;
}
#action_button ul li.left .address .store-open {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  color: #000;
}
#action_button ul li.left .address .phone-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
#drawer_menu #mobile_menu .menu a.menu-page {
  padding: 0;
}
#drawer_menu #mobile_menu .menu .lang-dropdown {
  padding: 0;
}
@media screen and (max-width: 560px) {
  #header .inner .social-block .sp-menu {
    margin: 0 12px;
  }
  #header .inner .social-block .sp-menu .lang-dropdown,
  #header .inner .social-block .sp-menu .lang-dropdown .active_lang,
  #header .inner .social-block .sp-menu .lang-dropdown .custom-language-select,
  #header .inner .social-block .sp-menu .phone,
  #header .inner .social-block .sp-menu .telegram {
    font-size: 12px;
  }
  #header .inner .social-block .sp-menu .phone {
    padding: 0;
    font-size: 16px;
  }
  #action_button ul li.left {
    padding: 0 12px;
  }
}
@media screen and (max-width: 500px) {
  #drawer_menu {
    width: 100%;
  }
  #drawer_menu #mobile_menu .menu {
    padding: 0;
  }
  #drawer_menu #mobile_menu .menu .icon {
    width: 30px;
    height: 30px;
  }
  #drawer_menu #mobile_menu .menu a.menu-page,
  #drawer_menu #mobile_menu .menu .lang-dropdown {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #drawer_menu #mobile_menu .address-menu .drawer-address .mobile {
    font-size: 20px;
    line-height: 16px;
    justify-content: center;
    gap: 24px;
  }
  #drawer_menu #mobile_menu .address-menu .drawer-address .store-open {
    padding-left: 20px;
  }
  #drawer_menu #mobile_menu .menu a {
    font-size: 22px;
  }
  #header .inner .social-block .sp-menu {
    margin: 0 10px;
  }
  #header .inner .social-block .sp-menu .lang-dropdown,
  #header .inner .social-block .sp-menu .lang-dropdown .active_lang,
  #header .inner .social-block .sp-menu .lang-dropdown .custom-language-select,
  #header .inner .social-block .sp-menu .phone,
  #header .inner .social-block .sp-menu .telegram {
    font-size: 10px;
  }
  #header .inner .social-block .sp-menu .phone {
    padding: 0;
    font-size: 14px;
  }
  #action_button ul li.left img {
    width: 28px;
    height: 28px;
  }
  #action_button ul li.right img {
    width: 32px;
    height: 32px;
  }
  #action_button ul li.left .address {
    width: 100%;
    margin-left: 0;
    border-radius: 30px;
  }
  #action_button ul li.left .address .mobile {
    font-size: 16px;
  }
  #action_button ul li.left .address .store-open {
    font-size: 13px;
  }
  #action_button ul li.left {
    padding: 12px;
  }
  #drawer_menu #mobile_menu .social-menu {
    gap: 50px;
  }
}
@media screen and (max-width: 480px) {
  #drawer_menu #mobile_menu .social-menu a {
    height: 45px;
  }
  #drawer_menu #mobile_menu .social-menu a img {
    width: 30px;
    height: 30px;
  }
  #action_button ul li.right a {
    width: 55px;
    height: 45px;
  }
  #drawer_menu #mobile_menu .menu a {
    font-size: 20px;
  }
  #drawer_menu #mobile_menu .menu a.menu-page,
  #drawer_menu #mobile_menu .menu .lang-dropdown {
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  #drawer_menu #mobile_menu .menu {
    padding: 0 25px;
    gap: 30px;
  }
  #drawer_menu #mobile_menu .menu a.menu-page,
  #drawer_menu #mobile_menu .menu .lang-dropdown {
    padding: 0;
  }
}
#social-media img {
  width: 113px;
}
#social-media .social-link:hover {
  transform: scale(1.1);
}
#social-media {
  margin-bottom: 50px;
}
.home-footer {
  width: 100% !important;
}
footer {
  margin-bottom: 90px;
}
#footer_menu {
  width: auto;
}
.footer_menu {
  width: 100%;
}
#footer_menu .footer_menu_sp {
  flex: 0 0 100% !important;
}
#footer_menu .footer_menu {
  padding: 0 16px 12px;
  flex: 0 0 50%;
}
#footer_menu .footer_menu:last-of-type {
  flex: 0 0 100%;
  padding-top: 20px;
  border-right: 0;
  border-top: 1px solid #ddd;
}
#footer_menu .footer_menu li:first-of-type {
  margin: 0 0 12px;
}
@media screen and (max-width: 429px) {
  #action_button ul li.left .address {
    border-radius: 25px;
  }
  #action_button ul li.left .address .mobile {
    font-size: 14px;
  }
  #action_button ul li.left img {
    width: 24px;
    height: 24px;
  }
  #action_button ul li.left .address .store-open {
    font-size: 11px;
  }
  #action_button ul li.right img {
    width: 28px;
    height: 28px;
  }
  #action_button ul li.right a {
    width: 50px;
    height: 40px;
  }
}
