#header {
  position: relative;
}
#header .hd-container {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 14px 38px 13px 50px;
}
#header .hd-container .logo {
  width: 158px;
}
#header .hd-container #belt .nav {
  display: flex;
}
#header .hd-container #belt .nav li:not(:first-child) {
  margin-left: 35px;
}
#header .hd-container #belt .nav li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.24em;
  position: relative;
}
#header .hd-container #belt .nav .child {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
  background: #FFF;
  padding: 10px 20px;
  min-width: 260px;
  list-style: none;
  line-height: 1.5;
}
#header .hd-container #belt .nav .parent .child {
  display: none;
}
#header .hd-container #belt .nav .parent:hover .child {
  display: block;
}
#header .hd-container #belt .nav .child li {
  margin-left: 0;
}
#header .hd-container #belt .nav li a span.icon_store {
  display: block;
  padding-left: 1.5em;
  position: relative;
  &::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/shared/img/shared/icon_store.svg) no-repeat center;
    background-size: 14px auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}
#header .hd-container #belt .nav .child li a {
  display: block;
  letter-spacing: 0.09em;
  padding: .8em 0;
}
#header .hd-container #belt .nav li a:hover {
  opacity: 0.8;
}
#header #hd-top {
  background: #fff;
  padding: 14.5px 100px;
}
#header #hd-top .nav-container .nav {
  justify-content: center;
}
#header #hd-top .nav-container .nav li:not(:last-child) {
  margin-right: 35px;
}
#header #hd-top .nav-container .nav li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.24em;
}
#header #hd-top .nav-container .nav li a:hover {
  opacity: 0.8;
}
#header .key {
  width: 100vw;
  height: calc(100vh - 62px);
  /* background: url(../img/index/mv_bg.jpg) no-repeat left top/cover; */
}
#header .key.is-fullscreen .carousel-cell {
  height: 100%;
}
#header .key .carousel-cell {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  transition: opacity 1s ease-in-out;
  transform: none !important;
}
#header .key video {
  display: block;
  width: 100%;
  height: 100%;
}
#header .key .flickity-viewport {
  height: 100% !important;
  overflow: visible !important;
}
/* #header .key .sl1 {
  background: url(../img/index/mv_bg.jpg) no-repeat left top/cover;
}
#header .key .sl2 {
  background: url(../img/index/mv_bg.jpg) no-repeat left top/cover;
} */
#header .key .product-info {
  display: flex;
  align-items: center;
  max-width: 1296px;
  margin: 0 auto;
  padding: 107px 0 0;
}
#header .key .product-info .product-image {
  max-width: 670px;
  flex: 1;
  margin-left: -29px;
}
#header .key .product-info .product-description {
  width: 510px;
  color: #fafafa;
  margin: -16px 0 0 53px;
  font-size: 18px;
  letter-spacing: 0.24em;
}
#header .key .product-info .product-description .product-name {
  font-size: 44px;
  font-weight: 400;
  margin: 40px 0 30px;
  letter-spacing: 0.24em;
}
#header .key .product-info .product-description .product-name span:not(:last-child) {
  margin-right: 20px;
}
#header .key .product-info .product-description .btn-buy {
  width: 203px;
  margin-top: 29px;
}
#header .key .product-info .product-description .btn-buy a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  display: block;
  padding: 14px 10px;
  color: #fff;
  background-color: #0076DF;
  border-radius: 99px;
  transition: background-color 0.2s ease;
}
#header .key .product-info .product-description .btn-buy a span {
  letter-spacing: 0;
  position: relative;
  left: -2px;
}
#header .key .product-info .product-description .btn-buy a span::before {
  content: "";
  background: url(../img/index/icon_cart.png) no-repeat;
  width: 15px;
  height: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}
#header .key .product-info .product-description .btn-buy a span::after {
  content: "";
  background: url(../img/index/icon_arr.png) no-repeat;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
}
#header .key .product-info .product-description .btn-buy a:hover {
  background-color: #fff;
  color: #0076DF;
}
#header .key .product-info .product-description .btn-buy a:hover span::before {
  background: url(../img/index/icon_cart2.png) no-repeat;
}
#header .key .product-info .product-description .btn-buy a:hover span::after {
  background: url(../img/index/icon_arr2.png) no-repeat;
}
#header .key .back-btn {
  position: absolute;
  right: 34px;
  bottom: 20px;
  width: 40px;
  cursor: pointer;
  z-index: 9;
}
#header .key .back-btn:hover {
  opacity: 0.8;
}

#footer {
  background: #000;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}
#footer address {
  font-family: "Fjalla One", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.has_nav #hd-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

@media screen and (max-width: 767.98px) {
  .navOpen #header .hd-container #belt .nav li {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
  }
  #header .hd-container {
    padding: 11px 10px 15px 20px;
    display: block;
  }
  #header .hd-container .logo {
    width: 110px;
    position: relative;
    z-index: 9999;
  }
  #header .hd-container #belt .nav {
    display: block;
  }
  #header .hd-container #belt .nav li {
    opacity: 0;
    transform: translateY(-8px);
    transition-delay: 0.1s;
    transition-duration: 0.24s;
    transition-property: opacity, transform, visibility;
    transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1), cubic-bezier(0.4, 0, 0.6, 1), step-start;
  }
  #header .hd-container #belt .nav .child {
    position: static;
    background: #FFF;
    padding: 0 0 0 40px;
    min-width: initial;
    letter-spacing: 0.09em !important;
  }
  #header .hd-container #belt .nav .parent .child {
    display: block;
  }
  #header .hd-container #belt .nav .parent:hover .child {
    display: block;
  }
  #header .hd-container #belt .nav .child li {
    margin-left: 0;
    margin-top: 0!important;
  }
  #header .hd-container #belt .nav .child li a {
    display: block;
    letter-spacing: 0.09em;
    padding: .8em 0;
    font-size: 16px;
  }
  #header .hd-container #belt .nav li:not(:first-child) {
    margin: 28px 0 0;
  }
  #header .hd-container #belt .nav li a {
    font-size: 20px;
  }
  #header .hd-container #belt .nav li a span.icon_store {
    padding-left: 1.1em;
    &::before {
      width: 20px;
      height: 20px;
      background-size: 18px auto;
    }
  }
  #header #hd-top {
    padding: 0;
  }
  #header #hd-top .wrap {
    padding: 0;
  }
  #header #hd-top .nav-container .nav-toggle {
    padding: 9px 21px 17px;
    background: #fff;
    width: 100%;
    position: relative;
  }
  #header #hd-top .nav-container .nav-toggle::after {
    content: "";
    background: url(../img/shared/hd_arr.png) no-repeat 0 0/100% auto;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #header #hd-top .nav-container .nav-toggle.active::after {
    background: url(../img/shared/hd_arr_on.png) no-repeat 0 0/100% auto;
  }
  #header #hd-top .nav-container .nav-toggle .logo {
    width: 150px;
  }
  #header #hd-top .nav-container .nav {
    display: none;
    padding: 21px 40px;
  }
  #header #hd-top .nav-container .nav li:not(:last-child) {
    margin: 0 0 13px;
  }
  #header #hd-top .nav-container .nav li a {
    line-height: 32px;
  }
  #header .key {
    height: calc(100vh - 50px);
    background: url(../img/index/mv_bg_sp.jpg) no-repeat left top/cover;
  }
  #header .key .sl1 {
    background: url(../img/index/mv_bg_sp.jpg) no-repeat left top/cover;
  }
  #header .key .sl2 {
    background: url(../img/index/mv_bg_sp.jpg) no-repeat left top/cover;
  }
  #header .key video {
    height: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #header .key .product-info {
    display: block;
    max-width: 100%;
    padding: 10px 0 0;
  }
  #header .key .product-info .product-image {
    max-width: 100%;
    margin: 0 19px;
  }
  #header .key .product-info .product-description {
    width: 100%;
    margin: -13vw 0 0;
    line-height: 32px;
    text-align: center;
  }
  #header .key .product-info .product-description .highlight-text {
    letter-spacing: 0.16em;
  }
  #header .key .product-info .product-description .product-name {
    font-size: 28px;
    margin: 30px 0 26px;
  }
  #header .key .product-info .product-description .product-name span:not(:last-child) {
    margin-right: 9px;
  }
  #header .key .product-info .product-description .btn-buy {
    width: 203px;
    margin: 29px auto 0;
  }
  #header .key .back-btn {
    right: 10px;
    bottom: 10px;
  }
  #footer {
    padding: 15px 0;
  }
  #footer address {
    font-size: 12px;
  }
  .has_nav #hd-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  #header .key .product-info .product-description {
    margin-left: 0;
    margin-right: calc(-50vw + 50% + 30px);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #header .key .product-info {
    display: block;
  }
  #header .key .product-info .product-image {
    max-width: 70%;
    margin: 0 auto;
  }
  #header .key .product-info .product-description {
    margin: -50px auto 0;
  }
}/*# sourceMappingURL=global.css.map */