﻿@charset "UTF-8";

/* イベント（レスポンシブ） ファーストビュー用 */

/* ここまでusr/sb_layout.css のコピー */

/*usr/sb_base.css のコピー ここから */

.btn-primary {
  border: 1px solid #d53100;
  background: #d53100;
  color: #fff;
}

/* ここまでusr/sb_base.css のコピー */

/*usr/sb_block.css  のコピー ここから */

.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--cart-btn .block-list-add-cart-btn {
  width: 100%;
  padding: 12px;
  border-radius: 22px;
  font-size: 13px;
}

/* ここまでusr/sb_block.css のコピー */

@media screen and (min-width: 1101px) {
  /* sys/responsive_base_form.css のコピー ここから */

  /* ----入力フォームボタン---- */

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  input[type="url"],
  input[type="number"],
  select,
  textarea {
    padding: 4px;
    border: 1px solid #ccc;
  }

  input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
  }

  /* ----ボタン---- */

  .btn {
    display: inline-block;
    margin: 0;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
  }

  /* ここまで sys/responsive_base_form.css のコピー */

  /*sys/responsive_base_misc.css のコピー ここから */

  /* ----ページャー---- */

  .pager-scope,
  .pager-total {
    font-size: 1.4rem;
  }

  .pager-total {
    margin-right: auto;
  }

  .pagination {
    display: flex;
  }

  .pagination > li {
    min-width: 0;
    margin-left: 24px;
  }

  .pagination > * {
    list-style-type: none;
    float: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
  }

  .pagination > .disabled {
    color: var(--cl-pgr);
  }

  .pagination li a {
    color: var(--cl-pgr);
  }

  .pager-current {
    color: var(--cl-bl);
    background-color: transparent;
    border: none;
  }

  .pager-current span {
    position: relative;
    padding-bottom: 4px;
    font-weight: 700;

    &::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: var(--cl-bl);
    }
  }

  .block-icon-image--first,
  .block-icon-image--last {
    width: 12px;
    height: 12px;
    background-image: url(../../img/usr/common/pc/arw_pager_2.png);
  }

  .block-icon-image--prev,
  .block-icon-image--next {
    width: 7px;
    height: 12px;
    background-image: url(../../img/usr/common/pc/arw_pager_1.png);
  }

  /* ここまでsys/responsive_base_misc.css のコピー */

  /*sys/responsive_layout.css のコピー ここから */

  .container {
    max-width: var(--responsive-sys-container-width);
    margin: 0 auto;
  }
  .pane-contents {
    min-height: 600px;
    padding-bottom: 0;
  }

  /* ここまでsys/responsive_layout.css のコピー */

  /*sys/responsive_block_goods.css のコピー ここから */

  .block-goods-list-naviframe {
    margin: 40px 0 28px;
    padding: 0;
    text-align: left;
  }

  /* ---- アイコン ---- */

  .block-icon {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .block-icon > span {
    display: block;
    margin-right: 0;
  }

  .block-icon > span + span {
    margin-left: 0;
  }

  /* ---- イベント ---- */

  .block-event-page {
    margin-top: 40px;
  }

  .block-event-page--header {
    font-size: 2.4rem;
  }

  .block-event-page--goods > * {
    width: 100%;
  }

  .block-event-page--goods .block-goods-list--display-style-items {
    flex-grow: 1;
    flex-shrink: 1;
    width: unset;
    min-width: 50%;
    max-width: 100%;
    border-bottom: 1px solid #dedede;
  }

  .block-event-page--goods .block-goods-list--sort-order-items {
    min-width: 0;
    max-width: none;
    margin-left: 14px;
    border-bottom: none;
  }

  .block-event-page--goods {
    margin-top: 40px;
  }

  .block-goods-list--params {
    padding: 0;
  }

  .block-filter--header-label {
    width: 144px;
    height: 30px;
    font-size: 1.5rem;
    font-weight: 400;

    &::before {
      background-image: url(../../img/usr/common/pc/filter_icon.png);
    }

    &::after {
      right: 8px;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      background-image: url(../../img/usr/common/pc/filter_plus.png);
    }
  }

  .block-goods-list--stock-info {
    margin-left: 20px;

    label:has(input[type="checkbox"]) {
      height: 22px;
      font-size: 1.4rem;

      &::before {
        height: 22px;
        border-radius: 22px;
      }

      &::after {
        left: 23px;
        width: 18px;
        height: 18px;
        border-radius: 18px;
      }
    }
  }

  /* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */

  .block-pickup-list-p .block-pickup-list-p--items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    column-gap: 40px;
  }

  /* ここまでsys/responsive_block_goods.css のコピー */

  /* ----20251029 added---- */

  .page-event .pane-contents .container {
    max-width: none;
    padding: 0;
  }

  .page-event .pane-contents .block-topic-path .container,
  .block-event-page--header,
  .block-event-page--goods {
    max-width: var(--responsive-sys-container-width);
    margin: 0 auto;
    padding: 0 10px;
  }

  /* ----商品一覧画面：サムネイル：block-thumbnail-t---- */

  .block-thumbnail-t .block-thumbnail-t--items {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 0;
    gap: 15px;
    font-size: unset;
  }

  .block-thumbnail-t .block-thumbnail-t--item {
    display: inline-block;
    width: calc((100% - 60px) / 5);
    margin: unset;
  }

  .block-filter-modal-body {
    width: 760px;
    padding: 24px;

    .item-close_btn {
      top: 16px;
      right: 16px;
    }

    h2 {
      font-size: 2.2rem;
    }

    .block-filter-list {
      margin-top: 16px;
      padding: 31px 105px;

      .block-filter-list-item {
        display: flex;
        align-items: center;

        & + .block-filter-list-item {
          margin-top: 32px;
        }

        dt {
          width: calc(100% - 298px);
        }

        dd {
          width: 298px;
          margin-top: 0;
        }
      }
    }

    .block-filter-btns {
      margin-top: 16px;

      ul {
        display: flex;
        justify-content: center;
        gap: 16px;

        li {
          width: 230px;

          button {
            &.block-filter--search-btn {
              padding-left: 6px;

              &::before {
                left: 16px;
                width: 22px;
                height: 18px;
                margin-top: -9px;
                background-image: url(../../img/usr/common/pc/filter_submit.png);
              }
            }
          }
        }
      }
    }
  }
}
