/* 画像作成ページ */

.mbs-contents {
}

.mbs-contents .main-img {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-radius: 5px;
  margin: 0 auto 40px;
  width: 1000px;
}

.mbs-contents .main-img img {
  vertical-align: middle;
}

.mbs-contents .wrapper {
  padding: 15px;
  margin: 0 auto;
  width: 700px;
}

.mbs-contents h1.title {
  font-size: 3.8rem;
  color: #000;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.mbs-contents h2.title {
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 35px;
}

.mbs-contents .detail-text {
  font-size: 1.4rem;
  color: #999;
  text-align: center;
  margin: 20px 0 0 0;
}

.mbs-contents .registration-box {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 18px;
  margin: 10px auto 0;
  width: 450px;
  text-align: center;
}

.mbs-contents .registration-box .text {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
}

.mbs-contents .registration-box .text span {
  color: #ff0066;
  font-weight: bold;
}

.mbs-contents .registration-box .registration-button {
  border: 1px solid #000;
  border-radius: 100px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  display: block;
  text-align: center;
  background: #fff;
  padding: 15px 0 13px;
  margin: 10px auto 0;
  width: 50%;
}

.mbs-contents .registration-box .registration-button.dissemble {
  border: none;
  font-size: 1.4rem;
  color: #00cc9a;
  pointer-events: none;
}

.mbs-contents .button-type-1.dissemble {
  opacity: 0.3;
  pointer-events: none;
}

.mbs-contents .button-type-1.load span {
  position: relative;
}

.mbs-contents .button-type-1.load span::before {
  content: " ";
  background-image: url(../../../img/my-best-sneakers/mbs-load.gif);
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -2px;
  left: -30px;
  z-index: 10;
}

.mbs-contents .registration-box .login-text {
  font-size: 1.3rem;
  text-align: center;
  display: block;
  margin: 12px 0 0 0;
}

.mbs-contents .suggest-box {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 5px;
}

.mbs-contents .product-box li {
  border-bottom: 1px solid #e5e5e5;
}

.mbs-contents .product-box li:last-child {
  border-bottom: none;
}

.mbs-contents .product-box .product {
  height: auto;
  background: #fff;
  padding: 8px 12px 10px 12px;
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  -webkit-align-items: center;
  cursor: pointer;
}

.mbs-contents .product-box .product .product-img-box {
  flex-basis: 16%;
  height: 80px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

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

.mbs-contents .product-box .product .product-description {
  flex-basis: 84%;
  margin: 0 0 0 12px;
}

.mbs-contents .product-box .product .product-description .name {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 38px;
}

.mbs-contents .sellect-box .product-box .product {
  padding: 8px 0 10px 0;
}

.mbs-contents .sellect-box .product-box .product .product-img-box {
  flex-basis: 25%;
  height: 130px;
}

.mbs-contents .sellect-box .product-box .product .product-description {
  flex-basis: 75%;
  margin: 3px 0 0 12px;
}

.mbs-contents .sellect-box .product-box .product .product-description .name {
  font-size: 1.5rem;
  font-weight: bold;
}

.mbs-contents .sellect-box .product-box .product .product-description .del {
  font-size: 1.3rem;
  margin: 7px 0 0 0;
  font-weight: normal;
  display: block;
  cursor: pointer;
}

.mbs-contents .sellect-title {
  font-size: 1.6rem;
  color: #000;
  border-top: 1px solid #e5e5e5;
  font-weight: bolder;
  padding: 20px 0 15px 0;
}

/* 結果ページ */

.mbs-contents .result-img {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-radius: 5px;
}

.mbs-contents .share-title {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 13px 0;
}

.mbs-contents .sns-button .text {
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
}

.mbs-contents .sns-button .text::before {
  content: " ";
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 8px 0 0;
}

.mbs-contents .sns-button {
  text-align: center;
  padding: 11px 0 16px;
  display: block;
  border-radius: 5px;
  margin: 8px 0 0 0;
  cursor: pointer;
}

.mbs-contents .sns-button-2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.mbs-contents .sns-button.twitter {
  background: #000000;
}

.mbs-contents .sns-button.line {
  background: #00b900;
  flex-basis: 49%;
}

.mbs-contents .sns-button.facebook {
  background: #1d7bfa;
  flex-basis: 49%;
}

.mbs-contents .sns-button.twitter .text::before {
  background-image: url(../../../img/common/global-footer/sp-footer-icon-sns-twitter.png);
}
.mbs-contents .sns-button.line .text::before {
  background-image: url(../../../img/common/global-footer/sp-footer-icon-sns-line.png);
}
.mbs-contents .sns-button.facebook .text::before {
  background-image: url(../../../img/common/global-footer/sp-footer-icon-sns-facebook.png);
}

.mbs-contents .share-text-box {
  height: 210px;
  width: 100%;
  overflow-y: scroll;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 10px 13px 13px 13px;
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  margin: 15px 0 0 0;
  box-sizing: border-box;
  min-height: 210px;
  max-height: 210px;
  min-width: 100%;
  max-width: 100%;
}

.mbs-contents .share-title-2 {
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  margin: 25px 0 10px 0;
}

.mbs-contents .share-detail-text {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.6;
}
