/* 共通
--------------------------*/
.inner {
  margin: 0 auto;
  width: 1400px;
}
.inner-Li {
  margin: 0 auto;
  width: 1400px;
}
.pages .inner, .pages .inner-Li {
  width: 1200px;
}
section {
  margin: 0 0 80px 0;
}
#toTop a {
  background: #333333;
  border-radius: 4px;
  bottom: 25px;
  color: #ffffff !important;
  font-size: 14px;
  opacity: 0.8;
  padding: 10px 14px;
  position: fixed;
  right: 25px;
  z-index: 8888;
}
.notification {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.notification .black {
  background: #000000;
  color: #fff;
  margin-top: -17px;
  text-align: center;
  padding: 12px;
  opacity: 0.8;
}
.ellip {
  display: block;
  height: 100%;
}
.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}
.ellip, .ellip-line {
  position: relative;
  overflow: hidden;
}
.cartCount, .favCountBadge  {
  position: absolute;
  top: 0;
  left: 95%;
  font-size: 11px;
  line-height: 16px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #cc0000;
  border: 4px solid #cc0000;
  color: #ffffff;
  text-align: center;
}
/*SP*/
.cartCount02, .favCountBadge_sp, .favCountBadgeIcon_sp {
  display: inline-block !important;
  font-size: 11px;
  line-height: 16px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #cc0000;
  border: 4px solid #cc0000;
  color: #ffffff;
  text-align: center;
  margin-left: 10px;
  vertical-align: middle;
}
#spCart, #spFav{
  cursor: pointer;
  display: none;
  height: 22px;
  position: fixed;
  right: 70px;
  top: 38px;
}
#spCart {
    right: 120px;
}
#spCart img, #spFav img{
  width: 25px;
}
#spCart .cartCount02,
#spFav .favCountBadgeIcon_sp {
  position: absolute;
  top: -10px;
  right: -12px;
  border: 2px solid #cc0000;
}
.scroll #logout a {
  background-image: url(../img/bg_toggleArrow_down_gray.png);
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  background-color: #ffffff;
}
#logout a {
  padding-right: 20px;
  background-image: url(../img/bg_toggleArrow_down_white.png);
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 9px 6px;
}
#hoverMenu {
  display: none;
  position: absolute;
  top: 58;
}
#hoverMenu li {
  float: none;
  margin: 0;
}
.scroll #hoverMenu li {
  float: none;
  margin-left: -15px;
  padding: 10px;
  width: 105px;
  border: 1px solid #ccc;
  margin-top: 10px;
}
.scroll #hoverMenu li {
  background: #ffffff;
  color: #333333;
}
#hoverMenu li a, .scroll #hoverMenu li a {
  background-image: none !important;
  padding-right: 0;
}

.favCountBadge, .favCountBadge_sp {
    display: none;
}

@media screen and (max-width:768px) {
  #spCart, #spFav {
    display: block;
  }
}
/*  : not Support
-----------------------------*/
#noScript {
  background: #f9f8db;
  padding: 8px;
  text-align: center;
}
#noScript span {
  font-weight: bold;
}
#notSupport {
  background: #FBEEEE;
  display: none;
  padding: 8px;
  text-align: center;
}
#notSupport span {
  color: #cc0000;
  font-weight: bold;
}
.oldie #notSupport {
  display: block;
}
/* メニュー
--------------------------*/
h1.headLine {
  background: #f5f5f5;
  color: #333333;
  font-size: 70%;
  padding: 5px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8889;
  white-space: nowrap;
}
header {
  background: #ffffff;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 24px; /*0*/
  width: 100%;
  z-index: 8888;
}
header .headerInner {
  margin: 0 auto;
  padding: 16px 0;
  width: 1400px;
}
header h1,
header div.logo {
  float: left;
}
header h1 img,
header div.logo img {
    height: 38px;
    margin-top: -2px;
}
header p.logo {
  float: left;
}
header p.logo img {
  height: 38px;
  margin-top: -2px;
}
#header .userInfo {
  color: #333333 !important;
  float: left;
  font-size: 84%;
  margin: 10px 0 0 10px;
}
#header .userInfo span {
  font-weight: bold;
}
nav {
  float: right;
}
nav li {
  float: left;
  line-height: 38px;
  margin: 0 15px;
}
nav li a {
  color: #000000 !important;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#TOP nav li a {
  color: #ffffff;
}
nav li a::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
nav li a:hover::after {
  transform: scale(1, 1);
}
#hoverMenu li a::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: none;
}
#hoverMenu li a:hover::after {
  transform: scale(0, 0);
}
#header-navi-sp {
  background: #ffffff;
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1;
}
/*ハンバーガーメニュー*/
.header-navi-sp-btn {
  cursor: pointer;
  display: none;
  height: 22px;
  position: fixed;
  right: 13px;
  top: 38px; /*13*/
  width: 28px;
  z-index: 9999;
}
.header-navi-sp-btn-line {
  background-color: #666666;
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  width: 100%;
}
.header-navi-sp-btn-line:nth-child(1) {}
.header-navi-sp-btn-line:nth-child(2) {
  transform: translate(0, -50%);
  top: 50%;
}
.header-navi-sp-btn-line:nth-child(3) {
  bottom: 0;
}
/*クリック時
*/
.sp-menu-open .header-navi-sp-btn-line {
  background-color: #666666 !important;
}
.sp-menu-open .header-navi-sp-btn-line:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
.sp-menu-open .header-navi-sp-btn-line:nth-child(2) {
  opacity: 0;
}
.sp-menu-open .header-navi-sp-btn-line:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}
.sp-menu-open #header-navi-sp {}
#header-navi-sp-list {
  padding: 72px 0 0 0;
}
#TOP #header-navi-sp-list {
  padding: 50px 0 0 0;
}
.header-navi-sp-list-item a {
  background-image: url(../img/bg_listArrow_gray.png);
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 6px 9px;
  border: 1px solid #cccccc;
  color: #333333 !important;
  display: block;
  font-size: 115%;
  margin-top: -1px;
  padding: 10px;
}
.header-navi-sp-list-item a:hover {
  text-decoration: none;
}
.subMenuLi {
  display: block !important;
  text-indent: 20px;
}
.downLi #showSubMenuSP {
  background: none;
}
.active #showSubMenuSP {
  background-image: url(../img/bg_toggleArrow_up_gray.png) !important;
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 10px 5px;
}
/* FOOTER
--------------------------*/
footer {
  background: #212121;
}
footer p {
  color: #ffffff;
  font-size: 84%;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width:1400px) {
  .fullmod-body {
    padding-top: 50px;
  }
  .inner, .pages .inner {
    width: auto;
    padding: 0 20px;
  }
 header .headerInner {
        width: auto;
    }  
  .fullmod-body .inner {
    padding: 0;
  }
  .inner-Li, .pages .inner-Li {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .fullmod-body {
    padding-top: 0;
  }
  .inner {
    width: auto;
    padding: 0 20px;
  }
  .catSearch .inner {
    padding: 0 0 0 20px;
  }
  header .headerInner {
    padding: 5px;
  }
  #header-navi-pc {
    display: none;
  }
  .header-navi-sp-btn {
    display: block;
  }
  .scroll .header-navi-sp-btn-line, .sp-menu-open .header-navi-sp-btn-line {
    background-color: #666666;
  }
  .notification .black {
    margin-top: -5px;
  }
header h1 a,
header div.logo a{
    display: inline-block;
    height: 35px;
}
header h1 img, header div.logo img {
    height: 28px;
    margin-top: 3px;
}    
}