@charset "UTF-8";
/*=========================
base
=========================*/
*:not(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-optical-sizing: auto;
}
body.is-fixed {
  overflow-y: hidden;
}

body,
table,
td {
  font: 400 clamp(1.4rem, 1.3088rem + 0.24vw, 1.6rem)/1.8 "Noto Serif JP", serif !important;
  color: #333333 !important;
}

th {
  font: 700 clamp(1.4rem, 1.3088rem + 0.24vw, 1.6rem)/1.8 "Noto Serif JP", serif !important;
  color: #333333 !important;
}

p,
li {
  font: 400 clamp(1.6rem, 1.5088rem + 0.24vw, 1.8rem)/2 "Noto Serif JP", serif !important;
  color: #333333 !important;
}

h1 {
  font: normal normal 700 clamp(3.2rem, 2.472rem + 1.94vw, 4.8rem)/1.375 "Noto Serif JP", serif !important;
  color: #333333 !important;
}

h2 {
  font: normal normal 600 clamp(2.4rem, 2.0368rem + 0.97vw, 3.2rem)/1.375 "Noto Serif JP", serif !important;
  color: #333333 !important;
}

h3 {
  font: normal normal 800 clamp(2rem, 1.8176rem + 0.48vw, 2.4rem)/1.375 "Noto Serif JP", serif !important;
  color: #333333 !important;
}

ul {
  margin-left: 2em;
  margin-bottom: 1em;
}
ul li::marker {
  color: #26412F;
}

ol {
  margin-left: 2em;
}
ol li ol {
  padding-left: 1rem;
}

a {
  color: #0071BC !important;
}
a:hover {
  font-weight: normal !important;
  opacity: 0.7;
}

/*=========================
Jimdoコントロール
=========================*/
main h1 {
  margin: 0 0 1em 0;
}
main h2,
main h3 {
  margin: 2em 0 1em 0;
}
main h1 {
  position: relative;
  text-align: center;
  height: 18.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
main h1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(https://u.jimcdn.com/cms/o/s7093638964d2b0ea/userlayout/img/h1-bg.png?t=1767682040) no-repeat center;
  background-size: contain;
  z-index: -1;
}
main h2 {
  text-align: center;
  position: relative;
}
main h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #C7A66C;
  margin: 0.5em auto 0;
}
main h3 {
  position: relative;
  display: table;
  padding-left: 10.7rem;
}
main h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9.6rem;
  height: 1px;
  background-color: #2D2D2D;
}
main p {
  margin-bottom: 1em;
  text-align: justify;
}

footer {
  font: 400 clamp(1.2rem, 1.1024rem + 0.26vw, 1.4rem)/1.8 "Noto Serif JP", serif !important;
}

.cc-m-hgrid-column h1,
.cc-m-hgrid-column h2,
.cc-m-hgrid-column h3 {
  margin-top: 0;
}
.cc-m-hgrid-column h2 {
  background: -webkit-gradient(linear, left top, right top, from(#7D2804), color-stop(25.48%, #AA7159), color-stop(41.83%, #7E3D21), color-stop(97.12%, #411603));
  background: -webkit-linear-gradient(left, #7D2804 0%, #AA7159 25.48%, #7E3D21 41.83%, #411603 97.12%);
  background: linear-gradient(90deg, #7D2804 0%, #AA7159 25.48%, #7E3D21 41.83%, #411603 97.12%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}
.cc-m-hgrid-column h2::after {
  content: none;
}

.j-gallery {
  position: relative;
  width: 100vw;
  max-width: none;
  left: 50%;
  margin-left: -50vw;
  padding: 0 !important;
  margin-bottom: 3rem;
  margin-top: 0;
}

.cc-pagemode-default #content_area > div:nth-child(2) > * {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.cc-pagemode-default #content_area > div:nth-child(2) > *.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 41.25em) {
  .cc-m-hgrid-column {
    width: 100% !important;
  }
  .cc-m-hgrid-column .cc-imagewrapper {
    text-align: center !important;
  }
}
a img:hover {
  opacity: 0.85;
}

.j-text ol,
.j-text ul {
  margin-left: 0;
}
.j-text ol li,
.j-text ul li {
  right: -1.5em !important;
}

.hr {
  border-bottom: 2px solid #C7A66C !important;
}

.cc-FloatingButtonBarContainer.cc-FloatingButtonBarContainer-left {
  bottom: 10rem !important;
}
@media (min-width: 41.25em) {
  .cc-FloatingButtonBarContainer.cc-FloatingButtonBarContainer-left {
    bottom: 3rem !important;
  }
}

.cc-FloatingButtonBarContainer {
  z-index: 99 !important;
}

.cc-FloatingButtonBarContainer li a {
  background: none !important;
  border-radius: 0 !important;
  border: none !important;
}

.cc-FloatingButtonBarContainer li a span {
  width: 7.5rem !important;
  height: 7.5rem !important;
}

.cc-FloatingButtonBarContainer .cc-FloatingButtonBarContainer-button-scroll span {
  background: url(https://u.jimcdn.com/cms/o/s7093638964d2b0ea/userlayout/img/top-button.png?t=1767682108) no-repeat !important;
}

.cc-FloatingButtonBarContainer {
  bottom: 7rem !important;
  right: 3rem !important;
}

/* =======================================
　全体レイアウト
======================================= */
#l-container {
  overflow: hidden;
}

/* =======================================
　ヘッダーレイアウト共通
======================================= */
.l-header {
  position: fixed;
  width: 100%;
  background-color: #2D2D2D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 200000;
}
.l-header.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-header__inr {
  width: 100%;
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__logo a {
  display: block;
  height: 8rem;
}
@media (min-width: 71.25em) {
  .l-header__logo a {
    height: 11rem;
  }
}
.l-header__logo img {
  padding: 1.4rem 0 1.4rem 2.7rem;
  height: 100%;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (min-width: 71.25em) {
  .l-header__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    margin-right: 1rem;
  }
}
.l-header__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  line-height: 1.5 !important;
  border: #fff 1px solid;
  border-radius: 5px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.l-header__tel a:hover,
.l-header__tel a:active,
.l-header__tel a:link,
.l-header__tel a:visited {
  color: #fff !important;
  text-decoration: none;
  opacity: 1;
}
@media (min-width: 71.25em) {
  .l-header__tel {
    margin-top: 2.2rem;
  }
}
.l-header__btn {
  width: 48px;
  height: 28px;
  margin-right: 2rem;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.l-header__btn:focus-visible {
  outline: 2px solid #4c9ffe;
  outline-offset: 2px;
  border-radius: 6px;
}
.l-header__btn span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transition: transform 0.25s ease, opacity 0.2s ease, -webkit-transform 0.25s ease;
}
.l-header__btn span:nth-child(1) {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.l-header__btn span:nth-child(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header__btn span:nth-child(3) {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
.l-header__btn.is-active span:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.l-header__btn.is-active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(0) scaleX(0.4);
          transform: translateY(0) scaleX(0.4);
}
.l-header__btn.is-active span:nth-child(3) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
@media (min-width: 71.25em) {
  .l-header__btn {
    display: none;
  }
}
.l-header__menu {
  top: 8rem;
  bottom: 0;
  right: 0;
  position: fixed;
  overflow-y: scroll;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(200rem);
          transform: translateX(200rem);
  max-width: 60rem;
  width: 100%;
  background: #2D2D2D url(https://u.jimcdn.com/cms/o/s7093638964d2b0ea/userlayout/img/logo-bg.png?t=1768809754) no-repeat right 24px bottom 22px;
}
@media (min-width: 71.25em) {
  .l-header__menu {
    background: #2D2D2D;
    max-width: initial;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    height: auto;
    position: relative;
    width: initial;
    overflow-y: initial;
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: unset;
  }
}
.l-header__menu.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* =======================================
　　メインのレイアウト
======================================= */
.l-mv {
  margin-top: 8rem;
  height: 100vw;
  position: relative;
}
.l-mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.l-mv__logo img {
  height: clamp(19.2rem, -6.8128rem + 33.87vw, 31.8rem);
}
@media (min-width: 48em) {
  .l-mv {
    height: 33.3333333333vw;
  }
}
@media (min-width: 71.25em) {
  .l-mv {
    margin-top: 11rem;
  }
}

.cc-indexpage .l-mv {
  height: 128.5714285714vw;
}
@media (min-width: 48em) {
  .cc-indexpage .l-mv {
    height: 54.3055555556vw;
  }
}

body.jqbga-container.jqbga-web--image {
  background-size: auto 100vw !important;
  background-attachment: scroll !important;
  background-position-y: 8rem !important;
}
@media (min-width: 48em) {
  body.jqbga-container.jqbga-web--image {
    background-size: auto 33.3333333333vw !important;
  }
}
@media (min-width: 71.25em) {
  body.jqbga-container.jqbga-web--image {
    background-position-y: 11rem !important;
  }
}

.cc-indexpage .jqbga-slider {
  margin-top: 8rem;
  position: absolute !important;
}
.cc-indexpage .jqbga-slider,
.cc-indexpage .jqbga-slider--image {
  height: 128.5714285714vw !important;
  width: 100% !important;
  background-size: cover;
  background-color: none !important;
}
@media (min-width: 48em) {
  .cc-indexpage .jqbga-slider,
  .cc-indexpage .jqbga-slider--image {
    height: 54.3055555556vw !important;
  }
}

.l-main {
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 5%;
  padding-right: 5%;
  max-width: calc(114rem + 10%);
}
@media (min-width: 48em) {
  .l-main {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

.l-sidebar {
  background: #F1F0ED;
}
.l-sidebar__inr {
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 5%;
  max-width: calc(114rem + 10%);
}
@media (min-width: 71.25em) {
  .l-sidebar__inr {
    padding: 8rem 5%;
  }
}

/* =======================================
　フッターレイアウト
======================================= */
.l-footer {
  background-color: #2D2D2D;
}
.l-footer__inr {
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 5%;
  max-width: calc(114rem + 10%);
}
.l-footer__logo {
  margin-bottom: 6rem;
}
.l-footer__logo img {
  height: clamp(14.5rem, 11.4112rem + 8.24vw, 20.8rem);
  margin: auto;
}
.l-footer__main {
  color: #fff;
}

#contentfooter .leftrow {
  float: left;
  color: #fff;
  width: 100% !important;
  text-align: center !important;
}

/*  =======================================
　　ナビゲーションのコントロール
======================================= */
.c-nav ul {
  margin: 0;
}
.c-nav__list li {
  font: 700 2rem/1.5 "Noto Serif JP", serif !important;
  color: #fff !important;
  list-style: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.c-nav__list li:first-child {
  margin-top: 0;
}
@media (min-width: 71.25em) {
  .c-nav__list li {
    font: 700 1.6rem/1.6875 "Noto Serif JP", serif !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.c-nav__list li a {
  color: #fff !important;
  text-decoration: none;
}
.c-nav__list li a:hover::before, .c-nav__list li a.cc-nav-current::before {
  content: "⚫︎";
  color: #BD3D06;
  position: absolute;
  left: -1.5em;
}
@media (min-width: 71.25em) {
  .c-nav__list li a:hover::before, .c-nav__list li a.cc-nav-current::before {
    left: -1.2em;
  }
}
.c-nav__list ul.cc-nav-level-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20%;
  margin-top: 1rem;
}
@media (min-width: 71.25em) {
  .c-nav__list ul.cc-nav-level-0 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
    margin: 0;
    margin-top: 1.1rem;
  }
}
.c-nav__list ul.cc-nav-level-0 .jmd-nav__list-item-0 > .jmd-nav__toggle-button {
  width: 1.8rem;
  height: 1.8rem;
  vertical-align: text-bottom;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  margin-left: 1.6rem;
  position: relative;
}
.c-nav__list ul.cc-nav-level-0 .jmd-nav__list-item-0 > .jmd-nav__toggle-button::before, .c-nav__list ul.cc-nav-level-0 .jmd-nav__list-item-0 > .jmd-nav__toggle-button::after {
  content: "";
  width: 1.6rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: calc(50% - 1px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-nav__list ul.cc-nav-level-0 .jmd-nav__list-item-0 > .jmd-nav__toggle-button::before {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-nav__list ul.cc-nav-level-0 .jmd-nav__list-item-0 > .jmd-nav__toggle-button::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.c-nav__list ul.cc-nav-level-0 .jmd-nav__list-item-0 > .toggle-rotate::after {
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.c-nav__list ul.cc-nav-level-1 {
  margin-top: 1rem;
  margin-left: 2rem;
  display: none;
}
.c-nav__list ul.cc-nav-level-1 li {
  font: 400 1.6rem/1.5 "Noto Serif JP", serif !important;
  margin: 0;
  padding: 1rem 0 1rem 2rem;
  border-left: #fff 1px solid;
}
.c-nav__list ul.cc-nav-level-1 li:last-child {
  margin-bottom: 0;
}
@media (min-width: 71.25em) {
  .c-nav__list ul.cc-nav-level-1 li {
    display: inline-block;
    width: 100%;
    border-left: none;
    background-color: rgba(0, 0, 0, 0.35);
  }
}
@media (min-width: 71.25em) {
  .c-nav__list ul.cc-nav-level-1 li a {
    white-space: nowrap;
    padding-right: 2rem;
  }
}
@media (min-width: 71.25em) {
  .c-nav__list ul.cc-nav-level-1 {
    position: absolute;
    top: 2.7rem;
    margin-left: 0;
    overflow-y: scroll;
  }
}

/* =======================================
　ボタン
======================================= */
.j-calltoaction-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

a.j-calltoaction-link.j-calltoaction-link-style-1,
a.j-calltoaction-link.j-calltoaction-link-style-2,
a.j-calltoaction-link.j-calltoaction-link-style-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  padding: 1em;
  width: 100%;
  border-radius: 12px;
  background: transparent;
  border: 1px solid #2D2D2D;
  color: #2D2D2D !important;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font: 800 clamp(1.6rem, 1.5088rem + 0.24vw, 1.8rem)/1.8 "Noto Serif JP", serif !important;
  letter-spacing: 0.02em;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
a.j-calltoaction-link.j-calltoaction-link-style-1::after,
a.j-calltoaction-link.j-calltoaction-link-style-2::after,
a.j-calltoaction-link.j-calltoaction-link-style-3::after {
  content: "";
  width: 2.5rem;
  height: 0.8rem;
  border-bottom: 1px solid #2D2D2D;
  border-right: 1px solid #2D2D2D;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
a.j-calltoaction-link.j-calltoaction-link-style-1:hover,
a.j-calltoaction-link.j-calltoaction-link-style-2:hover,
a.j-calltoaction-link.j-calltoaction-link-style-3:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

a.j-calltoaction-link.j-calltoaction-link-style-2 {
  margin-bottom: 5rem;
  padding: 0.5em 1em;
  width: auto;
  min-width: 24rem;
}

a.j-calltoaction-link.j-calltoaction-link-style-3 {
  padding: 0.5em 1em;
  width: auto;
  min-width: 24rem;
  background: #2D2D2D;
  color: #fff !important;
}
a.j-calltoaction-link.j-calltoaction-link-style-3::after {
  content: none;
}

.j-calltoaction-align-1, form.cc-m-form .cc-m-form-submit {
  text-align: center !important;
}
@media (min-width: 48em) {
  .j-calltoaction-align-1, form.cc-m-form .cc-m-form-submit {
    text-align: left !important;
  }
}

/* =======================================
　　表のコントロール
======================================= */
table:not(.cc-checkout-products) {
  width: 100%;
  margin: 0 auto !important;
  border: 1px #2D2D2D solid;
}
table:not(.cc-checkout-products) tbody {
  width: 100%;
}
table:not(.cc-checkout-products) tr td {
  padding: 1em;
  border-right: 1px #2D2D2D solid;
  border-bottom: 1px #2D2D2D solid;
}
@media (min-width: 48em) {
  table:not(.cc-checkout-products) tr td {
    padding: 1em 2em;
  }
}
table:not(.cc-checkout-products) tr td:last-child {
  border-right: none;
}
table:not(.cc-checkout-products) tr:last-child td {
  border-bottom: 0;
}

table:not(.c-table-ver, .cc-checkout-products) tr td {
  display: block;
}
@media (min-width: 48em) {
  table:not(.c-table-ver, .cc-checkout-products) tr td {
    display: table-cell;
  }
}
table:not(.c-table-ver, .cc-checkout-products) tr td:first-child {
  text-align: center;
  font-weight: 700 !important;
  background-color: #2D2D2D;
  color: #fff !important;
}
@media (min-width: 48em) {
  table:not(.c-table-ver, .cc-checkout-products) tr td:first-child {
    border-bottom: 1px #fff solid;
  }
}
table:not(.c-table-ver, .cc-checkout-products) tr:last-child td {
  border-bottom: 0;
}

table.c-table-ver {
  white-space: nowrap;
}
@media (min-width: 71.25em) {
  table.c-table-ver {
    white-space: normal;
  }
}
table.c-table-ver tr:first-child td {
  background-color: #2D2D2D;
  color: #fff !important;
  text-align: center;
  border-right: 1px #fff solid;
  font-weight: 700 !important;
}
table.c-table-ver tr:first-child td:last-child {
  border-right: 0;
}

/* =======================================
　フォーム関係
======================================= */
input,
select,
textarea {
  font: 400 clamp(1.6rem, 1.5088rem + 0.24vw, 1.8rem)/2 "Noto Serif JP", serif !important;
  color: #333333 !important;
  padding: 0.5em !important;
  border: 1px solid #999999 !important;
  border-radius: 5px;
}

label input[type=radio],
label input[type=checkbox],
.cc-m-form-view-input-wrapper input[type=checkbox] {
  width: 2rem !important;
  height: 2rem !important;
  vertical-align: middle !important;
}

button.button,
input[type=button],
input[type=submit] {
  width: 100%;
  padding: 1em 0 !important;
  margin: 1em 0 1.7em 0 !important;
  border-radius: 12px;
  background-color: #2D2D2D !important;
  border: 1px solid #2D2D2D !important;
  color: #fff !important;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
button.button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  opacity: 0.7;
}

/*  =======================================
　　ブログのコントロール
======================================= */
.blogselection .j-blogarticle {
  border-bottom: 1px solid #DDDDDD;
}
.blogselection .j-blogarticle h2 {
  text-align: left;
}
.blogselection .j-blogarticle h2::after {
  content: none;
}
.blogselection .j-blogarticle h2 a {
  color: #333333 !important;
  text-decoration: none;
}
.blogselection .j-blogarticle .datetime p {
  display: inline-block;
  margin: 0;
}
.blogselection .j-blogarticle .datetime .day-word::before {
  content: "(";
}
.blogselection .j-blogarticle .datetime .day-word::after {
  content: ")";
}
.blogselection .j-blogarticle .j-text,
.blogselection .j-blogarticle .comment {
  display: none;
}
.blogselection .j-blogarticle .blogreadmore {
  margin: 0;
}

.rssFeed {
  font: 400 clamp(1.6rem, 1.53rem + 0.3vw, 1.8rem)/1.8 "Noto Serif JP", serif !important;
}
.rssFeed .rssFeedTitle {
  font: 700 clamp(1.6rem, 1.53rem + 0.3vw, 1.8rem)/1.8 "Noto Serif JP", serif !important;
  color: #333333 !important;
}
.rssFeed a {
  font: 400 clamp(1.4rem, 1.33rem + 0.3vw, 1.6rem)/1.8 "Noto Serif JP", serif !important;
  color: #0071BC !important;
  text-decoration: none !important;
  padding-bottom: 2rem;
  display: block;
  border-bottom: 1px solid #DDDDDD;
}
.rssFeed a:hover {
  font-weight: normal !important;
  opacity: 0.7;
}

.j-comment {
  margin-top: 5rem;
}
.j-comment .clearover {
  overflow: unset;
}

dl.zend_form > div {
  margin-bottom: 2rem;
}

/* =======================================
　ショッピング関係
======================================= */
.cc-catalog-size-4 .cc-webview-product {
  width: auto !important;
}

.cc-catalog-size-4 .cc-webview-product .cc-webview-product-image {
  width: auto !important;
  height: auto !important;
}

div.cc-shop-product-size-3 div.cc-shop-product-img {
  width: auto !important;
  float: none;
  max-width: none;
  min-width: unset;
  margin-right: 0;
}

.cc-shop-product-size-3 .cc-shop-product-img-confines {
  width: auto !important;
}

.cc-catalog-container-new .cc-catalog-galleryview.cc-catalog-st-4 .cc-product-title {
  height: auto !important;
}

.cc-catalog-container-new .cc-catalog-gutter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}
.cc-catalog-container-new .cc-catalog-gutter > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 0.5rem);
      -ms-flex: 0 0 calc(50% - 0.5rem);
          flex: 0 0 calc(50% - 0.5rem);
}
@media (min-width: 71.25em) {
  .cc-catalog-container-new .cc-catalog-gutter > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33% - 0.5rem);
        -ms-flex: 0 0 calc(33% - 0.5rem);
            flex: 0 0 calc(33% - 0.5rem);
  }
}
.cc-catalog-container-new .j-catalog-product-title-link {
  font: 700 clamp(1.6rem, 1.5088rem + 0.24vw, 1.8rem)/2 "Noto Serif JP", serif !important;
}
.cc-catalog-container-new .cc-webview-product-price strong {
  font: 700 clamp(1.6rem, 1.5088rem + 0.24vw, 1.8rem)/2 "Noto Serif JP", serif !important;
}
.cc-catalog-container-new .cc-webview-product-image img {
  width: 100%;
}

.hproduct {
  margin-bottom: 6rem;
}
.hproduct .cc-shop-product-size-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hproduct div.cc-shop-product-desc {
  padding-top: 1em;
}
.hproduct div.cc-shop-product-desc strong {
  display: block;
}
.hproduct div.cc-shop-product-desc .fn {
  font: 700 clamp(2rem, 1.8176rem + 0.48vw, 2.4rem)/1.375 "Noto Serif JP", serif !important;
}
.hproduct div.cc-shop-product-desc select.cc-product-variant-selectbox {
  width: auto;
  min-width: 50%;
}
.hproduct div.cc-shop-product-desc .description {
  padding-top: 0.5em;
  margin-bottom: 4rem;
}
.hproduct div.cc-shop-product-desc .description p {
  font: 400 clamp(1.6rem, 1.5088rem + 0.24vw, 1.8rem)/1.5 "Noto Serif JP", serif !important;
  margin-bottom: 0;
}
.hproduct div.cc-shop-product-desc .cc-shop-product-price {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hproduct div.cc-shop-product-desc .cc-shop-product-price .cc-shop-price {
  font: 800 clamp(2.4rem, 2.0368rem + 0.97vw, 3.2rem)/1.375 "Noto Serif JP", serif !important;
}
.hproduct div.cc-shop-product-desc .cc-shop-product-price a.cc-shop-addtocard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  padding: 0.5em 3em;
  border-radius: 12px;
  background-color: transparent !important;
  border: 1px solid #2D2D2D;
  color: #2D2D2D !important;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font: 800 clamp(1.6rem, 1.5088rem + 0.24vw, 1.8rem)/1.8 "Noto Serif JP", serif !important;
  text-shadow: unset;
  letter-spacing: 0.02em;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.hproduct div.cc-shop-product-desc .cc-shop-product-price span {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.hproduct div.cc-shop-product-desc .cc-product-infolink p {
  margin-bottom: 0;
}
.hproduct div.cc-shop-product-desc .cc-shop-product-availability {
  margin: 0;
  padding: 0;
}

.j-cart {
  top: 12rem !important;
  right: 1.4rem !important;
}
@media (min-width: 71.25em) {
  .j-cart {
    top: 15.8rem !important;
    right: 5rem !important;
  }
}
.j-cart .j-cart-icon {
  background: url(https://u.jimcdn.com/cms/o/s7093638964d2b0ea/userlayout/img/btn-cart.png?t=1767682032);
  background-size: cover;
  width: clamp(6rem, 4.1376rem + 4.97vw, 9.8rem);
  height: clamp(6rem, 4.1376rem + 4.97vw, 9.8rem);
}
.j-cart .j-cart-icon::before {
  content: none;
}
.j-cart .j-cart--hover-popup--empty-message p,
.j-cart .j-cart--hover-popup--cart-sum p {
  color: #fff !important;
}

/* ==========================================================
　トップページのコンテンツ
======================================================== */
#cc-m-15441229123 .cc-imagewrapper {
  position: relative;
  width: 100vw;
  max-width: none;
  left: 50%;
  margin-left: -50vw;
  padding: 0 !important;
  margin-bottom: 3rem;
  margin-top: 0;
}
#cc-m-15441229123 .cc-imagewrapper img {
  width: 100%;
  border-radius: 0 13rem 0 0;
}
@media (min-width: 71.25em) {
  #cc-m-15441229123 .cc-imagewrapper img {
    border-radius: 0 22rem 0 0;
  }
}
@media (min-width: 48em) {
  #cc-m-15441229123 {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    padding: 0 2rem !important;
    margin-bottom: 0;
    margin-top: 0;
  }
  #cc-m-15441229123 .cc-imagewrapper {
    position: unset;
    width: 100%;
    margin-left: auto;
  }
}

#cc-m-15441164523, #cc-m-15441165723, #cc-m-15441175923, #cc-m-15441181023, #cc-m-15441181223, #cc-m-15441498223 {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  padding: 0 calc(50vw - 50%) !important;
  background-color: #F9F7F2;
  overflow: hidden;
}

.p-top-catch {
  font: 400 clamp(2rem, 1.53rem + 0.3vw, 2.6rem)/1.8 "Noto Serif JP", serif !important;
  margin-top: -22rem;
  text-align: center;
}

/* ==========================================================
　ユーティリティ
======================================================== */
.u-wideN {
  max-width: 72rem;
  margin: 0 auto 1em;
}

.u-wideM {
  max-width: 90rem;
  margin: 0 auto 1em;
}