body {
  font-family: YuGothic, "Yu Gothic", "DIN Alternate", sans-serif;
}

.serif {
  font-family: YuMincho, "Yu Mincho", serif;
}

.content_title {
  font-size: 60px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: normal;
}

.content_title::after {
  display: none;
}

@media (max-width: 767px) {
  .content_title {
    font-size: 30px;
  }
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .wrapper {
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  .container {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.page-contentspages .pane-main {
    width: 100%;
  }
}

.pane-main {
  margin-top: 0;
}

.pane-main img {
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .pane-main img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .pane-main .product_banner_item_img {
    width: 74%;
  }
}

.keyvisual {
  margin: 0;
  position: relative;
  width: 100%;
  background: url(/img/page/kamiga/keyvisual.png) no-repeat;
  background-size: 100%;
  height: 856px;
}

@media (max-width: 767px) {
  .keyvisual {
    background: url(/img/page/kamiga/keyvisual_sp.png) no-repeat;
    background-size: 100%;
    height: 115vw;
  }
}

.keyvisual h1 {
  line-height: 73px;
  margin-left: 220px;
  padding-top: 52px;
}

@media (max-width: 767px) {
  .keyvisual h1 {
    line-height: 26px;
    margin: 0 0 0 12vw;
    padding-top: 5vw;
  }
}

.keyvisual span {
  position: absolute;
  color: #fff;
  white-space: nowrap;
  font-size: 60px;
  font-weight: normal;
  letter-spacing: 10px;
}

@media (max-width: 767px) {
  .keyvisual span {
    font-size: 6vw;
    letter-spacing: 5px;
  }
}

.keyvisual span::before {
  content: attr(data-inverted);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  color: #000;
}

@media (max-width: 767px) {
  .keyvisual span::before {
    width: 48%;
  }
}

.keyvisual_reflection_wrap {
  position: relative;
  overflow: hidden;
  height: 145px;
}

@media (max-width: 767px) {
  .keyvisual_reflection_wrap {
    height: 51px;
    width: 82vw;
  }
}

.keyvisual_reflection_inner {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
          animation: reflection 3s ease-in-out infinite;
}

.product_banner {
  padding-top: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#c8151c), color-stop(50%, #c8151c), color-stop(50%, #000), to(#000));
  background: linear-gradient(90deg, #c8151c 0%, #c8151c 50%, #000 50%, #000 100%);
}

@media (max-width: 767px) {
  .product_banner {
    padding-top: 25px;
  }
}

.product_banner_text_move {
  font-size: 55px;
  color: #fff;
  letter-spacing: 16px;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .product_banner_text_move {
    font-size: 24px;
    letter-spacing: 9px;
    white-space: nowrap;
    margin-bottom: 20px;
  }
}

.product_banner_text_move span {
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  display: inline-block;
}

.product_banner_text_move span:nth-child(2) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}

.product_banner_text_move span:nth-child(3) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

.product_banner_text_move span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}

.product_banner_text_move span:nth-child(5) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.product_banner_text_move span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.product_banner_text_move span:nth-child(7) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

.product_banner_text_move span:nth-child(8) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}

.product_banner_text_move span:nth-child(9) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

.product_banner .js-scroll_animation_show span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.product_banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media (max-width: 767px) {
  .product_banner_list {
    width: 100%;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.product_banner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.product_banner_list li p {
  font-size: 40px;
  color: #ffff;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .product_banner_list li p {
    font-size: 16px;
  }
}

.product_banner_list li .js-scroll_animation_show {
  -webkit-animation: fadeIn 0.7s 0.8s forwards;
          animation: fadeIn 0.7s 0.8s forwards;
}

.product_banner_item_img {
  opacity: 0;
}

.product_banner_new {
  position: absolute;
  right: -34px;
  top: 129px;
  width: 110px;
}

@media (max-width: 767px) {
  .product_banner_new {
    top: 54px;
    width: 58px;
    right: 22px;
  }
}

.product_banner_new::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: #af8619;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: ripples 2s infinite;
          animation: ripples 2s infinite;
}

.debut {
  text-align: center;
  color: #fff;
  padding: 470px 0 150px;
  background: url(/img/page/kamiga/kamiga_debut.png) no-repeat #090808;
  background-size: 94%;
  background-position: right bottom;
  position: relative;
}

@media (max-width: 767px) {
  .debut {
    padding: 200px 0 100px;
    background: url(/img/page/kamiga/kamiga_debut_sp.png) no-repeat #090808 right 28px;
    background-size: 90%;
  }
}

.debut .keyvisual_reflection_wrap {
  position: absolute;
  top: 243px;
  width: 55%;
  left: 71px;
}

@media (max-width: 767px) {
  .debut .keyvisual_reflection_wrap {
    top: 27px;
    width: 84%;
    left: 10vw;
    height: 84px;
  }
}

.debut_wrap {
  -webkit-clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 88%);
          clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 88%);
  background-color: rgba(200, 21, 28, 0.75);
  padding: 90px 0;
  -webkit-transform: translateY(110px);
          transform: translateY(110px);
}

@media (max-width: 767px) {
  .debut_wrap {
    -webkit-transform: translateY(66px);
            transform: translateY(66px);
    padding: 0;
  }
}

.debut_title {
  font-size: 42px;
  line-height: 70px;
}

@media (max-width: 767px) {
  .debut_title {
    font-size: 21px;
    line-height: 36px;
    padding-top: 70px;
  }
}

.debut_intro {
  font-size: 24px;
  line-height: 52px;
}

@media (max-width: 767px) {
  .debut_intro {
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 70px;
  }
}

.pay {
  background: -webkit-gradient(linear, left top, right top, from(#c8151c), color-stop(50%, #c8151c), color-stop(50%, #000), to(#000));
  background: linear-gradient(90deg, #c8151c 0%, #c8151c 50%, #000 50%, #000 100%);
  padding: 61px 0;
}

@media (max-width: 767px) {
  .pay {
    padding: 30px 0 100px;
  }
}

.pay_logo_wrap {
  width: 550px;
  margin: 0 auto 81px;
}

@media (max-width: 767px) {
  .pay_logo_wrap {
    width: 80%;
    margin: 0 auto 30px;
  }
}

.pay_logo {
  width: 100%;
}

.pay_keyvisual {
  width: 90%;
  margin: 0 auto 100px;
}

@media (max-width: 767px) {
  .pay_keyvisual {
    margin-bottom: 0;
  }
}

.pay_keyvisual_small_bottom {
  width: 90%;
  margin: 0 auto 35px;
}

@media (max-width: 767px) {
  .pay_keyvisual_small_bottom {
    margin-bottom: 0;
  }
}

.pay_info {
  background-color: #fff;
  width: 90%;
  margin: 0 auto 26px;
  position: relative;
}

@media (max-width: 767px) {
  .pay_info {
    width: 90%;
    margin: 0 auto 40px;
  }
}

.pay_info .p-module-text {
  padding: 20px;
}

@media (max-width: 767px) {
  .pay_info .p-module-text {
    font-size: 11px;
    line-height: 1.8;
  }
}

.pay_info_monthly {
  position: absolute;
  left: 17%;
  top: -55px;
  z-index: 1;
}

@media (max-width: 767px) {
  .pay_info_monthly {
    left: 12%;
    top: -13px;
  }
}

.pay_info_monthly::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: #af8619;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: ripples_monthly 2s infinite;
          animation: ripples_monthly 2s infinite;
}

@media (max-width: 767px) {
  .pay_info_monthly img {
    width: 18vw;
  }
}

.pay_info_contens_wrap {
  position: relative;
  z-index: 0;
}

.pay_info_reflection_wrap {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 74px;
}

@media (max-width: 767px) {
  .pay_info_reflection_wrap {
    height: 15vw;
  }
}

.pay_info_reflection_inner {
  height: 100%;
  width: 60px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-animation: reflection 3s ease-in-out infinite;
          animation: reflection 3s ease-in-out infinite;
}

@media (max-width: 767px) {
  .pay_info_reflection_inner {
    -webkit-animation: reflection 3.5s ease-in-out infinite;
            animation: reflection 3.5s ease-in-out infinite;
  }
}

.pay_cv_wrap {
  width: 90%;
  margin: auto;
  background-color: #fff;
  padding: 30px;
}

@media (max-width: 767px) {
  .pay_cv_wrap {
    padding: 30px 15px;
  }
}

.pay_cv_wrap_price {
  text-align: center;
}

.pay_cv_wrap_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.pay_cv_wrap_inner li {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pay_cv_wrap_inner li a {
  display: block;
}

@media (max-width: 767px) {
  .pay_cv_wrap_inner li:nth-child(1) {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .pay_cv_wrap_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .pay_cv_wrap_inner li {
    width: 100%;
  }
  .pay_cv_wrap_inner li img {
    width: 100%;
  }
}

.pay_cv_name {
  margin-bottom: 20px;
}

.pay_cv_separate {
  position: relative;
  -webkit-animation: move 1.5s ease-in-out infinite;
          animation: move 1.5s ease-in-out infinite;
}

.pay_cv_separate::after {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  top: 46%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  right: 63px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 767px) {
  .pay_cv_separate::after {
    right: 33px;
    width: 11px;
    height: 11px;
  }
}

@media (max-width: 767px) {
  .pay_cv_separate {
    margin-bottom: 20px;
  }
}

.pay_cv_notice {
  font-size: 1.4rem;
  margin: 10px 10px 20px;
}

.pay_recommend_wrap {
  width: 90%;
  margin: 100px auto 0;
  background-color: #fff;
  padding: 1px 80px 50px;
}

.pay_recommend_wrap .p-module-heading--s {
  margin-top: 1.11111em;
  height: 50px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .pay_recommend_wrap .p-module-heading--s {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .pay_recommend_wrap {
    padding: 30px 15px;
  }
}

.movie {
  padding: 100px;
  background-color: #0e0e0e;
}

@media (max-width: 767px) {
  .movie {
    padding: 40px 20px;
  }
}

.movie iframe {
  height: 619px;
}

@media (max-width: 767px) {
  .movie iframe {
    height: 197px;
  }
}

.feature {
  padding-top: 95px;
  background: url("/img/page/kamiga/feature_bkg.png") no-repeat #313131 right top;
  background-size: 500px;
}

@media (max-width: 767px) {
  .feature {
    padding-top: 30px;
    background: url(/img/page/kamiga/feature_bkg_sp.png) no-repeat #313131 right 100px;
    background-size: 90%;
  }
}

.feature_nav {
  padding-bottom: 180px;
}

@media (max-width: 767px) {
  .feature_nav {
    padding-bottom: 140px;
  }
}

.feature_nav_list {
  width: 90%;
  margin: 84px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .feature_nav_list {
    width: 90%;
    margin: 30px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.feature_nav_list_item {
  width: calc((100% / 3) - 10px);
}

.feature_nav_list_item:nth-child(n + 4) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .feature_nav_list_item {
    width: 100%;
  }
  .feature_nav_list_item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.feature_item li {
  position: relative;
}

.feature_item li:nth-child(1) {
  z-index: 6;
}

.feature_item li:nth-child(2) {
  z-index: 5;
  top: -40px;
}

@media (max-width: 767px) {
  .feature_item li:nth-child(2) {
    top: -24px;
  }
}

.feature_item li:nth-child(3) {
  z-index: 4;
  top: -80px;
}

@media (max-width: 767px) {
  .feature_item li:nth-child(3) {
    top: -48px;
  }
}

.feature_item li:nth-child(4) {
  z-index: 3;
  top: -120px;
}

@media (max-width: 767px) {
  .feature_item li:nth-child(4) {
    top: -74px;
  }
}

.feature_item li:nth-child(5) {
  z-index: 2;
  top: -160px;
}

@media (max-width: 767px) {
  .feature_item li:nth-child(5) {
    top: -88px;
  }
}

.feature_item li:nth-child(6) {
  z-index: 1;
  top: -200px;
}

@media (max-width: 767px) {
  .feature_item li:nth-child(6) {
    top: -102px;
  }
}

.notice {
  background-color: #fff;
  width: 90%;
  margin: 100px auto;
}

@media (max-width: 767px) {
  .notice {
    width: 90%;
    margin: 50px auto;
  }
}

.mode {
  padding: 117px 0 90px;
  background-color: #000;
}

@media (max-width: 767px) {
  .mode {
    padding: 61px 0 100px;
  }
}

.mode_intro {
  width: 90%;
  margin: 85px 0 147px auto;
}

@media (max-width: 767px) {
  .mode_intro {
    width: 90%;
    margin: 50px 0 62px auto;
  }
}

.mode_wrap {
  width: 85%;
  margin: auto;
  background-color: #fff;
  padding: 100px 40px;
}

@media (max-width: 767px) {
  .mode_wrap {
    width: 90%;
    margin: auto;
    padding: 50px 10px;
  }
}

.mode_wrap_inner {
  margin-top: 71px;
}

@media (max-width: 767px) {
  .mode_wrap_inner {
    margin-top: 21px;
  }
}

.reviews {
  padding: 117px 0 90px;
  background: url("/img/page/kamiga/reviews_bkg.png") no-repeat #313131 right bottom;
  background-size: contain;
}

@media (max-width: 767px) {
  .reviews {
    background: url("/img/page/kamiga/reviews_bkg_sp.png") no-repeat #313131 right 100px;
    padding: 61px 0 100px;
    background-size: 70%;
  }
}

.reviews_text_wrap {
  width: 100%;
  margin-top: 100px;
  padding: 90px 0;
  -webkit-transform: skewY(-3deg);
          transform: skewY(-3deg);
  background-color: rgba(200, 21, 28, 0.75);
}

@media (max-width: 767px) {
  .reviews_text_wrap {
    margin-top: 47px;
    padding: 40px 0;
  }
}

.reviews_text_wrap > * {
  -webkit-transform: skewY(3deg);
          transform: skewY(3deg);
}

.reviews_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews_text span {
  display: block;
  width: 900px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .reviews_text span {
    width: 100%;
  }
  .reviews_text span img {
    width: 80%;
    margin: auto;
  }
}

.reviews .js-scroll_animation_show span:nth-child(1) {
  opacity: 0;
  -webkit-animation: slide_left 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slide_left 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.reviews .js-scroll_animation_show span:nth-child(2) {
  opacity: 0;
  -webkit-animation: slide_right 1s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slide_right 1s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.reviews .js-scroll_animation_show span:nth-child(3) {
  opacity: 0;
  -webkit-animation: slide_left 1s 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slide_left 1s 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.reviews .js-scroll_animation_show span:nth-child(4) {
  opacity: 0;
  -webkit-animation: slide_right 1s 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slide_right 1s 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.pay_detail {
  padding: 117px 0 90px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .pay_detail {
    padding: 61px 0 100px;
  }
}

.pay_detail_inner {
  width: 90%;
  margin: auto;
  position: relative;
}

.pay_detail_inner .p-module-text {
  margin-top: 71px;
}

.pay_detail_monthly {
  position: absolute;
  right: 183px;
  width: 168px;
  top: 70px;
}

@media (max-width: 767px) {
  .pay_detail_monthly {
    right: 0;
    width: 24vw;
    top: 24vw;
  }
}

.pay_detail_monthly::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-color: #af8619;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: ripples_monthly_2 2s infinite;
          animation: ripples_monthly_2 2s infinite;
}

.spec {
  padding: 117px 0 90px;
  background-color: #000;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .spec {
    padding: 61px 0 100px;
  }
}

.spec_wrap {
  width: 87%;
  margin: 100px auto 0;
  padding: 95px 38px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .spec_wrap {
    width: 90%;
    margin: 50px auto 0;
    padding: 45px 10px;
  }
}

.spec_table {
  border-top: 0;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .spec_table {
    margin-top: 50px;
  }
}

.spec_table th {
  border-bottom: 1px solid #fff;
  vertical-align: middle;
  display: table-cell;
}

@media (max-width: 767px) {
  .spec_table th {
    width: 29%;
  }
}

.spec_table td {
  border-bottom: 1px solid #e6e6e6;
  vertical-align: middle;
  display: table-cell;
}

.spec_table th.spec_table_top {
  border-top: 1px solid #fff;
}

.spec_table td.spec_table_top {
  border-top: 1px solid #e6e6e6;
}

.plasma {
  width: 90%;
  margin: auto;
}

.plasma .p-module-heading--m {
  margin-bottom: 0;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .p-module-heading--l {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .p-module-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .p-module-col--4 {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-module-card {
    line-height: 1.15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  .p-module-card__view {
    width: 48%;
  }
  .p-module-card__desc {
    width: 49%;
  }
  .p-module-heading--s {
    font-size: 16px;
  }
  .p-module-text {
    font-size: 14px;
    line-height: 1.8;
  }
  .p-module-price {
    font-size: 20px;
    margin-top: 0;
  }
  .p-module-heading--m .p-module-heading__ico {
    width: 15rem;
    margin-right: 10px;
  }
}

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes ripples {
  0% {
    opacity: 1;
  }
  50% {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}

@keyframes ripples {
  0% {
    opacity: 1;
  }
  50% {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}

@media (max-width: 767px) {
  @-webkit-keyframes ripples {
    0% {
      opacity: 1;
    }
    50% {
      width: 23vw;
      height: 23vw;
      opacity: 0;
    }
  }
  @keyframes ripples {
    0% {
      opacity: 1;
    }
    50% {
      width: 23vw;
      height: 23vw;
      opacity: 0;
    }
  }
}

@-webkit-keyframes ripples_monthly {
  0% {
    opacity: 1;
  }
  50% {
    width: 260px;
    height: 260px;
    opacity: 0;
  }
}

@keyframes ripples_monthly {
  0% {
    opacity: 1;
  }
  50% {
    width: 260px;
    height: 260px;
    opacity: 0;
  }
}

@media (max-width: 767px) {
  @-webkit-keyframes ripples_monthly {
    0% {
      opacity: 1;
    }
    50% {
      width: 25vw;
      height: 25vw;
      opacity: 0;
    }
  }
  @keyframes ripples_monthly {
    0% {
      opacity: 1;
    }
    50% {
      width: 25vw;
      height: 25vw;
      opacity: 0;
    }
  }
}

@-webkit-keyframes ripples_monthly_2 {
  0% {
    opacity: 1;
  }
  50% {
    width: 220px;
    height: 220px;
    opacity: 0;
  }
}

@keyframes ripples_monthly_2 {
  0% {
    opacity: 1;
  }
  50% {
    width: 220px;
    height: 220px;
    opacity: 0;
  }
}

@media (max-width: 767px) {
  @-webkit-keyframes ripples_monthly_2 {
    0% {
      opacity: 1;
    }
    50% {
      width: 30vw;
      height: 30vw;
      opacity: 0;
    }
  }
  @keyframes ripples_monthly_2 {
    0% {
      opacity: 1;
    }
    50% {
      width: 30vw;
      height: 30vw;
      opacity: 0;
    }
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes move {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes slide_right {
  0% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide_right {
  0% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide_left {
  0% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide_left {
  0% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/*# sourceMappingURL=kamiga.css.map */