@charset "utf-8";
/* reset */
h1 {
  display: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
  padding: inherit;
  background: none;
  min-width: inherit;
  max-width: inherit;
  font-weight: inherit;
  text-align: inherit;
}
h1::after {
  content: none;
}
h2 {
  font-size: inherit;
  padding-bottom: 0;
  margin-bottom: 40px;
  line-height: inherit;
  border-top: inherit;
}
h2::before {
  content: none;
}
h3 {
  padding-left: 0;
}
h3::before {
  content: none;
}
h4 {
  color: #5a5a5a;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.96px;
  position: relative;
  margin-bottom: 16px;
  padding-left: 1em;
}
h4::before {
  content: "";
  display: inline-block;
  top: 0.4em;
  left: 0;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  position: absolute;
  background: url(/mem/for_vpointapp/top/img/icon-h4.svg) no-repeat;
}
/* base layout */
@media only screen and (min-width: 641px) and (max-width: 1000px) {
  #contWrap {
    min-width: inherit;
    width: calc(100vw - 20px);
  }
}
/* background layout */
.bgWide {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
  min-width: 1000px;
}
.bgGray {
  background-color: #eff2f4;
}
@media only screen and (min-width: 641px) and (max-width: 1000px) {
  .bgWide {
    margin-right: -10px;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: inherit;
  }
}
@media only screen and (max-width: 640px) {
  .bgWide {
    padding-left: calc((100vw - 100%) / 2);
    padding-right: calc((100vw - 100%) / 2);
    min-width: 0;
  }
}
/* pc/sp layout */
@media only screen and (min-width: 1001px) {
  .hide_pc {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1000px) {
  .hide_tb {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .hide_sp {
    display: none;
  }
}
/* common */
a:visited,
a:link {
  color: #004097;
  font-weight: bold;
  margin-left: 0;
}
a[target="_blank"] .blankLink {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(/mem/for_vpointapp/top/img/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  margin-left: 6px;
}
a.winPopup .blankLink {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(/mem/for_vpointapp/top/img/icon_window.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  margin-left: 6px;
}
.txt-nowrap {
  white-space: nowrap;
}
ul.kome {
  list-style-type: none;
}
ul.kome > li {
  margin-bottom: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}
ul.kome > li:before {
  content: "\0203B";
  display: inline;
}
/* secTop */
.secTop {
  position: relative;
  padding-bottom: 40px;
}
.topMainTxt {
  height: 280px;
  padding-top: 90px;
  padding-bottom: 50px;
  background-image: url(/mem/for_vpointapp/top/img/img_top.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
/* Retinaディスプレイ時 */
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .topMainTxt {
    /* Retinaディスプレイ用サイズの画像を指定 */
    background-image: url(/mem/for_vpointapp/top/img/img_top@2x.jpg);
  }
}
.topMainTxt h2 {
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.4;
}
.topMainTxt h1 {
  margin-left: -5px;
  margin-bottom: 0;
  padding: 0;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.topMainTxt .lp_em {
  color: #fff;
}
.topSubTxt {
  width: 635px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.topMovie {
  position: absolute;
  top: 135px;
  right: 0;
  width: 300px;
  height: 625px;
  text-align: center;
}
.topMovie video,
.topMovie img {
  width: 267px;
  height: auto;
  position: absolute;
  top: 10px;
  left: calc(50% - 268px / 2);
  border-radius: 25px;
}
.topMovie::before {
  content: " ";
  position: absolute;
  left: 3%;
  top: 10%;
  width: 94%;
  height: 80%;
  background-color: #fff;
}
.topMovie::after {
  content: " ";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url(/mem/for_vpointapp/top/img/img_device_fr.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
.topMovie.topMovie--swipe {
  overflow: hidden;
}
.topMovie.topMovie--swipe img {
  width: 804px;
  /* 268px * 3 */
  max-width: inherit;
  left: calc(50% - 804px / 2);
  top: 74px;
}
.topMovie.topMovie--swipe::after {
  background-image: url(/mem/for_vpointapp/top/img/img_device.png);
  display: block;
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: 0;
}
.secTop .areaEnv {
  margin-top: 20px;
}
@media only screen and (min-width: 1001px) {
  .topMainTxt {
    background-position: top -100px center;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1000px) {
  .topMainTxt h2 {
    font-size: 1.6rem;
  }
  .topMainTxt h1 {
    font-size: 3.6rem;
    margin-left: 0;
  }
  .topSubTxt {
    width: 65%;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1000px) {
  .topMovie {
    width: 210px;
    height: 438px;
  }
  .topMovie video,
  .topMovie img {
    width: 188px;
    top: 5px;
    left: 10px;
  }
  .topMovie.topMovie--swipe img {
    width: 570px;
    /* 190px * 3 */
    left: calc(50% - 570px / 2);
    top: 49px;
  }
}
@media only screen and (max-width: 640px) {
  .secTop__wrap {
    display: flex;
    flex-direction: column;
  }
  .topMainTxt {
    height: 500px;
    order: 1;
    padding-top: 70px;
    padding-bottom: 30rem;
  }
  .topMainTxt h2 {
    margin-bottom: 15px;
    font-size: 1.6rem;
    text-align: center;
  }
  .topMainTxt h1 {
    font-size: 3.2rem;
    text-align: center;
  }
  .topSubTxt {
    width: 100%;
  }
  .topMovie {
    order: 2;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -29.5rem;
    overflow: hidden;
    top: 0;
  }
  .topSubTxt {
    order: 3;
  }
  .secTop .smallArrowLink {
    order: 4;
  }
  .secTop .areaDownload01 {
    order: 5;
  }
  .secTop .areaAnchor {
    order: 6;
  }
}
/* secCont common */
.secCont {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.secCont__wrap {
  position: relative;
}
.secCont__title {
  margin-bottom: 40px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #004097;
}
.secCont__explain {
  margin-bottom: 40px;
  line-height: 1.6;
}
.secCont__note {
  font-size: 1.4rem;
  color: #5c5c5c;
  line-height: 1.4;
}
@media only screen and (min-width: 641px) and (max-width: 1000px) {
  .secCont__title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .secCont__title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: 600;
  }
}
.secCont--row .secCont__img {
  position: absolute;
  top: 50%;
  right: 0;
}
.secCont--row .secCont__mov {
  position: absolute;
  top: 0;
  right: 0;
}
.secCont--row .secCont__img img,
.secCont--row .secCont__img .svg,
.secCont--row .secCont__img svg {
  width: 100%;
}
_:-ms-lang(x)::-ms-backdrop,
.secCont--row .secCont__img img,
.secCont--row .secCont__img .svg,
.secCont--row .secCont__img svg {
  height: 100%;
}
.secCont--row .secCont__title,
.secCont--row .secCont__explain,
.secCont--row .secCont__note,
.secCont--row .secCont__link {
  width: 69%;
}
.secCont--row .secCont__link {
  margin-top: 30px;
  margin-bottom: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1000px) {
  .secCont--row {
    overflow: hidden;
  }
  .secCont--row .secCont__title,
  .secCont--row .secCont__explain,
  .secCont--row .secCont__note,
  .secCont--row .secCont__link {
    width: 60%;
  }
  .secCont--row .secCont__title {
    float: left;
    width: 100%;
  }
  .secCont--row .secCont__explain,
  .secCont--row .secCont__note,
  .secCont--row .secCont__link {
    float: left;
  }
  .secCont--row .secCont__mov {
    position: static;
    float: right;
    max-width: 39%;
    top: 0;
  }
  .secCont--row .secCont__img {
    position: static;
    float: right;
    max-width: 39%;
  }
  .secCont {
    clear: both;
  }
}
@media only screen and (max-width: 640px) {
  .secCont--row .secCont__title {
    text-align: center;
  }
  .secCont--row .secCont__img {
    position: static;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .secCont--row .secCont__mov {
    position: static;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }
  .secCont--row .secCont__title,
  .secCont--row .secCont__explain,
  .secCont--row .secCont__note,
  .secCont--row .secCont__link {
    width: 100%;
  }
}
/* secCont2 */
.secCont__payment {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.payment__item {
  margin-right: 20px;
  position: relative;
}
.payment__item .payment__item__txt::before {
  content: "";
  display: block;
  width: 2px;
  height: 1.5em;
  border-right: 2px solid #004097;
  margin: 0;
  position: absolute;
  top: -1.8%;
  left: 15%;
  -webkit-transform: translateY(3px) rotate(-30deg);
  -ms-transform: translateY(3px) rotate(-30deg);
  transform: translateY(3px) rotate(-30deg);
}
.payment__item .payment__item__txt {
  margin-bottom: 10px;
  padding-left: 2px;
  color: #004097;
  font-weight: bold;
  text-align: center;
}
.payment__item .payment__item__txt::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.5em;
  border-right: 2px solid #004097;
  margin: 0;
  position: absolute;
  top: -1.8%;
  right: 15%;
  -webkit-transform: translateY(3px) rotate(30deg);
  -ms-transform: translateY(3px) rotate(30deg);
  transform: translateY(3px) rotate(30deg);
}
.payment__item .payment__item__box {
  width: 500px;
  padding: 20px 0;
  border: 1px solid #e5e5e5;
  text-align: center;
  background-color: #ffffff;
}
.payment__item__link a {
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .secCont__payment {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .payment__item {
    margin-right: 0;
  }
  .payment__item .payment__item__box {
    width: 100%;
  }
  .payment__item .payment__item__txt::before {
    content: "";
    display: block;
    width: 2px;
    height: 1.5em;
    border-right: 2px solid #004097;
    margin: 0;
    position: absolute;
    top: -1.8%;
    left: 5%;
    -webkit-transform: translateY(3px) rotate(-30deg);
    -ms-transform: translateY(3px) rotate(-30deg);
    transform: translateY(3px) rotate(-30deg);
  }
  .payment__item .payment__item__txt::after {
    content: "";
    display: block;
    width: 2px;
    height: 1.5em;
    border-right: 2px solid #004097;
    margin: 0;
    position: absolute;
    top: -1.8%;
    right: 5%;
    -webkit-transform: translateY(3px) rotate(30deg);
    -ms-transform: translateY(3px) rotate(30deg);
    transform: translateY(3px) rotate(30deg);
  }
}
.secCont__mobile {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.mobile__item {
  margin-right: 20px;
  position: relative;
}
.mobile__item__box {
  width: 400px;
  padding: 30px 30px 15px 30px;
  display: block;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}
.mobile__item-image img {
  width: 100%;
}
.mobile__item-link {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0);
  color: #004097;
  border: none;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  position: relative;
  margin-left: 0;
}
.mobile__item-link::after {
  background: url(/mem/for_vpointapp/top/img/icon_arrow-right.svg);
  background-size: contain;
  content: " ";
  margin-left: 8px;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -2px;
}
@media only screen and (max-width: 640px) {
  .secCont__mobile {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .mobile__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .mobile__item__box {
    width: 100%;
  }
}
/* secCont3 */
/* secDownload */
.secDownload {
  padding-top: 30px;
  padding-bottom: 40px;
}
.secDownload__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.secDownload .dlTitle {
  color: #004097;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.secDownload .dlPolicy {
  color: #5c5c5c;
  font-size: 1.2rem;
}
.secDownload .dlNote {
  position: absolute;
  color: #004097;
  font-size: 1.2rem;
}
@media only screen and (min-width: 1001px) {
  .secDownload .dlTitle {
    text-align: center;
    margin-bottom: 20px;
  }
  .secDownload .dlPolicy {
    text-align: center;
    margin-bottom: 40px;
  }
  .secDownload .dlNote {
    position: absolute;
    margin-top: 200px;
    left: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1000px) {
  .secDownload .areaDownload {
    justify-content: center;
  }
  .secDownload .areaEnv {
    text-align: center;
  }
}
@media only screen and (max-width: 1000px) {
  .secDownload {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .secDownload .dlTitle {
    margin-bottom: 30px;
    text-align: center;
  }
  .secDownload .dlPolicy {
    margin-bottom: 40px;
    text-align: center;
  }
  .secDownload .dlNote {
    padding-top: 60px;
    margin-bottom: 40px;
    text-align: center;
  }
  .secDownload .areaEnv {
    margin-top: 40px;
    padding-bottom: 120px;
  }
}
/* youtube動画タブ */
.whats_this_video .tabs {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 30px;
}
.whats_this_video input[name="tab_item"] {
  display: none;
}
.whats_this_video .tab_item {
  display: block;
  width: 45%;
  height: 8.53333vw;
  margin-right: 1.5vw;
  background-color: #7f9fcb;
  line-height: 8.53333vw;
  font-size: 3.73333vw;
  text-align: center;
  color: #004097;
  float: left;
  text-align: center;
  font-weight: bold;
  border: 1px solid #004097;
  transform: translateX(10%);
}
.whats_this_video .tabs input#iphone:checked + .tab_item {
  background-color: #004097;
  border-color: #004097;
  color: #ffffff;
}
.whats_this_video .tabs input#android:checked + .tab_item {
  background-color: #004097;
  border-color: #004097;
  color: #ffffff;
}
.whats_this_video #iphone:checked ~ #iphone_content,
.whats_this_video #android:checked ~ #android_content {
  display: block;
}
.whats_this_video .tab_content {
  display: none;
  width: 100%;
  padding: 0;
  margin: 12vw auto 0;
  clear: both;
  overflow: hidden;
}
.whats_this_video .tab_content iframe {
  width: 100%;
  height: 48vw;
}
@media only screen and (max-width: 640px) {
  .whats_this_video {
    margin-top: 60px;
  }
  .whats_this_video .heading {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 641px) {
  .whats_this_video {
    margin-top: 80px;
  }
  .whats_this_video .heading {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
  }
  .whats_this_video .tabs {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
  }
  .whats_this_video .tab_item {
    display: block;
    width: 42%;
    max-width: 426px;
    height: 50px;
    margin-right: 1.5vw;
    line-height: 50px;
    font-size: 22px;
    transform: translateX(15%);
  }
  .whats_this_video .tab_content {
    max-width: 880px;
    width: 100%;
    margin: 75px auto 0;
    clear: both;
    overflow: hidden;
    max-height: 502px;
  }
  .whats_this_video .tab_content iframe {
    height: 500px;
  }
}
/* secNote */
.secNote {
  padding-top: 48px;
}
.secNote__title {
  font-size: 24px;
  font-weight: bold;
}
.secNote__explain {
  margin-bottom: 40px;
  line-height: 1.6;
}
.secNote__link a {
  background: rgba(0, 0, 0, 0);
  color: #004097;
  border: none;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  position: relative;
  margin-left: 0;
}
.secNote__link a::after {
  background: url(/mem/for_vpointapp/top/img/icon_arrow-right.svg);
  background-size: contain;
  content: " ";
  margin-left: 8px;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -2px;
}
.secNote hr {
  margin-top: 48px;
  margin-bottom: 48px;
  border: 1px solid #ccc;
}
.secNote__important,
.secNote__question {
  margin-top: 48px;
  margin-bottom: 48px;
}
.secNote__important p.iconTInfo,
.secNote__question p.iconTInfo {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.secNote__important p.iconTInfo::before,
.secNote__question p.iconTInfo::before {
  content: "";
  position: relative;
  display: inline-block;
  top: 7px;
  left: 0;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.secNote__important p.iconTInfo::before {
  background: url(/mem/for_vpointapp/top/img/icon_important.png) no-repeat;
}
.secNote__question p.iconTInfo::before {
  background: url(/mem/for_vpointapp/top/img/icon_question.png) no-repeat;
}
.co_btn {
  background-color: #004097;
  color: #fff;
  border: 1px solid #004097;
}
.co_btn::after {
  background-image: url(/mem/for_vpointapp/top/img/icon_arrow-right_w.svg) !important;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.co_btn:visited,
.co_btn:link {
  color: #fff;
}
.co_btn:hover {
  background-color: #fff;
  color: #004097;
  border: 1px solid #004097;
}
.co_btn:hover::after {
  background-image: url(/mem/for_vpointapp/top/img/icon_arrow-right.svg) !important;
}
.secNote__question dl {
  margin: 0;
}
.secNote__question dt {
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .secNote__important,
  .secNote__question {
    margin-bottom: 60px;
  }
  .secNote__important p.iconTInfo,
  .secNote__question p.iconTInfo {
    font-size: 2.2rem;
    padding-left: 3rem;
    text-indent: -3rem;
  }
}
/* animation */
.secTop h2.fadeIn,
.secTop h1.fadeIn {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.secTop h2.fadeIn.on-fade {
  -webkit-animation: slideRight 0.3s ease both;
  animation: slideRight 0.3s ease both;
}
.secTop h1.fadeIn.on-fade {
  -webkit-animation: slideRight 0.3s ease 0.3s both;
  animation: slideRight 0.3s ease 0.3s both;
}
@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#secTutorial .secCont__tile.fadeIn {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
#secTutorial .secCont__tile.fadeIn.on-fade {
  -webkit-animation: slideUp 1s ease 0.4s both;
  animation: slideUp 1s ease 0.4s both;
}
.fadeIn #svg-point-star-1 {
  -webkit-transform-origin: 84.02% 36.15%;
  transform-origin: 84.02% 36.15%;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.fadeIn #svg-point-star-2 {
  -webkit-transform-origin: 73.27% 25.21%;
  transform-origin: 73.27% 25.21%;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.fadeIn #svg-point-star-3 {
  -webkit-transform-origin: 29.93% 72.09%;
  transform-origin: 29.93% 72.09%;
  -webkit-transform: scale(0);
  transform: scale(0);
}
@keyframes blinkStar {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(0);
  }
  30% {
    transform: scale(2);
  }
  50% {
    transform: scale(0.8);
  }
  60% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.fadeIn.on-fade #svg-point-star-1 {
  -webkit-animation: blinkStar 2s 0.2s both infinite;
  animation: blinkStar 1s 0.2s both;
}
.fadeIn.on-fade #svg-point-star-2 {
  -webkit-animation: blinkStar 2s both infinite;
  animation: blinkStar 1s both;
}
.fadeIn.on-fade #svg-point-star-3 {
  -webkit-animation: blinkStar 2s 0.4s both infinite;
  animation: blinkStar 1s 0.4s both;
}
@-webkit-keyframes swipe {
  0% {
    -webkit-transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-267px);
  }
  35% {
    -webkit-transform: translateX(-267px);
  }
  40% {
    -webkit-transform: translateX(0);
  }
  55% {
    -webkit-transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(267px);
  }
  75% {
    -webkit-transform: translateX(267px);
  }
  80% {
    -webkit-transform: translateX(0);
  }
}
@keyframes swipe {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-267px);
  }
  35% {
    transform: translateX(-267px);
  }
  40% {
    transform: translateX(0);
  }
  55% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(267px);
  }
  75% {
    transform: translateX(267px);
  }
  80% {
    transform: translateX(0);
  }
}
.topMovie.topMovie--swipe.on-swipe img {
  -webkit-animation: swipe 6s ease infinite;
  animation: swipe 6s ease infinite;
}
@-webkit-keyframes swipe-sp {
  0% {
    -webkit-transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-190px);
  }
  35% {
    -webkit-transform: translateX(-190px);
  }
  40% {
    -webkit-transform: translateX(0);
  }
  55% {
    -webkit-transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(190px);
  }
  75% {
    -webkit-transform: translateX(190px);
  }
  80% {
    -webkit-transform: translateX(0);
  }
}
@keyframes swipe-sp {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-190px);
  }
  35% {
    transform: translateX(-190px);
  }
  40% {
    transform: translateX(0);
  }
  55% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(190px);
  }
  75% {
    transform: translateX(190px);
  }
  80% {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 1000px) {
  .topMovie.topMovie--swipe.on-swipe img {
    -webkit-animation: swipe-sp 6s ease infinite;
    animation: swipe-sp 6s ease infinite;
  }
}
/* アプリダウンロードエリア01 */
.areaDownload01 {
  width: 635px;
  background-color: #eff2f4;
  padding: 24px 70px;
}
.areaDownload01 .areaDownload__apps {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.areaDownload01 .areaDownload__ios,
.areaDownload01 .areaDownload__android {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.areaDownload01 .areaDownload__ios .areaDownload__icon,
.areaDownload01 .areaDownload__android .areaDownload__icon {
  height: 50px;
}
.areaDownload01 .areaDownload__ios .areaDownload__icon img,
.areaDownload01 .areaDownload__android .areaDownload__icon img {
  height: 100%;
}
.areaDownload01 .areaDownload__ios .areaDownload__qr,
.areaDownload01 .areaDownload__android .areaDownload__qr {
  margin-top: 10px;
  width: 100px;
}
.areaDownload01 .areaDownload__ios .areaDownload__qr img,
.areaDownload01 .areaDownload__android .areaDownload__qr img {
  width: 100%;
}
.areaDownload01 .areaEnv {
  color: #5c5c5c;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .areaDownload01 {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .areaDownload01 .areaDownload__apps {
    width: 100%;
  }
  .areaDownload01 .areaDownload__ios .areaDownload__icon,
  .areaDownload01 .areaDownload__android .areaDownload__icon {
    height: 48px;
  }
  .areaDownload01 .areaEnv {
    width: auto;
  }
}
/* アンカーリンク */
.areaAnchor{
  display: flex;
  flex-wrap: wrap;
}
.areaAnchor .areaAnchor_Button {
  width: auto !important;
  margin-right: 32px !important;
  margin-top: 24px !important;
}
.areaAnchor .areaAnchor_Button a::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: " ";
  width: 1em;
  height: 1em;
  margin-top: -14px;
  background: url(/mem/for_vpointapp/top/img/icon_anker-link.svg) no-repeat
    center right;
  background-size: 100% auto;
}
.areaAnchor .areaAnchor_Button a {
  padding-left: 24px;
  color: #333333;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #dddddd;
  padding-bottom: 13px;
}
/* アプリダウンロードエリア02 */
.areaDownload02 {
  width: 100%;
  background-color: #eff2f4;
  padding: 24px 70px;
}
.areaDownload02 .areaDownload__apps {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.areaDownload02 .areaDownload__ios,
.areaDownload02 .areaDownload__android {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.areaDownload02 .areaDownload__ios .areaDownload__icon,
.areaDownload02 .areaDownload__android .areaDownload__icon {
  height: 50px;
}
.areaDownload02 .areaDownload__ios .areaDownload__icon img,
.areaDownload02 .areaDownload__android .areaDownload__icon img {
  height: 100%;
}
.areaDownload02 .areaDownload__ios .areaDownload__qr,
.areaDownload02 .areaDownload__android .areaDownload__qr {
  margin-top: 10px;
  width: 100px;
}
.areaDownload02 .areaDownload__ios .areaDownload__qr img,
.areaDownload02 .areaDownload__android .areaDownload__qr img {
  width: 100%;
}
.areaDownload02 .areaEnv {
  color: #5c5c5c;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 24px auto 0;
  width: 475px;
}
@media only screen and (max-width: 640px) {
  .areaDownload02 {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .areaDownload02 .areaDownload__apps {
    width: 100%;
  }
  .areaDownload02 .areaDownload__ios .areaDownload__icon,
  .areaDownload02 .areaDownolad__android .areaDownload__icon {
    height: 48px;
  }
  .areaDownload02 .areaEnv {
    width: auto;
  }
}
/* ご利用ガイド */
.block__item {
  margin-bottom: 48px;
}
.block__item-heading {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: calc(43px + 16px);
}
.block__item-heading .circle_number {
  color: #ffffff;
  width: 43px;
  height: 43px;
  background-color: #3b7dc4;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: baseline;
  position: absolute;
  left: 0;
}
.block__item-content {
  border: 1px solid #eeeeee;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
.block__item-content .block__innerItem {
  margin: 29px ;
  width: 440px;
  display: block;
}
.block__innerItem-image img {
  width: 100%;
}
.block__innerItem-link {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0);
  color: #004097;
  border: none;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  position: relative;
  margin-left: 0;
}
.block__innerItem-link::after {
  background: url(/mem/for_vpointapp/top/img/icon_arrow-right.svg);
  background-size: contain;
  content: " ";
  margin-left: 8px;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -2px;
}
.block__innerItem-note {
  display: inline-block;
  font-size: 14px;
  padding-top: 24px;
  margin-bottom: 0;
}
/* アプリダウンロードエリア03 */
.areaDownload03 {
  margin: 0 auto;
  width: 635px;
}
.areaDownload03 .areaDownload__apps {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.areaDownload03 .areaDownload__ios,
.areaDownload03 .areaDownload__android {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.areaDownload03 .areaDownload__ios .areaDownload__icon,
.areaDownload03 .areaDownload__android .areaDownload__icon {
  height: 50px;
}
.areaDownload03 .areaDownload__ios .areaDownload__icon img,
.areaDownload03 .areaDownload__android .areaDownload__icon img {
  height: 100%;
}
.areaDownload03 .areaDownload__ios .areaDownload__qr,
.areaDownload03 .areaDownload__android .areaDownload__qr {
  margin-top: 10px;
  width: 100px;
}
.areaDownload03 .areaDownload__ios .areaDownload__qr img,
.areaDownload03 .areaDownload__android .areaDownload__qr img {
  width: 100%;
}
.areaDownload03 .areaEnv {
  color: #5c5c5c;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-left: 94px;
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  .areaDownload03 {
    width: 100%;
    padding: 0 20px 60px 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .areaDownload03 .areaDownload__apps {
    width: 100%;
  }
  .areaDownload03 .areaDownload__ios .areaDownload__icon,
  .areaDownload03 .areaDownload__android .areaDownload__icon {
    height: 48px;
  }
  .areaDownload03 .areaEnv {
    width: auto;
    margin-left: 0;
    padding-bottom: 0;
  }
}
