@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトで使う黒カラー*/
/* メインカラー*/
/* font */
/* margin */
/* other */
/*transition-timing-function*/
@media screen and (max-width: 980px) {
  .inner {
    margin: 0 auto;
    width: 90%; }
  .btn {
    display: inline-block;
    border-radius: 50px;
    background: #b7121f;
    border: 2px solid #b7121f;
    color: #fff;
    text-align: center;
    line-height: 1.0;
    text-decoration: none;
    position: relative;
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
    font-size: 16px;
    padding: 15px 5px;
    min-width: 200px; }
    .btn:hover {
      background: #fff;
      color: #b7121f; }
    .btn .arrow {
      position: absolute;
      top: 2px;
      bottom: 0;
      margin: auto;
      height: 1px;
      background: currentColor;
      right: 30px;
      width: 20px; }
      .btn .arrow:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent transparent currentColor;
        position: absolute;
        right: 0;
        bottom: 1px;
        border-width: 2px 0 0 7px; }
      .btn .arrow.back {
        right: auto;
        -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1);
        left: 24px; }
    .btn.size_s {
      min-width: 180px;
      padding: 15px; }
      .btn.size_s .arrow {
        right: 20px; }
        .btn.size_s .arrow.back {
          right: auto;
          left: 20px; }
    .btn.size_m {
      min-width: 180px; }
    .btn.size_l {
      width: 100%;
      font-size: 16px;
      padding: 30px 10px; }
    .btn.bg_red {
      background: #b7121f;
      border-color: #b7121f; }
      .btn.bg_red:hover {
        background: #fff;
        color: #b7121f; }
    .btn.bg_wht {
      background: #fff;
      border-color: #fff;
      color: #b7121f;
      border: 2px solid #b7121f; }
      .btn.bg_wht:hover {
        background: #b7121f;
        color: #fff;
        border: 2px solid #b7121f; }
    .btn.hov_wht:hover {
      border: 2px solid #fff; }
    .btn.bd_red {
      border-color: #b7121f; }
    .btn.icon:before {
      content: "";
      width: 1em;
      height: 1em;
      display: inline-block;
      margin-right: 6px; }
    .btn.icon.icon_dl:before {
      background: url(../images/common/icon_dl.svg) no-repeat center/contain;
      vertical-align: bottom; }
    .btn.icon.icon_dl:hover:before {
      background: url(../images/common/icon_dl_red.svg) no-repeat center/contain; }
  .anim {
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0, 0.72); }
    .anim.fadeUp {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px); }
      .anim.fadeUp.is-show {
        opacity: 1.0;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
  .mv {
    background: url(../images/home/mv_img.jpg) no-repeat center/cover;
    height: 545px; }
    .mv .inner {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 100%;
      padding-bottom: 80px; }
    .mv_txt {
      color: #fff; }
      .mv_txt .catch {
        font-family: "Merriweather", serif;
        font-style: italic;
        line-height: 1.07937;
        text-shadow: 0px 0px 11px rgba(87, 87, 87, 0.4);
        font-weight: bold;
        font-size: 64px; }
        .mv_txt .catch span {
          display: inline-block;
          position: relative;
          z-index: 1; }
          .mv_txt .catch span:before {
            content: "";
            width: 100%;
            background: #b7121f;
            position: absolute;
            left: 0;
            z-index: -1;
            height: 5px;
            bottom: 10px; }
        .mv_txt .catch .ob {
          padding-right: 20px; }
        .mv_txt .catch .ex {
          font-size: 50px;
          position: relative;
          left: -15px; }
          .mv_txt .catch .ex:before {
            display: none; }
      .mv_txt h2 {
        font-family: "Noto Serif", serif;
        font-weight: 700;
        letter-spacing: 0.02em;
        text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.4);
        font-size: 17px; }
      .mv_txt.anim {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        overflow: hidden;
        width: 0;
        white-space: nowrap;
        transition: all 1s cubic-bezier(0.25, 0.1, 0, 0.72);
        transition-delay: 0.3s; }
        .mv_txt.anim h1 span:before {
          transition: all 0.6s cubic-bezier(0.25, 0.1, 0, 0.72);
          transition-delay: 0.7s;
          width: 0; }
        .mv_txt.anim.is-show {
          width: 100%; }
          .mv_txt.anim.is-show h1 span:before {
            width: 100%; }
  .bg_area {
    padding: 50px 0 80px;
    background: url(../images/home/bg.jpg) no-repeat center/cover, #fff;
    background-blend-mode: luminosity;
    overflow: hidden; }
  .lead h2 {
    text-align: center;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    position: relative;
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1.70833;
    margin-bottom: 90px; }
    .lead h2:after {
      content: "";
      background: #b7121f;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      width: 40px;
      height: 2px;
      bottom: -12px; }
    .lead h2 span {
      color: #b7121f; }
  .home_col2 .pic {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 5px rgba(87, 87, 87, 0.09);
    margin-bottom: 15px; }
    .home_col2 .pic img {
      width: 100%;
      position: relative;
      z-index: 1; }
    .home_col2 .pic.anim {
      position: relative; }
      .home_col2 .pic.anim:after {
        content: "";
        width: 100%;
        height: 100%;
        background: #b7121f;
        position: absolute;
        top: 0;
        right: 0;
        transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 0.72); }
      .home_col2 .pic.anim.is-show:after {
        width: 0; }
  .home_col2 h2 {
    position: relative;
    font-weight: 500;
    letter-spacing: 0.02em;
    z-index: 1;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px; }
    .home_col2 h2:before {
      content: attr(data-eng) "";
      font-family: "Merriweather", serif;
      font-weight: 700;
      font-style: italic;
      line-height: 1.0;
      letter-spacing: 0;
      color: #707070;
      opacity: 0.13;
      position: absolute;
      z-index: -1;
      font-size: 50px;
      top: -0.5em;
      left: 0;
      right: 0;
      margin: auto; }
    .home_col2 h2 span {
      color: #b7121f; }
  .home_col2 .txt {
    padding: 0; }
    .home_col2 .txt p {
      font-size: 16px;
      line-height: 1.8; }
      .home_col2 .txt p + p {
        margin-top: 25px;
        text-align: center; }
      .home_col2 .txt p .btn {
        width: 80%;
        font-size: 16px;
        background: #b7121f;
        color: #fff;
        width: 285px;
        padding: 19px 20px;
        line-height: 1; }
        .home_col2 .txt p .btn:hover {
          background: #fff;
          color: #b7121f;
          border-color: #b7121f; }
        .home_col2 .txt p .btn .arrow {
          right: 30px;
          width: 20px; }
          .home_col2 .txt p .btn .arrow:before {
            border-width: 2px 0 0 7px; }
  .plant-engineering {
    margin-bottom: 80px; }
  .company {
    margin-bottom: 80px; }
    .company .home_col2 {
      justify-content: flex-end; }
      .company .home_col2 .pic.anim:after {
        left: 0;
        right: auto; }
      .company .home_col2 h2 span {
        color: #b7121f; }
  .bg_pic img {
    width: 100%; }
  .bg_pic.anim {
    position: relative;
    opacity: 1.0; }
    .bg_pic.anim:after {
      content: "";
      width: 100%;
      height: 100%;
      background: #fff;
      position: absolute;
      left: 0;
      top: 0;
      transition: all 0.6s cubic-bezier(0.25, 0.1, 0, 0.72);
      transition-delay: 0.2s; }
    .bg_pic.anim.is-show:after {
      width: 0; }
  .news {
    padding: 80px 0 80px; }
    .news h2 {
      font-weight: 500;
      position: relative;
      z-index: 1;
      font-size: 22px;
      text-align: center;
      margin-bottom: 20px; }
      .news h2:before {
        content: attr(data-eng) "";
        font-family: "Merriweather", serif;
        font-weight: 700;
        font-style: italic;
        line-height: 1.0;
        color: #707070;
        opacity: 0.13;
        position: absolute;
        top: -0.5em;
        z-index: 1;
        font-size: 54px;
        left: 0;
        right: 0;
        margin: auto; }
      .news h2 span {
        color: #b7121f; }
    .news_list {
      margin-bottom: 36px; }
      .news_list li {
        border-bottom: 1px solid #dfdfdf; }
        .news_list li a {
          display: flex;
          align-items: center;
          text-decoration: none;
          color: #111111;
          line-height: 1.0;
          transition: all 0.4s cubic-bezier(0.25, 0.1, 0, 0.72);
          padding: 20px 0;
          flex-wrap: wrap;
          row-gap: 15px; }
          .news_list li a:hover {
            color: #b7121f; }
          .news_list li a time {
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            flex-shrink: 0;
            font-size: 14px;
            margin-right: 16px; }
          .news_list li a .cat {
            color: #b7121f;
            border: 1px solid #b7121f;
            border-radius: 50px;
            flex-shrink: 0;
            font-size: 11px;
            padding: 4px 12px; }
          .news_list li a .ttl {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 16px;
            width: 100%; }
    .news .btn {
      display: block;
      margin: 0 auto;
      padding: 16px;
      font-size: 16px;
      background: #b7121f;
      color: #fff;
      width: 285px;
      padding: 19px 20px;
      line-height: 1; }
      .news .btn:hover {
        background: #fff;
        color: #b7121f;
        border-color: #b7121f; }
      .news .btn .arrow {
        right: 30px;
        width: 20px; }
        .news .btn .arrow:before {
          border-width: 2px 0 0 7px; }
  .movie {
    background: #f9f9f9;
    padding: 80px 0 80px; }
    .movie h2 {
      text-align: center;
      font-weight: 500;
      position: relative;
      z-index: 1;
      font-size: 22px;
      margin-bottom: 20px; }
      .movie h2:before {
        content: attr(data-eng) "";
        font-family: "Merriweather", serif;
        font-size: 54px;
        font-weight: 700;
        font-style: italic;
        line-height: 1.0;
        color: #707070;
        opacity: 0.13;
        position: absolute;
        top: -0.5em;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1; }
      .movie h2 span {
        color: #b7121f; }
    .movie_list {
      display: flex;
      flex-wrap: wrap;
      row-gap: 40px; }
      .movie_list li {
        width: 100%; }
        .movie_list li.anim a {
          position: relative; }
          .movie_list li.anim a:after {
            content: "";
            width: 100%;
            height: 100%;
            background: #b7121f;
            position: absolute;
            top: 0;
            right: 0;
            transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 0.72); }
        .movie_list li.anim.is-show a:after {
          width: 0; }
      .movie_list a {
        display: block;
        overflow: hidden; }
        .movie_list a img {
          width: 100%;
          transition: all 0.4s cubic-bezier(0.25, 0.1, 0, 0.72); }
        .movie_list a:hover img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); } }

@media print, screen and (min-width: 981px) {
  .inner {
    margin: 0 auto;
    max-width: 1180px;
    width: 95%; }
    .inner.narrow {
      max-width: 1000px; }
  .btn {
    display: inline-block;
    border-radius: 50px;
    background: #b7121f;
    border: 2px solid #b7121f;
    color: #fff;
    text-align: center;
    line-height: 1.0;
    text-decoration: none;
    position: relative;
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
    font-size: 16px;
    min-width: 280px;
    padding: 20px 10px; }
    .btn:hover {
      background: #fff;
      color: #b7121f; }
    .btn .arrow {
      position: absolute;
      top: 2px;
      bottom: 0;
      margin: auto;
      height: 1px;
      background: currentColor;
      right: 40px;
      width: 25px; }
      .btn .arrow:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent transparent currentColor;
        position: absolute;
        right: 0;
        bottom: 1px;
        border-width: 2px 0 0 8px; }
      .btn .arrow.back {
        right: auto;
        -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1);
        left: 27px; }
    .btn.size_s {
      min-width: 180px;
      padding: 14px 10px;
      font-size: 14px; }
      .btn.size_s .arrow {
        right: 20px; }
        .btn.size_s .arrow.back {
          right: auto;
          left: 20px; }
    .btn.size_m {
      min-width: 240px; }
    .btn.size_l {
      min-width: 380px;
      font-size: 18px;
      padding: 30px 20px; }
    .btn.bg_red {
      background: #b7121f;
      border-color: #b7121f; }
      .btn.bg_red:hover {
        background: #fff;
        color: #b7121f; }
    .btn.bg_wht {
      background: #fff;
      border-color: #fff;
      color: #b7121f;
      border: 2px solid #b7121f; }
      .btn.bg_wht:hover {
        background: #b7121f;
        color: #fff;
        border: 2px solid #b7121f; }
    .btn.hov_wht:hover {
      border: 2px solid #fff; }
    .btn.bd_red {
      border-color: #b7121f; }
    .btn.icon:before {
      content: "";
      width: 1em;
      height: 1em;
      display: inline-block;
      margin-right: 14px; }
    .btn.icon.icon_dl:before {
      background: url(../images/common/icon_dl.svg) no-repeat center/contain;
      vertical-align: bottom; }
    .btn.icon.icon_dl:hover:before {
      background: url(../images/common/icon_dl_red.svg) no-repeat center/contain; }
  .anim {
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0, 0.72); }
    .anim.fadeUp {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px); }
      .anim.fadeUp.is-show {
        opacity: 1.0;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
  .mv {
    background: url(../images/home/mv_img.jpg) no-repeat center/cover;
    height: 790px; }
    .mv .inner {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 100%;
      padding-bottom: 140px; }
    .mv_txt {
      color: #fff; }
      .mv_txt .catch {
        font-family: "Merriweather", serif;
        font-style: italic;
        line-height: 1.07937;
        text-shadow: 0px 0px 11px rgba(87, 87, 87, 0.4);
        font-weight: bold;
        font-size: 126px; }
        .mv_txt .catch span {
          display: inline-block;
          position: relative;
          z-index: 1; }
          .mv_txt .catch span:before {
            content: "";
            width: 100%;
            background: #b7121f;
            position: absolute;
            left: 0;
            z-index: -1;
            height: 10px;
            bottom: 20px; }
        .mv_txt .catch .ob {
          padding-right: 40px; }
        .mv_txt .catch .ex {
          font-size: 107px;
          position: relative;
          left: -30px; }
          .mv_txt .catch .ex:before {
            display: none; }
      .mv_txt h2 {
        font-family: "Noto Serif", serif;
        font-weight: 700;
        letter-spacing: 0.02em;
        text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.4);
        font-size: 28px; }
      .mv_txt.anim {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        overflow: hidden;
        width: 0;
        white-space: nowrap;
        transition: all 1s cubic-bezier(0.25, 0.1, 0, 0.72);
        transition-delay: 0.3s; }
        .mv_txt.anim h1 span:before {
          transition: all 0.6s cubic-bezier(0.25, 0.1, 0, 0.72);
          transition-delay: 0.7s;
          width: 0; }
        .mv_txt.anim.is-show {
          width: 100%; }
          .mv_txt.anim.is-show h1 span:before {
            width: 100%; }
  .bg_area {
    padding: 80px 0;
    background: url(../images/home/bg_pipe.png) no-repeat center top/2560px, url(../images/home/bg.jpg) no-repeat center/cover, #fff;
    background-blend-mode: normal, luminosity; }
  .lead h2 {
    text-align: center;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    position: relative;
    font-size: 32px;
    letter-spacing: 0.02em;
    line-height: 1.125;
    margin-bottom: 150px; }
    .lead h2:after {
      content: "";
      background: #b7121f;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      width: 60px;
      height: 2px;
      bottom: -20px; }
    .lead h2 span {
      color: #b7121f; }
  .home_col2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 600px 360px;
        grid-template-columns: 600px 360px;
    -webkit-column-gap: 6.77966%;
       -moz-column-gap: 6.77966%;
            column-gap: 6.77966%; }
    .home_col2 .pic {
      overflow: hidden;
      border-radius: 20px;
      box-shadow: 0px 0px 20px 5px rgba(87, 87, 87, 0.09);
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3; }
      .home_col2 .pic img {
        width: 100%;
        position: relative;
        z-index: 1; }
      .home_col2 .pic.anim {
        position: relative; }
        .home_col2 .pic.anim:after {
          content: "";
          width: 100%;
          height: 100%;
          background: #b7121f;
          position: absolute;
          top: 0;
          right: 0;
          transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 0.72); }
        .home_col2 .pic.anim.is-show:after {
          width: 0; }
    .home_col2 h2 {
      position: relative;
      font-weight: 500;
      letter-spacing: 0.02em;
      z-index: 1;
      font-size: 32px;
      margin-top: 45px;
      margin-bottom: 24px; }
      .home_col2 h2:before {
        content: attr(data-eng) "";
        font-family: "Merriweather", serif;
        font-weight: 700;
        font-style: italic;
        line-height: 1.0;
        letter-spacing: 0;
        color: #707070;
        opacity: 0.13;
        position: absolute;
        z-index: -1;
        font-size: 82px;
        top: -0.5em;
        left: -32px; }
      .home_col2 h2 span {
        color: #b7121f; }
    .home_col2 .txt p {
      line-height: 1.8; }
      .home_col2 .txt p + p {
        margin-top: 1em; }
  .plant-engineering {
    margin-bottom: 80px; }
    .plant-engineering .txt {
      position: relative;
      top: -60px; }
      .plant-engineering .txt p + p {
        margin-top: 35px; }
  .company {
    margin-bottom: 200px; }
    .company .home_col2 {
      justify-content: flex-end;
      -ms-grid-columns: 360px 600px;
          grid-template-columns: 360px 600px; }
      .company .home_col2 .pic {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3; }
        .company .home_col2 .pic.anim:after {
          left: 0;
          right: auto; }
      .company .home_col2 h2 {
        color: #fff;
        display: flex;
        align-items: flex-end;
        margin-top: 85px; }
        .company .home_col2 h2:before {
          color: #f5f5f5;
          top: inherit;
          bottom: 0; }
        .company .home_col2 h2 span {
          color: #fff; }
      .company .home_col2 .txt {
        color: #fff;
        position: relative;
        top: -5px; }
        .company .home_col2 .txt p + p {
          margin-top: 35px; }
  .recruit .home_col2 h2 {
    display: flex;
    align-items: flex-end;
    margin-top: -20px; }
    .recruit .home_col2 h2:before {
      top: inherit;
      bottom: 0; }
  .recruit .home_col2 .txt {
    position: relative;
    top: -5px; }
    .recruit .home_col2 .txt p + p {
      margin-top: 35px; }
  .bg_pic img {
    width: 100%; }
  .bg_pic.anim {
    position: relative;
    opacity: 1.0; }
    .bg_pic.anim:after {
      content: "";
      width: 100%;
      height: 100%;
      background: #fff;
      position: absolute;
      left: 0;
      top: 0;
      transition: all 0.6s cubic-bezier(0.25, 0.1, 0, 0.72);
      transition-delay: 0.2s; }
    .bg_pic.anim.is-show:after {
      width: 0; }
  .news {
    padding: 112px 0 100px; }
    .news .inner {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto 74.5%;
          grid-template-columns: auto 74.5%;
      -ms-grid-rows: 1fr 2fr;
          grid-template-rows: 1fr 2fr;
      row-gap: 50px; }
    .news h2 {
      font-weight: 500;
      position: relative;
      z-index: 1;
      font-size: 32px; }
      .news h2:before {
        content: attr(data-eng) "";
        font-family: "Merriweather", serif;
        font-weight: 700;
        font-style: italic;
        line-height: 1.0;
        color: #707070;
        opacity: 0.13;
        position: absolute;
        top: -0.5em;
        z-index: 1;
        font-size: 54px;
        left: -0.5em; }
      .news h2 span {
        color: #b7121f; }
    .news_list {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2 / 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3;
      margin-top: -24px; }
      .news_list li {
        border-bottom: 1px solid #dfdfdf; }
        .news_list li a {
          display: flex;
          align-items: center;
          text-decoration: none;
          color: #111111;
          line-height: 1.0;
          transition: all 0.4s cubic-bezier(0.25, 0.1, 0, 0.72);
          padding: 24px 0;
          gap: 30px; }
          .news_list li a:hover {
            color: #b7121f; }
          .news_list li a time {
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            flex-shrink: 0; }
          .news_list li a .cat {
            color: #b7121f;
            border: 1px solid #b7121f;
            border-radius: 50px;
            flex-shrink: 0;
            font-size: 12px;
            padding: 5px 20px; }
          .news_list li a .ttl {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
  .movie {
    background: #f9f9f9;
    padding: 126px 0 100px; }
    .movie h2 {
      text-align: center;
      font-weight: 500;
      position: relative;
      z-index: 1;
      font-size: 24px;
      margin-bottom: 30px; }
      .movie h2:before {
        content: attr(data-eng) "";
        font-family: "Merriweather", serif;
        font-size: 54px;
        font-weight: 700;
        font-style: italic;
        line-height: 1.0;
        color: #707070;
        opacity: 0.13;
        position: absolute;
        top: -0.5em;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1; }
      .movie h2 span {
        color: #b7121f; }
    .movie_list {
      display: flex;
      flex-wrap: wrap;
      gap: 20px; }
      .movie_list li {
        width: 320px; }
        .movie_list li.anim a {
          position: relative; }
          .movie_list li.anim a:after {
            content: "";
            width: 100%;
            height: 100%;
            background: #b7121f;
            position: absolute;
            top: 0;
            right: 0;
            transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 0.72); }
        .movie_list li.anim.is-show a:after {
          width: 0; }
      .movie_list a {
        display: block;
        overflow: hidden; }
        .movie_list a img {
          width: 100%;
          transition: all 0.4s cubic-bezier(0.25, 0.1, 0, 0.72); }
        .movie_list a:hover img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); } }

/*# sourceMappingURL=map/home.css.map */
