@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&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: inherit;
  vertical-align: baseline;
}

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  body {
    min-width: auto;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

@supports (-webkit-touch-callout: none) {
  html,
  body {
    height: -webkit-fill-available;
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a i {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-transition: background 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), color 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: background 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), color 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus,
a:active,
input,
textarea {
  outline: none;
}

a:hover,
a:hover img,
a:hover {
  opacity: 0.8;
}

button {
  border: 0;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: background 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), color 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: background 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), color 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
@media only screen and (max-width: 750px) {
  .anchor {
    top: -90px;
  }
}

.show850 {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  .show850 {
    display: block !important;
  }
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
  }
}

@media only screen and (max-width: 850px) {
  .hide850 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.pcbg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../../assets/images/bg-image.svg") top left repeat;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .pcbg {
    position: absolute;
    width: 100%;
    height: 0;
    background: none;
    background-size: 130%;
    z-index: 5;
  }
}
.pcbg .inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .pcbg .inner {
    display: block;
  }
}

.pad-cont {
  padding: 20px;
}
.pad-cont h1 {
  margin-bottom: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .pad-cont h1 {
    margin-bottom: 5%;
    margin-top: 6%;
  }
}

.txt-intro {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin: 40px 0;
}
@media only screen and (max-width: 750px) {
  .txt-intro {
    font-size: 2rem;
    margin: 7% 0;
  }
}

main {
  position: relative;
  overflow: hidden;
  width: 480px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 1em rgba(77, 73, 109, 0.2);
  box-shadow: 0 0 1em rgba(77, 73, 109, 0.2);
  min-height: 100vh;
}
main .pad-cont {
  background: #f5fafe;
  background-image: url(../../assets/images/bg-blue.svg);
  background-size: 150%;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 750px) {
  main .pad-cont {
    background-size: 150%;
  }
}
main .pad-cont .content-box {
  position: relative;
  z-index: 2;
}
main .pad-cont::before {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/color-paper-01.svg);
  background-repeat: no-repeat;
  background-size: 98%;
  background-position: top -10px center;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  z-index: 0;
}
main .pad-cont::after {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/color-paper-02.svg);
  background-size: 98%;
  width: 100%;
  height: 24%;
  left: 0;
  bottom: 10px;
  z-index: 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
  main {
    width: 100%;
    margin: 0 auto;
  }
}

.main-border {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  overflow: hidden;
  background-color: #ffffff;
}

.banner-footer img {
  width: 100%;
}

.logo-pc {
  margin-top: -50px;
}

.pcleft {
  padding: 0 2rem;
}

.pcleft, .pcright {
  width: calc((100% - 480px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-top: 100px;
  padding-bottom: 8.6875em;
}
@media only screen and (max-width: 750px) {
  .pcleft, .pcright {
    display: none;
  }
}

.gnavi {
  padding: 0 2em;
  width: 100%;
  position: relative;
}
.gnavi .banner {
  margin-bottom: 5%;
  display: block;
  -webkit-box-shadow: 0 0 1em rgba(77, 73, 109, 0.2);
  box-shadow: 0 0 1em rgba(77, 73, 109, 0.2);
}

.gnavi .entry1 {
  display: block;
  max-width: 20.25em;
  margin: 0 auto;
  overflow: hidden;
}

.gnavi .entry1 .pc {
  background-color: #fff;
  border-radius: 40px;
}

.gnavi .entry1 .pc a:hover img {
  opacity: 0.7;
}

.gnavi .ttp {
  display: block;
  max-width: 6.9375em;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 1em rgba(77, 73, 109, 0.2);
  box-shadow: 0 0 1em rgba(77, 73, 109, 0.2);
}

.gnavi .ttp:hover img {
  opacity: 0.7;
}

.cont_footer {
  text-align: center;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 750px) {
  .cont_footer {
    font-size: 1.2rem;
  }
}

.logo-footer {
  display: inline-block;
  width: 280px;
}
@media only screen and (max-width: 750px) {
  .logo-footer {
    max-width: inherit;
    width: 70%;
  }
}

.btn-black {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 40px;
  display: block;
  width: 83%;
}
@media only screen and (max-width: 750px) {
  .btn-black {
    margin-top: 6%;
    margin-bottom: 8%;
  }
}

#skip .btn-play {
  margin: auto;
  margin-top: 30px;
  display: block;
  width: 83%;
}
@media only screen and (max-width: 750px) {
  #skip .btn-play {
    margin-top: 6%;
  }
}
#skip img {
  width: 180px;
  margin: auto;
  margin-top: 10%;
  margin-bottom: 5%;
}
@media only screen and (max-width: 750px) {
  #skip img {
    width: 45%;
    margin: auto;
    margin-top: 10%;
    margin-bottom: 5%;
  }
}

#lottie-container {
  width: 100%;
  height: 46vh;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 750px) {
  #lottie-container {
    width: 80vmin;
    height: 80vmin;
    margin: auto;
  }
}

#lottie-container {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#54c3f1), color-stop(33%, #fff));
  background-image: linear-gradient(#54c3f1, #fff 33%);
}

#lottie-container::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  border: 5px solid #000;
}

#lottie-container svg {
  width: 100%;
}

.card-cont .card {
  position: relative;
}
.card-cont .sns-cont {
  position: absolute;
  bottom: 9%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media only screen and (max-width: 750px) {
  .card-cont .sns-cont {
    bottom: 8%;
  }
}
.card-cont .sns-cont .btn-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-cont .sns-cont .btn-sns li {
  display: inline;
  max-width: 80px;
  width: 100%;
  margin: 0.5rem;
}