@charset "UTF-8";
@-webkit-keyframes scrollroop {
  from {
    background-position: 0  0;
  }
  to {
    background-position: -1800px 0;
  }
}
@keyframes scrollroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1800px 0;
  }
}
@keyframes anime1 {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-size: 100% \9;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote::after {
  content: "";
  content: none;
}

q:before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-size: 100% \9;
  vertical-align: middle;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-spacing: 0;
}

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

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
table {
  font: 100%;
  *font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  font-size: 108% \9;
  line-height: 100%;
}

/************************************
** common
************************************/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #1a1a1a;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

  .sp {
    display: block;
  }
}
.times_roman {
  font-family: "Times New Roman";
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.main {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .main {
    width: 100%;
  }
}
/* style.css */
@-webkit-keyframes anime1 {
  from {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes anime1 {
  from {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.mincho {
  font-family: 'Yu Mincho Regular', 'Noto Serif Extra-light400', 'Noto Serif JP', serif;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
a:hover {
  opacity: 0.8;
}

body.wrapper {
  background-color: #fff;
  text-align: center;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  line-height: 1;
  color: #000;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  overflow-x: hidden;
}

.wrapper img {
  width: 100%;
}
.wrapper section {
  position: relative;
  overflow: hidden;
}
.wrapper .offer a {
  display: block;
  position: absolute;
  z-index: 1;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.question_fase .question {
  max-width: 750px;
  margin: 0 auto;
  overflow-x: hidden;
}
.question_fase .question .q1 {
  position: relative;
}
.question_fase .question .q2 #caution {
  width: 80%;
  font-size: 12px;
  margin: 1rem auto 0;
  text-align: right;
}
.question_fase .question .q2 .buttons {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.question_fase .question .q2 .buttons button {
  font-family: sans-serif;
  width: 47.5%;
  border-radius: 10px;
  border-style: none;
  outline: none;
  font-size: 1.8rem;
  padding: 2% 0;
  font-weight: bold;
  margin-top: 2rem;
  color: #FFF !important;
  -webkit-box-shadow: 5px 6px 2px 1px #bfbfbf;
  box-shadow: 5px 6px 2px 1px #bfbfbf;
  border: 2px solid #fff;
  height: 120px;
  cursor: pointer !important;
}
.question_fase .question .q2 .buttons button a {
  color: #FFF;
}
.question_fase .question .q2 .buttons button:hover, .question_fase .question .q2 .buttons button.checked {
  opacity: 0.8;
}
.question_fase .question .q2 .buttons button[data-answer="undefined"] {
  display: none;
}
.question_fase .question .q2 .buttons button:nth-child(odd) {
  background: #f61b64;
}
.question_fase .question .q2 .buttons button:nth-child(even) {
  background: #c7c3db;
}
.question_fase .question .q2 .buttons button:last-child {
  margin-bottom: 4%;
}
.question_fase .question .q2 .buttons button span {
  font-size: 10px;
}
.question_fase .question .q2 #submit {
  width: 70%;
  margin: 0 auto;
  cursor: pointer;
}
.question_fase .question .q2 .buttons {
  display: block;
}
.question_fase .question .q2 .buttons button {
  width: 96%;
}
.question_fase .question .s2-2 .buttons button:nth-child(even), .question_fase .question .s2-4 .buttons button:nth-child(even) {
  background: #ee86a5;
}
.question_fase .question .s2-6 .buttons {
  position: relative;
}
.question_fase .question .s2-6 .buttons img {
  position: absolute;
  bottom: 6%;
  left: 0%;
  right: 0%;
  margin: 0 auto;
  width: 80%;
}
.question_fase .question .s3#responseArea {
  width: 70%;
  margin: 0 auto;
  border: 2px solid #E61E79;
  border-radius: 15px;
  padding: 1rem;
  margin-bottom: 3rem;
}
.question_fase .question .s3#responseArea .ttl {
  text-align: center;
  background-color: #E61E79;
  color: #fff;
  padding: 0.5rem 0;
  font-size: 1rem;
  border-radius: 15px;
}
.question_fase .question .s3#responseArea #resTtl {
  text-align: left;
  color: #E61E79;
  border-bottom: 1px solid #E61E79;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 1rem 0;
}
.question_fase .question .s3#responseArea #resTtl span {
  border-right: 1px solid #E61E79;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
}
.question_fase .question .s3#responseArea ul li {
  text-align: left;
  padding: 1rem 0;
}
.question_fase .question .s3#responseArea ul li .ratetxt {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.question_fase .question .s3#responseArea ul li .ratetxt span {
  margin-right: 1rem;
}
.question_fase .question .s3#responseArea ul li .ratebar {
  width: 0%;
  min-width: 1px;
  height: 1rem;
  background-color: #E61E79;
  border-radius: 3px;
  -webkit-transition: width 1.5s ease;
  transition: width 1.5s ease;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

@media screen and (max-width: 750px) {
  .question_fase .question .q2 .buttons button {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .question_fase .question .q2 .buttons button {
    height: 85px;
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.logo {
  background-color: #fff;
  margin: auto;
  width: 15%;
  padding: 3% 0;
}

footer {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  background-color: #000;
}
footer ul {
  margin: 0 auto;
  padding: 3rem 5%;
}
footer ul li {
  display: inline-block;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
footer ul li a {
  text-decoration: none;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
}
footer ul li::after {
  content: '|';
  display: inline-block;
  font-weight: bold;
  color: #fff;
  margin: 0 15px;
}
footer ul li:last-child::after {
  display: none;
}
footer .copyright {
  margin: 0 auto;
  padding: 10px 0;
  color: #FFF;
  font-size: 12px;
  background-color: #000;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  footer ul {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 575px) and (max-width: 768px) {
  footer ul li {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  footer ul li {
    margin: 15px 0;
    font-size: 11px;
    padding: 0;
  }
}
.wrapper.main .gif {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper.main .btn {
  -webkit-animation: anime1 0.8s ease 0s infinite alternate;
  animation: anime1 0.8s ease 0s infinite alternate;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.wrapper.main .q1 {
  position: relative;
}
.wrapper.main .q1 .btn01 {
  width: 95%;
  bottom: 17%;
  left: -3%;
}
.wrapper.main .s13 {
  position: relative;
}
.wrapper.main .s13 .btn02 {
  width: 95%;
  top: 37.5%;
  left: -3%;
}

.hide {
  display: none;
}

.lp_fase {
  display: block;
}

/* lp部分追加 */
@-webkit-keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes anime1 {
  from {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes anime1 {
  from {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
html {
  scroll-behavior: smooth;
}

.fadein-top {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein-bottom {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein-left {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein-right {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein2 {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.profile {
  position: relative;
  background: url(https://suplif.com/upload/save_image/kiroros_unisex_FV1_tiktok_798_coupon/img/gridbg_2.png) no-repeat;
  background-size: cover;
  bottom: 25%;
}
.profile .top {
  top: -3%;
}

@media screen and (max-width: 430px) {
  .profile .top {
    top: -2%;
  }
}
.profile-box {
  text-align: right;
  width: 100%;
}
.profile-box p {
  position: relative;
  margin: 0 0 0 4.7%;
  width: 95.2%;
  font-size: 14px;
  letter-spacing: 2.8px;
  height: 90px;
  overflow: hidden;
  line-height: 2.5;
  font-family: "Century Gothic", sans-serif;
}
.profile-box p img {
  position: relative;
  z-index: 2;
}
.profile-box p::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #060606;
  opacity: 0.5;
  z-index: 1;
}
.profile-box .text {
  height: 120px;
  overflow: hidden;
}
.profile-box .text img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .profile-box p {
    letter-spacing: .5vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 560px) {
  .profile-box p {
    font-size: 11.5px;
    line-height: 2;
  }
}
@-webkit-keyframes scrollAnime {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes scrollAnime {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
body {
  text-align: center;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
body .wrapper {
  background-color: #fff;
}
body .wrapper .mb10 {
  margin-bottom: 10%;
}
body .wrapper .mb20 {
  margin-bottom: 20%;
}
body .wrapper .s_offer {
  text-align: center;
}
body .wrapper .s_offer .btn01 {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  width: 90%;
  -webkit-animation: anime1 0.8s ease 0s infinite alternate;
          animation: anime1 0.8s ease 0s infinite alternate;
}
body .wrapper .s_offer .btn02 {
  position: absolute;
  top: 72%;
  left: 0;
  right: 0;
  width: 45%;
}
body .wrapper .s_offer .btn03 {
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
  width: 45%;
}
body .wrapper .asset {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body .wrapper .mov {
  top: 25%;
  width: 80%;
}
body .wrapper .contact {
  width: 88%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1%;
  margin: 0 auto;
}
body .wrapper .contact_d {
  width: 88%;
  max-width: 700px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 2%;
  margin: 0 auto;
  z-index: 1;
}
body .wrapper .gif {
  bottom: 18%;
  width: 74%;
}
body #floatarea {
  bottom: -1%;
  max-width: 750px;
  position: fixed;
  z-index: 1000;
  display: none;
}
body #floatarea a {
  text-decoration: none;
}
body #floatarea a img {
  margin-bottom: -1%;
}
body #floatarea img {
  width: 100%;
}
body #floatarea .countdown {
  top: 9%;
  font-size: 1.4rem;
  right: 20%;
  color: #000;
}
body #floatarea .countdown span {
  font-size: 2.5rem;
}

@media screen and (max-width: 575px) {
  body .wrapper #popupArea .popup_inner {
    width: 85%;
  }
}
@media screen and (max-width: 750px) {
  body .wrapper .s2-5 > img {
    padding-bottom: 7vw;
    margin-bottom: -15vw;
  }
}
@media screen and (max-width: 768px) {
  body #floatarea a img {
    margin-bottom: -1.5%;
  }
}
@media screen and (max-width: 768px) {
  body #floatarea .countdown {
    font-size: 2.8vw;
    top: 6.4%;
  }
}
@media screen and (max-width: 430px) {
  body #floatarea .countdown {
    font-size: 13px;
    top: 13.7%;
  }
}
@media screen and (max-width: 768px) {
  body #floatarea .countdown span {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 430px) {
  body #floatarea .countdown span {
    padding-left: 2px;
    font-size: 16px;
  }
}
/*# 以下LP箇所のcss */
#lp .s2 .btn01 {
  width: 75%;
  -webkit-animation: anime1 0.8s ease 0s infinite alternate;
          animation: anime1 0.8s ease 0s infinite alternate;
}

body .wrapper {
  font-size: 16px;
  text-align: center;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
body .wrapper #floatBtn {
  z-index: 2;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  body .wrapper #floatBtn {
    width: 90%;
  }
}
body .wrapper #floatBtn img {
  width: 100%;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}
body .wrapper .s1 .countdownArea {
  top: 2rem;
}
@media screen and (max-width: 1080px) {
  body .wrapper .s1 .countdownArea {
    top: 0.75%;
  }
}
body .wrapper section {
  position: relative;
  max-width: 1080px;
}
body .wrapper section img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  width: auto;
}
body .s_qa {
  background-color: #eaeaea;
}
body .s_qa .qa_inner {
  padding-top: 4%;
}
body .s_qa .q {
  margin-bottom: 4%;
}
body .s_qa .ans {
  position: relative;
}
body .s_qa .link {
  position: absolute;
}
body .s_qa .link._01 {
  bottom: 25%;
  left: 22.7%;
  width: 21.5%;
}
body .s_qa .link._02 {
  bottom: 30.55%;
  left: 22%;
  width: 25.3%;
}
body .s_qa .link._03 {
  bottom: 30.7%;
  left: 22%;
  width: 7.8%;
}

.slider-box {
  background-size: 100% 100%;
  position: relative;
}
.slider-box .step-slider {
  margin: 0 !important;
  position: absolute;
  left: .3%;
  right: 0;
  margin: 0 auto;
  bottom: 3.5%;
}
.slider-box .step-slider .inner_sl {
  position: relative;
}
.slider-box .step-slider .inner_sl img {
  width: 90%;
  margin: 0 auto;
}
.slider-box .step-slider .inner_sl .slider_btn {
  position: absolute;
  top: 65.5%;
  width: 65%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slider-box .step-slider .inner_sl .slick-slide {
  max-width: 750px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.slider-box .step-slider .inner_sl .slick-track {
  width: 100%;
}
.slider-box .step-slider .inner_sl .slick-slider {
  padding-top: 18%;
}
.slider-box .step-slider .slick-slide {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.slider-box .step-slider .slick-current {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.slider-box .step-slider .slick-dots {
  bottom: 53.5% !important;
}
@media screen and (max-width: 480px) {
  .slider-box .step-slider .slick-dots {
    bottom: 52.5% !important;
  }
}
.slider-box .step-slider .slick-dots li.slick-active button::before {
  color: #f61b64;
}
.slider-box .step-slider .slick-arrow {
  width: 40px;
  height: 40px;
}
.slider-box .step-slider .slick-arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  right: 0;
  left: 0;
}
.slider-box .step-slider .slick-prev {
  left: 9.5% !important;
}
@media screen and (max-width: 480px) {
  .slider-box .step-slider .slick-prev {
    left: 10% !important;
  }
}
.slider-box .step-slider .slick-prev::before {
  background: url("/img/lpmachine/corporation_new/arrow_left.png") no-repeat;
  background-size: contain;
}
.slider-box .step-slider .slick-prev::before:hover {
  background: url("/img/lpmachine/corporation_new/arrow_left.png") no-repeat;
  background-size: contain;
}
.slider-box .step-slider .slick-next {
  right: 9.5% !important;
}
@media screen and (max-width: 480px) {
  .slider-box .step-slider .slick-next {
    right: 10% !important;
  }
}
.slider-box .step-slider .slick-next::before {
  background: url("/img/lpmachine/corporation_new/arrow_right.png") no-repeat;
  background-size: contain;
}
.slider-box .step-slider .slick-next::before:hover {
  background: url("/img/lpmachine/corporation_new/arrow_right.png") no-repeat;
  background-size: contain;
}
.slider-box .step-slider .slick-prev, .slider-box .step-slider .slick-next {
  top: 45% !important;
  width: 40px !important;
  height: 40px !important;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .slider-box .step-slider .slick-prev, .slider-box .step-slider .slick-next {
    width: 20px !important;
    height: 20px !important;
  }
}
.slider-box .step-slider .slick-prev::before, .slider-box .step-slider .slick-next::before {
  content: "" !important;
}
.slider-box.slider02 .step-slider {
  position: initial;
}
.slider-box.slider02 .slick-prev {
  left: 10.5% !important;
}
@media screen and (max-width: 480px) {
  .slider-box.slider02 .slick-prev {
    left: 10% !important;
  }
}
.slider-box.slider02 .slick-prev::before {
  background: url("/img/lpmachine/corporation_new/arrow_left2.png") no-repeat;
  background-size: contain;
}
.slider-box.slider02 .slick-prev::before:hover {
  background: url("/img/lpmachine/corporation_new/arrow_left2.png") no-repeat;
}
.slider-box.slider02 .slick-slide {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none;
}
.slider-box.slider02 .slick-current {
  -webkit-transform: none;
          transform: none;
}
.slider-box.slider02 .slick-next {
  right: 10.5% !important;
}
@media screen and (max-width: 480px) {
  .slider-box.slider02 .slick-next {
    right: 10% !important;
  }
}
.slider-box.slider02 .slick-next::before {
  background: url("/img/lpmachine/corporation_new/arrow_right2.png") no-repeat;
  background-size: contain;
}
.slider-box.slider02 .slick-next::before:hover {
  background: url("/img/lpmachine/corporation_new/arrow_right2.png") no-repeat;
}
.slider-box.slider02 .slick-prev, .slider-box.slider02 .slick-next {
  top: 56% !important;
  width: 70px !important;
  height: 70px !important;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .slider-box.slider02 .slick-prev, .slider-box.slider02 .slick-next {
    width: 40px !important;
    height: 40px !important;
  }
}
.slider-box.slider02 .slick-prev::before, .slider-box.slider02 .slick-next::before {
  content: "" !important;
}
.slider-box.slider03 .step-slider {
  position: absolute;
  bottom: 10.5%;
}
.slider-box.slider03 .slick-slide {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none;
}
.slider-box.slider03 .slick-current {
  -webkit-transform: none;
          transform: none;
}
.slider-box.slider03 .slick-prev, .slider-box.slider03 .slick-next {
  display: none !important;
  top: 45% !important;
  width: 70px !important;
  height: 70px !important;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .slider-box.slider03 .slick-prev, .slider-box.slider03 .slick-next {
    width: 20px !important;
    height: 20px !important;
  }
}
.slider-box.slider03 .slick-prev::before, .slider-box.slider03 .slick-next::before {
  content: "" !important;
}

html {
  zoom: normal !important;
}

img, video {
  height: auto;
}

.wrapper {
  line-height: initial;
  letter-spacing: initial;
}
.wrapper img, .wrapper video {
  height: auto;
}

/*# sourceMappingURL=style.css.map */