@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.all {
  color: #fff;
  width: 100%;
  font-family: Arial;
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: 1px;
  background: #773673;
  overflow: hidden;
}
.all img {
  width: 100%;
  height: auto;
}
.all .page_title {
  display: none;
}
.all .visual {
  position: relative;
}
.all .visual .title,
.all .visual .img-groups {
  position: absolute;
}
.all .visual .title img,
.all .visual .img-groups img {
  top: 0;
  position: absolute;
  z-index: 2;
}
.all .visual .title {
  width: 40.5%;
  height: 71%;
  top: 2%;
  left: 31.8%;
}
@media all and (max-width: 768px) {
  .all .visual .title {
    width: 81%;
    height: 48.5%;
    left: 10%;
    top: 4.1%;
  }
}
.all .visual .title img {
  animation: Zoom1 4.5s infinite linear;
  z-index: 2;
}
.all .visual .title .word-1 {
  width: 34%;
  top: 41%;
}
.all .visual .title .word-2 {
  width: 35.6%;
  top: 40.8%;
  left: 27.3%;
  animation-delay: 0.5s;
}
.all .visual .title .word-3 {
  width: 47.7%;
  left: 55%;
  top: 31.5%;
  animation-delay: 1s;
}
.all .visual .title .word-4 {
  width: 22.5%;
  left: 59.1%;
  top: 72.5%;
  animation-delay: 1.5s;
}
.all .visual .img-groups {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.all .visual .img-groups img {
  z-index: 1;
}
.all .visual .img-groups .img-1 {
  width: 16.8%;
  top: 2.2%;
  left: 46.5%;
  transform-origin: bottom center;
  animation: shake 4.5s infinite linear;
}
@keyframes shake {
  54% {
    transform: rotate(0deg);
  }
  56% {
    transform: rotate(3deg);
  }
  58% {
    transform: rotate(-3deg);
  }
  60% {
    transform: rotate(0deg);
  }
}
@media all and (max-width: 768px) {
  .all .visual .img-groups .img-1 {
    width: 33.4%;
    top: 4.3%;
    left: 40%;
  }
}
.all .visual .img-groups .img-2 {
  width: 12.5%;
  top: 87%;
  right: 3%;
}
.all .visual .img-groups .img-3 {
  width: 12.5%;
  left: 73%;
  animation: move2 4.5s infinite linear;
}
@keyframes move2 {
  0% {
    top: 42.5%;
  }
  50% {
    top: 44%;
  }
  100% {
    top: 42.5%;
  }
}
@media all and (max-width: 768px) {
  .all .visual .img-groups .img-3 {
    width: 33%;
    top: 56%;
    left: 57%;
  }
  @keyframes move2 {
    0% {
      top: 55%;
    }
    50% {
      top: 56.5%;
    }
    100% {
      top: 55%;
    }
  }
}
.all .visual .img-groups .img-4 {
  width: 24%;
  left: 12.5%;
  animation: move3 4.5s infinite linear;
}
@keyframes move3 {
  0% {
    top: 46%;
  }
  50% {
    top: 45%;
  }
  100% {
    top: 46%;
  }
}
@media all and (max-width: 768px) {
  .all .visual .img-groups .img-4 {
    width: 71.5%;
    top: 56%;
    left: 12%;
  }
  @keyframes move3 {
    0% {
      top: 56.5%;
    }
    50% {
      top: 55%;
    }
    100% {
      top: 56.5%;
    }
  }
}
.all .visual .img-groups .img-5 {
  width: 36.5%;
  top: 50.8%;
  left: 33%;
}
@media all and (max-width: 768px) {
  .all .visual .img-groups .img-5 {
    width: 72%;
    top: 37.5%;
    left: 13%;
  }
}
.all .container {
  width: 90%;
  max-width: 1540px;
  margin: auto;
  padding: 135px 0 150px;
}
@media all and (max-width: 480px) {
  .all .container {
    width: 95%;
    padding: 20vw 0 25vw;
  }
}
.all h2 {
  color: #231815;
  font-size: 36px;
  font-weight: 700;
  width: 270px;
  height: 100px;
  background: url(../images/bg-title.svg) no-repeat;
  background-size: 100% auto;
  padding-left: 70px;
  line-height: 2.2;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .all h2 {
    font-size: 6vw;
    width: 50vw;
    height: 20vw;
    padding-left: 14vw;
    margin: auto;
    line-height: 2.5;
  }
}
.all .ul-list li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 20px;
}
@media all and (max-width: 480px) {
  .all .ul-list li {
    padding-left: 6vw;
  }
}
.all .ul-list li::before {
  content: "》";
  position: absolute;
  left: 0;
}
.all .Desc {
  background: url(../images/bg-img01.png) no-repeat bottom 20px left calc(100% - 1580px);
  position: relative;
}
.all .Desc::after {
  content: "";
  display: block;
  width: 350px;
  height: 273px;
  background: url(../images/bg-img02.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 5%;
  animation: move1 4s infinite linear;
}
@keyframes move1 {
  0% {
    bottom: -150px;
  }
  50% {
    bottom: -170px;
  }
  100% {
    bottom: -150px;
  }
}
@media all and (max-width: 1024px) {
  .all .Desc::after {
    width: 300px;
    height: 236px;
    right: 2%;
  }
  @keyframes move1 {
    0% {
      bottom: -128px;
    }
    50% {
      bottom: -142px;
    }
    100% {
      bottom: -128px;
    }
  }
}
@media all and (max-width: 768px) {
  .all .Desc::after {
    width: 240px;
    height: 190px;
  }
  @keyframes move1 {
    0% {
      bottom: -85px;
    }
    50% {
      bottom: -100px;
    }
    100% {
      bottom: -85px;
    }
  }
}
@media all and (max-width: 480px) {
  .all .Desc::after {
    width: 40vw;
    height: 32vw;
  }
  @keyframes move1 {
    0% {
      bottom: -14vw;
    }
    50% {
      bottom: -15.5vw;
    }
    100% {
      bottom: -14vw;
    }
  }
}
.all .Desc .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
  padding-top: 0;
}
.all .Desc .box-1,
.all .Desc .box-2 {
  width: auto;
}
@media all and (max-width: 1200px) {
  .all .Desc .box-1,
  .all .Desc .box-2 {
    width: 100%;
  }
}
.all .Desc .box-1 p,
.all .Desc .box-2 p {
  font-size: 26px;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .all .Desc .box-1 p,
  .all .Desc .box-2 p {
    font-size: 21px;
  }
}
@media all and (max-width: 480px) {
  .all .Desc .box-1 p,
  .all .Desc .box-2 p {
    font-size: 4.5vw;
    font-weight: normal;
    text-align: center;
  }
}
.all .Desc .box-1.box-1 span,
.all .Desc .box-2.box-1 span {
  font-size: 34px;
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .all .Desc .box-1.box-1 span,
  .all .Desc .box-2.box-1 span {
    font-size: 30px;
  }
}
@media all and (max-width: 480px) {
  .all .Desc .box-1.box-1 span,
  .all .Desc .box-2.box-1 span {
    font-size: 7vw;
  }
}
.all .Desc .box-1.box-2,
.all .Desc .box-2.box-2 {
  margin-top: 10px;
}
.all .Desc .box-1.box-2 span,
.all .Desc .box-2.box-2 span {
  font-size: 22px;
}
@media all and (max-width: 480px) {
  .all .Desc .box-1.box-2 span,
  .all .Desc .box-2.box-2 span {
    font-size: 5vw;
  }
}
.all .Desc .box-3 {
  width: 100%;
}
.all .Desc .box-3 table {
  width: 100%;
  margin-top: 25px;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .all .Desc .box-3 table:nth-of-type(1) td:nth-of-type(2) {
    display: none;
  }
}
.all .Desc .box-3 table:nth-of-type(2) {
  display: none;
}
@media all and (max-width: 1024px) {
  .all .Desc .box-3 table:nth-of-type(2) {
    display: block;
  }
  .all .Desc .box-3 table:nth-of-type(2) td:nth-of-type(1):not([colspan]) {
    display: none;
  }
}
.all .Desc .box-3 table tr {
  position: relative;
}
.all .Desc .box-3 table tr::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 8px;
}
.all .Desc .box-3 table tr:nth-of-type(2) td, .all .Desc .box-3 table tr:nth-of-type(3) td {
  font-size: 24px;
  font-weight: 700;
}
@media all and (max-width: 768px) {
  .all .Desc .box-3 table tr:nth-of-type(2) td, .all .Desc .box-3 table tr:nth-of-type(3) td {
    font-size: 20px;
  }
}
@media all and (max-width: 480px) {
  .all .Desc .box-3 table tr:nth-of-type(2) td, .all .Desc .box-3 table tr:nth-of-type(3) td {
    font-size: 4.5vw;
  }
}
.all .Desc .box-3 table tr:nth-of-type(2) td span, .all .Desc .box-3 table tr:nth-of-type(3) td span {
  font-weight: normal;
}
.all .Desc .box-3 table tr td:nth-of-type(2) {
  border-left: 1px solid #fff;
}
.all .Desc .box-3 table tr:nth-of-type(4) td {
  font-size: 35px;
  font-weight: 600;
}
.all .Desc .box-3 table tr:nth-of-type(4) td span {
  font-size: 45px;
}
@media all and (max-width: 768px) {
  .all .Desc .box-3 table tr:nth-of-type(4) td {
    font-size: 30px;
  }
  .all .Desc .box-3 table tr:nth-of-type(4) td span {
    font-size: 40px;
  }
}
@media all and (max-width: 480px) {
  .all .Desc .box-3 table tr:nth-of-type(4) td {
    font-size: 6vw;
  }
  .all .Desc .box-3 table tr:nth-of-type(4) td span {
    font-size: 8vw;
  }
}
.all .Desc .box-3 table th,
.all .Desc .box-3 table td {
  height: 100px;
  vertical-align: middle;
  padding: 0 20px;
}
@media all and (max-width: 1024px) {
  .all .Desc .box-3 table th,
  .all .Desc .box-3 table td {
    height: auto;
    padding: 20px;
  }
}
@media all and (max-width: 480px) {
  .all .Desc .box-3 table th,
  .all .Desc .box-3 table td {
    padding: 3.5vw;
  }
}
.all .Desc .box-3 table th {
  font-size: 30px;
  font-weight: 600;
  background-color: #441443;
  border: 5px solid #773673;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .all .Desc .box-3 table th {
    font-size: 26px;
  }
}
@media all and (max-width: 480px) {
  .all .Desc .box-3 table th {
    font-size: 5vw;
    border: 3px solid #773673;
  }
}
.all .Desc .box-3 table .th-title {
  color: #773773;
  font-size: 40px;
  font-weight: 600;
  background-color: #fff;
  border: 5px solid #773673;
}
@media all and (max-width: 768px) {
  .all .Desc .box-3 table .th-title {
    font-size: 32px;
  }
}
@media all and (max-width: 480px) {
  .all .Desc .box-3 table .th-title {
    font-size: 6vw;
    border: 3px solid #773673;
  }
}
.all .Desc .box-3 table .th-title i {
  margin-right: 8px;
}
.all .note {
  background: #bc4c98 url(../images/bg-img03.png) no-repeat bottom 15px right -30px;
  background-size: 450px auto;
}
@media all and (max-width: 1280px) {
  .all .note {
    background: #bc4c98 url(../images/bg-img03.png) no-repeat bottom right;
    background-size: 250px auto;
  }
}
@media all and (max-width: 480px) {
  .all .note {
    background-size: 50vw auto;
  }
}
@keyframes Zoom1 {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.1);
  }
  10% {
    transform: scale(1);
  }
}
@media all and (max-width: 768px) {
  .all {
    font-size: 18px;
  }
  @keyframes Zoom1 {
    0% {
      transform: scale(1);
    }
    5% {
      transform: scale(1.2);
    }
    10% {
      transform: scale(1);
    }
  }
}
@media all and (max-width: 480px) {
  .all {
    font-size: 4.5vw;
  }
}

.gotop::before {
  font-family: Arial;
  font-size: 18px;
  letter-spacing: 1px;
  content: "Top";
  color: #fff;
  background-color: #e75d99;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: fixed;
  bottom: 2px;
  right: 2px;
  display: block;
  text-align: center;
  line-height: 3;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  .gotop::before {
    font-size: 5vw;
    width: 12vw;
    height: 12vw;
    line-height: 2.5;
  }
}
.gotop:hover::before {
  background-color: #ff77b2;
}

#top_ifram iframe {
  z-index: 900;
  overflow: visible;
  height: 280px;
  width: 100%;
  margin-bottom: -219px;
  border: 0 none;
  position: relative;
}

footer {
  background-color: #5d379d;
}
footer .respIframe {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}/*# sourceMappingURL=basic.css.map */