/* カスタマイズ用CSS */

/*デザインテンプレートに設定済みのfont-family*/
/* 'Noto Sans JP', sans-serif */
/*'Noto Serif JP', serif*/
/*'Poppins', 'Noto Sans JP', sans-serif*/
/*'Oswald', 'Noto Sans JP', sans-serif*/
/*'Roboto', sans-serif*/

/*追加分*/
/*'Vollkorn', serif*/
/*'Playfair Display', serif*/

/*.ec-secHeading__maintitle {*/
/*    font-family: 'Vollkorn', serif !important;*/
/*}*/


/* TOPブロックタイトル */
.ec-secHeading__maintitle,
  /* ヘッダーナビメニュー */
.ec-headerNav__item > a,
  /* フッターナビメニュー */
.ec-footerNavi .ec-footerNavi__item h3,
  /* 商品一覧ページ　パンくずリスト */
.ec-topicpath .ec-topicpath__item.titleLabel,
  /* 商品詳細ページ　パンくずリスト */
.ec-breadcrumb .ec-breadcrumb__item.titleLabel,
  /*  主に「戻る」「MORE DRESS」など */
.ec-blockBtn--cancel,
  /* 主に「〇〇へ進む」など */
.ec-blockBtn--action,
  /* 主に「カートに入れる」 */
.ec-blockBtn--cartin,
  /* 主に「戻る」「ログイン」「買い物を続ける」など */
.ec-inlineBtn--cancel,
  /* 主に「〇〇へ進む」など */
.ec-inlineBtn--action,
  /* 主に「カートに入れる」 */
.ec-inlineBtn--cartin,
  /* 主に新着情報「more」 */
.ec-newsRole__moreBtn,
  /* 商品詳細　表ヘッダー */
.ec-productRole .ec-productRole__description .header h1,
  /* 商品一覧　Category文字 */
.ec-childCategoryRole ul li.titleLabel {
     font-family: 'Playfair Display', serif !important;
}


/* プライス部分 */
.ec-price,
.ec-price_in {
  font-style: oblique;
  font-family: 'Dynalight', serif !important;
}


.ec-breadcrumb .ec-breadcrumb__item{
     font-family: 'Playfair Display', serif !important;
}

@media screen and (max-width: 767px) {

    /* フッターアイコン */
    .ec-footerGuide__itemIcon.fa-shipping-fast {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1200px) {
    /* フッターアイコン */
    .ec-footerGuide__itemIcon.fa-shipping-fast {
        font-size: 26px;
    }
}

/* sold out部分 */
/*
.ec-productItemRole .ec-productItemRole__image .productItem_stockout {
    font-family: 'Playfair Display', serif !important;
}
*/

/* ページャー */
.ec-pager .ec-pager__item a {
    font-family: 'Playfair Display', serif !important;
}

/* sold out部分非表示 */
/*
.ec-productItemRole .ec-productItemRole__image .productItem_stockout {
    display: none;
}
 */
.ec-productItemRole .ec-productItemRole__image .productItem_stockout {
  background-color: rgba(189, 0, 0, 0.4);
}
