@charset "UTF-8";
body {
  overflow-x: auto !important;
}

#newlife {
  padding: 60px 0 100px;
  background: #F9EDF2;
  position: relative;
  color: #000000;
  font-family: "Work Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#newlife.--men {
    background: #e5ebf4;
}
#newlife h1,
#newlife h2,
#newlife h3,
#newlife h4,
#newlife h5 {
  font-family: "Work Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#newlife .libra {
  font-family: "Libre Bodoni", serif !important;
}
#newlife .fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s, -webkit-transform 1s;
}
#newlife .fade.--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#newlife img {
  width: 100%;
  height: auto;
}
#newlife a:hover {
  text-decoration: none;
  opacity: 0.8 !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#newlife .newlife {
  max-width: 1410px;
  padding-inline: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#newlife .newlife-side {
  width: 390px;
  height: 100%;
  padding-left: 70px;
  position: sticky;
  top: 30px;
  left: 0;
}
#newlife .newlife-side h1 {
  margin: 30px 0;
}
#newlife .newlife-side h1 img {
  width: 250px;
}
#newlife .newlife-side__nav {
  margin-top: 95px;
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
#newlife .newlife-side__nav a {
  display: block;
  width: calc((100% - 10px) / 2);
}
#newlife .newlife-side__nav span {
  display: none;
}
#newlife .newlife-side__btn {
  margin-top: 30px;
  display: block;
  width: 170px;
  height: 35px;
  background: #000000;
  color: #fff;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 500;
}
#newlife .newlife-main {
  width: calc(100% - 390px);
}
#newlife .newlife-mv img {
  width: 100%;
}
#newlife .newlife-inr {
  padding-inline: 15% 7%;
}
#newlife .newlife-lead {
  margin-top: 35px;
  line-height: 1.6;
}
#newlife .newlife-sec {
  margin-top: 100px;
}
#newlife .newlife-sec h2 {
  font-size: 28px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
#newlife .newlife-sec h2 small {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
#newlife .newlife-sec h3 {
  margin: 30px 0 20px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}
#newlife .newlife-sec p {
  font-size: 14px;
  line-height: 1.6;
}
#newlife .newlife-sec p.-attn {
  font-size: 10px;
  margin-top: 10px;
}
#newlife .newlife-sec a {
  margin-top: 40px;
  display: block;
  width: 130px;
  height: 35px;
  background: #000000;
  color: #fff;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 500;
}
#newlife .newlife-slide {
  max-width: 480px;
  margin: 0 auto;
}
#newlife .newlife-slide.--oneimg ul {
  padding-left: 0;
}
#newlife .newlife-slide li {
  list-style: none;
}
#newlife .newlife-slide li a {
  margin-top: 0;
  display: block;
  width: 100%;
  height: auto;
  background: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#newlife .newlife-slide .slick-slider {
  padding-left: 0;
}
#newlife .newlife-slide .slick-arrow {
  top: -15px;
}
#newlife .newlife-slide .slick-arrow::before {
  content: "";
}
#newlife .newlife-slide .slick-prev {
  left: auto;
  right: 40px;
}
#newlife .newlife-slide .slick-next {
  right: 0;
}
#newlife .newlife-nav {
  margin-top: 95px;
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
#newlife .newlife-nav a {
  display: block;
  width: calc((100% - 10px) / 2);
}
#newlife .newlife-nav span {
  display: none;
}

@media screen and (min-width: 768px) {
  #newlife .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #newlife {
    padding: 60px 0 0;
  }
  #newlife .newlife {
    max-width: 1410px;
    padding-inline: 30px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #newlife .newlife-side {
    width: 100%;
    padding-left: 0;
    position: relative;
    top: auto;
    left: auto;
  }
  #newlife .newlife-side h1 {
    margin: 0 0 30px;
  }
  #newlife .newlife-side h1 img {
    width: 250px;
  }
  #newlife .newlife-side__nav {
    display: none;
  }
  #newlife .newlife-side__btn {
    display: none;
  }
  #newlife .newlife-main {
    width: 100%;
    padding-bottom: 100px;
  }
  #newlife .newlife-mv {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  #newlife .newlife-mv img {
    width: 100%;
  }
  #newlife .newlife-inr {
    padding-inline: 0;
  }
  #newlife .newlife-lead {
    font-size: 14px;
    margin-top: 35px;
    line-height: 1.6;
  }
  #newlife .newlife-sec {
    margin-top: 100px;
  }
  #newlife .newlife-sec.--sub {
    margin-top: 60px;
  }
  #newlife .newlife-sec h2 {
    font-size: 21px;
    margin-bottom: 55px;
  }
  #newlife .newlife-sec h2 small {
    font-size: 10px;
  }
  #newlife .newlife-sec h3 {
    margin: 25px 0 15px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
  }
  #newlife .newlife-sec p {
    font-size: 12px;
    line-height: 1.6;
  }
  #newlife .newlife-sec a {
    margin-top: 25px;
    width: 100px;
    height: 35px;
  }
  #newlife .newlife-slide {
    max-width: 400px;
    margin: 0 auto;
  }
  #newlife .newlife-slide.--oneimg {
    max-width: 230px;
  }
  #newlife .newlife-slide li {
    list-style: none;
  }
  #newlife .newlife-slide li a {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  #newlife .newlife-slide .slick-slider {
    padding-left: 0;
  }
  #newlife .newlife-slide .slick-arrow {
    top: -20px;
  }
  #newlife .newlife-slide .slick-arrow::before {
    content: "";
  }
  #newlife .newlife-slide .slick-prev {
    left: auto;
    right: 40px;
  }
  #newlife .newlife-slide .slick-next {
    right: 0;
  }
  #newlife .newlife-nav {
    background: #fff;
    gap: 0;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #newlife .newlife-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 23.5%;
    height: 40px;
    border: 1px solid;
    border-radius: 40px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #newlife .newlife-nav a:nth-of-type(2), #newlife .newlife-nav a:nth-of-type(3), #newlife .newlife-nav a:nth-of-type(4) {
    margin-left: 2%;
  }
  #newlife .newlife-nav a.newlife-side__btn {
    margin-top: 10px;
    width: 51%;
    background: #000000;
    color: #fff;
  }
  #newlife .newlife-nav span {
    display: inline;
  }
  #newlife .newlife-nav img {
    display: none;
  }
}