@charset "UTF-8";

.post {
}


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

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

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

.tab-block-style-1 .tab-list:first-child {
  border-right: 1px solid #e5e5e5;
}

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

.tab-block-style-1 .tab-list .table a {
   height: 48px;
   width: 100%;
   font-size: 1.5rem;
   overflow: hidden;
   color: #999;
   vertical-align: middle;
   display: table-cell;
   padding-top: 3px;
   box-sizing: border-box;
   font-weight: bold;
}

/* アクティブ */

.tab-block-style-1 .tab-list.active {
  background: #000;
}

.tab-block-style-1 .tab-list.active .table a {
  color: #fff;
}

/* ----- 項目 ----- */

.post .content-1 { }
.post .content-2 { }



/* ----- スニーカー追加 ----- */

.post .review .suggest-box {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  z-index: 11;
  overflow: hidden;
  margin: 10px 0 0 0;
}

.post .review .suggest-box li {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}

.post .review .suggest-box li.title {
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  line-height: 1.3;
  padding: 13px 0;
}

.post .review .suggest-box li .list-item {
  display: block;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  color: #000;
  border: none;
  text-align: left;
  cursor: pointer;
}

.post .review .suggest-box li .list-item .inner {
  display: table;
  table-layout: fixed;
}

.post .review .suggest-box li .img-box {
  display: table-cell;
  vertical-align: top;
  width: 90px;
  height: 60px;
}

.post .review .suggest-box li .img-box .inner {
  width: 90px;
  height: 60px;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.post .review .suggest-box li .img-box .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.post .review .suggest-box li .text-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

.post .review .suggest-box li .text-box .inner {
  font-size: 1.4rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.post .review .suggest-box li .suggest-button {
  display: table-cell;
  vertical-align: middle;
}

.post .review .suggest-box li .suggest-button .button-text {
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  width: 60px;
}

.post .review .suggest-box li .suggest-button .button-text.add {
  color: #1EB2C5;
}

.post .review .suggest-box li .suggest-button .button-text.added {
  color: #ccc;
}


/* ----- スニーカーレビュー ----- */

.post .review {
}

.post .review .search-item-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 40px 0 20px;
}

/* スニーカー決定 */
.post .review .item-list-block {
  padding: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

.post .review .item-list-block .img-box {
  display: table-cell;
  vertical-align: top;
  width: 100px;
  height: 65px;
}

.post .review .item-list-block .img-box .inner {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.post .review .item-list-block .img-box .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.post .review .item-list-block .text-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 20px 0 10px;
  box-sizing: border-box;
}

.post .review .item-list-block .text-box .name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
}

/* ----- 評価 ----- */

.review-wrapper {
  padding: 35px 0 0 0;
}

.review-list-box {
  margin: 0 0 50px 0;
}

.review-list-box .review-list-title {
  color: #000;
  font-weight: bold;
  text-align: center;
  margin: 0 0 7px;
  line-height: 1;
}

.review-list-box .review-list-title.big {
  font-size: 2.6rem;
}

.review-list-box .review-list-title.mini {
  font-size: 1.6rem;
}

.review-list-box .review-list-title span {
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  top: -2px;
  left: 5px;
  color: #999;
}

.review-list-box .review-list-answer {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 0 0 15px 0;
  line-height: 1;
}

/* 総合 */

.review-list-box .evaluation ul  {
  font-size: 0;
  width: 270px;
  margin: 0 auto;
}

.review-list-box .evaluation ul li  {
  display: inline-block;
  margin: 0 0 0 5px;
}

.review-list-box .evaluation ul li:first-child  {
  margin: 0;
}

.review-list-box .evaluation .icon-star {
  background-size: 50px 49px;
  width: 50px;
  height: 49px;
  display: block;
  background-image: url("../../../img/common/icon-star-grey.png");
}

.review-list-box .evaluation .icon-star.active { background-image: url("../../../img/common/icon-star-yellow.png"); }

/* 横スライドセレクト */

.review-list-box .select-slide-wrapper {
  height: auto;
  box-sizing: border-box;
  padding: 0 0 0;
  position: relative;
}

.review-list-box .select-slide-wrapper li {
  float: none;
  position: relative;
  display: inline-block;
  height: 48px;
  padding: 4px 3px;
}

.review-list-box .select-slide-wrapper li .num {
  display: block;
  font-size: 1.5rem;
  color: #000;
  font-weight: normal;
  white-space: nowrap;
  border: 1px solid #000;
  border-radius: 5px;
  box-sizing: border-box;
  height: 48px;
  width: 80px;
  text-align: center;
  line-height: 3.2;
}

.review-list-box .select-slide-wrapper li .num.active {
  color: #fff;
  font-weight: bold;
  background: #000;
}

/* 5段階評価 */

.review-list-box .buy-select-point-wrapper {
  box-sizing: border-box;
  position: relative;
  height: 70px;
}

.review-list-box .buy-select-point-wrapper .point-box {
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
  z-index: 2;
}

.review-list-box .buy-select-point-wrapper .point-box .point {
  width: 46px;
  height: 46px;
  border-radius: 100px;
  background: #fff;
  border: 3px solid #ccc;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  position: relative;
}

.review-list-box .buy-select-point-wrapper .point-box .point:hover {
  background: #ccc;
}

.review-list-box .buy-select-point-wrapper .point-box .point.active {
  border: 3px solid #000;
}

.review-list-box .buy-select-point-wrapper .point-box .point.active::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 34px;
  width: 34px;
  background: #000;
  border-radius: 100px;
}

.review-list-box .buy-select-point-wrapper .border {
  box-sizing: border-box;
  float: none;
  height: 3px;
  background: #ccc;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  z-index: 1;
}

.review-list-box .buy-select-point-wrapper .detail-text {
  position: absolute;
  bottom: 0;
  font-size: 1.3rem;
  color: #999;
}

.review-list-box .buy-select-point-wrapper .detail-text.left { left: 7%; text-align: left; }
.review-list-box .buy-select-point-wrapper .detail-text.right { right: 7%; text-align: right; }
.review-list-box .buy-select-point-wrapper .detail-text.center { left: 0; right: 0; margin: auto; text-align: center; }

/* 写真 */

.review-list-box .post-img-box {
}

.review-list-box .post-img-box label.post-img input { display: none; }

.review-list-box .post-img-box label.post-img {
  padding: 0;
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  cursor: pointer;
  transition: 0.3s;
}

.review-list-box .post-img-box label.post-img:hover { opacity: 0.6; }
.review-list-box .post-img-box label.post-img:first-child { margin: 0; }

.review-list-box .post-img-box label.post-img .content {
  background: #f5f5f5;
  border: #e5e5e5 solid 1px;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  width: 110px;
  height: 110px;
}

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

/* 注釈 */
.mycollection-text {
  font-size: 1.2rem;
  color: #999;
  text-align: center;
  padding: 0 15px;
}


/* ----- ポイント(説明) ----- */

.post .post-point-block {
  background-color: #E0F7FA;
  height: auto;
  padding: 13px;
  box-sizing: border-box;
  background-image: url("../../../img/post/sp-icon-post-point.png");
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: left 15px center;
  border: 1px solid #1EB2C5;
}

.post .post-point-block .post-point-text {
  margin: 0 0 0 45px;
  font-size: 1.3rem;
  color: #1EB2C5;
  font-weight: normal;
  line-height: 1.4;
}

.post .post-page-title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 32px 0 20px 0;
}

/* ----- ガイドライン ----- */

.post .pc-newpost-guide-banner {
  height: auto;
  display: block;
}

.post .pc-newpost-guide-banner img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

.post .pc-newpost-guide-text {
  color: #999;
  font-size: 1.2rem;
  line-height: 1.4;
}


/* ----- 投稿フォーム ----- */

.post .post-content {
}

.post .post-content li { margin: 30px 0 0 0; }
.post .post-content li:first-child { margin: 0; }

/* テキスト */

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

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

.post-content .hashtag-box .hashtag-suggest {
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  z-index: 11;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.post-content .hashtag-box .hashtag-suggest li {
  padding: 0;
  margin: 0;
}

.post-content .hashtag-box .hashtag-suggest li.title {
  font-size: 1.1rem;
  padding: 3px 15px 6px;
  line-height: 1.4;
  border-bottom: 1px solid #e5e5e5;
}

.post-content .hashtag-box .hashtag-suggest li.title::before {
  content: " ";
  background-image: url("../../../img/common/post-icon-popularity.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 12px;
  height: 17px;
  position: relative;
  top: 4px;
  margin: 0 5px 0 0;
  display: inline-block;
}

.post-content .hashtag-box .hashtag-suggest li a {
  padding: 11px 15px 10px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
}

.post-content .hashtag-box .hashtag-suggest li a:hover {
  background: #f5f5f5;
}

.post-content .hashtag-box .hashtag-suggest li a .tag-name {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  float: left;
  width: 78%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.post-content .hashtag-box .hashtag-suggest li a .tag-num {
  color: #999;
  font-size: 1.2rem;
  line-height: 1.5;
  float: right;
  width: 20%;
  text-align: right;
}



/* 写真 */

.post .post-content .post-img-box {
}

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

.post .post-content .post-img-box label.post-img {
  padding: 0;
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  cursor: pointer;
  transition: 0.3s;
}

.post .post-content .post-img-box label.post-img:hover { opacity: 0.6; }
.post .post-content .post-img-box label.post-img:first-child { margin: 0; }

.post .post-content .post-img-box label.post-img .content {
  background: #f5f5f5;
  border: #e5e5e5 solid 1px;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  width: 110px;
  height: 110px;
}

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


/* 関連スニーカー */

.post .post-content .post-link-sneaker-search-box {
  position: relative;
}

.post .post-content .input-type-1 {
  background-image: url("../../../img/post/sp-icon-post-search.png");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: left 15px center;
  padding: 10px 15px 10px 40px;
}

/* 関連スニーカー / サジェスト */

.post .post-content .post-link-sneaker-search-box .suggest-box {
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  z-index: 11;
  border-radius: 5px;
  overflow-y: scroll;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  max-height: 400px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  z-index: 999;
}

.post .post-content .post-link-sneaker-search-box .suggest-box li {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}

.post .post-content .post-link-sneaker-search-box .suggest-box li .list-item {
  display: block;
  padding: 10px 15px 10px 10px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  color: #000;
  border: none;
  text-align: left;
  cursor: pointer;
}

.post .post-content .post-link-sneaker-search-box .suggest-box li .list-item .inner {
  display: table;
  table-layout: fixed;
}

.post .post-content .post-link-sneaker-search-box .suggest-box li .img-box {
  display: table-cell;
  vertical-align: top;
  width: 90px;
  height: 60px;
}

.post .post-content .post-link-sneaker-search-box .suggest-box li .img-box .inner {
  width: 90px;
  height: 60px;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.post .post-content .post-link-sneaker-search-box .suggest-box li .img-box .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.post .post-content .post-link-sneaker-search-box .suggest-box li .text-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

.post .post-content .post-link-sneaker-search-box .suggest-box li .text-box .inner {
  font-size: 1.2rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.post .post-content .post-link-sneaker-search-box .suggest-box li .suggest-button {
  display: table-cell;
  vertical-align: middle;
}

.post .post-content .post-link-sneaker-search-box .suggest-box li .suggest-button .button-text {
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  width: 60px;
}

.post .post-content .post-link-sneaker-search-box .suggest-box li .suggest-button .button-text.add {
  color: #1EB2C5;
}

.post .post-content .post-link-sneaker-search-box .suggest-box li .suggest-button .button-text.added {
  color: #ccc;
}

/* 関連スニーカー / 紐づたスニーカー */

.post .post-content .post-link-sneaker-box {
  padding: 5px 0 0 0;
}

.post .post-content .post-link-sneaker-box .post-link-sneaker {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  position: relative;
  padding: 7px;
  display: table;
  table-layout: fixed;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
}

.post .post-content .post-link-sneaker-box .post-link-sneaker .img-box {
  display: table-cell;
  vertical-align: top;
  width: 90px;
  height: 60px;
}

.post .post-content .post-link-sneaker-box .post-link-sneaker .img-box .inner {
  width: 90px;
  height: 60px;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.post .post-content .post-link-sneaker-box .post-link-sneaker .img-box .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.post .post-content .post-link-sneaker-box .post-link-sneaker .text-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

.post .post-content .post-link-sneaker-box .post-link-sneaker .text-box .inner {
  font-size: 1.2rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #000;
}


/* 削除 */
.post-content .post-img-box label.post-img .delete ,
.post .post-content .post-link-sneaker-box .post-link-sneaker .delete {
  position: absolute;
  width: 28px;
  height: 28px;
  background-image: url("../../../img/post/sp-btn-post-delete.png");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center center;
  top: -11px;
  right: -11px;
  z-index: 1;
  display: block;
}

/* ----- ポップアップ ----- */

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

.popup-wrapper .popup-content {
  width: 380px;
  height: auto;
  min-height: 200px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  overflow: hidden;
  padding: 0 15px 15px;
  box-sizing: border-box;
}

.popup-wrapper .popup-content .popup-img-box {
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 20px 0 15px;
  margin: 0 -15px 20px;
  box-sizing: border-box;
}

.popup-wrapper .popup-content .popup-img-box img {
  box-shadow: 0 1px 10px rgba(0,0,0,0.13);
  border-radius: 10px;
  overflow: hidden;
}

.popup-wrapper .popup-content .popup-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.4;
}

.popup-wrapper .popup-content .popup-text {
  font-size: 1.2rem;
  color: #999;
  text-align: center;
  line-height: 1.4;
  margin: 8px 0 20px;
}

.error-message {
  margin: -30px 0 30px;
}
