html {
  scroll-behavior: smooth; }

body {
  background: #000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.7; }
  @media (max-width: 575px) {
    body {
      font-size: .95rem;
      line-height: 1.5; } }

.pagetop {
  height: 50px;
  width: 50px;
  right: 30px;
  bottom: 30px;
  position: fixed;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2; }
  @media (max-width: 575px) {
    .pagetop {
      height: 40px;
      width: 40px;
      right: 15px;
      bottom: 15px; } }

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg); }

.container {
  max-width: 600px; }
  @media (max-width: 575px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }

.fullbox {
  margin-right: -20px !important;
  margin-left: -20px !important; }

small.small {
  font-size: .9rem; }
  @media (max-width: 575px) {
    small.small {
      font-size: .75rem; } }

@keyframes brightnessPulse {
  0% {
    filter: brightness(100%); }
  40% {
    filter: brightness(105%); }
  75% {
    filter: brightness(120%); }
  100% {
    filter: brightness(100%); } }
.btn-line {
  width: 85%;
  margin: 0 auto;
  background: url("../img/logo-line.gif") no-repeat #19bb03;
  background-position: 20px 22px;
  background-size: 60px auto;
  border-radius: 10px;
  position: relative;
  display: block;
  padding: 2.2rem 1rem 1.3rem 5rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  animation: brightnessPulse 3s infinite; }
  .btn-line:hover {
    color: #fff; }
  @media (max-width: 575px) {
    .btn-line {
      width: 100%;
      font-size: 1.2rem;
      padding: 1.5rem 1rem .7rem 3.5rem;
      background-size: 40px auto;
      background-position: 15px 13px; } }
  .btn-line-text {
    background: #fff;
    color: #19bb03;
    font-size: 1rem;
    min-width: 18rem;
    padding: .3rem 2rem;
    border-radius: 30px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block; }
    @media (max-width: 575px) {
      .btn-line-text {
        font-size: .85rem;
        width: 65%;
        min-width: 12rem;
        padding: .3rem 1rem .2rem 1rem; } }

.btn-buy {
  width: 85%;
  margin: 0 auto;
  background: #19bb03;
  border: 1px solid #8aee7c;
  border-radius: 10px;
  position: relative;
  display: block;
  padding: 1.2rem 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  animation: brightnessPulse 3s infinite; }
  .btn-buy:hover {
    color: #fff; }
  .btn-buy span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    margin-right: 1rem; }
  @media (max-width: 575px) {
    .btn-buy {
      width: 100%;
      font-size: 1.2rem; } }

.btn-special-buy {
  width: 85%;
  margin: 0 auto;
  background: #1e2346;
  border: 1px solid #40487f;
  border-radius: 10px;
  position: relative;
  display: block;
  padding: 1.2rem 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  animation: brightnessPulse 3s infinite; }
  .btn-special-buy:hover {
    color: #fff; }
  .btn-special-buy span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    margin-right: 1rem; }
  @media (max-width: 575px) {
    .btn-special-buy {
      width: 100%;
      font-size: 1.2rem; } }

.btn-disable {
  background: none !important;
  width: 85%;
  margin: 0 auto;
  background: #19bb03;
  border-radius: 10px;
  position: relative;
  display: block;
  padding: 1.2rem 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  color: #5A6169;
  border: 1px solid #5A6169; }
  @media (max-width: 575px) {
    .btn-disable {
      width: 100%;
      font-size: 1.2rem; } }

.titlebar1 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 1.5rem;
  font-size: 2.2rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }
  @media (max-width: 575px) {
    .titlebar1 {
      font-size: 1.4rem;
      padding: 1rem; } }
  .titlebar1 span {
    font-size: 70%; }

.titlebar2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: .5rem;
  padding: 1.5rem;
  font-size: 2rem; }
  @media (max-width: 575px) {
    .titlebar2 {
      font-size: 1.4rem;
      padding: 1rem; } }
  .titlebar2 span {
    font-size: 70%; }

.titlebar3 {
  border-left: 7px solid #fff;
  margin-bottom: 1rem;
  padding-left: .7rem;
  font-size: 1rem; }

.result {
  padding-top: 2rem; }
  @media (max-width: 575px) {
    .result {
      padding-top: 2rem; } }
  .result-counter {
    text-align: center;
    color: #13ff5b;
    font-weight: bold;
    font-size: 2rem; }
    .result-counter h3 {
      font-size: 1.5rem;
      color: #fff;
      margin-bottom: 0; }
      @media (max-width: 575px) {
        .result-counter h3 {
          font-size: 1.1rem; } }
      .result-counter h3 span {
        border: 1px solid #fff;
        display: inline-block;
        padding: .5rem 1.5rem; }
    .result-counter .counter {
      font-size: 5rem; }
      @media (max-width: 575px) {
        .result-counter .counter {
          font-size: 3rem; } }
  .result-graph {
    text-align: center; }
    .result-graph h4 {
      background: #242424;
      border: 1px solid #6f6f6f;
      color: #fff;
      text-align: center;
      font-size: 1.1rem;
      margin-bottom: 0;
      padding: .9rem 0; }
    .result-graph h5 {
      font-size: 1rem;
      font-weight: bold;
      margin-bottom: 1rem;
      padding: .5rem 0;
      background: #000000; }
    .result-graph-title {
      background: #2b5639;
      font-weight: bold;
      color: #fff;
      text-align: center;
      font-size: 1.3rem;
      padding: 1rem 0; }
    .result-graph-textcolor {
      color: #fffa74; }
    .result-graph figure {
      margin-bottom: 0; }
    .result-graph .row {
      background: #242424; }
      .result-graph .row .col-4 {
        border-right: 1px solid #6f6f6f;
        border-bottom: 1px solid #6f6f6f;
        border-left: 1px solid #6f6f6f;
        padding: 0 0 1rem 0; }
        .result-graph .row .col-4.result-graph-color {
          color: #13ff5b; }
          .result-graph .row .col-4.result-graph-color span {
            font-weight: bold;
            font-size: 1.5rem; }
        .result-graph .row .col-4 div {
          font-weight: bold;
          line-height: 1.3; }
          .result-graph .row .col-4 div span {
            font-size: 180%; }
          .result-graph .row .col-4 div small {
            font-weight: normal;
            font-size: 85%; }

.about {
  padding-top: 4rem; }
  @media (max-width: 575px) {
    .about {
      padding-top: 3rem; } }
  .about-p1 {
    margin-top: -6rem; }
  .about figure {
    margin-top: 5rem;
    margin-bottom: 1rem; }
    @media (max-width: 575px) {
      .about figure {
        margin-top: 3rem; } }

.step {
  padding-top: 5rem; }
  .step dl {
    margin-top: 2.5rem; }
    .step dl dt {
      display: flex;
      align-items: center;
      margin-bottom: 1rem; }
      .step dl dt span:first-of-type {
        width: 7rem;
        text-align: center;
        background: #19bb03;
        display: block;
        border-radius: 5px;
        margin-right: 1.5rem;
        position: relative;
        padding: .2rem 0; }
        @media (max-width: 575px) {
          .step dl dt span:first-of-type {
            width: 5rem; } }
        .step dl dt span:first-of-type span {
          font-size: 1.2rem;
          background: none;
          line-height: 1; }
          @media (max-width: 575px) {
            .step dl dt span:first-of-type span {
              font-size: .95rem; } }
      .step dl dt span:last-of-type {
        font-size: 1.6rem; }
        @media (max-width: 575px) {
          .step dl dt span:last-of-type {
            font-size: 1.2rem; } }
    .step dl dd {
      margin-bottom: 2rem; }

.voice {
  padding-top: 4rem; }
  @media (max-width: 575px) {
    .voice {
      padding-top: 3rem; } }
  .voice-box {
    margin-top: 3rem; }
    @media (max-width: 575px) {
      .voice-box {
        margin-top: 2rem; } }
    .voice-box h3 {
      font-size: 1.2rem;
      border-bottom: 1px dotted #fff;
      padding-bottom: .5rem;
      margin-bottom: 1rem; }
      @media (max-width: 575px) {
        .voice-box h3 {
          font-size: 1rem;
          margin-bottom: .5rem; } }
      .voice-box h3 + p {
        font-size: 80%; }

.qa {
  padding-top: 4rem; }
  @media (max-width: 575px) {
    .qa {
      padding-top: 3rem; } }

.dark-mode {
  background-color: #121212;
  color: #e0e0e0; }
  .dark-mode .accordion-button {
    background-color: #333;
    color: #e0e0e0; }
    .dark-mode .accordion-button:not(.collapsed) {
      background-color: #222;
      color: #fff; }
    .dark-mode .accordion-button:after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
  .dark-mode .accordion-item {
    border: 1px solid #515151;
    font-size: 1rem; }
  .dark-mode .accordion-body {
    background-color: #222;
    color: #e0e0e0;
    font-size: 90%;
    line-height: 1.6; }
    .dark-mode .accordion-body:before {
      content: "A";
      background: #e3a207;
      color: #000;
      border-radius: 2px;
      margin-right: .5rem;
      padding: .1rem .4rem; }

.close {
  padding-top: 5rem; }

.logo {
  text-align: center;
  padding: .5rem 0;
  font-family: 'Rozha One', serif;
  font-size: 2rem;
  letter-spacing: .5px;
  font-style: italic; }
  @media (max-width: 575px) {
    .logo {
      font-size: 1.75rem;
      padding: .2rem 0; } }
  .logo a {
    text-decoration: none;
    color: #fff; }
  .logo img {
    width: 250px; }
    @media (max-width: 575px) {
      .logo img {
        width: 170px; } }

.gnavi {
  background: #242424;
  margin: 0;
  padding: 0;
  border-top: 1px solid #6f6f6f;
  border-bottom: 1px solid #6f6f6f;
  border-left: 1px solid #6f6f6f; }
  .gnavi li {
    list-style: none;
    flex-grow: 1;
    border-right: 1px solid #6f6f6f; }
    @media (max-width: 575px) {
      .gnavi li {
        font-size: .85rem; } }
    .gnavi li a {
      display: block;
      text-align: center;
      color: #fff;
      text-decoration: none;
      padding: .7rem 0; }
      @media (max-width: 575px) {
        .gnavi li a {
          padding: .4rem 0; } }
      .gnavi li a:hover {
        background: #19bb03; }

.itemlist {
  padding-top: 2.5rem; }
  .itemlist-title-p {
    text-align: center;
    font-size: 90%;
    margin-bottom: 2rem; }

#itemTab {
  flex-wrap: nowrap !important; }
  #itemTab li {
    flex-grow: 1;
    flex: 1;
    text-align: center;
    border-top: 1px solid #6f6f6f;
    border-right: 1px solid #6f6f6f; }
    #itemTab li a {
      text-align: center;
      font-weight: bold;
      color: #fff; }
      @media (max-width: 575px) {
        #itemTab li a {
          font-size: .8rem; } }
      #itemTab li a span {
        display: block;
        text-align: center;
        font-size: 90%;
        color: #fffa74; }

.nav-tabs {
  border-bottom: 1px solid #6f6f6f;
  border-left: 1px solid #6f6f6f; }

.nav-link {
  padding: 0.5rem !important; }

.nav-tabs .nav-link.active {
  background: none !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 8px solid #19bb03; }

.plan-table {
  width: 100%;
  font-size: 1.2rem;
  border-right: 1px solid #6f6f6f;
  margin-bottom: 2.5rem; }
  .plan-table .plan_bg_color {
    color: #dedb78; }
  .plan-table th {
    width: 25%;
    background: #333740;
    border-bottom: 1px solid #6f6f6f;
    text-align: center;
    padding: 1.5rem .5rem; }
    @media (max-width: 575px) {
      .plan-table th {
        font-size: .9rem; } }
  .plan-table td {
    font-size: 110%;
    border-bottom: 1px solid #6f6f6f;
    padding: 1.5rem 1rem; }
    @media (max-width: 575px) {
      .plan-table td {
        font-size: 1rem;
        padding: 1rem; } }
    .plan-table td span {
      font-size: 120%; }
    .plan-table td p {
      font-size: 90%;
      margin-bottom: 0; }

.plan1_bg {
  background: url("../img/plan1_bg.jpg") no-repeat;
  background-size: 100% auto;
  text-align: center;
  padding: 3rem 0 2rem 0; }
  @media (max-width: 575px) {
    .plan1_bg {
      padding: 2rem 0 1rem 0; } }
  .plan1_bg h2 {
    width: 65%;
    font-size: 2.2rem;
    font-weight: bold;
    border: 1px solid #fff;
    margin: 0 auto 1.5rem auto;
    padding: 1.5rem 0;
    line-height: 1.4; }
    @media (max-width: 575px) {
      .plan1_bg h2 {
        font-size: 1.5rem;
        margin: 0 auto 1rem auto;
        padding: 1rem 0; } }
    .plan1_bg h2 span {
      color: #fffa74;
      font-size: 85%;
      display: block; }

.plan2_bg {
  background: url("../img/plan2_bg.jpg") no-repeat;
  background-size: 100% auto;
  text-align: center;
  padding: 3rem 0 2rem 0; }
  @media (max-width: 575px) {
    .plan2_bg {
      padding: 2rem 0 1rem 0; } }
  .plan2_bg h2 {
    width: 60%;
    font-size: 2.2rem;
    font-weight: bold;
    border: 1px solid #fff;
    margin: 0 auto 1.5rem auto;
    padding: 1.5rem 0;
    line-height: 1.4; }
    @media (max-width: 575px) {
      .plan2_bg h2 {
        width: 65%;
        font-size: 1.5rem;
        margin: 0 auto 1rem auto;
        padding: 1rem 0; } }
    .plan2_bg h2 span {
      color: #fffa74;
      font-size: 85%;
      display: block; }

.plan3_bg {
  background: url("../img/plan3_bg.jpg") no-repeat;
  background-size: 100% auto;
  text-align: center;
  padding: 3rem 0 2rem 0; }
  @media (max-width: 575px) {
    .plan3_bg {
      padding: 2rem 0 1rem 0; } }
  .plan3_bg h2 {
    width: 60%;
    font-size: 2.2rem;
    font-weight: bold;
    border: 1px solid #fff;
    margin: 0 auto 1.5rem auto;
    padding: 1.5rem 0;
    line-height: 1.4; }
    @media (max-width: 575px) {
      .plan3_bg h2 {
        width: 80%;
        font-size: 1.5rem;
        margin: 0 auto 1rem auto;
        padding: 1rem 0; } }
    .plan3_bg h2 span {
      color: #fffa74;
      font-size: 85%;
      display: block; }

.plan-special_bg {
  background: url("../img/plan-special_bg.jpg") no-repeat;
  background-size: 100% auto;
  text-align: center;
  padding: 3rem 0 2rem 0; }
  @media (max-width: 575px) {
    .plan-special_bg {
      padding: 1.5rem 0 1rem 0; } }
  .plan-special_bg h2 {
    width: 70%;
    font-size: 2rem;
    font-weight: bold;
    border: 1px solid #ae794a;
    margin: 0 auto 1.5rem auto;
    padding: 1.5rem 0;
    line-height: 1.4; }
    @media (max-width: 575px) {
      .plan-special_bg h2 {
        width: 80%;
        font-size: 1.5rem;
        margin: 0 auto 1rem auto;
        padding: 1rem 0; } }
    .plan-special_bg h2 span {
      color: #fffa74;
      font-size: 85%;
      display: block;
      margin-bottom: 0.3rem; }
  .plan-special_bg + .plan-table th {
    width: 25%;
    background: #150b03;
    border-bottom: 1px solid #623a3a; }
  .plan-special_bg + .plan-table td {
    border-bottom: 1px solid #623a3a;
    background: #37302b; }

.plan-ultimate_bg {
  background: url("../img/plan-ultimate_bg.jpg") no-repeat;
  background-size: 100% auto;
  text-align: center;
  padding: 5rem 0 6rem 0; }
  @media (max-width: 575px) {
    .plan-ultimate_bg {
      padding: 3rem 0 4rem 0; } }
  .plan-ultimate_bg h2 {
    width: 70%;
    font-size: 2.3rem;
    font-weight: bold;
    margin: 0 auto;
    padding: 1.5rem 0;
    line-height: 1.4; }
    @media (max-width: 575px) {
      .plan-ultimate_bg h2 {
        width: 80%;
        font-size: 1.6rem;
        margin: 0 auto;
        padding: 1rem 0; } }
    .plan-ultimate_bg h2 span {
      color: #fffa74;
      font-size: 85%;
      display: block; }
  .plan-ultimate_bg + .plan-table th {
    width: 25%;
    background: #150b03;
    border-bottom: 1px solid #623a3a; }
  .plan-ultimate_bg + .plan-table td {
    border-bottom: 1px solid #623a3a;
    background: #37302b; }

.plan-limited_bg {
  background: url("../img/plan-limited_bg.jpg") no-repeat;
  background-size: 100% auto;
  text-align: center;
  padding: 5rem 0 6rem 0; }
  @media (max-width: 575px) {
    .plan-limited_bg {
      padding: 3rem 0 4rem 0; } }
  .plan-limited_bg h2 {
    width: 70%;
    font-size: 2.3rem;
    font-weight: bold;
    margin: 0 auto;
    padding: 1.5rem 0;
    line-height: 1.4; }
    @media (max-width: 575px) {
      .plan-limited_bg h2 {
        width: 80%;
        font-size: 1.6rem;
        margin: 0 auto;
        padding: 1rem 0; } }
    .plan-limited_bg h2 span {
      color: #bce8ff;
      font-size: 85%;
      display: block; }
  .plan-limited_bg + .plan-table th {
    width: 25%;
    background: #150b03;
    border-bottom: 1px solid #623a3a; }
  .plan-limited_bg + .plan-table td {
    border-bottom: 1px solid #623a3a;
    background: #37302b; }

.plan-invitation_bg {
  background: url("../img/plan-invitation_bg.jpg") no-repeat;
  background-size: 100% auto;
  text-align: center;
  padding: 5rem 0 6rem 0; }
  @media (max-width: 575px) {
    .plan-invitation_bg {
      padding: 3rem 0 4rem 0; } }
  .plan-invitation_bg h2 {
    width: 70%;
    font-size: 2.3rem;
    font-weight: bold;
    margin: 0 auto;
    padding: 1.5rem 0;
    line-height: 1.4; }
    @media (max-width: 575px) {
      .plan-invitation_bg h2 {
        width: 80%;
        font-size: 1.6rem;
        margin: 0 auto;
        padding: 1rem 0; } }
    .plan-invitation_bg h2 span {
      color: #ff5050;
      font-size: 85%;
      display: block; }
  .plan-invitation_bg + .plan-table th {
    width: 25%;
    background: #150b03;
    border-bottom: 1px solid #623a3a; }
  .plan-invitation_bg + .plan-table td {
    border-bottom: 1px solid #623a3a;
    background: #37302b; }

.plan-billionaire_bg {
  background: url("../img/plan-billionaire_bg.jpg") no-repeat;
  background-size: 100% auto;
  text-align: center;
  padding: 4.2rem 0 6rem 0; }
  @media (max-width: 575px) {
    .plan-billionaire_bg {
      padding: 3rem 0 4rem 0; } }
  .plan-billionaire_bg h2 {
    width: 70%;
    font-size: 2.3rem;
    font-weight: bold;
    margin: 0 auto;
    padding: 1.5rem 0;
    line-height: 1.4; }
    @media (max-width: 575px) {
      .plan-billionaire_bg h2 {
        width: 80%;
        font-size: 1.6rem;
        margin: 0 auto;
        padding: 1rem 0; } }
    .plan-billionaire_bg h2 span {
      color: #ff5050;
      font-size: 85%;
      display: block; }
  .plan-billionaire_bg + .plan-table th {
    width: 25%;
    background: #150b03;
    border-bottom: 1px solid #623a3a; }
  .plan-billionaire_bg + .plan-table td {
    border-bottom: 1px solid #623a3a;
    background: #37302b; }

.plan_model h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: bold; }
  @media (max-width: 575px) {
    .plan_model h3 {
      font-size: 1rem; } }
.plan_model p {
  font-size: 1rem; }
  @media (max-width: 575px) {
    .plan_model p {
      font-size: .85rem; } }
.plan_model img {
  border-radius: 50%; }
.plan_model figcaption {
  text-align: center;
  font-size: .8rem; }

.agreementbox {
  padding: 0.5rem;
  font-size: .8rem;
  height: 200px;
  margin-bottom: .5rem;
  padding: 1rem;
  background: #323232;
  overflow-y: scroll; }

.form-check-label {
  font-size: .9rem; }

.contactbox {
  margin-top: 2rem;
  background: #292929;
  padding: 1.5rem; }
  .contactbox h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center; }
  .contactbox ul {
    margin: 0;
    padding: 0; }
    .contactbox ul li {
      list-style: none;
      padding: 0;
      margin-bottom: 0.7rem; }
      .contactbox ul li:last-of-type {
        margin-bottom: 0; }
      .contactbox ul li a {
        font-size: 1rem;
        color: #fff;
        text-decoration: none; }
        .contactbox ul li a img {
          width: 25px; }

.banner {
  border: 1px solid #786450;
  display: block;
  margin-top: 3rem; }

footer {
  text-align: center;
  padding: 8rem 0 1rem 0;
  font-size: .8rem; }
  footer a {
    color: #fff;
    text-decoration: none; }

.rulebox {
  font-size: .95rem; }
  .rulebox dd {
    margin-bottom: 1rem; }

#loginbg {
  background: url("../img/loginbg.jpg") no-repeat top #000;
  background-size: cover;
  position: relative;
  height: 100vh; }
  @media (max-width: 768px) {
    #loginbg {
      padding: 10% 5%; } }
  @media (max-width: 575px) {
    #loginbg {
      background: url("../img/loginbg_sp.jpg") no-repeat bottom #000;
      background-size: 100% auto; } }

.loginbox {
  background: #000;
  width: 50%;
  max-width: 700px;
  position: absolute;
  top: 10%;
  right: 5%;
  padding: 4rem 2rem;
  border-radius: 10px; }
  .loginbox .loginlogo {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: bold; }
    @media (max-width: 575px) {
      .loginbox .loginlogo {
        font-size: 2rem; } }
    .loginbox .loginlogo img {
      width: 70%; }
      @media (max-width: 575px) {
        .loginbox .loginlogo img {
          width: 85%; } }
  .loginbox p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2.5rem;
    color: #fff;
    font-size: 1.3rem; }
    @media (max-width: 575px) {
      .loginbox p {
        font-size: 1.2rem;
        line-height: 1.4; } }
  @media (max-width: 992px) {
    .loginbox {
      width: 60%; } }
  @media (max-width: 768px) {
    .loginbox {
      width: 100%;
      position: relative;
      top: inherit;
      right: inherit; } }
  @media (max-width: 575px) {
    .loginbox {
      padding: 2rem; } }

.btn-start {
  text-align: center;
  margin-bottom: 4rem; }
  .btn-start button {
    border-radius: 50px;
    padding: 1.2rem;
    color: #fff;
    display: inline-block;
    border: none;
    width: 70%;
    font-weight: bold;
    font-size: 1.6rem; }
    .btn-start button:hover {
      filter: brightness(120%); }
    @media (max-width: 1100px) {
      .btn-start button {
        width: 80%;
        font-size: 1.4rem;
        padding: 1rem; } }
    @media (max-width: 992px) {
      .btn-start button {
        width: 100%; } }
    @media (max-width: 575px) {
      .btn-start button {
        padding: 0.8rem;
        font-size: 1.2rem; } }
  @media (max-width: 575px) {
    .btn-start {
      margin-bottom: 2rem; } }

.login-pass label {
  color: #fff; }

.special-price {
  margin: 1rem 0;
  font-weight: bold;
  color: #FAFF43;
  display: flex;
  align-items: center; }
  .special-price-title {
    background: #FAFF43;
    margin-right: 1rem;
    padding: .7rem 2rem;
    color: #333333 !important;
    font-size: 85%; }
    @media (max-width: 575px) {
      .special-price-title {
        padding: .4rem 1rem; } }
  .special-price-amount {
    font-size: 160%; }
