* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
body {
  word-break: break-word;
  padding: 0;
  margin: 0;
}
.clear {
  clear: both;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
img {
  max-width: 100%;
  border: none;
  height: auto;
}
main {
  display: block;
}
.height100 {
  height: 100%;
}
.image-fit {
  display: block;
  overflow: hidden;
}
.image-fit img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.btn {
  line-height: 100%;
}
.list-inline {
  letter-spacing: -0.3em;
}
.list-inline .item-inline {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.inline-middle .item-inline {
  vertical-align: middle;
}
.relative-section {
  position: relative;
}
.section-bg {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.font900 {
  font-weight: 900;
}
.font800 {
  font-weight: 800;
}
.font700 {
  font-weight: 700;
}
.font600 {
  font-weight: 600;
}
.font500 {
  font-weight: 500;
}
.font400 {
  font-weight: 400;
}
.font300 {
  font-weight: 300;
}
.animated-delay2 {
  animation-delay: 0.3s;
}
.animated-delay3 {
  animation-delay: 0.6s;
}
.animated-delay4 {
  animation-delay: 0.9s;
}
.animated-delay5 {
  animation-delay: 1.2s;
}
.animated-delay6 {
  animation-delay: 1.5s;
}
.list-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex-end {
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.flex-three .item-flex {
  width: 33.33%;
}
.flex-two .item-flex {
  width: 50%;
}
.flex-middle {
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}
:focus {
  outline: none !important;
}
.toogle-menu {
  border: 0 none;
  display: none;
  height: 23px;
  width: 28px;
  z-index: 2;
  cursor: pointer;
  outline: 0;
  float: right;
  background: none;
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 0;
}
.toogle-menu span {
  top: 50%;
  transform: translateY(-50%);
}
.toogle-menu span,
.toogle-menu span:after,
.toogle-menu span:before {
  font-size: 0;
  height: 3px;
  width: 100%;
  background: #000;
  position: absolute;
  left: 0;
}
.toogle-menu span:after,
.toogle-menu span:before {
  content: '';
}
.toogle-menu span:after {
  transform: translateY(310%);
}
.toogle-menu span:before {
  transform: translateY(-310%);
}
.toogle-menu.exit span {
  background: transparent;
}
.toogle-menu.exit span:before {
  transform: translateY(0) rotate(45deg);
}
.toogle-menu.exit span:after {
  transform: translateY(0) rotate(-45deg);
}
.on-sp {
  display: none !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bgc-fff {
  background-color: #fff !important;
}
.translate-animation {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}
.animated {
  opacity: 0;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
}
.animated.fade-in-up {
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
}
.animated.fade-in-up.run-animated {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.animated.fade-in-right {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}
.animated.fade-in-right.run-animated {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.animated.fade-in-left {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
}
.animated.fade-in-left.run-animated {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.animated.zoom-in {
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  opacity: 0;
  transform: scale(0.7) translate(0);
  -webkit-transform: scale(0.7) translate(0);
}
.animated.zoom-in.run-animated {
  opacity: 1;
  transform: scale(1) translate(0);
  -webkit-transform: scale(1) translate(0);
}
.animated.animated-delay2 {
  transition: all 0.8s ease-in-out 0.4s;
  -webkit-transition: all 0.8s ease-in-out 0.4s;
}
.animated.animated-delay3 {
  transition: all 0.8s ease-in-out 0.8s;
  -webkit-transition: all 0.8s ease-in-out 0.8s;
}
body,
html {
  overflow-x: hidden;
}
.lp-content {
  max-width: 390px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.lp-content .lp-fv .fv-btn {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 57%;
}
.lp-content .lp-fv .slider-fv {
  position: absolute;
  top: 94px;
  left: 0;
  width: 100%;
}
.lp-content .lp-fv .slider-fv .btn-lp {
  display: block;
  padding: 10px 0 0 12px;
}
.lp-content .cta-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e68bac;
  padding: calc(min(5.128vw, 20px));
  padding-top: 0;
}
.lp-content .cta-box a {
  -ms-flex: 1;
  flex: 1;
}
.lp-content .cta-box a img {
  max-width: 100%;
}
.lp-content .slick-dots {
  bottom: -20px;
}
.lp-content .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
}
.lp-content .slick-dots li.slick-active {
  opacity: 1;
}
.lp-content .slick-dots li button {
  display: none;
}
.lp-content .slick-arrow {
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0.8;
}
.lp-content .slick-arrow.slick-prev {
  background-image: url(../images/slider-prev.svg);
  left: -20px;
  z-index: 1;
}
.lp-content .slick-arrow.slick-next {
  background-image: url(../images/slider-next.svg);
  right: -20px;
}
.lp-content .section-btn,
.lp-content .section-image {
  display: block;
}
.button-wrapper {
  position: relative;
}
b {
  position: absolute;
  bottom: 5vw;
  padding: 0 5%;
}
.lp-content .product-list .product-item .product-slider {
  position: absolute;
  top: 49%;
  left: 0;
  right: 0;
  max-width: 82%;
  margin: 0 auto;
}
.lp-content .product-list .product-item .product-slider .slick-dots {
  bottom: -10px;
}
.lp-content .product-list .product-item .product-slider .slick-dots li {
  background: #d7af66;
}
.lp-content .product-list .product-item .product-slider .slick-arrow {
  top: 14%;
}
.lp-content
  .product-list
  .product-item.product-item2
  .product-slider
  .slick-dots
  li {
  background: #d69cd9;
}
.lp-content
  .product-list
  .product-item.product-item2
  .product-slider
  .slick-arrow {
  top: 36%;
}
.lp-content
  .product-list
  .product-item.product-item3
  .product-slider
  .slick-dots
  li {
  background: #fa973a;
}
.lp-content
  .product-list
  .product-item.product-item3
  .product-slider
  .slick-arrow {
  top: 36%;
}
.lp-content
  .product-list
  .product-item.product-item4
  .product-slider
  .slick-dots
  li {
  background: #ee7c9d;
}
.lp-content
  .product-list
  .product-item.product-item4
  .product-slider
  .slick-arrow {
  top: 36%;
}
.lp-content .section-slider .deal-slider .slick-dots {
  bottom: -32px;
}
.lp-content .section-slider .deal-slider .slick-dots li {
  background: #fff;
}
.lp-content .section-slider .deal-slider .slick-arrow.slick-prev {
  left: -9px;
}
.lp-content .section-slider .deal-slider .slick-arrow.slick-next {
  right: -9px;
}
.lp-content #deal-lp .deal-slider {
  padding: 0 6% 50px;
}
.lp-content #deal-lp .deal-slider .slick-dots li {
  background: transparent;
  border: 1px solid #ee7c9d;
}
.lp-content #deal-lp .deal-slider .slick-dots li.slick-active {
  background: #ee7c9d;
}
.lp-content #stepSection .deal-slider {
  position: absolute;
  top: 9%;
  left: 0;
  right: 0;
}
.lp-content #stepSection .deal-slider .slick-dots {
  bottom: -12%;
}
.lp-content #stepSection .deal-slider .slick-arrow.slick-prev {
  left: 10px;
}
.lp-content #stepSection .deal-slider .slick-arrow.slick-next {
  right: 10px;
}
.lp-content .qa-section .qa-list {
  background: #fce9ed;
  padding: 0 4% 10%;
}
.lp-content .qa-section .qa-list .qa-item {
  margin-bottom: 5px;
}
.lp-content .qa-section .qa-list .qa-item .qa-toggle {
  background: #ef83a3;
  padding: 3% 15% 3% 20%;
  color: #fff;
  display: block;
  text-decoration: none;
  position: relative;
  height: 73px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.lp-content .qa-section .qa-list .qa-item .qa-toggle h3 {
  font-size: 19px;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
}
.lp-content .qa-section .qa-list .qa-item .qa-toggle .qtext {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 11%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.lp-content .qa-section .qa-list .qa-item .qa-toggle .arrowd {
  position: absolute;
  width: 6%;
  top: 50%;
  margin-top: -1%;
  right: 4%;
}
.lp-content .qa-section .qa-list .qa-item .qa-content {
  background: #fff;
  color: #000;
  padding: 5%;
  font-size: 16px;
  display: none;
}
.lp-content .qa-section .qa-list .qa-item .qa-content span {
  color: #ef83a3;
}
.lp-content .qa-section .qa-list .qa-item.active .arrowd {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.lp-content .lp-info {
  background: #fff;
  position: relative;
  padding: 26px 8%;
}
.lp-content .lp-info .info-logo {
  max-width: 87px;
  display: block;
  margin: 0 auto 26px;
}
.lp-content .lp-info .info-item h4 {
  margin: 0;
  background: #fdf2f6;
  text-align: center;
  font-size: 18px;
  padding: 7px 0;
  line-height: 1;
}
.debut-plan-wrapper {
  padding: 0 8%;
}
.debut-plan {
  text-align: center;
  margin: 0;
  line-height: 30px;
  font-size: 16px;
  color: #000;
}
.debut-plan span {
  text-align: left !important;
}
.lp-content .lp-info .info-item p {
  padding: 17px 35px;
  text-align: center;
  margin: 0;
  line-height: 30px;
  font-size: 16px;
  min-height: 60px;
  color: #000;
}
.lp-content .lp-info .info-item p a {
  color: #000;
  text-decoration: none;
}
.lp-content .lp-info .info-item p.text-left {
  text-align: left;
}
.lp-content .lp-info .inner-lp {
  position: relative;
  z-index: 1;
}
.lp-content .button-cta {
  padding: 22px 10px 25px;
}
.lp-content .zero-price {
  position: absolute;
  bottom: 34%;
  left: 48%;
  width: 75px;
}
.pulse {
  animation-name: a;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
@keyframes a {
  0% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  50% {
    transform: scaleX(1);
  }
  to {
    transform: scale3d(0.95, 0.95, 0.95);
  }
}
.button-fixed {
  position: fixed;
  bottom: -170px;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  z-index: 2;
}
.button-fixed .inner {
  max-width: 390px;
  margin: 0 auto;
  position: relative;
}
.button-fixed .button-list {
  display: -ms-flexbox;
  display: flex;
}
.button-fixed .button-list a {
  width: 100%;
}
.button-fixed .button-list a img {
  display: block;
}
.button-fixed .btn-trigger {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 95px;
}
.button-fixed.button-fixed.show {
  bottom: 0;
}
.couseling-btn {
  bottom: 10vw;
  position: absolute;
  padding: 0 5%;
}
.product-list {
  margin-bottom: -1px;
}

.product-item {
  margin-top: -2px;
}
@media screen and (min-width: 675px) {
  .couseling-btn {
    bottom: 35px;
  }
}
/*# sourceMappingURL=../../../main.css.map */
