/*--------------------- Mixins -----------------------*/
/*--------------------- Media Print -----------------------*/
@media print {
  #header_in202504 .p-nav {
    display: none;
  }
}
#header_in202504,
#footer_in202504 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #241E18;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.4 !important;
  -webkit-text-size-adjust: 100%;
  font-size: min(3.5vw, 1rem);
}
#header_in202504 *,
#footer_in202504 * {
  box-sizing: border-box;
}
#header_in202504 img,
#footer_in202504 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#header_in202504 a,
#footer_in202504 a {
  text-decoration: none;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  #header_in202504 .u-dispPC,
#footer_in202504 .u-dispPC {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  #header_in202504 .u-dispPC,
#footer_in202504 .u-dispPC {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #header_in202504 .u-dispSP,
#footer_in202504 .u-dispSP {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  #header_in202504 .u-dispSP,
#footer_in202504 .u-dispSP {
    display: none !important;
  }
}

#header_in202504 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#header_in202504 .l-header {
  z-index: 9999;
  border-top: solid 10px #008833;
  background-color: #fff;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  height: 116.66px !important;
}
@media screen and (max-width: 768px) {
  #header_in202504 .l-header {
    height: 100.66px !important;
    padding: 0.5em 1em;
  }
}
#header_in202504 .l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em 0;
}
@media screen and (min-width: 769px) {
  #header_in202504 .l-header__inner {
    width: 96%;
    margin: 0 auto;
  }
}
#header_in202504 .l-header__logo {
  width: 150px;
}
#header_in202504 .l-header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header_in202504 .l-header__link a {
  margin-right: 1.5em;
  color: #241E18;
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
}
#header_in202504 .l-header__link a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #FF6600;
  transition: width 0.3s ease, left 0.3s ease;
}
#header_in202504 .l-header__link a:hover::after {
  width: 100%;
  left: 0;
}
#header_in202504 .l-header__lang {
  position: relative;
}
@media screen and (max-width: 768px) {
  #header_in202504 .l-header__lang {
    margin-right: 0.5em;
  }
}
#header_in202504 .l-header__lang__button {
  padding: 1em 3em 1em 2em;
  border-radius: 999px;
  background-color: #F2F2F2;
  color: #241E18;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #header_in202504 .l-header__lang__button {
    padding: 1em 1.5em;
  }
}
#header_in202504 .l-header__lang__button::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-60%) scale(0.3) rotate(135deg);
  border-top: 0.3em solid #241E18;
  border-right: 0.3em solid #241E18;
}
@media screen and (max-width: 768px) {
  #header_in202504 .l-header__lang__button::after {
    display: none;
  }
}
#header_in202504 .l-header__lang__button.js-active {
  background-color: #241E18;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #header_in202504 .l-header__lang__button.js-active {
    text-decoration: underline;
    -webkit-text-decoration-color: #fff;
            text-decoration-color: #fff;
  }
}
#header_in202504 .l-header__lang__button.js-active::after {
  transform: translateY(-40%) scale(0.3) rotate(-45deg);
  border-top: 0.3em solid #fff;
  border-right: 0.3em solid #fff;
}
#header_in202504 .l-header__lang__menu {
  display: none;
  position: absolute;
  box-shadow: 0px 3px 13px -5px #8f8f8f;
  top: 100%;
  right: 0;
  background-color: #F2F2F2;
  border-radius: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header_in202504 .l-header__lang__item a {
  color: #241E18;
  display: block;
  padding: 0.5em 2em;
  cursor: pointer;
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  #header_in202504 .l-header__lang__item a {
    padding: 1em 2em;
  }
}
#header_in202504 .l-header__lang__item a:hover {
  background-color: #f2f2f2;
}
#header_in202504 .l-header__lang__item a img,
#header_in202504 .l-header__lang__item a i {
  width: 1em;
  vertical-align: middle;
  float: right;
}
#header_in202504 .l-header__hamburger {
  z-index: 9999;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5em;
  display: flex;
  align-items: center;
}
#header_in202504 .l-header__hmbIcon {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #008833;
  position: relative;
  transition: background-color 0.3s;
}
#header_in202504 .l-header__hmbIcon.js-active {
  background-color: transparent;
}
#header_in202504 .l-header__hmbIcon.js-active::before {
  transform: rotate(45deg);
  top: 0;
}
#header_in202504 .l-header__hmbIcon.js-active::after {
  transform: rotate(-45deg);
  top: 0;
}
#header_in202504 .l-header__hmbIcon::before, #header_in202504 .l-header__hmbIcon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #008833;
  transition: transform 0.3s;
}
#header_in202504 .l-header__hmbIcon::before {
  top: -8px;
}
#header_in202504 .l-header__hmbIcon::after {
  top: 8px;
}
#header_in202504 .p-nav {
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 2em;
  padding-top: 40%;
  transition: all 0.5s;
  transform: translateY(-120%);
}
#header_in202504 .p-nav.js-open {
  transform: translateY(0);
}
#header_in202504 .p-nav__list {
  margin-top: 1.75em;
}
#header_in202504 .p-nav__item {
  margin-bottom: 1.5em;
}
#header_in202504 .p-nav__item a {
  text-decoration: none;
  color: #000;
  font-size: 2em;
}
#header_in202504 .js-disp--block {
  display: block;
}

#footer_in202504 .l-footer {
  background-color: #F2F2F2;
  border-radius: 30px 30px 0 0px;
  margin: 0 40px;
}
@media screen and (max-width: 768px) {
  #footer_in202504 .l-footer {
    padding: 14% 4% 12%;
    margin: 0 2%;
  }
}
@media screen and (min-width: 769px) {
  #footer_in202504 .l-footer {
    width: 90%;
    margin: 0 auto;
    padding: 4% 2% 3%;
  }
}
@media screen and (min-width: 769px) {
  #footer_in202504 .l-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
#footer_in202504 .p-main {
  display: flex;
}
@media screen and (max-width: 768px) {
  #footer_in202504 .p-main {
    display: block;
  }
}
#footer_in202504 .p-main__logo {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #footer_in202504 .p-main__logo {
    width: 100%;
  }
}
#footer_in202504 .p-main__link {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #footer_in202504 .p-main__link {
    width: 100%;
  }
}
#footer_in202504 .p-main__instagram {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #footer_in202504 .p-main__instagram {
    width: 100%;
  }
}
#footer_in202504 .p-under {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}
@media screen and (max-width: 768px) {
  #footer_in202504 .p-under {
    display: block;
  }
}
#footer_in202504 .p-logo__inner {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #footer_in202504 .p-logo__inner {
    margin: 0 auto;
    max-width: 275px;
  }
}
#footer_in202504 .p-link__wrap {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #footer_in202504 .p-link__wrap {
    text-align: center;
    margin-top: 3em;
  }
}
#footer_in202504 .p-link a {
  border-bottom: solid 0.1em #FF6600;
  color: #241E18;
  font-size: 1.25em;
  padding-bottom: 0.25em;
}
#footer_in202504 .p-link a:hover {
  opacity: 0.8;
  border-bottom: solid 0.05em #FF6600;
}
#footer_in202504 .p-instagram__inner {
  width: 25%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #footer_in202504 .p-instagram__inner {
    margin: 3em auto 0;
    max-width: 65px;
  }
}
#footer_in202504 .p-instagram__logo {
  background-color: #fff;
  padding: 25%;
  border-radius: 999px;
}
#footer_in202504 .p-copyRight {
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  #footer_in202504 .p-copyRight {
    text-align: center;
    margin-top: 3em;
  }
}
#footer_in202504 .p-privacy {
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  #footer_in202504 .p-privacy {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 1.5em;
  }
}
#footer_in202504 .p-privacy a {
  margin-left: 2em;
  color: #241E18;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #footer_in202504 .p-privacy a {
    text-align: center;
    margin-left: 0;
    margin-top: 0.75em;
  }
}
/*# sourceMappingURL=header-footer.css.map */