.tvcm {
  margin: -30px 0 -80px 0;
}


/* メインイメージ */

.tvcm .main-img {
  position: relative;
  width: 100%;
  min-height: 89vh;
  background-image: url(../../../img/tvcm/tvcm-main-sp-img.jpg);
  background-size: cover;
  background-position: top center;
  display: block;
}

.tvcm .main-img .main-box {
  width: 28%;
  position: absolute;
  bottom: 20%;
  left: 60px;
}

.tvcm .main-img .main-box .logo {
  width: 60%;
  margin: 0 0 5px 0;
}

.tvcm .main-img .main-box .logo img ,
.tvcm .main-img .main-box .text-box img {
  width: 100%;
  vertical-align:top;
  position: relative;
  z-index: 10;
}

.tvcm .main-img .main-box .text-box {
  width: 100%;
  position: relative;
}

.tvcm .main-img .main-box .text-box .area {
  background-image: url(../../../img/tvcm/tvcm-bg-niose-sp.png);
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: auto;
}


.tvcm .main-img .main-box .text-box::before {
  content: " ";
  background-image: url(../../../img/tvcm/tvcm-main-img-bloon.png);
  background-size: 100%;
  width: 85px;
  height: 85px;
  position: absolute;
  right: -53px;
  top: -53px;
  z-index: 11;
}

/* コンテンツ */

.tvcm .tvcm-content {
  background-image: url(../../../img/tvcm/tvcm-bg-niose.png);
  background-repeat: repeat;
  background-size: auto;
}

.tvcm .tvcm-content .title-1 {
  width: auto;
  height: 45px;
  margin: 0 auto;
  padding: 60px 0 40px;
  text-align: center;
}

.tvcm .tvcm-content .title-1 img {
  height: 45px;
  width: auto;
}

.tvcm .tvcm-content .text-lead {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2;
  font-weight: bold;
  text-align:justify;
}

.tvcm .tvcm-content .border {
  height: 8px;
  width: 100%;
  background-color: #fff;
  margin: 55px auto 0;
}

.tvcm .tvcm-content .text-lead span {
  background: #e5ff00;
  color: #000;
  padding: 1px 3px 0;
}

.tvcm .tvcm-content .adtruck-banner {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin: 15px auto 0;
  width: 60%;

}

.tvcm .tvcm-content .cm-title {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  margin: 65px 0 20px 0;
  text-align: center;
}

.tvcm .tvcm-content .cm-title span {
  color: #fff;
  background: #ff0000;
  font-size: 1rem;
  font-weight: bold;
  padding: 3px 4px 2px;
  margin: 0 0 0 10px;
  border-radius: 4px;
  position: relative;
  top: -3px;
}

.tvcm .tvcm-content .cm-title span.blue {
  background: #009294;
}

.tvcm .tvcm-content .cm-wrap {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}


/* アプリ */

.tvcm .tvcm-content .app-img {
  margin: 0;
  display: block;
}

.tvcm .tvcm-content .app-img img {
  width: 100%;
}

.tvcm .tvcm-content .app-button-box {
  width: 40%;
  margin: 25px auto 0;
  padding: 0 0 35px 0;
}

.tvcm .tvcm-content .app-button-box a {
  width: 48%;
  display: inline-block;

}

/* コメント */

.tvcm .tvcm-content .quesion {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 23px 0 15px;
  color: #ccc;
  font-weight: bold;
}

.tvcm .tvcm-content .quesion:before {
  width: 30px;
  content: "";
  display: inline-block;
  border-top: 1px solid #fff;
  margin: 0 10px 0 0;
  position: relative;
  top: -5px;
}

.tvcm .tvcm-content .answer {
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
}

.tvcm .tvcm-content .answer span {
  background: #e5ff00;
  color: #000;
  padding: 1px 3px 0;
  font-weight: bold;
  margin: 0 5px 0 0;
}

/* キャスト */

.tvcm .tvcm-content .cast-box {
  margin: 0 0 30px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.tvcm .tvcm-content .cast-box .cast-prof-box {
  margin: 0 0 0 30px;

}

.tvcm .tvcm-content .cast-box .cast-name {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bolder;
}

.tvcm .tvcm-content .cast-box .cast-belong {
  font-size: 1.3rem;
  color: #ccc;
  font-weight: bold;
  margin: 15px 0 20px 0;
}

.tvcm .tvcm-content .cast-box .cast-text {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.8;
}

/* キャンペーン */

.tvcm .tvcm-content .cam-box {
  width: 65%;
  margin: 0 auto;
}

.tvcm .tvcm-content .cam-box .button {
  width: 70%;
  height: auto;
  background: #ccff00;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 18px 0 15px;
  display: block;
  border-radius: 100px;
  box-sizing: border-box;
  margin: 35px auto 0;
}

/* ノイズ */

.tvcm-noise-box {
  position: relative;
}

.tvcm-noise-box .noise {
	background-image: url(../../../img/tvcm/tvcm-front-niose.png);
	animation: noise_anima 1s steps(10) infinite;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 1;
}

.tvcm-bg-noise {
	background-image: url(../../../img/tvcm/tvcm-front-niose.png);
	animation: noise_anima 1s steps(10) infinite;
}

@keyframes noise_anima {
	from { background-position: 0 0; }
	to { background-position: 123px 456px; }
}


/* シェア */

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