@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@600&display=swap");
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%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #1D1D1D;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

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

* {
  box-sizing: border-box;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.mincyou {
  font-family: 'Noto Serif JP', serif;
}

.youmincho {
  font-family: 'YuMincho','Yu Mincho', serif;
}

.sawarabi {
  font-family: 'Sawarabi Mincho', Helvetica, Arial, sans-serif;
}

.img {
  display: block;
}
.img img {
  width: 100%;
  display: block;
}

textarea,
button,
select,
input,
input[type=radio],
input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  background: none;
}

.inner {
  width: 100%;
  max-width: 1200px;
  position: relative;
}

header {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 80px;
  z-index: 100;
  position: relative;
}
header #header {
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #FFF;
  transition: top .5s;
  display: flex;
  justify-content: center;
}
header .inner {
  display: flex;
  align-items: center;
  height: 80px;
}
header .logo {
  width: 143px;
}
header .navi {
  width: fit-content;
  display: flex;
  margin-left: auto;
}
header .navi .list {
  width: 126px;
  text-align: center;
}
header .navi .list .item {
  width: 100%;
  display: block;
  transition: opacity .3s;
}
header .navi .list .item .in-text {
  font-size: 13px;
  font-weight: 600;
}
header .navi .list .item:hover {
  opacity: 0.6;
}

.main {
  display: flex;
  justify-content: center;
  position: relative;
}
.main .inner {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 2;
}
.main .inner .app-main .catch-sholder {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}
.main .inner .app-main .catch {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}
.main .inner .app-main .app-link {
  display: flex;
  gap: 20px;
  margin-top: 52px;
}
.main .inner .app-main .app-link .app {
  display: block;
  width: auto;
  height: 48px;
}
.main .inner .app-main .app-link .app img {
  width: auto;
  height: 48px;
}
.main .slider-wrap {
  margin-top: 82px;
}

.slider-wrap {
  width: 100vw;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.slider-wrap .slider-box {
  width: calc(100% + 0px);
  height: 100%;
  transform: translateX(40vw);
  overflow: hidden;
}
.slider-wrap .slider-box .slider3,
.slider-wrap .slider-box .slider2,
.slider-wrap .slider-box .slider {
  width: calc(100% + 64px);
  transform: translateX(-32px);
  overflow: hidden;
}
.slider-wrap .slider-box .slider3 .slick-slide,
.slider-wrap .slider-box .slider2 .slick-slide,
.slider-wrap .slider-box .slider .slick-slide {
  padding: 0 32px;
}

.section {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 188px 0 0;
}
.section.gra {
  background: #ff7a06;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff7a06 0%, #ea526f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff7a06 0%, #ea526f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff7a06 0%, #ea526f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a06', endColorstr='#ea526f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 70px 0;
  margin-top: 194px;
}
.section.gra .inner {
  background: #FFF;
  border-radius: 30px;
  padding: 95px 100px;
}
.section.gra .inner .section-title {
  margin-top: 0;
}
.section .section-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.93;
  letter-spacing: 0.05rem;
  text-align: center;
}
.section .img + .section-title {
  margin-top: 15px;
}
.section .read {
  font-size: 17px;
  line-height: 2;
  font-weight: 600;
  margin-top: 32px;
  text-align: center;
}
.section .what-contents {
  border-radius: 30px;
  background: url(../images/bg1.png) no-repeat center center;
  background-size: cover;
  padding: 75px 80px;
}
.section .what-contents .what {
  width: 67px;
  margin: auto;
}
.section .what-contents .section-title {
  color: #FFF;
}
.section .what-contents .what-details {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 98px;
}
.section .what-contents .what-details .txt {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}
.section .what-contents .what-details .txt.wd-title {
  width: 167px;
}
.section .what-contents .what-details .txt.wd-title.img img {
  width: 137px;
}
.section .what-contents .what-details .txt1 {
  width: 167px;
  height: 80px;
  border: 2px solid #FFF;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}
.section .what-contents .what-details .has-arrow {
  position: relative;
}
.section .what-contents .what-details .has-arrow:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #FFF;
  opacity: 0.4;
}
.section .what-contents .what-details .txt-wrap {
  width: calc(100% - 624px);
  height: 120px;
  border: 1px dashed #FFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.section .what-contents .what-details .txt-wrap.dark {
  opacity: 0.4;
  border-radius: 45px;
  height: 80px;
}
.section .what-contents .what-details + .what-details {
  margin-top: 77px;
}
.section .how {
  width: 53px;
  margin: auto;
}
.section .how-box {
  border: 1px solid #E1E1E1;
  background: #FFF;
  border-radius: 30px;
  padding: 75px 87px;
  margin-top: 87px;
}
.section .how-box + .how-box {
  margin-top: 120px;
  position: relative;
}
.section .how-box + .how-box:before, .section .how-box + .how-box:after {
  content: "";
  position: absolute;
  display: block;
  top: -60px;
  right: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 6px;
  background: #C9C9C9;
}
.section .how-box + .how-box:before {
  transform: rotate(90deg);
}
.section .how-box.cs {
  background: #E1E1E1;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
}
.section .how-box.cs .in-text {
  font-size: 28px;
  color: #646464;
  font-family: 'Lexend', sans-serif;
}
.section .top-area {
  display: flex;
  position: relative;
  z-index: 10;
}
.section .top-area .img-area {
  width: 100%;
  max-width: 505px;
}
.section .top-area .img-area .img {
  max-width: 100%;
}
.section .top-area .img-area .img.img02 {
  max-width: 354px;
  margin: auto;
}
.section .top-area .right-area {
  padding-left: 40px;
}
.section .top-area .hash-btn {
  width: 120px;
  background: #ff7a06;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff7a06 0%, #ea526f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff7a06 0%, #ea526f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff7a06 0%, #ea526f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a06', endColorstr='#ea526f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 39px;
  height: 38px;
  font-size: 14px;
  font-weight: 700;
}
.section .top-area .how-title {
  font-size: 26px;
  line-height: 1.53;
  font-weight: 700;
  margin-top: 19px;
}
.section .top-area .how-text {
  font-size: 15px;
  line-height: 1.73;
  font-weight: 700;
  margin-top: 18px;
}
.section .top-area .circle-item {
  position: absolute;
  right: -163px;
  top: 70%;
  width: 163px;
  height: 163px;
  border-radius: 100%;
}
.section .top-area .circle-item .img {
  width: 163px;
  height: 163px;
  animation: 10s linear infinite rotation;
}
.section .top-area .circle-item .in-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  color: #EA526F;
  font-weight: 700;
  line-height: 1.55;
}
.section .slider-wrap {
  margin: 66px calc(50% - 50vw) 0;
}
.section .slider-wrap .slider-box {
  transform: translateX(15vw);
}
.section .contribution {
  display: flex;
  width: 100%;
  margin-top: 65px;
}
.section .contribution .in-box {
  width: 50%;
  display: flex;
}
.section .contribution .in-box .text-area {
  width: calc(100% - 185px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.section .contribution .in-box .text-area .hash-btn {
  width: 240px;
  background: #ff7a06;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff7a06 0%, #ea526f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff7a06 0%, #ea526f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff7a06 0%, #ea526f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a06', endColorstr='#ea526f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  height: 72px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 55px;
}
.section .contribution .in-box .text-area .in-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.section .contribution .in-box .text-area .arrow {
  width: 20px;
  margin: 70px auto 60px;
}
.section .contribution .in-box .img-area {
  width: 185px;
}
.section .start {
  width: 76px;
  margin: auto;
}
.section .step-list {
  display: flex;
  gap: 40px;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  margin-top: 66px;
}
.section .step-list .list {
  position: relative;
  width: 100%;
}
.section .step-list .list:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: -26px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #E1E1E1;
}
.section .step-list .list:nth-of-type(3):after {
  display: none;
}
.section .step-list .list .in-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #E1E1E1;
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.section .step-list .list .in-block .text-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section .step-list .list .step {
  border: 2px solid #1E1E24;
  border-radius: 20px;
  width: 120px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.section .step-list .list .s-text {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 700;
  min-height: 56px;
}
.section .future {
  width: 94px;
  margin: auto;
}
.section .future-box {
  display: flex;
  gap: 71px;
  margin-top: 60px;
}
.section .future-box img {
  width: 100%;
  max-width: 653px;
}
.section .future-box .in-box {
  width: 100%;
  max-width: calc(100% - 653px - 71px);
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.section .future-box .in-box .in-text {
  font-size: 15px;
  line-height: 1.733;
}
.section .future-box .in-box .in-text + .in-text {
  margin-top: 32px;
}

footer {
  display: flex;
  justify-content: center;
  position: relative;
  border-top: 1px solid #E1E1E1;
  padding-top: 64px;
  padding-bottom: 64px;
  margin-top: 165px;
}
footer .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-list {
  display: flex;
  gap: 58px;
}
footer .footer-list .list {
  width: fit-content;
}
footer .footer-list .list a {
  transition: opacity .3s;
}
footer .footer-list .list a .in-text {
  font-size: 14px;
  color: #888888;
  font-weight: 500;
}
footer .footer-list .list a:hover {
  opacity: 0.6;
}
footer .copy {
  font-size: 14px;
  margin-top: 64px;
  color: #AFAFAF;
}

.menu-btn {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}
.menu-btn:before, .menu-btn:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  margin: auto;
  width: 23px;
  height: 2px;
  background: #1E1E24;
  transition: all .3s;
}
.menu-btn:before {
  top: 30px;
}
.menu-btn:after {
  bottom: 30px;
}

.menu-open header .navi {
  transform: translateY(-30px);
}
.menu-open .menu-btn:before, .menu-open .menu-btn:after {
  background: #FFF;
}
.menu-open .menu-btn:before {
  animation: menu1 .3s ease-in-out 0s forwards;
}
.menu-open .menu-btn:after {
  animation: menu2 .3s ease-in-out 0s forwards;
}

.menu-close .menu-btn:before {
  top: 34px;
  transform: rotate(45deg);
  animation: remenu1 .3s ease-in-out 0s forwards;
}
.menu-close .menu-btn:after {
  bottom: 34px;
  transform: rotate(-45deg);
  animation: remenu2 .3s ease-in-out 0s forwards;
}

.sp {
  display: none;
}

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

  .pc {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  header .inner,
  header #header {
    height: 70px;
  }
  header .logo {
    width: 122px;
    margin-left: 20px;
  }
  header .navi {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: calc(100vh + 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ff7a06;
    /* Old browsers */
    background: -moz-linear-gradient(#ff7a06 0%, #ea526f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(#ff7a06 0%, #ea526f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(#ff7a06 0%, #ea526f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a06', endColorstr='#ea526f',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    margin: auto;
    transform: translateY(-110vh);
    border-radius: 30px;
    transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .navi .list {
    width: 100%;
  }
  header .navi .list .item {
    width: 100%;
    height: 36px;
    display: block;
  }
  header .navi .list .in-text {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
  }

  .main {
    flex-direction: column;
    z-index: 99;
    margin-top: 45px;
  }
  .main .inner {
    position: relative;
    height: initial;
    margin: 0;
  }
  .main .inner .app-main {
    padding: 0 20px;
  }
  .main .inner .app-main .catch-sholder {
    font-size: 20px;
  }
  .main .inner .app-main .catch {
    font-size: 32px;
    margin-top: 30px;
  }
  .main .inner .app-main .app-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999999;
  }
  .main .slider-wrap {
    margin-top: 51px;
  }
  .main .slider-wrap .slider-box {
    transform: translateX(20px);
  }

  .section {
    padding: 100px 0 0;
  }
  .section .what-contents {
    border-radius: 0;
    padding: 75px 20px;
  }
  .section .what-contents .what-details-wrap {
    display: flex;
    gap: 15px;
    width: 100%;
    margin-top: 64px;
  }
  .section .what-contents .what-details {
    flex-direction: column;
    align-items: center;
    width: 50%;
    gap: 40px;
    margin-top: 0;
  }
  .section .what-contents .what-details .txt.wd-title {
    width: 145px;
  }
  .section .what-contents .what-details .txt.wd-title.img img {
    width: auto;
    height: 20px;
    margin: auto;
  }
  .section .what-contents .what-details .txt1 {
    width: 145px;
    height: 72px;
    font-size: 18px;
  }
  .section .what-contents .what-details .txt-wrap {
    width: 100%;
    height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 27px 0;
    min-height: 210px;
  }
  .section .what-contents .what-details .txt-wrap.dark {
    border-radius: 5px;
    height: initial;
  }
  .section .what-contents .what-details .txt-wrap.dark .txt {
    font-size: 19px;
    line-height: 1.5;
  }
  .section .what-contents .what-details .has-arrow:after {
    content: "";
    position: absolute;
    display: block;
    top: initial;
    bottom: -25px;
    margin: auto;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 10px;
    border-color: #FFF transparent transparent transparent;
    opacity: 0.4;
  }
  .section .what-contents .what-details + .what-details {
    margin-top: 0;
  }
  .section .how-box {
    border-radius: 15px;
    padding: 57px 30px;
    width: calc(100% - 40px);
    margin: auto;
    margin-top: 87px;
    background: #FFF;
  }
  .section .how-box + .how-box:before, .section .how-box + .how-box:after {
    top: -70px;
    width: 24px;
    height: 4px;
  }
  .section .how-box.cs .in-text {
    font-size: 20px;
  }
  .section .top-area {
    flex-direction: column;
    z-index: 10;
    position: relative;
  }
  .section .top-area .hash-btn {
    width: 200px;
    height: 48px;
    position: absolute;
    left: 0;
    right: 0;
    top: -83px;
    margin: auto;
  }
  .section .top-area .how-title {
    font-size: 20px;
    margin-top: 0;
    text-align: center;
    font-feature-settings: "palt";
  }
  .section .top-area .how-text {
    font-size: 16px;
    margin-top: 24px;
  }
  .section .top-area .img-area {
    width: 100%;
    max-width: 245px;
    order: 2;
    margin: auto;
  }
  .section .top-area .right-area {
    padding-left: 0;
    width: 100%;
    order: 1;
  }
  .section .top-area .circle-item {
    position: absolute;
    right: 0;
    top: initial;
    bottom: -120px;
    width: 118px;
    height: 118px;
  }
  .section .top-area .circle-item .img {
    width: 118px;
    height: 118px;
  }
  .section .top-area .circle-item .in-text {
    font-size: 14px;
  }
  .section .slider-wrap .slider-box {
    transform: translateX(30px);
  }
  .section.gra .inner {
    width: calc(100% - 40px);
    margin: auto;
    border-radius: 20px;
    padding: 63px 10px;
  }
  .section.gra .inner .contribution {
    display: flex;
    width: 100%;
    margin-top: 40px;
    flex-direction: column;
  }
  .section.gra .inner .contribution .in-box {
    width: 100%;
    flex-direction: column;
  }
  .section.gra .inner .contribution .in-box .text-area {
    width: 100%;
    height: initial;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .section.gra .inner .contribution .in-box .text-area .arrow {
    width: 23px;
    margin: auto;
  }
  .section.gra .inner .contribution .in-box .text-area .hash-btn {
    width: 146px;
    height: 48px;
    font-size: 14px;
    margin-top: 0;
  }
  .section.gra .inner .contribution .in-box .text-area .in-text {
    font-size: 18px;
    font-feature-settings: "palt";
  }
  .section.gra .inner .contribution .in-box .img-area {
    width: 100%;
    margin-top: 10px;
  }
  .section.gra .inner .contribution .in-box + .in-box {
    margin-top: 40px;
  }
  .section .step-list {
    flex-direction: column;
    gap: 40px;
    width: calc(100% - 40px);
    margin: auto;
    margin-top: 66px;
  }
  .section .step-list .list:after {
    content: "";
    position: absolute;
    display: block;
    top: initial;
    bottom: -24px;
    right: 0;
    left: 0;
    margin: auto;
    border-style: solid;
    border-width: 10px 10px 0 12px;
    border-color: #E1E1E1 transparent transparent transparent;
  }
  .section .step-list .list .in-block {
    flex-direction: row;
    align-items: center;
    height: initial;
  }
  .section .step-list .list .in-block .text-area {
    width: 50%;
    padding: 20px 10px;
  }
  .section .step-list .list .in-block .img {
    width: 50%;
    height: 100%;
  }
  .section .step-list .list .in-block .img img {
    opacity: 0;
  }
  .section .step-list .list .in-block .s-text {
    margin-top: 11px;
    font-size: 16px;
    min-height: auto;
    text-align: center;
  }
  .section .step-list .list .step {
    border: 1px solid #1E1E24;
    width: 110px;
    height: 30px;
    margin-top: 0px;
    font-size: 15px;
  }
  .section .step-list .list:nth-of-type(1) .in-block .img {
    background: url(../images/img05.png) no-repeat center center;
    background-size: cover;
  }
  .section .step-list .list:nth-of-type(2) .in-block .img {
    background: url(../images/img06.png) no-repeat center center;
    background-size: cover;
  }
  .section .step-list .list:nth-of-type(3) .in-block .img {
    background: url(../images/img07.png) no-repeat center center;
    background-size: cover;
  }
  .section .future-box {
    width: calc(100% - 40px);
    flex-direction: column;
    gap: 32px;
    margin: auto;
    margin-top: 40px;
  }
  .section .future-box .in-box {
    width: 100%;
    max-width: 100%;
  }
  .section .future-box .in-box .in-text + .in-text {
    margin-top: 0;
  }

  .slider-wrap .slider-box {
    transform: translateX(20vw);
  }
  .slider-wrap .slider-box .slider3 .slick-slide,
  .slider-wrap .slider-box .slider2 .slick-slide,
  .slider-wrap .slider-box .slider .slick-slide {
    padding: 0 8px;
  }

  .js_isSafari .main .inner .app-main .app-link .android {
    display: none;
  }

  .js_isChrome .main .inner .app-main .app-link .appstore {
    display: none;
  }

  footer {
    display: flex;
    justify-content: center;
  }
  footer .footer-list {
    width: calc(100% - 40px);
    flex-wrap: wrap;
    gap: 20px 0;
  }
  footer .footer-list .list {
    width: 50%;
  }
}
/*
.this_anime{
    will-change: filter;

    -webkit-filter: blur(8px);
    filter: blur(8px);
    animation: blur 0.6s linear 0.30303s forwards;
}
.this_anime_text{

    will-change: animation;
    opacity: 0.1;
    color: transparent;
    animation: fadeIn 1.2s linear 0s forwards;
}
*/
.this-animeation {
  opacity: 0;
  transform: translateY(20px);
}
.this-animeation.is-start {
  animation: startanime .5s linear 0.2s forwards;
}

#canvas {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}

@keyframes startanime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blur {
  0% {
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes fadeIn {
  0% {
    text-shadow: 0 0 60px #000;
    opacity: 0.1;
    color: transparent;
  }
  50% {
    text-shadow: 0 0 30px #000;
  }
  85% {
    color: transparent;
  }
  90% {
    text-shadow: 0 0 0px #000;
  }
  100% {
    color: #000;
    opacity: 1;
  }
}
.this_anime.start:after {
  animation: fadeIn .5s ease-in-out 0.2s forwards;
}

@keyframes menu1 {
  0% {
    top: 30px;
    transform: rotate(0);
  }
  50% {
    top: 34px;
    transform: rotate(0);
  }
  100% {
    top: 34px;
    transform: rotate(45deg);
  }
}
@keyframes remenu1 {
  0% {
    top: 34px;
    transform: rotate(45deg);
  }
  50% {
    top: 34px;
    transform: rotate(0);
  }
  100% {
    top: 30px;
    transform: rotate(0);
  }
}
@keyframes menu2 {
  0% {
    bottom: 30px;
    transform: rotate(0);
  }
  50% {
    bottom: 34px;
    transform: rotate(0);
  }
  100% {
    bottom: 34px;
    transform: rotate(-45deg);
  }
}
@keyframes remenu2 {
  0% {
    bottom: 34px;
    transform: rotate(-45deg);
  }
  50% {
    bottom: 34px;
    transform: rotate(0);
  }
  100% {
    bottom: 30px;
    transform: rotate(0);
  }
}

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