@charset "UTF-8";

/* ------------------------------------------
detail
------------------------------------------ */
#table1 #intro .mv {
  position: relative;
  background: url(../img/mv_sofa-stool-all_bg.jpg) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 240px;
  padding: 14px;
  margin-bottom: 20px;
}

#table1 #intro div {
  position: absolute;
  bottom: 14px;
}

@media only screen and (max-width:768px) {
  #table1 #intro .mv {
    background: url(../img/mv_sofa-stool-all_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    min-height: 360px;
    padding: 14px 8px;
    margin-bottom: 10px;
  }
  #table1 #intro div {
  position: absolute;
  top: 8px;
  width: calc(100% - 16px);
  }
}
#table1 #intro .marker {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  padding: 0 4px 1px 4px;
  line-height: 1.7;
  background: linear-gradient(rgba(43, 42, 37, 0.8) 100%, #2b2a25 100%);
}

@media only screen and (max-width:768px) {
  #table1 #intro .marker {
    font-size: 16px;
  }
}