@charset "UTF-8";
@media screen and (min-width: 768px), print {
  html {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1160px) and (min-width: 768px) {
  html {
    font-size: 0.86vw;
  }
}

@media screen and (min-width: 768px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 116rem;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1160px) and (min-width: 768px) {
  .row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .inner {
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1160px) and (min-width: 768px) {
  .inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 768px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0.1rem) translateZ(0);
    -moz-transform: perspective(0.1rem) translateZ(0);
         transform: perspective(0.1rem) translateZ(0);
    -moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0);
         box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  body {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
  body.bg {
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
  }
  body.bg::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 168rem;
    height: 20.6rem;
    background: url(../img/logo_big.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.7rem 2rem 1.7rem 4rem;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 15rem;
  }
  .header a.header_btn {
    min-width: 16.4rem;
    min-height: 4.2rem;
    -moz-border-radius: 999.9rem;
         border-radius: 999.9rem;
    background: #1f2328;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .footer {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 99;
  }
  .footer p {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 1.2rem;
    color: #1f2328;
  }
  .ttl {
    line-height: 1;
    margin-bottom: 3.5rem;
    text-align: center;
  }
  .ttl span {
    display: block;
    font-weight: normal;
    font-size: 3.2rem;
    line-height: 1.4375;
    color: #1f2328;
    margin-bottom: 0.7rem;
  }
  .ttl small {
    font-size: 1.6rem;
    line-height: 1.1875;
    text-align: center;
    color: #1f2328;
    display: block;
  }
  .p_top {
    padding-bottom: 0;
    overflow-x: hidden;
  }
  .p_top .ctTop {
    background: -webkit-gradient(linear, left top, right top, from(#f0ebd8), to(#ded4ab));
    background: -webkit-linear-gradient(left, #f0ebd8 0%, #ded4ab 100%);
    background: -moz- oldlinear-gradient(left, #f0ebd8 0%, #ded4ab 100%);
    background: linear-gradient(90deg, #f0ebd8 0%, #ded4ab 100%);
    position: relative;
    min-height: 54.7rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }
  .p_top .ctTop::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 168rem;
    height: 20.6rem;
    background: url(../img/logo_big.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .ctTop > figure {
    width: 41.67%;
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
  .p_top .ctTop > figure img {
    margin-bottom: -4.3rem;
  }
  .p_top .ctTop .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p_top .ctTop .txt .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
  }
  .p_top .ctTop .txt h2 {
    font-weight: normal;
    font-size: 7.2rem;
    line-height: 1.08333;
    text-align: left;
    color: #1f2328;
  }
  .p_top .ctTop .txt p {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: left;
    color: #1f2328;
    margin: 1.7rem 0 3.8rem;
  }
  .p_top .ctTop .txt ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .ctTop .txt ul li:not(:last-child) {
    margin-right: 2rem;
  }
  .p_top .ctTop .txt ul li .btn {
    min-width: 21.4rem;
    width: auto;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 6rem;
    font-size: 1.6rem;
  }
  .p_top .ctMid {
    padding: 12.3rem 0 4rem;
    background: #f9f8f4;
  }
  .p_top .ctMid .ctMid_top {
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8rem 0;
    -moz-border-radius: 4rem;
         border-radius: 4rem;
    background: #fff;
  }
  .p_top .ctMid .ctMid_top figure {
    width: 45.4%;
    text-align: center;
  }
  .p_top .ctMid .ctMid_top figure img {
    width: 62%;
  }
  .p_top .ctMid .ctMid_top .txt {
    width: 54.6%;
    padding-right: 3.44828%;
  }
  .p_top .ctMid .ctMid_top .txt h2 {
    font-size: 3rem;
    line-height: 1.33333;
    text-align: left;
    color: #1f2328;
    margin-bottom: 4rem;
  }
  .p_top .ctMid .ctMid_top .txt p {
    font-family: Helvetica;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: left;
    color: #1f2328;
  }
  .p_top .ctMid .ctMid_top .txt p:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .p_top .ctMid .ctMid_bot {
    display: -ms-grid;
    display: grid;
    gap: 2.2rem;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .p_top .ctMid .ctMid_bot dl {
    -moz-border-radius: 4rem;
         border-radius: 4rem;
    background: #fff;
    padding: 2.4rem 3.2rem 2.7rem;
  }
  .p_top .ctMid .ctMid_bot dl dt {
    margin-bottom: 3.4rem;
  }
  .p_top .ctMid .ctMid_bot dl dt span {
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 1.33333;
    text-align: center;
    color: #1f2328;
    display: block;
  }
  .p_top .ctMid .ctMid_bot dl dt small {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: center;
    color: #1f2328;
    display: block;
  }
  .p_top .ctMid .ctMid_bot dl dd {
    font-family: Helvetica;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    color: #1f2328;
  }
  .p_top .ctBot {
    padding: 4rem 0 8rem;
    background-color: #fff;
  }
  .p_top .ctBot.st2 {
    padding-top: 3.6rem;
  }
  .p_top .ctBot h2 {
    font-size: 3rem;
    line-height: 2.13333;
    text-align: left;
    color: #1f2328;
    margin-bottom: 2.8rem;
  }
  .p_top .ctBot h2.st2 {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
    color: #1f2328;
    margin-bottom: 1.5rem;
  }
  .p_top .ctBot .listCoin .itemCoin {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .ctBot .listCoin .itemCoin figure {
    width: 4.2rem;
    height: 4.2rem;
  }
  .p_top .ctBot .listCoin .itemCoin figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .ctBot .listCoin .itemCoin small {
    font-size: 1.4rem;
    line-height: 1.42857;
    color: rgba(31, 35, 40, 0.3);
  }
  .p_top .ctBot .listCoin .itemCoin span {
    font-size: 2rem;
    line-height: 1.45;
    color: #1f2328;
    margin: 0 1rem 0 1.2rem;
  }
  .p_top .ctBot .listCoin .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .ctBot .listCoin .df_l {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .ctBot .listCoin .df_l_01 {
    width: 100%;
  }
  .p_top .ctBot .listCoin .df_l_02 {
    margin-left: auto;
    width: 40rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p_top .ctBot .listCoin .df_l_02_01 {
    text-align: right;
    width: 20rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 1.5rem;
  }
  .p_top .ctBot .listCoin .df_l_02_02 {
    width: 20rem;
    padding-left: 6.4rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .ctBot .listCoin .df_r {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 14.5rem;
  }
  .p_top .ctBot .listCoin .df_r .btn_trading {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    background-color: #000644;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    height: 4.2rem;
    width: 100%;
    -moz-border-radius: 2.1rem;
         border-radius: 2.1rem;
    background: #1f2328;
  }
  .p_top .ctBot .listCoin_head {
    font-size: 1.4rem;
    line-height: 1.42857;
    color: rgba(31, 35, 40, 0.3);
    padding-bottom: 0.6rem;
  }
  .p_top .ctBot .listCoin_bd .item {
    padding: 1.2rem 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .p_top .ctBot .listCoin_bd .item:first-child {
    border-top: 1px solid #ccc;
  }
  .p_top .ctBot .listCoin_bd .item .df_l_02_01 {
    font-size: 2rem;
    line-height: 1.45;
    color: #1f2328;
  }
  .p_top .ctBot .listCoin_bd .item .df_l_02_02 {
    font-size: 2rem;
    line-height: 1.45;
    color: #d86d6a;
  }
  .p_top .ctBot .listCoin_bd .item .df_l_02_02.c2 {
    color: #5ac37e;
  }
  .p_top .ctBot .listCoin + h2 {
    margin-top: 3.7rem;
  }
  a.btn, button.btn {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 3.7rem;
    font-family: Helvetica-Bold;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    min-height: 6.4rem;
    -moz-border-radius: 999.9rem;
         border-radius: 999.9rem;
    background: #1f2328;
  }
  a.btn.st2, button.btn.st2 {
    color: #1f2328;
    background-color: #fff;
  }
  .form {
    padding: 4rem 0 4.4rem;
    -moz-border-radius: 4rem;
         border-radius: 4rem;
    background: #fff;
  }
  .form .btn_gr {
    text-align: center;
    margin-top: 4rem;
    font-family: Helvetica;
  }
  .form .btn_gr a {
    line-height: 1.1875;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .form .btn_gr p {
    font-size: 1.6rem;
    line-height: 1.1875;
  }
  .form .form_it {
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
  .form .form_it:not(:last-child) {
    border-bottom: 1px solid #7e7e7e;
    padding-bottom: 5.8rem;
    margin-bottom: 5.5rem;
  }
  .form .f_txt {
    font-family: Helvetica-Bold;
    font-size: 1.4rem;
    line-height: 1.21429;
    text-align: right;
    color: #1f2328;
    font-weight: bold;
    margin-top: 1.5rem;
  }
  .form input {
    width: 100%;
    padding: 0 1.8rem;
    outline: none;
    font-size: 1.6rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 4.8rem;
    -moz-border-radius: 1.2rem;
         border-radius: 1.2rem;
    background: transparent;
    border: 1px solid #7e7e7e;
    font-family: Helvetica;
  }
  .form input::-webkit-input-placeholder {
    color: rgba(31, 35, 40, 0.3);
    opacity: 1;
  }
  .form input::-moz-placeholder {
    color: rgba(31, 35, 40, 0.3);
    opacity: 1;
  }
  .form input:-ms-input-placeholder {
    color: rgba(31, 35, 40, 0.3);
    opacity: 1;
  }
  .form input::placeholder {
    color: rgba(31, 35, 40, 0.3);
    opacity: 1;
  }
  .form dl + dl {
    margin-top: 1.7rem;
  }
  .form dl dt {
    line-height: 1.25;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .form dl dt span {
    color: #D86D6A;
  }
  .form dl .df_sp1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form dl .df_sp1 .sm1 {
    width: -webkit-calc((100% - vw_pc(15)) / 2);
    width: -moz-calc((100% - vw_pc(15)) / 2);
    width: calc((100% - vw_pc(15)) / 2);
  }
  .form dl .df_sp2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form dl .df_sp2 .select {
    width: -webkit-calc((100% - vw_pc(30)) / 3);
    width: -moz-calc((100% - vw_pc(30)) / 3);
    width: calc((100% - vw_pc(30)) / 3);
  }
  .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 0.1rem;
       -moz-perspective: 0.1rem;
            perspective: 0.1rem;
    width: 100%;
    height: 4.8rem;
    -moz-border-radius: 1.2rem;
         border-radius: 1.2rem;
    background: transparent;
    border: 1px solid #7e7e7e;
  }
  .form dl dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.2rem;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1rem;
    height: 0.6rem;
    background: url(../img/select_ar.svg) center/100% 100% no-repeat;
    display: block;
  }
  .form dl dd .select label select {
    font-family: Helvetica-Bold;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 3.5rem 0 1.2rem;
    background: transparent;
    font-size: 1.6rem;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .form dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_create_account .create_account .row {
    max-width: 59.6rem;
  }
  .p_welcome .welcome .row {
    max-width: 59.6rem;
  }
  .p_welcome .welcome .box {
    padding: 4rem 4rem 4.8rem;
    -moz-border-radius: 4rem;
         border-radius: 4rem;
    background: #fff;
    text-align: center;
  }
  .p_welcome .welcome .box .btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    min-width: 25.4rem;
  }
  .p_welcome .welcome figure {
    text-align: center;
    margin-bottom: 3rem;
  }
  .p_welcome .welcome figure img {
    width: 172px;
  }
  .p_welcome .welcome .welcome_txt {
    line-height: 1.45833;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 3rem;
  }
  .p_login .form_it .btn_gr {
    margin-top: 1.8rem;
  }
  .p_login .form_it input:not(:last-of-type) {
    margin-bottom: 1.2rem;
  }
  .p_detail .header a.header_btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .detail_box {
    text-align: center;
    padding: 2rem 2rem 3.8rem;
    position: relative;
    -moz-border-radius: 4rem;
         border-radius: 4rem;
    background: #fff;
    margin-bottom: 4rem;
  }
  .detail_box:after {
    content: "";
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 14.2rem;
    height: 17.9rem;
    background: url(../img/cat.png) center/contain no-repeat;
    display: block;
  }
  .detail_box .dtCoin figure {
    width: 4.2rem;
    height: 4.2rem;
    display: inline-block;
  }
  .detail_box .dtCoin figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .detail_box .dtCoin small {
    font-size: 2rem;
    line-height: 1.45;
    color: #1f2328;
    display: block;
    margin-top: 0.6rem;
  }
  .detail_box .dtCoin span {
    font-size: 1.4rem;
    line-height: 1.42857;
    color: rgba(31, 35, 40, 0.3);
    display: block;
  }
  .detail_box .c_balance {
    font-size: 3.2rem;
    line-height: 1.4375;
    color: #1f2328;
    margin-top: 0.6rem;
  }
  .detail_box .c_status {
    font-size: 1.4rem;
    line-height: 1.42857;
    color: #d86d6a;
  }
  .detail_box .c_status.c2 {
    color: #5ac37e;
  }
  .detail_box .c_listBtn {
    margin: 2rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .detail_box .c_listBtn li {
    margin: 0 0.6rem;
  }
  .detail_box .c_listBtn .c_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 999.9rem;
         border-radius: 999.9rem;
    min-width: 22.2rem;
    min-height: 5.2rem;
    background: #133984;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    color: #fff;
  }
  .detail_box .c_listBtn .c_btn.st2 {
    background: #bc3746;
  }
  .detail_box .c_balance2 {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    line-height: 1.45;
    color: #1f2328;
  }
  .detail_box .c_balance2 span {
    font-family: Helvetica;
    font-size: 1.4rem;
    line-height: 1.14286;
    color: rgba(31, 35, 40, 0.5);
    margin-right: 1rem;
  }
  .p_swap .header a.header_btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .p_swap .swap {
    padding: 10rem 0;
  }
  .p_swap .swap .row {
    max-width: 59.6rem;
  }
  .p_swap .swap_main {
    padding: 2rem 2.9rem;
    -moz-border-radius: 4rem;
         border-radius: 4rem;
    background: #fff;
  }
  .p_swap .swap .it_head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3.8rem;
  }
  .p_swap .swap .it_head .it_head_btn {
    width: 4.2rem;
  }
  .p_swap .swap .it_head .txt01 span {
    display: block;
    margin-bottom: 0.7rem;
    font-weight: normal;
    font-size: 3.2rem;
    color: #1f2328;
    line-height: 1.4375;
  }
  .p_swap .swap .it_head .txt01 small {
    line-height: 1.1875;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 1.6rem;
    color: #1f2328;
  }
  .p_swap .swap .it_mid .it_midCoin {
    -moz-border-radius: 1.2rem;
         border-radius: 1.2rem;
    border: 1px solid #d3d3d3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_l .it_midCoin_l_balance {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.21429;
    margin-top: 1rem;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_l .btnChangeCoin {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    padding-left: 1rem;
    min-width: 15.3rem;
    min-height: 7.2rem;
    -moz-border-radius: 0rem 1.2rem 1.2rem 0rem;
         border-radius: 0rem 1.2rem 1.2rem 0rem;
    background: #f2f2f2;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_l .btnChangeCoin::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.1rem;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1rem;
    height: 0.6rem;
    background: url(../img/arb.svg) center/contain no-repeat;
    display: block;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_l .btnChangeCoin img {
    width: 3.2rem;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_l .btnChangeCoin span {
    margin-left: 0.8rem;
    font-size: 2rem;
    color: #1f2328;
    text-align: left;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_r {
    width: -webkit-calc(100% - vw_pc(153));
    width: -moz-calc(100% - vw_pc(153));
    width: calc(100% - vw_pc(153));
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_r .inputNumber {
    display: block;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.21429;
    background-color: transparent;
    border: 0;
    height: 4.8rem;
    padding: 0 2rem;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    color: #1f2328;
    width: 100%;
    font-family: Helvetica;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_r .inputNumber::-webkit-input-placeholder {
    opacity: 1;
    color: #1f2328;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_r .inputNumber::-moz-placeholder {
    opacity: 1;
    color: #1f2328;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_r .inputNumber:-ms-input-placeholder {
    opacity: 1;
    color: #1f2328;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_r .inputNumber::placeholder {
    opacity: 1;
    color: #1f2328;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_r small {
    display: block;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.16667;
    text-align: right;
    margin-top: 1.2rem;
  }
  .p_swap .swap .it_mid .it_midAction {
    margin: 1.2rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_swap .swap .it_mid .it_midAction .it_midAction_btn {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    background-image: url(../img/btn_swap.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    width: 4.2rem;
    height: 4.2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_swap .swap .it_mid .it_midAction p {
    line-height: 1.21429;
    text-align: right;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: right;
    color: rgba(31, 35, 40, 0.5);
    font-family: "Inter", "Hiragino Sans", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  }
  .p_swap .swap .it_bot {
    margin-top: 3.6rem;
  }
  .p_swap .swap .it_bot .btn {
    margin-bottom: 0;
  }
  .p_swap .swap .it_bot .dlist {
    margin-top: 3.3rem;
  }
  .p_swap .swap .it_bot .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: Helvetica;
    font-weight: normal;
    color: #1f2328;
  }
  .p_swap .swap .it_bot .dlist dl dt {
    color: rgba(31, 35, 40, 0.5);
  }
  .popupToken {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
  }
  .popupToken.open {
    opacity: 1;
    pointer-events: auto;
  }
  .popupToken .popupTokenInner {
    width: 48.4rem;
    -moz-border-radius: 1.2rem;
         border-radius: 1.2rem;
    background: #fff;
    border: 0.4rem solid #d3d3d3;
  }
  .popupToken .popupToken_head {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 2.4rem;
    margin-bottom: 0.6rem;
    border-bottom: 1px solid #d3d3d3;
  }
  .popupToken .popupToken_head .popupToken_head_tt {
    position: relative;
  }
  .popupToken .popupToken_head .popupToken_head_tt .closePopup {
    position: absolute;
    top: -1.5rem;
    right: -1rem;
    cursor: pointer;
    width: 1.6rem;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .popupToken .popupToken_head .popupToken_head_tt .closePopup:hover {
    opacity: 0.7;
  }
  .popupToken .popupToken_head .popupToken_head_tt h2 {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1.7rem;
  }
  .popupToken .popupToken_head .searchCoin input {
    border: 0;
    width: 100%;
    padding: 0 1.2rem;
    outline: none;
    font-size: 1.6rem;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 4.8rem;
    -moz-border-radius: 1.2rem;
         border-radius: 1.2rem;
    border: 1px solid #d3d3d3;
  }
  .popupToken .popupToken_head .searchCoin input::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(31, 35, 40, 0.3);
  }
  .popupToken .popupToken_head .searchCoin input::-moz-placeholder {
    opacity: 1;
    color: rgba(31, 35, 40, 0.3);
  }
  .popupToken .popupToken_head .searchCoin input:-ms-input-placeholder {
    opacity: 1;
    color: rgba(31, 35, 40, 0.3);
  }
  .popupToken .popupToken_head .searchCoin input::placeholder {
    opacity: 1;
    color: rgba(31, 35, 40, 0.3);
  }
  .popupToken .popupToken_bd {
    padding-top: 0.5rem;
    height: 60vh;
    overflow-y: auto;
  }
  .popupToken .popupToken_bd .coinPopup {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 2.4rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .popupToken .popupToken_bd .coinPopup:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .popupToken .popupToken_bd .coinPopup img {
    width: 3.6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .popupToken .popupToken_bd .coinPopup .coinPopupTxt {
    width: 100%;
    padding-left: 1rem;
  }
  .popupToken .popupToken_bd .coinPopup .coinPopupTxt .textShort {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .popupToken .popupToken_bd .coinPopup .coinPopupTxt .textLong {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 0.6rem;
    background-color: #000;
    -moz-border-radius: 999.9rem;
         border-radius: 999.9rem;
    opacity: 1 !important;
  }
  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner, .row {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  input, textarea, select {
    font-size: 16px !important;
  }
  body {
    padding-top: 20vw;
    padding-bottom: 21.33333vw;
  }
  body.bg {
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
  }
  body.bg::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 21.33333vw;
    background: url(../img/logo_big_sp.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5.33333vw 4.26667vw;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 40vw;
  }
  .header a.header_btn {
    min-width: 36.26667vw;
    min-height: 9.6vw;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background: #1f2328;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 3.73333vw;
    text-align: center;
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .footer {
    padding: 6.4vw 0 20.26667vw;
  }
  .footer.st2 {
    padding: 5.33333vw 0;
    background: #000;
  }
  .footer p {
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 1.25;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
  }
  .ttl {
    margin-bottom: 9.33333vw;
    text-align: center;
    line-height: 1;
  }
  .ttl span {
    display: block;
    font-weight: normal;
    font-size: 7.46667vw;
    line-height: 1.42857;
    color: #1f2328;
    margin-bottom: 1.86667vw;
  }
  .ttl small {
    font-size: 3.73333vw;
    line-height: 1.21429;
    text-align: center;
    color: #1f2328;
    display: block;
  }
  .p_top {
    padding-bottom: 0;
    overflow-x: hidden;
  }
  .p_top .ctTop {
    position: relative;
    padding-bottom: 17.06667vw;
    position: relative;
  }
  .p_top .ctTop::before {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% + 20vw);
    height: -moz-calc(100% + 20vw);
    height: calc(100% + 20vw);
    left: 0;
    top: -20vw;
    background: -webkit-gradient(linear, left top, right top, from(#f0ebd8), to(#ded4ab));
    background: -webkit-linear-gradient(left, #f0ebd8 0%, #ded4ab 100%);
    background: -moz- oldlinear-gradient(left, #f0ebd8 0%, #ded4ab 100%);
    background: linear-gradient(90deg, #f0ebd8 0%, #ded4ab 100%);
    z-index: -1;
  }
  .p_top .ctTop::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 21.33333vw;
    background: url(../img/logo_big_sp.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .ctTop > figure {
    position: relative;
    z-index: 2;
    margin-left: 4vw;
  }
  .p_top .ctTop .txt h2 {
    font-weight: normal;
    font-size: 8.53333vw;
    line-height: 1.125;
    text-align: left;
    color: #1f2328;
  }
  .p_top .ctTop .txt p {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 3.73333vw;
    line-height: 1.71429;
    text-align: left;
    color: #1f2328;
    margin: 6.4vw 0 4.8vw;
  }
  .p_top .ctTop .txt ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .ctTop .txt ul li .btn {
    min-width: 44.26667vw;
    width: auto;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 4.26667vw;
    margin-bottom: 10.66667vw;
  }
  .p_top .ctMid {
    padding: 10.66667vw 0;
    background: #f9f8f4;
  }
  .p_top .ctMid .ctMid_top {
    margin-bottom: 4.26667vw;
    padding: 10.66667vw 5.33333vw 9.33333vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    background: #fff;
  }
  .p_top .ctMid .ctMid_top figure {
    text-align: center;
    margin-bottom: 10.66667vw;
  }
  .p_top .ctMid .ctMid_top figure img {
    width: 45.86667vw;
  }
  .p_top .ctMid .ctMid_top .txt h2 {
    font-size: 6.4vw;
    line-height: 1.33333;
    text-align: left;
    color: #1f2328;
    margin-bottom: 6.4vw;
  }
  .p_top .ctMid .ctMid_top .txt p {
    font-family: Helvetica;
    font-weight: normal;
    font-size: 3.73333vw;
    line-height: 1.64286;
    text-align: left;
    color: #1f2328;
  }
  .p_top .ctMid .ctMid_top .txt p:not(:last-of-type) {
    margin-bottom: 6.66667vw;
  }
  .p_top .ctMid .ctMid_bot dl {
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    background: #fff;
    padding: 7.46667vw 5.33333vw 5.86667vw;
  }
  .p_top .ctMid .ctMid_bot dl + dl {
    margin-top: 4.26667vw;
  }
  .p_top .ctMid .ctMid_bot dl dt {
    margin-bottom: 6.93333vw;
  }
  .p_top .ctMid .ctMid_bot dl dt span {
    font-weight: normal;
    font-size: 5.33333vw;
    line-height: 1.6;
    text-align: center;
    color: #1f2328;
    display: block;
    margin-bottom: 2.4vw;
  }
  .p_top .ctMid .ctMid_bot dl dt small {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 3.73333vw;
    line-height: 2.14286;
    text-align: center;
    color: #1f2328;
    display: block;
  }
  .p_top .ctMid .ctMid_bot dl dd {
    font-family: Helvetica;
    font-weight: normal;
    font-size: 3.73333vw;
    line-height: 1.71429;
    text-align: left;
    color: #1f2328;
  }
  .p_top .ctBot {
    padding: 10.66667vw 0 21.33333vw;
    background-color: #fff;
  }
  .p_top .ctBot h2 {
    font-size: 6.4vw;
    line-height: 1.33333;
    text-align: left;
    color: #1f2328;
    margin-bottom: 12.53333vw;
  }
  .p_top .ctBot h2.st2 {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.4;
    color: #1f2328;
    margin-bottom: 4.53333vw;
  }
  .p_top .ctBot .listCoin .itemCoin {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .ctBot .listCoin .itemCoin figure {
    width: 11.2vw;
    height: 11.2vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .ctBot .listCoin .itemCoin figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .ctBot .listCoin .itemCoin small {
    font-size: 3.73333vw;
    line-height: 1.42857;
    color: rgba(31, 35, 40, 0.3);
    white-space: nowrap;
  }
  .p_top .ctBot .listCoin .itemCoin span {
    font-size: 5.33333vw;
    line-height: 1.45;
    color: #1f2328;
    margin: 0 2.66667vw 0 3.2vw;
    white-space: nowrap;
  }
  .p_top .ctBot .listCoin .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p_top .ctBot .listCoin .df_l {
    width: -webkit-calc(100% - 22.66667vw);
    width: -moz-calc(100% - 22.66667vw);
    width: calc(100% - 22.66667vw);
  }
  .p_top .ctBot .listCoin .df_r {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 22.66667vw;
  }
  .p_top .ctBot .listCoin .df_r .btn_trading {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    background-color: #000644;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 3.73333vw;
    text-align: center;
    color: #fff;
    height: 9.6vw;
    width: 100%;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background: #1f2328;
  }
  .p_top .ctBot .listCoin_head {
    font-size: 3.73333vw;
    line-height: 1.42857;
    color: rgba(31, 35, 40, 0.3);
    padding-bottom: 1.6vw;
  }
  .p_top .ctBot .listCoin_bd .item {
    padding: 3.2vw 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .p_top .ctBot .listCoin_bd .item:first-child {
    border-top: 1px solid #ccc;
  }
  .p_top .ctBot .listCoin_bd .item .df_l_02_01 {
    font-size: 3.73333vw;
    line-height: 1.42857;
    color: #1f2328;
    margin-top: 1.6vw;
  }
  .p_top .ctBot .listCoin_bd .item .df_l_02_02 {
    font-size: 3.2vw;
    line-height: 1.41667;
    color: #d86d6a;
  }
  .p_top .ctBot .listCoin_bd .item .df_l_02_02.c2 {
    color: #5ac37e;
  }
  .p_top .ctBot .listCoin + h2 {
    margin-top: 9.86667vw;
  }
  a.btn, button.btn {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 9.86667vw;
    font-family: Helvetica-Bold;
    font-weight: bold;
    font-size: 4vw;
    text-align: center;
    color: #fff;
    min-height: 12.8vw;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background: #1f2328;
  }
  a.btn.st2, button.btn.st2 {
    color: #1f2328;
    background-color: #fff;
  }
  .form {
    padding: 10.66667vw 0 10.13333vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    background: #fff;
  }
  .form .btn_gr {
    text-align: center;
    margin-top: 10.66667vw;
    font-family: Helvetica;
  }
  .form .btn_gr a {
    font-size: 3.73333vw;
    line-height: 1.28571;
    font-weight: bold;
  }
  .form .btn_gr p {
    font-size: 3.73333vw;
    line-height: 1.28571;
  }
  .form .form_it {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  .form .form_it:not(:last-child) {
    border-bottom: 1px solid #7e7e7e;
    padding-bottom: 10.66667vw;
    margin-bottom: 9.86667vw;
  }
  .form .f_txt {
    font-family: Helvetica-Bold;
    font-size: 3.2vw;
    line-height: 1.16667;
    text-align: right;
    color: #1f2328;
    font-weight: bold;
    margin-top: 4.26667vw;
  }
  .form input {
    width: 100%;
    padding: 0 3.2vw;
    outline: none;
    font-size: 4vw;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 10.66667vw;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
    background: transparent;
    border: 1px solid #7e7e7e;
    font-family: Helvetica;
  }
  .form input::-webkit-input-placeholder {
    color: rgba(31, 35, 40, 0.3);
    opacity: 1;
  }
  .form input::-moz-placeholder {
    color: rgba(31, 35, 40, 0.3);
    opacity: 1;
  }
  .form input:-ms-input-placeholder {
    color: rgba(31, 35, 40, 0.3);
    opacity: 1;
  }
  .form input::placeholder {
    color: rgba(31, 35, 40, 0.3);
    opacity: 1;
  }
  .form dl + dl {
    margin-top: 5.6vw;
  }
  .form dl dt {
    line-height: 1.21429;
    font-weight: bold;
    font-size: 3.73333vw;
    margin-bottom: 2.13333vw;
  }
  .form dl dt span {
    color: #D86D6A;
  }
  .form dl .df_sp1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form dl .df_sp1 .sm1 {
    width: -webkit-calc((100% - 2.93333vw) / 2);
    width: -moz-calc((100% - 2.93333vw) / 2);
    width: calc((100% - 2.93333vw) / 2);
  }
  .form dl .df_sp2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form dl .df_sp2 .select {
    width: -webkit-calc((100% - 5.86667vw) / 3);
    width: -moz-calc((100% - 5.86667vw) / 3);
    width: calc((100% - 5.86667vw) / 3);
  }
  .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 0.26667vw;
       -moz-perspective: 0.26667vw;
            perspective: 0.26667vw;
    width: 100%;
    height: 10.66667vw;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
    background: transparent;
    border: 1px solid #7e7e7e;
  }
  .form dl dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.13333vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.66667vw;
    height: 1.6vw;
    background: url(../img/select_ar.svg) center/100% 100% no-repeat;
    display: block;
  }
  .form dl dd .select label select {
    font-family: Helvetica-Bold;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 6.66667vw 0 3.2vw;
    background: transparent;
    font-size: 4.26667vw;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .form dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_create_account .create_account .row {
    max-width: 158.93333vw;
  }
  .p_welcome .welcome .row {
    max-width: 158.93333vw;
  }
  .p_welcome .welcome .box {
    padding: 10.66667vw 10.66667vw 11.46667vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    background: #fff;
    text-align: center;
  }
  .p_welcome .welcome .box .btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    min-width: 57.6vw;
  }
  .p_welcome .welcome figure {
    text-align: center;
    margin-bottom: 10.66667vw;
  }
  .p_welcome .welcome figure img {
    width: 45.86667vw;
  }
  .p_welcome .welcome .welcome_txt {
    line-height: 1.45833;
    font-size: 6.4vw;
    text-align: center;
    margin-bottom: 10.66667vw;
  }
  .p_login .form_it .btn_gr {
    margin-top: 4.26667vw;
  }
  .p_login .form_it input:not(:last-of-type) {
    margin-bottom: 3.2vw;
  }
  .p_detail .header a.header_btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .detail_box {
    text-align: center;
    padding: 10.66667vw 2.66667vw;
    position: relative;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    background: #fff;
    margin-bottom: 10.66667vw;
  }
  .detail_box .dtCoin figure {
    width: 11.2vw;
    width: 11.2vw;
    display: inline-block;
  }
  .detail_box .dtCoin figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .detail_box .dtCoin small {
    font-size: 5.33333vw;
    line-height: 1.45;
    color: #1f2328;
    display: block;
    margin-top: 1.6vw;
  }
  .detail_box .dtCoin span {
    font-size: 3.73333vw;
    line-height: 1.42857;
    color: rgba(31, 35, 40, 0.3);
    display: block;
  }
  .detail_box .c_balance {
    font-size: 6.4vw;
    line-height: 1.45833;
    color: #1f2328;
    margin-top: 3.2vw;
  }
  .detail_box .c_status {
    font-size: 3.73333vw;
    line-height: 1.42857;
    color: #d86d6a;
  }
  .detail_box .c_status.c2 {
    color: #5ac37e;
  }
  .detail_box .c_listBtn {
    margin: 4.8vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .detail_box .c_listBtn li {
    margin: 0 1.6vw;
  }
  .detail_box .c_listBtn .c_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 2666.4vw;
         border-radius: 2666.4vw;
    min-width: 37.33333vw;
    min-height: 12.8vw;
    background: #133984;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 4vw;
    text-align: center;
    color: #fff;
  }
  .detail_box .c_listBtn .c_btn.st2 {
    background: #bc3746;
  }
  .detail_box .c_balance2 {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 5.33333vw;
    line-height: 1.45;
    color: #1f2328;
  }
  .detail_box .c_balance2 span {
    font-family: Helvetica;
    font-size: 3.73333vw;
    line-height: 1.14286;
    color: rgba(31, 35, 40, 0.5);
    margin-right: 2.66667vw;
  }
  .p_swap .header a.header_btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .p_swap .swap {
    padding-bottom: 26.66667vw;
  }
  .p_swap .swap_main {
    padding: 10.66667vw 5.33333vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    background: #fff;
  }
  .p_swap .swap .it_head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_swap .swap .it_head .it_head_btn {
    width: 11.2vw;
  }
  .p_swap .swap .it_head .txt01 span {
    display: block;
    margin-bottom: 1.86667vw;
    font-weight: normal;
    font-size: 7.46667vw;
    color: #1f2328;
    line-height: 1.42857;
  }
  .p_swap .swap .it_head .txt01 small {
    line-height: 1.21429;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 3.73333vw;
    color: #1f2328;
  }
  .p_swap .swap .it_mid .it_midCoin {
    -moz-border-radius: 3.2vw;
         border-radius: 3.2vw;
    border: 1px solid #d3d3d3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_l .it_midCoin_l_balance {
    font-weight: 500;
    font-size: 3.73333vw;
    line-height: 1.21429;
    margin-top: 2.66667vw;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_l .btnChangeCoin {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    padding-left: 2.66667vw;
    min-width: 33.6vw;
    min-height: 13.86667vw;
    -moz-border-radius: 0vw 3.2vw 3.2vw 0vw;
         border-radius: 0vw 3.2vw 3.2vw 0vw;
    background: #f2f2f2;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_l .btnChangeCoin::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.93333vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.66667vw;
    height: 1.6vw;
    background: url(../img/arb.svg) center/contain no-repeat;
    display: block;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_l .btnChangeCoin img {
    width: 8.53333vw;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_l .btnChangeCoin span {
    margin-left: 2.13333vw;
    font-size: 3.73333vw;
    line-height: 1.42857;
    color: #1f2328;
    text-align: left;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_r {
    width: -webkit-calc(100% - 33.6vw);
    width: -moz-calc(100% - 33.6vw);
    width: calc(100% - 33.6vw);
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_r .inputNumber {
    display: block;
    font-weight: bold;
    font-size: 5.33333vw;
    line-height: 1.2;
    background-color: transparent;
    border: 0;
    height: 30px;
    padding: 0 3.2vw;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    color: #1f2328;
    width: 100%;
    font-family: Helvetica;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_r .inputNumber::-webkit-input-placeholder {
    opacity: 1;
    color: #1f2328;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_r .inputNumber::-moz-placeholder {
    opacity: 1;
    color: #1f2328;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_r .inputNumber:-ms-input-placeholder {
    opacity: 1;
    color: #1f2328;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_r .inputNumber::placeholder {
    opacity: 1;
    color: #1f2328;
  }
  .p_swap .swap .it_mid .it_midCoin .it_midCoin_r small {
    display: block;
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 1.16667;
    text-align: right;
    margin-top: 3.2vw;
  }
  .p_swap .swap .it_mid .it_midAction {
    margin: 3.2vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_swap .swap .it_mid .it_midAction .it_midAction_btn {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    background-image: url(../img/btn_swap.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    width: 11.2vw;
    height: 11.2vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_swap .swap .it_mid .it_midAction p {
    line-height: 1.25;
    font-family: "Inter", "Hiragino Sans", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
    text-align: right;
    font-weight: 500;
    font-size: 3.2vw;
    text-align: right;
    color: rgba(31, 35, 40, 0.5);
  }
  .p_swap .swap .it_bot {
    margin-top: 7.46667vw;
  }
  .p_swap .swap .it_bot .btn {
    margin-bottom: 0;
  }
  .p_swap .swap .it_bot .dlist {
    margin-top: 6.93333vw;
  }
  .p_swap .swap .it_bot .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.73333vw;
    line-height: 1.71429;
    font-family: Helvetica;
    font-weight: normal;
    color: #1f2328;
  }
  .p_swap .swap .it_bot .dlist dl dt {
    color: rgba(31, 35, 40, 0.5);
  }
  .popupToken {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
  }
  .popupToken.open {
    opacity: 1;
    pointer-events: auto;
  }
  .popupToken .popupTokenInner {
    width: 89.33333vw;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
    background: #fff;
    border: 1.06667vw solid #d3d3d3;
  }
  .popupToken .popupToken_head {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5.33333vw 3.2vw;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 1.6vw;
  }
  .popupToken .popupToken_head .popupToken_head_tt {
    position: relative;
  }
  .popupToken .popupToken_head .popupToken_head_tt .closePopup {
    position: absolute;
    top: -2.66667vw;
    right: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 4.26667vw;
  }
  .popupToken .popupToken_head .popupToken_head_tt .closePopup:hover {
    opacity: 0.7;
  }
  .popupToken .popupToken_head .popupToken_head_tt h2 {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 5.33333vw;
    line-height: 1.2;
    margin-bottom: 4.53333vw;
  }
  .popupToken .popupToken_head .searchCoin input {
    border: 0;
    width: 100%;
    padding: 0 3.2vw;
    outline: none;
    font-size: 4.26667vw;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 12.8vw;
    -moz-border-radius: 3.2vw;
         border-radius: 3.2vw;
    border: 1px solid #d3d3d3;
  }
  .popupToken .popupToken_head .searchCoin input::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(31, 35, 40, 0.3);
  }
  .popupToken .popupToken_head .searchCoin input::-moz-placeholder {
    opacity: 1;
    color: rgba(31, 35, 40, 0.3);
  }
  .popupToken .popupToken_head .searchCoin input:-ms-input-placeholder {
    opacity: 1;
    color: rgba(31, 35, 40, 0.3);
  }
  .popupToken .popupToken_head .searchCoin input::placeholder {
    opacity: 1;
    color: rgba(31, 35, 40, 0.3);
  }
  .popupToken .popupToken_bd {
    padding-top: 1.33333vw;
    height: 60vh;
    overflow-y: auto;
  }
  .popupToken .popupToken_bd .coinPopup {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.66667vw 3.2vw;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .popupToken .popupToken_bd .coinPopup:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .popupToken .popupToken_bd .coinPopup img {
    width: 9.6vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .popupToken .popupToken_bd .coinPopup .coinPopupTxt {
    width: 100%;
    padding-left: 2.66667vw;
  }
  .popupToken .popupToken_bd .coinPopup .coinPopupTxt .textShort {
    font-weight: 700;
    font-size: 3.2vw;
    line-height: 1.25;
    color: rgba(31, 35, 40, 0.3);
  }
  .popupToken .popupToken_bd .coinPopup .coinPopupTxt .textLong {
    font-weight: 700;
    font-size: 4.26667vw;
    line-height: 1.25;
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 1.6vw;
    background-color: #000;
    -moz-border-radius: 2666.4vw;
         border-radius: 2666.4vw;
    opacity: 1 !important;
  }
  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
}
