@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: 767px) {
  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: 767px) {
  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: 767px) {
  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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  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: 767px) {
  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: 767px) {
  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: 767px) {
  main p.note {
    font-size: 1.2rem;
    margin-top: 12px;
    text-align: left;
    word-break: normal;
  }
}

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: 767px) {
  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: 767px) {
  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: 767px) {
  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: 767px) {
  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: 767px) {
  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: 767px) {
  .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: 767px) {
  .p-inline-20 {
    margin-inline: auto;
    width: calc(100% - 20px * 2);
  }
}

@media only screen and (max-width: 767px) {
  .fs-18 {
    font-size: 1.8rem;
  }
}

.app-point-save {
  padding-top: 120px;
}

@media only screen and (max-width: 767px) {
  .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: 767px) {
  .app-point-save picture img {
    margin-block: 60px 0;
    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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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;
}
