.app img {
  max-width: 100%;
  height: auto;
}
.app .txt-yellow {
  color: #FFF269;
}
.app .txt-pink {
  color: #E85298;
}
.app .txt-red {
  color: #D00000;
}
.app .bg_wave_naname {
  background: url(../images/app/bg_naname.png);
}
.app .fs-32 {
  font-size: 3.2rem;
}
.app .fw-24 {
  font-size: 2.4rem;
}
.app .fw-26 {
  font-size: 2.6rem;
}
.app .txt-center {
  text-align: center;
}
.app ~ .pagetop_wrap .pagetop {
  padding-bottom: 1rem;
}
.app ~ .pagetop_wrap .pagetop img {
  display: none;
}
.app ~ .pagetop_wrap .pagetop a {
  position: relative;
  display: flex;
  justify-content: center;
}
.app ~ .pagetop_wrap .pagetop a::after {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../images/app/btn_pagetop2.png) no-repeat;
  background-size: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .app .subpage_title h1.pagetitle_h1 img {
    max-width: 80%;
  }
  .app .fs-32 {
    font-size: 2.2rem;
  }
  .app .fw-26 {
    font-size: 2.2rem;
  }
  .app .fw-24 {
    font-size: 2.2rem;
  }
  .app ~ footer {
    padding-bottom: 10rem;
  }
  .app ~ .pagetop_wrap .pagetop {
    padding-bottom: 9rem;
  }
}

.appHead {
  color: #21B8CE;
  font-size: 5.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.appHead--01 {
  padding-top: 4%;
  padding-bottom: 10%;
}
.appHead__sub {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .appHead {
    font-size: 3.7rem;
  }
  .appHead--01 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .appHead__sub {
    font-size: 1.6rem;
  }
}

.appBox1_title {
  border-radius: 1rem;
  background: #21B8CE;
  text-align: center;
  padding: 1.2rem 4%;
  color: #fff;
  font-size: 3.345rem;
  font-weight: 600;
  letter-spacing: 0.0669rem;
  margin-bottom: 2%;
}
.appBox1_title .small {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .appBox1_title {
    border-radius: 0.3273rem;
    padding: 0.5rem 0;
    font-size: 1.6rem;
    letter-spacing: normal;
    margin-bottom: 2%;
  }
  .appBox1_title .small {
    font-size: 1.2rem;
  }
  .appBox1 .appHead--01 {
    padding-bottom: 10rem;
  }
}

.appQR {
  border-radius: 1rem;
  border: 1.2rem solid #21B8CE;
  background-color: #FFFBCF;
  padding: 1.2rem 4%;
  margin-top: 4%;
  margin-bottom: 6%;
}
.appQR__code {
  padding-right: 4%;
  background: url(../images/app/app_qr_line.svg) no-repeat center right;
  background-size: contain;
}
.appQR__code--ttl {
  color: #21B8CE;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1.5rem;
}
.appQR__download {
  width: calc(96% - 17.5405rem - 6rem);
  text-align: center;
}
.appQR__download--ttl {
  color: #21B8CE;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.245rem;
}
.appQR__download--btn {
  gap: 4rem;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .appQR {
    border: 1.2rem solid #21B8CE;
    padding: 1.2rem 4%;
    margin-top: 4%;
    margin-bottom: 6%;
  }
  .appQR__code {
    padding-right: 4%;
  }
  .appQR__code--ttl {
    font-size: 1.4rem;
    padding-bottom: 1.5rem;
  }
  .appQR__download {
    width: calc(96% - 17.5405rem - 6rem);
  }
  .appQR__download--ttl {
    font-size: 3.5rem;
    letter-spacing: 0.245rem;
  }
  .appQR__download--btn {
    gap: 4rem;
    padding-top: 3rem;
  }
}

.appBenefit {
  margin-top: -16%;
  gap: 4rem 2.5rem;
  padding-bottom: 15%;
}
.appBenefit__item {
  position: relative;
  z-index: 1;
  width: 35rem;
  height: 35rem;
  padding: 4rem 3.2% 4rem;
  text-align: center;
  max-width: 31%;
}
.appBenefit__item--bg {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.appBenefit__item--bg::after {
  position: absolute;
  color: #D00000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  bottom: -2.2rem;
  width: 100%;
  left: 0;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .appBenefit__item--bg::after {
    font-size: 1.2rem;
  }
}
.appBenefit__item--note {
  color: #D00000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 0.5rem;
}
.appBenefit__item--stt {
  font-size: 1.7rem;
  font-weight: 900;
  color: #21B8CE;
  padding-bottom: 1.5rem;
}
.appBenefit__item--stt span {
  font-size: 2.5rem;
  font-weight: 700;
}
.appBenefit__item--ttl {
  font-size: min(2.9rem, 2.2vw);
  line-height: 1.4;
  padding-bottom: 1rem;
}
.appBenefit__item--ttl .txt-pink {
  font-weight: 700;
}
.appBenefit__item--txt {
  font-size: min(1.4rem, 1.3vw);
  line-height: 2;
}
.appBenefit__item:nth-child(2), .appBenefit__item:nth-child(5) {
  top: 10rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .appBenefit__item {
    height: auto;
  }
  .appBenefit__item--note {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .appBenefit {
    gap: 0;
    padding-bottom: 1.5rem;
    margin-top: -16%;
    justify-content: center;
  }
  .appBenefit__item {
    width: 21rem;
    height: 21rem;
    padding: 2rem 4% 0;
    gap: 0.8685rem;
    max-width: 100%;
  }
  .appBenefit__item--bg::after {
    font-size: 1.2rem;
    bottom: -4.2rem;
  }
  .appBenefit__item--stt {
    font-size: 1rem;
    padding-bottom: 0.5rem;
  }
  .appBenefit__item--stt span {
    font-size: 1.4rem;
  }
  .appBenefit__item--note {
    font-size: 1.2rem;
  }
  .appBenefit__item--ttl {
    font-size: 1.7rem;
    padding-bottom: 0.2rem;
  }
  .appBenefit__item--txt {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .appBenefit__item:nth-child(2), .appBenefit__item:nth-child(5) {
    top: 0;
  }
  .appBenefit__item:nth-child(odd) {
    margin-right: 18rem;
  }
  .appBenefit__item:nth-child(even) {
    margin-left: 18rem;
  }
  .appBenefit__item:not(:first-child) {
    margin-top: -6rem;
  }
  .appBenefit__item::after {
    font-size: 1.2rem;
    bottom: -3.2rem;
    max-width: 16rem;
  }
}

.appStep {
  background-color: #fff;
  margin-bottom: 5rem;
  position: relative;
  padding: 3rem 4rem 5rem;
}
.appStep__ttl {
  gap: 3rem;
  margin-left: -2rem;
  margin-bottom: 5rem;
  color: #21B8CE;
}
.appStep__ttl--step {
  font-size: 3.2rem;
  letter-spacing: 0.192rem;
  color: #fff;
  background: #21B8CE;
  position: relative;
  padding: 1rem 2rem;
  margin-left: -4rem;
  white-space: nowrap;
}
.appStep__ttl--step::before {
  content: "";
  width: 2.3rem;
  height: 1.2rem;
  background: url(../images/app/bg_step.svg) no-repeat;
  position: absolute;
  bottom: -1.2rem;
  left: 0;
}
.appStep__ttl--text {
  font-size: 3.2rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .appStep {
    margin-bottom: 4rem;
    padding: 1rem 1.2rem 2rem;
  }
  .appStep__ttl {
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .appStep__ttl--step {
    font-size: 2.2rem;
    letter-spacing: 0.132rem;
    margin-left: 0;
    padding-bottom: 0.5rem;
  }
  .appStep__ttl--step::before {
    width: 1rem;
    bottom: -1.2rem;
  }
  .appStep__ttl--text {
    font-size: 2.2rem;
  }
}

.appStep1 {
  padding-bottom: 2rem;
}
.appStep1List {
  gap: 3rem;
  padding-bottom: 6rem;
}
.appStep1__qrcode {
  position: absolute;
  top: -8rem;
  right: -2rem;
  max-width: 26%;
}
.appStep1__note {
  color: #D00000;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .appStep1List {
    padding-bottom: 4rem;
  }
  .appStep1List img {
    max-width: 80%;
    margin: auto;
  }
  .appStep1__note {
    font-size: 1.4rem;
  }
}

.appStep2Main__left {
  width: calc(100% - 33.5rem);
  padding-right: 8%;
}
.appStep2Main__right {
  width: 33.5rem;
}
.appStep2__txt {
  font-size: 2.4rem;
  line-height: 1.8;
  padding-bottom: 2rem;
}
.appStep2__note {
  font-size: 1.8rem;
}
.appStep2__txt2 {
  margin-top: 2rem;
  border-radius: 1rem;
  background-color: #E85298;
  padding: 1.5rem 2rem;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.6;
}
.appStep2__txt2 span {
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .appStep2Main__left {
    width: 100%;
    padding-right: 0;
  }
  .appStep2Main__right {
    width: 100%;
    text-align: center;
  }
  .appStep2__txt {
    font-size: 1.6rem;
  }
  .appStep2__note {
    font-size: 1.6rem;
  }
  .appStep2__txt2 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}

.appStep3List {
  background-color: #F2F2F2;
  border-radius: 2rem;
  padding: 5rem 0;
}
.appStep3__item {
  width: 50%;
  position: relative;
  padding: 0 6rem;
}
.appStep3__item:nth-child(even) {
  border-left: 2px solid #fff;
}
.appStep3__item:nth-child(n+3) {
  margin-top: 10rem;
}
.appStep3__item:nth-child(n+3)::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 76%;
  background-color: #fff;
  top: -5rem;
}
.appStep3__item--num {
  border-radius: 0.6667rem;
  background-color: #E85298;
  color: #fff;
  font-size: 2.5333rem;
  font-weight: 700;
  padding: 0.5rem 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.appStep3__item--ttl {
  line-height: 1.5;
  padding: 1rem 0 2rem;
  min-height: 10rem;
}
.appStep3__item--ttl span {
  font-weight: 700;
}
.appStep3__item--txt {
  line-height: 1.6;
  padding-bottom: 2rem;
}
.appStep3__item--img {
  text-align: center;
  margin: auto;
}
.appStep3__item--note {
  line-height: 1.6;
  padding-top: 2rem;
}
.appStep3__item--6 {
  border-radius: 1rem;
  background-color: #DEDEDE;
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .appStep3List {
    padding: 2rem 0;
  }
  .appStep3__item {
    width: 100%;
    padding: 0 2rem;
  }
  .appStep3__item:nth-child(even) {
    border-left: 0;
  }
  .appStep3__item:nth-child(n+3) {
    margin-top: 6rem;
  }
  .appStep3__item:nth-child(n+3)::before {
    width: 88%;
    top: -3rem;
  }
  .appStep3__item:not(:first-child) {
    margin-top: 6rem;
  }
  .appStep3__item:not(:first-child)::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 88%;
    top: -3rem;
    background-color: #fff;
  }
  .appStep3__item--num {
    font-size: 2rem;
  }
  .appStep3__item--ttl {
    padding: 1rem 0 2rem;
    min-height: 8rem;
  }
  .appStep3__item--txt {
    padding-bottom: 3.2rem;
  }
  .appStep3__item--img {
    max-width: 80%;
  }
  .appStep3__item--note {
    font-size: 1.4rem;
  }
  .appStep3__item--6 {
    padding: 1.5rem 1rem;
  }
}

.appBanner {
  padding: 1rem 0 2rem;
}

.appVideo {
  padding-top: 4rem;
}
.appVideo__ttl {
  text-align: center;
  padding-bottom: 3rem;
  max-width: 72%;
  margin: auto;
}
.appVideo__ttl--sub span:nth-child(1) {
  font-size: 3.2rem;
}
.appVideo__ttl--sub span:nth-child(2) {
  font-size: 2.4rem;
}
.appVideo__wrap {
  padding: 2rem 0 6rem;
}
.appVideo video {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .appVideo {
    padding-top: 4rem;
  }
  .appVideo__ttl {
    padding-bottom: 2rem;
  }
  .appVideo__wrap {
    padding: 2rem 0 6rem;
  }
}

.appUseful {
  background-color: #e8f8fa;
  padding-top: 8rem;
  padding-bottom: 8%;
}
.appUsefulList {
  padding: 4rem 0 8rem;
}
.appUseful__item {
  gap: 4rem;
}
.appUseful__item:nth-child(2) {
  background: url(../images/app/app_userful_bg.png) no-repeat center bottom;
}
.appUseful__item--img {
  width: 30rem;
  padding-bottom: 2rem;
  max-width: 100%;
}
.appUseful__item--col:nth-child(2) {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .appUseful {
    padding-top: 6rem;
    padding-bottom: 0;
  }
  .appUsefulList {
    padding-bottom: 0;
  }
  .appUseful__item {
    gap: 1.5rem;
  }
  .appUseful__item--col {
    width: calc(50% - 2.25rem);
  }
  .appUseful__item:nth-child(2) {
    background: url(../images/app/app_userful_bg_sp.png) no-repeat center bottom;
    padding-bottom: 22rem;
    background-size: contain;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .appUseful__item--img {
    padding-bottom: 1rem;
  }
}

.otf {
  font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
}

.bhs {
  font-family: "Black Han Sans", sans-serif;
  font-weight: 400;
}

.bannerFix {
  position: fixed;
  bottom: 0;
  z-index: 99;
}

.appDownload {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  position: relative;
  z-index: 1;
}
.appDownload::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  bottom: 0;
  background-color: #21B8CE;
  z-index: -1;
}
.appDownload__left {
  padding-top: 2rem;
  padding-left: 1rem;
}
.appDownload__point {
  width: 10.4811rem;
  flex-shrink: 0;
  margin-left: 1rem;
}
.appDownload__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding-bottom: 1rem;
}
.appDownload__btn {
  gap: 1.5rem;
}/*# sourceMappingURL=app.css.map */