@media (max-width: 740px) {
  .only-pc {
    display: none;
  }
}

@media (min-width: 741px) {
  .only-sp {
    display: none;
  }
}

.trend-list-txt {
  display: inline-block;
  width: calc(100% - 75px - 0.75em);
}

.driving img {
  max-width: 100%;
  height: auto;
}
.driving {
  padding-block: 96px 52px;
}
@media (min-width: 741px) {
  .driving {
    max-width: 904px;
    padding-block: 58px 0;
    margin-bottom: -8px;
  }
}
.driving .new-label {
  width: 205px;
  margin: 0 auto 42px;
}
@media (max-width: 740px) {
  .driving .new-label {
    margin: 0 auto 42px;
  }
}
.driving .sct-header p {
  margin-bottom: 44px;
}
@media (min-width: 741px) {
  .driving .sct-header p {
    font-size: 16px;
  }
}
@media (max-width: 740px) {
  .driving .sct-header p {
    margin-bottom: 30px;
  }
}
.driving .ttl-driving {
  margin-block: 0 46px;
  text-indent: -20px;
}
@media (max-width: 740px) {
  .driving .ttl-driving {
    margin-bottom: 32px;
  }
}
.driving .ttl-driving:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 0.25em;
  vertical-align: -0.3em;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  background: url(../../img/icon_driving.svg) no-repeat center center;
  background-size: contain;
}
@media (max-width: 740px) {
  .driving .ttl-driving:before {
    width: 30px;
    height: 30px;
    vertical-align: -0.2em;
  }
}

.driving-item--movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 2px solid #fff;
  background-color: #000;
}
.driving-item--movie.dummy {
  padding-top: 0;
}
.driving-item--movie iframe {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: calc(100% - 2px);
  height: 100%;
}
.driving-item--name {
  margin-block: 44px 10px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 740px) {
  .driving-item--name {
    margin-block: 32px 15px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.driving-item--place {
  margin: 0 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 15px;
}
@media (max-width: 740px) {
  .driving-item--place {
    margin: 0 0 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4px 0;
  }
}
.driving-item--place span {
  font-size: 14px;
  font-weight: 500;
}
.driving-item--place span:before {
  content: url(./../img/icon_bldg.svg);
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  margin-right: 8px;
  vertical-align: -0.5em;
}
@media (max-width: 740px) {
  .driving-item--place span:before {
    margin-right: 0.25em;
  }
}
.driving-item--tag {
  margin: 0;
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 4px;
}
.driving-item--tag li {
  width: 132px;
  padding-inline: 12px;
  background-color: #fff;
  border-radius: 24px;
  color: #000;
  font-size: 12px;
  line-height: 29px;
  text-align: center;
}
@media (max-width: 740px) {
  .driving-item--tag li {
    line-height: 26px;
  }
}