@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap");
/* ===========================================
@acab/reset.css
=========================================== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
  interpolate-size: allow-keywords;
  line-height: 1.5;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: inherit;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
  font-variation-settings: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled, label:has(> :disabled, + disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
  overflow: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  -webkit-box-shadow: 0 0 0 5px Canvas;
          box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

:root {
  --paddingInline: 2rem;
}
@media (max-width: 767px) {
  :root {
    --paddingInline: 2rem;
  }
}

html {
  height: -webkit-fill-available;
  font-size: calc(0.0071428571 * var(--viewportWidth, 1400px)); /* 10px */ /* ピクセル値に変換 */
}
@media (max-width: 767px) {
  html {
    font-size: calc(0.0266666667 * var(--viewportWidth, 375px));
  }
}

@media screen and (min-width: 1400.1px) {
  html {
    font-size: 10px;
  }
}
body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-width: auto;
  color: #3E3733;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
}

span:not([class]) {
  display: inline-block;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

/* システムのスタイルを打ち消したいときはここに記述 */
.c-inner {
  max-width: 118rem;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.c-header {
  padding-block: 1.3rem 1.7rem;
  position: sticky;
  top: 0;
  z-index: 11;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .c-header {
    padding-block: 1rem;
  }
}

.c-header-logo img {
  width: 21.9rem;
}
@media (max-width: 767px) {
  .c-header-logo img {
    width: 19rem;
  }
}

.c-header-inner {
  padding-inline: 2rem;
  max-width: 126rem;
  margin-left: 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;
}
@media (min-width: 1400.1px) {
  .c-header-inner {
    max-width: none;
    padding-left: 5rem;
  }
}

.c-header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
}
@media (max-width: 767px) {
  .c-header-nav {
    display: none;
  }
}

.c-header-navItem span {
  display: block;
  text-align: center;
}
.c-header-navItem span:first-child {
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
}
.c-header-navItem span:last-child {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: rgba(0, 0, 0, 0.5);
}

.c-header-hamburger {
  width: 4.5rem;
  height: 4.5rem;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  z-index: 12;
  top: 1rem;
  right: 2rem;
  display: none;
  -webkit-transition: background-color 0.5s, top 0.5s;
  transition: background-color 0.5s, top 0.5s;
}
.c-header-hamburger span {
  width: 1.8rem;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-header-hamburger._open {
  top: 2rem;
  background-color: #B0BF21;
}
.c-header-hamburger._open span {
  position: absolute;
  top: 50%;
  left: calc(50% - 0.9rem);
}
.c-header-hamburger._open span:first-child {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.c-header-hamburger._open span:nth-child(2) {
  opacity: 0;
}
.c-header-hamburger._open span:last-child {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media (max-width: 767px) {
  .c-header-hamburger {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.7rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-drawer {
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  background-color: #B0BF21;
  padding-top: 8.7rem;
  padding-inline: 4rem;
  padding-bottom: 3.3rem;
}
.c-drawer._open {
  left: 0;
}
.c-drawer:before {
  position: absolute;
  content: "";
  inset: 1rem;
  border-radius: 10px;
  background-color: #ffffff;
  z-index: -1;
}

.c-drawer-inner {
  height: 100%;
  overflow: scroll;
}

.c-drawer-navItem {
  border-bottom: 1px solid #D5D5D5;
}
.c-drawer-navItem:first-child {
  border-top: 1px solid #D5D5D5;
}
.c-drawer-navItem .c-icon-chevron-drawer {
  width: 0.8rem;
  height: 1.1rem;
  position: absolute;
  right: 0.7rem;
  top: calc(50% - 0.4rem);
}

.c-drawer-navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 1rem;
  position: relative;
}
.c-drawer-navLink span:first-child {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.7rem;
}
.c-drawer-navLink span:nth-child(2) {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  line-height: 0.9rem;
  letter-spacing: 0.12em;
}

.c-drawer-logo {
  margin-top: 2.7rem;
  text-align: center;
}
.c-drawer-logo img {
  width: 22.2rem;
  display: inline-block;
}

.c-drawer-sns {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-drawer-sns img {
  width: 3.4rem;
}

.c-footer {
  padding-top: 10rem;
  background: #ffffff;
}
.c-footer .c-inner {
  background: #EDE4DC;
  padding-block: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--paddingInline);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: none;
  padding-inline: 11rem;
}
@media (max-width: 767px) {
  .c-footer {
    padding-top: 6rem;
  }
  .c-footer .c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.2rem;
    padding-inline: var(--paddingInline);
    padding-bottom: 10rem;
  }
}

.c-footer-logo img {
  width: 30.4rem;
  height: auto;
}
@media (max-width: 767px) {
  .c-footer-logo {
    text-align: center;
  }
  .c-footer-logo img {
    width: 26.8rem;
    display: inline-block;
  }
}

.c-footer-sns {
  margin-top: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-footer-sns img {
  width: 2.7rem;
  height: 2.7rem;
}
@media (max-width: 767px) {
  .c-footer-sns {
    margin-top: 1.4rem;
  }
}

.c-footer-title {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 0.2rem;
}

.c-footer-nav {
  margin-top: 2.2rem;
}
.c-footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.7rem;
     -moz-column-gap: 2.7rem;
          column-gap: 2.7rem;
  row-gap: 0.5rem;
}

.c-footer-copyright {
  font-size: 1.1rem;
  background-color: #3E3733;
  color: #ffffff;
  text-align: center;
  padding-block: 0.3rem 0.4rem;
}

.c-heading {
  text-align: center;
  line-height: 1;
  margin-bottom: 5rem;
}
.c-heading span:first-child {
  font-size: 3.7rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.5rem;
}
.c-heading span:last-child {
  font-family: "Josefin Sans", sans-serif;
  color: rgba(62, 55, 51, 0.5);
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
  display: block;
}
@media (max-width: 767px) {
  .c-heading {
    margin-bottom: 3rem;
  }
  .c-heading span:first-child {
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 0.8rem;
  }
  .c-heading span:last-child {
    font-size: 1.2rem;
  }
}

.c-rounded {
  border-radius: 1rem;
  overflow: hidden;
}

.c-button {
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.2222222222;
  padding-block: 1.3rem 1.4rem;
  border-radius: 2.3rem;
  background-color: #B0BF21;
  color: #ffffff;
  padding-inline: 2.8rem;
  display: inline-block;
}

.c-icon-map {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-icon-instagram {
  display: inline-block;
  vertical-align: middle;
  width: 3.2rem;
  height: 3.2rem;
}

.c-icon-facebook {
  display: inline-block;
  vertical-align: middle;
  width: 3.2rem;
  height: 3.2rem;
}

.c-sticky-items {
  position: fixed;
  z-index: 10;
  right: 2rem;
  bottom: 2rem;
}

.c-sticky-online img {
  width: 9.6rem;
}
@media (max-width: 767px) {
  .c-sticky-online img {
    width: 8.5rem;
  }
}

/* ====================================
   FIRSTVIEW
 ==================================== */
.p-firstview {
  --swiper-theme-color: #B0BF21;
  --swiper-pagination-bullet-inactive-opacity: .4;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #B0BF21;
  padding-inline: var(--paddingInline);
}
.p-firstview .swiper-pagination {
  margin-top: 20px;
  position: static;
  font-size: 0;
}

.p-firstview-slide {
  position: relative;
}

.p-firstview-textArea {
  position: absolute;
  padding-inline: 9rem;
  margin-inline: auto;
  padding-block: 8rem;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .p-firstview-textArea {
    padding-inline: var(--paddingInline);
  }
}

.p-firstview-catch {
  font-size: 3.8rem;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
.p-firstview-catch span {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.3rem, transparent), color-stop(0.3rem, #ffffff), color-stop(5.8rem, #ffffff), color-stop(5.8rem, transparent));
  background-image: linear-gradient(0deg, transparent 0.3rem, #ffffff 0.3rem, #ffffff 5.8rem, transparent 5.8rem);
  padding-inline: 1rem;
}
@media (max-width: 767px) {
  .p-firstview-catch {
    font-size: 2.3rem;
  }
  .p-firstview-catch span {
    padding-inline: 0.8rem;
  }
}

.p-firstview-text {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .p-firstview-text {
    font-size: 1.7rem;
  }
}

/* ====================================
   INTRO
 ==================================== */
.p-intro {
  padding-block: 11rem 16rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-intro {
    padding-top: 5rem;
    padding-bottom: 12rem;
  }
}

.p-intro-inner {
  max-width: 96.8rem;
  padding-inline: var(--paddingInline);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .p-intro-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-intro-visual {
  width: 48.9rem;
  height: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: opacity 1s ease-out 0s, visibility 1s ease-out 0s, -webkit-transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97) 0s;
  transition: opacity 1s ease-out 0s, visibility 1s ease-out 0s, -webkit-transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97) 0s;
  transition: opacity 1s ease-out 0s, visibility 1s ease-out 0s, transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97) 0s;
  transition: opacity 1s ease-out 0s, visibility 1s ease-out 0s, transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97) 0s, -webkit-transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97) 0s;
}
._shown .p-intro-visual {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 767px) {
  .p-intro-visual {
    width: 22.6rem;
    margin-bottom: 2rem;
  }
}

.p-intro-content {
  max-width: 40rem;
}

.p-intro-lead {
  font-size: 2.7rem;
  letter-spacing: 0.17em;
  line-height: 1.6666667;
  margin-bottom: 2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: opacity 1s ease-out 0.4s, visibility 1s ease-out 0.4s, -webkit-transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97) 0.4s;
  transition: opacity 1s ease-out 0.4s, visibility 1s ease-out 0.4s, -webkit-transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97) 0.4s;
  transition: opacity 1s ease-out 0.4s, visibility 1s ease-out 0.4s, transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97) 0.4s;
  transition: opacity 1s ease-out 0.4s, visibility 1s ease-out 0.4s, transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97) 0.4s, -webkit-transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97) 0.4s;
}
._shown .p-intro-lead {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 767px) {
  .p-intro-lead {
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
  }
}

.p-intro-text {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: opacity 1s ease-out 0.55s, visibility 1s ease-out 0.55s, -webkit-transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97) 0.55s;
  transition: opacity 1s ease-out 0.55s, visibility 1s ease-out 0.55s, -webkit-transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97) 0.55s;
  transition: opacity 1s ease-out 0.55s, visibility 1s ease-out 0.55s, transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97) 0.55s;
  transition: opacity 1s ease-out 0.55s, visibility 1s ease-out 0.55s, transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97) 0.55s, -webkit-transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97) 0.55s;
}
._shown .p-intro-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-intro-backVisual {
  position: absolute;
  width: 40.583rem;
  height: auto;
  rotate: 14.97deg;
  right: 10%;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-intro-backVisual {
    width: 29.535rem;
  }
}

.p-intro-backText {
  position: absolute;
  font-size: 8rem;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  line-height: 0.4625;
  letter-spacing: 0.1em;
  color: #EDE4DC;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-intro-backText {
    font-size: 4rem;
    line-height: 1;
    -webkit-transform: translateY(12%);
            transform: translateY(12%);
    letter-spacing: 0.15em;
  }
}

/* ====================================
  PHILOSOPHY
 ==================================== */
.p-philosophy > section {
  background-color: #EDE4DC;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.p-philosophy > section:first-child {
  padding-top: 13rem;
  padding-bottom: 14rem;
}
.p-philosophy > section:last-child {
  padding-top: 14rem;
  padding-bottom: 13rem;
}
.p-philosophy .wrapper {
  max-width: 140rem;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 767px) {
  .p-philosophy > section:first-child {
    padding-block: 0;
  }
  .p-philosophy > section:last-child {
    padding-block: 6rem;
  }
  .p-philosophy .wrapper {
    padding-block: 6rem;
  }
}

.p-philosophy-frontImage {
  position: absolute;
}
.p-philosophy-frontImage._orange {
  width: 10.287rem;
  height: auto;
  rotate: -180deg;
  left: -2.4rem;
  top: 55.9rem;
}
.p-philosophy-frontImage._ichigo {
  width: 13.287rem;
  height: auto;
  rotate: -150.76deg;
  left: 5.7rem;
  top: 67.9rem;
}
.p-philosophy-frontImage._lemon {
  width: 21.3rem;
  height: auto;
  right: -5rem;
  top: 109.2rem;
}
.p-philosophy-frontImage._leaf1 {
  width: 7.66rem;
  height: auto;
  rotate: -180deg;
  right: 14.5rem;
  top: 122.2rem;
}
.p-philosophy-frontImage._leaf2 {
  width: 9.08rem;
  height: auto;
  rotate: -180deg;
  right: 7.3rem;
  top: 128.8rem;
}
@media (max-width: 767px) {
  .p-philosophy-frontImage._orange {
    width: 5.018rem;
    top: 78.2rem;
    left: -2.7rem;
  }
  .p-philosophy-frontImage._ichigo {
    width: 6.483rem;
    top: 82.7rem;
    left: 1.802rem;
  }
  .p-philosophy-frontImage._lemon {
    width: 9.809rem;
    left: 31.2rem;
    top: 158.8rem;
  }
  .p-philosophy-frontImage._leaf1 {
    width: 3.525rem;
    left: 28rem;
    top: 163.7rem;
  }
  .p-philosophy-frontImage._leaf2 {
    width: 4.178rem;
    left: 30.9rem;
    top: 166.3rem;
  }
}

.p-philosophy-flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-philosophy-flag + .p-philosophy-flag {
  margin-top: 8rem;
}
@media (min-width: 767.1px) {
  .p-philosophy-flag:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-philosophy-flag:nth-child(2n+1) {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .p-philosophy-flag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.1rem;
  }
  .p-philosophy-flag + .p-philosophy-flag {
    margin-top: 5rem;
  }
}

.p-philosophy-visual {
  -ms-flex-preferred-size: 54.1666666667%;
      flex-basis: 54.1666666667%;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-philosophy-visual {
    border-radius: 2rem;
  }
}

.p-philosophy-body {
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
}

.p-philosophy-title {
  margin-bottom: 2.8rem;
}
.p-philosophy-title p:first-child {
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  line-height: inherit;
  margin-bottom: 0.5rem;
}
.p-philosophy-title p:last-child {
  font-size: 1.3rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.05em;
  color: #B0BF21;
}
@media (max-width: 767px) {
  .p-philosophy-title {
    margin-bottom: 2rem;
  }
  .p-philosophy-title p:first-child {
    font-size: 2rem;
    line-height: 1.55;
  }
}

.p-philosophy-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9.3rem;
}
@media (max-width: 767px) {
  .p-philosophy-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-template-columns: 1fr;
    gap: 3.4rem;
  }
}

@media (max-width: 767px) {
  .p-philosophy-card {
    -ms-flex-preferred-size: calc(50% - 1.7rem);
        flex-basis: calc(50% - 1.7rem);
  }
  .p-philosophy-card:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.p-philosophy-visual2 {
  margin-bottom: 3.1rem;
}
.p-philosophy-visual2 img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  .p-philosophy-visual2 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .p-philosophy-visual2 img {
    max-width: 25rem;
    display: inline-block;
  }
}

.p-philosophy-title2 {
  font-size: 2.2rem;
  line-height: inherit;
  letter-spacing: 0.12em;
  margin-bottom: 1.9rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-philosophy-title2 {
    font-size: 1.8rem;
    line-height: 1.6111111111;
    margin-bottom: 1rem;
  }
}

.p-safety {
  max-width: 118rem;
  margin-inline: auto;
  margin-top: 12rem;
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 767px) {
  .p-safety {
    margin-top: 5rem;
  }
}

.p-safety-back {
  background-color: #FFFFFF;
  overflow: visible;
}
@media (max-width: 767px) {
  .p-safety-back {
    padding-block: 4rem;
  }
}

.p-safety-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  max-width: 102rem;
  padding-inline: var(--paddingInline);
  margin-inline: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-safety-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

.p-safety-visual {
  -ms-flex-preferred-size: 48.0392156863%;
      flex-basis: 48.0392156863%;
}
@media (max-width: 767px) {
  .p-safety-visual {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media (min-width: 767.1px) {
  .p-safety-visualWrapper {
    margin-block: -4rem;
  }
}

.p-safety-visual1 {
  max-width: 37rem;
}
@media (max-width: 767px) {
  .p-safety-visual1 {
    width: 22.392rem;
  }
}

.p-safety-visual2 {
  max-width: 27rem;
  margin-left: auto;
  margin-top: -5rem;
}
@media (max-width: 767px) {
  .p-safety-visual2 {
    width: 16.342rem;
  }
}

.p-safety-body {
  -ms-flex-preferred-size: 48.0392156863%;
      flex-basis: 48.0392156863%;
  padding-block: 2rem;
}

.p-safety-title {
  font-size: 2.2rem;
  line-height: inherit;
  letter-spacing: 0.12em;
  padding-bottom: 1.9rem;
  margin-bottom: 1.7rem;
  border-bottom: 1px solid #D5D5D5;
}
@media (max-width: 767px) {
  .p-safety-title {
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}

/* ====================================
  BUISINESS
 ==================================== */
.p-business {
  padding-top: 12rem;
}
.p-business .c-heading {
  text-align: left;
}
@media (max-width: 767px) {
  .p-business {
    padding-top: 5rem;
  }
}

.p-business-cols {
  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-business-cols > .c-heading {
  display: none;
}
@media (max-width: 767px) {
  .p-business-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-business-cols > .c-heading {
    display: block;
    text-align: center;
  }
}

.p-business-visual {
  -ms-flex-preferred-size: calc(750 / 1180 * 100%);
      flex-basis: calc(750 / 1180 * 100%);
}
@media (max-width: 767px) {
  .p-business-visual {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 2rem;
  }
}

.p-business-body {
  -ms-flex-preferred-size: calc(370 / 1180 * 100%);
      flex-basis: calc(370 / 1180 * 100%);
}
@media (max-width: 767px) {
  .p-business-body .c-heading {
    display: none;
  }
}

.p-business-title {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
}

.p-business-button {
  margin-top: 3rem;
}
.p-business-button .c-button {
  max-width: 25.1rem;
}
@media (max-width: 767px) {
  .p-business-button {
    text-align: center;
  }
}

/* ====================================
  EC SHOP
 ==================================== */
.p-ecShop {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-ecShop {
    padding-block: 6rem;
  }
}

.p-ecShop-heading {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
  text-align: center;
}

.p-ecShop-lead {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .p-ecShop-lead {
    text-align: left;
  }
}

.p-ecShop-cols {
  max-width: 84rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .p-ecShop-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.p-ecShop-item {
  -ms-flex-preferred-size: 47.619047619%;
      flex-basis: 47.619047619%;
  background-color: rgba(217, 217, 217, 0.3);
  padding-block: 3.4rem 4rem;
  padding-inline: 7rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-ecShop-item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-inline: 6rem;
  }
}

.p-ecShop-visual {
  margin-bottom: 1rem;
}
.p-ecShop-visual img {
  width: 14.5rem;
  height: auto;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-ecShop-visual img {
    width: 12.5rem;
  }
}

.p-ecShop-title {
  line-height: 1.75;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
}

.p-ecShop-button {
  margin-top: 2rem;
  width: 21rem;
  margin-inline: auto;
}

/* ====================================
  PRODUCT
 ==================================== */
.p-products {
  background-color: #EDE4DC;
  padding-block: 10rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-products {
    padding-block: 6rem;
  }
}

.p-products-lead {
  text-align: center;
  margin-bottom: 4rem;
}

.p-products-carousel {
  --swiper-wrapper-transition-timing-function: linear;
}
.p-products-carousel .swiper-slide {
  width: 23rem;
}
.p-products-carousel._second {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-products-carousel .swiper-slide {
    width: 12rem;
  }
  .p-products-carousel._second {
    margin-top: 2rem;
  }
}

.p-products-backText {
  font-family: "Josefin Sans", sans-serif;
  color: #ffffff;
  font-size: 10rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 40rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-products-backText {
    line-height: 1;
    font-size: 6rem;
    top: 19.3rem;
  }
}

/* ====================================
  NEWS
 ==================================== */
.p-topNews {
  padding-top: 10rem;
  padding-inline: var(--paddingInline);
}
.p-topNews .c-heading {
  text-align: left;
}
@media (max-width: 767px) {
  .p-topNews {
    padding-top: 6rem;
  }
}

.p-topNews-cols {
  max-width: 98rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .p-topNews-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-topNews-head {
  -ms-flex-preferred-size: 21rem;
      flex-basis: 21rem;
}
@media (max-width: 767px) {
  .p-topNews-head {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.p-topNews-button {
  text-align: center;
}
.p-topNews-button .c-button {
  max-width: 21rem;
}
.p-topNews-body .p-topNews-button {
  display: none;
}
@media (max-width: 767px) {
  .p-topNews-body .p-topNews-button {
    display: block;
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .p-topNews-head .p-topNews-button {
    display: none;
  }
}

.p-topNews-body {
  -ms-flex-preferred-size: 70.4081632653%;
      flex-basis: 70.4081632653%;
}
@media (max-width: 767px) {
  .p-topNews-body {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.p-topNews-item {
  padding-block: 2.5rem;
  border-bottom: 1px solid #D5D5D5;
}
.p-topNews-item:first-child {
  border-top: 1px solid #D5D5D5;
}

.p-topNews-date {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  margin-bottom: 0.8rem;
  line-height: 1;
  color: rgba(62, 55, 51, 0.6);
}

.p-topNews-title {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ====================================
  BLOG
 ==================================== */
.p-topBlog {
  padding-block: 10rem;
  background-image: linear-gradient(0deg, #EDE4DC 0px, #EDE4DC 39rem, transparent 39rem, transparent 100%);
}
@media (max-width: 767px) {
  .p-topBlog {
    padding-block: 7rem 6rem;
  }
}

.p-topBlog-slider {
  --swiper-theme-color: #B0BF21;
  --swiper-pagination-bullet-inactive-opacity: .4;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #B0BF21;
}
.p-topBlog-slider .swiper-pagination {
  margin-top: 20px;
  position: static;
  font-size: 0;
}

.p-topBlog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-topBlog-list .p-blogCard {
  -ms-flex-preferred-size: calc((100% - 100px) / 3);
      flex-basis: calc((100% - 100px) / 3);
}
@media (max-width: 767px) {
  .p-topBlog-list .p-blogCard {
    -ms-flex-preferred-size: 31rem;
        flex-basis: 31rem;
  }
}

.p-blogCard-thumbnail {
  margin-bottom: 1.5rem;
}

.p-blogCard-title {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-bottom: 1rem;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-blogCard-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
.p-blogCard-footer .p-blog-date {
  font-size: 1.8rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em;
}

.p-topBlog-button {
  margin-top: 4rem;
  max-width: 21rem;
  margin-inline: auto;
}

/* ====================================
  COMPANY
 ==================================== */
.p-company {
  padding-block: 10rem 9rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .p-company {
    padding-block: 6rem;
  }
}

.p-company-table {
  max-width: 70rem;
  table-layout: fixed;
  width: 100%;
  margin-inline: auto;
}

.p-company-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding-inline: 5.5rem;
  padding-block: 2rem;
  border-bottom: 1px solid #D5D5D5;
}
.p-company-rows:first-child {
  border-top: 1px solid #D5D5D5;
}
@media (max-width: 767px) {
  .p-company-rows {
    padding-inline: 0;
  }
}

.p-company-dataName {
  -ms-flex-preferred-size: 12rem;
      flex-basis: 12rem;
}
@media (max-width: 767px) {
  .p-company-dataName {
    -ms-flex-preferred-size: 6.9rem;
        flex-basis: 6.9rem;
  }
}

.p-company-dataValue {
  -ms-flex-preferred-size: calc(100% - 12rem);
      flex-basis: calc(100% - 12rem);
}

/* ====================================
  STORE
 ==================================== */
.p-store {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EDE4DC), color-stop(32rem, #EDE4DC), color-stop(32rem, transparent));
  background-image: linear-gradient(180deg, #EDE4DC, #EDE4DC 32rem, transparent 32rem);
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-store {
    padding-block: 6rem 6rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EDE4DC), color-stop(18rem, #EDE4DC), color-stop(18rem, transparent));
    background-image: linear-gradient(180deg, #EDE4DC, #EDE4DC 18rem, transparent 18rem);
  }
}

.p-store-visual {
  margin-bottom: 4rem;
}

.p-store-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 98rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-store-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-store-head {
  -ms-flex-preferred-size: 28rem;
      flex-basis: 28rem;
}
.p-store-head .c-heading {
  text-align: left;
}
@media (max-width: 767px) {
  .p-store-head {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .p-store-head .c-heading {
    text-align: center;
  }
}

.p-store-content {
  -ms-flex-preferred-size: calc(100% - 30rem);
      flex-basis: calc(100% - 30rem);
}
@media (max-width: 767px) {
  .p-store-content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.p-store-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2222222222;
  margin-bottom: 1.5rem;
}

.p-store-text {
  margin-bottom: 4rem;
}

.p-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .p-access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-access-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-preferred-size: max-content;
      flex-basis: max-content;
}
.p-access-col .c-icon-instagram {
  width: 17px;
  height: 17px;
}
.p-access-col:not(:first-child) {
  border-left: 1px solid #D5D5D5;
  padding-left: 3rem;
}
.p-access-col:first-child {
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .p-access-col:not(:first-child) {
    padding-left: 0;
    border-left: 0;
    padding-top: 1.5rem;
    border-top: 1px solid #D5D5D5;
    margin-top: 1.5rem;
  }
}

.p-access-mapLink {
  font-family: "Josefin Sans", sans-serif;
}
.p-access-mapLink span {
  text-decoration: underline;
}

/* ====================================
  SNS BANNER
 ==================================== */
.p-snsBanner {
  max-width: 98rem;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-snsBanner-insta {
  -ms-flex-preferred-size: 47.9591836735%;
      flex-basis: 47.9591836735%;
}
.p-snsBanner-insta a {
  display: block;
  height: 100%;
  font-size: 3.5rem;
  letter-spacing: 0.12em;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  padding-block: 4rem;
  border-width: 1rem;
  border-color: transparent;
  border-style: solid;
  -o-border-image: url("../images/instaBanner.png") 10;
     border-image: url("../images/instaBanner.png") 10;
  border-image-width: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.p-snsBanner-insta a span {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media (max-width: 767px) {
  .p-snsBanner-insta a {
    font-size: 2rem;
    line-height: 1;
    padding-block: 2.5rem;
  }
  .p-snsBanner-insta span {
    display: block;
    text-align: center;
    margin-top: 1rem;
  }
}

.p-snsBanner-facebook {
  -ms-flex-preferred-size: 47.9591836735%;
      flex-basis: 47.9591836735%;
}
.p-snsBanner-facebook a {
  display: block;
  height: 100%;
  font-size: 3.5rem;
  letter-spacing: 0.12em;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  padding-block: 4.3rem;
  border: 0.3rem solid #0866FF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.p-snsBanner-facebook a span {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media (max-width: 767px) {
  .p-snsBanner-facebook a {
    font-size: 2rem;
    line-height: 1;
    padding-block: 2.5rem;
  }
  .p-snsBanner-facebook span {
    display: block;
    text-align: center;
    margin-top: 1rem;
  }
}

/* ====================================
  PARALLAX
 ==================================== */
.p-parallax {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
.p-parallax._parallax1 {
  background-color: #EDE4DC;
}
.p-parallax._parallax1 p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 6rem;
  letter-spacing: 0.15em;
  font-weight: 300;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-parallax._parallax2 {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .p-parallax._parallax1 p {
    font-size: 3.2rem;
    line-height: 1.09375;
  }
}

.p-parallax-inner {
  height: 30rem;
  overflow: hidden;
}
._parallax1 .p-parallax-inner {
  height: 25rem;
}
._parallax2 .p-parallax-inner {
  height: 27rem;
}
@media (max-width: 767px) {
  .p-parallax-inner {
    width: 91.5rem;
    height: 19.5rem;
    margin-left: -25rem;
  }
  ._parallax1 .p-parallax-inner {
    height: 13.5rem;
  }
  ._parallax2 .p-parallax-inner {
    height: 15.4rem;
  }
}

._active .p-parallax-fixed {
  position: fixed;
  inset: 0;
}
.p-parallax-fixed img {
  height: 100lvh;
}

/* ====================================
  INTERVAL
 ==================================== */
.p-interval {
  height: 440px;
}
@media (max-width: 767px) {
  .p-interval {
    height: 22rem;
  }
}

/* ====================================
  ブログアーカイブ
 ==================================== */
.p-blogArchive-header {
  padding-block: 7rem 4rem;
}

.p-blogCategories {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  font-size: 1.6rem;
}
.p-blogCategories a {
  font-weight: bold;
  color: #ffffff;
  padding: 0.7rem 2rem;
  background-color: #D5D5D5;
}
.p-blogCategories a:hover, .p-blogCategories a._current {
  background-color: #775C37;
}
@media (max-width: 767px) {
  .p-blogCategories {
    gap: 0.8rem;
  }
}

.p-blogArchive-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
.p-blogArchive-list .p-blogCard-title {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-blogArchive-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .p-blogArchive-list .p-blogCard-footer {
    display: block;
  }
  .p-blogArchive-list .p-blogCard-footer .p-blog-date {
    font-size: 1.4rem;
  }
  .p-blogArchive-list .p-blogCard-title {
    font-size: 1.5rem;
  }
  .p-blogArchive-list .p-blogCard-thumbnail {
    margin-bottom: 0.8rem;
  }
}

.p-blogArchive-pagination {
  margin-top: 7.6rem;
}
.p-blogArchive-pagination .page,
.p-blogArchive-pagination .current,
.p-blogArchive-pagination .extend,
.p-blogArchive-pagination .nextpostslink,
.p-blogArchive-pagination .previouspostslink {
  color: #B0BF21;
  width: 4.2rem;
  height: 4.2rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: 1rem;
  font-family: "Josefin Sans", sans-serif;
}
.p-blogArchive-pagination .wp-pagenavi {
  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;
}
.p-blogArchive-pagination .page, .p-blogArchive-pagination .current {
  font-size: 1.5rem;
  font-weight: 300;
  border: 1px solid #B0BF21;
  border-radius: 50%;
}
.p-blogArchive-pagination .last, .p-blogArchive-pagination .first {
  color: #B0BF21;
}
.p-blogArchive-pagination .current {
  background-color: #B0BF21;
  color: #ffffff;
}
.p-blogArchive-pagination .extend {
  font-size: 1.8rem;
}
.p-blogArchive-pagination .nextpostslink,
.p-blogArchive-pagination .previouspostslink {
  font-size: 1.8rem;
  position: relative;
}
.p-blogArchive-pagination .nextpostslink:before,
.p-blogArchive-pagination .previouspostslink:before {
  position: absolute;
  content: "";
  width: 1.1rem;
  height: 1.7rem;
}
.p-blogArchive-pagination .nextpostslink:before {
  background: url("../images/pagenavi_next.svg") no-repeat center center;
  background-size: contain;
}
.p-blogArchive-pagination .previouspostslink:before {
  background: url("../images/pagenavi_prev.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .p-blogArchive-pagination {
    margin-top: 4rem;
  }
  .p-blogArchive-pagination .page,
  .p-blogArchive-pagination .current,
  .p-blogArchive-pagination .extend,
  .p-blogArchive-pagination .nextpostslink,
  .p-blogArchive-pagination .previouspostslink {
    width: 3rem;
    height: 3rem;
    margin-inline: 0.4rem;
  }
}

.p-blog-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.p-blog-tags > span {
  background-color: #775C37;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.2rem;
  padding: 0.3rem 1.2rem;
}
@media (max-width: 767px) {
  .p-blog-tags > span {
    font-size: 1.2rem;
  }
}

/* ====================================
  ブログ詳細
 ==================================== */
.p-blogSingle-inner {
  max-width: 98rem;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  padding-bottom: 7rem;
}

.p-blogSingle-header {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .p-blogSingle-header {
    margin-bottom: 3rem;
  }
}

.p-blogSingle-title {
  font-size: 3.4rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .p-blogSingle-title {
    font-size: 2.3rem;
    margin-bottom: 1.2rem;
  }
}

.p-blogSingle-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.3rem;
}
.p-blogSingle-date .p-blog-date {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .p-blogSingle-date .p-blog-date {
    font-size: 1.6rem;
  }
}

.p-blogSingle-content h2 {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #B0BF21;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-blogSingle-content h2 {
    font-size: 2rem;
  }
}
.p-blogSingle-content h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.p-blogSingle-content .wp-block-columns {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .p-blogSingle-content .wp-block-columns {
    margin-top: 4rem;
  }
}
.p-blogSingle-content .wp-block-heading:not(:first-child) {
  margin-top: 1.5em;
}
.p-blogSingle-content .wp-block-image img {
  width: auto;
}

.p-crossSell {
  padding-block: 7rem;
  background-color: #EDE4DC;
}
@media (max-width: 767px) {
  .p-crossSell {
    padding-block: 4rem;
  }
}

.p-crossSell-heading {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-crossSell-heading {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}

.p-crossSell-list {
  max-width: 98rem;
  margin-inline: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-inline: var(--paddingInline);
  display: grid;
  gap: 4.7rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .p-crossSell-list {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-crossSell-thumbnail {
  margin-bottom: 1rem;
  aspect-ratio: 1/1;
}

.p-crossSell-title {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .p-crossSell-title {
    font-size: 1.6rem;
  }
}