﻿@charset "UTF-8";

:root {
  --cl-bk: #3d3935;
  --cl-bl: #35739e;
  --cl-rd: #a73539;
  --cl-gr: #817e7b;
  --cl-bdr: #beb5aa;
  --cl-link: #9e9b99;
  --cl-bg-base: #f9f8f5;
  --cl-bg-1: #f1f0ee;
  --cl-tag: rgba(61, 57, 53, 0.15);
  --ff-num: "Noto Sans", "Noto Sans JP", sans-serif;
  --ff-ja: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --usr-scrollbar-width: 0;
}

.ff-num {
  font-variant: var(--ff-num);
}

html {
  font-size: 62.5%;
}

body {
  background-color: var(--cl-bg-base);
  color: var(--cl-bk);
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pane-contents,
.pane-order-contents {
  margin-bottom: 60px;
}

.page-top .pane-contents,
.page-category .pane-contents,
.page-genre .pane-contents,
.page-goods .pane-contents,
.page-pagecategory .pane-contents {
  margin-bottom: 0;
}

.block-container {
  padding: 0 20px;
}

a,
a:visited {
  color: var(--cl-bk);
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

b {
  font-weight: 500;
}

h1,
.h1 {
  margin: 16px 0 39px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--cl-bk);
  font-size: 2.6rem;
  font-weight: 500;
}

h2,
.h2,
.legend {
  margin: 0 0 15px;
  padding: 0;
  border-bottom: none;
  background: none;
  color: var(--cl-bk);
  font-size: 2.4rem;
  font-weight: 500;
}

.legend:not(:first-child) {
  margin-top: 40px;
}

h3,
.h3 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 2rem;
  font-weight: 500;
  color: var(--cl-bk);
  border-bottom: none;
  background: none;
}

h4,
.h4 {
  margin: 0;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  color: var(--cl-bk);
  border-bottom: 0;
  background: none;
}

h5,
.h5 {
  font-size: 14px;
  font-weight: bold;
  background: none;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 500;
  background: none;
}

.price {
  color: var(--cl-bk);
}

.price::after,
.default-price::after {
  content: "（税込）";
}

.net::after,
.price.net::after,
.net-price::after,
.default-net::after {
  content: "（税抜）";
}

/* ----ページャー---- */

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0 0;
  padding: 0;
  border-top: 0;
}

.pager-total {
  display: flex;
  align-items: baseline;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  font-weight: 500;
}

.pager-count {
  position: relative;
}

.pager-count::after {
  content: "／";
}

.pager-count span {
  font-size: 1.8rem;
  font-weight: 700;
}

.pager-scope {
  margin: 0;
  padding: 0;
}

.block-goods-list--pager-top .pager-scope span {
  font-size: 1.8rem;
  font-weight: 700;
}

.pagination {
  display: flex;
  align-items: center;
}

.pagination > * {
  margin-left: 6px;
  padding: 0;
  border: none;
  background-color: transparent;
  list-style-type: none;
  float: none;
}

.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-family: var(--ff-num);
  font-weight: 500;
}

.pagination span {
  background-color: var(--cl-bk);
}

.pagination > .disabled {
  color: #777;
}

.pager-current {
  color: #ffffff;
}

.pager-first a,
.pager-next a,
.pager-previous a,
.pager-last a {
  width: 16px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
  text-indent: -999999px;
}

.pager-first a,
.pager-last a {
  background-image: url(../../img/usr/common/icon_pager_arw_2.png);
}

.pager-previous a,
.pager-next a {
  background-image: url(../../img/usr/common/icon_pager_arw_1.png);
}

.pager-first a,
.pager-previous a {
  transform: rotate(180deg);
}

.pager-previous a {
  margin: 0 7px 0 14px;
}

.pager-next a {
  margin: 0 14px 0 7px;
}

/* ----ボタン---- */

.btn,
input[type="submit"].btn,
input[type="button"].btn,
button.btn {
  border-radius: 100px;
}

.action .btn {
  border-bottom-width: 1px;
}

.btn-default {
  border: 1px solid var(--cl-bk);
  color: var(--cl-bk);
  background: #fff;
}

.btn-primary {
  border: 1px solid var(--cl-bk);
  color: #fff;
  background: var(--cl-bk);
}

.btn-secondary {
  border: 1px solid #9d9896;
  color: #fff;
  background: #9d9896;
}

.btn-danger {
  border: 1px solid var(--cl-bk);
  color: var(--cl-bk);
  background: #ffffff;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  max-width: 100%;
  border: 1px solid var(--cl-bdr);
  border-radius: 0;
  background-color: transparent;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select {
  padding: 0 10px;
  height: 44px;
}

textarea {
  padding: 10px;
}

select {
  padding: 0 36px 0 10px;
  background-image: url(../../img/usr/common/icon_sort_arw.png);
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 11px 7px;
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border: 1px solid var(--cl-bk);
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
  accent-color: var(--cl-bk);
}

.block-favorite--checkbox input[type="checkbox"] {
  display: block;
}

label:has(input[type="checkbox"]),
input[type="checkbox"] + label,
label:has(input[type="radio"]),
input[type="radio"] + label {
  position: relative;
  padding-left: 36px;
}

label:has(input[type="checkbox"])::before,
input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: url(../../img/usr/common/icon_cb_off.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.13s;
}

label:has(input[type="checkbox"]:checked)::before,
input[type="checkbox"]:checked + label::before {
  background-image: url(../../img/usr/common/icon_cb_on.png);
}

label:has(input[type="radio"])::before,
input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 1px solid var(--cl-bk);
  border-radius: 20px;
  background-color: #ffffff;
}

label:has(input[type="radio"])::after,
input[type="radio"] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 10px;
  background-color: var(--cl-bk);
  opacity: 0;
  transition: opacity 0.13s;
}

label:has(input[type="radio"]:checked)::after,
input[type="radio"]:checked + label::after {
  opacity: 1;
}
