@charset "utf-8";
/********************
 common
********************/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* font settings */
@font-face {
  font-family: "gillsans";
  src: url("/assets/fonts/GillSans-Regular.ttf");
  src: url("/assets/fonts/GillSans-Regular.otf");
  src: url("/assets/fonts/GillSans-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/GillSans-Regular.woff") format("woff"),
    url("/assets/fonts/GillSans-Regular.ttf") format("truetype"),
    url("/assets/fonts/GillSans-Regular.svg#GillSans-Regular") format("svg");
  font-size: 110%;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  font-display: swap;
}
@font-face {
  font-family: "gillsans-bold";
  src: url("/assets/fonts/gillsans-Bold.ttf");
  src: url("/assets/fonts/gillsans-Bold.ttf");
  src: url("/assets/fonts/gillsans-Bold.otf");
  src: url("/assets/fonts/gillsans-Bold.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/gillsans-Bold.woff") format("woff"),
    url("/assets/fonts/gillsans-Bold.ttf") format("truetype"),
    url("/assets/fonts/gillsans-Bold.svg#gillsans-Bold") format("svg");
  font-size: 110%;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  font-display: swap;
}
@font-face {
  font-family: "gillsans-italic";
  src: url("/assets/fonts/gillsans-Italic.ttf");
  src: url("/assets/fonts/gillsans-Italic.otf");
  src: url("/assets/fonts/gillsans-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/gillsans-Italic.woff") format("woff"),
    url("/assets/fonts/gillsans-Italic.ttf") format("truetype"),
    url("/assets/fonts/gillsans-Italic.svg#gillsans-Italic") format("svg");
  font-size: 110%;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
}
@font-face {
  font-family: "gillsans-light";
  src: url("/assets/fonts/gillsans-Light.ttf");
  src: url("/assets/fonts/gillsans-Light.otf");
  src: url("/assets/fonts/gillsans-Light.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/gillsans-Light.w") format("woff"),
    url("/assets/fonts/gillsans-Light.ttf") format("truetype"),
    url("/assets/fonts/gillsans-Light.svg#gillsans-Light") format("svg");
  font-size: 110%;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
}
@font-face {
  font-family: "gillsans-light-italic";
  src: url("/assets/fonts/GillSans-Light-Italic.ttf");
  src: url("/assets/fonts/GillSans-Light-Italic.otf");
  src: url("/assets/fonts/GillSans-Light-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/GillSans-Light-Italic.woff") format("woff"),
    url("/assets/fonts/GillSans-Light-Italic.ttf") format("truetype"),
    url("/assets/fonts/GillSans-Light-Italic.svg#GillSans-Light-Italic")
      format("svg");
  font-size: 110%;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
}
.gillsans {
  font-family: "gillsans";
}
.gillsans-bold {
  font-family: "gillsans-bold";
}

.cezanne {
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Arial";
  src: url("/assets/fonts/Arial.eot");
  src: url("/assets/fonts/Arial.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Arial.woff") format("woff"),
    url("/assets/fonts/Arial.ttf") format("truetype"),
    url("/assets/fonts/Arial.svg#Arial") format("svg");
}

@font-face {
  font-family: "ScheherazadeNew";
  src: url("/assets/fonts/ScheherazadeNew-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "HelveticaNeuebold";
  src: url("/assets/fonts/Helvetica-Bold-Font.ttf");
  src: url("/assets/fonts/Helvetica-Bold-Font.ttf") format("truetype");
}

body {
  width: 100%;
  font-family: "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-size: 12px;
  overflow-x: hidden;
}
body.fixed {
  position: fixed;
}
body.l-side {
  width: calc(100% - 100px);
}
ul {
  list-style-type: none;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.7;
}
a:focus {
  text-decoration: none;
  color: #000;
}
img {
  border: none;
}
img.aligncenter {
  margin: 0 auto;
  display: block;
}
select,
input[type="text"] {
  padding-left: 10px;
  border-radius: 3px;
}

.modal.fade {
  top: 10%;
}
/* .clearfix:after, div:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
} */
* html .clearfix,
* html div {
  height: 1%;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  outline-offset: 0;
  border-radius: 0;
  border: 1px solid;
}
.inner {
  width: 1140px;
  margin: 0 auto;
}
.list-item-text p {
  margin-bottom: 10px;
}
.for-smp {
  display: none;
}

/* bootstrap custom */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  /* max-width: 1140px; */
  width: 79.166666vw;
}
/* 商品詳細の幅（一旦指定） */
.l-item_view main.container {
  max-width: unset !important;
  /* width: 100vw; */
  padding: 0;
}
.span12 {
  width: 1140px;
}
.span11 {
  width: 1077px;
}
.span10 {
  width: 938px;
  margin-left: 60px;
}
.span9 {
  width: 940px;
  float: right;
}
.span8 {
  width: 772px;
}
.span7 {
  width: 671px;
}
.span6 {
  width: 570px;
}
.span5 {
  width: 467px;
}
.span4 {
  width: 366px;
}
.span3 {
  width: 200px;
}
.span2 {
  width: 162px;
}
.span1 {
  width: 61px;
}
.offset12 {
  margin-left: 1220px;
}
.offset11 {
  margin-left: 1117px;
}
.offset10 {
  margin-left: 1016px;
}
.offset9 {
  margin-left: 915px;
}
.offset8 {
  margin-left: 812px;
}
.offset7 {
  margin-left: 711px;
}
.offset6 {
  margin-left: 610px;
}
.offset5 {
  margin-left: 507px;
}
.offset4 {
  margin-left: 406px;
}
.offset3 {
  margin-left: 305px;
}
.offset2 {
  margin-left: 202px;
}
.offset1 {
  margin-left: 101px;
}
/*smaller-container*/
.smaller-container {
  margin-bottom: 110px;
  margin-left: auto;
  margin-right: auto;
}
.smaller-container {
  width: 1040px;
}
.smaller-container .row .span12 {
  width: 1040px;
}
.smaller-container .row .span11 {
  width: 950px;
}
.smaller-container .row .span10 {
  width: 860px;
}
.smaller-container .row .span9 {
  /* width: 890px; */
  width: 72%;
}
.smaller-container .row .span8 {
  width: 680px;
}
.smaller-container .row .span7 {
  width: 590px;
}
.smaller-container .row .span6 {
  width: 500px;
}
.smaller-container .row .span5 {
  width: 410px;
}
.smaller-container .row .span4 {
  width: 320px;
}
.smaller-container .row .span3 {
  /* width: 230px; */
  width: 18%;
}
.smaller-container .row .span2 {
  width: 140px;
}
.smaller-container .row .span1 {
  width: 50px;
}
.smaller-container .row .offset12 {
  margin-left: 1080px;
}
.smaller-container .row .offset11 {
  margin-left: 990px;
}
.smaller-container .row .offset10 {
  margin-left: 900px;
}
.smaller-container .row .offset9 {
  margin-left: 810px;
}
.smaller-container .row .offset8 {
  margin-left: 720px;
}
.smaller-container .row .offset7 {
  margin-left: 630px;
}
.smaller-container .row .offset6 {
  margin-left: 540px;
}
.smaller-container .row .offset5 {
  margin-left: 450px;
}
.smaller-container .row .offset4 {
  margin-left: 360px;
}
.smaller-container .row .offset3 {
  margin-left: 270px;
}
.smaller-container .row .offset2 {
  margin-left: 180px;
}
.smaller-container .row .offset1 {
  margin-left: 90px;
}
.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%;
}

/* init */
.text-center {
  text-align: center !important;
}
a:focus {
  outline: none;
}
.bold {
  font-weight: bold;
}
/*prototypeまとめ買いセールアイコン*/
/* .icon .label {
  margin: 2px 0;
  background: none;
  padding: 4px 11px;
  margin-top: 10px;
  letter-spacing: 0.04em;
  color: #999999;
  font-family: "gillsans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  border: 2px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
} */
.label.label-bundle {
  background-color: #fff;
  color: #999;
  border: solid 2px #cccccc;
}
/*prototype再入荷メールアイコン*/
.label.label-rearrival-mail {
  background-color: #fff;
  color: #999;
  border: solid 2px #cccccc;
}
.label.label-preorder {
  color: #666666 !important;
}

/*font*/
.opensan {
  font-family: "gillsans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  letter-spacing: 0.1em;
}
.u-fade,
.u-fade-more {
  opacity: 0;
  transition: 0.7s ease-in-out;
}
.u-fade--in,
.u-fade-more--in {
  opacity: 1;
}

@keyframes appear {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

/**
* loading
**/
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
body.fadeout::after {
  opacity: 1;
}
.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100000;
  opacity: 0;
  transition: 1s ease-in-out;
  pointer-events: none;
}
.js-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: white;
}
.p-loading__progress {
  display: block;
  width: 61%;
  height: 2px;
}
.p-loading__progress::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: 1s ease-in-out 1s;
}
.p-loading.is-show {
  opacity: 1;
}
.p-loading.is-hide {
  opacity: 0;
  transition: 1s ease-in-out;
}
.p-loading.is-show .p-loading__progress::before {
  width: 100%;
}

/******************************
ボタン
******************************/
.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:hover,
.btn:focus,
.btn:active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #666;
  transition: all 0.1s;
  border: 1px solid #666666;
}
.btn a {
  color: #555;
}
.btn:hover a,
.btn:focus a,
.btn:active a {
  color: #fff;
  text-decoration: none;
}
.btn:focus {
  outline: none;
}
.btn-primary {
  background-color: #595959;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #888;
}
.btn-back {
  background-color: #f5f5f5;
}
.btn-back:hover,
.btn-back:focus {
  background-color: #666;
  color: #fff;
}
.btn-under {
  margin-top: 10px;
}
.btn-row {
  margin-right: 10px;
}
.form-horizontal .form-actions {
  padding-top: 55px;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  flex-direction: row-reverse;
}
.form-horizontal .form-actions a {
  text-decoration: none;
}
.register-area .form-actions {
  margin-bottom: 0;
  margin-top: 45px;
}
.register-legal-area .legal {
  border: solid 1px #eee;
  padding: 40px;
}
.register-legal-area .legal ol{
  margin: 0 0 10px 25px;
}
.form-actions {
  background-color: #fff;
  border-top: 0;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
}
.form-actions a,
.form-actions input.btn,
.form-actions button,
#guide7 .inquiry-mail .btn,
#guide7 .inquiry-tel .btn,
.p-legal-table .inquiry-mail .btn,
.p-legal-table .inquiry-tel .btn {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 15px;
  padding: 0;
  color: #fff;
  background-color: #333;
}
.form-actions a:hover,
.form-actions input.btn:hover,
.form-actions button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.form-actions .btn-small,
.form-actions .btn-reset {
  background: url("/assets/images/common/arrow_back.png") no-repeat 5% 50%
    #595959;
  padding: 0;
}
.form-actions .btn-primary {
  padding: 0;
}
.form-actions .btn-primary.space {
  margin-left: 30px;
}
.form-actions .btn-primary:hover {
  border: 1px solid #888;
}
.form-actions .btn-back {
  background-color: #fff;
  color: #333;
  border: solid 1px #bcbcbc;
}
.form-actions .btn-listBack,
.form-actions .btn-listBack:hover,
.form-actions .btn-listBack:focus {
  background-color: transparent;
  color: #000;
  border: solid 1px #7d7d7d;
}
.form-actions input.btn.btn_delete {
  background-color: transparent;
  color: #000;
  border: solid 1px #c7cacd;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  border-radius: 3px;
}
.confirm-confirmation th {
  width: 140px;
}
/******************************
タイトル
*******************************/
/*ページタイトル*/
.title {
  letter-spacing: 0.1px;
  padding: 60px 0 50px;
  margin: 0 0 20px;
  font-size: 20px;
  text-align: center;
}
.page-title {
  margin-bottom: 35px;
  color: #000;
  font-size: 28px;
  letter-spacing: 1px;
  font-family: "gillsans", "fot-cezanne-pron", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    MS PGothic, sans-serif;
  white-space: nowrap;
}
/*コンテンツタイトル*/
.box-title {
  padding: 0 0 35px;
  color: #000000;
  font-size: 23px;
  letter-spacing: 1px;
  text-align: center;
  font-family: "gillsans", "fot-cezanne-pron", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    MS PGothic, sans-serif;
}

.box-title.border {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.box-title .sub,
h1 .sub {
  font-size: 11px;
  margin-left: 10px;
  padding-top: 3px;
}
.help-block {
  margin-top: 5px !important;
}
.box-title .sub,
.page-title .sub {
  display: block;
  margin: 0;
  font-family: ipag, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/******************************
レイアウト
******************************/
.list-layout .span9 {
  float: right;
}
/*リスト*/
ul.outside-slide,
ol.outside-slide {
  margin-left: 25px;
}

/******************************
#page-header
******************************/

/* .p-header-banner {
  height: 55px;
  background-color: #bababa;
}
.p-header-banner__link {
  color: #fff;
  text-align: center;
  display: block;
  padding: 17.5px 0px;
  font-size: 13px;
}
.p-header-banner__link:hover {
  color: #fff;
} */
.lead.center {
  text-align: center;
}
#head-bar {
  padding: 0;
}
#head-bar > .top-lead {
  text-align: center;
}
#head-bar > .top-lead p {
  padding: 8px 0;
  margin: 0;
}
#head-bar > .top-lead p a {
  color: #666;
}
#head-bar > .sub-nav {
  height: 40px;
  line-height: 40px;
  color: #444;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 9px 0;
}
#head-bar > .sub-nav a {
  color: #444;
  background-color: #fff;
}
#head-bar > .sub-nav .sn2 > li {
  font-family: "gillsans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  letter-spacing: 0.1em;
}
#head-bar > .sub-nav .sn2 > li:last-child {
  letter-spacing: 0;
}
#head-bar > .sub-nav .sn2 > li img {
  padding-right: 7px;
}
form.navbar-form {
  width: 180px;
  border-bottom: 1px solid #e5e5e5;
}
input.head-search-text {
  width: 120px;
  background-color: #fff;
  border: none;
}
button.btn.btn-primary.head-search-btn {
  background-color: #fff;
  border: none;
  padding: 4px 6px;
  margin-top: 0;
  float: right;
  top: -2px;
  position: relative;
}
i.icon-search.icon-white {
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/common/icon_search.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
}
li.refine-search a {
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
i.icon-white.icon-shopping-cart {
  width: 30px;
  height: 21px;
  background: url("/assets/images/common/cart.png") no-repeat;
  margin-left: 9px;
}
.navbar .brand {
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 110px;
  position: relative;
}
#page-header {
  position: relative;
}
#logo {
  position: fixed;
  top: 25px;
  left: 30px;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.swiper-wrap {
  position: relative;
  margin: 0 -50px;
}

@media (min-width: 980px) {
  .swiper-button-prev {
    background: url(/assets/images/icon/left-arrow.svg) center/8px 15px
      no-repeat;
    left: 0px;
    top: 35%;
    transition: 0.3s ease-in-out;
    z-index: 1;
  }
  .swiper-button-next {
    background: url(/assets/images/icon/left-arrow.svg) center/8px 15px
      no-repeat;
    transform: rotate(180deg);
    right: 0px;
    top: 35%;
    transition: 0.3s ease-in-out;
    z-index: 1;
  }
}

.navbar .brand > .cart-area {
  position: absolute;
  left: auto;
  right: 0%;
  top: 50%;
  font-size: 12px;
  font-weight: normal;
  font-family: "gillsans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}
.navbar .brand > .cart-area a {
  display: block;
}
.navbar .brand > .cart-area a > span {
  vertical-align: bottom;
}
.cart-area .amount {
  width: 21px;
  height: 21px;
  background-color: #333333;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.navbar-static-top .navbar-inner {
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  border: none;
}
#head-sub-menu {
  float: right;
}
#sp-nav {
  visibility: hidden;
  width: 290px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f0f0f0;
  display: none;
}
#sp-nav.open {
  display: block;
}
#global-navi {
  padding: 23px 0 20px;
  position: relative;
}
#global-navi > .nav {
  clear: both;
  float: none;
  width: 100%;
  text-align: center;
}
#global-navi .nav > li {
  float: none;
  display: inline-block;
}
#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 {
  text-decoration: underline;
  background: none;
  background-color: transparent;
}
/* ナビ全般 */
#head-bar .utility-nav.sn1 {
  float: left;
}
#head-bar .utility-nav.sn1 .info {
  padding-top: 0;
  padding-left: 0;
}
#head-bar .utility-nav.sn1 .info img {
  padding-bottom: 4px;
  padding-right: 8px;
}
#head-bar .utility-nav li {
  vertical-align: middle;
  padding: 0;
}
#head-bar .utility-nav li a {
  padding: 2px 5px;
}

.navbar .nav {
  margin-right: 0;
  position: relative;
  overflow: visible;
}
.navbar .nav > li > a {
  text-shadow: none;
  color: #000;
  padding: 10px 32px;
  font-size: 14px;
  font-family: "gillsans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  letter-spacing: 0.1em;
}
.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;
  color: #fff;
  background-color: #777;
}
.dropdown-menu > li {
  text-align: left;
  font-family: "gillsans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}
.dropdown-menu > li > a {
  color: #fff;
}
#global-navi .dropdown-menu > li > a:hover {
  background-color: #333;
  text-decoration: none;
}
#global-navi .dropdown-menu > li.active > a {
  background-color: #333;
  background-image: none;
}
#global-navi .dropdown.open .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#global-navi .dropdown-menu {
  display: block;
  letter-spacing: 0.1em;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s ease;
}
#global-navi .dropdown.active > a {
  background-color: #fff;
  color: #000;
  box-shadow: none;
}

#global-navi .menu_brand .dropdown-menu {
  width: 100%;
  min-width: 400px;
}
#global-navi .menu_brand .dropdown-menu .menu_brand_child {
  float: left;
  width: 50%;
}
#global-navi .menu_brand .dropdown-menu .menu_brand_child li {
  width: 100%;
}
#global-navi .menu_brand .dropdown-menu .menu_brand_child li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 6px 20px;
  line-height: 20px;
  clear: both;
  font-weight: normal;
  white-space: nowrap;
}
#global-navi .menu_brand .dropdown-menu li ul li a:hover {
  background-color: #333;
  text-decoration: none;
}

/*検索窓*/
.head-search {
  float: right;
}
.head-search .navbar-form {
  position: relative;
}
.head-search input.head-search-text {
  font-size: 12px;
  margin-top: 0;
}
.head-search .btn.head-search-btn {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
.head-search li.refine-search {
  margin-left: 10px;
}
.head-search li.refine-search .btn {
  margin: 0;
  font-weight: normal;
}

#global-navi .sns_icon {
  position: absolute;
  top: 30px;
  right: 0;
}
#global-navi .sns_icon li {
  float: left;
  padding-left: 20px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

/***
* footer
***/
#pagetop-area {
  overflow: hidden;
  margin: 0;
  position: absolute;
  top: -90px;
  right: 0;
}
#pagetop {
  width: 40px;
  height: 40px;
  display: block;
  float: right;
  background: url("/assets/images/common/pagetop.png") center center no-repeat
    #595959;
  text-indent: -999999px;
}
#pagetop i {
  background-image: none;
}
#page-footer {
  color: #ffffff;
  font-size: 11px;
}
#page-footer {
  background: #e8e8e8;
}
#page-footer .container {
  position: relative;
}
#page-footer .footlogo {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #acacac;
}
#page-footer .navbar {
  margin-bottom: 0;
}
#page-footer .navbar .nav {
  width: 760px;
  float: left;
  position: static;
  margin-left: -15px;
  overflow: hidden;
}
#page-footer .sns_icon {
  float: right;
  border: none;
  padding: 0;
  margin: 0;
}
#page-footer .sns_icon li {
  width: 26px;
  height: 27px;
  float: left;
}
#page-footer .sns_icon li:nth-child(2) {
  margin-left: 20px;
}
#page-footer .sns_icon li .sns-icon-fb {
  background-image: url("/assets/images/common/facebook.png");
  background-repeat: no-repeat;
  background-size: 26px 27px;
  height: 27px;
  display: block;
}
#page-footer .sns_icon li .sns-icon-tw {
  background: url("/assets/images/common/instegram.png") no-repeat;
  background-repeat: no-repeat;
  background-size: 26px 27px;
  height: 27px;
  display: block;
}
#page-footer .sns_icon li > a {
  padding: 0;
}
#page-footer .copyright {
  display: inline-block;
  padding-top: 45px;
  letter-spacing: 0.05em;
  font-family: "gillsans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}
/******************************
リスト
*******************************/
.subnav h2 {
  margin-bottom: 10px;
}
.nav-list {
  padding-left: 0;
  padding-right: 0;
}
.nav-list > li > a {
  padding: 0;
  letter-spacing: 0.26px;
  color: #a3a3a3;
  margin: 0 0 10px 0;
  font-size: 13px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  text-shadow: none;
  color: #000;
  background-color: #ffffff;
}

/******************************
サイドエリア
*******************************/
#sidearea.span3 {
  margin: 0;
}
.side-caption {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  font-family: "gillsans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  line-height: 28px;
  padding: 3px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  color: #777777;
}
.side-caption.red {
  color: #b53233;
}
.p-itemlist-leftarea__filter .side-caption {
  letter-spacing: 2px;
}
.list-brand .side-caption,
.side-caption.sales {
  margin-top: 19px;
}
@media (max-width: 979px) {
  .list-brand .side-caption,
  .side-caption.sales {
    margin-top: 0px;
  }
}

.sales-type .nav-list > li > a:hover {
  background-color: #ffffff;
}
.side-caption.form-ttl {
  border-bottom: none;
}
#gender-navi {
  margin-bottom: 40px;
}
#gender-navi .gender-nav {
  margin-bottom: 10px;
  color: #a3a3a3;
  height: 40px;
  line-height: 38px;
  border-bottom: 2px solid #e5e5e5;
}
#gender-navi .gender-nav > a {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  color: #a3a3a3;
  font-family: "gillsans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  border: none;
}
#gender-navi .gender-nav > a:hover {
  background-color: #ffffff;
  color: #000000;
  opacity: 1;
}
#gender-navi .gender-nav.is-active > a {
  color: #000000;
  opacity: 1;
  border-bottom: 2px solid #b53233;
}
#gender-navi .gender-nav > a:hover {
  background-color: #ffffff;
  color: #000000;
  opacity: 1;
}

/*ブランドカテゴリ*/
.brand-category a {
  display: block;
  padding: 6px 12px;
  line-height: 16px;
  color: #000;
}
.brand-category a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
/*パーツ カテゴリー */
.list-category li {
  position: relative;
  list-style-type: none;
  font-size: 13px;
  color: #777777;
  font-weight: normal;
  letter-spacing: 2px;
  font-family: "gillsans", Arial, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    MS PGothic, sans-serif;
}
.list-category ul {
  list-style-type: none;
}
.list-category h3 {
  position: relative;
}
.list-category a {
  display: block;
  padding: 6px 12px;
  line-height: 16px;
  color: #000;
}
.list-category a:hover {
  text-decoration: none;
  background-color: #ffffff;
}
.list-category .nav-list {
  padding-left: 0;
  padding-right: 0;
}
.list-category .nav-list > li > a {
  font-size: 13px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0 0 12px 0;
  text-indent: 0;
  color: #a3a3a3;
}
.list-category .nav-list > li > a:hover {
  background-color: #ffffff !important;
}

.p-leftarea__brand .nav-list > li > a,
.p-leftarea__catecory .nav-list > li > a {
  font-size: 14px;
  letter-spacing: 2px;
  font-family: "gillsans", Arial, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    MS PGothic, sans-serif;
}

.list-category .child-category {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.list-category .child-category > li {
  position: relative;
}
.list-category .child-category > li > a {
  font-size: 13px;
  color: #a3a3a3;
  letter-spacing: 2px;
  padding: 5px 0;
  margin-bottom: 0;
}
.list-category .grand-child-category {
  display: none;
}
.list-category .grand-child-category > li > a {
  padding-left: 30px;
}

/*パーツ 詳細検索 */
.side-detailsearch {
  margin-top: 20px;
}
.side-detailsearch .caption {
  margin-bottom: 10px;
}
.side-detailsearch .form-ttl {
  margin: 10px 0 2px;
}
.side-detailsearch .form-set select {
  width: 100%;
  font-size: 11px;
}
.side-detailsearch .color-name {
  font-size: 11px;
}
.side-detailsearch .sel-rate-set > li {
  width: 100%;
}
.side-detailsearch .sel-rate-set > li.to {
  width: 10%;
  padding: 0;
}
.side-detailsearch .detailsearch-btn-area {
  margin: 10px 0;
  text-align: center;
}
.side-detailsearch .detailsearch-btn-area .btn {
  width: 100%;
  border: 0;
  height: 42px;
  margin-bottom: 10px;
  background-color: #a1a1a1;
}
.side-detailsearch .detailsearch-btn-area .btn.clearForm {
  color: #ffffff;
  background: #bababa 0% 0% no-repeat padding-box;
}
.side-detailsearch .detailsearch-btn-area .btn-primary {
  background: url("/assets/images/common/item_search.png") no-repeat 12% 50%
    #bababa;
}
.detailsearch-btn-area span {
  display: block;
}

/*パーツ カラー検索 */
.side-colorsearch .select-color .check-mark {
  display: none;
}
.side-colorsearch .select-color .color-tip {
  float: none;
  width: 30px;
  height: 30px;
  margin: 4px 5px 0 0;
}
.side-colorsearch .select-color ul {
  overflow: hidden;
  list-style: none;
  width: 82%;
  margin: 0 auto;
  padding-top: 10px;
}
.side-colorsearch .select-color ul li {
  float: left;
  padding: 0;
}
.side-colorsearch .select-color li.active > a {
  border: 3px solid #666;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media (min-width: 980px) {
  .list-category .child-category {
    margin-top: 0;
  }
  .list-category .child-category > li > a {
    padding: 7px 0;
    margin: 0;
  }
  .list-category .nav-list.js-navlist-contents > li > a {
    margin: 0 0 15px 0;
  }
}
/******************************
hitlist
******************************/
.hit_list {
  margin-bottom: 100px;
  position: relative;
}
.hit_list.tab-content {
  overflow: hidden;
}
.hit_list .rank-num {
  font-size: 18px;
  line-height: 35px;
  width: 35px;
  text-align: center;
  padding: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 10;
  background-color: #cccccc;
  font-family: "gillsans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
.hit_list ul li {
  width: 19.15%;
  float: left;
  margin-left: 1%;
  position: relative;
}
.hit_list ul > li:first-child {
  margin-left: 0;
}
@media (min-width: 980px) {
  .hit_list ul > li:nth-child(5n + 1) {
    clear: both;
    margin-left: 0;
  }
}
.ranking-index .hit_list ul > li {
  margin-bottom: 30px;
  position: relative;
  display: block;
}
.ranking-index .hit_list ul > li .brandname {
  font-weight: bold;
}
.hit_list .list-item-text {
  padding: 15px 0 0;
}
.ranking-index #change-gender .gender-inner ul.nav-tabs {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}
.ranking-index #change-gender .gender-inner li.firstActive > a,
.ranking-index #change-gender .gender-inner li.active > a {
  background-color: #ffffff;
  color: #000;
  position: relative;
  border-top: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/******************************
詳細検索
******************************/
.detailPagerArea {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 12px 0;
  border-bottom: 1px solid #ececec;
  padding-right: 25px;
  padding-left: 25px;
}
.detailPagerArea .condition > li > a:hover {
  text-decoration: none;
}
.detailPagerArea .condition > li:first-child {
  padding-left: 0;
}
#searchDetailArea {
  float: none;
  margin: 0 auto;
}
#searchDetailArea .input-title {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  margin: 20px 0 5px;
}
#selectBrand label {
  text-align: center;
}
.sel-rate-set {
  overflow: hidden;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.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;
}

/******************************
規約系
******************************/
@media (min-width: 980px) {
  .guide .smaller-container,
  .inquiry .smaller-container,
  .cart .smaller-container,
  .customer .smaller-container {
    width: 79.166666vw;
  }
}

@media (min-width: 980px) {
  .mypage .smaller-container {
    width: 79.166666vw;
  }
}

.guide .smaller-container .row .span9,
.inquiry .smaller-container .row .span9 {
  width: 72%;
  margin-left: 0;
}

.guide .smaller-container .row .span3,
.inquiry .smaller-container .row .span3 {
  overflow-y: auto;
  height:calc(100dvh - 150px);
  overflow-x: hidden;
  width: 20%;
  margin-left: 0;
}

.guide .box-title,
.guide .page-title {
  font-size: 28px;
}

.guide .smaller-container .row .span3 {
  margin: 0 0 -30px 0;
}
/* .style-guide-left {
  margin-top: 62px !important;
} */

.guide-right-area {
  margin-bottom: 180px;
}

.style-guide .page-header {
  font-size: 20px;
  margin: 0 0 58px;
  border-bottom: none;
  padding-bottom: 0;
}

.inquiry.confirm .style-guide .page-header {
  margin: 0 0 28px;
}

.style-guide section {
  padding-top: 60px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ececec;
}
.faq-right-area section {
  padding-bottom: 0;
}

.faq-right-area section:last-child  {
  margin-bottom: 150px;
}

.style-guide section.first-section {
  padding-top: 60px;
  margin-top: -60px;
}
.style-guide h3 {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.style-guide a {
  text-decoration: underline;
}
.style-guide .sentence {
  font-size: 13px;
  margin-bottom: 60px;
}
.style-guide .sentence a {
  text-decoration: underline;
}
.style-guide .sentence dt {
  float: left;
  width: 2em;
  font-weight: bold;
}
.style-guide .sentence dd {
  margin-left: 2em;
}
.style-guide .sentence p,
.style-guide .sentence li {
  line-height: 30px;
  margin: 0;
}
.style-guide ul,
.style-guide ol {
  margin: 0 0 10px 25px;
}
.style-guide .guide-ul{
  margin-left: 1.5em;
  list-style-type: disc;
}
.guide .site-information {
  margin-bottom: 30px;
}
.guide .site-information p {
  padding-left: 1em;
}
.guide .site-information .ttl {
  font-weight: bold;
  padding-left: 0;
}

.style-guide .sentence table {
  width: 100%;
}

.style-guide .sentence table th {
  width: 8%;
}

.style-guide .sentence table td {
  width: 92%;
}
.style-guide .sentence .guide27_table{
  width:40%;
}
.style-guide .sentence .guide27_td{
  width:20%;
}
.guide27_td a{
  text-decoration: underline;
}

.style-legal {
  font-size: 13px;
}

.guide .container .row,
.guide .container .style-guide + .visible-desktop {
  margin-left: 0;
}
.guide .container .box-title {
  padding: 22px 0 18px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.guide .style-guide .page-header h2 {
  font-size: 20px;
}
.guide-privacy p.guideTtl {
  font-size: 13px;
  font-weight: bold;
}
.guide-privacy .style-guide ul,
.guide-privacy .style-guide ol {
  margin: 0 0 10px 6px;
}
.individual-privacy-info li {
  margin-left: 1em;
  text-indent: -1em;
}
.guide-securitycode #contents {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.guide-securitycode #contents h3 {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  padding: 0.4em;
  border: #c9c9c9 1px solid;
  margin-bottom: 0.7em;
  margin-top: 0.7em;
}
.guide-securitycode #contents .card-img {
  padding: 20px 0;
}
.guide-securitycode #contents .card-img li {
  width: 18.5%;
  float: left;
}
.guide-securitycode #contents .card-img li:first-child {
  width: 38%;
}
.guide-securitycode #contents .card-img li p {
  background-color: #e5e5e5;
  margin-right: 20px;
  text-indent: 5px;
  font-weight: bold;
  font-size: 11px;
  font-family: "gillsans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}
.guide-gray-letter {
  color: #888888;
  line-height: 20px;
}
.guide .attention-letter {
  font-weight: bold;
}
.guide .new-registration {
  margin-top: 55px;
  margin-bottom: 55px;
}
.guide .new-registration a {
  text-decoration: none;
  padding: 20px 96px;
  border: 1px solid #bcbcbc;
}
.guide p.indentback {
  text-indent: -1em;
}
.guide_leftnavi__wrapper {
  position: sticky;
  top: 60px;
  margin-left: 0;
}
.guide_leftnavi__title {
  position: relative;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  margin: 0 10px 0 0;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #ebebeb;
  cursor: pointer;
}

.guide_leftnavi__inquiry-title {
  position: relative;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  color: #000;
  margin: 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.guide_leftnavi__inquiry-title a {
  display: block;
  height: 52px;
  line-height: 52px;
}

.guide_leftnavi__block {
  display: none;
  margin-top: 20px;
  padding-bottom: 35px;
  margin-left: 22px;
}
.is-open .guide_leftnavi__block {
  display: block;
}

.guide_leftnavi__title::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  background: url(/assets/images/icon/plus.svg) center center no-repeat;
  top: 40%;
  right: 0%;
  transform: rotate(0deg);
  transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.is-open .guide_leftnavi__title::before {
  top: 40%;
  right: 0%;
  transform: rotate(-45deg);
  transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.guide_faq__sentence {
  cursor: pointer;
}

.guide_faq__title {
  position: relative;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  margin: 0;
  padding-top: 26px;
  padding-bottom: 26px;
  border-top: 1px solid #ebebeb;
}

.guide_faq__initial {
  margin-right: 14px;
}

.guide_faq__block {
  display: none;
  margin-top: 5px;
  padding-bottom: 26px;
  font-size: 15px;
  line-height: 26px;
  padding-left: 2em;
  text-indent: -2em;
  color: #000000;
}
.is-open .guide_faq__block {
  display: block;
}

.guide_faq__title::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  background: url(/assets/images/icon/plus.svg) center center no-repeat;
  top: 40%;
  right: 3%;
  transform: rotate(0deg);
  transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.is-open .guide_faq__title::before {
  top: 40%;
  right: 3%;
  transform: rotate(-45deg);
  transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#guide7 .inquiry-mail .btn,
#guide7 .inquiry-tel .btn,
.p-legal-table .inquiry-mail .btn,
.p-legal-table .inquiry-tel .btn {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}

#guide7 .inquiry-mail .btn,
#guide7 .inquiry-tel .btn,
.p-legal-table .inquiry-mail .btn,
.p-legal-table .inquiry-tel .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 63px;
  font-size: 14px;
}

#guide7 .inquiry-mail,
#guide7 .inquiry-tel,
.p-legal-table .inquiry-mail,
.p-legal-table .inquiry-tel {
  width: 100%;
}

#guide7 .inquiry-mail a,
#guide7 .inquiry-tel a,
.p-legal-table .inquiry-mail a,
.p-legal-table .inquiry-tel a {
  text-decoration: none;
}

#guide7 .inquiry-tel .tel-icon,
.p-legal-table .inquiry-tel .tel-icon {
  width: 12px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  #guide7 .inquiry-mail .btn,
  #guide7 .inquiry-tel .btn,
  .p-legal-table .inquiry-mail .btn,
  .p-legal-table .inquiry-tel .btn {
    height: 53px;
    font-size: 13px;
  }

  #guide7 .inquiry-tel .tel-icon,
  .p-legal-table .inquiry-tel .tel-icon {
    width: 10px;
  }
  .style-guide .sentence .guide27_table{
    width:80%;
  }
  .style-guide .sentence .guide27_td{
    width:40%;
  }
}

.domein-receive-wrapper .sentence {
  margin-bottom: 42px;
}

.domein-receive-wrapper .style-guide ol {
  margin: 0 0 10px 15px;
}

.domein-receive.style-guide section {
  border-bottom: none;
  padding: 0;
}

.p-article-title {
  font-size: 20px;
  margin: 0;
  padding-bottom: 28px;
  margin-bottom: 58px;
  border-bottom: 1px solid #ececec;
}
.page-header-terms {
  line-height: 38px;
}

.p-article-lead h3 {
  font-size: 13px;
}
.domein-receive-wrapper .two-paragraphs {
  margin-left: 30px;
}

.style-guide .first-secction {
  padding-top: 60px;
  margin-top: -60px;
}

.p-article-title-second {
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 46px;
  border-bottom: 1px solid #ececec;
}
.p-article-title-second h2 {
  font-size: 18px;
}
.style-terms .sentence {
  line-height: 28px;
}
.style-terms ul {
  margin: 0px;
}
.style-terms section {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}

.style-legal .page-header {
  margin-bottom: 30px;
}
.style-legal .p-legal-table-wrapper {
  border-bottom: none;
}
.p-legal-table {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid #ececec;
}
.p-legal-th {
  width: 30%;
}
.p-legal-th h2 {
  font-size: 13px;
}
.p-legal-td {
  width: 70%;
}
.p-legal-td p {
  margin: 0;
}


.security-code-wrapper .p-article-lead {
  font-size: 15px;
}

.p-security-code-lead {
  font-size: 14px;
  margin-bottom: 60px;
  line-height: 30px;
}

.guide .card-img {
  margin-bottom: 60px;
}

.guide .card-img ul {
  margin: 0;
}

.guide .card-img .american-express {
  margin-right: 30px;
}

.guide .p-card-wrapper {
  display: flex;
}
.guide .card-img-left {
  margin-right: 30px;
}
.guide .p-card-right {
  display: flex;
}

@media (min-width: 980px) {
  .style-legal .p-legal-table-wrapper {
    padding-top: 0;
  }
}

/******************************
フロー
******************************/
.action-steps {
  margin-bottom: 20px;
}
.action-steps li {
  padding: 10px 0;
  border: 1px solid #e5e5e5;
  border-left: none;
  margin-right: 0;
}
.action-steps li:first-child {
  border-left: 1px solid #e5e5e5;
}
.action-steps li.active {
  background-color: #595959;
}
.action-steps.step3 li {
  width: 33%;
  margin-right: 0;
}
.action-steps.step2 li {
  width: 50%;
  margin-right: 0;
  box-sizing: border-box;
}
.action-steps.step4 li {
  margin-right: 0;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/******************************
お問い合わせ
******************************/

.inquiry .lead {
  width: auto;
  padding: 0 10px;
  font-size: 14px;
}
.inquiry.complete .lead {
  padding: 0;
  line-height: 28px;
}
.inquiry-information-wrapper {
  background-color: #ececec;
  padding: 42px 35px;
}
.inquiry h2 {
  font-size: 20px;
}
.inquiry h3 {
  font-weight: bold;
  padding: 10px 0;
  border: 1px solid #cdcdcd;
  text-indent: 10px;
  background-color: #ededed;
  position: relative;
  background-image: url("/assets/images/arrow_white_open.png");
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 0 1px;
}

.inquiry h3.open {
  background-image: url("/assets/images/arrow_white_close.png");
}

.inquiry .inquirytxt {
  padding: 10px;
  border: 1px solid #cdcdcd;
  display: none;
  margin: 0 0 10px;
  display: none;
}

.inquiry .inquirytxt.open {
  display: block;
}

.inquiry-category-select li.first-child {
  clear: both;
  margin-left: 0;
}
.inquiry form.form-horizontal {
  padding: 0 10px;
}

#answer-telephone {
  display: none;
}

#answer-telephone.open {
  display: block;
}

p.inquiry_txt_end {
  margin: 10px 0;
}
.inquiry-index .lead p {
  line-height: 24px;
}
.inquiry-index .lead a {
  text-decoration: underline;
}

.inquiry-form .control-group {
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #ececec;
  display: flex;
  align-items: center;
}

.style-guide .inquiry-form ul {
  margin: 0;
}
.style-guide .inquiry-form li {
  padding: 0;
}

.inquiry-form .control-label {
  width: 43%;
}

.inquiry-form label strong {
  font-size: 14px;
}

.inquiry-form .control-group .controls-mail .top-input {
  width: 100%;
}

.inquiry-form .controls-mail .top-input li {
  width: 100%;
}

.inquiry-form .controls-mail .top-input input.mail_address {
  width: 100%;
}

.inquiry-form .help-block {
  color: #888888;
  line-height: 20px;
}
.form-horizontal.inquiry-form .controls {
  margin-left: 0px;
  width: 100%;
}
.inquiry-form .control-group.kinds select {
  width: 50%;
  height: 50px;
  line-height: 50px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/assets/images/icon/bottom-arrow-2.svg) right 8% center
    no-repeat;
  background-size: 12px 12px;
  padding: 0 20px;
}

.inquiry-form-title {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  margin-top: 79px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ececec;
}
.inquiry-form-title span {
  font-size: 13px;
}
.inquiry-detail-form {
  width: 100%;
  height: 300px;
}

.p-article-sentence {
  font-size: 13px;
  line-height: 25px;
}

.inquiry .form-actions .btn {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  text-decoration: none;
}

.inquiry .table-striped tbody > tr:nth-child(odd) > td,
.inquiry .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #ffffff;
}

.inquiry .table td,
.inquiry .table th {
  padding: 26px 0;
}

.inquiry .inquiry-right-area tbody {
  border-bottom: 1px solid #dddddd;
}

.confirm-confirmation th {
  font-size: 14px;
}

.p-article-head {
  font-size: 28px;
  margin-bottom: 33px;
  color: #000;
  letter-spacing: 2.8px;
  font-family: "gillsans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}

.p-article-lead {
  margin-bottom: 10px;
  font-weight: bold;
}

.inquiry-information-wrapper p {
  margin: 0;
}

.inquiry-information-wrapper a {
  text-decoration: underline;
}

.p-terms-leftnavi {
  margin-top: 46px;
}
.p-terms-list {
  font-size: 13px;
  line-height: 34px;
}

/* メンバーズ */

.gray-sentence {
  padding: 25px 34px;
  background-color: #ececec;
}

.pointservice-wrapper {
  display: flex;
  flex-direction: column;
}

.pointservice-contents {
  padding: 25px 34px;
  background-color: #ececec;
  margin-bottom: 2px;
}

.pointservice-contents p {
  font-size: 17px;
}
.members-image-under {
  display: flex;
}
.members-image-under-setence {
  width: calc(100% / 3);
  padding: 0 24px;
}
.members-image-under-setence:nth-child(1) {
  padding-left: 0;
}
.members-image-under-setence:nth-child(3) {
  padding-right: 0;
}
.members-royalty {
  display: flex;
  align-items: center;
}
.members-royalty-setence {
  width: calc(100% / 6);
  padding: 0 10px;
  margin-top: 10px;
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 20px;
}
.members-royalty-setence:nth-child(1) {
  padding-left: 0;
}
.members-royalty-setence:nth-child(3) {
  padding-left: 0;
}

.members-royalty-setence:nth-child(4) {
  padding-left: 0;
}
.members-royalty-setence:nth-child(6) {
  padding-right: 0;
}

/********************
 新規会員登録
********************/
body.customer .form-horizontal .control-label .label-ttl {
  font-size: 11px;
}
body.customer-watchList table.fav-list-table tr td {
  vertical-align: middle;
}
body.customer-watchList table.fav-list-table td.fav-item-part td:nth-child(2) {
  vertical-align: top;
}
.visible-desktop.members_card {
  margin-top: 5%;
}

/******************************
マイページ
******************************/
.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: 30px;
}

.control-group input[type="text"] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.control-group .mail_address {
  width: auto;
}
.post-search input.btn.btn-small {
  background-color: #595959;
}
.docs-input-sizes select {
  margin-right: 5px;
}
/******************************
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-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -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;
  margin: 0;
  transition: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  color: #000;
  border-color: #000;
  box-shadow: none;
}
/*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;
}
/*alert*/
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}
.alert-success {
  color: #ce7979;
  background-color: transparent;
  border-color: #ce7979;
}
/*cart*/
.cart-area .table-bordered,
.cart-area .table-bordered thead:first-child tr:first-child > th:first-child,
.cart-area .table-bordered tbody:last-child tr:last-child > th:first-child,
.cart-area .table-bordered tbody:first-child tr:first-child > th:first-child,
.cart-area .table-bordered tbody:last-child tr:last-child > td:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.cart-pc-only{
  display: block; /* PC用ボタンは表示する */
}
.cart-sp-only {
  display: none; /* スマホ用ボタンは普段隠す */
}

@media (max-width: 767px) {
  .cart-sp-only {
    display: block; /* スマホ用ボタンを表示する */
  }
  .cart-pc-only {
    display: none; /* PC用ボタンを隠す */
  }
}

/*mypage*/
label,
input,
button,
select,
textarea {
  font-size: 12px;
  margin: 0;
}
.nav-list > li > a {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}
.nav-list > li.active > a,
.nav-list > li.active > a:hover,
.nav-list > li.active > a:focus {
  color: #000000;
}
.post-search-btn input.btn.btn-small {
  background-color: #bababa;
  color: #fff;
  border-radius: unset;
}
.label-important {
  color: #cc0000;
  background-color: #fff;
}
.mypage .menu-text-block .qr_img {
  width: 70px;
}

/* @media (min-width: 1201px) and (max-width: 1300px) {
  .smaller-container .row .span9,
  .span9 {
    width: 700px;
  }
} */

@media (min-width: 980px) and (max-width: 1200px) {
  /*bootstrap custom*/
  /* .container,
  .smaller-container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 840px;
  } */
  .smaller-container .row .span12,
  .span12 {
    width: 940px;
  }
  .smaller-container .row .span11,
  .span11 {
    width: 860px;
  }
  .smaller-container .row .span10,
  .span10 {
    width: 780px;
    margin-left: 20px;
  }
  .smaller-container .row .span9,
  .span9 {
    /* width: 700px; */
  }
  .smaller-container .row .span8,
  .span8 {
    width: 620px;
  }
  .smaller-container .row .span7,
  .span7 {
    width: 540px;
  }
  .smaller-container .row .span6,
  .span6 {
    width: 460px;
  }
  .smaller-container .row .span5,
  .span5 {
    width: 380px;
  }
  .smaller-container .row .span4,
  .span4 {
    width: 300px;
  }
  .smaller-container .row .span3,
  .span3 {
    /* width: 220px; */
  }
  .smaller-container .row .span2,
  .span2 {
    width: 140px;
  }
  .smaller-container .row .span1,
  .span1 {
    width: 60px;
  }
  .smaller-container .row .offset12,
  .offset12 {
    margin-left: 980px;
  }
  .smaller-container .row .offset11,
  .offset11 {
    margin-left: 900px;
  }
  .smaller-container .row .offset10,
  .offset10 {
    margin-left: 820px;
  }
  .smaller-container .row .offset9,
  .offset9 {
    margin-left: 740px;
  }
  .smaller-container .row .offset8,
  .offset8 {
    margin-left: 660px;
  }
  .smaller-container .row .offset7,
  .offset7 {
    margin-left: 580px;
  }
  .smaller-container .row .offset6,
  .offset6 {
    margin-left: 500px;
  }
  .smaller-container .row .offset5,
  .offset5 {
    margin-left: 420px;
  }
  .smaller-container .row .offset4,
  .offset4 {
    margin-left: 340px;
  }
  .smaller-container .row .offset3,
  .offset3 {
    margin-left: 260px;
  }
  .smaller-container .row .offset2,
  .offset2 {
    margin-left: 180px;
  }
  .smaller-container .row .offset1,
  .offset1 {
    margin-left: 100px;
  }
}

/*20160812 追記*/
.form-horizontal .control-group.name ul {
  width: 100%;
  float: none;
}
.form-horizontal .control-group.name ul input {
  width: 192px;
}

/*キーワードヘッダーバナー表示 */
#fair {
  margin-bottom: -40px;
}
#fair p.fair_discription {
  text-align: center;
}
#fair span.fair_title {
  font-size: 15px;
  font-weight: bold;
  margin: 1% 0;
  display: inline-block;
}
#fair span.fair_end {
  color: #0070c0;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 767px) {
  #fair p.fair_discription {
    text-align: left;
    margin: 0 2%;
  }
}

/*48006*/
@media (max-width: 979px) {
  #gender-navi.brand_top_gender {
    display: flex;
  }
  #gender-navi .gender-nav {
    text-align: center;
    width: calc(100% / 3);
    display: inline-block;
    height: auto;
    margin-bottom: 0;
    border-color: #ffffff;
    border: none;
  }

  #gender-navi,
  #gender-navi.brand_top_gender {
    font-size: 0;
  }
  #gender-navi {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #cccccc;
    margin-left: 25px;
    margin-right: 25px;
    position: relative;
  }

  #gender-navi #p-lamp {
    background: #b53233;
    display: block;
    position: absolute;
    top: 49px;
  }

  #gender-navi .womens.is-active ~ #p-lamp {
    /* width: 113px; */
    width: calc(100% / 3);
    height: 2px;
    left: 0;
  }

  #gender-navi .mens.is-active ~ #p-lamp {
    width: calc(100% / 3);
    left: 33%;
    transition: all 0.3s ease-in-out;
  }

  #gender-navi .kids.is-active ~ #p-lamp {
    width: calc(100% / 3);
    left: 67%;
  }

  #gender-navi .g-women_outlet.is-active ~ #p-lamp {
    width: calc(100% / 3);
    height: 2px;
    left: 0;
  }

  #gender-navi .g-men_outlet.is-active ~ #p-lamp {
    width: calc(100% / 3);
    left: 33%;
    transition: all 0.3s ease-in-out;
  }

  #gender-navi .g-kids_outlet.is-active ~ #p-lamp {
    width: calc(100% / 3);
    left: 67%;
  }

  #gender-navi .g-women_secret.is-active ~ #p-lamp {
    width: calc(100% / 3);
    height: 2px;
    left: 0;
  }

  #gender-navi .g-men_secret.is-active ~ #p-lamp {
    width: calc(100% / 3);
    left: 33%;
    transition: all 0.3s ease-in-out;
  }

  #gender-navi .g-kids_secret.is-active ~ #p-lamp {
    width: calc(100% / 3);
    left: 67%;
  }
  #sidearea.brand_top {
    margin-top: 49px;
    position: relative;
  }
  #gender-navi.brand_top_gender:after {
    display: none;
  }
  #gender-navi .gender-nav > a {
    background: #fff;
    padding: 6px 0;
    font-size: 20px;
    letter-spacing: 1.36px;
    color: #bcbcbc;
  }
  #gender-navi .gender-nav > a {
    font-family: "gillsans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  }
  #gender-navi .gender-nav.all a {
    margin-left: 0;
  }
  #gender-navi .gender-nav.kids {
    border-right: 0;
  }
  #gender-navi .gender-nav.is-active > a {
    background-color: #ffffff;
    color: #000000;
  }
  .ec #gender-navi .gender-nav.is-active > a ,
  .outletsale #gender-navi .gender-nav.is-active > a ,
  [class*='secretsale'] #gender-navi .gender-nav.is-active > a{
    border-bottom: 2px solid #b53233;
  }
}

/******************************
  START DH_FRONT_DEPT-2951
*******************************/
#backtotop {
  position: fixed;
  transition: opacity 0.2s linear, visibility 0.2s linear;
  width: 40px;
  height: 40px;
  left: 25px;
  bottom: 25px;
  border-radius: 40px;
  border: 1px solid #eee;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 979px) {
  #backtotop {
    left: 10px;
    bottom: 70px;
    margin-bottom: calc(env(safe-area-inset-bottom));
  }
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}
#backtotop a.pagetop {
  display: block;
  cursor: pointer;
  height: 100%;
}
.pagetop:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 13px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/******************************
  END DH_FRONT_DEPT-2951
*******************************/

/* DH_FRONT_DEPT-3307 */
#page-footer .navbar .nav {
  width: 560px;
}
.has_menu ul {
  display: none;
}

/* DH_FRONT_DEPT-4191 */
.mypage .menbers-content {
  margin: 0 0 20px;
  text-align: center;
}
.mypage .menbers-code {
  text-align: center;
  margin: 0;
  background-color: #f5f5f5;
  padding: 30px;
  width: auto;
  display: inline-block;
}
.mypage .mypage-code .current-status {
  margin: 35px 0 25px;
}
.mypage .menbers-code .members-name {
  font-size: 15px;
  line-height: 15px;
  margin: 0 0 10px;
}
.mypage .menbers-code .menbers-code-inner {
  display: inline-block;
  background-color: white;
  padding: 15px 0;
}
.mypage .menbers-code .menbers-code-inner #bcTarget {
  padding: 10px 0;
  font-size: 0;
  line-height: 0;
}
.mypage .menbers-code .menbers-code-desc {
  margin: 10px 0 0;
  font-size: 11px;
}

.mypage.buyHistoryDetail .table-list-style:nth-of-type(1) .item-table {
  width: 100%;
  table-layout: fixed;
}
.mypage.buyHistoryDetail
  .table-list-style:nth-of-type(1)
  .item-table
  td:nth-of-type(1),
.customer.watchList
  .fav-list-table
  .fav-item-part
  .item-table
  td:nth-of-type(1),
.mypage.watchList .fav-list-table .fav-item-part .item-table td:nth-of-type(1) {
  width: 25%;
}
.mypage.buyHistoryDetail
  .table-list-style:nth-of-type(1)
  .item-table
  td:nth-of-type(2),
.customer.watchList
  .fav-list-table
  .fav-item-part
  .item-table
  td:nth-of-type(2),
.mypage.watchList .fav-list-table .fav-item-part .item-table td:nth-of-type(2) {
  width: 75%;
}

@media (min-width: 768px) {
  .mypage.buyHistoryDetail .table-list-style:nth-of-type(1) th:nth-of-type(1),
  .mypage.buyHistoryDetail .table-list-style:nth-of-type(1) td:nth-of-type(1) {
    width: 50%;
  }
  .mypage.buyHistoryDetail .table-list-style:nth-of-type(1) th:nth-of-type(2),
  .mypage.buyHistoryDetail .table-list-style:nth-of-type(1) td:nth-of-type(2) {
    width: 20%;
  }
  .mypage.buyHistoryDetail .table-list-style:nth-of-type(1) th:nth-of-type(3),
  .mypage.buyHistoryDetail .table-list-style:nth-of-type(1) td:nth-of-type(3) {
    width: 10%;
  }
  .mypage.buyHistoryDetail .table-list-style:nth-of-type(1) th:nth-of-type(4),
  .mypage.buyHistoryDetail .table-list-style:nth-of-type(1) td:nth-of-type(4) {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .mypage.buyHistoryDetail .table-list-style .item-table td:nth-of-type(1),
  .customer.watchList
    .fav-list-table
    .fav-item-part
    .item-table
    td:nth-of-type(1),
  .mypage.watchList
    .fav-list-table
    .fav-item-part
    .item-table
    td:nth-of-type(1) {
    padding: 8px 0;
  }
}

/* DH_FRONT_DEPT-6021 */
.alert.alert-error a,
.alert.alert-error a:hover {
  color: #b94a48;
  text-decoration: underline;
}
/* watchlist */
.watchlist-overflow {
  overflow: auto;
  height: 100%;
}
.watchlist-status {
  overflow-y: hidden;
  /* height: 100%; */
}
#watch-overlay {
  background-color: #000;
  opacity: 0.7;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}
#watchlist {
  position: fixed;
  width: 500px;
  height: 80%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  z-index: 10000000;
  top: 10%;
  left: calc(50% - 250px);
  display: none;
  padding: 0 20px;
}
#watchlist::-webkit-scrollbar {
  width: 10px;
}

#watchlist::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}

#watchlist::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}
#watchlist .itemInfo_select_head {
  font-size: 16px;
  text-align: center;
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: block;
  margin-top: 10px;
}
#watchlist .itemInfo_select_head span {
  font-family: "gillsans", sans-serif;
}
#watchlist .itemInfo_select_btnClose {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  padding: 4px;
}
#watchlist .itemInfo_select_btnClose:before,
#watchlist .itemInfo_select_btnClose:after {
  position: absolute;
  width: 18px;
  height: 1px;
  background: #aaaaaa;
  content: "";
  top: 15px;
}
#watchlist .itemInfo_select_btnClose:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
}
#watchlist .itemInfo_select_btnClose:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}
#watchlist .productBrown {
  position: relative;
  margin-bottom: 0;
  display: inline-block !important;
  width: 100%;
}
#watchlist .productBrown .brownImg {
  width: 70px;
  padding-left: 10px;
  vertical-align: top;
  float: left;
}
#watchlist .productBrown img {
  width: 80px;
}
#watchlist .productBrown .brownBasic {
  width: 100%;
  height: auto;
  line-height: 20px;
  float: left;
  font-size: 16px;
  padding: 0 0 30px 10px;
  text-indent: 0;
  border-bottom: 1px solid #ddd;
}
#watchlist .productBrown .brownBasic > * {
  display: inline-block;
  vertical-align: middle;
}
#watchlist .productBrown .brownBasic .brownBasic_name {
  padding: 0 0 0 10px;
  width: calc(100% - 90px);
}
#watchlist .productBrown .brownBasic span {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  vertical-align: middle;
}
#watchlist .productBrown .brownBasic span.brand {
  margin: 0 0 5px;
}
#watchlist .productBrown .brownBasic span.name {
  width: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: -ms-calc(100% - 20px);
  line-height: 18px;
}
#watchlist .productBrown .price {
  height: auto;
  margin: 5px 0 0;
}
#watchlist .productBrown .price.discount_rate {
  font-size: 16px;
}
#watchlist .productBrown .price.discount_rate span,
#watchlist .productBrown .price.discount_rate del {
  display: inline-block;
}
#watchlist .productBrown .price > del,
#watchlist .productBrown .price > span {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  display: inline-block;
  width: auto;
  vertical-align: bottom;
}
#watchlist .productBrown .price > del {
  margin: 0 5px 0 0;
}
#watchlist .productBrown .price > span.tax {
  font-size: 14px;
  line-height: 15px;
  padding: 0 5px;
  font-family: "GillSans", "fot-cezanne-pron", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    MS PGothic, sans-serif;
  display: none;
}
#watchlist .productBrown .price.discount_rate > span {
  color: #ff0000 !important;
}

#watchlist .select_quantity_default {
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
  font-size: 0;
  overflow: hidden;
  margin: 0;
}
#watchlist .select_quantity_default .salse-status {
  width: calc(100% - 42px);
  width: -webkit-calc(100% - 42px);
  width: -moz-calc(100% - 42px);
  width: -ms-calc(100% - 42px);
  margin: 10px 0;
  cursor: default;
}
#watchlist .select_quantity_default .item_submit_btn_block {
  width: 42px;
  display: inline-block;
  position: relative;
  margin: 9px 0;
}

.card-product .watchList_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  text-align: center;
  z-index: 105;
  display: block !important;
}
.card-product .watchList_btn:before,
#watchlist .watchList_add_btn:before {
  cursor: pointer;
  width: 42px;
  height: 42px;
  position: relative;
  font-size: 0;
  margin: 0;
  padding: 0 !important;
  line-height: 0;
  z-index: 100;
}
.card-product .watchList_btn:before,
#watchlist .watchList_add_btn:before {
  content: "";
  background: url("/assets/images/icon/wishlist.svg") no-repeat center center;
  background-size: 19px 16px;
  -webkit-background-size: 19px 16px;
  -moz-background-size: 19px 16px;
  -ms-background-size: 19px 16px;
  display: block;
}
.card-product .watchList_btn.active:before,
#watchlist .watchList_add_btn.active:before {
  background: url("/assets/images/icon/wishlist-on.svg") no-repeat center center;
  display: block;
}
.card-product .watchList_btn:after,
#watchlist .watchList_add_btn:after {
  content: "";
  position: absolute;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid transparent;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  top: 0;
  left: 0;
}
#watchlist .watchList_add_btn:after {
  background-color: transparent;
}
.card-product .watchList_btn.active,
#watchlist .watchList_add_btn.active {
  animation: none;
}
.card-product .watchList_btn.active:before,
#watchlist .watchList_add_btn.active:before {
  content: "\f004";
  color: #aaaaaa !important;
}
.card-product .watchList_btn.bottom {
  display: none !important;
}

.card-product:hover .watchList_btn.bottom {
  display: block !important;
  top: calc(100% - 84px);
  left: calc(50% - 42px);
  width: 84px;
  height: 84px;
  line-height: 84px;
  border-radius: 100px;
  border: 1px solid #fff;
  background-color: #fff;
}
.card-product .watchList_btn.bottom:after,
.card-product .watchList_btn.bottom:before {
  content: none;
}
.card-product .watchList_btn.bottom img {
  width: 67px !important;
  height: 29px;
  display: inline-block;
}
@media (max-width: 767px) {
  #watchlist {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
  }
  #watchlist .productBrown .brownBasic span {
    font-size: 13px;
    line-height: 18px;
  }
  #watchlist .productBrown .brownBasic .price > span.tax {
    font-size: 10px;
    line-height: 15px;
    padding: 0 0 0 5px;
  }
  .card-product .watchList_btn {
    width: 24px;
    height: 24px;
  }
  .card-product .watchList_btn:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
  .card-product .watchList_btn:after {
    width: 24px;
    height: 24px;
  }
}

/* リニューアル ここから*/
@media (min-width: 980px) {
  .p-header__content.pt-0 {
    padding-top: 0;
  }
}
.smaller-container {
  width: 1240px;
}
.customer .gray {
  color: #888;
}
.control-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/assets/images/icon/bottom-arrow.svg) right center no-repeat;
  background-position: bottom 22px right 15px;
}
.control-group select::-ms-expand {
  display: none;
}
.form-horizontal .control-label {
  height: 50px;
  line-height: 50px;
  padding-top: 0;
}

/* RADIO BUTTON */
.radio {
  padding-left: 0;
}
.radio input {
  display: none;
}
.radio input + span {
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
}
.radio input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #bcbcbc;
}
.radio input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  background: #333;
}
.radio input:checked + span::before {
  background: #333;
}
.radio input:checked + span::after {
  content: none;
}

.p-guide-select {
  padding-bottom: 6px;
  margin-bottom: 42px;
  border-bottom: 1px solid #bcbcbc;
  position: relative;
}

.p-guide-select select {
  font-size: 14px;
  color: 000;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  padding-left: 0;
  padding: 0 42px 0 0;
}
.p-guide-select::after {
  content: "";
  width: 16px;
  height: 30px;
  position: absolute;
  right: 4%;
  top: 0%;
  background: url(/assets/images/icon/left-arrow-gray-2.svg) center/8px 15px
    no-repeat;
  transform: rotate(-90deg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.p-guide-select__btn {
  width: 100%;
}

@media (max-width: 979px) {
  .list-category .nav-list > li > a {
    font-size: 13px;
    padding: 0;
    margin: 0 0 12px 0;
    text-indent: 0;
    color: #a3a3a3;
  }

  #watchlist .productBrown .brownBasic {
    padding: 0 0 20px 10px;
  }
}
.width-one-third {
  width: calc(100% / 3);
}
