@charset "UTF-8";

.gasengine-container-01 {
  position: relative;
  height: 450px;
}
.gasengine-slide-text-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.gasengine-slide-text {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
  text-align: right;
}
.gasengine-slide-text img {
  max-width: 100%;
}
/* .gasengine-slide-01 */
.gasengine-slide-01 {
  width: 100%;
  height: 100%;
  min-height: 220px;
  position: absolute;
  top: 0;
  left: 0;
}
.gasengine-slide-01__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  display: none;
}
.gasengine-slide-01__item.is-slide-01 {
  display: block;
  background-image: url(/in/engine/new-models/gas/img/slide_engine_01.jpg);
}
.gasengine-slide-01__item.is-slide-02 {
  background-image: url(/in/engine/new-models/gas/img/slide_engine_02.jpg);
}
.gasengine-slide-01__item.is-slide-03 {
  background-image: url(/in/engine/new-models/gas/img/slide_engine_03.jpg);
}

/* engine-lyt-01 */
.engine-lyt-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.engine-lyt-01.is-reverse {
  flex-direction: row-reverse;
}
.engine-lyt-01 > div {
  width: 50%;
  box-sizing: border-box;
}
.engine-lyt-01__body {
  padding: 1.5% 5%;
}



@media all and (max-width: 660px) {
  .gasengine-slide-01__item {
    background-size: contain;
  }
  .gasengine-slide-01__item.is-slide-01 {
    display: block;
    background-image: url(/in/engine/new-models/gas/img/slide_engine_01_sp.jpg);
  }
  .gasengine-slide-01__item.is-slide-02 {
    background-image: url(/in/engine/new-models/gas/img/slide_engine_02_sp.jpg);
  }
  .gasengine-slide-01__item.is-slide-03 {
    background-image: url(/in/engine/new-models/gas/img/slide_engine_03_sp.jpg);
  }

  .gasengine-container-01 {
    position: relative;
    height: 0;
    padding: 0 0 63% 0;
  }
  .gasengine-slide-01__item {
    background-size: contain;
  }
  .gasengine-slide-text {
    text-align: center;
    padding: 0 5%;
  }
  /* .engine-lyt-01 */
  .engine-lyt-01 > div {
    width: 100%;
    box-sizing: border-box;
  }
  .engine-lyt-01__img img {
    max-width: 100%;
  }
  .engine-lyt-01__body {
    padding: 4% 5%;
  }
}


@media all and (min-width: 661px) {
  /* engine-lyt-01 */
  .engine-lyt-01__img {
    position: relative;
    overflow: hidden;
    height: 35vw;
    max-height: 600px;
  }
  .engine-lyt-01__img img {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
    width: 100%;
  }
}