@charset "utf-8";
/* shared.css */
html {
  background-color: #FFF;
}

body {
  font-family: Helvetica, Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 11px;
  line-height: 1.6;
  min-width: 990px;
  background-color: #fff;
}

/* #globalHeader */
#globalHeader {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  background-color: #1B1B1B\9;
  /* IE8 */
  overflow: hidden;
}

#globalHeader header {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

#globalHeader header:after {
  content: "";
  display: table;
  clear: both;
}

#globalHeader header h1 {
  width: 117px;
  padding: 20px 0 0 30px;
  float: left;
}

#globalHeader header h1 a {
  display: block;
  height: 39px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/global/logo-headporter-117x39.png) 0 0 no-repeat;
}

/* navigation */
#globalHeader header nav ul {
  padding-left: 32px;
  float: left;
}

#globalHeader header nav ul:after {
  content: "";
  display: table;
  clear: both;
}

#globalHeader header nav ul li {
  padding: 0;
  float: left;
}

#globalHeader header nav ul li a {
  display: block;
  height: 74px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 16px 32px;
  background-repeat: no-repeat;
}

#globalHeader header nav ul li.now a {
  background-color: #000;
}

/*
#globalHeader header nav ul li a:hover {
  background-color: #000;
}
*/
#globalHeader header nav ul li.menu01 {
  width: 131px;
}

#globalHeader header nav ul li.menu01 a {
  background-image: url(../images/global/menu-hp-99x10.png);
}

#globalHeader header nav ul li.menu02 {
  width: 172px;
}

#globalHeader header nav ul li.menu02 a {
  background-image: url(../images/global/menu-hpp140x10.png);
}

#globalHeader header nav ul li.menu03 {
  width: 109px;
}

#globalHeader header nav ul li.menu03 a {
  background-image: url(../images/global/menu-hs-77x10.png);
}

#globalHeader header nav ul li.menu04 {
  width: 104px;
}

#globalHeader header nav ul li.menu04 a {
  background-image: url(../images/global/menu-feature-72x10.png);
}

#globalHeader header nav ul li.searchmenu {
  width: 53px;
}

#globalHeader header nav ul li.searchmenu a {
  background-image: url(../images/global/menu-search-21x21.png);
  background-position: 16px 26px;
}

/* store navigation */
#globalHeader header ul.storenav {
  padding-left: 2px;
  float: right;
}

#globalHeader header ul.storenav:after {
  content: "";
  display: table;
  clear: both;
}

#globalHeader header ul.storenav li {
  padding: 0;
  float: left;
}

#globalHeader header ul.storenav li a {
  display: block;
  height: 74px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 12px 32px;
  background-repeat: no-repeat;
}

/*
#globalHeader header ul.storenav li a:hover {
  background-color: #000;
}
*/
#globalHeader header ul.storenav li.login {
  width: 68px;
}

#globalHeader header ul li.login a {
  background-image: url(../images/global/menu-login-42x10.png);
}

#globalHeader header ul.storenav li.mypage {
  width: 84px;
}

#globalHeader header ul li.mypage a {
  background-image: url(../images/global/menu-mypage-58x10.png);
}

#globalHeader header ul li.shoppingcart {
  width: 72px;
}

#globalHeader header ul li.shoppingcart a {
  background-image: url(../images/global/menu-cart-24x21.png);
  background-position: 15px 27px;
  text-indent: 10px;
  text-decoration: none;
}

#globalHeader header ul li.shoppingcart a span {
  font-weight: bold;
  font-size: 14px;
  line-height: 74px;
  padding-left: 36px;
  vertical-align: middle;
  color: #FFF;
  text-indent: 10px;
}

#globalHeader header ul li.shoppingcart a span.incart {
  color: #F90;
}

#globalHeader header ul li.langset-jj,
#globalHeader header ul li.langset-ej,
#globalHeader header ul li.langset-eu,
#globalHeader header ul li.langset-ee,
#globalHeader header ul li.langset-eg,
#globalHeader header ul li.langset-eh {
  width: 80px;
}

#globalHeader header ul li.langset-jj a {
  background-image: url(../images/global/menu-langset-jj-70x25.png);
  background-position: 50% 50%;
}
#globalHeader header ul li.langset-ej a {
  background-image: url(../images/global/menu-langset-ej-70x25.png);
  background-position: 50% 50%;
}
#globalHeader header ul li.langset-eu a {
  background-image: url(../images/global/menu-langset-eu-70x25.png);
  background-position: 50% 50%;
}
#globalHeader header ul li.langset-ee a {
  background-image: url(../images/global/menu-langset-ee-70x25.png);
  background-position: 50% 50%;
}
#globalHeader header ul li.langset-eg a {
  background-image: url(../images/global/menu-langset-eg-70x25.png);
  background-position: 50% 50%;
}
#globalHeader header ul li.langset-eh a {
  background-image: url(../images/global/menu-langset-eh-70x25.png);
  background-position: 50% 50%;
}

/* #container */
#container {
  width: 100%;
  padding: 74px 0 50px;
  margin: 0 auto;
  overflow: hidden;
}

#container:after {
  content: "";
  display: table;
  clear: both;
}

#container > section {
  overflow: hidden;
}

/* #breadcrumbs */
#breadcrumbs {
  text-align: right;
  color: #999;
  font-weight: bold;
  font-size: 11px;
  padding: 20px 16px 0 0;
}

#breadcrumbs a:hover {
  color: #666;
}

#breadcrumbs a.subcrumb:before,
#breadcrumbs span:before {
  content: ">";
  padding-right: 1em;
  color: #999;
}

#breadcrumbs a, #breadcrumbs span {
  padding: 0 0.5em;
}

/* #content > section shared */
#content > section a,
#content > section ul li a {
  display: block;
  text-decoration: none;
}

/* section.recommended */
section.recommended > header,
aside.extra > section.recommended > header {
  display: block;
  position: relative;
  text-align: center;
}

section.recommended > header h2,
aside.extra > section.recommended > header {
  margin-bottom: 18px;
}

section.recommended ul.plural {
  border-top: 1px solid #EDEDED;
  margin-top: 18px;
  padding-top: 18px;
}

section.recommended ul {
  width: 970px;
  overflow: hidden;
  margin-left: -5px;
}

section.recommended ul:after {
  content: "";
  display: table;
  clear: both;
}

section.recommended ul li {
  width: 180px;
  padding: 0 7px;
  float: left;
  position: relative;
}

section.recommended ul li a h3 {
  text-align: center;
  color: #999;
  font-size: 12px;
  font-weight: normal;
  padding-top: 190px;
}

section.recommended ul li p.image {
  width: 180px;
  height: 180px;
  overflow: hidden;
  position: absolute;
  top: 0;
}

section.recommended ul li p.image img {
  width: 100%;
}

section.recommended ul li a img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

section.recommended ul li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

section.recommended {
  margin-bottom: 50px;
}

/* EXTRA */
aside.extra {
  border-top: 1px solid #EDEDED;
  padding: 10px 0 22px 0;
}
aside.extra > header {
  display: none;
}
aside.extra > section.recommended {
  width: 960px;
  margin: 0 auto;
}

/* #globalFooter */
#globalFooter {
  background-color: #333;
  height: 320px;
}

#globalFooter footer {
  position: relative;
  width: 960px;
  padding: 0;
  margin: 0 auto;
}

#globalFooter > footer > p#pagetop {
  position: relative;
  z-index: 10;
  text-align: right;
}

#globalFooter > footer > p#pagetop a {
  width: 40px;
  height: 41px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/global/btn-pagetop-40x41.png) 0 bottom no-repeat;
  position: absolute;
  right: 0;
}

#globalFooter > footer > p#pagetop a:hover {
  height: 45px;
  background: url(../images/global/btn-pagetop_on-40x45.png) 0 bottom no-repeat;
  -webkit-transition: 180ms height ease-in 0s;
  -moz-transition: 180ms height ease-in 0s;
  -o-transition: 180ms height ease-in 0s;
  transition: 180ms height ease-in 0s;
}

#globalFooter > footer > section h4 {
  padding-top: 26px;
  padding-bottom: 18px;
}

#globalFooter footer nav ul li {
  line-height: 235%;
}

#globalFooter footer nav ul li a {
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

#globalFooter > footer > section#storeguide {
  width: 180px;
  float: left;
  margin-right: 25px;
}

#globalFooter > footer > section#contentsguide {
  width: 180px;
  float: left;
}

#globalFooter > footer > section#others {
  width: 566px;
  float: right;
  padding: 0 0 24px;
}

#globalFooter #membership {
  position: relative;
  padding: 26px 0 24px 0;
  border-bottom: 1px solid #4B4B4B;
  margin-bottom: 20px;
}

#globalFooter ul#membership:after {
  content: "";
  display: table;
  clear: both;
}

#globalFooter #membership li.storemember,
#globalFooter #membership li.magazinemember {
  width: 190px;
  height: 60px;
  padding: 42px 20px 0 0;
  float: left;
}

#globalFooter #membership li.storemember {
  background-image: url(../images/global/title-registration-142x24.png);
  background-repeat: no-repeat;
}

#globalFooter #membership li.magazinemember {
  background-image: url(../images/global/title-mailmagazine-151x24.png);
  background-repeat: no-repeat;
}

#globalFooter #membership li.storemember a,
#globalFooter #membership li.magazinemember a {
  display: block;
  width: 190px;
  height: 60px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#globalFooter #membership li.storemember a:hover,
#globalFooter #membership li.magazinemember a:hover {
  background-color: #000;
}

#globalFooter #membership li.storemember a {
  background: #4b4b4b url(../images/global/text-registration-156x12.png) no-repeat center center;
}

#globalFooter #membership li.magazinemember a {
  background: #4b4b4b url(../images/global/text-mailmagazine-140x12.png) no-repeat center center;
}

#globalFooter #sns {
  width: 480px;
  float: left;
  padding-top: 36px;
  overflow: hidden;
  background: url(../images/global/title-followus-81x10.png) 0 0 no-repeat;
}

#globalFooter ul#sns:after {
  content: "";
  display: table;
  clear: both;
}

#globalFooter #sns li {
  width: 41px;
  height: 40px;
  padding: 0 15px 0 0;
  float: left;
}

#globalFooter #sns li a {
  display: block;
  width: 41px;
  height: 40px;
}

#globalFooter #mobilesite {
  width: 74px;
  float: right;
  text-align: right;
  padding: 20px 0 0 0;
  background: url(../images/global/title-mobilesite-90x10.png) top center no-repeat;
}

#globalFooter p#mobilesite:after {
  content: "";
  display: table;
  clear: both;
}

#globalFooter #aboutheadporter {
  clear: both;
  padding: 20px 0;
  background-color: #FFF;
}
#globalFooter #aboutheadporter h1, #globalFooter #aboutheadporter h2, #globalFooter #aboutheadporter h3, #globalFooter #aboutheadporter h4, #globalFooter #aboutheadporter h5, #globalFooter #aboutheadporter h6 {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.5;
}
#globalFooter #aboutheadporter > .box {
  position: relative;
  width: 960px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
#globalFooter #aboutheadporter > .box > p.copyright {
  width: 94px;
  height: 61px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/global/copylogo.png) 0 0 no-repeat;
  float: left;
}
#globalFooter #aboutheadporter > .box .content {
  color: #999;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.5;
  margin-left: 124px;
}
#globalFooter #aboutheadporter > .box .content .title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* UTILITY */
.left {
  float: left;
}

.right {
  float: right;
}

.txtRed {
  display: inline-block;
  color: #f00;
  font-weight: normal !important;
  font-size: 11px;
}
