@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  color: #0e202e;
}

.nowrap {
  white-space: nowrap;
}

.pc {
  display: none;
}

.wrapper-top {
  padding: 0;
  background: linear-gradient(180deg, #E3EEFF 0%, #E3EEFF 40%, #DEEBFE 65%, #FFF 100%);
  overflow: hidden;
  position: relative;
}

.container {
  padding: 0 28px;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: inline-block;
  }
}
.loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 1s ease;
}

.spinner {
  position: relative;
  display: flex;
  justify-content: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  padding: 4px;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transform-origin: 50% 50%;
  animation: 1s linear infinite spin;
  opacity: 1;
  transition: opacity 1s ease;
}

.circle {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-opacity: 0.15;
  stroke-width: 5px;
}

.path {
  fill: none;
  stroke: #0054ff;
  stroke-miterlimit: 10;
  stroke-width: 5px;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  padding: 28px 0;
  position: relative;
  z-index: 2;
}
.header .container {
  position: relative;
}
.header__logo {
  width: 114px;
  height: 34px;
  display: flex;
  align-items: center;
}
.header__nav {
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
  width: 136px;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
}
.header__nav__link {
  color: #0054ff;
}
.header__nav__link-button {
  width: 100%;
  transition: 0.3s;
}
.header__nav__link-button:hover {
  opacity: 0.6;
}
.header__nav__link-button a {
  display: inline-block;
  width: 100%;
  border-radius: 36px;
  border: 1px solid #0054ff;
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #0054ff;
  padding: 10px;
  line-height: 1;
}
.header__nav__link-button.blue a {
  color: #ffffff;
  background-color: #0054ff;
}
.header__nav__link a {
  text-decoration: none;
  color: #0054ff;
  font-weight: bold;
  transition: 0.3s;
}
.header__nav__link a:hover {
  opacity: 0.6;
}
.header__nav__link.lang {
  margin-top: 24px;
  color: #595959;
}
@media screen and (min-width: 768px) {
  .header {
    position: fixed;
    width: 100%;
  }
  .header .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .header__logo {
    width: 170px;
    height: auto;
  }
  .header__nav {
    position: relative;
    width: auto;
    right: 0;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .header__nav__link.lang {
    margin-top: 0;
  }
  .header__nav__link-button {
    width: 170px;
  }
  .header__nav__link-button a {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .header__nav {
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
  .header__nav__link-button {
    width: 190px;
  }
  .header__nav__link-button.blue {
    margin-left: -32px;
  }
  .header__nav__link-button.blue.en {
    margin-left: 0;
  }
}

.hero {
  position: relative;
  padding-top: 36px;
  min-width: 320px;
}
.hero .container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1040px;

  margin: 0 auto;

  display: flex;
  flex-direction: column;

  /*border: solid 1px tomato;*/
}
.hero__title__heading {
  margin-top: 12px;
}
.hero__title__heading img {
  width: 210px;
  height: auto;
  margin: 0 auto;
}
.hero__title__lead {
  color: #0054ff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
}
.hero__title__lead.en {
  white-space: nowrap;
  font-size: 16px;
}
.hero__app-store {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.hero__app-store a {
  width: 130px;
  height: auto;
}

.hero__left {

}

.hero__right {
  position: relative;
  width: 320px;
  height: 310px;
  margin: 0 auto;
}
.hero__right #sp-left {
  position: absolute;
  top: 0;
  left: 20px;
  width: 143px;
  height: 239px;
}
.hero__right #sp-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 192px;
  height: 326px;
}

.hero__right #sp-right {
  background-image: url(../png/kv-sp-right.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 20px;
  transition-duration: 0.8s;
  opacity: 0;
}
.hero__right #sp-right.en {
  background-image: url(../png/kv-sp-right-en.png);
}
.hero__right #sp-right.active {
  background-position-y: 0;
  opacity: 1;
}
.hero__right #sp-left {
  background-image: url(../png/kv-sp-left.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 20px;
  transition-duration: 0.8s;
  opacity: 0;
}
.hero__right #sp-left.en {
  background-image: url(../png/kv-sp-left-en.png);
}
.hero__right #sp-left.active {
  background-position-y: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .hero__left {
    margin: 0;
    position: relative;
    /*opacity: 0;*/
    /*top: 20px;*/
    top: 0;
    transition: 1s;

    flex-shrink: 0;
  }
  .hero__left.appear {
    top: 0;
    opacity: 1;
  }
  .hero__right {
    margin: 0;
  }

  .hero__title {
    max-width: 350px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .hero__right {
    width: 565px;
    height: 621px;
  }
  .hero__right #sp-left {
    /*width: 284px;
    height: 483px;*/
    width: 260px;
    height: 435px;
    top: 20px;
    left: 20px;
  }
  .hero__right #sp-right {
    /*width: 353px;
    height: 589px;
    right: -32px;*/
    width: 319px;
    height: 532px;
  }
}

.hero__movie {
  /*display: none;*/
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__background #hero-background01 {
  position: absolute;
  width: 152px;
  height: 152px;
  top: -205px;
  left: calc(50% + 72px);
  background-image: url(../svg/bg-pixel-purple.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.hero__background #hero-background02 {
  position: absolute;
  width: 160px;
  height: 160px;
  top: -50px;
  left: calc(50% - 310px);
  background-image: url(../svg/bg-circle-pink.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.hero__background #hero-background03 {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 175px;
  left: calc(50% + 158px);
  background-image: url(../svg/bg-dot-purple.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.hero__background #hero-background04 {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 205px;
  left: calc(50% - 172px);
  background-image: url(../svg/bg-dot-pink.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.hero__background #hero-background05 {
  position: absolute;
  width: 12px;
  height: 12px;
  bottom: 200px;
  left: calc(50% + 162px);
  background-image: url(../svg/bg-dot-blue.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.hero__background #hero-background06 {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 140px;
  left: calc(50% - 210px);
  background-image: url(../svg/bg-circle-blue.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.hero__background #hero-background07 {
  position: absolute;
  width: 18px;
  height: 18px;
  bottom: 30px;
  left: calc(50% - 195px);
  background-image: url(../svg/bg-dot-white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.hero__background #hero-background08 {
  position: absolute;
  width: 124px;
  height: 124px;
  bottom: -70px;
  left: calc(50% + 130px);
  background-image: url(../svg/bg-pixel-purple.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.hero__background #hero-background09 {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 100px;
  left: calc(50% - 100px);
  background-image: url(../svg/kv-halo.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: .5;
  transition-duration: 0.8s;
}
@media screen and (min-width: 768px) {
  .hero {
    padding-top: 100px;
    background-image: none;
    position: relative;
    overflow: visible;
    background-image: none;
  }
  .hero.en {
    background-image: none;
  }
  .hero .container {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 20px;
    z-index: 1;
    top: 0;
    height: 621px;
    /*column-gap: 12px;*/
    column-gap: 32px;
    transition: 1s;
  }

  .hero__title__heading {
    font-size: 44px;
    line-height: 1;
    display: block;
  }
  .hero__title__heading img {
    width: 320px;
  }
  .hero__title__heading.en {
    font-size: 40px;
  }
  .hero__title__heading.sp {
    display: none;
  }
  .hero__title__lead {
    font-size: 24px;
    display: block;
    margin-top: 0;
  }
  .hero__title__lead.en {
    font-size: 24px;
  }
  .hero__app-store {
    max-width: 350px;
    margin: 28px auto 0;
  }
  .hero__app-store a {
    width: 164px;
  }
  .hero__app-store a img {
    width: 100%;
  }


  .hero__movie {
    display: block;
    position: absolute;
    top: 120px;
    width: 100%;
    height: 1080px;
  }
  .hero__movie.en {
    top: 142px;
  }
  .hero__movie__animation {
    position: absolute;
    top: -175px;
    left: calc(50vw - 1190px);
    width: 2380px;
    height: 1080px;
  }
  .hero__movie__animation.en {
    top: -145px;
  }
  .hero__movie__animation #pattern-right {
    position: absolute;
    width: 764px;
    height: 959px;
    top: 20px;
    left: 1320px;
    transform: scale(0.6);
    background-image: url(../svg/kv-pattern-right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transition-duration: 0.4s;
    opacity: 0;
  }
  .hero__movie__animation #pattern-right.active {
    top: 52px;
    left: 1660px;
    transform: scale(1);
    opacity: 1;
  }
  .hero__movie__animation #pattern-left {
    position: absolute;
    width: 785px;
    height: 657px;
    top: 180px;
    left: 350px;
    transform: scale(0.6);
    background-image: url(../svg/kv-pattern-left.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transition-duration: 0.4s;
    opacity: 0;
  }
  .hero__movie__animation #pattern-left.active {
    top: 210px;
    left: 20px;
    transform: scale(1);
    opacity: 1;
  }
  .hero__movie__animation #halo {
    position: absolute;
    width: 400px;
    height: 400px;
    top: 210px;
    left: 1190px;
    background-image: url(../svg/kv-halo.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transition-duration: 0.8s;
    opacity: 0;
  }
  .hero__movie__animation #halo.active {
    opacity: .8;
  }
  .hero__background {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .hero {
    padding-top: 120px;
  }
  .hero__title__heading {
    font-size: 44px;
    line-height: 1;
    display: block;
    margin-top: 24px;
  }
  .hero__title__heading img {
    width: 400px;
  }
  .hero__title__heading.en {
    font-size: 40px;
  }
  .hero__title__heading.sp {
    display: none;
  }
  .hero__title__lead {
    font-size: 24px;
    display: block;
  }
  .hero__app-store {
    margin-top: 28px;
  }
  .hero__app-store a {
    width: 190px;
  }
  .hero__app-store a img {
    width: 100%;
  }
}

/* NOTICE */
.security-notice {
  border: solid 1px #E0E0E0;
  background-color: #fff;
  margin-top: 32px;
}
.notice__heading {
  padding: 8px 12px 6px 44px;
  line-height: 100%;
  font-size: 12px;
  font-weight: 700;
  color: #FF134C;
  background-color: #FFEFED;
  border-bottom: solid 1px #E0E0E0;

  background-image: url(../svg/icon-alert.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: 14px 1px;
}
.notice__content {
  padding: 16px;
}
.notice__content p {
  color: #0E202E;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
}
.notice__content__heading {
  margin-top: 16px;
  color: #FF134C;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  padding-left: 24px;

  background-image: url(../svg/icon-check.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 0;
}
.notice__content__description {
  margin-top: 6px;
  color: #0E202E;
  font-size: 10px;
  font-weight: 700;
  line-height: 150%;
}
.notice__content__notice {
  font-size: 12px;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .security-notice {
    max-width: 440px;
    margin-top: 40px;
  }
  .notice__heading {
    font-size: 14px;
    background-position-y: 3px;
  }
  .notice__content p {
    font-size: 12px;
  }
  .notice__content__heading {
    font-size: 12px;
  }
}

.features {
  margin-top: 56px;
}
.features .container {
  padding: 0;
  overflow: hidden;
}
.features__box {
  padding: 44px 28px;
  position: relative;
  z-index: 1;
}
.features__box:last-child {
  padding-bottom: 110px;
}
.features__box__text__heading {
  text-align: center;
}
.features__box__text__heading span {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 12px;
  font-size: 28px;
  font-weight: bold;
  color: transparent;
  white-space: nowrap;
}
.features__box__text__heading.en span {
  font-size: 20px;
}
.features__box__text__description {
  margin-top: 28px;
}
.features__box__text__description p {
  font-size: 14px;
  line-height: 180%;
  font-weight: bold;
  margin-top: 12px;
}
.features__box__text__description .caption {
  font-size: 10px;
  margin-top: 12px;
  color: #595959;
}
.features__box__figure {
  margin: 28px auto 0;
  width: 255px;
  height: auto;
}
.features__box__button {
  margin-top: 20px;
}
.features__box__button a {
  margin: 0 auto;
  display: block;
  width: 250px;
  color: #0054FF;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.84px;
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  border: 1px solid #0054FF;
  background: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}
.features__box__button a:hover {
  background: #0054FF;
  color: #fff;
}
.features #feature01::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 300px;
  bottom: -120px;
  left: calc(50% + 60px);
  z-index: -1;
  background-image: url(../svg/bg-logo-blue.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.features #feature02::after {
  content: "";
  position: absolute;
  width: 374px;
  height: 187px;
  bottom: -20px;
  left: calc(50% - 400px);
  z-index: -1;
  background-image: url(../svg/bg-logo-purple.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.features #feature03::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 119px;
  bottom: 60px;
  left: calc(50% - 10px);
  z-index: -1;
  background-image: url(../svg/bg-logo-pink.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .features {
    margin-top: 40px;
  }
  .features__box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 60px;
         column-gap: 60px;
    max-width: 960px;
    margin: 0 auto;
  }
  .features__box:last-child {
    padding-bottom: 100px;
  }
  .features__box:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .features__box__text {
    width: calc(50% - 30px);
  }
  .features__box__text__heading {
    text-align: left;
  }
  .features__box__text__heading span {
    margin-top: 12px;
    line-height: 1;
    padding: 12px;
    font-size: 32px;
    white-space: nowrap;
  }
  .features__box__text__heading.en span {
    font-size: 32px;
  }
  .features__box__text__description {
    margin-top: 48px;
  }
  .features__box__text__description p {
    font-size: 18px;
    margin-top: 24px;
  }
  .features__box__text__description .caption {
    margin-top: 28px;
  }
  .features__box__figure {
    margin-top: 0;
    width: calc(50% - 30px);
  }
  .features__box__button {
    margin-top: 28px;
  }
  .features__box__button a {
    width: 190px;
    margin: 0 auto 0 0;
  }
  .features #feature01::after {
    width: 373px;
    height: 756px;
    top: 220px;
    bottom: auto;
    left: calc(50% + 340px);
  }
  .features #feature02::after {
    width: 856px;
    height: 422px;
    top: 460px;
    bottom: auto;
    left: calc(50% - 1170px);
  }
  .features #feature03::after {
    width: 662px;
    height: 330px;
    top: 400px;
    bottom: auto;
    left: calc(50% + 90px);
  }
}
@media screen and (min-width: 900px) {
  .features__box {
    padding: 36px 28px;
  }
  .features__box__text__heading span {
    font-size: 40px;
  }
}
@media screen and (min-width: 930px) {
  .features__box {
    padding: 36px 28px;
  }
  .features__box__text__heading.en span {
    font-size: 36px;
  }
}

#mask01 span::before, #mask01 span::after {
  background-color: #0054ff;
}

#mask02 span::before, #mask02 span::after {
  background-color: #9830FF;
}

#mask03 span::before, #mask03 span::after {
  background-color: #FF4DFF;
}

#mask04 span::before, #mask04 span::after {
  background-color: #000000;
}

#mask01.active span, #mask02.active span, #mask03.active span, #mask04.active span {
  position: relative;
  display: inline-block;
  z-index: 1;
  animation-name: textAppear;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
#mask01.active span::before, #mask02.active span::before, #mask03.active span::before, #mask04.active span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  animation-name: slideInOut;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  z-index: 1;
}
#mask01.active span::after, #mask02.active span::after, #mask03.active span::after, #mask04.active span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  animation-name: slideIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  z-index: -1;
}
#mask01.active span:nth-child(3)::before, #mask01.active span:nth-child(3)::after, #mask02.active span:nth-child(3)::before, #mask02.active span:nth-child(3)::after, #mask03.active span:nth-child(3)::before, #mask03.active span:nth-child(3)::after, #mask04.active span:nth-child(3)::before, #mask04.active span:nth-child(3)::after {
  animation-delay: 0.25s;
}
#mask01.active span:nth-child(5)::before, #mask01.active span:nth-child(5)::after, #mask02.active span:nth-child(5)::before, #mask02.active span:nth-child(5)::after, #mask03.active span:nth-child(5)::before, #mask03.active span:nth-child(5)::after, #mask04.active span:nth-child(5)::before, #mask04.active span:nth-child(5)::after {
  animation-delay: 0.5s;
}
#mask01.active.en span, #mask02.active.en span, #mask03.active.en span, #mask04.active.en span {
  animation-duration: 1.5s;
}

@keyframes textAppear {
  0% {
    color: transparent;
  }
  40% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}
@keyframes slideIn {
  0% {
    width: 0;
  }
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes slideInOut {
  0% {
    left: 0;
    width: 0;
  }
  40% {
    left: 0;
    width: 100%;
  }
  60% {
    left: 100%;
    width: 0%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
.desktop {
  background-color: #ededed;
  padding-bottom: 72px;
}
.desktop__box__text {
  position: relative;
  text-align: center;
}
.desktop__box__text__heading span {
  display: inline-block;
  top: -20px;
  padding: 8px 12px;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}
.desktop__box__text__description {
  text-align: left;
  margin-top: 28px;
  font-size: 14px;
  font-weight: bold;
}
.desktop__box__figure {
  width: 100%;
  max-width: 343px;
  margin: 28px auto 0;
}
@media screen and (min-width: 768px) {
  .desktop {
    position: relative;
    background-color: transparent;
    margin-top: 20px;
  }
  .desktop::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    bottom: 0;
    background-color: #ededed;
  }
  .desktop__box {
    width: 1040px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .desktop__box__text {
    width: 420px;
    text-align: left;
    margin-top: 70px;
  }
  .desktop__box__text__heading span {
    font-size: 32px;
    top: 0;
    padding: 12px 20px;
  }
  .desktop__box__text__description {
    font-size: 18px;
    line-height: 180%;
    margin-top: 48px;
  }
  .desktop__box__figure {
    max-width: 620px;
    margin-top: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 900px) {
  .desktop__box__text__heading span {
    font-size: 40px;
  }
}

.premium {
  background: var(--radial, radial-gradient(57.1% 57.1% at 50% 100%, #062F7C 0%, #051737 100%));
}
.premium .container {
  padding-top: 72px;
  padding-bottom: 72px;
}
.premium__figure {
  width: 70px;
  margin: 0 auto;
}
.premium__heading {
  color: #DBBD09;
  font-size: 28px;
  text-align: center;
  margin-top: 22px;
  font-weight: bold;
}
.premium__description {
  color: #DBBD09;
  margin-top: 24px;
  font-size: 14px;
  line-height: 180%;
}
.premium__list {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  flex-wrap: wrap;
}
.premium__list__box {
  border-radius: 4px;
  border: solid 1px #4E6AAA;
  padding: 12px 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
}
.premium__list__box__figure {
  width: 80px;
}
.premium__list__box__text {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  width: 100%;
  flex: 1;
}
.premium__caption {
  margin-top: 28px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .premium {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .premium__figure {
    width: 90px;
  }
  .premium__figure img {
    width: 100%;
  }
  .premium__heading {
    font-size: 40px;
    margin-top: 32px;
  }
  .premium__description {
    text-align: center;
    font-size: 18px;
  }
  .premium__list {
    width: 100%;
    max-width: 888px;
    margin: 48px auto 0;
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
  }
  .premium__list__box {
    width: calc(50% - 16px);
  }
  .premium__list__box__figure {
    width: 90px;
  }
  .premium__list__box__text {
    font-size: 22px;
    text-align: left;
  }
  .premium__caption {
    font-size: 18px;
  }
}

.cta {
  background: linear-gradient(180deg, #F0F6FF 0.52%, #E2EEFF 100%);
  padding: 72px 0;
}
.cta__button a {
  color: #ffffff;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  max-width: 288px;
  margin: 0 auto;
  padding: 20px 12px;
  border-radius: 68px;
  background: var(--eight-blue-0054-ff, #0054FF);
}
.cta__icons {
  margin-top: 48px;
}
.cta__icons img {
  width: 112px;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 12px rgba(183, 216, 255, 0.55));
}
.cta__copy {
  margin: 32px auto 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #0054ff;
  white-space: nowrap;
}
.cta__link {
  margin: 28px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 162px;
}
.cta__link-store {
  width: 162px;
}
.cta__link-store:last-child {
  margin-top: 16px;
}
.cta__link-store img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta {
    padding: 90px 0;
  }
  .cta__heading {
    font-size: 40px;
    text-align: center;
    display: block;
  }
  .cta__icons {
    display: flex;
    justify-content: center;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .cta__icons img {
    width: 176px;
    margin: 0;
  }
  .cta__copy {
    margin-top: 40px;
    font-size: 34px;
  }
  .cta__link {
    margin-top: 52px;
    -moz-column-gap: 24px;
         column-gap: 24px;
    width: 100%;
  }
  .cta__link-store {
    width: 229px;
  }
  .cta__link-store:last-child {
    margin-top: 0;
  }
}

.footer {
  width: 100%;
  padding-top: 64px;
  background: #000000;
}
.footer__row--upper {
  padding-top: 52px;
  position: relative;
}
.footer__row--upper::before {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 2px;
  background-color: #ffffff;
}
.footer__row--lower {
  margin-top: 45px;
  padding-bottom: 50px;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
}
.footer__nav a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
}
.footer__nav > li {
  margin-top: 16px;
  width: 100%;
}
.footer__copyright {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
}
.footer__share {
  margin-top: 42px;
}

.shareButton--fb {
  display: inline-block;
  margin-right: 12px;
}

.shareButton--fb span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../svg/share--fb.svg");
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.shareButton--fb:hover {
  opacity: 0.7;
}

.shareButton--x {
  display: inline-block;
}

.shareButton--x span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../svg/share--x.svg");
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.shareButton--x:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 64px 28px 0;
  }
  .footer .container {
    width: 100%;
    max-width: 960px;
    padding: 0;
    margin: 0 auto;
  }
  .footer__row--upper {
    display: flex;
    justify-content: space-between;
  }
  .footer__share {
    margin-top: 0;
    margin-left: 32px;
    white-space: nowrap;
  }
  .footer__nav {
    flex-wrap: nowrap;
  }
  .footer__nav > li {
    margin-top: 0;
    margin-left: 60px;
    width: auto;
  }
  .footer__nav > li:first-child {
    margin-left: 0;
  }
}
/* bottom banner */
.bottom-banner {
  position: fixed;
  bottom: -100px;
  width: 100%;
  background-color: rgba(0, 84, 255, 0.92);
  z-index: 7;
  transition: 0.3s;
}

.bottom-banner.appear {
  bottom: 0;
}

.bottom-banner.hide {
  bottom: -100px !important;
}

.bottom-banner .inner {
  padding: 0 20px 0 32px;
}

.bottom-banner a {
  padding: 20px 0 20px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.bottom-banner a:active {
  opacity: 0.7;
}

.bottom-banner img {
  width: 100%;
  height: auto;
}

.bottom-banner__main {
  width: 61%;
  max-width: 200px;
  line-height: 0;
}

.bottom-banner__button {
  width: 33%;
  max-width: 105px;
  line-height: 0;
}

.bottom-banner__close {
  position: absolute;
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  left: 10px;
  padding: 0;
  cursor: pointer;
}

.bottom-banner__close img {
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 792px) and (max-width: 1023px) {
  .bottom-banner .inner {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1024px) {
  .bottom-banner .inner {
    padding: 0 32px;
  }
}
/* campaign banner */
.campaign-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 7;
  cursor: pointer;
  transition: 0.3s;
}
.campaign-banner.hide {
  bottom: -150px !important;
}
.campaign-banner__close {
  position: absolute;
  top: 29px;
  right: -9px;
  width: 21px;
  height: 21px;
  cursor: pointer;
  z-index: 8;
}/*# sourceMappingURL=style.css.map */