﻿@charset "UTF-8";

/* イベント（レスポンシブ） ファーストビュー用 */

/*usr/sb_layout.css のコピー ここから */

.pane-header + .pane-globalnav + .pane-contents {
  padding-top: 112px;
}

/* ここまでusr/sb_layout.css のコピー */

/*usr/sb_base.css のコピー ここから */

.btn-primary {
  border: 1px solid #0870D5;
  background: #0870D5;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  font-size: 12px;
  font-weight: bold;
}

/* ここまでusr/sb_block.css のコピー */
.block-event-head {
  position: relative;
  width: 100%;
  height: 300px;
  background: url(../../img/usr/event/mv.jpg) center / cover no-repeat;
}

.block-event-title {
  position: absolute;
  bottom: 42.5px;
  left: 19px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  font-family: "游ゴシック体",
    YuGothic,
    "游ゴシック",
    "Yu Gothic",
    sans-serif;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px;
  margin: 0;
}

.block-event-title small {
  display: block;
  font-size: 18px;
}

.block-event-anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 24px 10px 20px;
}

.block-event-anchor li {
  width: calc(50% - 7.5px);
  height: 46px;
  border: 1px solid #0054A6;
}

.block-event-anchor li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #0054A6;
  font-size: 13px;
  background: url(../../img/usr/event/icon_anchor_btn.png) center right 8px / 16px no-repeat;

}

.block-event-common-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 30px;
  padding: 0;
  border: 0;
  text-align: center;
  font-family: "Noto Sans JP",
    "メイリオ",
    Meiryo,
    "ヒラギノ角ゴ Pro W6",
    "Hiragino Kaku Gothic Pro",
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.333;
  color: #0054A6;
  background: none;
}

.block-event-link-btn {
  width: 240px;
  height: 46px;
  margin: 0 auto 60px;
}

.block-event-link-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #0054A6;
  border-bottom: 3px solid #003386;
}

.block-event-common-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #0054A6;
  margin-top: 10px;
}
@media screen and (min-width: 933px) {
  /*usr/responsive_base.css のコピー ここから */

  .pager-total {
    margin-right: 30px;
  }

  /* ここまでusr/responsive_base.css のコピー */

  /* 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 {
    margin-bottom: 0;
    padding: 21px 0 56px;
    text-align: right;
  }

  .pager > * {
    display: inline-block;
  }

  .pager-scope {
    display: inline-block;
    margin-right: 5px;
    margin-left: 0;
  }

  .pager-total {
    display: inline-block;
  }

  .pagination {
    display: inline-block;
  }

  .pagination > * {
    padding: 2px 7px;
    background-color: #fff;
  }

  .pager-current span {
    font-weight: normal;
  }

  /* ここまで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: 25px;
  }

  /* ここまでsys/responsive_layout.css のコピー */

  /*sys/responsive_block_goods.css のコピー ここから */

  .block-goods-list-naviframe {
    text-align: right;
  }

  /* ---- アイコン ---- */

  .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--goods {
    display: flex;
    flex-wrap: wrap;
  }

  .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 {
    flex-grow: 0;
    flex-shrink: 0;
    width: unset;
    min-width: 50%;
    max-width: 100%;
    border-bottom: 1px solid #dedede;
  }

  /* ----商品一覧画面：サムネイル：block-thumbnail-t---- */

  .block-thumbnail-t .block-thumbnail-t--items {
    display: grid;
    grid-template-columns: repeat(auto-fill, 200px);
    justify-content: center;
    margin-bottom: 50px;
    padding: 0;
    column-gap: 40px;
    row-gap: 24px;
    font-size: unset;
  }

  .block-thumbnail-t .block-thumbnail-t--item {
    display: inline-block;
    width: 200px;
    margin: unset;
  }

  .block-thumbnail-t--goods-image figure {
    width: 200px;
    height: 200px;
    background: #f5f5f5;
  }

  .block-thumbnail-t--goods-name {
    font-weight: unset;
  }

  /* ----商品一覧画面：ピックアップ：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 のコピー */

  /*usr/responsive_layout.css のコピー ここから */

  .pane-header + .pane-globalnav + .pane-contents {
    padding-top: 162px;
  }

  .pane-globalnav {
    position: fixed;
    z-index: 9999;
    top: 112px;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    color: #000;
  }

  /* ここまでusr/responsive_layout.css のコピー */

  /*usr/responsive_block.css のコピー ここから */

  .block-filter {
    height: 70px;
    margin: 32px 0;
  }

  /* 絞り込みフィルタ */
  .block-filter--header {
    position: fixed;
    right: unset;
    bottom: 70px;

    /* コンテナを考慮した画面右下にアイコンを設定する */
    left: min(100vw - 60px - 10px, ((100vw - var(--responsive-sys-container-width)) / 2) + var(--responsive-sys-container-width) - 60px - 10px);
    cursor: pointer;
  }

  /* ここまでusr/responsive/block.css のコピー */
    /* ----イベント画面---- */
    .block-event-head {
      height: 430px;
      background: url(../../img/usr/event/mv_pc.jpg) center / cover no-repeat;
    }

    .block-event-title {
      position: absolute;
      bottom: 152px;
      left: 65px;
      font-size: 64px;
      padding-bottom: 14px;
    }

    .block-event-title small {
      font-size: 34px;
      text-align: center;
    }

    .block-event-anchor {
      justify-content: space-between;
      gap: 0;
      width: 1016px;
      margin: 50px auto 30px;
    }

    .block-event-anchor li {
      width: 480px;
      height: 72px;
    }

    .block-event-anchor li:nth-of-type(n+3) {
      margin-top: 16px;
    }

    .block-event-anchor li a {
      font-size: 20px;
      background-size: 28px;
      background-position: center right 24px;
    }

    .block-event-anchor li a:hover {
      text-decoration: none;
      opacity: .7;
    }

    .block-event-link-btn {
      width: 1016px;
      height: 72px;
      margin: 0 auto 100px;
    }

    .block-event-link-btn a {
      font-size: 24px;
    }

    .block-event-link-btn a:hover {
      text-decoration: none;
      opacity: .7;
    }

    .block-event-common-title {
      font-size: 36px;
    }

    .block-event-common-title::after {
      width: 80px;
      height: 2px;
    }
}
