.adtruck {
  padding: 0 20px 0;
  margin: -30px auto 0;
}

.adtruck .main-block {
  background: #ccff00;
  height: auto;
  padding: 30px 20px 50px;
  box-sizing: border-box;
  margin: 0 -20px;
}

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

.adtruck .main-title {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.adtruck .main-title img {
  width: 100%;
  height: auto;
}

.adtruck .lead-text {
  font-size: 1.7rem;
  color: #000;
  font-weight: bold;
  line-height: 1.9;
  margin: 30px 0 0 0;
}

.adtruck .lead-text span {
  background: #000;
  color: #fff;
  padding: 0 3px;
}

.adtruck .con-title {
  font-size: 3rem;
  color: #000;
  font-weight: bold;
  margin: 60px 0 20px;
  border-bottom: 5px solid #000;
  display: inline-block;
}

.adtruck .present-block {
}

.adtruck .present-block .main-text {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  margin: 20px 0 0 0;
}

.adtruck .present-block .con-text {
  font-size: 1.2rem;
  color: #999;
  margin: 6px 0 0 0;
  line-height: 1.5;
}

.adtruck .present-block .infinity-slide{
  overflow: hidden;
}

.adtruck .present-block #slide {
  animation: infinity-loop 20s infinite linear 1s both;
  width: 100%;
  height: 160px;
  position: relative;
}

.adtruck .present-block #slide img {
  height: 100%;
}

/* 無限ループアニメーション */
@keyframes infinity-loop {
  from {
    transform: translateX(0vw);
  }
  to {
    transform: translateX(-200%);
  }
}

.adtruck .entry-block {
}

.adtruck .entry-block .sns-name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 13px;
  color: #000;
}

.adtruck .entry-block .sns-name.tw { margin-top: -5px; }
.adtruck .entry-block .sns-name.tw::before {
  content: "";
  display: inline-block;
  background: url(../../../img/adtruck/adtruck-sns-1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 25px;
  position: relative;
  top: 8px;
  margin: 0 6px 0 0;
}

.adtruck .entry-block .sns-name.ig { margin-top: 18px; }
.adtruck .entry-block .sns-name.ig::before {
  content: "";
  display: inline-block;
  background: url(../../../img/adtruck/adtruck-sns-2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 28px;
  height: 28px;
  position: relative;
  top: 8px;
  margin: 0 6px 0 0;
}

.adtruck .entry-block .sns-text {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.8;
}

.adtruck .area-block .area-text-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}

.adtruck .area-block .area-text-box .area-1 ,
.adtruck .area-block .area-text-box .area-2 {
  width: 48%;
  height: auto;
  text-align: center;
  padding: 0 2%
}

.adtruck .area-block .area-text-box .name {
  font-size: 3.5rem;
  color: #000;
  font-weight: bold;
  margin: 5px 0 12px 0;
  letter-spacing: 6px;
}

.adtruck .area-block .area-text-box .name span {
  background: linear-gradient(transparent 60%, #ccff00 60%);
  padding: 0 0 0 7px;
}

.adtruck .area-block .area-text-box .date {
  font-size: 1.7rem;
  color: #000;
  font-weight: bold;
  line-height: 1.3;
}

.adtruck .area-block .today {
  margin: 35px 0 15px 0;
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.adtruck .tvcm-block {
}

.adtruck .tvcm-block .tvcm-img {
  display: block;
}

.adtruck .tvcm-block .tvcm-button {
  background: #000;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 18px;
  border-radius: 100px;
  display: block;
  margin: 15px 0 0 0;
}

.adtruck .tvcm-block .tvcm-img img {
  width: 100%;
}

.adtruck .note-block {
}

.adtruck .note-block .con-text {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.6;
}

/* シェア */

.adtruck .share-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

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

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