@charset "UTF-8";
/*positionで上下左右中央*/
/* transition */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?e4vfqk");
  src: url("../fonts/icomoon.eot?e4vfqk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e4vfqk") format("truetype"), url("../fonts/icomoon.woff?e4vfqk") format("woff"), url("../fonts/icomoon.svg?e4vfqk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.delay01 {
  transition-delay: 0.1s !important;
}

.delay02 {
  transition-delay: 0.2s !important;
}

.delay03 {
  transition-delay: 0.3s !important;
}

.delay04 {
  transition-delay: 0.4s !important;
}

.delay05 {
  transition-delay: 0.5s !important;
}

.delay06 {
  transition-delay: 0.6s !important;
}

.delay07 {
  transition-delay: 0.7s !important;
}

.delay08 {
  transition-delay: 0.8s !important;
}

.delay09 {
  transition-delay: 0.9s !important;
}

.delay10 {
  transition-delay: 1s !important;
}

.delay11 {
  transition-delay: 1.1s !important;
}

.delay12 {
  transition-delay: 1.2s !important;
}

.delay13 {
  transition-delay: 1.3s !important;
}

.delay14 {
  transition-delay: 1.4s !important;
}

.delay15 {
  transition-delay: 1.5s !important;
}

.delay16 {
  transition-delay: 1.6s !important;
}

.delay17 {
  transition-delay: 1.7s !important;
}

.delay18 {
  transition-delay: 1.8s !important;
}

.delay19 {
  transition-delay: 1.9s !important;
}

.delay20 {
  transition-delay: 2s !important;
}

.delay21 {
  transition-delay: 2.1s !important;
}

.delay22 {
  transition-delay: 2.2s !important;
}

.delay23 {
  transition-delay: 2.3s !important;
}

.delay24 {
  transition-delay: 2.4s !important;
}

/* スクロール時のアニメーション */
.laser {
  position: relative;
  overflow: hidden;
}
.laser::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background: #fff;
  transition: all 3s ease;
}
.laser .hide {
  opacity: 0;
  transition: all 3s ease;
  transition-delay: 1s !important;
}
.laser.inview-on::after {
  left: 100%;
}
.laser.inview-on .hide {
  opacity: 1;
}

/* fade in */
.fade-in {
  opacity: 0;
  transition: all 2s ease;
}
.fade-in.inview-on {
  opacity: 1;
}

.inview-on .fade-in {
  opacity: 1;
}

/* fade in zoom */
.fade-in-zoom {
  transform: scale(0.8);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-zoom.inview-on {
  transform: scale(1);
  opacity: 1;
}

.inview-on .fade-in-zoom {
  transform: scale(1);
  opacity: 1;
}

/* fade in up */
.fade-in-up {
  transform: translateY(20px);
  opacity: 0;
  transition: all 1.5s ease;
}
.fade-in-up.inview-on {
  transform: translateY(0px);
  opacity: 1;
}

.inview-on .fade-in-up {
  transform: translateY(0px);
  opacity: 1;
}

/* fade in down */
.fade-in-down {
  transform: translateY(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down.inview-on {
  transform: translateY(0px);
  opacity: 1;
}

.inview-on .fade-in-down {
  transform: translateY(0px);
  opacity: 1;
}

/* fade in left */
.fade-in-left {
  transform: translateX(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-left.inview-on {
  transform: translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-left {
  transform: translateX(0px);
  opacity: 1;
}

/* fade in right */
.fade-in-right {
  transform: translateX(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-right.inview-on {
  transform: translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-right {
  transform: translateX(0px);
  opacity: 1;
}

/* fade in up left */
.fade-in-up-left {
  transform: translateY(20px) translateX(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-up-left.inview-on {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-up-left {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

/* fade in up right */
.fade-in-up-right {
  transform: translateY(20px) translateX(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-up-right.inview-on {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-up-right {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

/* fade in down left */
.fade-in-down-left {
  transform: translateY(-20px) translateX(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down-left.inview-on {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-down-left {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

/* fade in down right */
.fade-in-down-right {
  transform: translateY(-20px) translateX(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down-right.inview-on {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-down-right {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

/* ==================================================
	FV
================================================== */
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .fv {
    height: auto;
    padding-bottom: 80px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .fv {
    padding-bottom: 50px;
  }
}
/* ========== end △ */
.fv-inner {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  .fv-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .fv-inner {
    display: block;
    padding-top: 70px;
  }
}
/* ========== end △ */
.fv-img {
  width: calc(100% - 600px);
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-right: 50px;
}
.fv-img-left {
  margin-right: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .fv-img-left {
    margin-right: 10px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .fv-img {
    width: calc(100% - 450px);
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .fv-img {
    width: 70%;
    margin: 50px auto 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .fv-img {
    width: 100%;
    margin: 30px auto 0;
    max-width: 400px;
  }
}
/* ========== end △ */
.fv-cont {
  width: 600px;
  text-align: center;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .fv-cont {
    width: 450px;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .fv-cont {
    width: 100%;
  }
}
/* ========== end △ */
.fv-cont-emblem {
  width: 400px;
  margin: 0 auto;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .fv-cont-emblem {
    width: 350px;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .fv-cont-emblem {
    width: 300px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .fv-cont-emblem {
    width: 220px;
  }
}
/* ========== end △ */
.fv-cont-ttl span {
  display: block;
}
.fv-cont-jp {
  font-size: 7rem;
  line-height: 1;
  margin-top: 30px;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .fv-cont-jp {
    font-size: 6rem;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .fv-cont-jp {
    font-size: 6rem;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .fv-cont-jp {
    font-size: 4rem;
    font-weight: 500;
    margin-top: 20px;
  }
}
/* ========== end △ */
.fv-cont-en {
  font-size: 8.5rem;
  line-height: 1;
  margin-top: 10px;
}
.fv-cont-en.pop_ita {
  margin-top: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .fv-cont-en.pop_ita {
    margin-top: 10px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .fv-cont-en {
    font-size: 6.7rem;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .fv-cont-en {
    font-size: 7rem;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .fv-cont-en {
    font-size: 4.5rem;
    margin-top: 5px;
  }
}
/* ========== end △ */
.fv-cont-ast {
  margin-top: 30px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .fv-cont-ast {
    margin-top: 10px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .fv-cont-ast {
    font-size: 1rem;
  }
}
/* ========== end △ */
.fv-btn a {
  width: 100%;
  max-width: 460px;
  margin: 50px auto 0;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50px;
  background: #e64551;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 2.5rem;
  padding: 30px 0;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .fv-btn a {
    font-size: 2rem;
    padding: 25px 0;
  }
}
/* ========== end △ */
.fv-btn a:hover {
  background: #fff;
  color: #e64551;
  border: 1px solid #e64551;
  opacity: 1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .fv-btn a {
    max-width: 350px;
    width: 90%;
    font-size: 1.6rem;
    padding: 20px 0;
    margin: 30px auto 0;
  }
}
/* ========== end △ */
.fv-btn-text {
  display: block;
  margin-top: -5px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .fv-btn-text {
    margin-top: -3px;
  }
}
/* ========== end △ */
.fv-btn .icon-arrow {
  margin-left: 20px;
  transform: rotate(90deg);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .fv-btn .icon-arrow {
    margin-left: 10px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  .fv .order1 {
    order: 1;
  }
  .fv .order2 {
    order: 2;
  }
}
/* ========== end △ */

/* ==================================================
	feature
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .feature-ttl .spsmall {
    font-size: 2rem;
  }
}
/* ========== end △ */
.feature-inner {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .feature-inner {
    display: block;
  }
}
/* ========== end △ */
.feature-img {
  width: 50%;
  padding: 0 8%;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .feature-img {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    max-width: 230px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .feature-img {
    max-width: 180px;
  }
}
/* ========== end △ */
.feature-cont {
  width: 50%;
  background: #fff;
  padding: 70px 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .feature-cont {
    width: 80%;
    max-width: 500px;
    margin: 50px auto 0;
    padding: 50px 30px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .feature-cont {
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0;
    padding: 30px 20px;
    border-radius: 20px;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .feature-cont-ttl {
    text-align: center;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .feature-cont-ttl {
    font-size: 3rem;
  }
}
/* ========== end △ */
.feature-cont-text {
  line-height: 1.6;
}
.feature-cont-btn {
  width: 320px;
  display: block;
  position: relative;
  margin-left: auto;
  padding: 15px 0;
  text-align: center;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.feature-cont-btn .icon-arrow {
  position: absolute;
  top: 16px;
  right: 30px;
  transition: all 0.1s ease;
}
.feature-cont-btn:hover {
  background: #1f2a34;
  color: #fff;
  opacity: 1;
}
.feature-cont-btn:hover .icon-arrow {
  right: 20px;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .feature-cont-btn {
    width: 280px;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .feature-cont-btn {
    width: 280px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .feature-cont-btn {
    width: 230px;
    margin: 0 auto;
    border: 1px solid;
  }
  .feature-cont-btn .icon-arrow {
    font-size: 1.6rem;
  }
}
/* ========== end △ */
.feature .order1 {
  order: 1;
}
.feature .order2 {
  order: 2;
}

/* ==================================================
	download
================================================== */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .download {
    padding: 80px 0 100px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .download {
    padding: 50px 0 80px;
  }
}
/* ========== end △ */
.download-inner {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  max-width: 1100px;
  margin: 100px auto 0;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .download-inner {
    display: block;
    margin: 50px auto 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .download-inner {
    margin: 30px auto 0;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  .download .order1 {
    order: 1;
  }
  .download .order2 {
    order: 2;
  }
}
/* ========== end △ */
.download-cont {
  width: 60%;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .download-cont {
    width: 100%;
    margin-top: 50px;
  }
  .download-cont .desc {
    text-align: center;
  }
  .download-cont .indent_wrap {
    width: 500px;
    margin: 0 auto;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .download-cont {
    margin-top: 30px;
  }
  .download-cont .indent_wrap {
    width: 100%;
  }
}
/* ========== end △ */
.download-cont-btn {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.download-cont-btn .appstore {
  width: 200px;
  margin-right: 30px;
}
.download-cont-btn .qr {
  width: 140px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .download-cont-btn {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .download-cont-btn .appstore {
    margin-right: 0;
  }
}
/* ========== end △ */
.download-img {
  width: 40%;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 50px;
}
.download-img-left {
  margin-right: 30px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .download-img {
    width: 100%;
    max-width: 550px;
    margin: 50px auto 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .download-img {
    max-width: 280px;
    margin: 0 auto;
  }
  .download-img-left {
    margin-right: 10px;
  }
}
/* ========== end △ */
.download-faq a {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  border-radius: 50px;
  border: 1px solid;
  text-align: center;
  position: relative;
}
.download-faq a .icon-arrow {
  position: absolute;
  top: 33px;
  right: 40px;
  transition: all 0.1s ease;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .download-faq a .icon-arrow {
    top: 22px;
    right: 30px;
  }
}
/* ========== end △ */
.download-faq a:hover {
  opacity: 1;
  background: #1f2a34;
  color: #fff;
}
.download-faq a:hover .icon-arrow {
  right: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .download-faq a:hover .icon-arrow {
    right: 20px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .download-faq a {
    padding: 20px 0;
  }
}
/* ========== end △ *//*# sourceMappingURL=top.css.map */