@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (min-width: 768px) {
  .lpWrapper .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lpWrapper .is-pc {
    display: none;
  }
  .lpWrapper .is-sp {
    display: block;
  }
}

.lpCelford.CE240717AW1st {
  overflow-x: clip;
}

@font-face {
  font-family: "MADE Canvas";
  src: url("../Fonts/MADE-Canvas-Regular-PERSONAL-USE.otf") format("opentype");
}
.fade {
  opacity: 0;
  transition: opacity 1s ease;
}

.fade_in {
  opacity: 1;
}

.f_canvas {
  font-family: "MADE Canvas";
}

.f_crimson {
  font-family: "Crimson Text", serif;
}

.lpWrapper {
  font-feature-settings: "palt";
  /* img */
  /* sp */
  /* sp */
  /* pc */
}
.lpWrapper .firstviewArea {
  text-align: center;
}
.lpWrapper .firstviewArea .img {
  width: 99rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lpWrapper .firstviewArea .img {
    width: 100%;
  }
}
.lpWrapper .firstviewArea .sectionTtl {
  margin: 5.8rem auto 0;
  width: 24rem;
  width: 19.5rem;
}
@media (max-width: 767px) {
  .lpWrapper .firstviewArea .sectionTtl {
    margin: calc(85 * 0.1333333333vw) auto 0;
    width: calc(370 * 0.1333333333vw);
  }
}
.lpWrapper .firstviewArea .lead {
  font-size: 1.2rem;
  line-height: 2.4;
  letter-spacing: 0.05em;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .lpWrapper .firstviewArea .lead {
    font-size: calc(24 * 0.1333333333vw);
    line-height: 2.2;
    margin-top: calc(50 * 0.1333333333vw);
  }
}
.lpWrapper .lyWrapper {
  /*overflow: hidden;*/
}
.lpWrapper .lyInner {
  width: 140rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lpWrapper .lyInner {
    width: 100%;
  }
}
.lpWrapper .slick-dots li.slick-active {
  position: relative;
}
.lpWrapper .slick-dots li.slick-active button {
  content: "";
  width: 0;
  background-color: #000;
  animation-duration: 3.8s;
  animation-name: slide_bg;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
@keyframes slide_bg {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.lpWrapper .slick-dots li {
  width: 9.3333333333vw;
  height: 0.5333333333vw;
  margin: 0 1.3333333333vw;
  box-sizing: border-box;
  background-color: #B2B2B2;
  text-align: left;
}
@media only screen and (min-width: 768px), print {
  .lpWrapper .slick-dots li {
    width: 3.5rem;
    height: 2px;
    margin: 0;
  }
}
.lpWrapper .slick-dots li button {
  height: 100%;
  width: 100%;
  padding: 0;
}
.lpWrapper .slick-dots li button:before {
  content: "";
  height: 100%;
  width: 100%;
}
.lpWrapper .slick-dots li.slick-active button:before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.lpWrapper .slick-dots {
  position: initial;
  margin-top: 4vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex !important;
  gap: 0 1rem;
  justify-content: center;
}
.lpWrapper .__sliderLeft .slick-dots {
  margin-left: 0;
  justify-content: left;
}

.lpWrapper .slick-arrow {
  display: none !important;
}

@media (max-width: 767px) {
  .lpWrapper .__sliderLeft .slick-dots {
    gap: calc(20* 0.1333333333vw);
  }
  .lpWrapper .slick-dots {
    gap: calc(20* 0.1333333333vw);
  }
  .lpWrapper .slick-dots li {
    margin: 0;
    width: calc(70* 0.1333333333vw);
    height: calc(4* 0.1333333333vw);
  }
}

@media only screen and (min-width: 768px), print {
  .lpWrapper .slick-dots {
    margin-top: 1.5rem;
  }
}
.lpWrapper .products {
  position: relative;
}
.lpWrapper .products .section {
  overflow: hidden;
}
.lpWrapper .products .flx {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .lpWrapper .products .flx {
    flex-direction: column;
  }
}
.lpWrapper .products .flx._fdrr {
  flex-direction: row-reverse;
}
.lpWrapper .products .blk {
  position: relative;
}
.lpWrapper .products .blk._01 {
  width: 43rem;
  margin: 7.1rem auto 0;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._01 {
    width: calc(690 * 0.1333333333vw);
    margin: calc(104 * 0.1333333333vw) auto 0;
  }
}
.lpWrapper .products .blk._02 {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._02 {
    margin-top: 0;
  }
}
.lpWrapper .products .blk._02 ._01 {
  width: 34rem;
  margin-top: 10rem;
  margin-left: 29rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._02 ._01 {
    width: calc(540 * 0.1333333333vw);
    margin-top: calc(60 * 0.1333333333vw);
    margin-left: calc(180 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._02 ._02 {
  width: 36rem;
  margin-left: 12rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._02 ._02 {
    width: calc(600 * 0.1333333333vw);
    margin-top: calc(60 * 0.1333333333vw);
    margin-left: calc(30 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._03 {
  width: 75rem;
  margin-top: 18rem;
  margin-left: 37rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._03 {
    width: 100%;
    margin-top: calc(180 * 0.1333333333vw);
    margin-left: 0;
  }
}
.lpWrapper .products .blk._04 {
  margin-top: 5rem;
  margin-bottom: 18.1rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._04 {
    margin-top: calc(60 * 0.1333333333vw);
    margin-bottom: calc(181 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._04 ._01 {
  width: 50rem;
  margin-left: 27rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._04 ._01 {
    width: calc(620 * 0.1333333333vw);
    margin: 0 auto;
  }
}
.lpWrapper .products .blk._04 ._01::before {
  content: "";
  width: 80.5rem;
  height: 80.5rem;
  background: url(../img/4_bg.png) no-repeat center center/contain;
  display: inline-block;
  position: absolute;
  top: -40rem;
  left: -33.2rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._04 ._01::before {
    width: calc(765 * 0.1333333333vw);
    height: calc(765 * 0.1333333333vw);
    top: calc(-405 * 0.1333333333vw);
    right: calc(-254 * 0.1333333333vw);
    left: auto;
  }
}
.lpWrapper .products .blk._04 ._02 {
  width: 31rem;
  margin-top: 41rem;
  margin-left: 5rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._04 ._02 {
    width: calc(520 * 0.1333333333vw);
    margin-top: calc(60 * 0.1333333333vw);
    margin-left: calc(165 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._04 ._02::before {
  content: "";
  width: 60.4rem;
  height: 60.4rem;
  background: url(../img/6_bg.png) no-repeat center center/contain;
  display: inline-block;
  position: absolute;
  top: -25.2rem;
  right: -35rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._04 ._02::before {
    width: calc(765 * 0.1333333333vw);
    height: calc(765 * 0.1333333333vw);
    top: calc(-446 * 0.1333333333vw);
    right: auto;
    left: calc(-348 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._04 ._02::after {
  content: "";
  width: 44.1rem;
  height: 44.1rem;
  background: url(../img/6_bottom_bg.png) no-repeat center center/contain;
  display: inline-block;
  position: absolute;
  bottom: -26.2rem;
  left: -22.1rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._04 ._02::after {
    width: calc(640 * 0.1333333333vw);
    height: calc(640 * 0.1333333333vw);
    top: auto;
    bottom: calc(-380 * 0.1333333333vw);
    right: calc(-221 * 0.1333333333vw);
    left: auto;
  }
}
.lpWrapper .products .blk._05 {
  justify-content: center;
  gap: 0 3rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._05 {
    flex-direction: column-reverse;
  }
}
.lpWrapper .products .blk._05 ._01 {
  width: 38rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._05 ._01 {
    width: calc(620 * 0.1333333333vw);
    margin-top: calc(60 * 0.1333333333vw);
    margin-left: auto;
    margin-right: 0;
  }
}
.lpWrapper .products .blk._05 ._02 {
  width: 38rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._05 ._02 {
    width: calc(620 * 0.1333333333vw);
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._05 + .credit {
    margin-left: calc(118 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._06 {
  width: 75rem;
  margin-top: 20rem;
  margin-left: 50.5rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._06 {
    width: 100%;
    margin-top: calc(180 * 0.1333333333vw);
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._06 .credit li:nth-of-type(3) {
    margin-top: calc(30 * 0.1333333333vw);
    margin-left: 0;
    margin-right: 0;
  }
}
.lpWrapper .products .blk._07 {
  width: 36rem;
  margin-top: 14.1rem;
  margin-left: 14rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._07 {
    width: calc(480 * 0.1333333333vw);
    margin-top: calc(180 * 0.1333333333vw);
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._07 .credit {
    margin-left: calc(60 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._08 {
  width: 73.5rem;
  margin-top: 14.1rem;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._08 {
    margin-top: calc(180 * 0.1333333333vw);
    width: calc(560 * 0.1333333333vw);
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._08 .slick-dots {
    margin-left: calc(30 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._09 {
  align-items: flex-end;
  margin-top: 5rem;
  margin-left: 50rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._09 {
    margin-top: calc(60 * 0.1333333333vw);
    margin-left: auto;
    margin-right: 0;
    align-items: flex-start;
  }
}
.lpWrapper .products .blk._09 .img._01 {
  width: 40rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._09 .img._01 {
    width: calc(560 * 0.1333333333vw);
    margin-left: auto;
    margin-right: 0;
  }
}
.lpWrapper .products .blk._09 .img._01::after {
  content: "";
  width: 66.5rem;
  height: 60rem;
  background: url(../img/12_bg.jpg) no-repeat center center/contain;
  display: inline-block;
  position: absolute;
  top: 16rem;
  right: 23.5rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._09 .img._01::after {
    width: calc(530 * 0.1333333333vw);
    height: calc(660 * 0.1333333333vw);
    top: calc(380 * 0.1333333333vw);
    left: calc(-190 * 0.1333333333vw);
    right: auto;
    background: url(../img/12_bg_sp.jpg) no-repeat center center/cover;
  }
}
.lpWrapper .products .blk._09 .credit {
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._09 .credit {
    margin-left: calc(190 * 0.1333333333vw);
    margin-top: calc(0* 0.1333333333vw);
    margin-bottom: calc(30* 0.1333333333vw);
    width: 100%;
  }
  .lpWrapper .products .blk._09 .credit li {
    margin-right: 1.5rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .lpWrapper .products .blk._09 .credit li {
    margin-right: calc(25 * 0.1333333333vw);
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._09 .credit li:nth-of-type(n+3) {
    margin-top: 1.7rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .lpWrapper .products .blk._09 .credit li:nth-of-type(n+3) {
    margin-top: calc(28 * 0.1333333333vw);
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._09 .credit li:not(:first-of-type) {
    margin-right: 3.3333333325vw;
  }
}
.lpWrapper .products .blk._10 {
  margin-top: 32rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._10 {
    margin-top: calc(210 * 0.1333333333vw);
    flex-direction: column-reverse;
  }
}
.lpWrapper .products .blk._10::after {
  content: "";
  width: 100vw;
  height: 165rem;
  background: rgba(196, 200, 205, 0.3);
  display: inline-block;
  position: absolute;
  top: 45.1rem;
  left: calc(50% - 50vw);
  z-index: -1;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._10::after {
    top: calc(200 * 0.1333333333vw);
    height: calc(4853 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._10 ._01 {
  width: 40rem;
  margin-left: 28rem;
  margin-top: 28.5rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._10 ._01 {
    width: calc(690 * 0.1333333333vw);
    margin-left: 0;
    margin-top: calc(60 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._10 ._02 {
  width: 38rem;
  margin-left: 6rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._10 ._02 {
    width: calc(630 * 0.1333333333vw);
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._10 .slick-dots {
    justify-content: flex-end;
  }
}
.lpWrapper .products .blk._10 .slick-dots li:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._10 .credit {
    width: 100%;
    padding-right: calc(58 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._11 {
  margin-top: 18rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._11 {
    margin-top: calc(183 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._11 ._01 {
  width: 44rem;
  margin-left: 13.2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._11 ._01 {
    width: 100%;
    margin-left: 0;
    margin-top: calc(0 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._11 ._02 {
  width: 42rem;
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._11 ._02 {
    width: calc(630 * 0.1333333333vw);
    margin: calc(60 * 0.1333333333vw) auto 0;
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._11 .credit {
    width: 100%;
  }
  .lpWrapper .products .blk._11 .credit li {
    margin-right: calc(15 * 0.1333333333vw);
    margin-left: calc(15 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._12 {
  width: 42rem;
  margin-top: 14.2rem;
  margin-left: 84.8rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._12 {
    margin-left: auto;
    margin-right: 0;
    margin-top: calc(180 * 0.1333333333vw);
    width: calc(630 * 0.1333333333vw);
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._12 .credit {
    margin-right: calc(60 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._13 {
  margin-top: 15.7rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._13 {
    margin-top: calc(181 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._13 ._01 {
  width: 55rem;
  margin-left: 20.5rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._13 ._01 {
    width: 100%;
    margin-left: 0;
  }
}
.lpWrapper .products .blk._13 ._02 {
  width: 36rem;
  margin-left: 8rem;
  margin-top: 48.6rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._13 ._02 {
    width: calc(540 * 0.1333333333vw);
    margin-left: auto;
    margin-top: calc(60 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._14 {
  width: 60rem;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._14 {
    width: 100%;
    margin-top: calc(60 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._15 {
  align-items: flex-end;
  margin-top: 41.2rem;
  padding-left: 32rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._15 {
    margin-top: calc(183 * 0.1333333333vw);
    padding-left: 0;
    align-items: flex-start;
  }
}
.lpWrapper .products .blk._15::after {
  content: "";
  width: 100vw;
  height: 45rem;
  background: url(../img/21_bg.jpg) no-repeat center center/cover;
  display: inline-block;
  position: absolute;
  top: -9.8rem;
  left: calc(50% - 50vw);
  z-index: -1;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._15::after {
    background: url(../img/21_bg_sp.jpg) no-repeat center center/cover;
    width: 100vw;
    height: calc(990 * 0.1333333333vw);
    top: calc(529 * 0.1333333333vw);
    left: 0;
  }
}
.lpWrapper .products .blk._15 .img._01 {
  width: 43rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._15 .img._01 {
    width: calc(700 * 0.1333333333vw);
    margin-left: auto;
    margin-right: 0;
    margin-right: 0;
  }
}
.lpWrapper .products .blk._15 .img._02 {
  width: 28rem;
  position: absolute;
  right: 32rem;
  top: -25rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._15 .img._02 {
    position: static;
    width: calc(540 * 0.1333333333vw);
    margin-top: calc(60 * 0.1333333333vw);
    margin-left: calc(50 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._15 .credit {
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._15 .credit {
    margin-left: calc(50 * 0.1333333333vw);
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._15 .credit li {
    margin-right: calc(25 * 0.1333333333vw);
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._15 .credit li:nth-of-type(n+4) {
    margin-top: calc(28 * 0.1333333333vw);
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._15 .credit li:not(:first-of-type) {
    margin-right: 4.5333333322vw;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._15 .credit li:nth-of-type(n+3) {
    margin-top: calc(28 * 0.1333333333vw);
    margin-right: calc(25 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._16 {
  width: 46rem;
  margin-top: 16rem;
  margin-left: 74.2rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._16 {
    width: calc(650 * 0.1333333333vw);
    margin-top: calc(183 * 0.1333333333vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.lpWrapper .products .blk._17 {
  width: 28rem;
  margin-top: -33rem;
  margin-left: 16.1rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._17 {
    width: calc(650 * 0.1333333333vw);
    margin-top: calc(60 * 0.1333333333vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.lpWrapper .products .blk._17 .img + .img {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._17 .img + .img {
    margin-top: calc(60 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._17 .img._01::after {
  content: "";
  width: 22rem;
  height: 45rem;
  background: url(../img/24_bg.jpg) no-repeat center center/cover;
  display: inline-block;
  position: absolute;
  top: -14rem;
  left: -16rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._17 .img._01::after {
    background: url(../img/24_bg.jpg) no-repeat center center/cover;
    width: calc(450 * 0.1333333333vw);
    height: calc(838 * 0.1333333333vw);
    top: calc(-335 * 0.1333333333vw);
    left: auto;
    right: calc(-50 * 0.1333333333vw);
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._17 .img._02 {
    width: calc(560 * 0.1333333333vw);
    margin-left: calc(90 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._18 {
  margin-top: -19rem;
  margin-left: 59.2rem;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._18 {
    margin-top: calc(60 * 0.1333333333vw);
    margin-left: auto;
    margin-right: 0;
  }
}
.lpWrapper .products .blk._18 .img {
  width: 48rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._18 .img {
    width: calc(700 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._18 .img._01::after {
  content: "";
  width: 50rem;
  height: 45rem;
  background: url(../img/26_bg.jpg) no-repeat center center/cover;
  display: inline-block;
  position: absolute;
  top: -6rem;
  right: -33rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._18 .img._01::after {
    width: calc(406 * 0.1333333333vw);
    height: calc(836 * 0.1333333333vw);
    top: calc(-318 * 0.1333333333vw);
    right: auto;
    left: calc(-50 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._18 .credit {
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._18 .credit {
    margin-left: 0;
    margin-right: calc(50 * 0.1333333333vw);
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._18 .credit li:not(:first-of-type) {
    margin-top: 0;
    margin-right: calc(25 * 0.1333333333vw);
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._18 .credit li {
    margin-right: calc(25 * 0.1333333333vw);
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._18 .credit li:nth-of-type(n+4) {
    margin-top: calc(28 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._18 .credit li:nth-of-type(3), .lpWrapper .products .blk._18 .credit li:last-of-type {
  margin-right: 0;
}
.lpWrapper .products .blk._19 {
  margin: 18rem auto 0;
  position: relative;
  position: sticky;
  top: -55rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._19 {
    margin-top: calc(180 * 0.1333333333vw);
    /*top: calc(-800 * 0.1333333333vw);*/
    top: calc(-950 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._19::after {
  content: "";
  width: 100vw;
  height: 63rem;
  background: url(../img/27_bg.jpg) no-repeat center center/cover;
  display: inline-block;
  position: absolute;
  top: 38.3rem;
  left: calc(50% - 50vw);
  z-index: -1;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._19::after {
    background: url(../img/27_bg_sp.jpg) no-repeat center center/cover;
    height: calc(1160 * 0.1333333333vw);
    top: calc(1125 * 0.1333333333vw);
    left: 0;
  }
}
.lpWrapper .products .blk._19 .img._01 {
  width: 51rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._19 .img._01 {
    width: calc(750 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._19 .img._02 {
  width: 40rem;
  margin: 3rem auto 0;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._19 .img._02 {
    width: calc(600 * 0.1333333333vw);
    margin-top: calc(60 * 0.1333333333vw);
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._19 .credit {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.lpWrapper .products .blk._19_stickyElem {
  width: 36rem;
  margin: 20rem auto 0;
  top: -10rem;
  background: #fff;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._19_stickyElem {
    width: calc(540 * 0.1333333333vw);
    margin-top: calc(200 * 0.1333333333vw);
    top: calc(-180 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._20 {
  margin: 16.1rem auto 0;
  width: 28rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._20 {
    margin-top: calc(240 * 0.1333333333vw);
    width: calc(380 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._21 {
  margin-top: 14rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._21 {
    margin-top: calc(182 * 0.1333333333vw);
    flex-direction: column-reverse;
  }
}
.lpWrapper .products .blk._21 ._01 {
  width: 42rem;
  margin-left: 19rem;
  margin-top: 34.5rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._21 ._01 {
    width: calc(660 * 0.1333333333vw);
    margin-left: 0;
    margin-right: auto;
    margin-top: calc(60 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._21 ._02 {
  width: 40rem;
  margin-left: 20rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._21 ._02 {
    width: calc(630 * 0.1333333333vw);
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._21 .credit {
    width: 100%;
    padding-right: calc(86 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._22 {
  margin-top: 18rem;
  margin-bottom: 14.2rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._22 {
    margin-top: calc(180 * 0.1333333333vw);
    margin-bottom: calc(180 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._22 ._01 {
  width: 30rem;
  margin-left: 20.8rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._22 ._01 {
    width: calc(480 * 0.1333333333vw);
    margin-left: calc(180 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._22 ._01::after {
  content: "";
  width: 48rem;
  height: 48rem;
  background: url(../img/33_left_bg.png) no-repeat center center/cover;
  display: inline-block;
  position: absolute;
  bottom: -75.6rem;
  left: -33.2rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._22 ._01::after {
    width: calc(705 * 0.1333333333vw);
    height: calc(705 * 0.1333333333vw);
    background: url(../img/33_left_bg.png) no-repeat center center/cover;
    display: inline-block;
    position: absolute;
    bottom: auto;
    top: calc(-150 * 0.1333333333vw);
    left: calc(-283 * 0.1333333333vw);
    z-index: -1;
  }
}
.lpWrapper .products .blk._22 ._02 {
  width: 60rem;
  margin-top: 13.6rem;
  margin-left: 6rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._22 ._02 {
    width: 100%;
    margin-top: calc(60 * 0.1333333333vw);
    margin-left: 0;
    margin-right: 0;
  }
}
.lpWrapper .products .blk._22 ._02::after {
  content: "";
  width: 77rem;
  height: 77rem;
  background: url(../img/33_left_bg.png) no-repeat center center/cover;
  display: inline-block;
  position: absolute;
  top: -45rem;
  right: -32.6rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._22 ._02::after {
    width: calc(633 * 0.1333333333vw);
    height: calc(633 * 0.1333333333vw);
    top: auto;
    right: auto;
    left: calc(-137 * 0.1333333333vw);
    bottom: calc(-351 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._22 ._02::before {
  content: "";
  width: 64rem;
  height: 64rem;
  background: url(../img/34_top_bg.png) no-repeat center center/cover;
  display: inline-block;
  position: absolute;
  top: -0.9rem;
  left: -32.4rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._22 ._02::before {
    width: calc(705 * 0.1333333333vw);
    height: calc(705 * 0.1333333333vw);
    top: calc(-266 * 0.1333333333vw);
    left: auto;
    right: calc(-127 * 0.1333333333vw);
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._22 .credit {
    width: 100%;
    padding-right: calc(86 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._23 ._01 {
  width: 46rem;
  margin-left: 18.4rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._23 ._01 {
    width: calc(680 * 0.1333333333vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.lpWrapper .products .blk._23 ._02 {
  width: 33rem;
  margin-top: 48.2rem;
  margin-left: 6rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._23 ._02 {
    margin-top: calc(60 * 0.1333333333vw);
    margin-left: auto;
    margin-right: auto;
    width: calc(450 * 0.1333333333vw);
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._23 .slick-dots {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._23 .credit {
    width: 100%;
  }
  .lpWrapper .products .blk._23 .credit .__mr0 {
    margin-right: calc(15 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._24 {
  padding-top: 21rem;
  align-items: flex-end;
  margin-left: 23.7rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._24 {
    padding-top: calc(240 * 0.1333333333vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.lpWrapper .products .blk._24 .img {
  width: 40rem;
}
.lpWrapper .products .blk._24 .img._01 {
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._24 .img._01 {
    order: 1;
    width: calc(670 * 0.1333333333vw);
    margin-left: auto;
    margin-right: 0;
  }
}
.lpWrapper .products .blk._24 .img._02 {
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._24 .img._02 {
    order: 2;
    width: calc(700 * 0.1333333333vw);
    margin-top: calc(60 * 0.1333333333vw);
    margin-left: 0;
    margin-right: auto;
  }
}
.lpWrapper .products .blk._24 .credit {
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._24 .credit {
    order: 3;
    width: 100%;
    padding-left: calc(46 * 0.1333333333vw);
  }
  .lpWrapper .products .blk._24 .credit li {
    margin-right: calc(34 * 0.1333333333vw);
  }
  .lpWrapper .products .blk._24 .credit li:nth-of-type(1), .lpWrapper .products .blk._24 .credit li:nth-of-type(2) {
    margin-top: calc(0 * 0.1333333333vw);
  }
  .lpWrapper .products .blk._24 .credit li:nth-of-type(n+3) {
    margin-top: calc(28 * 0.1333333333vw);
  }
}
.lpWrapper .products .blk._25 {
  margin-top: 15rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._25 {
    margin-top: calc(180 * 0.1333333333vw);
    flex-direction: column-reverse;
  }
}
.lpWrapper .products .blk._25 ._01 {
  width: 34rem;
  margin-left: 30rem;
  margin-top: 33.5rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._25 ._01 {
    width: calc(470 * 0.1333333333vw);
    margin-top: calc(60 * 0.1333333333vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.lpWrapper .products .blk._25 ._02 {
  width: 43rem;
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .blk._25 ._02 {
    width: calc(660 * 0.1333333333vw);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}
.lpWrapper .products .img {
  position: relative;
}
.lpWrapper .products .section._24 {
  position: relative;
  padding-bottom: 15.4rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .section._24 {
    padding-bottom: calc(176 * 0.1333333333vw);
  }
}
.lpWrapper .products .section._24::before {
  content: "";
  width: 100vw;
  height: 129.5rem;
  background: rgba(196, 200, 205, 0.3);
  display: inline-block;
  position: absolute;
  top: 16rem;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .lpWrapper .products .section._24::before {
    width: 100vw;
    top: calc(180 * 0.1333333333vw);
    height: calc(3904 * 0.1333333333vw);
  }
}
.lpWrapper .products .section._19 {
  padding-bottom: 20rem;
}
.lpWrapper .products .credit {
  margin-top: 2.6rem;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .credit {
    margin-top: calc(60 * 0.1333333333vw);
    white-space: nowrap;
  }
}
.lpWrapper .products .credit._right {
  text-align: right;
}
.lpWrapper .products .credit._column3 li {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .credit._column3 li {
    margin-right: calc(25 * 0.1333333333vw);
  }
}
.lpWrapper .products .credit._column3 li:nth-of-type(n+4) {
  margin-top: 1.7rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .credit._column3 li:nth-of-type(n+4) {
    margin-top: calc(28 * 0.1333333333vw);
  }
}
.lpWrapper .products .credit._column3 .__mr0 {
  margin-right: 0;
}
.lpWrapper .products .credit._center {
  text-align: center;
}
.lpWrapper .products .credit._center li {
  margin: 0 0.75rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .credit._center li {
    margin: 0 calc(15 * 0.1333333333vw);
  }
}
.lpWrapper .products .credit._column1 li:not(:first-of-type) {
  margin-top: 1.7rem;
}
@media (max-width: 767px) {
  .lpWrapper .products .credit._column1 li:not(:first-of-type) {
    margin-right: calc(34 * 0.1333333333vw);
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .credit._spRight {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .credit._spLeft {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .credit._spCenter {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .lpWrapper .products .credit._spCenter li {
    margin: 0 calc(15 * 0.1333333333vw);
  }
}
.lpWrapper .products .credit li {
  font-size: 1.3rem;
  font-family: "Crimson Text", serif;
  display: inline-block;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .lpWrapper .products .credit li {
    font-size: calc(24 * 0.1333333333vw);
    white-space: nowrap;
  }
}
.lpWrapper .products .credit li a {
  position: relative;
}
.lpWrapper .products .credit li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #b2b2b2;
  bottom: -0.2rem;
  left: 0;
}
@media (max-width: 767px) {
  .lpWrapper .products .credit li a::before {
    bottom: calc(-4 * 0.1333333333vw);
  }
}
.lpWrapper .products .bottom .staff {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
  font-family: "Crimson Text", serif;
}
@media (max-width: 767px) {
  .lpWrapper .products .bottom .staff {
    font-size: calc(24 * 0.1333333333vw);
    line-height: 1.6666666667;
  }
}
.lpWrapper .products .bottom .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60rem;
  height: 6.2rem;
  background: url(../img/bottom_bg.svg) no-repeat center center/cover;
  font-size: 1.1rem;
  line-height: 1.5454545455;
  letter-spacing: 0.025em;
  color: #fff;
  margin: 3.5rem auto 0;
  font-family: "Crimson Text", serif;
}
@media (max-width: 767px) {
  .lpWrapper .products .bottom .btn {
    background: url(../img/bottom_bg_sp.svg) no-repeat center center/cover;
    width: calc(660 * 0.1333333333vw);
    height: calc(124 * 0.1333333333vw);
    margin: calc(53 * 0.1333333333vw) auto 0;
    font-size: calc(22 * 0.1333333333vw);
  }
}
.lpWrapper .sticky__wrap span {
  z-index: 100;
}
@media only screen and (max-width: 767px), print {
  .lpWrapper .sticky__wrap span {
    display: block;
    width: 29.3333333333vw;
    right: 1.3333333333vw;
    bottom: 4vw;
  }
}
@media only screen and (min-width: 768px), print {
  .lpWrapper .sticky__wrap span {
    display: block;
    width: 13rem;
    right: 7.5rem;
  }
}
@media only screen and (max-width: 767px), print {
  .lpWrapper .sticky__wrap {
    position: absolute;
    bottom: 1.3333333333vw;
    right: 1.3333333333vw;
    z-index: 100;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px), print {
  .lpWrapper .sticky__wrap {
    position: absolute;
    bottom: 3rem;
    right: 7.5rem;
  }
}
.lpWrapper .sticky__wrap.fade.fade_in {
  /* position: fixed; */
  z-index: 10;
}/*# sourceMappingURL=style.css.map */