﻿@charset "UTF-8";

/* イベント（レスポンシブ） ファーストビュー用 */

/*usr/sb_layout.css のコピー ここから */

/* ここまでusr/sb_layout.css のコピー */

/*usr/sb_base.css のコピー ここから */

.btn-primary {
  color: #fff;
  border: solid 1px #00AC5A;
  background-color: #00AC5A;
}

/* ここまで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: 835px) {
  /*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-s {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .container-m {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .pane-contents {
    min-height: 600px;
  }

  .pane-header {
    padding-top: 118px;
  }

  /* ここまでsys/responsive_layout.css のコピー */

  /*sys/responsive_block_goods.css のコピー ここから */

  .block-goods-list-naviframe {
    text-align: right;
  }

  .block-event-list--header-wrap {
    margin-bottom: 40px;
  }

  .block-event-list--header-wrap .container-s {
    height: 200px;
  }

  .block-event-page--header-img {
    width: auto;
    max-width: 100%;
    max-height: 200px;
  }

  .block-event-page--header-img img {
    width: auto;
    max-height: 200px;
  }
  .block-event-page--comment{
    max-width: 1240px;
    margin: 0 auto;
  }

  /* ---- アイコン ---- */

  .block-icon {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

  .block-icon > span {
    display: block;
    margin-right: 0;
  }

  .block-icon > span + span {
    margin-left: 0;
  }

  /* ---- イベント ---- */

  .block-event-page--goods {
    display: flex;
    flex-wrap: wrap;
    max-width: 1240px;
    margin: 0 auto;
  }

  .block-event-page--goods > * {
    width: 100%;
  }

  /* ----商品一覧画面：サムネイル：block-thumbnail-t---- */

  .block-thumbnail-t .block-thumbnail-t--items {
    gap: clamp(2.5rem, -2.654rem + 9.88vw, 5rem) clamp(1.25rem, -0.039rem + 2.47vw, 1.875rem);
    padding-bottom: 100px;
}

  .block-thumbnail-t .block-thumbnail-t--item {
    width: calc((100% - calc(clamp(1.25rem, -0.039rem + 2.47vw, 1.875rem)* 4)) / 5);
  }

  .block-thumbnail-t--goods-name {
    font-weight: unset;
  }

  /* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */

  .block-pickup-list-p--item {
    padding: 40px 0;
  }
  .block-pickup-list-p--item:first-child {
    padding-top: 0;
  }
  .block-pickup-list-p--items a {
    display: block;
    width: 100%;
  }
  .block-pickup-list-p--items a::after {
    content: "";
    display: block;
    clear: both;
  }
  .block-pickup-list-p--goods-image {
    width: 216px;
    margin-right: 40px;
    float: left;
  }
  .block-pickup-list-p--item .block-icon {
    width: calc(100% - 256px);
    margin-bottom: 20px;
  }
  .block-pickup-list-p--goods-description {
    width: calc(100% - 256px);
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }
  .block-pickup-list-p--goods-name {
    font-size: 18px;
  }
  .block-pickup-list-p--comment {
    font-size: 16px;
    line-height: 1.62;
  }

  /* フッター */
  .pane-footer {
    padding: 70px 20px 50px;
  }
  .block-footer-top{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: clamp(3.125rem, -5.661rem + 13.71vw, 4.625rem);
    margin: 0 0 50px;
  }
  .block-footernav__title{
    font-size: clamp(1rem, 0.742rem + 0.49vw, 1.125rem);
    margin-bottom: 32px;
  }
  .block-footernav__list a {
    font-size: clamp(0.813rem, 0.426rem + 0.74vw, 1rem);
  }
  .block-footer-contact{
    width: 370px;
    padding: 20px;
  }
  .block-footer-sns{
    margin-bottom: 0;
  }
  .block-footer-sns__title{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .block-footer-logo img{
    width: 188px;
    height: auto;
  }

  /* ここまでsys/responsive_block_goods.css のコピー */

  /*usr/responsive_layout.css のコピー ここから */


  /* ここまでusr/responsive_layout.css のコピー */

  /*usr/responsive_block.css のコピー ここから */

  .block-filter {
    height: 70px;
    margin: 32px 0;
  }
  .pane-main .block-goods-list--params {
    margin: 0 20px 40px;
    padding: 60px 0 20px;
    border-bottom: 1px solid #1F2123;
    display: none;
  }
  .block-goods-list--params .block-filter .block-filter--header, .block-goods-list--params .block-filter .block-filter--header.block-filter--header.block-filter--open {
    width: 190px;
    height: 54px;
  }
  .pane-main .block-goods-list--params .block-goods-list--display-style-items, .pane-main .block-goods-list--params .block-goods-list--sort-order-items {
    width: 155px;
  }
  .block-goods-list--params .block-goods-list--display-style-items .block-style--header {
    width: 155px;
    height: 54px;
  }
  .block-goods-list--params .block-goods-list--display-style-items .block-style--header h2 {
    font-size: 16px;
    width: 155px;
    height: 54px;
    padding: 13px 4px;
  }

  /* 絞り込みフィルタ */
  .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 のコピー */
}
