@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure,
blockquote {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #222;
  font-family: "Noto Serif JP", serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-wrapper {
  overflow: hidden;
}

.l-main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.l-main-menu {
  display: block;
  width: 15.625%;
  max-width: 100%;
}

.l-mv {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
}

.c-title {
  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;
}
.c-title .en {
  text-transform: uppercase;
  padding-left: 10px;
  color: #222;
  font-family: "Amatic SC", sans-serif;
  font-size: max(3.25rem, 41.6px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-title .en {
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title .en {
    padding-left: 4px;
    font-size: max(2.5rem, 32px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-title .en {
    font-size: 2.5rem;
  }
}
.c-title .ja {
  color: #222;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .c-title .ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title .ja {
    font-size: max(0.75rem, 9.6px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-title .ja {
    font-size: 0.75rem;
  }
}

.c-tag {
  position: absolute;
  top: 10px;
  left: -8px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .c-tag {
    top: 10px;
    left: -8px;
  }
}

.c-tag__text {
  position: relative;
  display: inline-block;
  font-size: max(0.75rem, 9.6px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #ffffff;
  padding: 2px 10px;
  background: #222;
}
@media screen and (max-width: 767px) {
  .c-tag__text {
    font-size: 0.75rem;
  }
}
.c-tag__text::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 1;
  content: "";
  border-color: transparent #aaaaaa transparent transparent;
  border-style: solid;
  border-width: 0 9px 4px 0;
}
@media (min-width: 768px) {
  .c-tag__text::before {
    border-width: 0 8px 4px 0;
  }
}
.c-tag__text::after {
  position: absolute;
  top: 0;
  right: -5px;
  content: "";
  width: 0;
  height: 0;
  border-color: #222 transparent #222 #222;
  border-style: solid;
  border-width: 10px 5px 12px 0px;
}

.c-button__more {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding: 24px 0;
  width: 100%;
  background: #222;
  color: #ffffff;
  text-align: center;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button__more {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-button__more {
    margin-left: -0.1875rem;
  }
}
.c-button__more::before {
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 24px;
  background: url(../img/icon_arrow-right.svg) no-repeat left top;
  background-size: contain;
}
.c-button__more::after {
  position: absolute;
  right: -6px;
  top: 6px;
  content: "";
  width: 100%;
  height: 100%;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  pointer-events: none;
  -webkit-transition: right 0.3s, top 0.3s;
  transition: right 0.3s, top 0.3s;
}
.c-button__more:hover {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
}
.c-button__more:hover::after {
  right: 0px;
  top: 0px;
}

.c-button__check {
  display: inline-block;
  white-space: nowrap;
  padding: 6px 23px 8px;
  background: #382620;
  color: #ffffff;
  border: 1px solid transparent;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  -webkit-transition: backgroud 0.3s, color 0.3s border 0.3s;
  transition: backgroud 0.3s, color 0.3s border 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button__check {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-button__check {
    padding: 6px 11px 5px;
    font-size: max(0.75rem, 9.6px);
    font-weight: 700;
    line-height: 1.4166666667;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-button__check {
    font-size: 0.75rem;
  }
}
.c-button__check:hover {
  background: #ffffff;
  color: #222;
  border: 1px solid currentColor;
}

.c-button__tab {
  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;
  position: relative;
  padding: 10px 4px;
  width: 12.5rem;
  height: 4.3125rem;
  background: #888;
  color: #ffffff;
  text-align: center;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
  -webkit-transition: backgroud 0.3s color 0.3s;
  transition: backgroud 0.3s color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button__tab {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-button__tab {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    width: 10rem;
    height: 4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-button__tab {
    font-size: 0.875rem;
  }
}
.c-button__tab::after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #ffffff;
}
.c-button__tab.is-active {
  background: #382620;
}
.c-button__tab:hover {
  background: #382620;
  color: #ffffff;
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-to-top {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-to-top.js-show {
  opacity: 1;
  pointer-events: auto;
}

.c-fv {
  position: relative;
}
.c-fv::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .c-fv::before {
    width: calc(100% - 22px);
    height: calc(100% - 22px);
  }
}
.c-fv::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .c-fv::after {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
}

.c-fv__inner {
  position: relative;
  width: 100%;
  height: 320px;
}
@media screen and (max-width: 767px) {
  .c-fv__inner {
    height: auto;
  }
}
.c-fv__inner picture,
.c-fv__inner img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-fv__inner picture,
  .c-fv__inner img {
    height: auto;
  }
}

.c-title-white {
  position: absolute;
  top: 32.2%;
  left: 50.6%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title-white {
    top: 26%;
    left: 51%;
  }
}

.c-title-white__en {
  color: #ffffff;
  font-family: "Amatic SC", sans-serif;
  font-size: max(4.5rem, 57.6px);
  font-weight: 700;
  line-height: 1.2638888889;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-title-white__en {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title-white__en {
    font-size: max(2rem, 25.6px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-title-white__en {
    font-size: 2rem;
  }
}

.c-title-white__ja {
  padding-right: 13px;
  color: #ffffff;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-title-white__ja {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title-white__ja {
    margin-top: 1px;
    padding-right: 6px;
    font-size: max(0.75rem, 9.6px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-title-white__ja {
    font-size: 0.75rem;
  }
}

.c-breadcrumbs {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    margin-top: 6px;
    gap: 0.3125rem;
  }
}
.c-breadcrumbs span {
  color: #382620;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs span {
    font-size: max(0.75rem, 9.6px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-breadcrumbs span {
    font-size: 0.75rem;
  }
}

.c-access {
  background: #eae0d5;
}

.c-access__inner {
  position: relative;
  margin-top: 6.25rem;
  padding: 5.0625rem 1.25rem;
}
@media (min-width: 768px) {
  .c-access__inner {
    margin-top: 10rem;
    margin-inline: auto;
    padding: 5rem 12.5rem;
    max-width: 1280px;
  }
}
@media (min-width: 1100px) {
  .c-access__inner {
    margin-top: 10rem;
    margin-inline: auto;
    padding: 5rem 18.5rem;
    max-width: 1280px;
  }
}

.c-access__deco_balloon-access {
  position: absolute;
  top: -3.1875rem;
  right: calc(50% + 71px);
}
@media screen and (max-width: 767px) {
  .c-access__deco_balloon-access {
    top: -2.75rem;
    right: calc(50% + 19px);
  }
}
.c-access__deco_balloon-access img {
  width: 14.5625rem;
}
@media screen and (max-width: 767px) {
  .c-access__deco_balloon-access img {
    width: 12.5rem;
  }
}

.c-access__deco_bread {
  position: absolute;
  top: -10.5625rem;
  right: -5.6875rem;
}
@media screen and (max-width: 767px) {
  .c-access__deco_bread {
    top: -5.75rem;
    right: -2.5rem;
  }
}
.c-access__deco_bread img {
  width: 24.3125rem;
}
@media screen and (max-width: 767px) {
  .c-access__deco_bread img {
    width: 12.125rem;
  }
}

.c-access__deco_coffee-beans3 {
  position: absolute;
  bottom: -8.5625rem;
  left: -5.3125rem;
}
@media screen and (max-width: 767px) {
  .c-access__deco_coffee-beans3 {
    bottom: -3.625rem;
    left: -2.25rem;
  }
}
.c-access__deco_coffee-beans3 img {
  width: 21.3125rem;
}
@media screen and (max-width: 767px) {
  .c-access__deco_coffee-beans3 img {
    width: 8rem;
  }
}

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

.c-access__iframe {
  margin-top: 2.5rem;
  padding: 0.625rem;
  width: 100%;
  aspect-ratio: 688/377;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-access__iframe {
    margin-top: 2.4375rem;
    padding: 0.3125rem;
    aspect-ratio: 335/184;
  }
}
.c-access__iframe iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 668/357;
}
@media screen and (max-width: 767px) {
  .c-access__iframe iframe {
    aspect-ratio: 325/174;
  }
}

.c-access__info {
  margin-top: 2.5rem;
}

.c-access__info-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-access__info-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.125rem;
  }
}

.c-access__info-column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .c-access__info-column-list {
    gap: 1.125rem;
    width: 100%;
  }
}

.c-access__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 767px) {
  .c-access__info-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-access__info-term {
  width: 80px;
  color: #222;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .c-access__info-term {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .c-access__info-term {
    width: 60px;
  }
}
@media (min-width: 1100px) {
  .c-access__info-term {
    width: 80px;
  }
}

.c-access__info-description {
  margin-bottom: 0.3125rem;
  color: #222;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .c-access__info-description {
    font-size: 0.875rem;
  }
}

.p-header {
  position: fixed;
  z-index: 101;
  top: 10px;
  left: 8px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .p-header {
    display: none;
  }
}

body:not(.home) .p-header {
  display: none;
}

.p-object-hader {
  display: none;
}

.p-header__logo img {
  width: 8.125rem;
}

.p-drawer__icon {
  position: fixed;
  z-index: 104;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #382620;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon {
    top: 10px;
  }
}
.p-drawer__icon.js-show {
  background: #ffffff;
}

@media (min-width: 1100px) {
  body.home .p-drawer__icon {
    opacity: 0;
  }
}
.p-drawer__icon--bar {
  width: 27px;
  max-width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer__icon.js-show .p-drawer__icon--bar {
  background: #382620;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 3px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -3px;
}

.p-drawer {
  position: fixed;
  z-index: 103;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 375px;
  height: 100vh;
  height: 100svh;
  background: #382620;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
}
@media (min-width: 1100px) {
  .p-drawer-bg {
    display: none;
  }
}
.p-drawer-bg.js-show {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.3);
}

@media (min-width: 1100px) {
  body:not(.home) .p-drawer-bg {
    display: block;
  }
}

@media (min-width: 1100px) {
  .p-drawer-object__bg {
    display: block;
  }
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 11px 9px 88px;
}

.p-drawer-logo {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-drawer-logo img {
  display: block;
  width: 100%;
  max-width: 128px;
}
.p-drawer-logo:hover {
  opacity: 0.7;
}

.p-drawer__list {
  margin-top: 66px;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px;
}

.p-drawer__nav-link {
  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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-drawer__nav-link:hover {
  opacity: 0.7;
}

.p-drawer__nav-link-en {
  padding-inline: 0.6875rem;
  color: #ffffff;
  font-family: "Patua One", serif;
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-drawer__nav-link-en {
    font-size: 1.5rem;
  }
}

.p-drawer__nav-link-ja {
  color: #ffffff;
  font-family: "Patua One", serif;
  font-size: max(0.625rem, 8px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-drawer__nav-link-ja {
    font-size: 0.625rem;
  }
}
.p-drawer__nav-link-ja::before {
  padding-right: 0.6875rem;
  content: "／";
  font-size: max(0.625rem, 8px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-drawer__nav-link-ja::before {
    font-size: 0.625rem;
  }
}

.p-drawer__sns-list {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.p-drawer__sns-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-drawer__sns-link img {
  width: 24px;
  max-width: 100%;
}
.p-drawer__sns-link:hover {
  opacity: 0.7;
}

.p-footer {
  width: 100%;
  background: #382620;
}

.p-footer__inner {
  position: relative;
  text-align: center;
  margin-inline: auto;
  max-width: 1280px;
  padding: 2.5rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding: 2.5rem 0 0.875rem;
  }
}

.p-footer__deco_coffee-beans3 {
  position: absolute;
  top: -9.5rem;
  left: -5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__deco_coffee-beans3 {
    top: -3.875rem;
    left: -2.25rem;
  }
}
.p-footer__deco_coffee-beans3 img {
  width: 21.3125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__deco_coffee-beans3 img {
    width: 8rem;
  }
}

.p-footer__pagetop {
  position: fixed;
  right: 1.25rem;
  bottom: 1.5625rem;
  z-index: 105;
}
@media screen and (max-width: 767px) {
  .p-footer__pagetop {
    right: 0.625rem;
    bottom: 0.8125rem;
  }
}

.footer__pagetop-link {
  cursor: pointer;
}
.footer__pagetop-link img {
  width: 44px;
  height: 44px;
}

.p-footer-sns-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}

.p-footer-sns-list img {
  width: 1.5rem;
}

.p-footer__copyright {
  margin-top: 2.3125rem;
}

.p-footer__copyright-text {
  color: #ffffff;
  text-align: center;
  font-size: max(0.75rem, 9.6px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright-text {
    font-size: 0.75rem;
  }
}

.p-button__more {
  width: 290px;
  max-width: 100%;
}

.p-button__check {
  width: 174px;
  max-width: 100%;
}

.p-wrapper {
  background: #f3efeb;
}

.p-main {
  position: relative;
}

.p-main-visual {
  position: relative;
}
.p-main-visual::after {
  position: absolute;
  bottom: -3.75rem;
  right: 0;
  content: "";
  width: calc(27vw + 50%);
  max-height: 398px;
  aspect-ratio: 984/398;
  background: #eae0d5;
}
@media screen and (max-width: 767px) {
  .p-main-visual::after {
    display: none;
  }
}

.p-main-menu {
  display: none;
}
@media (min-width: 1100px) {
  .p-main-menu {
    padding: 0.9375rem 1.0625rem;
    display: block;
  }
}

.p-main-menu__inner {
  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-main-menu__logo-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .p-main-menu__logo-link:hover {
    opacity: 0.7;
  }
}
.p-main-menu__logo-link img {
  width: 10.375rem;
  max-width: 100%;
}

.p-main-menu__nav {
  margin-top: 3.75rem;
}

.p-main-menu__lists {
  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;
  gap: 2rem;
}

.p-main-menu__nav-link {
  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-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .p-main-menu__nav-link:hover {
    opacity: 0.7;
  }
}
.p-main-menu__nav-link .en {
  display: block;
  color: #222;
  text-align: center;
  font-family: "Patua One", serif;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-main-menu__nav-link .en {
    font-size: 1rem;
  }
}
.p-main-menu__nav-link .ja {
  display: block;
  color: #222;
  text-align: center;
  font-size: max(0.625rem, 8px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-main-menu__nav-link .ja {
    font-size: 0.625rem;
  }
}

.p-main-menu__sns-lists {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}

.p-main-menu__sns-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .p-main-menu__sns-link:hover {
    opacity: 0.7;
  }
}
.p-main-menu__sns-link img {
  width: 1.5rem;
  max-width: 100%;
}

.p-mv {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 1100px) {
  .p-mv {
    margin-left: auto;
  }
}

.p-mv__swiper-slide picture,
.p-mv__swiper-slide img {
  overflow: hidden;
  display: block;
  height: 100%;
  max-height: 735px;
}

.p-mv__swiper-slide[class*=-active] .p-mv__swiper-slide-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-delay: -1s;
          transition-delay: -1s;
}

.p-mv__swiper-slide-img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 735px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 8s ease-in-out;
  transition: -webkit-transform 8s ease-in-out;
  transition: transform 8s ease-in-out;
  transition: transform 8s ease-in-out, -webkit-transform 8s ease-in-out;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 12px;
  bottom: 11px;
}
@media (min-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 12px;
    bottom: 19px;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: auto;
  aspect-ratio: 1;
  background: #fff;
  margin-inline: 8px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #d59b71;
}

.p-mv-catch {
  position: absolute;
  top: 7.6875rem;
  left: 1.25rem;
  z-index: 10;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .p-mv-catch {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .p-mv-catch {
    position: absolute;
    top: auto;
    bottom: 3.25rem;
    left: 3.125rem;
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.14em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-mv-catch {
    font-size: 1.25rem;
  }
}

.p-pickup-top-news {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2rem;
  z-index: 105;
  width: 335px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .p-pickup-top-news {
    right: 20px;
    left: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 1.25rem;
    width: 388px;
  }
}
.p-pickup-top-news::before {
  position: absolute;
  top: -43px;
  right: 0;
  z-index: 1;
  content: "";
  width: 126px;
  height: 74px;
  background: url(../img/deco_balloon-pickup_sp.png) left top no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-pickup-top-news::before {
    top: -51px;
    right: 0;
    width: 168px;
    height: 109px;
    background: url(../img/deco_balloon-pickup_pc.png) left top no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-top-news .c-tag {
    top: 8px;
  }
}

.p-pickup-card__link {
  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: 1rem;
  padding: 0.75rem;
  opacity: 0.85;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-pickup-card__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    padding: 1rem;
  }
}
.p-pickup-card__link:hover .p-pickup-card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-pickup-card__img {
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-pickup-card__img {
    width: 100px;
  }
}
.p-pickup-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-pickup-card__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-pickup-card__date {
  color: #222;
  font-size: max(0.75rem, 9.6px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-pickup-card__date {
    font-size: 0.75rem;
  }
}

.p-pickup-card__title {
  margin-top: 0.625rem;
  color: #222;
  font-size: max(0.75rem, 9.6px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-pickup-card__title {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .p-pickup-card__title {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-pickup-card__title {
    font-size: 0.875rem;
  }
}

.p-top-concept {
  position: relative;
  z-index: 101;
  margin-inline: auto;
  padding-top: 8.75rem;
  max-width: 1280px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-concept {
    padding-top: 1.75rem;
  }
}
.p-top-concept::after {
  position: absolute;
  bottom: -5rem;
  right: 5.625rem;
  z-index: -1;
  content: "";
  width: calc(50vw + 50%);
  height: 100%;
  max-height: 18.75rem;
  aspect-ratio: 1190/300;
  background: #eae0d5;
}
@media screen and (max-width: 767px) {
  .p-top-concept::after {
    bottom: -3.75rem;
    right: 1.25rem;
    max-height: 6.25rem;
    aspect-ratio: 355/100;
  }
}

.p-top-concept__deco-coffee-beans {
  position: absolute;
  top: 1.25rem;
  right: -2.5rem;
  z-index: 101;
  width: 18.5rem;
  height: auto;
  aspect-ratio: 296/265;
}
@media screen and (max-width: 767px) {
  .p-top-concept__deco-coffee-beans {
    top: -1.25rem;
    right: -1.0625rem;
    width: 9.0625rem;
    aspect-ratio: 145/130;
  }
}

.p-top-concept__deco-coffee-leaves {
  position: absolute;
  bottom: -21.125rem;
  right: -2.125rem;
  z-index: 101;
  width: 12.5625rem;
  height: auto;
  aspect-ratio: 201/228;
}
@media screen and (max-width: 767px) {
  .p-top-concept__deco-coffee-leaves {
    bottom: -9.0625rem;
    right: -2.0625rem;
    width: 7.4375rem;
    aspect-ratio: 119/135;
  }
}

.p-top-concept__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
  padding-right: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-concept__img {
    margin-top: 4.125rem;
    padding-right: 3.75rem;
  }
}
.p-top-concept__img img {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 600/764;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-concept__img img {
    max-width: 100%;
    aspect-ratio: 315/401;
  }
}

.p-top-concept__wrap {
  padding-top: 0.4375rem;
  width: 100%;
  max-width: 510px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-concept__wrap {
    padding-inline: 1.25rem;
    max-width: 100%;
  }
}

.p-top-concept__title {
  margin-top: 1.5625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top-concept__title .en {
  padding-left: 0;
}

.p-top-concept__catch {
  margin-top: 3rem;
  color: #222;
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-top-concept__catch {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept__catch {
    margin-top: 2.5rem;
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-concept__catch {
    font-size: 1.25rem;
  }
}

.p-top-concept__text {
  margin-top: 3rem;
  color: #222;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-top-concept__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept__text {
    margin-top: 2.5rem;
  }
}
.p-top-concept__text span {
  margin-top: 0.875rem;
}

.p-top-concept__button {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__button {
    margin-top: 2.5rem;
    margin-inline: auto;
    max-width: 290px;
  }
}

.p-special-lunch {
  margin-top: 15rem;
  background: #eae0d5;
}
@media screen and (max-width: 767px) {
  .p-special-lunch {
    margin-top: 11.25rem;
  }
}

.p-special-lunch__inner {
  padding: 3.75rem 0rem 3.75rem;
}
@media (min-width: 640px) {
  .p-special-lunch__inner {
    margin-inline: auto;
    padding: 3.75rem 1.25rem 3.9375rem;
    width: 100%;
    max-width: 680px;
  }
}
@media (min-width: 768px) {
  .p-special-lunch__inner {
    margin-inline: auto;
    padding: 5rem 2.5rem 5rem;
    width: 100%;
    max-width: 1280px;
  }
}

.p-special-lunch__title .en {
  padding-left: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-special-lunch__title .en {
    padding-left: 0.375rem;
  }
}

.p-top-lunch__wrap {
  margin-top: 3.75rem;
  padding: 3.75rem 2.5rem 2.5rem;
  position: relative;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-lunch__wrap {
    padding: 2.5rem 1.25rem 1.25rem;
  }
}

.p-top-lunch__wrap-title {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 20.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-lunch__wrap-title {
    top: -1.5625rem;
    max-width: 16.875rem;
  }
}

.p-top-lunch__wrap-baloon {
  position: absolute;
  top: -3.75rem;
  right: -1.5625rem;
  width: 100%;
  max-width: 19.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-lunch__wrap-baloon {
    top: -15.25rem;
    right: -1.3125rem;
    max-width: 12.9375rem;
  }
}

.p-top-lunch__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.666875rem;
}
@media screen and (max-width: 767px) {
  .p-top-lunch__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem 1.1875rem;
  }
}

.p-top-lunch__card {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-lunch__card {
    max-width: calc(50% - 10px);
  }
}
.p-top-lunch__card:nth-child(even) {
  margin-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-lunch__card:nth-child(even) {
    margin-top: 0;
  }
}

.p-top-lunch__card-img img {
  width: 100%;
  max-width: 16.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-lunch__card-img img {
    max-width: 100%;
  }
}

.p-top-lunch__card-title {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-lunch__card-title {
    margin-top: 1rem;
    gap: 0.375rem;
  }
}
.p-top-lunch__card-title .alphabet {
  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: #ffffff;
  font-family: "Patua One", serif;
  font-size: max(2rem, 25.6px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  background: #222;
  width: 3.0625rem;
  height: 3.0625rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-top-lunch__card-title .alphabet {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-lunch__card-title .alphabet {
    font-size: max(1.1875rem, 15.2px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-lunch__card-title .alphabet {
    font-size: 1.1875rem;
  }
}
.p-top-lunch__card-title .menu-name {
  color: #222;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-top-lunch__card-title .menu-name {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-lunch__card-title .menu-name {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-lunch__card-title .menu-name {
    font-size: 0.875rem;
  }
}

.p-top-lunch__detail {
  background: #f7f6f4;
  border-radius: 8px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-lunch__detail {
    margin-top: 1.3125rem;
  }
}

.p-top-lunch__detail-inner {
  padding: 1.25rem 0 1.375rem;
  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;
  gap: 1.25rem;
}
@media (min-width: 1100px) {
  .p-top-lunch__detail-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.25rem 4.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.75rem;
  }
}

.p-top-lunch__detail-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-lunch__detail-img img {
  width: 100%;
  max-width: 43.75rem;
  aspect-ratio: 700/190;
}
@media screen and (max-width: 767px) {
  .p-top-lunch__detail-img img {
    aspect-ratio: 335/98;
  }
}

.p-top-lunch__detail-description {
  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%;
}
@media (min-width: 1100px) {
  .p-top-lunch__detail-description {
    margin-top: 0.25rem;
    width: 13.75rem;
  }
}
.p-top-lunch__detail-description .title {
  color: #222;
  text-align: center;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-top-lunch__detail-description .title {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .p-top-lunch__detail-description .title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-top-lunch__detail-description .title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1100px) {
  .p-top-lunch__detail-description .title {
    text-align: right;
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1100px) and (max-width: 767px) {
  .p-top-lunch__detail-description .title {
    font-size: 1.25rem;
  }
}
.p-top-lunch__detail-description .price {
  position: relative;
  margin-top: 0;
  margin-right: 0.125rem;
  text-align: center;
  color: #222;
  font-family: "Damion", cursive;
  font-size: max(2.5rem, 32px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-top-lunch__detail-description .price {
    font-size: 2.5rem;
  }
}
@media (min-width: 1100px) {
  .p-top-lunch__detail-description .price {
    margin-top: 0.875rem;
    width: 13.75rem;
    text-align: right;
    font-size: max(3.75rem, 48px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1100px) and (max-width: 767px) {
  .p-top-lunch__detail-description .price {
    font-size: 3.75rem;
  }
}
.p-top-lunch__detail-description .price::after {
  position: absolute;
  bottom: -0.875rem;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  content: "";
  width: 9.25rem;
  height: 100%;
  background: url(../img/deco_dot_sp.svg) right bottom repeat-x;
  background-size: 100% auto;
}
@media (min-width: 1100px) {
  .p-top-lunch__detail-description .price::after {
    bottom: -0.875rem;
    right: -0.0625rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 13.75rem;
    background: url(../img/deco_dot_pc.svg) right bottom repeat-x;
  }
}
.p-top-lunch__detail-description .time {
  margin-top: 1.625rem;
  text-align: center;
  font-size: max(0.75rem, 9.6px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0166666667em;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-top-lunch__detail-description .time {
    font-size: 0.75rem;
  }
}
@media (min-width: 1100px) {
  .p-top-lunch__detail-description .time {
    margin-top: 1.625rem;
    margin-right: -2px;
    text-align: right;
    width: 100%;
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0.0171428571em;
  }
}
@media screen and (min-width: 1100px) and (max-width: 767px) {
  .p-top-lunch__detail-description .time {
    font-size: 0.875rem;
  }
}

.p-grand-menu {
  position: relative;
  z-index: 0;
}

.p-grand-menu__inner {
  position: relative;
  margin-inline: auto;
  padding: 5rem 5.625rem 5rem;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .p-grand-menu__inner {
    padding: 3.75rem 1.25rem;
    max-width: 100%;
  }
}
.p-grand-menu__inner::after {
  position: absolute;
  bottom: -0.375rem;
  left: 16rem;
  z-index: -1;
  content: "";
  width: calc(50vw + 50%);
  height: 100%;
  max-height: 137.25rem;
  aspect-ratio: 1024/2196;
  background: #eae0d5;
}
@media screen and (max-width: 767px) {
  .p-grand-menu__inner::after {
    bottom: -0.375rem;
    left: 6.3125rem;
    max-height: 97.8125rem;
    aspect-ratio: 274/1565;
  }
}

.p-top-menu__deco_coffee-leaves2 {
  position: absolute;
  top: -8.625rem;
  left: -6.875rem;
  width: 24.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__deco_coffee-leaves2 {
    top: -5.625rem;
    left: -2.625rem;
    width: 11.875rem;
  }
}

.p-top-menu__deco-coffee-beans2 {
  position: absolute;
  bottom: -7.9375rem;
  right: -5.5625rem;
  width: 24.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__deco-coffee-beans2 {
    bottom: -6.5625rem;
    right: -1.875rem;
    width: 10.5rem;
  }
}

.p-grand-menu__title .en {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-grand-menu__title .en {
    padding-left: 4px;
  }
}

.p-top-menu__body {
  margin-top: 3.75rem;
  padding-bottom: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__body {
    margin-top: 2.5rem;
    padding-bottom: 0;
    gap: 2.5625rem;
  }
}

.p-top-menu__head {
  position: relative;
  padding-block: 0.4375rem;
  padding-left: 20px;
  color: #222;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
}
@media screen and (max-width: 767px) {
  .p-top-menu__head {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-menu__head {
    padding-block: 0.25rem;
    padding-left: 10px;
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-menu__head {
    font-size: 1.25rem;
  }
}
.p-top-menu__head::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #222;
}
.p-top-menu__head::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #222;
}

.p-top-menu__lists {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__lists {
    margin-top: 1.25rem;
    gap: 1.25rem 1.1875rem;
  }
}

.p-top-menu__list {
  width: 100%;
  max-width: 21.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__list {
    max-width: calc(50% - 10px);
  }
}

.p-top-menu__list-img {
  padding: 0.5rem;
  background: #ffffff;
  width: 100%;
  max-width: 21.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__list-img {
    padding: 0.3125rem;
    max-width: 100%;
    width: 100%;
  }
}
.p-top-menu__list-img img {
  width: 100%;
  max-width: 20.5rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-top-menu__list-img img {
    max-width: 100%;
    width: 100%;
  }
}

.p-top-menu__list-title {
  margin-top: 0.75rem;
  color: #222;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-top-menu__list-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-menu__list-title {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-menu__list-title {
    font-size: 0.875rem;
  }
}

.p-top-menu__list-price {
  color: #222;
  font-family: "Damion", cursive;
  font-size: max(2rem, 25.6px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-top-menu__list-price {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-menu__list-price {
    font-size: max(1.5rem, 19.2px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-menu__list-price {
    font-size: 1.5rem;
  }
}

.p-top-menu__body-drink {
  margin-top: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__body-drink {
    margin-top: 1.1875rem;
  }
}

.p-top-menu__body-drink .p-top-menu__list-img {
  width: 20.4375rem;
  padding: 8px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-menu__body-drink .p-top-menu__list-img {
    display: none;
  }
}

.p-top-menu__lists-drink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  width: 100%;
  max-width: 42.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__lists-drink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4375rem;
    padding-inline: 1.25rem;
  }
}

.p-top-menu__list-drink {
  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%;
  max-width: 12.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__list-drink {
    max-width: 100%;
  }
}

.p-top-menu__drink-title {
  position: relative;
  margin-bottom: 1.5625rem;
  color: #222;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-top-menu__drink-title {
    font-size: 1rem;
  }
}
.p-top-menu__drink-title::after {
  position: absolute;
  left: 0;
  bottom: -7px;
  content: "";
  width: 100%;
  height: 1px;
  background: #222;
}
@media screen and (max-width: 767px) {
  .p-top-menu__drink-title {
    margin-bottom: 0.625rem;
  }
}

.p-top-menu__drink-body {
  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.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__drink-body {
    margin-top: 1rem;
  }
}

.p-top-menu__drink-body li {
  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;
  row-gap: 0.9375rem;
}

.p-top-menu__drink-name {
  color: #222;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-top-menu__drink-name {
    font-size: 0.875rem;
  }
}

.p-top-menu__drink-price {
  color: #222;
  text-align: right;
  font-family: "Damion", cursive;
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-top-menu__drink-price {
    font-size: 1.25rem;
  }
}

.p-top-menu__button {
  margin: 9px calc(50% - 142px) 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-menu__button {
    margin-top: 2.5rem;
  }
}
.p-top-menu__button .c-button__more {
  margin-left: 0;
}

.p-top-gallery {
  margin-top: 10.375rem;
  position: relative;
  background: #eae0d5;
}
@media screen and (max-width: 767px) {
  .p-top-gallery {
    margin-top: 7.875rem;
  }
}

.p-top-gallery__inner {
  margin-inline: auto;
  padding: 5rem 5.625rem 5.375rem;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__inner {
    padding: 3.75rem 1.25rem 4.125rem;
  }
}

.p-top-gallery__deco_balloon-gallery {
  position: absolute;
  top: -3.8125rem;
  right: calc(50% + 4.75rem);
}
@media screen and (max-width: 767px) {
  .p-top-gallery__deco_balloon-gallery {
    top: -3.75rem;
    right: auto;
    left: -1.25rem;
  }
}
.p-top-gallery__deco_balloon-gallery img {
  width: 16.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__deco_balloon-gallery img {
    width: 12.5rem;
  }
}

.p-top-gallery__body-inner {
  margin-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__body-inner {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-gallery__img {
    max-width: calc(50% - 10px);
  }
}

.p-top-gallery__button {
  margin: 0 calc(50% - 142px) 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__button .c-button__more {
    margin-left: 0;
  }
}

.p-top-news__inner {
  position: relative;
  margin-inline: auto;
  padding: 5rem 5.625rem 0;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .p-top-news__inner {
    padding: 3.75rem 1.25rem 6.25rem;
  }
}

.p-top-news__deco_plate {
  position: absolute;
  top: -8.75rem;
  left: -5.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__deco_plate {
    top: -2.5rem;
    left: -4.375rem;
  }
}
.p-top-news__deco_plate img {
  width: 22.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__deco_plate img {
    width: 12.75rem;
  }
}

.p-top-news__body {
  position: relative;
  margin-top: 3.75rem;
  padding-bottom: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__body {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-top-news__body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__body-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3125rem;
  }
}

.p-top-news-card__link {
  display: block;
}
.p-top-news-card__link .p-top-news-card__image {
  overflow: hidden;
}
.p-top-news-card__link .p-top-news-card__image img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-top-news-card__link:hover .p-top-news-card__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-top-news-card__link .c-tag {
  top: 10px;
}

.p-top-news__card-large {
  width: 31.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__card-large {
    width: 100%;
  }
}

.p-top-news-card__link-large .p-top-news-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 31.875rem;
  aspect-ratio: 510/319;
  object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-top-news-card__link-large .p-top-news-card__image img {
    width: 100%;
  }
}

.p-top-news-card__link-large .p-top-news-card__title {
  margin-top: 1rem;
  color: #222;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-top-news-card__link-large .p-top-news-card__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news-card__link-large .p-top-news-card__title {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-news-card__link-large .p-top-news-card__title {
    font-size: 0.875rem;
  }
}

.p-top-news-card__link-large .p-top-news-card__text {
  margin-top: 1.25rem;
  color: #222;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .p-top-news-card__link-large .p-top-news-card__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news-card__link-large .p-top-news-card__text {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-news-card__link-large .p-top-news-card__text {
    font-size: 0.75rem;
  }
}

.p-top-news-card__link-large .p-top-news-card__date {
  display: inline-block;
  margin-top: 1.25rem;
  color: #222;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-top-news-card__link-large .p-top-news-card__date {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news-card__link-large .p-top-news-card__date {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-news-card__link-large .p-top-news-card__date {
    font-size: 0.875rem;
  }
}

.p-top-news-card__link-large .c-tag {
  top: 20px;
}
.p-top-news-card__link-large .c-tag__text {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-top-news-card__link-large .c-tag__text {
    font-size: 1rem;
  }
}
.p-top-news-card__link-large .c-tag__text::after {
  border-width: 14px 5px 14px 0px;
}

.p-top-news__card-small-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.9375rem 1.875rem;
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__card-small-group {
    gap: 1.1875rem;
    width: 100%;
  }
}

.p-top-news__card-small {
  position: relative;
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .p-top-news__card-small {
    width: calc(50% - 9.5px);
  }
}

.p-top-news__card-small .p-top-news-card__image {
  width: 100%;
}
.p-top-news__card-small .p-top-news-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 16.5625rem;
  aspect-ratio: 265/166;
  object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-top-news__card-small .p-top-news-card__image img {
    width: 100%;
    aspect-ratio: 158/99;
  }
}

.p-top-news-card__link-small .p-top-news-card__title {
  margin-top: 0.6875rem;
  color: #222;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .p-top-news-card__link-small .p-top-news-card__title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news-card__link-small .p-top-news-card__title {
    margin-top: 0.5rem;
    font-size: max(0.75rem, 9.6px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-news-card__link-small .p-top-news-card__title {
    font-size: 0.75rem;
  }
}

.p-top-news-card__link-small .p-top-news-card__date {
  margin-top: 0.75rem;
  display: inline-block;
  color: #222;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-top-news-card__link-small .p-top-news-card__date {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news-card__link-small .p-top-news-card__date {
    margin-top: 0.75rem;
    font-size: max(0.75rem, 9.6px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-news-card__link-small .p-top-news-card__date {
    font-size: 0.75rem;
  }
}

.p-top-news__button {
  margin: 0 calc(50% - 142px) 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__button .c-button__more {
    margin-left: 0;
  }
}

.p-main .c-access .c-access__inner {
  margin-top: 86px;
}

.p-concept-main {
  background: #f3efeb;
}

@media (min-width: 768px) {
  .p-header .p-object-hader {
    display: block;
  }
}

.p-concept {
  margin-inline: auto;
  padding-inline: 5.625rem;
  max-width: 80rem;
}
@media screen and (max-width: 767px) {
  .p-concept {
    padding-inline: 1.25rem;
    max-width: 100%;
  }
}

.p-concept-block {
  padding-block: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept-block {
    padding-block: 3.75rem;
    gap: 6.25rem;
  }
}

.p-concept-block__wrap {
  position: relative;
  z-index: 0;
  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: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .p-concept-block__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.9375rem;
  }
}

.p-concept-block__wrap:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-concept-block__wrap:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-concept-block__wrap:nth-child(1)::after {
  position: absolute;
  bottom: -6.25rem;
  left: 12.875rem;
  z-index: -1;
  content: "";
  width: calc(50vw + 50%);
  height: 12.5rem;
  aspect-ratio: 984/200;
  background: #eae0d5;
}
@media screen and (max-width: 767px) {
  .p-concept-block__wrap:nth-child(1)::after {
    bottom: -3.125rem;
    left: 1.25rem;
    height: 6.25rem;
    aspect-ratio: 335/100;
  }
}

.p-concept-block__wrap:nth-child(2)::after {
  position: absolute;
  bottom: -3.75rem;
  right: 38.125rem;
  z-index: -1;
  content: "";
  width: calc(50vw + 50%);
  height: 27.3125rem;
  aspect-ratio: 580/437;
  background: #eae0d5;
}
@media screen and (max-width: 767px) {
  .p-concept-block__wrap:nth-child(2)::after {
    bottom: -3.0625rem;
    right: 4.4375rem;
    height: 14.1875rem;
    aspect-ratio: 284/227;
  }
}

.p-concept-block__wrap:nth-child(3)::after {
  position: absolute;
  bottom: -5rem;
  left: 49.375rem;
  z-index: -1;
  content: "";
  width: calc(50vw + 50%);
  height: 32.5rem;
  aspect-ratio: 400/520;
  background: #eae0d5;
}
@media screen and (max-width: 767px) {
  .p-concept-block__wrap:nth-child(3)::after {
    bottom: -1.375rem;
    left: auto;
    right: -1.25rem;
    width: 11.5rem;
    height: 12.1875rem;
    aspect-ratio: 184/195;
  }
}

.p-concept-block__img img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-concept-block__img img {
    width: 33.125rem;
  }
}
@media (min-width: 1100px) {
  .p-concept-block__img img {
    width: 40rem;
  }
}

.p-concept-block__wrap:nth-child(3) .p-concept-block__img {
  text-align: left;
}

.p-concept-block__title {
  color: #222;
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-concept-block__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-block__title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-concept-block__title {
    font-size: 1.25rem;
  }
}

.p-concept-block__description {
  margin-top: 2.125rem;
  color: #222;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-concept-block__description {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-block__description {
    margin-top: 2.0625rem;
  }
}

.p-contact {
  background: #f3efeb;
  margin-inline: auto;
  padding-inline: 5.625rem;
  padding-bottom: 5px;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-inline: 1.25rem;
    padding-bottom: 65px;
    max-width: 100%;
  }
}

.p-contact__thanks {
  padding-bottom: 58px;
}

.p-contact__inner {
  margin-top: 3.75rem;
  padding-inline: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .p-contact__inner {
    margin-top: 5rem;
    margin-inline: auto;
    padding-inline: 5.625rem;
    max-width: 868px;
  }
}
@media (min-width: 1100px) {
  .p-contact__inner {
    margin-top: 5rem;
    margin-inline: auto;
    padding-inline: 12.875rem;
    max-width: 1100px;
  }
}

.p-contact__title {
  text-align: center;
  color: #382620;
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__title {
    font-size: 1.25rem;
  }
}

.p-contact__text {
  margin-top: 1.5rem;
  color: #382620;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    margin-top: 1.375rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__text {
    font-size: 0.875rem;
  }
}

.wpcf7-form {
  margin-top: 5rem;
  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: 40px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form {
    margin-top: 3.75rem;
  }
}

.p-contact__data,
.wpcf7-form-control-wrap {
  width: 100%;
}

.p-contact__row {
  display: grid;
  grid-template-columns: 170px 1fr;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
.p-contact__row.--aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-contact__head {
  color: #382620;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    font-size: 1rem;
  }
}
.p-contact__head span.--must {
  position: relative;
  display: inline-block;
}
.p-contact__head span.--must::after {
  content: "必須";
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  left: calc(100% + 8px);
  font-size: max(0.6875rem, 8.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #ffffff;
  display: inline-block;
  padding: 1px 6px;
  border-radius: 2px;
  background: #f07317;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-contact__head span.--must::after {
    font-size: 0.6875rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border-radius: 6px;
  border: 1px solid #382620;
  width: 100%;
  padding: 11px 16px 12px;
  background: #ffffff;
  font-size: 16px;
  line-height: normal;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #ccc;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
  border-color: #f07317;
}
@media (min-width: 768px) {
  input[type=text]:hover, input[type=text]:focus,
  input[type=email]:hover,
  input[type=email]:focus,
  input[type=tel]:hover,
  input[type=tel]:focus,
  textarea:hover,
  textarea:focus {
    outline: none;
    border-color: #f07317;
  }
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

.wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
.wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control .wpcf7-list-item::before, .wpcf7-form-control .wpcf7-list-item::after {
  display: none;
}
.wpcf7-form-control span {
  position: relative;
  color: #382620;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control span {
    font-size: 1rem;
  }
}
.wpcf7-form-control span .wpcf7-list-item-label {
  padding-left: 34px;
}
.wpcf7-form-control span::before, .wpcf7-form-control span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.wpcf7-form-control span::before {
  left: 0;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #382620;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.wpcf7-form-control span::after {
  left: 6px;
  width: 12px;
  height: 12px;
  background: #f07317;
  opacity: 0;
}
.wpcf7-form-control label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

textarea {
  height: 240px;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 200px;
  }
}

.p-contact__attention {
  color: #382620;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-contact__attention {
    font-size: 0.875rem;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__submit {
  margin: 0 calc(50% - 142px) 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    margin-top: 0;
  }
}
.p-contact__submit input[type=submit] {
  color: #ffffff;
  display: inline-block;
  padding: 23px 105px 25px 121px;
  white-space: nowrap;
  margin-inline: auto;
  background: #222;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1em;
}
@media screen and (max-width: 767px) {
  .p-contact__submit input[type=submit] {
    font-size: 1rem;
  }
}
.p-contact__submit span {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-contact__submit span::before {
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 24px;
  background: url(../img/icon_arrow-right.svg) no-repeat left top;
  background-size: contain;
}
.p-contact__submit span::after {
  position: absolute;
  right: -7px;
  top: 6px;
  content: "";
  width: 100%;
  height: 100%;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  pointer-events: none;
  -webkit-transition: right 0.3s, top 0.3s;
  transition: right 0.3s, top 0.3s;
}
.p-contact__submit span:hover {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
}
.p-contact__submit span:hover::after {
  right: 0px;
  top: 0px;
}

.wpcf7-not-valid-tip {
  color: #f07317;
  font-weight: 700;
  font-size: 16px;
  margin-top: 6px;
}

.wpcf7-spinner,
.wpcf7-response-output {
  display: none;
}

.p-menu-main {
  position: relative;
  background: #f3efeb;
  z-index: 100;
}

.p-menu {
  margin-inline: auto;
  padding-inline: 5.625rem;
  max-width: 80rem;
}
@media screen and (max-width: 767px) {
  .p-menu {
    padding-inline: 1.25rem;
    padding-bottom: 3.8125rem;
    max-width: 100%;
  }
}

.p-button__list {
  margin-top: 5rem;
  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;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-button__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.75rem;
    gap: 0.875rem 0.875rem;
    margin-inline: auto;
    width: 20.9375rem;
  }
}

.p-menu__cards {
  margin: 5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-menu__cards {
    margin-top: 3.75rem;
    gap: 1.53125rem 1.1875rem;
  }
}

.p-menu__card {
  width: 100%;
  max-width: 15.3125rem;
}
@media screen and (max-width: 767px) {
  .p-menu__card {
    max-width: calc(50% - 10px);
  }
}

.p-menu__card-title {
  margin-top: 0.75rem;
  text-align: left;
  color: #222;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .p-menu__card-title {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__card-title {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-menu__card-title {
    font-size: 0.875rem;
  }
}

.p-menu__card-price {
  text-align: center;
  font-family: "Damion", cursive;
  color: #222;
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-menu__card-price {
    font-size: 1.5rem;
  }
}

.p-menu__card-img img {
  aspect-ratio: 1;
}

.p-menu__body-drink {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-menu__body-drink {
    margin-top: 3.75rem;
  }
}

.p-menu__drink-img {
  display: none;
}
@media (min-width: 1100px) {
  .p-menu__drink-img {
    display: block;
    -webkit-box-flex: 327px;
        -ms-flex: 327px 0;
            flex: 327px 0;
    border: 0.5rem solid #ffffff;
  }
}
.p-menu__drink-img img {
  aspect-ratio: 1;
}

.p-menu__lists-drink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 3rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-menu__lists-drink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5625rem;
    width: 100%;
    padding-inline: 1.25rem;
  }
}

.p-menu__list-drink {
  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%;
}
@media screen and (max-width: 767px) {
  .p-menu__list-drink {
    max-width: 100%;
  }
}

.p-menu__drink-title {
  padding-bottom: 0.4375rem;
  color: #222;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0em;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 767px) {
  .p-menu__drink-title {
    font-size: 1rem;
  }
}
.p-menu__drink-body {
  margin-top: 1.25rem;
  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.6875rem;
}

.p-menu__drink-body li {
  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;
  row-gap: 0.9375rem;
}

.p-menu__drink-name {
  color: #222;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-menu__drink-name {
    font-size: 0.875rem;
  }
}

.p-menu__drink-price {
  color: #222;
  text-align: right;
  font-family: "Damion", cursive;
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-menu__drink-price {
    font-size: 1.25rem;
  }
}

.p-access {
  background: #f3efeb;
  margin-inline: auto;
  padding-inline: 5.625rem;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-inline: 1.25rem;
    max-width: 100%;
  }
}

.p-access__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.8125rem;
  padding: 3.75rem 0 3.6875rem;
}
@media (min-width: 768px) {
  .p-access__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.4375rem;
    margin-inline: auto;
    padding: 5.0625rem 7.5rem 0;
    max-width: 1120px;
  }
}
@media (min-width: 1100px) {
  .p-access__inner {
    margin-inline: auto;
    padding: 5.0625rem 12.875rem 0;
    max-width: 1100px;
  }
}

.p-access-title {
  color: #382620;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-access-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-access-title {
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-access-title {
    font-size: 1.125rem;
  }
}
.p-access-title::before {
  content: "";
  width: 0.375rem;
  height: 2.25rem;
  background: #382620;
}
@media screen and (max-width: 767px) {
  .p-access-title::before {
    height: 1.6875rem;
  }
}

.p-access__image {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-access__image {
    margin-top: 1.25rem;
  }
}

.p-products__inner {
  background: #f3efeb;
  margin-inline: auto;
  padding: 0 5.625rem;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .p-products__inner {
    padding: 0 1.25rem 3.75rem;
    max-width: 100%;
  }
}

.p-products__cards {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-products__cards {
    margin-top: 3.75rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 1.1875rem;
  }
}

.p-products__card-item .p-products__card-title {
  margin-top: 0.5rem;
  color: #222;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .p-products__card-item .p-products__card-title {
    font-size: 0.875rem;
  }
}
.p-products__card-item .p-products__card-price {
  margin-top: 0.5625rem;
  color: #222;
  text-align: center;
  font-family: "Damion", cursive;
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-products__card-item .p-products__card-price {
    font-size: 1.5rem;
  }
}
.p-products__card-item .p-products__card-link {
  margin-top: 0.625rem;
}
.p-products__card-item:nth-of-type(2) {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .p-products__card-item:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.p-products__card-item:nth-of-type(3) {
  grid-column: 4/5;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .p-products__card-item:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.p-products__card-item:nth-of-type(4) {
  grid-column: 3/4;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .p-products__card-item:nth-of-type(4) {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}
.p-products__card-item:nth-of-type(5) {
  grid-column: 4/5;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .p-products__card-item:nth-of-type(5) {
    grid-column: 2/3;
    grid-row: 4/5;
  }
}
.p-products__card-item:nth-of-type(6) {
  grid-column: 1/2;
  grid-row: 3/4;
}
@media screen and (max-width: 767px) {
  .p-products__card-item:nth-of-type(6) {
    grid-column: 1/2;
    grid-row: 5/6;
  }
}
.p-products__card-item:nth-of-type(7) {
  grid-column: 2/3;
  grid-row: 3/4;
}
@media screen and (max-width: 767px) {
  .p-products__card-item:nth-of-type(7) {
    grid-column: 2/3;
    grid-row: 5/6;
  }
}
.p-products__card-item:nth-of-type(8) {
  grid-column: 3/4;
  grid-row: 3/4;
}
@media screen and (max-width: 767px) {
  .p-products__card-item:nth-of-type(8) {
    grid-column: 1/2;
    grid-row: 6/7;
  }
}
.p-products__card-item:nth-of-type(9) {
  grid-column: 4/5;
  grid-row: 3/4;
}
@media screen and (max-width: 767px) {
  .p-products__card-item:nth-of-type(9) {
    grid-column: 2/3;
    grid-row: 6/7;
  }
}
.p-products__card-item img {
  aspect-ratio: 1;
}

.p-products__card-item-large {
  grid-column: 1/3;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .p-products__card-item-large {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
.p-products__card-item-large img {
  aspect-ratio: 1;
}
.p-products__card-item-large .p-products__card-title {
  margin-top: 0.5rem;
  color: #222;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-products__card-item-large .p-products__card-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-products__card-item-large .p-products__card-title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-products__card-item-large .p-products__card-title {
    font-size: 1.25rem;
  }
}
.p-products__card-item-large .p-products__card-price {
  margin-top: 0.5rem;
  color: #222;
  text-align: center;
  font-family: "Damion", cursive;
  font-size: max(2rem, 25.6px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-products__card-item-large .p-products__card-price {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-products__card-item-large .p-products__card-price {
    margin-top: 0.5625rem;
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-products__card-item-large .p-products__card-price {
    font-size: 1.75rem;
  }
}
.p-products__card-item-large .p-products__card-link {
  margin-top: 0.5rem;
}

.p-products__card-link {
  margin-top: 0.5rem;
  text-align: center;
}

.p-products__info {
  position: relative;
  margin-top: 6.25rem;
  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: 3.75rem;
  padding: 4.6875rem 3.5rem;
  border: 4px solid #382620;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-products__info {
    margin-top: 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.125rem;
    padding: 2.1875rem 2.25rem 2.1875rem;
  }
}
.p-products__info::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  border: 1px solid #382620;
  width: calc(100% - 13px);
  height: calc(100% - 10px);
}
@media screen and (max-width: 767px) {
  .p-products__info::before {
    height: calc(100% - 12px);
  }
}

.p-products__info-contents {
  width: 28.75rem;
}
@media screen and (max-width: 767px) {
  .p-products__info-contents {
    width: 100%;
  }
}

.p-products__info-title {
  padding-bottom: 1.4375rem;
  color: #382620;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  background: url(../img/deco_products-dots.svg) left bottom repeat-x;
}
@media screen and (max-width: 767px) {
  .p-products__info-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-products__info-title {
    padding-bottom: 1.5rem;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-products__info-title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-products__info-title br {
    display: none;
  }
}

.p-products__info-text {
  margin-top: 2.1875rem;
  color: #222;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-products__info-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-products__info-text {
    margin-top: 1.25rem;
    color: #382620;
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-products__info-text {
    font-size: 0.875rem;
  }
}

.p-products__info-img img {
  width: 28.75rem;
  aspect-ratio: 460/300;
}
@media screen and (max-width: 767px) {
  .p-products__info-img img {
    width: 100%;
  }
}

.p-news-main {
  background: #f3efeb;
}

.p-news {
  margin-inline: auto;
  padding-inline: 5.625rem;
  max-width: 80rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-inline: 1.25rem;
    max-width: 100%;
  }
}

.p-news-body {
  padding: 5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-news-body {
    padding: 3.75rem 0 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75rem;
  }
}

.p-news__cards-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 45rem;
}
@media screen and (max-width: 767px) {
  .p-news__cards-wrap {
    max-width: 100%;
  }
}

.p-news__category-title {
  color: #222;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.4166666667;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-news__category-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__category-title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-news__category-title {
    font-size: 1.25rem;
  }
}

.p-news__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-news__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem 1.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-news__cards li {
    max-width: calc(50% - 0.59375rem);
  }
}

.p-news__card {
  width: 100%;
  max-width: 21.25rem;
}

.p-news-card__link {
  position: relative;
}
.p-news-card__link:hover .p-news-card__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-news-card__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-news-card__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 340/213;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-news__card .p-news-card__title {
  margin-top: 0.6875rem;
  color: #222;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .p-news__card .p-news-card__title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__card .p-news-card__title {
    margin-top: 0.5rem;
    font-size: max(0.75rem, 9.6px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-news__card .p-news-card__title {
    font-size: 0.75rem;
  }
}

.p-news__card .p-news-card__date {
  display: inline-block;
  margin-top: 0.75rem;
  color: #222;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-news__card .p-news-card__date {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__card .p-news-card__date {
    font-size: max(0.75rem, 9.6px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-news__card .p-news-card__date {
    font-size: 0.75rem;
  }
}

.p-news__cards-pagination {
  margin-top: 3.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-news__cards-pagination {
    margin-top: 2.5rem;
  }
}

.cards-pagination_link {
  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: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid currentColor;
  background: #ffffff;
  color: #382620;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .cards-pagination_link {
    font-size: 1rem;
  }
}
.cards-pagination_link.current {
  border: 1px solid currentColor;
  background: #382620;
  color: #ffffff;
}

.prev {
  position: relative;
}
.prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 6px;
  height: 12px;
  background: url(../img/icon_left.svg) no-repeat center center;
}

.next {
  position: relative;
}
.next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 6px;
  height: 12px;
  background: url(../img/icon_right.svg) no-repeat center center;
}

.p-news__side {
  width: 18.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-news__side {
    width: 100%;
  }
}

.p-news__side-block {
  background: #f8f8f8;
  padding: 1.25rem 1.25rem 1.25rem;
}

.p-news__side-block-title {
  position: relative;
  color: #222;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-news__side-block-title {
    font-size: 1.25rem;
  }
}
.p-news__side-block-title::after {
  position: absolute;
  bottom: -1.3125rem;
  left: 0;
  content: "";
  width: 32px;
  height: 1px;
  background: #222;
}

.p-news__side-block-lists {
  margin-top: 2.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.p-news-side__link {
  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: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-news-side__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-news-side__link:hover .p-news-side__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-news-side__image {
  -webkit-box-flex: 6.25rem;
      -ms-flex: 6.25rem 0;
          flex: 6.25rem 0;
  overflow: hidden;
}
.p-news-side__image img {
  display: block;
  width: 0.3571428571;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news-side__image img {
    width: 100%;
  }
}

.p-news-side__body {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-news-side__body {
    width: 100%;
  }
}

.p-news-side__title {
  color: #222;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .p-news-side__title {
    font-size: 0.875rem;
  }
}

.p-news-side__date {
  margin-top: 0.625rem;
  color: #222;
  font-size: max(0.75rem, 9.6px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-news-side__date {
    font-size: 0.75rem;
  }
}

.p-news__side-category-lists {
  margin-top: 2.5625rem;
  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.6875rem;
}

.p-news__side-category-link {
  padding-left: 12px;
  position: relative;
  color: #222;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-news__side-category-link {
    font-size: 1rem;
  }
}
.p-news__side-category-link::after {
  position: absolute;
  top: 53%;
  left: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 100%;
  max-width: 0.625rem;
  height: 100%;
  background: url(../img/icon_right.svg) no-repeat center center;
}

.p-post-main {
  background: #f3efeb;
}

.p-post {
  margin-inline: auto;
  padding-inline: 5.625rem;
  max-width: 80rem;
}
@media screen and (max-width: 767px) {
  .p-post {
    padding-inline: 1.25rem;
    max-width: 100%;
  }
}

.p-post__inner {
  padding-inline: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .p-post__inner {
    margin-inline: auto;
    padding-inline: 6.25rem;
    max-width: 75rem;
  }
}
@media (min-width: 1100px) {
  .p-post__inner {
    padding-inline: 12.875rem;
    max-width: 68.75rem;
  }
}

.p-post-contents {
  padding-block: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-post-contents {
    padding-block: 3.75rem 3.75rem;
  }
}
.p-post-contents .thumbnail-img {
  width: 43rem;
  aspect-ratio: 688/361;
}
@media screen and (max-width: 767px) {
  .p-post-contents .thumbnail-img {
    width: 100%;
    aspect-ratio: 335/176;
  }
}
.p-post-contents .thumbnail-title {
  margin-top: 1.1875rem;
  color: #382620;
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-post-contents .thumbnail-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post-contents .thumbnail-title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-post-contents .thumbnail-title {
    font-size: 1.25rem;
  }
}

.thumbnail-date {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.thumbnail-time {
  color: #382620;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .thumbnail-time {
    font-size: 0.875rem;
  }
}
.thumbnail-time::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #382620;
}

.thumbnail-category {
  padding-left: 21px;
  color: #382620;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .thumbnail-category {
    font-size: 0.875rem;
  }
}

.p-post-contents__body {
  margin-top: 2.5625rem;
}
.p-post-contents__body h2 {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #382620;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-post-contents__body h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post-contents__body h2 {
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-post-contents__body h2 {
    font-size: 1.125rem;
  }
}
.p-post-contents__body h2::before {
  content: "";
  width: 6px;
  height: 1.5;
  background: #382620;
}
.p-post-contents__body h3 {
  margin-top: 41px;
  padding-bottom: 11px;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #382620;
  border-bottom: 1px solid #382620;
}
@media screen and (max-width: 767px) {
  .p-post-contents__body h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post-contents__body h3 {
    margin-top: 39px;
    padding-bottom: 12px;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-post-contents__body h3 {
    font-size: 1rem;
  }
}
.p-post-contents__body h4 {
  margin-top: 40px;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-post-contents__body h4 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post-contents__body h4 {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-post-contents__body h4 {
    font-size: 0.875rem;
  }
}
.p-post-contents__body p {
  margin-top: 15px;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-post-contents__body p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post-contents__body p {
    margin-top: 14px;
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-post-contents__body p {
    font-size: 0.875rem;
  }
}
.p-post-contents__body img {
  margin-top: 16px;
  width: 100%;
  aspect-ratio: 688/250;
}
@media screen and (max-width: 767px) {
  .p-post-contents__body img {
    margin-top: 14px;
  }
}
.p-post-contents__body ul {
  margin-top: 15px;
}
.p-post-contents__body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  .p-post-contents__body ul li {
    gap: 3px;
  }
}
.p-post-contents__body ul li::before {
  content: "・";
  width: 14px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .p-post-contents__body ul li::before {
    height: 28px;
  }
}
.p-post-contents__body ol {
  margin-top: 16px;
  list-style: decimal !important;
  padding-left: 23px;
}
@media screen and (max-width: 767px) {
  .p-post-contents__body ol {
    margin-top: 14px;
    padding-left: 20px;
  }
}
.p-post-contents__body li {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  color: #222;
  list-style-type: inherit;
}
@media screen and (max-width: 767px) {
  .p-post-contents__body li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post-contents__body li {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-post-contents__body li {
    font-size: 0.875rem;
  }
}

blockquote {
  margin-top: 16px;
  padding: 2.5625rem 2.5rem 2.5rem;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  blockquote {
    padding: 1.125rem 1.25rem 1.25rem;
  }
}
blockquote p {
  margin-top: 0 !important;
  color: #222;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  blockquote p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  blockquote p {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  blockquote p {
    font-size: 0.875rem;
  }
}
blockquote cite {
  display: block;
  margin-top: 1rem;
  text-align: right;
  color: #222;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  blockquote cite {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  blockquote cite {
    margin-top: 14px;
  }
}

.p-post-contents__pager {
  margin-top: 2.625rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-post-contents__pager {
    margin-top: 39px;
  }
}

.pager-item a {
  color: #382620;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .pager-item a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .pager-item a {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .pager-item a {
    font-size: 0.875rem;
  }
}
.pager-item img {
  width: 0.375rem;
  height: 0.75rem;
}

.p-post-contents__pager-prev {
  justify-self: start;
}

.p-post-contents__pager-archive {
  justify-self: center;
  padding: 0.6875rem 2.1875rem 0.625rem;
  color: #382620;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  border: 1px solid #382620;
}
@media screen and (max-width: 767px) {
  .p-post-contents__pager-archive {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post-contents__pager-archive {
    padding: 0.75rem 2.1875rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-post-contents__pager-archive {
    font-size: 0.875rem;
  }
}

.p-post-contents__pager-next {
  justify-self: end;
}

.p-post-contents__related-articles {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-post-contents__related-articles {
    margin-top: 100px;
  }
}

.related-articles__title {
  text-align: center;
  color: #382620;
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .related-articles__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .related-articles__title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .related-articles__title {
    font-size: 1.25rem;
  }
}

.related-articles__cards {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .related-articles__cards {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1875rem;
  }
}

.related-articles__card-link {
  position: relative;
}

.related-articles__card__image {
  width: 100%;
}
.related-articles__card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 202/126;
}
@media screen and (max-width: 767px) {
  .related-articles__card__image img {
    aspect-ratio: 158/99;
  }
}

.related-articles__card-title {
  margin-top: 12px;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .related-articles__card-title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .related-articles__card-title {
    margin-top: 8px;
    font-size: max(0.75rem, 9.6px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .related-articles__card-title {
    font-size: 0.75rem;
  }
}

.related-articles__card-date {
  display: inline-block;
  margin-top: 12px;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #222;
}
@media screen and (max-width: 767px) {
  .related-articles__card-date {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .related-articles__card-date {
    font-size: max(0.75rem, 9.6px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .related-articles__card-date {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Serif JP", serif;
}
.u-font__jp {
  font-family: "Noto Serif JP", serif;
}
.u-font__en {
  font-family: "Amatic SC", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}