@charset "UTF-8";
/*------------------------------------------------------------
LP5
------------------------------------------------------------*/

@media (min-width: 760px) {
  #lp05 #eyecatch {
    position: relative;
    background: url(../../../_img/img_eyecatch-05.png);
    width: 100vw;
    overflow: hidden;
    background-size: cover;
    padding-top: 55%;
}
  #lp05 #eyecatch::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(246, 244, 245)), to(rgb(255, 255, 255)));
    background: linear-gradient(0deg, rgb(246, 244, 245) 0%, rgb(255, 255, 255) 100%);
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

@media (max-width: 760px) {
  #lp05 #eyecatch {
    position: relative;
    background: url(../../../_img/img_eyecatch-05_sp.png);
    width: 100vw;
    overflow: hidden;
    background-size: cover;
    padding-top: 155%;
  }
}

.lifestyle_txt {
  margin-bottom: 16px;
}
.lifestyle_img {
  margin-bottom: 1.5rem;
}