@keyframes blinking {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}
@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes poyon {
  0% {
    transform: scale(1) translate(0, 0);
  }
  15% {
    transform: scale(0.9) translate(0, 3%);
  }
  30% {
    transform: scale(1.2, 0.8) translate(0, 8%);
  }
  50% {
    transform: scale(0.8, 1.2) translate(0, -8%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0, 3%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,
  100% {
    opacity: 1;
  }
}
@keyframes poyoyon2 {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  90%,
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
  0%,
  100% {
    opacity: 1;
  }
}
@keyframes rain {
  0%,
  49% {
    transform: translateY(-7px);
  }
  50%,
  100% {
    transform: translateY(7px);
  }
}
@keyframes scroll-up {
  from {
    transform: translateY(60%);
  }
  to {
    transform: translateY(-95%);
  }
}
@keyframes flashing {
  0%,
  49% {
    transform: scale(1.3);
  }
  50%,
  100% {
    transform: scale(1);
  }
}
@keyframes flashing3 {
  0%,
  49% {
    transform: scale(1.1);
  }
  50%,
  100% {
    transform: scale(1);
  }
}
@keyframes flashing2 {
  0%,
  49% {
    transform: scale(1);
  }
  50%,
  100% {
    transform: scale(1.5);
  }
}
.blink {
  animation: blinking 1s ease-in-out infinite alternate;
}
.pikopiko {
  animation: pikopiko 1s steps(2, start) infinite;
}
.poyon {
  animation: flashing3 1s infinite;
}
.slideIn {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.poyoyon {
  animation: flashing3 1s steps(2, start) infinite;
}

.rain {
  animation: rain 1s steps(2, start) infinite;
}

.first-star-animation {
  animation: flashing 1s steps(2, start) infinite;
}

.second-star-animation {
  animation: flashing2 1s steps(2, start) infinite;
}

.third-star-animation {
  animation: flashing 1s steps(2, start) infinite;
}
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1s;
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
@font-face {
  font-family: dqfont;
  src: url("../misaki_gothic_2nd.ttf") format("woff");
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  background: url(../img/Plan_btn_bg.png) center top;
  font-family: sans-serif;
  background: #4f70ae;
  color: #454545;
  margin: 0 auto;
  width: 100%;
  min-width: 330px;
  text-align: center;
  line-height: 1.6;
  overflow-x: hidden;
  max-width: 480px;
  box-shadow: 0 0 40px 10px rgb(0 0 0 / 28%);
}

.dots {
background-color: #457ee9;
  background-image: radial-gradient(circle, #0756d51a 2.5px, transparent 2.5px), radial-gradient(circle, #0756d51a 2.5px, transparent 2.5px);
  background-position: 0 0, 5.5px 11px;
  background-size: 11px 22px;
}

#top {
  background: url(../img/main_bg.png) no-repeat center top;
  background-size: cover;
}
img {
  width: 100%;
}
.DQ {
  font-family: dqfont;
}
#title {
  width: 87%;
  height: 266px;
  position: relative;
  margin: 12px auto;
}
#jorudan_logo {
  width: 45%;
  margin-top: 20px;
}
#main_title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.star {
  position: absolute;
  width: 15%;
  left: 12%;
  top: -4%;
}
.star:nth-child(2) {
  width: 22%;
  left: 0%;
  top: 74%;
}
.star:nth-child(3) {
  width: 10%;
  left: 79%;
  top: 49%;
}
#sale {
  width: 80%;
  display: block;
  margin: 0 auto;
  transform: translateY(-14px);
}
main {
  width: 100%;
  height: 1867px;
  background: url(../img/bg_img.png) no-repeat center top;
  background-size: cover;
  padding: 5px 0 260px;
  position: relative;
}
#description {
  width: 328px;
  height: 248px;
  margin: 10px auto;
  background-image: url(../img/text_bg.svg);
  padding: 10px 30px;
  color: #fff;
  display: flex;
  text-align: left;
}
#description div {
  margin: auto 0;
}
#heaven_area {
  overflow: hidden;
  position: relative;
}
.balloonImg,
#heaven,
.humanBG {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#scroll_text {
  color: #fff;
  font-size: 20px;
  transform: translateY(46%);
}
#scroll_text.active {
  animation: scroll-up 24s linear infinite;
}
#help_banner {
  position: absolute;
  top: 12.5%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 90%;
}
.area {
  width: 64%;
  height: 13.75%;
  display: inline-block;
  position: absolute;
}
.area:nth-child(1) {
  top: 18%;
  left: 1.3%;
}
.area:nth-child(2) {
  top: 33.5%;
  right: 1.3%;
}
.area:nth-child(3) {
  top: 49.5%;
  left: 1.3%;
}
.sp_area {
  position: absolute;
  top: 67%;
  right: 0;
  left: 0;
}
.sp_area .human {
  width: 8%;
  margin-top: 10px;
  position: revert;
}
#list_banner {
  width: 80%;
  margin: 30px auto;
  padding: 10px 0;
  border: 1px solid;
}
#list_btn {
  width: 80%;
  margin: 30px auto;
  position: absolute;
  top: 73%;
  right: 0;
  left: 0;
}
#list_btn:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-width: 12px 0 12px 13px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  left: 10%;
  animation: blinking 1s steps(2, start) infinite;
}
#btn {
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.btn {
  width: 300px;
  background-color: #000;
  color: #fff;
  margin: 5px auto;
  padding: 15px;
  font-weight: bold;
  border-radius: 8px;
  border: solid 1px #fff;
}
.floatbtn {
  width: 100%;
  height: 133px;
  min-width: 330px;
  color: #fff;
  max-width: 480px;
  position: fixed;
  bottom: 0;
  padding: 15px;
  z-index: 2;
  font-weight: bold;
  border-top: 2px solid #fff;
  background: url(../img/Plan_btn_bg.png) no-repeat center top;
  background-size: cover;
  background-color: #fdc715;
}
.floatbtn span {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5098039216);
  position: relative;
  bottom: 8px;
}
.floatbtn a {
  position: relative;
  display: block;
  width: 308px;
  height: 74px;
  margin: 0 auto;
}
.troudled {
  width: 100%;
  height: 114px;
  position: relative;
  margin: auto;
}
.troudled:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(-5px);
  border-width: 16px 0 16px 13px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000;
  bottom: 10px;
  left: 10%;
  animation: blinking 1s steps(2, start) infinite;
  z-index: 1;
}
.balloon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 10px;
  left: 0;
  font-size: 20px;
  margin: auto;
  display: table;
}
.humanArea {
  width: 57%;
  position: relative;
}
.humanArea:nth-child(odd) {
  margin-left: 9%;
}
.humanArea:nth-child(even) {
  margin-left: auto;
  margin-right: 20%;
}
.human {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 39%;
  margin: auto;
  bottom: 17%;
}
.rain {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60%;
  width: 65%;
  animation: rain 1s ease-in-out infinite;
}
#trouble_04 {
  width: 80%;
}
#faq {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 0 140px;
  position: absolute;
  right: 0;
  top: 81%;
  left: 0;
  min-width: 330px;
}
#faq h2 {
  color: #fff;
}
.accordion {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 20px 20px;
  text-align: left;
  color: #fff;
}
.accordion-header {
  border: 1px solid;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 12px 45px 10px 20px;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  transition: background 0.1s ease;
}
.accordion-header.active {
  border-radius: 10px 10px 0 0;
}
.accordion-header.active::after {
  transform: rotate(0deg);
}
.accordion-header::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  background: #fff;
  margin: auto;
}
.accordion-header::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  background: #fff;
  margin: auto;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.accordion-header:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.accordion-content {
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 12px 20px 10px;
  border-radius: 0 0 10px 10px;
}
#status {
  width: 100%;
}
#Q {
  margin: 15% auto 0 auto;
  text-align: left;
  position: relative;
}
#Q img {
  width: auto;
  display: block;
  object-fit: cover;
  margin: 1% auto;
}
#Q img.rain {
  top: -48px;
  left: 0;
}
#Q div {
  text-align: center;
  margin: 5% auto;
  font-size: 19px;
}
.sp {
  height: 100px;
}
#A {
  margin: 0 auto 60px auto;
  text-align: left;
  position: relative;
}
#A h3 {
  text-align: left;
}
#A ul {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  list-style: none;
  width: 72%;
  margin: auto;
  display: flex;
  flex-flow: column;
  padding: 26px 0 20px;
}
#A ul li {
  position: relative;
  margin: auto 0;
}
#A ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-width: 6px 0 6px 8px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  left: -15px;
  animation: blinking 1s steps(2, start) infinite;
}
#command {
  position: absolute;
  right: 0;
  left: 0;
}
#selected_veiw {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 0;    
  max-width: 408px;
  margin: 0 auto;
  overflow: scroll;
  color: #fff;
  width: 85%;
  height: calc(100% - 203px);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#selected_veiw.active {
  display: grid;
  z-index: 3;
}
#selected_veiw::-webkit-scrollbar {
  display: none;
}
#func {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 0;
    max-width: 408px;
  height: calc(100% - 203px);
  margin: 0 auto;
  overflow: auto;
  padding: 10px 0;
}
#func.active {
  display: grid;
  z-index: 3;
}
#func .line {
  background-color: #000;
  border: #fff 3px solid;
  background-image: revert;
  height: revert;
  border-radius: 40px;
  padding: 13px;
}
#bg {
  display: none;
  position: fixed;
  z-index: 0;
  background-color: rgb(0 0 0 / 91%);
}
#bg.active {
  display: block;
  opacity: 1;
  z-index: 2;
}
.dq-window {
  background-color: #fff;
  position: fixed;
  right: 0;
  bottom: 150px;
  left: 0;
  margin: 0 auto;
  width: 52%;
  padding: 0.2rem;
  border-radius: 0.3rem;
  max-width: 315px;
}
.dq-window div {
  background-color: #000;
  color: #fff;
  padding: 5px 0;
}
.dq-window div span {
  position: relative;
}
.dq-window div span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-width: 6px 0 6px 8px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  left: -15px;
  animation: blinking 1s steps(2, start) infinite;
}
.box {
  background-color: #fff;
  border-radius: 30px;
}
.box::before {
  content: revert;
}
#field {
  margin-top: 9%;
}
#flash_effect {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 4;
  background-color: hsla(0, 0%, 100%, 0.7);
}
#flash_effect.active {
  display: block;
}
#wrap {
  background-color: #457eea;
}
table.detail {
  color: #fff;
  margin: 10px 0;
  border-collapse: separate;
  border-spacing: 10px;
}

table.detail th {
  width: 30%;
  text-align: center;
  border-right: #fff solid 2px;
}

table.detail td {
  text-align: left;
  padding: 5px;
  font-size: 14px;
}

.contact_text {
  padding: 10px 20px;
  text-align: left;
  color: #fff;
}

.contact_btn {
  margin: 30px 0;
}
a.btn {
  display: flex;
  justify-content: space-evenly;
  text-decoration: none;
  margin: auto;
  padding: 1rem 3rem 1rem 3rem;
  font-weight: bold;
  background: #000000;
  color: #fff;
  border-radius: 6px;
  transition: 0.5s;
}
a.btn:hover {
  background: #242424;
  color: #fff;
}

@media screen and (min-width: 480px) {
  #wrap {
    position: relative;
    margin: 0 auto;
    width: 480px;
  }
}

@media screen and (min-width: 440px) {
  #description {
    margin: 0 auto 10px;
  }
}
