﻿@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 #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: 769px) {
  /*usr/responsive_base.css のコピー ここから */


  /* ここまで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;
  }

  /* ここまでsys/responsive_layout.css のコピー */

  /*sys/responsive_block_goods.css のコピー ここから */

  .block-goods-list-naviframe {
    text-align: right;
  }

  .block-category-tree {
    border: none;
  }

  .block-category-list--sub {
    position: relative;
    margin: 50px 0 0;
    padding: 35px 0;
    z-index: 1;
  }
  
  .block-category-list--sub:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #FBF7EF;
    z-index: -1;
  }
  
  .block-category-style-g--items-0 {
    overflow: unset;
    gap: 0;
    padding: 0;
  }
  
  .block-category-style-g--item {
    margin: 0 16px 0 0;
  }
  
  .block-category-style-g--body:hover {
    text-decoration: none;
    opacity: .8;
  }

  .page-goods .block-goods-detail .block-goods-detail-line-item {
    width: 100% !important;
  }

  .block-goods-detail--color-variation-goods-thumbnail-form .swiper-slider-thumbnail {
    margin: 0 0 32px;
    overflow: hidden;
  }

  .block-goods-gallery ul li {
    flex-basis: auto;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .block-goods-gallery ul li figure {
    width: 128px;
    height: 128px;
  }

  .block-goods--video-thumbnail::before {
    width: 50px;
    height: 50px;
  }

  .block-goods--video-thumbnail::after {
    border-width: 12px 0 12px 20px;
  }

  .block-goods-detail .swiper-slider-main {
    max-height: 520px;
  }

  .block-goods-detail .swiper-slider-main img {
    width: 100%;
    max-width: 520px;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  /* ----商品一覧画面：サムネイル：block-thumbnail-t---- */

  .block-thumbnail-t--items {
    gap: 70px 15px;
  }
  
  .block-thumbnail-t--item {
    width: 228px;
  }

  /* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */
  
  .block-pickup-list-p--item {
    position: relative;
    margin: 0 0 60px;
  }
  
  .block-pickup-list-p--item:last-child {
    margin: 0;
  }
  
  .block-pickup-list-p--item a {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }
  
  .block-pickup-list-p--goods-image {
    width: 300px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .block-pickup-list-p--goods-description {
    flex: 1;
  }
  
  .block-pickup-list-p--goods-name {
    font-size: 18px;
    padding: 0 40px 0 0;
  }
  
  .block-pickup-list-p--goods-category {
    font-size: 13px;
  }
  
  .block-pickup-list-p--price {
    font-size: 24px;
  }
  
  .block-pickup-list-p--price span {
    font-size: 16px;
  }
  
  .block-pickup-list-p--default-price {
    font-size: 16px;
  }
  
  .block-pickup-list-p--default-price span {
    font-size: 14px;
  }
  
  .block-pickup-list-p--comment {
    font-size: 16px;
    margin: 20px 0 0;
  }
  
  .block-pickup-list-p .block-goods-favorite {
    position: absolute;
    top: 0;
    right: 0;
  }

  /* ----商品一覧画面：ランキング：block-ranking-r---- */

  .block-ranking-r--item {
    display: inline-block;
    width: 200px;
    margin: unset;
    padding: unset;
  }
  
  .block-goods-list-sort-wrapper {
    justify-content: flex-end;
    gap: 30px;
    margin: 0 0 40px;
  }
  
  .block-sort--select dl {
    display: flex;
    gap: 10px;
  }
  
  .block-sort--select dt,
  .block-goods-list--display-style-items h2 {
    font-size: 16px;
    font-weight: bold;
  }
  
  .block-sort--select dd {
    display: flex;
  }
  
  .block-sort--select dd a {
    color: #B4B4B4;
    margin: 0 24px 0 0;
  }
  
  .block-sort--select dd a:last-of-type {
    margin: 0;
  }
  
  .block-sort--select dd a.selected {
    color: #333;
    pointer-events: none;
  }
  
  .block-goods-list--display-style-items {
    margin: 0;
  }
  
  .block-category-list--goods {
    display: block;
    margin: 50px 0;
  }
  
  .block-filter--header-label {
    font-size: 18px;
  }
  
  .block-filter--header {
    padding: 12px 0 11px;
    cursor: pointer;
  }

  .block-filter {
    margin: 0 0 50px;
  }

  /* ここまで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-category-list {
    padding: 0;
  }
  .block-category-list--comment {
    font-size: 18px;
    margin: 0 0 40px;
  }
  .block-category-comment {
    margin: 0 0 30px;
  }

  /* 検索ボックス */
  .page-top .block-search-box {
    background: #eee;
  }

  .page-top .block-search-box--form {
    max-width: 636px;
    margin: 0 auto;
  }

  .page-top .block-category-tree {
    max-width: var(--responsive-sys-container-width);
    margin: 0 auto;
  }

  .page-top .block-category-tree .block-category-style-g {
    margin-bottom: 24px;
  }
  
  .block-category-list--topic .block-top-topic--body {
    width: 100%;
    padding: 25px 30px 30px;
    margin: 0 0 40px;
  }

  .block-category-list--topic .block-common-title {
    margin: 0 50px 0 0;
  }

  .block-top-topic--body {
    display: flex;
    flex-wrap: wrap;
  }

  .block-common-title {
    font-size: 32px;
    line-height: 1;
  }
  
  .block-common-btn {
    width: 250px;
    background: #62767D;
  }
  
  .block-top-topic--next-page {
    width: 100%;
  }
  
  .block-topic--items {
    flex: 1;
  }
  
  .block-topic--items dl {
    display: flex;
    gap: 18px;
  }
  
  .block-topic--items dd {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex: 1;
  }
  
  .block-top-topic--icon-image {
    position: static;
    line-height: 0;
    margin: 2px 0 0;
  }

  /* ここまでusr/responsive/block.css のコピー */
}
