/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
#PG_title_spotlight {
  width: 1240px;
  margin: 0 auto;
}
#PG_title_spotlight img {
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  #PG_title_spotlight {
    width: 100%;
  }
}

#SPTLT-thumbs ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1%;
  width: 900px;
}
#SPTLT-thumbs li {
  position: relative;
  width: 32.6666666667%;
  margin-top: 30px;
}
#SPTLT-thumbs li a {
  display: block;
  transition: opacity 0.2s;
}
#SPTLT-thumbs li a:hover {
  opacity: 0.7;
}
#SPTLT-thumbs li img {
  width: 100%;
  height: auto;
}
#SPTLT-thumbs li.new::before {
  content: "NEW";
  display: block;
  background-color: #fef54b;
  color: #000;
  line-height: 1;
  font-weight: bold;
  padding: 4px 30px 2px;
  letter-spacing: 1px;
  font-size: 17px;
  position: absolute;
  z-index: 1;
  top: -17px;
  right: 10px;
}
#SPTLT-thumbs .sptlt-thumbs-info {
  margin: 20px 0 0;
  text-align: right;
  font-size: 0.86em;
}
@media only screen and (max-width: 1080px) {
  #SPTLT-thumbs ul {
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  #SPTLT-thumbs ul {
    justify-content: space-between;
  }
  #SPTLT-thumbs li {
    width: 49.5%;
  }
  #SPTLT-thumbs li.new::before {
    font-size: 13px;
    padding: 4px 20px 2px;
    top: -14px;
    right: 5px;
  }
}

#SPTLT-detail .sptlt-d-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 20px 0 20px 30px;
  margin: 60px 0 50px;
  border-left: 4px solid #009040;
  line-height: 1.5;
}
#SPTLT-detail .sptlt-d-name {
  text-align: center;
  font-size: 1.48rem;
  color: #56a42a;
  font-weight: bold;
}
#SPTLT-detail .body-tx {
  width: 900px;
  margin: 0 auto;
}
#SPTLT-detail .body-tx .heading {
  /* reset */
  margin: 0;
  padding: 0;
  border: none;
  /* set */
  margin: 3rem 0 2rem;
  padding-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 10px solid;
  border-image: linear-gradient(to right, #7cb70e, #299a0b) 1;
}
#SPTLT-detail .body-tx .txfig {
  margin-top: 0;
}
#SPTLT-detail .body-tx .info {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}
#SPTLT-detail .body-tx .action-box {
  margin: 1.5rem 0;
}
#SPTLT-detail .body-tx .action-box a.btn {
  /* reset */
  border: none;
  box-shadow: none;
  width: auto;
  max-width: auto;
  max-width: initial;
  /* set */
  display: inline-block;
  min-width: 450px;
  font-size: 1.08rem;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(135deg, #7cb70e 0%, #299a0b 100%);
  transition: opacity 0.2s;
}
#SPTLT-detail .body-tx .action-box a.btn:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1080px) {
  #SPTLT-detail .sptlt-d-title {
    margin: 40px 0;
  }
  #SPTLT-detail .body-tx {
    width: 100%;
  }
  #SPTLT-detail .body-tx .heading {
    border-bottom-width: 8px;
  }
}
@media only screen and (max-width:640px) {
  #SPTLT-detail .sptlt-d-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 30px 0;
  }
  #SPTLT-detail .body-tx .heading {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 30px 0 20px;
    border-bottom-width: 6px;
  }
  #SPTLT-detail .body-tx .action-box a.btn {
    position: relative;
    display: block;
    line-height: 1.5;
    min-width: auto;
    min-width: initial;
    padding: 15px 10px 15px 25px;
    text-align: left;
  }
  #SPTLT-detail .body-tx .action-box a.btn::before {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
  }
}

.spotlight_gotop a {
  text-align: center;
  width: 200px;
  display: block;
  font-weight: bold;
  margin: 35px auto 0;
  padding: 12px;
  border: 1px solid;
  border-image: linear-gradient(to right, #7cb70e, #299a0b) 1;
  text-decoration: none;
  color: #299a0b;
}

.spot_mv_box {
  margin-top: 5rem;
  border: 6px solid #bff2d3;
  padding: 1.5rem 2.5rem;
}

.body-tx .fig-box.spot_mv .fig-box-item .caption {
  text-align: center;
}