/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/import-glob-loader/index.js!./src/scss/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
body {
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;

  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

button, input[type=submit] {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

button:hover, input[type=submit]:hover {
  opacity: 0.7;
}

* {
  font-family: 'Oswald', "Hiragino Sans CNS", "Hiragino Sans", "Meiryo", sans-serif;
}

h1::before, h2::before, h3::before, h4::before, p::before, a::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -webkit-calc((1 - 1.5) * 0.5em);
  margin-top: -moz-calc((1 - 1.5) * 0.5em);
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

h1::after, h2::after, h3::after, h4::after, p::after, a::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -webkit-calc((1 - 1.5) * 0.5em);
  margin-bottom: -moz-calc((1 - 1.5) * 0.5em);
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

@font-face {
  font-family: "SF UI Display";
  src: url("../font/sf-ui-display-medium.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "SF UI Display";
  src: url("../font/sf-ui-display-bold.otf") format("opentype");
  font-weight: 700;
}


*,
*::before,
*::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}


ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}


html {
  margin: 0px !important;
  width: 100vw;
  overflow-X: hidden;
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}





a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration: none;
}


img,
picture {
  max-width: 100%;
  display: block;
}


article > * + * {
  margin-top: 1em;
}


input,
button,
textarea,
select {
  font: inherit;
  border: none;
}


img:not([alt]) {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}


.l-header {
  height: 60px;
  width: 100vw;
  display: block;
  background: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.l-main, .l-main__login, .l-main__login--gray {
  background: -webkit-gradient(linear, left top, right top, from(#29d3dd), color-stop(#648EE8), to(#003dab));
  background: -webkit-linear-gradient(left, #29d3dd, #648EE8, #003dab);
  background: -moz- oldlinear-gradient(left, #29d3dd, #648EE8, #003dab);
  background: linear-gradient(90deg, #29d3dd, #648EE8, #003dab);
  -moz-background-size: 120% 120%;
       background-size: 120% 120%;
  -webkit-animation: gradient-animation 6s ease infinite;
     -moz-animation: gradient-animation 6s ease infinite;
          animation: gradient-animation 6s ease infinite;
}

@-webkit-keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.l-main__login, .l-main__login--gray {
  min-height: 100vh;
  padding: 90px 0;
}

.l-main__login--gray {
  background: #F2F2F3;
}

.l-main__normal, .l-main__normal--white, .l-main__normal--gray {
  background: -webkit-gradient(linear, left bottom, left top, from(#0b3255), to(#011029));
  background: -webkit-linear-gradient(bottom, #0b3255, #011029);
  background: -moz- oldlinear-gradient(bottom, #0b3255, #011029);
  background: linear-gradient(0deg, #0b3255, #011029);
  -moz-background-size: 120% 120%;
       background-size: 120% 120%;
  -webkit-animation: gradient-animation 6s ease infinite;
     -moz-animation: gradient-animation 6s ease infinite;
          animation: gradient-animation 6s ease infinite;
  padding: 0 0 60px;
}

.l-main__normal--gray {
  background-image: none;
  background: #F2F2F3;
}

.l-main__normal--white {
  background-image: none;
  background: white;
}

.l-section__dashboard {
  padding: 18px 0 0;
}

.l-section__detail {
  padding: 0px;
}

.l-section__history {
  background: #F2F2F3;
  min-height: -webkit-calc(100vh - 509px);
  min-height: -moz-calc(100vh - 509px);
  min-height: calc(100vh - 509px);
}

.c-button, .c-button__mid, .c-button__mid--disabled, .c-button__mid--red, .c-button__mid--red--big, .c-button__mid--red--min, .c-button__mid--submit, .c-button__mid--submit--big, .c-button__mid--submit--min, .c-button__submit, .c-button__submit--border, .c-button__submit--border--bold, .c-button__submit--bottom, .c-button__copy {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: none;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  color: white;
  font-size: 14px;
  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: center;
  -moz-box-pack: center;
   -ms-flex-pack: center;
       justify-content: center;
  font-weight: 700;
  -moz-border-radius: 5px;
       border-radius: 5px;
  cursor: pointer;
}

.c-button__header, .c-button__header--close {
  width: 65px;
  height: 65px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: none;
  background: none;
  cursor: pointer;
}

.c-button__header--close {
  position: fixed;
  top: 0px;
  right: 0px;
}

.c-button__header__line, .c-button__header__line--close {
  width: 29px;
  height: 3px;
  background: #3965E5;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}

.c-button__header__line:nth-child(1), .c-button__header__line--close:nth-child(1) {
  margin-top: -7.5px;
}

.c-button__header__line:nth-child(3), .c-button__header__line--close:nth-child(3) {
  margin-top: 7.5px;
}

.c-button__header__line--close {
  background: white;
}

.c-button__header__line--close:nth-child(2) {
  display: none;
}

.c-button__header__line--close:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -moz-transform: rotate(-45deg) translate(-50%, -50%);
   -ms-transform: rotate(-45deg) translate(-50%, -50%);
       transform: rotate(-45deg) translate(-50%, -50%);
  top: 42%;
  left: 46%;
}

.c-button__header__line--close:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform: rotate(45deg) translate(-50%, -50%);
   -ms-transform: rotate(45deg) translate(-50%, -50%);
       transform: rotate(45deg) translate(-50%, -50%);
  top: 52%;
  left: 43%;
  margin-top: 7px;
}

.c-button__copy {
  height: 42px;
  -moz-border-radius: 5px;
       border-radius: 5px;
  color: white !important;
}

.c-button__copy, .c-button__submit, .c-button__submit--border, .c-button__submit--border--bold, .c-button__submit--bottom {
  background: #0F212E;
}

.c-button__submit--bottom {
  position: fixed;
  bottom: 0px;
  width: 100vw;
  left: 0px;
  -moz-border-radius: 0;
       border-radius: 0;
}

.c-button__submit--border, .c-button__submit--border--bold {
  background: none;
  border: 1px solid #3965E5;
  color: #3965E5;
}

.c-button__submit--border--bold {
  font-weight: 700;
  font-size: 18px;
}

.c-button__mid, .c-button__mid--disabled, .c-button__mid--red, .c-button__mid--red--big, .c-button__mid--red--min, .c-button__mid--submit, .c-button__mid--submit--big, .c-button__mid--submit--min {
  height: 58px;
  font-size: 16px;
}

.c-button__mid--submit, .c-button__mid--submit--big, .c-button__mid--submit--min {
  background: #3965E5;
}

.c-button__mid--submit--big {
  height: 60px;
  font-weight: 700;
}

.c-button__mid--red, .c-button__mid--red--big, .c-button__mid--red--min {
  background: none;
  color: #e74653;
  border: 2px solid #e74653;
}

.c-button__mid--red--big {
  height: 60px;
  font-weight: 700;
}

.c-button__mid--disabled {
  background: none;
  border: 2px solid #232629;
  color: #232629;
  opacity: 0.1;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  cursor: unset;
}

.c-button__mid--disabled:hover {
  opacity: 0.1;
}

.c-button__under {
  font-size: 18px;
  color: #020b17;
  opacity: 0.5;
  font-weight: 700;
  padding-bottom: 18px;
}

.c-button__under--active {
  opacity: 1;
  padding-bottom: 15px;
  color: #3965E5;
  border-bottom: 4px solid #3965E5;
}

.c-form__input {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}

.c-form__input__check {
  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;
  gap: 9px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.c-form__input--button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% - 104px) 92px;
      grid-template-columns: -webkit-calc(100% - 104px) 92px;
      grid-template-columns: -moz-calc(100% - 104px) 92px;
      grid-template-columns: calc(100% - 104px) 92px;
  gap: 12px;
}

.c-input, .c-input__select, .c-input__select--circle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 45px;
  position: relative;
  border: 1px solid #d9d9d9 !important;
  background: #fafafa;
  -moz-border-radius: 5px;
       border-radius: 5px;
  color: #020b17 !important;
  font-size: 15px;
  font-weight: 700;
  padding: 0 15px;
}

.c-input:-webkit-autofill, .c-input__select:-webkit-autofill, .c-input__select--circle:-webkit-autofill {
  background-color: #f2f2f3 !important;
}

.c-input:focus, .c-input__select:focus, .c-input__select--circle:focus {
  outline: 1px solid #3965E5;
  border: none;
}

.c-input__date, .c-input__date--day, .c-input__date--month, .c-input__date--year {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #020b17 !important;
  font-size: 15px;
  font-weight: 700;
  left: 0;
  top: 0px;
  text-align: center;
}

.c-input__date option, .c-input__date--day option, .c-input__date--month option, .c-input__date--year option {
  background: #1A3041;
  width: 100px;
}

.c-input__date:focus, .c-input__date--day:focus, .c-input__date--month:focus, .c-input__date--year:focus {
  outline: none;
  border: none;
}

.c-input__date__wrap {
  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;
}

.c-input__select, .c-input__select--circle {
  background-image: url(../img/icon/chevron-down-solid.svg);
  -moz-background-size: 13px;
       background-size: 13px;
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.c-input__select--circle {
  background-color: #ffffff01 !important;
  background-image: url(../img/icon/icon_pulldown_white.svg);
  border: 1px solid white;
  height: 45px;
  -moz-border-radius: 27.5px;
       border-radius: 27.5px;
  color: white !important;
  padding: 0 18px;
}

.c-input__check {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid white;
  -moz-border-radius: 5px;
       border-radius: 5px;
  background: #f2f2f3;
  background-image: url(../img/icon/icon_check.svg);
  -moz-background-size: 0px;
       background-size: 0px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-input__check:checked {
  background: #3965E5;
  background-image: url(../img/icon/icon_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: 12px;
       background-size: 12px;
}

.c-input--error {
  border: 2px solid #E74653;
}

.c-media, .c-media__logo--header, .c-media__logo {
  object-position: center;
  object-fit: cover;
}

.c-media__logo {
  width: 300px;
  height: 108px;
  margin: 0 auto;
}

.c-media__logo--header {
  width: 179px;
  height: 26px;
}

.c-media__green-check {
  width: 40px;
  height: 30px;
  display: block;
  background-image: url(../img/icon/icon_bigcheck.svg);
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

.c-media__mt4 {
  width: 64px;
  height: 64px;
  background-image: url(../img/icon/icon_mt4.png);
}

.c-media__mt4, .c-media__up, .c-media__down {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

.c-media__up, .c-media__down {
  width: 22px;
  height: 22px;
  background-image: url(../img/icon/icon_up.svg);
}

.c-media__down {
  background-image: url(../img/icon/icon_down.svg);
}

.c-media__plus {
  width: 150px;
  height: 150px;
  margin-top: 4rem;
  background-image: url(../img/icon/icon_plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

.c-media__left {
  background-image: url(../img/icon/arrow_left.svg);
  left: -84px;
}

.c-media__left, .c-media__right {
  width: 56px;
  height: 56px;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.c-media__right {
  background-image: url(../img/icon/arrow_right.svg);
  right: -84px;
}

.c-media__payment, .c-media__payment--eth, .c-media__payment--credit, .c-media__payment--bitcoin, .c-media__payment--bank {
  width: 100%;
  height: 108px;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

.c-media__payment--bank {
  background-image: url(../img/common/bank.png);
}

.c-media__payment--bitcoin {
  background-image: url(../img/common/bitcoin.png);
}

.c-media__payment--credit {
  background-image: url(../img/common/credit.png);
}

.c-media__payment--eth {
  background-image: url(../img/common/ethereum.png);
}

.c-media__bitcoin-qr {
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.c-media__arrow {
  width: 13px;
  height: 8px;
  background-image: url(../img/icon/icon_pulldown.svg);
  margin: 2px 0 0px 9px;
}

.c-media__arrow, .c-media__drop {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

.c-media__drop {
  width: 27px;
  height: 36px;
  background-image: url(../img/icon/icon_upload.svg);
  margin: 0 auto;
}

.p-flex, .p-flex--center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.p-flex--center {
  -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;
}

.p-flex__min {
  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;
  gap: 9px;
}

.p-flex__account__head, .p-flex__account__button--history, .p-flex__account__button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

.p-flex__account__head__info {
  display: -ms-grid;
  display: grid;
  gap: 0px;
}

.p-flex__account__button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin: 24px 0 27px;
}

.p-flex__account__button--history {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin: 24px 0 27px;
}

.p-grid__dots {
  width: 8px;
  height: 8px;
  -moz-border-radius: 5px;
       border-radius: 5px;
  background: #fff;
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

::-webkit-input-placeholder {

  color: #232629;
  opacity: 0.1;

}

::-moz-placeholder {

  color: #232629;
  opacity: 0.1;

}

:-ms-input-placeholder {

  color: #232629;
  opacity: 0.1;

}

::placeholder {

  color: #232629;
  opacity: 0.1;

}

:-ms-input-placeholder {

  color: #232629;
}

::-ms-input-placeholder {

  color: #232629;
}

.has-error .c-input__select, .has-error .c-input {
  border: 2px solid #E74653 !important;
}

.p-grid__dots--active {
  opacity: 1;
}

.p-grid__dots__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
   -ms-flex-pack: center;
       justify-content: center;
  margin: 0 auto;
}

.p-grid__min {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}

.p-grid__15 {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}

.p-grid__minmid {
  display: -ms-grid;
  display: grid;
  gap: 18px;
}

.text-black {
  color: black;
}

.p-grid__big {
  display: -ms-grid;
  display: grid;
  gap: 60px;
  margin-top: 30px;
}

.p-grid__mid, .p-grid__mid--inputs {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}

.p-grid__mid--term {
  display: -ms-grid;
  display: grid;
  gap: 18px;
}

.p-grid__form__login {
  margin: 45px auto 0;
  display: -ms-grid;
  display: grid;
  gap: 45px;
}

.p-grid__form__payment {
  margin: 30px auto 0;
  max-width: 450px;
  width: -webkit-calc(100% - 36px);
  width: -moz-calc(100% - 36px);
  width: calc(100% - 36px);
}

.p-grid__form__payment, .p-grid__inputs__login {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}

.p-grid__gap__min {
  gap: 10px;
}

.p-grid__history__head, .p-grid__history__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 190px 190px;
      grid-template-columns: auto 190px 190px;
  gap: 30px;
  border-bottom: 1px solid rgba(35, 38, 41, 0.1);
  padding: 15px 0;
}

.p-grid__history__body__left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22px 140px auto;
      grid-template-columns: 22px 140px auto;
  gap: 4px 12px;
}

.p-grid__repeat-4, .p-grid__repeat-3 {
  max-width: 898px;
  width: -webkit-calc(100% - 36px);
  width: -moz-calc(100% - 36px);
  width: calc(100% - 36px);
  margin: 30px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.p-grid__repeat-3 {
  max-width: 671px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.p-grid__repeat-drop {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}

.p-grid__drop {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}

.p-grid__drop__inner {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  margin-top: 42px;
}

.p-wrap__drop {
  width: 100%;
  height: 180px;
  background: #F2F2F3;
  -moz-border-radius: 5px;
       border-radius: 5px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: hidden;
  position: relative;
}

.p-wrap__drop:hover {
  opacity: 0.7;
}

.p-wrap__drop__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-wrap__header {
  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;
  height: 100%;
  padding: 0 0 0 17.5px;
}

.p-wrap__header, .p-wrap__header__menu {
  -webkit-box-align: center;
  -moz-box-align: center;
   -ms-flex-align: center;
       align-items: center;
}

.p-wrap__header__menu {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  grid-auto-flow: column;
  margin-right: 32px;
}

.p-wrap__header__button {
  position: relative;
}

.p-wrap__header__button__menu {
  position: absolute;
  top: 72px;
  right: 12px;
  width: 262px;
  background: #ffffff;
  -moz-border-radius: 5px;
       border-radius: 5px;
  border: 1px solid #ddd;
  padding: 30px;
  opacity: 0;
  margin-top: 5px;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -ms-grid;
  display: grid;
  z-index: 10;
  gap: 30px;
}

.p-wrap__header__button__menu--active {
  opacity: 1;
  margin-top: 0px;
  pointer-events: unset;
}

.p-wrap__opacity, .p-wrap__opacity__login {
  width: 80%;
  margin: 0 auto;
  background: white;
  -moz-border-radius: 10px;
       border-radius: 10px;
}

.p-wrap__opacity__login {
  max-width: 500px;
  padding: 60px 50px;
}

.p-wrap__opacity__register {
  margin: 0 auto;
  max-width: 1010px;
  padding: 40px;
  background: white;
  -moz-border-radius: 10px;
       border-radius: 10px;
}

.logo-header {
  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;
}

.logo-header img {
  width: 473px;
  height: auto;
}

.text-header {
  font-size: 18px;
  font-weight: bold;
}

.sub-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  padding-right: 17px;
}

.p-wrap__opacity__register .logo-header p:first-child {
  margin-right: 30px;
}

.d-md-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.d-flex {
  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;
}

.d-flex .c-input {
  width: 30%;
}

.d-flex .c-input__select--style {
  width: 30%;
}

.d-md-flex .c-form__input:first-child {
  margin-right: 15px;
  width: 100%;
}

.d-md-flex .c-form__input:last-child {
  margin-left: 15px;
  width: 100%;
}

.w-md-50 {
  width: 50%;
}

.pr-15 {
  padding-right: 15px;
}

.mb-57 {
  margin-bottom: 57px;
}

.mb-27 {
  margin-bottom: 27px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-7 {
  margin-bottom: 7px;
}

.sub-content {
  margin-top: 23px;
}

.btn-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.btn-form input {
  margin-top: 40px;
  width: 268px;
  height: 60px;
  background: #79B837;
  -moz-border-radius: 5px;
       border-radius: 5px;
  color: white;
  font-weight: bold;
}

div.hr {
  background: #C7C7C7;
  height: 1px;
}

.p-wrap__login {
  margin-top: 30px;
}

.p-wrap__step {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 23px auto 0;
}

.p-wrap__open-info {
  display: -ms-grid;
  display: grid;
  margin: 45px auto 0;
  gap: 45px;
}

.p-wrap__bread {
  padding: 15px 30px;
  opacity: 0.5;
}

.p-wrap__bread, .p-wrap__bread__style {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.p-wrap__bread__style {
  -webkit-box-align: center;
  -moz-box-align: center;
   -ms-flex-align: center;
       align-items: center;
}

.p-wrap__bread__style::after {
  content: "/";
  display: block;
  font-size: 12px;
  color: #020b17;
  padding: 6px;
}

.p-wrap__bread__style:nth-last-child(1)::after {
  display: none;
}

.p-wrap__account {
  width: 465px;
  height: 450px;
  -moz-border-radius: 10px;
       border-radius: 10px;
  background: white;
  padding: 40px 40px 0px;
  scroll-snap-align: start;
}

.p-wrap__account:nth-last-child(1) {
  scroll-snap-align: end;
}

.p-wrap__account__list {
  padding: 60px 0 60px !important;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  gap: 24px;
  max-width: 1980px;
  width: 100%;
  margin: 0 auto !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-wrap__account__list::-webkit-scrollbar {
  display: none;
}

.p-wrap__account__list__wrap {
  position: relative;
  max-width: 1452px;
  width: -webkit-calc(100% - 228px);
  width: -moz-calc(100% - 228px);
  width: calc(100% - 228px);
  margin: 0 auto;
}

.p-wrap__account__payout {
  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: 12px 0;
  border-bottom: 1px solid rgba(2, 11, 23, 0.1);
}

.p-wrap__account__payout__list {
  height: 124px;
}

.p-wrap__account__payout__list--none {
  -webkit-box-align: center;
  -moz-box-align: center;
   -ms-flex-align: center;
       align-items: center;
}

.p-wrap__account__payout__list--none, .p-wrap__account__show {
  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;
}

.p-wrap__account__show {
  padding: 30px 0;
}

.p-wrap__account__new {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
   -ms-flex-flow: column;
       flex-flow: column;
  gap: 18px;
  -webkit-box-align: center;
  -moz-box-align: center;
   -ms-flex-align: center;
       align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
   -ms-flex-pack: center;
       justify-content: center;
  margin-top: 0px;
}

.p-wrap__detail {
  width: -webkit-calc(100% - 36px);
  width: -moz-calc(100% - 36px);
  width: calc(100% - 36px);
  max-width: 900px;
  margin: 0 auto;
}

.p-wrap__detail--top {
  margin: 30px auto 60px;
}

.p-wrap__detail__head {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.p-wrap__detail__history__button {
  width: -webkit-calc(100% - 36px);
  width: -moz-calc(100% - 36px);
  width: calc(100% - 36px);
  max-width: 900px;
  margin: 0 auto;
  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;
  gap: 30px;
}

.p-wrap__detail__pipe {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
}

.p-wrap__detail__pipe--opacity {
  opacity: 0.5;
}

.p-wrap__detail__pipe__style, .p-wrap__detail__pipe__style--opacity {
  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-wrap__detail__pipe__style::after, .p-wrap__detail__pipe__style--opacity::after {
  content: "";
  background: #020b17;
  width: 2px;
  height: 21px;
  opacity: 0.5;
  margin: 0 15px;
}

.p-wrap__detail__pipe__style--opacity::after {
  background: #020b17;
}

.p-wrap__detail__pipe__style:nth-last-child(1)::after, .p-wrap__detail__pipe__style--opacity:nth-last-child(1)::after {
  display: none;
}

.p-wrap__history {
  width: -webkit-calc(100% - 36px);
  width: -moz-calc(100% - 36px);
  width: calc(100% - 36px);
  max-width: 900px;
  margin: 0 auto 0;
  background: #F2F2F3;
  padding: 15px 0 30px;
}

.p-wrap__history--none {
  padding-top: 148px;
}

.p-wrap__payment__content {
  display: block;
  width: 100%;
  height: 108px;
  -moz-border-radius: 15px;
       border-radius: 15px;
  background: white;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}

.p-wrap__payment__content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 4px solid #3965E5;
  opacity: 0;
  -moz-border-radius: 15px;
       border-radius: 15px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-wrap__payment__content:hover::after, .p-wrap__payment__content--active::after {
  opacity: 1;
}

.p-wrap__payment__form, .p-wrap__block, .p-wrap__payment__form--none {
  width: -webkit-calc(100% - 36px);
  width: -moz-calc(100% - 36px);
  width: calc(100% - 36px);
  max-width: 898px;
  padding: 30px 0 60px;
  background: white;
  -moz-border-radius: 15px;
       border-radius: 15px;
  margin: 0 auto;
  opacity: 0;
  pointer-events: none;
  display: none;
}

.p-wrap__payment__form--none {
  background: none;
  padding: 0px;
  margin-top: 60px;
  max-width: 900px;
}

.p-wrap__payment__form--active {
  display: block;
  pointer-events: unset;
  -webkit-animation: fadein 0.5s both;
  -moz-animation: fadein 0.5s both;
       animation: fadein 0.5s both;
}

.p-wrap__block {
  opacity: 1;
  display: block;
  pointer-events: unset;
  margin-top: 0px;
  padding: 60px 0;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.u-align__self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.u-height__min-input {
  color: white;
}

.u-margin__center {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.u-margin__history__button {
  margin: 30px auto 0;
  width: 162px;
  background: white;
  border: none;
}

.u-margin__nop {
  padding: 0px;
}

.u-opacity__inactive {
  opacity: 0.5;
}

.u-text, .u-text__white, .u-text__bold__mid, .u-text__bold__mid--opacity, .u-text__bold, .u-text__bold--label, .u-text__title, .u-text__title__mid, .u-text__title__big, .u-text__pay, .u-text--sp-12 {
  color: #020b17;
  font-size: 14px;
  font-weight: 300;
}

.u-text__min {
  color: #f3f3f3;
  font-size: 15px;
  font-weight: 300;
}

.u-text--comp {
  line-height: 30px;
}

.u-text__drop-in {
  font-size: 13px;
  font-weight: 600;
  color: #020b17;
}

.u-text__pay {
  font-size: 18px;
  text-align: center;
  margin-top: 5px;
  font-weight: 700;
}

.u-text__title, .u-text__title__mid, .u-text__title__big {
  font-size: 24px;
  font-weight: 700;
}

.u-text__title__big {
  font-size: 48px;
}

.u-text__title__mid {
  font-size: 36px;
}

.u-text__mid, .u-text__mid__bold, .u-text__mid__bold--accent, .u-text__mid__med {
  font-size: 18px;
}

.u-text__mid__med {
  color: #020b17;
  font-weight: 400;
}

.u-text__mid__bold, .u-text__mid__bold--accent {
  font-weight: 700;
}

.u-text__mid__bold--accent {
  color: #3965E5;
}

.u-text__min {
  font-size: 12px;
  display: block;
}

.u-text__bold, .u-text__bold--label {
  font-weight: 600;
}

.u-text__bold--black, .u-text__bold--history-grid {
  color: #020b17;
  font-size: 15px;
  font-weight: 700;
}

.u-text__bold__mid, .u-text__bold__mid--opacity {
  font-size: 15px;
  font-weight: 400;
}

.u-text__bold__mid--opacity {
  opacity: 0.5;
}

.u-text__black {
  font-size: 15px;
  font-weight: 700;
  color: #020b17;
}

.u-text__black__med {
  font-size: 15px;
  font-weight: 400;
  color: #020b17;
}

.u-text__history, .u-text__history--red, .u-text__history--confirm {
  font-size: 15px;
  font-weight: 400;
  color: #4DAE7E;
}

.u-text__history--confirm {
  color: #ff9b27;
}

.u-text__history--red {
  color: #e74653;
}

.u-text--center {
  text-align: center;
}

.u-text--bold {
  font-weight: 700;
}

.u-text--accent {
  color: #3965E5;
}

.u-text--opacity {
  opacity: 0.5;
}

.u-text--noline::after, .u-text--noline::before {
  display: none;
}

.u-text--arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.u-text__white {
  color: white;
}

.u-text--error {
  font-size: 13px;
  font-weight: 600;
  color: #E74653;
  margin-top: -3px;
}

.u-width__mpayf, .u-width__mprof {
  max-width: 600px;
}

.u-width__mprof {
  margin: 0 auto;
}

.d-md-block {
  display: block;
}

.d-md-none {
  display: none;
}

.fs-13 {
  font-size: 13px;
}

@media (max-width: 768px) {
  .sub-content {
    margin-top: 27px;
  }
  .mb-57 {
    margin-bottom: 42px;
  }
  .mb-27 {
    margin-bottom: 21px;
  }
  .d-md-flex {
    display: block;
  }
  .d-none {
    display: none;
  }
  .d-block {
    display: block;
  }
  .c-form__input.pr-15 {
    padding-right: unset;
  }
  .d-md-flex .c-form__input:first-child {
    margin-right: unset;
    width: 100%;
  }
  .d-md-flex .c-form__input:last-child {
    margin-left: unset;
    width: 100%;
  }
  .text-center {
    text-align: center;
  }
  .w-md-50 {
    width: 100%;
  }
  .p-wrap__opacity__register {
    padding: 18px;
  }
  .pc {
    display: none !important;
  }
  .btn-form input {
    height: 54px;
    width: 100%;
    margin-top: 52px;
    margin-bottom: 45px;
  }
  .l-main, .l-main__login, .l-main__login--gray {
    background: -webkit-gradient(linear, left top, right top, from(#29d3dd), color-stop(#648EE8), to(#003dab));
    background: -webkit-linear-gradient(left, #29d3dd, #648EE8, #003dab);
    background: -moz- oldlinear-gradient(left, #29d3dd, #648EE8, #003dab);
    background: linear-gradient(90deg, #29d3dd, #648EE8, #003dab);
    -moz-background-size: 120% 120%;
         background-size: 120% 120%;
    -webkit-animation: gradient-animation 6s ease infinite;
       -moz-animation: gradient-animation 6s ease infinite;
            animation: gradient-animation 6s ease infinite;
    padding: 20px 0;
  }
  .l-main__login--gray {
    background: #F2F2F3;
  }
  .sub-menu {
    display: none;
  }
  .form-register {
    padding: 18px;
  }
  .logo-header {
    margin-top: 26px;
    display: block;
  }
  .logo-header img {
    width: 100%;
    height: auto;
  }
  .l-main__normal, .l-main__normal--white, .l-main__normal--gray {
    background: -webkit-gradient(linear, left bottom, left top, from(#0b3255), to(#011029));
    background: -webkit-linear-gradient(bottom, #0b3255, #011029);
    background: -moz- oldlinear-gradient(bottom, #0b3255, #011029);
    background: linear-gradient(0deg, #0b3255, #011029);
    -moz-background-size: 120% 120%;
         background-size: 120% 120%;
    -webkit-animation: gradient-animation 6s ease infinite;
       -moz-animation: gradient-animation 6s ease infinite;
            animation: gradient-animation 6s ease infinite;
  }
  .l-main__normal--gray {
    background: #F2F2F3;
  }
  .l-main__normal--white {
    background: white;
  }
  .l-section__history {
    min-height: -webkit-calc(100vh - 403px);
    min-height: -moz-calc(100vh - 403px);
    min-height: calc(100vh - 403px);
  }
  .c-button__submit, .c-button__submit--border, .c-button__submit--border--bold, .c-button__submit--bottom {
    height: 45px;
  }
  .c-button__mid--submit--min {
    height: 39px;
    font-size: 15px;
  }
  .c-button__mid--submit--big {
    height: 45px;
    font-size: 15px;
  }
  .c-button__mid--red--min {
    height: 39px;
    font-size: 15px;
  }
  .c-button__mid--red--big {
    height: 45px;
    font-size: 15px;
  }
  .c-button__mid--disabled {
    height: 39px;
    font-size: 15px;
  }
  .c-button__under {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .c-button__under--active {
    padding-bottom: 13px;
  }
  .c-form__input {
    gap: 12px;
  }
  .c-input, .c-input__select, .c-input__select--circle {
    height: 45px;
  }
  .c-media__logo {
    max-width: 220px;
    width: 100%;
    height: auto;
  }
  .c-media__green-check {
    width: 32px;
    height: 24px;
  }
  .c-media__up, .c-media__down {
    width: 12px;
    height: 12px;
  }
  .c-media__payment, .c-media__payment--eth, .c-media__payment--credit, .c-media__payment--bitcoin, .c-media__payment--bank {
    width: 164px;
    height: 84px;
  }
  .p-flex--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
     -ms-flex-flow: column;
         flex-flow: column;
  }
  .p-flex__account__head, .p-flex__account__button--history, .p-flex__account__button {
    -webkit-box-align: center;
    -moz-box-align: center;
     -ms-flex-align: center;
         align-items: center;
  }
  .p-flex__account__head__info {
    gap: 4px;
  }
  .p-flex__account__button {
    margin: 18px 0;
    gap: 9px;
  }
  .p-flex__account__button--history {
    margin: 15px 0 0px;
    gap: 11px;
  }
  .p-grid__mid--inputs {
    gap: 18px;
  }
  .p-grid__form__login {
    gap: 45px;
  }
  .p-grid__history__head, .p-grid__history__body {
    padding: 12px 0;
    -ms-grid-columns: 140px 90px 55px;
        grid-template-columns: 140px 90px 55px;
    gap: 17px;
  }
  .p-grid__history__body__left {
    gap: 4px 6px;
    -ms-grid-columns: 12px 105px;
        grid-template-columns: 12px 105px;
  }
  .p-grid__repeat-4, .p-grid__repeat-3 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 11px;
    margin: 18px auto 24px;
  }
  .p-grid__repeat-drop {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 30px;
  }
  .p-grid__drop {
    gap: 12px;
  }
  .p-wrap__header__button__menu {
    width: 100%;
    max-width: unset;
    -moz-border-radius: 0px;
         border-radius: 0px;
    right: -100%;
    padding: 64px 30px 30px;
    top: 0px;
    margin-top: 0px;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
     -ms-flex-flow: column;
         flex-flow: column;
  }
  .p-wrap__header__button__menu--active {
    right: 0%;
  }
  .p-wrap__opacity__login {
    padding: 20px 15px 45px;
    width: 90%;
  }
  .p-wrap__opacity--payout {
    padding: 45px 18px;
  }
  .p-wrap__open-info {
    margin: 30px auto 0;
    gap: 30px;
  }
  .p-wrap__bread {
    padding: 15px 18px;
    opacity: 0.5;
  }
  .p-wrap__account {
    width: -webkit-calc(100vw - 36px);
    width: -moz-calc(100vw - 36px);
    width: calc(100vw - 36px);
    margin: 0 18px;
    padding: 18px 18px 0;
    height: 345px;
  }
  .p-wrap__account__list {
    gap: 0px;
    scroll-padding: 18px;
  }
  .p-wrap__account__list__wrap {
    width: 100%;
  }
  .p-wrap__account__payout__list {
    height: 104px;
  }
  .p-wrap__account__show {
    padding: 18px 0;
  }
  .p-wrap__detail--top {
    margin: 15px auto 43px;
  }
  .p-wrap__detail__head {
    gap: 8px;
    margin-bottom: 20px;
  }
  .p-wrap__detail__history__button {
    gap: 24px;
  }
  .p-wrap__detail__pipe__style::after, .p-wrap__detail__pipe__style--opacity::after {
    margin: 0 12px;
    height: 18px;
  }
  .p-wrap__history {
    padding: 18px 0 30px;
  }
  .p-wrap__history--none {
    padding-top: 91px;
  }
  .p-wrap__payment__content {
    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: center;
    -moz-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
    height: 84px;
  }
  .p-wrap__payment__form, .p-wrap__block, .p-wrap__payment__form--none {
    padding: 30px 0 45px;
  }
  .p-wrap__payment__form--none {
    padding: 0px;
    margin-top: 30px;
    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;
  }
  .p-wrap__block {
    margin-top: 10px;
    padding: 30px 0 45px;
  }
  .u-grid__hi {
    grid-column: 2/3;
  }
  .u-grid__hicon {
    grid-row: 1/3;
  }
  .u-grid__sp-gap18 {
    gap: 18px;
  }
  .u-height__min-input {
    height: 30px;
    color: white;
  }
  .u-margin__history__button {
    max-width: 165px;
    height: 45px;
    font-size: 15px;
  }
  .u-margin__spt27 {
    margin-top: 27px;
  }
  .u-text, .u-text__white, .u-text__bold__mid, .u-text__bold__mid--opacity, .u-text__bold, .u-text__bold--label, .u-text__min, .u-text__title, .u-text__title__mid, .u-text__title__big, .u-text__pay, .u-text--sp-12 {
    font-size: 12px;
  }
  .u-text--comp {
    font-size: 15px;
    line-height: 24px;
  }
  .u-text--sp-12 {
    font-size: 12px;
  }
  .u-text__title, .u-text__title__mid, .u-text__title__big {
    font-size: 20px;
  }
  .u-text__title__big {
    font-size: 27px;
  }
  .u-text__title__mid {
    font-size: 24px;
  }
  .u-text__mid__med {
    font-size: 15px;
  }
  .u-text__bold--label {
    font-size: 13px;
  }
  .u-text__bold--history-grid {
    font-size: 12px;
  }
  .u-text__bold__mid, .u-text__bold__mid--opacity {
    font-size: 12px;
  }
  .u-text__black__med {
    font-size: 12px;
  }
  .u-text__history, .u-text__history--red, .u-text__history--confirm {
    font-size: 12px;
  }
  .u-text--sp--24 {
    font-size: 20px;
  }
  .u-text--center--sp {
    text-align: center;
  }
  .u-text--error {
    margin-top: 0px;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .p-grid__dots {
    opacity: 0;
  }
  .u-margin__pct30 {
    margin-top: 30px;
  }
  .u-text--center--pc {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    -moz-animation-duration: 0.01ms !important;
         animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    -moz-animation-iteration-count: 1 !important;
         animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    -moz-transition-duration: 0.01ms !important;
         transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 30px;
  }
  .header__logo {
    line-height: 0;
  }
  .header__logo a {
    line-height: 0;
    width: 150px;
    display: block;
  }
  .header__logo a img {
    width: 100%;
    height: auto;
  }
  .l-main__login {
    background: url("../img/bg.png") 0 0 no-repeat;
    -webkit-animation: none;
       -moz-animation: none;
            animation: none;
    -moz-background-size: cover;
         background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-wrap__opacity__login {
    padding: 57px 60px;
  }
  .p-wrap__opacity__login .p-grid__form__login {
    display: block;
  }
  .p-wrap__opacity__login .p-grid__mid {
    display: block;
  }
  .p-wrap__opacity__login .p-grid__mid h1 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    color: #0F212E;
  }
  .p-wrap__opacity__login .p-grid__mid p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 9px;
    color: #A4ABB4;
  }
  .p-wrap__opacity__login form .u-text__bold--label {
    font-size: 15px;
  }
  .p-wrap__opacity__login form input[type="email"], .p-wrap__opacity__login form input[type="password"], .p-wrap__opacity__login form input[type="text"] {
    margin-top: 15px;
    background: #FAFAFA;
    outline: none;
  }
  .p-wrap__opacity__login form input[type="email"]::-webkit-input-placeholder, .p-wrap__opacity__login form input[type="password"]::-webkit-input-placeholder {
    color: rgba(15, 33, 46, 0.2);
    opacity: 1;
  }
  .p-wrap__opacity__login form input[type="email"]::-moz-placeholder, .p-wrap__opacity__login form input[type="password"]::-moz-placeholder {
    color: rgba(15, 33, 46, 0.2);
    opacity: 1;
  }
  .p-wrap__opacity__login form input[type="email"]:-ms-input-placeholder, .p-wrap__opacity__login form input[type="password"]:-ms-input-placeholder {
    color: rgba(15, 33, 46, 0.2);
    opacity: 1;
  }
  .p-wrap__opacity__login form input[type="email"]::placeholder, .p-wrap__opacity__login form input[type="password"]::placeholder {
    color: rgba(15, 33, 46, 0.2);
    opacity: 1;
  }
  .p-wrap__opacity__login form .c-button__submit {
    background: #0F212E;
    -moz-border-radius: 5px;
         border-radius: 5px;
    margin-top: 90px;
  }
  .p-wrap__opacity__login form .c-form__input {
    display: block;
  }
  .p-wrap__opacity__login .extraLink {
    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;
    margin-top: 27px;
    list-style: none;
  }
  .p-wrap__opacity__login .extraLink li {
    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-wrap__opacity__login .extraLink li + li::before {
    content: "|";
    font-size: 15px;
    line-height: 22px;
    color: #0F212E;
    display: inline-block;
    margin: 0 17px;
  }
  .p-wrap__opacity__login .extraLink li a {
    font-size: 15px;
    line-height: 22px;
    color: #0F212E;
  }
  ul.lang {
    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%;
    list-style: none;
    margin-top: 25px;
  }
  ul.lang li {
    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;
  }
  ul.lang li + li::before {
    content: "|";
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    margin: 0 17px;
  }
  ul.lang li a {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
  }
  .u-text--error {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 4vw;
  }
  .header__logo {
    line-height: 0;
  }
  .header__logo a {
    line-height: 0;
    width: 21.33333vw;
    display: block;
  }
  .header__logo a img {
    width: 100%;
    height: auto;
  }
  .l-main__login {
    background: url("../img/bg.png") 0 0 no-repeat;
    -webkit-animation: none;
       -moz-animation: none;
            animation: none;
    -moz-background-size: cover;
         background-size: cover;
    padding-top: 24vw;
  }
  .p-wrap__opacity__login .p-grid__form__login {
    display: block;
  }
  .p-wrap__opacity__login .p-grid__mid {
    display: block;
  }
  .p-wrap__opacity__login .p-grid__mid h1 {
    font-size: 6.4vw;
    line-height: 9.6vw;
    font-weight: 500;
    color: #0F212E;
  }
  .p-wrap__opacity__login .p-grid__mid p {
    font-size: 3.73333vw;
    line-height: 5.6vw;
    font-weight: 500;
    margin-top: 2.66667vw;
    color: #A4ABB4;
  }
  .p-wrap__opacity__login form .u-text__bold--label {
    font-size: 3.73333vw;
  }
  .p-wrap__opacity__login form input[type="email"], .p-wrap__opacity__login form input[type="password"], .p-wrap__opacity__login form input[type="text"] {
    margin-top: 3.2vw;
    background: #FAFAFA;
    outline: none;
  }
  .p-wrap__opacity__login form input[type="email"]::-webkit-input-placeholder, .p-wrap__opacity__login form input[type="password"]::-webkit-input-placeholder {
    color: rgba(15, 33, 46, 0.2);
    opacity: 1;
  }
  .p-wrap__opacity__login form input[type="email"]::-moz-placeholder, .p-wrap__opacity__login form input[type="password"]::-moz-placeholder {
    color: rgba(15, 33, 46, 0.2);
    opacity: 1;
  }
  .p-wrap__opacity__login form input[type="email"]:-ms-input-placeholder, .p-wrap__opacity__login form input[type="password"]:-ms-input-placeholder {
    color: rgba(15, 33, 46, 0.2);
    opacity: 1;
  }
  .p-wrap__opacity__login form input[type="email"]::placeholder, .p-wrap__opacity__login form input[type="password"]::placeholder {
    color: rgba(15, 33, 46, 0.2);
    opacity: 1;
  }
  .p-wrap__opacity__login form .c-button__submit {
    background: #0F212E;
    -moz-border-radius: 1.33333vw;
         border-radius: 1.33333vw;
    margin-top: 24vw;
  }
  .p-wrap__opacity__login form .c-form__input {
    display: block;
  }
  .p-wrap__opacity__login .extraLink {
    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;
    margin-top: 7.2vw;
    list-style: none;
  }
  .p-wrap__opacity__login .extraLink li {
    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-wrap__opacity__login .extraLink li + li::before {
    content: "|";
    font-size: 3.73333vw;
    line-height: 5.6vw;
    color: #0F212E;
    display: inline-block;
    margin: 0 4.53333vw;
  }
  .p-wrap__opacity__login .extraLink li a {
    font-size: 3.73333vw;
    line-height: 5.6vw;
    color: #0F212E;
  }
  .p-wrap__opacity__login .c-form__input {
    display: block;
  }
  ul.lang {
    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%;
    list-style: none;
    margin-top: 25px;
    display: none;
  }
  ul.lang li {
    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;
  }
  ul.lang li + li::before {
    content: "|";
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    margin: 0 17px;
  }
  ul.lang li a {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
  }
  .c-form__input {
    display: block;
  }
  .u-text--error {
    margin-top: 5px;
  }
}

.password__toggle {
  position: absolute;
  width: 40px;
  height: 45px;
  right: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='48' width='48'><path d='M24 31.5q3.55 0 6.025-2.475Q32.5 26.55 32.5 23q0-3.55-2.475-6.025Q27.55 14.5 24 14.5q-3.55 0-6.025 2.475Q15.5 19.45 15.5 23q0 3.55 2.475 6.025Q20.45 31.5 24 31.5Zm0-2.9q-2.35 0-3.975-1.625T18.4 23q0-2.35 1.625-3.975T24 17.4q2.35 0 3.975 1.625T29.6 23q0 2.35-1.625 3.975T24 28.6Zm0 9.4q-7.3 0-13.2-4.15Q4.9 29.7 2 23q2.9-6.7 8.8-10.85Q16.7 8 24 8q7.3 0 13.2 4.15Q43.1 16.3 46 23q-2.9 6.7-8.8 10.85Q31.3 38 24 38Zm0-15Zm0 12q6.05 0 11.125-3.275T42.85 23q-2.65-5.45-7.725-8.725Q30.05 11 24 11t-11.125 3.275Q7.8 17.55 5.1 23q2.7 5.45 7.775 8.725Q17.95 35 24 35Z'/></svg>")
  no-repeat center center;
  background-size: 50% auto;
  cursor: pointer;
}

.password__toggle2 {
  position: absolute;
  width: 40px;
  height: 45px;
  right: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='48' width='48'><path d='M24 31.5q3.55 0 6.025-2.475Q32.5 26.55 32.5 23q0-3.55-2.475-6.025Q27.55 14.5 24 14.5q-3.55 0-6.025 2.475Q15.5 19.45 15.5 23q0 3.55 2.475 6.025Q20.45 31.5 24 31.5Zm0-2.9q-2.35 0-3.975-1.625T18.4 23q0-2.35 1.625-3.975T24 17.4q2.35 0 3.975 1.625T29.6 23q0 2.35-1.625 3.975T24 28.6Zm0 9.4q-7.3 0-13.2-4.15Q4.9 29.7 2 23q2.9-6.7 8.8-10.85Q16.7 8 24 8q7.3 0 13.2 4.15Q43.1 16.3 46 23q-2.9 6.7-8.8 10.85Q31.3 38 24 38Zm0-15Zm0 12q6.05 0 11.125-3.275T42.85 23q-2.65-5.45-7.725-8.725Q30.05 11 24 11t-11.125 3.275Q7.8 17.55 5.1 23q2.7 5.45 7.775 8.725Q17.95 35 24 35Z'/></svg>")
  no-repeat center center;
  background-size: 50% auto;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .password__toggle_login {
    position: absolute;
    width: 40px;
    height: 45px;
    right: 0;
    top: 3.2vw;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='48' width='48'><path d='M24 31.5q3.55 0 6.025-2.475Q32.5 26.55 32.5 23q0-3.55-2.475-6.025Q27.55 14.5 24 14.5q-3.55 0-6.025 2.475Q15.5 19.45 15.5 23q0 3.55 2.475 6.025Q20.45 31.5 24 31.5Zm0-2.9q-2.35 0-3.975-1.625T18.4 23q0-2.35 1.625-3.975T24 17.4q2.35 0 3.975 1.625T29.6 23q0 2.35-1.625 3.975T24 28.6Zm0 9.4q-7.3 0-13.2-4.15Q4.9 29.7 2 23q2.9-6.7 8.8-10.85Q16.7 8 24 8q7.3 0 13.2 4.15Q43.1 16.3 46 23q-2.9 6.7-8.8 10.85Q31.3 38 24 38Zm0-15Zm0 12q6.05 0 11.125-3.275T42.85 23q-2.65-5.45-7.725-8.725Q30.05 11 24 11t-11.125 3.275Q7.8 17.55 5.1 23q2.7 5.45 7.775 8.725Q17.95 35 24 35Z'/></svg>") no-repeat center center;
    background-size: 50% auto;
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) {
  .password__toggle_login {
    position: absolute;
    width: 40px;
    height: 45px;
    right: 0;
    top: 15px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='48' width='48'><path d='M24 31.5q3.55 0 6.025-2.475Q32.5 26.55 32.5 23q0-3.55-2.475-6.025Q27.55 14.5 24 14.5q-3.55 0-6.025 2.475Q15.5 19.45 15.5 23q0 3.55 2.475 6.025Q20.45 31.5 24 31.5Zm0-2.9q-2.35 0-3.975-1.625T18.4 23q0-2.35 1.625-3.975T24 17.4q2.35 0 3.975 1.625T29.6 23q0 2.35-1.625 3.975T24 28.6Zm0 9.4q-7.3 0-13.2-4.15Q4.9 29.7 2 23q2.9-6.7 8.8-10.85Q16.7 8 24 8q7.3 0 13.2 4.15Q43.1 16.3 46 23q-2.9 6.7-8.8 10.85Q31.3 38 24 38Zm0-15Zm0 12q6.05 0 11.125-3.275T42.85 23q-2.65-5.45-7.725-8.725Q30.05 11 24 11t-11.125 3.275Q7.8 17.55 5.1 23q2.7 5.45 7.775 8.725Q17.95 35 24 35Z'/></svg>") no-repeat center center;
    background-size: 50% auto;
    cursor: pointer;
  }
}
.password__toggle.is-visible {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='48' width='48'><path d='m31.45 27.05-2.2-2.2q1.3-3.55-1.35-5.9-2.65-2.35-5.75-1.2l-2.2-2.2q.85-.55 1.9-.8 1.05-.25 2.15-.25 3.55 0 6.025 2.475Q32.5 19.45 32.5 23q0 1.1-.275 2.175-.275 1.075-.775 1.875Zm6.45 6.45-2-2q2.45-1.8 4.275-4.025Q42 25.25 42.85 23q-2.5-5.55-7.5-8.775Q30.35 11 24.5 11q-2.1 0-4.3.4-2.2.4-3.45.95L14.45 10q1.75-.8 4.475-1.4Q21.65 8 24.25 8q7.15 0 13.075 4.075Q43.25 16.15 46 23q-1.3 3.2-3.35 5.85-2.05 2.65-4.75 4.65Zm2.9 11.3-8.4-8.25q-1.75.7-3.95 1.075T24 38q-7.3 0-13.25-4.075T2 23q1-2.6 2.775-5.075T9.1 13.2L2.8 6.9l2.1-2.15L42.75 42.6ZM11.15 15.3q-1.85 1.35-3.575 3.55Q5.85 21.05 5.1 23q2.55 5.55 7.675 8.775Q17.9 35 24.4 35q1.65 0 3.25-.2t2.4-.6l-3.2-3.2q-.55.25-1.35.375T24 31.5q-3.5 0-6-2.45T15.5 23q0-.75.125-1.5T16 20.15Zm15.25 7.1Zm-5.8 2.9Z'/></svg>");
}

.password__toggle2.is-visible {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='48' width='48'><path d='m31.45 27.05-2.2-2.2q1.3-3.55-1.35-5.9-2.65-2.35-5.75-1.2l-2.2-2.2q.85-.55 1.9-.8 1.05-.25 2.15-.25 3.55 0 6.025 2.475Q32.5 19.45 32.5 23q0 1.1-.275 2.175-.275 1.075-.775 1.875Zm6.45 6.45-2-2q2.45-1.8 4.275-4.025Q42 25.25 42.85 23q-2.5-5.55-7.5-8.775Q30.35 11 24.5 11q-2.1 0-4.3.4-2.2.4-3.45.95L14.45 10q1.75-.8 4.475-1.4Q21.65 8 24.25 8q7.15 0 13.075 4.075Q43.25 16.15 46 23q-1.3 3.2-3.35 5.85-2.05 2.65-4.75 4.65Zm2.9 11.3-8.4-8.25q-1.75.7-3.95 1.075T24 38q-7.3 0-13.25-4.075T2 23q1-2.6 2.775-5.075T9.1 13.2L2.8 6.9l2.1-2.15L42.75 42.6ZM11.15 15.3q-1.85 1.35-3.575 3.55Q5.85 21.05 5.1 23q2.55 5.55 7.675 8.775Q17.9 35 24.4 35q1.65 0 3.25-.2t2.4-.6l-3.2-3.2q-.55.25-1.35.375T24 31.5q-3.5 0-6-2.45T15.5 23q0-.75.125-1.5T16 20.15Zm15.25 7.1Zm-5.8 2.9Z'/></svg>");
}

.password__toggle_login.is-visible {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='48' width='48'><path d='m31.45 27.05-2.2-2.2q1.3-3.55-1.35-5.9-2.65-2.35-5.75-1.2l-2.2-2.2q.85-.55 1.9-.8 1.05-.25 2.15-.25 3.55 0 6.025 2.475Q32.5 19.45 32.5 23q0 1.1-.275 2.175-.275 1.075-.775 1.875Zm6.45 6.45-2-2q2.45-1.8 4.275-4.025Q42 25.25 42.85 23q-2.5-5.55-7.5-8.775Q30.35 11 24.5 11q-2.1 0-4.3.4-2.2.4-3.45.95L14.45 10q1.75-.8 4.475-1.4Q21.65 8 24.25 8q7.15 0 13.075 4.075Q43.25 16.15 46 23q-1.3 3.2-3.35 5.85-2.05 2.65-4.75 4.65Zm2.9 11.3-8.4-8.25q-1.75.7-3.95 1.075T24 38q-7.3 0-13.25-4.075T2 23q1-2.6 2.775-5.075T9.1 13.2L2.8 6.9l2.1-2.15L42.75 42.6ZM11.15 15.3q-1.85 1.35-3.575 3.55Q5.85 21.05 5.1 23q2.55 5.55 7.675 8.775Q17.9 35 24.4 35q1.65 0 3.25-.2t2.4-.6l-3.2-3.2q-.55.25-1.35.375T24 31.5q-3.5 0-6-2.45T15.5 23q0-.75.125-1.5T16 20.15Zm15.25 7.1Zm-5.8 2.9Z'/></svg>");
}

.absolute {
  position:absolute;
  left:0;
  right:0;
}

@media (any-hover: hover) {
  .password__toggle:hover {
    opacity: 0.7;
  }
}

