/* CSS Document */

.g-poster_inner {
  background-image:  url("/-/media/Project/Daikin/daikin_co_jp/air/life/laboratory/winter-sleep/images/hero_bg png") ,  url("/-/media/Project/Daikin/daikin_co_jp/air/life/laboratory/winter-sleep/images/hero_bg_2 png");
 background-repeat: no-repeat , repeat;
  background-size: contain , auto 100% ;
 background-position: center 0 , 0 0 ;
}

@media screen and (max-width: 768px) {
  .g-grid-2 > .g-grid_el.touch-width {
    width: 100%;
  }
  .g-grid-2 > .g-grid_el.touch-width img {
    display: block;
    margin: auto;
    text-align: center;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .g-media_left img.sp-width-50 {
    display: block;
    margin: auto;
    text-align: center;
    width: 50%;
  }
}
