@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

div,
p,
ul,
li,
h1,
h2,
h3,
h4,
img,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
}

a {
  color: #203c9b;
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    left: 1.6vw;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0;
    display: flex;
  }
  20% {
    opacity: 1;
    display: flex;
  }
  80% {
    opacity: 1;
    display: flex;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.fadein {
  opacity: 0;
}

.visible {
  opacity: 1;
  animation: fadeIn 1s forwards;
}

.price {
  position: relative;
}
.price .btn_survey {
  width: 87.2vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.area_btn {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 3.2vw;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2.4vw;
  width: 100%;
  background: #fff;
  border-radius: 3.2vw 3.2vw 0 0;
  border: solid 0.5333333333vw #1D0B44;
  z-index: 10;
}

.btn_survey {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16vw;
  box-sizing: border-box;
  font-size: 4.8vw;
  font-weight: 500;
  color: #fff;
  background: #E63286;
  border-radius: 2.4vw;
  border: solid 0.2666666667vw #1D0B44;
  box-shadow: 0.9333333333vw 0.9333333333vw rgba(144, 58, 255, 0.8);
  position: relative;
}
.btn_survey p {
  padding-left: 4.8vw;
}
.btn_survey::before {
  content: "";
  display: block;
  width: 16vw;
  height: 16vw;
  background: url(../img/icon_retry.png);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 550px) {
  body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    height: 100vh;
  }
  body::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #222;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  div,
  p,
  ul,
  li,
  h1,
  h2,
  h3,
  h4,
  img,
  section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
  }
  a {
    color: #203c9b;
    transition: 0.3s;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      /* 開始時は透明 */
    }
    to {
      opacity: 1;
      /* 終了時は完全に表示 */
    }
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
      left: 0.9230769231vh;
    }
    to {
      opacity: 1;
      left: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 0;
      display: flex;
    }
    20% {
      opacity: 1;
      display: flex;
    }
    80% {
      opacity: 1;
      display: flex;
    }
    100% {
      opacity: 0;
      display: none;
    }
  }
  @keyframes scaleUp {
    0% {
      opacity: 0;
      transform: scale(0.1, 0.1);
    }
    100% {
      opacity: 1;
      transform: scale(1, 1);
    }
  }
  .content {
    width: 57.6923076923vh;
    height: 100vh;
    margin: 0 auto;
    overflow-y: scroll;
  }
  .content .price {
    position: relative;
  }
  .content .price .btn_survey {
    width: 50.3076923077vh;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .content .area_btn {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    padding: 1.8461538462vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 1.3846153846vh;
    width: 57.6923076923vh;
    background: #fff;
    border-radius: 1.8461538462vh 1.8461538462vh 0 0;
    border: solid 0.3076923077vh #1D0B44;
    z-index: 10;
  }
  .content .btn_survey {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 9.2307692308vh;
    box-sizing: border-box;
    font-size: 2.7692307692vh;
    font-weight: 500;
    color: #fff;
    background: #E63286;
    border-radius: 1.3846153846vh;
    border: solid 0.1538461538vh #1D0B44;
    box-shadow: 0.5384615385vh 0.5384615385vh rgba(144, 58, 255, 0.8);
    position: relative;
  }
  .content .btn_survey p {
    padding-left: 2.7692307692vh;
  }
  .content .btn_survey::before {
    content: "";
    display: block;
    width: 9.2307692308vh;
    height: 9.2307692308vh;
    background: url(../img/icon_retry.png);
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}/*# sourceMappingURL=lp.css.map */