@charset "UTF-8";
html, body {
  overflow-x: hidden;
}

/*--------------------------------------------------------------
 * Other Button (기타 버튼)
--------------------------------------------------------------*/
/*
ページトップボタン
Markup:
.ec-blockTopBtn
*/
.ec-blockTopBtn {
  width: 40px;
  height: 40px;
  background-color: #c94d4f;
  border-radius: 20px;
}
.ec-blockTopBtn i {
  font-size: 18px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .ec-blockTopBtn {
    right: 10px;
  }
}

.ec-off1Grid .ec-off1Grid__cell h1, .ec-off1Grid .ec-off1Grid__cell h2, .ec-off1Grid .ec-off1Grid__cell h3, .ec-off1Grid .ec-off1Grid__cell h4, .ec-off1Grid .ec-off1Grid__cell h5, .ec-off1Grid .ec-off1Grid__cell h6 {
  font-weight: bold;
}
.ec-off1Grid .ec-off1Grid__cell .color-red {
  color: #c94d4f;
}
.ec-off1Grid .ec-off1Grid__cell .bg-red {
  background-color: #c94d4f;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .ec-off1Grid .ec-off1Grid__cell h2 {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
 * Role
--------------------------------------------------------------*/
.ec-role-wrapper {
  position: relative;
  width: 100%;
  max-width: none;
}

/*
 Top 
 - 상품 미리보기 Wrapper
*/
.ec-role-wrapper__topProduct {
  padding: 30px 0;
  background-color: #f2f2f2;
}
.ec-role-wrapper__topProduct .ec-role .ec-newItemRole {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .ec-role-wrapper__topProduct .ec-role .ec-newItemRole {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-role-wrapper__topProduct .ec-role .ec-newItemRole {
    padding: 40px 30px;
  }
}
.ec-role-wrapper__topProduct .ec-role .ec-newItemRole:not(:first-child) {
  margin-top: 30px;
}

/**
 MyPage
*/
@media only screen and (min-width: 1170px) {
  .ec-mypageRole {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    max-width: 1130px;
  }
}

/*--------------------------------------------------------------
 * Header (헤더)
--------------------------------------------------------------*/
/* 
 * login.twig
*/
.ec-headerNaviRole .ec-headerNaviRole__center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 30px;
  width: 100%;
  flex: 1 1 100%;
}
.ec-headerNaviRole .ec-headerNaviRole__search {
  margin-top: 0;
  width: 100%;
}
.ec-headerNaviRole .ec-headerNaviRole__left, .ec-headerNaviRole .ec-headerNaviRole__right {
  width: auto;
  flex: 0 0 auto;
}
.ec-headerNaviRole .ec-headerNaviRole__logo {
  width: 150px;
  max-width: 150px;
}
.ec-headerNaviRole .ec-headerNaviRole__logo h1 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .ec-headerNaviRole {
    padding: 15px 20px;
    position: relative;
    padding-bottom: 60px;
  }
  .ec-headerNaviRole .ec-headerNav__item label.name {
    margin: 0;
    font-size: 14px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__logo {
    width: 100px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__nav.sup {
    display: none;
  }
  .ec-headerNaviRole .ec-headerNaviRole__left {
    padding-left: 40px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__center {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .ec-headerNaviRole .ec-headerNaviRole__search {
    display: block;
  }
  .ec-headerNaviRole .ec-headerNaviRole__right {
    flex: 1 1 100%;
  }
}
@media only screen and (min-width: 768px) {
  .ec-headerNaviRole {
    padding-bottom: 15px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__left, .ec-headerNaviRole .ec-headerNaviRole__center, .ec-headerNaviRole .ec-headerNaviRole__right {
    padding-top: 30px;
    position: relative;
  }
  .ec-headerNaviRole .ec-headerNaviRole__search {
    max-width: 360px;
  }
  .ec-headerNaviRole .ec-headerNav__item label.name {
    margin: 0;
    line-height: 20px;
    font-size: 14px;
  }
  .ec-headerNaviRole .ec-headerNav__item.loginout a {
    min-width: 140px;
    text-align: center;
  }
  .ec-headerNaviRole .ec-headerNav__item.loginout a span {
    margin: 0;
  }
  .ec-headerNaviRole .ec-headerNav__itemIcon.fa-heart {
    color: #c94d4f;
  }
  .ec-headerNaviRole .ec-headerNaviRole__nav:not(.sup) {
    margin-right: 16px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__nav.sup {
    position: absolute;
    right: 0;
    top: 0;
  }
  .ec-headerNaviRole .ec-headerNaviRole__nav.sup .ec-headerNav {
    display: flex;
    align-items: center;
    height: 20px;
    line-height: 20px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__nav.sup .ec-headerNav__item, .ec-headerNaviRole .ec-headerNaviRole__nav.sup .ec-headerNav__item a {
    display: block;
    line-height: 20px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__nav.sup .ec-headerNav__item {
    position: relative;
  }
  .ec-headerNaviRole .ec-headerNaviRole__nav.sup .ec-headerNav__item.no-icon .ec-headerNaviRole .ec-headerNaviRole__nav.sup .ec-headerNav__itemIcon {
    display: none;
  }
  .ec-headerNaviRole .ec-headerNaviRole__nav.sup .ec-headerNav__item:not(:last-child) {
    padding-right: 10px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__nav.sup .ec-headerNav__item:not(:last-child)::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 5px;
    width: 1px;
    height: 50%;
    background-color: #ccc;
    transform: translateY(-50%);
  }
}

/*
 ヘッダー：検索ボックス
 Styleguide 11.2.4 + _11.2.header.scss
*/
.ec-headerSearch .ec-headerSearch__category {
  display: none;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .ec-headerSearch .ec-headerSearch__category {
    float: left;
  }
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
  padding-left: 16px;
  color: black;
  font-weight: bold;
  height: 49px;
}
@media only screen and (max-width: 767px) {
  .ec-headerSearch .ec-headerSearch__category .ec-select select {
    font-size: 12px;
  }
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background-color: transparent;
  color: black;
  border-bottom: 1px solid black;
}
@media only screen and (min-width: 768px) {
  .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  top: 50%;
  margin-top: -3px;
  border-top-color: black;
}
.ec-headerSearch .ec-headerSearch__keyword {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (max-width: 767px) {
  .ec-headerSearch .ec-headerSearch__keyword {
    float: right;
    border-bottom-left-radius: 0;
  }
}
.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
  height: 49px;
}
@media only screen and (max-width: 767px) {
  .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
    font-size: 12px;
  }
}

/*
 ヘッダー：カテゴリナビ (PC)
 Styleguide 11.2.4 + _11.2.header.scss
 + slick-slider 추가
*/
@media only screen and (min-width: 768px) {
  .ec-categoryNaviRole {
    padding: 0;
    max-width: none;
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
  }
  .ec-categoryNaviRole .ec-itemNav {
    margin: 0 auto;
    padding: 0 20px;
  }
}
.ec-categoryNaviRole .ec-itemNav__nav {
  position: relative;
  display: flex;
  z-index: 10;
  width: 100%;
  margin-bottom: 0 !important;
}
.ec-categoryNaviRole .ec-itemNav__nav .slick-list {
  max-width: 100%;
  overflow: visible;
}
.ec-categoryNaviRole .ec-itemNav__nav .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.ec-categoryNaviRole .ec-itemNav__nav li.ec-itemNav__item > a {
  height: 50px;
  background-color: transparent;
  font-size: 14px;
}
.ec-categoryNaviRole .ec-itemNav__nav li.ec-itemNav__item > a ~ ul {
  width: 100%;
}
.ec-categoryNaviRole .ec-itemNav__nav li.ec-itemNav__item:hover > a {
  background-color: #c94d4f;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .ec-categoryNaviRole .ec-itemNav__nav li.ec-itemNav__item:hover > ul > li {
    overflow: visible;
    height: auto;
  }
}
.ec-categoryNaviRole .ec-itemNav__nav li.ec-itemNav__item:hover > ul > li > a {
  padding: 12px 22px 12px 16px;
  background-color: #3d3a39;
  font-size: 12px;
}
.ec-categoryNaviRole .ec-itemNav__nav li.ec-itemNav__item:hover > ul > li > a:hover {
  background-color: #000;
}

/*
 ヘッダー：SPヘッダー
 SP時のみ出現するヘッダーに関係するコンポーネントです。<br>
 ex [トップページ](http://demo3.ec-cube.net/)画面サイズが768px以下に該当。<br>
 <br>
`.ec-drawerRole`：SPのドロワー内の要素をwrapするコンポーネントです。<br>
`.ec-headerSearch`、`.ec-headerNav`、`.ec-itemNav`は`.ec-drawerRole`の子要素にある場合、ドロワーに適したスタイルに変化します。<br><br>
`.ec-overlayRole`：SPのドロワー出現時にz-indexがドロワー以下の要素に半透明の黒背景をかぶせるコンポーネントです。<br>
*/
.ec-drawerRoleClose {
  left: 310px;
}

.ec-drawerRole {
  width: 300px;
}
.ec-drawerRole .ec-headerCategoryArea {
  background-color: #fff;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
  position: relative;
  background-color: #fff;
  border-bottom: 0;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a .toggler {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  font-size: 12px;
  text-align: center;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a .toggler > i {
  line-height: 50px;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a {
  background-color: #3d3a39;
  font-size: 14px;
  color: #fff;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav .ec-itemNav__itemTab {
  display: block;
  padding: 16px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav .ec-itemNav__itemTab:not(:first-child) {
  margin-top: 10px;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav .ec-itemNav__itemTab > span {
  margin-left: 4px;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav .ec-itemNav__item.type-shop > a {
  padding: 16px 16px 16px 24px;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav .ec-itemNav__item.type-shop ul li a {
  padding-left: 24px;
}

/*
ページヘッダ

各種ページで用いられるページヘッダのデザインです。

ex [利用規約ページ　ページヘッダ部](http://demo3.ec-cube.net/help/agreement)

Markup:
.ec-pageHeader
  h1 利用規約

Styleguide 1.1.2
*/
.ec-pageHeader {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .ec-pageHeader h1 {
    line-height: 100px;
  }
}

/*
ヘッダー

ヘッダー用のプロジェクトコンポーネントを提供します。

ex [トップページ　ヘッダー](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/11.2.header.pug
include /assets/tmpl/elements/11.3.headerNavi.pug
include /assets/tmpl/elements/11.4.categoryNavi.pug
+b.ec-layoutRole
  +e.header
    +ec-headerRole
    +ec-headerNaviRole
    +ec-categoryNaviRole

Styleguide 11.2
*/
@media only screen and (min-width: 768px) {
  .ec-layoutRole .ec-layoutRole__header.fixed {
    padding-bottom: 50px;
  }
  .ec-layoutRole .ec-layoutRole__header.fixed .ec-categoryNaviRole {
    position: fixed;
    z-index: 999;
    top: 0;
  }
}
.ec-layoutRole .ec-layoutRole__contents {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .ec-layoutRole .ec-layoutRole__contents {
    max-width: none;
  }
}

/*
縦並び見出し
縦並びの見出しです。
*/
.ec-secHeading--tandem {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ec-secHeading--tandem {
    margin-bottom: 20px;
  }
  .ec-secHeading--tandem .ec-secHeading__ja {
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-secHeading--tandem {
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
    width: 100%;
  }
  .ec-secHeading--tandem > [class^=ec-secHeading__] {
    margin: 0;
  }
  .ec-secHeading--tandem .ec-secHeading__line {
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .ec-secHeading--tandem .ec-inlineBtn--top {
    position: absolute;
    right: 0;
    background-color: #3d3a39;
    border-color: #3d3a39;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .ec-secHeading--tandem .ec-inlineBtn--top:hover {
    background-color: #000;
    border-color: #000;
  }
}

/*--------------------------------------------------------------
 * Footer (바닥글)
--------------------------------------------------------------*/
.ec-footerRole {
  background-color: #555;
}

/* ul : .ec-footerNavi */
@media only screen and (min-width: 768px) {
  .ec-footerNavi {
    display: flex;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .ec-footerNavi .ec-footerNavi__link:first-child, .ec-footerNavi .ec-footerNavi__link:last-child {
    flex: 1 1 auto;
  }
  .ec-footerNavi .ec-footerNavi__link:first-child {
    text-align: left;
  }
  .ec-footerNavi .ec-footerNavi__link:last-child {
    text-align: right;
  }
  .ec-footerNavi .ec-footerNavi__link a {
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .ec-footerNavi .ec-footerNavi__link:not(.contact) a:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 768px) {
  .ec-footerNavi .ec-footerNavi__link.contact > a {
    padding: 16px 20px;
    border: 1px solid #fff;
  }
}

/*--------------------------------------------------------------
 * Slider (슬라이더)
--------------------------------------------------------------*/
/*
 Plugin: Slick-Slider 공통
*/
.slick-slider .slick-list {
  margin: 0 auto;
}
.slick-slider .slick-dots .slick-active button[role=tab]::before {
  background-color: #c94d4f;
}
.slick-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: #c94d4f;
  border: none;
  text-align: center;
  opacity: 0.9;
}
.slick-slider .slick-arrow::before {
  color: #fff;
  font-size: 16px;
}
.slick-slider .slick-arrow[aria-disabled=true] {
  display: none !important;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slick-slider .slick-arrow:hover:not([aria-disabled=true]) {
    opacity: 1;
  }
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}

/*
トップページ
*/
@media only screen and (max-width: 767px) {
  .ec-sliderRole {
    padding-left: 0;
    padding-right: 0;
  }
  .ec-sliderRole .main_visual .item {
    position: relative;
    width: 100%;
  }
  .ec-sliderRole .main_visual .item img.--pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .ec-sliderRole .main_visual .item img.--mobile {
    display: none !important;
  }
}

/*--------------------------------------------------------------
 * 상품 아이템 (New Item)
--------------------------------------------------------------*/
/*
カテゴリ（アイテム4列 スマホの時は2列）

*/
.ec-newItemRole .ec-newItemRole__listItemHeading {
  margin-top: 0;
}
.ec-newItemRole .ec-newItemRole__listItem {
  position: relative;
  overflow: hidden;
}
.ec-newItemRole .ec-newItemRole__listItem a {
  color: black;
}
.ec-newItemRole .ec-newItemRole__listItemPhoto {
  position: relative;
  overflow: hidden;
}
.ec-newItemRole .ec-newItemRole__listItemPhoto > img {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ec-newItemRole .ec-newItemRole__listItemPrice .price-default {
  padding-right: 5px;
  color: #6e6e6e;
  text-decoration: line-through;
  text-decoration-color: #c94d4f;
  text-decoration-thickness: 2px;
}
.ec-newItemRole .ec-newItemRole__listItemPriceTaxRate {
  margin-bottom: 5px;
  color: rgba(61, 58, 57, 0.7);
  line-height: 16px;
  font-size: 12px;
}
.ec-newItemRole .ec-newItemRole__listItemPriceTaxRate > span {
  display: inline-block;
  padding: 2px 4px;
  background-color: rgba(61, 58, 57, 0.6);
  color: #fff;
}
.ec-newItemRole .ec-newItemRole__listItemMark {
  position: absolute;
  display: block;
  z-index: 10;
  left: 0;
  top: 0;
}
.ec-newItemRole .ec-newItemRole__listItemMark[data-type=ranking] {
  width: 24px;
  height: 24px;
  text-align: left;
}
.ec-newItemRole .ec-newItemRole__listItemMark[data-type=ranking] > p {
  position: relative;
  display: block;
  padding-left: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
.ec-newItemRole .ec-newItemRole__listItemMark[data-type=ranking]::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -100%;
  top: -100%;
  width: 200%;
  height: 200%;
  background-color: #c94d4f;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .ec-newItemRole .ec-newItemRole__listItemPrice .price-default {
    font-size: 12px;
  }
  .ec-newItemRole .ec-newItemRole__listItemPrice .price {
    font-size: 14px;
  }
  .ec-newItemRole .ec-newItemRole__listItemPriceTaxRate {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-newItemRole .ec-newItemRole__listItem a .ec-newItemRole__listItemPhoto > img {
    transition: transform 150ms ease-in;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .ec-newItemRole .ec-newItemRole__listItem a:hover .ec-newItemRole__listItemPhoto > img {
    -ms-transform: translateY(-50%) scale(1.2);
    -o-transform: translateY(-50%) scale(1.2);
    -moz-transform: translateY(-50%) scale(1.2);
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
  }
}
@media only screen and (min-width: 768px) {
  .ec-newItemRole .ec-newItemRole__listItemPhoto {
    width: 100%;
    height: 235px !important;
  }
}
@media only screen and (min-width: 768px) {
  .ec-newItemRole .ec-newItemRole__listItemPrice .price-default {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-newItemRole .ec-newItemRole__listItemPrice .price {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
 * Cart
 - Styleguide _7.3.cart
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .ec-cartNavi {
    color: #fff;
    background: #3d3a39;
  }
}

@media only screen and (max-width: 767px) {
  .ec-cartNavi {
    padding-left: 10px;
  }
}

/*
카트 네비게이션 팝업
カートナビゲーションのポップアップ(商品なし)
*/
.ec-cartNaviNull .ec-cartNaviNull__message {
  background-color: #c94d4f;
}

/*--------------------------------------------------------------
 * Category (카테고리)
--------------------------------------------------------------*/
/*
カテゴリ（アイテム3列）
Styleguide 12.7.category.scss
*/
.ec-categoryRole {
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .ec-categoryRole {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ec-categoryRole .ec-categoryRole__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .ec-categoryRole .ec-categoryRole__list {
    flex-wrap: wrap;
  }
}
.ec-categoryRole .ec-categoryRole__listItem {
  position: relative;
}
.ec-categoryRole .ec-categoryRole__listItem img {
  width: 100%;
  height: auto;
}
.ec-categoryRole .ec-categoryRole__listItem img.hover {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .ec-categoryRole .ec-categoryRole__listItem {
    margin: 15px 15px 0 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 599px) {
  .ec-categoryRole .ec-categoryRole__listItem {
    width: calc((100% - 15px) / 2);
  }
  .ec-categoryRole .ec-categoryRole__listItem:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  .ec-categoryRole .ec-categoryRole__listItem {
    width: calc((100% - 30px) / 3);
  }
  .ec-categoryRole .ec-categoryRole__listItem:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ec-categoryRole .ec-categoryRole__listItem {
    width: calc((100% - 90px) / 4);
  }
  .ec-categoryRole .ec-categoryRole__listItem:nth-child(4n) {
    margin-right: 0;
  }
  .ec-categoryRole .ec-categoryRole__listItem img.hover {
    transition: opacity 150ms ease-out;
  }
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ec-categoryRole .ec-categoryRole__listItem:hover img.hover {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
 * Shelf (선반) : 상품
--------------------------------------------------------------*/
/*
商品一覧グリッド
*/
.ec-shelfGrid .ec-shelfGrid__item-image {
  position: relative;
  overflow: hidden;
}
.ec-shelfGrid .ec-shelfGrid__item-image img {
  position: absolute;
  left: 50%;
  top: 0;
  max-width: none;
  height: 100%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: transform 100ms ease-in;
}
.ec-shelfGrid .ec-shelfGrid__item-price .price-default {
  padding-right: 5px;
  color: #6e6e6e;
  text-decoration: line-through;
  text-decoration-color: #c94d4f;
  text-decoration-thickness: 2px;
}
.ec-shelfGrid .ec-shelfGrid__item-price.price-taxrate {
  margin-bottom: 5px;
  color: rgba(61, 58, 57, 0.7);
  line-height: 16px;
  font-size: 12px;
}
.ec-shelfGrid .ec-shelfGrid__item-price.price-taxrate > span {
  display: inline-block;
  padding: 2px 4px;
  background-color: rgba(61, 58, 57, 0.6);
  color: #fff;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ec-shelfGrid .ec-shelfGrid__item a:hover .ec-shelfGrid__item-image > img {
    -ms-transform: translateX(-50%) scale(1.2);
    -o-transform: translateX(-50%) scale(1.2);
    -moz-transform: translateX(-50%) scale(1.2);
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
  }
}
@media only screen and (max-width: 767px) {
  .ec-shelfGrid .ec-shelfGrid__item-title, .ec-shelfGrid .ec-shelfGrid__item-price {
    margin-bottom: 10px;
  }
  .ec-shelfGrid .ec-shelfGrid__item-price .price-default {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-shelfGrid .ec-shelfGrid__item-title, .ec-shelfGrid .ec-shelfGrid__item-price {
    margin-bottom: 20px;
  }
  .ec-shelfGrid .ec-shelfGrid__item-price .price-default {
    font-size: 14px;
  }
}

/*# sourceMappingURL=custom.css.map */
