/* Structures
---------------------------------------------------- */
/* line 6, ../scss/layout.scss */
img {
  vertical-align: middle;
}

/* line 9, ../scss/layout.scss */
body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Roboto", "BIZ UDGothic", sans-serif !important;
}

/* line 14, ../scss/layout.scss */
input {
  font-family: "Roboto", "BIZ UDGothic", sans-serif !important;
}

/* line 18, ../scss/layout.scss */
.hk-header * {
  color: #333333;
}
/* line 21, ../scss/layout.scss */
.hk-header-wrap {
  max-width: 1026px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 960px) {
  /* line 21, ../scss/layout.scss */
  .hk-header-wrap {
    width: 100vw;
    display: block;
    padding: 0;
    align-items: center;
  }
}
/* line 36, ../scss/layout.scss */
.hk-header-left {
  display: flex;
  align-items: center;
  padding: 11px 0 10px 15px;
}
@media screen and (max-width: 960px) {
  /* line 36, ../scss/layout.scss */
  .hk-header-left {
    display: block;
    align-items: center;
    padding: 0;
  }
}
/* line 46, ../scss/layout.scss */
.hk-header-right {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  /* line 46, ../scss/layout.scss */
  .hk-header-right {
    border-top: solid 1px #c9a063;
    align-items: center;
  }
}
/* line 54, ../scss/layout.scss */
.hk-header-informations {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  /* line 54, ../scss/layout.scss */
  .hk-header-informations {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  /* line 60, ../scss/layout.scss */
  .hk-header-informations__sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  /* line 60, ../scss/layout.scss */
  .hk-header-informations__sp {
    display: flex;
    justify-content: flex-end;
    padding: 15px 0;
    width: 92vw;
    margin: 0 auto;
    border-bottom: solid 1px #eaeaea;
  }
}
/* line 73, ../scss/layout.scss */
.hk-header-informations__sp .hk-header-informations__list span {
  font-size: 12px;
}
/* line 78, ../scss/layout.scss */
.hk-header-informations__list {
  margin-right: 27px;
}
/* line 80, ../scss/layout.scss */
.hk-header-informations__list:last-of-type {
  margin-right: 0;
}
/* line 83, ../scss/layout.scss */
.hk-header-informations__list a {
  font-size: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: 0.3s;
  opacity: 1;
  text-decoration: underline;
}
/* line 91, ../scss/layout.scss */
.hk-header-informations__list a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* line 95, ../scss/layout.scss */
.hk-header-informations__list a img {
  margin-right: 5px;
}
/* line 101, ../scss/layout.scss */
.hk-header-logo {
  margin-right: 50px;
  transition: 0.3s;
}
/* line 104, ../scss/layout.scss */
.hk-header-logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  /* line 101, ../scss/layout.scss */
  .hk-header-logo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  /* line 101, ../scss/layout.scss */
  .hk-header-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 10px 0;
  }
}
/* line 117, ../scss/layout.scss */
.hk-header-logo img {
  width: 190px;
}
@media screen and (max-width: 960px) {
  /* line 117, ../scss/layout.scss */
  .hk-header-logo img {
    width: 142px;
  }
}
/* line 124, ../scss/layout.scss */
.hk-header-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 13px;
  border-radius: 10px;
  background: #e1dfe6;
  width: 375px;
  margin-right: 8px;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  /* line 124, ../scss/layout.scss */
  .hk-header-login {
    width: 310px;
  }
}
@media screen and (max-width: 960px) {
  /* line 124, ../scss/layout.scss */
  .hk-header-login {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 15px;
  }
}
/* line 146, ../scss/layout.scss */
.hk-header-login__name strong {
  font-weight: 700;
  font-size: 16px;
}
/* line 150, ../scss/layout.scss */
.hk-header-login__name span {
  font-size: 12px;
  font-weight: 700;
}
/* line 155, ../scss/layout.scss */
.hk-header-login__name.is-logged-in img {
  margin-right: 8px;
  vertical-align: top;
}
/* line 159, ../scss/layout.scss */
.hk-header-login__name.is-logged-in p {
  font-size: 12px;
  font-weight: bold;
  margin-top: 7px;
}
/* line 167, ../scss/layout.scss */
.hk-header-login__logingin a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333333;
  border-radius: 16px;
  padding: 5px 20px;
  color: #fff;
  transition: 0.3s;
  opacity: 1;
}
/* line 177, ../scss/layout.scss */
.hk-header-login__logingin a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* line 181, ../scss/layout.scss */
.hk-header-login__logingin a span {
  color: inherit;
  margin-left: 8px;
  font-size: 12px;
}
/* line 189, ../scss/layout.scss */
.hk-header-language {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  width: 73px;
  height: 73px;
}
@media screen and (min-width: 961px) {
  /* line 199, ../scss/layout.scss */
  .hk-header-language:hover {
    filter: brightness(1.2);
    opacity: 1;
  }
}
/* line 204, ../scss/layout.scss */
.hk-header-language.is-open {
  background: #9e7e4d;
}
/* line 206, ../scss/layout.scss */
.hk-header-language.is-open span {
  color: #fff;
}
/* line 209, ../scss/layout.scss */
.hk-header-language.is-open .active {
  opacity: 1 !important;
  display: block !important;
}
/* line 212, ../scss/layout.scss */
.hk-header-language.is-open .normal {
  opacity: 0 !important;
}
@media screen and (max-width: 960px) {
  /* line 189, ../scss/layout.scss */
  .hk-header-language {
    position: absolute;
    top: 0;
    right: 0;
    width: 67px;
    height: 66px;
  }
}
@media screen and (min-width: 961px) {
  /* line 224, ../scss/layout.scss */
  .hk-header-language:hover {
    opacity: 0.7;
  }
}
/* line 228, ../scss/layout.scss */
.hk-header-language img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
}
@media screen and (max-width: 960px) {
  /* line 228, ../scss/layout.scss */
  .hk-header-language img {
    width: 14px;
    height: 14px;
  }
}
/* line 238, ../scss/layout.scss */
.hk-header-language div {
  transition: 0.3s;
  position: relative;
}
/* line 241, ../scss/layout.scss */
.hk-header-language div.icon {
  width: 100%;
  height: 20px;
  text-align: center;
  position: relative;
  top: -15px;
  margin-bottom: -10px;
}
@media screen and (max-width: 960px) {
  /* line 241, ../scss/layout.scss */
  .hk-header-language div.icon {
    top: -10px;
  }
}
/* line 251, ../scss/layout.scss */
.hk-header-language div.icon .normal {
  opacity: 1;
}
/* line 254, ../scss/layout.scss */
.hk-header-language div.icon .active {
  opacity: 0;
}
/* line 257, ../scss/layout.scss */
.hk-header-language div.icon img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
}
/* line 266, ../scss/layout.scss */
.hk-header-language div.text {
  width: 100%;
  position: relative;
}
/* line 269, ../scss/layout.scss */
.hk-header-language div.text span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
}
/* line 277, ../scss/layout.scss */
.hk-header-language div.text .normal {
  opacity: 1;
}
/* line 280, ../scss/layout.scss */
.hk-header-language div.text .active {
  opacity: 0;
  font-size: 11px;
  font-weight: normal;
  display: none;
}
/* line 287, ../scss/layout.scss */
.hk-header-language__selector {
  position: absolute;
  top: 73px;
  right: 0;
  background: #9e7e4d;
  padding: 9px 10px;
  z-index: 3;
  transition: 0.3s;
  display: none;
}
@media screen and (max-width: 960px) {
  /* line 287, ../scss/layout.scss */
  .hk-header-language__selector {
    top: 66px;
  }
}
/* line 299, ../scss/layout.scss */
.hk-header-language__selector.is-open {
  display: block;
}
/* line 302, ../scss/layout.scss */
.hk-header-language__selector:hover {
  filter: brightness(1.2);
}
/* line 305, ../scss/layout.scss */
.hk-header-language__selector a {
  width: 239px;
  height: 58px;
  line-height: 58px;
  display: block;
  background: #ffffff;
  text-decoration: none !important;
  color: #9e7e4d;
  font-size: 16px;
  font-weight: bold;
  padding-left: 27px;
  box-sizing: border-box;
  position: relative;
}
/* line 318, ../scss/layout.scss */
.hk-header-language__selector a:after {
  content: "";
  display: block;
  width: 10px;
  height: 17px;
  background: url(/ec/shop/images/header/icn-arrow-right-colored.svg) no-repeat !important;
  background: 100% 100%;
  top: 0;
  right: 25px;
  bottom: 0;
  left: auto;
  margin: auto;
  position: absolute;
}
/* line 335, ../scss/layout.scss */
.hk-header span {
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  /* line 335, ../scss/layout.scss */
  .hk-header span {
    font-size: 10px;
  }
}

/* line 343, ../scss/layout.scss */
.hk-nav {
  background: #e1dfe6;
  border-top: solid 1px #c9a063;
  border-bottom: solid 1px #e1dfe6;
}
@media screen and (max-width: 960px) {
  /* line 343, ../scss/layout.scss */
  .hk-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 10;
  }
}
/* line 354, ../scss/layout.scss */
.hk-nav nav {
  max-width: 1026px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 960px) {
  /* line 354, ../scss/layout.scss */
  .hk-nav nav {
    width: 100vw;
    position: relative;
    z-index: 20;
  }
}
/* line 364, ../scss/layout.scss */
.hk-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  /* line 364, ../scss/layout.scss */
  .hk-nav ul {
    justify-content: center;
  }
}
/* line 371, ../scss/layout.scss */
.hk-nav ul li {
  width: 100%;
  /* flex-basis: 256px; */
  border-right: solid 1px #e1dfe6;
  transition: 0.3s;
}
/* line 377, ../scss/layout.scss */
.hk-nav ul li:first-of-type a span {
  margin-right: 48px;
}
@media screen and (max-width: 960px) {
  /* line 380, ../scss/layout.scss */
  .hk-nav ul li:first-of-type a img {
    width: 18px;
  }
}
/* line 389, ../scss/layout.scss */
.hk-nav ul li:nth-of-type(2) a span {
  margin-right: 59px;
}
/* line 399, ../scss/layout.scss */
.hk-nav ul li:nth-of-type(3) a span {
  margin-right: 45px;
}
/* line 404, ../scss/layout.scss */
.hk-nav ul li:last-of-type {
  border-right: 0;
}
/* line 407, ../scss/layout.scss */
.hk-nav ul li:last-of-type a span {
  margin-right: 52px;
}
@media screen and (max-width: 960px) {
  /* line 371, ../scss/layout.scss */
  .hk-nav ul li {
    border: none;
  }
}
/* line 415, ../scss/layout.scss */
.hk-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  opacity: 1;
  padding: 14px 42px 13px;
  text-decoration: none !important;
}
/* line 424, ../scss/layout.scss */
.hk-nav ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 960px) {
  /* line 424, ../scss/layout.scss */
  .hk-nav ul li a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  /* line 415, ../scss/layout.scss */
  .hk-nav ul li a {
    padding: 14px 21px 13px;
  }
}
@media screen and (max-width: 830px) {
  /* line 415, ../scss/layout.scss */
  .hk-nav ul li a {
    padding: 14px 15px 13px;
  }
}
@media screen and (max-width: 960px) {
  /* line 415, ../scss/layout.scss */
  .hk-nav ul li a {
    flex-direction: column-reverse;
    justify-content: space-around;
    padding: 10px 4.1vw 5px;
    height: 61px;
    box-sizing: border-box;
    display: flex;
  }
}
@media screen and (max-width: 374px) {
  /* line 415, ../scss/layout.scss */
  .hk-nav ul li a {
    padding: 10px 3.1vw 9px;
  }
}
@media screen and (max-width: 319px) {
  /* line 415, ../scss/layout.scss */
  .hk-nav ul li a {
    padding: 10px 2.8vw 9px;
  }
}
/* line 451, ../scss/layout.scss */
.hk-nav ul li a span {
  margin-right: 48px;
  padding-left: 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  transition: 0.3s;
  color: #7d633a;
  display: inline-block;
  padding-top: 1px;
}
@media screen and (max-width: 960px) {
  /* line 451, ../scss/layout.scss */
  .hk-nav ul li a span {
    margin-right: 18px;
    padding-left: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  /* line 451, ../scss/layout.scss */
  .hk-nav ul li a span {
    margin: 0 !important;
    padding: 0;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    color: #7d633a;
  }
}
@media screen and (max-width: 960px) {
  /* line 473, ../scss/layout.scss */
  .hk-nav ul li a img,
  .hk-nav ul li a .bars {
    width: 20px;
  }
}
/* line 479, ../scss/layout.scss */
.hk-nav ul li a .bars {
  width: 20px;
  height: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
/* line 486, ../scss/layout.scss */
.hk-nav ul li a .bars hr {
  width: 100%;
  height: 2px;
  background: #7d633a;
  display: block;
  border: none;
  margin: 0;
  position: relative;
  transition: 0.3s;
}
/* line 498, ../scss/layout.scss */
.hk-nav ul li.menu {
  position: relative;
}
/* line 500, ../scss/layout.scss */
.hk-nav ul li.menu.is-open {
  background: #eaeaea;
}
/* line 503, ../scss/layout.scss */
.hk-nav ul li.menu.is-open .bars hr {
  opacity: 0;
}
/* line 505, ../scss/layout.scss */
.hk-nav ul li.menu.is-open .bars hr:first-of-type {
  opacity: 1;
  transform: rotate(45deg);
  top: 6px;
}
/* line 510, ../scss/layout.scss */
.hk-nav ul li.menu.is-open .bars hr:last-of-type {
  opacity: 1;
  transform: rotate(135deg);
  top: -6px;
}
/* line 521, ../scss/layout.scss */
.hk-nav .menu-inside {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
  text-align: left;
  background: #eaeaea;
  padding-bottom: 24px;
  display: none !important;
}
/* line 532, ../scss/layout.scss */
.hk-nav .menu-inside.pc.is-open {
  display: block !important;
}
@media screen and (max-width: 960px) {
  /* line 532, ../scss/layout.scss */
  .hk-nav .menu-inside.pc.is-open {
    display: none !important;
  }
}
/* line 540, ../scss/layout.scss */
.hk-nav .menu-inside.sp.is-open {
  display: block !important;
}
@media screen and (min-width: 961px) {
  /* line 540, ../scss/layout.scss */
  .hk-nav .menu-inside.sp.is-open {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  /* line 521, ../scss/layout.scss */
  .hk-nav .menu-inside {
    width: 86.9vw;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    padding-top: 65px;
    height: calc(2000px - 62px);
    box-sizing: border-box;
    z-index: 19;
  }
}
/* line 558, ../scss/layout.scss */
.hk-nav .menu-inside li {
  background: #fff;
  border-bottom: solid 1px #9e7e4d;
  border-right: none;
  text-align: left;
}
/* line 563, ../scss/layout.scss */
.hk-nav .menu-inside li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  min-height: 50px;
  width: 100%;
  text-align: left;
  line-height: 1.3;
  padding: 0 10px 0 10px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  /* line 563, ../scss/layout.scss */
  .hk-nav .menu-inside li a {
    font-size: 15px;
    min-height: 62px;
    justify-content: center;
    align-items: flex-start;
  }
}
/* line 580, ../scss/layout.scss */
.hk-nav .menu-inside li a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/ec/shop/images/header/icn-external.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  left: auto;
  margin: auto;
}

/* line 599, ../scss/layout.scss */
.is-menu-open {
  position: relative;
}
@media screen and (max-width: 960px) {
  /* line 599, ../scss/layout.scss */
  .is-menu-open {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
}
/* line 606, ../scss/layout.scss */
.is-menu-open:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
@media screen and (min-width: 961px) {
  /* line 606, ../scss/layout.scss */
  .is-menu-open:before {
    display: none;
  }
}

/* Header
---------------------------------------------------- */
/* line 625, ../scss/layout.scss */
.hk-footer {
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  /* line 625, ../scss/layout.scss */
  .hk-footer {
    padding: 48px 0 126px;
  }
}
/* line 631, ../scss/layout.scss */
.hk-footer p {
  font-size: 12px;
}

/* Footer
---------------------------------------------------- */
/* Side
---------------------------------------------------- */


/* 
  Accecibility Fix 2024.10 
*/

@media screen and (min-width: 961px) {
  .hk-nav ul li a {
    height: 23px;
  }
}