@charset "UTF-8";
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available; }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available; } }
.wrapper {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh; }
  .wrapper:not(#login) {
    padding-top: 140px; }

.img-txt {
  display: block;
  height: 0 !important;
  font-size: 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden; }

.keypoint {
  background-image: url(../images/logo-keypoint.svg);
  background-size: contain; }

ol.circle {
  counter-reset: circle-num;
  list-style: none;
  padding: 0;
  margin: 1rem 0; }
  ol.circle li {
    padding-left: 1.125rem;
    position: relative; }
    ol.circle li::before {
      content: counter(circle-num);
      counter-increment: circle-num;
      border: 1px solid #212529;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 0.825rem;
      width: 0.825rem;
      font-size: 62.5%;
      line-height: 1;
      position: absolute;
      top: .375rem;
      left: 0; }

.d-col {
  flex: 1 0 0%; }

.d-col-auto {
  flex: 0 0 auto;
  width: auto; }

.callthestaff::before {
  display: inline-block;
  vertical-align: -3px;
  margin-right: .25em;
  width: 18px;
  height: 18px;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 14 14' fill='none' stroke='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.18164 3.74707L11.0393 10.4286' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8373 10.0774L1.32782 12.2855L0.71875 11.2305L7.38579 4.09912' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.39648 11.8046L3.92011 12.7115C4.11007 13.0371 4.42158 13.2739 4.78612 13.3698C5.15065 13.4656 5.53835 13.4128 5.86392 13.2228C6.1895 13.0329 6.42628 12.7214 6.52217 12.3568C6.61806 11.9923 6.56522 11.6046 6.37526 11.279L6.2914 11.1338' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.44385 1.83698V0.583496' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.2466 6.63965H13.5001' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.38867 6.63965H2.64215' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.16113 2.35742L4.04748 3.24377' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8398 3.24377L11.7261 2.35742' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.serchfilter::before {
  display: inline-block;
  vertical-align: -3px;
  margin-right: .25em;
  width: 18px;
  height: 18px;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 14 14' fill='none' stroke='%23000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 0.5H0.5L5.5 7.5V13.5L8.5 11.5V7.5L13.5 0.5Z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.add-cross::before {
  display: inline-block;
  vertical-align: -3px;
  margin-right: .25em;
  width: 18px;
  height: 18px;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 14 14' fill='none' stroke='%23000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0.5V13.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.5 7H13.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.btn.mark-only {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  padding-top: 38px;
  overflow: hidden; }
  .btn.mark-only::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    margin: 0; }

#login main, #login section, #login .container-fluid, #login .container-fluid > .d-flex {
  min-height: 100vh; }
#login .keypoint {
  width: 100%;
  padding-top: 30%; }
#login .btn-login {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  font-weight: bold; }

#pointmember_register main .btn, #pointmember_typeselect main .btn {
  padding: 1.5rem;
  font-weight: bold; }
  #pointmember_register main .btn svg, #pointmember_typeselect main .btn svg {
    display: block;
    margin: 0 auto 1rem; }
#pointmember_register main .btn {
  color: #000; }
#pointmember_typeselect main .btn {
  color: #fff; }

.camera-area {
  position: relative;
  background-color: #e9ecef; }
  .camera-area .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

header, footer {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 1030; }

header {
  top: 0; }
  header .keypoint {
    width: 140px;
    padding-top: 40px; }
  header .dropdown-burger {
    height: 16px;
    line-height: 16px; }
    header .dropdown-burger::after {
      display: inline-block;
      vertical-align: middle;
      margin-left: .25em;
      width: 16px;
      height: 16px;
      content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000' stroke-width='2' stroke-miterlimit='10' fill='none' d='M3 2h24 m-24 10h24 m-24 10h24'/%3E%3C/svg%3E"); }
    header .dropdown-burger.is-active::after {
      content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000' stroke-width='2' stroke-miterlimit='10' fill='none' d='M3 3l24 24 M3 24l24 -24'/%3E%3C/svg%3E"); }
    header .dropdown-burger:hover {
      text-decoration: none; }
    header .dropdown-burger:focus {
      text-decoration: none;
      outline: 0; }
  header .page-title {
    margin: 2rem 0 0 1rem;
    line-height: 36px; }
  header .page-title-line {
    position: relative; }
    header .page-title-line #go-back {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0.5rem; }
      header .page-title-line #go-back::before {
        display: inline-block;
        vertical-align: -3px;
        width: 20px;
        height: 20px;
        content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23198754' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' d='M8 3L4 7L8 11'/%3E%3C/svg%3E"); }
    header .page-title-line > .page-title {
      font-size: 1.25rem; }

footer.innner-footer {
  position: inherit;
  padding: 0 .5rem 1rem;
  text-align: left;
  background-color: #000;
  color: #fff; }
  footer.innner-footer .footer-logo {
    width: auto;
    height: auto;
    max-width: 100px; }

footer .d-flex {
  height: 100px; }
footer.global-menu {
  display: block;
  background-color: #000; }
footer.control-menu {
  display: block;
  background-color: #dee2e6; }

.global-menu .menu-item {
  position: relative;
  text-align: center;
  color: #fff; }
  .global-menu .menu-item::before {
    display: block;
    padding: 15px;
    width: 60px;
    height: 60px;
    border-radius: 5px; }
  .global-menu .menu-item.active::before {
    background-color: #343a40; }
  .global-menu .menu-item.home::before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 14 14' fill='none' stroke='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 6.94C13.501 6.8012 13.473 6.66372 13.4179 6.53632C13.3628 6.40892 13.2818 6.29438 13.18 6.2L7.00002 0.5L0.820023 6.2C0.718248 6.29438 0.637236 6.40892 0.582143 6.53632C0.52705 6.66372 0.499084 6.8012 0.500023 6.94V12.5C0.500023 12.7652 0.60538 13.0196 0.792916 13.2071C0.980452 13.3946 1.23481 13.5 1.50002 13.5H12.5C12.7652 13.5 13.0196 13.3946 13.2071 13.2071C13.3947 13.0196 13.5 12.7652 13.5 12.5V6.94Z' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 13.5V9.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .global-menu .menu-item.notice::before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 14 14' fill='none' stroke='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 5.75C11 4.68913 10.5786 3.67172 9.82843 2.92157C9.07828 2.17143 8.06087 1.75 7 1.75C5.93913 1.75 4.92172 2.17143 4.17157 2.92157C3.42143 3.67172 3 4.68913 3 5.75V9.25C3 9.64782 2.84196 10.0294 2.56066 10.3107C2.27936 10.592 1.89782 10.75 1.5 10.75H12.5C12.1022 10.75 11.7206 10.592 11.4393 10.3107C11.158 10.0294 11 9.64782 11 9.25V5.75Z' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 13.25H8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 0.5L7 1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .global-menu .menu-item.task::before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 14 14' fill='none' stroke='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 0.5H3.5C1.84315 0.5 0.5 1.84315 0.5 3.5V10.5C0.5 12.1569 1.84315 13.5 3.5 13.5H10.5C12.1569 13.5 13.5 12.1569 13.5 10.5V3.5C13.5 1.84315 12.1569 0.5 10.5 0.5Z' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.91699 4.75L5.91699 9.75L3.91699 8.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .global-menu .menu-item.dailyreport::before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 14 14' fill='none' stroke='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 2C1.23478 2 0.98043 2.10536 0.792893 2.29289C0.605357 2.48043 0.5 2.73478 0.5 3V12.5C0.5 12.7652 0.605357 13.0196 0.792893 13.2071C0.98043 13.3946 1.23478 13.5 1.5 13.5H12.5C12.7652 13.5 13.0196 13.3946 13.2071 13.2071C13.3946 13.0196 13.5 12.7652 13.5 12.5V3C13.5 2.73478 13.3946 2.48043 13.2071 2.29289C13.0196 2.10536 12.7652 2 12.5 2H10.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.5 5.5H13.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.5 0.5V3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5 0.5V3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.5 2H8.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .global-menu .menu-item.register::before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 14 14' fill='none' stroke='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 13.5C10.5 13.5 13 12.2619 13 9.50614C13 6.51075 11.5 4.51382 8.5 3.01613L9.68 1.49846C9.73995 1.39889 9.77246 1.28526 9.77425 1.16909C9.77604 1.05292 9.74704 0.938348 9.69018 0.836979C9.63333 0.73561 9.55065 0.651051 9.45051 0.591872C9.35038 0.532693 9.23636 0.500998 9.12 0.5H4.88C4.76364 0.500998 4.64962 0.532693 4.54949 0.591872C4.44935 0.651051 4.36667 0.73561 4.30982 0.836979C4.25296 0.938348 4.22396 1.05292 4.22575 1.16909C4.22754 1.28526 4.26005 1.39889 4.32 1.49846L5.5 3.02611C2.5 4.53379 1 6.53072 1 9.52611C1 12.2619 3.5 13.5 7 13.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.25 6L7 8.33333L8.75 6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 8.33301V10.9581' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.25 8.33301H8.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.25 9.7915H8.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .global-menu .menu-item .badge {
    position: absolute;
    top: 10px;
    left: 100%;
    transform: translate(-50%, -50%); }

@media (max-width: 575.98px) {
  #store-name, #staff-name {
    display: none; } }
.wrapper[id^="pointmember_"] header {
  background-color: #f8f9fa; }

.wrapper[id^="customerorder_"] header {
  background-color: #fff; }
.wrapper[id^="customerorder_"] main {
  background-color: #f8f9fa;
  height: calc(100vh - 240px) !important;
  overflow-y: auto; }

.border-radius-block {
  display: block;
  border-radius: 0.375rem;
  border: 1px solid #dee2e6;
  color: #212529;
  background-color: #fff; }
  .border-radius-block + .border-radius-block {
    margin-top: 5px; }
  .border-radius-block.active {
    border: 1px solid #6647FF; }

.product_variation .product_variation_list li + li {
  margin-top: 5px; }

.customerorder_info .customerorder_item .item-info {
  font-size: 0.875em;
  margin-bottom: .25rem; }

.optional_products .optional_item + .done {
  background-color: #e8e3ff; }
  .optional_products .optional_item + .done::after {
    display: inline-block;
    display: inline-block;
    vertical-align: -1px;
    margin-left: .25em;
    width: 14px;
    height: 14px;
    content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 14 14' fill='none' stroke='%236647FF' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 8.55029L3.23 12.0602C3.32212 12.1799 3.44016 12.2772 3.57525 12.3448C3.71034 12.4123 3.85898 12.4484 4.01 12.4502C4.15859 12.452 4.3057 12.4205 4.44063 12.3583C4.57555 12.296 4.6949 12.2044 4.79 12.0902L13.5 1.55029' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.list-header {
  border-top: 1px solid #dee2e6; }
  .list-header * {
    font-size: 0.875em;
    text-align: center !important; }

.item-size-color {
  min-width: 20%; }
  .item-size-color span:not(:first-child) {
    margin-left: .25em; }

.item-size-color, .item-total, .item-store {
  flex: 1 0 0%; }

.item-ea, .item-amt {
  width: 125px; }

.item-qty {
  width: 100px; }

.item-jan, .item-option {
  width: 200px; }

.item-stock {
  width: 100px; }

.item-jan, .item-stock {
  text-align: center; }

.item-ea, .item-amt, .item-qty, .item-qty * {
  text-align: end; }

.optional-cord {
  width: 200px; }

.optional-ea, .optional-amt {
  width: 125px; }

.optional-qty {
  width: 75px; }

.optional-cord {
  text-align: center; }

.optional-ea, .optional-amt, .optional-qty, .optional-ea * {
  text-align: end; }

.customerorder_list_tag {
  display: inline-flex;
  align-items: center;
  border-radius: var(--bs-border-radius-pill);
  padding-right: .75rem;
  margin: 0;
  margin-right: .5rem;
  line-height: 1; }
  .customerorder_list_tag.tag-accepted {
    background-color: #cedef4; }
  .customerorder_list_tag.tag-directed {
    background-color: #d1ecf1; }
  .customerorder_list_tag.tag-ordered {
    background-color: #d4edda; }
  .customerorder_list_tag.tag-delivered {
    background-color: #f0f4dd; }
  .customerorder_list_tag.tag-deposited {
    background-color: #e2e3e5; }
  .customerorder_list_tag .badge {
    margin-right: .25rem; }

.item-name {
  font-weight: normal;
  margin-bottom: 0; }

.item-option .badge + .badge {
  margin-left: .25rem; }

.customer-cat-icon {
  display: block;
  text-align: center;
  width: 60px;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 30px;
  background-color: #dee2e6; }

.customer-point::before {
  display: inline-block;
  margin-right: .25em;
  width: 16px;
  height: 16px;
  content: "P";
  color: #fff;
  background-color: #ff304d;
  font-size: 12px;
  border-radius: 10px;
  text-align: center; }

.customer-phone::before {
  display: inline-block;
  vertical-align: -1px;
  margin-right: .25em;
  width: 14px;
  height: 14px;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 14 14' fill='none' stroke='%23000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.24782 12.9819C4.63328 13.3783 3.90097 13.5511 3.17402 13.4712C2.44708 13.3912 1.76983 13.0634 1.25617 12.5428L0.807105 12.1037C0.610232 11.9023 0.5 11.6319 0.5 11.3503C0.5 11.0687 0.610232 10.7982 0.807105 10.5969L2.71312 8.71085C2.91281 8.51461 3.18158 8.40465 3.46156 8.40465C3.74153 8.40465 4.01031 8.51461 4.20999 8.71085C4.41136 8.90773 4.6818 9.01796 4.96342 9.01796C5.24504 9.01796 5.51547 8.90773 5.71684 8.71085L8.71058 5.71711C8.81045 5.61869 8.88976 5.5014 8.94389 5.37206C8.99802 5.24272 9.0259 5.1039 9.0259 4.96369C9.0259 4.82347 8.99802 4.68466 8.94389 4.55531C8.88976 4.42597 8.81045 4.30868 8.71058 4.21026C8.51434 4.01058 8.40438 3.7418 8.40438 3.46183C8.40438 3.18185 8.51434 2.91308 8.71058 2.71339L10.6066 0.817359C10.808 0.620485 11.0784 0.510254 11.36 0.510254C11.6417 0.510254 11.9121 0.620485 12.1135 0.817359L12.5526 1.26642C13.0731 1.78008 13.4009 2.45733 13.4809 3.18427C13.5609 3.91122 13.3881 4.64353 12.9916 5.25807C10.9259 8.30244 8.29751 10.924 5.24782 12.9819Z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.customer-zip::before {
  display: inline-block;
  margin-right: .25em;
  content: "〒"; }

.pic::before {
  display: inline-block;
  content: "担当："; }

:not(.list-header) > .item-ea:not(.diabled)::before, :not(.list-header) > .item-amt:not(.diabled)::before, :not(.list-header) > .optional-ea:not(.diabled)::before, :not(.list-header) > .optional-amt:not(.diabled)::before {
  display: inline-block;
  margin-right: .25em;
  content: "¥"; }
:not(.list-header) > .item-ea.no-mark::before, :not(.list-header) > .item-amt.no-mark::before, :not(.list-header) > .optional-ea.no-mark::before, :not(.list-header) > .optional-amt.no-mark::before {
  display: none; }

.add-button, .option-button {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  padding-top: 30px;
  overflow: hidden; }
  .add-button::before, .option-button::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 14 14' fill='none' stroke='%23ff304d' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0.5V13.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.5 7H13.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.add-button::before {
  width: 30px;
  height: 30px;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 14 14' fill='none' stroke='%23ff304d' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0.5V13.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.5 7H13.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.option-button::before {
  width: auto;
  font-size: 24px;
  line-height: 1;
  color: #343a40;
  content: "加工"; }

.fs-7 {
  font-size: 0.85rem !important; }

.fs-8 {
  font-size: 0.7rem !important; }

main .contents-wrap {
  position: relative;
  min-height: 100%;
  padding-bottom: 180px; }
  main .contents-wrap > section {
    max-width: 1280px;
    margin: 0 auto; }
  main .contents-wrap .innner-footer {
    position: absolute;
    bottom: 0;
    height: 160px; }

.file-input-wrap .file-selected {
  display: none; }
.file-input-wrap.selected .file-selected {
  display: block; }
.file-input-wrap.selected .file-empty {
  display: none; }

/*# sourceMappingURL=style.css.map */
