@charset "UTF-8";

button {
  font-family: Avenir, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "游ゴシック体",
    "Yu Gothic", YuGothic, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.button-type-1 {
  border-radius: 3px;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 50px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  line-height: 3.7;
}

.button-type-sns {
  cursor: pointer;
  border-radius: 3px;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 50px;
  text-align: center;
  width: 100%;
  margin: 0 auto 8px;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  line-height: 3.7;
  color: #fff !important;
  background-repeat: no-repeat;
  background-position: left 15px center;
}

.button-type-sns.line {
  background-color: #52b534;
  background-image: url(../../../img/common/icon-line-white.png);
  background-size: 30px auto;
}

.button-type-sns.twitter {
  background-color: #5c98d0;
  background-image: url(../../../img/common/icon-twitter-white.png);
  background-size: 28px auto;
}

.button-type-sns.facebook {
  background-color: #3875e9;
  background-image: url(../../../img/common/icon-facebook-white.png);
  background-size: 28px auto;
}

.button-type-sns.yahoo {
  background-color: #ff0033;
  background-image: url(../../../img/common/icon-yahoo-white.png);
  background-size: 30px auto;
}

.button-type-sns.apple {
  background-color: #000;
  background-image: url(../../../img/common/icon-apple-white.png);
  background-size: 23px auto;
}

.button-type-sns.monokabu {
  background-color: #000;
  background-image: url(../../../img/common/icon-monokabu-white.png);
  background-size: 30px auto;
}

.button-collor-black,
a.button-collor-black {
  background-color: #000;
  color: #fff;
}

.button-collor-grey,
a.button-collor-grey {
  background-color: #ccc;
  color: #fff;
}

.button-collor-orange,
a.button-collor-orange {
  background-color: #ff4715;
  color: #fff;
}

.button-collor-green,
a.button-collor-green {
  background-color: #03c95b;
  color: #fff;
}

.button-collor-skyblue,
a.button-collor-skyblue {
  background-color: #1eb2c5;
  color: #fff;
}

.button-collor-pink,
a.button-collor-pink {
  background-color: #ef4489;
  color: #fff;
}

.button-outline-black,
a.button-outline-black {
  border: 1px solid #000;
  color: #000;
}

.button-outline-blue,
a.button-outline-blue {
  border: 1px solid #004d89;
  color: #004d89;
}

.button-collor-buy,
a.button-collor-buy {
  background-color: #00aaa4;
  color: #fff;
}

.button-text-only {
  color: #0827c6;
  font-size: 1.1rem;
  text-decoration: underline;
}
.button-text-only-grey {
  color: #999;
  font-weight: normal;
}

/* 下固定ボタン(丸) */

.post-add-button {
  background-color: #222;
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  bottom: 12px;
  right: 12px;
  border-radius: 100px;
  background-image: url(../../../img/common/sp-icon-post-add.png);
  background-size: 28px 28px;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  z-index: 50;
}

.post-add-button-blue {
  background-color: #1eb2c5;
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  bottom: 12px;
  right: 12px;
  border-radius: 100px;
  background-image: url(../../../img/common/sp-icon-post-add-blue.png);
  background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  z-index: 50;
}

.post-add-button.item-buy {
  bottom: 77px;
  right: 12px;
}

/* 下固定ボタン(全体) */

.post-add-button-all {
  background-color: #1eb2c5;
  width: 100%;
  height: 48px;
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 50;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  line-height: 3.5;
}

a.post-add-button-all,
a.post-add-button-all:hover,
a.post-add-button-all:visited {
  color: #fff;
}

/* 購入・販売ボタン(下部固定) */

.button-bottom-fix-margin {
  height: 60px;
  width: 100%;
}

.button-bottom-fix {
  height: 64px;
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 60;
}

.button-bottom-fix .inner {
  height: 64px;
  width: 100%;
  display: table;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 14px 15px 15px;
}

/* 購入 */

.button-bottom-fix.button-buy {
  background: #00aaa4;
}
.button-bottom-fix.button-status {
  background: #0065aa;
}

.button-bottom-fix.button-buy .inner .left-box {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.button-bottom-fix.button-buy .inner .left-box .price {
  font-size: 2.2rem;
  font-weight: bold;
}

.button-bottom-fix.button-buy .inner .left-box .note {
  font-size: 1rem;
  font-weight: bold;
  padding: 4px 0 0 0;
  color: #fff600;
}

.button-bottom-fix.button-buy .inner .right-box {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: right;
  background-image: url(../../../img/common/btn-arrow-right-green.png);
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: right top 4px;
  padding: 0 35px 0 0;
  width: 60%;
}

.button-bottom-fix.button-status .inner .right-box {
  background-image: url(../../../img/common/btn-arrow-right-blue.png);
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: right top 2px;
  padding: 0 35px 0 0;
  width: 60%;
}

.button-bottom-fix.button-buy .inner .right-box .text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/* 出品・取り扱いなし */

.button-bottom-fix.button-none {
  height: 54px;
  background: #bbb;
  cursor: not-allowed;
}

.button-bottom-fix.button-none .inner {
  height: 54px;
}

.button-bottom-fix.button-none .text {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.button-bottom-fix.button-none .text-detial {
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  margin: 4px 0 0 0;
}

/* 販売・購入 */

.button-bottom-fix.button-sell,
.button-bottom-fix.button-sell.buy-center {
  background: #00aaa4;
}

.button-bottom-fix.button-sell .inner .center-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: right center;
}

.button-bottom-fix.button-sell .inner .center-box,
.button-bottom-fix.button-sell.buy-center .inner .center-box {
  background-image: url(../../../img/common/btn-arrow-right-green.png);
}

.button-bottom-fix.button-sell .inner .center-box .text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.4;
}

/* 取引中 */

.button-bottom-fix-order {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

.button-bottom-fix-order .inner {
  height: 60px;
  width: 100%;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: center right 15px;
}

.button-bottom-fix-order.buy-status {
  background-color: #0065aa;
}
.button-bottom-fix-order.buy-status .inner {
  background-image: url(../../../img/common/btn-arrow-bottom-blue.png);
}
.button-bottom-fix-order.buy-status .inner.close {
  background-image: url(../../../img/common/btn-arrow-top-blue.png);
}
.button-bottom-fix-order.sell-status {
  background-color: #ff832d;
}
.button-bottom-fix-order.sell-status .inner {
  background-image: url(../../../img/common/btn-arrow-bottom-orange.png);
}
.button-bottom-fix-order.sell-status .inner.close {
  background-image: url(../../../img/common/btn-arrow-top-orange.png);
}

.button-bottom-fix-order .inner .text {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 17px 0 4px;
}

.button-bottom-fix-order .inner .text-detail {
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
}

.ballon-btn {
  background: #000;
  font-weight: bold;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  display: block;
  padding: 12px 0 12px 0;
  line-height: 1.4;
  border-radius: 6px;
}

.button-bottom-fix-order .toggle-content {
  padding: 0 15px 15px 15px;
  box-sizing: border-box;
  width: 100%;
}

.button-bottom-fix-order .toggle-content.slide-enter-active {
  transition: all 150ms linear;
}

.button-bottom-fix-order .toggle-content.slide-leave-active {
  transition: all 150ms ease-out;
}

.button-bottom-fix-order .toggle-content.slide-enter {
  max-height: 0;
}

.button-bottom-fix-order .toggle-content.slide-enter-to {
  max-height: 400px;
}

.button-bottom-fix-order .toggle-content.slide-leave {
  max-height: 400px;
}

.button-bottom-fix-order .toggle-content.slide-leave-to {
  padding: 0 15px 0 15px;
  max-height: 0;
}

.button-bottom-fix-order .toggle-content .inner {
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 75px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.button-bottom-fix-order .toggle-content .inner .toggle-flow-illust {
  width: 100%;
  height: auto;
  margin: 0 0 13px 0;
  display: block;
}

.button-bottom-fix-order .toggle-content .inner .toggle-text {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
}

.button-bottom-fix-order .toggle-content .inner .toggle-text-title {
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  margin: 15px 0 8px;
}

.button-bottom-fix-order .toggle-content .inner .toggle-text-detail {
  font-size: 1.1rem;
  color: #999;
  line-height: 1.4;
  padding: 5px 0 0;
}

.button-bottom-fix-order .toggle-content .inner .toggle-text-center {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.4;
  padding: 5px 0 0;
  text-align: center;
  display: block;
}

.button-bottom-fix-order .toggle-content .inner .toggle-text-fee {
  position: relative;
  padding: 15px 15px 13px;
  line-height: 1;
  color: #333333;
  border-radius: 3px;
  background: #f9f9f9;
}

.button-bottom-fix-order .toggle-content .inner .toggle-text-fee-block {
  font-size: 1.4rem;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ececec;
}

.button-bottom-fix-order .toggle-content .inner .toggle-text-fee-num {
  font-size: 1.5rem;
}

@media screen and (max-width: 360px) {
  .button-bottom-fix-order .toggle-content .inner .toggle-text-fee-num {
    font-size: 1.4rem;
  }
}

.button-bottom-fix-order .toggle-content .inner .toggle-text-tax-text {
  font-size: 1.2rem;
}

@media screen and (max-width: 360px) {
  .button-bottom-fix-order .toggle-content .inner .toggle-text-tax-text {
    font-size: 1.1rem;
  }
}

.button-bottom-fix-order .toggle-content .inner .toggle-text-size {
  font-size: 1.2rem;
  color: #999999;
}

@media screen and (max-width: 360px) {
  .button-bottom-fix-order .toggle-content .inner .toggle-text-size {
    font-size: 1.1rem;
  }
}

.button-bottom-fix-order .toggle-content .inner .toggle-text-fee-notes {
  display: block;
  font-size: 1.1rem;
  color: #999999;
  line-height: 1.5;
  font-weight: 300;
}

.button-bottom-fix-order .toggle-content .inner .toggle-text-notes {
  background: #fbe4e4;
  color: #ff577b;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 3px;
  letter-spacing: -0.1px;
}
.button-bottom-fix-order .toggle-content .inner .toggle-text-fee-link {
  text-align: right;
  font-size: 1.2rem;
}

.button-bottom-fix-order .toggle-content .inner .toggle-text-fee-link a {
  position: relative;
  padding: 0 10px 0 0;
  color: #1380ef;
}

.button-bottom-fix-order .toggle-content .inner .toggle-text-fee-link a:after {
  position: absolute;
  content: "";
  right: 0;
  width: 5px;
  height: 11px;
  background: url(../../../img/common/arrow-right-blue.png) center/contain
    no-repeat;
}

.button-bottom-fix-order .toggle-content .inner .toggle-text .red,
.button-bottom-fix-order .toggle-content .inner .toggle-text-detail .red {
  color: #ff0230;
}

.button-bottom-fix-order .toggle-content .inner .toggle-address {
  padding: 12px 12px 10px;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.button-bottom-fix-order .toggle-content .inner .toggle-address span {
  font-size: 1.4rem;
  color: #999;
}

/*
  note : 動的に出力される部分でCSSが競合してしまうため、一旦importで対応
*/
.bundled-shipping-popup-btn {
  width: 100%;
  text-align: left;
  color: #000;
  padding: 13px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 3px 5px rgb(0 0 0 / 3%);
}

.bundled-shipping-popup-btn::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 12px;
  background: url(../../../img/common/sp-icon-arrow-right.png) center/contain
    no-repeat;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.bundled-shipping-popup-btn.grey {
  width: 100%;
  text-align: left;
  color: #000;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 3px 5px rgb(0 0 0 / 3%);
  border: 1px solid #e5e5e5;
}

.bundled-shipping-popup-btn.grey::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 12px;
  background: url(../../../img/common/sp-icon-arrow-right.png) center/contain
    no-repeat;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.bundled-shipping-popup-btn span {
  display: block;
}

.bundled-shipping-title {
  font-size: 1.3rem !important;
  color: #000 !important;
  font-weight: 600;
  margin-bottom: 3px;
}

.bundled-shipping-text {
  font-size: 1.2rem !important;
  color: #000 !important;
  line-height: 1.3;
}

.bundled-shipping-num {
  display: inline !important;
  color: #000 !important;
  font-weight: 600;
}

.conv-button-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 10px 0;
}

.conv-button-box .li-box {
  width: calc(50% - 3px);
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 8px 8px 8px 6px;
  box-sizing: border-box;
  margin: 0 0 6px 0;
}

.conv-button-box .li-box:nth-child(even) {
  margin: 0 0 6px 6px;
}

.conv-button-box .li-box img {
  width: 35px;
}

.conv-button-box .li-box .conv-text {
  font-size: 1.25rem;
  padding: 0 0 0 8px;
  color: #000;
  line-height: 1.3;
  letter-spacing: -1px;
}

.button-bottom-fix-order .toggle-content .inner .disable {
  pointer-events: none;
  opacity: 0.5;
  position: relative;
}

/* 取引中QRコード */
.button-bottom-fix-order .toggle-content .inner .qr-code-img {
  width: 170px;
  margin: 0 auto 10px;
  font-size: 0;
}

.button-bottom-fix-order .toggle-content .inner .qr-code-img img {
  width: 100%;
  height: auto;
}

.button-bottom-fix-order .toggle-content .inner .bar-code-img {
  width: 240px;
  margin: 0 auto 10px;
}

.button-bottom-fix-order .toggle-content .inner .bar-code-img img {
  width: 100%;
  height: auto;
}

.button-bottom-fix-order .toggle-content .inner .qr-code-txt {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-52%);
  line-height: 1.4;
}

.button-bottom-fix-order .toggle-content .inner .qr-code-num {
  font-size: 1.4rem;
}

/* ポストボタン(下部固定) */

.button-bottom-fix-select {
  height: auto;
  max-height: 480px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 65;
}

.button-bottom-fix-select .inner {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 460px;
}

.button-bottom-fix-select .close {
  position: absolute;
  right: 0;
  top: -48px;
  padding: 15px;
  box-sizing: border-box;
  z-index: 100;
}

.button-bottom-fix-select .title {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.4;
  text-align: center;
  margin: 20px 0 18px;
  font-weight: bold;
}

.button-bottom-fix-select .select-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.primary .button-bottom-fix-select .select-box {
  margin-top: 60px;
}

/* (複数選択) */
.button-bottom-fix-select .select-item {
  width: 49%;
  display: block;
  float: left;
  margin: 0 2% 15px 0;
}

.button-bottom-fix-select .select-item:nth-child(even) {
  margin: 0 0 15px 0;
}

.button-bottom-fix-select .select-item .img-box {
  width: 100%;
  height: 110px;
  overflow: hidden;
  display: block;
  position: relative;
  background: #f5f5f5;
  border-radius: 5px;
}

.button-bottom-fix-select .select-item .img-box img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.button-bottom-fix-select .select-item .item-name {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.2;
  margin: 7px 0 2px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 30px;
}

.button-bottom-fix-select .select-item .item-price {
  font-size: 1.6rem;
  color: #ff0230;
  font-weight: bold;
}

/* (出品/投稿) */
.button-bottom-fix-select .select-box .select-button {
  height: 70px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background: #fff;
  display: block;
  background-repeat: no-repeat;
  padding: 0 15px 0 85px;
  border: 1px solid #e5e5e5;
}

.button-bottom-fix-select .select-box .select-button .main-text {
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  line-height: 1.3;
  padding: 18px 0 0 0;
}

.button-bottom-fix-select .select-box .select-button .sub-text {
  width: calc(100% - 30px);
  font-size: 1.1rem;
  color: #666666;
  font-weight: bold;
  line-height: 1.3;
  padding: 3px 0 0 0;
}

.button-bottom-fix-select .select-box .select-button .main-text.add-cp {
  padding: 5px 0 0 0;
}

.button-bottom-fix-select .select-box .select-button .cp-label {
  display: inline-block;
  margin: 7px 0 0 0;
  padding: 5px 4px 2px;
  background: #ffee01;
  border-radius: 4px;
  color: #000;
  font-weight: bold;
  font-size: 1.1rem;
}

.button-bottom-fix-select .select-box .select-button.sneaker {
  background-image: url(../../../img/common/select-button-icon-2.png);
  background-size: 54px auto;
  margin: 0 0 4px 0;
  background-position: left 15px center;
}

.button-bottom-fix-select .select-box .select-button.street {
  background-image: url(../../../img/common/select-button-icon-3.png);
  background-size: 41px auto;
  margin: 0 0 4px 0;
  background-position: left 21px center;
}

.button-bottom-fix-select .select-box .select-button.luxury {
  background-image: url(../../../img/common/select-button-icon-4.png);
  background-size: 45px auto;
  margin: 0 0 4px 0;
  background-position: left 21px center;
}

.button-bottom-fix-select .select-box .select-button.luxury-free {
  background-image: url(../../../img/common/select-button-icon-6.png);
  background-size: 45px auto;
  margin: 0 0 4px 0;
  background-position: left 21px center;
}

.button-bottom-fix-select .select-box .select-button.hobby {
  background-image: url(../../../img/common/select-button-icon-5.png);
  background-size: 52px auto;
  margin: 0 0 4px 0;
  background-position: left 15px center;
}

.button-bottom-fix-select .select-box .select-button.post {
  background-image: url(../../../img/common/select-button-icon-1.png);
  background-size: 45px auto;
  margin: 0 0 15px 0;
  background-position: left 18px center;
}

.modal-wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 40;
}

/* 発売アラート */

.alert-button-box {
}

.alert-button-box .detail-text {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 8px 0;
}

.alert-button-box .alert-button {
  padding: 16px 0 13px;
  display: block;
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
}

.alert-button-box .alert-button .text {
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.alert-button-box.off .alert-button {
  background: #000;
  border: 1px solid #000;
}
.alert-button-box.off .alert-button .text {
  color: #fff;
}
.alert-button-box.off .detail-text {
  color: #000;
}
.alert-button-box.on .alert-button {
  background: #fff;
  border: 1px solid #ccc;
}
.alert-button-box.on .alert-button .text {
  color: #ccc;
}
.alert-button-box.on .detail-text {
  color: #ccc;
}

/* お気に入り */

.favorites-button-box {
}

.favorites-button-box .favorites-button {
  padding: 10px 0 13px;
  display: block;
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
}

.favorites-button-box .favorites-button .text {
  line-height: 1;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.favorites-button-box .favorites-button .text::before {
  content: " ";
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 0;
  margin: 0 6px 0 0;
}

.favorites-button-box .have-button {
  text-align: center;
  text-decoration: underline;
  font-size: 1.3rem;
  margin: 7px auto 0;
  display: block;
  padding: 5px 0 0 0;
  color: #999;
}

.favorites-button-box.off .favorites-button {
  background: #ffb300;
  border: 1px solid #ffb300;
}
.favorites-button-box.off .favorites-button .text {
  color: #fff;
}
.favorites-button-box.off .favorites-button .text::before {
  background-image: url("../../../img/common/sp-icon-favorites-off.png");
}
.favorites-button-box.on .favorites-button {
  background: #fff;
  border: 1px solid #ccc;
}
.favorites-button-box.on .favorites-button .text {
  color: #ccc;
}
.favorites-button-box.on .favorites-button .text::before {
  background-image: url("../../../img/common/sp-icon-favorites-on.png");
}

.favorites-button-box .detail-text {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 8px 0 0 0;
  color: #ffb300;
}

.favorites-button-box.on .detail-text {
  color: #ccc;
}

.article-all .favorites-button-box .detail-text {
  margin: 0 0 8px 0;
}

.article-all .alert-button-box {
  padding: 5px 15px 0 15px;
  margin: 0 0 15px 0;
}

.article-all .alert-button-box + .favorites-button-box {
  margin: -5px 0 15px 0;
}

.article-all .favorites-button-box {
  padding: 0 15px 0 15px;
  margin: 0 0 15px 0;
}

.article-release-wrapper .favorites-button-box {
  margin: 15px 0 10px;
  padding: 0;
}

.product-main-wrapper .favorites-button-box {
  padding: 0;
  margin: 8px 0 10px 0;
}

/* 出品ブランド選択 */

.item-list.free-listing {
  margin: 0 0 130px 0;
}

.mysneaker.sp .item-list.free-listing {
  margin: 0;
}

.button-bottom-fix-select.free {
  position: fixed;
  padding: 0 12px;
  bottom: 40px;
  background: rgba(250, 250, 250, 0);
  animation: fadetop 0.4s ease 0.5s forwards;
  opacity: 0;
}

.button-bottom-fix-select.free .select-box .select-button.luxury-free,
.button-bottom-fix-select.free .select-box .select-button.apparel-free {
  position: relative;
  background: #ffee00;
  border-radius: 50px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 18%);
}

.button-bottom-fix-select.free .select-box .select-button.luxury-free:before {
  position: absolute;
  content: "";
  background: url(../../../img/common/lux-listing-button-icon.png)
    center/contain no-repeat;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
}

.button-bottom-fix-select.free .select-box .select-button.apparel-free:before {
  position: absolute;
  content: "";
  background: url(../../../img/common/apparel-listing-button-icon.png)
    center/contain no-repeat;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
}

.button-bottom-fix-select.free .select-box .select-button.luxury-free:after,
.button-bottom-fix-select.free .select-box .select-button.apparel-free:after {
  position: absolute;
  width: 28px;
  height: 28px;
  content: "";
  background: url(../../../img/common/btn-arrow-right-border-bk.svg)
    center/contain no-repeat;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.button-bottom-fix-select.free .select-box .select-button.luxury-free,
.button-bottom-fix-select.free .select-box .select-button.apparel-free {
  height: 100%;
  padding: 20px 15px 18px 86px;
}

.button-bottom-fix-select.free .select-box .select-button .main-text {
  padding: 0;
}

/* market top 出品ボタン */
.button-bottom-fix-select.market-top {
  display: none;
  opacity: 0;
  position: sticky;
  bottom: 15px;
  background: transparent;
  z-index: 99;
}

.tabs-container.luxury .button-bottom-fix-select.market-top,
.tabs-container.apparel .button-bottom-fix-select.market-top {
  display: block;
  animation: fadetop 0.4s ease 0.5s forwards;
}

.tab-scroll.fixed .tabs-container.luxury .button-bottom-fix-select.market-top,
.tab-scroll.fixed .tabs-container.apparel .button-bottom-fix-select.market-top {
  animation: fadeout 0.4s ease forwards;
  display: none;
}

.button-bottom-fix-select.market-top .select-box .select-button {
  display: none;
}

.tabs-container.luxury
  .button-bottom-fix-select.market-top
  .select-box
  .select-button.luxury {
  display: block;
  background-image: url(../../../img/common/lux-listing-button-icon.png);
}

.tabs-container.apparel
  .button-bottom-fix-select.market-top
  .select-box
  .select-button.apparel {
  display: block;
  background-image: url(../../../img/common/apparel-listing-button-icon.png);
  background-size: 45px auto;
  margin: 0 0 4px 0;
  background-position: left 21px center;
}

@keyframes fadetop {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeout {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    transform: translateY(50%);
    opacity: 0;
  }
}

/* クーポン告知ボタン */

.coupon-label {
  position: fixed;
  display: none;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  bottom: 0px;
  z-index: 11;
}

/* top表示対応 */
.scroll-container .coupon-label {
  position: sticky;
  left: auto;
  transform: none;
}

.coupon-label.active {
  display: block;
}

.coupon-label-detail {
  position: relative;
  display: block;
  min-width: 298px;
  max-width: calc(100% - 30px);
  padding: 0 30px 0 0;
  background: #f7284c;
}

a.coupon-label-link {
  display: block;
  color: #ffffff;
  padding: 10px 0 9px 10px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.2rem;
}

@media screen and (max-width: 375px) {
  a.coupon-label-link {
    font-size: 1.1rem;
  }
}

.coupon-label-delete {
  display: block;
  position: absolute;
  padding: 11px;
  width: 11px;
  height: 11px;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}

a.coupon-label-delete img {
  width: 100%;
  height: auto;
}

.coupon-label-text {
  position: relative;
  width: calc(100% - 10px);
  display: inline-block;
  padding: 2px 0 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.coupon-label-text:before {
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 31px;
  height: 22px;
}
