
.g-header {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  border-bottom: 1px solid #ccc;
  min-width: 1000px;
}
.g-header a {
  text-decoration: none;
}
.g-header_inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1280px;
  min-width: 1000px;
}
.g-html-ie8 .g-header_inner {
  max-width: 1240px;
  min-width: 960px;
}
.g-header_hd {
  box-sizing: border-box;
  float: left;
  width: 264px;
  height: 100px;
  font-weight: normal;
  overflow: hidden;
}
.g-header_hd span {
  margin: 10px 0 0 35px;
  display: block;
  font-size: 10px;
  line-height: 1.5;
  white-space: nowrap;
}
.g-header_hd img {
  display: block;
  margin-left: 35px;
}
.g-header_hd a {
  color: #333;
  text-decoration: none;
}
.g-header_hd a:hover {
  text-decoration: none;
}
.g-header_menu {
  border-left: 1px solid #ccc;
  float: left;
}
.g-header_menuItem {
  float: left;
  border-right: 1px solid #ccc;
  position: relative;
}
.no-touchevents .g-header_menuItem:hover {
  background-color: #d3e9ff;
}
.no-touchevents .g-header_menuItem:hover:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 84px;
  bottom: -5px;
  z-index: 12;
  background-color: #fff;
  -webkit-transform: scaleX(0.7) rotate(45deg);
      -ms-transform: scaleX(0.7) rotate(45deg);
          transform: scaleX(0.7) rotate(45deg);
  box-shadow: -3px -3px 2px -1px rgba(0, 0, 0, 0.2);
}
.g-html-ie8.no-touchevents .g-header_menuItem:hover:after {
  content: none;
}
.g-header_menuCell {
  box-sizing: border-box;
  padding-top: 15px;
  width: 164px;
  height: 100px;
  display: block;
  text-indent: -9999px;
  direction:  ltr;
  overflow: hidden;
  background: url(/j3a/images/menu.png?170407) no-repeat 0 0;
}
.g-header_menuItem-print .g-header_menuCell {
  background-position: 0 0;
}
.no-touchevents .g-header_menuItem-print .g-header_menuCell:hover {
  background-position: 0 -100px;
}
.g-header_menuItem-hanko .g-header_menuCell {
  background-position: -165px 0;
}
.no-touchevents .g-header_menuItem-hanko .g-header_menuCell:hover {
  background-position: -165px -100px;
}
.g-header_menuItem-naire .g-header_menuCell {
  background-position: -330px 0;
}
.no-touchevents .g-header_menuItem-naire .g-header_menuCell:hover {
  background-position: -330px -100px;
}
.g-header_submenu {
  padding: 20px 185px 20px 30px;
  min-height: 220px;
  /* for IE10 */
  /* height: 100%; */
  /* /for IE10 */
  display: none;
  position: absolute;
  left: -2px;
  top: 99px;
  z-index: 12;
  background: #fff no-repeat 100% 100%;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}
.g-html-ie8 .g-header_submenu {
  border: 1px solid #ccc;
}
.g-header_submenuItem {
  display: inline-block;
}
.g-header_submenuCell {
  padding: 5px 8px 3px 7px;
  display: block;
  color: #333;
}
.double .g-header_submenuCell {
  width: 175px;
}
.no-touchevents .g-header_submenuCell:hover {
  background-color: #d3e9ff;
  color: #1c57b8;
  text-decoration: none;
}
.g-header_menuItem-print .g-header_submenu {
  width: 800px;
  background-image: url(/j3a/images/header_print.jpg);
}
.g-header_menuItem-print .g-header_submenu.col2 {
  width: 600px;
}
.g-header_menuItem-print .g-header_submenuItem {
  width: 175px;
}
.g-header_menuItem-print .g-header_submenuItem.double {
  width: 350px;
}
.g-header_menuItem-print .col2 .g-header_submenuItem.double {
  width: 175px;
}
.g-header_menuItem-hanko .g-header_submenu {
  width: 460px;
  background-image: url(/j3a/images/header_hanko.jpg);
}
.g-header_menuItem-hanko .g-header_submenuItem {
  width: 225px;
}
.g-header_menuItem-naire .g-header_submenu {
  width: 620px;
  background-image: url(/j3a/images/header_naire.jpg);
}
.g-header_menuItem-naire .g-header_submenuItem {
  width: 200px;
}
/**
 * テキストの改行を防ぐためβ */
.g-header_submenuItem{
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  text-overflow: '.';
}
.g-header_user {
  float: right;
}
.g-header_userUpper {
  padding-top: 9px;
  font-size: 12px;
  line-height: 1.4;
  display: table;
  width: 100%;
}
.g-header_userUpper_trylion_r3 {
  font-size: 12px;
  line-height: 1.4;
  display: table;
  width: 100%;
}
.g-header_user_trylion_r3 {
  font-size: 12px;
  text-align: right;
}
.g-header_userUpper_el {
  display: table-cell;
  vertical-align: middle;
}
.g-header_userUpper_el_trylion_r3 {
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 3px;
}
.g-header_userUpper_el_trylion_r3_btn {
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  width: 149.78px;
}
.g-header_userLower {
  margin-top: 6px;
  float: right;
}
.g-header_userLower_trylion_r3 {
  margin-top: 1px;
  float: right;
}
.g-header_links {
  font-size: 10px;
  line-height: 1.5;
}
.g-header_links li {
  margin-left: 10px;
  display: inline-block;
}
.g-header_links li:first-child {
  margin-left: 0;
}
.g-header_links a {
  color: #333;
}
.no-touchevents .g-header_links a:hover {
  text-decoration: underline;
}
.g-header_links i {
  margin-right: 3px;
  font-size: 14px;
}
.g-header_message {
  padding: 0 10px;
  font-weight: bold;
}
.g-header_message small {
  margin-right: 3px;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.5;
}
.g-header_buttons {
  white-space: nowrap;
  text-align: right;
}
.g-header_buttons p {
  display: inline-block;
}
.g-header_btn:hover {
	background-color: #4e81d6;
	color: #fff;
	text-decoration: none;
}

.g-header_btn_trylion {
	padding: 3px 1px;
	border-radius: 3px;
	font-weight: bold;
	display: block;
	background-color: #1c57b8;
	color: #fff;
}

.g-header_btn_trylion:hover {
	background-color: #4e81d6;
	color: #fff;
	text-decoration: none;
}
.g-header_btn, .g-header_btn-invert {
  padding: 2px 7px;
  border-radius: 3px;
  font-weight: bold;
  display: block;
}
.g-header_btn {
  padding: 3px 8px;
  background-color: #1c57b8;
  color: #fff;
}
.no-touchevents .g-header_btn:hover {
  background-color: #4e81d6;
  color: #fff;
  text-decoration: none;
}
.g-header_btn-invert {
  background-color: #fff;
  border: 1px solid #1c57b8;
  color: #1c57b8;
}
.no-touchevents .g-header_btn-invert:hover {
  border-color: #4e81d6;
  color: #4e81d6;
  text-decoration: none;
}
.g-header_btnCell {
  margin-right: 8px;
  float: left;
}
.g-header_btnCell .g-btn {
  box-sizing: border-box;
  padding: 8px 7px 6px 7px;
  min-width: 158px;
  min-height: 52px;
  line-height: 1.4;
}
.g-html-ie8 .g-header_btnCell .g-btn {
  min-width: 84px;
}
.g-header_btnCell .g-btn-def {
  padding-top: 7px;
  padding-bottom: 5px;
}
.g-header_data {
  float: left;
  display: table;
  border: 1px solid #ccc;
  font-size: 12px;
  line-height: 1.4;
}
.g-header_dataCell {
  display: table-cell;
  vertical-align: middle;
}
.g-header_data table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
}
.g-header_data th {
  padding: 4px 4px 4px 8px;
  text-align: left;
  font-weight: normal;
}
.g-header_data td {
  padding: 4px 8px 4px 0;
  text-align: right;
}
.g-header_data tr:first-child th, .g-header_data tr:first-child td {
  border-bottom: 1px solid #e6e6e6;
}
.g-header_cart {
  background-color: #f0f0f0;
}
.no-touchevents .g-header_cart:hover {
  background-color: #fafafa;
}
.no-touchevents .g-header_cart:hover a {
  color: #4e81d6;
  text-decoration: none;
}
.g-header_cart a {
  padding: 5px 8px;
  display: block;
  color: #1c57b8;
  font-weight: bold;
}
.g-header_cart i {
  margin: auto;
  display: table;
  font-size: 24px;
}
.g-header_cart_trylion {
  background-color: #ffffff;
}
.no-touchevents .g-header_cart_trylion:hover {
  background-color: #fafafa;
}
.no-touchevents .g-header_cart_trylion:hover a {
  color: #4e81d6;
  text-decoration: none;
}
.g-header_cart_trylion a {
  padding: 5px 1px;
  display: block;
  color: #1c57b8;
  font-weight: bold;
}
.g-header_cart_trylion i {
  margin: auto;
  display: table;
  font-size: 24px;
}
.g-header-plain .g-header_hd {
  width: 310px;
  height: 51px;
}
/** パプリ以前
.g-header-plain .g-header_hd img {
  margin-top: 14px;
}
*/
.g-header-plain .g-header_hd img {
  margin-top: 2px;
}
.g-header-plain .g-header_userUpper {
  padding-top: 14px;
}
.g-html-ie8.g-html-small .g-header_inner {
  width: 1000px;
}
.g-html-ie8.g-html-small .g-header_hd {
  width: 190px;
}
.g-html-ie8.g-html-small .g-header_menuCell {
  width: 104px;
}
.g-html-ie8.g-html-small .g-header_menuItem-print .g-header_menuCell {
  background-position: 0 -200px;
}
.g-html-ie8.g-html-small.no-touchevents .g-header_menuItem-print .g-header_menuCell:hover {
  background-position: 0 -300px;
}
.g-html-ie8.g-html-small .g-header_menuItem-hanko .g-header_menuCell {
  background-position: -105px -200px;
}
.g-html-ie8.g-html-small.no-touchevents .g-header_menuItem-hanko .g-header_menuCell:hover {
  background-position: -105px -300px;
}
.g-html-ie8.g-html-small .g-header_menuItem-naire .g-header_menuCell {
  background-position: -210px -200px;
}
.g-html-ie8.g-html-small.no-touchevents .g-header_menuItem-naire .g-header_menuCell:hover {
  background-position: -210px -300px;
}
@media only screen and (max-width: 1279px) {
  .g-header_inner {
    width: 1000px;
  }
  .g-header_hd {
    width: 190px;
  }
  .g-header_menuCell {
    width: 104px;
  }
  .g-header_menuItem-print .g-header_menuCell {
    background-position: 0 -200px;
  }
  .no-touchevents .g-header_menuItem-print .g-header_menuCell:hover {
    background-position: 0 -300px;
  }
  .g-header_menuItem-hanko .g-header_menuCell {
    background-position: -105px -200px;
  }
  .no-touchevents .g-header_menuItem-hanko .g-header_menuCell:hover {
    background-position: -105px -300px;
  }
  .g-header_menuItem-naire .g-header_menuCell {
    background-position: -210px -200px;
  }
  .no-touchevents .g-header_menuItem-naire .g-header_menuCell:hover {
    background-position: -210px -300px;
  }
}
.g-footer {
  margin-top: 100px;
  padding-top: 40px;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  box-sizing: border-box;
  background-color: #f0f0f0;
  position: relative;
  min-width: 1000px;
}
.g-html-ie8 .g-footer {
  min-width: 960px;
}
.g-html-hasSticky .g-footer {
  margin-top: 0;
  border-top: 1px solid #e1e1e1;
}
.g-footer a {
  color: #333;
  text-decoration: none;
}
.no-touchevents .g-footer a:hover {
  text-decoration: underline;
}
.g-footer_inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1280px;
  min-width: 1000px;
}
.g-html-ie8 .g-footer_inner {
  max-width: 1240px;
  min-width: 960px;
}
.g-footer_fnav {
  overflow: hidden;
}
.g-footer_fnavItem {
  margin-left: 30px;
  float: left;
  width: 210px;
}
.g-footer_fnavItem:first-child {
  margin-left: 0;
}
.g-footer_fnavItem-last {
  width: auto;
}
.g-footer_fnavItem li {
  margin-bottom: 2px;
}
.g-footer_fnavHd {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  display: block;
}
.g-footer_fnavAnnotation {
  margin-top: 15px;
}
.g-footer_links {
  margin-top: 15px;
  overflow: hidden;
}
.g-footer_links li {
  margin-left: 20px;
  float: left;
}
.g-footer_links li:first-child {
  margin-left: 0;
}
.g-footer_banners {
  margin-top: 15px;
  overflow: hidden;
}
.g-footer_banners li {
  margin-left: 10px;
  float: left;
}
.g-footer_banners li:first-child {
  margin-left: 0;
}
.g-footer_bottom {
  margin-top: 30px;
  padding: 10px 0;
  background-color: #1c57b8;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
}
.g-footer-simple {
  padding-top: 15px;
}
.g-footer-simple .g-footer_links {
  margin-top: 0;
}
.g-footer-simple .g-footer_bottom {
  margin-top: 15px;
}
.g-html-ie8.g-html-small .g-footer_inner {
  width: 1000px;
}
.g-html-ie8.g-html-small .g-footer_fnavItem {
  width: 220px;
}
.g-html-ie8.g-html-small .g-footer_fnavItem-last {
  width: 210px;
}
@media only screen and (max-width: 1279px) {
  .g-footer_inner {
    width: 1000px;
  }
  .g-footer_fnavItem {
    width: 220px;
  }
  .g-footer_fnavItem-last {
    width: 210px;
  }
}
.g-back2top {
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  box-sizing: border-box;
  position: absolute;
  top: -50px;
  width: 100%;
}
.g-html-hasSticky .g-back2top {
  top: -165px;
}
.g-html-stickyBack2top .g-back2top {
  position: fixed;
  top: auto;
  bottom: 10px;
  z-index: 10;
}
.g-html-stickyShopping.g-html-stickyBack2top .g-back2top {
  bottom: 125px;
}
.g-back2top_inner {
  height: 0;
}
.g-back2top a {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: 10px;
  padding-top: 38px;
  display: block;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #333;
}
.no-touchevents .g-back2top a:hover {
  border-color: #1c57b8;
  background-color: #1c57b8;
}
.no-touchevents .g-back2top a:hover i {
  color: #fff;
}
.g-html-stickyBack2top .g-back2top a {
  margin-top: -40px;
}
.g-back2top i {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 16px;
}
/* ゲストユーザー用ログインツールチップ */
.g-login-tooltip .g-login-tooltip_el,
.g-login-tooltip .g-login-tooltip_el:before {
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}
.g-login-tooltip {
  float: left;
  position: relative;
}
.g-login-tooltip .g-login-tooltip_el {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 202px;
  height: 100px;
  margin-top: 5px;
  border-radius: 6px;
  z-index: 10;
  text-align: center;
  background-color: #fff;
}
.g-login-tooltip .g-login-tooltip_el > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 202px;
  height: 100%;
  padding: 15px;
  border-radius: 6px;
  z-index: 53;
  background-color: #fff;
}
.g-login-tooltip .g-login-tooltip_el:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  z-index: 1;
  background-color: #fff;
  -webkit-transform: translateX(-50%) rotate(45deg) skew(15deg, 15deg);
      -ms-transform: translateX(-50%) rotate(45deg) skew(15deg, 15deg);
          transform: translateX(-50%) rotate(45deg) skew(15deg, 15deg);
}
/* global-nav v2 */
.pull-left {
  display: block;
  float: left;
}
.pull-right {
  display: block;
  float: right;
}
.global-nav .sub-store:before {
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}
.global-nav {
  zoom: 1;
  display: block;
  float: left;
  position: relative;
  /* link store >> */
  /* << link store */
  /* baloon >> */
}
.global-nav:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  width: 0;
  visibility: hidden;
}
.global-nav > li {
  display: block;
  float: left;
  border-right: solid 1px #ccc;
}
.global-nav > li:first-child {
  border-left: solid 1px #ccc;
}
.global-nav .nav-store {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 15px;
  width: 164px;
  height: 100px;
  display: block;
  text-indent: -9999px;
  direction: ltr;
  overflow: hidden;
  background: url(/j3a/images/menu.png) no-repeat 0 0;
  background-position-x: 0;
  background-position-y: 0;
}
.global-nav .print .nav-store {
  background-position: 0 0;
}
.no-touchevents .global-nav .print .nav-store:hover {
  background-position: 0 -100px;
}
.global-nav .print.active .nav-store {
  background-position: 0 -100px;
}
.global-nav .hanko .nav-store {
  background-position: -165px 0;
}
.no-touchevents .global-nav .hanko .nav-store:hover {
  background-position: -165px -100px;
}
.global-nav .hanko.active .nav-store {
  background-position: -165px -100px;
}
.global-nav .naire .nav-store {
  background-position: -330px 0;
}
.no-touchevents .global-nav .naire .nav-store:hover {
  background-position: -330px -100px;
}
.global-nav .naire.active .nav-store {
  background-position: -330px -100px;
}
/* .global-nav .sub-store {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  zoom: 1;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  top: 100%;
  margin-top: -3px;
  left: 0;
  min-height: 300px;
  height: auto;
  width: 700px;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  z-index: 530000;
} */
.global-nav .sub-store:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  width: 0;
  visibility: hidden;
}
.g-html-ie8 .global-nav .sub-store {
  border: solid 1px #ccc;
}
.global-nav .cats{
  position: relative;
}
.global-nav .cats:before {
  content: '';
  position: absolute;
  top: -35px;
    width: 8px;
  height: 8px;
  z-index: 1;
  background-color: #fff;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%) rotate(45deg) skew(15deg, 15deg);
      -ms-transform: translateX(-50%) rotate(45deg) skew(15deg, 15deg);
          transform: translateX(-50%) rotate(45deg) skew(15deg, 15deg);
}
.global-nav .print .sub-store .cats:before{
  display: block;
  left: 150px;
}
.global-nav .hanko .cats:before{
  display: block;
  left: 315px;
}
.global-nav .naire .cats:before{
  display: block;
  left: 483px;
}
/* .global-nav .sub-store:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  z-index: 1;
  background-color: #fff;
  -webkit-transform: translateX(-50%) rotate(45deg) skew(15deg, 15deg);
      -ms-transform: translateX(-50%) rotate(45deg) skew(15deg, 15deg);
          transform: translateX(-50%) rotate(45deg) skew(15deg, 15deg);
} */
.global-nav .sub-store > div:first-child {
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  height: 16px;
  z-index: 53;
  background-color: #fff;
}
.global-nav .print .sub-store:before {
  left: 83px;
}
.global-nav .hanko .sub-store:before {
  left: 248px;
}
.global-nav .naire .sub-store:before {
  left: 413px;
}
@media only screen and (max-width: 1279px) {
  .global-nav .sub-store {
    left: -190px;
  }
  .global-nav .nav-store {
    width: 104px;
  }
  .global-nav .print .nav-store {
    background-position: 0 -200px;
  }
  .no-touchevents .global-nav .print .nav-store:hover {
    background-position: 0 -300px;
  }
  .global-nav .print.active .nav-store {
    background-position: 0 -300px;
  }
  .global-nav .print .sub-store .cats:before{
    left: 200px !important;
  }
  .global-nav .hanko .nav-store {
    background-position: -105px -200px;
  }
  .no-touchevents .global-nav .hanko .nav-store:hover {
    background-position: -105px -300px;
  }
  .global-nav .hanko.active .nav-store {
    background-position: -105px -300px;
  }
  .global-nav .hanko .cats:before{
    left: 305px !important;
  }
  .global-nav .naire .nav-store {
    background-position: -210px -200px;
  }
  .no-touchevents .global-nav .naire .nav-store:hover {
    background-position: -210px -300px;
  }
  .global-nav .naire.active .nav-store {
    background-position: -210px -300px;
  }
  .global-nav .naire .cats:before{
    left: 410px !important;
  }
  .global-nav .sub-store {
    width: 100vw !important;
    margin-left: calc(((100% * 3.58) / 2) - 50vw)!important;
  }
  .backcolor-hov{
    width: 100vw !important;
    margin-left: calc(((100% * 1.8) / 2) - 50vw)!important;
  }
  .cats {
    left: calc(50% - 430px) !important;
  }
}
@media only screen and (max-width: 1015px) {
  nav .global-nav .sub-store {
    width: 100vw !important;
    margin-left: 65px !important;
  }
  nav .global-nav .backcolor-hov{
    width: 100vw !important;
    margin-left: -225px !important;
  }
  nav .global-nav .cats {
    left: 65px !important;
  }
}
/*baloon background-color*/
.print.active .backcolor-hov,
.hanko.active .backcolor-hov,
.naire.active .backcolor-hov{
  visibility: visible;
}
.backcolor-hov{
visibility: hidden;
position:absolute;
top:100px;
left:0px;
width: 100vw;
margin-left: calc(((100% * 1.4) / 2) - 50vw);
background-color:#000000;
opacity:0.5;
z-index:10;
}
/* << baloon */
.global-nav .sub-store {
  font-weight: bold;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  zoom: 1;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  top: 100%;
  margin-top: -3px;
  left: -284px;
  height: auto;
  width: 100vw;
  margin-left: calc(((100% * 2.55) / 2) - 50vw);
  padding: 30px 0;
  border-radius: 0px !important;
  background-color: #fff;
  z-index: 530000;
}
.nav-new::after{
  content: "NEW";
  font-weight: initial;
  font-size: 11px;
  display: inline-block;
  color: white;
  background-color: #F79413;
  height: 14px;
  line-height: 15px;
  width: 40px;
  text-align: center;
  margin-left: 8px;
}
.nav-sale::after{
  content: "SALE";
  font-weight: initial;
  font-size: 11px;
  display: inline-block;
  color: white;
  background-color: #E00000;
  height: 14px;
  line-height: 15px;
  width: 40px;
  text-align: center;
  margin-left: 8px;
}
.cats {
  float: left;
  width: 900px;
  column-count: 3;
  position: absolute;
  top: 0;
  left: calc(50% - 400px);
}
.cats > li {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
}
.cats .nav-child{
  padding-bottom: 13px;
}
.cats .nav-child li{
  display: inline-block;
  width: 100%;
  padding-bottom: 3px;
}
.nav-panel {
  float: left;
  margin-left: 20px;
}
.nav-panel .sub-cats {
  display: none;
  position: relative;
  background-color: #fff;
  width: 440px;
}
.nav-panel .sub-cats p {
  width: 290px;
}
.nav-panel .sub-cats ul {
  zoom: 1;
}
.nav-panel .sub-cats ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  width: 0;
  visibility: hidden;
}
.nav-panel .sub-cats ul li {
  float: left;
  width: 220px;
}
.nav-panel .promotion {
  margin-top: 20px;
  border-top: solid 1px #ccc;
  padding-top: 20px;
  width: 440px;
}
/* a nav items */
.sub-store-link {
  position: relative;
  display: block;
  padding-left: 1.1em;
  padding-right: 20px;
  color: #1c57b8;
  /* nav has child*/
}
.sub-store-link:before {
  font-family: "icon";
  font-size: 70%;
  font-weight: 100;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1em;
  margin: auto;
  vertical-align: middle;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  content: "\EA04";
}
.no-touchevents .sub-store-link:hover, .sub-store-link.active {
  background-color: #d3e9ff;
  text-decoration: none !important;
}
.sub-store-link.has-child {
  padding-right: 30px;
}
.sub-store-link.has-child:after {
  font-family: "icon";
  font-size: 70%;
  font-weight: 100;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1em;
  margin: auto;
  vertical-align: middle;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-size: 12px;
  left: auto;
  right: 9px;
  content: "\EA0E";
  color: #ccc;
}
.no-touchevents .sub-store-link.has-child:hover, .sub-store-link.has-child.active {
  text-decoration: none;
}
.no-touchevents .sub-store-link.has-child:hover:after, .sub-store-link.has-child.active:after {
  color: #1c57b8;
}
.hd-sub {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
  padding-top: 3px;
  color: #1c57b8;
}
.hd-sub.xl {
  font-size: 1.8em;
}
.hd-sub:before {
  font-family: "icon";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.5;
}
.print .hd-sub:before {
  content: "\EA0A";
}
.hanko .hd-sub:before {
  content: "\EA08";
}
.naire .hd-sub:before {
  content: "\EA09";
}
.sub-store-child {
  position: relative;
  display: block;
  padding-left: 1.4em;
  font-weight: initial;
  font-size: 0.9em;
}
.sub-store-child:before {
  font-family: "icon";
  font-size: 10px;
  font-weight: initial;
  line-height: 1;
  position: absolute;
  top: 3.3px;
  left: 0;
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1em;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  content: '\EA04\EA04';
  letter-spacing: -0.5em;
  width: 1.8em;
}
.no-touchevents .sub-store-child:hover {
  background-color: #d3e9ff;
  text-decoration: none !important;
}
.no-touchevents .no-js .global-nav li:hover .sub-store {
  display: block;
}
.innav-bg {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(/j3a/images/sprite-innav.png?20191001);
  background-repeat: no-repeat;
  background-color: #fff;
  width: 100px;
  height: 100px;
}
.innav-bg.flyer {
  background-position: 0 0;
}
.innav-bg.pamphlet {
  background-position: 0 -100px;
}
.innav-bg.poster {
  background-position: 0 -200px;
}
.innav-bg.shochu {
  background-position: 0 -400px;
}
.innav-bg.postcard {
  background-position: 0 -400px;
}
.innav-bg.card {
  background-position: 0 -500px;
}
.innav-bg.meishi {
  background-position: 0 -600px;
}
.innav-bg.futo {
  background-position: 0 -700px;
}
.innav-bg.denpyo {
  background-position: 0 -800px;
}
.innav-bg.coaster {
  background-position: 0 -900px;
}
.innav-bg.seal {
  background-position: 0 -1000px;
}
.innav-bg.book {
  background-position: 0 -1100px;
}
.innav-bg.pocket {
  background-position: 0 -1200px;
}
.innav-bg.nobori {
  background-position: 0 -1300px;
}
.innav-bg.syoujou {
  background-position: 0 -1400px;
}
.innav-bg.led_light {
  background-position: 0 -1500px;
}
.innav-bg.bag {
  background-position: 0 -1600px;
}
.innav-bg.bottle_holder {
  background-position: 0 -1700px;
}
.innav-bg.mug {
  background-position: 0 -1800px;
}
.innav-bg.nenga {
  background-position: 0 -1900px;
}
.innav-bg.golfball {
  background-position: 0 -2000px;
}
.innav-bg.shintou {
  background-position: -100px 0;
}
.innav-bg.gom {
  background-position: -100px -100px;
}
.innav-bg.inkan {
  background-position: -100px -200px;
}
.innav-bg.option {
  background-position: -100px -300px;
}
.innav-bg.stationary {
  background-position: -200px -100px;
}
.innav-bg.nafuda {
  background-position: -200px -200px;
}
.innav-bg.clearfile {
  background-position: -200px -300px;
}
.innav-bg.file {
  background-position: -200px -400px;
}
.innav-bg.note {
  background-position: -200px -500px;
}
.innav-bg.others {
  background-position: -200px -600px;
}
.innav-bg.towel {
  background-position: -200px -700px;
}
.innav-bg.slippers {
  background-position: -200px -800px;
}
.innav-bg.wear {
  background-position: -200px -900px;
}
.innav-bg.reji {
  background-position: -200px -1000px;
}
.innav-bg.uchiwa {
  background-position: -200px -1100px;
}
.innav-bg.chopstickbag {
  background-position: -200px -1200px;
}
.innav-bg.papertowel {
  background-position: -200px -1300px;
}
.innav-bg.kasa_cover {
  background-position: -200px -1400px;
}
.innav-bg.maskcasel {
  background-position: -200px -1500px;
}
.innav-bg.pouch {
  background-position: -200px -1600px;
}
.innav-bg.calendar {
  background-position: -200px -1700px;
}
.innav-bg.document {
  background-position: -200px -1800px;
}
.innav-bg.mirror {
  background-position: -200px -1900px;
}
.innav-bg.laminate {
  background-position: -200px -2000px;
}
.innav-bg.mask {
  background-position: 0 -2100px;
}