@charset "UTF-8";


/*====================
header
====================*/
.jn_header {
  display: block;
  min-width: 700px;
  border-bottom: 1px solid #707070;
  padding: 100px 0 0;
}

.jn_header__container {
  width: 100%;
  max-width: 1170px;
  min-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
}

.jn_header__main {
  display: block;
  width: 100%;
  height: 100px;
  background-color: #edeef3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 10000;
}

.jn_header__main .jn_header__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jn_header__main .jn_header__container::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  padding: 0;
}

.jn_header__logo, .jn_header__brand {
  display: block;
}

.jn_header__logo a, .jn_header__brand a {
  display: block;
}

.jn_header__logo a img, .jn_header__brand a img {
  max-width: 100%;
  height: auto;
  display: block;
}

.jn_header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 113px;
  flex: 0 0 113px;
  max-width: 113px;
  padding: 0;
}

.jn_header__brand {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  padding: 0;
}

.jn_header__cart_progress {
  display: block;
  width: 100%;
  padding: 0 15px;
  position: relative;
  background-color: #fff;
}

/*====================
footer
====================*/
.footer_guide {
  color: #333;
  background-color: #FFFFFF;
}
.footer_guide ul li a {
  color: #333 !important;
}

.footer_guide .guideDot {
  display: none;
}

.footer_guide .footer_inner {
  padding-bottom: 5px;
}

.footer_info {
  color: #333;
  background-color: #edeef3;
}

.footer #credit {
  background: none;
}

.footer .footer_tel_order_ttl {
  display: none;
}

.footer .footer_tel_order_ttl + .order_other_list_text_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer .order_other_list_text_wrapper {
  border: 1px solid #707070;
}

.footer .order_other_list_ttl {
  color: inherit;
}

.footer .order_other_list_att {
  color: inherit;
}

.footer .order_other_list_text {
  color: inherit;
}

.footer .order_other_list_text .contact_block.contact_supplement {
  display: none;
}

.footer .order_other_list_text .contact_block.contact_skincare {
  width: 100%;
  border: 0;
}

.footer .order_other_list_text .contact_block.contact_skincare .contact_block_text {
  text-align: center;
}

.footer-copyright {
  color: #333;
}
