@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : atyle.css
Description : 共通
===================================================================== */
html {
  min-height: 100vh;
  overflow-x: hidden;
  font-size: calc(10 / 750 * 100vw);
}

body {
  position: relative;
  font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  background-color: #fff;
  color: #142024;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body img {
  display: block;
  width: 100%;
  height: auto;
}
body a {
  display: block;
  color: #142024;
}

.mv,
.app_complate {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mv_txt,
.app_complate_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.inner {
  position: relative;
  width: calc(550 / 750 * 100%);
  margin: 0 auto;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1600 * 100vw);
  }
  body {
    font-size: 1.6rem;
  }
  body a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
}
/* =====================================================================
    header
======================================================================*/
.header {
  position: relative;
  padding: 2.9rem 0;
  background: #fff;
  border-bottom: 0.8rem solid #142024;
  z-index: 10;
}
.header h1 {
  margin-left: 3.6rem;
  width: 27.2rem;
}

/* =====================================================================
*    top
* =================================================================== */
.mv h1 {
  margin: 0 auto;
  padding: 10rem 0 1.1rem;
  width: 52.9rem;
}

.btn_start {
  display: none;
  position: relative;
  margin: 0 auto -6rem;
  width: 46rem;
}
.btn_start.show {
  display: block !important;
}

.bg_illust {
  background: #00a0e9 url(../images/bg_illust.png) no-repeat bottom right/41.1rem auto;
}

.mv_lead {
  margin: 0 auto 5.7rem;
  width: 65rem;
}
.mv_lead img {
  width: 60rem;
}

.mv_txt {
  padding: 13rem 0 5rem;
  border-top: 0.8rem solid #142024;
}

.howto_txt {
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 1.4;
  color: #fff;
}
.howto_txt > * {
  margin-bottom: 0.5em;
}
.howto_txt dd {
  padding-left: 1em;
  text-indent: -1em;
}

.notice_txt {
  margin-bottom: 6rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.8rem;
  line-height: 1.222;
  color: #2f6384;
}

.browser_txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.222;
  color: #2f6384;
}

/* =====================================================================
    hide
======================================================================*/
.hide {
  padding: 50px 0;
}

.hide_txt {
  position: relative;
  margin: 0 auto 58px;
  padding: 0.2em 0 27px 65px;
  width: 374px;
  border-bottom: 5px solid #fff;
}
.hide_txt::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 53px;
  height: 59px;
  background: url(../images/img_phone.png) no-repeat center/contain;
}
.hide_txt::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32px;
  height: 16px;
  background: url(../images/img_deco3.jpg) no-repeat center/cover;
}
.hide_txt p {
  font-size: 14px;
  line-height: 1.75;
  color: #fff;
}

.img_qr {
  margin: 0 auto 58px;
  width: 180px;
  border: 8px solid #142024;
}

.btn_home {
  margin: 0 auto;
  width: 460px;
}
.btn_home:hover {
  opacity: 0.7;
}

/* =====================================================================
*    app
* =================================================================== */
#swap_camera {
  position: absolute;
  top: 0;
  right: 0;
  width: 12.4rem;
  z-index: 1;
}

.app_camera {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.app_change_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5rem 0 15rem;
  border-top: 0.8rem solid #142024;
  background-image: linear-gradient(#f5f5f5 1px, #fff 1px), linear-gradient(to right, #f5f5f5 1px, #fff 1px);
  background-size: 5rem 5rem;
}

.txt_change {
  margin: 0 auto 2.3rem;
  width: 40.9rem;
}

.btn_camera {
  display: block;
  margin: 0 auto;
  width: 26rem;
}

.app_complate_view {
  padding: 9.3rem 0;
  background: url(../images/bg_complete.jpg) no-repeat center/cover;
}
.app_complate_view figure {
  margin: 0 auto 3rem;
  width: 72rem;
  -webkit-box-shadow: 0 0.8rem 1.5rem 0 rgba(20, 32, 36, 0.3);
          box-shadow: 0 0.8rem 1.5rem 0 rgba(20, 32, 36, 0.3);
}

.app_complate_ttl {
  margin: 0 auto 3rem;
  width: 22.6rem;
}

.app_complate_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 700;
}
.app_complate_txt::before, .app_complate_txt::after {
  content: "";
  display: inline-block;
  margin: 0 0.5em;
  width: 10.3rem;
  height: 1.5rem;
  background: url(../images/img_deco1.png) no-repeat center/contain;
}

.app_complate_share {
  margin: 0 auto;
  width: 27.5rem;
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
}

@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
}

@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
}
.app_complate_wrap {
  padding: 14rem 0;
  border-top: 0.8rem solid #142024;
}

.app_txt_share {
  margin-bottom: 5rem;
  text-align: center;
}
.app_txt_share dt {
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.4rem solid #142024;
}
.app_txt_share dt::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.2rem;
  height: 1.5rem;
  background: url(../images/img_deco1.jpg) no-repeat center/cover;
}
.app_txt_share dd {
  margin: 0 auto;
  width: 50rem;
}

.app_txt_again {
  text-align: center;
}
.app_txt_again dt {
  position: relative;
  display: inline-block;
  margin-bottom: 0.3em;
  padding: 0.3em 2em 0.8em;
  font-size: 1.8rem;
  color: #fff;
}
.app_txt_again dt::before, .app_txt_again dt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 3.1rem;
  background: url(../images/img_deco2.png) no-repeat center/contain;
}
.app_txt_again dt::after {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

#btn_again {
  margin: 0 auto 4rem;
  width: 40rem;
}

#btn_retake {
  margin: 0 auto;
  width: 31.6rem;
}

/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  cursor: pointer;
}
.popup_bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.popup_img {
  width: 80%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.popup_close {
  position: absolute;
  display: block;
  top: -1em;
  right: -1em;
  padding: 0.3em;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #00a0e9;
  background-color: #fff;
  border: 1px solid #00a0e9;
  border-radius: 50%;
}
.popup_txt {
  position: absolute;
  bottom: -4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1em;
  width: 80%;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  background: #00a0e9;
  text-align: center;
  border-radius: 1em;
}/*# sourceMappingURL=style.css.map */