@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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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;
}

html {
  height: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 900px) {
  html {
    min-width: inherit;
    min-width: auto;
  }
}

body {
  height: 100%;
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
  background: none;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: "noto-sans-cjk-jp", noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: #000;
}
body:before, body:after {
  content: "";
  position: fixed;
  right: 2%;
  top: 1%;
  background: url(./images/waku_top.svg) no-repeat center center;
  background-size: 100% 100%;
  width: 444px;
  height: 346px;
  z-index: 5;
  pointer-events: none;
  -webkit-filter: drop-shadow(0px 0px 6px #FF76B4) drop-shadow(0px 0px 1px #FF76B4);
          filter: drop-shadow(0px 0px 6px #FF76B4) drop-shadow(0px 0px 1px #FF76B4);
}
@media screen and (max-width: 900px) {
  body:before, body:after {
    width: 198px;
    height: 170px;
    right: 3.555%;
    top: 0;
    background-image: url(./images/waku_top_sp.svg);
  }
}
@media screen and (max-width: 414px) {
  body:before, body:after {
    top: -1%;
  }
}
body:after {
  content: "";
  position: fixed;
  right: auto;
  top: auto;
  left: 2%;
  bottom: 1%;
  background-image: url(./images/waku_bottom.svg);
  -webkit-filter: drop-shadow(0px 0px 6px #40B8F2) drop-shadow(0px 0px 1px #40B8F2);
          filter: drop-shadow(0px 0px 6px #40B8F2) drop-shadow(0px 0px 1px #40B8F2);
}
@media screen and (max-width: 900px) {
  body:after {
    width: 198px;
    height: 170px;
    left: 3.555%;
    bottom: 0;
    background-image: url(./images/waku_bottom_sp.svg);
  }
}
@media screen and (max-width: 414px) {
  body:after {
    bottom: -1%;
  }
}

a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:active {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  color: inherit;
}
a:focus {
  outline: none;
}

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

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

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

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 10;
  padding: 20px 0;
}
@media screen and (max-width: 414px) {
  .header {
    padding: 10px 0;
  }
}
.header .hd-inner {
  max-width: 1300px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 414px) {
  .header .hd-inner {
    width: 95%;
  }
}
.header .hd-inner .logo {
  width: 160px;
  font-size: 0;
}
@media screen and (max-width: 900px) {
  .header .hd-inner .logo {
    width: 127px;
  }
}
@media screen and (max-width: 414px) {
  .header .hd-inner .logo {
    width: 110px;
  }
}
@media screen and (max-height: 480px) {
  .header .hd-inner .logo {
    width: 100px;
  }
}

.main {
  overflow: hidden;
}
.main .bg {
  position: relative;
  background: url(./images/bg.png) no-repeat center top;
  background-size: cover;
}
.main .bg .mv {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .main .bg .mv {
    height: 100vh;
    height: 100dvh;
    height: calc(var(--vh) * 100);
  }
}
.main .bg .mv .wrapper {
  position: relative;
  padding: 0;
  height: auto;
}
@media screen and (max-width: 900px) {
  .main .bg .mv .wrapper {
    text-align: center;
    padding: 0;
  }
  .main .bg .mv .wrapper .unit-btn-inner {
    width: 85%;
  }
}
.main .bg .mv .wrapper:before {
  content: "";
  width: 600px;
  height: 475px;
  background: url(./images/mv_img.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: -100px;
  top: 50px;
  animation: fuwa 2.5s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 900px) {
  .main .bg .mv .wrapper:before {
    width: 427px;
    height: 338px;
    right: -190px;
    top: 120px;
    opacity: 0.6;
  }
}
.main .bg .mv .wrapper .slide-inner {
  position: relative;
  -webkit-animation: slide 0.8s 0.5s ease-out forwards 1;
          animation: slide 0.8s 0.5s ease-out forwards 1;
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .main .bg .mv .wrapper .slide-inner {
    -webkit-animation: slidesp 0.8s 0.5s ease-out forwards 1;
            animation: slidesp 0.8s 0.5s ease-out forwards 1;
  }
}
.main .bg .mv .wrapper .mv-txt {
  max-width: 526px;
  width: 55%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .main .bg .mv .wrapper .mv-txt {
    max-width: 324px;
    width: 80%;
    margin: auto auto 15px;
    z-index: 2;
  }
}
@media screen and (max-width: 414px) {
  .main .bg .mv .wrapper .mv-txt {
    margin: auto auto 5px;
  }
}
.main .bg .mv .wrapper .h1-txt {
  max-width: 810px;
  width: 100%;
  margin-top: 30px;
  margin-left: -60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .main .bg .mv .wrapper .h1-txt {
    max-width: 240px;
    width: 100%;
    margin: auto;
    z-index: 2;
  }
}
@media screen and (max-height: 480px) {
  .main .bg .mv .wrapper .h1-txt {
    max-width: 150px;
  }
}
.main .bg .mv .wrapper .mv-list {
  max-width: 458px;
  width: 48%;
  position: relative;
  z-index: 1;
  margin: -10px 0 1%;
}
@media screen and (max-width: 900px) {
  .main .bg .mv .wrapper .mv-list {
    max-width: 356px;
    width: 95%;
    margin: -20px auto -20px;
    z-index: 2;
  }
}
@media screen and (max-width: 414px) {
  .main .bg .mv .wrapper .mv-list {
    margin: -20px 0 -20px;
  }
}
@media screen and (max-height: 480px) {
  .main .bg .mv .wrapper .mv-list {
    margin: -10px 0;
  }
}
.main .bg .mv .wrapper .scroll-icon {
  width: 41px;
  height: 259px;
  z-index: 1;
  position: absolute;
  right: -96px;
  bottom: -90px;
}
@media screen and (max-width: 1180px) {
  .main .bg .mv .wrapper .scroll-icon {
    right: -40px;
  }
}
@media screen and (max-width: 900px) {
  .main .bg .mv .wrapper .scroll-icon {
    right: 0;
    bottom: -40px;
  }
}
.main .bg .mv .wrapper .scroll-icon .icon {
  display: block;
  width: 1px;
  height: 124px;
  position: relative;
  margin-left: auto;
}
.main .bg .mv .wrapper .scroll-icon .icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
  right: 0;
  bottom: 0;
}
.main .sec1 {
  padding: 20px 0 50px;
}
@media screen and (max-width: 900px) {
  .main .sec1 {
    padding: 50px 0;
  }
}
.main .sec1 .wrapper {
  position: relative;
}
.main .sec1 .wrapper .img {
  max-width: 912px;
  width: 95%;
}
@media screen and (max-width: 900px) {
  .main .sec1 .wrapper .img {
    max-width: 310px;
    margin: auto;
  }
}
.main .sec1 .wrapper .line-inner {
  display: block;
  position: relative;
  width: 100%;
  padding: 50px 0 90px;
  margin-top: -67px;
}
@media screen and (max-width: 900px) {
  .main .sec1 .wrapper .line-inner {
    max-width: 500px;
    width: 100%;
    margin: -40px auto auto;
    padding: 50px 0 70px;
  }
}
.main .sec1 .wrapper .line-inner:before, .main .sec1 .wrapper .line-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 116px;
  background: url(./images/sec1_line1.png) no-repeat center top;
  background-size: 100% 100%;
}
@media screen and (max-width: 900px) {
  .main .sec1 .wrapper .line-inner:before, .main .sec1 .wrapper .line-inner:after {
    background-image: url(./images/sec1_line1_sp.png);
  }
}
.main .sec1 .wrapper .line-inner:after {
  bottom: 0;
  top: auto;
  background-image: url(./images/sec1_line2.png);
}
@media screen and (max-width: 900px) {
  .main .sec1 .wrapper .line-inner:after {
    background-image: url(./images/sec1_line2_sp.png);
  }
}
.main .sec1 .wrapper .line-inner .title {
  position: relative;
  z-index: 1;
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0.25rem;
  margin: 10px auto auto;
}
@media screen and (max-width: 900px) {
  .main .sec1 .wrapper .line-inner .title {
    font-size: 2.5rem;
  }
}
.main .sec1 .wrapper .line-inner p {
  position: relative;
  z-index: 1;
  margin: 20px auto auto;
}
.main .sec2 {
  position: relative;
  z-index: 1;
  padding: 100px 0 100px;
}
.main .sec2:after {
  content: "";
  width: 213px;
  height: 590px;
  background: url(./images/sec2_bg_icon.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  left: -70px;
  bottom: -20px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .main .sec2:after {
    width: 190px;
    height: 540px;
    left: -100px;
  }
}
@media screen and (max-width: 900px) {
  .main .sec2:after {
    width: 90px;
    height: 251px;
    left: -30px;
    bottom: -100px;
  }
}
.main .sec2 .anime-square {
  width: 50px;
  height: 44px;
  background: url(./images/bg_icon_mini_square.svg) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media screen and (max-width: 900px) {
  .main .sec2 .anime-square {
    width: 28px;
    height: 24px;
    left: 30px;
    bottom: -50px;
    background-size: 100% 100%;
  }
}
.main .sec2 .anime-square .border {
  display: block;
  width: 19px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main .sec2 .anime-square .border img {
  font-size: 0;
}
.main .sec2 .anime-square .border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-animation: pathmoveyoko 1.4s ease-in-out infinite;
          animation: pathmoveyoko 1.4s ease-in-out infinite;
  opacity: 0;
  left: 0;
  bottom: 0;
}
.main .sec2 .wrapper {
  position: relative;
  text-align: center;
}
.main .sec2 .wrapper:before {
  content: "";
  width: 52px;
  height: 64px;
  background: url(./images/bg_icon_dot.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  right: -85px;
  bottom: 66px;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper:before {
    display: none;
  }
}
.main .sec2 .wrapper .merit-list-wrap {
  max-width: 877px;
  width: 90%;
  margin: auto auto 50px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .merit-list-wrap {
    max-width: 354px;
    width: 100%;
    margin: 50px auto 50px;
  }
}
.main .sec2 .wrapper .merit-list-wrap .quare-slide {
  position: absolute;
  right: -45px;
  top: -60px;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .merit-list-wrap .quare-slide {
    right: 0;
    top: -20px;
  }
}
.main .sec2 .wrapper .merit-list {
  width: 100%;
}
.main .sec2 .wrapper .merit-list li {
  max-width: 261px;
  width: 32%;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .merit-list li {
    max-width: 100%;
    width: 100%;
    margin: auto auto 50px;
  }
  .main .sec2 .wrapper .merit-list li:last-child {
    margin-bottom: 0;
  }
}
.main .sec2 .wrapper .merit-list li .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 261px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 261px;
  text-align: center;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .merit-list li .img {
    max-width: 261px;
    margin: auto;
  }
}
.main .sec2 .wrapper .merit-list li .img > img {
  max-height: 223px;
  height: auto;
  margin: 0 auto;
  font-size: 0;
}
.main .sec2 .wrapper .merit-list li .title {
  font-size: 2rem;
  font-weight: 700;
  margin: 20px 0;
  text-align: center;
  line-height: 1.5;
  min-height: 60px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .merit-list li .title {
    min-height: 100%;
  }
}
.main .sec2 .wrapper .merit-list li .txt {
  text-align: left;
}
.main .sec2 .wrapper .merit-list li:last-child .img img {
  margin-right: -10px;
}
.main .sec2 .wrapper .catch {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  background: #151515;
  padding: 5px 15px;
  margin: auto;
}
@media screen and (max-width: 1045px) {
  .main .sec2 .wrapper .catch {
    max-width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .catch {
    max-width: 331px;
    width: 90%;
    font-size: 1.8rem;
    padding: 15px 0;
    margin: auto;
  }
}
@media screen and (max-width: 414px) {
  .main .sec2 .wrapper .catch {
    letter-spacing: 0;
  }
}
.main .sec3 {
  padding: 100px 0;
  position: relative;
  background: #151515;
}
@media screen and (max-width: 900px) {
  .main .sec3 {
    padding: 0 0 100px;
  }
}
.main .sec3:before, .main .sec3:after {
  content: "";
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(21, 21, 21, 0)), to(rgb(21, 21, 21)));
  background: linear-gradient(to bottom, rgba(21, 21, 21, 0) 50%, rgb(21, 21, 21) 100%);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -200px;
}
.main .sec3:after {
  top: auto;
  bottom: -200px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(21, 21, 21, 0)), to(rgb(21, 21, 21)));
  background: linear-gradient(to top, rgba(21, 21, 21, 0) 50%, rgb(21, 21, 21) 100%);
  z-index: 1;
}
.main .sec3 .wrapper {
  position: relative;
}
@media screen and (max-width: 900px) {
  .main .sec3 .wrapper .txt-right {
    text-align: left;
  }
  .main .sec3 .wrapper .txt-right br {
    display: none;
  }
}
.main .sec3 .wrapper .quare-slide {
  position: absolute;
  left: -88px;
  bottom: -74px;
}
@media screen and (max-width: 900px) {
  .main .sec3 .wrapper .quare-slide {
    left: -35px;
    bottom: -60px;
  }
}
.main .sec3 .wrapper .sec3-bg-img {
  width: 604px;
  height: 470px;
  position: absolute;
  left: -220px;
  top: -15px;
}
@media screen and (max-width: 900px) {
  .main .sec3 .wrapper .sec3-bg-img {
    width: 437px;
    height: 340px;
    display: block;
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    top: 20px;
  }
}
@media screen and (max-width: 425px) {
  .main .sec3 .wrapper .sec3-bg-img {
    margin: 0;
    left: -70px;
    right: auto;
  }
}
.main .sec3 .wrapper .sec3-bg-img .gear {
  width: 230px;
  height: 230px;
  position: absolute;
  right: 30px;
  top: 100px;
  -webkit-animation: 15s linear infinite rotation;
          animation: 15s linear infinite rotation;
}
@media screen and (max-width: 900px) {
  .main .sec3 .wrapper .sec3-bg-img .gear {
    width: 160px;
    height: 160px;
    top: 80px;
  }
}
.main .sec3 .wrapper > .img {
  width: 100%;
  height: 298px;
  display: flex;
  justify-content: center;
  margin: 70px auto 0 auto;
  position: relative;
  z-index: 1;
}
.img-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .main .sec3 .wrapper > .img {
    margin-top: 30px;
  }
  .img-sp {
    display: block;
  }
  .img-pc {
    display: none;
  }
}
.main .sec4 {
  position: relative;
  padding: 100px 0;
  background: url(./images/sec4_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .main .sec4 {
    background-image: url(./images/sec4_bg_sp.jpg);
  }
}
.main .sec4:after {
  content: "";
  width: 213px;
  height: 590px;
  background: url(./images/sec4_bg_icon.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  right: -73px;
  top: -120px;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .main .sec4:after {
    width: 90px;
    right: -25px;
    top: -90px;
  }
}
.main .sec4 .wrapper {
  position: relative;
  z-index: 2;
}
.main .sec4 .wrapper .anime-square {
  width: 50px;
  height: 44px;
  background: url(./images/bg_icon_mini_square.svg) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: -130px;
}
@media screen and (max-width: 900px) {
  .main .sec4 .wrapper .anime-square {
    width: 28px;
    height: 24px;
    left: 0;
    bottom: -150px;
    background-size: 100% 100%;
  }
}
.main .sec4 .wrapper .anime-square .border {
  display: block;
  width: 19px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main .sec4 .wrapper .anime-square .border img {
  font-size: 0;
}
.main .sec4 .wrapper .anime-square .border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-animation: pathmoveyoko 1.4s ease-in-out infinite;
          animation: pathmoveyoko 1.4s ease-in-out infinite;
  opacity: 0;
  left: 0;
  bottom: 0;
}
.main .sec4 .wrapper .flow-list {
  max-width: 928px;
  width: 100%;
  margin: 50px auto;
}
@media screen and (max-width: 900px) {
  .main .sec4 .wrapper .flow-list {
    max-width: 270px;
    width: 100%;
  }
}
.main .sec4 .wrapper .flow-list li {
  position: relative;
  max-width: 250px;
  width: 32%;
}
@media screen and (max-width: 900px) {
  .main .sec4 .wrapper .flow-list li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 70px;
  }
}
.main .sec4 .wrapper .flow-list li .list-bg {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 30px;
  text-align: center;
  padding: 40px 0;
}
.main .sec4 .wrapper .flow-list li:after {
  content: "";
  width: 81px;
  height: 75px;
  background: url(./images/arrow.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: -32%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation-name: yura;
          animation-name: yura;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .main .sec4 .wrapper .flow-list li:after {
    right: -28%;
  }
}
@media screen and (max-width: 900px) {
  .main .sec4 .wrapper .flow-list li:after {
    right: 0;
    left: 0;
    top: auto;
    bottom: -85px;
    -webkit-animation-name: yura2;
            animation-name: yura2;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    margin: auto;
  }
}
@media screen and (max-width: 900px) {
  .main .sec4 .wrapper .flow-list li:last-child {
    margin-bottom: 0;
  }
}
.main .sec4 .wrapper .flow-list li:last-child:after {
  display: none;
}
.main .sec4 .wrapper .flow-list li .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.main .sec5 {
  position: relative;
  padding: 300px 0 150px;
  background: url(./images/sec5_bg.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .main .sec5 {
    padding: 240px 0 70px;
  }
}
.main .sec5:before {
  content: "";
  width: 100%;
  height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
}
.main .sec5 .wrapper {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}
.main .sec5 .wrapper .unit-title-01 {
  margin-bottom: 50px;
}
.main .sec5 .wrapper .scroll-inner {
  border: 1px solid #C9C9C9;
  width: 100%;
  height: 560px;
  overflow: auto;
}
.main.en .sec1 .wrapper .line-inner > p {
  max-width: 613px;
  width: 80%;
  margin: 20px auto auto;
}
@media screen and (max-width: 900px) {
  .main.en .sec1 .wrapper .line-inner > p {
    max-width: 313px;
  }
}
@media screen and (max-width: 900px) {
  .main.en .sec2 .wrapper .catch {
    width: 100%;
    letter-spacing: 0.1rem;
  }
}
.main.en .sec3 .wrapper .txt-right > .txt {
  max-width: 589px;
  width: 100%;
  margin-left: auto;
  position: relative;
}
.main.en .sec4 .wrapper .flow-list li {
  min-height: 190px;
}
@media screen and (max-width: 900px) {
  .main.en .sec4 .wrapper .flow-list li {
    min-height: 100%;
  }
}
.main.en .sec4 .wrapper .flow-list li .list-bg {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 17px 0;
}
@media screen and (max-width: 900px) {
  .main.en .sec4 .wrapper .flow-list li .list-bg {
    padding: 30px 0;
  }
}
.main.en .sec4 .wrapper .flow-list li .list-bg .title {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .main.en .sec4 .wrapper .flow-list li .list-bg .title {
    margin-bottom: 15px;
  }
}
.main.en .sec4 .wrapper .flow-list li .list-bg .txt {
  max-width: 221px;
  width: 90%;
  margin: 0 auto auto;
}
.main.en .sec4 .wrapper .flow-list li:nth-of-type(2) .title {
  margin-bottom: 15px;
}

.footer {
  background: #151515;
  padding: 35px 0 80px;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .wrapper img {
  width: 385px;
  font-size: 0;
}
@media screen and (max-width: 900px) {
  .footer .wrapper img {
    max-width: 309px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .footer .wrapper .copy {
    display: block;
    margin-top: 20px;
  }
}

.wrapper {
  width: 960px;
  max-width: 90%;
  margin: auto;
}

.unit-title-01 {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.unit-title-01 .txt {
  position: relative;
  display: block;
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .unit-title-01 .txt {
    font-size: 2.5rem;
    margin-bottom: -70px;
  }
}
.unit-title-01 .img {
  max-width: 100%;
  max-height: 100%;
  height: 115px;
  margin-top: -95px;
}
@media screen and (max-width: 900px) {
  .unit-title-01 .img {
    height: 50px;
    margin: 0;
  }
}
.unit-title-01.customize {
  text-align: right;
}
@media screen and (max-width: 900px) {
  .unit-title-01.customize {
    position: relative;
    text-align: center;
    margin: 10px auto 120px;
    z-index: 2;
    max-width: 412px;
    width: 100%;
  }
}
.unit-title-01.customize .img {
  margin-top: 0;
  margin-right: -160px;
}
@media screen and (max-width: 900px) {
  .unit-title-01.customize .img {
    margin: auto;
  }
}
@media screen and (max-width: 425px) {
  .unit-title-01.customize .img {
    margin: auto -5%;
    max-width: 110%;
    width: 110%;
    min-height: 100%;
    max-height: 100%;
    height: auto;
  }
}
.unit-title-01.customize .icon {
  display: block;
  margin: 20px 0 20px auto;
  width: 81px;
  font-size: 0;
}
@media screen and (max-width: 900px) {
  .unit-title-01.customize .icon {
    margin: -90px 0 50px 20px;
    width: 59px;
  }
}

.unit-btn-inner {
  position: relative;
}
@media screen and (max-width: 900px) {
  .unit-btn-inner {
    max-width: 330px;
    width: 100%;
    margin: auto;
    z-index: 2;
  }
}

.unit-btn-01 {
  position: relative;
  max-width: 400px;
  width: 44%;
  border-radius: 30px;
  background: #000;
  text-align: center;
  padding: 27px 0;
  margin: auto 3%;
  background: linear-gradient(135deg, #FF2478 0%, #CC6CFF 50%, #CC6CFF 50%, #FF2478 100%);
  background-position: 0 50%;
  background-size: 200% auto;
  -webkit-transition: background-position 0.5s ease-in-out;
  transition: background-position 0.5s ease-in-out;
  -webkit-box-shadow: 0px 0px 30px 0px #ff2478, 0px 0px 30px 0px #CC6CFF;
          box-shadow: 0px 0px 30px 0px #ff2478, 0px 0px 30px 0px #CC6CFF;
  -webkit-animation-name: howa1;
          animation-name: howa1;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (max-width: 900px) {
  .unit-btn-01 {
    width: 100%;
    margin: 15px auto;
    padding: 18px 0;
    border-radius: 20px;
  }
}
@media screen and (max-width: 414px) {
  .unit-btn-01 {
    margin: 10px auto;
  }
}
@media screen and (max-height: 480px) {
  .unit-btn-01 {
    padding: 10px 0;
    margin: 5px auto;
  }
}
.unit-btn-01 .txt {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  font-weight: 900;
  display: block;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 900px) {
  .unit-btn-01 .txt {
    font-size: 1.8rem;
  }
}
.unit-btn-01 .sub {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
}
.unit-btn-01:hover {
  opacity: 1;
  background-position: 100% 50%;
}
.unit-btn-01.blue {
  background: linear-gradient(135deg, #1FBFEF 0%, #A778FA 40%, #A778FA 60%, #1FBFEF 100%);
  background-position: 0 50%;
  background-size: 200% auto;
  -webkit-box-shadow: 0px 0px 30px 0px #1FBFEF, 0px 0px 30px 0px #A778FA;
          box-shadow: 0px 0px 30px 0px #1FBFEF, 0px 0px 30px 0px #A778FA;
  -webkit-animation-name: howa2;
          animation-name: howa2;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.unit-btn-01.blue:hover {
  opacity: 1;
  background-position: 100% 50%;
}

.en .unit-btn-01 .txt {
  font-size: 2.2rem;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 900px) {
  .en .unit-btn-01 .txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .en .unit-btn-01 .txt {
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}

.unit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.unit-flex.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.unit-flex.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.unit-flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-mid {
  font-weight: 500;
}

.txt-bold {
  font-weight: 700;
}

.marker {
  display: inline-block;
  border-radius: 6px;
  padding: 2px 10px;
  background: linear-gradient(135deg, #ccfff7 0%, #d5d5ff 50%, #ffd8f7 100%);
  color: #001193;
  font-size: 3.3rem;
  margin: 0 10px 0 5px;
}
@media screen and (max-width: 900px) {
  .marker {
    font-size: 2.4rem;
    padding: 5px 10px 10px 10px;
    line-height: 1;
    letter-spacing: 0.1rem;
  }
}
.marker .price {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .marker .price {
    font-size: 3rem;
  }
}

.txt-box p {
  margin-bottom: 20px;
}
.txt-box p:last-of-type {
  margin-bottom: 0;
}

.iblock {
  display: inline-block;
}

.unit-list-01 li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
}
@media screen and (max-width: 900px) {
  .unit-list-01 li {
    margin-top: 10px;
  }
}
.unit-list-01 li:before {
  content: "・";
  margin-left: -1em;
}
.unit-list-01 li:first-child {
  margin-top: 0;
}
.unit-list-01 li a {
  color: #0071BC;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .unit-list-01.attention {
    margin-top: 10px;
  }
}
.unit-list-01.attention li {
  color: #707070;
  font-size: 1.2rem;
  letter-spacing: 0.02rem;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .unit-list-01.attention li {
    margin: 0 !important;
  }
}
.unit-list-01.attention li:before {
  content: "※";
  margin-left: -1em;
}

.unit-table-01 {
  width: 100%;
  margin: auto;
  background: #14151D;
}
.unit-table-01 th, .unit-table-01 td {
  font-weight: 400;
  text-align: left;
  border: 1px solid #454545;
  padding: 30px 30px;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .unit-table-01 th, .unit-table-01 td {
    padding: 15px 15px;
  }
}
.unit-table-01 th {
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .unit-table-01 td {
    width: 50%;
  }
}

.quare-slide {
  position: relative;
  width: 130px;
  height: 129px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .quare-slide {
    width: 110px;
    height: 109px;
  }
}
.quare-slide .unit-quare {
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 129px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 10%);
  gap: 10px 10px;
  -webkit-animation: loop-slide 3s infinite linear 1s both;
          animation: loop-slide 3s infinite linear 1s both;
}
@media screen and (max-width: 900px) {
  .quare-slide .unit-quare {
    width: 110px;
    height: 109px;
    gap: 4px 4px;
    grid-template-columns: repeat(auto-fit, 13%);
  }
}
.quare-slide .unit-quare span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .quare-slide .unit-quare span {
    width: 4px;
    height: 4px;
  }
}
.quare-slide .unit-quare:nth-of-type(2) {
  left: 140px;
}
@media screen and (max-width: 900px) {
  .quare-slide .unit-quare:nth-of-type(2) {
    left: 110px;
  }
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fade.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

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

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes howa1 {
  0%, 100% {
    -webkit-box-shadow: 0px 0px 20px 0px #ff2478, 0px 0px 20px 0px #CC6CFF;
            box-shadow: 0px 0px 20px 0px #ff2478, 0px 0px 20px 0px #CC6CFF;
  }
  50% {
    -webkit-box-shadow: 0px 0px 30px 0px #ff2478, 0px 0px 30px 0px #CC6CFF;
            box-shadow: 0px 0px 30px 0px #ff2478, 0px 0px 30px 0px #CC6CFF;
  }
}
@keyframes howa1 {
  0%, 100% {
    -webkit-box-shadow: 0px 0px 20px 0px #ff2478, 0px 0px 20px 0px #CC6CFF;
            box-shadow: 0px 0px 20px 0px #ff2478, 0px 0px 20px 0px #CC6CFF;
  }
  50% {
    -webkit-box-shadow: 0px 0px 30px 0px #ff2478, 0px 0px 30px 0px #CC6CFF;
            box-shadow: 0px 0px 30px 0px #ff2478, 0px 0px 30px 0px #CC6CFF;
  }
}
@-webkit-keyframes howa2 {
  0%, 100% {
    -webkit-box-shadow: 0px 0px 20px 0px #1FBFEF, 0px 0px 20px 0px #A778FA;
            box-shadow: 0px 0px 20px 0px #1FBFEF, 0px 0px 20px 0px #A778FA;
  }
  50% {
    -webkit-box-shadow: 0px 0px 30px 0px #1FBFEF, 0px 0px 30px 0px #A778FA;
            box-shadow: 0px 0px 30px 0px #1FBFEF, 0px 0px 30px 0px #A778FA;
  }
}
@keyframes howa2 {
  0%, 100% {
    -webkit-box-shadow: 0px 0px 20px 0px #1FBFEF, 0px 0px 20px 0px #A778FA;
            box-shadow: 0px 0px 20px 0px #1FBFEF, 0px 0px 20px 0px #A778FA;
  }
  50% {
    -webkit-box-shadow: 0px 0px 30px 0px #1FBFEF, 0px 0px 30px 0px #A778FA;
            box-shadow: 0px 0px 30px 0px #1FBFEF, 0px 0px 30px 0px #A778FA;
  }
}
@-webkit-keyframes fuwa {
  0% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fuwa {
  0% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes pathmoveyoko {
  0% {
    width: 0;
    left: 0;
    opacity: 0;
  }
  30% {
    width: 80%;
    opacity: 1;
  }
  100% {
    width: 0;
    left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes yura {
  0% {
    -webkit-transform: translate3d(-10%, 0, 0) translateY(-50%);
            transform: translate3d(-10%, 0, 0) translateY(-50%);
  }
  50% {
    -webkit-transform: translate3d(10%, 0, 0) translateY(-50%);
            transform: translate3d(10%, 0, 0) translateY(-50%);
  }
  100% {
    -webkit-transform: translate3d(-10%, 0, 0) translateY(-50%);
            transform: translate3d(-10%, 0, 0) translateY(-50%);
  }
}
@keyframes yura {
  0% {
    -webkit-transform: translate3d(-10%, 0, 0) translateY(-50%);
            transform: translate3d(-10%, 0, 0) translateY(-50%);
  }
  50% {
    -webkit-transform: translate3d(10%, 0, 0) translateY(-50%);
            transform: translate3d(10%, 0, 0) translateY(-50%);
  }
  100% {
    -webkit-transform: translate3d(-10%, 0, 0) translateY(-50%);
            transform: translate3d(-10%, 0, 0) translateY(-50%);
  }
}
@-webkit-keyframes yura2 {
  0% {
    bottom: -5%;
    -webkit-transform: translateY(65px) rotate(90deg);
            transform: translateY(65px) rotate(90deg);
  }
  50% {
    bottom: 5%;
    -webkit-transform: translateY(65px) rotate(90deg);
            transform: translateY(65px) rotate(90deg);
  }
  100% {
    bottom: -5%;
    -webkit-transform: translateY(65px) rotate(90deg);
            transform: translateY(65px) rotate(90deg);
  }
}
@keyframes yura2 {
  0% {
    bottom: -5%;
    -webkit-transform: translateY(65px) rotate(90deg);
            transform: translateY(65px) rotate(90deg);
  }
  50% {
    bottom: 5%;
    -webkit-transform: translateY(65px) rotate(90deg);
            transform: translateY(65px) rotate(90deg);
  }
  100% {
    bottom: -5%;
    -webkit-transform: translateY(65px) rotate(90deg);
            transform: translateY(65px) rotate(90deg);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slide {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes slidesp {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes slidesp {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes loop-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
@keyframes loop-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}