@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Hanuman:wght@400;700&family=Roboto:wght@300;500&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
#footer_menu .footer_menu .menu,
body,
h1,
h2,
h3,
h4,
h5,
html,
ul {
  margin: 0;
  padding: 0;
}

#header,
*,
::after,
::before {
  box-sizing: border-box;
}

@font-face {
  font-family: "Hiragino Sans w6";
  src: local("Hiragino Sans"),
    url("../font/Hiragino-Sans-GB-W6.otf") format("opentype") tech(color-COLRv1),
    url("../font/Hiragino-Sans-GB-W6.otf");
}

@font-face {
  font-family: "Hiragino Sans w3";
  src: local("Hiragino Sans"),
    url("../font/Hiragino-Sans-GB-W3.otf") format("opentype") tech(color-COLRv1),
    url("../font/Hiragino-Sans-GB-W3.otf");
}

body,
html {
  scroll-behavior: smooth;
  font-weight: 400;
}

body {
	overflow-x: hidden;
}

.font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.red {
  color: red;
}

.mt-60 {
  margin-top: 60px !important;
}

#header .menu a:hover,
.underline {
  text-decoration: underline;
}

.footer_menu ul,
li,
ol {
  list-style: none;
}

#footer_menu a,
a {
  text-decoration: none;
  color: #000;
}

.pc {
  display: block;
}

#wpadminbar,
.sp {
  display: none;
}

.post-155 {
  background-position: top !important;
}

.d-flex {
  display: flex;
}

.d-inline-block {
  display: inline-block;
}

.bg-whtie {
  background-color: #fff;
}

#header {
  height: 80px;
  font-size: 18px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  color: #fff;
  width: 100%;
  background-color: #fff;
}

#header .menu a {
  color: #46aa32;
  transition: 0.2s ease-in-out;
}

#header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0;
}

#header .inner .logo {
  background: #fff;
  width: 200px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .inner .logo .logo-img {
  width: 110px;
  max-width: 100%;
  height: auto;
}

#header .inner .nav_menu,
#header .inner .nav_menu .menu {
  height: 80px;
  display: flex;
  align-items: center;
}

#header .inner .nav_menu .menu {
  width: fit-content;
  padding: 0 24px;
  margin: 0;
  justify-content: center;
  font-size: 16px;
}

#header .inner .nav_menu .contact-menu {
  margin-left: 24px;
  margin-right: 0;
  padding: 0 40px;
  background-color: #ffc429;
  color: #333;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

#header .inner .nav_menu .contact-menu a {
  color: #333;
}

#header .inner .nav_menu .contact-menu:hover {
  background-color: #333;
}

#header .inner .nav_menu .contact-menu:hover a {
  color: #fff !important;
}

#header .inner .nav_menu .whatsapp {
	margin-top:0;
}

.lang-dropdown {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #000;
  width: 150px;
}

.active_lang {
  padding: 4px 10px 4px 8px;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-arrow {
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  display: block;
}

.custom-language-select {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 8px 0 0;
  margin: 0;
  animation: 0.3s ease-in-out forwards custom-language-select;
  transform-origin: top center;
}

@keyframes custom-language-select {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}

.lang-dropdown:hover .custom-language-select {
  display: block;
  transition: 0.2s ease-in-out;
}

.custom-language-select li {
  list-style: none;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.custom-language-select li:hover {
  background-color: #e4e4e4;
}

#header .menu .language-item a {
  color: #000;
  font-size: 14px;
  width: 100%;
  display: block;
  padding: 6px 20px 6px 8px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.font-24 {
  font-size: 24px;
}

.text-left {
  text-align: left;
}

.margin-top-0 {
  margin-top: 0;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

#footer_menu {
  width: 1150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footer_menu .footer_menu {
  border-left: 1px solid #ddd;
  padding: 0 40px 50px;
  ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footer_menu .footer_menu:last-of-type {
  border-right: 1px solid #ddd;
}

#footer_menu .footer_menu li:first-of-type {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
}

#footer_menu .footer_menu li:first-of-type a {
  color: #46aa32;
}

#footer_menu .footer_menu li {
  margin: 0 0 13px;
  line-height: 1.5;
  font-size: 14px;
}

#footer_menu .footer_menu a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#copyright {
  line-height: 60px;
  height: 60px;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #ddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.social-media-wrapper {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 250px;
}

#social-media img {
  width: 200px;
}

#social-media .social-link {
  margin: 0 6px;
  display: inline-block;
  transition: transform 0.2s;
}

#social-media .social-link:hover {
  transform: scale(1.2);
}

#social-media {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 60px;
}

.home-footer {
  width: 40% !important;
  margin: auto !important;
}

.home-footer .footer_menu {
  border-left: none !important;
  border-right: none !important;
}
#action_button {
  display: none;
}
@media screen and (max-width: 1440px) {
  #header .inner .nav_menu {
    gap: 32px;
  }
  #header .inner .nav_menu .menu {
    padding: 0;
    margin: 0;
    font-size: 16px;
  }
  #header .inner .nav_menu .contact-menu {
    padding: 0 24px;
  }
}
@media screen and (max-width: 1201px) {
  #global_menu_button,
  #mobile_menu a {
    height: 60px;
    text-decoration: none;
    line-height: 60px;
  }
  #header.pc {
    display: none;
  }
  #header.sp {
    display: block;
    background-color: #fff;
  }
  .open-menu #main::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
  }
  #header {
    height: 60px;
  }
  #header .inner {
    display: flex;
    height: 100%;
    padding: 0;
  }
  #header .inner .logo {
    height: 100%;
    width: 120px;
  }
  #header .inner .logo .logo-img {
    width: 100px;
  }
  #header .inner .social-block {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .inner .social-block .sp-menu {
    width: fit-content;
    margin: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .inner .social-block .sp-menu .lang-dropdown {
    position: relative;
    display: inline-block;
    background: unset;
    width: 100%;
    line-height: unset;
    margin: 0;
  }
  #header .inner .social-block .sp-menu .phone {
    font-size: 18px;
    padding: 0 6px;
    color: #fff;
  }
  #header .inner .social-block .sp-menu .telegram {
    margin-top: 0;
    height: auto;
    width: unset;
    padding: 0;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #34aadf;
  }
  #header .inner .social-block .sp-menu .telegram svg {
    margin: 0;
  }
  .active_lang {
    justify-content: flex-start;
  }
  #header .inner .social-block .sp-menu .lang-dropdown .active_lang {
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    padding: 0;
    width: auto;
    background-color: unset;
  }
  #header .inner .social-block .sp-menu .lang-dropdown .active_lang img {
    width: 22px;
  }
  #header
    .inner
    .social-block
    .sp-menu
    .lang-dropdown
    .active_lang
    .dropdown-arrow {
    border-top: 6px solid #000;
  }
  #global_menu_button {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 11px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #46aa32;
    margin-right: 5px;
    text-align: center;
    -webkit-animation: 1s forwards opacityAnimation;
    animation: 1s forwards opacityAnimation;
  }
  #global_menu_button span {
    width: 22px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_menu_button span:first-child {
    top: 24px;
  }
  #global_menu_button span:nth-child(2) {
    top: 30px;
  }
  #global_menu_button span:nth-child(3) {
    top: 36px;
  }
  #global_menu_button.open span:first-child {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #global_menu_button.open span:nth-child(2) {
    display: none;
  }
  #global_menu_button.open span:last-child {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #drawer_menu {
    color: #fff;
    background: #46aa32;
    display: block;
    position: fixed;
    top: 60px;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 999999;
    -webkit-transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #drawer_menu #mobile_menu .menu {
    border-bottom: 1px solid #fff;
    height: 80px;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }
  #drawer_menu #mobile_menu .menu .icon {
    width: 40px;
    height: 40px;
  }
  #drawer_menu #mobile_menu .menu a {
    text-align: center;
    width: 250px;
    font-size: 24px;
    padding: 0;
  }
  #drawer_menu #mobile_menu .menu .lang-dropdown {
    width: 250px;
    padding: 0;
    margin: 0;
  }
  #drawer_menu #mobile_menu .menu .lang-dropdown .custom-language-select a {
    font-size: 16px;
    height: 30px;
    line-height: 16px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    padding: 0;
    width: fit-content;
    margin: 0 auto 0 30px;
  }
  #drawer_menu #mobile_menu .menu .lang-dropdown .custom-language-select a img {
    margin-right: 20px;
    width: 20px;
  }
  #drawer_menu #mobile_menu .menu a.menu-page {
    text-align: left;
  }
  #drawer_menu #mobile_menu .menu.active-menu {
    background-color: #ffc429;
  }
  #drawer_menu #mobile_menu .address-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #drawer_menu #mobile_menu .address-menu img {
    width: 40px;
    height: 40px;
  }
  #drawer_menu #mobile_menu .address-menu .drawer-address {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 365px;
    margin: 0;
    padding: 0 24px;
    border: 1px solid #7d7d7d;
    box-shadow: 5px 5px 0px 0px #616161;
  }
  #drawer_menu #mobile_menu .address-menu .drawer-address .mobile {
    width: 100%;
    text-align: center;
    justify-content: space-evenly;
    font-size: 24px;
    padding: 0;
    height: 50px;
    line-height: 18px;
    text-decoration: underline;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
  }
  #drawer_menu #mobile_menu .address-menu .drawer-address .mobile svg {
    width: 32px;
    height: 32px;
  }
  #drawer_menu #mobile_menu .address-menu .drawer-address .mobile p {
    transition: 0.2s all ease-in-out;
  }

  #drawer_menu #mobile_menu .address-menu .drawer-address:hover p {
    scale: 1.1;
  }
  /* #drawer_menu #mobile_menu .address-menu .drawer-address .mobile svg {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
  } */
  #drawer_menu #mobile_menu .address-menu .drawer-address .store-open {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding-left: 40px;
    text-decoration: underline;
  }
  #drawer_menu #mobile_menu .social-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px;
  }
  #drawer_menu #mobile_menu .social-menu a {
    height: 50px;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 50px;
    border-radius: 6px;
    box-shadow: 0px 3px #676767;
    transition: 0.2s all ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all ease-in-out;
  }
  #drawer_menu #mobile_menu .social-menu a:hover {
    scale: 1.1;
  }
  #drawer_menu #mobile_menu .social-menu a.whatsapp-btn {
    background-color: #29a71a;
  }
  #drawer_menu #mobile_menu .social-menu a.line-btn {
    background-color: #39cd00;
  }
  #drawer_menu #mobile_menu .social-menu a.messenger-btn {
    background-color: #aa36f2;
  }
  #drawer_menu #mobile_menu .social-menu a.telegram-btn {
    background-color: #229eda;
  }
  #drawer_menu #mobile_menu .social-menu a:first-child {
    margin-left: 0;
  }
  #drawer_menu #mobile_menu .social-menu a:last-child {
    margin-right: 0;
  }
  #drawer_menu #mobile_menu .social-menu a img {
    width: 35px;
    height: 35px;
  }
  .toggleSidebar {
    right: 0 !important;
  }
  #mobile_menu a {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 60px 0 20px;
    color: #fff;
    transition: 0.2s ease-in-out;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    visibility: visible;
  }
  #mobile_menu a:hover {
    text-decoration: underline;
  }
  .lang-dropdown {
    line-height: 60px;
    width: 85%;
    margin: 0 20px;
    background-color: unset;
  }
  .active_lang {
    color: #fff;
    padding: 0 8px;
    gap: 60px;
  }
  .active_lang div {
    color: #fff !important;
  }
  #mobile_menu .custom-language-select {
    margin-top: 0;
  }
  .custom-language-select {
    width: 180px;
    padding: 0;
    min-width: unset;
    font-size: 14px;
    margin-top: 6px;
  }
  .custom-language-select li {
    padding: 10px 2px;
  }
  .custom-language-select li a {
    color: #000 !important;
  }
  .dropdown-arrow {
    border-top: 6px solid #fff;
  }
  #footer_menu {
    width: 100%;
  }
  #menu-footer4 .whatsapp {
    margin-top: 0;
  }
  #header .whatsapp {
    margin-top: 0;
  }
}

/**
	Breadcrumbs
*/
#bread_crumb {
    width: 100%;
    margin-bottom: 0px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}


@media screen and (min-width: 1201px) {
#bread_crumb .inner {
    width: 1150px;
    margin: auto;
    display: flex;
    align-items: center;
	}
	
.brand {
  padding: 0 0 1px;
  width: 1150px;
  margin: 0 auto;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	}
}

@media screen and (max-width: 1201px) {
#bread_crumb .inner {
	width:100%;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: xx-small;
	}
	
.brand {
  padding: 0 0 1px;
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	}
}

#bread_crumb span {
    display: flex;
    align-items: center;
    padding: 0 8px;
}

#bread_crumb a:hover,
#next_prev_post .title span:hover,
.post_list .item a:hover,
.widget_tab_post_list a:hover {
    color: #46aa32;
}

#bread_crumb .active {
    color: #46aa32;
}

#bread_crumb p {
    margin: 0;
    padding: 0;
}

.next {
    width: 6px;
    height: 6px;
}
