@charset "UTF-8";
/* ----------------- 共通スタイル　Common ----------------- */
.lp-liquid_crystal_essence {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #333;
  letter-spacing: 0em;
}

.common-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .common-inner {
    width: auto;
  }
}

.common-pd {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .common-pd {
    padding: 17.0666666667vw 4.2666666667vw;
  }
}

.heading {
  font-size: 32px;
  font-weight: 500;
  color: #150b61;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 6.4vw;
    line-height: 1.6666666667;
    font-weight: 600;
  }
}
.heading--product-intro {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .heading--product-intro {
    margin-top: 0;
    color: #150b61;
  }
}
.heading--ingredient {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .heading--ingredient {
    margin-top: 2.1333333333vw;
  }
}

.subheading {
  font-size: 24px;
  color: #150b61;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .subheading {
    font-size: 4.8vw;
  }
}
.subheading--product-intro {
  color: #fff;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .subheading--product-intro {
    color: #150b61;
    margin-top: 2.1333333333vw;
    font-weight: 600;
    font-size: 5.3333333333vw;
  }
}
.subheading--usage {
  color: #333;
  font-size: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .subheading--usage {
    font-size: 4.2666666667vw;
    line-height: 2;
    margin-top: 4.2666666667vw;
  }
}

.heading-desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .heading-desc {
    font-size: 4.2666666667vw;
    line-height: 2;
    margin-top: 2.1333333333vw;
  }
}

.bd-line::before {
  content: "";
  width: 1000px;
  height: 1px;
  background-color: #ddd;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bd-line::before {
    width: 91.4666666667vw;
    height: 0.2666666667vw;
  }
}

sup {
  vertical-align: super;
  font-size: 60%;
}

.note {
  font-size: 10px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .note {
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}

.text-small {
  font-size: 80%;
}

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

.for-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .for-sp {
    display: none;
  }
}

/* ----------------- 個別スタイル　Individual ----------------- */
.hero {
  background: url(../img/lp/liquid-crystal_essence/hero_pc.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .hero {
    background: url(../img/lp/liquid-crystal_essence/hero_sp.jpg) no-repeat center top/100% auto;
  }
}
.hero .common-inner {
  height: calc(100vh - 150px);
}
@media screen and (min-width: 769px) {
  .hero .common-inner {
    min-height: 750px;
  }
}
@media screen and (max-width: 768px) {
  .hero .common-inner {
    height: calc(100vh - 14.6vw);
    min-height: 165.3333333333vw;
  }
}
.hero__logo {
  position: absolute;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .hero__logo {
    width: 520px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .hero__logo {
    width: 71.4666666667vw;
    top: 26.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero__logo img {
  width: 310px;
  margin: 0 auto;
}

.product-intro {
  background: url(../img/lp/liquid-crystal_essence/intro_pc.jpg) no-repeat center top/cover;
  color: #fff;
  display: flex;
}
@media screen and (min-width: 769px) {
  .product-intro {
    min-height: 750px;
  }
}
@media screen and (max-width: 768px) {
  .product-intro {
    background: url(../img/lp/liquid-crystal_essence/intro_sp.jpg) no-repeat center top/100% auto;
  }
}
@media screen and (min-width: 769px) {
  .product-intro .common-inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .product-intro .common-pd {
    padding: 0;
  }
}
.product-intro__content {
  width: 520px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-intro__content {
    width: auto;
  }
}
.product-intro__subheading {
  margin-top: 16px;
}
.product-intro__text {
  font-size: 16px;
  line-height: 2;
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-intro__text {
    font-size: 4.2666666667vw;
    line-height: 2;
    margin-top: 132vw;
    text-shadow: 0 4px 3px rgba(0, 0, 0, 0.8);
  }
}
.product-intro__series {
  font-size: 14px;
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-intro__series {
    font-size: 3.7333333333vw;
    margin-top: 8.5333333333vw;
  }
}
.product-intro__productname {
  font-size: 16px;
  line-height: 2;
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-intro__productname {
    font-size: 4.2666666667vw;
    line-height: 2;
    margin-top: 2.1333333333vw;
  }
}
.product-intro__sup {
  font-size: 12px;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .product-intro__sup {
    font-size: 3.2vw;
    margin-top: 4.2666666667vw;
  }
}
.product-intro .btn {
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  .product-intro .btn {
    margin-top: 6.4vw;
  }
}
.product-intro .btn a {
  font-size: 14px;
  color: #fff;
  padding: 10px 40px;
  border-color: #fff;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .product-intro .btn a {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 10.6666666667vw;
  }
}
.product-intro .btn a:hover {
  background-color: #150b61;
}
.product-intro .note {
  width: 400px;
  margin: 56px auto 0;
}
@media screen and (max-width: 768px) {
  .product-intro .note {
    width: auto;
    margin-top: 12.8vw;
  }
}

.pain-point {
  background: linear-gradient(180deg, rgba(229, 248, 255, 0.6) 0%, rgba(155, 228, 255, 0.6) 100%);
}
.pain-point__row {
  display: flex;
  gap: 30px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .pain-point__row {
    flex-wrap: wrap;
    gap: 2.1333333333vw 4.2666666667vw;
    margin-top: 8.5333333333vw;
  }
}
.pain-point__row--center {
  justify-content: center;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .pain-point__row--center {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .pain-point__row--center .pain-point__item {
    flex: 0 0 220px;
  }
}
.pain-point__item {
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .pain-point__item {
    flex: 1 1 calc(50% - 4.2666666667vw);
  }
}
.pain-point__circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #84C2FE 2.11%, #A3DAFF 20.41%, #E3FFFF 73.18%);
}
@media screen and (max-width: 768px) {
  .pain-point__circle {
    width: 43.4666666667vw;
    height: 43.4666666667vw;
  }
}
.pain-point__circle::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid #e3ffff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .pain-point__circle::before {
    top: 1.0666666667vw;
    left: 1.0666666667vw;
    right: 1.0666666667vw;
    bottom: 1.0666666667vw;
    border-width: 0.2666666667vw;
  }
}
.pain-point__text {
  text-align: center;
  font-size: 18px;
  line-height: 1.7777777778;
  color: #150b61;
}
@media screen and (max-width: 768px) {
  .pain-point__text {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}

.ingredient__details {
  display: flex;
  gap: 30px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .ingredient__details {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .ingredient__item {
    flex: 1;
  }
}
.ingredient__label {
  font-size: 16px;
  color: #150b61;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ingredient__label {
    font-size: 4.2666666667vw;
  }
}
.ingredient__name {
  font-size: 24px;
  color: #150b61;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .ingredient__name {
    font-size: 5.3333333333vw;
    margin-top: 2.1333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.ingredient__image {
  position: relative;
}
.ingredient__image .note {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ingredient__desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .ingredient__desc {
    font-size: 3.7333333333vw;
    line-height: 2;
    margin-top: 2.1333333333vw;
  }
}
.ingredient__extras {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ingredient__extras {
    font-size: 3.7333333333vw;
    line-height: 2;
    margin-top: 2.1333333333vw;
  }
}
.ingredient .note {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .ingredient .note {
    margin-top: 10.6666666667vw;
  }
}
.ingredient--additional .ingredient__name {
  margin-top: 0;
}
.ingredient--additional .ingredient__image {
  width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ingredient--additional .ingredient__image {
    width: 53.3333333333vw;
  }
}
.ingredient--additional .ingredient__desc {
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .ingredient--additional .ingredient__desc {
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 768px) {
  .ingredient--additional .ingredient__desc {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}

.ingredient-intro {
  width: 820px;
  margin: 48px auto 0;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .ingredient-intro {
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 6.4vw;
    gap: 8.5333333333vw;
  }
}
.ingredient-intro__image {
  position: relative;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .ingredient-intro__image {
    width: 64vw;
  }
}
.ingredient-intro__image .note {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .ingredient-intro__body {
    flex: 1;
  }
}
.ingredient-intro__title {
  font-size: 24px;
  color: #150b61;
}
@media screen and (max-width: 768px) {
  .ingredient-intro__title {
    font-size: 5.3333333333vw;
    text-align: center;
  }
}
.ingredient-intro__text {
  font-size: 16px;
  line-height: 2;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .ingredient-intro__text {
    font-size: 3.7333333333vw;
    line-height: 2;
    margin-top: 4.2666666667vw;
  }
}

.ingredient-check {
  background-color: #f6f8f9;
  padding: 32px 40px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .ingredient-check {
    padding: 8.5333333333vw 4.2666666667vw;
    margin-top: 12.8vw;
  }
}
.ingredient-check__title {
  text-align: center;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #150b61;
}
@media screen and (max-width: 768px) {
  .ingredient-check__title {
    font-size: 5.3333333333vw;
  }
}
.ingredient-check__title::before, .ingredient-check__title::after {
  content: "";
  width: 72px;
  height: 1px;
  background-color: #150b61;
}
@media screen and (max-width: 768px) {
  .ingredient-check__title::before, .ingredient-check__title::after {
    width: 19.2vw;
    height: 0.2666666667vw;
  }
}
.ingredient-check__content {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .ingredient-check__content {
    flex-direction: column-reverse;
    gap: 4.2666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.ingredient-check__image {
  width: 495px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ingredient-check__image {
    width: auto;
  }
}
.ingredient-check__image .note {
  position: absolute;
  right: 16px;
  bottom: 8px;
}
@media screen and (max-width: 768px) {
  .ingredient-check__image .note {
    right: 2.6666666667vw;
    bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .ingredient-check__body {
    flex: 1;
  }
}
.ingredient-check__heading {
  font-size: 24px;
  line-height: 1.3333333333;
  color: #150b61;
}
@media screen and (max-width: 768px) {
  .ingredient-check__heading {
    text-align: center;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
}
.ingredient-check__desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .ingredient-check__desc {
    font-size: 3.7333333333vw;
    line-height: 2;
    margin-top: 4.2666666667vw;
  }
}

.clean-formula {
  margin-top: 64px;
}

.usage__image {
  width: 400px;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .usage__image {
    width: 74.6666666667vw;
    margin-top: 6.4vw;
  }
}
.usage .common-pd {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .usage .common-pd {
    padding-bottom: 32vw;
  }
}

.philosophy {
  margin-top: 64px;
  padding: 24px 0;
  background: url(../img/lp/liquid-crystal_essence/img_slide_bg.jpg) no-repeat center left/auto 495px;
}
@media screen and (min-width: 769px) {
  .philosophy {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .philosophy {
    padding-top: 65.3333333333vw;
    background-position: center top;
    background-size: 91.4666666667vw 65.3333333333vw;
  }
}

.philosophy-slider {
  width: 595px;
  min-height: 450px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: -10px 10px 10px rgba(112, 112, 112, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .philosophy-slider {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-slider {
    width: 85.3333333333vw;
    min-height: 106.6666666667vw;
    margin: 0 auto;
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    box-shadow: -1.3333333333vw 1.3333333333vw 2.6666666667vw rgba(112, 112, 112, 0.3);
  }
}
.philosophy-slider__content {
  width: 424px;
}
@media screen and (max-width: 768px) {
  .philosophy-slider__content {
    width: 69.3333333333vw;
  }
}
.philosophy-slider__content.slick-slider {
  margin-bottom: 0;
}
.philosophy-slider__title {
  font-size: 32px;
  color: #150b61;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .philosophy-slider__title {
    font-size: 6.4vw;
    letter-spacing: -0.5333333333vw;
  }
}
.philosophy-slider__subtitle {
  font-size: 16px;
  line-height: 2;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .philosophy-slider__subtitle {
    font-size: 3.7333333333vw;
    line-height: 2.2857142857;
    margin-top: 4.2666666667vw;
  }
}
.philosophy-slider__desc {
  font-size: 14px;
  line-height: 2.2857142857;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .philosophy-slider__desc {
    font-size: 3.2vw;
    line-height: 2;
    margin-top: 6.4vw;
  }
}
.philosophy-slider__image {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .philosophy-slider__image {
    width: 48vw;
    margin: 6.4vw auto 0;
  }
}
.philosophy-slider__image .for-pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .philosophy-slider__image .for-pc {
    display: none !important;
  }
}
.philosophy-slider__image .for-sp {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .philosophy-slider__image .for-sp {
    display: none !important;
  }
}
.philosophy-slider .slick-slider .slick-track,
.philosophy-slider .slick-slider .slick-list {
  display: flex;
}
@media screen and (min-width: 769px) {
  .philosophy-slider .slick-slider .slick-track,
  .philosophy-slider .slick-slider .slick-list {
    align-items: center;
  }
}
.philosophy-slider .slick-prev,
.philosophy-slider .slick-next {
  width: 23px;
  height: 45px;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .philosophy-slider .slick-prev,
  .philosophy-slider .slick-next {
    width: 4vw;
    height: 8vw;
  }
}
.philosophy-slider .slick-prev::before,
.philosophy-slider .slick-next::before {
  content: "";
  display: none;
}
.philosophy-slider .slick-prev {
  background: url(../img/lp/liquid-crystal_essence/slide_prev.svg) no-repeat center left/auto 100%;
  left: -48px;
}
@media screen and (max-width: 768px) {
  .philosophy-slider .slick-prev {
    left: -4.2666666667vw;
  }
}
.philosophy-slider .slick-next {
  background: url(../img/lp/liquid-crystal_essence/slide_next.svg) no-repeat center right/auto 100%;
  right: -48px;
}
@media screen and (max-width: 768px) {
  .philosophy-slider .slick-next {
    right: -4.2666666667vw;
  }
}
.philosophy-slider .slick-dots {
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  .philosophy-slider .slick-dots {
    bottom: -6.4vw;
  }
}
.philosophy-slider .slick-dots li button:before {
  font-size: 12px;
  color: #150b61;
}
@media screen and (max-width: 768px) {
  .philosophy-slider .slick-dots li button:before {
    font-size: 3.2vw;
  }
}
.philosophy-slider .note {
  font-family: "Noto Serif JP", serif;
  margin-top: 8px;
}
.philosophy-slider .note__item {
  text-align: center;
}/*# sourceMappingURL=liquid-crystal_essence.css.map */