@charset "UTF-8";
body {
  font-family: "Lucida Grande", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

.error.message {
  padding: 20px;
  border: 1px solid #ebccd1;
  background: #f2dede;
  letter-spacing: 0.13rem;
  color: #B80000;
  border-radius: 4px;
  margin: 0 15px 20px;
}

.success.message{
  padding: 20px;
  border: 1px solid #D6E9C6;
  background: #DFF0D8;
  letter-spacing: 0.13rem;
  color: #3C763D;
  border-radius: 4px;
  margin: 25px 0;
}

.success.message a{
  color: #3C763D;
  text-decoration: none;
}

.success.message a:hover{
  text-decoration: underline;
}


@media screen and (min-width: 768px) {
  .error.message, .success.message {
    margin: 0 0 40px;
    padding: 30px;
  }

}

.well {
  margin-right: 0;
  margin-left: 0;
  padding: 20px 15px 30px;
  border-radius: 4px;
  background-color: #f5f5f5;
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .well {
    padding: 30px 20px 40px;
  }
}

.breadcrumbs .items {margin:0; padding:30px 0 20px; font-size:12px; line-height:1.8;}
.breadcrumbs .items .item {display:inline; margin:0 5px 0 0;}
.js_fr_page_loading .breadcrumbs .items .item:nth-last-child(-n+1) {color: #000;}
.js_fr_page_loading .breadcrumbs .items .item:not(:last-child) {color: #535353;}
.breadcrumbs .items .item:not(:last-child)::after {content:'＞'; display:inline; margin:0 0 0 5px;}
.breadcrumbs .items a {color: #535353;}
@media screen and (max-width: 767px) {
  .breadcrumbs .items {margin:0 -15px; padding:10px; font-size:11px;}
  .breadcrumbs .items .item {margin:0;}
  .breadcrumbs .items .item:not(:last-child)::after {margin:0;}
}


#pagettl,
h1.title,
h2.title {
  line-height: 1.5;
  width: 100%;
  text-align: center;
  letter-spacing: .04em;
  color: #000;
  display: block;
}

@media screen and (min-width: 768px) {
  #pagettl,
  h1.title,
  h2.title {
    font-size: 26px;
    margin: 60px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  #pagettl,
  h1.title,
  h2.title {
    font-size: 18px;
    margin: 30px 0;
  }

  .catalog-category-view h1.title {
    font-size: 16px;
    margin: 20px 0;
  }
}




.sttl,
.sttl--bold {
  display: block;
  margin-bottom: 20px;
  border-bottom: 0;
}

@media screen and (min-width: 768px) {
  .sttl,
  .sttl--bold {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .sttl,
  .sttl--bold {
    font-size: 14px;
  }
}

.sttl--bold {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .itemTtl {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .itemTtl {
    font-size: 12px;
  }
}

.link--txt:hover {
  text-decoration: none;
  color: #535353;
}

.link--block {
  background-color: #fff;
  border: solid 1px;
  position: relative;
  line-height: 40px;
  display: block;
  text-decoration: none;
  border-color: transparent;
  padding: 0 15px;
}

.link--block:after {
  position: absolute;
  top: 36%;
  right: 12px;
  width: 10px;
  height: 10px;
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 0 1px 1px 0;
  border-color: transparent #535353 #535353 transparent;
  border-style: solid;
}

.link--block:hover {
  text-decoration: none;
}

.btn {
  font-size: 14px;
  border-radius: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  padding: 15px 16px;
}

.btn + .btn {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .btn + .btn:nth-child(2n) {
    margin-left: 20px;
  }
}

.btn + .btn:last-of-type {
  margin-bottom: 20px;
}

.btn.btn-default {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .btn.btn-default {
    font-size: 14px;
  }
}

.btn:active,
.btn:focus,
.btn:visited,
.btn:active:focus {
  outline: 0;
}

.btn:hover {
  opacity: 0.8;
}

.btn-basic {
  font-size: 12px;
  height: 30px;
  border: solid 1px #ddd;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .btn-basic {
    height: 40px;
  }
}

.btn-basic:hover {
  border-color: #393939;
  color: #393939;
  background-color: transparent;
}

.btn-basic.detail {
  width: 50px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .btn-basic.detail {
    width: 110px;
  }
}

.btn-primary {
  line-height: 1.33;
  width: 100%;
  max-width: 260px;
  border-color: transparent;
  background-color: #464646;
}

@media screen and (min-width: 768px) {
  .btn-primary {
    max-width: 290px;
  }
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: transparent;
  background-color: #393939;
}

.btn-primary:active:hover,
.btn-primary:active:focus {
  border-color: transparent;
  background-color: #393939;
}

.btn-primary:hover {
  background-color: #393939;
}

.btn-disabled {
  line-height: 1.33;
  width: 100%;
  border: none;
  background-color: #555555;
  color: #262424;
  pointer-events: none;
}

.btn-logout {
  line-height: 1.33;
  width: 100%;
  max-width: 260px;
  color: #535353;
  border-color: transparent;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .btn-logout {
    max-width: 290px;
  }
}

.btn-logout:active {
  border-color: transparent;
  background-color: transparent;
}

.btn-logout:hover {
  border-color: #393939;
  background-color: transparent;
  color: #393939;
}

.btn-sub {
  line-height: 1.33;
  width: 100%;
  max-width: 260px;
  color: #fff;
  border-color: transparent;
  background-color: #999;
}

@media screen and (min-width: 768px) {
  .btn-sub {
    max-width: 290px;
  }
}

.btn-sub:hover {
  color: #fff;
}

.btn-nude {
  line-height: 1.33;
  width: 100%;
  max-width: 260px;
  color: #fff;
  background-color: #999;
}

@media screen and (min-width: 768px) {
  .btn-nude {
    max-width: 290px;
  }
}

.btn-nude:hover {
  color: #fff;
}

.btn-border {
  line-height: 1.33;
  width: 100%;
  max-width: 260px;
  color: #767676;
  border-color: #707070;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .btn-border {
    max-width: 290px;
  }
}

.btn-border:hover {
  border-color: #393939;
  color: #393939;
}

.btn_default {
  text-align: center;
}

.btn-in__type1 {
  position: relative;
  padding-top: 20px;
}

.btn-in__type2 {
  margin-top: 15px;
}

.btn-out {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .btn-out {
    margin-top: 60px;
  }
}

.btn_link {
  font-size: 13px;
  text-align: center;
}

.btn_link a {
  color: #626262;
}

.btn_link a:hover {
  text-decoration: underline;
}

.favbtn button p {
  position: relative;
  padding-left: 32px;
  display: inline-block;
}

.favbtn button svg {
  position: absolute;
  left: -5px;
  top: -12px;
  -webkit-transform: scale(0.45);
  -ms-transform: scale(0.45);
  transform: scale(0.45);
}

.cartbtn button::before,
.favbtn button::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 5px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.cartbtn button::before {
  background-size: 100%;
  background-image: url(../images/cart_white.svg);
  background-position: 0 0;
}

.favbtn button.glyphicon-heart::before {
  background-size: 100%;
  background-image: url(../images/heart_on.svg);
  top: 2px;
}

.favbtn button.glyphicon-heart-empty::before {
  background-size: 100%;
  background-image: url(../images/heart.svg);
  top: 2px;
}
.glyphicon-heart::before {
  content: url(../images/heart_on.svg);
}
.glyphicon-heart-empty::before {
  content: url(../images/heart.svg);
}

.link--txt {
  text-decoration: underline;
}

.link--txt:hover {
  text-decoration: none;
}

.glyphicon:before {
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .glyphicon:before {
    font-size: 17px;
  }
}

.icon__btn {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
}

.icon__btn .glyphicon {
  line-height: 2;
  top: 1px;
}

@media screen and (min-width: 768px) {
  .icon__btn .glyphicon {
    line-height: 1.5;
  }
}

.icon__btn--edit {
  background-color: #333;
}

.icon__btn--confirm,
.icon__btn--done {
  background-color: #eee;
}

svg:not(:root) {
  overflow: overlay;
}

.svg__icon {
  position: relative;
  display: inline;
  width: 55px;
  height: 60px;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.svg--xmls {
  position: absolute;
  width: 0;
  height: 0;
}

.icon--star__on {
  stroke: #535353;
  stroke-width: 1px;
}

.icon--star {
  fill: none;
  stroke: #535353;
  stroke-width: 1px;
}

.icon--heart__fill {
  stroke: #535353;
}

.icon--heart {
  fill: #535353;
}

.item__icon .svg__icon {
  margin-top: -20px;
  margin-left: -18px;
}

.item__icon a {
  width: 24px;
  height: 20px;
  background: url(/asset/img/icon_heart.svg) no-repeat;
  background-size: contain;
}

.item__icon.fav a {
  background: url(/asset/img/icon_heart-fill.svg) no-repeat;
}

.pagination {
  height: 34px;
  margin: 60px auto 0;
  font-size: 10px;
  float: none;
}

@media screen and (min-width: 768px) {
  .pagination {
    font-size: 14px;
  }
}

/* .pagination li {
  width: 35px;
  height: 31px;
} */

.pagination li a, .pagination li.active span {
  width: 35px;
  height: 31px;
  border-radius: 4px;
  border-color: #CCCCCC;
  margin-left: 5px;
}

.pagination li a {
  padding-top: 5px;
}

.pagination li.active span {
  background: #535353;
  border-color: #535353;
  padding-top: 5px;
}

@media screen and (min-width: 768px) {
  .pagination li a, .pagination li.active span {
    width: 40px;
    height: 38px;
    padding-top: 8px;
  }
}

.pagination li:last-child a.navi_next {
  border: 1px solid #CCCCCC;
  padding-top: 4px;
  border-radius: 4px;
  text-align: center;
  width: 35px;
}

@media screen and (min-width: 768px) {
  .pagination li:last-child a.navi_next {
    width: 40px;
    padding-top: 7px;
  }
  .pagination > li > a.navi_prev:hover,
  .pagination > li > a.navi_next:hover {
    color: #2d2d2d;
    background-color: #eeeeee;
    border-color: #ddd;
  }
}

.pagination > li:first-child > a {
  border-radius: 4px;
}

.pagination > li:last-child > span {
  padding-top: 9px;
}

@media screen and (max-width: 767px) {
  .pagination > li:last-child > span {
    padding-top: 6px;
  }
  .pagination li.active span {
    margin-left: 5px;
  }
}



.text-red {
  color: #B80000;
}

.text-blue {
  color: #1F8CE8;
}

.form-group.error input, input.form-control.error, textarea.form-control.error, select.form-control.error {
  border-color: #B80000;
}

.form-group *[class*='col-'] {
  padding: 0;
}

.form-group input.error {
  border-color: #B80000;
}

.form-group.row {
  margin-bottom: 15px;
}

label {
  font-weight: normal;
}

.label-status {
  font-size: 12px;
  font-weight: normal;
  margin-right: 8px;
  padding: 4px 10px 3px;
  color: #ffffff;
  border-radius: 4px;
  background-color: #464646;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .label-status {
    padding: 7px 16px 6px;
    margin-right: 8px;
  }
}

.form-group input,
.form-group button,
.form-group select,
.form-group textarea {
  color: #535353;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.form-group input:placeholder-shown,
.form-group button:placeholder-shown,
.form-group select:placeholder-shown,
.form-group textarea:placeholder-shown {
  color: #BABABA;
}

.form-group input::-webkit-input-placeholder,
.form-group button::-webkit-input-placeholder,
.form-group select::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
  color: #BABABA;
}

.form-group input:-ms-input-placeholder,
.form-group button:-ms-input-placeholder,
.form-group select:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
  color: #BABABA;
}

.form-group input::-ms-input-placeholder,
.form-group button::-ms-input-placeholder,
.form-group select::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder {
  color: #BABABA;
}

.form-group input::placeholder,
.form-group button::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder {
  color: #BABABA;
}

.form-group select::-ms-expand {
  display: none;
}

.form-group label {
  font-weight: normal;
}

.form-group .label {
  font-size: 100%;
  margin-left: 7.5px;
}

.form-group .label-required {
  font-size: 12px;
  font-weight: normal;
  color: #B80000;
  background: #DEDEDE;
  border-radius: 0;
  padding: 3px 8px;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .form-group .label-required {
    padding: 5px 10px;
    margin-left: 15px;
  }
}

.form-group .form__input {
  max-width: 155px;
}

.form-group *:focus {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group .row > .row {
  padding-right: 0;
  padding-left: 0;
}

.form-group .form-control {
  padding: 6px 10px 7px;
  border-width: 1px;
  border-radius: 4px;
}

.form-group .form-control:not(textarea) {
  height: 34px;
}

@media screen and (min-width: 768px) {
  .form-group .form-control:not(textarea) {
    height: 40px;
  }
}

.form-group .checkbox {
  margin: 0;
  padding-left: 0;
}

.form-group .checkbox.center {
  text-align: center;
}

.form-group .checkbox label input {
  margin-right: 20px;
}

.form-group input[type='checkbox'] {
  display: none;
}

.form-group .checkbox__label {
  position: relative;
}

.form-group .checkbox__label:after,
.form-group .checkbox__label:before {
  position: absolute;
  top: 15%;
  left: 0;
  content: '';
}

.form-group .checkbox__label:before {
  z-index: 2;
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-right: 17px;
  cursor: pointer;
  vertical-align: text-bottom;
  border: solid 1px #DDD;
  border-radius: 2px;
  outline: none;
  background-color: #f5f5f5;
}

.form-group .checkbox__label:after {
  z-index: 3;
  left: 4px;
  width: 6px;
  height: 8px;
  margin-top: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  border-width: 0 2px 2px 0;
  border-color: transparent #000 #000 transparent;
  border-style: solid;
}

.form-group input[type='checkbox']:checked ~ .checkbox__label:after {
  opacity: 1;
}

.form-group .select--dropArrow {
  position: relative;
}

.form-group .select--dropArrow:after {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 10px;
  height: 10px;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0 1px 1px 0;
  border-color: transparent #535353 #535353 transparent;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .form-group .select--dropArrow:after {
    top: 14px;
  }
}

.form-group select {
  position: relative;
}

.form-group textarea {
  position: relative;
  height: 162px;
  resize: vertical;
  border-radius: 0;
}

.form-group .help-block {
  padding-left: 0;
  color: #000;
}

@media screen and (min-width: 768px) {
  .form-group .help-block {
    font-size: 12px;
  }
}

.form-group .help-block-after {
  font-size: 11px;
  margin: 0;
}

.form-group .help-block-before {
  font-size: 10px;
  margin: 0 0 15px;
}

.form-group .row.labelInline__btn label {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .form-group .row.labelInline__btn label {
    margin-top: 9px;
  }
}

.form-group .row.labelInline__btn .btn {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .form-group .row.labelInline__btn .btn {
    font-size: 12px;
    line-height: 1.55;
  }
}

.form-group.multipleInput *[class*='col-'] {
  margin-bottom: 5px;
  padding-right: 15px;
  padding-left: 0;
}

.form-group.multipleInput *[class*='col-'] + .col-sm-8 {
  padding-right: 0;
  padding-left: 0;
}

.form-group.multipleInput *[class*='col-'].postnum {
  margin-bottom: 0;
}

.form-group.multipleInput *[class*='col-'].postnum .btn-link {
  font-size: 12px;
  padding: 16px 0 0;
  text-decoration: underline;
  color: #000;
}

.form-group.multipleInput .col-xs-6.col-sm-4 {
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .form-group.multipleInput .col-xs-6.col-sm-4 {
    width: 33.33%;
  }
}

.form-group.multipleInput .col-xs-4.col-sm-4 {
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .form-group.multipleInput .col-xs-4.col-sm-4 {
    width: 16.5%;
    padding-right: 15px;
  }
  .form-group.multipleInput .col-xs-4.col-sm-4.col-md-3 {
    width: 20.5%;
  }
}

.form-group.multipleInput .rqm_matched {
  display: none;
  margin-top: 7px;
  line-height: 1.6;
}

.form-group.multipleInput .rqm_matched {
  margin-top: 5px;
}

.form-group.multipleInput .rqm_matched p {
  font-size: 11px;
  position: relative;
  padding-left: 14px;
}

@media screen and (min-width: 768px) {
  .form-group.multipleInput .rqm_matched p {
    padding-top: 2px;
  }
}

.form-group.multipleInput .rqm_matched p::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 9px;
  height: 6px;
  content: '';
  background: url(../images/icon/icon-check.svg) no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-group.multipleInput .rqm_matched p.valid::before {
  opacity: 1;
}

.form-group.multipleInput .rqm_matched.open {
  display: block;
}

.form-group.gender .control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-group.gender .control .field.choice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
}

.form-group.gender .control .field.choice input {
  -moz-appearance: radio;
  appearance: radio;
  -webkit-appearance: radio;
  cursor: pointer;
}

.form-group.gender .control .field.choice label {
  margin-left: 10px;
  margin-top: 3px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .form-group.gender .control .field.choice {
    width: 25%;
  }
  .form-group.gender .control .field.choice label {
    margin-top: 1px;
  }
}

.row.input--tel .col-sm-4 {
  width: calc(calc(100% / 3) - 24px);
  margin-right: 34px;
  padding-right: 0;
  padding-left: 0;
}

.row.input--tel .col-sm-4:last-of-type {
  margin-right: 0;
}

.row.input--tel > div:not(:last-of-type) {
  position: relative;
}

.row.input--tel > div:not(:last-of-type):after {
  position: absolute;
  top: 8%;
  right: -34px;
  display: inline-block;
  width: 34px;
  content: '\2010';
  text-align: center;
}

.yourPassword--toggle {
  position: relative;
}

.yourPassword--show {
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 2rem;
  display: inline-block;
  width: 20px;
  cursor: pointer;
  color: #BABABA;
  border: none;
  background: none;
}

@media screen and (max-width: 767px) {
  .yourPassword--show {
    right: .5rem;
  }
}

.yourPassword--show:before {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .yourPassword--show:before {
    font-size: 16px;
  }
}

.select {
  margin: 0 auto 22px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .select {
    max-width: 290px;
  }
  .select .btn_pulldown_close {
    display: block;
    width: 40px;
    height: 40px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 84px;
    z-index: 1000;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .select .btn_pulldown_close.active {
    opacity: 1;
    pointer-events: auto;
  }
  .select .btn_pulldown_close::before,
  .select .btn_pulldown_close::after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 20px;
    left: 16px;
  }
  .select .btn_pulldown_close::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .select .btn_pulldown_close::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.select_category {
  position: relative;
}

.select_category::before {
  font-size: 12px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: -5px;
  display: block;
  width: 60px;
  height: 45px;
  text-align: right;
  color: #000;
}

.select_category.category::before {
  content: 'カテゴリ';
}

.select_category.price::before {
  content: '価格帯';
}

.select_category__current {
  line-height: 35px;
  position: relative;
  width: 200px;
  height: 35px;
  margin: 0 auto 15px;
  cursor: pointer;
  text-align: left;
  background-color: #F5F5F5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.select_category__current span {display:block; -webkit-box-sizing:border-box; box-sizing:border-box; width:100%; padding:0 40px 0 14px; color:#000000; font-size:12px;}


@media screen and (max-width: 767px) {
  .select_category__current span {padding:0 30px 0 10px;}
}

.select_category__current::after {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-block;
  width: 8px;
  height: 8px;
  content: '';
  -webkit-transition: border-bottom .2s ease, border-right .2s ease;
  transition: border-bottom .2s ease, border-right .2s ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

.select_category__current:hover .select_category__pulldown {
  pointer-events: auto;
  opacity: 1;
}

.select_category__pulldown {
  position: absolute;
  z-index: 900;
  top: -1px;
  left: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  padding: 3px 0 8px;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  text-align: left;
  pointer-events: none;
  opacity: 0;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
}

.select_category__pulldown li {
  width: 200px;
}

.select_category__pulldown li a {
  line-height: 100%;
  display: block;
  padding: 12px 13px 12px 13px;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  text-decoration: none;
  color: #000;
}

.select_category__pulldown li a:hover {
  text-decoration: none;
  color: #666;
}

@media screen and (min-width: 768px) {
  .select {
    width: 40%;
    margin: 0 auto 12px;
  }
  .select__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }
  .select_category::before {
    font-size: 14px;
    line-height: 45px;
    left: -56px;
  }
  .select_category__current {
    line-height: 40px;
    width: 100%;
    max-width: 310px;
    height: 40px;
    margin-bottom: 30px;
  }
  .select_category__current span {
    font-size: 14px;
  }
  .select_category__current::after {
    top: 12px;
    right: 18px;
    width: 10px;
    height: 10px;
  }
  .select_category.category {
    margin-left: 40px;
  }
  .select_category__pulldown {
    width: 310px;
  }
  .select_category__pulldown li {
    width: 310px;
  }
}

.shippingAddressStyle__list table + table {
  margin-top: 15px;
}

.shippingAddressStyle__list table tbody tr {
  height: 79px;
}

.shippingAddressStyle__list table tbody tr:hover {
  background: #f5f5f5;
  cursor: pointer;
}

.shippingAddressStyle__list table tr + tr td {
  border-top: solid 1px #DDD;
}

.shippingAddressStyle__list table th {
  padding-bottom: 5px;
  border-bottom: solid 1px #535353;
}

.shippingAddressStyle__list table td {
  font-size: 14px;
  padding: 0 0 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .shippingAddressStyle__list table td {
    font-size: 12px;
    width: 67%;
    padding: 10px 0 10px 0;
  }
}

.shippingAddressStyle__list table td + td {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .shippingAddressStyle__list table td + td {
    width: 1%;
  }
}

@media screen and (min-width: 768px) {
  .shippingAddressStyle__list .row {
    padding: 10px 0;
  }
  .shippingAddressStyle__list .row .col-sm-2 {
    width: 100px;
  }
  .shippingAddressStyle__list .row .col-sm-3 {
    width: 120px;
  }
  .shippingAddressStyle__list .row .col-sm-5 {
    width: 280px;
  }
  .shippingAddressStyle__list table .btn {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .shippingAddressStyle__list .row .col-xs-12 {
    padding-right: 0;
  }
  .shippingAddressStyle__list table .btn {
    text-decoration: none;
    padding: 6px 0;
  }
}

.shippingAddressStyle__list .row > *[class*='col-'] {
  padding-right: 15px;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .shippingAddressStyle__list td + td .row > div {
    display: inline-block;
    width: 100%;
  }
  .shippingAddressStyle__list td + td .row > div + div {
    margin-left: 0;
  }
}

.shippingAddressStyle__list td + td .row > div + div {
  margin-left: 10px;
}

.shippingAddressStyle__list .navi {
  clear: both;
  overflow: hidden;
  text-align: center;
}

.detail-list {
  position: relative;
}

.detail-list__in {
  font-size: 14px;
  line-height: 1.6;
}

.detail-list__in li {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .detail-list__in li {
    font-size: 12px;
    margin-bottom: 8px;
  }
}

.detail-list__in.cell--right {
  padding: 19px 19px 34px;
  background-color: #f5f5f5;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .detail-list__in.cell--right {
    padding: 30px 20px 40px;
  }
}

.detail-list__item li {
  position: relative;
}

.detail-list__item li + li {
  padding-top: 13px;
  margin-top: 36px;
}

.detail-list .item {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .detail-list .item {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.detail-list .item .picture {
  max-width: 109px;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .detail-list .item .picture {
    max-width: 64px;
  }
}

.detail-list .item .detail {
  margin-right: 30px;
  white-space: pre-line;
}

.detail-list .item .btnArea {
  position: absolute;
  right: 0;
  bottom: 0;
}

.detail-list .item .btnArea .btn {
  font-size: 12px;
  width: 101px;
  border-radius: 0;
}

.detail-list__body {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 18px;
}

@media screen and (min-width: 768px) {
  .detail-list__body {
    margin-bottom: 0;
  }
}

.detail-list__body .item__content {
  font-size: 14px;
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .detail-list__body .item__content {
    margin-top: 14px;
  }
}

.detail-list__body .item__content .item {
  background-color: #fff;
  padding: 18px;
  border: solid 1px #ccc;
  border-radius: 4px;
  background-color: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .detail-list__body .item__content .item {
    padding: 16px 18px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.detail-list__body .item__content dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.detail-list__body .item__content dl + dl {
  padding: 16px 0;
  border-top: solid 1px #DDD;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .detail-list__body .item__content dl + dl {
    padding: 22px 0;
  }
}

.detail-list__body .item__content dl:first-of-type {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.detail-list__body .item__content dl:last-of-type {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .detail-list__body .item__content dl dt {
    max-width: 156px;
    width: 21%;
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .detail-list__body .item__content dl dt {
    margin-bottom: 5px;
  }
}

.detail-list__body .item__content dl dd {
  width: calc(100% - 156px);
}

@media screen and (max-width: 767px) {
  .detail-list__body .item__content dl dt:not(.gift),
  .detail-list__body .item__content dl dd {
    width: 100%;
  }
  .detail-list__body .item__content dl dd {
    padding-left: 12px;
  }
  .detail-list__body .item__content dl .gift {
    width: 65px;
    margin-right: 0;
  }
  .detail-list__body .item__content dl .gift + dd {
    padding-left: 10px;
    width: 69%;
  }
}

.detail-list__body .item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail-list__body .item__title h4 {
  font-size: 14px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .detail-list__body .item__title h4 {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .detail-list__body .item__title button {
    font-size: 12px;
    width: 110px;
    height: 40px;
  }
}

.detail-list__type1 .sum-list li {
  border: none;
}

.detail-list__type2 .detail-list__body {
  padding: 0;
}

.detail-list__type2 .detail-list__item.cart {
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px 15px 20px;
}

@media screen and (min-width: 768px) {
  .detail-list__type2 .detail-list__item.cart {
    padding: 30px 20px 40px;
  }
}





.overview__item__paymentInfo {display:flex; justify-content:space-between; align-items:center; padding:10px 10px 10px 30px; margin:0 0 20px; -webkit-box-shadow:none; box-shadow:none; background:#e0ffff;}
.overview__item__paymentInfo h4 {font-size:14px;}
.overview__item__paymentInfo h4 div {display:inline-block; font-weight:bold;}
.overview__item__paymentInfo .btn__edit .btn {padding:10px 30px; border-radius:5px;}

@media screen and (min-width: 768px) {
.overview__item__paymentInfo {display:none; padding:15px 20px; margin:0 0 25px;}
.overview__item__paymentInfo h4 {font-size:16px;}
}
@media screen and (max-width: 320px) {
.overview__item__paymentInfo {padding:10px 10px 10px 15px;}
}



.detail-list__item.cart li + li {
  padding-top: 0;
  margin-top: 20px;
  border-top: none;
}

@media screen and (min-width: 768px) {
  .detail-list__item.cart li + li {
    margin-top: 37px;
  }
}

.detail-list__item.cart li + li::after {
  display: none;
}

.detail-list__item.cart .item__content {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .detail-list__item.cart .item__content {
    margin-top: 10px;
  }
}

.detail-list__item.cart .item:not(.item__box) {
  padding: 15px;
}

.cell--left {
  width: 62%;
  max-width: 590px;
}

@media screen and (max-width: 767px) {
  .cell--left {
    width: 100%;
  }
}

.cell--right {
  width: 100%;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .cell--right {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .cell--right {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    max-width: 310px;
  }
}

.btn-box {
  margin-top: 20px;
}

.btn-box .btn {
  line-height: 40px;
  width: 100%;
  text-decoration: none;
  background-color: #9B9B9B;
  color: #fff;
  border: 0;
  width: 100%;
  line-height: 28px;
}

.item__type2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .item__type2 {
    margin-bottom: 16px;
  }
}

.item__detail {
  margin-left: 15px;
}

.item.item__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.item.item__box .item__img {
  width: 75px;
}

@media screen and (min-width: 768px) {
  .item.item__box .item__img {
    width: 106px;
  }
}

.item.item__box .item__name {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .item.item__box .item__name {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) {
  .item.item__box .item__name {
    width: 134px;
  }
}

.item__total {
  background: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 20px 15px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .item__total {
    padding: 30px 20px 40px;
  }
}

.item__total dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  padding: 12px 15px 10px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-bottom: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .item__total dl {
    padding: 12px 20px 10px;
  }
}

.item__total dl:first-child {
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #cccccc;
}

.item__total dl:last-of-type {
  border-radius: 0 0 4px 4px;
  border-bottom: 1px solid #cccccc;
}

.item__total dl dt {
  max-width: 50%;
  margin-right: 10px;
}

.item__total dl dd {
  width: calc(100% - 50% - 10px);
  text-align: right;
}

.item__total .btn_default a {
  max-width: 100%;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .item__total .btn_default a {
    margin-top: 25px;
  }
}

.item-list a {
  text-decoration: none;
}

.item-list .item-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .item-list .item-list__wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .recently_viewed .item-list .item-list__wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 15px;
  }
}

.item-list .item-list__wrap li {
  font-size: 12px;
  width: 25%;
  max-width: 210px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 767px) {
  .item-list .item-list__wrap li {
      width: calc(50% - 5px);
      max-width: none;
  }
}

@media screen and (min-width: 768px) {
  .item-list .item-list__wrap li {
    font-size: 13px;
    padding: 5px 5px 15px;
  }
  .item-list .item-list__wrap li + li:not(:nth-child(4n+1)) {
    margin-left: 4.1%;
  }
  .item-list .item-list__wrap li:nth-child(n+5) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .item-list .item-list__wrap li + li:not(:nth-child(2n-1)) {
    margin-left: 10px;
  }
  .item-list .item-list__wrap li:nth-child(n+3) {
    margin-top: 20px;
  }
}

.item-list .item-list__wrap li a {
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.item-list .item-list__wrap li a:hover {
  opacity: 1;
  text-decoration: none;
}

.item-list .item-list__wrap li a.item__icon:hover {
  opacity: 0.6;
}

.item-list .item-list__wrap li:hover {
  background: #f0f0f0;
}

.item-list .item-list__wrap figure {
  text-align: center;
}

.item-list .item-list__wrap figure img {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .item-list .item-list__wrap figure img {
    margin-bottom: 12px;
  }
}

.item-list .item-list__wrap figcaption {
  max-width: 176px;
  margin: 0 auto;
}

.item-list .item-list__wrap figcaption div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}


.item-list .item-list__wrap .item__in {max-width:200px;}
.item-list .item-list__wrap .item__detail {margin:0 5px; padding:13px 0 0;}
.item-list .item-list__wrap .item__name {overflow:hidden;}
.item-list .item-list__wrap .item__name:not(.bnr) {max-height:62px;}
.item-list .item-list__wrap .item__name p {width:100%;}
.item-list .item-list__wrap .price-box {margin:5px 0 0; font-size: 14px;}
.item-list .item-list__wrap .price-box .taxText {display:none;}
.item-list .item-list__wrap .special-price {padding:22px 0 0;}
.item-list .item-list__wrap .special-price,
.item-list .item-list__wrap .off-rate {display:inline-block; color:#e00012; position: relative; font-size: 13px;}
.item-list .item-list__wrap .off-rate {display: block;}
.item-list .item-list__wrap .special-price:before {content:'SALE'; position:absolute; top:0; left:0; height:17px; padding:0 5px; color:#ffffff; font-size:13px; line-height:17px; background:#e00012;}
.item-list .item-list__wrap .old-price {display:none; position:relative; padding:22px 0 0;}
.item-list .item-list__wrap .old-price .price {position:relative;}
.item-list .item-list__wrap .old-price .price:before {content:''; position:absolute; top:50%; left:0; width:100% ; border-bottom:1px solid #000000;}

.item-list .item-list__wrap .item__name .hide_txt {display:none;}
.item-list .item-list__wrap .item__price {position:relative; margin:0;}
.item-list .item-list__wrap .item__outStock {margin-top:5px; color:#999999;}

.item-list .item-list__wrap .item__icon {position:absolute; right:0; bottom:0; width:20px; height:20px; margin-right:0; cursor:pointer;}
.item-list .item-list__wrap .item__icon img {display:block;}

.item-list .item-list__wrap .item__in .item__badge {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 26px;
  height: 14px;
}

.item-list .item-list__wrap .on-sale .priceBase {display:none;}

@media screen and (max-width: 767px) {
  .item-list .item-list__wrap .item__price {font-size:14px;}
  .item-list .item-list__wrap .special-price,
  .item-list .item-list__wrap .item__name {font-size:13px; line-height:1.6;}
  .item-list .item-list__wrap .item__outStock {margin-top:0; font-size:13px;}
  .item-list .item-list__wrap .item__icon {bottom:2px;}
}

@media screen and (min-width: 768px) {
  .item-list .item-list__wrap .item__price {margin-top:10px; font-size:14px;}
  .item-list .item-list__wrap .item__outStock {font-size:13px;}
}



/*.item-list .item-list__wrap .item__icon.fav.glyphicon:before {
  content: "\e005";
  font-size:20px;
}*/

.sum-list li {
  padding: 0 8px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
  border-bottom: 1px solid #cccccc;
}

.sum-list .item__img {
  width: 70px;
}

@media screen and (min-width: 768px) {
  .sum-list .item__img {
    width: 106px;
  }
}

.sum-list__head p:first-child {
  margin-bottom: 4px;
}

.sum-list .status p:last-child {
  margin: 3px 0;
}

.sum-list button.review {
  width: 105px;
}

.set-gift h3.sttl {
  font-size: 14px;
  text-align: left;
  margin-top: 0;
}

.set-gift__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.set-gift__body:hover {
  cursor: pointer;
}

.set-gift__content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .set-gift__content {
    margin-left: 10px;
  }
}

.set-gift__img {
  width: 65px;
}

@media screen and (min-width: 768px) {
  .set-gift__img {
    width: 30%;
    width: 106px;
  }
}

.set-gift__detail {
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .set-gift__detail {
    line-height: 1.8;
  }
}

.set-gift label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}

.set-gift label input {
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .set-gift__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* .set-gift *[class*='col-'] {
  padding: 0
} */
.noshi {
  display: none;
}

.noshi__content {
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-bottom: 25px;
}

.noshi__content__in {
  padding: 15px;
}

.noshi__type {
  font-weight: bold;
  margin-bottom: 10px;
}

.noshi .type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
}

.noshi .type:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .noshi .type {
    margin-bottom: 4px;
  }
}

.noshi .type label {
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  .noshi .type label {
    margin-left: 25px;
  }
}

.noshi label {
  margin-bottom: 16px;
}

.noshi label:last-of-type {
  margin-bottom: 0;
}

.noshi .add_more {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .noshi .add_more button {
    width: 148px;
  }
}

.noshi .note {
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .noshi .add-namebox {
    width: 100%;
  }
}

.card-reg__box {
  border: 1px solid #dddddd;
  padding: 6px 0 6px 30px;
  cursor: pointer;
}

.card-reg__box p {
  position: relative;
}

.card-reg__box p::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent #666666 #666666 transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: -15px;
  top: 4px;
}

.card-reg__box.open p::after {
  top: 9px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.card-reg__guide {
  display: none;
  border: 1px solid #dddddd;
  border-top: none;
  background: #fff;
  padding: 12px 15px 18px;
}

@media screen and (min-width: 768px) {
  .card-reg__guide.notlinked .card-reg__guide__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-reg__guide.notlinked p:last-child {
    max-width: 200px;
    width: 87%;
  }
}

@media screen and (min-width: 768px) {
  .card-reg__guide__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.card-reg__guide p:last-child {
  width: 87%;
  max-width: 150px;
  margin: 20px auto 0;
}

@media screen and (min-width: 768px) {
  .card-reg__guide p:last-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .note {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .note {
    font-size: 12px;
  }
}

.review {
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review p:first-child {
  margin-top: 2px;
  margin-right: 18px;
}

.review__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.review__star .svg__icon {
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}

.review__star li {
  width: 15px;
  height: 17px;
  margin-right: 5px;
  background-size: contain;
}

.review a {
  width: 10px;
  height: 20px;
  margin-left: 6px;
  background: url(/asset/img/icon_arrow-down.svg) no-repeat;
}

.review.sub {
  margin-bottom: 6px;
}

.review__area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.review__area__star:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}

.review__area__star:not(:checked) > label {
  overflow: hidden;
  width: 13px;
  height: 15px;
  padding: 0 .1em;
  cursor: pointer;
  white-space: nowrap;
  background: url(/asset/img/icon_star.svg);
}

.review__area__star:checked > label {
  background: url(/asset/img/icon_star-fill.svg);
}

.review__area__star:hover > label {
  background: url(/asset/img/icon_star-fill.svg);
}

body {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

p {
  margin: 0;
}

.col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
    /* padding-top: 90px; */
    padding-bottom: 65px;
  }
}

hr {
  border-top-color: #ccc;
  border-top-width: 1px;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
}

#md_shopHeader {
  width: 100%;
}

#md_navBottom {
  min-width: auto;
}

@media screen and (min-width: 1041px) and (max-width: 1130px) {
  #md_category_header {
    min-width: 500px;
  }
}

@media screen and (min-width: 1131px) {
  #md_shopHeader {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1130px) {
  @-moz-document url-prefix() {
    #md_navBottom {
      height: 90px;
    }
    .md_search_products_header {
      height: 40px;
      line-height: 40px;
    }
    .spThumb_wrap {
      box-sizing: border-box;
    }
    #md_category_header {
      width: 100%;
    }
    .md_loginWrap dt {
      height: 90px;
      line-height: 90px;
    }
    .md_cartBlock .badge {
      top: 24px;
    }
    .md_sectionWrap {
      width: 100%;
    }
    .md_bloc_newarrived01 ul {
      width: 100vw;
    }
    footer .md_sectionWrap {
      width: 100%;
    }
    #md_advertisement {
      width: 100%;
    }
    #md_special_issue ul li,
    #md_banner_ec ul li {
      width: calc(calc(100% / 4) - 20px);
    }
    #md_banner_ec ul li {
      margin-left: 20px;
      margin-right: 0;
    }
    #md_banner_ec ul li:first-of-type {
      margin-left: 10px;
    }
    #md_banner_ec ul li:last-of-type {
      margin-left: 20px;
      margin-right: 0;
    }
    #md_search_products_category dl {
      width: calc(calc(100% / 5) - 5px);
    }
    #md_banner_ec ul li img {
      width: 100%;
    }
  }
  .md_slider_item6,
  .fr_other-products-list,
  .md_slider_item6 img.img-thumbnail,
  .md_bloc_newarrived01 ul li figure .md_moreLink {
    width: 100%;
    height: 100%;
  }
}

.container {
  margin: 90px auto 0;
}

@media screen and (min-width: 768px) {
  .container {
    margin-top: 0;
    margin-bottom: 140px;
  }
}

.md_sectionWrap li a {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .form-address-edit .form-group.multipleInput.region .control {
    width: 100%;
    padding-right: 0;
  }
}

.md_loginWrap dd ul li span,
.md_loginWrap dd ul li a {
  font-size: 12px;
}

.lead-txt {
  margin-bottom: 40px;
}

.kb_page-delete {
  line-height: 1.8;
}

.kb_page-delete .control.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 10px 0;
}

.kb_page-delete .form-group .checkbox__label:after,
.kb_page-delete .form-group .checkbox__label:before {
  top: 5px;
}

.kb_page-delete .btn-in__type1 {
  padding-top: 0;
}

.flow {
  font-size: 10px;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}

.kb_page-contact_form .flow__in,
.kb_page-contact_form_confirm .flow__in,
.kb_page-contact_form_success .flow__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
}

.kb_page-contact_form .legend,
.kb_page-contact_form_confirm .legend {
  margin-bottom: 30px;
  line-height: 1.8;
}

.kb_page-contact_form .form-group .help-block {
  color: inherit;
  font-weight: normal;
}

.kb_page-contact_form_confirm .col-xs-12.col-sm-4 {
  font-weight: bold;
}

.kb_page-contact_form_success .detail-list__body {
  line-height: 1.8;
}

.kb_page-contact_form_confirm .form-group {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .kb_page-contact_form .row.well {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (min-width: 768px) {
  .kb_page-contact_form .legend,
  .kb_page-contact_form_confirm .legend {
    text-align: center;
  }
  .kb_page-contact_form .flow__in,
  .kb_page-contact_form_confirm .flow__in,
  .kb_page-contact_form_success .flow__in {
    margin-bottom: 30px;
  }
  .kb_page-contact_form .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .kb_page-contact_form_confirm .form-group {
    margin-bottom: 30px;
  }
  .kb_page-contact_form .form-group .help-block {
    font-size: 12px;
  }
}

.flow .icon__btn {
  display: inline-block;
  width: 55px;
  height: 30px;
  color: #535353;
  background: #fff;
  border: 1px solid #ccc;
}

.flow .icon__btn.is-active {
  background: #2d2d2d;
  color: #ffffff;
}

.flow .icon__btn .glyphicon {
  line-height: 2;
  top: -2px;
}

@media screen and (min-width: 768px) {
  .flow .icon__btn {
    width: 70px;
    height: 40px;
  }
  .flow .icon__btn .glyphicon {
    line-height: 1.5;
    top: 3px;
  }
}

.btn-in__type3 {
  margin-top: 30px;
}

.kb_page-mypage-top #region {
  display: none;
}

@media screen and (min-width: 767px) {
  .sp_footer {
    display: none;
  }
}

.block-viewed-products-grid {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.block-viewed-products-grid .product-item-details p {
  color: #535353;
}
.block-viewed-products-grid .item-list .item-list__wrap {
  display: block;
}
.block-viewed-products-grid .item-list .item-list__wrap li {
  float: left;
  width: 31%;
  margin: 0 3.5% 0 0;
}
.block-viewed-products-grid .item-list .item-list__wrap li + li {
  margin-left: 0;
}
.block-viewed-products-grid .item-list .item-list__wrap li:hover {
  background: transparent;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .block-viewed-products-grid {
    padding: 2.5rem 1rem;
  }
  .block-viewed-products-grid .item-list .item-list__wrap li:nth-child(3n) {
    margin-right: 0;
    margin-top: 0;
  }
  .block-viewed-products-grid .product-item-details p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.8rem;
    margin: 0.5rem 0.5rem 0.3rem 0;
    font-size: 1.1rem;
    line-height: 1.4rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .block-viewed-products-grid .item-list .item-list__wrap li {
    width: 130px;
    margin-right: 22px;
  }
  .block-viewed-products-grid .item-list .item-list__wrap li:nth-child(n+5) {
    margin-top: 0;
  }
  .block-viewed-products-grid .product-item-details {
    font-size: 12px;
  }
  .block-viewed-products-grid .item-list .item-list__wrap .item__name:not(.bnr) {
    max-height: 100%;
  }
  .block-viewed-products-grid .price-box {
    display: none;
  }
}



.loader {
  position: fixed;
  z-index: 999;
  top: 26%;
  left: 50%;
  display: inline-block;
  display: block;
  border: none;
  transform: translate(-50%,-50%);
  margin: 0;
  text-align: center;
  width: 100%;
}
.loader p {
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  .loader {
    top: 43%;
  }
  .loader img[style="position: absolute;"] {
    max-width: 50px;
  }
  .loader:after {
    border-top-color: transparent;
  }
  .loader p {
    font-size: 14px;
  }
}

.subcategory_list {
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: center;
  box-sizing: border-box
}

@media screen and (max-width: 767px) {
  .subcategory_list {
    margin: 0 auto 20px;
    padding: 0
  }
}

.subcategory_list li {
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 25px;
  margin: 0 4px 8px
}

.subcategory_list li a {
  color: #535353;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
}

@media screen and (min-width: 767px) {
  .subcategory_list li a:hover {
    color: #535353;
    opacity: 0.8;
    text-decoration: none;
  }
}

.subcategory_list li.current a {
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .subcategory_list li {
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    margin: 0 0 2px
  }
  .subcategory_list li a {
    height: 25px;
    line-height: 25px
  }
}
.kb_page-checkout-amazonpayment .amazon-widget--address {
  margin-top: 20px;
}

.kb_page-checkout-amazonpayment .amazon-widget {
  max-width: 400px;
  height: 228px;
  margin: 0 auto;
}



.recently_viewed {max-width:1025px; margin:0 auto 40px;}
.recently_viewed .sttl {margin:35px 0 30px; text-align:left;}
.recently_viewed .sttl strong {font-size:20px; font-weight:normal;}
.recently_viewed .item-list {padding:0;}
.recently_viewed .item-list .item-list__wrap li {width:20.5%; max-height:300px; margin:0 0 30px;}
.recently_viewed .item-list .item-list__wrap li + li:not(:nth-child(4n+1)) {margin:0 0 30px 6%;}
.recently_viewed .item-list .item-list__wrap li a {max-width:100%; margin:0 auto;}
.recently_viewed .item-list .item-list__wrap .item__detail .item__name {position:relative; height:3em; padding-right:1em; line-height:1.5; overflow:hidden;}
.recently_viewed .item-list .item-list__wrap .item__detail .item__name:before {content:'...'; display:inline-block; position:absolute; right:0; bottom:0; width:1em;}
.recently_viewed .item-list .item-list__wrap .item__detail .item__name:after {content:''; position:relative; right:-1em; width:1em; height:100%; background-color:#ffffff; float:right;}
.recently_viewed .item-list .item-list__wrap li:hover .item__name {background-color:#f0f0f0;}
.recently_viewed .item-list .item-list__wrap li:hover .item__name:after {background-color:#f0f0f0;}


@media screen and (max-width: 767px) {
  .recently_viewed {margin:20px auto; padding:0 15px;}
  .recently_viewed .sttl {margin:20px 0 15px;}
  .recently_viewed .sttl strong {font-size:14px;}
  .recently_viewed .item-list {overflow-x:scroll; margin:0 -15px;}
  .recently_viewed .item-list .item-list__wrap {display:flex; flex-wrap:nowrap; justify-content:flex-start; padding:0 15px;}
  .recently_viewed .item-list .item-list__wrap li {display:;
    min-height:200px; margin:0 20px 10px 0;}

  .recently_viewed .item-list .item-list__wrap li {
    flex:0 0 120px;
  }

  .recently_viewed .item-list .item-list__wrap li + li:not(:nth-child(4n+1)) {margin:0 20px 10px 0;}
}






.cms-index-index .messages .messages {
  max-width: 1200px;
  margin: 25px auto 0;
}

.cms-index-index .message-success {
  margin: 0;
}


/*LINE login button*/

a.btn_line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: #06C755;
}

a.btn_line::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 1;
}

a.btn_line:hover {
  background: #06C755;
  opacity: 1;
}

a.btn_line:hover::before {
  opacity: 0.1;
}

a.btn_line:active,
a.btn_line:focus,
a.btn_line:active:hover,
a.btn_line:active:focus {
  box-shadow: none;
  background: #06C755;
}

a.btn_line:active::before {
  opacity: 0.3;
}

a.btn_line span {
  position: relative;
  z-index: 2;
}

a.btn_line span.icon {
  width: 51px;
  flex: 0 0 51px;
  border-right: solid 1px rgba(0, 0, 0, 0.08);
}

a.btn_line span.icon img {
  width: 50px;
}

a.btn_line span.text {
  flex: 1 1 100px;
  text-align: center;
}

.line-button-title {
  margin-top: -15px;
  font-size: 13px;
}