﻿@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;
  --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;
}

.pane-contents {
  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;
}

h1,
.h1 {
  margin: 64px 0 63px;
  padding: 0;
  border: 0;
  color: var(--cl-bk);
  font-size: 3.4rem;
  font-weight: 500;
}

h2,
.h2 {
  margin: 0 0 23px;
  padding: 0;
  border-bottom: none;
  color: var(--cl-bk);
  font-size: 3rem;
  font-weight: 500;
}

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;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  color: var(--cl-bk);
  border-bottom: 0;
}

h5,
.h5 {
  font-size: 14px;
  font-weight: bold;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 500;
}

/* ----パンくずリスト---- */

.pane-topic-path {
  border: none;
  background-color: transparent;
}

.pane-topic-path .container {
  display: block;
  width: 100%;
}

.block-topic-path {
  padding: 10px 0 0;
  color: var(--cl-link);
  font-size: 1.2rem;
}

.block-topic-path--list {
  display: flex;
  flex-wrap: wrap;
}

.block-topic-path--list li {
  position: relative;
  padding-right: 17px;
}

.block-topic-path--list li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: var(--cl-bdr);
}

.block-topic-path--list a {
  padding-left: 0;
  color: var(--cl-link);
  text-decoration: none;
}

.block-topic-path--list .block-topic-path--item__home a {
  padding-left: 0;
}

.block-topic-path--delimiter {
  display: none;
}

/* sys/base_form.css のコピー ここから */

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  padding: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* ----ボタン---- */

.btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 4px 10px;
}

.btn-default {
  color: #333;
  border: solid 1px #dcdcdc;
  background-color: #e5e5e5;
}

/* ここまで sys/base_form.css のコピー */

/* usr/layout.css のコピー ここから */

.wrapper {
  width: 100%;
  min-width: var(--main-width);
  background: var(--cl-bg-base);
}

.pane-footer {
  padding: 0;
  overflow: hidden;
}

/* ここまで usr/layout.css のコピー */

/* usr/block.css のコピー ここから */

/* ----ヘッダー---- */

.block-header-top-news {
  position: relative;
  background-color: var(--cl-bk);
  z-index: 9999;
}

.block-header-top-news,
.block-header-top-news a {
  color: #ffffff;
}

.block-header-bot-news {
  background-color: #efeeeb;
}

.block-header-top-news .block-container,
.block-header-bot-news .block-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
}

.block-header-top-news .txt-l,
.block-header-bot-news .txt-l {
  margin-right: 3px;
  font-size: 1.6rem;
}

.pane-header {
  position: relative;
  height: 90px;
  background-color: var(--cl-bg-base);
  z-index: 9999;
}

.is-header-float .block-header-main {
  top: 0;
  left: 0;
  width: 100%;
  min-width: var(--main-width);
  position: fixed;
  background-color: var(--cl-bg-base);
}

.block-header-main-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-width: var(--cl-bg-base);
  padding: var(--main-padding);
}

.block-header-logo {
  margin: 0;
  padding: 0;
}

.block-header-logo a,
.block-header-logo img {
  display: block;
  height: auto;
  transition: width 0.4s;
}

.is-header-mini .block-header-logo img {
  width: 89px;
}

.block-header-nav-txt {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.block-header-nav-txt ul {
  display: flex;
  align-items: center;
}

.block-header-nav-txt li.has-bdr {
  position: relative;
  margin-left: 14px;
  padding-left: 14px;
}

.block-header-nav-txt li.has-bdr::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: var(--cl-bdr);
}

.block-header-nav-txt .list-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 14px;
  height: 90px;
  font-weight: 500;
  cursor: pointer;
  transition: height 0.4s;
}

.is-header-mini .block-header-nav-txt .list-ttl {
  height: 60px;
}

.block-header-nav-txt .list-ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 14px;
  width: calc(100% - 28px);
  height: 2px;
  background-color: var(--cl-bk);
  opacity: 0;
  transition: opacity 0.3s;
}

.block-header-nav-txt .list-ttl.is-nav-on::after {
  opacity: 1;
}

.block-header-nav-icon {
  margin-left: auto;
}

.block-header-nav-icon ul {
  display: flex;
  align-items: center;
}

.block-header-nav-icon li + li {
  margin-left: 24px;
}

.block-header-nav-icon li > div,
.block-header-nav-icon li > a {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  text-indent: -999999px;
  transition: opacity 0.2s;
}

.block-header-nav-icon .icon-search {
  background-image: url(../../img/usr/common/icon_h_search.png);
}

.block-header-nav-icon .icon-user {
  background-image: url(../../img/usr/common/icon_h_user.png);
}

.block-header-nav-icon .icon-favorite {
  background-image: url(../../img/usr/common/icon_h_favorite.png);
}

.block-header-nav-icon .icon-cart {
  background-image: url(../../img/usr/common/icon_h_cart.png);
}

.block-headernav--cart-count {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  font-size: 0.9rem;
  font-family: var(--ff-num);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-indent: 0;
  line-height: 1;
}

.block-header-links {
  position: absolute;
  top: 5px;
  right: 40px;
  transition: opacity 0.6s;
}

.is-header-mini .block-header-links {
  opacity: 0;
  visibility: hidden;
}

.block-header-links ul {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.block-header-links li + li {
  margin-left: 20px;
}

.block-header-links li > span {
  cursor: pointer;
  transition: opacity 0.2s;
}

.block-header-nav-target,
.block-header-search-target {
  display: block;
  position: fixed;
  top: 134px;
  left: 0;
  width: 100%;
  height: calc(100vh - 135px);
  border-top: 1px solid var(--cl-bdr);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

/* 人気キーワード */

.block-keyword-list {
  display: flex;
  align-items: center;
}

.block-keyword-list .item-ttl {
  width: 124px;
  font-weight: 500;
}

.block-header-serach-keyword .block-keyword-list .item-ttl {
  color: #898885;
}

.block-keyword-list .item-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 124px);
  margin-top: -16px;
}

.block-keyword-list .item-list li {
  margin: 16px 0 0 16px;
}

.block-keyword-list .item-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 16px;
  border-radius: 30px;
  background-color: var(--cl-tag);
  font-weight: 500;
  transition: background-color 0.2s;
}

/* ----フッター---- */

.pane-footer > .container {
  width: 100%;
}

.block-line_poup {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 240px;
  height: 80px;
  background-color: #f7f4ec;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.2));
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: opacity 0.5s;
}

.block-line_poup.is-show {
  opacity: 1;
  visibility: visible;
}

.block-line_poup.is-show.is-hide {
  opacity: 0;
  visibility: hidden;
}

.block-line_poup > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.block-line_poup > a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 32px;
  height: 30px;
  margin-right: 10px;
  background-image: url(../../img/usr/common/line_popup_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-line_poup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../img/usr/common/line_popup_close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999999px;
  cursor: pointer;
}

.block-footer-reason {
  padding: 100px 0;
}

.block-footer-reason-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.block-footer-reason-header h2 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 3rem;
  font-weight: 500;
}

.block-footer-reason-link a {
  color: var(--cl-link);
}

.block-footer-reason-comment {
  margin-top: 15px;
  line-height: 1.714;
}

.block-footer-reason-list {
  margin-top: 40px;
}

.block-footer-reason-list ul {
  display: flex;
}

.block-footer-reason-list li {
  position: relative;
  width: calc(100% / 4);
  padding: 20px 0 0;
}

.block-footer-reason-list li + li {
  border-left: 1px solid var(--cl-bdr);
}

.block-footer-reason-list .list-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-footer-reason-list .list-img img {
  display: block;
  height: auto;
}

.block-footer-reason-list .list-comment {
  margin-top: 20px;
  text-align: center;
}

.block-footer {
  padding: 100px 0 64px;
  background-color: var(--cl-gr);
}

.block-footer,
.block-footer a {
  color: #ffffff;
}

.block-footer-top {
  display: flex;
}

.block-footer-nav {
  display: flex;
}

.block-footer-nav .layer-1:nth-child(1) {
  width: 80px;
}

.block-footer-nav .layer-1:nth-child(1) {
  width: 136px;
}

.block-footer-nav .layer-1:nth-child(1) {
  width: 110px;
}

.block-footer-nav .layer-1 + .layer-1 {
  margin-left: 100px;
}

.block-footer-nav .layer-1-item + .layer-1-item {
  margin-top: 16px;
}

.block-footer-nav .layer-1-item > a,
.block-footer-nav .layer-1-item > span:first-child {
  font-weight: 700;
}

.block-footer-nav .layer-2 {
  margin-top: 10px;
  font-size: 1.3rem;
}

.block-footer-nav .layer-2 > li + li {
  margin-top: 12px;
}

.block-footer-calender {
  margin-left: auto;
}

.block-calendar {
  padding: 16px 0 22px !important;
  background-color: #63605d !important;
  color: #ffffff !important;
}

.block-calendar-title {
  display: none !important;
}

.block-calendar-slide-area {
  padding: 0 22px !important;
}

.block-calendar-month-area {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 41px !important;
  margin-bottom: 11px !important;
}

.block-calendar-month b {
  font-size: 3rem !important;
  font-family: var(--ff-num) !important;
  font-weight: 500 !important;
}

.block-calendar-prev,
.block-calendar-next {
  bottom: 4px !important;
  font-family: var(--ff-num) !important;
}

.block-calendar-prev {
  padding: 0 0 0 7px !important;
  background-image: none !important;
}

.block-calendar-next {
  padding: 0 7px 0 0 !important;
  background-image: none !important;
}

.block-calendar-prev::before,
.block-calendar-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 4px;
  height: 6px;
  margin-top: -2px;
  background-image: url(../../img/usr/common/icon_calender_arw.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-calendar-prev::before {
  left: 0;
  transform: rotate(180deg);
}

.block-calendar-next::after {
  right: 0;
}

.block-calendar table tr {
  border-top: 1px solid #817e7b !important;
}

.block-calendar table th {
  width: auto;
  height: 21px !important;
  text-align: center;
  padding: 0 !important;
}

.block-calendar table th span {
  font-size: 1.1rem !important;
}

.block-calendar table td {
  height: 27px !important;
  text-align: center;
  padding: 0;
}

.block-calendar table td span {
  display: inline-block;
  width: 43px !important;
  height: auto !important;
  border-radius: 0 !important;
  padding-top: 0 !important;
  font-size: 1.2rem !important;
  font-family: var(--ff-num) !important;
}

.block-calendar table td span.closed {
  position: relative;
  color: #d77c9c !important;
}

.block-calendar p {
  width: 100%;
  max-width: 308px;
  margin: 20px auto 0 !important;
  padding: 0 !important;
  text-align: left;
  font-size: 1rem !important;
}

.block-calendar p span {
  margin-right: 16px;
  color: #d77c9c !important;
  font-size: 1.2rem !important;
}

.block-footer-bot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 40px;
}

.block-footer-sns {
  display: flex;
  align-items: center;
}

.block-footer-sns li + li {
  margin-left: 40px;
}

.block-footer-sns a {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999999px;
}

.block-footer-sns a.icon-ig {
  width: 24px;
  height: 24px;
  background-image: url(../../img/usr/common/icon_f_sns_ig.png);
}

.block-footer-sns a.icon-ln {
  width: 26px;
  height: 25px;
  background-image: url(../../img/usr/common/icon_f_sns_ln.png);
}

.block-footer-sns a.icon-x {
  width: 24px;
  height: 24px;
  background-image: url(../../img/usr/common/icon_f_sns_x.png);
}

.block-footer-sns a.icon-fb {
  width: 25px;
  height: 25px;
  background-image: url(../../img/usr/common/icon_f_sns_fb.png);
}

.block-footer-sns a.icon-yt {
  width: 26px;
  height: 18px;
  background-image: url(../../img/usr/common/icon_f_sns_yt.png);
}

.block-footer-links {
  display: flex;
  margin-top: 40px;
}

.block-footer-links li + li {
  margin-left: 40px;
}

.block-footer-links a {
  font-size: 1.2rem;
}

.block-footer-copyright {
  margin-top: 10px;
  font-size: 1.2rme;
  font-family: var(--ff-num);
}

.block-footer-logo a,
.block-footer-logo img {
  display: block;
  height: auto;
}

/* ----ページトップに戻る---- */

.block-page-top {
  display: none !important;
}

/* ----PC/スマホ切り替えスイッチ---- */

.block-switcher {
  display: none !important;
}

/* ここまで usr/block.css のコピー */

/* usr/user.css のコピー ここから */

/* fade image in after load */
.lazyload {
  opacity: 0;
}
.lazyloading {
  opacity: 1;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

/* ここまで usr/user.css のコピー */

.price {
  color: var(--cl-bk);
}

label:has(input[type="checkbox"]),
input[type="checkbox"] + 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);
}

input[type="checkbox"] {
  display: none;
}
