@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
rem,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 14px;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}

html,
body {
  position: relative;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .only_sp {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .only_pc {
    display: none;
  }
}

#wrapper {
  background-color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .kv_section {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(/images/top/fv_bg.jpg);
    padding-top: 48px;
  }

  .kv_section .kv {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    height: 438px;
    justify-content: center;
    align-items: center;
    padding-left: 80px;
  }

  .kv_section .kv .text {
    padding-top: 10px;
    margin-right: 16px;
  }

  .kv_section .kv .text .line {
    margin-bottom: 8px;
  }

  .kv_section .kv .text .large {
    color: #1F2023;
    font-size: 3.2rem;
    font-weight: 500;
  }

  .kv_section .kv .text .catchcopy {
    margin-top: 8px;
    color: #1F2023;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .kv_section .kv .text .catchcopy .emphasis {
    font-size: 4.8rem;
    font-weight: 700;
    background: -webkit-linear-gradient(-90deg, #1ABCFE, #A259FF);
    /* 背景色にグラデーションを指定 */
    color: #0695F0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .kv_section .kv .text .description {
    margin-top: 16px;
    color: #727478;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .kv_section .kv .text .register_button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 24px;
    width: 280px;
    height: 56px;
    background-color: #0695F0;
    border-radius: 100px;
  }

  .kv_section .kv .text .register_button p {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .kv_section .kv .text .register_button p span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
  }

  .kv_section .kv .text .register_button p img {
    margin-left: 8px;
    width: 18px;
    height: 18px;
  }

  .kv_section .kv .image img {
    height: 400px;
    width: auto;
  }

  .kv_section .coins {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 0;
  }

  .kv_section .coins ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .kv_section .coins ul a:hover {
    text-decoration: none;
  }

  .kv_section .coins ul li {
    padding: 12px 4px;
    min-width: 122px;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #BABCC0;
    box-sizing: border-box;
  }

  .kv_section .coins ul li .label {
    display: flex;
    align-items: center;
  }

  .kv_section .coins ul li .label:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .kv_section .coins ul li .label span {
    color: #1F2023;
    font-size: 12px;
    font-weight: 500;
    margin-left: 4px;
  }

  .kv_section .coins ul li .price {
    margin-top: 8px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #03965E;
    text-align: center;
  }

  .kv_section .coins ul li .volatility {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
  }

  .kv_section .coins ul li .volatility:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .kv_section .coins ul li .volatility span {
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: 4px;
  }

  .kv_section .coins ul li .volatility.up:before {
    background-image: url(/images/top/icon/upward.svg);
  }

  .kv_section .coins ul li .volatility.down:before {
    background-image: url(/images/top/icon/downward.svg);
  }

  .kv_section .coins ul li .volatility.up span {
    color: #03965E;
  }

  .kv_section .coins ul li .volatility.down span {
    color: #FB519D;
  }

  .kv_section .coins ul li .price.up {
    color: #03965E;
  }

  .kv_section .coins ul li .price.down {
    color: #FB519D;
  }

  .kv_section .coins ul .label.ico-btc:before {
    background-image: url(/images/top/icon/coins/btc.png);
  }

  .kv_section .coins ul .label.ico-xem:before {
    background-image: url(/images/top/icon/coins/xem.png);
  }

  .kv_section .coins ul .label.ico-xym:before {
    background-image: url(/images/top/icon/coins/xym.png);
  }

  .kv_section .coins ul .label.ico-eth:before {
    background-image: url(/images/top/icon/coins/eth.png);
  }

  .kv_section .coins ul .label.ico-skeb:before {
    background-image: url(/images/top/icon/coins/skeb.png);
  }

  .kv_section .coins ul .label.ico-zpg:before {
    background-image: url(/images/top/icon/coins/zpg.png);
  }

  .kv_section .coins ul .label.ico-snpt:before {
    background-image: url(/images/top/icon/coins/snpt.png);
  }

  .kv_section .coins ul .label.ico-bora:before {
    background-image: url(/images/top/icon/coins/bora.png);
  }
  
  .kv_section .coins ul .label.ico-polygon_mv:before {
    background-image: url(/images/top/icon/coins/mv.png);
  }

  .features_section {
    padding-top: 56px;
    background-color: #FFFFFF;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }

  .features_section h2 {
    text-align: center;
    color: #1F2023;
    font-size: 3.2rem;
    font-weight: 700;
  }

  .features_section .articles {
    margin-top: 16px;
  }

  .features_section .articles article {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .features_section .articles article:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .features_section .articles article+article {
    margin-top: 24px;
  }

  .features_section .articles article .text h4 {
    color: #0695F0;
    font-size: 2.4rem;
    font-weight: 500;
  }

  .features_section .articles article .text h3 p {
    margin-top: 8px;
    font-size: 3.2rem;
    line-height: 1.3;
    font-weight: 700;
    color: #1F2023;
  }

  .features_section .articles article .text h3 p .emphasis {
    font-weight: inherit;
    font-size: inherit;
    color: #0695F0;
  }

  .features_section .articles article .text .description {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    color: #727478;
  }

  .features_section .articles article .image img {
    width: 576px;
    height: auto;
  }

  .features_section .register_button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    margin-top: 24px;
    width: 343px;
    height: 56px;
    background-color: #0695F0;
    border-radius: 100px;
  }

  .features_section .register_button p {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .features_section .register_button p span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
  }

  .features_section .register_button p img {
    margin-left: 8px;
    width: 18px;
    height: 18px;
  }

  .pickup_services_section {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 112px;
  }

  .pickup_services_section article+article {
    margin-top: 112px;
  }

  .pickup_services_section article h3 p {
    margin-top: 8px;
    font-size: 3.2rem;
    line-height: 1.3;
    font-weight: 700;
    color: #1F2023;
    text-align: center;
  }

  .pickup_services_section article h3 p .emphasis {
    font-weight: inherit;
    font-size: inherit;
    color: #0695F0;
  }

  .pickup_services_section article .image {
    margin-top: 16px;
  }

  .pickup_services_section article .image img {
    width: 100%;
    height: auto;
  }

  .pickup_services_section article .links {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pickup_services_section article .links .store img {
    width: 251px;
    height: 75px;
  }

  .pickup_services_section article .links .store+.store {
    margin-left: 16px;
  }

  .pickup_services_section article .links .qr {
    margin-left: 40px;
    display: flex;
    align-items: center;
  }

  .pickup_services_section article .links .qr img {
    width: 120px;
    height: 120px;
  }

  .pickup_services_section article .links .qr span {
    margin-left: 16px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #727478;
  }

  .pickup_services_section article .links .application_button p {
    display: flex;
    width: 343px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0695F0;
    border-radius: 100px;
  }

  .pickup_services_section article .links .application_button p span {
    font-size: 1.4rem;
    font-weight: 500;
    color: #0695F0;
  }

  .pickup_services_section article .links .application_button p img {
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }

  .banners_section {
    position: relative;
    max-width: 1061px;
    margin: 24px auto;
  }

  .banners_section .banner_swiper {
    overflow: hidden;
  }

  .banners_section .banner_swiper .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .banners_section .banner_swiper .controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
  }

  .banners_section .banner_swiper .controls .swiper_pagination {
    width: auto;
    color: #1F2023;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .banners_section .banner_swiper .controls .swiper_prev,
  .banners_section .banner_swiper .controls .swiper_next {
    cursor: pointer;
  }

  .banners_section .banner_swiper .controls .swiper_prev {
    margin-left: 8px;
  }

  .banners_section .banner_swiper .controls .swiper_next {
    margin-left: 4px;
  }

  .steps_section {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 88px;
  }

  .steps_section h2 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #1F2023;
    text-align: center;
  }

  .steps_section .contents {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
  }

  .steps_section .contents .steps ol li {
    display: flex;
    align-items: center;
    position: relative;
  }

  .steps_section .contents .steps ol li+li {
    margin-top: 38px;
  }

  .steps_section .contents .steps ol li .icon img {
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border: 12px solid #fff;
    margin-left: -6px;
  }

  .steps_section .contents .steps ol li .step_label {
    margin-left: 12px;
  }

  .steps_section .contents .steps ol li .step_label .title {
    color: #1F2023;
    font-weight: 600;
    font-size: 1.8rem;
  }

  .steps_section .contents .steps ol li .step_label .description {
    font-size: 1.4rem;
    font-weight: 500;
    color: #727478;
    line-height: 1.5;
  }

  .steps_section .contents .steps ol {
    position: relative;
  }

  .steps_section .contents .steps ol:before {
    content: '';
    display: block;
    position: absolute;
    left: 34px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #DDDFE3;
    z-index: 0;
  }

  .steps_section .contents .cta {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .steps_section .contents .cta img {
    width: 177px;
    height: auto;
  }

  .steps_section .contents .cta .label {
    margin-top: 16px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #1F2023;
  }

  .steps_section .contents .cta .register_button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 24px;
    width: 280px;
    height: 56px;
    background-color: #0695F0;
    border-radius: 100px;
  }

  .steps_section .contents .cta .register_button p {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .steps_section .contents .cta .register_button p span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
  }

  .steps_section .contents .cta .register_button p img {
    margin-left: 8px;
    width: 18px;
    height: 18px;
  }

  .news_section {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 120px;
  }

  .news_section .headline {
    display: flex;
    justify-content: space-between;
  }

  .news_section .headline h2 {
    font-size: 2.4rem;
    font-weight: 500;
    color: #1F2023;
  }

  .news_section .headline a p {
    color: #0695F0;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .news_section .articles {
    margin-top: 16px;
  }

  .news_section .articles ul li article {
    display: flex;
    align-items: center;
  }

  .news_section .articles ul li article .icon img {
    width: 32px;
    height: 32px;
  }

  .news_section .articles ul li article .text {
    margin-left: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #BABCC0;
    flex-grow: 1;
  }

  .news_section .articles ul li article .text .title {
    color: #1F2023;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .news_section .articles ul li article .text .article_footer {
    display: flex;
    margin-top: 4px;
    justify-content: space-between;
  }

  .news_section .articles ul li article .text .article_footer p {
    font-size: 1.2rem;
    font-weight: 5;
    color: #727478;
  }

  .news_section .articles ul li:last-child article .text {
    border-bottom: none;
  }

  .services_section {
    margin-top: 88px;
  }

  .services_section h2 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
  }

  .services_section .services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    width: 854px;
    margin: 0 auto;
    margin-top: 16px;
  }

  .services_section .services article {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    box-sizing: border-box;
    padding: 32px;
  }

  .services_section .services article img {
    width: 86px;
    height: 86px;
  }

  .services_section .services article h3 {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
    color: #1F2023;
  }

  .services_section .services article .description {
    margin-top: 16px;
    line-height: 1.5;
    font-size: 1.4rem;
    font-weight: 400;
    color: #727478;
  }
}

@media screen and (max-width: 1024px) {
  .only_pc {
    display: none;
  }

  .kv_section {
    padding-top: 48px;
  }

  .kv_section .kv {
    display: flex;
    flex-direction: column-reverse;
  }

  .kv_section .kv .text {
    padding: 16px 16px 32px 16px;
    background-color: #F8FAFE;
  }

  .kv_section .kv .text .large {
    color: #1F2023;
    font-size: 2.4rem;
    font-weight: 500;
  }

  .kv_section .kv .text .catchcopy {
    margin-top: 8px;
    color: #1F2023;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .kv_section .kv .text .catchcopy .emphasis {
    font-size: 3.2rem;
    font-weight: 700;
    background: -webkit-linear-gradient(-90deg, #1ABCFE, #A259FF);
    /* 背景色にグラデーションを指定 */
    color: #0695F0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .kv_section .kv .text .catchcopy img {
    width: 89.48px;
    height: 32px;
    position: relative;
    top: 3px;
  }

  .kv_section .kv .text .description {
    margin-top: 16px;
    color: #727478;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .kv_section .kv .text .register_button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 24px;
    width: 100%;
    height: 56px;
    background-color: #0695F0;
    border-radius: 100px;
  }

  .kv_section .kv .text .register_button p {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .kv_section .kv .text .register_button p span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
  }

  .kv_section .kv .text .register_button p img {
    margin-left: 8px;
    width: 18px;
    height: 18px;
  }

  .kv_section .kv .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    background-image: url(/images/top/fv_bg.jpg);
  }

  .kv_section .kv .image img {
    width: 100%;
    height: 225px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .kv_section .coins {
    background-color: #FFFFFF;
    padding: 32px 0;
  }

  .kv_section .coins ul {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    padding: 0 16px;
  }

  .kv_section .coins ul a:hover {
    text-decoration: none;
  }

  .kv_section .coins ul li {
    padding: 12px 4px;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #BABCC0;
    box-sizing: border-box;
  }

  .kv_section .coins ul li .label {
    display: flex;
    align-items: center;
  }

  .kv_section .coins ul li .label:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .kv_section .coins ul li .label span {
    color: #1F2023;
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: 4px;
  }

  .kv_section .coins ul li .price {
    margin-top: 8px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #03965E;
    text-align: center;
  }

  .kv_section .coins ul li .volatility {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
  }

  .kv_section .coins ul li .volatility:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .kv_section .coins ul li .volatility span {
    font-size: 1.2rem;
    font-weight: 500;
    color: #03965E;
    margin-left: 4px;
  }

  .kv_section .coins ul li .volatility.up:before {
    background-image: url(/images/top/icon/upward.svg);
  }

  .kv_section .coins ul li .volatility.down:before {
    background-image: url(/images/top/icon/downward.svg);
  }

  .kv_section .coins ul li .volatility.up span {
    color: #03965E;
  }

  .kv_section .coins ul li .volatility.down span {
    color: #FB519D;
  }

  .kv_section .coins ul li .price.up {
    color: #03965E;
  }

  .kv_section .coins ul li .price.down {
    color: #FB519D;
  }

  .kv_section .coins ul .label.ico-btc:before {
    background-image: url(/images/top/icon/coins/btc.png);
  }

  .kv_section .coins ul .label.ico-xem:before {
    background-image: url(/images/top/icon/coins/xem.png);
  }

  .kv_section .coins ul .label.ico-xym:before {
    background-image: url(/images/top/icon/coins/xym.png);
  }

  .kv_section .coins ul .label.ico-eth:before {
    background-image: url(/images/top/icon/coins/eth.png);
  }

  .kv_section .coins ul .label.ico-skeb:before {
    background-image: url(/images/top/icon/coins/skeb.png);
  }

  .kv_section .coins ul .label.ico-zpg:before {
    background-image: url(/images/top/icon/coins/zpg.png);
  }

  .kv_section .coins ul .label.ico-snpt:before {
    background-image: url(/images/top/icon/coins/snpt.png);
  }

  .kv_section .coins ul .label.ico-bora:before {
    background-image: url(/images/top/icon/coins/bora.png);
  }
 
  .kv_section .coins ul .label.ico-polygon_mv:before {
    background-image: url(/images/top/icon/coins/mv.png);
  }

  .features_section {
    padding-top: 32px;
    background-color: #FFFFFF;
  }

  .features_section h2 {
    text-align: center;
    color: #1F2023;
    font-size: 2.4rem;
    font-weight: 700;
	margin-bottom: 16px;
  }

  .features_section .articles {
    margin-top: 32px;
    box-sizing: border-box;
    padding: 0 16px;
  }

  .features_section .articles article {
    display: flex;
    flex-direction: column-reverse;
	margin-bottom: 16px;
  }

  .features_section .articles article+article {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .features_section .articles article .text {
    margin-top: 16px;
  }

  .features_section .articles article .text h4 {
    color: #0695F0;
    font-size: 1.8rem;
    font-weight: 500;
  }

  .features_section .articles article .text h3 {
    margin-top: 8px;
  }

  .features_section .articles article .text h3 p {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    color: #1F2023;
  }

  .features_section .articles article .text h3 p .emphasis {
    font-weight: inherit;
    font-size: inherit;
    color: #0695F0;
  }

  .features_section .articles article .text .description {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    color: #727478;
  }

  .features_section .articles article .image {
    padding: 20px;
    box-sizing: border-box;
  }

  .features_section .articles article .image img {
    width: 100%;
    height: auto;
  }

  .features_section .register_button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
	margin-top: 48px;
    width: calc(100% - 32px);
    height: 56px;
    background-color: #0695F0;
    border-radius: 100px;
  }

  .features_section .register_button p {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .features_section .register_button p span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
  }

  .features_section .register_button p img {
    margin-left: 8px;
    width: 18px;
    height: 18px;
  }

  .pickup_services_section {
    margin-top: 64px;
    box-sizing: border-box;
    padding: 0 16px;
  }

  .pickup_services_section article+article {
    margin-top: 64px;
  }

  .pickup_services_section article h3 p {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    color: #1F2023;
  }

  .pickup_services_section article h3 p .emphasis {
    font-weight: inherit;
    font-size: inherit;
    color: #0695F0;
  }

  .pickup_services_section article .image {
    margin-top: 18px;
  }

  .pickup_services_section article .image img {
    width: 100%;
    height: auto;
    border-radius: 24px;
  }

  .pickup_services_section article .links {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pickup_services_section article .links .store {
    display: flex;
    justify-content: center;
  }

  .pickup_services_section article .links .store img {
    width: 148px;
    height: 44px;
  }

  .pickup_services_section article .links .store+.store {
    margin-left: 16px;
  }

  .pickup_services_section article .links .application_button {
    display: block;
    width: 100%;
  }

  .pickup_services_section article .links .application_button p {
    display: flex;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0695F0;
    border-radius: 100px;
  }

  .pickup_services_section article .links .application_button p span {
    font-size: 1.4rem;
    font-weight: 500;
    color: #0695F0;
  }

  .pickup_services_section article .links .application_button p img {
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }

  .banners_section {
    margin: 16px auto 0;
  }

  .banners_section .banner_swiper {
    overflow: hidden;
  }

  .banners_section .banner_swiper .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .steps_section {
    margin-top: 64px;
  }

  .steps_section h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1F2023;
    text-align: center;
  }

  .steps_section .contents {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    box-sizing: border-box;
    padding: 0 16px;
  }

  .steps_section .contents .steps ol li {
    display: flex;
    align-items: center;
    position: relative;
  }

  .steps_section .contents .steps ol li+li {
    margin-top: 38px;
  }

  .steps_section .contents .steps ol li .icon img {
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border: 12px solid #fff;
    margin-left: -6px;
  }

  .steps_section .contents .steps ol li .step_label {
    margin-left: 16px;
  }

  .steps_section .contents .steps ol li .step_label .title {
    color: #1F2023;
    font-weight: 600;
    font-size: 1.8rem;
  }

  .steps_section .contents .steps ol li .step_label .description {
    font-size: 1.4rem;
    font-weight: 500;
    color: #727478;
    line-height: 1.5;
    margin-top: 8px;
  }

  .steps_section .contents .steps ol {
    position: relative;
  }

  .steps_section .contents .steps ol:before {
    content: '';
    display: block;
    position: absolute;
    left: 34px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #DDDFE3;
    z-index: 0;
  }

  .steps_section .contents .cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 48px;
  }

  .steps_section .contents .cta img {
    width: 177px;
    height: auto;
  }

  .steps_section .contents .cta .label {
    margin-top: 16px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #1F2023;
  }

  .steps_section .contents .cta .register_button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 24px;
    width: 100%;
    height: 56px;
    background-color: #0695F0;
    border-radius: 100px;
  }

  .steps_section .contents .cta .register_button p {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .steps_section .contents .cta .register_button p span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
  }

  .steps_section .contents .cta .register_button p img {
    margin-left: 8px;
    width: 18px;
    height: 18px;
  }

  .news_section {
    margin-top: 64px;
    box-sizing: border-box;
    padding: 0 16px;
  }

  .news_section .headline {
    display: flex;
    justify-content: space-between;
  }

  .news_section .headline h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1F2023;
  }

  .news_section .headline a p {
    color: #0695F0;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .news_section .articles {
    margin-top: 18px;
  }

  .news_section .articles ul li article {
    display: flex;
    align-items: center;
  }

  .news_section .articles ul li article .icon img {
    width: 32px;
    height: 32px;
  }

  .news_section .articles ul li article .text {
    margin-left: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #BABCC0;
    flex-grow: 1;
  }

  .news_section .articles ul li article .text .title {
    color: #1F2023;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .news_section .articles ul li article .text .article_footer {
    display: flex;
    margin-top: 4px;
    justify-content: space-between;
  }

  .news_section .articles ul li article .text .article_footer p {
    font-size: 1.2rem;
    font-weight: 5;
    color: #727478;
  }

  .news_section .articles ul li:last-child article .text {
    border-bottom: none;
  }

  .services_section {
    margin-top: 64px;
  }

  .services_section h2 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
  }

  .services_section .services {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    padding: 0 16px;
  }

  .services_section .services article {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .services_section .services article img {
    width: 86px;
    height: 86px;
  }

  .services_section .services article h3 {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
    color: #1F2023;
    line-height: 1.5;
  }
}

.footer {
  padding-bottom: 120px;
}

.register_button:hover, .application_button:hover {
  text-decoration: none !important; 
}

@media screen and (max-width: 356px) {
  .kv_section .coins ul {
    padding: 0 8px;
  }

  .kv_section .coins ul li .label::before {
    width: 18px;
    height: 18px;
  }

  .kv_section .coins ul li .label span {
    font-size: 1.1rem;
  }

  .kv_section .coins ul li .price {
    font-size: 1.6rem;
  }

  .kv_section .coins ul li .volatility::before {
    width: 14px;
    height: 14px;
  }

  .kv_section .coins ul li .volatility span {
    font-size: 1.1rem;
  }
}
/*# sourceMappingURL=index.css.map */