<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
検索・一覧表示

検索欄や、一覧表示に使用するスタイル群です。

sg-wrapper:
&lt;div class="ec-role"&gt;
  &lt;sg-wrapper-content/&gt;
&lt;/div&gt;

Styleguide 7.2
*/
/*
トピックパス

検索結果で表示されるトピックパスのスタイルです。

ex [商品一覧ページ　横並びリスト部分](http://demo3.ec-cube.net/products/list?category_id=&amp;name=)

Markup:
include /assets/tmpl/elements/7.2.search.pug
+ec-topicpath

Styleguide 7.2.1
*/
.ec-topicpath {
  letter-spacing: -.4em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px;
  list-style: none;
  overflow: hidden;
  font-size: 12px;
  color: #0092C4; }
.ec-topicpath .ec-topicpath__item a {
    color: inherit;
    text-decoration: none; }
.ec-topicpath .ec-topicpath__item a:hover {
    text-decoration: none; }
.ec-topicpath .ec-topicpath__divider {
    color: #000; }
.ec-topicpath .ec-topicpath__item,
  .ec-topicpath .ec-topicpath__divider,
  .ec-topicpath .ec-topicpath__item--active {
    display: inline-block;
    min-width: 16px;
    text-align: center;
    position: relative;
    letter-spacing: normal; }
.ec-topicpath .ec-topicpath__item--active {
    font-weight: bold; }
.ec-topicpath .ec-topicpath__item--active a {
      color: inherit;
      text-decoration: none; }
.ec-topicpath .ec-topicpath__item--active a:hover {
      text-decoration: none; }
/*
ページャ

検索結果で表示される商品一覧のスタイルです。

ex [商品一覧ページ　ページャ部分](http://demo3.ec-cube.net/products/list?category_id=&amp;name=)

Markup:
include /assets/tmpl/elements/7.2.search.pug
+ec-pager

Styleguide 7.2.2
*/
.ec-pager {
  list-style: none;
  list-style-type: none;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center; }
.ec-pager .ec-pager__item,
  .ec-pager .ec-pager__item--active {
    display: inline-block;
    min-width: 29px;
    padding: 0 3px 0 2px;
    text-align: center;
    position: relative; }
.ec-pager .ec-pager__item a,
    .ec-pager .ec-pager__item--active a {
      color: inherit;
      text-decoration: none; }
.ec-pager .ec-pager__item a:hover,
    .ec-pager .ec-pager__item--active a:hover {
      text-decoration: none; }
.ec-pager .ec-pager__item a,
    .ec-pager .ec-pager__item--active a {
      color: inherit;
      display: block;
      line-height: 1.8;
      padding: 5px 1em;
      text-decoration: none; }
.ec-pager .ec-pager__item a:hover,
    .ec-pager .ec-pager__item--active a:hover {
      color: inherit; }
.ec-pager .ec-pager__item--active {
    background: #F3F3F3; }
.ec-pager .ec-pager__item:hover {
    background: #F3F3F3; }
/*--------------------------------------------------- */
/* リセット */
/*--------------------------------------------------- */
.ec-topicpath {
  padding-top: 0; }
.ec-searchnavRole .ec-searchnavRole__infos {
  border: 0; }
.ec-searchnavRole__actions select {
  border-radius: 0; }
/*--------------------------------------------------- */
/* 検索部分 */
/*--------------------------------------------------- */
.ec-searchnavRole .ec-searchnavRole__infos {
  padding-left: 0;
  padding-right: 0; }
.ec-searchnavRole .ec-searchnavRole__topicpath {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between; }
.ec-searchnavRole .searchFlex2 {
  display: flex;
  align-items: center; }
.ec-searchnavRole .searchCat {
  color: #333; }
.ec-searchnavRole a {
  color: #111;
  position: relative; }
.ec-searchnavRole a:visited {
    color: #111; }
.ec-searchnavRole a:hover {
    color: #888; }
.ec-searchnavRole a:before {
    content: "";
    border-bottom: 1px solid;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -2px;
    margin: auto; }
.ec-searchnavRole a:hover:before {
    border-bottom: 1px solid #888;
    transition-duration: 0.3s; }
.ec-headerSearch:after {
  content: " ";
  display: table; }
.ec-headerSearch:after {
  clear: both; }
.ec-headerSearch .ec-headerSearch__category {
  float: none; }
.ec-headerSearch .ec-headerSearch__category .ec-select {
    overflow: hidden;
    width: 100%;
    margin: 0;
    text-align: center; }
.ec-headerSearch .ec-headerSearch__category .ec-select select {
      width: 100%;
      cursor: pointer;
      padding: 8px 24px 8px 16px;
      text-indent: 0.01px;
      text-overflow: ellipsis;
      border: none;
      outline: none;
      background: transparent;
      background-image: none;
      box-shadow: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      color: #fff; }
.ec-headerSearch .ec-headerSearch__category .ec-select select option {
        color: #111; }
.ec-headerSearch .ec-headerSearch__category .ec-select select::-ms-expand {
        display: none; }
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
      position: relative;
      border: 0;
      color: #fff;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px; }
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
        position: absolute;
        top: 0.8em;
        right: 0.4em;
        width: 0;
        height: 0;
        padding: 0;
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #fff;
        pointer-events: none; }
.ec-headerSearch .ec-headerSearch__keyword {
  position: relative;
  color: #525263;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }
.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    width: 100%;
    height: 34px;
    font-size: 16px;
    border: 0 none;
    padding: 0.5em 50px 0.5em 1em;
    box-shadow: none;
    background: none;
    box-sizing: border-box;
    margin-bottom: 0; }
.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
    width: 22px;
    height: 22px; }
.ec-headerSearch .ec-headerSearch__keywordBtn {
  border: 0;
  background: none;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  display: block;
  white-space: nowrap;
  z-index: 1; }
/*--------------------------------------------------- */
/* 商品一覧部分 */
/*--------------------------------------------------- */
.ec-shelfRole .ec-shelfGrid__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: inherit; }
.ec-shelfRole .ec-shelfGrid {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0; }
.ec-shelfRole .ec-shelfGrid:before {
    content: "";
    display: block;
    width: calc(25% - 8px);
    order: 1; }
.ec-shelfRole .ec-shelfGrid:after {
    content: "";
    display: block;
    width: calc(25% - 8px); }
.ec-shelfRole .ec-shelfGrid li.ec-shelfGrid__item {
    margin-bottom: 48px;
    padding: 16px;
    border: 1px solid #ddd;
    width: calc(25% - 8px); }
.ec-shelfRole .ec-shelfGrid li.ec-shelfGrid__item p {
      margin-bottom: 16px;
      max-height: 200px; }
.ec-shelfRole .ec-shelfGrid li.ec-shelfGrid__item:hover img {
      opacity: 0.7;
      transition-duration: 0.5s; }
.ec-shelfRole .ec-shelfGrid li.ec-shelfGrid__item .ec-productRole__btn {
      margin-bottom: 0; }
.ec-shelfRole .ec-shelfGrid li.ec-shelfGrid__item .price02-default {
      color: #d80000;
      font-weight: 700; }
.ec-shelfRole .ec-productRole__actions .ec-select {
  margin-bottom: 8px; }
.ec-shelfRole .ec-productRole__actions .ec-select select {
    width: 100%;
    color: #666; }
.ec-shelfRole .ec-productRole__actions .ec-select:nth-last-of-type(1) {
    margin-bottom: 16px; }
.ec-shelfRole .ec-numberInput {
  display: flex;
  align-items: center;
  margin-bottom: 16px; }
.ec-shelfRole .ec-numberInput span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 8px; }
.ec-shelfRole .ec-numberInput input {
    margin-bottom: 0;
    text-align: left; }
.ec-shelfRole .btnDetail {
  margin-bottom: 8px; }
.ec-shelfRole .btnDetail a {
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-all;
    width: auto;
    height: auto;
    text-decoration: none;
    background: #fff;
    text-align: center;
    border: 1px solid #fff;
    color: #111;
    transition: all 0.5s ease; }
.ec-shelfRole .btnDetail a {
    border: 1px solid #111; }
.ec-shelfRole .add-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  width: auto;
  height: auto;
  text-decoration: none;
  background: #c4972f;
  text-align: center;
  border: 1px solid #c4972f;
  color: #fff;
  transition: all 0.5s ease; }
.ec-shelfRole .btnDetail a, .ec-shelfRole .add-cart {
  line-height: 1em;
  padding: 16px 8px;
  width: 100%; }
/*--------------------------------------------------- */
/* ページネーション */
/*--------------------------------------------------- */
.ec-pagerRole .ec-pager {
  font-size: 14px;
  font-size: 1.4rem; }
/*--------------------------------------------------- */
/* 商品リスト部分 */
/*--------------------------------------------------- */
@media (min-width: 768px) {
  body .ec-searchnavRole {
    padding-left: 0;
    padding-right: 0; }
      .ec-shelfRole .btnDetail a:hover {
        background: #111;
        color: #fff;
        border: 1px solid #fff;
        box-shadow: none; }
    .ec-shelfRole .add-cart:hover {
      background: #fff;
      color: #c4972f;
      border: 1px solid #c4972f;
      box-shadow: none; } }
@media only screen and (min-width: 769px) {
    .ec-topicpath {
      padding: 30px 0 10px;
      border: 0;
      font-size: 16px; }
    .ec-headerSearch .ec-headerSearch__category {
      float: left;
      width: 43%; }
        .ec-headerSearch .ec-headerSearch__category .ec-select select {
          max-width: 165px;
          height: 36px; }
        .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
          border-top-right-radius: inherit;
          border-top-left-radius: 50px;
          border-bottom-left-radius: 50px; }
    .ec-headerSearch .ec-headerSearch__keyword {
      float: right;
      width: 57%;
      border-bottom-left-radius: inherit;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px; }
      .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
        font-size: 12px; } }
@media (max-width: 767px) {
  .ec-searchnavRole .searchFlex {
    flex-wrap: wrap; }
  .ec-searchnavRole .searchFlex2 {
    width: 100%; }
  .ec-searchnavRole .ec-topicpath {
    margin-bottom: 32px; }
  .ec-searchnavRole .ec-select {
    text-align: left; }
  .ec-headerSearch {
    width: 100%; }
  .ec-shelfRole .ec-shelfGrid li.ec-shelfGrid__item {
    padding: 8px;
    width: calc(50% - 4px); }
    .ec-shelfRole .ec-shelfGrid li.ec-shelfGrid__item p {
      margin-bottom: 8px; } }
@media (max-width: 480px) {
      .ec-shelfRole .ec-productRole__actions .ec-select select {
        font-size: 12px;
        font-size: 1.2rem; } }
</pre></body></html>