@charset "UTF-8";

body.home .gnav-list li.home a:before{
  transform: scale(1, 1);
}
body.home h1{
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 20px;
  padding-top: 15px;
  transition: .5s;
}
body.home .header.fixed h1{
  padding-top: 10px;
}
@media screen and (min-width:768px) and ( max-width:1050px) {
  body.home h1{
    font-size: 1.0rem;
  }
}
@media screen and (max-width:767px) { 
  body.home h1{
    background: #f7f7f7;
    font-size: 1.0rem;
    height: 30px;
    line-height: 1.2em;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0;
    display: flex;
    align-items: center;
  }
  body.home .header.fixed h1{
    padding-top: 0;
  }
}

/* 共通 */

.h2-common-top{
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 45px;
  text-align: center;
}
.h2-common-top span{
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 15px;
}
@media screen and (max-width:767px) { 
  .h2-common-top{
    font-size: 3.0rem;
    margin-bottom: 35px;
  }
  .h2-common-top span{
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

/* お客さまからいただいた言葉 */

.block-top-voice{
  margin-bottom: 120px;
}

/* ロードのサービス */

.block-top-service{
  margin-bottom: 80px;
  position: relative;
}
.block-top-service .bg-blue{
  background: url(/wp/wp-content/themes/memento-road/common/img/top/bg-blue.png) no-repeat right -50px top / contain;
  height: 1450px;
  width: 78%;
  max-width: 950px;
  position: absolute;
  right: 0;
  top: 400px;
}

/* 私たちロードの想い */

.block-top-movie{
  margin-bottom: 150px;
  position: relative;
}
.block-top-movie .bg-firsttime-01{
  background: url(/wp/wp-content/themes/memento-road/common/img/top/bg-line.png) no-repeat right -200px top 50px / contain;
  padding-top: 76.2%;
  width: 53.6%;
  max-width: 590px;
  z-index: -2;
  position: absolute;
  right: 0;
  top: 0;
}
.block-top-movie .bg-firsttime-02{
  background: url(/wp/wp-content/themes/memento-road/common/img/top/bg-noline.png) no-repeat left -250px top / contain;
  padding-top: 88.6%;
  width: 45%;
  max-width: 495px;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 300px;
}
@media screen and (max-width:767px) {
  .block-top-movie{
    margin-bottom: 100px;
  }
  .block-top-movie .bg-firsttime-01{
    background: url(/wp/wp-content/themes/memento-road/common/img/top/bg-line.png) no-repeat right -200px top / contain;
    width: 300px;
    max-width: 300px;
    top: 50px;
  }
  .block-top-movie .bg-firsttime-02{
    background: url(/wp/wp-content/themes/memento-road/common/img/top/bg-noline.png) no-repeat left -220px top / contain;
    width: 270px;
    max-width: 270px;
    left: auto;
    top: 150px;
  }
}

/* ロードからのお知らせ */

.block-top-news{
  background: #f7f7f7;
  padding: 80px 0;
}
.home .common-table-news tr:before,
.home .common-table-news tr:after,
.home .common-table-news th,
.home .common-table-news td{
  background: #f7f7f7;
}






