﻿@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;
}

.block-container {
  padding: 0 20px;
}

a,
a:visited {
  color: var(--cl-bk);
  text-decoration: none;
}

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);
  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="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;
}

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 {
  margin: 0 0 15px;
  padding: 0;
  border-bottom: none;
  background: none;
  color: var(--cl-bk);
  font-size: 2.4rem;
  font-weight: 500;
}

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;
}

/* ヘッダ（スマートフォン） ファーストビュー用 */

/* usr/sb_layout.css のコピー ここから */

/* ここまで usr/sb_layout.css のコピー */

/* usr/sb_base_misc.css のコピー ここから */

.hidden-sb {
  display: none !important;
}

/* ここまで usr/sb_base_misc.css のコピー */

/* usr/sb_block.css のコピー ここから */

/* ----ヘッダー---- */

.block-header-top-news {
  position: relative;
  background-color: var(--cl-bk);
  z-index: 999;
}

.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: 5px;
  font-size: 1.2rem;
  text-align: center;
}

.block-header-top-news .txt-l,
.block-header-bot-news .txt-l {
  margin-right: 2px;
  font-size: 1.4rem;
}

.pane-header {
  position: relative;
  height: 60px;
  background-color: var(--cl-bg-base);
}

.block-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 60px;
  padding: 0 20px;
  background-color: var(--cl-bg-base);
  transition: height 0.4s;
  z-index: 999;
}

.is-header-float .block-header {
  position: fixed;
}

.is-header-mini .block-header {
  height: 44px;
}

.block-header-logo {
  width: 90px;
  margin: 0;
  padding: 0;
  transition: width 0.4s;
}

.is-header-mini .block-header-logo {
  width: 71px;
}

.block-header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.block-header-menu-btn,
.block-header-nav-icon {
  position: absolute;
}

.block-header-menu-btn {
  width: 17px;
  height: 11px;
  left: 20px;
}

.block-header-menu-btn > span {
  display: block;
  position: absolute;
  left: 0;
  width: 17px;
  height: 1px;
  background-color: var(--cl-bk);
}

.block-header-menu-btn > span:nth-child(1) {
  top: 0;
  transition: transform 0.25s;
}

.block-header-menu-btn > span:nth-child(2) {
  bottom: 0;
  transition: transform 0.25s;
}

.block-header-menu-btn > span:nth-child(3) {
  top: 5px;
  transition: opacity 0.15s;
}

.block-header-menu-btn.is-open > span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.block-header-menu-btn.is-open > span:nth-child(2) {
  bottom: 5px;
  transform: rotate(-45deg);
}

.block-header-menu-btn.is-open > span:nth-child(3) {
  opacity: 0;
}

.block-header-nav-icon {
  right: 20px;
}

.block-header-nav-icon ul {
  display: flex;
  align-items: center;
}

.block-header-nav-icon li + li {
  margin-left: 13px;
}

.block-header-nav-icon li > div,
.block-header-nav-icon li > a {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  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: 22px;
  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-menu-target,
.block-search-target {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

.block-menu-target {
  left: -102vw;
  background-color: var(--cl-bg-base);
  transition: left 0.5s;
}

.block-search-target {
  display: none;
}

/* 人気キーワード */

.block-keyword-list .item-ttl {
  font-weight: 500;
  text-align: center;
}

.block-serach-keyword .block-keyword-list .item-ttl {
  color: #898885;
}

.block-keyword-list .item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 6px -10px 0 0;
}

.block-keyword-list .item-list li {
  margin: 10px 10px 0 0;
}

.block-keyword-list .item-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 14px;
  border-radius: 30px;
  background-color: var(--cl-tag);
  font-weight: 500;
}

/* ----フッター---- */

.block-line_poup {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 240px;
  height: 60px;
  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: 80px 0;
}

.block-footer-reason h2 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.25;
}

.block-footer-reason-comment {
  margin-top: 16px;
  line-height: 1.571;
}

.block-footer-reason-list {
  margin-top: 40px;
}

.block-footer-reason-list ul {
  display: flex;
  flex-wrap: wrap;
}

.block-footer-reason-list li {
  position: relative;
  width: 50%;
}

.block-footer-reason-list li:not(:nth-child(-n + 2)) {
  margin-top: 33px;
}

.block-footer-reason-list li:not(:nth-child(-n + 2))::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--cl-bdr);
}

.block-footer-reason-list li > div {
  display: block;
}

.block-footer-reason-list li:not(:nth-child(2n)) > div {
  border-right: 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: 14px;
  text-align: center;
  line-height: 1.571;
}

.block-footer-reason-link {
  margin-top: 40px;
}

.block-footer-reason-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  border: 1px solid var(--cl-link);
  border-radius: 44px;
  font-weight: 500;
}

.block-footer-nav,
.block-footer-link-1,
.block-footer-link-2,
.block-footer-calender,
.block-footer-contact,
.block-footer-logo,
.block-footer-sns,
.block-footer-copyright {
  padding: 0 20px;
  background-color: var(--cl-gr);
  color: #ffffff;
}

.block-footer-nav a,
.block-footer-link-1 a,
.block-footer-link-2 a,
.block-footer-calender a,
.block-footer-contact a,
.block-footer-logo a,
.block-footer-sns a,
.block-footer-copyright a {
  color: #ffffff;
}

.block-footer-nav {
  padding-top: 40px;
}

.block-footer-link-1 {
  padding-top: 40px;
}

.block-footer-link-1 ul {
  display: flex;
  flex-wrap: wrap;
}

.block-footer-link-1 li {
  width: 50%;
}

.block-footer-link-1 li:not(:nth-child(-n + 2)) {
  margin-top: 14px;
}

.block-footer-calender {
  padding-top: 40px;
}

.block-calendar {
  max-width: none !important;
  padding: 16px 0 22px !important;
  background-color: #63605d !important;
  color: #ffffff !important;
}

.block-calendar-title {
  display: none !important;
}

.block-calendar-slide-area {
  width: calc(100vw - 40px) !important;
  padding: 0 22px !important;
}

.block-calendar table {
  width: calc(100vw - 84px) !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-link-2 {
  padding-top: 32px;
}

.block-footer-link-2 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.block-footer-link-2 li {
  margin-top: 8px;
}

.block-footer-link-2 li:nth-child(even) {
  position: relative;
  margin-left: 33px;
}

.block-footer-link-2 li:nth-child(even)::before {
  content: "／";
  position: absolute;
  top: 0;
  left: -23px;
}

.block-footer-contact {
  padding-top: 40px;
}

.block-footer-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  border: 1px solid #ffffff;
  border-radius: 44px;
  font-weight: 500;
  text-align: center;
}

.block-footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

.block-footer-logo a,
.block-footer-logo img {
  display: block;
  height: auto;
}

.block-footer-sns {
  padding-top: 40px;
}

.block-footer-sns ul {
  display: flex;
  align-items: center;
  justify-content: 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-copyright {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.2rem;
  text-align: center;
}

.block-page-top {
  display: none !important;
}

.block-switcher {
  display: none !important;
}

/* ここまで usr/sb_block.css のコピー */

/* usr/sb_user.css のコピー ここから */

.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

/* ここまで usr/sb_user.css のコピー */

.price {
  color: var(--cl-bk);
}
