@charset "UTF-8";
@import url("iconmonstr-iconic-font.css");
@import url("https://use.typekit.net/pbs6qlg.css");
.wid5 {
  width: 5%;
}

.wid10 {
  width: 10%;
}

.wid15 {
  width: 15%;
}

.wid20 {
  width: 20%;
}

.wid25 {
  width: 25%;
}

.wid30 {
  width: 30%;
}

.wid35 {
  width: 35%;
}

.wid40 {
  width: 40%;
}

.wid45 {
  width: 45%;
}

.wid50 {
  width: 50%;
}

.wid55 {
  width: 55%;
}

.wid60 {
  width: 60%;
}

.wid65 {
  width: 65%;
}

.wid70 {
  width: 70%;
}

.wid75 {
  width: 75%;
}

.wid80 {
  width: 80%;
}

.wid85 {
  width: 85%;
}

.wid90 {
  width: 90%;
}

.wid95 {
  width: 95%;
}

.wid100 {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .wid-lg5 {
    width: 5%;
  }
  .wid-lg10 {
    width: 10%;
  }
  .wid-lg15 {
    width: 15%;
  }
  .wid-lg20 {
    width: 20%;
  }
  .wid-lg25 {
    width: 25%;
  }
  .wid-lg30 {
    width: 30%;
  }
  .wid-lg35 {
    width: 35%;
  }
  .wid-lg40 {
    width: 40%;
  }
  .wid-lg45 {
    width: 45%;
  }
  .wid-lg50 {
    width: 50%;
  }
  .wid-lg55 {
    width: 55%;
  }
  .wid-lg60 {
    width: 60%;
  }
  .wid-lg65 {
    width: 65%;
  }
  .wid-lg70 {
    width: 70%;
  }
  .wid-lg75 {
    width: 75%;
  }
  .wid-lg80 {
    width: 80%;
  }
  .wid-lg85 {
    width: 85%;
  }
  .wid-lg90 {
    width: 90%;
  }
  .wid-lg95 {
    width: 95%;
  }
  .wid-lg100 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wid-md5 {
    width: 5%;
  }
  .wid-md10 {
    width: 10%;
  }
  .wid-md15 {
    width: 15%;
  }
  .wid-md20 {
    width: 20%;
  }
  .wid-md25 {
    width: 25%;
  }
  .wid-md30 {
    width: 30%;
  }
  .wid-md35 {
    width: 35%;
  }
  .wid-md40 {
    width: 40%;
  }
  .wid-md45 {
    width: 45%;
  }
  .wid-md50 {
    width: 50%;
  }
  .wid-md55 {
    width: 55%;
  }
  .wid-md60 {
    width: 60%;
  }
  .wid-md65 {
    width: 65%;
  }
  .wid-md70 {
    width: 70%;
  }
  .wid-md75 {
    width: 75%;
  }
  .wid-md80 {
    width: 80%;
  }
  .wid-md85 {
    width: 85%;
  }
  .wid-md90 {
    width: 90%;
  }
  .wid-md95 {
    width: 95%;
  }
  .wid-md100 {
    width: 100%;
  }
}

@media screen and (max-width: 544px) {
  .wid-xs5 {
    width: 5%;
  }
  .wid-xs10 {
    width: 10%;
  }
  .wid-xs15 {
    width: 15%;
  }
  .wid-xs20 {
    width: 20%;
  }
  .wid-xs25 {
    width: 25%;
  }
  .wid-xs30 {
    width: 30%;
  }
  .wid-xs35 {
    width: 35%;
  }
  .wid-xs40 {
    width: 40%;
  }
  .wid-xs45 {
    width: 45%;
  }
  .wid-xs50 {
    width: 50%;
  }
  .wid-xs55 {
    width: 55%;
  }
  .wid-xs60 {
    width: 60%;
  }
  .wid-xs65 {
    width: 65%;
  }
  .wid-xs70 {
    width: 70%;
  }
  .wid-xs75 {
    width: 75%;
  }
  .wid-xs80 {
    width: 80%;
  }
  .wid-xs85 {
    width: 85%;
  }
  .wid-xs90 {
    width: 90%;
  }
  .wid-xs95 {
    width: 95%;
  }
  .wid-xs100 {
    width: 100%;
  }
}

.mtb-1 {
  margin: 1rem 0 !important;
}

.mlr-1 {
  margin: 0 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.ptb-1 {
  padding: 1rem 0 !important;
}

.plr-1 {
  padding: 0 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.mtb-2 {
  margin: 2rem 0 !important;
}

.mlr-2 {
  margin: 0 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.ptb-2 {
  padding: 2rem 0 !important;
}

.plr-2 {
  padding: 0 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.mtb-3 {
  margin: 3rem 0 !important;
}

.mlr-3 {
  margin: 0 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.ptb-3 {
  padding: 3rem 0 !important;
}

.plr-3 {
  padding: 0 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.mtb-4 {
  margin: 4rem 0 !important;
}

.mlr-4 {
  margin: 0 4rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.ptb-4 {
  padding: 4rem 0 !important;
}

.plr-4 {
  padding: 0 4rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.mtb-5 {
  margin: 5rem 0 !important;
}

.mlr-5 {
  margin: 0 5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.ptb-5 {
  padding: 5rem 0 !important;
}

.plr-5 {
  padding: 0 5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.mtb-6 {
  margin: 6rem 0 !important;
}

.mlr-6 {
  margin: 0 6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.ptb-6 {
  padding: 6rem 0 !important;
}

.plr-6 {
  padding: 0 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.mtb-7 {
  margin: 7rem 0 !important;
}

.mlr-7 {
  margin: 0 7rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.ptb-7 {
  padding: 7rem 0 !important;
}

.plr-7 {
  padding: 0 7rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.mtb-8 {
  margin: 8rem 0 !important;
}

.mlr-8 {
  margin: 0 8rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.ptb-8 {
  padding: 8rem 0 !important;
}

.plr-8 {
  padding: 0 8rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pl-8 {
  padding-left: 8rem !important;
}

.pr-8 {
  padding-right: 8rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.mtb-9 {
  margin: 9rem 0 !important;
}

.mlr-9 {
  margin: 0 9rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.ml-9 {
  margin-left: 9rem !important;
}

.mr-9 {
  margin-right: 9rem !important;
}

.ptb-9 {
  padding: 9rem 0 !important;
}

.plr-9 {
  padding: 0 9rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pl-9 {
  padding-left: 9rem !important;
}

.pr-9 {
  padding-right: 9rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.mtb-10 {
  margin: 10rem 0 !important;
}

.mlr-10 {
  margin: 0 10rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.ml-10 {
  margin-left: 10rem !important;
}

.mr-10 {
  margin-right: 10rem !important;
}

.ptb-10 {
  padding: 10rem 0 !important;
}

.plr-10 {
  padding: 0 10rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pl-10 {
  padding-left: 10rem !important;
}

.pr-10 {
  padding-right: 10rem !important;
}

.p-10 {
  padding: 10rem !important;
}

@media screen and (max-width: 768px) {
  .mtb-1 {
    margin: 0.9rem 0 !important;
  }
  .mlr-1 {
    margin: 0 0.9rem !important;
  }
  .mt-1 {
    margin-top: 0.9rem !important;
  }
  .mb-1 {
    margin-bottom: 0.9rem !important;
  }
  .ml-1 {
    margin-left: 0.9rem !important;
  }
  .mr-1 {
    margin-right: 0.9rem !important;
  }
  .ptb-1 {
    padding: 0.9rem 0 !important;
  }
  .plr-1 {
    padding: 0 0.9rem !important;
  }
  .pt-1 {
    padding-top: 0.9rem !important;
  }
  .pb-1 {
    padding-bottom: 0.9rem !important;
  }
  .pl-1 {
    padding-left: 0.9rem !important;
  }
  .pr-1 {
    padding-right: 0.9rem !important;
  }
  .p-1 {
    padding: 0.9rem !important;
  }
  .mtb-2 {
    margin: 1.8rem 0 !important;
  }
  .mlr-2 {
    margin: 0 1.8rem !important;
  }
  .mt-2 {
    margin-top: 1.8rem !important;
  }
  .mb-2 {
    margin-bottom: 1.8rem !important;
  }
  .ml-2 {
    margin-left: 1.8rem !important;
  }
  .mr-2 {
    margin-right: 1.8rem !important;
  }
  .ptb-2 {
    padding: 1.8rem 0 !important;
  }
  .plr-2 {
    padding: 0 1.8rem !important;
  }
  .pt-2 {
    padding-top: 1.8rem !important;
  }
  .pb-2 {
    padding-bottom: 1.8rem !important;
  }
  .pl-2 {
    padding-left: 1.8rem !important;
  }
  .pr-2 {
    padding-right: 1.8rem !important;
  }
  .p-2 {
    padding: 1.8rem !important;
  }
  .mtb-3 {
    margin: 2.7rem 0 !important;
  }
  .mlr-3 {
    margin: 0 2.7rem !important;
  }
  .mt-3 {
    margin-top: 2.7rem !important;
  }
  .mb-3 {
    margin-bottom: 2.7rem !important;
  }
  .ml-3 {
    margin-left: 2.7rem !important;
  }
  .mr-3 {
    margin-right: 2.7rem !important;
  }
  .ptb-3 {
    padding: 2.7rem 0 !important;
  }
  .plr-3 {
    padding: 0 2.7rem !important;
  }
  .pt-3 {
    padding-top: 2.7rem !important;
  }
  .pb-3 {
    padding-bottom: 2.7rem !important;
  }
  .pl-3 {
    padding-left: 2.7rem !important;
  }
  .pr-3 {
    padding-right: 2.7rem !important;
  }
  .p-3 {
    padding: 2.7rem !important;
  }
  .mtb-4 {
    margin: 3.6rem 0 !important;
  }
  .mlr-4 {
    margin: 0 3.6rem !important;
  }
  .mt-4 {
    margin-top: 3.6rem !important;
  }
  .mb-4 {
    margin-bottom: 3.6rem !important;
  }
  .ml-4 {
    margin-left: 3.6rem !important;
  }
  .mr-4 {
    margin-right: 3.6rem !important;
  }
  .ptb-4 {
    padding: 3.6rem 0 !important;
  }
  .plr-4 {
    padding: 0 3.6rem !important;
  }
  .pt-4 {
    padding-top: 3.6rem !important;
  }
  .pb-4 {
    padding-bottom: 3.6rem !important;
  }
  .pl-4 {
    padding-left: 3.6rem !important;
  }
  .pr-4 {
    padding-right: 3.6rem !important;
  }
  .p-4 {
    padding: 3.6rem !important;
  }
  .mtb-5 {
    margin: 4.5rem 0 !important;
  }
  .mlr-5 {
    margin: 0 4.5rem !important;
  }
  .mt-5 {
    margin-top: 4.5rem !important;
  }
  .mb-5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-5 {
    margin-left: 4.5rem !important;
  }
  .mr-5 {
    margin-right: 4.5rem !important;
  }
  .ptb-5 {
    padding: 4.5rem 0 !important;
  }
  .plr-5 {
    padding: 0 4.5rem !important;
  }
  .pt-5 {
    padding-top: 4.5rem !important;
  }
  .pb-5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-5 {
    padding-left: 4.5rem !important;
  }
  .pr-5 {
    padding-right: 4.5rem !important;
  }
  .p-5 {
    padding: 4.5rem !important;
  }
  .mtb-6 {
    margin: 5.4rem 0 !important;
  }
  .mlr-6 {
    margin: 0 5.4rem !important;
  }
  .mt-6 {
    margin-top: 5.4rem !important;
  }
  .mb-6 {
    margin-bottom: 5.4rem !important;
  }
  .ml-6 {
    margin-left: 5.4rem !important;
  }
  .mr-6 {
    margin-right: 5.4rem !important;
  }
  .ptb-6 {
    padding: 5.4rem 0 !important;
  }
  .plr-6 {
    padding: 0 5.4rem !important;
  }
  .pt-6 {
    padding-top: 5.4rem !important;
  }
  .pb-6 {
    padding-bottom: 5.4rem !important;
  }
  .pl-6 {
    padding-left: 5.4rem !important;
  }
  .pr-6 {
    padding-right: 5.4rem !important;
  }
  .p-6 {
    padding: 5.4rem !important;
  }
  .mtb-7 {
    margin: 6.3rem 0 !important;
  }
  .mlr-7 {
    margin: 0 6.3rem !important;
  }
  .mt-7 {
    margin-top: 6.3rem !important;
  }
  .mb-7 {
    margin-bottom: 6.3rem !important;
  }
  .ml-7 {
    margin-left: 6.3rem !important;
  }
  .mr-7 {
    margin-right: 6.3rem !important;
  }
  .ptb-7 {
    padding: 6.3rem 0 !important;
  }
  .plr-7 {
    padding: 0 6.3rem !important;
  }
  .pt-7 {
    padding-top: 6.3rem !important;
  }
  .pb-7 {
    padding-bottom: 6.3rem !important;
  }
  .pl-7 {
    padding-left: 6.3rem !important;
  }
  .pr-7 {
    padding-right: 6.3rem !important;
  }
  .p-7 {
    padding: 6.3rem !important;
  }
  .mtb-8 {
    margin: 7.2rem 0 !important;
  }
  .mlr-8 {
    margin: 0 7.2rem !important;
  }
  .mt-8 {
    margin-top: 7.2rem !important;
  }
  .mb-8 {
    margin-bottom: 7.2rem !important;
  }
  .ml-8 {
    margin-left: 7.2rem !important;
  }
  .mr-8 {
    margin-right: 7.2rem !important;
  }
  .ptb-8 {
    padding: 7.2rem 0 !important;
  }
  .plr-8 {
    padding: 0 7.2rem !important;
  }
  .pt-8 {
    padding-top: 7.2rem !important;
  }
  .pb-8 {
    padding-bottom: 7.2rem !important;
  }
  .pl-8 {
    padding-left: 7.2rem !important;
  }
  .pr-8 {
    padding-right: 7.2rem !important;
  }
  .p-8 {
    padding: 7.2rem !important;
  }
  .mtb-9 {
    margin: 8.1rem 0 !important;
  }
  .mlr-9 {
    margin: 0 8.1rem !important;
  }
  .mt-9 {
    margin-top: 8.1rem !important;
  }
  .mb-9 {
    margin-bottom: 8.1rem !important;
  }
  .ml-9 {
    margin-left: 8.1rem !important;
  }
  .mr-9 {
    margin-right: 8.1rem !important;
  }
  .ptb-9 {
    padding: 8.1rem 0 !important;
  }
  .plr-9 {
    padding: 0 8.1rem !important;
  }
  .pt-9 {
    padding-top: 8.1rem !important;
  }
  .pb-9 {
    padding-bottom: 8.1rem !important;
  }
  .pl-9 {
    padding-left: 8.1rem !important;
  }
  .pr-9 {
    padding-right: 8.1rem !important;
  }
  .p-9 {
    padding: 8.1rem !important;
  }
  .mtb-10 {
    margin: 9rem 0 !important;
  }
  .mlr-10 {
    margin: 0 9rem !important;
  }
  .mt-10 {
    margin-top: 9rem !important;
  }
  .mb-10 {
    margin-bottom: 9rem !important;
  }
  .ml-10 {
    margin-left: 9rem !important;
  }
  .mr-10 {
    margin-right: 9rem !important;
  }
  .ptb-10 {
    padding: 9rem 0 !important;
  }
  .plr-10 {
    padding: 0 9rem !important;
  }
  .pt-10 {
    padding-top: 9rem !important;
  }
  .pb-10 {
    padding-bottom: 9rem !important;
  }
  .pl-10 {
    padding-left: 9rem !important;
  }
  .pr-10 {
    padding-right: 9rem !important;
  }
  .p-10 {
    padding: 9rem !important;
  }
}

@media screen and (max-width: 544px) {
  .mtb-1 {
    margin: 0.75rem 0 !important;
  }
  .mlr-1 {
    margin: 0 0.75rem !important;
  }
  .mt-1 {
    margin-top: 0.75rem !important;
  }
  .mb-1 {
    margin-bottom: 0.75rem !important;
  }
  .ml-1 {
    margin-left: 0.75rem !important;
  }
  .mr-1 {
    margin-right: 0.75rem !important;
  }
  .ptb-1 {
    padding: 0.75rem 0 !important;
  }
  .plr-1 {
    padding: 0 0.75rem !important;
  }
  .pt-1 {
    padding-top: 0.75rem !important;
  }
  .pb-1 {
    padding-bottom: 0.75rem !important;
  }
  .pl-1 {
    padding-left: 0.75rem !important;
  }
  .pr-1 {
    padding-right: 0.75rem !important;
  }
  .p-1 {
    padding: 0.75rem !important;
  }
  .mtb-2 {
    margin: 1.5rem 0 !important;
  }
  .mlr-2 {
    margin: 0 1.5rem !important;
  }
  .mt-2 {
    margin-top: 1.5rem !important;
  }
  .mb-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-2 {
    margin-left: 1.5rem !important;
  }
  .mr-2 {
    margin-right: 1.5rem !important;
  }
  .ptb-2 {
    padding: 1.5rem 0 !important;
  }
  .plr-2 {
    padding: 0 1.5rem !important;
  }
  .pt-2 {
    padding-top: 1.5rem !important;
  }
  .pb-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-2 {
    padding-left: 1.5rem !important;
  }
  .pr-2 {
    padding-right: 1.5rem !important;
  }
  .p-2 {
    padding: 1.5rem !important;
  }
  .mtb-3 {
    margin: 2.25rem 0 !important;
  }
  .mlr-3 {
    margin: 0 2.25rem !important;
  }
  .mt-3 {
    margin-top: 2.25rem !important;
  }
  .mb-3 {
    margin-bottom: 2.25rem !important;
  }
  .ml-3 {
    margin-left: 2.25rem !important;
  }
  .mr-3 {
    margin-right: 2.25rem !important;
  }
  .ptb-3 {
    padding: 2.25rem 0 !important;
  }
  .plr-3 {
    padding: 0 2.25rem !important;
  }
  .pt-3 {
    padding-top: 2.25rem !important;
  }
  .pb-3 {
    padding-bottom: 2.25rem !important;
  }
  .pl-3 {
    padding-left: 2.25rem !important;
  }
  .pr-3 {
    padding-right: 2.25rem !important;
  }
  .p-3 {
    padding: 2.25rem !important;
  }
  .mtb-4 {
    margin: 3rem 0 !important;
  }
  .mlr-4 {
    margin: 0 3rem !important;
  }
  .mt-4 {
    margin-top: 3rem !important;
  }
  .mb-4 {
    margin-bottom: 3rem !important;
  }
  .ml-4 {
    margin-left: 3rem !important;
  }
  .mr-4 {
    margin-right: 3rem !important;
  }
  .ptb-4 {
    padding: 3rem 0 !important;
  }
  .plr-4 {
    padding: 0 3rem !important;
  }
  .pt-4 {
    padding-top: 3rem !important;
  }
  .pb-4 {
    padding-bottom: 3rem !important;
  }
  .pl-4 {
    padding-left: 3rem !important;
  }
  .pr-4 {
    padding-right: 3rem !important;
  }
  .p-4 {
    padding: 3rem !important;
  }
  .mtb-5 {
    margin: 3.75rem 0 !important;
  }
  .mlr-5 {
    margin: 0 3.75rem !important;
  }
  .mt-5 {
    margin-top: 3.75rem !important;
  }
  .mb-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-5 {
    margin-left: 3.75rem !important;
  }
  .mr-5 {
    margin-right: 3.75rem !important;
  }
  .ptb-5 {
    padding: 3.75rem 0 !important;
  }
  .plr-5 {
    padding: 0 3.75rem !important;
  }
  .pt-5 {
    padding-top: 3.75rem !important;
  }
  .pb-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-5 {
    padding-left: 3.75rem !important;
  }
  .pr-5 {
    padding-right: 3.75rem !important;
  }
  .p-5 {
    padding: 3.75rem !important;
  }
  .mtb-6 {
    margin: 4.5rem 0 !important;
  }
  .mlr-6 {
    margin: 0 4.5rem !important;
  }
  .mt-6 {
    margin-top: 4.5rem !important;
  }
  .mb-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-6 {
    margin-left: 4.5rem !important;
  }
  .mr-6 {
    margin-right: 4.5rem !important;
  }
  .ptb-6 {
    padding: 4.5rem 0 !important;
  }
  .plr-6 {
    padding: 0 4.5rem !important;
  }
  .pt-6 {
    padding-top: 4.5rem !important;
  }
  .pb-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-6 {
    padding-left: 4.5rem !important;
  }
  .pr-6 {
    padding-right: 4.5rem !important;
  }
  .p-6 {
    padding: 4.5rem !important;
  }
  .mtb-7 {
    margin: 5.25rem 0 !important;
  }
  .mlr-7 {
    margin: 0 5.25rem !important;
  }
  .mt-7 {
    margin-top: 5.25rem !important;
  }
  .mb-7 {
    margin-bottom: 5.25rem !important;
  }
  .ml-7 {
    margin-left: 5.25rem !important;
  }
  .mr-7 {
    margin-right: 5.25rem !important;
  }
  .ptb-7 {
    padding: 5.25rem 0 !important;
  }
  .plr-7 {
    padding: 0 5.25rem !important;
  }
  .pt-7 {
    padding-top: 5.25rem !important;
  }
  .pb-7 {
    padding-bottom: 5.25rem !important;
  }
  .pl-7 {
    padding-left: 5.25rem !important;
  }
  .pr-7 {
    padding-right: 5.25rem !important;
  }
  .p-7 {
    padding: 5.25rem !important;
  }
  .mtb-8 {
    margin: 6rem 0 !important;
  }
  .mlr-8 {
    margin: 0 6rem !important;
  }
  .mt-8 {
    margin-top: 6rem !important;
  }
  .mb-8 {
    margin-bottom: 6rem !important;
  }
  .ml-8 {
    margin-left: 6rem !important;
  }
  .mr-8 {
    margin-right: 6rem !important;
  }
  .ptb-8 {
    padding: 6rem 0 !important;
  }
  .plr-8 {
    padding: 0 6rem !important;
  }
  .pt-8 {
    padding-top: 6rem !important;
  }
  .pb-8 {
    padding-bottom: 6rem !important;
  }
  .pl-8 {
    padding-left: 6rem !important;
  }
  .pr-8 {
    padding-right: 6rem !important;
  }
  .p-8 {
    padding: 6rem !important;
  }
  .mtb-9 {
    margin: 6.75rem 0 !important;
  }
  .mlr-9 {
    margin: 0 6.75rem !important;
  }
  .mt-9 {
    margin-top: 6.75rem !important;
  }
  .mb-9 {
    margin-bottom: 6.75rem !important;
  }
  .ml-9 {
    margin-left: 6.75rem !important;
  }
  .mr-9 {
    margin-right: 6.75rem !important;
  }
  .ptb-9 {
    padding: 6.75rem 0 !important;
  }
  .plr-9 {
    padding: 0 6.75rem !important;
  }
  .pt-9 {
    padding-top: 6.75rem !important;
  }
  .pb-9 {
    padding-bottom: 6.75rem !important;
  }
  .pl-9 {
    padding-left: 6.75rem !important;
  }
  .pr-9 {
    padding-right: 6.75rem !important;
  }
  .p-9 {
    padding: 6.75rem !important;
  }
  .mtb-10 {
    margin: 7.5rem 0 !important;
  }
  .mlr-10 {
    margin: 0 7.5rem !important;
  }
  .mt-10 {
    margin-top: 7.5rem !important;
  }
  .mb-10 {
    margin-bottom: 7.5rem !important;
  }
  .ml-10 {
    margin-left: 7.5rem !important;
  }
  .mr-10 {
    margin-right: 7.5rem !important;
  }
  .ptb-10 {
    padding: 7.5rem 0 !important;
  }
  .plr-10 {
    padding: 0 7.5rem !important;
  }
  .pt-10 {
    padding-top: 7.5rem !important;
  }
  .pb-10 {
    padding-bottom: 7.5rem !important;
  }
  .pl-10 {
    padding-left: 7.5rem !important;
  }
  .pr-10 {
    padding-right: 7.5rem !important;
  }
  .p-10 {
    padding: 7.5rem !important;
  }
}

body {
  background: url("../img/bg.png");
  font-size: 1.4rem;
  line-height: 1.85;
  position: relative;
  letter-spacing: 1px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #fbfbfb;
}

@media screen and (max-width: 768px) {
  body {
    line-height: 1.6;
  }
}

img {
  max-width: 100%;
}

p {
  margin-bottom: calc(1.4rem * 1.5);
}

.red {
  color: #c00015;
}

.gray {
  color: #333333;
}

.bg_a {
  background: url(../img/ap_livefriends.jpg) no-repeat center;
  background-size: contain;
  height: 422.4px;
}

@media screen and (max-width: 768px) {
  .bg_a {
    height: calc(100vw * 0.666);
  }
}

#main {
  padding: 100px 0 0 0;
}

.inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

#mainlogo {
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 544px) {
  #mainlogo {
    padding: calc(20px * 0.6);
  }
}

h1#maintitle {
  margin: 30px 0 30px 0;
  padding-bottom: 20px;
  text-align: center;
  font-family: essonnes-display, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5rem;
  color: #99865c;
  background: -webkit-linear-gradient(60deg, #99865c, #ebe0bc, #99865c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

@media screen and (max-width: 544px) {
  h1#maintitle {
    font-size: calc(5rem * 0.6);
  }
}

h1#maintitle:before {
  position: absolute;
  z-index: -1;
  content: "B'z presents LIVE FRIENDS";
  top: 1px;
  left: 50%;
  width: 100%;
  background: #040404;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

@media screen and (max-width: 768px) {
  h1#maintitle:before {
    display: none;
  }
}

h1#maintitle:after {
  z-index: 1;
  position: absolute;
  content: "";
  bottom: 4px;
  left: 0;
  height: 1px;
  width: 100%;
  background: -webkit-linear-gradient(0deg, #99865c, #ebe0bc, #99865c);
}

h1#maintitle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  background: -webkit-linear-gradient(0deg, #99865c, #ebe0bc, #99865c);
}

h2#pagetitle {
  margin: 30px 0 30px 0;
  padding-bottom: 20px;
  text-align: center;
  font-family: essonnes-display, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  color: #ebe0bc;
  /*background: -webkit-linear-gradient(60deg, $keyclr-1, $keyclr-2, $keyclr-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
  position: relative;
}

h2#pagetitle:after {
  z-index: 1;
  position: absolute;
  content: "";
  bottom: 4px;
  left: 0;
  height: 1px;
  width: 100%;
  background: -webkit-linear-gradient(0deg, #99865c, #ebe0bc, #99865c);
}

h2#pagetitle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  background: -webkit-linear-gradient(0deg, #99865c, #ebe0bc, #99865c);
}

.pointarea {
  background: #040404;
  color: #fbfbfb;
  padding: 30px;
  border-radius: 30px;
  border: solid 1px #858585;
}

.pointarea ul {
  padding-left: 20px;
}

.pointarea ul li {
  margin-bottom: calc(20px * 0.5);
  line-height: 1.5;
}

@media screen and (max-width: 544px) {
  .pointarea {
    padding: calc(30px * 0.6);
  }
}

#livesche {
  margin-top: 60px;
  margin-bottom: 1px;
  background: rgba(0, 0, 0, 0.5);
}

#livesche > div {
  padding: 60px 0;
}

#streamsche {
  background: rgba(0, 0, 0, 0.3);
}

#streamsche > div {
  padding: 60px 0;
}

.livetable {
  margin-top: 30px;
}

.livetable .livelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: calc(1.4rem * 1.2);
  font-weight: bold;
  padding: 0px 0px;
  border-left: 5px solid #99865c;
  background: #fbfbfb;
  margin-bottom: 1px;
  color: #040404;
}

.livetable .livelist > div:not(last-child) {
  padding-right: 20px;
}

.livetable .livelist .date {
  padding-left: 10px;
}

.livetable .livelist .date span {
  font-family: anton, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.livetable .livelist .date .ll {
  font-size: 4.5rem;
}

.livetable .livelist .date .l {
  font-size: 3rem;
}

.livetable .livelist .area {
  font-size: larger;
}

.livetable .livelist .place {
  font-size: larger;
  border-right: solid 1px;
}

.livetable .livelist .time {
  padding-left: 20px;
  font-size: larger;
  border-right: solid 1px;
}

.livetable .livelist .toi {
  padding-right: 10px;
}

.livetable .livelist .stream {
  background: #99865c;
  color: #fbfbfb;
  padding: 20px;
  font-size: calc(1.4rem * 1.4);
  width: 20%;
}

.livetable .livelist .period {
  padding-left: 20px;
}

.livetable .livelist .archive {
  background: #99865c;
  color: #fbfbfb;
  padding: 20px;
  font-size: calc(1.4rem * 1.2);
  line-height: 1.25;
  width: 20%;
}

.livetable .livelist .archiveperiod {
  padding-left: 20px;
}

@media screen and (max-width: 544px) {
  .livetable .livelist {
    padding: 10px;
  }
  .livetable .livelist .date {
    padding-left: 0px;
    line-height: 1;
  }
  .livetable .livelist .date .ll {
    font-size: calc(4.5rem * 0.8);
  }
  .livetable .livelist .date .l {
    font-size: calc(3rem * 0.8);
  }
  .livetable .livelist .place {
    font-size: larger;
    border-right: none;
  }
  .livetable .livelist .time {
    padding-left: 0px;
    font-size: larger;
    border-right: none;
  }
  .livetable .livelist .stream {
    padding: calc(20px * 0.6);
    line-height: 1;
    width: 100%;
  }
  .livetable .livelist .period {
    padding-left: 20px;
  }
  .livetable .livelist .archive {
    padding: calc(20px * 0.6);
    line-height: 1;
    width: 100%;
  }
  .livetable .livelist .archiveperiod {
    padding-left: 20px;
  }
}

.streamlist {
  border: solid 1px #99865c;
}

.ticketarea dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: solid 1px #858585;
}

.ticketarea dl dt {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background: #040404;
  color: #fbfbfb;
  padding: 15px 30px;
  text-align: center;
  font-size: calc(1.4rem * 1.4);
  border-right: solid 1px #858585;
}

.ticketarea dl dt.fonts {
  font-size: calc(1.4rem * 1.2);
  padding: 15px 30px;
}

.ticketarea dl dd {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 15px 30px;
  line-height: 1.25;
  margin-bottom: 0;
}

.ticketarea dl dd > span {
  display: inline-block;
}

.ticketarea dl dd > span:not(:last-child) {
  padding-right: 30px;
}

@media screen and (max-width: 544px) {
  .ticketarea dl dt {
    border-right: none;
    border-bottom: solid 1px #858585;
    width: 100%;
  }
  .ticketarea dl dd {
    padding: 15px 15px;
  }
}

#tablebox {
  /*thead {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
    */
}

#tablebox .txtbtn {
  border-radius: 15px;
  background: #040404;
  color: #ebe0bc;
  padding: 5px 10px;
  display: inline-block;
  margin: 10px 0;
}

#tablebox .txtbtn:hover {
  text-decoration: none;
}

#tablebox table, #tablebox td, #tablebox th {
  border-collapse: collapse;
  border: 1px solid #040404;
  line-height: 1.25;
}

#tablebox table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: none;
}

#tablebox table th {
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
}

#tablebox table tr:nth-child(odd) td {
  padding: 10px;
  background: #f7f7f7;
}

#tablebox table tr:nth-child(even) td {
  padding: 10px;
  background: #f2f2f2;
}

#tablebox table th {
  padding: 10px;
  font-size: 1.1rem;
  background: #333;
  color: #f7f7f7;
  width: 80px;
}

#tablebox table td {
  text-align: center;
  font-size: 1.1rem;
  width: 80px;
  color: #040404;
}

#tablebox table.ver2 th {
  width: 180px;
}

#tablebox table.ver2 td {
  width: 180px;
}

#tablebox .overflowauto {
  width: 100%;
  overflow-x: scroll;
  /*table{
		    width: 1600px;
		}*/
}

@media screen and (max-width: 992px) {
  #sptable {
    background: #fbfbfb;
    color: #040404;
    padding: 15px;
  }
  #sptable h4.chanName {
    text-align: center;
    border: solid 1px;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sptable h4.chanName:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    border-right: 2px solid #040404;
    border-bottom: 2px solid #040404;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 100;
  }
  #sptable h4.chanName.active:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: -5px;
  }
  #sptable h4.chanName img {
    max-height: 40px;
  }
  #sptable dt {
    text-align: center;
    border-bottom: solid 1px #999;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  #sptable dd {
    text-align: center;
    margin-bottom: 15px;
  }
  #sptable .chancon p a {
    border-radius: 15px;
    background: #99865c;
    color: #fbfbfb;
    padding: 5px 15px;
    display: inline-block;
    margin: 10px 0;
  }
}

#streamingcaution {
  border: solid 1px;
  border-radius: 20px;
}

.contitle {
  position: relative;
  text-align: center;
}

.contitle > span {
  padding: 1.5rem 2rem;
  line-height: 1;
  background: #fbfbfb;
  color: #99865c;
  font-size: 2.8rem;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-style: normal;
  font-weight: 900;
  border: solid 1px #99865c;
  margin: auto;
}

@media screen and (max-width: 544px) {
  .contitle > span {
    font-size: 2.3rem;
  }
}

.contitle:before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background: -webkit-linear-gradient(0deg, #99865c, #ebe0bc, #99865c);
}

.newstitle {
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  color: #99865c;
  border-bottom: solid 1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-shadow: 0px 1px 0px black;
}

@media screen and (max-width: 544px) {
  .newstitle {
    font-size: 1.8rem;
  }
}

.newstitle2 {
  font-size: 2.2rem;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-style: normal;
  font-weight: 900;
  background: #99865c;
  color: #fbfbfb;
  border-top: solid 1px #ebe0bc;
  border-bottom: solid 1px black;
  margin: 40px 0;
  padding: 15px;
  text-shadow: 0px 1px 0px black;
  text-align: center;
}

@media screen and (max-width: 544px) {
  .newstitle2 {
    font-size: 1.8rem;
    text-align: left;
  }
}

.tickettitle {
  font-size: 2rem;
  border-top: solid 1px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  border-left: solid 10px;
  padding: 1.5rem 0 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
  background: #fbfbfb;
  font-weight: bold;
}

@media screen and (max-width: 544px) {
  .tickettitle {
    font-size: 1.7rem;
  }
}

.subtitle {
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  color: #ffffff;
  border-bottom: solid 1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 544px) {
  .subtitle {
    font-size: 1.7rem;
  }
}

dl.ticketorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

dl.ticketorder dt {
  width: 13%;
  border-bottom: dotted 1px #333333;
  padding-bottom: calc(1.5rem *0.5);
  margin-bottom: calc(1.5rem *0.5);
}

@media screen and (max-width: 544px) {
  dl.ticketorder dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}

dl.ticketorder dd {
  width: calc(100% - 13%);
  border-bottom: dotted 1px #333333;
  padding-bottom: calc(1.5rem *0.5);
  margin-bottom: calc(1.5rem *0.5);
}

@media screen and (max-width: 544px) {
  dl.ticketorder dd {
    width: 100%;
    border-bottom: solid 1px #333333;
    padding-left: 1.5rem;
  }
}

.bblack {
  background: #040404;
  color: #fbfbfb;
  padding: 20px;
}

footer {
  background: #040404;
  padding: 60px;
  text-align: center;
}

footer #copy {
  text-align: center;
  color: #fbfbfb;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 30px;
  }
}

#snsbox {
  margin-bottom: 40px;
}

#snsbox a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 20px;
  margin: 0 15px;
  padding: 5px;
  position: relative;
}

#snsbox a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}

#snsbox a:hover {
  background: #999999;
}

@media screen and (max-width: 768px) {
  #snsbox {
    margin-bottom: 30px;
  }
  #snsbox a {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: 0 10px;
    padding: 5px;
  }
  #snsbox a img {
    width: 20px;
    height: 20px;
  }
  #snsbox a:hover {
    background: #999999;
  }
}

#offilink {
  text-align: center;
  margin-bottom: 40px;
}

#offilink img {
  max-width: 250px;
}

#offilink a {
  display: inline-block;
  width: 250px;
  margin: 0 10px;
  vertical-align: middle;
  border: solid 1px #666666;
  border-radius: 15px;
}

#offilink a:hover {
  background: #191919;
}

@media screen and (max-width: 992px) {
  #offilink a {
    width: 60%;
  }
  #offilink a img {
    width: 100%;
  }
  #offilink a:not(last-child) {
    margin-bottom: 15px;
  }
}

#loading {
  width: 100%;
  height: 100%;
  background: #fbfbfb;
  position: fixed;
  z-index: 99999;
}

#goodslist {
  background: url("../img/goods/goodsbg.png") no-repeat top center;
  background-size: cover;
  padding: 20px;
}

#goodslist .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 544px) {
  #goodslist .flex {
    margin: -10px;
  }
}

.goodsitem {
  width: 25%;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .goodsitem {
    width: 33.33%;
  }
}

@media screen and (max-width: 544px) {
  .goodsitem {
    width: 50%;
    padding: 8px;
  }
}

.goodsitem a {
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.goodsitem a:hover {
  text-decoration: none;
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}

.goodsitem a .goodsinfo {
  background: radial-gradient(#f8f8f8, #cdcdcd 80%, #cdcdcd);
  padding: 5px;
  color: #040404;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  position: relative;
}

.goodsitem a .goodsinfo_inner {
  padding: 5px;
  border: solid 1px;
}

@media screen and (max-width: 544px) {
  .goodsitem a .goodsinfo {
    padding: 3px;
    font-size: calc(1.4rem * 0.8);
  }
}

.goodsitem a .goodsinfo:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -5px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 10px;
  height: 40px;
  border-radius: 100% 0 0 100%/50% 0 0 50%;
  background: #cdcdcd;
}

@media screen and (max-width: 544px) {
  .goodsitem a .goodsinfo:before {
    width: 8px;
    height: 35px;
  }
}

.goodsitem a .goodsinfo:after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -5px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 10px;
  height: 40px;
  border-radius: 0 100% 100% 0%/0 50% 50% 0;
  background: #cdcdcd;
}

@media screen and (max-width: 544px) {
  .goodsitem a .goodsinfo:after {
    width: 8px;
    height: 35px;
  }
}

.goodsitem a .goodsinfo .itemname {
  margin-bottom: 0;
  border-bottom: solid 1px;
  font-weight: bold;
}

@media screen and (max-width: 544px) {
  .goodsitem a .goodsinfo .itemname {
    letter-spacing: -1px;
  }
}

.goodsitem a .goodsinfo .itemprice {
  margin-bottom: 0;
  font-weight: bold;
}

.modaal-container {
  background: rgba(255, 255, 255, 0.1) !important;
}

.modaal-content-container {
  color: #fbfbfb;
}

.goodsdetail {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .goodsdetail .detailimg img {
    max-width: 500px;
  }
}

.goodsdetail .detailinfo {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  color: #fbfbfb;
}

.goodsdetail .detailinfo .detailname {
  font-size: calc(1.4rem * 1.2);
  border-bottom: dotted 1px #858585;
}

.goodsdetail .detailinfo .detailspec {
  font-size: calc(1.4rem * 0.8);
  font-weight: normal;
}

.framwrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.framwrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#topbar {
  position: fixed;
  height: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#99865c), color-stop(#ebe0bc), to(#99865c));
  background: linear-gradient(90deg, #99865c, #ebe0bc, #99865c);
  top: 0;
  left: 0;
  z-index: 100;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 5px;
  left: 0;
  height: 100px;
  width: 100%;
  background: #fbfbfb;
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 544px) {
  header {
    height: calc(100px * 0.6);
  }
}

header.scdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

@media screen and (max-width: 544px) {
  header.scdown {
    height: calc(60px * 0.8);
  }
}

header:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#99865c), color-stop(#ebe0bc), to(#99865c));
  background: linear-gradient(90deg, #99865c, #ebe0bc, #99865c);
}

#logo {
  width: 10%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 544px) {
  #logo {
    padding: 5px;
    width: 15%;
  }
}

#logo img {
  max-height: calc(100px - (10px * 2));
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.scdown #logo img {
  max-height: calc(60px - (10px * 2));
}

#title {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 544px) {
  #title {
    width: 70%;
  }
}

#title h1 {
  text-align: center;
  font-family: essonnes-display, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  color: #99865c;
  background: -webkit-linear-gradient(45deg, #99865c, #ebe0bc, #99865c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 544px) {
  #title h1 {
    font-size: calc(3rem * 0.6);
    letter-spacing: 0;
  }
}

.scdown #title h1 {
  font-size: 2rem;
}

@media screen and (max-width: 544px) {
  .scdown #title h1 {
    font-size: calc(2rem * 0.8);
    letter-spacing: 0;
  }
}

#navbox {
  width: 10%;
  height: 40px;
  /*display: flex;
    align-items: center;*/
  text-align: center;
  /*position: absolute;*/
}

@media screen and (max-width: 544px) {
  #navbox {
    width: 15%;
  }
}

#navbox .hamburger {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 40px;
  /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px;
  /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  /*background: $fclr;*/
}

.nav-open #navbox .hamburger {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 544px) {
  #navbox .hamburger {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}

#navbox .hamburger .hamburger__line {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #856215;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-open #navbox .hamburger .hamburger__line {
  background-color: #ebe0bc;
}

#navbox .hamburger .hamburger__line--1 {
  top: 14px;
}

.nav-open #navbox .hamburger .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
}

#navbox .hamburger .hamburger__line--2 {
  top: 20px;
}

.nav-open #navbox .hamburger .hamburger__line--2 {
  height: 0;
}

#navbox .hamburger .hamburger__line--3 {
  top: 26px;
}

.nav-open #navbox .hamburger .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
}

#navi {
  position: fixed;
  right: -50%;
  /* これで隠れる */
  top: 0;
  width: 50%;
  /* スマホに収まるくらい */
  height: 100vh;
  padding: 40px 40px 40px 10%;
  /*background-color: #fff;*/
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
  overflow-x: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 992px) {
  #navi {
    right: -75%;
    width: 75%;
    padding: 40px 40px 40px 30%;
  }
}

@media screen and (max-width: 544px) {
  #navi {
    right: -90%;
    width: 90%;
    padding: 20px 20px 20px 30%;
  }
}

#navi:before {
  position: absolute;
  content: "";
  background: #040404;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  left: 10%;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 992px) {
  #navi:before {
    left: 15%;
  }
}

.nav-open #navi {
  right: 0;
}

#navi ul {
  padding-left: 0;
  margin-top: 60px;
}

#navi ul li {
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-size: 2.5rem;
  border-bottom: solid 1px;
  list-style: none;
  padding: 20px 0;
}

@media screen and (max-width: 544px) {
  #navi ul li {
    font-size: calc(2.5rem * 0.8);
    padding: calc(20px * 0.6) 0;
  }
}

#navi ul li a {
  padding: 20px;
  color: #856215;
  background: -webkit-linear-gradient(60deg, #856215, #ebe0bc, #856215);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 544px) {
  #navi ul li a {
    padding: calc(20px * 0.6);
  }
}

#navi ul li a:hover {
  color: #c00015;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #ebe0bc;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}

a {
  color: #c00015;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:not(.nobright):hover {
  color: #c00015;
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}

a.nobright:hover {
  opacity: .8;
}

a.anotb:hover {
  text-decoration: none;
}

a.textbtn {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  border: solid #c00015 1px;
  padding: 1.5rem 5rem;
  color: #c00015;
  position: relative;
  cursor: pointer;
  background: #fbfbfb;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  a.textbtn {
    padding: calc(1.5rem * 0.50) calc(5rem * 0.50);
  }
}

@media screen and (max-width: 544px) {
  a.textbtn {
    padding: calc(1.5rem * 0.80) calc(5rem * 0.80);
  }
}

a.textbtn:before {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 10px;
  -webkit-transform: translate(0%, -100%);
          transform: translate(0%, -100%);
  content: url("../img/arrow_red.svg");
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a.textbtn:hover {
  color: #c00015;
  text-decoration: none;
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}

a.textbtn:hover:before {
  right: 3px;
}

a.textbtn_red {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  border: solid #c00015 1px;
  padding: 1.5rem 5rem;
  color: #fbfbfb;
  position: relative;
  cursor: pointer;
  background: #c00015;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  a.textbtn_red {
    padding: calc(1.5rem * 0.50) calc(5rem * 0.50);
  }
}

@media screen and (max-width: 544px) {
  a.textbtn_red {
    padding: calc(1.5rem * 0.80) calc(5rem * 0.80);
  }
}

a.textbtn_red:before {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 10px;
  -webkit-transform: translate(0%, -100%);
          transform: translate(0%, -100%);
  content: url("../img/arrow_w.svg");
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a.textbtn_red:hover {
  color: #fbfbfb;
  text-decoration: none;
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}

a.textbtn_red:hover:before {
  right: 3px;
}

a.textbtn_key {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  border: solid #fbfbfb 1px;
  padding: 1.5rem 5rem;
  color: #fbfbfb;
  position: relative;
  cursor: pointer;
  background: #99865c;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  a.textbtn_key {
    padding: calc(1.5rem * 0.50) calc(5rem * 0.50);
  }
}

@media screen and (max-width: 544px) {
  a.textbtn_key {
    padding: calc(1.5rem * 0.80) calc(5rem * 0.80);
  }
}

a.textbtn_key:before {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 10px;
  -webkit-transform: translate(0%, -100%);
          transform: translate(0%, -100%);
  content: url("../img/arrow_w.svg");
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a.textbtn_key:hover {
  color: #fbfbfb;
  text-decoration: none;
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}

a.textbtn_key:hover:before {
  right: 3px;
}

.red {
  color: #c00015;
}

.larger {
  font-size: larger;
}

.smaller {
  font-size: smaller;
}

.fL {
  font-size: calc(1.4rem * 1.2);
}

.fXL {
  font-size: calc(1.4rem * 1.4);
}

.fXXL {
  font-size: calc(1.4rem * 1.8);
}

.fXXXL {
  font-size: calc(1.4rem * 2.4);
}

.fS {
  font-size: calc(1.4rem * 0.8);
}

.fXS {
  font-size: calc(1.4rem * 0.6);
}

@media screen and (max-width: 544px) {
  .fL {
    font-size: calc(calc(1.4rem * 1.2) * 0.9);
  }
  .fXL {
    font-size: calc(calc(1.4rem * 1.4) * 0.9);
  }
  .fXXL {
    font-size: calc(calc(1.4rem * 1.8) * 0.9);
  }
  .fXXXL {
    font-size: calc(calc(1.4rem * 2.4) * 0.9);
  }
  .fS {
    font-size: calc(calc(1.4rem * 0.8) * 0.9);
  }
  .fXS {
    font-size: calc(calc(1.4rem * 0.6) * 0.9);
  }
}

.indentXL {
  padding-left: 2.2rem;
  text-indent: calc(2.2rem*-1);
  line-height: 1.25;
}

.indentL {
  padding-left: 1.9rem;
  text-indent: calc(1.9rem*-1);
  line-height: 1.25;
}

.indent {
  padding-left: 1.9rem;
  text-indent: calc(1.9rem*-1);
  line-height: 1.5;
}

.indent3 {
  padding-left: 3.3rem;
  text-indent: calc(3.3rem*-1);
  line-height: 1.5;
}

.anton {
  font-family: anton, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.bbsolid {
  border-bottom: solid 1px;
}

.bbdouble {
  border-bottom: double;
}

.bbdotted {
  border-bottom: dotted 1px;
}

.bbnon {
  border-bottom: none !important;
}

.decounder {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #856215));
  background: linear-gradient(transparent 60%, #856215 0%);
}

.adj2 {
  max-width: 70%;
}

.adj3 {
  max-width: 80%;
}

.adj7 {
  max-width: 65%;
}

.adj8 {
  max-width: 55%;
}

@media screen and (max-width: 768px) {
  .adj2 {
    height: 8vw;
  }
  .adj3 {
    height: 8.5vw;
  }
  .adj4 {
    width: 40%;
    max-height: 8vw;
  }
  .adj5 {
    width: 45%;
    max-height: 8vw;
  }
  .adj7 {
    max-height: 65%;
  }
  .adj8 {
    max-height: 55%;
  }
  .adj9 {
    width: 30%;
    max-height: 8vw;
  }
}

.marka {
  background: #fbfbfb;
  color: #040404;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .d_md_block {
    display: block;
  }
}

.lhs {
  line-height: 1.25;
}

.lhl {
  line-height: 2.0;
}

.bbgold2 {
  position: relative;
}

.bbgold2:after {
  z-index: 1;
  position: absolute;
  content: "";
  bottom: 4px;
  left: 0;
  height: 1px;
  width: 100%;
  background: -webkit-linear-gradient(0deg, #99865c, #ebe0bc, #99865c);
}

.bbgold2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  background: -webkit-linear-gradient(0deg, #99865c, #ebe0bc, #99865c);
}

.announce {
  background: #000000;
  padding: 30px 60px;
  text-align: center;
  display: inline-block;
  margin: 5.0rem auto;
  border: solid 1px #99865c;
}

.announce h3 {
  font-size: 3.6rem;
  color: #99865c;
  background: -webkit-linear-gradient(60deg, #99865c, #ebe0bc, #99865c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-family: toppan-bunkyu-midashi-min-st, serif;
}

.announce h4 {
  font-size: 2.4rem;
  color: #99865c;
  background: -webkit-linear-gradient(60deg, #99865c, #ebe0bc, #99865c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-family: toppan-bunkyu-midashi-min-st, serif;
}

@media screen and (max-width: 768px) {
  .announce {
    margin: calc(5.0rem * 0.7) auto;
    padding: 20px 20px;
  }
  .announce h3 {
    font-size: calc(3.6rem * 0.7);
  }
  .announce h4 {
    font-size: calc(2.4rem * 0.7);
  }
}

#subnavi {
  background: -webkit-gradient(linear, left top, right top, from(#99865c), to(#ebe0bc));
  background: linear-gradient(to right, #99865c, #ebe0bc);
  /*height: 50px;*/
  border-radius: 30px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: 10px 20px;
}

#subnavi ul {
  padding-left: 0;
  margin-bottom: 0;
}

#subnavi ul li {
  font-size: calc(1.4rem * 1.4);
  font-weight: bold;
  display: inline-block;
  list-style: none;
  color: #fbfbfb;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  border-right: solid 1px;
}

#subnavi ul li:last-child {
  border-right: none;
}

#subnavi ul li a {
  color: #FFFFFF;
}

#subnavi ul li a:hover {
  text-decoration: none;
}

#subnavi ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  height: 1px;
  width: 0;
  background-color: #fbfbfb;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-transition: all 200ms 0s ease-in-out;
  transition: all 200ms 0s ease-in-out;
}

#subnavi ul li:hover:after {
  width: 100%;
}

#subnavi ul li span:first-child {
  font-size: 1.4rem;
  display: block;
  font-family: anton, sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}

#subnavi ul li span:last-child {
  display: block;
  line-height: 1;
  font-size: calc(1.4rem * 0.85);
}

@media screen and (max-width: 900px) {
  #subnavi ul {
    overflow: scroll;
    padding-left: 0;
    margin-bottom: 0;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  #subnavi ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 10px;
    padding-left: 0;
    font-size: calc(1.4rem * 0.7);
  }
}

.faqbox {
  margin-bottom: 60px;
}

.faqbox dt {
  text-align: left;
  padding: 2rem 4rem 2rem 4rem;
  position: relative;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.1);
  line-height: 180%;
  cursor: pointer;
}

.faqbox dt:before {
  content: 'Ｑ';
  position: absolute;
  left: 10px;
  font-size: 2rem;
}

.faqbox dt:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  border-right: 2px solid #99865c;
  border-bottom: 2px solid #99865c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 100;
}

.faqbox dt.active {
  color: #99865c;
}

.faqbox dt.active:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-top: -5px;
}

.faqbox dd {
  text-align: left;
  padding: 2rem 2rem 2rem 4rem;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  line-height: 180%;
  margin-bottom: 3rem;
}

.faqbox dd:before {
  content: 'Ａ';
  position: absolute;
  left: 10px;
  font-size: 2rem;
}

.faqbox p.channellink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  line-height: 150%;
}

.faqbox p.channellink span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.faqbox .chanlogo {
  background: white;
  padding: 2px 8px;
  width: 90px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faqbox .chanlogo img {
  max-width: 100%;
  max-height: 18px;
}

.faqbox .chantxt {
  padding: 2px 8px 2px 16px;
}

.faqbox div.channellinkyoko {
  display: table;
  margin-bottom: 1rem;
  line-height: 150%;
  height: 35px;
}

.faqbox div.channellinkyoko div {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 10.11%;
  margin: 0.5%;
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}

.faqbox div.channellinkyoko div span.chanlogo {
  display: table-cell;
  width: 120px;
  height: 35px;
  vertical-align: middle;
}

.faqbox div.channellinkyoko div span.chanlogo img {
  vertical-align: middle;
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .faqbox div.channellinkyoko div {
    width: 32%;
    margin: 0.5%;
    display: inline-block;
  }
}

.faqbox2 a {
  color: #99865c;
  font-weight: bold;
}

.faqbox2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.faqbox2 dt {
  width: 150px;
  background: #333;
  color: #FFF;
  margin-bottom: 1rem;
  padding: 5px 15px;
}

.faqbox2 dd {
  width: calc(100% - 150px);
  margin-bottom: 1rem;
  padding: 5px 15px;
}

.faqtitle {
  font-size: calc(1.4rem * 1.4);
  border-top: solid 1px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  border-left: solid 10px;
  padding: 1.5rem 0 1.5rem 1.5rem;
  background: #040404;
  color: #ebe0bc;
}
