@charset "utf-8";

/************************************************
  item.css
************************************************/


/*------------------------------------------------------------
　　　条件で絞り込むボックス
  ------------------------------------------------------------*/

.form-stack-box {
  display: none;
}
.form-stack-list01 ul {
  overflow: hidden;
  padding: 20px 0 0px;
}
@media (min-width: 751px) {
  .form-stack-list03 ul {
    overflow: hidden;
    padding: 20px 0 0px;
  }
}
@media (max-width: 750px) {
  .form-stack-list01 ul {
    margin-top: 15px;
    padding-top: 1px;
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
}

/*------------------------------------------------------------
　　　検索結果一覧
  ------------------------------------------------------------*/

.form-stack-wrapper {
  position: relative;
}
@media (max-width: 750px) {
  .form-stack-wrapper {
    margin-top: 10px;
  }
}
.form-stack-box {
  background: #FFF;
  overflow: hidden;
  clear: both;
  padding: 33px 20px;
  margin-bottom: 15px;
  border: 1px solid #dfdfdf;
}
@media (max-width: 750px) {
  .form-stack-box {
    padding: 0 0 20px;
  }
}
#form-stack-link {}
#form-stack-link {
  float: left;
}
@media (min-width: 751px) {
  #form-stack-link {
    width: 200px;
  }
}
@media (min-width: 751px) {
  #form-stack-link.wmkt020 {
    width: auto;
  }
}
#form-stack-link .stack-btn {
  text-align: left;
  margin-top: 2px;
  padding: 15px 0 20px 18px;
}
@media (max-width: 750px) {
  #form-stack-link .stack-btn {
    margin-top: 0;
    padding: 0 0 0 18px;
  }
}
#form-stack-link .stack-btn:after {
  background-position: -157px -82px;
  left: 0;
}
#form-stack-btn {
  float: right;
  padding: 0 0 15px 0;
  background: none;
  box-sizing: border-box;
  margin-bottom: -1px;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  background: #fff;
}
#form-stack-btn.active {
  border-bottom: 1px solid #dfdfdf;
  padding: 0;
  background: none;
  border: none;
}
.form-stack-list01 {
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
}
.form-stack-list02 {
  padding: 32px 0 40px;
  border-bottom: 1px solid #dfdfdf;
}
.form-stack-list03 {
  padding: 31px 0 40px;
}
.form-stack-list02 .list02-inner {
  padding: 18px 0 0;
}
@media (max-width: 750px) {
  #form-stack-btn {
    padding: 0px 0px 10px;
    margin: 10px 16px -1px 0;
    background: #fff;
  }
  #form-stack-btn a {
    padding: 8px 8px 8px 44px;
  }
  #form-stack-link {
    margin-left: 15px;
  }
  .form-stack-list02 .list02-inner {
    width: 100%;
  }
  #form-stack-link .stack-btn {
    padding-top: 16px;
    padding-bottom: 0;
  }
  #form-stack-link .stack-btn:after {
    background-position: -157px -78px;
  }
  #form-stack-btn.active {
    margin: 10px 17px;
  }
}
@media (max-width: 550px) {
  #form-stack-link {
    margin-left: 15px;
  }
  #form-stack-link a {
    letter-spacing: 0.6px;
    font-size: 86%;
    padding-left: 15px !Important
  }
}
@media (max-width: 750px) {
  .form-stack-list01, .form-stack-list02, .form-stack-list03 {
    padding: 30px 15px 35px;
    overflow: hidden;
  }
  .form-stack-box .btn-list {
    padding: 0 15px;
  }
}

/* stack */

.stack {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  white-space: nowrap;
}
.stack [class^=set-input-] {
  position: relative;
  float: left;
  vertical-align: middle;
  letter-spacing: normal;
}
.stack [class^=set-input-] input[type=text] {
  height: 56px;
  padding: 0 .7em;
  transition: background-color .5s ease;
  border: 1px solid #ddd;
  font-size: 16px;
  vertical-align: middle;
}
input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 751px) {
  .stack [class^=set-input-] input[type=text] {
    line-height: 56px;
    max-width: 230px;
  }
  .stack [class^=set-input-] span {
    margin: 0 15px;
    display: inline-block
  }
}
@media (max-width: 750px) {
  .stack {
    width: 100%;
    margin-left: -10px;
  }
  .stack [class^=set-input-] {
    white-space: nowrap;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .stack [class^=set-input-] input[type=text] {
    width: 68%;
    margin-right: 5px;
    padding: 0 .5em;
  }
  .stack [class^=set-input-] input[type=text]::-moz-placeholder {
    font-size: 85%;
  }
  .stack [class^=set-input-] input[type=text]::-webkit-input-placeholder {
    font-size: 85%;
  }
  .stack [class^=set-input-] input[type=text]:-ms-input-placeholder {
    font-size: 85%;
  }
  .stack [class^=set-input-] input[type=text]:-moz-placeholder {
    font-size: 85%;
  }
  .stack [class^=set-input-] span {
    margin: 0 6px;
  }
}
@media (max-width: 550px) {
  .stack {
    margin-left: -7px;
  }
  .stack [class^=set-input-] {
    padding: 0 7px;
  }
}

/*------------------------------------------------------------
　　　検索結果
  ------------------------------------------------------------*/

.mainResult {
  overflow: hidden;
  clear: both;
}
.result-list .result {
  margin: 0 auto 20px;
  background: #FFF;
  box-shadow: 0 2px 0 #d1d1d1;
}
.item-element {
  padding: 20px 20px 21px;
  box-sizing: border-box;
}
.item-element-container {
  overflow: hidden;
}
@media (min-width: 751px) {
  .mainResult {
    margin-bottom: 20px
  }
  .result-list {
    margin-top: 5px;
  }
  .item-element-container .element-left {
    float: left;
    width: 215px;
  }
  .item-element-container .element-right {
    float: right;
    width: 440px;
  }
}
@media (max-width: 750px) {
  .element-right {
    position: relative;
  }
  .element-left .item-img {
    position: relative;
  }
  .element-left img {
    width: 100%;
    margin: 0 auto 15px;
  }
  .result-list .result:last-child {
    margin-bottom: 0;
  }
}
.item-title .subname {
  font-size: 94%;
  margin-bottom: 7px;
  font-weight: 700;
}
.item-title .subname span {
  font-weight: 500;
  padding-left: 4px;
}
.item-title .name {
  font-size: 116%;
  margin-bottom: 3px;
  line-height: 1.6
}
@media (max-width: 750px) {
  .item-title {
    width: 80%;
  }
  .item-title .name {
    line-height: 1.6;
    font-size: 96%;
  }
}
@media (max-width: 550px) {
  .item-title {
    width: 72%;
  }
}
.item-meta {
  overflow: hidden;
  clear: both;
}
.item-meta .column {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.item-meta .column span {
  display: block;
  color: #565656;
  padding: 6px 12px 5px;
  line-height: 1;
  border-radius: 2px;
  font-size: 70%;
  font-weight: 600;
}
.column span {
  background: #e2e4e7;
}
.item-meta .column span {
  font-weight: 500;
}
.item-meta .offbox span {
  background-color: #ea5504;
  color: #fff;
}
@media (min-width: 751px) {
  .item-meta {}
  .item-element .item-meta .column span {
    background: #e2e4e7;
  }
}
@media (max-width: 750px) {
  .item-element .item-meta .column span {
    background: rgba(255, 255, 255, 0.6);
  }
  .item-element .item-meta {
    position: absolute;
    top: -35%;
    right: 2%;
  }
  .item-meta {
    position: relative;
    padding: 9px 0 0;
  }
}
@media (max-width: 550px) {
  .item-meta .column span {
    padding: 5px 7px 4px;
  }
  .item-element .item-meta {
    top: -29%;
  }
  .item-meta .column span {
  }
}
@media (max-width: 400px) {
  .item-element .item-meta {
    top: -webkit-calc(0% - 46px);
    top: -moz-calc(0% - 46px);
    top: calc(0% - 46px);
    font-size: 12px;
  }
}
.item-info {
  overflow: hidden;
  width: 100%;
  display: table;
}
.item-info .price-list {
  float: right;
  text-align: right;
  min-width: 300px;
}
.item-info .price-list li {
  min-width: 300px;
  font-size: 96%;
  margin-bottom: 1px;
  display: table;
  line-height: 27px;
}
.item-info .unit-price, .item-info .normal-price {
  font-size: 116%;
  padding: 0 3px;
}
.item-info .unit-price {
  color: #ea5504;
}
.item-info .light-txt {
  color: #999999;
}
.item-info .normal-price {
  color: #000000;
}
@media (min-width: 751px) {
  .item-info {
    margin: 18px 0 15px;
  }
  .item-info .element-inner-right {
    float: right;
    min-width: 330px;
    max-width: 340px;
  }
}
@media (max-width: 750px) {
  .item-info .price-list li {
    letter-spacing: 1px;
    position: relative;
    min-width: 278px;
  }
  .item-info .element-inner-right {
    min-width: auto;
    max-width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .item-info {
    margin: 5px 0 10px;
  }
}
@media (max-width: 550px) {
  .item-info .price-list li {
    font-size: 84%;
    letter-spacing: 0.4px;
  }
  .item-info .unit-price, .item-info .normal-price {
    font-size: 126%;
    letter-spacing: 0;
  }
  .item-info .price-list {
    min-width: 150px;
  }
}
.item-note {
  margin-left: -10px;
  display: table
}
.item-note p.note {
  display: table-cell;
  padding: 0 13px;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
}
.item-note p.note:after {
  display: block;
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #dfdfdf;
}
.item-note p:last-child:after {
  content: none;
}

/* お気に入りボタン */

.btn-faves, .btn-faves-vertical, .btn-faves-large {
  vertical-align: top;
}
.btn-faves a {
  display: block;
  position: relative;
  padding: 13px 8px 13px 27px;
  font-size: 86%;
  text-align: right;
}
.btn-faves-large a {
  display: block;
  position: relative;
  padding: 18px 8px 17px 27px;
  font-size: 86%;
  text-align: center;
}
.btn-faves a, .btn-faves-vertical a, .btn-faves-large a {
  border: solid 1px #dfdfdf;
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #f5f5f5 0%, #ffffff 100%);
  background: -webkit-linear-gradient(bottom, #f5f5f5 0%, #ffffff 100%);
  background: linear-gradient(to top, #f5f5f5 0%, #ffffff 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
}
.btn-faves-vertical a {
  display: block;
  position: relative;
  height: 57px;
  width: 60px;
  text-align: center;
}
.btn-faves a:after, .btn-faves-vertical a:after, .btn-faves-large a:after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
}
.btn-faves a:after, .btn-faves-large a:after {
  background-position: left top;
}
.btn-faves-vertical a:after {
  background-position: center top;
}
.btn-faves-large {
  width: 100%;
  text-align: center;
}
.btn-faves-large span {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  font-size: 124%;
}
.btn-faves-large a:after {
  margin: 13px 0 0 0;
  width: 20px;
  height: 20px;
  left: calc(50% - 95px);
  top: 0;
  background-image: url(../../images/icon/ico_faves_small.png);
  background-size: 20px 42px;
}
@media (min-width: 751px) {
  .btn-faves {
    float: left;
    width: 105px;
  }
  .btn-faves span, .btn-faves-vertical span, .btn-faves-large {
    line-height: 14px
  }
  .btn-faves-vertical {
    position: absolute;
    top: 0;
    right: 0;
  }
  .btn-faves-vertical span {
    display: block;
    font-size: 10px;
    vertical-align: bottom;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    letter-spacing: 0;
  }
  .btn-faves a:after {
    margin: 9px 0 0 0;
    width: 20px;
    height: 20px;
    left: calc(50% - 44px);
    top: 0;
    background-image: url(../../images/icon/ico_faves_small.png);
    background-size: 20px 42px;
  }
  .btn-faves-vertical a:after {
    margin: 0 0 0 -12px;
    width: 24px;
    height: 24px;
    left: 50%;
    top: 7px;
    background-image: url(../../images/icon/ico_faves_large.png);
    background-size: 24px 47px;
  }
  .btn-faves-large {
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .btn-faves {
    position: absolute;
    top: 0;
    right: 0;
  }
  .btn-faves span, .btn-faves-vertical span {
    display: block;
    font-size: 10px;
    vertical-align: bottom;
    position: absolute;
    bottom: 7px;
  }
  .btn-faves a, .btn-faves-vertical a {
    padding: 0;
    height: 59px;
    width: 60px;
    text-align: center;
  }
  .btn-faves a:after {
    margin: 0 0 0 -14px;
    left: 50%;
    top: 6px;
    width: 28px;
    height: 28px;
    background-image: url(../../images/icon/ico_faves_large.png);
    background-size: 28px 55px;
  }
  .btn-faves-vertical a {
    border: none;
  }
  .btn-faves-vertical a:after {
    margin: 0 0 0 -14px;
    left: 50%;
    top: 6px;
    width: 28px;
    height: 28px;
    background-image: url(../../images/icon/icon_faves_white.png);
    background-size: 28px;
  }
  .btn-faves a span, .btn-faves-vertical span {
    left: 0;
    right: 0;
    letter-spacing: 0;
    font-size: 9px;
  }
  .btn-faves-vertical {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
  }
  .btn-faves-vertical a {
    background: #eb5505;
    color: #fff;
  }
  .btn-faves-large {
    margin-bottom: 13px;
  }
}

/* プラス会員価格 */

.btn-menber-price {
  color: #FFF;
  font-size: 86%;
  position: relative;
  top: 0px;
}
.btn-menber-price span {
  text-align: right;
  float: right;
  height: 25px;
  display: block;
  background: #7d7d83 url(../../images/icon/ico_p.png) 2px 2px no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px 9px 0px 10px;
  box-sizing: border-box;
  letter-spacing: 0.4px;
}

/* カート追加 */

.footer-cart-btn {
  background: #eb5505;
  width: 88px;
  height: 88px;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  right: -11px;
  bottom: -16px
}
.footer-cart-btn img {
  width: 28px;
  display: block;
  margin: 0 auto;
  margin-top: 8px;
  padding-right: 2px;
  margin-bottom: 1px;
}
.footer-cart-btn input {
  color: #FFF;
  font-size: 80%;
  letter-spacing: 0;
}
@media (min-width: 751px) {
  .btn-menber-price {
    margin-right: 20px;
  }
  .btn-menber-price span {
    width: 116px;
    line-height: 26px;
    font-size: 90%;
  }
}
@media (max-width: 750px) {
  .btn-menber-price {
    height: 27px;
    margin-right: 28px;
    position: absolute;
    width: 112px;
  }
  .btn-menber-price span {
    width: 112px;
    font-size: 9px;
    line-height: 26px;
  }
  .discount-price-inner .btn-menber-price span {
    display: block;
    position: relative;
  }
}
@media (min-width: 550px) and (max-width: 750px) {
  .btn-menber-price {
    left: -20px;
  }
  .discount-price-inner .btn-menber-price {
    left: auto;
  }
}
@media (max-width: 550px) {
  .btn-menber-price span {
    width: 110px;
    font-size: 9px;
  }
  .btn-menber-price {
    margin-right: 13px;
  }
}
@media (min-width: 751px) {
  .discount-price .btn-menber-price {
    margin-right: 0px;
    height: 28px;
    margin-bottom: 10px;
  }
  .discount-price .btn-menber-price {
    margin-right: 0px;
  }
}
@media (max-width: 750px) {
  .discount-price .btn-menber-price {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
}
