/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
}

video {
  border: 0;
  line-height: 0px;
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
}

/*----------------------------------------
	l-lp
----------------------------------------*/
.l-lp {
  box-sizing: border-box;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.l-lp img {
  width: 100%;
}
.l-lp__review .review-container,
.l-lp__review .review-container[data-action=slider] .singleReview.slick-slide > .singleReview_body {
  box-sizing: border-box;
}
.l-lp__review .review-container[data-action=slider] {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media only screen and (max-width: 750px) {
  .l-lp__review .review-container[data-action=slider] {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}
.l-lp__movie {
  position: relative;
}
.l-lp__movie picture {
  position: relative;
}
.l-lp__movie video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.l-lp__slider {
  padding: 0 25px 60px;
  position: relative;
  background-image: url("../img/lp02_slider_base.jpg");
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .l-lp__slider {
    padding: 0 3.3333333333vw 8vw;
  }
}
.l-lp__slider .slick-arrow {
  font-size: 0;
  padding: 0;
  border-width: 0;
  width: 80px;
  height: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .l-lp__slider .slick-arrow {
    width: 10.6666666667vw;
    height: 20vw;
  }
}
.l-lp__slider .slick-arrow.slick-prev {
  background-image: url("../img/lp02_slider_prev.png");
  left: -25px;
}
@media only screen and (max-width: 750px) {
  .l-lp__slider .slick-arrow.slick-prev {
    left: -3.3333333333vw;
  }
}
.l-lp__slider .slick-arrow.slick-next {
  background-image: url("../img/lp02_slider_next.png");
  right: -25px;
}
@media only screen and (max-width: 750px) {
  .l-lp__slider .slick-arrow.slick-next {
    right: -3.3333333333vw;
  }
}
.l-lp__cv {
  position: absolute;
  right: 59px;
  width: 363px;
  height: 371px;
  /* background-color: #ff0000;
  opacity: 0.7; */
}
@media only screen and (max-width: 750px) {
  .l-lp__cv {
    right: 7.8666666667vw;
    width: 48.4vw;
    height: 49.4666666667vw;
  }
}
.l-lp__cv--cv01 {
  top: 4481px;
}
#offer02 {

    position: absolute;
    top: 3825px;
}
@media only screen and (max-width: 750px) {
  .l-lp__cv--cv01 {
    top: 597.4666666667vw;
  }
#offer02 {

    position: absolute;
    top: 513.47vw;
}
}
.l-lp__cv--cv02 {
  bottom: 26577px;
}
@media only screen and (max-width: 750px) {
  .l-lp__cv--cv02 {
    bottom: 3543.6vw;
  }
}
.l-lp__cv--cv03 {
  bottom: 6164px;
}
@media only screen and (max-width: 750px) {
  .l-lp__cv--cv03 {
    bottom: 821.8666666667vw;
  }
}
.l-lp__banner {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  animation: fluffyY 1s infinite ease-out;
}
.l-lp__banner__inner {
  text-align: center;
  padding: 0px 0px 50px;
  max-width: 750px;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  .l-lp__banner__inner {
    padding: 0vw 2.6666666667vw 6.6666666667vw;
  }
}
.l-lp__cta {
  position: relative;
}
.l-lp__cta a {
  position: absolute;
  top: 1858px;
  right: 59px;
  width: 363px;
  height: 371px;
  /* background-color: #ff0000;
  opacity: 0.7; */
}
@media only screen and (max-width: 750px) {
  .l-lp__cta a {
    top: 247.7333333333vw;
    right: 7.8666666667vw;
    width: 48.4vw;
    height: 49.4666666667vw;
  }
}

@keyframes fluffyY {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
.kakunin {
  margin: 0 0 2rem 0;
  text-align: left;
}
.kakunin p {
  color: red;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.kakunin ul {
  border: solid 1px #ddd;
  padding: 1rem 2rem 0 2rem;
  height: 150px;
  overflow: scroll;
}
.kakunin ul li {
  margin-bottom: 1rem;
  line-height: 1.5rem;
  list-style-type: disc;
  margin-left: 1rem;
  font-size: 1rem;
}

/*----------------------------------------
	loading
----------------------------------------*/
.c-loader {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.c-loader__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.c-loader__inner__item {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-loader__inner__item__loading {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
}
.c-loader__inner__item__loading__circle {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: calc(60px / 10) solid transparent;
}
.c-loader__inner__item__loading__circle--circle1 {
  border-top-color: #0d9344;
  animation: c-loader-animation 1s infinite;
}
.c-loader__inner__item__loading__circle--circle2 {
  border-bottom-color: #0d9344;
  animation: c-loader-animation 1s infinite alternate;
}

@keyframes c-loader-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
