@charset "utf-8";

#making{
  margin-top:6em;
}
#rwd-content .headline {
    font-size: 3.5rem;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
    font-family: 'Noto Serif Japanese';
    font-weight: 500;
    margin-bottom:1em;
}
#rwd-content .headline span{
    font-size: 2.0rem;
    padding-left:1em;
}
.article-mov {
    margin: 50px auto 0!important;
}
.concept-mov > .article-mov {
    margin: 10px auto 0 !important;
}
.rwd-modal-link-youtube {
    position: relative;
    display: inline-block;
    background: #000;
}
img.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 115px !important;
    height: 115px !important;
    pointer-events: none;
}
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

@media print, screen and (min-width: 768px) and  (max-width: 1000px){
  main.pageType-racing #mv-type1 h1 {
  bottom: 10% !important;
}


@media print, screen and (min-width: 768px){
.concept-mov{
  margin-top:0!important;
  margin-bottom:100px!important;
}
p.desc{
  font-size:1.8rem;
  padding-right:1em;
}
}

@media print, screen and (max-width: 767px) {
.concept-mov{
  margin-top:0!important;
  margin-bottom:40px!important;
}
#rwd-content .headline {
    font-size: 2.8rem;
}
#rwd-content .headline span{
    font-size: 2.0rem;
    padding-left:0;
    display:block;
    margin-top:10px;
}
img.play-icon {
    width: 80px !important;
    height: 80px !important;
}
}
