@media screen and (max-width: 768px) {
  .p-page-title__topic-path {
    display: none;
  }
}
.p-lifestyle-about__page-title {
  background: url(../img/bg-p-title.jpg) no-repeat center 0/100% 100%;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__page-title {
    background: url(../img/bg-p-title_sp.jpg) no-repeat center 0/100% 100%;
    margin-top: -90px;
    padding-top: 90px;
  }
}
.p-lifestyle-about__page-title .p-wrap {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 57px 0 110px;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__page-title .p-wrap {
    display: block;
    padding: 20px 20px 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__page-title .p-wrap__img {
    width: 80%;
    margin: 0 25px 0 auto;
    text-align: right;
  }
}
.p-lifestyle-about__page-title .p-wrap__inner {
  max-width: 736px;
  padding: 0 35px;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__page-title .p-wrap__inner {
    margin-top: -38%;
    padding: 0;
  }
}
.p-lifestyle-about__page-title__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-lifestyle-about__page-title__ttl__txt {
  font-size: 3.8rem;
  line-height: 2;
  font-weight: normal;
  display: block;
}
.p-lifestyle-about__page-title__ttl__txt span {
  color: #00B900;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__page-title__ttl__txt {
    font-size: 2.8rem;
    margin-left: -0.5em;
  }
}
.p-lifestyle-about__page-title__ttl__img {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__page-title__ttl__img {
    width: 31.6%;
  }
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__page-title__ttl {
    display: block;
    padding: 0;
  }
}
.p-lifestyle-about__topic-path__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.p-lifestyle-about__description__text {
  margin: 15px auto 0;
  padding: 0 0 0 30px;
  font-size: 2.8rem;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__description__text {
    font-size: 1.8rem;
    margin-top: 5px;
    text-align: left;
    padding: 0;
    letter-spacing: -0.2px;
  }
}
.p-lifestyle-about__description__supplement {
  padding-top: 0;
  color: #4b4b4b;
}
.p-lifestyle-about__lead {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-lifestyle-about__lead__ttl {
  font-size: 3.4rem;
  line-height: 2;
  margin-bottom: 30px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__lead__ttl {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.p-lifestyle-about__lead__txt {
  font-size: 1.6rem;
  line-height: 2;
  color: #4B4B4B;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__lead__txt {
    font-size: 1.4rem;
  }
}
.p-lifestyle-about__lead__txt__note {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__lead__txt__note {
    font-size: 1rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.p-lifestyle-about__btn {
  margin: 50px auto 0;
  max-width: 800px;
}
.p-lifestyle-about__btn a img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__btn {
    margin: 70px auto 0;
    padding: 0 10px;
  }
}
.p-lifestyle-about__contents {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__contents {
    margin-top: 60px;
  }
}
.p-lifestyle-about__contents__ttl {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 25px 0 0;
  font-size: 3.2rem;
  line-height: 2;
  font-weight: lighter;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__contents__ttl {
    text-align: center;
    padding: 20px 20px 0;
    font-size: 2.8rem;
    margin: 0 auto 50px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.p-lifestyle-about__contents__ttl::before {
  content: "";
  position: absolute;
  width: 67px;
  height: 5px;
  background-color: #cb3575;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__contents__ttl::before {
    left: 50%;
    margin-left: -33.5px;
  }
}
.p-lifestyle-about__contents__inner {
  margin: 0 auto;
  max-width: 1024px;
  padding: 100px 12px 150px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .p-lifestyle-about__contents__inner {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__contents__inner {
    padding: 83% 35px 0;
    max-width: 100%;
    width: 100%;
  }
}
.p-lifestyle-about__contents__inner__text-wrap {
  color: #4b4b4b;
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__contents__inner__text-wrap {
    max-width: 100%;
    padding-top: 0;
  }
}
.p-lifestyle-about__contents__inner__ttl {
  margin-bottom: 20px;
  position: relative;
  font-size: 2.9rem;
  font-weight: bolder;
  color: #cb3575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-lifestyle-about__contents__inner__ttl span {
  margin-left: 15px;
  letter-spacing: -0.2px;
}
.p-lifestyle-about__contents__inner__ttl::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 8px solid #cb3575;
  border-radius: 50%;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__contents__inner__ttl {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .p-lifestyle-about__contents__inner__ttl span {
    margin-left: 10px;
  }
  .p-lifestyle-about__contents__inner__ttl::before {
    width: 25px;
    height: 25px;
    border: 8px solid #cb3575;
  }
}
.p-lifestyle-about__contents__inner__txt {
  font-size: 1.6rem;
  font-weight: lighter;
  line-height: 2;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__contents__inner__txt {
    padding: 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__contents__know {
    padding: 88.53% 20px 0;
  }
}
.p-lifestyle-about__contents__know::before {
  content: "";
  display: block;
  background-image: url(../img/about02.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 38.5%;
  width: 62.5%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__contents__know::before {
    background-position: 0 0;
    top: 0;
    right: 2px;
    left: inherit;
    height: 100%;
    width: 95%;
  }
}
.p-lifestyle-about__contents__experience {
  max-width: 1160px;
  margin-top: 85px;
  padding: 130px 12px 120px;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__contents__experience {
    margin-top: 45px;
    padding: 78.66% 20px 0;
  }
}
.p-lifestyle-about__contents__experience::before {
  content: "";
  display: block;
  background-image: url(../img/about03.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 35%;
  width: 68%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__contents__experience::before {
    background-position: 0 0;
    top: 0;
    right: inherit;
    left: 5%;
    height: 90%;
    width: 90%;
  }
}
.p-lifestyle-about__contents__experience .p-lifestyle-about__contents__inner__text-wrap {
  margin: 0 0 auto auto;
}
.p-lifestyle-about__contents__faq {
  margin-top: 70px;
  padding: 70px 12px 120px;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__contents__faq {
    margin-top: 80px;
    padding: 76.5% 25px 0;
  }
}
.p-lifestyle-about__contents__faq::before {
  content: "";
  display: block;
  background-image: url(../img/about04.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 38.4%;
  width: 66.6%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__contents__faq::before {
    background-position: 0 0;
    top: 0;
    right: 0;
    left: 2.4%;
    height: 70%;
    width: 95.2%;
  }
}
.p-lifestyle-about__contents__smartphone {
  max-width: 1000px;
  margin: 110px auto 0;
  background: #fff;
  border: 1px dashed #C55889;
  border-radius: 20px;
  padding: 60px 16px 95px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__contents__smartphone {
    margin: 40px 15px 0;
    text-align: left;
    padding: 40px 10px 30px;
  }
}
.p-lifestyle-about__contents__smartphone__ttl {
  font-size: 3.6rem;
  line-height: 2;
  font-weight: lighter;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__contents__smartphone__ttl {
    font-size: 2.4rem;
    padding: 0 10px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.p-lifestyle-about__contents__smartphone__txt {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__contents__smartphone__txt {
    margin-top: 15px;
    font-size: 1.4rem;
    padding: 0 10px;
  }
}
.p-lifestyle-about__contents__smartphone .p-lifestyle-about__btn {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-lifestyle-about__contents__smartphone .p-lifestyle-about__btn {
    margin-top: 15px;
    padding: 0;
  }
}

.u-text-highlight {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #faf7b2)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 40%, #faf7b2 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #faf7b2 0%) repeat scroll 0 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.u-text-center {
  text-align: center;
}

.u-pc-only {
  display: block;
}

.u-tb-sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }

  .u-tb-sp-only {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */