@charset "UTF-8";

.pc-hide {
  display: none;
}

.p-top-firstview {
  margin-top: 30px;
}

.p-top-firstview .inner {
  padding-bottom: 45px;
}

.p-top-firstview .c-card-firstview {
  padding: 10px;
  height: initial;
}
.p-top-firstview .c-card-firstview .notes {
  font-size: 10px;
  font-weight: 100;
}

.p-top-firstview .text-wrap {
  /* flex: 1; */

}
.p-top-firstview .img-warp {
  /* flex: 2; */
}
.p-top-firstview .inner .img-warp img {
  width: 450px;
}

.p-top-firstview .inner .catchcopy {
  word-break: keep-all;
  overflow-wrap: normal; 
  font-size: max(3vw, 14.3px);
}

.p-top-firstview .inner .text {
  font-size: max(1.5vw, 14.3px);
  word-break: keep-all;
  overflow-wrap: normal; 
}

.p-top-feature {
  margin-top: 80px;
}

.p-top-feature .card-temporary .download-wrap {
  gap: 1.5vw;
}
.p-top-feature .card-temporary .download-wrap .c-list-app {
  gap: 1vw;
}
/* .c-md-ballon::after {
  display: none;
} */


.p-top-quantity .top-inner {
  justify-content: center;
}

.p-top-feature .moc-wrap {
  display: flex;
  gap: 30px;
  padding: 0 80px;
  justify-content: center;
  margin-top: 30px;
}
.p-top-feature .moc-wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}
.p-top-feature .moc-wrap .img-warp {
  width: 350px;
  display: flex;
  position: relative;
}
.p-top-feature .moc-wrap .img-warp img {
  max-width: 200px;
  height: auto;
}
.p-top-feature .moc-wrap .moc_2 {
  max-height: 300px;
  position: absolute;
  right: 0;
  bottom: 25%;
}
.p-top-feature .moc-wrap:nth-of-type(odd) .img-warp {
  justify-content: right;
}
.p-top-feature .moc-wrap:nth-of-type(ever) .img-warp {
  justify-content: left;
}
.p-top-feature .moc-wrap.moc-wrap-3 .img-warp {
  justify-content: left;
}
.p-top-feature .moc-wrap .text-wrap {
  /* flex: 1; */
  width: calc(50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-top-feature .moc-wrap .text-wrap div {
  background: #fff;
  padding: 2rem;
  border-radius: 2.7777777778vw;
  position: relative;
}
.p-top-feature .moc-wrap .text-wrap .sub-title {
  display: flex;
  font-size: 1.5vw;
  text-align: left;
  justify-content: center;
  margin-bottom: 15px;
}
.p-top-feature .moc-wrap .text-wrap .sub-title img {
  width: 30px;
  margin-right: 10px;
}
.p-top-feature .moc-wrap .text-wrap .title {
  font-size: 2.5vw;
  text-align: left;
  color: #005abb;
  line-height: 1.3;
}
.p-top-feature .moc-wrap .text-wrap .detail {
  font-size: 1.3vw;
  text-align: left;
  margin-top: 20px;
}
.p-top-feature .moc-wrap-3 .text-wrap .notes {
  position: absolute;
  font-size: 12px;
  font-weight: 100;
  left: 0;
  bottom: 0;
  padding: 0 2rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 1400px) {
  .p-top-feature .moc-wrap-3 .text-wrap div {
    padding-bottom: 4rem;

  }
}


.p-top-feature .l-main-inner {
  margin-top: 60px;
}

@media (max-width: 1024px) {
  .sp-hide {
    display: none;
  }
  .pc-hide {
    display: block;
  }

  .l-header .l-header-inner .logo {
    width: initial;
    height: initial;
  }

  .l-header {
    display: none;
  }

  .p-top-firstview {
    margin-top: 30px;
  }

  .p-top-firstview .inner {
    padding-top: 60px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    gap: 0;
  }
  
  .p-top-firstview .inner .c-list-app.pc-hide  {
    display: flex;
  }

  .p-top-firstview .inner .text {
    word-break: initial;
  }

  .p-top-firstview .inner .img {
    width: 100%;
    height: 100%;
    max-width: 320px;
  }
  .p-top-firstview .inner .img-warp {
    margin-bottom: 30px;
  }
  .p-top-firstview .inner .img-warp img {
    width: 100%;
  }
  .p-top-firstview .inner .catchcopy {
    padding-top: 84px;
    font-size: 30px;
    word-break: initial;
  }
  @media (max-width: 767px) {
    .p-top-firstview .inner .catchcopy {
      padding-top: 42px;
    }
  }
  .p-top-firstview .c-card-firstview {
    width: auto;
    height: auto;
    padding: 14px;
  }
  .p-top-firstview .item._apple, .p-top-firstview .item._google {
    width: initial;
    height: initial;
  }
  .p-top-feature .moc-wrap {
    flex-wrap: wrap;
    padding: 0;
    gap: 15px;
    margin-bottom: 45px;
    flex-wrap: wrap-reverse;
  }
  .p-top-feature .moc-wrap .img-warp {
    justify-content: center!important;
  }
  .p-top-feature .moc-wrap .img-warp img {
    /* width: 100%; */
    /* max-height: 300px; */
    height: auto;
  }
  .p-top-feature .moc-wrap.moc-wrap-2 .img-warp,
  .p-top-feature .moc-wrap.moc-wrap-3 .img-warp {
    justify-content: space-between!important;
  }
  .p-top-feature .moc-wrap .text-wrap {
    width: 100%;
  }
  .p-top-feature .moc-wrap .text-wrap .sub-title {
    font-size: 3.5vw;
  }
  .p-top-feature .moc-wrap .text-wrap .title {
    font-size: 5.5vw;
  }
  .p-top-feature .moc-wrap .text-wrap .detail {
    font-size: 3.5vw;
  }
  .p-top-feature .moc-wrap .text-wrap .notes {
    font-size: 2.5vw;
    font-weight: 100;
  }
  .p-top-feature .card-temporary {
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-main-inner._p1059 {
    width: initial;
  }
  .p-top-feature .card-temporary {
    border-radius: initial;
  }
  .p-top-feature .card-temporary .title .inner {
    font-size: 5.5vw;
  }
  .p-top-feature .card-temporary .title .img {
    width: 30px;
    height: auto;
  }

  .c-md-ballon {
    width: initial;
    padding: 15px 20px;
    font-size: 9px;
  }
  
  .c-list-app .item._apple, .c-list-app .item._google {
    width: initial;
    height: initial;
  }
  .p-top-plan .premium-plan .row {
    flex-wrap: wrap;
    gap: 10px;
  }
  .p-top-quantity .c-card-quantity .text {
    line-height: 0;
    margin-bottom: 0px;
  }
  .p-top-quantity .c-card-quantity .notes {
    margin-top: -13px;
    margin-bottom: 21px;
  }
  @media (max-width: 470px) {
    .p-top-quantity .c-card-quantity .text {
      margin-bottom: 32px;
    }
  }
  .c-card-quantity {
    width: initial;
  }

  .p-top-quantity .bottom {
    width: initial;
    padding: 20px 30px;
  }

  .l-footer .menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .c-btn-pagetop {
    width: 50px;
    height: 50px;
  }
}