﻿@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);
  --cl-tag-hover: rgba(61, 57, 53, 0.25);
  --main-width: 1280px;
  --main-padding: 0 40px;
  --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;
}

.ff-num {
  font-variant: var(--ff-num);
}

html {
  font-size: 62.5%;
}

body {
  min-width: var(--main-width);
  background-color: var(--cl-bg-base);
  color: var(--cl-bk);
  font-size: 1.4rem;
  font-family: var(--ff-ja);
  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;
}

.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.pane-contents {
  min-height: calc(100vh - 740px);
  padding-bottom: 0;
}

.page-top .pane-footer,
.page-category .pane-footer,
.page-genre .pane-footer,
.page-goods .pane-footer,
.page-pagecategory .pane-footer,
.page-contentspages .pane-footer,
.page-contentsfeatures .pane-footer {
  margin-top: 0;
}

.block-container {
  width: var(--main-width);
  margin: 0 auto;
  padding: var(--main-padding);
}

a,
a:visited {
  color: var(--cl-bk);
  text-decoration: none;
  transition: color 0.2s, opacity 0.2s;
}

a:hover,
a:active,
a:focus {
  color: var(--cl-link);
  text-decoration: 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;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  border: 1px solid var(--cl-bdr);
  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"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
select:hover,
textarea:hover {
  border: 1px solid var(--cl-bdr);
}

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[name="pwd_display"] {
  margin-top: -5px;
}

.page-estimate input[name="pwd_display"] {
  margin-top: 0;
}

h1,
.h1 {
  margin: 64px 0 63px;
  padding: 0;
  border: 0;
  color: var(--cl-bk);
  font-size: 3.4rem;
  font-weight: 500;
}

h2,
.h2,
.legend,
.block-cart--rule {
  margin: 0 0 23px;
  padding: 0;
  border-bottom: none;
  color: var(--cl-bk);
  font-size: 3rem;
  font-weight: 500;
}

.legend:not(:first-child) {
  margin-top: 60px;
}

h3,
.h3 {
  margin: 0 0 23px;
  padding: 0;
  font-size: 2.6rem;
  font-weight: 500;
  color: var(--cl-bk);
  border-bottom: none;
}

h4,
.h4 {
  margin: 0 0 23px;
  padding: 0;
  font-size: 2rem;
  font-weight: 500;
  color: var(--cl-bk);
  border-bottom: 0;
}

h5,
.h5 {
  font-size: 14px;
  font-weight: bold;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 500;
}

.price {
  color: var(--cl-bk);
}

.price::after,
.default-price::after {
  content: "（税込）";
}

.net::after,
.net-price::after,
.default-net::after {
  content: "（税抜）";
}

/* ----ページャー---- */

.pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 40px 0 0;
  padding: 0;
  border-top: 0;
}

.block-goods-list--nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}

.block-goods-list--pager-top {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 40px;
}

.pager-total {
  display: flex;
  align-items: baseline;
  margin: 0 auto 0 0;
  padding: 0;
  font-weight: 500;
}

.pager-count {
  display: block;
  position: relative;
  margin: 0;
}

.pager-count::after {
  content: "／";
  display: inline-block;
  position: relative;
}

.pager-count > span {
  font-size: 1.8rem;
  font-family: var(--ff-num);
  font-weight: 700;
}

.pager-scope {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

.pager-scope > span {
  font-family: var(--ff-num);
}

.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;
}

.pager-first a:hover,
.pager-next a:hover,
.pager-previous a:hover,
.pager-last a:hover {
  opacity: 0.65;
}

/* ----ボタン---- */

.btn {
  border-radius: 100px;
}

.action .btn {
  border-bottom-width: 1px;
}

.btn-default,
.btn-default:visited {
  border: 1px solid var(--cl-bk);
  color: var(--cl-bk);
  background: #fff;
}

.btn-primary,
.btn-primary:visited {
  border: 1px solid var(--cl-bk);
  color: #fff;
  background: var(--cl-bk);
}

.btn-secondary,
.btn-secondary:visited {
  border: 1px solid var(--cl-bk);
  color: #fff;
  background: #9d9896;
}

.btn-danger,
.btn-danger:visited {
  border: 1px solid var(--cl-bk);
  color: var(--cl-bk);
  background: #ffffff;
}

.star-base {
  width: 110px;
  height: 22px;
  background-position: 0 0;
  background-size: 110px 44px;
}

.star-select {
  width: 110px;
  height: 22px;
  background-position: -110px -22px;
  background-size: 110px 44px;
}

.fieldset .form-control {
  padding-left: 12px;
}
