/** Shopify CDN: Minification failed

Line 370:0 Unexpected "]"

**/
.largeorder-sp {
  display: none;
  @media (max-width: 699px) {
    display: block;
  }
}
.largeorder-pc {
  display: block;
  @media (max-width: 699px) {
    display: none;
  }
}

.c_largeorder-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
}

.c_largeorder-header__title-en {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 28px;
  text-align: center;
  color: #1c1c1c;
  font-weight: normal;
  @media (max-width: 699px) {
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 28px;
  }
}

.c_largeorder-header__title {
  font-weight: 400;
  font-size: 38px;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: center;
  color: #21324f;
  margin-top: 10px;
  @media (max-width: 699px) {
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 40px;
    margin-top: 6px;
  }
}

.c_button-type2 {
  max-width: 500px;
  width: 100%;
  padding-inline: 24px;
  padding-block: 21px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: center;
  color: #917440;
  border: 1px solid #917440;
  display: block;
  margin-top: 50px;
  margin-inline: auto;
  position: relative;
  transition: background-color 0.3s ease;

  @media (max-width: 699px) {
    margin-top: 32px;
    max-width: 290px;
    font-size: 18px;
    letter-spacing: 0.05em;
  }

  &:hover {
    background-color: #e9e3d9;
  }

  &:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #917440;
    width: 60px;
    height: 1px;
    top: 50%;
    translate: 0 -50%;
    right: -30px;
    transition: all 0.3s ease;
    @media (max-width: 699px) {
      width: 40px;
      right: -20px;
    }
  }
}

.c_button-type2:hover::after {
  animation: OutIn-Line 700ms;
  transition: all 0.3s;
}

@keyframes OutIn-Line {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  50% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  50.1% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.c_largeorder-inquiry {
  padding-top: 100px;
  @media (max-width: 699px) {
    padding-top: 51px;
  }
}

.c_largeorder-inquiry__sentence {
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: center;
  span {
    margin-block-start: 0px !important;
  }
  @media (max-width: 699px) {
    letter-spacing: 0.03em;
  }
}
.c_largeorder-inquiry__sentence span {
  margin-block-start: 0px !important;
  display: inline-block;
}
.globo-form {
  .label-content {
    font-family: "Shippori Mincho";
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: left;
    color: #1c1c1c;
  }

  .globo-form-control {
    margin-bottom: 31px;
  }

  .globo-form-control label {
    margin-bottom: 4px;
  }

  .globo-form-control label .text-danger {
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    color: #f00;
  }

  .globo-form-control input,
  .globo-form-control textarea,
  .globo-form-control select {
    height: 60px;
    background-color: #fff;
    box-shadow: initial;
    padding-inline: 20px;
    padding-block: 19px 16px;
    appearance: none;
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 28px;
    position: relative;

    &:placeholder {
      color: #b9b9b9;
    }

    @media (max-width: 699px) {
      height: 50px;
      padding-block: 13.5px 11.5px;
    }
  }

  .globo-form-control .globo-form-input .globo-form-icon {
    display: none;
  }

  .globo-form-control.layout-2-column:has([data-label="ご用途"]) {
    width: 100%;
  }

  .globo-form-control .gfb__quantity-element {
    box-shadow: initial;
  }

  .globo-form-control .gfb__quantity-element .gfb__quantity-button {
    background-color: initial;
  }

  .globo-form-control .gfb__quantity-element .gfb__quantity-button svg {
    display: none;
  }

  .gfb__quantity-button.gfb__minus-button {
    position: relative;
    &::before {
      content: "";
      position: absolute;
      width: 17px;
      height: 1px;
      display: block;
      background-color: #1c1c1c;
      top: 50%;
      left: 50%;
      translate: -50% -50%;
    }
  }

  .gfb__quantity-button.gfb__add-button {
    position: relative;
    &::before,
    &::after {
      content: "";
      position: absolute;
      width: 17px;
      height: 1px;
      display: block;
      background-color: #1c1c1c;
      top: 50%;
      left: 50%;
      translate: -50% -50%;
    }

    &::after {
      rotate: 90deg;
    }
  }
  .globo-form-control .globo-form-input {
    position: relative;
  }
  .globo-form-control .globo-form-input:has(select) {
    &::after {
      content: "";
      position: absolute;
      display: block;
      top: 50%;
      translate: 0 -50%;
      width: 11px;
      height: 11px;
      right: 21.5px;
      border-right: 1px solid #1c1c1c;
      border-bottom: 1px solid #1c1c1c;
      transform: rotate(45deg);
      @media (max-width: 699px) {
        right: 13px;
        width: 10px;
        height: 10px;
      }
    }
  }

  .globo-form-control.layout-2-column[data-type="radio"] {
    width: 100%;

    .flex-wrap {
      display: flex;
      gap: 20px;

      @media (max-width: 699px) {
        gap: 6px;
        flex-direction: column;
      }

      .globo-list-control.option-1-column {
        width: fit-content;
        padding: 0;
      }

      .radio-label {
        font-size: 17px;
        letter-spacing: 0.05em;

        &::before {
          box-shadow: none;
          border-color: transparent;
          z-index: 1;
          background: #e8e8e8 !important;
          transition: initial !important;
          translate: 0 2px;
        }

        &:after {
          background: #e8e8e8 !important;
          border: none;
          translate: 0 2px;
        }
      }
    }

    .radio-wrapper .radio-input:checked ~ .radio-label:before {
      background: #21324f !important;
      scale: 0.5;
    }
  }

  .help-text.globo-description {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: #1c1c1c;
    padding-left: 1em;
    text-indent: -1em;
    @media (max-width: 699px) {
    }
  }

  .globo-form-control.layout-1-column:has([data-label="お支払い方法"]) {
    width: 50%;
    @media (max-width: 699px) {
      width: 100%;
    }
  }

  .globo-form-app .panel textarea {
    min-height: 160px;
  }

  .classic-button {
    background-color: #393939 !important ;
    border-color: #393939 !important ;
    max-width: 300px !important;
    width: 100% !important;
    min-height: 60px !important;
    border-radius: 0 !important;
    font-size: 17px !important;
    letter-spacing: 0.05em !important;
  }
]
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
  }
}

.c_header-btn-wrap {
  display: flex;
  gap: 20px;
}

@media (max-width: 999px) {
  .c_header-btn-wrap--header {
    display: none;
  }

  .c_header-btn-wrap {
    flex-direction: column;
  }
}

.c_header-btn {
  --btn-bg-color: #f9f9f9;
  --btn-text-color: #1c1c1c;

  line-height: 1;
  padding: 15px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.2;

  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid var(--btn-bg-color);

  @media (max-width: 999px) {
    font-size: 15px;
    letter-spacing: 0.05em;
    width: 100%;
    line-height: 1.2;
    /* max-width: 290px; */
  }
}

.c_header-btn--1 {
  background-color: var(--btn-bg-color);
  transition: border 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}

.c_header-btn--1:hover {
  background-color: #fff;
  color: #1c1c1c;
  border: 1px solid #21324f;
}

.c_header-btn--2 {
  --btn-bg-color: #21324f;
  --btn-text-color: #ffffff;
  color: var(--btn-text-color);
  border: 1px solid var(--btn-bg-color);
  /* === 背景アニメーション用 === */
  background-color: #0000;
  background-image: var(--initial-gradient), var(--hover-gradient);
  background-size: 100% 100%, 0 100%;
  background-position: var(--initial-background-position);
  --initial-gradient: linear-gradient(var(--btn-bg-color), var(--btn-bg-color));
  --hover-gradient: linear-gradient(transparent, transparent);
  --initial-background-position: right center;
  --hover-background-position: left center;
  background-repeat: no-repeat;

  transition: background-size 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), background-position 0.45s step-end, color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .c_header-btn--2:hover {
    color: var(--btn-bg-color);
    background-position: var(--hover-background-position);
    border-color: var(--btn-bg-color);
    background-size: 0 100%, 100% 100%;
  }

  .c_header-btn--2:hover {
    color: var(--btn-bg-color);
    background-position: var(--hover-background-position);
    border-color: var(--btn-bg-color);
    background-size: 0 100%, 100% 100%;
  }
}

.image-modal {
  display: none;
}

.globo-form-control input,
.globo-form-control textarea,
.globo-form-control select {
  &::placeholder {
    color: #b9b9b9 !important;
  }
}

.header__primary-nav-item a {
  font-size: 14px !important;
  letter-spacing: 0.05em !important;
}

.header-sidebar__linklist-button {
  font-size: 14px !important;
  letter-spacing: 0.05em !important;
}
