/* メイン */
.main-wrapper {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  background: #fff;
  margin: -30px 0 0 0;
}

.main-wrapper .main-img {
  background-image: url(../../../img/popup-store/tnb-fukuoka/main-img-pc.jpg);
  background-repeat: no-repeat;
  height: 100%;
  background-size: auto 100%;
  background-position: center;
}

/* コンテンツ */

.tnb-contents {
  position: relative;
  z-index: 5;
  background: #fff;
  margin: 0 0 -79px;
}

.tnb-contents .pc-wrapper {
  width: 700px;
  margin: 0 auto;
  padding: 50px 0;

}

.tnb-contents a:link,
.tnb-contents a:visited {
  text-decoration: underline;
  color: #000;
}

.tnb-contents .title {
  font-size: 3.5rem;
  color: #000;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}

.tnb-contents .con-sub-title {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  margin: 40px 0 0 0;
}

.tnb-contents .description {
  font-size: 1.4rem;
  color: #999;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  margin: 15px 0 0 0;
}

.tnb-contents .description a:link,
.tnb-contents .description a:visited {
  text-decoration: underline;
  color: #999;
}

.tnb-contents .date {
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

.tnb-contents .border {
  background: #000;
  height: 6px;
  width: 200px;
  margin: 60px 0;
}

.tnb-contents .collab-logo {
  width: 35%;
  height: auto;
  margin: 35px 0 0;
}

.tnb-contents .collab-logo img {
  width: 100%;
  height: auto;
}

.tnb-contents .con-title {
  font-size: 2.3rem;
  color: #000;
  line-height: 1.3;
  margin: 60px 0 25px 0;
}

.tnb-contents .normal-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 15px 0;
}

.tnb-contents .normal-text {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.7;
  margin: 25px 0 0 0;
  opacity: 0.8;
}

.tnb-contents .detail-text {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.5;
  opacity: 0.6;
}

.tnb-contents .white-normal-text {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.6;
  margin: 25px 0 0 0;
  font-weight: bold;
}


/* シェア */
.share-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.share-box ul {
  display: inline-block;
}

.share-box ul li {
  display: inline-block;
  margin: 10px 0 0 5px;
}
