@charset "UTF-8";

h1,h2,h3,h4,h5 {
  line-height: 1.5;
  font-family: var( --ff-serif );
}

/*---- テーブル ----*/
.table {
  &,
  td,
  th {
    border-collapse: collapse;
    border: 1px solid #ccc;
  }

  td,
  th {
    padding: 12px;
    font-size: 1.4rem;
  }

  th {
    color: #444;
    line-height: 1.5;
    font-weight: 600;
    background-color: #f5f5f5;

  }
  td {
    background: none;
  }
}

/*---- テキストカラー ----*/
.text-muted {
  color: #777;
}

.text-warning {
  color: #8a6d3b;
}

.text-danger {
  color: var( --cl-dn );
}

.default-price {
  text-decoration: line-through;
  font-weight: 600;
  font-size: .9em;

  .price-small {
    font-size: 1em;
  }
}

/*---- テキストサイズ ----*/
.price-small {
  font-size: .8em;
}

/*---- パネル ----*/
.panel {
  padding: 10px;
  overflow: hidden;
  border: solid 1px #00000028;
  background: #fff;
}

/*---- バッジ ----*/
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #777;

  &:empty {
    display: none;
  }
}

/*---- ツールチップ ----*/
.balloontip {
  min-width: 20px;
  padding: 10px;
  border-radius: 6px;
  opacity: 1;
  z-index: 32767;
  text-align: left;
  font-size: 1.2rem;
  border: 1px solid #777;
  box-shadow: #555 4px 4px 4px;
  color: #fff;
  background: #444;
}

/*---- ドロップダウン ----*/
.dropdown {
  z-index: 11000;

  li {
    background: #444;

    span {
      display: block;
      padding: 13px 15px;
      margin: 0;
      text-decoration: none;
      line-height: 1;
      color: #fff;
      cursor: pointer;

      &:hover {
        background: #616d0b;
      }
    }
  }
}

/*---- モーダルダイアログ ----*/
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  z-index: 10000;
}

.modal-overlay-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  z-index: 10002;
}

.modal-alert {
  width: 400px;
  z-index: 10003;
}

.modal-dialog {
  z-index: 10001;
}

.modal-header {
  display: flex;
  padding: 0;
  font-size: 1.7rem;
  font-weight: 600;
  clear: both;
  border-bottom: none;
  line-height: 1;
  color: #fff;
  background-color: #444;
  justify-content: space-between;
  align-items: center;

  .modal-title {
    padding: 15px 20px 15px;
  }

  .modal-close {
    display: flex;
    width: 44px;
    height: 44px;
    position: relative;
    cursor: pointer;
    clear: both;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
    justify-content: center;
    align-items: center;
  }
}

.modal-content {
  background: var( --col_Background );
}

.modal-body {
  padding: 20px;

  p {
    margin-bottom: 10px;
  }

  li {
    border-bottom: 1px dotted #444;

    a {
      padding: 12px;
      color: #4da7ba;
      display: flex;
      max-width: 560px;
      font-size: 1.6rem;

      i {
        margin: 0 10px 0 auto;
        color: #444;
        font-size: 1.6rem;
      }

      &:hover {
        text-decoration: none;

        i {
          color: #4da7ba;
          text-decoration: none;
        }
      }
    }
  }
}

.modal-footer {
  padding: 0 10px 15px;
}

.modal-alert .modal-footer {
  text-align: center;

  input {
    width: 40%;
  }
}

.modal-dialog .modal-footer {
  text-align: center;

  .btn {
    min-width: 150px;
    margin-right: 5px;
  }
}

/*---- ヘッダー警告 ----*/
.header-warning {
  position: relative;
  padding: 10px;
  background: #fffacd;
  border-bottom: 1px solid #b0c4de;
}

.header-warning-contents {
  display: block;
  padding-right: 18px;
  text-align: center;
  background: transparent;
}

.header-warning-close {
  display: block;
  position: absolute;
  width: 18px;
  cursor: pointer;
  font-weight: 600;
  top: 10px;
  right: 10px;
  background: transparent;
}

/*---- 検索エンジン向けH1タグ ----*/
.optimaized-h1 {
  margin: 0;
  font-size: 1.0rem;

  h1& {
    position: fixed;
    background: #fffffd;
    width: 100%;
    box-sizing: border-box;
    padding: 3px 10px;
    top: 0;
    z-index: 9999;

    & + .wrapper {
      .pane-header .block-header {
        &,
        .block-headernav--item-list li.block-cart-btn,
        .block-headernav--item-list li.block-menu-btn {
          top: 15px;
        }
      }

      header {
        height: 70px;

        &::before {
          top: 70px;
        }
      }
    }
  }
}

/*---- レビュー ----*/
.star-base {
  cursor: pointer;
  width: 120px;
  height: 30px;
  background: url("/img/usr/user_review/star.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.star-select {
  width: 120px;
  height: 30px;
  background: url("/img/usr/user_review/star.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/*---- 注文ステータス ----*/
.status-order,
.status-cancel,
.status-income,
.status-reserve,
.status-rship,
.status-ship,
.status-verify,
.status-return,
.status-status_,
.status-status_1,
.status-status_2,
.status-status_3,
.status-status_4,
.status-status_9 {
  width: auto;
  height: auto;
  min-height: 50px;
  border: #ccc solid 1px;
  padding: 5px 0;
  background: #fffffd;
}

.status-message,
.status-percentage {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
  padding: 0 5px;
}

.status-message {
  width: 75%;
}

.status-percentage {
  width: 25%;
  color: #031241;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: right;
}

[class^="status-progress"] {
  display: block;
  position: relative;
  width: 96%;
  height: 14px;
  margin: 6px auto 0;
  background: #ccc;

  &::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    border-right: #031241 solid 4px;
    background: #1e5799;
  }
}
.status-progress-20::after {
  width: 20%;
}

.status-progress-40::after {
  width: 40%;
}

.status-progress-60::after {
  width: 60%;
}

.status-progress-80::after {
  width: 80%;
}

.status-progress-100::after {
  width: 100%;
}

.status-reserve,
.status-cancel,
.status-return,
.status-status_,
.status-status_1,
.status-status_2,
.status-status_3,
.status-status_4,
.status-status_9 {
  .status-message {
    width: 100%;
  }
}

.status-reserve [class^="status-progress"]::after {
  border-right: #ea7500 solid 4px;
  background: #f79800;
}

.status-return [class^="status-progress"]::after {
  border-right: #028900 solid 4px;
  background: #00ab0b;
}

.block-purchase-history-detail--goods-qty-title {
  white-space: nowrap;
}

.block-purchase-history-detail--goods-qty {
  text-align: center;
}
.block-purchase-history-detail--goods-total-price-title {
  text-align: right !important;
}
.block-purchase-history-detail--goods-total-price {
  word-break: auto-phrase;
}

/*---- ホワイトスペース制御 ----*/
.white-space-pre-wrap {
  white-space: pre-wrap;
}

.block-topic-details--pager-top.pager,
.block-topic-details--pager-bottom.pager {
  margin: 15px 0;
}

.price {
  color: var( --cl-br );
}

/*---- 検索サジェスト ----*/
.block-search-suggest {
  position: absolute;
  display: block;
  z-index: 1000;
  text-align: left;
  padding: 5px;
  width: 290px;
  background: #fffffd;
  border: solid 1px #ccc;
}

.block-search-suggest--keyword {
  padding: 2px;
}

.block-search-suggest--keyword-entry {
  display: block;
  text-decoration: none;
}

.block-search-suggest--goods {
  min-height: 60px;
  padding: 2px;
  display: block;
  clear: both;
}

.block-search-suggest--goods-img {
  display: block;
  float: left;
  width: 60px;
  margin-right: 10px;

  img {
    width: 60px;
    height: 60px;
  }
}

.block-search-suggest--goods-name,
.block-search-suggest--goods-comment,
.block-search-suggest--goods-price-items {
  width: 100%;
}

/*---- 郵便番号サジェスト ----*/
.block-ziplist--ziplist-frame {
  z-index: 2000;
}

#block_of_itemhistory {
  border-top: 1px #00000028 solid;
  margin: 20px 10px;
  padding-top: 30px;

  ul.block-thumbnail-h,
  ul.block-thumbnail-h--items {
    padding: 0;
  }
}

/*---- キーワードリスト ----*/
.block-goods-comment2 {
  margin: 0 !important;
  padding: 0 0 24px;
  border-bottom: 1px solid #00000028;

  .block-goods-keywords {
    margin: 12px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;

    h2 *, h3 *,
    h2,h3 {
      margin: 0;
      padding: 0;
      font-family: var( --ff-sans_serif );
      font-weight: 600;
      font-style: normal;
      font-size: 1.4rem;
      flex-shrink: 0;

      &::before {
        content: "【";
      }

      &::after {
        content: "】";
      }
    }

    ul {
      display: flex;
      flex-wrap: wrap;
      margin: 4px 0 0;
      gap: 12px 8px;

      li {
        box-sizing: border-box;
        border-radius: 3px;
        overflow: hidden;
        height: 28px;
        line-height: 1;
        background: #fffffd;
        border: 1px solid #00000028;

        > * {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%;
          color: #666;
          padding: 0 14px 0 16px;
        }
        a {
          color: var( --col_Gold );
          transition: .3s;
          text-decoration: none;

          &::after {
            background-color: var( --col_Gold );
          }
        }
      }
    }
  }
}

.block-goods-link {
  margin-bottom: 10px;
}

/*---- ページャ ----*/
.block-goods-list-auto-load--continue span {
  text-decoration: underline;
}

/*---- parts ----*/
.page-event .block-pickup-list-p--goods-description .variation-name.js-enhanced-ecommerce-variation-name {
  display: none;
}

.h1.block-category-list--header {
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  word-break: auto-phrase;;
  padding: 0 12px;
  min-height: 3em;
  font-family: var( --ff-sans_serif ) !important;
  font-weight: 600;
  font-size: 1.3rem;
  color: var( --col_MypreBlue );
}

.block-top-event--goods {
  margin: 0;
}

.block-top-event--image a {
  pointer-events: none;
}

.pane-contents {
  animation: fadeIn .7s ease-in 0s 1 normal;
}

@keyframes marquee {
    0% { left: 100%; transform: translate(0); }
  100% { left: 0;    transform: translate(-100%); }
}
#header-news {
  display: flex;
  height: 32px;
  align-items: center;
  max-width: 100vw;

  .inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    overflow: hidden;

    p {
      display: inline-block;
      padding-left: 100%;
      white-space: nowrap;
      animation: marquee 24s linear infinite;
      font-size: 1.2rem;
      line-height: 1;
    }
  }
}

/*---- マイページ ----*/
.block-mypage--customer-status {
  margin: 0 0 30px;
  border-radius: 6px;
  padding-top: 0;
  overflow: hidden;

  .block-mypage--sign {
    padding: 0;
    margin: 0 -16px;

    .block-mypage--customer-name {
      display: flex;
      justify-content: center;
      margin: 0 0 8px;
      border-radius: 0;
      padding: 8px 8px;

      &::before {
        content: "";
        display: block;
        height: 28px;
        width: 28px;
        margin: -2px 2px 0;
        background: var( --col_MypreBlue );
        mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22uuid-92022754-cca7-41b3-8831-6ed08826ca6b%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.34%2C22.75c0-3.41%2C3.54-6.18%2C6.95-6.18%2C3.86%2C0%2C6.95%2C2.77%2C6.95%2C6.18H7.34ZM18.16%2C9.61c0%2C2.13-1.73%2C3.86-3.86%2C3.86-2.13%2C0-3.86-1.73-3.86-3.86%2C0-2.13%2C1.73-3.86%2C3.86-3.86%2C2.13%2C0%2C3.87%2C1.73%2C3.87%2C3.86%2C0%2C0%2C0%2C0%2C0%2C0Z%22%20style%3D%22fill%3A%20none%3B%20stroke%3A%20%2300467F%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%201.5px%3B%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E");
      }
    }

    .block-mypage--logout a {
        color: var( --cl-dn );
    }
  }
}

#mypagenav {
  h2 {
    margin: 20px 0 0;
    color: var( --cl-heading );

    &:first-child {
      margin: 0;
    }
  }
}

.block-icon-image--flex-align-left {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1;
  gap: 6px;

  .block-icon-image--flex-cell {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;

    &:first-of-type {
      > div {
        position: relative;
        width: 24px;
        height: 24px;
      }
    }

    .block-icon-image {
      width: 24px;
      height: 24px;
      background-size: contain;
    }

    .block-icon-image--shopping-basket {
      top: -4px;
    }

    .block-icon-image--envelope {
      top: -5px;
    }
  }
}

.block-icon-image--table-cell-angle-right {
  .block-icon-image-double-small {
    background-color: transparent;
  }
}

.block-mypage--member-info-item-update-address-book {
  background: #fafafa !important;
}
.block-mypage--member-info-items .block-mypage--update-address-book dd {
  padding-left: 2em;
  font-feature-settings: "palt";
}
.block-mypage--member-info-items .block-mypage--update-address-book-description {
  .block-mypage--member-info-items--link2 {
    background: car(--col_Background );
    height: 40px;
    padding-left: 2em;

    .block-icon-image--dest-change {
      margin-top: 12.5px;
      opacity: .5;
    }
  }

  .block-mypage--member-info-items .block-mypage--update-address-book-description a {
    padding-left: 2em;
  }
}

.block-mypage--withdrawal-link {
  a {
    display: inline-flex;
    align-items: center;
    margin: 0;
    height: 36px;
    padding: 0;
  }
}

/*---- MEGA_FOOTER ----*/
footer.pane-footer {
  padding: 32px 16px;
  color: var( --col_MypreBlue );
  font-family: var( --ff-sans_serif );
  font-size: 1.4rem;
  background-color: color-mix(in srgb, var( --col_paleGray ) 45%, transparent);

  .footer-content {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: stretch;
    flex-direction: column-reverse;

    h2 {
      margin: 0 0 16px;
      padding: 0 0 4px;
      border-bottom: 1px solid currentColor;
      font-family: var( --ff-sans_serif );
      font-size: 1.4rem;
    }

    a {
      color: currentColor;
      text-decoration: none;
      line-height: 1;
      text-decoration: none;
      font-feature-settings: "palt";
      font-size: 1.3rem;
      transition: .3s;

      &:hover {
        text-decoration: underline;
      }
    }

    .block-footer-corp {
      display: flex;
      flex-direction: column;
      border-radius: 4px;
      margin: 0;
      padding: 20px 16px 18px;
      text-align: center;
      background: #fffffd;

      .footer-corp-logo {
        order: 1;
        margin: 0;
        padding: 0;
        border: 0;
        display: flex;
        justify-content: center;

        a {
          display: block;

          &::after { display: none; }

          > svg {
            fill: #fff;
            background: currentColor;
            height: 64px;
          }

          p {
            display: block;
            margin: 12px 0 24px 0;
            font-weight: 600;
            font-size: 2.2rem;
          }
        }
      }

      .footer-corp-statement {
        order: 0;
        margin: 0 0 28px;
        text-align: center;
        line-height: 2.2;
        font-feature-settings: "palt";
        font-size: 1.2rem;
      }

      .footer-corp-links {
        order: 3;

        .footer-corp-links--name {
          margin: 0 0 20px;
          font-feature-settings: "palt";
          font-weight: 600;
          font-size: 1.8rem;
        }
        .footer-corp-links--list {
          display: flex;
          flex-direction: column;

          li {
            display: grid;
            place-items: center;
            height: 32px;

            a {
              padding: 0;
              font-size: 1.4rem;
            }
          }
        }
      }
    }

    .footer-sub {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      gap: 24px;

      ul {
        display: flex;
        flex-wrap: wrap;
        gap: 12px 1px;
        align-items: center;

        li {
          width: calc((100% - 1px) /2);
        }
      }

      > div {
        div + div {
          margin-top: 32px;
        }
      }

      & .footer-sub-prices {
        ul {
          gap: 8px 1px;
        }
      }

      .footer-sub-exlinks {
        ul {
          gap: 16px;

          li {
            width: 100%;
          }
        }

        small {
          display: block;
          margin: 0 0 2px;
          font-size: 1.2rem;
        }

        a {
          display: inline-flex;
          position: relative;
          font-weight: 600;
          font-size: 1.4rem;

          &::after {
            background-color: currentColor;
          }

          svg rect {
            fill: currentColor;
          }
        }
      }

      .footer-sub-contacts {
        & > div {
          border: 1px solid currentColor;
          padding: 15px;
          text-align: center;
          background: #fffffd;

          & + & {
            margin-top: 12px;
          }

          h3 {
            margin: 0 0 16px;
            padding: 0;
            font-family: var( --ff-sans_serif );
            font-weight: 600;
            font-size: 1.8rem;
          }
        }

        .tel {
          a {
            display: inline-block;
            margin: 0 0 12px;
            font-weight: 600;
            font-size: 3rem;
            letter-spacing: .1em;
            margin-left: .1em;
          }
        }

        .web {
          a {
            width: 100%;
            border-radius: 4px;
            height: 56px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 16px;
            color: #fff;
            font-size: 1.6rem;
            background: var( --col_MypreBlue );
            text-decoration: none !important;

            &::after {
              background-color: currentColor;
            }
          }
        }
      }
    }
  }

  address {
    margin: 40px -16px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    font-size: 1.4rem;

    a {
      color: currentColor;
      text-decoration: none;
      line-height: 1.7;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;

      &::before {
        content: "｜";
      }

      &:hover {
        text-decoration: underline;
      }
    }
  }
}
.page-cart form[name="form10000002"] .block-cart--order-btn {
  display: block;
}
.page-cart form[name="form10000002"] .block-cart--order-btn-gift {
  display: none;
}
.page-method .block-order-method--spec{
  display: none;
}

.ag-no-underline {
  &::after {
    display: none !important;
  }
}

.hidden-option  {
  display: none;
}