@media only screen and (max-width: 834px) {
	body{
		padding-top: 60px;
	}
/* =========================================================
 header
========================================================= */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
header .logo {
  width: 130px;
}

header a {
  display: block;
  text-decoration: none;
}
header .shop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .shop-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
header .shop-menu li {
  width: 20px;
  margin-right: 15px;
}
header .shop-menu shop-menu
img {
  width: 20px;
}
header .btn-nav {
  position: relative;
  width: 17px;
  height: 16px;
  z-index: 99999;
}
header .btn-nav figure {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2b2b2b;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
header .btn-nav figure:nth-of-type(1) {
  top: 0;
}
header .btn-nav figure:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
header .btn-nav figure:nth-of-type(3) {
  bottom: 0;
}
header .btn-nav.on figure {
  top: 50%;
  margin-top: -1px;
}
header .btn-nav.on figure:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .btn-nav.on figure:nth-of-type(2) {
  opacity: 0;
}
header .btn-nav.on figure:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity .3s ease-in-out,visibility 2s ease-in-out,-webkit-transform .5s ease-out;
  transition: opacity .3s ease-in-out,visibility 2s ease-in-out,-webkit-transform .5s ease-out;
  transition: opacity .3s ease-in-out,transform .5s ease-out,visibility 2s ease-in-out;
  transition: opacity .3s ease-in-out,transform .5s ease-out,visibility 2s ease-in-out,-webkit-transform .5s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  background: #fff;
  z-index: 9999;
}
header nav.on {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity .2s ease-in-out,visibility 2s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: opacity .2s ease-in-out,visibility 2s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: opacity .2s ease-in-out,transform .3s ease-in-out,visibility 2s ease-in-out;
  transition: opacity .2s ease-in-out,transform .3s ease-in-out,visibility 2s ease-in-out,-webkit-transform .3s ease-in-out;
}
header nav .menu-scroll {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
header nav .nav-products li, header nav .nav-guide li {
  border-bottom: 1px solid #ebebeb;
}
header nav .nav-products {
  padding-bottom: 20px;
  background: #f6f6f6;
}
header nav li:first-child {
  border-top: 1px solid #ebebeb;
}
header nav a {
  display: block;
  position: relative;
  padding: 15px;
  background: #fff;
  color: #000 !important;
  font-weight: 500;
}
header nav a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header nav .nav-member {
  padding: 20px;
  background: #f6f6f6;
}
header nav .nav-member li {
  border: 1px solid #ebebeb;
  border-top: none;
}
header nav .nav-member li:first-child {
  border-top: 1px solid #ebebeb;
}
header nav .nav-member a {
  background: #fff;
}
header nav .nav-member i {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
header nav .nav-member dt {
  padding: 15px;
  background: #2b2b2b;
  color: #fff;
  font-weight: 700;
}
header nav .nav-member dd ul li:first-child {
  border-top: none;
}

/* =========================================================
 footer
========================================================= */
footer {
  background: #2b2b2b;
}
footer a {
  display: block;
  text-decoration: none;
  font-weight: 600;
	color: #222;
}
footer .site-link li {
  font-size: 0.937rem;
  font-weight: 500;
  line-height: 1;
}
footer .page-link label, footer .page-link a {
  padding: 20px;
  font-size: 0.875rem;
}
footer .page-link label {
  display: block;
  position: relative;
  border-bottom: solid 1px #f6f6f6;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
footer .page-link label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
footer .page-link input {
  display: none;
}
footer .page-link input:checked + label:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
footer .page-link input:checked ~ ul {
  visibility: visible;
  opacity: 1;
  max-height: 1500px;
}
footer .page-link ul {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  background: #f6f6f6;
  -webkit-transition: all .5s;
  transition: all .5s;
}
footer .page-link a {
  position: relative;
}
footer .page-link a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #ababab;
  border-right: 2px solid #ababab;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
footer .page-link li {
  border-bottom: #dedede;
  border-bottom: solid 1px #dedede;
}
footer .other-link {
  padding: 30px 30px 0;
  text-align: center;
}
footer .other-link a {
  color: #fff !important;
}
footer .other-link dt {
  margin-bottom: 20px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}
footer .other-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .other-link ul:first-child {
  margin-bottom: 20px;
}
footer .other-link ul:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
}
footer .other-link ul:first-child img {
  width: 30px;
  margin-right: 5px;
}
footer .other-link ul:last-child li {
  width: 30px;
}
footer .other-link li {
  margin-bottom: 0;
  margin-right: 30px;
}
footer .other-link li:last-child {
  margin-right: 0;
}
footer .other-link dd:last-child {
  margin-top: 20px;
  font-size: 0.75rem;
}
footer .foot-info {
  padding: 60px 30px;
  text-align: center;
}
footer .foot-info .foot-logo {
  width: 175px;
  margin: 0 auto 30px;
}
footer .foot-info small {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.625rem;
  line-height: 1;
}
footer .pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 100%;
  text-decoration: none;
}
footer .pagetop i {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -4px 0 0 -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}











}
