@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
:root {
  --content-inline: 104px;
  --header-height: 150px;
  --leading-trim: calc((1em - 1lh) / 2);
  --notosansjp-font-top-offset: 0.07em;
}

@media screen and (max-width: 1024px) {
  :root {
    --content-inline: 50px;
  }
}
/*++++++++++++++++++++++++++++++ reset ++++++++++++++++++++++++++++++*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
em {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
}

div,
blockquote,
p,
pre,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}

table,
caption,
th,
td {
  font-style: normal;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
}

form,
fieldset,
input,
button,
select,
optgroup,
option,
textarea,
label,
legend {
  margin: 0;
  padding: 0;
}

span,
em,
strong,
dfn,
code,
samp,
kbd,
var,
cite,
abbr,
acronym,
q,
br,
ins,
del,
a,
img,
object,
figure {
  margin: 0;
  padding: 0;
  border: 0;
}

i,
address {
  font-style: normal;
}

ul,
dl,
ol,
li {
  list-style-position: outside;
  list-style-type: none;
}

em {
  font-weight: bold;
}

img {
  vertical-align: top;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

input[type=text],
input[type=button],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/*++++++++++++++++++++++++++++++ 基本設定 ++++++++++++++++++++++++++++++*/
html,
body {
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}
@media (max-width: 767px) {
  html {
    height: 100%;
  }
}

body {
  min-width: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img:not([class]) {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

img,
iframe {
  max-width: 100%;
  vertical-align: top;
}

em {
  font-style: normal;
}

b {
  font-weight: bold;
}

table {
  width: 100%;
  border-collapse: collapse;
}

a:hover {
  cursor: pointer;
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  position: relative;
  overflow: auto;
  min-width: 320px;
  min-height: 100vh;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.3rem, 1.217rem + 0.32vw, 1.6rem);
  line-height: 1.6;
  color: #3b322c;
}

a {
  text-decoration: none;
}

a:not([class]) {
  text-decoration: none;
  color: #3b322c;
}

a:hover {
  color: inherit;
}

html header::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

html.isFixed,
html.isFixed body {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  html.isFixed header::before,
  html.isFixed body header::before {
    opacity: 1;
    visibility: visible;
  }
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
}

.l-container {
  width: 1720px;
  margin-inline: auto;
}
@media screen and (max-width: 1780px) {
  .l-container {
    width: min(100% - 60px, 1720px);
  }
}
@media screen and (max-width: 1024px) {
  .l-container {
    width: min(100% - 40px, 1720px);
  }
}
@media screen and (max-width: 600px) {
  .l-container {
    width: min(100% - 32px, 1720px);
  }
}

.l-container--narrow {
  width: 1280px;
  margin-inline: auto;
}
@media screen and (max-width: 1340px) {
  .l-container--narrow {
    width: min(100% - 60px, 1280px);
  }
}
@media screen and (max-width: 1024px) {
  .l-container--narrow {
    width: min(100% - 40px, 1280px);
  }
}
@media screen and (max-width: 600px) {
  .l-container--narrow {
    width: min(100% - 32px, 1280px);
  }
}

.l-container--narrow-s {
  width: 1060px;
  margin-inline: auto;
}
@media screen and (max-width: 1120px) {
  .l-container--narrow-s {
    width: min(100% - 60px, 1060px);
  }
}
@media screen and (max-width: 1024px) {
  .l-container--narrow-s {
    width: min(100% - 40px, 1060px);
  }
}
@media screen and (max-width: 600px) {
  .l-container--narrow-s {
    width: min(100% - 32px, 1060px);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes home-visual-fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes home-visual-text-effect {
  0% {
    filter: blur(50px);
    opacity: 0;
  }
  to {
    filter: none;
    opacity: 1;
  }
}
@keyframes home-text-loop {
  0% {
    transform: none;
  }
  to {
    transform: translateX(-100%);
  }
}
.l-header {
  width: min(100%, 100vw);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1020;
}
body:not(.is-wp) .l-header {
  height: var(--header-height);
}
.l-header .l-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header--shop {
  display: flex;
  align-items: center;
  background-color: #671b16;
  height: 50px;
  color: #fff;
}
.is-wp .l-header--shop {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header--shop {
    height: 100px;
  }
}
.l-header--shop * {
  font-size: clamp(1.2rem, 1.145rem + 0.21vw, 1.4rem);
}
@media screen and (max-width: 1024px) {
  .l-header--shop .l-container {
    flex-wrap: wrap;
    align-items: center;
    row-gap: 9px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .l-header--shop .l-container {
    row-gap: 3px;
  }
}
.l-header--shop__hd {
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1024px) {
  .l-header--shop__hd {
    width: 100%;
  }
}
.l-header--shop__search {
  margin-left: auto;
}
.l-header--shop__search__inner {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .l-header--shop__search__inner {
    margin-top: 4px;
    margin-right: 0;
  }
}
.l-header--shop__search input[type=image] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.l-header--shop__search input[type=text] {
  outline: none;
  border: none;
  padding: 4px 8px;
  width: 250px;
  height: 30px;
}
@media screen and (max-width: 834px) {
  .l-header--shop__search input[type=text] {
    width: 200px;
  }
}
.l-header--shop__search button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9e3028;
  color: #fff;
  border: none;
  outline: none;
  padding: 10px;
}
.l-header--shop__menu {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media screen and (max-width: 834px) {
  .l-header--shop__menu {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width: 600px) {
  .l-header--shop__menu {
    margin-left: auto;
  }
}
.l-header--shop__menu a {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .l-header--shop__menu a {
    -moz-column-gap: 3px;
         column-gap: 3px;
  }
}
@media screen and (max-width: 834px) {
  .l-header--shop__menu a {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
}
.l-header--shop__menu a img {
  width: 16px !important;
  height: 15px !important;
  line-height: 1;
}
.l-header--shop__menu a span {
  display: inline;
  width: auto;
  border-bottom: 1px solid transparent;
  transition: all 0.25s ease 0s;
}
.isPC .l-header--shop__menu a span:hover {
  border-bottom-color: #fff;
}
.l-header--shop__menu a span {
  flex: 1;
  line-height: 1;
}
.l-header--common {
  height: 100px;
  background-color: #fff;
  border-bottom: 1px solid #d9d3d1;
}
@media screen and (max-width: 1024px) {
  .l-header--common {
    height: 50px;
  }
}
.l-header--common .l-container {
  position: relative;
}
.l-header--common__logo {
  display: block;
  width: 220px;
  aspect-ratio: 220/70;
}
@media screen and (max-width: 1024px) {
  .l-header--common__logo {
    width: auto;
    height: 40px;
  }
}
.l-header--common .l-menuBtn {
  display: none;
  position: relative;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: fixed;
  isolation: isolate;
  right: 16px;
  top: 112px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .l-header--common .l-menuBtn {
    display: block;
    top: 13px;
  }
}
@media screen and (max-width: 414px) {
  .l-header--common .l-menuBtn {
    width: 28px;
    height: 22px;
  }
}
.l-header--common .l-menuBtn--box, .l-header--common .l-menuBtn--box span {
  display: inline-block;
  transition: all 0.4s;
}
.l-header--common .l-menuBtn--box {
  width: 100%;
  height: 100%;
}
.l-header--common .l-menuBtn--box > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #9e3028;
}
.l-header--common .l-menuBtn--box > span:nth-of-type(1) {
  top: 0;
}
.l-header--common .l-menuBtn--box > span:nth-of-type(2) {
  top: 11px;
}
@media screen and (max-width: 414px) {
  .l-header--common .l-menuBtn--box > span:nth-of-type(2) {
    top: 10px;
  }
}
.l-header--common .l-menuBtn--box > span:nth-of-type(3) {
  bottom: 0;
}
.l-header--common .l-menuBtn--box > span:nth-of-type(4) {
  display: none;
  top: 0;
  opacity: 0;
  transform: translateY(11px) rotate(-45deg);
  background-color: #fff;
}
@media screen and (max-width: 414px) {
  .l-header--common .l-menuBtn--box > span:nth-of-type(4) {
    transform: translateY(10px) rotate(-45deg);
  }
}
.l-header--common .l-menuBtn--box > span:nth-of-type(5) {
  display: none;
  bottom: 0;
  opacity: 0;
  transform: translateY(-11px) rotate(45deg);
  background-color: #fff;
}
@media screen and (max-width: 414px) {
  .l-header--common .l-menuBtn--box > span:nth-of-type(5) {
    transform: translateY(-10px) rotate(45deg);
  }
}
.isFixed .l-header--common .l-menuBtn--box span:nth-of-type(1) {
  display: none;
}
.isFixed .l-header--common .l-menuBtn--box span:nth-of-type(2) {
  display: none;
}
.isFixed .l-header--common .l-menuBtn--box span:nth-of-type(3) {
  display: none;
}
.isFixed .l-header--common .l-menuBtn--box span:nth-of-type(4) {
  display: block;
  opacity: 1;
}
.isFixed .l-header--common .l-menuBtn--box span:nth-of-type(5) {
  display: block;
  opacity: 1;
}
.l-header--common__nav {
  margin-left: auto;
  height: 100%;
  transition: none;
}
@media screen and (max-width: 1024px) {
  .l-header--common__nav {
    width: 100vw;
    margin-left: 0;
    position: fixed;
    top: 50px;
    left: 0;
    isolation: isolate;
    opacity: 0;
    visibility: hidden;
  }
  .l-header--common__nav.open {
    height: calc(100vh - 150px);
    max-height: calc(100vh - 150px);
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
  }
}
.l-header--common__list {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  align-items: center;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-header--common__list {
    display: block;
    gap: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .open .l-header--common__list {
    gap: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform: translateX(0);
    overflow-y: auto;
  }
}
.l-header--common__item {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .open .l-header--common__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 1025px) {
  .isPC .l-header--common__item:hover .mega-menu {
    display: flex;
    visibility: visible;
    opacity: 1;
  }
  .isPC .l-header--common__item:hover::after {
    background-color: #9e3028;
  }
  .l-header--common__item::after {
    content: "";
    display: block;
    width: 100%;
    width: 80px;
    height: 1px;
    transition: all 0.35s ease;
    position: absolute;
    left: 50%;
    bottom: 20px;
    translate: -50% 0;
    background-color: transparent;
  }
}
.l-header--common__link {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 11;
  color: #3b322c;
}
@media screen and (max-width: 1024px) {
  .l-header--common__link {
    flex: 1 0 0;
    justify-content: flex-start;
    padding: 10px 16px;
  }
}
.l-header--common .mega-menu {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 5px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: calc(100% - 2px);
  translate: -50% 0;
  z-index: 1300;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .l-header--common .mega-menu {
    max-width: 280px;
    width: 310%;
    padding: 26px 25px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
    transition: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .l-header--common .mega-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, opacity 0.5s, visibility 0.5s;
    transition: max-height 1s, opacity 1s, visibility 1s;
    position: relative;
    top: auto;
    right: auto;
    z-index: 100;
    isolation: isolate;
    width: 100vw;
    max-width: none;
  }
  .l-header--common .mega-menu.tglopen {
    visibility: visible;
    opacity: 1;
    max-height: 100vh;
    transition: max-height 2s, opacity 2s, visibility 2s;
    padding-bottom: 10px;
  }
}
.l-header--common .mega-menu__item {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .l-header--common .mega-menu__item {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .l-header--common .mega-menu__item {
    width: 100%;
  }
}
.l-header--common .mega-menu__item a {
  display: flex;
  gap: 5px;
  align-items: center;
  transition: all 0.3s ease;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-header--common .mega-menu__item a {
    padding: 10px 10px 10px calc(24px + 2em);
  }
}
.isPC .l-header--common .mega-menu__item a:hover {
  color: #9e3028;
}
.isPC .l-header--common .mega-menu__item a:hover::before {
  translate: 5px 0;
}
.l-header--common .mega-menu__item a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTQiPjxwYXRoIGQ9Ik04LjMsNy42SC41Yy0uMywwLS41LS4yLS41LS41cy4yLS41LjUtLjVoNy44Yy4zLDAsLjUuMi41LjVzLS4yLjUtLjUuNVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjxwYXRoIGQ9Ik05LDE0Yy0uMSwwLS4zLDAtLjQtLjEtLjItLjItLjItLjUsMC0uN2w2LjEtNi4xTDguNi45Yy0uMi0uMi0uMi0uNSwwLS43cy41LS4yLjcsMGw2LjUsNi41YzAsMCwuMS4yLjEuNHMwLC4zLS4xLjRsLTYuNSw2LjVjMCwwLS4yLjEtLjQuMVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjwvc3ZnPg==") no-repeat center center/contain;
          mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTQiPjxwYXRoIGQ9Ik04LjMsNy42SC41Yy0uMywwLS41LS4yLS41LS41cy4yLS41LjUtLjVoNy44Yy4zLDAsLjUuMi41LjVzLS4yLjUtLjUuNVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjxwYXRoIGQ9Ik05LDE0Yy0uMSwwLS4zLDAtLjQtLjEtLjItLjItLjItLjUsMC0uN2w2LjEtNi4xTDguNi45Yy0uMi0uMi0uMi0uNSwwLS43cy41LS4yLjcsMGw2LjUsNi41YzAsMCwuMS4yLjEuNHMwLC4zLS4xLjRsLTYuNSw2LjVjMCwwLS4yLjEtLjQuMVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjwvc3ZnPg==") no-repeat center center/contain;
  transition: all 0.3s ease;
  background-color: #9e3028;
}
.l-header--common .tglBtn {
  display: block;
  width: 22px;
  aspect-ratio: 1/1;
  align-self: center;
  margin-left: auto;
  margin-right: 20px;
  position: relative;
  z-index: 11;
  background-color: #fff;
}
.l-header--common .tglBtn:hover {
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .l-header--common .tglBtn {
    display: none;
  }
}
.l-header--common .tglBtn::before, .l-header--common .tglBtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: calc(50% - 1.5px);
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s;
  background-color: #9e3028;
}
.l-header--common .tglBtn::before {
  rotate: -180deg;
}
.l-header--common .tglBtn::after {
  rotate: -90deg;
}
.l-header--common .tglBtn.flip::before, .l-header--common .tglBtn.flip::after {
  rotate: 0deg;
}
.l-guide {
  padding-top: 90px;
  padding-bottom: 155px;
  background-color: #f5f1ed;
}
@media screen and (max-width: 600px) {
  .l-guide {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 480px) {
  .l-guide {
    padding-top: 50px;
  }
}
.l-guide__heading {
  margin-bottom: 45px;
  font-size: clamp(2rem, 1.89rem + 0.43vw, 2.4rem);
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .l-guide__heading {
    margin-bottom: 30px;
  }
}
.l-guide__sub-heading {
  margin-bottom: 20px;
  font-size: clamp(1.7rem, 1.617rem + 0.32vw, 2rem);
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 600px) {
  .l-guide__sub-heading {
    margin-bottom: 10px;
  }
}
.l-guide p {
  font-size: clamp(1.2rem, 1.172rem + 0.11vw, 1.3rem);
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
.l-guide__contents {
  display: grid;
  grid-template-areas: "guide--01 guide--02 guide--04" "guide--01 guide--02 guide--05" "guide--03 guide--02 guide--05";
  grid-template-columns: 1fr 1fr 2fr;
  gap: 40px;
}
@media screen and (max-width: 1366px) {
  .l-guide__contents {
    gap: 30px;
    grid-template-areas: "guide--01 guide--03" "guide--01 guide--04" "guide--02 guide--05";
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .l-guide__contents {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.l-guide__inner p {
  margin-bottom: 1em;
}
.l-guide__inner--01 {
  grid-area: guide--01;
}
.l-guide__inner--02 {
  grid-area: guide--02;
}
.l-guide__inner--03 {
  grid-area: guide--03;
}
.l-guide__inner--04 {
  grid-area: guide--04;
}
.l-guide__inner--05 {
  grid-area: guide--05;
}
.l-guide .Card {
  display: flex;
  gap: 5px;
}
.l-guide .Calendar__Wrapper {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1366px) {
  .l-guide .Calendar__Wrapper {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.l-guide .Calendar__Wrapper .tbl_calendar {
  background-color: #fff;
}
.l-guide .Calendar__Wrapper .tbl_calendar caption {
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .l-guide .Calendar__Wrapper .tbl_calendar caption {
    margin-bottom: 8px;
  }
}
.l-guide .Calendar__Wrapper .tbl_calendar tr:not(:first-child) {
  border-top: 1px solid #707070;
}
.l-guide .Calendar__Wrapper .tbl_calendar th,
.l-guide .Calendar__Wrapper .tbl_calendar td {
  text-align: center;
}

.l-footer {
  position: relative;
  background-color: #3b322c;
}
.l-footer *,
.l-footer a {
  color: #fff;
}
.l-footer::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/80;
  background-color: #3b322c;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -100%;
}
.l-footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3b322c;
  position: absolute;
  left: 0;
  top: -1px;
}
.l-footer .l-container {
  padding-top: 25px;
  padding-bottom: 35px;
}
.l-footer--upper {
  display: flex;
  justify-content: center;
  gap: 3em;
  margin-bottom: 40px;
  margin-left: -2.5em;
  font-size: clamp(1.2rem, 1.172rem + 0.11vw, 1.3rem);
}
@media screen and (max-width: 480px) {
  .l-footer--upper {
    margin-top: 20px;
    margin-left: 0;
  }
}
.l-footer--upper li a {
  display: inline;
  width: 100%;
  border-bottom: 1px solid transparent;
  transition: all 0.25s ease 0s;
}
.isPC .l-footer--upper li a:hover {
  border-bottom-color: #fff;
}
.l-footer--lower {
  display: grid;
  grid-template-areas: "fl--01 fl--02 fl--03";
  grid-template-columns: 1fr 25.4651162791% 23.1395348837%;
  grid-template-columns: 1fr 25% 25%;
  font-size: clamp(1.2rem, 1.172rem + 0.11vw, 1.3rem);
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .l-footer--lower {
    grid-template-areas: "fl--01 fl--01" "fl--02 fl--03";
    grid-template-columns: 50% 50%;
    row-gap: 25px;
    max-width: 640px;
    margin: 60px auto;
  }
}
@media screen and (max-width: 480px) {
  .l-footer--lower {
    max-width: 300px;
    grid-template-areas: "fl--01" "fl--02" "fl--03";
    grid-template-columns: 100%;
    row-gap: 25px;
  }
}
.l-footer--lower__hd {
  margin-bottom: 22px;
  font-size: clamp(1.7rem, 1.617rem + 0.32vw, 2rem);
  font-family: "Noto Serif JP", serif;
}
.l-footer--lower--01 {
  grid-area: fl--01;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1366px) {
  .l-footer--lower--01 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer--lower--01 {
    margin-inline: auto;
  }
}
@media screen and (max-width: 480px) {
  .l-footer--lower--01 {
    flex-direction: column;
    row-gap: 18px;
  }
}
.l-footer--lower--02 {
  grid-area: fl--02;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 2px solid #d9d3d1;
}
@media screen and (max-width: 480px) {
  .l-footer--lower--02 {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid rgba(217, 211, 209, 0.7);
    border-bottom: 2px solid rgba(217, 211, 209, 0.7);
    border-left: none;
  }
}
@media screen and (max-width: 480px) {
  .l-footer--lower--02 .l-footer--lower__hd {
    margin-bottom: 6px;
  }
}
.l-footer--lower--03 {
  padding: 0 10%;
  grid-area: fl--03;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 2px solid #d9d3d1;
  border-left: 2px solid #d9d3d1;
}
@media screen and (max-width: 1366px) {
  .l-footer--lower--03 {
    padding: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .l-footer--lower--03 {
    border-right: none;
    border-left: none;
  }
}
.l-footer--lower--03 .c-arrowbtn::after {
  background-color: #fff;
  margin-left: 1em;
}
.l-footer__logo {
  display: block;
  margin-top: -20px;
}
@media screen and (max-width: 1366px) {
  .l-footer__logo {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .l-footer__logo {
    margin-inline: auto;
  }
}
.l-footer__address .br {
  display: block;
}
@media screen and (max-width: 480px) {
  .l-footer__address .br {
    display: inline;
  }
  .l-footer__address .br::before {
    content: "／";
  }
}
.l-footer__tel {
  font-size: clamp(2.5rem, 2.307rem + 0.74vw, 3.2rem);
  font-size: clamp(2.4rem, 2.18rem + 0.85vw, 3.2rem);
  font-family: "Noto Serif JP", serif;
}
.l-footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.3rem, 1.217rem + 0.32vw, 1.6rem);
}
.l-footer__link--inq {
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: min(320px, 100%);
  padding: 1.6rem;
  border: 1px solid #d9d3d1;
  border-radius: 3px;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1366px) {
  .l-footer__link--inq {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 1.6rem 1em;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__link--inq {
    padding: 12px 10px;
  }
}
.l-footer__link--inq::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cpath d='M0,0v9.9h15.8V0H0ZM8,6L1.5.8h13.1l-6.5,5.2ZM5.3,4.7L.8,8.8V1.2l4.5,3.6ZM5.8,5.2l2.2,1.7,2.2-1.7,4.5,4.1H1.4l4.5-4.1ZM10.7,4.7l4.5-3.6v7.6l-4.5-4Z'/%3E%3C/svg%3E") no-repeat center center/contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cpath d='M0,0v9.9h15.8V0H0ZM8,6L1.5.8h13.1l-6.5,5.2ZM5.3,4.7L.8,8.8V1.2l4.5,3.6ZM5.8,5.2l2.2,1.7,2.2-1.7,4.5,4.1H1.4l4.5-4.1ZM10.7,4.7l4.5-3.6v7.6l-4.5-4Z'/%3E%3C/svg%3E") no-repeat center center/contain;
  background-color: #d9d3d1;
  transition: all 0.3s ease;
}
.l-footer__link--inq:hover {
  color: #3b322c;
  border-color: rgba(217, 211, 209, 0.8);
  background-color: rgba(217, 211, 209, 0.8);
  text-decoration: none;
}
.l-footer__link--inq:hover:after {
  background-color: #3b322c;
}
.l-footer__link--faq {
  margin-inline: auto;
  display: revert;
  width: auto;
  border-bottom: 1px solid transparent;
  transition: all 0.25s ease 0s;
}
.isPC .l-footer__link--faq:hover {
  border-bottom-color: #fff;
}
.l-footer .copyright {
  display: block;
  margin-top: 40px;
  font-size: clamp(1.2rem, 1.172rem + 0.11vw, 1.3rem);
  text-align: center;
}

img[src*=".svg"] {
  width: 100%;
  height: auto;
}

body:not(.is-wp) .l-main {
  margin-top: var(--header-height);
}

.p-lower .l-main {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .p-lower .l-main {
    margin-top: 50px;
  }
}

.c-arrowbtn {
  display: flex;
  gap: 5px;
  align-items: center;
  transition: all 0.3s ease;
}
.c-arrowbtn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTQiPjxwYXRoIGQ9Ik04LjMsNy42SC41Yy0uMywwLS41LS4yLS41LS41cy4yLS41LjUtLjVoNy44Yy4zLDAsLjUuMi41LjVzLS4yLjUtLjUuNVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjxwYXRoIGQ9Ik05LDE0Yy0uMSwwLS4zLDAtLjQtLjEtLjItLjItLjItLjUsMC0uN2w2LjEtNi4xTDguNi45Yy0uMi0uMi0uMi0uNSwwLS43cy41LS4yLjcsMGw2LjUsNi41YzAsMCwuMS4yLjEuNHMwLC4zLS4xLjRsLTYuNSw2LjVjMCwwLS4yLjEtLjQuMVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjwvc3ZnPg==") no-repeat center center/contain;
          mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTQiPjxwYXRoIGQ9Ik04LjMsNy42SC41Yy0uMywwLS41LS4yLS41LS41cy4yLS41LjUtLjVoNy44Yy4zLDAsLjUuMi41LjVzLS4yLjUtLjUuNVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjxwYXRoIGQ9Ik05LDE0Yy0uMSwwLS4zLDAtLjQtLjEtLjItLjItLjItLjUsMC0uN2w2LjEtNi4xTDguNi45Yy0uMi0uMi0uMi0uNSwwLS43cy41LS4yLjcsMGw2LjUsNi41YzAsMCwuMS4yLjEuNHMwLC4zLS4xLjRsLTYuNSw2LjVjMCwwLS4yLjEtLjQuMVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjwvc3ZnPg==") no-repeat center center/contain;
  transition: all 0.3s ease;
}
.c-arrowbtn:hover:after {
  translate: 5px 0;
}

.c-favebtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #d9d3d1;
  background-color: #fff;
  position: absolute;
  right: var(--products-p);
  bottom: var(--products-p);
}
@media screen and (max-width: 600px) {
  .c-favebtn {
    width: 24px;
    height: 24px;
  }
}
.c-favebtn::before {
  content: "";
  display: inline-block;
  width: 17px;
  aspect-ratio: 16/14;
  -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTUiPjxwYXRoIGQ9Ik04LDIuMzM5QzkuMDExLjI3NCwxMS41MDQtLjU4LDEzLjU2OC40MzFjMS40MjQuNjk3LDIuMzI4LDIuMTQzLDIuMzMyLDMuNzI4LDAsMy40NDUtNC41MTQsNy43NDItNi44LDkuOTEzLS4yODUuMjcxLS41NjYuNTQzLS44NDMuODE4LS4xNDcuMTQ1LS4zODMuMTQ1LS41MywwLS4yNzktLjI3NS0uNTYtLjU0OC0uODQzLS44MThDNC42MTMsMTEuODk3LjEsNy42MDQuMSw0LjE1OS4xLDEuODYyLDEuOTYzLDAsNC4yNTksMGMxLjA3MywwLDIuMTA1LjQxNSwyLjg4LDEuMTU5LjM1NC4zNC42NDUuNzM5Ljg2MSwxLjE4TTkuNDQsMS43NTNjLS42MjEuNTkzLS45ODgsMS40MDQtMS4wMjQsMi4yNjJoLS44MjljLS4wODktMS44MzctMS42NTEtMy4yNTQtMy40ODgtMy4xNjQtMS43NjcuMDg2LTMuMTU4LDEuNTM4LTMuMTY4LDMuMzA3LDAsMy4wODksNC4zNCw3LjIyMyw2LjUzNSw5LjMxMS4yLjE5LjM4Mi4zNjQuNTM3LjUxMi4xNTQtLjE0OS4zMzctLjMyMy41MzYtLjUxMiwyLjE5NC0yLjA4OCw2LjU0LTYuMjIzLDYuNTM2LTkuMzExLDAtMS44NC0xLjQ5Mi0zLjMzMS0zLjMzMi0zLjMzLS44NTgsMC0xLjY4My4zMzItMi4zMDMuOTI1IiBzdHlsZT0iZmlsbDogI2ZmZjsiLz48L3N2Zz4=") no-repeat center center/contain;
          mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTUiPjxwYXRoIGQ9Ik04LDIuMzM5QzkuMDExLjI3NCwxMS41MDQtLjU4LDEzLjU2OC40MzFjMS40MjQuNjk3LDIuMzI4LDIuMTQzLDIuMzMyLDMuNzI4LDAsMy40NDUtNC41MTQsNy43NDItNi44LDkuOTEzLS4yODUuMjcxLS41NjYuNTQzLS44NDMuODE4LS4xNDcuMTQ1LS4zODMuMTQ1LS41MywwLS4yNzktLjI3NS0uNTYtLjU0OC0uODQzLS44MThDNC42MTMsMTEuODk3LjEsNy42MDQuMSw0LjE1OS4xLDEuODYyLDEuOTYzLDAsNC4yNTksMGMxLjA3MywwLDIuMTA1LjQxNSwyLjg4LDEuMTU5LjM1NC4zNC42NDUuNzM5Ljg2MSwxLjE4TTkuNDQsMS43NTNjLS42MjEuNTkzLS45ODgsMS40MDQtMS4wMjQsMi4yNjJoLS44MjljLS4wODktMS44MzctMS42NTEtMy4yNTQtMy40ODgtMy4xNjQtMS43NjcuMDg2LTMuMTU4LDEuNTM4LTMuMTY4LDMuMzA3LDAsMy4wODksNC4zNCw3LjIyMyw2LjUzNSw5LjMxMS4yLjE5LjM4Mi4zNjQuNTM3LjUxMi4xNTQtLjE0OS4zMzctLjMyMy41MzYtLjUxMiwyLjE5NC0yLjA4OCw2LjU0LTYuMjIzLDYuNTM2LTkuMzExLDAtMS44NC0xLjQ5Mi0zLjMzMS0zLjMzMi0zLjMzLS44NTgsMC0xLjY4My4zMzItMi4zMDMuOTI1IiBzdHlsZT0iZmlsbDogI2ZmZjsiLz48L3N2Zz4=") no-repeat center center/contain;
  background-color: #3b322c;
  transition: all 0.3s ease;
  margin-top: 1px;
  margin-right: 1px;
}
.c-favebtn.fav-items {
  border-color: #9e3028;
}
.c-favebtn.fav-items::before {
  -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTUiPjxwYXRoIGQ9Ik04LDIuMzM5QzkuMDExLjI3NCwxMS41MDQtLjU4LDEzLjU2OC40MzFjMS40MjQuNjk3LDIuMzI4LDIuMTQzLDIuMzMyLDMuNzI4LDAsMy40NDUtNC41MTQsNy43NDItNi44LDkuOTEzLS4yODUuMjcxLS41NjYuNTQzLS44NDMuODE4LS4xNDcuMTQ1LS4zODMuMTQ1LS41MywwLS4yNzktLjI3NS0uNTYtLjU0OC0uODQzLS44MThDNC42MTMsMTEuODk3LjEsNy42MDQuMSw0LjE1OS4xLDEuODYyLDEuOTYzLDAsNC4yNTksMGMxLjA3MywwLDIuMTA1LjQxNSwyLjg4LDEuMTU5LjM1NC4zNC42NDUuNzM5Ljg2MSwxLjE4Ii8+PC9zdmc+");
          mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTUiPjxwYXRoIGQ9Ik04LDIuMzM5QzkuMDExLjI3NCwxMS41MDQtLjU4LDEzLjU2OC40MzFjMS40MjQuNjk3LDIuMzI4LDIuMTQzLDIuMzMyLDMuNzI4LDAsMy40NDUtNC41MTQsNy43NDItNi44LDkuOTEzLS4yODUuMjcxLS41NjYuNTQzLS44NDMuODE4LS4xNDcuMTQ1LS4zODMuMTQ1LS41MywwLS4yNzktLjI3NS0uNTYtLjU0OC0uODQzLS44MThDNC42MTMsMTEuODk3LjEsNy42MDQuMSw0LjE1OS4xLDEuODYyLDEuOTYzLDAsNC4yNTksMGMxLjA3MywwLDIuMTA1LjQxNSwyLjg4LDEuMTU5LjM1NC4zNC42NDUuNzM5Ljg2MSwxLjE4Ii8+PC9zdmc+");
  background-color: #9e3028;
}
.c-favebtn:hover {
  cursor: pointer;
}

.c-search {
  margin-top: 170px;
  background: url(https://file001.shop-pro.jp/PA01519/983/assets/img/common/bg-search.webp) no-repeat #f5f1ed 1.1046511628% -8.5714285714%/max(200px, 20.2906976744%) auto;
}
@media screen and (max-width: 1024px) {
  .c-search {
    margin-top: 110px;
  }
}
@media screen and (max-width: 480px) {
  .c-search {
    margin-top: 60px;
  }
}
.c-search__inner {
  --search-pad: 40px;
  display: grid;
  grid-template-areas: "search--01 search--02" "search--03 search--03";
  grid-template-columns: 1fr 1fr;
  gap: var(--search-pad);
  width: min(1280px, 100% - (var(--search-pad)) * 2);
  padding-block: var(--search-pad);
  margin-inline: auto;
}
@media screen and (max-width: 1366px) {
  .c-search__inner {
    --search-pad: 30px;
  }
}
@media screen and (max-width: 834px) {
  .c-search__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "search--01" "search--02" "search--03";
  }
}
@media screen and (max-width: 480px) {
  .c-search__inner {
    width: calc(100% - 40px);
    padding-top: 20px;
    padding-bottom: 24px;
  }
}
.c-search--keywords__searchbox {
  display: flex;
  align-items: center;
}
.c-search--keywords__searchbox__inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 600px) {
  .c-search--keywords__searchbox__inner {
    height: 40px;
  }
}
.c-search--keywords__searchbox__inner input[type=text] {
  flex: 1;
  padding: 4px 15px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #3b322c;
  font-size: 1em;
  height: 100%;
}
.c-search--keywords__searchbox__inner input[type=text]:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #3b322c !important;
}
.c-search--keywords__searchbox__inner button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(180px, 31.0344827586%);
  background-color: #9e3028;
  color: #fff;
  border: none;
  outline: none;
}
.isPC .c-search--keywords__searchbox__inner button[type=submit]:hover {
  cursor: pointer;
}
.c-search--price {
  grid-area: search--02;
}
.c-search--category {
  grid-area: search--03;
}
.c-search__hd {
  padding-bottom: 1rem;
  border-bottom: 1px solid #d9d3d1;
  font-size: clamp(2rem, 1.89rem + 0.43vw, 2.4rem);
  font-family: "Noto Serif JP", serif;
}
.c-search--keywords .c-search__hd {
  border-bottom: none;
}
.c-search__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 35px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 600px) {
  .c-search__list {
    gap: 12px 20px;
  }
}
.c-search__link {
  color: #3b322c;
}
.isPC .c-search__link:hover {
  color: #9e3028;
}
.c-search__link::after {
  background-color: #9e3028;
}
.c-search__link.c-arrowbtn {
  gap: 8px;
  flex-direction: row-reverse;
  border: none;
  font-size: clamp(1.3rem, 1.217rem + 0.32vw, 1.6rem);
  background-color: transparent;
}
.c-search__link.c-arrowbtn__text {
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .c-search__link.c-arrowbtn__text {
    margin: 0 auto;
    min-width: 5em;
    text-align: right;
  }
}

:root {
  --products-p: 20px;
}
@media screen and (max-width: 1366px) {
  :root {
    --products-p: 18px;
  }
}
@media screen and (max-width: 834px) {
  :root {
    --products-p: 16px;
  }
}
@media screen and (max-width: 414px) {
  :root {
    --products-p: 12px;
  }
}

.c-products__list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  counter-reset: listnum;
}
@media screen and (max-width: 1536px) {
  .c-products__list {
    flex-wrap: wrap;
    gap: 40px 30px;
  }
}
@media screen and (max-width: 1366px) {
  .c-products__list {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .c-products__list {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 480px) {
  .c-products__list {
    row-gap: 24px;
  }
}
@media screen and (max-width: 414px) {
  .c-products__list {
    gap: 20px 16px;
  }
}
.c-products__item {
  width: calc((100% - 120px) / 4);
  counter-increment: listnum;
  position: relative;
}
@media screen and (max-width: 1536px) {
  .c-products__item {
    width: calc((100% - 90px) / 4);
  }
}
@media screen and (max-width: 1366px) {
  .c-products__item {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 1024px) {
  .c-products__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .c-products__item {
    width: calc((100% - 20px) / 2);
  }
}
.c-products__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.c-products__link img {
  transition: all 0.3s linear 0s;
}
.isPC .c-products__link:hover img {
  scale: 1.04;
  filter: brightness(1.1);
}
.c-products__link {
  color: #3b322c;
}
.c-products__link figure {
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #d9d3d1;
  overflow: hidden;
}
.isPC .c-products__link:hover img {
  filter: none;
}
.isPC .c-products__link:hover img:not(.noimg) {
  filter: brightness(1.1);
}
.isPC .c-products__link:hover .ranking__body img {
  scale: 1 !important;
  opacity: 0.6;
}
.isPC .c-products__link:hover .ranking__title {
  color: #9e3028;
}
.isPC .c-products__link:hover .ranking__price {
  opacity: 0.6;
}
.c-products__img {
  border: 1px solid #d9d3d1;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.c-products__img img {
  width: 100%;
  border: none;
}
.c-products__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: var(--products-p);
  padding-bottom: 60px;
  border: 1px solid #d9d3d1;
  border-top: none;
  position: relative;
}
@media screen and (max-width: 834px) {
  .c-products__body {
    padding-bottom: 44px;
  }
}
@media screen and (max-width: 414px) {
  .c-products__body {
    padding-bottom: 40px;
  }
}
.c-products__body img.product-icon {
  width: auto;
  max-width: 32px;
  transition: all 0.3s linear 0s;
  margin-bottom: 6px !important;
}
.c-products__body .c-favebtn {
  position: absolute;
  right: var(--products-p);
  bottom: var(--products-p);
}
@media screen and (max-width: 600px) {
  .c-products__body .c-favebtn {
    right: 8px;
    bottom: 8px;
  }
}
.c-products__title {
  padding-bottom: 10px;
  /* margin-top: auto; */
  margin-bottom: auto;
  font-size: clamp(1.3rem, 1.217rem + 0.32vw, 1.6rem);
  font-weight: 700;
  transition: all 0.3s linear 0s;
}
.c-products__price {
  margin-top: auto;
  margin-bottom: 1.25rem;
  border-top: 1px solid #d9d3d1;
  transition: all 0.3s linear 0s;
}
@media screen and (max-width: 480px) {
  .c-products__price {
    margin-bottom: 0.5rem;
  }
}
.c-products__price .price__item {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-top: 11px;
}
@media screen and (max-width: 480px) {
  .c-products__price .price__item {
    flex-wrap: wrap;
  }
}
.c-products__price .price__item--member .price__amount {
  font-size: clamp(1.5rem, 1.417rem + 0.32vw, 1.8rem);
}
.c-products__price .price__label {
  font-size: clamp(1.2rem, 1.172rem + 0.11vw, 1.3rem);
  margin-right: 18px;
}
@media screen and (max-width: 1366px) {
  .c-products__price .price__label {
    margin-right: 1.25em;
  }
}
@media screen and (max-width: 600px) {
  .c-products__price .price__label {
    margin-right: 1em;
  }
}
@media screen and (max-width: 480px) {
  .c-products__price .price__label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.c-products__price .price__amount {
  font-size: clamp(1.7rem, 1.617rem + 0.32vw, 2rem);
  font-weight: 700;
}
.c-products__price .price__tax {
  font-size: clamp(1.2rem, 1.145rem + 0.21vw, 1.4rem);
  font-weight: 700;
}
.c-products__empty {
  margin-top: 5em;
  margin-bottom: 10em;
  text-align: center;
}

.c-ranking__num {
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 1.417rem + 0.32vw, 1.8rem);
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  color: #9e3028;
}
.c-ranking__num::before {
  content: "";
  display: inline-block;
  width: 18px;
  aspect-ratio: 18/20;
  -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTggMjAiPjxwYXRoIGQ9Ik05LDBsLTQuODczLDcuNzY3TDAsMy42NHYxMi40MDJoMThWMy42NGwtNC4xMTcsNC4xMjdMOSwwWiIgc3R5bGU9ImZpbGw6ICM5ZTMwMjg7Ii8+PHJlY3QgeT0iMTguMDExIiB3aWR0aD0iMTgiIGhlaWdodD0iMS45ODkiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjwvc3ZnPg==") no-repeat center center/contain;
          mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTggMjAiPjxwYXRoIGQ9Ik05LDBsLTQuODczLDcuNzY3TDAsMy42NHYxMi40MDJoMThWMy42NGwtNC4xMTcsNC4xMjdMOSwwWiIgc3R5bGU9ImZpbGw6ICM5ZTMwMjg7Ii8+PHJlY3QgeT0iMTguMDExIiB3aWR0aD0iMTgiIGhlaWdodD0iMS45ODkiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjwvc3ZnPg==") no-repeat center center/contain;
  background-color: #9e3028;
  margin-right: 11px;
}
.c-ranking__num::after {
  content: counter(listnum);
}

.p-products__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.p-products__header__sortlist {
  display: flex;
  margin-right: 3px;
}
.p-products__header__sortlist li {
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: clamp(1.2rem, 1.172rem + 0.11vw, 1.3rem);
}
.p-products__header__sortlist li:not(:first-child)::before {
  margin: 0 19px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #3b322c;
}
.p-products__header__sortlist li a {
  color: #9e3028;
}
.isPC .p-products__header__sortlist li a:hover {
  text-decoration: underline;
}
.p-products__header__sortlist li span {
  color: #3b322c;
  font-weight: 700;
}
.p-products__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  padding-top: 25px;
  margin-bottom: 175px;
  border-top: 1px solid #d9d3d1;
}
.p-products__footer__num {
  margin-top: 3px;
  font-size: clamp(1.2rem, 1.172rem + 0.11vw, 1.3rem);
}
.p-products__footer__pagelist {
  display: flex;
  gap: 1em 2.1em;
}
.p-products__footer__pagelist li {
  font-size: clamp(1.3rem, 1.217rem + 0.32vw, 1.6rem);
}
.p-products__footer__pagelist li span {
  color: #3b322c;
  font-weight: 700;
}
.p-products__footer__pagelist li a {
  color: #9e3028;
}
.isPC .p-products__footer__pagelist li a:hover {
  text-decoration: underline;
}
.p-products__footer__pagelist li .prev,
.p-products__footer__pagelist li .next {
  color: #3b322c;
  transition: all 0.3s linear;
}
.isPC .p-products__footer__pagelist li .prev:hover,
.isPC .p-products__footer__pagelist li .next:hover {
  color: #9e3028;
}
.p-products__footer__pagelist li .prev::before,
.p-products__footer__pagelist li .next::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTQiPjxwYXRoIGQ9Ik04LjMsNy42SC41Yy0uMywwLS41LS4yLS41LS41cy4yLS41LjUtLjVoNy44Yy4zLDAsLjUuMi41LjVzLS4yLjUtLjUuNVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjxwYXRoIGQ9Ik05LDE0Yy0uMSwwLS4zLDAtLjQtLjEtLjItLjItLjItLjUsMC0uN2w2LjEtNi4xTDguNi45Yy0uMi0uMi0uMi0uNSwwLS43cy41LS4yLjcsMGw2LjUsNi41YzAsMCwuMS4yLjEuNHMwLC4zLS4xLjRsLTYuNSw2LjVjMCwwLS4yLjEtLjQuMVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjwvc3ZnPg==") no-repeat center center/contain;
          mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTQiPjxwYXRoIGQ9Ik04LjMsNy42SC41Yy0uMywwLS41LS4yLS41LS41cy4yLS41LjUtLjVoNy44Yy4zLDAsLjUuMi41LjVzLS4yLjUtLjUuNVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjxwYXRoIGQ9Ik05LDE0Yy0uMSwwLS4zLDAtLjQtLjEtLjItLjItLjItLjUsMC0uN2w2LjEtNi4xTDguNi45Yy0uMi0uMi0uMi0uNSwwLS43cy41LS4yLjcsMGw2LjUsNi41YzAsMCwuMS4yLjEuNHMwLC4zLS4xLjRsLTYuNSw2LjVjMCwwLS4yLjEtLjQuMVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjwvc3ZnPg==") no-repeat center center/contain;
  transition: all 0.3s ease;
  background-color: #9e3028;
}
.p-products__footer__pagelist li .prev::before {
  margin-right: 0.5em;
  transform: scale(-1, 1);
}
.isPC .p-products__footer__pagelist li .prev:hover::before {
  translate: -5px 0;
}
.p-products__footer__pagelist li .next::after {
  margin-left: 0.5em;
  translate: 5px 0;
}
.isPC .p-products__footer__pagelist li .next:hover::after {
  translate: 5px 0;
}
.p-products--top .c-search {
  margin-top: 0;
}
.p-products--top .p-lower__hd {
  padding-bottom: 0;
  margin-bottom: 25px;
  border: none;
}
.p-products--post {
  padding-bottom: 100px;
  margin-bottom: 110px;
  border-bottom: 1px solid #d9d3d1;
}
@media screen and (max-width: 834px) {
  .p-products--post {
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .p-products--post {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.p-products--post__wrap {
  display: grid;
  grid-template-areas: "p-img p-cont" "p-supp p-supp";
  grid-template-columns: 51.5625% 42.96875%;
  -moz-column-gap: 5.46875%;
       column-gap: 5.46875%;
  row-gap: 50px;
}
@media screen and (max-width: 1366px) {
  .p-products--post__wrap {
    row-gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-products--post__wrap {
    grid-template-areas: "p-img" "p-cont" "p-supp";
    grid-template-columns: 100%;
  }
}
.p-products--post__img {
  grid-area: p-img;
}
.p-products--post__cont {
  grid-area: p-cont;
}
.p-products--post__cont .title {
  font-size: clamp(2rem, 1.89rem + 0.43vw, 2.4rem);
  font-family: "Noto Serif JP", serif;
}
.p-products--post__cont .body {
  margin-top: 50px;
}
.p-products--post__cont .body dl > div {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.75em;
       column-gap: 2.75em;
  margin-bottom: 20px;
  line-height: 1;
}
.p-products--post__cont .body dl > div.price dd {
  font-size: clamp(1.5rem, 1.417rem + 0.32vw, 1.8rem);
  font-weight: 700;
}
.p-products--post__cont .body dl > div.price dd .tax {
  font-size: clamp(1.2rem, 1.117rem + 0.32vw, 1.5rem);
}
.p-products--post__cont .body dl > div dt {
  width: 4em;
  font-weight: 400;
}
.p-products--post__cont .body dl > div dd {
  flex: 1;
}
.p-products--post__cont .body dl > div dd input {
  border: 1px solid #d9d3d1;
  border-radius: 3px;
  padding: 5px;
}
.p-products--post__cont .body .cartBtn {
  width: 100%;
  height: auto;
  padding: 20px;
  margin-top: 20px;
  border: none;
  border-radius: 3px;
  background-color: #9e3028;
  color: #fff;
  transition: all 0.3s ease;
}
.p-products--post__cont .body .cartBtn:hover {
  opacity: 0.75;
}
.p-products--post__cont .body .cartBtn span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.3rem, 1.217rem + 0.32vw, 1.6rem);
}
.p-products--post__cont .body .cartBtn span::after {
  content: "";
  display: inline-block;
  width: 16px !important;
  height: 15px !important;
  margin-left: 9px;
  -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTUiPjxwYXRoIGQ9Ik0uNDYzLjAwM2guODY2Yy4zNDMtLjAwMi42NzguMDk5Ljk2NC4yODguMjc5LjE4NC40NzkuNDY2LjU2MS43OWwxLjk1OSw3LjkyMmMuMDM3LjEzNS4xMjMuMjUxLjI0MS4zMjcuMTU0LjEuMzM1LjE1Mi41MTkuMTQ5aDYuNjMzYy4xNzcuMDAzLjM1Mi0uMDQ4LjUtLjE0NS4xMjctLjA4NC4yMi0uMjA5LjI2Ni0uMzU0bC44MzEtMi42NThoLTcuODE0Yy0uMTk3LDAtLjM1Ni0uMTYxLS4zNTctLjM1OHYtLjA3NmMwLS4xOTcuMTYtLjM1Ny4zNTctLjM1OGg4LjA1NWwuOTg4LTMuMTU4SDUuMmMtLjE5NywwLS4zNTctLjE2LS4zNTgtLjM1N3YtLjA3NWMwLS4xOTcuMTYxLS4zNTYuMzU4LS4zNTdoMTAuMWMuMDkxLDAsLjE4MS4wMjEuMjYzLjA2MS4wODQuMDQuMTU3LjEuMjEzLjE3NC4wNTcuMDc1LjA5NS4xNjQuMTEuMjU3LjAxNC4wODkuMDA3LjE4MS0uMDIuMjY3bC0yLjEzOSw2Ljg3Yy0uMS4zMTUtLjMwMy41ODctLjU3OC43NzEtLjI3OC4xODYtLjYwNS4yODQtLjk0LjI4M2gtNi42MzZjLS4zNDQuMDAzLS42ODEtLjA5Ny0uOTY3LS4yODgtLjI3OS0uMTg0LS40NzktLjQ2NS0uNTYxLS43ODlMMi4wODksMS4yNjljLS4wMzctLjEzNS0uMTIzLS4yNTItLjI0MS0uMzI4LS4xNTUtLjA5OS0uMzM1LS4xNTEtLjUxOS0uMTQ4SC40NjNjLS4xOTcsMC0uMzU3LS4xNjEtLjM1Ny0uMzU4di0uMDc1Qy4xMDYuMTYzLjI2Ni4wMDQuNDYzLjAwM005LjYxOSwxMy40MjNoLTEuNjU5Yy0uMjE4LDEuMDY1LTEuMjU4LDEuNzUxLTIuMzIzLDEuNTM0LTEuMDY1LS4yMTgtMS43NTEtMS4yNTgtMS41MzQtMi4zMjNzMS4yNTgtMS43NTEsMi4zMjMtMS41MzRjLjc3Mi4xNTgsMS4zNzYuNzYxLDEuNTM0LDEuNTM0aDEuNjU5Yy4yMTgtMS4wNjUsMS4yNTgtMS43NTEsMi4zMjMtMS41MzQsMS4wNjUuMjE4LDEuNzUxLDEuMjU4LDEuNTM0LDIuMzIzLS4yMTgsMS4wNjUtMS4yNTgsMS43NTEtMi4zMjMsMS41MzQtLjc3Mi0uMTU4LTEuMzc2LS43NjEtMS41MzQtMS41MzRNMTEuNTU0LDE0LjIxM2MuNjUyLS4wMDIsMS4xNzktLjUzMiwxLjE3Ny0xLjE4M3MtLjUzMi0xLjE3OS0xLjE4My0xLjE3N2MtLjY1Mi4wMDItMS4xNzkuNTMyLTEuMTc3LDEuMTgzLDAsLjMxMS4xMjUuNjA5LjM0NC44My4yMjIuMjIzLjUyNC4zNDguODM5LjM0N002LjAyNywxNC4yMTNjLjY1My0uMDAxLDEuMTgyLS41MzIsMS4xODEtMS4xODVzLS41MzItMS4xODItMS4xODUtMS4xODEtMS4xODIuNTMyLTEuMTgxLDEuMTg1YzAsLjMxMy4xMjUuNjEzLjM0Ni44MzQuMjIyLjIyMy41MjQuMzQ4LjgzOS4zNDciIHN0eWxlPSJmaWxsOiAjZmZmOyIvPjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTUiPjxwYXRoIGQ9Ik0uNDYzLjAwM2guODY2Yy4zNDMtLjAwMi42NzguMDk5Ljk2NC4yODguMjc5LjE4NC40NzkuNDY2LjU2MS43OWwxLjk1OSw3LjkyMmMuMDM3LjEzNS4xMjMuMjUxLjI0MS4zMjcuMTU0LjEuMzM1LjE1Mi41MTkuMTQ5aDYuNjMzYy4xNzcuMDAzLjM1Mi0uMDQ4LjUtLjE0NS4xMjctLjA4NC4yMi0uMjA5LjI2Ni0uMzU0bC44MzEtMi42NThoLTcuODE0Yy0uMTk3LDAtLjM1Ni0uMTYxLS4zNTctLjM1OHYtLjA3NmMwLS4xOTcuMTYtLjM1Ny4zNTctLjM1OGg4LjA1NWwuOTg4LTMuMTU4SDUuMmMtLjE5NywwLS4zNTctLjE2LS4zNTgtLjM1N3YtLjA3NWMwLS4xOTcuMTYxLS4zNTYuMzU4LS4zNTdoMTAuMWMuMDkxLDAsLjE4MS4wMjEuMjYzLjA2MS4wODQuMDQuMTU3LjEuMjEzLjE3NC4wNTcuMDc1LjA5NS4xNjQuMTEuMjU3LjAxNC4wODkuMDA3LjE4MS0uMDIuMjY3bC0yLjEzOSw2Ljg3Yy0uMS4zMTUtLjMwMy41ODctLjU3OC43NzEtLjI3OC4xODYtLjYwNS4yODQtLjk0LjI4M2gtNi42MzZjLS4zNDQuMDAzLS42ODEtLjA5Ny0uOTY3LS4yODgtLjI3OS0uMTg0LS40NzktLjQ2NS0uNTYxLS43ODlMMi4wODksMS4yNjljLS4wMzctLjEzNS0uMTIzLS4yNTItLjI0MS0uMzI4LS4xNTUtLjA5OS0uMzM1LS4xNTEtLjUxOS0uMTQ4SC40NjNjLS4xOTcsMC0uMzU3LS4xNjEtLjM1Ny0uMzU4di0uMDc1Qy4xMDYuMTYzLjI2Ni4wMDQuNDYzLjAwM005LjYxOSwxMy40MjNoLTEuNjU5Yy0uMjE4LDEuMDY1LTEuMjU4LDEuNzUxLTIuMzIzLDEuNTM0LTEuMDY1LS4yMTgtMS43NTEtMS4yNTgtMS41MzQtMi4zMjNzMS4yNTgtMS43NTEsMi4zMjMtMS41MzRjLjc3Mi4xNTgsMS4zNzYuNzYxLDEuNTM0LDEuNTM0aDEuNjU5Yy4yMTgtMS4wNjUsMS4yNTgtMS43NTEsMi4zMjMtMS41MzQsMS4wNjUuMjE4LDEuNzUxLDEuMjU4LDEuNTM0LDIuMzIzLS4yMTgsMS4wNjUtMS4yNTgsMS43NTEtMi4zMjMsMS41MzQtLjc3Mi0uMTU4LTEuMzc2LS43NjEtMS41MzQtMS41MzRNMTEuNTU0LDE0LjIxM2MuNjUyLS4wMDIsMS4xNzktLjUzMiwxLjE3Ny0xLjE4M3MtLjUzMi0xLjE3OS0xLjE4My0xLjE3N2MtLjY1Mi4wMDItMS4xNzkuNTMyLTEuMTc3LDEuMTgzLDAsLjMxMS4xMjUuNjA5LjM0NC44My4yMjIuMjIzLjUyNC4zNDguODM5LjM0N002LjAyNywxNC4yMTNjLjY1My0uMDAxLDEuMTgyLS41MzIsMS4xODEtMS4xODVzLS41MzItMS4xODItMS4xODUtMS4xODEtMS4xODIuNTMyLTEuMTgxLDEuMTg1YzAsLjMxMy4xMjUuNjEzLjM0Ni44MzQuMjIyLjIyMy41MjQuMzQ4LjgzOS4zNDciIHN0eWxlPSJmaWxsOiAjZmZmOyIvPjwvc3ZnPg==");
  background-color: #fff;
}
.p-products--post__supp {
  grid-area: p-supp;
  max-width: 100%;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}
.p-products--post__supp::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
  z-index: 1;
  background-color: #d9d3d1;
}

.breadcrumbs {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }
}
.breadcrumbs ol > li {
  display: inline;
  font-size: clamp(1.2rem, 1.172rem + 0.11vw, 1.3rem);
}
.breadcrumbs ol > li:not(:first-child)::before {
  content: "＞";
  margin: 0 1em;
}
.breadcrumbs ol > li a,
.breadcrumbs ol > li span {
  display: inline;
}
.breadcrumbs ol > li a {
  color: #9e3028;
}
.isPC .breadcrumbs ol > li a:hover {
  text-decoration: underline;
}
.breadcrumbs ol > li a + a::before {
  content: ",";
  margin: 0 5px;
  pointer-events: none;
  color: #3b322c;
}

/*お気に入り*/
.no-favorite {
  margin: 5em auto;
  font-size: clamp(2rem, 1.89rem + 0.43vw, 2.4rem);
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.favorite__exp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 115px;
}

.favorite__exp__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(1.3rem, 1.217rem + 0.32vw, 1.6rem);
  border-top: 1px solid #d9d3d1;
  border-bottom: 1px solid #d9d3d1;
  padding: 2.5em 5em;
}

.c-heading {
  width: 100%;
  aspect-ratio: 1920/760;
  position: relative;
}
.c-heading__inner {
  display: flex;
  align-items: center;
  margin: auto;
  position: absolute;
  inset: 0;
}
.c-heading--noimg {
  aspect-ratio: inherit;
  padding-block: 75px;
  background-color: #671b16;
}
@media screen and (max-width: 1024px) {
  .c-heading--noimg {
    padding-block: 50px;
  }
}
.c-heading--noimg .c-heading__inner {
  position: relative;
  inset: inherit;
}
.c-heading .p-wp-lower__hd {
  color: #fff;
}
.c-post__heading {
  font-size: clamp(2.5rem, 2.307rem + 0.74vw, 3.2rem);
  font-size: clamp(2.4rem, 2.18rem + 0.85vw, 3.2rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.c-post__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #3b322c;
  margin-top: 30px;
  margin-bottom: 65px;
}
.c-post__categories {
  display: flex;
  gap: 1em;
}
.c-post__category {
  font-size: clamp(1.2rem, 1.172rem + 0.11vw, 1.3rem);
}
.c-post__category a {
  color: #9e3028;
}
.c-post__date {
  font-size: clamp(1.2rem, 1.145rem + 0.21vw, 1.4rem);
  font-family: "Noto Serif JP", serif;
}

.topics__list {
  margin-top: 25px;
  border-top: 1px solid #d9d3d1;
}
@media screen and (max-width: 600px) {
  .topics__list {
    margin-top: 15px;
  }
}
.topics__item {
  border-bottom: 1px solid #d9d3d1;
}
.topics__post {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 414px) {
  .topics__post {
    padding: 1.25rem 1rem 1.25rem 0.75rem;
  }
}
.topics__post::after {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #9e3028;
}
.topics__info {
  display: flex;
}
.topics__date {
  font-size: clamp(1.2rem, 1.172rem + 0.11vw, 1.3rem);
  margin-right: 3rem;
}
@media screen and (max-width: 414px) {
  .topics__date {
    margin-right: 1.5rem;
  }
}
.topics__cat {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  gap: 0.5rem 1rem;
  font-size: clamp(1.2rem, 1.172rem + 0.11vw, 1.3rem);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.topics__cat__link {
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: all 0.25s ease 0s;
  vertical-align: middle;
  color: #9e3028;
  position: relative;
}
.isPC .topics__cat__link:hover {
  color: #9e3028;
  border-bottom-color: #9e3028;
}
.topics__cat__link:not(:first-child)::before {
  content: ",";
  position: absolute;
  left: -0.75rem;
  top: 0;
}
.topics__title {
  width: 100%;
}
.topics__title__link {
  color: #3b322c;
  display: inline;
  width: 100%;
  border-bottom: 1px solid transparent;
  transition: all 0.25s ease 0s;
}
.isPC .topics__title__link:hover {
  border-bottom-color: #3b322c;
}
.topics__title__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* ページ送り */
.c-pagination {
  margin-top: 30px;
}
.c-pagination .pagination h2 {
  display: none;
}
.c-pagination .pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em 5px;
}
.c-pagination .pagination .nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-pagination .pagination .nav-links .page-numbers:not(:first-child)::before {
  content: ".";
  margin-right: 3px;
}
.c-pagination .pagination .nav-links .page-numbers.current {
  border-color: transparent;
}
.isPC .c-pagination .pagination .nav-links .page-numbers.current {
  pointer-events: none;
}
.c-pagination .pagination .nav-links span {
  color: #3b322c;
}
.c-pagination .pagination .nav-links a {
  color: #9e3028;
}
.p-wp-lower__hd {
  font-size: clamp(2.8rem, 2.415rem + 1.49vw, 4.2rem);
  font-size: clamp(2.7rem, 2.287rem + 1.59vw, 4.2rem);
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.p-wp-lower .breadcrumbs {
  margin-top: 15px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .p-wp-lower .breadcrumbs {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 834px) {
  .p-wp-lower .breadcrumbs {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.p-wp-lower__section {
  margin-top: 70px;
  margin-top: 62px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .p-wp-lower__section {
    margin-top: 40px;
  }
}
.p-wp-lower__section__hd {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .p-wp-lower__section__hd {
    margin-bottom: 15px;
  }
}
.p-wp-lower__section__hd {
  font-size: clamp(2.5rem, 2.307rem + 0.74vw, 3.2rem);
  font-size: clamp(2.4rem, 2.18rem + 0.85vw, 3.2rem);
  font-family: "Noto Serif JP", serif;
}
.p-wp-lower__section__intro {
  font-size: clamp(1.5rem, 1.417rem + 0.32vw, 1.8rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.p-feature__intro {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: -14.5833333333%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-feature__intro {
    margin-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .p-feature__intro {
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__intro {
    flex-direction: column;
    row-gap: 40px;
  }
}
.p-feature__intro__img {
  flex: 1;
}
@media screen and (max-width: 1536px) {
  .p-feature__intro__img {
    width: 60%;
  }
}
@media screen and (max-width: 834px) {
  .p-feature__intro__img {
    width: calc(100% - 360px);
    align-self: center;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__intro__img {
    width: min(90%, 100% - 80px);
    align-self: flex-end;
  }
}
.p-feature__intro__contents {
  flex: 1;
  align-self: flex-end;
}
@media screen and (max-width: 1024px) {
  .p-feature__intro__contents {
    padding-right: 30px;
  }
}
@media screen and (max-width: 834px) {
  .p-feature__intro__contents {
    width: 340px;
    flex: none;
    padding-inline: 40px;
    margin-right: auto;
    z-index: 1;
    mix-blend-mode: luminosity;
    background-color: rgba(255, 255, 255, 0.45);
  }
}
@media screen and (max-width: 600px) {
  .p-feature__intro__contents {
    margin-inline: auto;
    width: min(-moz-max-content, 100%);
    width: min(max-content, 100%);
  }
}
.p-feature__intro__contents__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 380px;
  margin-left: 140px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 1536px) {
  .p-feature__intro__contents__inner {
    width: 310px;
    margin-block: auto;
  }
}
@media screen and (max-width: 834px) {
  .p-feature__intro__contents__inner {
    row-gap: 20px;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-feature__intro__contents__inner {
    width: min(-moz-max-content, 100%);
    width: min(max-content, 100%);
    margin-inline: auto;
  }
}
.p-feature__intro__hd {
  font-size: clamp(2.5rem, 2.307rem + 0.74vw, 3.2rem);
  font-size: clamp(2.4rem, 2.18rem + 0.85vw, 3.2rem);
  font-family: "Noto Serif JP", serif;
  color: #9e3028;
}
.p-feature__intro__hd .br {
  display: block;
}
.p-feature__intro__text {
  margin-top: auto;
  font-size: clamp(1.7rem, 1.617rem + 0.32vw, 2rem);
  font-family: "Noto Serif JP", serif;
}
.p-feature__intro__text .br {
  display: block;
}
.p-feature__menu {
  --ft-ma: calc(110 / 1920 * 100vw);
  padding-bottom: 220px;
  position: relative;
  background-color: #f5f1ed;
}
@media screen and (max-width: 1024px) {
  .p-feature__menu {
    --ft-ma: calc(240 / 1920 * 100vw);
    padding-bottom: 160px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .p-feature__menu {
    padding-bottom: 80px;
  }
}
.p-feature__menu::before {
  content: "";
  display: block;
  width: 100%;
  height: var(--ft-ma);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-feature__menu::before {
    height: 29.4366197183vw;
    height: 15vw;
  }
}
@media screen and (max-width: 480px) {
  .p-feature__menu::before {
    height: 54.6875vw;
    height: 33vw;
  }
}
.p-feature__menu__list {
  margin-top: var(--ft-ma);
  counter-reset: number;
  position: relative;
}
.p-feature__menu__item {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-feature__menu__item {
    gap: 45px 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-feature__menu__item {
    flex-direction: column;
    gap: 10px 20px;
  }
}
.p-feature__menu__item:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-feature__menu__item:not(:first-of-type) {
    margin-top: 40px;
  }
}
.p-feature__menu__img {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .p-feature__menu__img {
    flex: none;
    width: 100%;
  }
}
.p-feature__menu__img img {
  width: 100%;
}
.p-feature__menu__contents {
  flex: 1;
  align-self: flex-end;
}
.p-feature__menu__hd {
  font-size: clamp(2rem, 1.89rem + 0.43vw, 2.4rem);
  font-family: "Noto Serif JP", serif;
  color: #9e3028;
}
@media screen and (max-width: 480px) {
  .p-feature__menu__hd {
    line-height: 1.3;
  }
}
.p-feature__menu__hd::before {
  display: block;
  counter-increment: number;
  content: counter(number, decimal-leading-zero) ".";
  font-size: clamp(1.2rem, 1.145rem + 0.21vw, 1.4rem);
}
@media screen and (max-width: 480px) {
  .p-feature__menu__hd::before {
    display: inline;
    margin-right: 3px;
  }
}
.p-feature__menu__text {
  margin: 35px 0 40px;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 1024px) {
  .p-feature__menu__text {
    margin: 1.1em 0;
  }
}
@media screen and (max-width: 480px) {
  .p-feature__menu__text {
    margin-top: 0.8em;
    margin-bottom: 0.4em;
  }
}
.p-feature__menu__more {
  font-size: clamp(1.2rem, 1.145rem + 0.21vw, 1.4rem);
  color: #3b322c;
}
@media screen and (max-width: 480px) {
  .p-feature__menu__more {
    justify-content: flex-end;
  }
}
.p-feature__menu__more::after {
  background-color: #9e3028;
}
.isPC .p-feature__menu__more:hover {
  color: #9e3028;
}
.isPC .p-feature__menu__more:hover .feature__text {
  text-decoration: underline;
}

:root {
  --hr-fs: clamp(2.4rem, 2.18rem + 0.85vw, 3.2rem);
}

.p-history__section {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-history__section {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  .p-history__section {
    flex-direction: column;
    row-gap: 20px;
  }
}
.p-history__section + .p-history__section {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .p-history__section + .p-history__section {
    margin-top: 80px;
  }
}
@media screen and (max-width: 834px) {
  .p-history__section + .p-history__section {
    margin-top: 50px;
  }
}
@media screen and (max-width: 834px) {
  .p-history__section--01, .p-history__section--03 {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .p-history__section--01 .p-history__contents, .p-history__section--03 .p-history__contents {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media screen and (max-width: 834px) {
  .p-history__section--01 .p-history__contents .p-history__hd, .p-history__section--03 .p-history__contents .p-history__hd {
    justify-content: flex-start;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 834px) {
  .p-history__section--01 .p-history__img, .p-history__section--03 .p-history__img {
    padding-inline: calc((var(--hr-fs) + 40px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .p-history__section--01 .p-history__img, .p-history__section--03 .p-history__img {
    padding-inline: calc((var(--hr-fs) + 25px) / 2);
  }
}
.p-history__section--02 {
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-history__section--02 {
    padding-left: calc(var(--hr-fs) + 40px);
  }
}
@media screen and (max-width: 480px) {
  .p-history__section--02 {
    padding-left: calc(var(--hr-fs) + 25px);
  }
}
@media screen and (max-width: 834px) {
  .p-history__section--02 .p-history__hd {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.p-history__contents {
  flex: 1;
  display: flex;
  align-items: center;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media screen and (max-width: 1024px) {
  .p-history__contents {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 834px) {
  .p-history__contents {
    align-items: flex-start;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.p-history__hd {
  font-size: clamp(2.5rem, 2.307rem + 0.74vw, 3.2rem);
  font-size: clamp(2.4rem, 2.18rem + 0.85vw, 3.2rem);
  font-family: "Noto Serif JP", serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  align-self: flex-start;
}
.p-history__text {
  max-width: 520px;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .p-history__text {
    max-width: none;
  }
}
.p-history__text p + p {
  margin-top: 1em;
}
.p-history__text .br {
  display: block;
}
.p-history__img {
  flex: 1;
}
.p-history__story {
  padding-top: 245px;
  padding-bottom: 220px;
  margin-top: 175px;
  background: #1a1817 url("/assets/img/history/bg-story.webp") no-repeat 0 0/100% auto;
}
@media screen and (max-width: 1024px) {
  .p-history__story {
    padding-top: 145px;
    padding-bottom: 150px;
    margin-top: 125px;
  }
}
@media screen and (max-width: 834px) {
  .p-history__story {
    padding-top: 85px;
    padding-bottom: 80px;
    margin-top: 75px;
  }
}
.p-history__story__inner {
  margin-inline: auto;
  text-align: center;
  color: #fff;
  background-color: #671b16;
}
.p-history__story__container {
  max-width: 1360px;
  padding-block: 80px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-history__story__container {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-history__story__container {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .p-history__story__container {
    padding: 40px 25px;
  }
}
.p-history__story__container::before {
  display: block;
  position: absolute;
  content: "";
  width: 2px;
  height: 100px;
  background: #fff;
  left: 50%;
  top: 0;
  translate: -50% -50%;
}
@media screen and (max-width: 1024px) {
  .p-history__story__container::before {
    height: 80px;
  }
}
@media screen and (max-width: 600px) {
  .p-history__story__container::before {
    height: 55px;
  }
}
.p-history__story__hd {
  font-size: clamp(2rem, 1.89rem + 0.43vw, 2.4rem);
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.p-history__story__hd .br {
  display: block;
}
@media screen and (max-width: 414px) {
  .p-history__story__hd .br {
    display: inline;
  }
}
@media screen and (max-width: 414px) {
  .p-history__story__hd .br--sp {
    display: block;
  }
}
.p-history__story__img {
  display: flex;
  margin: 45px auto 85px;
}
@media screen and (max-width: 1440px) {
  .p-history__story__img {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .p-history__story__img {
    margin-top: 35px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .p-history__story__img {
    margin-top: 22px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .p-history__story__img img {
    max-width: 90%;
    width: 100%;
  }
}
.p-history__story__link {
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px 25px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 834px) {
  .p-history__story__link {
    padding-bottom: 15px;
  }
}
.p-history__story .c-arrowbtn {
  gap: 20px;
  color: #fff;
}
.p-history__story .c-arrowbtn::after {
  background-color: #fff;
}
.p-history .modalBottom img {
  display: none;
}
.p-history .modalBottom img.is-active {
  display: block;
}
@media screen and (min-width: 1441px) {
  .p-history .modalBottom img.is-active {
    width: 100%;
    max-width: 80vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-history .modalBottom {
    overflow-x: auto;
    text-align: right;
  }
  .p-history .modalBottom img {
    min-width: 1360px;
    min-width: 1150px;
  }
}

.p-quality {
  background-color: #f5f1ed;
}
.p-quality__heading {
  padding-bottom: 115px;
  margin: 35px auto 0;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 834px) {
  .p-quality__heading {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .p-quality__heading {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 414px) {
  .p-quality__heading {
    padding-bottom: 70px;
  }
}
.p-quality__heading::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(50% + 5px);
  position: absolute;
  left: 0;
  bottom: -15px;
  background-color: #fff;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .p-quality__heading::after {
    content: none;
  }
}
.p-quality__heading__hd {
  margin-bottom: 35px;
  font-size: clamp(2.5rem, 2.307rem + 0.74vw, 3.2rem);
  font-size: clamp(2.4rem, 2.18rem + 0.85vw, 3.2rem);
  font-family: "Noto Serif JP", serif;
  color: #9e3028;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .p-quality__heading__hd {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 413px) {
  .p-quality__heading__hd .br {
    display: block;
  }
}
.p-quality__heading__list {
  display: flex;
  gap: 40px;
  justify-content: center;
  counter-reset: number;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .p-quality__heading__list {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-quality__heading__list {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-quality__heading__list {
    flex-direction: column;
  }
}
.p-quality__heading__item {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-quality__heading__item {
    width: min(90%, 100% - 40px);
  }
}
@media screen and (max-width: 414px) {
  .p-quality__heading__item {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width: 600px) {
  .p-quality__heading__item:nth-child(2) {
    margin-left: auto;
  }
}
.p-quality__heading__item::before {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 20%;
  left: 50%;
  bottom: 0;
  translate: -50% 50%;
  z-index: 2;
  background: #9e3028;
}
@media screen and (max-width: 600px) {
  .p-quality__heading__item::before {
    width: 36px;
    height: 1px;
    left: auto;
    right: -18px;
    bottom: 50%;
    translate: 0 -50%;
  }
}
.p-quality__heading__link {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-quality__heading__link img {
  transition: all 0.3s linear 0s;
}
.isPC .p-quality__heading__link:hover img {
  scale: 1.02;
  filter: brightness(1.1);
}
@media screen and (max-width: 600px) {
  .p-quality__heading__link {
    display: flex;
    background-color: #fff;
    flex-direction: row-reverse;
    align-items: center;
    padding-right: 10px;
  }
}
@media screen and (max-width: 414px) {
  .p-quality__heading__link {
    padding-right: 0;
  }
}
.p-quality__heading__link::before {
  display: block;
  counter-increment: number;
  content: counter(number, decimal-leading-zero) "";
  font-size: clamp(2.5rem, 1.537rem + 3.72vw, 6rem);
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  position: absolute;
  top: 3.6%;
  right: 8%;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .p-quality__heading__link::before {
    top: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .p-quality__heading__link::before {
    top: 10px;
    right: auto;
    left: 10px;
  }
}
@media screen and (max-width: 414px) {
  .p-quality__heading__link::before {
    top: 50%;
    left: 12px;
    translate: 0 -50%;
    text-shadow: 1px 1px 5px rgb(0, 0, 0);
  }
}
.p-quality__heading__text {
  font-size: clamp(2rem, 1.89rem + 0.43vw, 2.4rem);
  font-family: "Noto Serif JP", serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: min(96px, 22%);
  right: 5%;
  line-height: 2.1;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .p-quality__heading__text {
    writing-mode: horizontal-tb;
    right: auto;
    top: 50%;
    left: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .p-quality__heading__text {
    font-size: clamp(1.8rem, 1.69rem + 0.43vw, 2.2rem);
    padding-right: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 1px 1px 5px rgb(0, 0, 0);
  }
}
@media screen and (max-width: 600px) {
  .p-quality__heading__text {
    flex: 1;
    margin-left: -1em;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    color: #3b322c;
    text-shadow: none;
  }
}
@media screen and (max-width: 414px) {
  .p-quality__heading__text {
    margin-left: 0.75em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .p-quality__heading__text::after {
    content: "";
    display: block;
    width: calc(100% + 120px);
    height: calc(100% + 16px);
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    z-index: -1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
  }
}
@media screen and (max-width: 414px) {
  .p-quality__heading__text::after {
    content: none;
  }
}
.p-quality__heading__text .br {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-quality__heading__text .br {
    display: inline;
  }
}
@media screen and (max-width: 414px) {
  .p-quality__heading__text .br {
    display: block;
  }
}
.p-quality__heading__img {
  flex: 1;
}
@media screen and (max-width: 600px) {
  .p-quality__heading__img {
    flex: none;
    width: max(26.4084507042%, 130px);
    aspect-ratio: 1/1;
    overflow: hidden;
  }
}
@media screen and (max-width: 414px) {
  .p-quality__heading__img {
    width: max(26.4084507042%, 100px);
  }
}
.p-quality__heading__img img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-quality__heading__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
}
.p-quality__section {
  position: relative;
}
.p-quality__section .l-container {
  position: relative;
  z-index: 2;
}
.p-quality__section__hd {
  font-size: clamp(5rem, -1.877rem + 26.58vw, 30rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1;
  position: absolute;
  top: -120px;
  left: calc((100vw - 1720px) / 2);
  z-index: 1;
  color: #f5f1ed;
}
@media screen and (max-width: 1800px) {
  .p-quality__section__hd {
    left: calc((100vw - 1480px) / 2 + 40px);
  }
}
@media screen and (max-width: 1400px) {
  .p-quality__section__hd {
    left: 0px;
  }
}
@media screen and (max-width: 834px) {
  .p-quality__section__hd {
    font-size: clamp(3rem, -5.871rem + 34.29vw, 12rem);
  }
}
.p-quality .ingr {
  padding-bottom: 130px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .p-quality .ingr {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 414px) {
  .p-quality .ingr {
    padding-bottom: 60px;
  }
}
.p-quality .ingr .p-quality__section__hd {
  top: -25px;
}
@media screen and (max-width: 600px) {
  .p-quality .ingr .p-quality__section__hd {
    top: -45px;
    mix-blend-mode: multiply;
  }
}
.p-quality .ingr__contents {
  padding-top: 10.4166666667vw;
  position: relative;
  z-index: 1;
}
.p-quality .ingr__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 80px;
}
@media screen and (max-width: 1536px) {
  .p-quality .ingr__list {
    gap: 50px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .p-quality .ingr__list {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 834px) {
  .p-quality .ingr__list {
    gap: 50px 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-quality .ingr__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-quality .ingr__item {
    display: grid;
    grid-template-areas: "ql--hd ql--img" "ql--txt ql--txt";
    grid-template-columns: 1fr min(33vw, 250px);
    grid-template-columns: 1fr max(33vw, 300px);
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media screen and (max-width: 600px) {
  .p-quality .ingr__item {
    grid-template-areas: "ql--hd" "ql--img" "ql--txt";
    grid-template-columns: 1fr;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
.p-quality .ingr__item:nth-child(2n) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-quality .ingr__item:nth-child(2n) {
    margin-top: 0;
  }
}
.p-quality .ingr__item--02 {
  padding-right: 40px;
  margin-top: -94px;
}
@media screen and (max-width: 834px) {
  .p-quality .ingr__item--02 {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-quality .ingr__item--02 {
    padding-right: 0;
    padding-left: 30px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-quality .ingr__item--01 {
    grid-template-areas: "ql--img" "ql--hd " "ql--txt";
    grid-template-columns: 1fr;
  }
  .p-quality .ingr__item--01 .ingr__hd {
    width: 100%;
  }
}
.p-quality .ingr__hd {
  display: block;
  padding-left: 30px;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
  grid-area: ql--hd;
}
@media screen and (max-width: 1024px) {
  .p-quality .ingr__hd {
    padding-left: 20px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-quality .ingr__hd {
    align-self: flex-start;
    padding-left: 16px;
    margin-bottom: 21px;
    margin-left: 0;
  }
}
.p-quality .ingr__hd::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #3b322c;
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (max-width: 768px) {
  .p-quality .ingr__hd::before {
    height: 100%;
    top: 0;
  }
}
.p-quality .ingr__hd h3 {
  display: block;
  margin-block: var(--leading-trim);
  font-size: clamp(2rem, 1.89rem + 0.43vw, 2.4rem);
  font-family: "Noto Serif JP", serif;
}
.p-quality .ingr__hd h4 {
  display: block;
  margin-top: 40px;
  margin-bottom: var(--leading-trim);
  font-size: clamp(1.7rem, 1.617rem + 0.32vw, 2rem);
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 834px) {
  .p-quality .ingr__hd h4 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-quality .ingr__hd h4 {
    margin-top: 1.25rem;
    font-size: clamp(1.5rem, 1.417rem + 0.32vw, 1.8rem);
  }
}
.p-quality .ingr__hd .br {
  display: block;
}
@media screen and (max-width: 834px) {
  .p-quality .ingr__hd .br {
    display: inline;
  }
}
.p-quality .ingr__img {
  margin-bottom: 40px;
  grid-area: ql--img;
}
@media screen and (max-width: 834px) {
  .p-quality .ingr__img {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .p-quality .ingr__img {
    margin-bottom: 17px;
  }
}
.p-quality .ingr__text {
  grid-area: ql--txt;
  margin-block: var(--leading-trim);
}
.p-quality .mfg {
  padding-top: 45px;
  padding-bottom: 200px;
  z-index: 1;
  background-color: #3b322c;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-quality .mfg {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .p-quality .mfg {
    padding-top: 25px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 414px) {
  .p-quality .mfg {
    padding-bottom: 50px;
  }
}
.p-quality .mfg .slide__wrapper {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-quality .mfg .slide__wrapper {
    margin-top: -50px;
  }
}
@media screen and (max-width: 600px) {
  .p-quality .mfg .slide__wrapper {
    margin-top: -30px;
  }
}
.p-quality .mfg .p-quality__section__hd {
  top: -6.25vw;
  color: rgba(217, 211, 209, 0.3);
}
@media screen and (max-width: 600px) {
  .p-quality .mfg .p-quality__section__hd {
    top: -10.4166666667vw;
  }
}
.p-quality .mfg__contents {
  margin-top: 75px;
}
@media screen and (max-width: 600px) {
  .p-quality .mfg__contents {
    margin-top: 50px;
  }
}
@media screen and (max-width: 414px) {
  .p-quality .mfg__contents {
    margin-top: 30px;
  }
}
.p-quality .mfg__contents--mature .mfg__heading {
  margin-bottom: 0;
}
.p-quality .mfg__contents--mature .mature__images {
  display: flex;
  gap: 20px;
  max-width: 949px;
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  .p-quality .mfg__contents--mature .mature__images {
    gap: 16px;
  }
}
.p-quality .mfg__contents--mature .mature__images__item {
  flex: 1;
}
.p-quality .mfg__heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 33px;
}
@media screen and (max-width: 834px) {
  .p-quality .mfg__heading {
    gap: 36px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .p-quality .mfg__heading {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
  }
}
.p-quality .mfg__heading__hd {
  margin-top: 3px;
  width: 290px;
  font-size: clamp(2rem, 1.89rem + 0.43vw, 2.4rem);
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 834px) {
  .p-quality .mfg__heading__hd {
    width: 7em;
  }
}
@media screen and (max-width: 600px) {
  .p-quality .mfg__heading__hd {
    width: 100%;
    margin-top: 0;
    margin-left: -16px;
  }
}
.p-quality .mfg__heading__text {
  flex: 1;
}
@media screen and (max-width: 600px) {
  .p-quality .mfg__heading__text {
    flex: none;
  }
}
.p-quality .mfg__heading__text p {
  line-height: 2;
}
.p-quality .mfg-splide {
  max-width: 1600px;
  padding-right: 20px;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  position: relative;
}
.p-quality .mfg-splide::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 70px;
}
.p-quality .mfg-splide .splide__track {
  overflow: hidden !important;
}
.p-quality .mfg__list {
  max-width: 1640px;
  margin-left: auto;
}
.p-quality .mfg__item {
  width: 27.8481012658%;
}
@media screen and (max-width: 600px) {
  .p-quality .mfg__item {
    width: 34.3065693431%;
  }
}
.p-quality .mfg__item.is-active {
  width: 44.3037974684%;
}
@media screen and (max-width: 600px) {
  .p-quality .mfg__item.is-active {
    width: 65.6934306569%;
  }
}
.p-quality .mfg__item.is-active .mfg__item__img {
  aspect-ratio: 660/376;
}
@media screen and (max-width: 600px) {
  .p-quality .mfg__item.is-active .mfg__item__img {
    aspect-ratio: auto;
  }
}
.p-quality .mfg__item__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 20px;
  margin-right: 40px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .p-quality .mfg__item__inner {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-quality .mfg__item__inner {
    margin-right: 16px;
  }
}
.p-quality .mfg__item h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: clamp(1.7rem, 1.617rem + 0.32vw, 2rem);
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 600px) {
  .p-quality .mfg__item h4 {
    margin-top: 0.625em;
    margin-bottom: 0.25em;
  }
}
@media screen and (max-width: 600px) {
  .p-quality .mfg__item p {
    margin-bottom: 1.5em;
  }
}
.p-quality .mfg__item__img {
  order: -1;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 400/376;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .p-quality .mfg__item__img {
    aspect-ratio: auto;
    overflow: visible;
  }
}
.p-quality .mfg__item__img img {
  aspect-ratio: 660/376;
}
.p-quality .mfg .splide {
  --splide-btn: 50px;
  padding-bottom: calc(var(--splide-btn) + 20px);
}
@media screen and (max-width: 414px) {
  .p-quality .mfg .splide {
    --splide-btn: 40px;
    padding-bottom: calc(var(--splide-btn) + 15px);
  }
}
.p-quality .mfg .splide__arrows {
  position: absolute;
  bottom: 0;
  width: calc(var(--splide-btn) * 2 + 10px);
  height: var(--splide-btn);
}
@media screen and (max-width: 414px) {
  .p-quality .mfg .splide__arrows {
    bottom: 20px;
  }
}
.p-quality .mfg .splide__arrows .button {
  width: var(--splide-btn);
  height: var(--splide-btn);
  background-color: #fff;
}
.p-quality .mfg .splide__arrows .button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTQiPjxwYXRoIGQ9Ik04LjMsNy42SC41Yy0uMywwLS41LS4yLS41LS41cy4yLS41LjUtLjVoNy44Yy4zLDAsLjUuMi41LjVzLS4yLjUtLjUuNVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjxwYXRoIGQ9Ik05LDE0Yy0uMSwwLS4zLDAtLjQtLjEtLjItLjItLjItLjUsMC0uN2w2LjEtNi4xTDguNi45Yy0uMi0uMi0uMi0uNSwwLS43cy41LS4yLjcsMGw2LjUsNi41YzAsMCwuMS4yLjEuNHMwLC4zLS4xLjRsLTYuNSw2LjVjMCwwLS4yLjEtLjQuMVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjwvc3ZnPg==") no-repeat center center/contain;
          mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTQiPjxwYXRoIGQ9Ik04LjMsNy42SC41Yy0uMywwLS41LS4yLS41LS41cy4yLS41LjUtLjVoNy44Yy4zLDAsLjUuMi41LjVzLS4yLjUtLjUuNVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjxwYXRoIGQ9Ik05LDE0Yy0uMSwwLS4zLDAtLjQtLjEtLjItLjItLjItLjUsMC0uN2w2LjEtNi4xTDguNi45Yy0uMi0uMi0uMi0uNSwwLS43cy41LS4yLjcsMGw2LjUsNi41YzAsMCwuMS4yLjEuNHMwLC4zLS4xLjRsLTYuNSw2LjVjMCwwLS4yLjEtLjQuMVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjwvc3ZnPg==") no-repeat center center/contain;
  transition: all 0.3s ease;
  background-color: #3b322c;
}
.p-quality .mfg .splide__arrows .button.prev {
  left: 0;
}
.p-quality .mfg .splide__arrows .button.prev::after {
  rotate: 180deg;
}
.p-quality .mfg .splide__arrows .button.next {
  right: 0;
}
@media screen and (max-width: 600px) {
  .p-quality .mfg .splide__track {
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .p-quality .mfg .splide__list {
    flex-wrap: nowrap;
    will-change: transform;
  }
}
.p-quality .qlt {
  padding-bottom: 200px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-quality .qlt {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 600px) {
  .p-quality .qlt {
    padding-bottom: 80px;
  }
}
.p-quality .qlt .p-quality__section__hd {
  top: -8.59375vw;
}
@media screen and (max-width: 600px) {
  .p-quality .qlt .p-quality__section__hd {
    top: -10.4166666667vw;
  }
}
@media screen and (max-width: 600px) {
  .p-quality .qlt .p-quality__section__hd {
    mix-blend-mode: luminosity;
    opacity: 0.85;
  }
}
.p-quality .qlt__list {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .p-quality .qlt__list {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 414px) {
  .p-quality .qlt__list {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.p-quality .qlt__item {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-quality .qlt__item {
    gap: 30px;
  }
}
@media screen and (max-width: 834px) {
  .p-quality .qlt__item {
    flex-direction: column-reverse !important;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 600px) {
  .p-quality .qlt__item {
    gap: 15px;
  }
}
.p-quality .qlt__item:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-quality .qlt__item:not(:first-of-type) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .p-quality .qlt__item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.p-quality .qlt__item:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .p-quality .qlt__item:nth-child(odd) .qlt__img {
    margin-left: auto;
  }
}
@media screen and (max-width: 834px) {
  .p-quality .qlt__item:nth-child(2) .qlt__img {
    margin-inline: auto;
  }
}
.p-quality .qlt__contents {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .p-quality .qlt__contents {
    flex: none;
  }
}
.p-quality .qlt__hd {
  margin-bottom: 30px;
  font-size: clamp(2rem, 1.89rem + 0.43vw, 2.4rem);
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1024px) {
  .p-quality .qlt__hd {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-quality .qlt__hd {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 414px) {
  .p-quality .qlt__hd br {
    display: none;
  }
}
.p-quality .qlt__text .c-arrowbtn {
  margin-top: 30px;
  color: #3b322c;
}
@media screen and (max-width: 834px) {
  .p-quality .qlt__text .c-arrowbtn {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 600px) {
  .p-quality .qlt__text .c-arrowbtn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 414px) {
  .p-quality .qlt__text .c-arrowbtn {
    margin-top: 10px;
  }
}
.isPC .p-quality .qlt__text .c-arrowbtn:hover {
  color: #9e3028;
}
.p-quality .qlt__text .c-arrowbtn::after {
  background-color: #9e3028;
}
.p-quality .qlt__img {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .p-quality .qlt__img {
    flex: none;
    max-width: 480px;
  }
}
.p-quality .qlt__link {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px 25px;
  margin: 0 auto;
  border-bottom: 1px solid #3b322c;
}
@media screen and (max-width: 834px) {
  .p-quality .qlt__link {
    padding: 0 0px 15px;
  }
}
.p-quality .qlt__link .c-arrowbtn {
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
  color: #3b322c;
}
.isPC .p-quality .qlt__link .c-arrowbtn:hover {
  color: #9e3028;
}
.p-quality .qlt__link .c-arrowbtn::after {
  background-color: #9e3028;
}

.p-recipe__section {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.p-recipe__section + .p-recipe__section {
  margin-top: 120px;
}
.p-recipe__section:nth-child(even) {
  flex-direction: row;
}
.p-recipe__section:nth-child(even) .p-history__contents {
  justify-content: flex-end;
}
.p-recipe__contents {
  flex: 1;
  display: flex;
  -moz-column-gap: 70px;
       column-gap: 70px;
  align-items: center;
}
.p-recipe__hd {
  font-size: clamp(2.5rem, 2.307rem + 0.74vw, 3.2rem);
  font-size: clamp(2.4rem, 2.18rem + 0.85vw, 3.2rem);
  font-family: "Noto Serif JP", serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  align-self: flex-start;
}
.p-recipe__text {
  max-width: 520px;
  line-height: 2;
}
.p-recipe__text p + p {
  margin-top: 1em;
}
.p-recipe__text .br {
  display: block;
}
.p-recipe__img {
  flex: 1;
}
.p-recipe__story {
  padding-top: 245px;
  padding-bottom: 220px;
  margin-top: 175px;
  background: #1a1817 url("/assets/img/history/bg-story.webp") no-repeat 0 0/100% auto;
}
.p-recipe__story__inner {
  margin-inline: auto;
  text-align: center;
  color: #fff;
  background-color: #671b16;
}
.p-recipe__story__container {
  max-width: 1360px;
  padding-block: 80px;
  margin-inline: auto;
  position: relative;
}
.p-recipe__story__container::before {
  display: block;
  position: absolute;
  content: "";
  width: 2px;
  height: 100px;
  background: #fff;
  left: 50%;
  top: 0;
  translate: -50% -50%;
}
.p-recipe__story__hd {
  font-size: clamp(2rem, 1.89rem + 0.43vw, 2.4rem);
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.p-recipe__story__hd .br {
  display: block;
}
.p-recipe__story__img {
  margin: 45px auto 85px;
}
.p-recipe__story__link {
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px 25px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}
.p-recipe__story .c-arrowbtn {
  gap: 20px;
  color: #fff;
}
.p-recipe__story .c-arrowbtn::after {
  background-color: #fff;
}
.p-recipe .recipe__link {
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px 25px;
  margin: 0 auto;
  border-bottom: 1px solid #3b322c;
}
@media screen and (max-width: 834px) {
  .p-recipe .recipe__link {
    padding-bottom: 15px;
  }
}
.p-recipe .recipe__link .c-arrowbtn {
  gap: 20px;
  color: #3b322c;
}
.isPC .p-recipe .recipe__link .c-arrowbtn:hover {
  color: #9e3028;
}
.p-recipe .recipe__link .c-arrowbtn::after {
  background-color: #9e3028;
}

.p-company__intro {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: -145px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .p-company__intro {
    display: block;
    position: relative;
    margin-top: 0;
  }
}
.p-company__intro__contents {
  flex: 1;
  align-self: flex-end;
}
@media screen and (max-width: 1366px) {
  .p-company__intro__contents {
    padding-top: 10%;
    padding-top: 145px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 834px) {
  .p-company__intro__contents {
    flex: none;
    width: 100%;
    padding: 0;
  }
}
.p-company__intro__contents__inner {
  width: 380px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-left: 140px;
}
@media screen and (max-width: 834px) {
  .p-company__intro__contents__inner {
    justify-content: flex-end;
    width: 100%;
    padding-block: 30px;
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-company__intro__contents__inner {
    flex-direction: row;
    justify-content: flex-start;
    writing-mode: horizontal-tb;
    flex-wrap: wrap;
    padding: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-company__intro__contents__inner > * {
    width: 100%;
  }
}
.p-company__intro__hd {
  font-size: clamp(2.5rem, 2.307rem + 0.74vw, 3.2rem);
  font-size: clamp(2.4rem, 2.18rem + 0.85vw, 3.2rem);
  font-family: "Noto Serif JP", serif;
  color: #9e3028;
}
.p-company__intro__hd .br {
  display: block;
}
.p-company__intro__item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .p-company__intro__item {
    padding-left: 36px;
  }
}
@media screen and (max-width: 480px) {
  .p-company__intro__item {
    padding-left: 0;
  }
}
.p-company__intro__term {
  font-size: clamp(2rem, 1.89rem + 0.43vw, 2.4rem);
  font-family: "Noto Serif JP", serif;
  margin-right: 80px;
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .p-company__intro__term {
    margin-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-company__intro__term {
    margin: 1em 0 0;
  }
}
.p-company__intro__term::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 80px;
  margin-bottom: 1em;
  background-color: #3b322c;
}
@media screen and (max-width: 600px) {
  .p-company__intro__term::before {
    width: 60px;
    height: 1px;
    margin-bottom: 0.3em;
    margin-right: 16px;
  }
}
.p-company__intro__term .br {
  display: block;
}
.p-company__intro__text {
  margin-top: 125px;
  font-size: clamp(1.7rem, 1.617rem + 0.32vw, 2rem);
  font-family: "Noto Serif JP", serif;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .p-company__intro__text {
    margin-top: 0.125em;
    margin-left: 100px;
  }
}
@media screen and (max-width: 480px) {
  .p-company__intro__text {
    margin-left: 1em;
  }
}
.p-company__intro__text .br {
  display: block;
}
@media screen and (max-width: 480px) {
  .p-company__intro__text .br {
    display: inline;
  }
}
.p-company__intro__img {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .p-company__intro__img {
    flex: none;
    position: absolute;
    left: 0;
    top: -80px;
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .p-company__intro__img {
    left: auto;
    right: 0;
    top: auto;
    bottom: -50px;
  }
}
@media screen and (max-width: 480px) {
  .p-company__intro__img {
    width: min(200px, 40%);
    bottom: -30px;
  }
}
@media screen and (max-width: 600px) {
  .p-company__intro__img--pc {
    display: none;
  }
}
.p-company__intro__img--sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-company__intro__img--sp {
    display: block;
    opacity: 0.65;
  }
}
.p-company__menu {
  --ma: 110px;
  padding-bottom: 220px;
  position: relative;
  background-color: #f5f1ed;
}
@media screen and (max-width: 834px) {
  .p-company__menu {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 414px) {
  .p-company__menu {
    --ma: 60px;
    padding-bottom: 80px;
  }
}
.p-company__menu::before {
  content: "";
  display: block;
  width: 100%;
  height: var(--ma);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}
.p-company__menu__list {
  margin-top: var(--ma);
  counter-reset: number;
  position: relative;
}
.p-company__menu__item {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-company__menu__item {
    gap: 45px 20px;
  }
}
@media screen and (max-width: 834px) {
  .p-company__menu__item {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .p-company__menu__item {
    gap: 16px 0;
  }
}
.p-company__menu__item:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-company__menu__item:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 834px) {
  .p-company__menu__item:not(:first-of-type) {
    margin-top: 40px;
  }
}
.p-company__menu__img {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .p-company__menu__img {
    max-width: 400px;
  }
}
.p-company__menu__img img {
  width: 100%;
}
.p-company__menu__contents {
  flex: 1;
  align-self: flex-end;
}
@media screen and (max-width: 1024px) {
  .p-company__menu__contents {
    width: 100%;
  }
}
.p-company__menu__hd {
  font-size: clamp(2rem, 1.89rem + 0.43vw, 2.4rem);
  font-family: "Noto Serif JP", serif;
  color: #9e3028;
}
.p-company__menu__hd::before {
  display: block;
  counter-increment: number;
  content: counter(number, decimal-leading-zero) ".";
  font-size: clamp(1.2rem, 1.145rem + 0.21vw, 1.4rem);
}
@media screen and (max-width: 414px) {
  .p-company__menu__hd br {
    display: none;
  }
}
.p-company__menu__text {
  margin: 35px 0 40px;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 1024px) {
  .p-company__menu__text {
    margin: 25px 0 20px;
  }
}
@media screen and (max-width: 834px) {
  .p-company__menu__text {
    margin: 10px 0 15px;
  }
}
.p-company__menu__more {
  font-size: clamp(1.2rem, 1.145rem + 0.21vw, 1.4rem);
  color: #3b322c;
}
@media screen and (max-width: 600px) {
  .p-company__menu__more {
    justify-content: flex-end;
  }
}
.p-company__menu__more::after {
  background-color: #9e3028;
}
.isPC .p-company__menu__more:hover {
  color: #9e3028;
}
.isPC .p-company__menu__more:hover .feature__text {
  text-decoration: underline;
}

:root {
  /* line-height の差分に基づいて調整 */
  --lh-adj--16: calc((1.6 - 1) * 1rem * (1 / 2));
  --mb: calc(35px - var(--lh-adj--16));
  --mb-s: calc(30px - var(--lh-adj--16));
  --acc-p-b: 35px;
  --acc-p-i: 55px;
}
@media screen and (max-width: 1024px) {
  :root {
    --mb: calc(28px - var(--lh-adj--16));
    --mb-s: calc(26px - var(--lh-adj--16));
    --acc-p-b: 25px;
    --acc-p-i: 35px;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --mb: calc(22px - var(--lh-adj--16));
    --mb-s: calc(18px - var(--lh-adj--16));
    --acc-p-b: 15px;
    --acc-p-i: 20px;
  }
}

/* ブログコンテンツ */
.entry__body {
  max-width: 100%;
  word-break: break-word;
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .entry__body {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 600px) {
  .entry__body {
    padding-bottom: 100px;
  }
}
.entry__body::after {
  display: block;
  content: "";
  clear: both;
}
.entry__body * {
  min-height: 0vw;
  min-height: 0;
}
.entry__body > *:first-child {
  margin-top: 0 !important;
}
.entry__body > *:last-child {
  margin-bottom: 0 !important;
}
.entry__body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none;
}
.entry__body .wp-block-group,
.entry__body h3, .entry__body h4, .entry__body h5, .entry__body h6,
.entry__body p:not([class]),
.entry__body ol li,
.entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations, .wp-block-social-links) li,
.entry__body .wp-block-table,
.entry__body table th,
.entry__body table td,
.entry__body .wp-block-embed,
.entry__body .wp-block-columns,
.entry__body .wp-block-columns > figure,
.entry__body .wp-block-image,
.entry__body .wp-block-gallery {
  margin-top: var(--mb);
}
.entry__body .wp-block-group > *:first-child,
.entry__body .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.entry__body :where(.is-layout-flex) {
  gap: var(--mb);
}
.entry__body .wp-block-buttons {
  margin-top: var(--mb);
  margin-bottom: var(--mb);
  gap: var(--mb-s);
}
.entry__body .wp-block-file {
  gap: var(--mb-s);
  margin-top: var(--mb);
  margin-bottom: var(--mb);
}
.entry__body {
  /* prettier-ignore */
}
.entry__body ol,
.entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations) {
  margin-top: 1.8125em;
}
.entry__body ol li + li,
.entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations) li + li {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .entry__body ol li + li,
  .entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations) li + li {
    margin-top: calc(1em - var(--lh-adj--16)) !important;
  }
}
.entry__body ol ol,
.entry__body ol ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations),
.entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations) ol,
.entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations) ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations) {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .entry__body ol ol,
  .entry__body ol ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations),
  .entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations) ol,
  .entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations) ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations) {
    margin-top: calc(1em - var(--lh-adj--16)) !important;
  }
}
.entry__body .wp-block-columns {
  gap: var(--mb) !important;
  gap: 40px !important;
}
@media screen and (max-width: 1366px) {
  .entry__body .wp-block-columns {
    gap: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .entry__body .wp-block-columns {
    gap: 20px !important;
  }
}
.entry__body .wp-block-columns .wp-block-column figure img {
  width: 100%;
}
.entry__body .wp-block-columns .wp-block-column *:first-child {
  margin-top: 0 !important;
}
.entry__body .wp-block-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.entry__body h2.wp-block-heading {
  font-size: clamp(2.5rem, 2.307rem + 0.74vw, 3.2rem);
  font-size: clamp(2.4rem, 2.18rem + 0.85vw, 3.2rem);
  color: #9e3028;
  margin-top: calc(80px - var(--lh-adj--16));
}
@media screen and (max-width: 1024px) {
  .entry__body h2.wp-block-heading {
    margin-top: calc(60px - var(--lh-adj--16));
  }
}
@media screen and (max-width: 600px) {
  .entry__body h2.wp-block-heading {
    margin-top: calc(30px - var(--lh-adj--16));
  }
}
.entry__body h3.wp-block-heading {
  font-size: clamp(2rem, 1.89rem + 0.43vw, 2.4rem);
}
.entry__body h4.wp-block-heading {
  font-size: clamp(1.5rem, 1.417rem + 0.32vw, 1.8rem);
  position: relative;
}
.entry__body h5.wp-block-heading {
  font-size: clamp(1.5rem, 1.417rem + 0.32vw, 1.8rem);
  font-weight: 700;
  line-height: 1.4222222222;
}
.entry__body h6.wp-block-heading {
  font-size: clamp(1.3rem, 1.217rem + 0.32vw, 1.6rem);
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.entry__body {
  /* prettier-ignore */
}
.entry__body p:not([class]),
.entry__body ol li,
.entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations, .wp-block-social-links) li,
.entry__body table th,
.entry__body table td {
  font-size: clamp(1.3rem, 1.217rem + 0.32vw, 1.6rem);
  line-height: 1.6;
}
.entry__body strong {
  font-weight: 700;
}
.entry__body em {
  font-style: italic;
  font-weight: normal;
  font-weight: 400;
}
.entry__body sub {
  vertical-align: sub;
  font-size: clamp(0.9rem, 0.833rem + 0.14vw, 1rem);
}
.entry__body sup {
  vertical-align: super;
  font-size: clamp(0.9rem, 0.833rem + 0.14vw, 1rem);
}
.entry__body a:not(.wp-block-button__link, .wp-block-file__button) {
  display: inline-block;
  position: relative;
  color: #9e3028;
  text-decoration: none;
}
.isPC .entry__body a:not(.wp-block-button__link, .wp-block-file__button):hover {
  text-decoration: underline;
}
.entry__body .wp-block-button {
  max-width: none;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.entry__body .wp-block-button a {
  padding: 10px 75px 10px 50px;
  z-index: 1;
}
@media screen and (max-width: 1536px) {
  .entry__body .wp-block-button a {
    padding: 8px 60px 8px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .entry__body .wp-block-button a {
    min-height: 60px;
    padding: 8px 45px 8px 35px;
  }
}
.entry__body .wp-block-button::after {
  z-index: 0;
}
.entry__body .wp-block-button.is-style-small a {
  border: none;
  padding: 0;
}
.entry__body .wp-block-file {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.entry__body .wp-block-file a {
  font-size: clamp(1.3rem, 1.217rem + 0.32vw, 1.6rem);
  text-decoration: none !important;
}
.entry__body .wp-block-file a:not(.wp-block-file__button) {
  padding: 0;
}
.entry__body .wp-block-file a.wp-block-file__button {
  display: flex;
  align-items: center;
  max-width: none;
  width: auto;
  min-height: 80px;
  padding: 10px 75px 10px 50px;
  border: 2px solid #d9d3d1;
  font-weight: 700;
  position: relative;
  z-index: 1;
  opacity: 1;
  color: #3b322c !important;
  transition: none;
}
@media screen and (max-width: 1536px) {
  .entry__body .wp-block-file a.wp-block-file__button {
    padding: 8px 60px 8px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .entry__body .wp-block-file a.wp-block-file__button {
    min-height: 60px;
    padding: 8px 45px 8px 35px;
  }
}
.entry__body .wp-block-file a.wp-block-file__button::after {
  content: "→";
  position: absolute;
  right: 30px;
}
@media screen and (max-width: 1536px) {
  .entry__body .wp-block-file a.wp-block-file__button::after {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .entry__body .wp-block-file a.wp-block-file__button::after {
    right: 12px;
  }
}
.entry__body .wp-block-file a.wp-block-file__button {
  box-shadow: 7px 7px #8a8a8a;
}
.isPC .entry__body .wp-block-file a.wp-block-file__button:hover {
  transform: translate(2px, 2px);
  box-shadow: 5px 5px rgba(138, 138, 138, 0.7);
}
.entry__body .wp-block-file * + .wp-block-file__button {
  margin-left: 0;
}
.entry__body {
  /* prettier-ignore */
}
.entry__body ol,
.entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations, .wp-block-social-links) {
  list-style: none;
}
.entry__body ol li,
.entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations, .wp-block-social-links) li {
  padding-left: 1.25rem;
  position: relative;
}
.entry__body ol li::before,
.entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations, .wp-block-social-links) li::before {
  position: absolute;
  left: 0;
}
.entry__body ol li:first-of-type,
.entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations, .wp-block-social-links) li:first-of-type {
  margin-top: 0;
}
.entry__body ol,
.entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations, .wp-block-social-links) {
  /* prettier-ignore */
}
.entry__body ol ol,
.entry__body ol ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations, .wp-block-social-links),
.entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations, .wp-block-social-links) ol,
.entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations, .wp-block-social-links) ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations, .wp-block-social-links) {
  margin-left: 0;
}
.entry__body {
  /* prettier-ignore */
}
.entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations, .wp-block-social-links) > li {
  list-style: none;
  padding-left: 1.375em;
}
.entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations, .wp-block-social-links) > li::before {
  content: "";
  display: block;
  width: 0.75em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 0.45em;
  border: 2px solid #9e3028;
  background-color: #fff;
}
.entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations, .wp-block-social-links) > li {
  /* prettier-ignore */
}
.entry__body ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations, .wp-block-social-links) > li ul:not(.blocks-gallery-grid, .block-editor-block-variation-picker__variations, .wp-block-social-links) > li::before {
  background-color: #9e3028;
}
.entry__body ol {
  counter-reset: ol_li;
}
.entry__body ol > li::before {
  counter-increment: ol_li;
  content: counter(ol_li) "";
  font-weight: 700;
  top: 0;
}
.entry__body ol > li ol li::before {
  color: #f5f1ed;
}
.entry__body table {
  table-layout: auto !important;
  width: auto !important;
  border-top: 1px solid #d9d3d1;
  border-bottom: 1px solid #d9d3d1;
  border-left: 1px solid #d9d3d1;
}
.entry__body table.has-fixed-layout {
  table-layout: fixed !important;
  width: 100% !important;
}
.entry__body table th,
.entry__body table td {
  padding: calc(14px - var(--lh-adj--16)) 20px;
  border: none;
  border-right: 1px solid #d9d3d1;
  border-bottom: 1px solid #d9d3d1;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  .entry__body table th,
  .entry__body table td {
    padding: calc(10px - var(--lh-adj--16)) calc(15px - var(--lh-adj--16));
    line-height: 1.5;
  }
}
.entry__body table th {
  font-weight: 700;
  text-align: left;
  background-color: #f5f1ed;
}
.entry__body table th.has-text-align-center {
  text-align: center;
}
.entry__body table th.has-text-align-right {
  text-align: right;
}
.entry__body table tr > th:first-of-type {
  border-left: none !important;
}
.entry__body .wp-block-table thead {
  border-bottom: none;
}
.entry__body .wp-block-table tfoot {
  border-top: 1px solid #d9d3d1;
}
.entry__body .wp-block-table .wp-element-caption {
  margin-top: 0.55em;
}
.entry__body .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.entry__body .wp-block-table.is-style-stripes th,
.entry__body .wp-block-table.is-style-stripes td {
  border-color: #d9d3d1;
}
.entry__body .wp-block-table.is-style-stripes th {
  font-weight: 700;
}
.entry__body .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #fff !important;
}
.entry__body .wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: #f5f1ed !important;
}
.entry__body .wp-block-table.alignleft th,
.entry__body .wp-block-table.alignleft td {
  text-align: left;
}
.entry__body .wp-block-table.aligncenter th,
.entry__body .wp-block-table.aligncenter td {
  text-align: center;
}
.entry__body .wp-block-table.alignright th,
.entry__body .wp-block-table.alignright td {
  text-align: right;
}
.entry__body .wp-block-separator {
  width: 100%;
  height: 1px;
  margin-block: 2.5em;
  border: none;
  background-color: #d9d3d1;
}
.entry__body .wp-block-separator.is-style-wide {
  height: 2px;
}
.entry__body .wp-block-separator.is-style-dots {
  border-top: 2px dotted #d9d3d1;
  background-color: transparent;
}
.entry__body .wp-block-separator.is-style-dots::before {
  content: none;
}
.entry__body .wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.entry__body .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry__body .is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.entry__body .wp-block-gallery {
  gap: 18px !important;
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery {
    gap: 40px !important;
  }
}
.entry__body .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  width: calc((100% - 18px) / 2) !important;
}
.entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
  width: calc((100% - 18px) / 2) !important;
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 80px) / 3) !important;
  }
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 120px) / 4) !important;
  }
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 160px) / 5);
  }
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 200px) / 6) !important;
  }
}
.entry__body .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
  width: calc((100% - 120px) / 7) !important;
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 240px) / 7) !important;
  }
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 280px) / 8) !important;
  }
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 80px) / 3) !important;
  }
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 40px) / 2) !important;
  }
}
.entry__body figcaption {
  margin-top: 0.25em;
  margin-bottom: 0;
}
.entry__body .wp-block-image figcaption {
  margin-bottom: 0;
  margin-top: 0.25em;
  font-size: clamp(1.3rem, 1.217rem + 0.32vw, 1.6rem);
}
.entry__body .wp-block-image img {
  vertical-align: top !important;
}
.entry__body .map iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1 !important;
}
.entry__body .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.entry__body .wp-block-columns .wp-block-column .wp-block-group.bg, .entry__body .wp-block-columns .wp-block-column .wp-block-group.border {
  padding: 35px;
}
@media screen and (max-width: 1024px) {
  .entry__body .wp-block-columns .wp-block-column .wp-block-group.bg, .entry__body .wp-block-columns .wp-block-column .wp-block-group.border {
    padding: 20px;
  }
}
.entry__body .wp-block-buttons .wp-block-button__link {
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 40px 25px;
  margin: 0 auto;
  border-bottom: 1px solid #3b322c;
  font-size: clamp(1.3rem, 1.217rem + 0.32vw, 1.6rem);
  border-radius: 0;
  color: #3b322c;
  background-color: transparent;
}
.isPC .entry__body .wp-block-buttons .wp-block-button__link:hover {
  color: #9e3028;
}
.isPC .entry__body .wp-block-buttons .wp-block-button__link:hover::after {
  translate: 5px 0;
  background-color: #9e3028;
}
.entry__body .wp-block-buttons .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 20px;
  -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTQiPjxwYXRoIGQ9Ik04LjMsNy42SC41Yy0uMywwLS41LS4yLS41LS41cy4yLS41LjUtLjVoNy44Yy4zLDAsLjUuMi41LjVzLS4yLjUtLjUuNVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjxwYXRoIGQ9Ik05LDE0Yy0uMSwwLS4zLDAtLjQtLjEtLjItLjItLjItLjUsMC0uN2w2LjEtNi4xTDguNi45Yy0uMi0uMi0uMi0uNSwwLS43cy41LS4yLjcsMGw2LjUsNi41YzAsMCwuMS4yLjEuNHMwLC4zLS4xLjRsLTYuNSw2LjVjMCwwLS4yLjEtLjQuMVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjwvc3ZnPg==") no-repeat center center/contain;
          mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTQiPjxwYXRoIGQ9Ik04LjMsNy42SC41Yy0uMywwLS41LS4yLS41LS41cy4yLS41LjUtLjVoNy44Yy4zLDAsLjUuMi41LjVzLS4yLjUtLjUuNVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjxwYXRoIGQ9Ik05LDE0Yy0uMSwwLS4zLDAtLjQtLjEtLjItLjItLjItLjUsMC0uN2w2LjEtNi4xTDguNi45Yy0uMi0uMi0uMi0uNSwwLS43cy41LS4yLjcsMGw2LjUsNi41YzAsMCwuMS4yLjEuNHMwLC4zLS4xLjRsLTYuNSw2LjVjMCwwLS4yLjEtLjQuMVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjwvc3ZnPg==") no-repeat center center/contain;
  transition: all 0.3s ease;
  background-color: #9e3028;
}
.entry__body .wp-block-accordion-item.is-open .wp-block-accordion-panel {
  display: block;
  opacity: 1;
}
@starting-style {
  .entry__body .wp-block-accordion-item.is-open .wp-block-accordion-panel {
    opacity: 0;
  }
}
.isPC .entry__body .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}
.entry__body .wp-block-accordion-panel {
  padding: var(--acc-p-b) var(--acc-p-i);
  margin-top: 15px;
  background-color: #f5f1ed;
  opacity: 0;
  transition: opacity 0.15s, display 0.15s;
  transition-behavior: allow-discrete;
}
.entry__body .wp-block-accordion-panel p,
.entry__body .wp-block-accordion-panel ul,
.entry__body .wp-block-accordion-panel ol,
.entry__body .wp-block-accordion-panel table {
  font-size: clamp(1.3rem, 1.217rem + 0.32vw, 1.6rem);
}
.entry__body .wp-block-accordion-panel p:first-of-type,
.entry__body .wp-block-accordion-panel ul:first-of-type,
.entry__body .wp-block-accordion-panel ol:first-of-type,
.entry__body .wp-block-accordion-panel table:first-of-type {
  margin-top: 0;
}
.entry__body .wp-block-social-links {
  gap: 0.5em;
}
.entry__body .wp-block-social-links .wp-block-social-link.wp-social-link {
  line-height: 1;
}
.entry__body .page-nav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 33px 10px 28px;
  border-top: 1px solid #3b322c;
  border-bottom: 1px solid #3b322c;
  gap: 20px 40px;
}
@media screen and (max-width: 1024px) {
  .entry__body .page-nav ul {
    padding-block: 20px;
    row-gap: 16px;
  }
}
.entry__body .page-nav ul li {
  padding-left: 0;
}
.entry__body .page-nav ul li::before {
  content: none;
}
.entry__body .page-nav ul li,
.entry__body .page-nav ul li + li {
  margin-block: 0 !important;
}
@media screen and (max-width: 600px) {
  .entry__body .page-nav ul li,
  .entry__body .page-nav ul li + li {
    margin-block: 0 !important;
  }
}
.entry__body .page-nav ul li a,
.entry__body .page-nav ul li + li a {
  display: flex;
  gap: 5px;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  color: #3b322c;
}
.isPC .entry__body .page-nav ul li a:hover,
.isPC .entry__body .page-nav ul li + li a:hover {
  text-decoration: none;
  color: #9e3028;
}
.entry__body .page-nav ul li a::after,
.entry__body .page-nav ul li + li a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTQiPjxwYXRoIGQ9Ik04LjMsNy42SC41Yy0uMywwLS41LS4yLS41LS41cy4yLS41LjUtLjVoNy44Yy4zLDAsLjUuMi41LjVzLS4yLjUtLjUuNVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjxwYXRoIGQ9Ik05LDE0Yy0uMSwwLS4zLDAtLjQtLjEtLjItLjItLjItLjUsMC0uN2w2LjEtNi4xTDguNi45Yy0uMi0uMi0uMi0uNSwwLS43cy41LS4yLjcsMGw2LjUsNi41YzAsMCwuMS4yLjEuNHMwLC4zLS4xLjRsLTYuNSw2LjVjMCwwLS4yLjEtLjQuMVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjwvc3ZnPg==") no-repeat center center/contain;
          mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTQiPjxwYXRoIGQ9Ik04LjMsNy42SC41Yy0uMywwLS41LS4yLS41LS41cy4yLS41LjUtLjVoNy44Yy4zLDAsLjUuMi41LjVzLS4yLjUtLjUuNVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjxwYXRoIGQ9Ik05LDE0Yy0uMSwwLS4zLDAtLjQtLjEtLjItLjItLjItLjUsMC0uN2w2LjEtNi4xTDguNi45Yy0uMi0uMi0uMi0uNSwwLS43cy41LS4yLjcsMGw2LjUsNi41YzAsMCwuMS4yLjEuNHMwLC4zLS4xLjRsLTYuNSw2LjVjMCwwLS4yLjEtLjQuMVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjwvc3ZnPg==") no-repeat center center/contain;
  transition: all 0.3s ease;
  background-color: #9e3028;
  rotate: 90deg;
}
.entry__body .page-nav ul li a:hover::after,
.entry__body .page-nav ul li + li a:hover::after {
  translate: 0 5px;
}
.entry__body .intro {
  font-size: clamp(1.3rem, 1.217rem + 0.32vw, 1.6rem);
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.entry__body .bg {
  padding: 2em;
  background-color: #f5f1ed;
}
.entry__body .border-l {
  padding-left: 2.5em;
  border-left: 1px solid #d9d3d1;
}
@media screen and (max-width: 1024px) {
  .entry__body .border-l {
    padding-left: 1.5em;
  }
}
.entry__body .border {
  padding: 2em;
  border: 1px solid #9e3028;
}
.entry__body .th-left table tr td:first-of-type {
  font-weight: 700;
  white-space: nowrap; /* 折り返しなし */
  background-color: #f5f1ed;
}
.entry__body .th-left table tr td:not(:first-of-type) {
  white-space: normal; /* 折り返しOK */
}
.entry__body .sp-scroll .wp-block-table {
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .entry__body .sp-scroll .wp-block-table {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    max-width: none;
  }
}
.entry__body .sp-scroll .wp-block-table::-webkit-scrollbar {
  height: 10px;
}
@media screen and (max-width: 600px) {
  .entry__body .sp-scroll .wp-block-table::-webkit-scrollbar {
    height: 6px;
  }
}
.entry__body .sp-scroll .wp-block-table::-webkit-scrollbar-track {
  background-color: #f5f1ed;
}
.entry__body .sp-scroll .wp-block-table::-webkit-scrollbar-thumb {
  background: #9e3028;
}
.entry__body .sp-scroll table {
  width: auto !important;
}
@media screen and (max-width: 600px) {
  .entry__body .sp-scroll table {
    width: auto !important;
    max-width: 600px !important;
  }
}
.entry__body .cartjs_box {
  padding: max(30px, 5%) !important;
  max-width: 600px !important;
  background-color: #f5f1ed !important;
  margin-inline: auto !important;
}
.entry__body .cartjs_box .cartjs_product_img {
  text-align: center;
  max-width: 400px;
  width: 75% !important;
  margin: 0 auto !important;
}
.entry__body .cartjs_box .cartjs_cart_in {
  width: 100% !important;
  text-align: center;
  margin: 25px auto 0 !important;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.entry__body .cartjs_box .cartjs_product_table table {
  border-right: none;
  width: 100% !important;
  margin: 0 auto 15px !important;
}
.entry__body .cartjs_box .cartjs_product_table th,
.entry__body .cartjs_box .cartjs_product_table td {
  border-right: none;
  padding: 22px 25px 16px !important;
  width: 50%;
}
.entry__body .cartjs_box .cartjs_product_table th br,
.entry__body .cartjs_box .cartjs_product_table td br {
  display: none;
}
.entry__body .cartjs_box .cartjs_product_table .cartjs_sales_price th {
  font-weight: normal;
  padding-bottom: 16px;
}
.entry__body .cartjs_box .cartjs_product_table .cartjs_sales_price td {
  font-weight: bold;
  font-size: 18px;
}
.entry__body .cartjs_box .cartjs_product_table .cartjs_product_num th {
  font-weight: normal;
}
.entry__body .cartjs_box .cartjs_product_table .cartjs_product_num td input.cartjs_product_input_txt {
  width: 50px;
  padding: 4px 6px;
  outline: none;
  border: none;
  border: 1px solid #d9d3d1;
}
.entry__body .cartjs_box .cartjs_product_table + .cartjs_cart_in {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.entry__body .cartjs_box .cartjs_product_table + .cartjs_cart_in input {
  width: 50% !important;
  height: 60px !important;
  margin-bottom: 0 !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  background-color: #9e3028 !important;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .entry__body .cartjs_box .cartjs_product_table + .cartjs_cart_in input {
    width: 70% !important;
    height: 50px !important;
  }
}
.isPC .entry__body .cartjs_box .cartjs_product_table + .cartjs_cart_in input:hover {
  opacity: 0.75;
}
.entry__body .cartjs_box .soldout {
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 60px;
  padding: 10px;
  margin: 0 auto;
  border-radius: 6px;
  font-size: clamp(1.3rem, 1.217rem + 0.32vw, 1.6rem);
  font-weight: 700;
  text-align: center;
  color: #eeeeee;
  background: #999;
}
@media screen and (max-width: 600px) {
  .entry__body .cartjs_box .soldout {
    width: 70%;
    height: 50px;
  }
}

/* ブログコンテンツ */
.entry__body .customer_block .wp-block-columns {
  align-items: stretch;
}
.entry__body .customer_block .wp-block-columns .wp-block-group {
  height: 100%;
}
.entry__body .recipe_block:not(:has(~ .recipe_block)) {
  margin-bottom: 5em;
}
.entry__body .recipe_block:not(:has(~ .recipe_block)) hr {
  display: none;
}
.entry__body .faq-block {
  margin-top: -10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d3d1;
}
@media screen and (max-width: 480px) {
  .entry__body .faq-block {
    padding-bottom: 25px;
  }
}
.entry__body .faq-block .wp-block-accordion-heading__toggle {
  position: relative;
}
.entry__body .faq-block .wp-block-accordion-heading__toggle-title {
  font-family: "Noto Serif JP", serif;
  padding-left: calc(1em + 10px);
  position: relative;
  padding-right: 30px;
}
.entry__body .faq-block .wp-block-accordion-heading__toggle-title::before {
  content: "Q";
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.entry__body .faq-block .wp-block-accordion-heading__toggle-icon {
  position: absolute;
  right: 0;
  top: 10px;
}
.entry__body .faq-block .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}
.entry__body .faq-block .wp-block-accordion-panel {
  padding-left: 220px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .entry__body .faq-block .wp-block-accordion-panel {
    padding-left: 140px;
  }
}
@media screen and (max-width: 834px) {
  .entry__body .faq-block .wp-block-accordion-panel {
    padding-left: 125px;
  }
}
@media screen and (max-width: 600px) {
  .entry__body .faq-block .wp-block-accordion-panel {
    padding-left: 100px;
  }
}
@media screen and (max-width: 480px) {
  .entry__body .faq-block .wp-block-accordion-panel {
    padding-left: 55px;
  }
}
.entry__body .faq-block .wp-block-accordion-panel::before {
  content: "A";
  font-size: clamp(1.7rem, 1.617rem + 0.32vw, 2rem);
  font-family: "Noto Serif JP", serif;
  height: 100%;
  width: 20px;
  position: absolute;
  left: var(--acc-p-i);
  top: var(--acc-p-b);
}
@media screen and (max-width: 480px) {
  .entry__body .faq-block .wp-block-accordion-panel::before {
    left: 13px;
    top: 12px;
  }
}
.entry__body .faq-block .wp-block-accordion-panel::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 80px);
  background-color: #d9d3d1;
  position: absolute;
  left: 180px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .entry__body .faq-block .wp-block-accordion-panel::after {
    height: calc(100% - 50px);
    left: 100px;
  }
}
@media screen and (max-width: 600px) {
  .entry__body .faq-block .wp-block-accordion-panel::after {
    height: calc(100% - 30px);
    left: 80px;
  }
}
@media screen and (max-width: 480px) {
  .entry__body .faq-block .wp-block-accordion-panel::after {
    left: 44px;
  }
}

.p-topics-archive {
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .p-topics-archive {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 600px) {
  .p-topics-archive {
    padding-bottom: 70px;
  }
}
.p-topics-archive__hd {
  font-size: clamp(2.5rem, 2.307rem + 0.74vw, 3.2rem);
  font-size: clamp(2.4rem, 2.18rem + 0.85vw, 3.2rem);
  font-family: "Noto Serif JP", serif;
  color: #9e3028;
}

.p-topicsArticle .entry__body h1 {
  font-size: clamp(2.5rem, 2.307rem + 0.74vw, 3.2rem);
  font-size: clamp(2.4rem, 2.18rem + 0.85vw, 3.2rem);
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}




.p-pagination,
.p-pagination .navigation .nav-links{
	margin-top: 2em;
  display: flex;
  gap: 1em 2.1em;
}
 .p-pagination .page-numbers {
    font-size: clamp(1.3rem, 1.217rem 12.17px + 0.32vw, 1.6rem);
}
.p-pagination span.page-numbers{
    color: #3b322c;
    font-weight: 700;
}
.p-pagination a.page-numbers{
    color: #9e3028;
}
.isPC .p-pagination a.page-numbers:hover {
  text-decoration: underline;
}
.p-pagination a.page-numbers.prev,
.p-pagination a.page-numbers.next {
  color: #3b322c;
 transition: all 0.3s linear;
}
.isPC .p-pagination a.page-numbers.prev:hover,
.isPC .p-pagination a.page-numbers.next:hover{
 color: #9e3028;
}
.p-pagination .page-numbers.prev::before,
.p-pagination .page-numbers.next::after{
      content: "";
      display: inline-block;
      width: 16px;
      height: 14px;
      mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTQiPjxwYXRoIGQ9Ik04LjMsNy42SC41Yy0uMywwLS41LS4yLS41LS41cy4yLS41LjUtLjVoNy44Yy4zLDAsLjUuMi41LjVzLS4yLjUtLjUuNVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjxwYXRoIGQ9Ik05LDE0Yy0uMSwwLS4zLDAtLjQtLjEtLjItLjItLjItLjUsMC0uN2w2LjEtNi4xTDguNi45Yy0uMi0uMi0uMi0uNSwwLS43cy41LS4yLjcsMGw2LjUsNi41YzAsMCwuMS4yLjEuNHMwLC4zLS4xLjRsLTYuNSw2LjVjMCwwLS4yLjEtLjQuMVoiIHN0eWxlPSJmaWxsOiAjOWUzMDI4OyIvPjwvc3ZnPg==")
        no-repeat center center/contain;
      transition: all 0.3s ease;
      background-color: #9e3028;
}
.p-pagination a.page-numbers.prev::before{
       margin-right: 0.5em;
        transform: scale(-1, 1);
 }
.isPC .p-pagination a.page-numbers.prev::before{
  translate: -5px 0;
 }
.p-pagination a.page-numbers.next::after{
     margin-left: 0.5em;
     translate: 5px 0;
}
.isPC .p-pagination a.page-numbers.next::after{
        translate: 5px 0;
}





.u-flex-row {
  display: flex;
  flex-direction: row;
}
.u-flex-row.-jc-spacebetween {
  justify-content: space-between;
}
.u-flex-row.-wrap {
  flex-wrap: wrap;
}

.u-text-center {
  text-align: center !important;
}

.u-border-none-top {
  border-top: none !important;
}
.u-border-none-bottom {
  border-bottom: none !important;
}