html {
  font-size: 62.5%;
}
body {
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  background-color: #ffffff;
  overflow-x: hidden;
}
a {
  color: #333333;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  box-sizing: border-box;
}

/* ---------------------------
  utility
----------------------------- */
.wrapper {
  margin: 0 auto;
  max-width: 520px;
  padding: 0 8px;
}
.btn {
  display: block;
  margin: 0 auto;
  width: 100%;
  color: #ffffff;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  padding: 12px 0;
}
.btn--primary {
  border-bottom: 5px solid #362459;
  margin-top: 8px;
  background-color: #593c90;
  background-image: url(../img/right-chevron.svg);
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 20px 14px;
}
.btn--secondary {
  border-bottom: 5px solid #1f2f52;
  margin-top: 24px !important;
  background-color: #3b5998;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--secondary::before {
  content: "";
  width: 10px;
  height: 20px;
  display: block;
  background-image: url(../img/facebook.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 16px;
}

/* ---------------------------
  header
----------------------------- */
@media screen and (max-width: 640px) {
  .header .wrapper {
    padding: 0;
  }
}

/* ---------------------------
  main
----------------------------- */
main {
  overflow: hidden;
}

.section-use {
  padding-top: 24px;
  position: relative;
}
.section-use p {
  margin-top: -1px;
}
.section-use__eva {
  position: absolute;
  top: 0;
  right: -3%;
  width: 39%;
}

.section-present {
  padding-top: 20px;
}
.section-getframe {
  padding-top: 10px;
}
.section-spot {
  padding-top: 20px;
}
.section-title {
  margin-bottom: 16px;
}
.section-flow {
  padding-top: 20px;
}
/* coming soon */
.coming-soon {
  background-color: #000;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0;
  text-align: center;
  display: grid;
  place-content: center;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
}

/* spot */
.section-spot h2 {
  max-width: 100%;
  margin-bottom: 8px;
}
.section-spot h2 img {
  max-height: 30px;
}
.spot {
  margin-top: 12px;
  position: relative;
}
.spot a {
  display: block;
  position: absolute;
  top: 36%;
  left: 27%;
  z-index: 10;
  width: 42%;
  height: 16%;
  opacity: 0;
  color: transparent;
  text-indent: -9999px;
}
.bus {
  margin-top: 20px;
  display: block;
}
.bus-notice {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  color: #64666f;
}
.bus-notice a {
  text-decoration: underline;
  color: #f6ab02;
}

/* present */
.p-head-hidden {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.p-notice {
  margin: 0 auto;
  margin-top: 28px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.p-list {
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px;
}
.p-list__hidden {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

/* get frame */
.section-getframe p {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  color: #64666f;
}

/* flow */
.section-flow h2 {
  margin-bottom: 16px;
}
.f-list li {
  position: relative;
}
@media screen and (max-width: 520px) {
  .f-list__img {
    width: 21.2vw;
    right: 36px;
  }
}

.download-link-container {
  position: absolute;
  bottom: 1%;
  left: 0;
  width: 100%;
}
.download-link {
  display: block;
  margin: 0 auto;
  padding: 8px 0;
  width: 45%;
}
.flow-notice {
  margin: 10px 0;
}
.flow-notice dt {
  font-size: 1.5rem;
  color: #593c90;
  font-weight: bold;
  line-height: 1.8;
}
.flow-notice dd {
  font-size: 1.2rem;
  line-height: 1.8;
}
.flow-note {
  margin-top: 16px;
  font-size: 1.2rem;
  background-color: #a62126;
  padding: 8px 10px;
  color: #ffffff;
}

/* ---------------------------
  footer
----------------------------- */
.footer {
  padding: 40px 0 100px;
}
.footer__copy {
  font-size: 1.1rem;
  text-align: center;
}
.btn-top {
  display: block;
  position: fixed;
  bottom: -80px;
  right: 10px;
}

/* ---------------------------
  aside
----------------------------- */
.aside-bnr {
  padding-bottom: 48px;
}
.aside-bnr a {
  display: block;
  margin-top: 16px;
}
.aside-bnr .btn--secondary {
  display: flex;
}

.aside-meta {
  padding: 32px 0 16px;
}

.aside-bnr .pr-bnr img {
  display: block;
  margin-top: 20px;
}

.fb-embed {
  height: 500px;
}
.fb-embed iframe {
  height: 500px !important;
}
.aside-meta p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #555555;
}
.aside-meta dl {
  font-size: 1.2rem;
  line-height: 1.8;
}
.aside-meta dt {
  font-weight: bold;
  float: left;
  margin-right: 4px;
}
.aside-meta dd a {
  display: inline;
  margin: 0;
  color: #f8ba57;
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .aside-sns .wrapper {
    padding: 0;
  }
}

.sns-head {
  text-align: center;
  margin-bottom: 0.8em;
  font-weight: bold;
  font-size: 18px;
}
.sns-list {
  display: flex;
}
.sns-list__item {
  width: 33.3333%;
}
.sns-list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 12px;
  text-align: center;
}
.sns-list__item .tw {
  background-color: #000000;
}
.sns-list__item .fb {
  background-color: #3b5998;
}
.sns-list__item .in {
  position: relative;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}
.sns-list__item .in::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
      15deg,
      #ffdb2c,
      rgb(249, 118, 76) 25%,
      rgba(255, 77, 64, 0) 50%
    )
    no-repeat;
  background: linear-gradient(
      15deg,
      #ffdb2c,
      rgb(249, 118, 76) 25%,
      rgba(255, 77, 64, 0) 50%
    )
    no-repeat;
}
.sns-list__item .in img {
  position: relative;
  z-index: 10;
}

.aside-share {
  padding-top: 40px;
}
.sns-share {
  display: flex;
  justify-content: center;
}
.sns-share__item {
  padding: 0 4px;
}
.sns-share__item--x a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #000;
  color: #ffffff;
  font-size: 13px;
  height: 28px;
  padding: 0 1.5em;
  border-radius: 14px;
}

/* ---------------------------
  loading animation
----------------------------- */
.royal_preloader {
  visibility: hidden;
}
#royal_preloader {
  font-family: Arial;
  font-size: 12px;
  visibility: visible;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  margin: 0;
  z-index: 9999999999;
}
#royal_preloader.royal_preloader_number:before,
#royal_preloader.royal_preloader_progress:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.01)
  );
  background-image: -moz-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.01)
  );
  background-image: -ms-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.01)
  );
  background-image: -o-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.01)
  );
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.01)
  );
}
#royal_preloader.complete {
  opacity: 0;
  transition: opacity 0.2s linear 0.5s;
}
#royal_preloader.royal_preloader_line {
  height: 2px;
  bottom: auto;
}

/* Logo Mode */

#royal_preloader.royal_preloader_logo .royal_preloader_loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 5px;
}
#royal_preloader.royal_preloader_logo .royal_preloader_loader div {
  position: absolute;
  bottom: 0%;
  left: 0px;
  right: 0px;
  height: 100%;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#royal_preloader.royal_preloader_logo .royal_preloader_percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  line-height: 40px;
  margin: 0px;
  color: #072e77;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}
