@charset "UTF-8";
header#globalHeader {
  position: relative;
}
p#userText {
  display: none;
}
#page {
  width: 100%;
  display: block;
}
header#globalHeader {
  border-bottom: solid 2px #CCC;
}
header#globalHeader #headContents {
  height: 46px;
}
header#globalHeader p#menu {
  width: 20px;
  height: 18px;
}
header#globalHeader p#menu a {
  background-image: url('../png/icon_sp_menu_h.png');
  width: 40px;
  height: 36px;
  background-size: 20px auto;
  background-position: center center;
  margin-top: -10px;
  margin-left: -10px;
}
header#globalHeader #centerTitle {
  text-align: center;
  font-weight: bold;
  line-height: 40px;
}
body.nav-open #wrapper {
  margin-left: -180px;
}
header .headMenu {
  width: 180px;
  background: #fff;
  position: fixed !important;
  top: 0 !important;
  bottom: 0;
	right: -100%;
  z-index: 9999;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000;
  display: none !important;
}
header .headMenu li:first-child {
  height: 46px;
}
header .headMenu li {
  display: block;
  height: 56px;
  line-height: 56px;
  text-align: left;
  margin: 0px 0px 2px;
}
header .headMenu li#top {
  background: #eee;
  padding-left: 0;
  border-left: 4px #cbcbcb solid;
}
header .headMenu li#store {
  border-left: 4px #b82f00 solid;
}
header .headMenu li#products {
  border-left: 4px solid #2c82b8;
}
header .headMenu li#clubkai {
  border-left: 4px solid #e2712b;
}
header .headMenu li#enjoy {
  border-left: 4px solid #e2b323;
}
header .headMenu li#support {
  border-left: 4px solid #467d57;
}
header .headMenu li#recruit,
header .headMenu li#company,
header .headMenu li#sns {
  border-left: 4px solid #666666;
}
header .headMenu li a.logo {
  text-align: left;
  display: inline;
  line-height: 38px;
}
header .headMenu li a.logo img {
  vertical-align: top;
  margin-top: 10px;
}
header .headMenu li a {
  text-decoration: none;
  display: block;
  height: 100%;
  padding-left: 12px;
}
header .headMenu li a.cursor-r {
  background-image: url('../icon_sp_menu_arrow_r.html');
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 6px 7px;
}
header .headMenu li .close {
  position: absolute;
  top: 13px;
  right: 0px;
  width: 35px;
  height: 35px;
  text-align: center;
}
header .headMenu li .close img {
  display: block;
  margin: 0 auto;
}
header .headMenu .btn-close {
  width: auto !important;
  height: auto;
  padding-left: 0;
}
header .headMenu img {
  display: inline-block;
  vertical-align: middle;
}