@charset "UTF-8";

.article-wrap {
}

/* ----- 商品カード ----- */

/* -- 通常 -- */

.product-buy-card {
  height: auto;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 8px 25px 10px 12px;
  border-radius: 5px;
  background-image: url(../../../img/common/icon-arrow-right.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  -webkit-align-items: center;
  font-family: Avenir, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "ＭＳ Ｐゴシック", sans-serif;
}

.product-buy-card .product-img-box {
  flex-basis: 30%;
  height: 70px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.product-buy-card .product-img-box img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  bottom: 0;
  margin: auto;
}

.product-buy-card .product-description {
  flex-basis: 70%;
  width: calc(70% - 12px);
  margin: 0 0 0 12px;
}

.product-buy-card .product-description .price {
  color: #ff0030;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

.product-buy-card .product-description .price-blank {
  color: #000000;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

.product-buy-card .product-description .price span {
  font-size: 1rem;
  position: relative;
  top: -3px;
  left: 3px;
  background: #ff0030;
  border-radius: 2px;
  color: #fff;
  padding: 3px 6px 1px 5px;
  margin: 0;
  line-height: 1;
}

.product-buy-card .product-description .sell-num {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  margin: 4px 0 5px 0;
  line-height: 1;
  position: relative;
}

.product-buy-card .product-description .sell-num.pb {
  padding: 0 0 0 15px;
  margin: 3px 0 0 0;
}

.product-buy-card .product-description .sell-num.pb::before {
  content: " ";
  color: #000;
  background-image: url(../../../img/common/pb-badge.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -2px;
  margin: 0 0 0 0;
}

.product-buy-card .product-description .sell-num.pb-badge {
  position: relative;
  color: #009166;
  font-size: 1.3rem;
  font-weight: bold;
  padding-left: 16px;
}

.product-buy-card .product-description .sell-num.pb-badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../../../img/common/pb-badge.png);
  background-size: 14px;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

.product-buy-card .product-description .sell-num.pbs-badge {
  position: relative;
  color: #0089b4;
  font-size: 1.3rem;
  font-weight: bold;
  padding-left: 16px;
}

.product-buy-card .product-description .sell-num.pbs-badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../../../img/common/pbs-badge.png);
  background-size: 14px;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

.product-buy-card .product-description .name {
  font-size: 1.1rem;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 11px;
  letter-spacing: -0.5px;
  margin: 0;
  line-height: 1;
}

/* ----- 1次流通商品 primary ----- */

.product-buy-card .product-description.primary .brand-name {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  margin: 4px 0 5px 0;
  line-height: 1;
  position: relative;
  display: flex;
  gap: 3px;
  align-items: center;
  width: 100%;
}

.product-buy-card .product-description.primary .brand-name span {
  overflow: hidden;
  max-width: calc(100% - 16px);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-buy-card .product-description.primary .brand-name.official::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../../../img/common/icon-drop-official.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: relative;
  top: -1px;
}

/* -- 記事内 -- */

.article-buy-card-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.article-buy-card-wrapper .product-buy-card {
  margin: 8px 4px 0 0;
  width: 44%;
}

.article-buy-card-wrapper .product-buy-card:nth-child(even) {
  margin: 8px 0 0 4px;
}

/* -----  記事本文 ----- */

.article-wrap .article-content {
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  color: #333;
  letter-spacing: 0.1px;
  line-height: 2;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  margin: 0 0 10px 0;
}

/* 見出し */
.article-wrap h2,
.article-wrap .article-content h2 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  line-height: 1.3;
  padding: 0 0 8px 0;
  margin: 50px 0 30px 0;
}
.article-wrap .article-content h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 25px 0 20px 0;
}
.article-wrap .article-content h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0 15px 0;
}
.article-wrap .article-content h4,
h5,
h6 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 20px 0 15px 0;
}

/* 画像 */
.article-wrap .article-content img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 20px 0;
}
.article-wrap .article-content h2 ~ img,
.article-wrap .article-content h3 ~ img,
.article-wrap .article-content h4 ~ img,
.article-wrap .article-content h5 ~ img,
.article-wrap .article-content h6 ~ img {
  margin: 0 0 20px 0;
}

/* テキストリンク */
.article-wrap .article-content a {
  text-decoration: none;
}
.article-wrap .article-content a:hover {
  opacity: 0.7;
}

/* 引用 */
.article-wrap .article-content cite {
  font-size: 1rem;
  color: #999;
  display: block;
  margin: 5px 0 20px 0;
}
.article-wrap .article-content cite a {
  color: #999;
}
.article-wrap .article-content img ~ cite {
  margin: -18px 0 20px 0;
}

/* 本文 */
.article-wrap .article-content p {
  margin: 0 0 18px 0;
}

/* アイテム */
.article-wrap .article-content .item-box {
  width: 100%;
  height: auto;
  margin: 30px 0 30px;
}

.article-wrap .article-content .item-box .box-inner {
  display: table;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
}

.article-wrap .article-content .item-box a.img-box {
  display: table-cell;
  vertical-align: top;
  width: 350px;
  height: auto;
}

.article-wrap .article-content .item-box a.img-box .inner {
  width: 350px;
  height: 230px;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 5px;
}

.article-wrap .article-content .item-box a.img-box .inner img {
  width: 100%;
  height: auto;
  margin: 0;
}

.article-wrap .article-content .item-box .text-box {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 30px;
}

.article-wrap .article-content .item-box .text-box .item-title {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 45px;
  margin: 0;
}

.article-wrap .article-content .item-box .text-box .item-price {
  font-size: 1.6rem;
  color: #ff0030;
  font-weight: bold;
  margin: 4px 0 0 0;
  font-family: Avenir;
}

.article-wrap .article-content .item-box .text-box .item-detail {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
  margin: 10px 0 0 0;
}

.article-wrap .article-content .item-box .text-box .button-type-1 {
  width: 100%;
  background: #000;
  color: #fff;
  margin: 20px 0 0 0;
}

.article-wrap .article-content .item-box .text-box .button-type-1 span::before {
  content: "";
  background-image: url(../../../img/common/article/icon-article-shop-white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 21px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 10px 0 0;
}

.article-wrap .article-content .item-box .box-inner + a.button-type-1 {
  display: none;
}

.article-wrap .article-content .article-buy-card-wrapper .product-img-box img {
  margin: auto;
}
/* ----- 商品テーブル ----- */

.article-wrap .product-content-wrapper {
  padding: 0 15px 15px 15px;
}

.article-wrap .product-detail-info-table {
  width: 100%;
  margin: 10px 0 0 0;
  border: 0;
}

.article-wrap .product-detail-info-table tr {
  border-bottom: 1px #e5e5e5 dotted;
  padding: 10px 0 8px 0;
  display: block;
}

.article-wrap .product-detail-info-table tr th {
  width: 30%;
  display: inline-block;
  text-align: left;
  font-size: 1.3rem;
  font-weight: bold;
  color: #999;
  line-height: 2;
}

.article-wrap .product-detail-info-table tr td {
  width: 68%;
  display: inline-block;
  text-align: right;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.4;
}

/* プレ値 */
.sneaker-premium-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* プレ値 左枠 */
.sneaker-premium-price .form-box {
  width: 400px;
}

.sneaker-premium-price .form-box .price-text {
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.sneaker-premium-price .form-box .price-text span {
  font-size: 3rem;
}

.sneaker-premium-price .form-box .detail-text {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #000;
  text-align: center;
  margin: 10px 0 0 0;
}

.sneaker-premium-price .form-box .premium-form {
  position: relative;
  margin: 20px 0 0 0;
}

.sneaker-premium-price .form-box .premium-form .yen {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: Avenir;
  line-height: 0;
  position: absolute;
  top: 31px;
  left: 25px;
}

.sneaker-premium-price .form-box .premium-form .premium-input {
  height: 60px;
  font-size: 2.8rem;
  text-align: right;
  float: left;
  width: 80%;
  border-radius: 8px 0 0 8px;
  font-family: Avenir;
  font-weight: bold;
  letter-spacing: 1px;
}

.sneaker-premium-price .form-box .premium-form .button {
  cursor: pointer;
  float: right;
  width: 20%;
  height: 60px;
  border: none;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 0 8px 8px 0;
}

.sneaker-premium-price .form-box .premium-form .not-premium-button {
  display: block;
  text-align: right;
  margin: 15px;
  font-size: 1.1rem;
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}

.sneaker-premium-price .form-box .lable {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}

.sneaker-premium-price .form-box .lable.comp {
  color: #00aaa4;
}
.sneaker-premium-price .form-box .lable.error {
  color: #dd2352;
}

/* プレ値 右枠 */
.sneaker-premium-price .price-list-box {
  width: 400px;
  margin-left: auto;
  background: #444444;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}

.sneaker-premium-price .price-list-box::after {
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  margin-top: -10px;
  border: 10px solid rgba(68, 68, 68, 0);
  border-right-color: #444444;
  right: 100%;
  top: 20px;
}

.sneaker-premium-price .price-list-box .title {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.sneaker-premium-price .price-list-box .inner {
  display: flex;
  flex-wrap: wrap;
}

.sneaker-premium-price .price-list-box .title span {
  font-weight: normal;
  padding: 0 0 0 5px;
}

.sneaker-premium-price .price-list-box .result-box {
  width: 48%;
  padding: 12px;
  box-sizing: border-box;
  background-color: #fff;
}

.sneaker-premium-price .price-list-box .result-box .price {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.sneaker-premium-price .price-list-box .result-box .price-title {
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}

.sneaker-premium-price .price-list-box .result-box .people-num-box {
  font-weight: bold;
  text-align: center;
  margin: 5px 0 0 0;
}

.sneaker-premium-price .price-list-box .result-box .people-num-box.red {
  color: #ff005a;
}
.sneaker-premium-price .price-list-box .result-box .people-num-box.blue {
  color: #00b4ff;
}

.sneaker-premium-price .price-list-box .result-box .people-num-box .num-title {
  font-size: 1rem;
  float: left;
  text-align: left;
  line-height: 1.1;
}

.sneaker-premium-price .price-list-box .result-box .people-num-box .num {
  font-size: 2.4rem;
  float: left;
  padding: 0 0 0 4px;
}

.sneaker-premium-price
  .price-list-box
  .result-box
  .people-num-box
  .detail-text {
  font-size: 1rem;
  float: left;
  padding: 0 0 0 2px;
  line-height: 3;
  color: #000 !important;
}

.sneaker-premium-price .price-list-box .result-box.logout,
.sneaker-premium-price .price-list-box .list-box.logout {
  filter: blur(5px);
  height: 200px;
  overflow: hidden;
}

.sneaker-premium-price .price-list-box .list-box {
  width: 48%;
  padding: 10px 12px;
  box-sizing: border-box;
  background-color: #fff;
  margin-left: auto;
}

.sneaker-premium-price .price-list-box .list-box li {
  line-height: 1.5;
  position: relative;
}

.sneaker-premium-price .price-list-box .list-box li .you {
  position: absolute;
  display: block;
  top: -2px;
  right: -40px;
  z-index: 10;
  padding: 6px 7px 5px;
  line-height: 1;
  background: #14b6b8;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 3px;
}

.sneaker-premium-price .price-list-box .list-box li .you::after {
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  margin-top: -5px;
  border: 5px solid rgba(20, 182, 184, 0);
  border-right-color: #14b6b8;
  right: 100%;
  top: 10.5px;
}

.sneaker-premium-price .price-list-box .list-box li .price-range {
  font-size: 1.2rem;
  float: left;
  font-weight: bold;
}

.sneaker-premium-price .price-list-box .list-box li .price-range-num {
  font-size: 1.3rem;
  font-weight: bold;
  float: left;
  margin-left: 15px;
}

.sneaker-premium-price .price-list-box .list-box li .price-range-num.none {
  opacity: 0.3;
}

.sneaker-premium-price .price-list-box .list-box li .price-range-num span {
  font-size: 1.1rem;
  font-weight: normal;
}

.sneaker-premium-price .price-list-box .registration-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
}

.sneaker-premium-price .price-list-box .registration-box .inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.sneaker-premium-price .price-list-box .registration-box .text {
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 10px;
  width: 100%;
  text-shadow:
    0 1px 5px #fff,
    0 1px 5px #fff;
}

.sneaker-premium-price .price-list-box .registration-box .text span {
  font-weight: normal;
}

.sneaker-premium-price .price-list-box .registration-box .button-type-1 {
  width: 65%;
}

/* 購入リンク */
.sneaker-release-shop-box {
}

.sneaker-release-shop-box.pre-release {
  background: #f5f5f5;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 5px 15px 15px 15px;
  margin: -30px 0 0 0;
  border: 1px solid #eee;
  border-top: none;
  font-size: 1.3rem;
}

.sneaker-release-shop-box.pre-release .buy-title {
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  padding: 15px 0 10px 0;
}

.sneaker-release-shop-box .buy-sub-title {
  font-size: 1.3rem;
  color: #666;
  font-weight: bold;
  padding: 10px 0 8px 0;
}

.sneaker-release-shop-box .shop-box {
  background-color: #fff;
  width: 55%;
  padding: 12px 32px 10px 12px;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-image: url(../../../img/common/icon-arrow-right.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  -webkit-align-items: center;
  margin: 0 0 6px 0;
}
.sneaker-release-shop-box .shop-box:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  opacity: 0.8;
}

.sneaker-release-shop-box .left-box {
  font-size: 1.2rem;
  color: #333;
  text-decoration: none;
  line-height: 1.5;
}

.sneaker-release-shop-box .left-box .name-text {
  margin: 3px 0 0 0;
}

.sneaker-release-shop-box .left-box .name-text span.detail,
.sneaker-release-shop-box
  .article-sneaker-buy-box-wrapper
  .shop-box
  .shop-name-box
  .text
  .detail {
  color: #ff5825;
}

.sneaker-release-shop-box .shop-right-box {
  margin-left: auto;
  vertical-align: middle;
}

.sneaker-release-shop-box .shop-right-box .time {
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff5825;
}

.sneaker-release-shop-box .toggle-button {
  cursor: pointer;
  color: #666;
  font-size: 1.2rem;
  padding: 15px 0 0;
  line-height: 1.4;
}

.sneaker-release-shop-box .toggle-button span {
  display: block;
  background-image: url("../../../img/common/icon-arrow-bottom-black.png");
  background-size: 13px 7px;
  background-repeat: no-repeat;
  background-position: right center;
}

.sneaker-release-shop-box .toggle-button.bg02 span {
  background-image: url("../../../img/common/icon-arrow-top-black.png");
  background-size: 13px 7px;
  background-repeat: no-repeat;
  background-position: right center;
}

.sneaker-release-shop-box .toggle-content {
  display: none;
}

/* 古(magazie) */

.sneaker-release-shop-box
  .article-sneaker-buy-box-wrapper
  .shop-box
  .shop-name-box
  .text {
  font-size: 13px;
  color: #333;
  text-decoration: none;
  margin: 3px 0 0 0;
  line-height: 1.65;
}

.sneaker-release-shop-box.pre-release p {
  line-height: 1.65;
}

.article-sneaker-buy-box-wrapper > p {
  display: none;
}

/* カラーの変更 */

.sneaker-color-switch {
  margin: 0 0 30px 0;
}

.sneaker-color-switch ul {
  text-align: center;
  vertical-align: top;
}

.sneaker-color-switch ul li {
  display: inline-block;
  margin: 0 3px 8px 3px;
  opacity: 0.6;
  width: 100px;
  vertical-align: top;
  cursor: pointer;
}
.sneaker-color-switch ul li a {
  display: block;
}

.sneaker-color-switch ul li a .img-box {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 70px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background: #f5f5f5;
}

.sneaker-color-switch ul li a .img-box img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sneaker-color-switch ul li a .style-code {
  font-size: 1.2rem;
  color: #999;
  text-align: center;
  margin: 5px 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 25px;
}

.sneaker-color-switch ul li.active {
  opacity: 1;
}

.sneaker-color-switch ul li.active a .img-box {
  border: 2px solid #000;
}

.sneaker-color-switch ul li.active a .style-code {
  color: #000;
  font-weight: bold;
}

/* 関連するアイテム */
.sneaker-detail-recommend-item {
  border-top: 1px solid #eee;
  margin: 80px 0 0 0;
  padding: 30px 0 50px 0;
}

.sneaker-detail-recommend-item h3.title {
  font-size: 2rem;
  color: #000;
}

.sneaker-detail-recommend-item .item-wrapper {
  width: 100%;
  height: auto;
}

.sneaker-detail-recommend-item .item-box {
  width: 224px;
  height: auto;
  margin: 25px 20px 0 0;
  float: left;
}

.sneaker-detail-recommend-item .item-box:last-child {
  margin: 25px 0 0 0;
}

.sneaker-detail-recommend-item .item-box .img-box {
  width: 100%;
  height: 135px;
  background: #f5f5f5;
  overflow: hidden;
  display: block;
  position: relative;
}

.sneaker-detail-recommend-item .item-box .img-box img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sneaker-detail-recommend-item .item-box .title {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.3;
  display: block;
  margin: 10px 0 0 0;
}

.article-wrap .article-main-img {
  position: relative;
}

/* マイスニーカー */
.article-wrap .article-main-img .mysneaker-button-box {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 240px;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
  border-radius: 3px;
}

.mysneaker-button-box .mysneaker-button {
  border-radius: 3px;
  cursor: pointer;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  height: 35px;
  text-align: center;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  line-height: 3.2;
}

.mysneaker-button-box.off .mysneaker-button {
  background: #000;
}
.mysneaker-button-box.on .mysneaker-button {
  background: #fff;
}
.mysneaker-button-box .mysneaker-button.disabled {
  opacity: 0.6;
}

.mysneaker-button-box .mysneaker-button .text {
  font-weight: bold;
  text-align: center;
}

.mysneaker-button-box .mysneaker-button .text .num {
  font-size: 1.1rem;
  font-weight: normal;
  display: inline-block;
  padding: 0 0 0 3px;
}

.mysneaker-button-box.off .mysneaker-button .text {
  color: #fff;
}
.mysneaker-button-box.on .mysneaker-button .text {
  color: #ccc;
}

.mysneaker-button-box.off .mysneaker-button .text::before {
  content: " ";
  width: 26px;
  height: 15px;
  background: url("../../../img/common/article/sp-icon-mysneaker-off.png")
    no-repeat center center;
  background-size: 100%;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 0;
  margin: 0 5px 0 0;
}
.mysneaker-button-box.on .mysneaker-button .text::before {
  content: " ";
  width: 26px;
  height: 15px;
  background: url("../../../img/common/article/sp-icon-mysneaker-on.png")
    no-repeat center center;
  background-size: 100%;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 0;
  margin: 0 5px 0 0;
}

/* お気に入り(発売アラート) */
.article-wrap .article-main-img .release-alert-box {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 240px;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  border-radius: 3px;
}

.release-alert .push-button {
  cursor: pointer;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  height: 35px;
  text-align: center;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  line-height: 3.2;
  border-radius: 3px;
  margin: 0 0 5px 0;
}

.release-alert.off .push-button {
  background: #fff;
}
.release-alert.off .push-button .text {
  color: #000;
}
.release-alert.push.off .detail-text {
  color: #fff;
}
.release-alert.on .push-button {
  background: #fff;
}
.release-alert.on .push-button .text {
  color: #ccc;
}
.release-alert.push.one .detail-text {
  color: #fff;
}

.release-alert .alert-button {
  background: #ffb300;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  height: 35px;
  text-align: center;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  line-height: 3.2;
}

.release-alert.off .alert-button {
  background: #ffb300;
}
.release-alert.on .alert-button {
  background: #fff;
}
.release-alert .alert-button.disabled {
  opacity: 0.6;
}

.release-alert .alert-button .text {
  font-weight: bold;
  text-align: center;
}

.release-alert .alert-button .text .num {
  font-size: 1.1rem;
  font-weight: normal;
  display: inline-block;
  padding: 0 0 0 3px;
}

.release-alert.off .alert-button .text {
  color: #fff;
}
.release-alert.on .alert-button .text {
  color: #ccc;
}

.release-alert.off .alert-button .text::before {
  content: " ";
  width: 14px;
  height: 14px;
  background: url("../../../img/common/sp-icon-favorites-off.png") no-repeat
    center center;
  background-size: 100%;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 0;
  margin: 0 5px 0 0;
}
.release-alert.on .alert-button .text::before {
  content: " ";
  width: 14px;
  height: 14px;
  background: url("../../../img/common/sp-icon-favorites-on.png") no-repeat
    center center;
  background-size: 100%;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 0;
  margin: 0 5px 0 0;
}

.release-alert .detail-text {
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  margin: 0 0 6px 0;
}

.release-alert.off .detail-text {
  color: #ffb300;
}
.release-alert.on .detail-text {
  color: #ccc;
}

.release-alert .have-button {
  margin: 5px 0 0 0;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  height: 28px;
  text-align: center;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  line-height: 2.6;
}

/* 投稿 */

.no-post-text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #1eb2c5;
  padding: 0 0 15px 0;
}

.posts-list-1-column.article-page {
  margin-top: -30px;
}

/* フォーム */

.entry-block {
  padding: 0 0 15px 0;
}

.post-content .textarea-type-1 {
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  max-height: 350px;
}

.post-content .hashtag-box {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
  border-top: none;
  background: #f5f5f5;
  padding: 10px 15px;
  box-sizing: border-box;
  position: relative;
  border-radius: 0 0 5px 5px;
}

.post-content .hashtag-box .hashtag-button {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  padding: 6px 7px 5px 7px;
  background: #666;
  display: inline-block;
  border-radius: 3px;
}

.entry-block .post-content .post-img-box {
  margin: 10px 0 0 0;
}

.entry-block .post-content .post-img-box label.post-img input {
  display: none;
}

.entry-block .post-content .post-img-box label.post-img {
  position: relative;
  width: 70px;
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0;
}

.entry-block .post-content .post-img-box label.post-img:first-child {
  margin: 0;
}

.entry-block .post-content .post-img-box label.post-img:before {
  content: " ";
  display: block;
  padding-top: 100%;
}

.entry-block .post-content .post-img-box label.post-img .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f5f5f5;
  border: #e5e5e5 solid 1px;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
}

.entry-block .post-content .post-img-box label.post-img .content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.entry-block .button-type-1 {
  border-radius: 100px;
  width: 55%;
}

/* ----- タブ ----- */

.tab-block-style-2 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 15px 0;
}

.tab-block-style-2 .tab-list {
  text-align: center;
  background: #fff;
  height: 36px;
  flex: 1 0 0;
  max-width: 100%;
  box-sizing: border-box;
}

.tab-block-style-2 .tab-list .table {
  display: table;
  width: 100%;
}

.tab-block-style-2 .tab-list .table a,
.tab-block-style-2 .tab-list .table p {
  height: 36px;
  width: 100%;
  font-size: 1.2rem;
  overflow: hidden;
  color: #999;
  vertical-align: middle;
  display: table-cell;
  padding-top: 3px;
  box-sizing: border-box;
}

/* アクティブ */

.tab-block-style-2 .tab-list.active .table a,
.tab-block-style-2 .tab-list.active .table p {
  color: #fff;
  font-weight: bold;
  background: #000;
}

/* 引用 */

.tns-horizontal.tns-subpixel > .tns-item {
  position: relative;
}
.article-img-slide-cite {
  position: absolute;
  bottom: 11px;
  left: 11px;
  display: block;
  color: #aaa;
  font-size: 1rem;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}

.article-img-slide-cite a {
  color: #aaa;
}

.pc-article-guide-banner {
  height: auto;
  display: block;
  margin: 0 15px 15px;
}

.pc-article-guide-banner img {
  width: 100%;
  height: auto;
}

.pc-article-guide-text {
  color: #999;
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 0 20px 15px 20px;
}
/* 記事プレキャン */
/* PCはcontentがid */

#content .article-content .web-block,
#content.app .article-content .app-block {
  display: block !important;
}

#content.app .article-content .web-block,
#content .article-content .app-block {
  display: none !important;
}

.article-content .btn-block {
  margin: 10px 0 25px;
}

.article-content .btn-block img.store {
  margin: 0;
  width: 40%;
  display: block;
}

.article-content .cam-block p.cam-step {
  margin: 0 0 10px 0;
  font-weight: bold;
}

.article-content .cam-block p.cam-step span {
  border: 1px solid #000;
  color: #000;
  padding: 5px 7px;
  font-size: 1.2rem;
  margin: 0 8px 0 0;
}

.article-content .entry-btn {
  display: block;
  position: relative;
  width: 40%;
  height: 50px;
  font-size: 1.5rem;
  line-height: 52px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0 !important;
  color: #fff;
  background: #000;
}

.article-content button.entry-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}

.article-content .entry-btn.joined {
  opacity: 0.4;
  pointer-events: none;
}

.article-content .entry-btn.finish {
  background: #e5e5e5;
  pointer-events: none;
  color: #999;
}

.article-content .fix-button-block {
  display: none;
}

#content .article-content .web-block,
#content.app .article-content .app-block .bottom-fixed-banner {
  display: none !important;
}
