@charset "UTF-8";
button {
  font-family: Avenir, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "ＭＳ Ｐゴシック", 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: #ea333d;
  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;
}

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

/* .post-add-button {
  background-color: #FF832D;
  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 {
  background: #ff832d;
}
.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 {
  background-image: url(../../../img/common/btn-arrow-right-orange.png);
}

.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;
}

.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: 400px;
  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.3rem;
  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 .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.3rem;
  line-height: 1.3;
}

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

.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;
}

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

.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: #f5f5f5;
  z-index: 65;
}

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

.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;
}

/* (複数選択) */
.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 {
  font-size: 1.1rem;
  color: #999;
  font-weight: bold;
  line-height: 1.3;
  padding: 3px 0 0 0;
}

.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.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.7);
  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;
} */

/* ---------------- */
.button-type-1 {
  border-radius: 3px;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 50px;
  text-align: center;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  line-height: 3.5;
}

.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 10px;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  line-height: 3.5;
  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-logo.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-type-1.left {
  margin: 0;
}

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

.button-text-only {
  color: #0827c6;
  font-size: 1.1rem;
  text-decoration: underline;
  border: none;
  cursor: pointer;
}

.post-add-button {
  background-color: #1eb2c5;
  display: block;
  position: fixed;
  bottom: 25px;
  right: 25px;
  border-radius: 100px;
  z-index: 50;
}

.post-add-button .text {
  padding: 18px 18px 15px 40px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  background-image: url(../../../img/common/sp-icon-post-add-blue.png);
  background-size: 13px 13px;
  background-position: left 18px center;
  background-repeat: no-repeat;
}
