@charset "utf-8";
@layer assets {
  .catalogPage {
    font-variant-east-asian: proportional-widths;
    font-feature-settings: "palt" 1;
    letter-spacing:.05em;
  }

  /* 商品一覧表示 */
  #catalog_list.catalogList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:32px 10px;
    padding-bottom: 1px;
    margin-bottom: 30px;
  }
  .catalogList:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    order: 100;
    flex-grow: 1;
  }
  /* 商品一覧表示
     カラム幅 */
  .catalogList .catalogList_item {
    position: relative;
    width: calc((100% - 40px) / 5);
  }
  /* 5カラム */
  .catalogList[data-catalog-column="5"] .catalogList_item {
    width: calc((100% - 40px) / 5);
  }
  /* 4カラム */
  .catalogList[data-catalog-column="4"] .catalogList_item {
    width: calc((100% - 40px) / 4);
  }
  /* 3カラム */
  .catalogList[data-catalog-column="3"] .catalogList_item {
    width: calc((100% - 40px) / 3);
  }

  
  /* product-icon */
  .catalogList .product-icon {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* アイコンデザイン(テキスト版) */
  .catalogList .product-icon > li {
    margin: 0;
    min-width: 47.5px;
    padding: 0 .3em 0 .3em;
    height: 17.5px;
    line-height: 17.5px;
    font-size: 10px;
    letter-spacing: .05em;
    text-align: center;
    color: #fff;
    background: rgba(155, 173, 185, .5);
    text-indent: 0;
    overflow: initial;
    transform-origin: 0 0;
    transform: scale(.9);
  }
  
  /* MAGAアイコン */
  .catalogList .product-icon .icon_SMAG0757D {
    position: relative;
    overflow: hidden;
    text-indent: -200px;
  }
  .catalogList .product-icon .icon_SMAG0757D:before {
    display: inline-block;
    content: "MAGA";
    position: absolute;
    width: 100%;
    left: 0;
    text-indent: 0;
  }

  /* 海外便アイコンicon_SSTB1046G */
  .catalogList .product-icon .icon_SSTB1046G {
    position: relative;
    overflow: hidden;
    text-indent: -200px;
    width: 58px;
  }
  .catalogList .product-icon .icon_SSTB1046G:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 100%;
    left: 3px;
    background: url(https://media.aws.locondo.jp/contents/img/common/icon_airport.png) 0 50% no-repeat;
    background-size: auto 12px;
  }
  .catalogList .product-icon .icon_SSTB1046G:before {
    display: inline-block;
    content: "海外便";
    position: absolute;
    padding-left: 8px;
    width: 100%;
    left: 0;
    text-indent: 0;
  }


  /* OGW */
  .product-service-icon {
    top: 0;
  }
  .product-service-icon .icon_ogw {
    background: url(//media.aws.locondo.jp/contents/img/common/icon_ogw.png) no-repeat 50% 100%;
    background-size: auto 100%;
    width: 24px;
    height: 18px;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
    text-indent: -9999px;
  }

  /* ポイント対象アイコン */
  .product-service-icon .icon_point {
    background: url(//media.aws.locondo.jp/contents/img/common/icon_point.png) no-repeat 50% 100%;
    background-size: auto 100%;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 2px;
    display: inline-block;
    text-align: center;
    text-indent: -9999px;
  }

  /* modal_muteBrand */
  .remodal.modal_muteBrand {
    max-width: 520px;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 40px 0 0 0;
  }
  .remodal.modal_muteBrand h1 {
    font-size: 16px;
    margin: 0 0 12px 0;
    color: #666;
  }
  .remodal.modal_muteBrand p {
    font-size: 15px;
    margin: 0 0 24px;
    color: #666;
    line-height: 1.7;
  }
  .remodal.modal_muteBrand p.muteBrandNote {
    font-size: 11px;
    margin: 40px 0px 0 0;
    padding: 8px;
    text-align: center;
    background: #ddd;
    border-radius: 0 0 20px 20px;
  }
  .remodal.modal_muteBrand .muteBrand_btn_wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
  }
  .remodal.modal_muteBrand button.remodal-confirm,
  .remodal.modal_muteBrand button.remodal-cancel {
    margin: 0 4px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 2px;
    width: 60%;
    min-width: 130px;
    margin: 0 6px 1em;
    font-size: 14px;
  }
  .remodal.modal_muteBrand .remodal-confirm {
    color: #fff;
    background: #2b2b2b;
    border: 1px solid #2b2b2b;
  }
  .remodal.modal_muteBrand .remodal-cancel {
    color: #999;
    background: #fff;
    border: 1px solid #fff;
  }
  .remodal.modal_muteBrand .remodal-confirm:hover {
    color: #fff;
    background: #666;
    border: 1px solid #666;
  }
  .remodal.modal_muteBrand .remodal-cancel:hover {
    color: #666;
    background: #fff;
    border: 1px solid #666;
  }
  .remodal.modal_muteBrand .remodal-close {
    width: 46px;
    height: 46px;
    right: 10px;
    top: 10px;
    left: inherit;
  }
  .remodal.modal_muteBrand .remodal-close:before {
    content: "\E4F6";
    font-family: "Phosphor";
    width: 46px;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
  }

  /* 会員価格 */
  .icon_memberPrice{
    color: #fff;
    background-color: rgba(237, 20, 61, .8);
  }

  .product-text .regular_price.member_price, 
  .product-text .special_price.member_price{
    font-size: 14px;
  }

  /* 販売開始日時 */
  .page_search .product-text .beforeSale.saleStartDatetime {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    margin-top: .6em;
    /* デフォルト非表示 */
    display:none;
  }

  /* 在庫なし */
  .page_search .product-text .outOfStock {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    background: #ccc;
    border-radius: 4px;
    display: inline-block;
    padding: 3px;
    color: #888;
    background-color: #EFEFEF;
  }

  /* ブランドページ CMS ブランドの関連記事 #105832 */
  .brand_cms .cms-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .brand_cms .cmsList {
    display:flex;
    margin-bottom: 50px;
  }
  .brand_cms .cmsList li {
    width: calc((100% - 60px) / 6);
    margin-left: 15px;
  }
  .brand_cms .cmsList li:nth-of-type(n + 7) {
    display: none;
  }
  .brand_cms li:first-of-type {
    margin-left: 0;
  }
  .brand_cms .cms-img {
    background: #fefefe;
    margin-bottom: 10px;
    aspect-ratio: 3 / 4;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .brand_cms .cms-img img {
    width: 100%;
    height: auto;
  }
  .brand_cms .cms-img:before {
    width: calc((1024px - 120px) / 5);
  }
  .brand_cms .cms-title {
    font-weight:600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .brand_cms .cms-date {
    font-size: 10px;
    font-weight: 600;
    color: var(--text-pale);
  }

  /* TODO:暫定対応 「バッグ」×「特定ショップ」 をレクタングル表示 */
  .catalogList .product-image:is([data-skucode*="AU"], [data-skucode*="AW"], [data-skucode*="AM"]) [data-shop-code="SSST1334D"] {
    width: calc(100% * (6 / 5)) !important;
  }

}