@charset "utf-8";
/** crossplus.css **/
body,
input,
button,
select,
textarea {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-size: 12px;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
  outline: none !important;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
.icon .label {
  padding: 1px 8px;
  font-size: 10px;
  letter-spacing: 1px;
  margin-right: 1px;
  float: left;
}
.label-new {
  background-color: #ec6600;
}
.label-sale {
  background-color: #b7183f;
}
.label-bundling {
  background-color: #d81a34;
  font-size: 85%;
}
.label-outerpoint {
  background-color: #8aa9ac;
  font-size: 85%;
}
.label-discount_rate {
  background: #b7183f;
}
.label-rearrival {
  background: #31a1c8;
}
.label-soldout {
  background: #b3afae;
}
.label-web {
  background: #dab300;
}
.label-pre {
  background: #DF017A;
}
.label-warm {
  background: #ff9933;
}
.label-cool {
  background: #80bfff;
}
.label-washable {
  background: #3d3dff;
}
.text-center {
  text-align: center !important;
}
.guacamole a {
  color: #000;
}
.guacamole a:hover {
  color: #777;
  text-decoration: none;
  opacity: 0.7;
}
.guacamole a:focus {
  color: #777;
  outline: 0 !important;
  text-decoration: none;
}
.guacamole a.border-link {
  color: #000;
  text-decoration: underline;
}
.column {
  margin-bottom: 70px;
}
.guacamole a.popup:hover {
  /*color:#fff;*/
  text-decoration: none;
  opacity: 1;
}
/********************
レイアウト
********************/
.container,
.navbar-static-top .container,
.navbar-fixed-bottom .container,
.span12 {
  width: 1200px;
  margin: 0 auto;
}
.navbar-fixed-top .container {
  width: 1400px;
}
#brandNavi.navbar-fixed-top .container {
  width: 100%;
}

/* ナビ全般 */
.navbar-inner {
  filter: 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: transparent;
  -moz-background-color: transparent;
  -webkit-background-color: transparent;
  -o-background-color: transparent;
  -ms-background-color: transparent;
}
/*リスト*/
ul.outside-slide,
ol.outside-slide {
  margin-left: 25px;
}
li {
  list-style: none;
}
/*パンクズ*/
.breadcrumb {
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
}
.breadcrumb li {
  height: 20px;
  line-height: 20px;
}
.breadcrumb li a {
  font-size: 10px;
}
.breadcrumb > .active {
  color: #000;
  font-size: 10px;
}
.item .breadcrumb {
  margin-bottom: 50px;
}
.caution {
  color: #f00;
  margin: 5px 0 0;
  display: block;
}

/*タブレット・スマホ*/
.tab-smart-area {
  display: none;
}
/********************
テキスト
*********************/
/*ページタイトル*/
.title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: 1px #eae9e0 solid;
  padding-bottom: 1%;
  margin: 3% 0;
  line-height: 28px;
}
.title .subTitleRead {
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 1% 0;
}
/* コンテンツタイトル */
h2.top-page-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
#page-title {
  text-align: center;
  border-bottom: #eae9e0 1px solid;
  margin-bottom: 50px;
}
#page-title h2 {
  margin-bottom: 10px;
}
#page-title p {
  font-size: 16px;
  margin-bottom: 10px;
}
h2.item-title {
  font-size: 26px;
  font-weight: bold;
  padding: 10px 0;
}
.side-caption {
  font-weight: bold;
  font-size: 14px;
}
.help-block {
  margin-top: 5px !important;
}
.red {
  color: #d91a35;
}
.underline {
  text-decoration: underline;
}
/******************************
ヘッダー
******************************/
#head-bar {
  font-size: 14px;
  padding: 0;
}
#head-bar.fixed {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
#head-bar .hnav1 {
  float: left;
  margin-left: 40px;
  position: static;
}
#head-bar .hnav1 > li {
  float: left;
  padding-right: 30px;
  position: static;
}
#head-bar .hnav1 > li:last-child {
  padding-right: 0;
}
#head-bar .hnav1 > li > a {
  padding: 25px 0;
  cursor: pointer;
  letter-spacing: 0.05em;
  font-family: futura-pt, sans-serif;
  color: #000;
}
#head-bar .hnav1 > li > a:hover {
  text-decoration: underline;
}
#head-bar .hnav2,
#head-bar .hnav3 {
  display: inline-block;
  float: right;
  height: 70px;
}
#head-bar .hnav3 {
  margin-left: 8px;
}
#head-bar .hnav2 li {
  float: left;
  padding: 27px 30px 10px 0;
}
#head-bar .hnav3 li {
  float: left;
  padding: 27px 20px 10px 0;
}
#head-bar .hnav3 li.cart a {
  position: relative;
}
#head-bar .hnav3 li.cart a > span {
  background-color: #fff;
  display: inline-block;
  padding: 1px 4px;
  width: 8px;
  line-height: 14px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: -13px;
  right: -9px;
  text-align: center;
}
/******************************
フッター
******************************/
/* ページトップ */
#pagetop {
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 9999;
  width: 30px;
  height: 6px;
}
#page-footer {
  padding-top: 100px;
  background-color: #000;
  color: #b1b1b1;
}
#page-footer li a {
  color: #b1b1b1;
  padding: 0;
  text-shadow: none;
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: normal;
}
#page-footer .logo {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 40px 0 60px;
  clear: both;
}
#page-footer .logo a {
  margin-bottom: 30px;
  display: inline-block;
}
#page-footer .logo p {
  color: #9d9d9d;
  letter-spacing: 0.1em;
}
#page-footer .sns-nav {
  width: 230px;
  margin: 0 auto 75px;
  text-align: center;
}
#page-footer .sns-nav ul li {
  display: inline-block;
  margin-right: 38px;
}
#page-footer .sns-nav ul li:last-child {
  margin-right: 0;
}
.sns-nav ul li svg#facebook {
  width: 15px;
}
.sns-nav ul li svg#twitter {
  width: 28px;
  position: relative;
  top: -4px;
}
.sns-nav ul li svg#svg-instagram {
  width: 28px;
}
.sns-nav ul li svg#line {
  width: 30px;
}
#fnav h3,
#fnav h3 > a {
  font-size: 13px;
  margin-bottom: 30px;
  color: #b1b1b1;
  font-weight: 600;
}
#fnav h3.tk-futura-pt {
  letter-spacing: 0.1em;
}
#fnav .flist {
  width: 200px;
  float: left;
  margin-right: 2%;
  width: 210px;
}
#fnav .brand.flist li a {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
}
#fnav .category.flist .has-child > a {
  display: none;
}
#fnav .category.flist .has-child .nav-list li:last-child {
  display: none;
}
#fnav .customer.flist ul {
  margin-bottom: 90px;
}
#fnav .flist {
  width: 200px;
  float: left;
  margin-right: 2%;
}
#fnav .mailmaga {
  background-color: #fff;
  text-align: center;
  margin: 0;
  border: 1px solid #4d4d4d;
  width: 290px;
  float: left;
}
#fnav svg#mailmagazine {
  width: 34px;
  margin-bottom: 5px;
}
#fnav .mailmaga a {
  display: block;
  padding: 20px 0 30px;
}
#fnav .mailmaga p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
#fnav .mailmaga span {
  font-size: 13px;
}
#fnav .support {
  text-align: center;
  padding-top: 30px;
  width: 290px;
  float: left;
}
#fnav .support .contact span.tell {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
#fnav .support .contact a {
  display: block;
  margin-top: 5px;
  text-decoration: underline;
  color: #b1b1b1;
}
#fnav .support .contact a:hover {
  text-decoration: none;
}
/********************
ボタン
********************/
.btn {
  color: #484747;
  font-size: 12px;
  text-shadow: none;
  background: #e0e0e0;
  box-shadow: none;
  border: 0;
  border-bottom: solid 2px #d5d5d5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 6px 15px 4px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #484747;
  background: #e0e0e0;
  box-shadow: none;
}

input.btn {
  padding: 8px 17px 6px;
}
input.btn.btn-small {
  padding: 5px 14px 3px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background: #626262;
  border-bottom: solid 2px #585858;
}

.btn-under {
  margin-top: 15px;
}
.btn-row {
  margin-right: 15px;
}
.form-actions {
  padding-left: 0;
  padding-right: 0;
  background: none;
  border: 0;
}
.form-horizontal .form-actions {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.form-actions .btn {
  min-width: 200px;
}
.form-actions .btn:hover {
  opacity: 0.7;
}

.link-view-all a {
  width: 500px;
  height: 50px;
  line-height: 50px;
  background-color: #eae9e0;
  display: block;
  margin: 40px auto 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

/********************
サブナビ
*********************/
.subnav h2 {
  margin-bottom: 10px;
}
.nav-list {
  padding-left: 0;
  padding-right: 0;
}
.nav-list > li > a {
  /* border-bottom:solid 1px #ddd; */
  /* padding:5px 10px 5px 16px; */
  margin-left: 0;
  margin-right: 0;
}
.nav-list > li > a:hover,
.nav-list > li > a:focus,
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  text-shadow: none;
  color: #000;
  background-color: transparent;
}
.nav-list > .active > a {
  font-weight: 600;
}
.affix-base {
  position: relative;
}
.affix-bottom {
  bottom: 0;
  position: absolute;
  top: auto;
}
/********************
サイドエリア
*********************/
.title-gray {
  font-weight: bold;
  font-size: large;
}

/*新着一覧*/
.newarrival-date p.side-caption {
  margin-bottom: 10px;
}

/*パーツ 詳細検索 */
.side-detailsearch {
  margin-bottom: 40px;
}
.side-detailsearch .form-input input {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  text-indent: 6px;
  padding: 0 0 8px;
  font-size: 12px;
  box-shadow: none;
  transition: none;
  text-indent: 10px;
  border: none;
  border-bottom: 1px solid #1a1a1a;
  background: url("/assets/images/common/ico_search.png") right 0px no-repeat;
  background-size: 16px;
}
/**************************************************
トップページ
**************************************************/
/* grandtop-main */
#grandtop-main {
  max-width: 1017px;
}
/* new-item */
#new-item span {
  display: block;
}
#new-item .icon span {
  display: inline-block;
}
figure {
  position: relative;
}
figure .icon {
  position: absolute;
  bottom: 0;
  left: 0;
}
/* checked-item */
#checked-items h2 {
  font-size: 16px;
  margin-bottom: 48px;
  text-align: center;
  letter-spacing: 0.15em;
}
#checked-items li {
  width: 7.7%;
  margin-left: 0;
  float: left;
}
#checked-items li:first-child {
  margin-left: 0;
}
/* ranking */
#ranking .tab-nav {
  text-align: center;
}
#ranking .tab-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 20px 30px 40px 0;
}
#ranking .tab-nav li a {
  font-size: 12px;
  width: 95px;
  height: 32px;
  border: 1px solid #eee;
  line-height: 32px;
  display: block;
  box-sizing: border-box;
}
#ranking .tab-nav li.active a,
#ranking .tab-nav li a:hover {
  background-color: #000;
  color: #fff;
}
#ranking .tab-box li {
  float: left;
  position: relative;
}
#ranking .tab-box li span.icn {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  z-index: 100;
}
.item-list #ranking {
  margin-bottom: 45px;
}
/*-----------------------------------------------
 item list layout
-----------------------------------------------*/
/*
 letter settings
*/
h1.list-title {
  font-size: 28px;
  margin-bottom: 60px;
}
/*
 util -pager
*/
.pager {
  overflow: hidden;
  margin: 10px 0 80px;
}
.pager li {
  display: block;
  float: left;
  border-right: 1px solid #fff;
}
.pager li:first-child {
  border-left: 1px solid #fff;
}
.pager li:last-child {
  border-right: none;
}
.pager li img {
  width: 6px;
}
.pager .itemNumber {
  padding-left: 15px;
  font-weight: bold;
  line-height: 30px;
}
.pager .pageNumber li > a,
.pager .pageNumber li > span {
  display: inline-block;
  padding: 6px 14px;
  background-color: #e0e0e0;
  border: 0;
  color: #626262;
  font-weight: bold;
  padding: 0;
  width: 30px;
  line-height: 30px;
}
.pager .pageNumber li.pager_active > a,
.pager .pageNumber li.pager_active > span {
  color: #ffffff;
  background-color: #d81a34;
  border: 0;
}
/********************
詳細検索
********************/
#searchDetailArea {
  float: none;
  margin: 0 auto;
}
#searchDetailArea input.span12,
#searchDetailArea input.span9 {
  width: 100%;
  padding: 4px 0;
  text-indent: 10px;
  font-size: 12px;
}
#searchDetailArea .fillinArea {
  margin-bottom: 25px;
}

.field-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
}
#searchDetailArea .select-color table {
  max-width: 100%;
}
.select-color table {
  width: 100%;
  table-layout: fixed;
}
.select-price ul.inline > li#first,
.select-off_rate ul.inline > li#first {
  padding-left: 0px;
}
.select-color table {
  width: 100%;
  table-layout: fixed;
  max-width: 130px;
}
.select-color .color-name {
  color: #666;
}
.select-color .color-tip {
  display: block;
  float: right;
  width: 10px;
  height: 11px;
  margin: 4px 5px 0 0;
  border-radius: 50%;
}
.static.display .select-color .color-tip {
  float: left;
}
.select-color .tip-white {
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
}
.select-color .tip-blue {
  background-color: #4783bf;
}
.select-color .tip-black {
  background-color: #000000;
}
.select-color .tip-purple {
  background-color: #b15dc1;
}
.select-color .tip-gray {
  background-color: #707070;
}
.select-color .tip-yellow {
  background-color: #fae05c;
}
.select-color .tip-brown {
  background-color: #5f3515;
}
.select-color .tip-pink {
  background-color: #f7a3c5;
}
.select-color .tip-red {
  background-color: #de5252;
}
.select-color .tip-green {
  background-color: #54b172;
}
.select-color .tip-orange {
  background-color: #f89930;
}
.select-color .tip-other {
  background-color: #ffffff;
  border: solid 1px #000000;
  box-sizing: border-box;
}
.select-color .tip-beige {
  background-color: #e3d6b4;
}
.select-color .tip-clear {
  background-color: #d7eeff;
}
.select-color .tip-silver {
  background-color: #aaaaaa;
}
.select-color .tip-gold {
  background-color: #c39c33;
}
/********************
フロー
********************/
.action-steps {
  margin-bottom: 20px;
}
.action-steps li {
  background-color: #f4f4f4;
  padding-top: 6px;
  padding-bottom: 6px;
}
.action-steps li.active {
  background-color: #626262;
}
/*******
SideNavi
********/
#color-search label {
  position: relative;
  width: 80%;
}
#color-search label:hover span {
  opacity: 0.7;
}
#color-search input#color {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  position: absolute;
  z-index: -1;
  padding-left: 20px;
  position: relative;
  margin: 0 20px 0 0;
}
#color-search input {
  position: relative;
  top: -7px;
  height: 0;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
#color-search input:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #999;
}
#color-search input:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .5rem;
    border-color: #000;
    border-top-style: none;
    border-right-style: none;
}
#color-search input:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -7px;
  width: 2rem;
  height: 2rem;
  background: #fff;
  cursor: pointer;
}
.side-detailsearch select {
  width: 100%;
}
/********************
カート
********************/
.cart-area h2 {
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
}

/*ポイント入力部*/
.point-form table th {
  text-align: left;
  font-weight: normal;
}
.point-form table td {
  font-weight: bold;
  padding-left: 20px;
}

/*snapline*/
.snapline {
  max-width: 1300px;
  margin: 0 auto 40px;
  position: relative;
}

/** crossplus.css **/

body {
  letter-spacing: 0.05em;
}
main {
  display: block;
}
#head-info {
  background-color: black;
  margin: 0;
}
#head-info li {
  margin: 0;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
}
#head-info li > a {
  color: #fff;
  display: block;
}
#head-bar {
  height: 70px;
  position: relative;
}
#head-bar .logo {
  float: left;
  margin: 0 0 0 20px;
  padding-top: 12px;
}
#head-bar .logo a {
  display: block;
}
.navDrawr {
  visibility: hidden;
  height: 0;
}
.dropdown.open .dropdown-inner {
  display: block;
  opacity: 1;
}
.dropdown-inner {
  position: absolute;
  left: 0;
  top: 62px;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  text-align: center;
  display: none;
  z-index: 9999;
}
.dropdown .dropdown-inner .dropdown-menu {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: transparent;
  display: inline-block;
  float: none;
  text-align: left;
  box-shadow: none;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dropdown .dropdown-inner .dropdown-menu.sales_type,
.dropdown .dropdown-inner .dropdown-menu.category {
  left: 30px;
}
.dropdown-inner .dropdown-inlist {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.dropdown-inner .dropdown-inlist a {
  font-size: 12px;
  display: inline-block;
  background-color: transparent;
}
.dropdown-inner .dropdown-inlist a:hover {
  background-color: transparent;
}
.dropdown-inlist.newarrivals {
  margin-right: 30px;
  letter-spacing: 0.1em;
  width: 10%;
  float: left;
}
.dropdown-inlist.category {
  float: left;
  width: calc(100% - 20%);
  width: -webkit-calc(100% - 20%);
}
.dropdown-inlist.newarrivals > p,
.category > .nav-list > li > a {
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.dropdown-inner .dropdown-inlist > .child-category > li {
  float: left;
  margin: 0 30px 30px 0;
}
/* .dropdown-inner .dropdown-inlist > .child-category > li:nth-child(6) {
  display: none;
} */
#head-bar .hnav2 li a {
  font-size: 12px;
}
#head-bar .hnav3 li a {
  display: block;
}
#head-bar .hnav3 li.cart a > span {
  top: -5px;
}
#head-bar .hnav3 li svg {
  width: 20px;
}
#head-bar .hnav3 li.cart svg {
  width: 25px;
}
#head-bar .hnav3 li .hidden {
  width: 240px;
  background-color: #fff;
  z-index: 99999;
}
#head-bar .hnav3 li.open .hidden {
  display: block;
  visibility: visible;
  position: absolute;
  right: 0%;
  top: 60px;
  padding: 18px 30px 20px;
}
#head-bar .hnav3 li.open .hidden span {
  display: block;
}
#head-bar .hnav3 li.open .hidden span:first-child {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#head-bar .hnav3 li.open .hidden span.text-field {
  position: relative;
}
#head-bar .hnav3 li.open .hidden span input[type="text"] {
  width: 228px;
  margin: 0;
  border: none;
  height: 30px;
  border-bottom: 1px solid #000;
  font-size: 10px;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  letter-spacing: 0.2em;
}
#head-bar .hnav3 li.open .hidden span input[type="text"]::-ms-clear {
  visibility: hidden;
}
#head-bar .hnav3 li.open .hidden span.sentence {
  font-size: 12px;
}
#head-bar .hnav3 li.open .hidden span button {
  position: absolute;
  right: 0;
  top: 5px;
  border: none;
  background: transparent;
}
#head-bar .hnav3 li.open .hidden span:last-child {
  background-color: #000;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}
#head-bar .hnav3 li.open .hidden span:last-child a {
  color: #fff;
  display: block;
}
.dropdown .dropdown-inner .dropdown-menu.brand li {
  float: left;
  text-align: center;
  margin: 0 0 30px 2.2%;
  max-width: 150px;
  width: 10%;
}
/* .dropdown .dropdown-inner .dropdown-menu.brand li:nth-child(7n + 1) {
  clear: both;
  margin-left: 0;
} */
.dropdown .dropdown-inner .dropdown-menu.brand li:nth-child(n+8) {
  order: 1;
}
.dropdown .dropdown-inner .dropdown-menu.brand li a {
  padding: 0;
}
.dropdown .dropdown-inner .dropdown-menu.brand li img {
  margin-bottom: 10px;
  width: 100%;
}
.dropdown .dropdown-inner .dropdown-menu.brand li svg {
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 55px;
}
.dropdown .dropdown-inner .dropdown-menu.brand li .brand_txt {
  font-size: 12px;
  font-weight: 600;
}
.dropdown .dropdown-inner .dropdown-menu.brand li a:hover,
.dropdown .dropdown-inner .dropdown-menu.brand li a:focus {
  background-color: transparent;
  background-image: none;
  color: #000;
}
svg#alphacubic {
  width: 110px;
}
svg#ac_alphacubic {
  width: 90px;
}
svg#decoy {
  width: 90px;
}
svg#petit {
  width: 90px;
}
svg#norc {
  width: 90px;
}
svg#norc_line {
  width: 90px;
}
svg#jsjunkoshimada {
  width: 90px;
}
.norc.anthem .brand_logo svg {
  width: 90px;
}
.atofficial .brand_logo {
  padding: 15px 0;
  display: block;
}
#brandNavi .atofficial .brand_logo {
  padding: 20px 0;
}
svg#atofficial {
  width: 50px;
}
svg#aturo {
  width: 90px;
}
svg#junko {
  width: 100px;
}
svg#junko_49av {
  width: 110px;
}
svg#blancplus {
  width: 100px;
}
svg#bizcos {
  width: 90px;
}
#wrapper {
  overflow: hidden;
}
#grandtop-main {
  margin-bottom: 90px;
}
#grandtop-main .swiper-slide {
  max-width: 100%;
}
#grandtop-main .swiper-slide img {
  width: 100%;
}
#grandtop-main .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
#grandtop-main .swiper-button-prev {
  background-image: url("/assets/images/common/icn__left.png");
  background-size: 13px 53px;
  background-color: #000;
  background-position: 95% center;
  opacity: 0.6;
  filter: alpha("opacity=60");
  width: 100%;
  height: 100%;
  position: absolute;
  left: -1017px;
  top: 0;
  margin: 0;
}
#grandtop-main .swiper-button-next {
  background-image: url("/assets/images/common/icn__right.png");
  background-size: 13px 53px;
  background-color: #000;
  background-position: 5% center;
  opacity: 0.6;
  filter: alpha("opacity=60");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 1017px;
  top: 0;
  margin: 0;
}
#grandtop-main .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -34px;
}
#grandtop-main
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 10px;
}
#grandtop-main .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
#grandtop-main .swiper-container,
#grandtop-main .swiper-button-prev,
#grandtop-main .swiper-button-next {
  /* display: none; */
  float: left;
  height: calc( 100vw / 1.914 );
  min-height: 1px;
  max-height: 530px;
}
@media ( max-width: 767px ) {
  #grandtop-main .swiper-container,
  #grandtop-main .swiper-button-prev,
  #grandtop-main .swiper-button-next {
    height: 100%;
    max-height: 767px;
  }
}
#grandtop-main .swiper-container.swiper-container-horizontal,
#grandtop-main .swiper-container.swiper-container-horizontal  .swiper-button-prev,
#grandtop-main .swiper-container.swiper-container-horizontal .swiper-button-next {
  display: block;
}

#middle_banner {
  margin-bottom: 30px;
}
#middle_banner img {
  width: auto;
}
.blueback {
  background-color: #f3f6fa;
  padding: 75px 0 80px;
}
.whiteback {
  background-color: #fff;
  padding: 75px 0 80px;
  display: inline-block;
  width: 100%;
}
#page-body h2.ttl {
  margin-bottom: 35px;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
}
#page-body h2.ttl .sub {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0;
}
#creates .container {
  width: 1400px;
}
#creates li {
  float: left;
  margin: 0 0 2% 1.5%;
  width: 32%;
}

/*#creates li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}*/
#creates li img {
  width: 100%;
}
#creates li:first-child,
#ranking li:first-child {
  margin-left: 0;
}
.list-item-text {
  text-align: center;
  padding-top: 20px;
}
#ranking li .icn {
  padding: 0 0 20px;
  text-align: center;
  left: 50%;
  font-family: benton-modern-display-conden, serif;
  font-style: italic;
  font-size: 24px;
}
.brand-name {
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
}
#ranking li .item-ttl {
  font-size: 14px;
  margin-bottom: 10px;
}
#topics li {
  width: 32%;
  float: left;
  margin-left: 2%;
}
#topics li:first-child,
#topics li:nth-child(3) {
  margin-left: 0;
  clear: both;
}
#topics li:nth-child(-n + 2) {
  margin-bottom: 20px;
  width: 49%;
}
#ranking {
  max-width: 1300px;
  position: relative;
  margin: 0 auto;
}
#ranking .ranking_index {
  margin: 0 auto 100px;
}

.item-price {
  font-size: 12px;
}
.view_all {
  width: 300px;
  height: 35px;
  line-height: 35px;
  background-color: #000;
  margin: 40px auto 0;
}
.view_all a {
  display: block;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
}
#page-body #checked-items h2 {
  font-size: 16px;
}
#recommend-item {
  width: auto;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  display: block;
}
.swiper-button-prev {
  width: 13px;
  height: 53px;
  background: url("/assets/images/common/icn_left.png");
  background-size: 13px 53px;
  background-repeat: no-repeat;
  left: 0;
  top: calc(50% - 53px);
  top: -webkit-calc(50% - 53px);
}
.swiper-button-next {
  width: 13px;
  height: 53px;
  background: url("/assets/images/common/icn_right.png");
  background-size: 13px 53px;
  background-repeat: no-repeat;
  right: 0;
  top: calc(50% - 53px);
  top: -webkit-calc(50% - 53px);
}
.snapline .swiper-button-prev,
.snapline .swiper-button-next {
  top: calc(50% - 20%);
  top: -webkit-calc(50% - 20%);
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
#instafeed {
  max-width: 660px;
}
.blancplus_insta #instafeed {
  max-width: 840px;
}
#instafeed li {
  float: left;
  margin-left: 13px;
  margin-bottom: 13px;
  position: relative;
  width: 211px;
  height: auto;
  overflow: hidden;
}
.blancplus_insta #instafeed li {
  margin-left: 0px;
  margin-bottom: 0px;
  width: 280px;
}
#instafeed li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#instafeed li a {
  position: absolute;
  top: 0;
}
#instafeed li a img {
  width: 100%;
}
#instafeed li:nth-child(3n + 1) {
  margin-left: 0;
}
#brandNavi {
  clear: both;
  text-align: center;
}
#brandNavi li {
  display: inline-block;
  min-width: 8.5%;
  margin-left: 10px;
}
#brandNavi li > img,
#brandNavi li > a > img,
#brandNavi li .brand_txt {
  display: none!important;
}
#brandNavi li a:hover svg {
  opacity: 0.7;
}
#brandNavi li svg {
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 65px;
  max-width: 120px;
}
#brandNavi li svg#atofficial {
  height: 65px;
  width: 60px;
}
#brandNavi li svg#junko {
  width: 110px;
}
.snapline .coordinates li {
  text-align: center;
  overflow: hidden;
}
.snapline .brand_name {
  padding: 30px 0;
  font-size: 12px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.snapline .catch_copy {
  font-size: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin: 0;
}
#page-footer .logo svg {
  max-width: 105px;
}
/*****
shoptop 

*****/
#new-item ul,
#comming ul {
  display: inline-block;
}
.crosshop #ranking {
  margin-bottom: 100px;
}
#new-item li,
#comming li,
.crosshop #ranking .tab-box li,
#recommend li,
.crosshop .snapline li {
  float: left;
  width: 18.4%;
  margin-left: 2%;
  margin-bottom: 40px;
}
#new-item li:nth-child(5n + 1),
#comming li:nth-child(5n + 1),
.crosshop #ranking .tab-box li:nth-child(5n + 1),
#recommend li:nth-child(5n + 1),
.crosshop .snapline li:nth-child(5n + 1) {
  margin-left: 0;
  clear: both;
}
.crosshop #ranking .tab-box {
  display: inline-block;
  width: 100%;
}
.crosshop #pickup {
  margin-bottom: 70px;
}
.crosshop #pickup .txt {
  padding-top: 10px;
}
.crosshop #pickup .date {
  margin: 0;
  padding: 25px 0 15px;
  font-size: 11px;
  font-family: futura-pt, sans-serif;
}
.crosshop .snapline li:nth-child(n + 6) {
  display: none;
}
.crosshop .snapline li .brand_name {
  padding: 15px 0 10px;
}
.crosshop .snapline .catch_copy {
  font-size: 12px;
}
.atofficial .breadcrumb,
.junkoshimada .breadcrumb {
  margin-bottom: 50px;
}
#brand_logo {
  text-align: center;
  margin-bottom: 70px;
  font-size: 14px;
}
#brand_logo img,
#brand_logo svg {
  margin-bottom: 38px;
  width: 20%;
}
#brand_logo svg#decoy {
  height: 80px;
}
#brand_logo svg#ac_alphacubic {
  width: 20%;
}
#brand_logo svg#alphacubic {
  width: 20%;
  margin-left: 30px;
}
#brand_logo svg#atofficial {
  width: 100%;
  height: 42px;
  position: relative;
  margin: 0;
  padding-left: 5px;
}
#brand_logo svg#aturo {
  height: 42px;
  margin-bottom: 0;
  width: auto;
  position: relative;
  left: -20px;
  max-width: 160px;
}
#brand_logo svg#junko,
#brand_logo svg#junko_49av {
  height: 30px;
  width: auto;
}
#foot-banner {
  margin-bottom: 40px;
  margin-top: 40px;
}
#sns {
  margin-bottom: 80px;
}
#sns .boxer {
  width: 48%;
  height: 160px;
  border: 1px solid #e5eaf1;
  box-sizing: border-box;
  float: left;
  text-align: center;
}
#sns .boxer_blancplus .boxer {
  width: 100%;
  float: none;
}
#sns .boxer.sns_lefter {
  margin-right: 4%;
}
#sns .boxer.sns_lefter img {
  margin-bottom: 20px;
  width: 30px;
}
#sns .boxer.sns_lefter p {
  font-weight: bold;
}
#sns .boxer.sns_lefter span {
  font-size: 11px;
}
#sns .boxer.sns_lefter a {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  display: block;
  padding: 30px 0;
}
#sns .boxer.sns_righter ul {
  display: inline-block;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}
#sns .boxer.sns_righter li {
  width: 50%;
  text-align: center;
  display: inline-block;
  float: left;
}
#sns .boxer.sns_righter li a {
  display: block;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
}
#sns .boxer.sns_righter li p {
  margin: 0;
}
#sns .boxer.sns_righter li.face a {
  padding: 40px 0px 30px;
  text-indent: 46%;
  vertical-align: middle;
}
#sns .boxer.sns_righter li.face img {
  width: 15px;
  margin-bottom: 17px;
}
#sns .boxer.sns_righter li.tweet a {
  padding: 42px 0px 30px;
  text-indent: -120px;
}
#sns .boxer.sns_righter li.tweet img {
  width: 30px;
}
#sns .boxer.sns_righter li.insta a {
  padding: 32px 0px 30px;
  text-indent: -120px;
}
#sns .boxer.sns_righter img {
  margin-bottom: 20px;
}
#page-body #checked-items h2 {
  margin-bottom: 20px;
}
.crosshop .snapline .swiper-button-prev,
.crosshop .snapline .swiper-button-next {
  display: none;
}
.crosshop .snapline .swiper-button-prev {
  top: calc(50% - 10px);
  top: -webkit-calc(50% - 10px);
  left: 0;
}
.crosshop .snapline .swiper-button-next {
  top: 50%;
  right: 0;
}
.crosshop #sns {
  clear: both;
}
.crosshop #sns .boxer.sns_righter li {
  width: 25%;
  flex-basis: 0;
  flex-grow: 1;
}
.crosshop #sns .boxer.sns_righter li.blog a {
  padding: 38px 0px 30px;
  vertical-align: middle;
  text-indent: 0px;
}
.crosshop #sns .boxer.sns_righter li.blog img {
  width: 30px;
}
.crosshop #sns .boxer.sns_righter li.face a {
  text-indent: 0px;
}
.crosshop #sns .boxer.sns_righter li.tweet a {
  text-indent: 0px;
}
.crosshop #sns .boxer.sns_righter li.insta img {
  width: 40px;
  margin-bottom: 16px;
}
.crosshop #sns .boxer.sns_righter li.insta a {
  text-indent: 0px;
}
.item #page-body {
  /* width: 100%; */
  border-bottom: 1px solid #e5eaf1;
}
.crosshop #banner {
  margin: 0 auto 40px;
  clear: both;
  text-align: center;
}
#sidebar {
  float: left;
  width: 15%;
}
#sidebar ul#side-nav {
  display: none;
}
#sidebar .has-child > a {
  display: block;
  position: relative;
}
#sidebar .has-child > a:after {
  position: absolute;
  top: 30%;
  right: 0;
  content: "";
  color: #000;
  border-top: 1px solid;
  border-right: 1px solid;
  display: block;
  width: 5px;
  height: 5px;
  right: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#sidebar .has-child > a.open:after {
  position: absolute;
  top: 30%;
  right: 0;
  content: "";
  color: #000;
  border-top: 1px solid;
  border-right: 1px solid;
  display: block;
  width: 5px;
  height: 5px;
  right: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sidebar .has-child > ul {
  display: none;
  margin: 5px 0 15px;
}
#sidebar [class*="list"] {
  margin-bottom: 35px;
}
#sidebar [class*="list"] li {
  margin-bottom: 6px;
}
#sidebar [class*="list"] li.active:not(.has-child) > a {
  font-weight: 600;
}
#sidebar .side-caption {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
#sidebar .side-caption.coordinate {
  margin-bottom: 30px;
}
/* #sidebar .side-caption.leftin {
  float: left;
  clear: both;
}
#sidebar .select-price {
  float: right;
  width: calc(100% - 55px);
  width: -webkit-calc(100% - 55px);
} */
#article {
  float: right;
  width: 82%;
  max-width: 980px;
}

/*ranking_indexã€€recommend_index*/
#ranking .ranking_index li,
#recommend-item .recommend_index li {
  float: left;
  width: 18.33333%;
  margin: 0 0 2% 2%;
}
#ranking .ranking_index li:nth-child(5n+1),
#recommend-item .recommend_index li:nth-child(5n+1) {
  clear: both;
  margin-left: 0;
}

.listarea li {
  position: relative;
}
.listarea li:hover .second-photo {
  opacity: 1;
}
.listarea li:hover .first-photo {
  position: relative;
}
.listarea li:hover a {
  opacity: 1;
}
.listarea li .second-photo {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.listarea li .second-photo img {
  width: 100%;
}
#pagetop-area {
  margin: 0;
}
.register-legal-area .legal {
  height: 450px;
}

@media (max-width: 1200px) and (min-width: 980px) {
  span.brand_logo svg {
    width: 100%;
  }
  span.brand_logo svg.decoy_svg {
    width: 50%;
  }
  span.brand_logo svg.norc_svg,
  span.brand_logo svg.norc_line_svg {
    width: 65%;
  }
  span.brand_txt {
    font-size: 10px;
  }
}

@media(min-width: 767px){
  #page-body + #checked-items ul {
    text-align: center;
    display: inline-block;
    transform: none;
  }
  #page-body + #checked-items li {
    float: none;
    display: inline-block;
  }
}

/* DH_FRONT_DEPT-4412 */
#creates ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#creates .brand-list-5 li {
  float: none;
  flex-basis: calc( ( 80% - 8% ) / 5 );
  max-width: calc( ( 80% - 8% ) / 5 );
}
#creates .brand-list-6 li {
  float: none;
  flex-basis: calc( 100% / 8 );
  max-width: calc( 100% / 8 );
}
svg#atsofficial {
  width: 38px;
}
#brand_logo svg#atofficial {
  max-width: 168px;
  padding-left: 0;
}
#brandNavi li svg#atsofficial {
  width: 47px;
}
#brand_logo svg#atsofficial {
  width: 100%;
  height: 42px;
  position: relative;
  margin: 0;
  padding-left: 5px;
}
@media ( max-width: 767px ) {
  #creates ul.visible-phone {
    display: flex!important;
    justify-content: flex-start;
  }
  #creates li {
    float: none;
    flex-basis: calc( ( 100% - 2% ) / 2 );
    max-width: calc( ( 100% - 2% ) / 2 );
  }
}

/* DH_FRONT_DEPT-4444 */
.brandNavi_table ul:before {
  display: none;
}
.mall_pickup.crosshop #pickup {
  margin-top: 75px;
  margin-bottom: 80px;
}
.search_keyword_header_banner {
  margin-bottom: 20px;
  text-align: center;
}
.brandNavi_table {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  border-top: 1px solid #000;
  padding-top: 15px;
  position: relative;
}
.brandNavi_table p {
  font-weight: bold;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -68px;
  background-color: #fff;
  padding: 0 10px;
  font-size: 14px;
}
.brandNavi_table ul {
  display: flex;
  flex-wrap: wrap;
}
.brandNavi_table ul li {
  flex-basis: calc( (100% - 60px) / 5 );
  max-width: calc( (100% - 60px) / 5 );
  box-sizing: border-box;
  border: 1px solid #000;
  margin-left: 15px;
  margin-bottom: 15px;
}
.brandNavi_table ul li:nth-of-type(5n+1) {
  margin-left: 0;
}
.brandNavi_table svg {
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 55px;
}
@media ( max-width: 1280px ) {
  .brandNavi_table {
    margin: 20px 10px 10px 10px;
  }
}
@media ( max-width: 767px ) {
  .brandNavi_table p {
    font-size: 12px;
    margin-left: -50px;
  }
  .brandNavi_table ul li:nth-of-type(5n+1) {
    margin-left: 10px;
  }
  .brandNavi_table ul li {
    flex-basis: calc( (100% - 10px) / 2 );
    max-width: calc( (100% - 10px) / 2 );
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .brandNavi_table ul li:nth-of-type(odd) {
    margin-left: 0;
  }
  .mall_pickup.crosshop #pickup {
    margin-top: 35px;
    margin-bottom: 30px;
  }
}

/* DH_FRONT_DEPT-4654 */
li.secret_nav:last-child {
  position: relative;
}
li.secret_nav svg#secret_keys {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  position: absolute;
  top: 41%;
  fill: #fff;
}
@media ( max-width: 979px ) {
  li.secret_nav svg#secret_keys {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    position: absolute;
    top: 33%;
    fill: #000;
  }
}

/* DH_FRONT_DEPT-4852 */
.crosshop #displayCategoryRanking #ranking {
background-color: #fff;
}
.summary_text {
  text-align: center;
}
.summary_text_top {
  margin-bottom: 30px;
}
.summary_text_list {
  margin-top: 30px;
}
#page-footer {
  padding-top: 40px;
}
#checked-items .itemlist {
  justify-content: center;
}

/* DH_FRONT_DEPT-5474 */
.agreement-privacy {
  margin-top: 15px;
}
.agreement-privacy span {
  padding-right: 10px;
}
.agreement-privacy span a {
  font-size: 14px;
  color: #08c;
  text-decoration: underline;
}
.register-legal-area .form-actions {
  padding: 10px 20px 20px;
  margin-top: 0px;
}

@media ( max-width: 979px ) {
  .summary_text_top {
    margin-bottom: 14px;
  }
}
@media ( max-width: 767px ) {
  .summary_text {
    font-size: 10px;
    text-align: left;
  }
  .summary_text_top {
    margin-bottom: 3px;
    padding: 0 20px;
  }
  .summary_text_top br {
    display: none;
  }
}

/* DH_FRONT_DEPT-4761 */
#brandNavi li {
  vertical-align: top;
}
#brandNavi li span.kangol img {
  width: 50px;
}
.dropdown .dropdown-inner .dropdown-menu.brand li span.kangol {
  display: block;
}
.dropdown .dropdown-inner .dropdown-menu.brand li span.kangol img {
  width: 40px;
}
.dropdown .dropdown-inner .dropdown-menu.brand li span.kangol + .brand_txt {
  display: block;
}

@media ( min-width: 768px ) {
  #brandNavi li {
    display: inline;
    margin-left: 50px;
  }
  #brandNavi li svg {
    display: inline;
  }
  #brandNavi li:first-of-type,
  #brandNavi li:nth-of-type(6) {
    margin-left: 0;
  }
  #brandNavi li:nth-of-type(5)::after {
    content: "\A";
    white-space: pre;
  }
  #brandNavi li.kangol_logo {
    display: inline-block;
    min-width: auto;
  }
}

/*DH_FRONT_DEPT-5225*/
body.shopnotfound meta[http-equiv=refresh] + div {
  width: 1200px;
  margin: 0 auto;
}
body.shopnotfound #sidebar + meta[http-equiv=refresh] + div {
  float: right;
  width: 82%;
  max-width: 980px;
}
@media (max-width: 1280px) {
  body.shopnotfound meta[http-equiv=refresh] + div {
    width: 100%;
  }
  #creates .container {
    width: 100%;
  }
}
@media(max-width: 768px) {
  body.shopnotfound #sidebar + meta[http-equiv=refresh] + div {
    width: 100%;
  }
}

/* DH_FRONT_DEPT-5334 */
#sns .boxer.sns_righter ul {
  display: flex;
  justify-content: center;
}

/* DH_FRONT_DEPT-5334 */
.shop.index.kangolextracomfort #sns .boxer.sns_righter li {
  width: 50%;
}
#sns .boxer.sns_righter li.line a {
  padding: 29px 0px 30px;
  vertical-align: middle;
  text-indent: 0px;
}
#sns .boxer.sns_righter li.line svg {
  margin-bottom: 7px;
}
@media(max-width: 768px) {
  #sns .boxer.sns_righter li.line svg {
    margin-bottom: 0;
    width: 34px;
    height: auto;
    line-height: normal;
  }
  #sns .boxer.sns_righter li.line a {
    padding: 18px 0 0;
  }
}

/* DH_FRONT_DEPT-5445 */
#grandtop-main .swiper-button-next.disabled,
#grandtop-main .swiper-button-prev.disabled {
  background-image: none;
}
#grandtop-main .swiper-pagination.disabled {
  display: none;
}

/* DH_FRONT_DEPT-5710 */
#page-footer .sns-nav {
  width: 100%;
}
@media (max-width: 767px) {
  #page-footer .sns-nav {
    width: 85%;
  }
}

/* DH_FRONT_DEPT-6148 */
#page-body .label-mens {
  background-color: #000080;
}

#fnav .category.flist .child-category > li.has-child:last-child > a {
  display: block;
}
#fnav .category.flist .child-category > li.has-child:last-child .child-category {
  display: none !important;
}

/* DH_FRONT_DEPT-6198 */
.dropdown .dropdown-inner .dropdown-menu.brand li img.cpshop {
  margin-bottom: 0px;
}
.dropdown .dropdown-inner .dropdown-menu.brand .cpshop_logo a {
  white-space: normal;
}
@media (max-width: 979px) {
  #sp-gnav .main-nav li.brand_nav.has-child li span.cpshop img {
      display: block!important;
      width: 45px;
  }
}

/* DH_FRONT_DEPT-6415 */
#brand_logo.cpshop img {
  height: auto;
  width: 120px;
}
.cpshop #pickup.row {
  margin-left: 0;
}
.cpshop .row-fluid [class*=span]:nth-child(5) {
  margin-left: 0;
}
.cpshop .row-fluid [class*=span]:nth-child(n+5) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cpshop .row-fluid [class*=span]:nth-child(n+5) {
    margin-top: 0;
  }
}

/* DH_FRONT_DEPT-6936 */
#brand_logo li.junkoshimada {
  width: 320px;
}

/* DH_FRONT_DEPT-6931 / DH_FRONT_DEPT-6930 */
svg#renorm {
  width: 90px;
}
svg#lesoukholiday {
  width: 90px;
}
.dropdown .dropdown-inner .dropdown-menu.brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dropdown .dropdown-inner .dropdown-menu.brand li {
  max-width: 170px;
}

/* DH_FRONT_DEPT-7218 */
#sns .boxer_bizcos {
  display: flex;
}
#sns .boxer_bizcos .boxer.sns_righter img {
  margin-bottom: 20px !important;
  width: 30px;
}
#sns .boxer_bizcos .boxer.sns_righter li {
  width: 100% !important;
}
#sns .boxer_bizcos span.hidden-phone {
  display: block;
}
.bizcos div#sns {
  margin-top: 80px;
}
@media (min-width: 768px) {
  #sns .boxer_bizcos .boxer p {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  #sns .boxer_bizcos {
    flex-flow: column;
  }
  #sns .boxer_bizcos .boxer.sns_righter ul {
    height: 100%;
    align-items: center;
  }
  #sns .boxer_bizcos .boxer.sns_righter img {
    margin-bottom: 7px !important;
  }
  #sns .boxer_bizcos .sns_lefter img.mail_image {
    float: unset !important;
    left: 0;
    top: 0;
  }
  #sns .boxer_bizcos .boxer.sns_lefter a.mail_link {
    padding: 11px 0 8px;
  }
  .bizcos div#sns {
    margin-top: 50px;
  }
  .bizcos .boxer.sns_lefter {
    padding-bottom: 73px;
    padding-top: 2px;
  }
}