@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@600;700&display=swap');

/* ==============================
reset
================================*/
body {
  min-width: 320px;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}

img {
  height: auto;
}

.systemTicker {
  position: relative;
  background-color: #fff;
  z-index: 5;
}

.footer {
  position: relative;
  z-index: 9;
}

.breadcrumb {
  display: none;
}


/* ==============================
wrapper
================================*/
.appWrapper {
  position: relative;
  margin: 0;
}

@media (hover: hover) {
  .appWrapper a {
    transition: .6s all;
  }

  .appWrapper a:hover {
    opacity: .8;
  }
}

/* ==============================
pc side
================================*/
.appSide {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  background: url("../img/lp/app/bg_pc.webp") center / cover no-repeat;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(2rem, 0.667rem + 1.111vw, 2.8rem);
  color: #fff;
  z-index: 0;
}

@media (max-width: 768px) {
  .appSide {
    top: 60px;
    height: calc(100% - 60px);
  }
}

.appSideL,
.appSideR {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 525px) / 2);
  height: 100%;
  max-width: 693px;
}

@media (max-width: 1200px) {
  .appSideL,
  .appSideR {
    display: none;
  }
}

.appSideL {
  right: calc(((100% - 525px) / 2) + 525px);
}

.appSideR {
  left: calc(((100% - 525px) / 2) + 525px);
}

.appSideNav>li.appSideNav--title {
  border-bottom: none;
  padding: 0;
  max-width: 400px;
}

.appSideNav>li {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(clamp(2rem, 0.667rem + 1.111vw, 2.8rem), clamp(2rem, -0.286rem + 2.857vh, 2.8rem));
  padding-top: 4.9%;
  padding-bottom: .2em;
  border-bottom: 2px solid #fff;
}

.appSideNav {
  list-style-type: none;
}

.appSideNav--text-small {
  font-weight: 600;
  font-size: min(clamp(1.7rem, 0.867rem + 0.694vw, 2.2rem), clamp(1.7rem, 0.271rem + 1.786vh, 2.2rem));
  padding-left: 0.7em;
}

.appSideNav a {
  position: relative;
  display: block;
  padding-right: 2.5em;
  padding-left: 2.8em;
  color: inherit;
}

.appSideNav a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.8em;
  height: 2.8em;
}

.appSideNav-1::before {
  background: url("../img/lp/app/no1.svg") center center / 100% no-repeat;
}

.appSideNav-2::before {
  background: url("../img/lp/app/no2.svg") center center / 100% no-repeat;
}

.appSideNav-3::before {
  background: url("../img/lp/app/no3.svg") center center / 100% no-repeat;
}

.appSideNav-4::before {
  background: url("../img/lp/app/no4.svg") center center / 100% no-repeat;
}

.appSideNav-5::before {
  background: url("../img/lp/app/no5.svg") center center / 100% no-repeat;
}

.appSideNav a::after {
  content: "";
  position: absolute;
  bottom: .26em;
  right: 0;
  width: .92em;
  height: .92em;
  background: url("../img/lp/app/nav_icon.svg") center center / 100% no-repeat;
}

.appSideQr {
  text-align: center;
}

.appSideQr p {
  margin-bottom: 1em;
}

.appSideQr img {
  width: 47.37%;
  border-radius: 8%;
}

.appSideL .appShareIcon {
  gap: 14px;
  margin-top: 0;
}

/* ==============================
main
================================*/
.appMain {
  position: relative;
  max-width: 525px;
  margin-inline: auto;
  overflow: hidden;
  z-index: 1;
  background-color: #040910;
}

.appMv {
  position: relative;
  width: 100%;
  background: url("../img/lp/app/mv_bg.webp") no-repeat top/100%;
  z-index: -1;
  min-height: 610px;
  height: clamp(61rem, 162.667vw, 85.4rem);
}

.appMvItem-flag {
  position: absolute;
  top: 0;
  z-index: 2;
}

.appMvItem-text1 {
  position: absolute;
  top: clamp(6.2rem, 16.533vw, 8.68rem);
  left: 2.9%;
  width: min(14.667vw, 7.7rem);
  height: auto;
  z-index: 3;
}

.appMvItem-text2 {
  position: absolute;
  top: clamp(4.3rem, 11.467vw, 6.02rem);
  left: 17.8%;
  width: min(21.333vw, 11.2rem);
  height: auto;
  z-index: 3;
}

.appMvItem-text3 {
  position: absolute;
  top: clamp(2.1rem, 5.6vw, 2.94rem);
  left: 39.4%;
  width: min(28vw, 14.7rem);
  height: auto;
  z-index: 3;
}

.appMvItem-text4 {
  position: absolute;
  top: clamp(0.7rem, 1.867vw, 0.98rem);
  right: 1%;
  width: min(34.667vw, 18.2rem);
  height: auto;
  z-index: 4;
}

.appMvItem-menu {
  position: absolute;
  top: 0;
  left: -12.2%;
  width: clamp(35.5rem, 94.667vw, 49.7rem);
  height: auto;
  z-index: 1;
}

.appMvItem-banner01 {
  position: absolute;
  top: clamp(33.3rem, 88.8vw, 46.62rem);
  z-index: 4;
}

.appMvItem-banner02 {
  position: absolute;
  top: clamp(49.2rem, 131.2vw, 68.88rem);
  z-index: 4;
}

.appContainer {
  padding: clamp(4rem, 10.667vw, 5.6rem) clamp(2rem, 5.333vw, 2.8rem);
  max-width: 525px;
  margin-inline: auto;
}

.appDownload--wrap {
  position: relative;
  background-color: #040910;
  padding: 0 1rem 1rem;
  margin-top: -1px;
  max-width: 525px;
  margin-inline: auto;
  z-index: 1;
}

.appDownload {
  position: relative;
  font-weight: 500;
  font-size: clamp(1.8rem, 4.8vw, 2.52rem);
  text-align: center;
  padding: 3rem 3rem 1rem;
  background-color: #fff;
  border-radius: 5px;
}

.appDownload--text {
  font-size: clamp(1.4rem, -0.1rem + 4vw, 2rem);
  font-weight: 500;
  margin-top: 1.4rem;
}

.appDownload img {
  width: clamp(23rem, 61.333vw, 32.2rem);
  height: auto;
}

.appDownloadBox {
  margin-top: 2.3rem;
}

.appDownloadBox-sp {
  margin: 1.4rem auto 2rem;
}

.appDownloadQr {
  display: block;
  text-align: center;
}

.appDownloadInfo {
  font-weight: 700;
  font-size: 2.8rem;
  color: #C7030A;
  text-align: center;
  line-height: 1.429;
}

.appDownload--btn img {
  display: block;
  padding: 1.4rem 3rem;
  margin-inline: auto;
}

.appDownload--btn {
  display: block;
  position: relative;
  background-image: linear-gradient(90deg, #EFC961, #FFFBD0 25%, #EECB6E 60%, #F2E08B 87%, #FFFBD0);
  border-radius: 100vh;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  font-weight: 500;
  font-size: clamp(1.8rem, 4.8vw, 2.52rem);
  overflow: hidden;
}

.appCampaign {
  position: relative;
  padding: clamp(5rem, 13.333vw, 7rem)clamp(2rem, 5.333vw, 2.8rem);
  text-align: center;
  background-color: #fff;
  max-width: 525px;
  margin-inline: auto;
}

.app--title {
  font-size: min(7.45vw, 3.92rem);
  font-weight: 900;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 clamp(0.8rem, 2.133vw, 1.12rem);
  width: 100%;
  letter-spacing: 0.05em;
  line-height: calc(37 / 28);
  margin-bottom: clamp(2.6rem, 6.933vw, 3.64rem);
}

.appCard--title {
  font-size: min(8.53vw, 4.48rem);
  font-weight: 900;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 clamp(0.8rem, 2.133vw, 1.12rem);
  width: 100%;
  letter-spacing: 0.05em;
  line-height: calc(37 / 28);
}

.appCard--title-sub {
  font-size: min(4.8vw, 2.52rem);
}

.appCard--title-red {
  color: #BA0C15;
}

.app--title::before,
.appCard--title::before {
  position: absolute;
  content: "";
  left: clamp(0.8rem, 2.133vw, 1.12rem);
  bottom: 0;
  width: clamp(0.8rem, 2.133vw, 1.12rem);
  height: clamp(5rem, 13.333vw, 7rem);
  background: #000;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(-204deg);
}

.app--title::after,
.appCard--title::after {
  position: absolute;
  content: "";
  right: clamp(0.8rem, 2.133vw, 1.12rem);
  bottom: 0;
  width: clamp(0.8rem, 2.133vw, 1.12rem);
  height: clamp(5rem, 13.333vw, 7rem);
  background: #000;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(-156deg);
}

.appCampaign--wrap {
  width: calc(100% - 40px);
  border-radius: 10px;
  margin-inline: auto;
}

.app-bg {
  position: relative;
  background-color: #FDF7D8;
  max-width: 525px;
  margin-inline: auto;
}

.appCardWrapper {
  padding-block: clamp(4rem, 10.667vw, 5.6rem) clamp(2rem, 5.333vw, 2.8rem);
}

.appCard {
  border-radius: clamp(3rem, 8vw, 4.2rem);
  background-color: #fff;
}

.appCardBody {
  padding: clamp(2.5rem, 6.667vw, 3.5rem) clamp(1.8rem, 4.8vw, 2.52rem) clamp(4.6rem, 12.267vw, 6.44rem);
}

.appCardHeader {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 2.4vw, 1.26rem);
}

.appCardTitle {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(6.4vw, 3.36rem);
  color: #BA0C15;
  line-height: 1.458;
  white-space: nowrap;
}

.appCardTitle-sub {
  font-size: min(5.333vw, 2.8rem);
}

.appCardHeader img {
  width: min(21.333vw, 11.2rem);
}

.appCardText {
  margin-block-start: clamp(1.5rem, 4vw, 2.1rem);
  font-weight: 500;
  font-size: clamp(1.6rem, 4.267vw, 2.24rem);
  line-height: 1.625;
  letter-spacing: 0.05em;
}

.appCardNote {
  margin-block-start: clamp(1.8rem, 4.8vw, 2.52rem);
  font-size: clamp(1.3rem, 3.2vw, 1.68rem);
  line-height: 1.667;
  letter-spacing: 0.05em;
}

.appFunction {
  padding-block: clamp(4rem, 10.667vw, 5.6rem);
}

.appFunctionHeader {
  padding-bottom: clamp(1.5rem, 4vw, 2.1rem);
  border-bottom: 1px solid #000;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.5rem, 6.667vw, 3.5rem);
  letter-spacing: 0.05em;
}

.appFunctionItem {
  display: flex;
  gap: clamp(1.5rem, 4vw, 2.1rem);
  margin-block-start: clamp(2.5rem, 6.667vw, 3.5rem);
}

.appFunctionItem>div:nth-child(1) {
  flex: 0 0 clamp(5rem, 13.333vw, 7rem);
}

.appFunctionItem h3 {
  font-size: clamp(1.6rem, 4.267vw, 2.24rem);
  font-weight: 600;
  letter-spacing: 0.05em;
}

.appFunctionItem p {
  font-size: clamp(1.2rem, 3.2vw, 1.68rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.appFaqButton {
  position: relative;
  display: block;
  padding: clamp(3rem, 8vw, 4.2rem) clamp(3.6rem, 9.6vw, 5.04rem) clamp(2.6rem, 6.933vw, 3.64rem);
  color: #BA0C15;
  background-color: #fff;
  border-radius: clamp(1rem, 2.667vw, 1.4rem);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  font-weight: 500;
  font-size: clamp(1.8rem, 4.8vw, 2.52rem);
}

.appFaqText {
  margin-block-start: clamp(4rem, 10.667vw, 5.6rem);
  margin-bottom: clamp(2.6rem, 6.933vw, 3.64rem);
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

.appFaqButton::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(3.6rem, 9.6vw, 5.04rem);
  width: clamp(2.6rem, 6.933vw, 3.64rem);
  height: clamp(2.6rem, 6.933vw, 3.64rem);
  background: url("../img/lp/app/faq_icon.svg") center center / 100% no-repeat;
  transform: translateY(-50%);
}

.appNote {
  position: relative;
  margin-block-start: clamp(4rem, 10.667vw, 5.6rem);
  font-size: clamp(1.2rem, 3.2vw, 1.68rem);
  list-style-type: none;
}

.btnContainer>.btn {
  width: 100%;
}

.btnContainer {
  padding-inline: clamp(2rem, 5.333vw, 2.8rem);
}


/* animation */
.stamp {
  animation: stamp 1s ease-in 1s backwards;
  opacity: 0;
}

.appMvItem-text1 {
  animation: stamp 1s ease-in 1s backwards;
}

.appMvItem-text2 {
  animation: stamp 1s ease-in 1.1s backwards;
}

.appMvItem-text3 {
  animation: stamp 1s ease-in 1.2s backwards;
}

.appMvItem-text4 {
  animation: stamp 1s ease-in 1.6s backwards;
}

@keyframes stamp {
  0% {
    opacity: 0;
    transform: scale(1.4);
  }

  15% {
    opacity: 1;
    transform: scale(1);
  }
}

.fadeleft {
  animation-name: fadeLeft;
  animation-duration: 0.6s;
  animation-delay: 1s;
  animation-fill-mode: backwards;
  opacity: 0;
}

.fadeleftTrigger {
  opacity: 0;
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeup {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeupTrigger {
  opacity: 0;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn_animation::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #FFFBD0;
  animation: btn_animation ease-in-out 2.5s infinite;
}

@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
    opacity: 0;
  }

  10% {
    -webkit-transform: scale(0) rotate(0deg);
    opacity: 0.5;
  }

  11% {
    -webkit-transform: scale(4) rotate(0deg);
    opacity: 1;
  }

  30% {
    -webkit-transform: scale(50) rotate(0deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(50) rotate(0deg);
    opacity: 0;
  }
}