@media only screen and (min-width: 835px) {
/* =========================================================
 header
========================================================= */
header {
  background: #fff;
}
header .head-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1000px;
  max-width: 1240px;
  height: 110px;
  margin: auto;
  padding: 0 20px;
}
header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 235px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header .logo img {
  width: 235px;
  height: 54px;
}
header a {
  display: block;
  text-decoration: none;
}
header .shop-menu, header .guide-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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .shop-menu li, header .guide-menu li {
  line-height: 1;
}
header .shop-menu {
  right: 20px;
}
header .shop-menu li {
  width: 20px;
  margin-right: 20px;
}
header .shop-menu li:last-child {
  margin-right: 0;
}
header .shop-menu li.member {
  width: auto;
  font-size: 0.812rem;
}
header .shop-menu li.member a {
  display: inline-block;
}
header .shop-menu a:hover {
  opacity: .6;
}
header .guide-menu {
  left: 20px;
}
header .guide-menu li {
  position: relative;
  margin-right: 10px;
  padding-right: 11px;
  font-size: 0.75rem;
  font-weight: 600;
}
header .guide-menu li:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #2b2b2b;
}
header .guide-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
header .guide-menu li:last-child:after {
  display: none;
}
header .guide-menu a {
  position: relative;
}
header .guide-menu a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #2b2b2b;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
header .guide-menu a:hover:after {
  width: 100%;
}
header nav {
  position: relative;
  width: 100%;
  background: #2b2b2b;
  z-index: 9999;
}
header nav 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;
  min-width: 1000px;
  max-width: 1240px;
  height: 60px;
  margin: auto;
}
header nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 1rem;
}
header nav a, header nav span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  height: 100%;
}
header nav a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header nav a:hover:after {
  width: 100%;
}
header nav span {
  cursor: pointer;
}
header nav span i {
  display: block;
  width: 6px;
  height: 6px;
  margin: -2px 0 0 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
header nav .pd-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all  0.5s;
  transition: all  0.5s;
}
header nav .pd-menu a {
  color: #2b2b2b;
}
header nav .pd-menu ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 1000px;
  max-width: 1240px;
  height: auto;
  margin: auto;
  padding: 30px 20px;
}
header nav .pd-menu ul li {
  display: block;
  width: 25%;
  padding: 0;
  font-size: 0;
  text-align: left;
}
header nav .pd-menu ul a {
  display: block;
  padding: 0;
}
header nav .gnav-guide span {
  position: relative;
}
header nav .gnav-guide span:after {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
  z-index: 1;
}
header nav .gnav-guide:hover span:after {
  opacity: 1;
  bottom: -5px;
}
header nav .gnav-guide:hover .pd-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
header nav .gnav-guide:hover .pd-menu li {
  font-size: 0.875rem;
}
header nav .gnav-guide:hover .pd-menu a {
  padding: 10px 0;
}

/* =========================================================
 footer
========================================================= */
footer {
  padding: 80px 0;
  background: #2b2b2b;
}
footer .foot-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 1000px;
  max-width: 1240px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
footer .foot-inner a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
footer .foot-inner dt {
  margin-bottom: 40px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}
footer .foot-inner .site-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
footer .foot-inner .site-link dl {
  margin-right: 80px;
}
@media (max-width: 1200px) {
  footer .foot-inner .site-link dl {
    margin-right: 50px;
  }
}
footer .foot-inner .site-link dl:nth-of-type(2) dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
footer .foot-inner .site-link dl:nth-of-type(2) dd ul:first-child {
  margin-right: 40px;
}
@media (max-width: 1200px) {
  footer .foot-inner .site-link dl:nth-of-type(2) dd ul:first-child {
    margin-right: 30px;
  }
}
footer .foot-inner .site-link li {
  margin-bottom: 20px;
  font-size: 0.937rem;
  font-weight: 500;
  line-height: 1;
}
footer .foot-inner .site-link li:last-child {
  margin-bottom: 0;
}
footer .foot-inner .site-link a {
  letter-spacing: 0.5px;
}
footer .foot-inner .site-link a:hover {
  opacity: .6;
}
footer .foot-inner .other-link dt {
  margin-bottom: 35px;
}
footer .foot-inner .other-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
footer .foot-inner .other-link ul:first-child {
  margin-bottom: 20px;
}
footer .foot-inner .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 .foot-inner .other-link ul:first-child img {
  width: 30px;
  margin-right: 5px;
}
footer .foot-inner .other-link ul:last-child li {
  width: 30px;
}
footer .foot-inner .other-link li {
  margin-right: 30px;
}
@media (max-width: 1200px) {
  footer .foot-inner .other-link li {
    margin-right: 20px;
  }
}
footer .foot-inner .other-link li:last-child {
  margin-right: 0;
}
footer .foot-inner .other-link dd:last-child {
  margin-top: 35px;
  font-size: 0.75rem;
}
footer .foot-inner .other-link a:hover {
  opacity: .6;
}
footer .foot-info {
  text-align: center;
}
footer .foot-info .foot-logo {
  width: 176px;
  margin: 0 auto 30px;
}
footer .foot-info small {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
}
footer .pagetop {
  position: fixed;
  right: 20px;
  bottom: 40px;
}
footer .pagetop a {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  background: #000;
  border-radius: 100%;
  text-decoration: none;
}
footer .pagetop a i {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -5px 0 0 -7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

}
