@charset "UTF-8";
/* ----------------------------------------------------------------
    Centering Content
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
    Pseudo element (Block)
----------------------------------------------------------------- */
:root {
  font-size: 62.5%;
  --font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "MS Pゴシック", "Helvetica Neue", Arial, Verdana, "Hiragino Sans", sans-serif;
  --font-family-en: "Poppins", var(--font-family);
}

html {
  overflow: auto;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
button,
figure {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: #000;
  font-family: var(--font-family);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media only screen and (max-width: 1076px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #0099b3;
  position: relative;
  text-decoration: none;
}

a:focus,
area:focus,
button:focus,
input:focus,
label:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
  outline-color: #0099b3;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.js-fade-in.is-show {
  animation: fade-in .4s ease-out .5s both;
  opacity: 0;
  transform: translateY(50px);
}

header {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 100;
}

header .header__inner {
  margin-inline: auto;
  max-width: 1512px;
  padding-block: 12px;
  padding-inline: 40px;
}

@media only screen and (max-width: 1076px) {
  header .header__inner {
    padding-inline: 14px;
  }
}

header .header__inner a {
  align-items: center;
  display: flex;
  height: auto;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

header .header__inner a img {
  height: 62px;
  width: 343px;
}

@media only screen and (max-width: 1076px) {
  header .header__inner a img {
    height: 31px;
    width: 170px;
  }
}

footer {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
}

.footer-area__inner {
  margin: auto;
  max-width: 1260px;
}

.footer-area__name {
  display: inline-block;
  font-size: 2rem;
  font-weight: bolder;
  padding-right: 25px;
}

@media only screen and (max-width: 1076px) {
  .footer-area__name {
    display: block;
    padding: 0;
  }
}

.footer-area__wrap {
  background-color: #f5fbfc;
  color: #0099b3;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-block: 40px;
  padding-inline: 20px;
}

.footer-area__nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1076px) {
  .footer-area__nav {
    align-items: flex-start;
    flex-direction: column;
  }
}

.footer-area__navItem {
  border-right: 1px solid #0099b3;
  padding: 0 12px;
}

@media only screen and (max-width: 1076px) {
  .footer-area__navItem {
    border: 0;
    padding: 0;
  }
}

.footer-area__navItem:first-child {
  padding-left: 0;
}

.footer-area__navItem:last-child {
  border: 0;
  padding-right: 0;
}

.footer-area__media {
  margin: auto;
  width: 207px;
}

@media only screen and (max-width: 1076px) {
  .footer-area__media {
    margin-left: 0;
  }
}

.footer-area__text {
  background-color: #006680;
  text-align: center;
}

.footer-area__text .footer-area__inner {
  padding: 50px 0 15px;
}

@media only screen and (max-width: 1076px) {
  .footer-area__text .footer-area__inner {
    padding: 35px 20px 20px;
  }
}

.footer-area__textItem {
  margin-bottom: 2px;
}

.footer-area__textItem:last-child {
  margin-bottom: 0;
}

.footer-area__copyright {
  background-color: #006680;
  text-align: center;
}

.footer-area__copyright .footer-area__inner {
  padding: 20px 0 60px;
}

@media only screen and (max-width: 1076px) {
  .footer-area__copyright .footer-area__inner {
    padding: 10px 0 30px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding: 40px;
}

main p {
  color: #2a5158;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 40px;
  overflow-wrap: anywhere;
  text-align: center;
  word-break: keep-all;
}

@media only screen and (max-width: 1076px) {
  main p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 30px;
  }
}

main p.attention {
  color: #c03;
  font-size: 3.2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 1076px) {
  main p.attention {
    font-size: 2.0rem;
    line-height: 1.8;
  }
}

main p.attention-small {
  color: #c03;
  font-size: 2.4rem;
}

@media only screen and (max-width: 1076px) {
  main p.attention-small {
    font-size: 2.0rem;
    margin-top: 40px;
  }
}

main p.note {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}

@media only screen and (max-width: 1076px) {
  main p.note {
    font-size: 1.2rem;
    margin-top: 12px;
    word-break: normal;
  }
}

@media only screen and (max-width: 767px) {
  main p.note {
    text-align: left;
  }
}

main a {
  color: #2a5158;
  text-decoration: underline;
  transition: all .3s ease;
}

main a:hover {
  color: #0099b3;
  text-decoration: none;
}

main a .link-icon {
  bottom: 5px;
  display: inline-block;
  height: auto;
  margin-inline: 4px;
  position: relative;
  width: 14px;
}

@media only screen and (max-width: 1076px) {
  main a .link-icon {
    width: 16px;
  }
}

main a .link-icon.large {
  bottom: 9px;
}

img {
  height: auto;
  width: auto;
}

h2.app-point__heading {
  color: #0099b3;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 1076px) {
  h2.app-point__heading {
    font-size: 2.8rem;
    padding-bottom: 36px;
  }
}

h2.app-point__heading::before {
  background-image: url(/-/media/tb/personal/app/point/img/heading-before-icon_PC.png);
  margin-right: 24px;
}

@media only screen and (max-width: 1076px) {
  h2.app-point__heading::before {
    margin-right: 0;
  }
}

h2.app-point__heading::after {
  background-image: url(/-/media/tb/personal/app/point/img/heading-after-icon_PC.png);
  margin-left: 20px;
}

@media only screen and (max-width: 1076px) {
  h2.app-point__heading::after {
    margin-left: 18px;
  }
}

h2.app-point__heading::before, h2.app-point__heading::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 44px;
  vertical-align: -8px;
  width: 24px;
}

@media only screen and (max-width: 1076px) {
  h2.app-point__heading::before, h2.app-point__heading::after {
    bottom: 0;
    height: 24px;
    left: 48%;
    position: absolute;
    transform: translateX(-50%);
    width: 15px;
  }
}

@media only screen and (max-width: 1076px) {
  .mt-4_sp {
    margin-top: 4px;
  }
  .mt-8_sp {
    margin-top: 8px;
  }
  .mt-12_sp {
    margin-top: 12px;
  }
  .mt-16_sp {
    margin-top: 16px;
  }
  .mt-20_sp {
    margin-top: 20px;
  }
  .mt-24_sp {
    margin-top: 24px;
  }
  .mt-28_sp {
    margin-top: 28px;
  }
  .mt-32_sp {
    margin-top: 32px;
  }
  .mt-36_sp {
    margin-top: 36px;
  }
  .mt-40_sp {
    margin-top: 40px;
  }
  .mt-44_sp {
    margin-top: 44px;
  }
  .mt-48_sp {
    margin-top: 48px;
  }
  .mt-52_sp {
    margin-top: 52px;
  }
  .mt-56_sp {
    margin-top: 56px;
  }
  .mt-60_sp {
    margin-top: 60px;
  }
  .mt-64_sp {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 1076px) {
  .p-inline-20 {
    margin-inline: auto;
    width: calc(100% - 20px * 2);
  }
}

@media only screen and (max-width: 1076px) {
  .fs-18 {
    font-size: 1.8rem;
  }
}

.app-point-save {
  padding-top: 120px;
}

@media only screen and (max-width: 1076px) {
  .app-point-save {
    padding-top: 64px;
  }
}

.app-point-save picture {
  display: flex;
}

.app-point-save picture img {
  margin-block: 88px 30px;
  margin-inline: auto;
  max-width: 880px;
  width: 100%;
}

@media only screen and (max-width: 1076px) {
  .app-point-save picture img {
    margin-block: 60px 0;
    max-width: 480px;
    width: calc(100% - 40px * 2);
  }
}

.js-parallax-section {
  position: relative;
}

.parallax-layer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  position: absolute;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s ease-in-out;
  will-change: transform;
  z-index: -1;
}

.parallax-layer.blue-layer1 {
  background-image: url(/-/media/tb/personal/app/point/img/parallax-triangle-blue-01.svg);
  height: 354px;
  left: 4%;
  top: 20%;
  width: 131px;
}

@media only screen and (max-width: 1076px) {
  .parallax-layer.blue-layer1 {
    height: 136px;
    width: 50px;
  }
}

.parallax-layer.blue-layer2 {
  background-image: url(/-/media/tb/personal/app/point/img/parallax-triangle-blue-02.svg);
  height: 365px;
  left: 10%;
  top: 50%;
  width: 198px;
}

@media only screen and (max-width: 1076px) {
  .parallax-layer.blue-layer2 {
    height: 182px;
    width: 99px;
  }
}

.parallax-layer.blue-layer3 {
  background-image: url(/-/media/tb/personal/app/point/img/parallax-triangle-blue-03.svg);
  height: 358px;
  left: 4%;
  top: 6%;
  width: 179px;
}

@media only screen and (max-width: 1076px) {
  .parallax-layer.blue-layer3 {
    display: none;
  }
}

.parallax-layer.blue-layer4 {
  background-image: url(/-/media/tb/personal/app/point/img/parallax-triangle-blue-04.svg);
  height: 105px;
  left: 3%;
  top: 68%;
  width: 57px;
}

@media only screen and (max-width: 1076px) {
  .parallax-layer.blue-layer4 {
    display: none;
  }
}

.parallax-layer.blue-layer5 {
  background-image: url(/-/media/tb/personal/app/point/img/parallax-triangle-blue-05.svg);
  height: 246px;
  left: 3%;
  top: 14%;
  width: 136px;
  z-index: 0;
}

@media only screen and (max-width: 1076px) {
  .parallax-layer.blue-layer5 {
    display: none;
  }
}

.parallax-layer.red-layer1 {
  background-image: url(/-/media/tb/personal/app/point/img/parallax-triangle-red-01.svg);
  height: 323px;
  right: 6%;
  top: 2%;
  width: 193px;
}

@media only screen and (max-width: 1076px) {
  .parallax-layer.red-layer1 {
    height: 162px;
    width: 96px;
  }
}

.parallax-layer.red-layer2 {
  background-image: url(/-/media/tb/personal/app/point/img/parallax-triangle-red-02.svg);
  height: 188px;
  right: 4%;
  top: 0%;
  width: 113px;
}

@media only screen and (max-width: 1076px) {
  .parallax-layer.red-layer2 {
    display: none;
  }
}

.parallax-layer.red-layer3 {
  background-image: url(/-/media/tb/personal/app/point/img/parallax-triangle-red-03.svg);
  height: 206px;
  right: 6%;
  top: 40%;
  width: 112px;
}

@media only screen and (max-width: 1076px) {
  .parallax-layer.red-layer3 {
    display: none;
  }
}

.parallax-layer.financial-layer1 {
  background-image: url(/-/media/tb/personal/app/point/img/parallax-triangle-financial-01.svg);
  height: 630px;
  left: 4%;
  top: 2%;
  width: 235px;
}

@media only screen and (max-width: 1076px) {
  .parallax-layer.financial-layer1 {
    height: 157px;
    top: 6%;
    width: 59px;
  }
}

.parallax-layer.financial-layer2 {
  background-image: url(/-/media/tb/personal/app/point/img/parallax-triangle-financial-02.svg);
  height: 532px;
  right: -2%;
  top: 20%;
  width: 371px;
}

@media only screen and (max-width: 1076px) {
  .parallax-layer.financial-layer2 {
    height: 116px;
    right: 4%;
    top: 0;
    width: 81px;
  }
}

.parallax-layer.financial-layer3 {
  background-image: url(/-/media/tb/personal/app/point/img/parallax-triangle-financial-03.svg);
  height: 210px;
  left: 6%;
  top: 40%;
  width: 156px;
}

@media only screen and (max-width: 1076px) {
  .parallax-layer.financial-layer3 {
    height: 52px;
    top: 24%;
    width: 39px;
  }
}

.parallax-active {
  opacity: 1;
}

.app-point-comingsoon__inner {
  margin-block: 80px 120px;
  margin-inline: auto;
  max-width: 800px;
}

@media only screen and (max-width: 1076px) {
  .app-point-comingsoon__inner {
    margin-block: 40px 60px;
  }
}

.app-point-comingsoon__media {
  padding-inline: 20px;
}

.app-point-comingsoon__content {
  margin-top: 60px;
  padding-inline: 20px;
}

@media only screen and (max-width: 1076px) {
  .app-point-comingsoon__content {
    margin-top: 40px;
  }
}

.app-point-comingsoon__content--text {
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (max-width: 1076px) {
  .app-point-comingsoon__content--text {
    font-size: 2.8rem;
  }
}

.app-point-comingsoon__content--text--attention {
  color: #c03;
  font-size: 2.0rem;
  line-height: 2;
  margin-top: 60px;
}

@media only screen and (max-width: 1076px) {
  .app-point-comingsoon__content--text--attention {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}

.app-point-comingsoon__content--text--attention .attention-link {
  color: #c03;
  text-decoration: underline;
}

.app-point-comingsoon__content--text--attention .attention-link:hover {
  text-decoration: none;
}

.app-point-comingsoon__content--text--attention .attention-under {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.app-point-mv {
  background: linear-gradient(180deg, #fff 0%, rgba(239, 239, 239, 0.3) 100%);
  display: grid;
  overflow: hidden;
  place-items: center;
  position: relative;
  width: 100%;
}

.app-point-mv__inner {
  max-width: 1060px;
  padding-block: 56px 120px;
  position: relative;
  width: 100%;
  z-index: 50;
}

@media only screen and (max-width: 1076px) {
  .app-point-mv__inner {
    padding-block: 36px 80px;
  }
}

.app-point-mv__heading {
  animation: mvFadeIn 2.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: .3s;
  display: grid;
  opacity: 0;
  place-items: center;
  width: 100%;
}

@media only screen and (max-width: 1076px) {
  .app-point-mv__heading {
    animation-delay: .5s;
    padding-inline: 40px;
    width: calc(100% - 40px * 2);
  }
}

.app-point-mv__heading img {
  height: auto;
  max-width: 640px;
  width: 100%;
}

@media only screen and (max-width: 1076px) {
  .app-point-mv__heading img {
    max-width: 400px;
  }
}

.app-point-mv__media {
  display: flex;
  margin-block: 48px 160px;
  width: 100%;
}

@media only screen and (max-width: 1076px) {
  .app-point-mv__media {
    margin-block: 32px 56px;
    padding-inline: 12px;
    width: calc(100% - 12px * 2);
  }
}

.app-point-mv__media--phone {
  animation: mvFadeIn 2.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: .6s;
  height: auto;
  min-width: 40%;
  opacity: 0;
  position: relative;
  z-index: 40;
  z-index: 20;
}

@media only screen and (max-width: 1076px) {
  .app-point-mv__media--phone {
    animation-delay: 1.0s;
    display: grid;
    min-width: 50%;
    place-items: center;
  }
}

.app-point-mv__media--phone img {
  height: auto;
  width: auto;
}

.app-point-mv__media--dc, .app-point-mv__media--dpoint {
  align-items: start;
  display: flex;
  margin-top: 180px;
  min-width: 30%;
  position: relative;
}

@media only screen and (max-width: 1076px) {
  .app-point-mv__media--dc, .app-point-mv__media--dpoint {
    margin-top: 80px;
    min-width: 25%;
  }
}

.app-point-mv__media--dc--icon, .app-point-mv__media--dpoint--icon {
  animation: mvFadeIn 2.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: 1.2s;
  background-color: #fff;
  border-radius: 60px;
  box-shadow: 0 0 8px 8px #fff;
  opacity: 0;
  position: relative;
  z-index: 15;
}

@media only screen and (max-width: 1076px) {
  .app-point-mv__media--dc--icon, .app-point-mv__media--dpoint--icon {
    animation-delay: 1.8s;
    border-radius: 0;
  }
}

@media only screen and (max-width: 767px) {
  .app-point-mv__media--dc--icon, .app-point-mv__media--dpoint--icon {
    box-shadow: 0 0 8px 2px #fff;
  }
}

.app-point-mv__media--dc--icon img, .app-point-mv__media--dpoint--icon img {
  height: auto;
  max-width: 116px;
  position: relative;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .app-point-mv__media--dc--icon img, .app-point-mv__media--dpoint--icon img {
    max-width: 60px;
  }
}

@media (min-width: 560px) and (max-width: 767px) {
  .app-point-mv__media--dc--icon img, .app-point-mv__media--dpoint--icon img {
    max-width: 80px;
  }
}

.app-point-mv__media--dc--arrow, .app-point-mv__media--dpoint--arrow {
  animation: mvFadeIn 2.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: 1.2s;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 8px 4px #fff;
  height: 120px;
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 10;
}

@media only screen and (max-width: 1076px) {
  .app-point-mv__media--dc--arrow, .app-point-mv__media--dpoint--arrow {
    animation-delay: 1.8s;
    border-radius: 0;
    height: 48px;
  }
}

.app-point-mv__media--dc--arrow img, .app-point-mv__media--dpoint--arrow img {
  animation: arrowFadeIn 2.4s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  max-height: 120px;
  opacity: 0;
  position: absolute;
}

@media (min-width: 767px) and (max-width: 1076px) {
  .app-point-mv__media--dc--arrow img, .app-point-mv__media--dpoint--arrow img {
    max-height: 60px;
    top: 28px;
  }
}

@media (min-width: 560px) and (max-width: 767px) {
  .app-point-mv__media--dc--arrow img, .app-point-mv__media--dpoint--arrow img {
    max-height: 40px;
    top: 20px;
  }
}

@media (max-width: 560px) {
  .app-point-mv__media--dc--arrow img, .app-point-mv__media--dpoint--arrow img {
    max-height: 28px;
    top: 16px;
  }
}

.app-point-mv__media--dc--arrow > img:nth-child(1) {
  animation-delay: .6s;
  right: 60%;
}

.app-point-mv__media--dc--arrow > img:nth-child(2) {
  animation-delay: .8s;
  right: 30%;
}

.app-point-mv__media--dc--arrow > img:nth-child(3) {
  animation-delay: 1.0s;
  right: 0;
}

@media only screen and (max-width: 1076px) {
  .app-point-mv__media--dc--arrow > img:nth-child(1) {
    right: 50%;
  }
  .app-point-mv__media--dc--arrow > img:nth-child(2) {
    right: 0%;
  }
  .app-point-mv__media--dc--arrow > img:nth-child(3) {
    right: -50%;
  }
}

@media only screen and (max-width: 1076px) and (max-width: 767px) {
  .app-point-mv__media--dc--arrow > img:nth-child(1) {
    right: 40%;
  }
  .app-point-mv__media--dc--arrow > img:nth-child(2) {
    right: -5%;
  }
  .app-point-mv__media--dc--arrow > img:nth-child(3) {
    display: none;
  }
}

.app-point-mv__media--dpoint--arrow > img:nth-child(1) {
  animation-delay: 1.2s;
  left: -5%;
}

.app-point-mv__media--dpoint--arrow > img:nth-child(2) {
  animation-delay: 1.4s;
  left: 25%;
}

.app-point-mv__media--dpoint--arrow > img:nth-child(3) {
  animation-delay: 1.6s;
  left: 55%;
  z-index: 10;
}

@media only screen and (max-width: 1076px) {
  .app-point-mv__media--dpoint--arrow > img:nth-child(1) {
    left: -50%;
  }
  .app-point-mv__media--dpoint--arrow > img:nth-child(2) {
    left: 0%;
  }
  .app-point-mv__media--dpoint--arrow > img:nth-child(3) {
    left: 45%;
    z-index: 16;
  }
}

@media only screen and (max-width: 1076px) and (max-width: 767px) {
  .app-point-mv__media--dpoint--arrow > img:nth-child(1) {
    display: none;
  }
}

.app-point-mv__content {
  display: grid;
  font-weight: 700;
  grid-template-columns: 1fr;
  line-height: 1.5;
  text-align: center;
}

.app-point-mv__content h1 {
  color: #0099b3;
  font-size: 4.0rem;
  line-height: 1.5;
}

@media only screen and (max-width: 1076px) {
  .app-point-mv__content h1 {
    font-size: 2.8rem;
  }
}

@keyframes mvFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes arrowFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.2);
  }
}

.fade-layer {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.fade-left, .fade-right {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.fade-left {
  animation: leftMove 10s linear infinite;
  animation-delay: calc(var(--i) * 1s);
}

.fade-left.layer1 {
  --i: 0;
  background-image: url(/-/media/tb/personal/app/point/img/MV_background_triangle-blue-01.svg);
  height: 479px;
  left: 10%;
  top: -4%;
  width: 248px;
}

@media only screen and (max-width: 1076px) {
  .fade-left.layer1 {
    height: 96px;
    top: 0;
    width: 64px;
  }
}

.fade-left.layer2 {
  --i: 1;
  background-image: url(/-/media/tb/personal/app/point/img/MV_background_triangle-blue-02.svg);
  height: 781px;
  left: 0%;
  top: 24%;
  width: 425px;
}

@media only screen and (max-width: 1076px) {
  .fade-left.layer2 {
    height: 156px;
    left: 4%;
    top: 18%;
    width: 84px;
  }
}

.fade-left.layer3 {
  --i: 2;
  background-image: url(/-/media/tb/personal/app/point/img/MV_background_triangle-blue-03.svg);
  height: 430px;
  left: 16%;
  top: 46%;
  width: 202px;
}

@media only screen and (max-width: 1076px) {
  .fade-left.layer3 {
    height: 86px;
    top: 42%;
    width: 40px;
  }
}

.fade-left.layer4 {
  --i: 3;
  background-image: url(/-/media/tb/personal/app/point/img/MV_background_triangle-blue-04.svg);
  height: 578px;
  left: 6%;
  top: 60%;
  width: 293px;
}

@media only screen and (max-width: 1076px) {
  .fade-left.layer4 {
    height: 116px;
    left: 10%;
    top: 50%;
    width: 58px;
  }
}

.fade-left.layer5 {
  --i: 4;
  background-image: url(/-/media/tb/personal/app/point/img/MV_background_triangle-blue-05.svg);
  height: 246px;
  left: 16%;
  top: 14%;
  width: 134px;
}

@media only screen and (max-width: 1076px) {
  .fade-left.layer5 {
    height: 50px;
    left: 10%;
    top: 12%;
    width: 26px;
  }
}

.fade-left.layer6 {
  --i: 5;
  background-image: url(/-/media/tb/personal/app/point/img/MV_background_triangle-blue-06.svg);
  height: 125px;
  left: 24%;
  top: 40%;
  width: 68px;
}

@media only screen and (max-width: 1076px) {
  .fade-left.layer6 {
    height: 25px;
    left: 16%;
    top: 38%;
    width: 14px;
  }
}

.fade-right {
  animation: rightMove 10s linear infinite;
  animation-delay: calc(var(--i) * 1s);
}

.fade-right.layer1 {
  --i: 0;
  background-image: url(/-/media/tb/personal/app/point/img/MV_background_triangle-red-01.svg);
  height: 464px;
  right: 8%;
  top: 36%;
  width: 231px;
}

@media only screen and (max-width: 1076px) {
  .fade-right.layer1 {
    height: 93px;
    top: 40%;
    width: 46px;
  }
}

.fade-right.layer2 {
  --i: 1;
  background-image: url(/-/media/tb/personal/app/point/img/MV_background_triangle-red-02.svg);
  height: 528px;
  right: 4%;
  top: -4%;
  width: 310px;
}

@media only screen and (max-width: 1076px) {
  .fade-right.layer2 {
    height: 106px;
    right: 6%;
    top: -1%;
    width: 62px;
  }
}

.fade-right.layer3 {
  --i: 2;
  background-image: url(/-/media/tb/personal/app/point/img/MV_background_triangle-red-03.svg);
  height: 372px;
  right: 12%;
  top: 64%;
  width: 256px;
}

@media only screen and (max-width: 1076px) {
  .fade-right.layer3 {
    height: 74px;
    right: 10%;
    top: 52%;
    width: 51px;
  }
}

.fade-right.layer4 {
  --i: 3;
  background-image: url(/-/media/tb/personal/app/point/img/MV_background_triangle-red-05.svg);
  height: 298px;
  right: 0%;
  top: 28%;
  width: 180px;
}

@media only screen and (max-width: 1076px) {
  .fade-right.layer4 {
    height: 75px;
    right: 2%;
    top: 14%;
    width: 41px;
  }
}

.fade-right.layer5 {
  --i: 4;
  background-image: url(/-/media/tb/personal/app/point/img/MV_background_triangle-red-06.svg);
  height: 91px;
  right: 18%;
  top: 37%;
  width: 64px;
}

@media only screen and (max-width: 1076px) {
  .fade-right.layer5 {
    height: 61px;
    right: 12%;
    top: 20%;
    width: 37px;
  }
}

.fade-right.layer6 {
  --i: 5;
  background-image: url(/-/media/tb/personal/app/point/img/MV_background_triangle-red-07.svg);
  height: 305px;
  right: 16%;
  top: 50%;
  width: 184px;
}

@media only screen and (max-width: 1076px) {
  .fade-right.layer6 {
    height: 60px;
    right: 12%;
    top: 40%;
    width: 47px;
  }
}

@keyframes leftMove {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: translateX(0%);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes rightMove {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: translateX(0%);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.app-point-download {
  background: rgba(186, 226, 232, 0.15);
  margin-top: 120px;
  padding-block: 80px;
}

@media only screen and (max-width: 1076px) {
  .app-point-download {
    padding-block: 60px;
    padding-inline: 20px;
  }
}

.app-point-download h3 {
  color: #2a5158;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 1076px) {
  .app-point-download h3 {
    font-size: 2.2rem;
  }
}

.app-point-download__wrap {
  width: 100%;
}

.app-point-download__inner {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr auto;
  margin-block: 24px 30px;
  margin-inline: auto;
  max-width: 620px;
}

@media only screen and (max-width: 1076px) {
  .app-point-download__inner {
    column-gap: 12px;
    margin-block: 16px 0;
    padding-inline: 16px;
    row-gap: 16px;
  }
}

.app-point-download__icon {
  display: grid;
  grid-area: 1 / 1 / 2 / 3;
  place-items: center;
}

.app-point-download__icon img {
  height: auto;
  width: 150px;
}

@media only screen and (max-width: 1076px) {
  .app-point-download__icon img {
    margin-top: 16px;
    width: 118px;
  }
}

.app-point-download__link {
  max-width: 154px;
}

.app-point-download__QR {
  max-width: 110px;
}

@media only screen and (max-width: 1076px) {
  .app-point-download__QR {
    display: none;
  }
}

.app-point-download__apple {
  align-items: center;
  display: flex;
  gap: 20px;
  grid-area: 2 / 1 / 3 / 2;
  justify-content: center;
}

@media only screen and (max-width: 1076px) {
  .app-point-download__apple {
    justify-content: end;
  }
}

.app-point-download__google {
  align-items: center;
  display: flex;
  gap: 20px;
  grid-area: 2 / 2 / 3 / 3;
  justify-content: center;
}

@media only screen and (max-width: 1076px) {
  .app-point-download__google {
    justify-content: start;
  }
}

.app-point-get {
  padding-block: 120px;
}

.app-point-get__inner {
  margin-inline: auto;
  max-width: 1200px;
  padding-inline: 20px;
}

.app-point-get h3 {
  color: #2a5158;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.5;
  margin-block: 60px 30px;
  text-align: center;
}

@media only screen and (max-width: 1076px) {
  .app-point-get h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

.app-point-get h3 sup {
  font-size: 1.6rem;
  font-weight: 400;
}

@media only screen and (max-width: 1076px) {
  .app-point-get h3 sup {
    font-size: 1.4rem;
  }
}

.app-point-get p.note {
  font-size: 1.4rem;
  text-align: left;
}

@media only screen and (max-width: 1076px) {
  .app-point-get p.note {
    font-size: 1.2rem;
  }
}

.app-point-get__box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 16px rgba(0, 153, 179, 0.3);
  column-gap: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  max-width: 1200px;
  padding-block: 50px;
  padding-inline: 60px;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__box {
    border-radius: 0;
    box-shadow: none;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    padding-block: 0;
    padding-inline: 0;
    row-gap: 12px;
  }
}

.app-point-get__box.login {
  display: block;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__box.login {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 16px rgba(0, 153, 179, 0.3);
    padding-block: 20px;
    padding-inline: 20px;
  }
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--smtb, .app-point-get__item--dc, .app-point-get__item--ideco {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 16px rgba(0, 153, 179, 0.3);
    padding-block: 20px;
    padding-inline: 20px;
  }
}

.app-point-get__item--smtb .app-point-get__heading, .app-point-get__item--dc .app-point-get__heading, .app-point-get__item--ideco .app-point-get__heading {
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  color: #2a5158;
  display: flex;
  gap: 18px;
  padding-bottom: 14px;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--smtb .app-point-get__heading, .app-point-get__item--dc .app-point-get__heading, .app-point-get__item--ideco .app-point-get__heading {
    gap: 12px;
    padding-bottom: 12px;
  }
}

.app-point-get__item--smtb .app-point-get__heading img, .app-point-get__item--dc .app-point-get__heading img, .app-point-get__item--ideco .app-point-get__heading img {
  height: auto;
  width: 80px;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--smtb .app-point-get__heading img, .app-point-get__item--dc .app-point-get__heading img, .app-point-get__item--ideco .app-point-get__heading img {
    width: 48px;
  }
}

.app-point-get__item--smtb .app-point-get__heading h4, .app-point-get__item--dc .app-point-get__heading h4, .app-point-get__item--ideco .app-point-get__heading h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--smtb .app-point-get__heading h4, .app-point-get__item--dc .app-point-get__heading h4, .app-point-get__item--ideco .app-point-get__heading h4 {
    font-size: 2.0rem;
  }
}

.app-point-get__item--smtb .app-point-get__heading h4 sup, .app-point-get__item--dc .app-point-get__heading h4 sup, .app-point-get__item--ideco .app-point-get__heading h4 sup {
  font-size: 1.6rem;
  font-weight: 400;
}

.app-point-get__item--smtb p, .app-point-get__item--dc p, .app-point-get__item--ideco p {
  color: #0099b3;
  font-size: 6.0rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--smtb p, .app-point-get__item--dc p, .app-point-get__item--ideco p {
    font-size: 4.0rem;
  }
}

.app-point-get__item--smtb p span, .app-point-get__item--dc p span, .app-point-get__item--ideco p span {
  font-size: 1.6rem;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--smtb p span, .app-point-get__item--dc p span, .app-point-get__item--ideco p span {
    bottom: 2px;
    font-size: 2.0rem;
    left: 2px;
    position: relative;
  }
}

.app-point-get__item__wrap {
  grid-area: 2 / 1 / 3 / 4;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item__wrap {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 16px rgba(0, 153, 179, 0.3);
    padding-block: 20px 12px;
    padding-inline: 20px;
  }
}

.app-point-get__item--graph {
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  gap: 48px;
  margin-top: 20px;
  padding-bottom: 14px;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--graph {
    flex-direction: column;
    gap: 12px;
    margin-top: 0;
  }
}

.app-point-get__item--graph .app-point-get__heading {
  align-items: center;
  display: flex;
  gap: 18px;
  min-width: 360px;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--graph .app-point-get__heading {
    gap: 12px;
    min-width: auto;
    width: 100%;
  }
}

.app-point-get__item--graph .app-point-get__heading img {
  height: auto;
  width: 80px;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--graph .app-point-get__heading img {
    width: 48px;
  }
}

.app-point-get__item--graph .app-point-get__heading h4 {
  color: #2a5158;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--graph .app-point-get__heading h4 {
    font-size: 2.0rem;
    white-space: wrap;
  }
}

.app-point-get__item--graph p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 0;
  text-align: left;
  word-break: normal;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--graph p {
    font-size: 1.6rem;
  }
}

.app-point-get__item--total {
  align-items: end;
  display: flex;
  gap: 40px;
  justify-content: center;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--total {
    align-items: center;
    flex-direction: column;
    gap: 0;
    margin-inline: auto;
    max-width: 240px;
  }
}

.app-point-get__item--total--text {
  color: #0099b3;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--total--text {
    bottom: 2px;
    left: 2px;
    margin-top: 12px;
    position: relative;
  }
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--total--text .sp-none {
    display: none;
  }
}

.app-point-get__item--total .app-point-get__heading p {
  color: #0099b3;
  font-size: 6.0rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--total .app-point-get__heading p {
    font-size: 4.0rem;
    line-height: 1.5;
    margin-top: 0;
  }
}

.app-point-get__item--total .app-point-get__heading p span:first-child {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 8px;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--total .app-point-get__heading p span:first-child {
    bottom: 2px;
    font-size: 2.0rem;
    margin-right: 4px;
    position: relative;
  }
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--smtb {
    grid-area: 1 / 1 / 2 / 2;
  }
  .app-point-get__item--dc {
    grid-area: 2 / 1 / 3 / 2;
  }
  .app-point-get__item--ideco {
    grid-area: 3 / 1 / 4 / 2;
  }
  .app-point-get__item__wrap {
    grid-area: 4 / 1 / 5 / 2;
  }
}

.app-point-get__item--login {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--login {
    display: block;
  }
}

.app-point-get__item--login .app-point-get__heading {
  column-gap: 18px;
  display: grid;
  grid-template-columns: 80px auto;
  grid-template-rows: repeat(2, auto);
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--login .app-point-get__heading {
    border-bottom: 1px solid #d9d9d9;
    gap: 12px;
    grid-template-columns: 48px auto;
    padding-bottom: 12px;
  }
}

.app-point-get__item--login .app-point-get__heading img {
  grid-area: 1 / 1 / 3 / 2;
  height: auto;
  width: 80px;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--login .app-point-get__heading img {
    grid-area: 1 / 1 / 2 / 2;
  }
}

.app-point-get__item--login .app-point-get__heading h4 {
  color: #2a5158;
  font-size: 2.4rem;
  font-weight: 700;
  grid-area: 1 / 2 / 2 / 3;
  line-height: 1.5;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--login .app-point-get__heading h4 {
    font-size: 2.0rem;
    grid-area: 1 / 2 / 2 / 3;
    margin-block: auto;
  }
}

.app-point-get__item--login .app-point-get__heading p {
  font-size: 1.8rem;
  font-weight: 400;
  grid-area: 2 / 2 / 3 / 3;
  line-height: 1.8;
  margin-top: 8px;
  text-align: left;
  word-break: normal;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--login .app-point-get__heading p {
    font-size: 1.6rem;
    grid-area: 2 / 1 / 3 / 3;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--login .app-point-get__textWrap {
    display: grid;
    margin-top: 6px;
    place-items: center;
  }
}

.app-point-get__item--login .app-point-get__textImg {
  height: auto;
  max-width: 312px;
  min-width: 312px;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--login .app-point-get__textImg {
    max-width: 300px;
    min-width: 0;
    width: 100%;
  }
}

.app-point-get__item--login--text {
  align-items: end;
  display: flex;
  margin-top: 0;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--login--text {
    justify-content: center;
    margin-top: 8px;
  }
}

.app-point-get__item--login--text span.font-large {
  color: #0099b3;
  font-size: 6.0rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 4px;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--login--text span.font-large {
    font-size: 4.0rem;
    line-height: 1.5;
    margin-left: 2px;
  }
}

.app-point-get__item--login--text span.font-medium {
  color: #0099b3;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 8px;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--login--text span.font-medium {
    bottom: 8px;
    font-size: 2.0rem;
    margin-left: 4px;
    position: relative;
  }
}

.app-point-get__item--login--text span.font-small {
  color: #0099b3;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 4px;
}

@media only screen and (max-width: 1076px) {
  .app-point-get__item--login--text span.font-small {
    bottom: 8px;
    font-size: 2.0rem;
    margin-left: 0;
    position: relative;
  }
}

.app-point-example {
  margin-top: 120px;
}

@media only screen and (max-width: 1076px) {
  .app-point-example {
    margin-top: 60px;
  }
}

.app-point-example__inner {
  background: #f5fbfc;
  border-radius: 20px;
  margin-inline: auto;
  max-width: 1200px;
  padding-block: 60px 80px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1076px) {
  .app-point-example__inner {
    padding-block: 50px 28px;
    padding-inline: 20px;
  }
}

.app-point-example__inner h3 {
  margin-block: 0;
}

@media only screen and (max-width: 1076px) {
  .app-point-example__inner h3 {
    font-size: 2.0rem;
  }
}

.app-point-example__inner--text {
  font-size: 2.0rem;
  font-weight: 400;
  margin-top: 16px;
}

@media only screen and (max-width: 1076px) {
  .app-point-example__inner--text {
    font-size: 1.8rem;
    text-align: left;
  }
}

.app-point-example__wrap {
  margin-inline: auto;
  max-width: 1000px;
  padding-inline: 20px;
}

@media only screen and (max-width: 1076px) {
  .app-point-example__wrap {
    padding-inline: 0;
  }
}

.app-point-example__box {
  background-color: #fff;
  border-radius: 20px;
  column-gap: 12px;
  display: grid;
  filter: drop-shadow(0 0 16px rgba(0, 153, 179, 0.2));
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  grid-template-rows: 1fr;
  margin-top: 40px;
  padding: 60px;
  position: relative;
}

@media only screen and (max-width: 1076px) {
  .app-point-example__box {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, auto);
    margin-top: 16px;
    padding: 16px;
    row-gap: 4px;
  }
}

.app-point-example__box::after {
  background: #fff;
  bottom: 2px;
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: 64px;
  left: 50%;
  margin-inline: auto;
  position: absolute;
  transform: rotate(180deg) translateY(-64px) translateX(50%);
  width: 160px;
}

@media only screen and (max-width: 1076px) {
  .app-point-example__box::after {
    height: 40px;
    transform: rotate(180deg) translateY(-32px) translateX(50%);
    width: 40px;
  }
}

.app-point-example__item--smtb, .app-point-example__item--dc, .app-point-example__item--500, .app-point-example__item--1000 {
  background-color: #f5fbfc;
  border-radius: 20px;
  padding: 24px 16px;
}

@media only screen and (max-width: 1076px) {
  .app-point-example__item--smtb, .app-point-example__item--dc, .app-point-example__item--500, .app-point-example__item--1000 {
    column-gap: 8px;
    display: grid;
    grid-template-columns: 40px auto;
    grid-template-rows: repeat(2, auto);
    padding: 14px 12px;
  }
}

.app-point-example__item--smtb.small, .app-point-example__item--dc.small, .app-point-example__item--500.small, .app-point-example__item--1000.small {
  padding-inline: 24px;
}

@media only screen and (max-width: 1076px) {
  .app-point-example__item--smtb.small, .app-point-example__item--dc.small, .app-point-example__item--500.small, .app-point-example__item--1000.small {
    padding-inline: 12px;
  }
}

@media only screen and (max-width: 1076px) {
  .app-point-example__heading {
    align-items: center;
    display: flex;
    grid-area: 1 / 2 / 2 / 3;
  }
}

.app-point-example__heading--text {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 80px;
  justify-content: center;
  line-height: 1.5;
  margin-top: 0;
}

@media only screen and (max-width: 1076px) {
  .app-point-example__heading--text {
    font-size: 1.6rem;
    height: auto;
    text-align: left;
  }
}

.app-point-example__icon {
  display: grid;
  margin-block: 16px 24px;
  place-items: center;
}

@media only screen and (max-width: 1076px) {
  .app-point-example__icon {
    margin-block: auto;
  }
}

.app-point-example__icon--image {
  height: auto;
  width: 80px;
}

@media only screen and (max-width: 1076px) {
  .app-point-example__point {
    grid-area: 2 / 1 / 3 / 3;
  }
}

.app-point-example__point--text {
  color: #0099b3;
  display: block;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: .6;
  margin-top: 0;
}

@media only screen and (max-width: 1076px) {
  .app-point-example__point--text {
    align-items: end;
    display: flex;
    justify-content: center;
    line-height: 1.2;
  }
}

.app-point-example__point--text span.font-small {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 1076px) {
  .app-point-example__point--text span.font-small {
    bottom: 8px;
    margin-left: 2px;
    position: relative;
  }
}

.app-point-example__plus {
  background-image: url(/-/media/tb/personal/app/point/img/index-icon-plus.png);
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  height: 100%;
  place-items: center;
  width: 46px;
}

@media only screen and (max-width: 1076px) {
  .app-point-example__plus {
    background-image: url(/-/media/tb/personal/app/point/img/index-icon-plus_SP.png);
    background-size: contain;
    height: 14px;
    width: 100%;
  }
}

.app-point-example__total-point {
  margin-top: calc(64px + 20px);
}

@media only screen and (max-width: 1076px) {
  .app-point-example__total-point {
    margin-top: calc(32px + 20px);
  }
}

.app-point-example__total-point--text {
  align-items: end;
  color: #0099b3;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin-top: 0;
}

@media only screen and (max-width: 1076px) {
  .app-point-example__total-point--text {
    display: block;
    font-size: 2.0rem;
  }
}

.app-point-example__total-point--text span.font-large {
  font-size: 7.2rem;
  font-weight: 700;
  margin-inline: 4px;
  position: relative;
  top: 8px;
}

@media only screen and (max-width: 1076px) {
  .app-point-example__total-point--text span.font-large {
    font-size: 5.0rem;
    margin-inline: 2px;
    top: 4px;
  }
}

.app-point-information {
  column-gap: 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr;
  margin-top: 30px;
  place-items: center;
}

@media only screen and (max-width: 1076px) {
  .app-point-information {
    column-gap: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    margin-top: 40px;
    row-gap: 44px;
  }
}

.app-point-information--text {
  font-size: 3.0rem;
  font-weight: 700;
  grid-area: 1 / 2 / 2 / 3;
  line-height: 1.5;
  margin-top: 0;
  position: relative;
}

@media only screen and (max-width: 1076px) {
  .app-point-information--text {
    font-size: 2.4rem;
    grid-area: 1 / 1 / 2 / 3;
  }
}

.app-point-information--text::after {
  background-image: url(/-/media/tb/personal/app/point/img/index-dot-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -20px;
  content: "";
  display: block;
  height: 11px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 116px;
}

.app-point-information--left {
  grid-area: 1 / 1 / 2 / 2;
  height: auto;
  margin-left: auto;
  width: 80px;
}

@media only screen and (max-width: 1076px) {
  .app-point-information--left {
    grid-area: 2 / 1 / 3 / 2;
  }
}

.app-point-information--right {
  display: grid;
  grid-area: 1 / 3 / 2 / 4;
  height: auto;
  margin-right: auto;
  width: 80px;
}

@media only screen and (max-width: 1076px) {
  .app-point-information--right {
    grid-area: 2 / 2 / 3 / 3;
  }
}

.app-point-dpoint {
  background-color: #f5fbfc;
  padding-block: 120px;
}

.app-point-dpoint__inner {
  margin-inline: auto;
  max-width: 1200px;
  padding-inline: 20px;
}

.app-point-dpoint__heading {
  color: #2a5158;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.5;
  margin-block: 80px 40px;
  text-align: center;
}

@media only screen and (max-width: 1076px) {
  .app-point-dpoint__heading {
    font-size: 2.6rem;
    margin-block: 50px 16px;
  }
}

.app-point-dpoint__wrap {
  margin-bottom: 120px;
  margin-inline: auto;
  max-width: 1000px;
  padding-inline: 20px;
}

@media only screen and (max-width: 1076px) {
  .app-point-dpoint__wrap {
    margin-bottom: 80px;
    padding-inline: 0;
  }
}

.app-point-dpoint__box {
  background-color: #fff;
  border-radius: 20px;
  column-gap: 12px;
  display: grid;
  filter: drop-shadow(0 0 16px rgba(0, 153, 179, 0.2));
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  padding: 60px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1076px) {
  .app-point-dpoint__box {
    background-color: #f5fbfc;
    border-radius: 0;
    filter: none;
    padding: 0;
    row-gap: 12px;
  }
}

.app-point-dpoint__item {
  column-gap: 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, auto);
  row-gap: 16px;
}

@media only screen and (max-width: 1076px) {
  .app-point-dpoint__item {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 16px 0 rgba(0, 153, 179, 0.2);
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    padding: 30px 20px;
    row-gap: 12px;
  }
}

.app-point-dpoint__item--heading {
  align-items: end;
  color: #0099b3;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  grid-area: 1 / 2 / 2 / 3;
  line-height: 1.5;
  margin-top: 0;
  overflow-wrap: anywhere;
  text-align: left;
  word-break: keep-all;
}

@media only screen and (max-width: 1076px) {
  .app-point-dpoint__item--heading {
    font-size: 2.0rem;
    grid-area: 1 / 1 / 2 / 2;
    justify-content: center;
    text-align: center;
  }
}

.app-point-dpoint__item--note {
  grid-area: 2 / 2 / 3 / 3;
}

@media only screen and (max-width: 1076px) {
  .app-point-dpoint__item--note {
    grid-area: 2 / 1 / 3 / 2;
  }
}

.app-point-dpoint__item--note--item {
  column-gap: 4px;
  display: grid;
  font-size: 1.4rem;
  font-weight: 400;
  grid-template-columns: auto 1fr;
  line-height: 1.8;
}

@media only screen and (max-width: 1076px) {
  .app-point-dpoint__item--note--item {
    font-size: 1.2rem;
  }
}

.app-point-dpoint__item--image {
  grid-area: 1 / 1 / 3 / 2;
  max-width: 200px;
}

@media only screen and (max-width: 1076px) {
  .app-point-dpoint__item--image {
    grid-area: 3 / 1 / 4 / 2;
    height: auto;
    margin-inline: auto;
    margin-top: 8px;
    width: 160px;
  }
}

.app-point-exchange__wrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: calc(50px + 20px * 2);
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__wrap {
    row-gap: calc(14px + 8px * 2);
  }
}

.app-point-exchange__item {
  position: relative;
  z-index: 1;
}

.app-point-exchange__item::after {
  background-image: url(/-/media/tb/personal/app/point/img/index-icon-toggle-triangle-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: calc(-50px + -20px);
  content: "";
  height: 50px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 86px;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__item::after {
    bottom: calc(-14px + -8px);
    height: 14px;
    width: 24px;
  }
}

.app-point-exchange__item:last-child::after {
  display: none;
}

.app-point-exchange__item--heading {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e0f3f6;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  list-style: none;
  margin-top: 0;
  padding: 22px 36px;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__item--heading {
    column-gap: 10px;
    padding: 20px 16px;
  }
}

.app-point-exchange__item--heading::-webkit-details-marker {
  display: none;
}

.app-point-exchange__item--heading::marker {
  content: "";
}

.app-point-exchange__item--heading.hidden {
  cursor: auto;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
}

.app-point-exchange__item--btn--text {
  color: #0099b3;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__item--btn--text {
    font-size: 2.0rem;
    overflow-wrap: anywhere;
    word-break: keep-all;
  }
}

.app-point-exchange__item--btn--note {
  color: #c03;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 4px;
  text-align: center;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__item--btn--note {
    font-size: 1.6rem;
    margin-top: 8px;
    overflow-wrap: anywhere;
    word-break: keep-all;
  }
}

.app-point-exchange__item--btn--icon {
  height: 36px;
  margin-block: auto;
  position: relative;
  width: 36px;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__item--btn--icon {
    height: 20px;
    width: 20px;
  }
}

.app-point-exchange__item--btn--icon::before, .app-point-exchange__item--btn--icon::after {
  background-color: #0099b3;
  border-radius: 100vw;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  margin-block: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s ease-in-out;
  width: 30px;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__item--btn--icon::before, .app-point-exchange__item--btn--icon::after {
    height: 2px;
    width: 16px;
  }
}

.app-point-exchange__item--btn--icon::after {
  transform: rotate(90deg);
}

.app-point-exchange__content {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease;
}

.app-point-exchange__content__inner {
  padding-block: 40px 30px;
  padding-inline: 20px;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__content__inner {
    padding-block: 18px 48px;
    padding-inline: 16px;
  }
}

.app-point-exchange__content__inner.check {
  padding-block: 40px 0;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__content__inner.check {
    padding-block: 18px 40px;
  }
}

.app-point-exchange details[open] .app-point-exchange__item--heading {
  border-radius: 10px 10px 0 0;
}

.app-point-exchange details[open] .app-point-exchange__item--btn--icon::after {
  transform: rotate(0deg);
}

.app-point-exchange details[open] .app-point-exchange__content {
  max-height: 1500px;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange details[open] .app-point-exchange__content {
    max-height: 2800px;
  }
}

.app-point-exchange__step__wrap {
  column-gap: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  max-width: 1080px;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__step__wrap {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    row-gap: 32px;
  }
}

.app-point-exchange__step__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 40px 60px auto;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__step__item {
    grid-template-rows: repeat(3, auto);
  }
}

.app-point-exchange__step__heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__step__heading {
    font-size: 1.8rem;
    text-align: left;
  }
}

.app-point-exchange__step__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 8px;
  text-align: left;
  word-break: normal;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__step__text {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}

.app-point-exchange__step__image {
  margin-inline: auto;
  margin-top: 40px;
  max-width: 280px;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__step__image {
    margin-top: 20px;
  }
}

.app-point-exchange__step__image__wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  margin-inline: auto;
  max-width: 240px;
}

.app-point-exchange__step__image--text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin-block: 24px 8px;
}

.app-point-exchange__step__image--text:first-of-type {
  margin-top: 0;
}

.app-point-exchange__step--note {
  margin-inline: auto;
  margin-top: 48px;
  max-width: 1080px;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__step--note {
    margin-top: 30px;
  }
}

.app-point-exchange__step--note--item {
  display: grid;
  font-size: 1.4rem;
  font-weight: 400;
  gap: 4px;
  grid-template-columns: auto 1fr;
  line-height: 1.8;
}

.app-point-exchange__check--text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__check--text {
    font-size: 1.8rem;
    text-align: left;
  }
}

.app-point-exchange__check__wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 900px;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__check__wrap {
    flex-direction: column;
  }
}

.app-point-exchange__check__item {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 375px;
  row-gap: 30px;
}

.app-point-exchange__check__item:has(.app-point-exchange__check__item--note) {
  grid-template-rows: repeat(3, auto);
  row-gap: 20px;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__check__item {
    margin-inline: auto;
    row-gap: 20px;
  }
}

.app-point-exchange__check__item--text {
  border: 2px solid #0099b3;
  border-radius: 100vw;
  color: #0099b3;
  font-size: 1.8rem;
  font-weight: 700;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.5;
  margin-inline: auto;
  max-width: calc(320px - 16px * 2);
  padding-block: 10px 12px;
  padding-inline: 16px;
  width: 100%;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__check__item--text {
    font-size: 1.4rem;
    padding-inline: 36px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.app-point-exchange__check__item--text.paint {
  background-color: #e0f3f6;
}

.app-point-exchange__check__item--note {
  color: #c03;
  font-size: 1.4rem;
  margin-top: 0;
}

@media only screen and (max-width: 1076px) {
  .app-point-exchange__check__item--image {
    height: auto;
    padding-inline: 48px;
    width: calc(100% - 48px * 2);
  }
}

.app-point-download--text {
  margin-top: 0;
}

@media only screen and (max-width: 1076px) {
  .app-point-download--text {
    font-size: 1.8rem;
    word-break: normal;
  }
}

@media only screen and (max-width: 767px) {
  .app-point-download--text {
    text-align: left;
  }
}

@media only screen and (max-width: 1076px) {
  .app-point-download__inner {
    margin-top: 0;
    padding: 0;
  }
}

.app-point-download--note {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 0;
}

@media only screen and (max-width: 1076px) {
  .app-point-download--note {
    display: none;
  }
}

.app-point-financial {
  padding-block: 120px;
}

.app-point-financial__inner {
  margin-inline: auto;
  max-width: 1080px;
  padding-inline: 20px;
}

.app-point-financial__title {
  text-align: center;
}

.app-point-financial__title--image {
  height: auto;
  max-width: 656px;
  width: 100%;
}

@media only screen and (max-width: 1076px) {
  .app-point-financial__title--image {
    padding-inline: 24px;
    width: calc(100% - 24px * 2);
  }
}

.app-point-financial__title--sub {
  color: #0099b3;
  font-size: 3.0rem;
  line-height: 1.5;
  margin-block: 80px 40px;
}

@media only screen and (max-width: 1076px) {
  .app-point-financial__title--sub {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-block: 76px 30px;
  }
}

.app-point-financial__description {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 24px;
}

@media only screen and (max-width: 1076px) {
  .app-point-financial__description {
    font-size: 1.6rem;
    margin-top: 30px;
    padding-inline: 20px;
  }
}

.app-point-financial__wrap {
  display: grid;
  margin-block: 60px 100px;
  place-items: center;
  position: relative;
}

@media only screen and (max-width: 1076px) {
  .app-point-financial__wrap {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    margin-block: 80px;
    row-gap: 32px;
  }
}

.app-point-financial__heading {
  color: #2a5158;
  display: grid;
  font-size: 3.6rem;
  line-height: 1;
  place-items: center;
  position: absolute;
}

@media only screen and (max-width: 1076px) {
  .app-point-financial__heading {
    font-size: 4.0rem;
    grid-area: 1 / 1 / 2 / 2;
    position: relative;
  }
}

.app-point-financial__heading .font-large {
  color: #0099b3;
  display: inline-block;
  font-size: 6.0rem;
  line-height: 1;
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 1076px) {
  .app-point-financial__heading .font-large {
    font-size: 6.8rem;
    margin-right: 4px;
  }
}

@media only screen and (max-width: 1076px) {
  .app-point-financial__img {
    grid-area: 2 / 1 / 3 / 2;
  }
}

.app-point-financial__download__box {
  background-color: #f5fbfc;
  border-radius: 20px;
  box-shadow: 0 0 16px rgba(0, 153, 179, 0.2);
  margin-inline: auto;
  max-width: 800px;
  padding-block: 80px;
  padding-inline: 20px;
}

@media only screen and (max-width: 1076px) {
  .app-point-financial__download__box {
    padding-block: 64px 40px;
  }
}

.app-point-financial__download__box--title {
  color: #2a5158;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 1076px) {
  .app-point-financial__download__box--title {
    font-size: 2.2rem;
    line-height: 1.7;
  }
}

@media only screen and (max-width: 1076px) {
  .app-point-financial__download__box .app-point-download__icon img {
    height: 118px;
    margin-top: 14px;
    width: 118px;
  }
}

.app-point-question {
  background-color: #f5fbfc;
  padding-block: 100px;
  padding-inline: 20px;
}

.app-point-question__inner {
  margin-inline: auto;
  max-width: 800px;
}

.app-point-question__title {
  color: #0099b3;
  font-size: 3.0rem;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 1076px) {
  .app-point-question__title {
    font-size: 2.8rem;
    overflow-wrap: anywhere;
    word-break: keep-all;
  }
}

.app-point-question__guide {
  display: grid;
  margin-block: 60px;
  place-items: center;
}

@media only screen and (max-width: 1076px) {
  .app-point-question__guide {
    margin-block: 40px;
    padding-inline: 20px;
  }
}

.app-point-question__guide--link {
  align-items: center;
  background-color: #0099b3;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  display: flex;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 22px 24px;
  padding-inline: 68px;
  text-decoration: none;
}

@media only screen and (max-width: 560px) {
  .app-point-question__guide--link {
    padding-block: 12px;
    padding-inline: 32px 14px;
    width: 100%;
  }
}

.app-point-question__guide--link:hover {
  box-shadow: none;
  color: #fff;
}

.app-point-question__guide--link::before {
  background-image: url(/-/media/tb/personal/app/point/img/index-beginer-mark.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 34px;
  margin-right: 16px;
  position: relative;
  top: 2px;
  width: 20px;
}

@media only screen and (max-width: 1076px) {
  .app-point-question__guide--link::before {
    margin-right: 24px;
  }
}

.app-point-question__guide--link::after {
  background-image: url(/-/media/tb/personal/app/point/img/index-guide-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 20px;
  position: relative;
  top: 2px;
  width: 8px;
}

@media only screen and (max-width: 560px) {
  .app-point-question__guide--link::after {
    margin-left: auto;
  }
}

.app-point-question__wrap {
  display: grid;
  grid-template-columns: 1fr;
}

.app-point-question__item {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 16px;
  padding-bottom: 16px;
  width: 100%;
}

.app-point-question__item:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.app-point-question__question {
  border-bottom: 1px solid #dbf0ff;
  color: #0099b3;
  column-gap: 8px;
  display: grid;
  font-size: 1.8rem;
  font-weight: 500;
  grid-template-columns: auto 1fr;
  line-height: 1.7;
  margin-block: 0 16px;
  padding-bottom: 16px;
  text-align: left;
  word-break: normal;
}

@media only screen and (max-width: 1076px) {
  .app-point-question__question {
    font-weight: 400;
  }
}

.app-point-question__question .icon {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: 2px;
}

.app-point-question__answer {
  column-gap: 8px;
  display: grid;
  font-size: 1.8rem;
  font-weight: 400;
  grid-template-columns: auto 1fr;
  line-height: 1.8;
  margin-top: 0;
  text-align: left;
  word-break: normal;
}

.app-point-question__answer .icon {
  color: #afc9cd;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: 4px;
}

.app-point-question__more {
  display: grid;
  margin-top: 60px;
  place-items: center;
}

@media only screen and (max-width: 1076px) {
  .app-point-question__more {
    margin-top: 48px;
  }
}

.app-point-question__more--link {
  color: #0099b3;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.app-point-attention {
  padding-block: 100px;
  padding-inline: 20px;
}

@media only screen and (max-width: 1076px) {
  .app-point-attention {
    padding-block: 80px;
  }
}

.app-point-attention__inner {
  margin-inline: auto;
  max-width: 800px;
}

.app-point-attention__title {
  color: #0099b3;
  font-size: 3.0rem;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 1076px) {
  .app-point-attention__title {
    font-size: 2.6rem;
    line-height: 1.7;
  }
}

.app-point-attention__title--sub {
  color: #2a5158;
  font-size: 2.2rem;
  line-height: 1.7;
  margin-block: 60px 12px;
  padding-left: 24px;
  position: relative;
}

@media only screen and (max-width: 1076px) {
  .app-point-attention__title--sub {
    margin-block: 40px 12px;
  }
}

.app-point-attention__title--sub::before {
  background-color: #afc9cd;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 16px;
}

.app-point-attention__list--item {
  color: #2a5158;
  font-size: 1.8rem;
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}

.app-point-attention__list--item::before {
  background-color: #2a5158;
  border-radius: 100vw;
  content: "";
  display: block;
  height: 4px;
  left: 6px;
  position: absolute;
  top: 15px;
  width: 4px;
}
