@charset "UTF-8";
/**
Theme Name: オリジナルテーマ
Vertion: 1.0
Author: nanoha
Description: オリジナルテーマ
*/
.fw-bold {
  font-weight: 700;
}

.fw-midium {
  font-weight: 500;
}

.fs-xlarge {
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
}

.fs-large {
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
}

.fs-midium {
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
}

.fs-normal {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}

.fs-small {
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
}

.pr-2 {
  padding-right: 2px;
}

:root {
  --8px: calc(8 / 16 * 1rem);
  --9px: calc(9 / 16 * 1rem);
  --10px: calc(10 / 16 * 1rem);
  --11px: calc(11 / 16 * 1rem);
  --12px: calc(12 / 16 * 1rem);
  --13px: calc(13 / 16 * 1rem);
  --14px: calc(14 / 16 * 1rem);
  --15px: calc(15 / 16 * 1rem);
  --16px: calc(16 / 16 * 1rem);
  --17px: calc(17 / 16 * 1rem);
  --18px: calc(18 / 16 * 1rem);
  --19px: calc(19 / 16 * 1rem);
  --20px: calc(20 / 16 * 1rem);
  --21px: calc(21 / 16 * 1rem);
  --22px: calc(22 / 16 * 1rem);
  --23px: calc(23 / 16 * 1rem);
  --24px: calc(24 / 16 * 1rem);
  --25px: calc(25 / 16 * 1rem);
  --26px: calc(26 / 16 * 1rem);
  --27px: calc(27 / 16 * 1rem);
  --28px: calc(28 / 16 * 1rem);
  --29px: calc(29 / 16 * 1rem);
  --30px: calc(30 / 16 * 1rem);
  --31px: calc(31 / 16 * 1rem);
  --32px: calc(32 / 16 * 1rem);
  --33px: calc(33 / 16 * 1rem);
  --34px: calc(34 / 16 * 1rem);
  --35px: calc(35 / 16 * 1rem);
  --36px: calc(36 / 16 * 1rem);
  --37px: calc(37 / 16 * 1rem);
  --38px: calc(38 / 16 * 1rem);
  --39px: calc(39 / 16 * 1rem);
  --40px: calc(40 / 16 * 1rem);
  --41px: calc(41 / 16 * 1rem);
  --42px: calc(42 / 16 * 1rem);
  --43px: calc(43 / 16 * 1rem);
  --44px: calc(44 / 16 * 1rem);
  --45px: calc(45 / 16 * 1rem);
  --46px: calc(46 / 16 * 1rem);
  --47px: calc(47 / 16 * 1rem);
  --48px: calc(48 / 16 * 1rem);
  --49px: calc(49 / 16 * 1rem);
  --50px: calc(50 / 16 * 1rem);
  --51px: calc(51 / 16 * 1rem);
  --52px: calc(52 / 16 * 1rem);
  --53px: calc(53 / 16 * 1rem);
  --54px: calc(54 / 16 * 1rem);
  --55px: calc(55 / 16 * 1rem);
  --56px: calc(56 / 16 * 1rem);
  --57px: calc(57 / 16 * 1rem);
  --58px: calc(58 / 16 * 1rem);
  --59px: calc(59 / 16 * 1rem);
  --60px: calc(60 / 16 * 1rem);
  --61px: calc(61 / 16 * 1rem);
  --62px: calc(62 / 16 * 1rem);
  --63px: calc(63 / 16 * 1rem);
  --64px: calc(64 / 16 * 1rem);
  --gnav-mobile-width: 1150;
  --size-8: calc(8 * 1px);
  --size-16: calc(16 * 1px);
  --size-24: calc(24 * 1px);
  --size-32: calc(32 * 1px);
  --size-40: calc(40 * 1px);
  --size-48: calc(48 * 1px);
  --size-56: calc(56 * 1px);
  --size-64: calc(64 * 1px);
  --size-72: calc(72 * 1px);
  --size-80: calc(80 * 1px);
  --size-100: calc(100 * 1px);
}
@media screen and (max-width: 1024px) {
  :root {
    --size-8: calc(8 * 0.9px);
    --size-16: calc(16 * 0.9px);
    --size-24: calc(24 * 0.9px);
    --size-32: calc(32 * 0.9px);
    --size-40: calc(40 * 0.9px);
    --size-48: calc(48 * 0.9px);
    --size-56: calc(56 * 0.9px);
    --size-64: calc(64 * 0.9px);
    --size-72: calc(72 * 0.9px);
    --size-80: calc(80 * 0.9px);
    --size-100: calc(100 * 0.9px);
  }
}
@media screen and (max-width: 768px) {
  :root {
    --size-8: calc(8 * 0.8px);
    --size-16: calc(16 * 0.8px);
    --size-24: calc(24 * 0.8px);
    --size-32: calc(32 * 0.8px);
    --size-40: calc(40 * 0.8px);
    --size-48: calc(48 * 0.8px);
    --size-56: calc(56 * 0.8px);
    --size-64: calc(64 * 0.8px);
    --size-72: calc(72 * 0.8px);
    --size-80: calc(80 * 0.8px);
    --size-100: calc(100 * 0.8px);
  }
}
@media screen and (max-width: 576px) {
  :root {
    --size-8: calc(8 * 0.75px);
    --size-16: calc(16 * 0.75px);
    --size-24: calc(24 * 0.75px);
    --size-32: calc(32 * 0.75px);
    --size-40: calc(40 * 0.75px);
    --size-48: calc(48 * 0.75px);
    --size-56: calc(56 * 0.75px);
    --size-64: calc(64 * 0.75px);
    --size-72: calc(72 * 0.75px);
    --size-80: calc(80 * 0.75px);
    --size-100: calc(100 * 0.75px);
  }
}
@media screen and (max-width: 576px) {
  :root {
    --size-8: calc(8 * 0.7px);
    --size-16: calc(16 * 0.7px);
    --size-24: calc(24 * 0.7px);
    --size-32: calc(32 * 0.7px);
    --size-40: calc(40 * 0.7px);
    --size-48: calc(48 * 0.7px);
    --size-56: calc(56 * 0.7px);
    --size-64: calc(64 * 0.7px);
    --size-72: calc(72 * 0.7px);
    --size-80: calc(80 * 0.7px);
    --size-100: calc(100 * 0.7px);
  }
}

* {
  min-height: 0vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  scroll-padding-top: 70px;
}
@media screen and (max-width: 1150px) {
  html {
    scroll-padding-top: 55px;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #222;
  background-color: #fff;
  height: 100%;
  opacity: 0;
}

a {
  text-decoration: none;
  color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd {
  color: #222;
  line-height: 1.65;
  letter-spacing: 0.08em;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: normal;
}

p,
li,
dt,
dd {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: normal;
}

ul,
ol {
  list-style-position: inside;
}

img {
  vertical-align: bottom;
}

.no-scroll {
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  z-index: 1000;
}
@media screen and (max-width: 1150px) {
  .l-header {
    height: 55px;
  }
}

.l-header-inner {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1%;
  padding-right: 1%;
}

.l-gnav {
  margin: 0;
}

.l-main {
  width: 100%;
  min-height: var(--full-contents-height);
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--header-height);
  overflow: hidden;
  z-index: 10;
}

.l-section {
  margin-top: 0;
  padding-top: var(--size-56);
  padding-bottom: var(--size-24);
}
.l-section._pt0 {
  padding-top: 0;
}
.l-section._pb0 {
  padding-bottom: 0;
}

.l-inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.l-inner._pl0 {
  padding-left: 0;
}
.l-inner._pr0 {
  padding-right: 0;
}
.l-inner._min {
  max-width: 1160px;
}
@media screen and (max-width: 1305.6px) {
  .l-inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .l-inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.l-news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: var(--size-48) var(--size-32) var(--size-100);
}
.l-news-wrapper > *:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.l-news-wrapper > *:last-child {
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 850px) {
  .l-news-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    padding: var(--size-48) var(--size-24) var(--size-100);
  }
  .l-news-wrapper > *:first-child {
    width: 100%;
  }
  .l-news-wrapper > *:last-child {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
  }
}

.l-footer {
  width: 100%;
}

.l-fix-back {
  position: fixed;
  bottom: 8px;
  right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
@media (any-hover: hover) {
  .l-fix-back:hover {
    opacity: 0.85;
    cursor: pointer;
  }
}

.l-fix-cta {
  position: fixed;
  top: 15%;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
  display: none;
}

.bl-page-title {
  width: 100%;
  height: 230px;
  background: url("./img/common/page-title-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bl-page-title ._title-box {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: auto;
  margin-right: auto;
}
.bl-page-title ._title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  font-size: var(--26px);
  font-size: clamp(1.25rem, 0.6721879815rem + 2.4653312789vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .bl-page-title {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .bl-page-title {
    height: 160px;
  }
}
@media screen and (max-width: 576px) {
  .bl-page-title {
    height: 140px;
  }
}
@media screen and (max-width: 414px) {
  .bl-page-title {
    height: 120px;
  }
}

.bl-sect-heading {
  padding-top: var(--size-16);
  border-bottom: 1px solid #91712a;
}
.bl-sect-heading ._heading {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--size-56) * 1.5);
  padding-bottom: 8px;
  color: #941531;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-size: clamp(1.1875rem, 0.9347072419rem + 1.0785824345vw, 1.625rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
}
.bl-sect-heading ._heading::before {
  content: "";
  position: absolute;
  top: calc(var(--size-16) * -1);
  left: 0;
  width: var(--size-56);
  height: calc(1.196969697 * var(--size-56));
  display: inline-block;
  background-image: url("./img/common/deco-heading.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

.bl-table {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bl-table dt,
.bl-table dd {
  padding: 12px 2%;
}
.bl-table dt {
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 700;
}
.bl-table dd,
.bl-table li,
.bl-table p {
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 600;
}
.bl-table dt {
  width: 30%;
  max-width: 185px;
  color: #fff;
  background-color: #941531;
  border-top: 1px solid #560209;
  background-repeat: repeat;
  background-size: auto;
}
.bl-table._dt-center dt {
  text-align: center;
}
.bl-table._dt-right dt {
  text-align: right;
}
.bl-table dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 70%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #941531;
  border-right: 1px solid #941531;
  background-color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.bl-table dd p {
  padding-top: 0.75em;
}
.bl-table dd p:first-of-type {
  padding-top: 0;
}
.bl-table dt:last-of-type {
  border-bottom: 1px solid #560209;
}
.bl-table dd:last-of-type {
  border-bottom: 1px solid #941531;
}
@media screen and (max-width: 800px) {
  .bl-table .bl-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl-table dt {
    width: 100%;
    max-width: none;
    padding: 4px 2%;
    border-top: none;
    text-align: left;
  }
  .bl-table._dt-center dt {
    text-align: left;
  }
  .bl-table._dt-right dt {
    text-align: left;
  }
  .bl-table dd {
    width: 100%;
    padding: 18px 2%;
    border-top: none;
    border-right: none;
  }
  .bl-table dt:last-of-type,
  .bl-table dd:last-of-type {
    border-bottom: none;
  }
}

.bl-access {
  background-image: url("./img/common/bg-light.jpg");
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 0;
  text-align: center;
}
.bl-access .access__icon {
  width: 20px;
  margin-left: auto;
  margin-right: auto;
}
.bl-access .access__icon img {
  width: 100%;
  height: auto;
}
.bl-access .access__heading {
  color: #965e00;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-size: clamp(1rem, 0.7110939908rem + 1.2326656394vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.bl-access ._inner {
  padding-left: 2%;
  padding-right: 2%;
}
.bl-access .map {
  margin-top: var(--size-24);
}
.bl-access .map iframe {
  width: 100%;
  height: 550px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .bl-access ._inner {
    padding-left: 0;
    padding-right: 0;
  }
  .bl-access .map iframe {
    height: 400px;
  }
}
@media screen and (max-width: 414px) {
  .bl-access .map iframe {
    height: 350px;
  }
}

.page-top {
  width: 68px;
  height: 155px;
  display: block;
  background-image: url("./img/common/pagetop.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 576px) {
  .page-top {
    width: 58px;
    height: 132px;
  }
}

.fix-cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #a90016;
}
.fix-cta-box p {
  padding-top: 3em;
  padding-bottom: 1em;
  padding-left: 6px;
  padding-right: 6px;
  color: #fff;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
}
.fix-cta-box p::before {
  content: "";
  position: absolute;
  top: 1.25em;
  left: 58%;
  display: block;
  width: 22px;
  height: 22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("./img/common/i-cart.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.fix-cta-box._contact {
  margin-top: 24px;
  background-color: #85540f;
}
.fix-cta-box._contact p::before {
  left: 50%;
  width: 22px;
  height: 22px;
  background-image: none;
  -webkit-mask-image: url("./img/common/i-mail.svg");
          mask-image: url("./img/common/i-mail.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #deac4c;
}
@media (any-hover: hover) {
  .fix-cta-box:hover {
    background-color: #941531;
    cursor: pointer;
  }
  .fix-cta-box:hover._contact {
    background-color: #91712a;
  }
}

/*-------------------------------
// Header
---------------------------------*/
header {
  background: url("./img/common/bg-header.jpg");
  background-size: auto;
}
header .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
header .header__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .company__logo {
  width: 270px;
  height: var(--header-height);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
header .company__logo img {
  display: inline-block;
  width: 100%;
  height: auto;
}
header .header__right {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 4px;
}
header .cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--header-height);
  gap: var(--size-24);
}
header .cta__box {
  height: 100%;
}
header .header__btn {
  min-width: 160px;
  height: 100%;
  padding: 6px 0.5em 6px 28px;
  border: none;
  background-color: #570c15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header .header__btn._mail {
  background-color: #85540f;
}
header .header__btn._shop {
  background-color: #7e0112;
}
header .header__btn::before {
  display: none;
  content: ">";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.75em;
  font-weight: 300;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  header .header__btn._mail:hover {
    background-color: #91712a;
  }
  header .header__btn._mail:hover::before {
    right: 0.6em;
  }
  header .header__btn._tel:hover {
    background-color: #941531;
  }
}
header .header__btn::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: var(--24px);
  height: var(--24px);
  background-color: #fff;
  -webkit-mask-image: url("./img/common/i-tel.svg");
          mask-image: url("./img/common/i-tel.svg");
  -webkit-mask-size: 85%;
          mask-size: 85%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
header .header__btn._mail::after {
  -webkit-mask-image: url("./img/common/i-mail.svg");
          mask-image: url("./img/common/i-mail.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
header .header__btn._shop::after {
  -webkit-mask-image: url("./img/common/i-cart.png");
          mask-image: url("./img/common/i-cart.png");
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
header .header__btn ._txt {
  display: block;
  color: #fff;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-size: clamp(1rem, 0.625rem + 0.78125vw, 1.125rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
header .header__btn._mail ._txt {
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-size: clamp(0.9375rem, 0.75rem + 0.390625vw, 1rem);
  letter-spacing: 0.04em;
}
header .ham-cta {
  display: none;
}
header .gnav.mobile .ham-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 36px;
  padding-bottom: 32px;
}
header .hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 3px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1150px) {
  header .company__logo {
    width: 170px;
  }
  header .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: initial;
    right: 1%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: var(--size-8);
  }
  header .cta__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--header-height);
    gap: 10px;
  }
  header .cta__box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header__btn._tel {
    display: block;
  }
  header .header__btn {
    width: calc(var(--header-height) * 0.6);
    min-width: initial;
    height: calc(var(--header-height) * 0.6);
    padding: 0 0 0 0;
    border: none;
    border-radius: 4px;
    position: relative;
  }
  header .header__btn::before {
    display: none;
  }
  header .header__btn::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    margin-bottom: 0;
  }
  header .header__btn::after {
    -webkit-mask-size: 70%;
            mask-size: 70%;
  }
  header .header__btn._mail::after {
    -webkit-mask-size: 83%;
            mask-size: 83%;
  }
  header .header__btn ._txt {
    display: none;
  }
  header .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*----------------------
// Footer
----------------------*/
.footer {
  width: 100%;
  overflow: hidden;
}
.footer .footer__wrapper {
  width: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .company {
  width: 100%;
  padding-top: var(--size-40);
  padding-bottom: var(--size-32);
}
.footer .company .company__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .company .company__wrapper > * {
  padding-left: 12px;
  padding-right: 12px;
}
.footer .company .cta {
  width: 50%;
}
.footer .company .company__logo {
  width: 90%;
  max-width: 300px;
}
.footer .company .company__logo img {
  width: 100%;
  height: auto;
}
.footer .company .cta__btns {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .company .cta__box {
  width: 48%;
}
.footer .company .cta__lead {
  padding-bottom: 2px;
  padding-left: 2px;
  color: #91712a;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.footer .company .cta__btn {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem) !important;
  padding: 6px 1em !important;
  line-height: 2 !important;
  font-weight: 700 !important;
}
.footer .company .info {
  width: 50%;
}
.footer .company .info__tbl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.footer .company .info__tbl dt {
  width: 5.5em;
  white-space: nowrap;
  float: left;
}
.footer .company .info__tbl dd {
  margin-left: 5.5em;
  padding-left: 1.5em;
  border-left: 1px solid #91712a;
  white-space: nowrap;
}
.footer .company .info__tbl dt,
.footer .company .info__tbl dd {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 700;
}
.footer .footer__credit {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 20px;
  background-color: #111;
  text-align: center;
}
.footer .footer__credit .copyright {
  color: #fff;
  font-size: var(--13px);
  font-size: clamp(0.6875rem, 0.4542910448rem + 0.9950248756vw, 0.8125rem);
  letter-spacing: 0.1em;
  line-height: 1;
}
.footer .footer__credit .created {
  margin-top: 8px;
  color: #fff;
  font-size: var(--11px);
  font-size: clamp(0.625rem, 0.3917910448rem + 0.9950248756vw, 0.75rem);
  line-height: 1;
}
@media screen and (max-width: 1150px) {
  .footer .company .company__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .company .company__wrapper > * {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .company .cta {
    width: 100%;
    max-width: 550px;
  }
  .footer .company .info {
    width: 100%;
    margin-top: var(--size-48);
  }
  .footer .company .info__tbl dt,
  .footer .company .info__tbl dd {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  .footer .company .company__logo {
    max-width: 250px;
  }
}
@media screen and (max-width: 576px) {
  .footer .company .company__logo {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .company .cta__btns {
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .footer .company .cta__box {
    width: 100%;
    max-width: 250px;
  }
  .footer .company .info__tbl dt,
  .footer .company .info__tbl dd {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-top .footer .footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body:has(.gnav.mobile.is-open) {
  overflow: hidden;
}

.gnav {
  z-index: 100;
}

._hidden {
  display: none;
}

.gnav.pc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 70%;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.gnav.pc .gnav-list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  list-style: none;
}
.gnav.pc .gnav-list > li {
  height: 100%;
}
.gnav.pc .gnav-list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  white-space: nowrap;
  padding-left: var(--size-24);
  padding-right: var(--size-24);
  padding-bottom: 10px;
  color: #fff;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.6875rem + 0.390625vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
}
.gnav.pc .gnav-list > li:hover {
  cursor: pointer;
  position: relative;
}
.gnav.pc .gnav-list > li:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #86002a;
  clip-path: polygon(0 45%, 50% 0, 100% 45%, 100% 100%, 0 100%);
  z-index: -1;
}
.gnav.pc .gnav-list > li:hover > a {
  color: #dbac5c;
}
.gnav.pc .gnav__bottom,
.gnav.pc .gnav__hamb-cta {
  display: none;
}
.gnav.pc li.menu-item-has-children {
  position: relative;
}
.gnav.pc li.menu-item-has-children .sub-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  list-style: none;
  visibility: hidden;
}
.gnav.pc li.menu-item-has-children .sub-menu li {
  border-left: 1px solid #debc84;
  border-right: 1px solid #debc84;
  border-bottom: 1px solid #debc84;
}
.gnav.pc li.menu-item-has-children .sub-menu li a {
  display: inline-block;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  color: #50000b;
  text-align: center;
  font-size: 0.85em;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.gnav.pc li.menu-item-has-children .sub-menu li:hover a {
  background-color: #ffeece;
}
.gnav.pc li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
}
.gnav.pc li.current_page_item > a {
  position: relative;
  color: #dbac5c;
}
.gnav.pc li.current_page_item > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #86002a;
  clip-path: polygon(0 45%, 50% 0, 100% 45%, 100% 100%, 0 100%);
  z-index: -1;
}
.gnav.pc li.current-menu-parent > a {
  position: relative;
  color: #dbac5c;
}
.gnav.pc li.current-menu-parent > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #86002a;
  clip-path: polygon(0 45%, 50% 0, 100% 45%, 100% 100%, 0 100%);
  z-index: -1;
}
.gnav.pc li.current-menu-parent li.current_page_item > a {
  background-color: #ffeece;
}
@media screen and (max-width: 1150px) {
  .gnav.pc {
    display: none;
  }
}

.gnav.mobile {
  position: fixed;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(var(--vh) * 100 - var(--header-height));
  background-color: #fcfbf5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gnav.mobile.is-open {
  visibility: visible;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.gnav.mobile > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gnav.mobile .gnav-list {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: var(--15px);
  list-style: none;
  border-top: 1px solid #debc84;
}
.gnav.mobile .gnav-list li {
  width: 100%;
}
.gnav.mobile .gnav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.5em;
  border-bottom: 1px solid #91712a;
  color: #50000b;
  font-weight: 600;
}
.gnav.mobile .gnav-list > li:hover {
  cursor: pointer;
}
.gnav.mobile .gnav-list > li:hover > a {
  background-color: #ffeece;
}
.gnav.mobile .gnav-list ul.sub-menu li {
  background-color: #fff;
}
.gnav.mobile .gnav-list ul.sub-menu li a::before {
  display: none;
}
.gnav.mobile li.menu-item-has-children {
  position: relative;
}
.gnav.mobile li.menu-item-has-children:hover {
  cursor: pointer;
}
.gnav.mobile li.menu-item-has-children > a {
  pointer-events: none;
}
.gnav.mobile li.menu-item-has-children > a::after {
  content: "＋";
  padding-left: 1em;
  line-height: 1;
  font-weight: 400;
  font-size: 13px;
}
.gnav.mobile li.menu-item-has-children.is-submenu-open > a::after {
  content: "ー";
}
.gnav.mobile ul.sub-menu {
  width: 100%;
  pointer-events: all;
  list-style: none;
  display: none;
}
.gnav.mobile li.menu-item-has-children.is-submenu-open ul.sub-menu {
  display: block;
}
.gnav.mobile ul.sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #fff;
}
.gnav.mobile ul.sub-menu li a {
  width: 100%;
  font-size: 0.9em;
}
.gnav.mobile ul.sub-menu li:hover {
  cursor: pointer;
  background-color: #ffeece;
}
.gnav.mobile .gnav__bottom {
  display: block;
  width: 100%;
  margin-top: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #111;
}
.gnav.mobile .gnav__bottom .gnav__name {
  font-size: var(--12px);
  color: #fff;
  text-align: center;
}
.gnav.mobile .gnav__bottom .gnav__created {
  color: #fff;
  font-size: var(--10px);
  text-align: center;
  opacity: 1;
}

.newslist {
  padding-bottom: 0;
}
.newslist .newslist__bg {
  position: relative;
}
.newslist .newslist__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./img/common/bg-cream.jpg");
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.4;
  z-index: -1;
}
.newslist .newslist__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: var(--size-24);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newslist .newslist__article {
  width: 33%;
  padding: var(--size-8);
}
.newslist .newslist__img {
  width: 100%;
  min-height: 100px;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.newslist .newslist__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newslist .newslist__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.newslist .newslist__tag {
  width: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #941531;
  border-radius: 99px;
  margin-top: 0.2em;
  color: #fff;
  font-size: var(--12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.newslist .newslist__date {
  margin-top: 4px;
}
.newslist .newslist__date time {
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  line-height: 1.9;
  letter-spacing: 0.04em;
}
.newslist .newslist__title {
  margin-top: 4px;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.05;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.newslist .newslist__link:hover {
  -webkit-filter: grayscale(30%);
          filter: grayscale(30%);
}
.newslist .newslist__link:hover .newslist__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.newslist .newslist__link:hover .newslist__date,
.newslist .newslist__link:hover .newslist__title {
  color: #91712a;
}
.wp-pagenavi {
  margin: 56px auto;
  font-size: var(--15px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi {
    font-size: var(--14px);
  }
}
.wp-pagenavi a {
  color: #666;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last {
  border: none;
}
.wp-pagenavi .pages {
  width: 3em;
  margin-right: 1.5em;
  color: #666;
}
@media screen and (max-width: 576px) {
  .wp-pagenavi .pages {
    display: none;
  }
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 7px 0 0;
  width: 2.75em;
  height: 2.75em;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi span.current,
  .wp-pagenavi a.page {
    margin: 0 5px 0 0;
    width: 35px;
  }
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5em;
  margin: 0 7px 0 0;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi a.first,
  .wp-pagenavi a.last {
    margin: 0 5px 0 0;
  }
}
.wp-pagenavi span.current {
  font-weight: bold;
  border: none;
  color: #91712a;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.wp-pagenavi .wp-pagenavi a.page {
  background: none;
  color: #aaa;
}
.wp-pagenavi a.page:hover,
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover {
  color: #91712a;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
  color: #666;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

.side__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #222;
}
.side__wrapper > * {
  padding-bottom: var(--size-40);
}
.side__wrapper .wd-latest .wd-latest__title {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  color: #fff;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  background-color: #9b773c;
  text-align: left;
}
.side__wrapper .wd-latest .wd-latest__list {
  margin-top: 12px;
}
.side__wrapper .wd-latest .wd-latest__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #a7a49f;
}
.side__wrapper .wd-latest .wd-latest__list li:last-of-type {
  border-bottom: none;
}
.side__wrapper .wd-latest .wd-latest__list li a {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: inline-block;
  margin-top: 8px;
  color: #222;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  text-wrap: wrap;
  line-height: 1.4;
}
.side__wrapper .wd-latest .wd-latest__list li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #222;
  text-decoration-thickness: 1px;
}
.side__wrapper .wd-latest .wd-latest__list li time {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: inline-block;
  font-size: var(--12px);
  color: #a87b38;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .side__wrapper .wd-latest .wd-latest__list li:first-child {
    margin-top: 18px;
    padding-top: 0px;
  }
}
.side__wrapper .wd-cal {
  display: none;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  /*今日の日付*/
}
.side__wrapper .wd-cal .wp-block-calendar * {
  border: none;
  background-color: initial;
}
.side__wrapper .wd-cal .wp-calendar-table caption {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  padding-bottom: 10px;
  text-align: center;
  -webkit-text-decoration: solid;
          text-decoration: solid;
}
.side__wrapper .wd-cal .wp-calendar-table thead {
  border-top: 1px solid #555;
}
.side__wrapper .wd-cal .wp-calendar-table th,
.side__wrapper .wd-cal .wp-calendar-table td {
  text-align: center;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
}
.side__wrapper .wd-cal .wp-calendar-table tr th:last-child {
  color: red;
}
.side__wrapper .wd-cal a {
  color: #0053b1;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.side__wrapper .wd-cal a:hover {
  opacity: 0.8;
}
.side__wrapper .wd-cal .wp-calendar-table tbody td#today {
  background-color: #f5f9fa;
}
.side__wrapper .wd-cal .wp-calendar-nav {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.side__wrapper .wd-cal .wp-calendar-nav-prev a,
.side__wrapper .wd-cal .wp-calendar-nav-next a {
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  text-decoration: none;
}
.side__wrapper .wd-arch {
  margin-top: 20px;
}
.side__wrapper .wd-arch .wd-arch__title {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  color: #fff;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  background-color: #9b773c;
  text-align: left;
}
.side__wrapper .wd-arch .wd-arch__list {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}
.side__wrapper .wd-arch .wd-arch__list li {
  margin-top: 2px;
  padding-bottom: 0.25em;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  position: relative;
}
.side__wrapper .wd-arch .wd-arch__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  font-size: inherit;
  height: 0.8em;
  width: 0.692820323em;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #0053b1;
}
.side__wrapper .wd-arch .wd-arch__list li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: #222;
  text-decoration-thickness: 1px;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  .side__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 16px;
  }
  .side__wrapper > * {
    width: 45%;
    padding-bottom: var(--size-60);
  }
  .side__wrapper .wd-arch {
    margin-top: 0;
  }
  .side__wrapper .wd-arch .wd-arch__list {
    margin-top: 18px;
  }
}
@media screen and (max-width: 560px) {
  .side__wrapper > * {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .side__wrapper .wd-cal {
    margin-top: 32px;
  }
  .side__wrapper .wd-arch {
    margin-top: 32px;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 380px;
  padding: 0.5em 1.5em 0.6em;
  background-color: #941531;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (any-hover: hover) {
  .btn:not(._nochange):hover {
    cursor: pointer;
  }
}

.btn._round {
  border-radius: 99px;
}

.btn._news-all,
.btn._accent,
.btn._contact {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 2.5em;
  background-color: #91712a;
  color: #fff;
}
@media (any-hover: hover) {
  .btn._news-all:hover,
  .btn._accent:hover,
  .btn._contact:hover {
    background-color: #4f000a;
  }
}

.btn._contact {
  padding: 12px 3em 12px 3.5em;
  border: none;
  letter-spacing: 0.08em;
}

.btn._white {
  max-width: 230px;
  background-color: #fff;
  border: 2px solid #941531;
  color: #941531;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (any-hover: hover) {
  .btn._white:hover {
    background-color: #fff;
    color: #91712a;
    border: 2px solid #91712a;
  }
}

.btn._cart {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  padding-left: 80px;
  padding-right: 50px;
  background-color: transparent;
  color: #fff;
  position: relative;
  z-index: 11;
}
.btn._cart::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cea054;
  clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0% calc(100% - 18px), 0% 18px);
  border-radius: 22px;
  z-index: -1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn._cart::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: url("./img/common/i-cart.png"), #980014;
  background-position: 25px center, center;
  background-repeat: no-repeat;
  background-size: auto 25px, cover;
  clip-path: polygon(16.5px 0, calc(100% - 18px + 1.5px) 0, 100% 16.5px, 100% calc(100% - 18px + 1.5px), calc(100% - 18px + 1.5px) 100%, 16.5px 100%, 0% calc(100% - 18px + 1.5px), 0% 16.5px);
  border-radius: 20px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .btn._cart:hover::before {
    background-color: #f6cc59;
  }
  .btn._cart:hover::after {
    background-color: #ad0118;
  }
}

@media screen and (max-width: 576px) {
  .btn._cart {
    padding-left: 65px;
    padding-right: 30px;
  }
  .btn._cart::after {
    background-position: 23px center, center;
    background-size: auto 20px, cover;
  }
}
.btn._arrow {
  position: relative;
  padding-right: 2em;
}
.btn._arrow::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .btn._arrow:hover::after {
    right: 0.7em;
  }
}

.btn._icon {
  gap: 8px;
  max-width: 280px;
  padding: 16px 1.3em;
  font-size: var(--18px);
  font-size: clamp(1.0625rem, 0.8835877863rem + 0.7633587786vw, 1.25rem);
  letter-spacing: 0.1em;
  background-color: #570c15;
  border-radius: 6px;
}
.btn._icon::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background-color: #e1af4e;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-mask-image: url("./img/common/i-tel.svg");
          mask-image: url("./img/common/i-tel.svg");
}
@media (any-hover: hover) {
  .btn._icon:hover {
    background-color: #941531;
  }
}

.btn._icon._mail {
  padding: 18px 1.3em;
  color: #fff;
  background-color: #fff;
  font-size: var(--16px);
  font-size: clamp(1rem, 0.9403625954rem + 0.2544529262vw, 1.0625rem);
  letter-spacing: 0.06em;
  background-color: #85540f;
}
.btn._icon._mail::before {
  width: 1.5em;
  height: 1.5em;
  -webkit-mask-image: url("./img/common/i-mail.svg");
          mask-image: url("./img/common/i-mail.svg");
}
@media (any-hover: hover) {
  .btn._icon._mail:hover {
    background-color: #91712a;
  }
}

.btn._home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 380px;
  padding: 0.5em 1.5em 0.6em;
  background-color: #941531;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 240px;
  padding: 8px 0.75em;
  color: #fff;
  font-size: var(--16px);
  border: 3px solid #941531;
  background-color: #941531;
}
@media (any-hover: hover) {
  .btn._home:hover {
    color: #941531;
    background-color: #fff;
  }
}

.arrow-bottom {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
}

.hamburger__wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  background: transparent;
  z-index: 1000;
  cursor: pointer;
}

/*ボタン内側*/
.hamburger span {
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  left: 20%;
  width: 60%;
  height: 2px;
  border-radius: 0;
  background: #91712a;
  z-index: 1000;
}

.hamburger span:nth-of-type(1) {
  top: 28%;
}

.hamburger span:nth-of-type(2) {
  top: 50%;
}

.hamburger span:nth-of-type(3) {
  top: 72%;
}

.hamburger.active .hamburger-roll {
  top: 62%;
}

/*active時 ×*/
.hamburger.active span:nth-of-type(1) {
  height: 2px;
  top: 38%;
  left: 29%;
  -webkit-transform: translateY(5px) rotate(-133deg);
          transform: translateY(5px) rotate(-133deg);
  width: 42%;
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  height: 2px;
  top: 67%;
  left: 29%;
  -webkit-transform: translateY(-7px) rotate(133deg);
          transform: translateY(-7px) rotate(133deg);
  width: 42%;
}

.br-lg {
  display: none;
}
@media screen and (max-width: 1280px) {
  .br-lg {
    display: block;
  }
}

.br-md {
  display: none;
}
@media screen and (max-width: 1024px) {
  .br-md {
    display: block;
  }
}

.br-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-tb {
    display: block;
  }
}

.br-sm {
  display: none;
}
@media screen and (max-width: 576px) {
  .br-sm {
    display: block;
  }
}

.br-xs {
  display: none;
}
@media screen and (max-width: 414px) {
  .br-xs {
    display: block;
  }
}

.br-xxs {
  display: none;
}
@media screen and (max-width: 375px) {
  .br-xxs {
    display: block;
  }
}

.br-lg-over {
  display: none;
}
@media screen and (min-width: 1280px) {
  .br-lg-over {
    display: block;
  }
}

.br-md-over {
  display: none;
}
@media screen and (min-width: 1024px) {
  .br-md-over {
    display: block;
  }
}

.br-tb-over {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-tb-over {
    display: block;
  }
}

.br-sm-over {
  display: none;
}
@media screen and (min-width: 576px) {
  .br-sm-over {
    display: block;
  }
}

.br-xs-over {
  display: none;
}
@media screen and (min-width: 414px) {
  .br-xs-over {
    display: block;
  }
}

.br-xxs-over {
  display: none;
}
@media screen and (min-width: 375px) {
  .br-xxs-over {
    display: block;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.wbr {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.nowrap {
  white-space: nowrap;
}

.pt-8 {
  padding-top: var(--size-8);
}

.pl-8 {
  padding-left: var(--size-8);
}

.pr-8 {
  padding-right: var(--size-8);
}

.pb-8 {
  padding-bottom: var(--size-8);
}

.mt-8 {
  margin-top: var(--size-8);
}

.ml-8 {
  margin-left: var(--size-8);
}

.mr-8 {
  margin-right: var(--size-8);
}

.mb-8 {
  margin-bottom: var(--size-8);
}

.pt-16 {
  padding-top: var(--size-16);
}

.pl-16 {
  padding-left: var(--size-16);
}

.pr-16 {
  padding-right: var(--size-16);
}

.pb-16 {
  padding-bottom: var(--size-16);
}

.mt-16 {
  margin-top: var(--size-16);
}

.ml-16 {
  margin-left: var(--size-16);
}

.mr-16 {
  margin-right: var(--size-16);
}

.mb-16 {
  margin-bottom: var(--size-16);
}

.pt-24 {
  padding-top: var(--size-24);
}

.pl-24 {
  padding-left: var(--size-24);
}

.pr-24 {
  padding-right: var(--size-24);
}

.pb-24 {
  padding-bottom: var(--size-24);
}

.mt-24 {
  margin-top: var(--size-24);
}

.ml-24 {
  margin-left: var(--size-24);
}

.mr-24 {
  margin-right: var(--size-24);
}

.mb-24 {
  margin-bottom: var(--size-24);
}

.pt-32 {
  padding-top: var(--size-32);
}

.pl-32 {
  padding-left: var(--size-32);
}

.pr-32 {
  padding-right: var(--size-32);
}

.pb-32 {
  padding-bottom: var(--size-32);
}

.mt-32 {
  margin-top: var(--size-32);
}

.ml-32 {
  margin-left: var(--size-32);
}

.mr-32 {
  margin-right: var(--size-32);
}

.mb-32 {
  margin-bottom: var(--size-32);
}

.pt-40 {
  padding-top: var(--size-40);
}

.pl-40 {
  padding-left: var(--size-40);
}

.pr-40 {
  padding-right: var(--size-40);
}

.pb-40 {
  padding-bottom: var(--size-40);
}

.mt-40 {
  margin-top: var(--size-40);
}

.ml-40 {
  margin-left: var(--size-40);
}

.mr-40 {
  margin-right: var(--size-40);
}

.mb-40 {
  margin-bottom: var(--size-40);
}

.pt-48 {
  padding-top: var(--size-48);
}

.pl-48 {
  padding-left: var(--size-48);
}

.pr-48 {
  padding-right: var(--size-48);
}

.pb-48 {
  padding-bottom: var(--size-48);
}

.mt-48 {
  margin-top: var(--size-48);
}

.ml-48 {
  margin-left: var(--size-48);
}

.mr-48 {
  margin-right: var(--size-48);
}

.mb-48 {
  margin-bottom: var(--size-48);
}

.pt-56 {
  padding-top: var(--size-56);
}

.pl-56 {
  padding-left: var(--size-56);
}

.pr-56 {
  padding-right: var(--size-56);
}

.pb-56 {
  padding-bottom: var(--size-56);
}

.mt-56 {
  margin-top: var(--size-56);
}

.ml-56 {
  margin-left: var(--size-56);
}

.mr-56 {
  margin-right: var(--size-56);
}

.mb-56 {
  margin-bottom: var(--size-56);
}

.pt-64 {
  padding-top: var(--size-64);
}

.pl-64 {
  padding-left: var(--size-64);
}

.pr-64 {
  padding-right: var(--size-64);
}

.pb-64 {
  padding-bottom: var(--size-64);
}

.mt-64 {
  margin-top: var(--size-64);
}

.ml-64 {
  margin-left: var(--size-64);
}

.mr-64 {
  margin-right: var(--size-64);
}

.mb-64 {
  margin-bottom: var(--size-64);
}

.pt-72 {
  padding-top: var(--size-72);
}

.pl-72 {
  padding-left: var(--size-72);
}

.pr-72 {
  padding-right: var(--size-72);
}

.pb-72 {
  padding-bottom: var(--size-72);
}

.mt-72 {
  margin-top: var(--size-72);
}

.ml-72 {
  margin-left: var(--size-72);
}

.mr-72 {
  margin-right: var(--size-72);
}

.mb-72 {
  margin-bottom: var(--size-72);
}

.pt-80 {
  padding-top: var(--size-80);
}

.pl-80 {
  padding-left: var(--size-80);
}

.pr-80 {
  padding-right: var(--size-80);
}

.pb-80 {
  padding-bottom: var(--size-80);
}

.mt-80 {
  margin-top: var(--size-80);
}

.ml-80 {
  margin-left: var(--size-80);
}

.mr-80 {
  margin-right: var(--size-80);
}

.mb-80 {
  margin-bottom: var(--size-80);
}

.pt-100 {
  padding-top: var(--size-100);
}

.pl-100 {
  padding-left: var(--size-100);
}

.pr-100 {
  padding-right: var(--size-100);
}

.pb-100 {
  padding-bottom: var(--size-100);
}

.mt-100 {
  margin-top: var(--size-100);
}

.ml-100 {
  margin-left: var(--size-100);
}

.mr-100 {
  margin-right: var(--size-100);
}

.mb-100 {
  margin-bottom: var(--size-100);
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link._underline {
  text-decoration: underline;
}

.link:hover {
  cursor: pointer;
}

.link._img._scale:hover img {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.link._large img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link._large:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.link._opacity:hover {
  opacity: 0.8;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeTrigger,
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.scaleUpTrigger,
.rotateXTrigger {
  opacity: 0;
}

/* フェード */
.fade {
  -webkit-animation-name: fadeAnime;
          animation-name: fadeAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}

@-webkit-keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 上へ */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* スケールアップ*/
.scaleUp {
  -webkit-animation-name: scaleUpAnime;
          animation-name: scaleUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
}

@-webkit-keyframes scaleUpAnime {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleUpAnime {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* スケールダウン*/
.scaleDown {
  -webkit-animation-name: scaleDownAnime;
          animation-name: scaleDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
}

@-webkit-keyframes scaleDownAnime {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleDownAnime {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* X軸回転 */
.rotateX {
  -webkit-animation-name: rotateXAnime;
          animation-name: rotateXAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes rotateXAnime {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}

@keyframes rotateXAnime {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}
/*text animetions*/
@-webkit-keyframes showTextFromBottom {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
@keyframes showTextFromBottom {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
.char-up-anime.displayed span {
  -webkit-animation: showText 0.7s backwards;
          animation: showText 0.7s backwards;
  display: inline-block;
}

.char-up-anime.displayed > span {
  overflow: hidden;
}

.char-up-anime.displayed > span > span {
  -webkit-animation: showTextFromBottom 0.7s backwards;
          animation: showTextFromBottom 0.7s backwards;
}

.p-top .mv {
  width: 100%;
  background-image: url("./img/common/bg-light.jpg");
  background-repeat: repeat;
  background-size: auto;
  position: relative;
  overflow: hidden;
}
.p-top .mv .mv__img {
  width: 100%;
  height: auto;
}
.p-top .mv .mv__img img {
  width: 100%;
  height: 100%;
  -o-object-position: cover;
     object-position: cover;
}
.p-top .mv .mv__body {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}
.p-top .mv .mv__txt {
  color: #fff;
  font-size: 3.3vw;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-shadow: 2px 2px 12px #555, 2px 2px 10px #555;
  opacity: 0;
  -webkit-animation: fadeInImg 2s forwards;
          animation: fadeInImg 2s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@-webkit-keyframes fadeInImg {
  to {
    opacity: 1;
  }
}
@keyframes fadeInImg {
  to {
    opacity: 1;
  }
}
.p-top .mv #mv__txt2.mv__txt,
.p-top .mv #mv__txt3.mv__txt,
.p-top .mv #mv__txt4.mv__txt {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-top .mv .mv__txt {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top .mv .mv__txt {
    font-size: 4vw;
  }
}
@media screen and (max-width: 576.99px) {
  .p-top .mv .mv__body {
    top: 81%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
  }
  .p-top .mv .mv__txt {
    font-size: 6vw;
  }
}
.p-top .tnews {
  padding: var(--size-40) 0 var(--size-80);
  background-image: url("./img/common/bg-light.jpg");
  background-repeat: repeat;
  background-size: auto;
}
.p-top .tnews .tnews__heading {
  color: #965e00;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-size: clamp(1rem, 0.6388674884rem + 1.5408320493vw, 1.625rem);
  font-weight: 600;
  text-align: center;
}
.p-top .tnews .tnews__list {
  width: 100%;
  margin-top: var(--size-24);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top .tnews .tnews__article {
  width: 25%;
  padding: var(--size-16);
}
.p-top .tnews .tnews__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top .tnews .tnews__img {
  width: 100%;
  min-height: 150px;
  aspect-ratio: 4/3;
  border: 1px solid #91712a;
  overflow: hidden;
}
.p-top .tnews .tnews__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top .tnews .tnews__tag {
  width: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #941531;
  border-radius: 99px;
  margin-top: 0.2em;
  color: #fff;
  font-size: var(--13px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top .tnews .tnews__date {
  width: 8em;
  margin-top: 8px;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top .tnews .tnews__title {
  margin-top: 8px;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.4;
}
.p-top .tnews .tnews__link:hover {
  cursor: pointer;
}
.p-top .tnews .tnews__link:hover .tnews__img img {
  -webkit-filter: grayscale(0.4);
          filter: grayscale(0.4);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-top .tnews .tnews__link:hover .tnews__date,
.p-top .tnews .tnews__link:hover .tnews__title {
  color: #91712a;
}
@media screen and (max-width: 1023px) {
  .p-top .tnews .tnews__list {
    max-width: 650px;
  }
  .p-top .tnews .tnews__article {
    width: 50%;
  }
}
.p-top .products .products__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
  padding-bottom: 2em;
  background-image: url("./img/top/product-bg-heading.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #965e00;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-size: clamp(1.375rem, 1.0138674884rem + 1.5408320493vw, 2rem);
  font-weight: 600;
}
.p-top .products .products__cards {
  width: 100%;
  margin-top: var(--size-40);
  list-style: none;
}
.p-top .products .card {
  margin-top: var(--size-100);
  position: relative;
}
.p-top .products .card:first-of-type {
  margin-top: 0;
}
.p-top .products .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% + var(--l-inner-width-val) * 0.1px);
  width: 50%;
  height: 100%;
  display: block;
  background-image: url("./img/top/product-bg-maru-right.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: -1;
}
.p-top .products .card:nth-child(even)::before {
  left: auto;
  right: calc(50% + var(--l-inner-width-val) * 0.1px);
  background-position: right center;
}
.p-top .products .card:nth-child(2)::before {
  background-image: url("./img/top/product-bg-cloud-left.png");
}
.p-top .products .card:nth-child(3)::before {
  background-image: url("./img/top/product-bg-maru-left.png");
}
.p-top .products .card:nth-child(4)::before {
  background-image: url("./img/top/product-bg-cloud-right.png");
}
.p-top .products .card:nth-child(5)::before {
  background-image: url("./img/top/product-bg-maru-right.png");
}
.p-top .products .card:nth-child(6)::before {
  background-image: url("./img/top/product-bg-cloud-left.png");
}
.p-top .products .card__outer {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top .products .card:nth-child(even) .card__outer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-top .products .card__img {
  width: 55%;
}
.p-top .products .card__img img {
  width: 100%;
  height: auto;
}
.p-top .products .card__main {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top .products .card__txt {
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-size: clamp(1rem, -0.5rem + 3.125vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-top .products .card__btn {
  width: 16.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: clamp(1rem, 0.4375rem + 1.171875vw, 1.375rem);
  margin-top: var(--size-32);
  background: -webkit-gradient(linear, left top, left bottom, from(#4f000a), to(#941531));
  background: linear-gradient(180deg, #4f000a, #941531);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top .products .card__btn::after {
  color: #91712a;
}
@media (any-hover: hover) {
  .p-top .products .card__btn:hover::after {
    color: #fff;
  }
}
.p-top .products .else__btn {
  margin-top: var(--size-80);
}
@media screen and (max-width: 1280px) {
  .p-top .products .card__img {
    width: 50%;
  }
  .p-top .products .card__main {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-top .products .card {
    margin-top: var(--size-80);
    padding-bottom: var(--size-80);
    padding-left: 3%;
    padding-right: 3%;
  }
  .p-top .products .card::before {
    top: auto;
    bottom: 0;
    left: 15%;
    width: 100%;
    height: 60%;
    background-position: center;
  }
  .p-top .products .card:nth-child(3)::before {
    left: 5%;
    background-position: left center;
  }
  .p-top .products .card:nth-child(even)::before {
    left: 2%;
    right: auto;
    bottom: -20px;
    background-position: left center;
  }
  .p-top .products .card:nth-child(4)::before {
    left: 7%;
    right: auto;
    bottom: -30px;
    background-position: right center;
  }
  .p-top .products .card__outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top .products .card:nth-child(even) .card__outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top .products .card__img {
    width: 100%;
    max-width: 400px;
  }
  .p-top .products .card__main {
    width: 100%;
    max-width: 400px;
    margin-top: var(--size-56);
  }
  .p-top .products .else__btn {
    margin-top: var(--size-40);
  }
}
.p-top .cta {
  margin-top: var(--size-24);
  padding-bottom: 0;
}
.p-top .cta .cta__heading {
  color: #965e00;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-size: clamp(1.375rem, 1.0138674884rem + 1.5408320493vw, 2rem);
  font-weight: 600;
  text-align: center;
}
.p-top .cta .cta__bg {
  background-image: url("./img/common/bg-cream.jpg");
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}
.p-top .cta .cta__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 52%;
  height: 100%;
  background-image: url("./img/top/cta-bg-shop.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  pointer-events: none;
  z-index: 9;
}
.p-top .cta .cta__body {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin-top: var(--size-24);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 11;
}
.p-top .cta .cta__shop {
  width: 50%;
  padding: var(--size-40) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.p-top .cta .shop__ja {
  color: #efc574;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-size: clamp(1.5rem, 0.56105547rem + 4.0061633282vw, 3.125rem);
  font-weight: 500;
}
.p-top .cta .cta__contact {
  width: 50%;
  padding: var(--size-40) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.p-top .cta .shop__en {
  margin-top: var(--size-16);
  color: #efc574;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 300;
  letter-spacing: 0.3em;
}
.p-top .cta .contact__txt {
  color: #941531;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-size: clamp(1rem, 0.8916602465rem + 0.4622496148vw, 1.1875rem);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-top .cta .cta__bg::before {
    background-image: none;
  }
  .p-top .cta .cta__body {
    padding-top: var(--size-56);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top .cta .cta__shop {
    width: 100%;
    position: relative;
  }
  .p-top .cta .cta__shop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 100%;
    background: url("./img/top/cta-bg-shop.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    pointer-events: none;
    z-index: -1;
  }
  .p-top .cta .cta__contact {
    width: 100%;
  }
  .p-top .cta .contact__txt {
    margin-bottom: 12px;
  }
}

.p-about .p-name {
  margin-left: -0.4em;
}
.p-about .history .history__body {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--size-40);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: var(--size-48);
}
.p-about .history .history__box {
  width: 49%;
  padding: var(--size-8);
}
.p-about .history .history__box._board {
  padding: var(--size-24);
  background-image: url("./img/common/bg-beige.jpg");
  background-repeat: repeat;
  background-size: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about .history .history__box._img img {
  width: 100%;
  height: auto;
}
.p-about .history .board__img {
  width: 18%;
}
.p-about .history .board__img img {
  width: 100%;
  height: auto;
}
.p-about .history .history__txt,
.p-about .history .board__txt {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.9;
  text-align: justify;
}
.p-about .history .board__txt {
  width: 78%;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  letter-spacing: 0.04em;
}
.p-about .history .board__txt ._end-brackets {
  padding-left: 0.15em;
}
.p-about .history .history__box._txt2 .history__txt:last-of-type {
  padding-top: 2.5em;
}
@media screen and (max-width: 1023px) {
  .p-about .history .history__box {
    width: 90%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .p-about .history .history__box._txt1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-about .history .history__box._txt1 .history__txt:last-of-type {
    padding-top: 1.5em;
  }
  .p-about .history .history__box._board {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 500px;
  }
  .p-about .history .history__box._txt2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-about .history .history__box._img {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 576px) {
  .p-about .history .history__box {
    width: 100%;
  }
}
.p-about .summary .summary__bg {
  background-image: url("./img/common/bg-beige.jpg");
  background-repeat: repeat;
  background-size: auto;
}
.p-about .summary .summary__body {
  padding-top: var(--size-56);
  padding-bottom: var(--size-80);
}
@media screen and (max-width: 576px) {
  .p-about .summary .summary_tbl ._slash-address {
    display: none;
  }
}
.p-about .products .products__body {
  max-width: 1000px;
  margin-top: var(--size-40);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-about .products .products__main {
  width: 60%;
}
.p-about .products .products__txt {
  margin-top: 1.5em;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  line-height: 1.8;
}
.p-about .products .products__txt._small {
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-size: clamp(0.8125rem, 0.7763867488rem + 0.1540832049vw, 0.875rem);
  letter-spacing: 0.04em;
}
.p-about .products .products__txt:first-child {
  margin-top: 0;
}
.p-about .products .products__img {
  width: 35%;
  text-align: center;
}
.p-about .products .products__img img {
  width: 100%;
  max-width: 310px;
  height: auto;
}
.p-about .products .products__img ._txt {
  margin-top: 8px;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-size: clamp(0.8125rem, 0.7763867488rem + 0.1540832049vw, 0.875rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-about .products .products__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-about .products .products__main {
    width: 100%;
    max-width: 650px;
  }
  .p-about .products .products__img {
    width: 100%;
    margin-top: var(--size-40);
  }
  .p-about .products .products__img img {
    max-width: 250px;
  }
}

.p-products .products__heading {
  padding-left: 3%;
  padding-right: 3%;
}
.p-products .products .products__list {
  width: 100%;
  padding-top: var(--size-56);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: var(--size-100);
  list-style: none;
}
.p-products .products .prod {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding-top: 0;
}
.p-products .products .prod::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("./img/contents/products/bg-line.png");
  background-position: -100% 30%;
  background-size: 80% auto;
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: -1;
}
.p-products .products .prod:nth-child(2n) .prod__main {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-products .products .prod:nth-child(2n) .prod__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-products .products .prod:nth-child(2n)::before {
  background-position: 160% 43%;
}
.p-products .products .prod__inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: var(--size-48);
  position: relative;
}
.p-products .products .prod__main {
  width: 62%;
  padding: var(--size-8);
}
.p-products .products .prod__heading {
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: var(--size-80);
  padding-right: 12px;
  background-image: url("./img/contents/products/bg-heading.jpg");
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.p-products .products .prod__heading ._lead {
  color: #fff;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-size: clamp(0.8125rem, 0.5597072419rem + 1.0785824345vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.07em;
}
.p-products .products .prod__heading ._name {
  color: #fff;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.07em;
}
.p-products .products .prod__contents {
  padding-top: var(--size-40);
  padding-bottom: var(--size-24);
  padding-left: var(--size-80);
  padding-right: 0;
}
.p-products .products .mb__img {
  display: none;
}
.p-products .products .prod__txt {
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p-products .products .prod__img2 {
  width: 100%;
  margin-top: var(--size-72);
  text-align: center;
}
.p-products .products .prod__img2 img {
  width: 100%;
  height: auto;
}
.p-products .products .prod__img {
  width: 38%;
  text-align: center;
}
.p-products .products .prod__img img {
  width: 97%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p-products .products .products__list {
    padding-top: var(--size-32);
    row-gap: var(--size-64);
  }
  .p-products .products .prod__main {
    width: 100%;
  }
  .p-products .products .prod__mb-outer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: var(--size-16);
  }
  .p-products .products .mb__main {
    width: 70%;
  }
  .p-products .products .mb__img {
    width: 30%;
    display: block;
  }
  .p-products .products .mb__img img {
    width: 100%;
    height: auto;
  }
  .p-products .products .prod__img2 {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-products .products .prod__img {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .p-products .products .prod::before {
    background-position: -80% 30%;
  }
  .p-products .products .prod__heading {
    padding-left: var(--size-24);
  }
  .p-products .products .prod__contents {
    padding-left: 1%;
  }
  .p-products .products .prod__txt {
    font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
    text-align: justify;
    letter-spacing: 0.04em;
  }
  .p-products .products .prod__txt ._break {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .p-products .products .prod::before {
    background-position: -60% 30%;
  }
  .p-products .products .prod:nth-child(2n)::before {
    background-position: 160% 40%;
  }
  .p-products .products .prod__mb-outer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 100px;
    position: relative;
  }
  .p-products .products .mb__main {
    width: 68%;
  }
  .p-products .products .mb__img {
    width: 32%;
  }
  .p-products .products .prod__btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 260px;
  }
}
.p-products .else {
  margin-top: var(--size-48);
  padding-top: 0;
  padding-bottom: var(--size-80);
}
.p-products .else .else__heading {
  background-image: url("./img/contents/products/bg-heading-else.jpg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  color: #fff;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-size: clamp(1rem, 0.5666409861rem + 1.8489984592vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 3;
  text-align: center;
}
.p-products .else .else__list {
  width: 100%;
  margin-top: var(--size-56);
}
.p-products .else .eprod {
  width: 100%;
  max-width: 950px;
  margin-top: var(--size-80);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
}
.p-products .else .eprod:first-of-type {
  margin-top: 0;
}
.p-products .else .eprod__main {
  width: 60%;
}
.p-products .else .eprod__name {
  color: #941531;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-size: clamp(1rem, 0.5666409861rem + 1.8489984592vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}
.p-products .else .eprod__txt {
  margin-top: 1.2em;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.p-products .else .eprod__mb-img {
  display: none;
}
.p-products .else .eprod__img {
  width: 40%;
}
.p-products .else .eprod__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 576px) {
  .p-products .else .eprod__main {
    width: 100%;
  }
  .p-products .else .eprod__img {
    display: none;
  }
  .p-products .else .eprod__mb-img {
    display: block;
    width: 100%;
    max-width: 250px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-products .else .eprod__mb-img img {
    width: 100%;
    height: auto;
  }
  .p-products .else .eprod__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-recipe .recipes {
  padding-bottom: 0;
}
.p-recipe .recipes .toc__list {
  max-width: 950px;
  margin-top: var(--size-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.p-recipe .recipes .toc__li {
  width: 48%;
  margin-top: var(--size-16);
  padding: 4px 1em;
  background-color: #9d203b;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-recipe .recipes .toc__li:after {
  content: ">";
  position: absolute;
  top: 45%;
  right: 8px;
  width: 1em;
  height: 1em;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-recipe .recipes .toc__li:hover {
  background-color: #4f000a;
}
.p-recipe .recipes .toc__li:hover:after {
  right: 3px;
}
.p-recipe .recipes .toc__link {
  display: block;
  color: #fff;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-recipe .recipes .toc__link ._small {
  display: block;
  font-weight: 400;
  font-size: var(--12px);
}
.p-recipe .recipes .recipes__wrapper {
  margin-top: var(--size-56);
  background-image: url("./img/contents/recipes/bg-recipe.jpg");
  background-repeat: repeat;
  background-size: auto;
}
@media screen and (max-width: 767px) {
  .p-recipe .recipes .toc__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-recipe .recipes .toc__li {
    width: 100%;
    max-width: 400px;
  }
}
.p-recipe .recipes .recipe {
  padding-bottom: var(--size-100);
}
@media screen and (max-width: 1023px) {
  .p-recipe .recipes .recipe {
    padding-bottom: var(--size-80);
  }
}
.p-recipe .recipes section {
  margin-top: var(--size-64);
  padding-left: var(--size-32);
  padding-right: var(--size-32);
}
.p-recipe .recipes section:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .p-recipe .recipes section {
    padding-left: var(--size-16);
    padding-right: var(--size-16);
  }
}
.p-recipe .recipes .recipe__tag {
  display: inline-block;
  background-color: #6f000f;
  border-radius: 99px;
  padding: 2px 1.3em 2px 1.5em;
  color: #fff;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 600;
  letter-spacing: 0.2em;
}
.p-recipe .recipes .recipe__heading {
  width: 100%;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  background-image: url("./img/contents/recipes/bg-heading.jpg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  color: #fff;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-size: clamp(1.125rem, 0.8360939908rem + 1.2326656394vw, 1.625rem);
  font-size: 700;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-align: center;
}
.p-recipe .recipes .recipe__heading ._small {
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
}
.p-recipe .recipes .recipe__body {
  width: 100%;
  max-width: 1200px;
  margin-top: var(--size-48);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: var(--size-56);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.p-recipe .recipes .recipe._imoni .recipe__body,
.p-recipe .recipes .recipe._yakionigiri .recipe__body {
  position: relative;
}
.p-recipe .recipes .recipe._imoni .recipe__body::after,
.p-recipe .recipes .recipe._yakionigiri .recipe__body::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 1%;
  -webkit-transform: translate(0, -70%);
          transform: translate(0, -70%);
  display: block;
  width: 130px;
  height: 160px;
  background-image: url("./img/contents/recipes/i-imoni.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipes .recipe._imoni .recipe__body::after,
  .p-recipe .recipes .recipe._yakionigiri .recipe__body::after {
    width: 90px;
    height: 100px;
  }
}
.p-recipe .recipes .recipe._yakionigiri .recipe__body::after {
  right: auto;
  left: 1%;
  background-image: url("./img/contents/recipes/i-yakionigiri.png");
}
.p-recipe .recipes .info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}
.p-recipe .recipes .info .info__main {
  width: 50%;
  padding: var(--size-32);
}
.p-recipe .recipes .info .info__lead {
  color: #941531;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-size: clamp(0.9375rem, 0.6124807396rem + 1.3867488444vw, 1.5rem);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-indent: 0.5em;
  position: relative;
}
.p-recipe .recipes .info .info__lead::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  display: inline-block;
  width: 0.5em;
  height: 1em;
  border-left: 3px solid #941531;
}
.p-recipe .recipes .info .info__lead ._small {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-size: clamp(0.875rem, 0.6583204931rem + 0.9244992296vw, 1.25rem);
}
.p-recipe .recipes .info .info__name {
  margin-top: var(--size-24);
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  background-image: url("./img/contents/recipes/bg-name-heading.jpg");
  background-size: auto;
  background-repeat: repeat;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-size: clamp(1.125rem, 0.6194144838rem + 2.157164869vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.p-recipe .recipes .info .info__name._dashi {
  font-size: clamp(1rem, 0.4944144838rem + 2.157164869vw, 1.875rem);
}
.p-recipe .recipes .info .info__name._yakionigiri {
  font-size: clamp(1rem, 0.6388674884rem + 1.5408320493vw, 1.625rem);
}
.p-recipe .recipes .info .info__txt {
  margin-top: var(--size-24);
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.9;
  text-align: justify;
}
.p-recipe .recipes .info .info__img {
  width: 50%;
}
.p-recipe .recipes .info .info__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .p-recipe .recipes .info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-recipe .recipes .info .info__main {
    width: 60%;
  }
  .p-recipe .recipes .info .info__img {
    width: 40%;
  }
}
@media screen and (max-width: 1023px) {
  .p-recipe .recipes .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-recipe .recipes .info .info__main {
    width: 100%;
    padding-left: var(--size-16);
    padding-right: var(--size-16);
  }
  .p-recipe .recipes .info .info__name {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .p-recipe .recipes .info .info__txt {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-recipe .recipes .info .info__img {
    width: 100%;
    max-width: 400px;
  }
}
.p-recipe .recipes .material .material__heading {
  vertical-align: middle;
}
.p-recipe .recipes .material .material__heading ._small {
  padding-left: 1em;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 600;
}
.p-recipe .recipes .material .material__body {
  margin-top: var(--size-16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-recipe .recipes .material .material__body > * {
  width: 48%;
}
.p-recipe .recipes .material .material__list {
  list-style: none;
}
.p-recipe .recipes .material .material__li {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: calc(1em + 4px);
  text-indent: calc((1em + 4px) * -1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #f1d5bc;
}
.p-recipe .recipes .material .material__li ._name,
.p-recipe .recipes .material .material__li ._amount {
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.9;
}
.p-recipe .recipes .material .material__li ._amount {
  padding-left: 1.5em;
  white-space: nowrap;
}
.p-recipe .recipes .material .material__li ._name:not(._no-dot)::before {
  content: "・";
  padding-right: 4px;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipes .material {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-recipe .recipes .material .material__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-recipe .recipes .material .material__body > * {
    width: 100%;
  }
}
.p-recipe .recipes .how .how__list {
  margin-top: var(--size-24);
  list-style: none;
}
.p-recipe .recipes .how .how__li {
  margin-top: var(--size-16);
}
.p-recipe .recipes .how .how__li:first-of-type {
  margin-top: 0;
}
.p-recipe .recipes .how .how__name {
  padding-bottom: 2px;
  border-bottom: 2px solid #f1d5bc;
  color: #941531;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-size: clamp(1rem, 0.7833204931rem + 0.9244992296vw, 1.375rem);
  font-weight: 700;
}
.p-recipe .recipes .how .how__name ._no {
  padding-right: 4px;
}
.p-recipe .recipes .how .how__txt {
  margin-top: 8px;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p-recipe .note .note__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-recipe .note .note__outer {
  width: 49%;
  padding-top: var(--size-16);
  padding-bottom: var(--size-40);
  padding-left: var(--size-16);
  padding-right: var(--size-16);
  background-image: url("./img/contents/recipes/bg-point.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.p-recipe .note .note__outer._arrange {
  width: 49%;
  background-image: url("./img/contents/recipes/bg-arrange.jpg");
}
.p-recipe .note .note__heading {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 70px;
  color: #85540f;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-size: clamp(1.125rem, 0.9805469954rem + 0.6163328197vw, 1.375rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  position: relative;
}
.p-recipe .note .note__heading::before {
  content: "";
  position: absolute;
  top: 40%;
  left: calc(var(--size-16) * -0.5);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 61px;
  height: 100%;
  background-image: url("./img/contents/recipes/i-point.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-recipe .note .note__outer._arrange .note__heading::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 64px;
  background-image: url("./img/contents/recipes/i-arrange.png");
}
.p-recipe .note .note__list {
  margin-top: var(--size-16);
  list-style: none;
}
.p-recipe .note .note__li {
  margin-top: 10px;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: calc(1em + 3px);
  text-indent: calc(-1em - 3px);
  text-align: justify;
}
.p-recipe .note .note__li._ls-l {
  letter-spacing: 0.08em;
}
.p-recipe .note .note__li:first-of-type {
  margin-top: 0;
}
.p-recipe .note .note__li::before {
  content: "＊";
  padding-right: 3px;
  color: #85540f;
}
.p-recipe .note .note__li._comment {
  color: #85540f;
  padding-left: 0;
  text-indent: 0;
}
.p-recipe .note .note__li._comment::before {
  content: "";
}
@media screen and (max-width: 1023px) {
  .p-recipe .note .note__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-recipe .note .note__outer {
    width: 100%;
    max-width: 600px;
  }
  .p-recipe .note .note__outer._arrange {
    width: 100%;
    max-width: 600px;
    margin-top: var(--size-32);
  }
  .p-recipe .note .note__heading {
    padding-left: 65px;
  }
  .p-recipe .note .note__heading::before {
    width: 55px;
  }
}
.p-recipe .product .product__body {
  width: 100%;
  padding: var(--size-32) var(--size-24) var(--size-64);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.p-recipe .product .product__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("./img/contents/recipes/bg-product.jpg");
  background-repeat: repeat;
  background-size: auto;
  z-index: 0;
}
.p-recipe .product .product__main {
  width: 52%;
  z-index: 10;
}
.p-recipe .product .product__main._yakionigiri {
  width: 43%;
}
.p-recipe .product .product__main._stew {
  width: 45%;
}
.p-recipe .product .product__lead {
  color: #941531;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-size: clamp(1rem, 0.7110939908rem + 1.2326656394vw, 1.5rem);
  letter-spacing: 0.03em;
  font-weight: 700;
}
.p-recipe .product .product__lead::before {
  content: "▼";
}
.p-recipe .product .product__heading {
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-size: clamp(1rem, 0.7110939908rem + 1.2326656394vw, 1.5rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.9;
}
.p-recipe .product .product__txt {
  margin-top: var(--size-16);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  line-height: 1.8;
}
.p-recipe .product .product__detail {
  width: 48%;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  position: relative;
}
.p-recipe .product .product__detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 100%;
  background-image: url("./img/contents/recipes/imoni-product.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.p-recipe .product .product__detail._dashi::before {
  background-image: url("./img/contents/recipes/dashi-product.png");
}
.p-recipe .product .product__detail._yakionigiri {
  width: 57%;
  padding-left: 170px;
}
.p-recipe .product .product__detail._yakionigiri::before {
  width: 150px;
  background-image: url("./img/contents/recipes/yakionigiri-product.png");
  background-position: center bottom 16px;
}
.p-recipe .product .product__detail._stew {
  width: 55%;
  padding-left: 160px;
}
.p-recipe .product .product__detail._stew::before {
  width: 140px;
  background-image: url("./img/contents/recipes/stew-product.png");
}
.p-recipe .product .product__list {
  margin-top: auto;
  list-style: none;
}
.p-recipe .product .product__li {
  margin-top: 2px;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-size: clamp(0.75rem, 0.6416602465rem + 0.4622496148vw, 0.9375rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.p-recipe .product .product__li:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .p-recipe .product .product__body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-recipe .product .product__main {
    width: 100%;
    text-align: center;
  }
  .p-recipe .product .product__main._yakionigiri {
    width: 100%;
  }
  .p-recipe .product .product__main._stew {
    width: 100%;
  }
  .p-recipe .product .product__heading {
    margin-top: 8px;
  }
  .p-recipe .product .product__detail {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: var(--size-32);
    padding-left: 0;
    padding-top: 170px;
  }
  .p-recipe .product .product__detail._yakionigiri {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0;
  }
  .p-recipe .product .product__detail._stew {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0;
  }
  .p-recipe .product .product__detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 150px;
  }
  .p-recipe .product .product__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-news .news {
  padding-bottom: 0;
}
.p-news .news .news__bg {
  position: relative;
}
.p-news .news .news__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./img/common/bg-cream.jpg");
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.4;
  z-index: -1;
}
.p-news .news .news__outer {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.p-news .news .news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.p-news .news .news__cat {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
  background-color: #4f000a;
  color: #fff;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 400;
  letter-spacing: 0.04em;
}
.p-news .news .news__date {
  color: #91712a;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 600;
}
.p-news .news .news__title {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #d7dad8;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
}
.p-news .news .news__content {
  margin-top: var(--size-40);
}
.p-news .news .news__content ul li,
.p-news .news .news__content ol li {
  list-style-position: inside;
}
.p-news .news .news__content ul {
  list-style: initial;
}
.p-news .news__pager {
  margin-top: var(--size-100);
  width: 100%;
  text-align: center;
}
.p-news .news__pager .pager__list {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  list-style: none;
}
.p-news .news__pager .pager__li._txt {
  display: none;
}
.p-news .news__pager .pager__li a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  letter-spacing: 0.04em;
}
.p-news .news__pager .pager__li._prev {
  position: relative;
}
.p-news .news__pager .pager__li._prev a {
  padding-right: 1em;
  padding-left: 1.75em;
  text-align: left;
}
.p-news .news__pager .pager__li._prev a::before {
  content: "<";
  position: absolute;
  top: 50%;
  left: 0.25em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-news .news__pager .pager__li._prev:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  .p-news .news__pager .pager__li._prev:hover a::before {
    left: 0;
  }
}
.p-news .news__pager .pager__li._next {
  position: relative;
}
.p-news .news__pager .pager__li._next a {
  padding-right: 1.75em;
  padding-left: 1em;
  text-align: right;
}
.p-news .news__pager .pager__li._next a::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0.25em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-news .news__pager .pager__li._next:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  .p-news .news__pager .pager__li._next:hover a::after {
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-news .news__pager .pager__li._title {
    display: none;
  }
  .p-news .news__pager .pager__li._txt {
    display: block;
  }
}

.p-contact .contact {
  padding-bottom: 0;
  /* Checkboxes styles */
}
.p-contact .contact .contact__bg {
  position: relative;
  padding-top: var(--size-56);
  padding-bottom: var(--size-64);
}
.p-contact .contact .contact__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./img/common/bg-cream.jpg");
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.4;
  z-index: -1;
}
.p-contact .contact .contact__wrapper {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--size-16);
}
.p-contact .contact .contact__note {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
  text-align: center;
}
.p-contact .contact .contact__note._color {
  color: #6b0022;
}
.p-contact .contact .contact__note ._must {
  color: #b05187;
  font-weight: 900;
}
.p-contact .contact .contact__note:last-of-type {
  margin-top: var(--size-32);
}
.p-contact .contact .contact__check-box {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--size-48);
}
.p-contact .contact .contact__btn-box {
  margin-top: var(--size-40);
}
.p-contact .contact .contact__form-wrapper {
  width: 100%;
  margin-top: var(--size-40);
  margin-left: auto;
  margin-right: auto;
}
.p-contact .contact .items__outer {
  padding-left: 12px;
}
.p-contact .contact .items__outer ._note {
  display: inline-block;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 600;
  padding: 2px 0 6px 2em;
  text-indent: -1em;
}
@media screen and (max-width: 800px) {
  .p-contact .contact .contact__wrapper {
    padding: var(--size-40) var(--size-24);
  }
  .p-contact .contact .contact__check-box {
    padding-left: 0;
    text-align: center;
  }
  .p-contact .contact .contact__btn-box {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .contact .contact__bg {
    padding-top: var(--size-24);
  }
  .p-contact .contact .contact__note {
    font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
    text-align: left;
  }
}
.p-contact .contact .mfp_element_all:not(button) {
  max-width: 100%;
}
.p-contact .contact form#mailformpro dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-contact .contact form#mailformpro dl dt:first-of-type,
.p-contact .contact form#mailformpro dl dd:first-of-type {
  margin-top: 0;
}
.p-contact .contact form#mailformpro dl dt,
.p-contact .contact form#mailformpro dl dd {
  margin-top: 35px;
}
.p-contact .contact form#mailformpro dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(32% - 5px);
  padding-top: 10px;
  border: none;
  text-align: left;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.p-contact .contact form#mailformpro dl dt > * {
  padding-right: 1em;
}
.p-contact .contact form#mailformpro dl dt:not(:has(.must)) {
  padding-left: 1.5em;
}
.p-contact .contact form#mailformpro dl dd {
  padding: 0 0 0 8px;
  border: none;
  font-size: clamp(0.9375rem, 0.7767857143rem + 0.4464285714vw, 1.0625rem);
  width: calc(68% - 5px);
}
.p-contact .contact form#mailformpro input[type=text],
.p-contact .contact form#mailformpro input[type=email] {
  width: 90%;
  height: 40px;
  padding: 8px 8px;
  margin: 0;
  border: 1px solid #626262;
  border-radius: 3px;
  vertical-align: middle;
}
.p-contact .contact form#mailformpro input[type=text]:focus,
.p-contact .contact form#mailformpro input[type=email]:focus {
  outline: none;
}
.p-contact .contact form#mailformpro input[type=text]._small,
.p-contact .contact form#mailformpro input[type=email]._small {
  width: 40%;
}
.p-contact .contact form#mailformpro select {
  width: 100%;
  max-width: 20em;
  height: 40px;
  margin: 0;
  padding: 8px 8px;
  border: 1px solid #626262;
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.p-contact .contact form#mailformpro select option {
  color: #000;
  background-color: #fff;
}
.p-contact .contact form#mailformpro textarea {
  width: 90%;
  height: 11.75rem !important;
  resize: none;
  padding: 10px 2%;
  border-radius: 3px;
}
.p-contact .contact form#mailformpro textarea:focus {
  outline: none;
}
.p-contact .contact form#mailformpro label {
  white-space: initial;
}
@media screen and (max-width: 800px) {
  .p-contact .contact form#mailformpro dl dt {
    width: 100%;
    margin-top: 1.5em;
  }
  .p-contact .contact form#mailformpro dl dd,
  .p-contact .contact form#mailformpro dl dd:first-of-type {
    width: 100%;
    margin-top: 10px;
    padding-left: 0em;
  }
  .p-contact .contact form#mailformpro dl dt:not(:has(.must)) {
    padding-left: 0;
  }
  .p-contact .contact form#mailformpro input[type=text],
  .p-contact .contact form#mailformpro input[type=email] {
    width: 100%;
  }
  .p-contact .contact form#mailformpro textarea {
    width: 100%;
  }
}
.p-contact .contact form#mailformpro .must {
  display: inline-block;
  width: 1.5em;
  color: #b05187;
  font-size: 1em;
  font-weight: 900;
  padding: 0;
  margin: 0;
  background-color: initial;
  background-image: initial;
  border: initial;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  text-shadow: initial;
}
.p-contact .contact div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 5px 17px;
  color: #b05187;
  font-size: 12px;
  line-height: normal;
  background-image: url(./mfp/mfp.statics/_images/mfp_error.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.p-contact .contact .mfp_parent_error {
  border: solid 2px #b05187;
}
.p-contact .contact div#mfp_error {
  background-color: #fee;
  border: solid 1px #b05187;
  padding: 10px;
  display: none;
}
.p-contact .contact div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}
.p-contact .contact div#mfp_error p strong {
  font-size: 18px;
  color: #b05187;
}
.p-contact .contact .type_checkbox input[type=checkbox],
.p-contact .contact .type_radio input[type=radio] {
  display: none;
}
.p-contact .contact .type_radio label {
  cursor: pointer;
  position: relative;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
}
.p-contact .contact .type_radio label::before,
.p-contact .contact .type_radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-contact .contact .type_radio label::before {
  border: 1px solid #333;
  height: 1em;
  width: 1em;
  left: 0;
  background-color: #fff;
}
.p-contact .contact .type_radio label::after {
  background-color: #333;
  opacity: 0;
  height: 0.6em;
  width: 0.6em;
  left: 0.2em;
}
.p-contact .contact .type_radio label.text:has(input[type=radio]:checked)::after {
  opacity: 1;
}
.p-contact .contact .type_checkbox label.text,
.p-contact .contact .type_radio label.text {
  display: block;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.5em;
  padding-right: 1em;
  line-height: 1.1;
  color: #222;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.p-contact .contact form#mailformpro label.mfp_checked,
.p-contact .contact form#mailformpro label.mfp_not_checked {
  padding-top: 8px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  background-color: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-contact .contact .type_checkbox label.text a:hover,
.p-contact .contact .type_radio label.text a:hover {
  text-decoration: underline;
}
.p-contact .contact .type_checkbox label.text::before {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: 8px;
  opacity: 0.75;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.p-contact .contact .type_checkbox input[type=checkbox]:checked ~ label.text::before {
  width: 10px;
  top: 0px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-contact .contact .type_checkbox label.text._check {
  padding-left: 24px;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  text-align: left;
}

div#mfp_overlay {
  max-width: 98vw;
}
div#mfp_overlay * {
  color: #111;
}

.no-page {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}
.no-page .no-page__title {
  font-size: var(--32px);
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.no-page .no-page__lead {
  font-size: var(--16px);
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.no-page .no-page__txt {
  margin-top: 20px;
  font-size: var(--14px);
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.no-page .no-page__back {
  margin-top: 20px;
  margin-bottom: 70px;
}

.thanks {
  width: 50%;
  padding-top: 80px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.thanks .thanks__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.thanks .title {
  font-size: var(--20px);
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #555;
}
.thanks .lead {
  margin-left: auto;
  margin-right: auto;
  font-size: var(--16px);
}
.thanks .txt {
  display: inline-block;
  font-size: var(--16px);
  text-align: left;
}
.thanks .nomail {
  display: inline-block;
  font-size: var(--14px);
  text-align: left;
}
.thanks .thanks__back {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .thanks {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .thanks {
    width: 90%;
  }
}