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: #F3F1F0;
  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;
  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: 54px;
  position: relative;
}
@media screen and (max-width:640px) {
  .section-use {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-use__eva {
  position: absolute;
  top: 0;
  right: -3%;
  width: 39%;
}

.section-present {
  padding-top: 12px;
}
.section-spot {
  padding-top: 16px;
}
.section-title {
  margin-bottom: 16px;
}

/* present */
.p-head-hidden {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.p-notice {
  margin: 0 auto;
  margin-top: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.p-list__hidden {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

/* flow */
.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 {
  background-color: #efefef;
  padding: 40px 0 50px;
}
.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;
}
.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: #55acee;
}
.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;
}

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