@charset "utf-8";



/* init */
body, input, button, select, textarea{
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
/*使わないでください。*/
.mont{
  font-family:'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
label, input, button, select, textarea{
  font-size:12px;
}
.label{
  font-size:11px;
}
.text-center{
  text-align:center !important;
}
a:focus{
  outline:none;
}
.list-item-text .icon > .label {
  margin-left: 0;
}
.hidden-text {
  text-indent: -9999px;
  display: block;
  position:absolute;
  text-align:left;
}

/******************************
ボタン
******************************/
.btn {
  font-size:12px;
  text-shadow:none;
  background:none;
  background-color:#f5f5f5;
  -ms-box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}
.btn:focus{
  outline:none;
}
.btn-primary{
  background-color:#006dcc;
}
.btn-under{
  margin-top:10px;
}
.btn-row{
  margin-right:10px;
}
.form-horizontal .form-actions{
  padding-left:20px;
}

/*新着一覧*/
.look-more-newarrival-mall.btn,
.look-more-newarrival-mall.btn:hover,
.look-more-newarrival.btn,
.look-more-newarrival.btn:hover{
  height:auto;
  overflow:hidden;
  display:block;
  background-color:#ffffff;
  border:none;
  text-align: right;
  margin:10px 0 0;
}

.look-more-newarrival-mall.btn{
  margin:0;
  padding:0;
  line-height: 0;
}

.look-more-newarrival a{
  background-color: #003b8f;
  border: solid 1px #003b8f;
  padding:11px;
}

.look-more-newarrival-mall a{
  background-color: #003b8f;
  border: solid 1px #003b8f;
  padding: 8px 14px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.look-more-newarrival a span,
.look-more-newarrival-mall a span {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.3px;
}
.look-more-newarrival a span:after,
.special-more a span:after,
.look-more-newarrival-mall a span:after {
    content: ">";
    color: #fff;
    font-size: 10px;
    padding-left: 3px;
    vertical-align: 1.5px;
}


/******************************
アイコン
******************************/
.label-new {
    color: #e0514d;
    background-color: #000;
}
.label-sale{
    color: #f89830;
    background-color: #000;
}
.label-soldout{
    color: #fff;
    background-color: #000;
}
.label-rearrival{
    color: #4482c2;
    background-color: #000;
}

ul#toggle-icon li .header_icons {
  width: 25px;
  padding-top: 4px;
  height: auto;
  padding-bottom: 2px;
}

ul#toggle-icon li .header_icons.iconLogout,
ul#toggle-icon li .header_icons.iconMypage {
  width: 25px;
  padding-top: 2px;
  padding-bottom: 0;
  height: auto;
}

ul#toggle-icon li .header_icons.iconLogin {
  width: 27px;
}

ul.inline li img {
  width: 15px;
  padding-right: 5px;
}

ul.inline li img.shoppingcart {
  width: 16px;
  padding-top: 1px;
}

ul.inline li img.header_login {
  padding-left: 10px;
}

/* マイページ top */
.mypage-menu .menu-text-block{/*height:150px;*/ height:180px; text-align:center; border:solid 1px #dddddd; cursor:pointer;}
.mypage-menu .menu-text-block i{margin-bottom: 0; margin-top:5px;}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: none;
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/******************************
タイトル
*******************************/
/*ページタイトル*/
.title{
  font-family: 'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing:1px;
  margin:0 0 25px;
  padding-bottom:6px;
  text-align: center;
  font-weight: bold;
  font-size:24px;
  border: none;
  line-height:24px;
}
.title .sub{
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  display: block;
  font-size:10px;
  line-height: 10px;
  margin-top:6px;
}
.list .title{
  padding-left:240px;
}
.title.jp-title{
  font-size: 18px;
}
/*コンテンツタイトル*/
.box-title{
  color:#333333;
  font-size:18px;
  font-family: 'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  text-align: center;
  border: none;
  padding: 10px 0;
  margin: 50px 0 40px;
  clear: both;
  position: relative;
  text-align: center;
}

.box-title:before {
  content: "";
  display: block;
  border-top: solid 5px #eceff1;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 40%;
  z-index: 1;
}

.box-title:after {
  content: "";
  display: block;
  border-top: solid 1px #eceff1;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 53%;
  z-index: 1;
}
.box-title div {
  background: #fff;
  padding: 0 30px;
  position: relative;
  z-index: 5;
  display: inline-block;
  font-weight: bold;
}
.box-title .sub,
h1 .sub{
  font-size:11px;
  background: #fff;
  position: relative;
  z-index: 5;
  display: block;
  font-weight: normal;

}
.list .box-title{
  padding-bottom: 0;
  margin-bottom: 0;
}
.help-block{
  margin-top:5px !important;
}

/******************************
レイアウト
******************************/
.list-layout .span9{
  float:right;
}

/* ナビ全般 */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner{
  -ms-box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.navbar .nav{
  margin-right:0;
}
.navbar .nav > li > a{
  text-shadow:none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle{
  box-shadow:none;
  background-color: transparent;
}
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus{
  box-shadow:none;
  background-color:#efefef;
}
.dropdown-menu{
  -ms-box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}
/*リスト*/
ul.outside-slide,
ol.outside-slide{
  margin-left:25px;
}


/******************************
ヘッダー
******************************/
/* head-bar */
#head-bar{
  padding: 0;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(229,229,229,1);
  -moz-box-shadow: 0px 3px 3px 0px rgba(229,229,229,1);
  box-shadow: 0px 3px 3px 0px rgba(229,229,229,1);
}
#head-bar a{color:#555;}
#head-bar > .container{
  color:#555;
  padding: 10px 0 0;
  position:relative;
  height:42px;
}
#head-bar .utility-nav{
  position:absolute;
  top:50%;
  left:0;
  margin-top:-16px;
}
#head-bar .utility-nav span{
  display: inline-block;
  text-align:center;
  background-color:#f0f0f0;
  margin-left:10px;
  width:21px;
  line-height:22px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#head-bar .utility-nav li{
  display: inline-block;
  vertical-align: middle;
}

#head-bar .utility-nav li.new_customer .btn{
    margin:0;
  background-color:#003b8f;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border:none;
  color:#fff;
  padding:0 18px;
  font-size:10px;
  line-height:22px;
}
#head-bar .utility-nav li.new_customer .btn:hover,
#head-bar .utility-nav li.new_customer .btn:focus,
#head-bar .utility-nav li.new_customer .btn:active{
  background-color:#f0f0f0;
  color:#003b8f;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#head-bar #head-news{
  text-align: center;
  background-color:#f0f0f0;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  display:inline-block;
  padding: 5px 0;
  width: 353px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis ;
}
#head-bar #head-news-recruit{
  margin: 0px;
  background-color: #003B8F;
  border-radius: 2px;
  border: medium none;
  color: #fff;
  padding: 0px 18px;
  margin: 0 18px 0 0;
  font-size: 10px;
  line-height: 22px;
  display: inline-block;
}

#head-bar #head-news-recruit:hover{
  text-decoration: none;
  background-color: #F0F0F0;
  color: #003B8F;
  transition: all 0.3s ease 0s;
}

#head-bar .head-search{
  position:absolute;
  top:50%;
  right:0;
  margin-top:-11px;
  padding: 0 6px;
}
.head-search .navbar-form{
  position: relative;
}
#head-bar .head-search .navbar-form input.head-search-text{
  padding:0;
  width:210px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border:solid 1px #ddd;
  margin: 0;
}
.head-search .head-search-btn{
  position:absolute;
  margin:0;
  padding:0;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  border:none;
  background:none;
  background:url(/assets/images/search_h_icn2.png) no-repeat center center;
  background-color: #555
}
#head-bar .head-search li.refine-search{
  margin-left:15px;
}
#head-bar .head-search li.refine-search .btn{
  margin:0;
  background-color:#003b8f;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border:none;
  color:#fff;
  padding:0 18px;
  font-size:10px;
  line-height:22px;
}
#head-bar .head-search li.refine-search .btn:hover,
#head-bar .head-search li.refine-search .btn:focus,
#head-bar .head-search li.refine-search .btn:active{
  background-color:#f0f0f0;
  color:#003b8f;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page-header .navbar-inner{
  filter:none;
  background:none;
  -ms-box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  border:none;
  box-shadow:none;
  padding:21px 0 22px;
}
#page-header.navbar .brand{
  float:left;
  width: 14.66%;
  padding: 3px 0 0 24px;
  margin:0;
}
#page-header #important-menu button,
#page-header.navbar .sp-cart,
#page-header.navbar .sp-cart .cart-count,
#page-header.navbar .sp-shop,
#page-header.navbar .sp-shop2,
#page-header.navbar .sp-online{
  display:none;
}
#head-sub-menu{
  float:right;
  width: 83.34%;
}
#head-sub-menu > div{
  float: left;
  width:80.6%;
}
#head-sub-menu ul{
  padding-top:11px;
  text-align: right;
  float:none;
}
#head-sub-menu ul li{
  display: inline-block;
  float:none;
}
#head-sub-menu ul a{
  display:block;
  padding: 0;
  position: relative;
  width: 150px;
  border-left:solid 1px #cfd8dc;
  text-align: center;
}
  #head-sub-menu ul > li:nth-of-type(1) a,
  #head-sub-menu ul > li:nth-of-type(2) a,
  #head-sub-menu ul > li:nth-of-type(3) a{
    width: 100px;
  }
#head-sub-menu ul li:first-child a{
  border:none;
}
#head-sub-menu ul li span{
  display: block;
  font-size: 8px;
  line-height: 8px;
  margin-top: 6px;
  -webkit-transform: scale(0.8);
}
#head-sub-menu ul li span:first-child{
  color:#003b8f;
  display: block;
  font-family:'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  line-height: 14px;
  margin-top: 0;
  -webkit-transform: scale(1.0);

}
/*drop-menu*/
#head-sub-menu .drop-menu{
  position: relative;
}
#head-sub-menu .drop-menu ul{
  position:absolute;
  top:100%;
  left:50%;
  padding:0;
  border-top:solid 10px transparent;
  border-bottom:solid 10px #f0f0f0;
  width:160px;
  margin-left:-75px;
  z-index:10;
  visibility: hidden;
  opacity:0;
  -ms-opacity:0;
  -moz-opacity:0;
  -webkit-opacity:0;
  -ms-filter: "alpha( opacity=0 )";
  transition:opacity 0.2s;
  -ms-transition:opacity 0.2s;
  -moz-transition:opacity 0.2s;
  -webkit-transition:opacity 0.2s;
  -o-transition:opacity 0.2s;
}
#head-sub-menu .drop-menu ul li{
  background-color:#f0f0f0;
  display: block;
}
#head-sub-menu .drop-menu ul li:first-child{
  padding-top:10px;
}
#head-sub-menu li.drop-menu ul li a{
  color:#000;
  width:auto;
}
#head-sub-menu .drop-menu:hover ul{
  visibility: visible;
  opacity:1;
  -ms-opacity:1;
  -moz-opacity:1;
  -webkit-opacity:1;
  -ms-filter: "alpha( opacity=100 )";
}
#head-sub-menu #change-store,
#head-sub-menu #change-store2{
  border-left: solid 1px #cfd8dc;
  width:19%;
  /*background-color:#f0f0f0;*/
  font-family:'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  float:right;
  text-align: center;
  padding: 0;
  margin-top: 11px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  -webkit-transform: scale(1.0);
}
#head-sub-menu #change-store span,
#head-sub-menu #change-store2 span{
  display:block;
  font-size: 8px;
  line-height: 8px;
  margin-top: 6px;
  -webkit-transform: scale(0.8);
  color:#777;
}
#head-sub-menu #change-store span:first-child{
  font-size: 12px;
  line-height: 20px;
  -webkit-transform: scale(1.0);
  color:#003b8d;
  display:inline-block;
  padding-left:23px;
  margin-top: 0;
  background:url(/assets/images/cart_h_icn.png) no-repeat left center;
}

#head-sub-menu #change-store2 span:first-child{
  font-size: 14px;
  line-height: 14px;
  -webkit-transform: scale(1.0);
  color:#003b8d;
  display:inline-block;
  margin-top: 0;
}

#gloabal-navi{
  font-family:'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#gender-navi{
  width:29.08%;
  float:left;
  list-style:none;
}
#gender-navi li{
  float:left;
  text-align:center;
  height: 47px;
  position:relative;
}
#gender-navi li a{
    border-left:solid 1px #cfd8dc;
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

#gender-navi li.active:after{
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  height: 5px;
  bottom: 0;
  background-color: #003b8f;
}
#gender-navi li:first-child > a{
  border-left:none;
}
#gender-navi li span{
  display:inline-block;
  color:#555;
  font-size:8px;
  line-height: 9px;
  margin-top: 5px;
  -webkit-transform: scale(0.8);
}
#gender-navi li span:first-child{
  color:#222;
  display:block;
  font-family:'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:12px;
  line-height: 9px;
  margin-top: 0;
  -webkit-transform: scale(1.0);
}
#gender-navi .g-all{
  width:22.63%;
}
#gender-navi .g-womens{
  width:28.36%;
}
#gender-navi .g-mens{
  width:24.92%;
}
#gender-navi .g-kids{
  width:24.09%;
}
#gender-navi li a{
  display: block;
text-decoration: none;
padding: 14px 0 4px;
}
#cat-navi{
  background-color:#003b8f;
  width:70.92%;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  -ms-border-top-left-radius:2px;
  -ms-border-top-right-radius:2px;
  -moz-border-top-left-radius:2px;
  -moz-border-top-right-radius:2px;
  -webkit-border-top-left-radius:2px;
  -webkit-border-top-right-radius:2px;
}
#cat-navi li{
  position:relative;
  padding: 10px 0;
}
#cat-navi .g-icn{
  display:none;
  position:absolute;
  width:80px;
  left:50%;
  top:-40px;
  margin:0;
  margin-left:-40px;
}
#cat-navi .g-icn span{
  position:absolute;
  top:0;
  left:0;
}
#cat-navi .g-icn .icn-item-tip{
  top:7px;
  width:47px;
  left:50%;
  margin-left:-20px;
}
#cat-navi li a{
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  color:#fff;
  text-align:center;
  border-left: solid 1px #1a4f9a;
  padding: 0;
}
#cat-navi li:first-child > a:first-child{
  border-left: none;
}
#cat-navi li a span{
  display:block;
  font-size:8px;
  line-height:9px;
  margin-top:5px;
  -webkit-transform: scale(0.8);
}
#cat-navi li#cat-8{
  background-color: #fff;
  float: right;
  padding: 0;
}


#cat-navi li a span:first-child{
  display:block;
  font-family:'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:12px;
  line-height:9px;
  margin-top:4px;
  -webkit-transform: scale(1.0);
}
#cat-navi #cat-1 > a{
  padding: 0 25px 0 25px;
}
#cat-navi #cat-2 > a{
  padding: 0 25px 0 24px;
}
#cat-navi #cat-3 > a{
  padding: 0 25px 0 24px;
}
#cat-navi #cat-4 > a{
  padding: 0 25px 0 24px;
}
#cat-navi #cat-5 > a{
  padding: 0 25px 0 25px;
}
#cat-navi #cat-6 > a{
  padding: 0 25px 0 25px;
}
#cat-navi #cat-7 > a{
  padding: 0 25px 0 25px;
}
#cat-navi #cat-8 > a{
  /*padding: 0 25px 0 26px;*/
  padding: 10px 24px 10px 24px;
  color: #222;
  border-left:#fff;
  /*border-right: solid 1px #cfd8dc;*/
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#cat-navi #cat-9 > a{
  padding: 0 28px 0 15px;
}
#cat-navi .drop-menu{
  position: relative;
}
#cat-navi .drop-menu ul{
  position:absolute;
  top:100%;
  left:50%;
  padding:0;
  border-top:solid 5px transparent;
  border-bottom:solid 10px #f0f0f0;
  width:150px;
  margin-left:-75px;
  z-index:10;
  visibility: hidden;
  opacity:0;
  -ms-opacity:0;
  -moz-opacity:0;
  -webkit-opacity:0;
  -ms-filter: "alpha( opacity=0 )";
  transition:opacity 0.2s;
  -ms-transition:opacity 0.2s;
  -moz-transition:opacity 0.2s;
  -webkit-transition:opacity 0.2s;
  -o-transition:opacity 0.2s;
}
#cat-navi .drop-menu ul li{
  background-color:#f0f0f0;
  display: block;
  text-align:center;
  padding:0;
}
#cat-navi .drop-menu ul li:first-child{
  padding-top:10px;
}
#cat-navi li.drop-menu ul li a{
  color:#000;
  width:auto;
  border:none;
}
#cat-navi .drop-menu:hover ul{
  visibility: visible;
  opacity:1;
  -ms-opacity:1;
  -moz-opacity:1;
  -webkit-opacity:1;
  -ms-filter: "alpha( opacity=100 )";
}
#global-navi .dropdown-menu > li > a:hover,
#global-navi .dropdown-menu > li > a:focus,
#global-navi .dropdown-submenu:hover > a,
#global-navi .dropdown-submenu:focus > a{
  background:none;
  background-color:#0081c2;
}
.top-sentence .gift_img{
  text-align: center !important;
}


/******************************
フッター
******************************/
#pagetop-area{
  display: none;
  position: fixed;
  overflow:hidden;
  margin:0;
  position:fixed;
  right:100px;
  bottom: 325px;
  z-index: 10;
}
#pagetop{
  display:block;
  float: none;
  color:#ffffff;
  background-color: #555;
  padding: 0;
  background: url("/assets/images/icon/pagetop.png") no-repeat center #555555;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
      -ms-border-radius: 2px;
          border-radius: 2px;
}
#page-footer,
#page-footer a{
  color: #555;
  font-size:12px;
}
#pagetop i{
  background-image: none;
}
#addtocart a{
  display: block;
  background: url("/assets/images/icon/icn_addtocart.png") no-repeat center #555555;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-top: 2px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
      -ms-border-radius: 2px;
          border-radius: 2px;
}

#page-footer{
  background-color: #fff;
  margin-top: 0;
  padding: 0;
}
#page-footer .container{
  position:relative;
}
#page-footer .navbar {
  margin-bottom: 0;
}
#page-footer .navbar .nav{
  float:none;
  position:static;
  margin-left:-15px;
  overflow:hidden;
}
#page-footer .navbar .nav > li > a{
  padding: 20px 28px;
}
#page-footer .copyright{
  font-family: 'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  text-align: center;
  border-top: solid 1px #cfd8dc;
  padding: 22px 0;
}
#facebook-area iframe{
  width:100% !important;
  padding: 0 0 15px 0px;
}
/******************************
リスト
*******************************/
.subnav h2{
  margin-bottom:10px;
}
.nav-list{
  padding-left:0;
  padding-right:0;
}
.nav-list > li > a{
  margin-left:0;
  margin-right:0;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus{
  text-shadow:none;
}


/******************************
サイドエリア
*******************************/
/*パーツ カテゴリー 全体*/
#sidebar .side-caption{
  border-top:solid 1px #54647a;
  color: #000;
  font-size:14px;
  font-weight:bold;
  font-family:'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  padding-top:20px;
  margin-bottom:35px;
}
#sidebar .amount{
  color:#ccc;
}
#sidebar ul{
  list-style-type:none;
}
.list-category a{
  display: block;
  color:#000;
  position:relative;
}
.list-category .icn-wrap{
  width:60px;
}
.list-category .icn-wrap img{
  margin-right:15px;
}
.list-category a:hover{
  color:#999;
}
.list-category .pc-hide{
  display:none;
}
/*親カテゴリ*/
.parent-category > li{
  padding:0 0 50px;
}
/*子カテゴリ*/
.list-category .child-category > li{
  margin-bottom:5px;
}

.list-category .child-category > li a{
  position:relative;
}

.list-category .child-category > li.has-child a::before,
.list-category .child-category > li.has-child.select a::before,
.list-category .child-category > li.has-child a::after,
.list-category .child-category > li.has-child.select a::after{
  content:'';
  position:absolute;
  width: 10px;
  top: 8px;
  right:0;
}

.list-category .child-category > li.has-child a::before{
  border-left:2px solid #555;
  border-bottom:2px solid #555;
  transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}

.list-category .child-category > li.has-child a::after{
  border-top:2px solid #555;
  border-right:2px solid #555;
}

.list-category .child-category > li.has-child.select a::before{
  border:none;
}

/*孫カテゴリ*/
.list-category .grand-child-category{
  display: none;
}
.list-category .grand-child-category > li:first-child{
  margin-top:5px;
}
.list-category .grand-child-category > li{
  padding-left:10px;
  margin-bottom:5px;
}

.list-category .grand-child-category > li a::before,
.list-category .grand-child-category > li a::after{
  content:'' !important;
  border:none !important
}


/*パーツ 詳細検索 */
#sidebar #select-model,
#sidebar #select-magazine,
#sidebar .select-color,
#sidebar #search-freeword,
#sidebar .detailsearch-btn-area{
  margin-bottom:15px;
}
#sidebar .side-detailsearch .form-ttl{
  margin-bottom:10px;
}
#sidebar .side-detailsearch .form-set select,
#sidebar #search-freeword input{
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  width:100%;
  height:30px;
  font-size:12px;
}
#sidebar .side-detailsearch .sel-rate-set > li{
  width:45%;
}
#sidebar .side-detailsearch .sel-rate-set > li.to{
  width:10%;
  padding:0;
}
#sidebar .side-detailsearch .size-select select{
  font-size: 11px;
  padding-left: 2px;
  padding-right: 0;
}
#sidebar .side-detailsearch .detailsearch-btn-area,
#sidebar .side-detailsearch .detailsearch-reset-area{
  text-align:center;
  width:100%;
  height:40px;
}
#sidebar .side-detailsearch .detailsearch-btn-area{
  background-color:#e4e4e4;
  border:none;
  color:#555;
}
#sidebar .side-detailsearch .detailsearch-reset-area{
  background-color:#fff;
  border:solid 1px #e4e4e4;
  color:#555;
}
/*サイドバナーエリア*/
#side-banner-area{
  margin-top: 40px;
}
#side-banner-area li{
  margin-bottom: 10px;
}

#side_specal .spcal{
  border-bottom: 1px solid #54647a ;
  padding-bottom:17px;
}
#side_specal{
  margin-top: 40px;
}
#side_specal li{
  margin-bottom: 10px;
}

/******************************
newarrivals
******************************/
.newarrival-date .side-caption{
  font-family:'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.newarrival-date .nav-list li a{
  color:#000;
  font-family:'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.newarrival-date .nav-list li.active a,
.newarrival-date .nav-list li a:hover{
  background-color:transparent;
  color:#999;
  text-decoration:underline;
}
.newarrival-date select{
  font-family:'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
/******************************
パンくず
******************************/
.breadcrumb-wrap{
  background-color: transparent;
  border-top: 0;
}
.breadcrumb{
  padding:15px 0;
  margin:0;
}
.breadcrumb > li{
  -webkit-text-shadow:none;
     -moz-text-shadow:none;
      -ms-text-shadow:none;
          text-shadow:none;
}
.breadcrumb > li > a,
.breadcrumb > li.active{
  color: #555;
  font-size: 10px;
}
.breadcrumb > li > .divider{
  color: #969899;
}
/*brand-page*/
.brand .breadcrumb-wrap{
  background-color: #e5ebf3;
  border-top: solid 1px #ced8dd;
}
.brand .breadcrumb-wrap .breadcrumb{
  padding: 2px 0;
}
/******************************
グランドトップ
******************************/
/*グランドトップ メインヴィジュアル*/
.slider-wrap{
  overflow: hidden;
}
#grandtop-main .flexslider{
  margin-bottom: 23px;
}
#grandtop-main .flexslider .flex-viewport{
  overflow: inherit !important;
}
#grandtop-main .flexslider .flex-direction-nav a{
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
#grandtop-main .flexslider .flex-direction-nav .flex-prev{
  background: url("/assets/images/icn_arrow_left_radius.png") no-repeat;
  left: -48px;
}
#grandtop-main .flexslider .flex-direction-nav .flex-next{
  background: url("/assets/images/icn_arrow_right_radius.png") no-repeat;
  right: -48px;
}
#grandtop-main .flexslider .flex-control-nav{
  bottom:10px;
}
#grandtop-main .flexslider .flex-control-paging li a{
  width: 12px;
  height: 12px;
  background: #fff;
  border: solid 1px #003b8f;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
      -ms-box-shadow: none;
          box-shadow: none;
}
#grandtop-main .flexslider .flex-control-paging li a.flex-active{
  background:#003b8f;
}

/*グランドトップ ミニバナー*/
#grandtop-theme .top-subbanner-area{
  margin: 0 auto;
}
#grandtop-theme .top-subbanner-area img{
  border: solid 1px #cfd8dc;
}
#grandtop-theme .top-subbanner-area li{
  float: left;
  margin: 0 0 24px 23px;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
      -ms-box-sizing:border-box;
          box-sizing:border-box;
}
#grandtop-theme .top-subbanner-area li.first-child{
  margin-left: 0;
}

/******************************
ニュース
******************************/
#news-list{
  margin-bottom:40px;
}
#news-list > .row-fluid > div{
  overflow:hidden;
  height:105px;
  border-bottom:solid 1px #000000;
  padding:10px 0;
}
#news-list table td{
  vertical-align:top;
}
#news-list .news-image{
  display:block;
}
#news-list .news-image img{
  width:auto;
  height:80px;
  border:solid 1px #cccccc;
}
#news-list .news-image a:hover img{
  opacity:0.7;
  filter:alpha(opacity=70);
}
#news-list .news-text{
  padding-left:10px;
}
#news-list .news-text p{
  margin-bottom:0;
}
#news-list .news-date{
  color:#666666;
  font-size:11px;
  margin-top:10px;
}

/******************************
ランキング
******************************/
#ranking-items ul{
  list-style:none;
}
#ranking-items li{
  width:18%;
  float:left;
  margin-left:2.5%;
  position: relative;
}
#ranking-items li:first-child{
  margin-left:0;
}
#ranking-items .rank-num{
  position:absolute;
  top:0;
  left:0;
  font-size:12px;
  line-height:20px;
  width:30px;
  text-align:center;
  padding:5px 0;
  text-shadow:none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index:10;
  background-color: #eceff1;
  color: #536e7b;
}
/******************************
最近チェックした商品
******************************/
#checked-items{
  padding-bottom: 50px;
}
#checked-items ul{
  list-style:none;
}
#checked-items li{
  width: 10.75%;
  float:left;
  margin-left:2%;
}
#checked-items li:first-child{
  margin-left:0;
}

/******************************
関連商品
******************************/
#related-items ul{
  list-style:none;
}
#related-items li{
  float:left;
  width: 18%;
  margin-left: 2.5%;
}

#related-items li:first-child{
  margin-left: 0;
}

/******************************
残り〇〇で送料無料
******************************/
#remain-items-smp,
#remain-items{
  height:auto;
  overflow:hidden;
}

#remain-items-smp .flexslider,
#remain-items .flexslider{
  margin:0;
}

#remain-items-smp .flexslider ul,
#remain-items .flexslider ul{
  list-style:none;
}

#remain-items-smp .flexslider ul li,
#remain-items .flexslider ul li{
  float:left;
  width: 216px;
  margin-left: 30px;
}

#remain-items-smp .flexslider ul li:first-child,
#remain-items .flexslider ul li:first-child{
  margin-left: 0;
}

#remain-items-smp .form-actions,
#remain-items .form-actions{
  float:right;
  text-align:right;
}
/******************************
スタッフスナップ
******************************/
#staffSnap li{
  width: 18%;
  float: left;
  margin-left: 2.5%;
}
#staffSnap li:first-child {
  margin-left: 0;
}
#staffSnap .look-more.btn{
  height: auto;
  overflow: hidden;
  display: block;
  background-color: #ffffff;
  border: none;
  text-align: right;
  margin: 10px 0 10px;
}
#staffSnap .look-more a {
  background-color: #003b8f;
  border: solid 1px #003b8f;
  padding: 11px;
}
.look-more a span {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.3px;
}
.look-more a span:after {
    content: ">";
    color: #fff;
    font-size: 10px;
    padding-left: 3px;
    vertical-align: 1.5px;
}

#staffSnap .info_txt{
  padding: 10px 0 40px;
}
#staffSnap .info_txt .catch_copy{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
/******************************
おススメアイテム
******************************/
#recommend-items ul{
  list-style:none;
}
#recommend-items li{
  float:left;
  width: 215px;
  margin-left:30px;
}
#recommend-items li.first-child.item1 {
  width: 460px;
  margin-left:0;
}
#recommend-items .list-item-text {
  display: block;
  min-height: 110px;
}
#recommend-items li span.badge{
  display:none;
}

/*0件表示*/
#recommend-items.count_null li{
  width: 224px;
}
#recommend-items.count_null li{
  margin-left:21px;
}
#recommend-items.count_null li.first-child{
  margin:0;
}

/******************************
#gender-tabs
******************************/
#gender-tabs{
  text-align: center;
}
#gender-tabs ul{
  display: inline-block;
}
#gender-tabs .gender-items{
  border-bottom: 1px solid #cfd8dc;
  margin: 15px 0;
}
#gender-tabs .gender-items li{
  font-family: 'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  float: left;
  width: 215px;
  margin: 0 3px;
  background: #e4ebf3;
  margin-bottom: -7px;
  }
#gender-tabs .gender-items li a{
  color: #555;
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 14px 0;
}
#gender-tabs li a:hover,
#gender-tabs li a:focus{
  text-decoration: none;
}
#gender-tabs li.active{
  background: #FFFFFF;
  border:1px solid #cfd8dc;
  border-bottom: none;
  }
#womens_just_arrived .icon .label-gender, #mens_just_arrived .icon .label-gender, #kids_just_arrived .icon .label-gender,
#womens_recommend_item .icon .label-gender, #mens_recommend_item .icon .label-gender, #kids_recommend_item .icon .label-gender,
#womens_ranking .icon .label-gender, #mens_ranking .icon .label-gender, #kids_ranking .icon .label-gender{
  display: none;
}
/******************************
新作アイテム
******************************/
#newarrival-items-smp ul,
#newarrival-items ul{
  list-style:none;
  overflow:hidden;
}

#newarrival-items-smp li,
#newarrival-items li{
  width: 18%;
  float:left;
  margin-left:2.5%;
  overflow:hidden;
}

#newarrival-items-smp li:first-child,
#newarrival-items li:first-child{
  margin-left:0;
}
/******************************
フッターバナー
******************************/
#footer-banner-area{
  background-color: #555;
  padding: 13px 0;
 }
#footer-banner-area .container{
  margin: 0 auto;
}
#footer-banner-area .flexslider{
  margin-bottom: 0;
}
#footer-banner-area .flexslider ul li{
  margin-right: 24px;
}
#footer-banner-area .flexslider .flex-direction-nav a{
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  margin-top: -15px;
}
#footer-banner-area .flexslider .flex-direction-nav .flex-prev{
  background: url("/assets/images/icn_footer_arrow_left_radius.png") no-repeat;
  left: -48px;
}
#footer-banner-area .flexslider .flex-direction-nav .flex-next{
  background: url("/assets/images/icn_footer_arrow_right_radius.png") no-repeat;
  right: -48px;
}
/**********************
 ブランドトップ
 **********************/
/*ブランドエリア*/
#brand-area ul{
  padding:0 0 24px;
  margin: 0 auto;
}
#brand-area.brand-area-bnr {
  padding: 0px 0px 24px;
  margin: 0px auto;
}
#brand-area ul li{
  float:left;
  width:32%;
  margin-left:2%;
}
#brand-area ul li:first-child{
  margin-left:0;
}
/*バナーエリア*/
.brand-top .banner-area-wrap{
  background-color: #eceff1;
  padding: 20px 0;
}
/*box-title*/
.brand-top .box-title div{
  padding-bottom: 10px;
}
.brand-top .box-title div,
.brand-top .box-title span{
  background-color: transparent;
}
.brand-top .box-title{
  margin:20px 0 10px;
}
.brand-top .box-title div a{
  color: #fff
}
.brand-top .box-title:before{
  position: static;
  background-color:transparent !important;
  border-top: 0;
}
.brand-top .box-title:after{
  position: static;
  background-color:transparent !important;
  border-top: solid 1px #cfd8dc
}
.brand-top .left-box{
  float: left;
  width: 32%;
}
/*オンラインストアバナー*/
.brand-top .onlinestore-bnr{
  position: relative;
  width: 66%;
  height: auto;
  float: right;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 24px;
}
.brand-top .onlinestore-bnr a{
  display: block;
}
.onlinestore-bnr .box-title:after{
  border-top: 0;
}
.brand-top .onlinestore-bnr .box-title{
  position: absolute;
  top: 50%;
  left:50%;
  width: auto;
  padding: 0;
  margin-top: -21px;
  margin-left: -54px;
  color: #fff;
}
.onlinestore-bnr .box-title div{
  width: 100%;
  padding: 0;
}
.onlinestore-bnr .box-title div a{
  display: block;
  padding: 40px 0;
}
.onlinestore-bnr .box-title div a:hover{
  text-decoration: none;
}
/*ブランドニュース*/
.brand-top #brand-news{
  position: relative;
  margin-bottom: 24px;
  background-color: #fff;
  border: solid 1px #cfd8dc;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
      -ms-box-sizing:border-box;
          box-sizing:border-box;
}
#brand-news .news-content{
  padding: 0 20px;
  font-size: 11px;
}
#brand-news .date{
  color: #555;
  margin-bottom: 0;
}
#brand-news .news-text{
  margin-bottom: 40px;
}
#brand-news .news-content a{
  color: #000;
}
/*facebookエリア*/
#facebook-area{
  background-color: #fff;
  border: solid 1px #cfd8dc;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
      -ms-box-sizing:border-box;
          box-sizing:border-box;
}
.brand-top #facebook-area .box-title{
  margin-bottom: 0;
  padding: 20px 20px 0;
}
#facebook-area .facebook-content{
  padding: 0 20px 20px;
}
/*just arrived*/
.brand-top #newarrival-items{
  position: relative;
  width: 32%;
  float: left;
  margin-left: 2%;
  background-color: #fff;
  border: solid 1px #cfd8dc;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
      -ms-box-sizing:border-box;
          box-sizing:border-box;
}
.brand-top #newarrival-items .flexslider{
  padding: 0 60px;
  margin-bottom: 70px;
}
.brand-top #newarrival-items .flexslider .flex-direction-nav a{
  display: block;
  opacity: 1;
  filter:alpha(opacity=100);
}
.brand-top #newarrival-items .flexslider .flex-direction-nav .flex-prev{
  background:url("/assets/images/icn_arrow_left_radius.png") no-repeat;
  left: 23px;
}
.brand-top #newarrival-items .flexslider .flex-direction-nav .flex-next{
  background:url("/assets/images/icn_arrow_right_radius.png") no-repeat;
  right: 23px;
}
.brand-top #newarrival-items .flexslider .list-item-text{
  display: none;
}
.brand-top #newarrival-items.brand-top li{
  padding: 0 24px;
  margin-left: 0;
}
/*banner-area*/
#right-banner-area{
  width: 32%;
  float: right;
}
#right-banner-area li{
  margin-bottom: 24px;
}
#bottom-banner-area{
  width: 66%;
  float: right;
  margin-left: 2%;
}
#right-banner-area li,
#bottom-banner-area li{
  border: solid 1px #cfd8dc;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
      -ms-box-sizing:border-box;
          box-sizing:border-box;
}
#bottom-banner-area ul li{
  float: right;
}
#bottom-banner-area ul li:first-child{
  margin-left: 3%;
}
#right-banner-area li.movie{
  position: relative;
}
/*VIEW ALL*/
.brand-top .view-all{
  position: absolute;
  bottom: 0;
  right:0;
  width: 103px;
  font-family: 'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  text-align: center;
  background-color: #fff;
  border-top: solid 1px #cfd8dc;
  border-left: solid 1px #cfd8dc;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
      -ms-box-sizing:border-box;
          box-sizing:border-box;
}
.brand-top .view-all a{
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  padding: 5px 16px 5px 0;
  background: url("/assets/images/brand_top/icn_arrow_right.png") no-repeat 84% 50%;
}
.brand-top .view-all a:hover,
.brand-top .view-all a:focus{
  text-decoration: none;
  background-color: #f2f2f2;
}


/******************************
詳細検索
******************************/
.detailPagerArea{
  margin-bottom:10px;
}
.detailPagerArea .condition > li > a{
  background-color:#efefef;
  border:1px solid #ccc;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  padding:2px 6px;
}
.detailPagerArea .condition > li > a:hover{
  text-decoration:none;
}
.detailPagerArea .condition > li:first-child{
  padding-left:0;
}
#searchDetailArea{
  float:none;
  margin:0 auto;
}
#searchDetailArea .lead{
  border-top: solid 1px #546e7a;
  padding-top: 15px;
}
#searchDetailArea .input-title{
  font-size:13px;
  line-height:20px;
  font-weight:bold;
  margin:20px 0 10px;
}
#selectBrand label{
  text-align:center;
}
.sel-rate-set{
  overflow:hidden;
  list-style:none;
}
.sel-rate-set > li{
  float:left;
}
.sel-rate-set > li.to{
  text-align:center;
  line-height:30px;
  padding:0 10px;
}
.select-color table{
  width:100%;
  table-layout:fixed;
}
.select-color table th,
.select-color table td{
  padding:0;
}
.select-color .color-tip{
  display:block;
  float:left;
  width:12px;
  height:12px;
  margin:4px 5px 0 0;
}
.select-color .tip-white{background-color:#ffffff; border:solid 1px #cccccc;}
.select-color .tip-blue{background-color:#4783BF;}
.select-color .tip-black{background-color:#000000;}
.select-color .tip-purple{background-color:#AF60BF;}
.select-color .tip-gray{background-color:#A1A1A1;}
.select-color .tip-yellow{background-color:#FAE05C;}
.select-color .tip-brown{background-color:#5E3518;}
.select-color .tip-pink{background-color:#F5A4C6;}
.select-color .tip-red{background-color:#DE5252;}
.select-color .tip-green{background-color:#58B075;}
.select-color .tip-orange{background-color:#F5993D;}
.select-color .tip-navy{background-color:#333F78;}
.select-color .tip-beige{background-color:#E3D6B4;}
.select-color .tip-silver{background-color:#c0c0c0}
.select-color .tip-gold{background-color:#c39c33}
.select-color .tip-other{background-color:#ffffff; border:solid 1px #666666;}
.select-color .tip-white,
.select-color .tip-other{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*サイズから選ぶ（詳細検索）*/
.supplement{
  font-weight: normal;
  font-size: 12px;
}
#size-search li{
  width: 23%;
  margin: 0 0 1% 1%;
  float: left;
  color: #023a8f;
  border: solid 1px #cfd8dd;
  text-align: center;
  position: relative;
}
#size-search li.first-child{
  margin-left: 0;
}
#size-search input{
  position: absolute;
  display: none;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
}
#size-search label{
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 14px;
}
#size-search label > span{
  font-size: 12px;
  color: #686868;
}
#size-search label.select{
  background-color: #e4ebf3;
}
.size-detail-area{
  margin-top: 10px;
}
.size-detail-area .size-detail a{
  text-decoration: none;
  color: #333;
  border-bottom: solid 1px #999;
}
/*サイズから選ぶ（レフトナビ）*/
.side-detailsearch .supplement{
  font-size: 11px;
  display: block;
  line-height: 18px;
}
.side-detailsearch #size-search li{
  width: 48%;
}
.side-detailsearch .size-detail{
  font-size: 11px;
}
.side-detailsearch .size-detail-area{
  margin-top: 0;
}
/******************************
ecNews
******************************/
#ecNews .flexslider{
  padding: 0 60px;
  margin-bottom: 70px
}
#ecNews .flexslider .flex-direction-nav a{
  display: block;
  opacity: 1;
  filter:alpha(opacity=100);
}
#ecNews .flex-prev{
  background:url("/assets/images/icn_arrow_left_radius.png") no-repeat;
  left: 23px;
}
#ecNews .flexslider .flex-direction-nav .flex-next{
background: url("/assets/images/icn_arrow_right_radius.png") no-repeat;
right: 23px;
}

/******************************
規約系
******************************/
#agreement .bylaws{
  padding-top: 40px;
}
.style-guide .thirteen{
  margin: 0 0 10px 25px;
}
.style-guide .chapter{
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
}
.style-guide{
  border-top: solid 1px #546e7a;
}
.style-guide .page-header{
  margin:30px 0 10px;
}
.style-guide h3{
  font-weight:bold;
}
.style-guide .sentence{
  padding: 10px 0;
}
.style-guide .top-sentence a,
.style-guide .sentence a,
.style-guide .sep-sentence a{
  color: #668abc;
  text-decoration: underline;
}
.style-guide ol{
  margin: 0 0 10px 25px;
}
.style-guide .sentence li{
  line-height: 27px;
}
.privacy h2.title.jp-title{
  margin-top: 35px;
}

.guide .site-information{
  margin-bottom:30px;
}
.guide .site-information p{
  /*text-indent:1em;*/
  padding-left:1em;
}
.guide .site-information .ttl{
  font-weight:bold;
  /*text-indent:0;*/
  padding-left:0;
}

.style-about .sentence table{
  width:100%;
}

.style-about .sentence table th{
  width:8%;
}

.style-about .sentence table td{
  width:92%;
}
/*privacy policy*/
.guide .sentence.contact {
  margin-bottom: 40px;
}
/******************************
フロー
******************************/
.action-steps{
  margin-bottom:20px;
}

/******************************
カート
******************************/
.cart-area .cart-section-title{
  font-size:14px;
  line-height:20px;
  font-weight:bold;
  margin-bottom:2px;
}
.cart-area .remaining{
  background-color:#0D89D8;
  color:#fff;
  width:80px;
  padding:5px;
  margin:5px auto 0;
  text-align:center;
}
.cart-area .form-edit-style .controls .top-input,
.cart-area .form-edit-style .controls .second-input{
  width:32.5%;
}
.cart-area .docs-input-sizes{
  margin-top: 10px;
}
.carttop .top-lead{
  margin: 48px 0;
  text-align: center;
}
.carttop .top-lead .cart-lead{
  font-size: 16px;
  font-weight: bold;
}
.carttop .table.cart-index th{
  background-color: #e5ebf3;
  font-weight: bold;
  text-align: center;
}
.carttop .table.cart-index th:first-child{
  text-align: left;
}
.carttop table .item-table td{
  vertical-align: middle;
}
.carttop table td.option-part{
  width: 12%;
  vertical-align: middle;
  text-align: center;
}
.carttop table td.itemprice-part{
  width: 10%;
}
.carttop table td.quantity-part{
  width: 12%;
}
.carttop .table.cart-index .delete-part{
  vertical-align: middle;
}
.carttop table td.total-itemprice-part{
  font-weight: bold;
}
.carttop .total-price-part{
  background-color:  #e5ebf3;
  padding: 25px 0 ;
  margin-bottom: 20px;
}
.carttop .total-price-part .left-box{
  padding-left: 2%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.carttop .total-price-part .left-box .notice{
  padding-top: 10px;
  display: block;
}
.carttop .total-price-part .right-box{
  padding: 6% 5% 6% 0;
}
.carttop .total-price-part .right-box span{
  font-weight: bold;
}
.carttop .total-price-part .right-box .total-price{
  float: right;
}
.carttop .total-price-part p{
  border: 0;
  float: none;
  text-align: left;
  width: auto;
}
.carttop .total-price-part p span{
  font-size: 12px;
  margin-left: 0;
}
.carttop .total-price-part .red{
   color:#cc0000;
   font-size: 12px;
   font-weight: bold;
}

/******************************
お問い合わせ
******************************/
#inquiry{
  border-top: solid 1px #546e7a;
  padding-top: 31px;
 }
/*action-steps*/
.inquiry .action-steps{
   border-top: solid 1px #666666;
   border-left: solid 1px #666666;
}
.inquiry .action-steps.step3 li{
  width: 33.33%;
  margin-right: 0;
  padding: 10px 0;
  background-color: #fff;
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
  -weblit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
.inquiry .action-steps.step3 li.active{
  background-color: #666666;
  color: #fff;
}
#inquiry .lead a{
  color: #000;
}
#inquiry h3{
  font-weight: bold;
  border-top: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  text-indent: 10px;
  background-color: #ededed;
  position:relative;
  background-image:url("/assets/images/arrow_white_close.png");
  background-size: 15px 11px;
  background-position: 99% center;
  background-repeat:no-repeat;
}
#inquiry h3.open{
  background-image:url("/assets/images/arrow_white_open.png");
}
#inquiry h3 a{
  display:block;
  padding: 10px 0;
  color: #000;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 16px;
}
#inquiry h3.last{
  border-bottom: solid 1px #cdcdcd;
}
#inquiry .inquirytxt{
  padding:10px 10px 10px 25px;
  border-right: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  display:none;
}
#inquiry .inquirytxt a{
  color: #668abc;
  text-decoration: underline;
}
.inquiry-category-select li.first-child{
  clear:both;
  margin-left:0;
}
#answer-telephone{
  display:none;
}
#answer-telephone.open{
  display:block;
}
/*form-area*/
.inquiry .lead{
  margin-bottom: 56px;
}
.inquiry .lead .response{
  margin-bottom: 40px;
}
.inquiry .title.form-ttl{
  font-size: 18px;
  border-bottom: 0;
}
.inquiry .form-striped{
  width: 100%;
  display: table;
  margin-top: 60px;
  border-top: solid 1px #d3d3d3;
  border-left: solid 1px #d3d3d3;
  border-right: solid 1px #d3d3d3;
  border-collapse: collapse;
}
.inquiry .control-group{
  display: table-row;
  border-bottom: solid 1px #d3d3d3;
}
.inquiry .control-group:first-child .controls{
  padding-right: 240px;
}
.inquiry .control-label{
  width: 200px;
  float: none;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  padding-left: 30px;
  background-color: #e4e4e4;
  border-bottom: solid 1px #d3d3d3;
}
.inquiry .controls{
  float: none;
  display: table-cell;
  padding: 30px 40px;

}
.inquiry .controls p{
  font-weight: bold;
}
.inquiry #answer-method .controls{
  padding: 20px 40px;
}
.inquiry .form-horizontal .control-group:before,
.inquiry .form-horizontal .control-group:after{
  display: block;
}
.inquiry .content-block.phone-wrap{
  background-color: #f6f7f9;
  padding: 20px 10px;
  margin-bottom: 70px;
  margin-top: 40px;
  text-align: center;
  line-height: 26px;
}
.inquiry .form-striped h3{
  font-size: 13px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}
.inquiry .content-block .tel{
  font-size: 21px;
  color: #000;
  font-weight: bold;
}
.inquiry .online_q{
  margin-top: 40px;
}
.inquiry .select_inner label{
  font-size: 11.5px;
}
/******************************
NEW ARRIVAL
******************************/
.look-more{
  float:right;
}

/******************************
マイページ
******************************/
.mypagetop #footer-banner-area,
.mypage #footer-banner-area,
.customer #footer-banner-area{
  margin-top: 130px;
}
.mail_address_area{
  float:left;
  clear:both;
}
.control-group .controls .top-input,
.control-group .controls .second-input{
  width: 49%;
}
.control-group .controls .top-input .input-front,
.control-group .controls .second-input .input-front{
  width: 24px;
}
.mypagetop .mypage_top_area{
  margin-bottom: 40px;
  text-align: center;
}
.mypagetop .mypage_top_area .bnr_bottom{
  display: block;
  clear: both;
}

.mypagetop .mypage_top_area .bnr_bottom ul {
  text-align:center;
}

.mypagetop .mypage_top_area .bnr_bottom ul li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  width: 37%;
  background-color: #f0f0f0;
  margin: 0 4% 0 0;
}

.mypagetop .mypage_top_area .bnr_bottom ul li:last-child {
  margin: 0;
}

.mypagetop .mypage_top_area .bnr_bottom ul li a{
  display: block;
  padding: 28px 0;
}


.mypagetop .code_area{
  width: 55%;
  margin:0 auto;
  border: 4px solid #003b8f;
  border-right: 25px solid #003b8f;
  font-family: 'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  margin-bottom: 35px;
  float: none;
  display: inline-block;
}
.mypagetop .top_right{
  float: right;
  width: 40%;
}
.mypagetop .top_right p{
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.mypagetop .top_right p a{
  color:#333;
}
.mypagetop .code_area ul li{
  float: left;
  list-style-type: none;
  height: 65px;
  padding: 10px 0 5px;
}
.mypagetop .code_area .about_fit{
  background-color: #003b8f;
  color: #fff;
  font-weight: bold;
  width: 35%;
}
.mypagetop .code_area .about_fit a{
  font-size: 27px;
  color: #fff;
  text-align: center;
}
.mypagetop .code_area .about_fit a:hover,
.mypagetop .code_area .about_fit a:focus{
  text-decoration: none;
}
.mypagetop .code_area .about_fit p{
  padding: 17px 0;
}
.mypagetop .code_area .about_fit a .sub{
  font-size: 11px;
  font-weight: normal;
  display: block;
}
.mypagetop .code_area .code_text{
  width: 22%;
  text-align: center;
  font-weight: bold;
  line-height: 65px;
  font-size: 13px;
}
.mypagetop .code_area .no_code{
  width: 65%;
  font-size: 11px;
  padding: 10px 15px;
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-weight: bold;
}
.mypage-code{
  text-align: center;
  width: 43%;
}
.mypage-code .menbers-code{
  zoom:80%;
  -moz-transform:scale(0.8);
}
.mypage-code .menbers-code .underline{
  text-decoration: underline;
}
#bcTarget{
  margin:0 auto;
  margin-top: -5px;
  width: 305px!important;
  /*width: 315px!important;*/
}
#bcTarget div:first-child,
#bcTarget div:nth-last-child(2){
  /*width: 15px!important;*/
  width: 10px!important;
}
#bcTarget div:last-child{
  display: none;
}
.mypagetop .code_area .only_phone{
  display: none;
}


/*マイページトップ*/
.mypagetop .lead{
  margin: 20px 0;
}
.mypage-menu .mypage-menu-select{
  width: 18%;
}
/*.mypagetop .mypage-menu .mypage-menu-select [class^="icon-"],
 .mypagetop .mypage-menu .mypage-menu-select [class*=" icon-"]{
  background-image: none;
  display: none;
}*/
.mypagetop .mypage-menu .mypage-menu-select .menu-title{
  font-weight: bold;
}
.mypagetop .mypage-menu .mypage-menu-select .menu-explain{
  padding: 17px 10px;
  font-size: 11px;
  color: #555;
}
.mypagetop .mypage-menu .mypage-menu-select .btn.btn-primary,
.mypagetop .mypage-menu .mypage-menu-select .btn.btn-primary:hover{
  background-color: #666;
  border: solid 1px #666;
  color: #fff;
  font-weight: bold;
}
/*マイページタイトル*/
.mypage .title,
.mypagetop .title,
.customer .title{
  border-bottom: solid 1px #546e7a;
  padding-bottom: 25px;
}
/*マイページサイドナビ*/
.mypage .subnav a,
.customer .subnav a{
  color: #555;
}
.mypage .subnav,
.customer .subnav{
  margin-top: 83px;
}
.mypage .subnav h2,
.customer .subnav h2{
  font-size: 12px;
  font-weight: bold;
  background-color: #666;
  color: #fff;
  padding: 10px 0 10px 20px;
  margin-bottom: 10px;
}
.mypage .nav-list > li > a,
.customer .nav-list > li > a{
  background: url("/assets/images/icn_guide_arrow.png") no-repeat 0 50%;
  padding: 5px 15px;
}
.mypage .nav-list > li > a:hover,
.customer .nav-list > li > a:hover{
  text-decoration: underline;
}
.mypage .nav-list > li > a,
.mypage .nav-list > li > a:hover,
.mypage .nav-list > li > a:focus,
.customer .nav-list > li > a,
.customer .nav-list > li > a:hover,
.customer .nav-list > li > a:focus{
  color: #555;
}
.mypage .nav-list > .active > a,
.mypage .nav-list > .active > a:hover,
.mypage .nav-list > .active > a:focus,
.customer .nav-list > .active > a,
.customer .nav-list > .active > a:hover,
.customer .nav-list > .active > a:focus{
  font-weight: bold;
  background-color: transparent;
}
/**********************
カスタマー
**********************/
.inner-container{
  width: 1000px;
  margin: 0 auto;
}
.customer .action-steps li.active{
  background-color: #003b8f;
  color: #fff;
}
.customer .lead{
  padding-top: 10px;
  margin-bottom: 50px;
  line-height: 24px;
  text-align: center;
}
.customer .controls{
  padding: 5px 0;
}
.customer .controls #Pass1{
  vertical-align: top;
}
.customer .help-block{
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  margin-left: 10px;
}
.customer .login-area-box .help-block{
  display: block;
}
.customer .login-area-box .login-area-subbox p{
  margin-bottom: 60px;
}
.customer .register-legal-area .legal{
  background-color: #f7f7f7;
  padding: 48px;
}
.customer .register-legal-area .legal .page-header{
  border-bottom: 0;
}
.customer .register-legal-area .form-actions .btn-primary{
  width: 600px;
  background-position: 62% 50%;
}
/*お気に入り*
.customer .table td{
  vertical-align: middle;
}
/**********************
 よくあるご質問
 **********************/
#question h3{
  font-size: 13px;
  margin-top: 15px;
}
#question .sentence{
  margin-bottom: 15px;
  line-height: 27px;
}
#question .style-about a{
  color: #668abc;
  text-decoration: underline;
}
#question .style-about {
  border-top: solid 1px #546e7a;
}
#question .bold{
  margin-left: -1em;
  text-indent: 1em;
}
/**********************
 ご利用ガイド
 **********************/
#user-guide .style-guide{
  padding-top: 35px;
}
#user-guide .subnav{
  margin: 88px 0 100px;
}
#user-guide .subnav h2{
  font-size: 12px;
  font-weight: bold;
  background-color: #666;
  color: #fff;
  padding: 10px 0 10px 20px;
  margin-bottom: 35px;
}
#user-guide .nav-list > li > a{
  background: url("/assets/images/icn_guide_arrow.png") no-repeat 0 50%;
}
#user-guide .nav-list > li > a:hover{
  text-decoration: underline;
}
#user-guide .nav-list > li > a,
#user-guide .nav-list > li > a:hover,
#user-guide .nav-list > li > a:focus{
  color: #555;
  padding: 5px 15px;
}
#user-guide .nav-list > .active > a,
#user-guide .nav-list > .active > a:hover,
#user-guide .nav-list > .active > a:focus{
  font-weight: bold;
  background-color: transparent;
}
#user-guide .nav-list.nav-child{
  padding-left: 20px;
  list-style: none;
}
#user-guide .nav-list.nav-child a{
  display: block;
}
#user-guide .style-guide h2{
  font-weight: bold;
  padding-bottom: 30px;
}
#user-guide .style-guide h4{
  font-size: 12px;
  line-height: 27px;
}
#user-guide .style-guide p{
  line-height: 27px;
}
#user-guide .style-guide .sep-sentence{
  border-top: solid 1px #cfd8dc;
  padding-top: 30px;
  margin-bottom: 30px;
  clear: both;
}
#user-guide a.guide-btn{
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  width: 470px;
  margin: 26px auto;
  padding: 15px 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
          border-radius: 3px;
}
#user-guide a.guide-btn.bk{
  background-color: #003b8f;
}
#user-guide a.guide-btn.bk:hover,
#user-guide a.guide-btn.bk:focus,
#user-guide a.guide-btn.bk:active{
  background-color:#f0f0f0;
  color:#003b8f;
  border:solid 1px #f0f0f0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#user-guide a.guide-btn.gr{
  background-color: #eceff1;
  color: #003b8f;
  border: 0;
}
#user-guide a.guide-btn.gr:hover,
#user-guide a.guide-btn.gr:focus,
#user-guide a.guide-btn.gr:active{
  background-color:#003b8f;
  color:#fff;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.style-guide .guideLeftUnit,
.style-guide .guideRightUnit{
  width: 50%;
}
.style-guide .guideLeftUnit dt,
.style-guide .guideRightUnit dt {
  float: left;
  overflow: hidden;
  white-space: nowrap;
}
.style-guide .guideLeftUnit dd,
.style-guide .guideRightUnit dd{
  margin: 20px 28px 50px 20px;
  height: 48px;
}
.style-guide .guideLeftUnit dt img,
.style-guide .guideRightUnit dt img {
  margin-right: 20px;
}
#user-guide .guideLeftUnit a,
#user-guide .guideRightUnit a{
  color: #555;
  text-decoration: none;
}
#user-guide .guideLeftUnit a:hover,
#user-guide .guideRightUnit a:hover{
  color: #555;
  text-decoration: underline;
}
.style-guide ul{
  margin: 0 0 10px 25px;
}

/**********************
FAQ
**********************/
#user-guide .style-guide .faq-sentence dt{
  float: left;
}
#user-guide .style-guide .faq-sentence dd{
  margin-bottom: 8px;
}
/******************************
for_layout
******************************/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
/*button*/
.btn:active{
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.btn{
  background: none;
  background-color:#003b8f;
  border:solid 1px #003b8f;
  box-shadow: none;
  font-size:11px;
  color:#fff;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color:#f0f0f0;
  color:#003b8f;
  border:solid 1px #f0f0f0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-primary{
  background-color:#003b8f;
  color:#fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color:#f0f0f0;
  color:#003b8f;
  border:solid 1px #f0f0f0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-primary.btn-small{
  background-color:#003b8f;
  border:solid 1px #003b8f;
  color: #fff;
  padding:2px 10px;
  /*-webkit-border-radius: 2px;
     -moz-border-radius: 2px;
      -ms-border-radius: 2px;
          border-radius: 2px;
  */
}
.btn-primary.btn-small:hover{
  background-color:#f0f0f0;
  border:solid 1px #f0f0f0;
  color: #003b8f;
}
.carttop .btn-primary.btn-small{
  background-color:#fff;
  border:solid 1px #b8bcbd;
  color: #000;
  padding:2px 10px;
}
.btn-small.btn-delete{
  background-color:#fff;
  border:solid 1px #b8bcbd;
  color: #b8bcbd;
}
.form-actions .btn{
  width: 200px;
  padding: 9px 0;
}
.form-actions .btn-primary{
  background: url("/assets/images/icn_btn_arrow_right.png") no-repeat 85% 50% #003b8f;
}
.form-actions .btn-primary:hover,
.form-actions .btn-primary:focus,
.form-actions .btn-primary:active{
  background: url("/assets/images/icn_btn_arrow_blue_right.png") no-repeat 85% 50% #f0f0f0;
  color: #003b8f;
}
.form-actions .btn-back{
  background: url("/assets/images/icn_btn_arrow_left.png") no-repeat 15% 50% #003b8f;
}
.form-actions .btn-back:hover,
.form-actions .btn-back:focus,
.form-actions .btn-back:active{
  background: url("/assets/images/icn_btn_arrow_blue_left.png") no-repeat 15% 50% #f0f0f0;
  color: #003b8f;
}
.carttop .btn.btn_priceto,
.carttop .btn.btn_priceto:hover,
.carttop .btn.btn_priceto:focus,
.carttop .btn.btn_priceto:active{
  background: url("/assets/images/icn_btn_arrow_right.png") no-repeat 95% 50% #003b8f;
  color: #fff;
  border: solid 1px #003b8f;
  padding: 5px 29px;
  margin-top: 10px;
}
/*form-actions*/
.form-actions{
  background-color: transparent;
  border-top: 0;
  padding: 19px 0 20px;
}
.form-horizontal .form-actions{
  padding-left: 0;
}
.form-actions.center-position{
  width: 420px;
  margin: 0 auto;
}
/*action-steps*/
.action-steps li{
  background-color: transparent;
  border-right: solid 1px #cfd8dc;
  font-weight: bold;
  list-style: none;
  padding: 5px 0;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
      -ms-box-sizing:border-box;
          box-sizing:border-box;
}
.action-steps li.active{
  background-color: #e5ebf3;
  color: #000;
}
.action-steps.step2 li{
  width: 50%;
  margin-right: 0;
}
.action-steps.step3 li{
  width: 33.33%;
  margin-right: 0;
}
.action-steps.step6 li{
  width: 16.66%;
  margin-right: 0;
}

/*alert*/
.alert{
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}
.alert.alert-success{
  background-color: #fff;
  border-color: #003b8f;
  color: #003b8f;
}
/*mypage*/
.nav-list > li > a{
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}
/* sp */
.sp-title{
  text-align: center;
  padding: 40px 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  border: none;
}
.sp-title h1{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: 'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.sp-title p,
.sp-title .sub{
  display: block;
  margin-top: 8px;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 10px;
}
.shadow-wrap{
  padding: 100px 0 140px;
  background-color:#fff;
  -webkit-box-shadow: 0 0 7px #cccccc;
  -moz-box-shadow: 0 0 7px #cccccc;
  box-shadow: 0 0 7px #cccccc;
  margin-bottom: 90px;
}
/***************************
 *bootstrap_custom
 **************************/
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 1200px;
}
.span12 {
  width: 1200px;
}

.span11 {
  width: 1097px;
}

.span10 {
  width: 996px;
}

.span9 {
  width: 895px;
}

.span8 {
  width: 792px;
}

.span7 {
  width: 691px;
}

.span6 {
  width: 590px;
}

.span5 {
  width: 487px;
}

.span4 {
  width: 386px;
}

.span3 {
  width: 285px;
}

.span2 {
  width: 182px;
}

.span1 {
  width: 81px;
}

.offset12 {
  margin-left: 1240px;
}

.offset11 {
  margin-left: 1137px;
}

.offset10 {
  margin-left: 1036px;
}

.offset9 {
  margin-left: 935px;
}

.offset8 {
  margin-left: 832px;
}

.offset7 {
  margin-left: 731px;
}

.offset6 {
  margin-left: 630px;
}

.offset5 {
  margin-left: 527px;
}

.offset4 {
  margin-left: 426px;
}

.offset3 {
  margin-left: 325px;
}

.offset2 {
  margin-left: 222px;
}

.offset1 {
  margin-left: 121px;
}
/*smaller-container*/
.smaller-container{
  margin-bottom:50px;
}
.smaller-container{
  width:1060px;
}
.smaller-container .row .span12 {
  width: 1060px;
}

.smaller-container .row .span11 {
  width: 970px;
}

.smaller-container .row .span10 {
  width: 880px;
}

.smaller-container .row .span9 {
  width: 790px;
}

.smaller-container .row .span8 {
  width: 700px;
}

.smaller-container .row .span7 {
  width: 610px;
}

.smaller-container .row .span6 {
  width: 520px;
}

.smaller-container .row .span5 {
  width: 430px;
}

.smaller-container .row .span4 {
  width: 340px;
}

.smaller-container .row .span3 {
  width: 250px;
}

.smaller-container .row .span2 {
  width: 160px;
}

.smaller-container .row .span1 {
  width: 70px;
}

.smaller-container .row .offset12 {
  margin-left: 1100px;
}
.smaller-container .row .offset11 {
  margin-left: 1010px;
}
.smaller-container .row .offset10 {
  margin-left: 920px;
}
.smaller-container .row .offset9 {
  margin-left: 830px;
}
.smaller-container .row .offset8 {
  margin-left: 740px;
}
.smaller-container .row .offset7 {
  margin-left: 650px;
}
.smaller-container .row .offset6 {
  margin-left: 560px;
}
.smaller-container .row .offset5 {
  margin-left: 470px;
}
.smaller-container .row .offset4 {
  margin-left: 380px;
}
.smaller-container .row .offset3 {
  margin-left: 290px;
}
.smaller-container .row .offset2 {
  margin-left: 200px;
}
.smaller-container .row .offset1 {
  margin-left: 110px;
}
.smaller-container .row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.smaller-container .row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.smaller-container .row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.smaller-container .row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.smaller-container .row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.smaller-container .row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.smaller-container .row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.smaller-container .row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.smaller-container .row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.smaller-container .row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.smaller-container .row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.smaller-container .row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.smaller-container .row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.smaller-container .row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.smaller-container .row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.smaller-container .row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.smaller-container .row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.smaller-container .row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.smaller-container .row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.smaller-container .row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.smaller-container .row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.smaller-container .row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.smaller-container .row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.smaller-container .row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.smaller-container .row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.smaller-container .row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.smaller-container .row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.smaller-container .row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.smaller-container .row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.smaller-container .row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.smaller-container .row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.smaller-container .row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.smaller-container .row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.smaller-container .row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.smaller-container .row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.smaller-container .row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}



/* snapline by special magazine */
.specialmagazine-top .snapline {
  padding-left: 29px;
  padding-right: 29px;
  margin-top: -20px;
  margin-bottom: 100px;
}
  .specialmagazine-top .snapline > ul > li {
    margin-bottom: 20px;
  }
  .specialmagazine-top .snapline > ul > li.first-child {
    margin-left: 0;
  }
  .specialmagazine-top .snapline .text-args {
    position: relative;
  }
  .specialmagazine-top .snapline > ul > li a,
  .specialmagazine-top .snapline > ul > li p {
    display: block;
    margin-bottom: 12px;
  }
  .specialmagazine-top .snapline > ul > li p {
    font-size: 14px;
  }
  .specialmagazine-top .snapline > ul > li p.address {
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
       -moz-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
  }
  .specialmagazine-top .link_to_snapline {
    margin-top: 40px;
    font-size: 23px;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
  }
    .specialmagazine-top .link_to_snapline > a {
      color: #003e8b;
    }
    .specialmagazine-top .icon.new {
      position: absolute;
      top: 0;
      right: 0;
      padding: 4px 6px;
      font-size: 11px;
      color: #ffffff;
      background-color: #003e8b;
    }
  /* #30373 ヘッダー・フッター非表示ページ */
  .is_fitclub .shop_register_hide {
    display: none;
  }
  .is_fitclub .tab{
    background: none;
    padding-top: 0;
  }
  .is_fitclub .fitclub_header {
      padding-top: 24px;
  }
  .is_fitclub .fitclub_header .fitclub_logo img{
    max-width: 120px;
  }
  .is_fitclub .fitclub_header .fitclub_logo.cart_logo img{
    max-width: 194px;
  }
  .is_fitclub .is_fitclub_show{
    display: block!important; 
  }
  .shopRegister .is_fitclub_show{
    display: none!important; 
  }

  /* WEB MAGAZINE */
  #special .special_list {
    margin-top:24px;
  }
  #special .special_list ul {
    width: 100%;
    overflow: hidden;
  }
  #special .special_list ul li{
    width: 268px;
    height: 380px;
    float: left;
    margin-right: 22px;
    margin-bottom: 30px;
  }
  #special .special_list ul li .en{
    font-family: 'Montserrat', sans-serif;
  }
  #special .special_list ul li img {
    margin-bottom: 24px;
    border: none;
  }
  #special .special_list ul li img:hover {
    opacity: 0.8;
  }

  #special .special_list ul li .txt_area {
    width: 257px;
    height:170px;
    border-left:3px solid #003e8b;
    padding-left: 8px;
  }
  #special .special_list ul li .tit {
    line-height: 1.5em;
    height: 3em;
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
  }
  #special .special_list ul li .date {
    font-size: 12px;
    padding: 0;
    margin: 0 0 5px 0;
    color: #000000;
    }
  #special .special_list ul li .leadtxt {
    line-height: 1.5em;
    font-size: 12px;
    margin-bottom: 5px;
    color: #000000;
  }
  #special .special_list ul li .more {
    line-height: 1.5em;
    font-size: 14px;
    text-align: right;
  }
  #special .special_list ul li .more a {
    color: #003e8b;
  }
  #special .link_to_archive {
    margin: 80px 0 80px 0;
      font-size: 23px;
      font-weight: normal;
      text-align: center;
  }
  #special .link_to_archive a {
      color: #003E8B;
  }
  .onlinestore #special {
      margin-bottom: 0;
  }
  .onlinestore #special .special_list ul li {
      width: 23.5%;
      height: auto;
      float: left;
      margin: 0 2% 0 0;
      margin-bottom: 30px;
      list-style: none;
  }
  .onlinestore #special .special_list ul li:nth-child(4n) {
      margin-right: 0;
  }
  .onlinestore #special .special_list ul li .txt_area {
    width: 100%;
    height: auto;
    padding-left: 0;
    border-left: none;
    box-sizing: border-box;
  }
  .onlinestore #special .special_list ul li a:hover {
    text-decoration: none;
  }
  .onlinestore #special .special-more {
    height: auto;
      overflow: hidden;
      display: block;
      background-color: #ffffff;
      border: none;
      text-align: right;
      margin: 10px 0 10px;
  }
  .onlinestore #special .special-more a {
    background-color: #003b8f;
    border: solid 1px #003b8f;
    padding: 11px;
  }
  .onlinestore #special .special-more a span {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.3px;
  }

@media (max-width: 1200px) {
  .specialmagazine-top .snapline {
    margin-top: -10px;
  }
    .specialmagazine-top .snapline > ul > li {
      margin-bottom: 12px;
    }
    .specialmagazine-top .icon.new {
      top: -4px;
      font-size: 10px;
    }
}
@media (max-width: 979px) {
  .specialmagazine-top .snapline {
    padding: 0;
    margin-top: auto;
    margin-bottom: 44px;
  }
    .specialmagazine-top .snapline > ul > li p {
      font-size: 12px;
    }
    .specialmagazine-top .link_to_snapline {
      margin-top: 28px;
      font-size: 16px;
    }
    .specialmagazine-top .icon.new {
      top: -5px;
    }
}