/* メイン */
.logo-wrapper {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
  margin: -30px 0 0 0;
}

.logo-wrapper .center-box {
  position: absolute;
  width: 100%;
  top: 48%;
  left: 50%;
  transform: translateY(-48%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 1;
}

.logo-wrapper .center-box .logo {
  width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.logo-wrapper .center-box .logo-text {
  font-size: 1.3rem;
  font-weight: bolder;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -1;
  margin: 20px 0 0 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: Avenir;
}

/* コンテンツ */

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

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

}

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

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

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

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

.tnb-contents .border {
  background: #fff;
  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: #fff;
  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: #fff;
  line-height: 1.7;
  margin: 25px 0 0 0;
  opacity: 0.8;
}

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

.tnb-contents .white-normal-text {
  font-size: 1.3rem;
  color: #fff;
  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;
}

/* スクラッチ */

.tnb-contents .scratch-box {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background: #000;
  height: auto;
  box-sizing: border-box;
  position: relative;
  top: -1px;
  z-index: 15;
  margin: 10px -25px 0 -25px;
  padding: 0 0 0 25px;
}

.tnb-contents .scratch-box li {
  float: none;
  position: relative;
  display: table-cell;
}

.tnb-contents .scratch-box li:last-child {
  padding: 0 25px 0 0;
}

.tnb-contents .scratch-box li a {
  display: block;
  border-top: none;
  padding: 0 3px;
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}

.tnb-contents .scratch-box li a img {
  width: 130px;
  height: auto;
}

.tnb-contents .con-sub-title {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  margin: 30px 0 0 0;
}

.tnb-contents .con-sub-text {
  font-size: 1.5rem;
  color: #999;
  font-weight: bold;
  margin: 10px 0 0 0;
  line-height: 1.5;
  text-align: left;
}


.tnb-contents .movie-wrap {
  margin: 0;
  height: 0;
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}

.tnb-contents .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.tnb-contents .movie-text {
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.7;
  margin: 50px 0 15px 0;
}



/* 背景アニメーション */
.tnb-bg {
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../../../img/popup-store/tnb-osaka/pc-01-bg-tnb-osaka-popup.jpg);
  background-size: auto 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.tnb-bg li {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  animation: anime 15s linear 0s;
}

.tnb-bg li:nth-child(1) {
  background-image: url(../../../img/popup-store/tnb-osaka/pc-01-bg-tnb-osaka-popup.jpg);
}

.tnb-bg li:nth-child(2) {
  background-image: url(../../../img/popup-store/tnb-osaka/pc-02-bg-tnb-osaka-popup.jpg);
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.tnb-bg li:nth-child(3) {
  background-image: url(../../../img/popup-store/tnb-osaka/pc-03-bg-tnb-osaka-popup.jpg);
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.tnb-bg li:nth-child(4) {
  background-image: url(../../../img/popup-store/tnb-osaka/pc-04-bg-tnb-osaka-popup.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.tnb-bg li:nth-child(5) {
  background-image: url(../../../img/popup-store/tnb-osaka/pc-05-bg-tnb-osaka-popup.jpg);
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}

.tnb-bg li:nth-child(6) {
  background-image: url(../../../img/popup-store/tnb-osaka/pc-06-bg-tnb-osaka-popup.jpg);
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

.tnb-bg li:nth-child(7) {
  background-image: url(../../../img/popup-store/tnb-osaka/pc-07-bg-tnb-osaka-popup.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

@keyframes anime {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  40% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: scale(1.5);
    opacity: 0
  }
}
