@charset "UTF-8";

/* 
================================================================================
  ecforce 上書き用 カスタムCSS
  - コンパイル(Sass)を経由せず、ここで直接スタイルを記述して上書きするためのファイルです。
  - headerで読み込まれるため、全ページ共通で適用されます。
  - ecforceの管理画面等から変更したCSSを、そのまま転記してください。
================================================================================
*/

/* common */

body {
  font-family: "Noto Sans JP", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Noto Sans JP", sans-serif;
}

.custom-p-page_content__inner p {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8;
}

/* .p-page_inner {
  padding-right: 40px;
  padding-left: 40px;
  @media screen and (max-width: 719px) {
    padding-right: 20px;
    padding-left: 20px;
  }
} */

.custom-p-page_content__inner {
  max-width: 1200px;
}

/* トップ スライダーのリンク */

.custom-p-kv_slider__track__list__item__inner__info__btn {
  background: none !important;
  font-size: 20px !important;
}

.custom-p-kv_slider__track__list__item__inner__info {
  padding-bottom: 30px;
  bottom: 3%;
}

/* 商品一覧 */

.custom-c-category_header {
  @media screen and (max-width: 719px) {
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
}

.custom-c-category_header:before {
  background: rgba(0, 0, 0, 0.1);
}

.custom-c-category_header__inner {
  margin-top: -15vw;

  @media screen and (max-width: 719px) {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 10px;
    text-align: left;
  }

  h1 {
    color: #111111 !important;
    font-weight: bold;
  }
}

.custom-c-product_item__inner__category {
  font-size: 14px !important;
}

.custom-p-category_tool__inner {
  padding: 20px 0;
}

/* 商品ページ */

.custom-c-product_info__category {
  background-color: #eee;
  color: #333 !important;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 11px;
  width: fit-content;
  align-self: flex-start;
}

.custom-c-product_info__share__list__item:not(:last-child) {
  margin-right: 0;
}

/* 利用規約 */

.custom-p-page-terms {
  margin-top: 60px;
}

.custom-p-page-terms .c-page-title {
  margin-inline: 15px;
}

.custom-p-page-terms {
  .u-text--subhead {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

/*ニュース詳細画面 */

.custom-custom-news-thumbnail img {
  width: 720px;
  height: 405px;
  object-fit: cover; /* 比率を維持して枠いっぱいに広げ、はみ出た分をカット */
  object-position: center; /* 中央を基準にカット */
}

.custom-p-page_article__inner h2 {
  font-family: "Noto Sans JP";
}

/* コラム詳細ページ */

.custom-p-column_header__panel__inner__top__share__list__item:not(:last-child) {
  margin-right: 0;
}

.custom-c-article_nav__inner__prev,
.custom-c-article_nav__inner__next {
  max-width: 160px;
}

/* お問い合わせ */

.custom-p-account_form {
  padding: 0;
}

.custom-c-form_table__tel {
  flex-wrap: nowrap;
}

/* その他 */

.custom-cart-show-view {
  padding-bottom: 60px;
}

.custom-p-checkout__list__block__inner {
  max-width: 800px;
}

.custom-c-form_table input {
  background: #fff !important;
}

.custom-c-form_table > tbody > tr > th,
.custom-c-form_table--confirm > tbody > tr > th {
  white-space: normal !important;
}

.custom-category-1 .c-form_table tr {
  border-bottom: 1px solid #eee;
}

.custom-p-checkout a {
  text-decoration: underline;
}

.custom-c-form_table__checkbox {
  gap: 10px;
}

/* np */
.np {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.np p {
  font-size: 16px;
  font-weight: bold;
  color: #8c3a3a;
  margin-bottom: 10px;
}
.np__list {
  padding-left: 40px;
  margin-top: 10px;
}
.np__list li {
  list-style: disc;
  margin-bottom: 8px;
  line-height: 1.5;
}
