#hd {
  position: relative;
  background: linear-gradient(350deg, #353838 50%, #000 50%);
}

.bgdeco {
  position: absolute;
  width: 30%;
  left: 0;
  top: 5%;
}

button .cls-1 {
  stroke: #fff !important;
  stroke-miterlimit: 10 !important;
}
button .cls-2 {
  fill: #fff !important;
}

#article .out-frame {
  margin-top: 24px;
}
#article p {
  line-height: 1;
}
#article button {
  width: 55%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#article button span {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-60%);
          transform: translateX(-50%) translateY(-60%);
}
#article .content {
  text-align: center;
  position: relative;
  border-bottom: 2px solid #a5a5a5;
  padding: 26px 0px;
  height: 420px;
}
#article .content img {
  max-height: 30vw;
}
#article .deco {
  width: 18%;
}
#article .plusIcon {
  width: 5%;
  position: absolute;
  bottom: 6px;
}
#article .plusIcon.b {
  right: 0;
}

#article li {
  width: 30%;
}

#video .view-more::before {
  border-color: transparent transparent transparent #353838;
}
#video .view-more::after {
  border-color: transparent #353838 transparent transparent;
}

@media screen and (max-width: 1440px) {
  #article li {
    width: 310px;
  }
}/*# sourceMappingURL=promotion.css.map */

/* 20230112 */
.img-frame {
  padding-bottom: 50%; /* 1920x960(2:1) 20230216 修正比例 */
  background-size: cover;
  background-position: center center;
}