@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --content_width: 144rem;
  --content-both_space: 3rem;
}
:root {
  --transition: 0.5s;
}

@font-face {
  font-family: "dancingscript";
  font-weight: 400;
  src: url("../font/DancingScript-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "dancingscript";
  font-weight: 700;
  src: url("../font/DancingScript-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "shippori";
  font-weight: 400;
  src: url("../font/ShipporiMincho-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "shippori";
  font-weight: 700;
  src: url("../font/ShipporiMincho-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "zenkaku";
  font-weight: 400;
  src: url("../font/ZenKakuGothicAntique-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "zenkaku";
  font-weight: 500;
  src: url("../font/ZenKakuGothicAntique-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "zenkaku";
  font-weight: 700;
  src: url("../font/ZenKakuGothicAntique-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "zenkaku";
  font-weight: 900;
  src: url("../font/ZenKakuGothicAntique-Black.ttf") format("truetype");
}
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  overflow: auto;
}

body {
  background-color: #f9f5ed;
  color: #2d261f;
  font-family: "zenkaku", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1;
  overflow-x: clip;
  position: relative;
}
body.is-open::before {
  opacity: 0.95;
  visibility: visible;
}
body::before {
  background-color: #353c46;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: opacity, visibility;
  visibility: hidden;
  width: 100vw;
  z-index: -1;
  z-index: 50;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

hgroup {
  position: relative;
}

a,
button {
  color: inherit;
  display: block;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: 0.5s;
}

picture {
  display: block;
  height: 100%;
  line-height: 1.2;
}

img {
  height: 100%;
  vertical-align: middle;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

em {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

address {
  font-style: normal;
}
/* スクロールバーのトラックの背景色 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスクロール部分 */
::-webkit-scrollbar-thumb {
  background-color: #19274e;
  border-radius: 5px;
}

/* スクロールバーの上部ボタン */
::-webkit-scrollbar-button:start {
  display: none;
}

/* スクロールバーの下部ボタン */
::-webkit-scrollbar-button:end {
  display: none;
}

.pc-only-inline {
  display: inline;
}

.sp-only-inline {
  display: none;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  overflow: hidden;
  padding-top: 12.8rem;
}

.l-footer__inner {
  color: #fff;
  margin-inline: auto;
  max-width: 96rem;
  padding-bottom: 13.2rem;
  padding-inline: var(--content-both_space);
}

.l-footer__logo-box {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer__logo-image {
  aspect-ratio: 190/65;
  margin-inline: auto;
  width: 19rem;
}

.l-footer__logo-text {
  color: #fff;
  font-family: "shippori", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 1.3rem;
}

.l-footer__btn-container {
  display: grid;
  gap: 2.3rem;
  grid-template-columns: 1fr 1fr;
  margin-inline: auto;
  margin-top: 5.8rem;
  max-width: 82.3rem;
}

.l-footer__btn a {
  border: 2px solid #fff;
  border-radius: 35px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-block: 2.6rem;
  position: relative;
}
.l-footer__btn a::after {
  aspect-ratio: 10.4/9.6;
  background-image: url(../images/common/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 8.25%;
  top: 50%;
  translate: 0 -50%;
  width: 1.04rem;
}

.l-footer__btn--left a {
  padding-left: 23.5%;
}

.l-footer__btn--right a {
  padding-left: 17.25%;
}

.l-footer__btn-container02 {
  display: flex;
  gap: 4.4rem;
  margin-inline: auto;
  margin-top: 6.5rem;
  translate: -2.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer__btn02 a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-right: 2rem;
  position: relative;
}
.l-footer__btn02 a::after {
  aspect-ratio: 1;
  background-image: url(../images/common/blank.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 1.2rem;
}

.l-footer__image {
  position: relative;
}
.l-footer__image::before {
  background-image: url(../images/common/bg-footer.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 604px;
  left: 0;
  position: absolute;
  right: 0;
  top: -53rem;
  z-index: -1;
}

/*.l-footer__image::before {*/
/*  background-color: white;*/
/*  content: "";*/
/*  display: block;*/
/*  height: 604px;*/
/*  left: 0;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: -63rem;*/
/*  z-index: -1;*/
/*}*/

/*.l-footer__image::after {*/
/*  background-image: url(../images/common/bg-footer.webp);*/
/*  background-position: center top;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  content: "";*/
/*  display: block;*/
/*  height: 604px;*/
/*  left: 0;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: -53rem;*/
/*  z-index: -1;*/
  /*opacity: 0.8;*/
/*}*/


/* -------------------------------------------*/
.header__btn-hamburger {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0.8rem;
  pointer-events: none;
}

.header__btn-solid {
  background-color: #fff;
  border-radius: 8px;
  display: block;
  height: 2px;
  transition: 0.5s;
  width: 3.2rem;
}

.header__btn.open .header__btn-hamburger {
  gap: 0.2rem;
  padding: 1.2rem;
}
.header__btn.open .header__btn-hamburger .header__btn-solid--1 {
  transform: translateY(4px) rotate(45deg);
}
.header__btn.open .header__btn-hamburger .header__btn-solid--2 {
  opacity: 0;
}
.header__btn.open .header__btn-hamburger .header__btn-solid--3 {
  transform: translateY(-4px) rotate(-45deg);
}

.header-modal {
  background-color: rgba(154, 148, 126, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    z-index: -10;
  }
}
.header-modal.close {
  animation-duration: 200ms;
  animation-fill-mode: forwards;
  animation-name: fadeOut;
  display: block;
  pointer-events: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    z-index: 199;
  }
}
.header-modal.open {
  animation-duration: 200ms;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-timing-function: ease-out;
  display: block;
}

.header-modal__container {
  padding: 2rem;
}

.header-modal__ul {
  color: #fff;
  margin-top: 8rem;
}
.header-modal__ul li a {
  border-bottom: 1px dashed;
  font-size: 1.5rem;
  margin-bottom: 1em;
  padding-block: 0.8rem;
  padding-left: 0.5em;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-header__bg {
  height: 14.5833333333vw;
  left: 0;
  max-height: 24.5rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  z-index: -1;
}
.l-header__bg img {
  -o-object-position: center bottom;
  object-position: center bottom;
}

.l-header {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.l-header.fixed {
  animation: fixed 0.5s forwards;
  animation-delay: 0.5s;
  background-image: url(../images/common/bg-straight.webp);
  translate: 0 -100%;
}

.l-header.absolute {
  animation: absolute 0.1s backwards;
  translate: 0;
}

@keyframes fixed {
  from {
    position: fixed;
    translate: 0 -100%;
  }
  to {
    position: fixed;
    translate: 0;
  }
}
@keyframes absolute {
  from {
    position: fixed;
    translate: 0;
    ackground-image: url(../images/common/bg-straight.webp);
  }
  to {
    background-image: url(../images/common/bg-straight.webp);
    position: fixed;
    translate: 0 -100%;
  }
}
.l-header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-block: 3.5rem;
  padding-inline: 4rem;
}

.l-header__logo-box a {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 14rem 1fr;
}

.l-header__logo {
  aspect-ratio: 140/48;
}

.l-header__siteName {
  color: #fff;
  font-size: 1.4rem;
}

.l-header__btn-box {
  align-items: center;
  display: grid;
  gap: 2.8rem;
  grid-template-columns: 5.4rem 5rem;
  padding-right: 0.5rem;
}

.l-header__btn-cart {
  aspect-ratio: 54/42;
}

.l-header__btn-menu {
  aspect-ratio: 50/33;
  cursor: pointer;
}

#headerImg {
  transition: var(--transition);
}

.l-header.fixed .l-header__logo-box a {
  grid-template-columns: 8.7rem 1fr;
}

.l-header.fixed .l-header__btn-box {
  grid-template-columns: 4.5rem 3.5rem;
}

.l-header.fixed .l-header__container {
  padding-block: 3rem 4rem;
  padding-inline: 5rem 4rem;
}

.l-header--hide {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  translate: 0 -110%;
  z-index: -1;
}

.l-header__gnav {
  display: grid;
  gap: 8.75%;
  grid-template-columns: 50% 1fr;
  margin-inline: auto;
  margin-top: 26rem;
  max-width: 86rem;
  padding-inline: var(--content-both_space);
}

.l-header__menu-left {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr;
  padding-top: 0.6rem;
}

.l-header__list-left a {
  align-items: center;
  border-bottom: 1px dashed #fff;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.4rem;
  padding-inline: 6.5%;
}

.l-header__list-left--en {
  color: #fff;
  font-family: "dancingscript";
  font-size: 3.2rem;
  font-weight: 700;
  font-weight: 700;
  text-transform: capitalize;
}

.l-header__list-left--ja {
  color: #d8c9af;
  font-size: 1.4rem;
  font-weight: 500;
  width: 6.5em;
}

.l-header__list-left--ja--pt10 {
  padding-top: 1rem;
}

.l-header__menu-right {
  color: #fff;
}

.l-header__menu-right01 {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr;
}

.l-header__list-right01 a {
  border: 2px solid #fff;
  border-radius: 50rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-block: 2.1rem;
  padding-left: 3.5rem;
  position: relative;
}
.l-header__list-right01 a::after {
  aspect-ratio: 1;
  background-image: url(../images/common/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 2.6rem;
  top: 50%;
  translate: 0 -50%;
  width: 1.2rem;
}

.l-header__menu-right02 {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-top: 3rem;
  width: -moz-fit-content;
  width: fit-content;
}

.l-header__list-right02 a {
  font-size: 1.4rem;
  font-weight: 500;
  padding-right: 1.8rem;
  position: relative;
  text-align: right;
}
.l-header__list-right02 a::after {
  aspect-ratio: 1;
  background-image: url(../images/common/blank.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 1.2rem;
}

.to-top {
  aspect-ratio: 1;
  bottom: 4.2rem;
  opacity: 0;
  position: fixed;
  right: 7rem;
  transition: var(--transition);
  width: 5rem;
  z-index: 100;
}

.to-top.out {
  opacity: 0;
  pointer-events: none;
}

.to-top.appear {
  cursor: pointer;
  opacity: 1;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-wrapper {
  position: relative;
  text-align: left;
  width: 100%;
}

.l-main {
  position: relative;
  width: 100%;
}
.l-main__inner {
  margin-inline: auto;
  /*max-width: var(--content_width);*/
  /*padding: 0 var(--content-both_space);*/
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.l-main--404, .l-main--error {
  padding-block: 22rem 22.5rem;
}
.l-main--404 h1, .l-main--error h1 {
  margin-inline: auto;
  width: 47rem;
}
.l-main--404 .error-text, .l-main--error .error-text {
  font-size: 1.7rem;
  margin-top: 7.5rem;
  text-align: center;
}
.l-main--404 .error-link, .l-main--error .error-link {
  display: block;
  font-feature-settings: "palt";
  font-size: 1.7rem;
  margin: 7.5rem auto 0;
  padding-bottom: 0.3rem;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.l-main--404 .error-link::after, .l-main--error .error-link::after {
  background: linear-gradient(to right, #f9f5ed, #00552e);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-main--404 .l-main__inner, .l-main--error .l-main__inner {
  padding: 120px 0;
}
.l-main--404 .c-btn, .l-main--error .c-btn {
  margin: 40px auto 0;
}

.no-link {
  opacity: 0.4 !important;
  pointer-events: none !important;
}
.no-link--ba {
  pointer-events: none !important;
}
.no-link--ba::before, .no-link--ba::after {
  opacity: 0.4 !important;
  pointer-events: none !important;
}

.p-page__inner {
  padding-block: 30rem 10rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.c-inner {
  padding-inline: var(--content-both_space);
  position: relative;
}

.c-banner-btn {
  background-color: #2d261f;
  border-radius: 50%/100% 100% 0 0;
  bottom: 0;
  display: inline-block;
  display: flex;
  height: 9.7222222222vw;
  justify-content: center;
  left: 50%;
  max-height: 14rem;
  max-width: 28rem;
  place-items: center;
  position: absolute;
  transition: var(--transition);
  translate: -50%;
  width: 23.3333333333%;
}
.c-banner-btn::before {
  aspect-ratio: 10.4/9.7;
  background-image: url(../images/common/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 2rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  translate: -50%;
  width: 1.05rem;
}
.c-banner-btn > p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 1.6rem;
}
.c-ttl {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.c-ttl > span:first-child {
  color: #00552e;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-inline: auto;
  text-align: center;
}
.c-ttl > span:nth-child(2) {
  color: #00552e;
  display: inline-block;
  font-family: "dancingscript";
  font-size: 6.4rem;
  font-weight: 700;
  margin-top: 1.5rem;
  text-transform: capitalize;
}

.c-btn a {
  align-content: center;
  aspect-ratio: 400/70;
  background-color: #2d261f;
  border: 1px solid #d8c9af;
  border-radius: 3.5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-inline: auto;
  position: relative;
  text-align: center;
  width: 40rem;
}
.c-btn a::before {
  aspect-ratio: 10.4/9.7;
  background-image: url(../images/common/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  translate: -3.6rem -50%;
  width: 1.04rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.p-error-fv {
  background-image: url(../images/top/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 95rem;
  padding-top: 33.3rem;
  text-align: center;
}

.p-error-logo__box {
  color: #00552e;
  font-family: "dancingscript";
  font-size: 6.4rem;
  font-weight: 700;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-error__msg {
  color: #00552e;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 2.2rem;
  text-align: center;
}

.p-error-fv__tetx {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-left: 1rem;
  margin-top: 7.4rem;
}

.p-error__btn a {
  margin-top: 7rem;
}

/* -------------------------------------------*/
.p-form {
  /*padding: 30.4rem 0 16rem;*/
}
.p-form .p-form__info {
  margin-top: 3.3rem;
}

.p-form__ttl {
  color: #00552e;
  font-family: "shippori", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.55;
  text-align: center;
}

.p-form__order {
  margin: 8rem auto 0;
  max-width: 90rem;
  width: 100%;
}

.p-form__wrap:not(:first-child) {
  margin-top: 8.3rem;
}

.p-form__stl {
  background-color: #d8c9af;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 1.2rem 0;
  text-align: center;
}

.p-form__stack {
  margin: 4rem auto 0;
  max-width: 50rem;
  width: 100%;
}

.p-form__input,
.p-form__textarea,
.p-form__select,
.p-form__stack select,
.p-form__stack input[type=text],
.p-form__stack input[type=email],
.p-form__stack input[type=tel] {
  background-color: #ffffff;
  border: 1px solid #2d261f;
  color: #2d261f;
  font-size: 1.6rem;
  height: 4rem;
  line-height: 1;
  padding: 0 1.8rem;
  width: 100%;
}

::-moz-placeholder {
  color: #cccccc;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

::placeholder {
  color: #cccccc;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-form__stack select {
  background: #fff url(../images/common/down_arrow.svg) no-repeat center right 3%/1.1rem 1rem;
}

.p-form__textarea {
  height: 10rem;
  line-height: 1.75;
  padding: 1.1rem 1.8rem;
}

.p-form__dl:not(:first-child) {
  margin-top: 1.9rem;
}

.p-form__dl--consent .p-form__dd {
  margin-top: 2rem;
}

.p-form__dt {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-form__dt .p-form__link {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-left: 0.8rem;
  text-decoration: underline;
}

.p-form__dd {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-top: 1rem;
}

.p-form__price {
  font-weight: 700;
}
.p-form__price span {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 0.8;
}

.p-form__checklabel {
  cursor: pointer;
  font-size: 1.4rem;
  position: relative;
}

.p-form__checkbox {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.p-form__checktext {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 4.5rem;
  position: relative;
}

.p-form__checktext::before {
  background-color: #ffffff;
  border: 1px solid #2d261f;
  content: "";
  display: inline-block;
  height: 3rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
  width: 3rem;
}

.p-form__checktext::after {
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
  content: "";
  height: 1.8rem;
  left: 1.2rem;
  position: absolute;
  top: -13%;
  transform: rotate(45deg);
  width: 0.9rem;
}

.p-form__checkbox:checked + .p-form__checktext::after {
  border-bottom-color: #2d261f;
  border-right-color: #2d261f;
}

.p-form__checkbox {
  height: 3rem;
  width: 3rem;
}

.p-form__link {
  display: inline-block;
  font-weight: 700;
  margin-left: 0.5em;
  text-decoration: underline;
}

.p-form__actions {
  margin-top: 8.9rem;
}

.p-form__btn {
  align-content: center;
  background-color: #2d261f;
  border-radius: 3.5rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  height: 7rem;
  letter-spacing: 0.05em;
  margin: 0 auto;
  max-width: 32rem;
  position: relative;
  text-align: center;
  transition: 0.5s;
  width: 100%;
}
.p-form__btn:not(:first-child) {
  margin-top: 1rem;
}
.p-form__btn::before {
  aspect-ratio: 10.4/9.7;
  -webkit-mask-image: url(../images/common/arrow.svg);
  mask-image: url(../images/common/arrow.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  background-color: #d8c9af;
  content: "";
  display: block;
  mask-size: cover;
  position: absolute;
  right: 9.375%;
  top: 50%;
  transition: 0.3s;
  translate: 0 -50%;
  width: 1.05rem;
}
.p-form__btn--back {
  background-color: transparent;
  border: #2d261f solid 1px;
  color: #2d261f;
}
.p-form__btn--back::before {
  background-color: #2d261f;
  left: 9.375%;
  right: auto;
  transform: scale(-1, 1);
  translate: 0 -50%;
}

body {
  position: relative;
}
body::after {
  background-color: rgb(132, 132, 132);
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100;
}
body.reserved-chk::after {
  opacity: 1;
  pointer-events: all;
}
body.reserved-chk .p-form__popup {
  display: block;
}

.p-form__popup {
  background-color: #fff;
  display: none;
  left: 50%;
  max-width: 51rem;
  padding: 4rem 6rem 5rem;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84%;
  z-index: 101;
}
.p-form__popup .p-form__btn {
  margin-top: 2rem;
}

.p-form__popup-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-form__popup-input {
  margin-top: 1.4rem;
}
.p-form__popup-input input {
  background-color: #ffffff;
  border: 1px solid #2d261f;
  font-size: 1.6rem;
  padding: 0.8rem 1.2rem;
  text-align: center;
  width: 100%;
}

.p-form__thanks-ttl {
  color: #00552e;
  font-family: "shippori", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.55;
  text-align: center;
}

.p-form__thanks-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 6rem;
  text-align: center;
}
.p-form__thanks-text span {
  color: #f77a26;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 0.9;
  margin: 0 0.5em;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-guide {
  padding-bottom: 16rem;
  padding-top: 32rem;
}
.p-guide p {
  font-weight: 500;
}

.p-guide__inner {
  margin-inline: auto;
  max-width: 81.6rem;
  translate: 0.3rem;
}

.p-guide__ttl-en {
  letter-spacing: 0.02em;
}

.p-guide__list-container {
  display: flex;
  flex-direction: column;
  gap: 6.95rem;
  line-height: 3.2rem;
  margin-top: 7.8rem;
}

.p-guide__flow {
  counter-reset: number 0;
}
.p-guide__flow .p-guide__listM-ttl {
  padding-left: 1em;
  position: relative;
}
.p-guide__flow .p-guide__listM-ttl::before {
  content: counter(number) ".";
  counter-increment: number 1;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.p-guide__list-ttl {
  border-bottom: 3px solid;
  color: #00552e;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding-bottom: 1.3rem;
}

.p-guide__list-text {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}

.p-guide__list-containerM {
  display: flex;
  flex-direction: column;
  gap: 3.7rem;
  margin-top: 1.6rem;
}

.p-guide__listM-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-guide__list-containerS {
  line-height: 1.9;
}

.p-guide__listS {
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 0.8em;
  position: relative;
}
.p-guide__listS::before {
  content: "•";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.p-guide__listM-shop {
  margin-top: -0.3rem;
}

.p-guide__listM-box {
  display: flex;
}
.p-guide__listM-box dt,
.p-guide__listM-box dd {
  font-weight: 500;
}
.p-guide__listM-box dt {
  white-space: nowrap;
}

.p-guide__listM-card {
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 0.8em;
  position: relative;
}
.p-guide__listM-card::before {
  content: "•";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.p-guide__btn a {
  height: 7rem;
  margin-top: 15.5rem;
  padding-right: 1em;
  width: 32rem;
}

.pb01 {
  padding-bottom: 1.6rem;
}

.mt01 {
  margin-top: -0.4rem;
}

.mt02 {
  margin-top: -0.5rem;
}

.mt03 {
  margin-top: -0.3rem;
}

.mt04 {
  margin-top: 1.3rem;
}

.mt05 {
  margin-top: 0rem;
}

.ml01 {
  margin-left: -0.5em;
}

a[href^="tel:"] {
  display: inline;
  font-weight: 500;
}

.fap-container {
  gap: 3.1rem;
}

.faq-q {
  padding-left: 1.5em;
  position: relative;
}
.faq-q::before {
  content: "Q.";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.faq-a {
  margin-top: 0;
  padding-left: 1.3em;
  position: relative;
}
.faq-a::before {
  content: "A.";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.kome::before {
  content: "※";
  left: -0.3em;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-single-item,
.taxonomy-item-shop {
  padding-top: 31rem;
}

.p-single-item__ttl {
  color: #00552e;
  font-family: "shippori", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5555555556;
  text-align: center;
}

.p-single-item__ttl-ls {
  font-weight: 700;
  letter-spacing: 0;
}

.p-single-item__info {
  background-color: #fff;
  border: 7px solid #f99d58;
  margin-inline: auto;
  margin-top: 7rem;
  padding-block: 3.7rem 3.6rem;
  width: 90rem;
}

.p-single-item__info-ttl {
  color: #f99d58;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-single-item__list-container {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  padding-inline: 17.4444444444% 0;
}

.p-single-item__list {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-left: 2.5rem;
  position: relative;
}
.p-single-item__list::before {
  aspect-ratio: 1;
  background-image: url(../images/top/list-icon.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0.8rem;
  width: 1.5rem;
}

.p-single-item__list-bg a {
  display: inline-block;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.p-single-item__list-bg a::before {
  aspect-ratio: 120/20;
  background-color: #d8c9af;
  border-bottom: 1px solid #2d261f;
  content: "";
  display: block;
  left: 0.6rem;
  position: absolute;
  top: 0.6rem;
  width: 12rem;
  z-index: -1;
}

.p-single-item__contents {
  margin-inline: auto;
  margin-top: 7.4rem;
  max-width: 90rem;
}

.p-single-item__top-container {
  border-bottom: 1px solid #d8d8d8;
  display: grid;
  gap: 7.5555555556%;
  grid-template-columns: 55.5555555556% 1fr;
  padding-bottom: 4rem;
}

.p-single-item__left-box {
  padding-top: 0.6rem;
}

.swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.p-single-item__imageL {
  aspect-ratio: 500/320;
}

.p-single-item__imageS {
  margin-top: 1rem;
  overflow: hidden;
}
.p-single-item__imageS .swiper-slide {
  aspect-ratio: 160/110;
  cursor: pointer;
}

.p-single-item__meta-block {
  align-items: center;
  display: grid;
  gap: 1.2rem 0;
  grid-template-areas: "g-1 g-1" "g-2 g-3";
  grid-template-columns: 11rem 1fr;
}

.p-single-item__meta-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  font-size: 2.0rem;
  font-weight: 700;
  grid-area: g-1;
  letter-spacing: 0.1em;
  line-height: 1.3571428571;
}

.p-single-item__meta-pieces {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  background-color: #f99d58;
  font-size: 1.4rem;
  font-weight: 700;
  grid-area: g-2;
  letter-spacing: 0.14em;
  line-height: 1.8;
  margin-top: 0.6rem;
  padding: 0 0.6rem;
}

.p-single-item__meta-price {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  font-size: 2.8rem;
  font-weight: 700;
  grid-area: g-3;
  letter-spacing: 0.12em;
  text-align: right;
}

.p-single-item__meta-tax {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 0.8rem;
  translate: -0.8rem;
}

.p-single-item__message {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 3.1rem;
}

.p-single-item__low-container {
  padding-top: 3rem;
}

.p-single-item__allergy {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-single-item__description {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 3.2rem;
}

.p-single-item__attention {
  margin-top: 7.2rem;
  padding-bottom: 7rem;
}

.p-single-item__banner-contents {
  translate: 0 -0.8rem;
}

.p-single-item__banner {
  align-content: center;
  aspect-ratio: 670/250;
  background-image: url(../images/item/about-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-inline: auto;
  width: 67rem;
}
.p-single-item__banner::before {
  background-color: #00552e;
  border-radius: 50%;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.p-single-item__attention-ttl {
  color: #f99d58;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
.p-single-item__attention-list-container {
  margin-inline: auto;
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-single-item__attention-list {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-left: 4.8rem;
  position: relative;
}
.p-single-item__attention-list::before {
  aspect-ratio: 1;
  background-image: url(../images/item/attention-icon.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  left: 2.3rem;
  position: absolute;
  top: 0.8rem;
  width: 1.5rem;
}

.wave {
  position: relative;
}
.wave::before {
  background-image: url(../images/item/wave.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -0.5rem;
  content: "";
  display: block;
  height: 0.5rem;
  left: 0.4em;
  position: absolute;
  width: 16.5rem;
}

.p-single-item__attention-btn-box {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 1fr;
  margin-inline: auto;
  margin-top: 4rem;
  width: 67rem;
}

.p-single-item__attention-btn {
  border: 1px solid #2d261f;
  border-radius: 3.5rem;
  overflow: hidden;
}

.p-single-item__attention-btn a {
  align-content: center;
  font-weight: 500;
  height: 7rem;
  letter-spacing: 0.05em;
  line-height: 3;
  position: relative;
  text-align: center;
}

.p-single-item__attention-btn--white a {
  background-color: #fff;
}

.p-single-item__attention-btn--black a {
  background-color: #2d261f;
  color: #fff;
  padding-right: 2.6rem;
}
.p-single-item__attention-btn--black a::before {
  aspect-ratio: 10.4/9.7;
  background-image: url(../images/common/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  right: 9.375%;
  rotate: 90deg;
  top: 50%;
  translate: 0 -50%;
  width: 1.05rem;
}

.p-single-item__popUp {
  background-color: #fff;
  left: 50%;
  padding-block: 7.6rem 4.2rem;
  position: fixed;
  top: 50%;
  transition: 0.3s;
  translate: -50% -50%;
  visibility: hidden;
  width: 44.8rem;
  z-index: 50;
}

.p-single-item__popUp-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  translate: 0 0.6rem;
}

.p-single-item__popUp-name {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 1.6rem;
}

.p-single-item__popUp-list-container {
  border-top: 1px solid;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  margin-top: 4.6rem;
  width: 35.5rem;
}

.p-single-item__popUp-line {
  align-items: center;
  border-bottom: 1px solid;
  display: flex;
  gap: 8rem;
  padding-block: 1.8rem;
  padding-inline: 2.4rem 3.6rem;
}
.p-single-item__popUp-line dt {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-single-item__popUp-line dd {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-single-item__popUp-line .soldout {
  color: #f99d58;
}

.p-single-item__popUp-close {
  aspect-ratio: 1;
  margin-inline: auto;
  margin-top: 4rem;
  width: 2.9rem;
}

.p-single-item__popUp-bg {
  background-color: #666666;
  bottom: 0;
  cursor: pointer;
  display: block;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 49;
}

.p-single-item__popUp-bg.open {
  animation: fade 0.5s forwards;
}

.p-single-item__popUp.open {
  animation: fade 0.5s forwards;
}

.p-single-item__popUp-bg.close {
  animation: fadeOut 0.5s forwards;
}

.p-single-item__popUp.close {
  animation: fadeOut 0.5s forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.taxonomy-item-shop__list-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-inline: auto;
  margin-top: 8rem;
  max-width: 90rem;
  padding-bottom: 8rem;
}

.taxonomy-item-shop__list a {
  position: relative;
}

.taxonomy-item-shop__list-img {
  height: auto;
  width: 100%;
}
.taxonomy-item-shop__list-img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.taxonomy-item-shop__meta-box {
  position: absolute;
  right: 12.2222222222%;
  top: 50%;
  translate: 0 -49%;
  width: 32rem;
}

.taxonomy-item-shop__list-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: right;
}

.taxonomy-item-shop__list-price {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 2.2rem;
  text-align: right;
}

.taxonomy-item-shop__tax {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 10px;
  translate: -8px;
}

.taxonomy-item-shop__list-btn {
  align-content: center;
  background-color: #2d261f;
  border-radius: 3.5rem;
  color: #fff;
  height: 7rem;
  margin-top: 3rem;
  padding-left: 7.7rem;
  position: relative;
  transition: 0.5s;
  width: 32rem;
}
.taxonomy-item-shop__list-btn::before {
  aspect-ratio: 10.4/9.7;
  background-image: url(../images/common/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  right: 9.375%;
  top: 50%;
  translate: 0 -50%;
  width: 1.05rem;
}
.p-single-item__calender {
  background-image: url(../images/item/bg.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 16.5rem;
  padding-top: 10rem;
  position: relative;
}
.p-single-item__calender::before {
  background-color: #fff;
  bottom: -50%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
}

.p-single-item__calender-inner {
  margin-inline: auto;
  max-width: 96rem;
  padding-inline: 3rem;
}

.p-single-item__calender-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-single-item__calender-text-block {
  color: #f77a26;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  letter-spacing: 0.05em;
  margin-top: 3.8rem;
  transition: 0.3s;
}

.p-single-item__calender-text {
  font-weight: 500;
  padding-left: 1.6rem;
  position: relative;
}
.p-single-item__calender-text::before {
  content: "※";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.p-single-item__calender-wrapper {
  margin-top: 4rem;
  transition: 0.3s;
}

.p-single-item__calender-month {
  display: flex;
  font-size: 1.8rem;
  justify-content: space-between;
  letter-spacing: 0.1em;
}

.p-single-item__calender-prev a {
  font-weight: 700;
  padding-left: 2.4rem;
  position: relative;
}
.p-single-item__calender-prev a::before {
  aspect-ratio: 1;
  background-image: url(../images/common/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  rotate: 180deg;
  top: 50%;
  translate: 0 -35%;
  width: 1.2rem;
}

.p-single-item__calender-target p {
  font-weight: 700;
}

.p-single-item__calender-next a {
  font-weight: 700;
  padding-right: 2.4rem;
  position: relative;
}
.p-single-item__calender-next a::before {
  aspect-ratio: 1;
  background-image: url(../images/common/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -35%;
  width: 1.2rem;
}



.p-single-item__calender-body .calendar {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.p-single-item__calender-body .calendar th {
  align-content: center;
  background-color: #d8c9af;
  border: 1px solid #2d261f;
  font-size: 1.4rem;
  font-weight: 500;
  height: 1.8rem;
  text-align: center;
}
.p-single-item__calender-body .calendar .sun {
  background-color: #d39f9f;
  color: #fff;
}
.p-single-item__calender-body .calendar .sat {
  background-color: #9fb9d6;
  color: #fff;
}
.p-single-item__calender-body .calendar td {
  background-color: #dddddd;
  border: 1px solid #2d261f;
  height: 8rem;
}
.p-single-item__calender-body .calendar .date {
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
  /*margin-left: 1.2rem;*/
  /*margin-top: 1.2rem;*/
  pointer-events: none;
}
.p-single-item__calender-body .calendar .slots {
  border-bottom: 1px solid;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  left: 50%;
  padding-bottom: 0.5rem;
  pointer-events: none;
  position: absolute;
  top: 20%;
  translate: -50% -50%;
  vertical-align: bottom;
  white-space: nowrap;
}
.p-single-item__calender-body .calendar .small {
  font-size: 1.8rem;
  pointer-events: none;
}
.p-single-item__calender-body .calendar .soldout {
  color: #f77a26;
}
.p-single-item__calender-body .calendar .active {
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.p-single-item__calender-body .calendar .active:has(.soldout) {
  pointer-events: none;
}

.p-single-item__time-wrapper {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 24rem;
  transition: 0.3s;
  visibility: hidden;
}

.p-single-item__time-month {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  margin-left: 1.2rem;
  text-align: center;
}

.p-single-item__time-target p {
  display: none;
  font-weight: 700;
}

.p-single-item__time-body {
  display: grid;
  grid-template-columns: 9.9rem 1fr;
  margin-inline: auto;
  margin-top: 2rem;
  width: 34.8rem;
}

.p-single-item__time-date-block {
  background-color: #dddddd;
  border: 1px solid;
}

.p-single-item__time-date {
  align-content: center;
  border-bottom: 1px solid #2d261f;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 500;
  height: 5rem;
  padding-left: 0.8rem;
  text-align: center;
  transition: 0.3s;
}
.p-single-item__time-date .day {
  font-size: 1.6rem;
  pointer-events: none;
}

.p-single-item__time-date.white {
  color: #fff;
  pointer-events: none;
}

.p-single-item__time-date.active {
  background-color: #00552e;
  color: #fff;
  pointer-events: none;
}

.p-single-item__time-time-block {
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  display: none;
}

.p-single-item__time-time {
  align-content: center;
  border-bottom: 1px solid #2d261f;
  cursor: pointer;
  height: 5rem;
  transition: 0.3s;
}
.p-single-item__time-time:last-child {
  border-bottom: unset;
}
.p-single-item__time-time .inner {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 5rem;
}
.p-single-item__time-time .bb {
  border-bottom: 1px solid;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-single-item__time-time.soldout {
  color: #f77a26;
  pointer-events: none;
}
.p-single-item__time-time.soldout .bb {
  border-bottom: unset;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-legal {
  padding-bottom: 16rem;
  padding-top: 32.2rem;
}

.p-legal__ttl-en {
  letter-spacing: 0;
  margin-top: 1.2rem;
}

.p-legal__list-container {
  display: flex;
  flex-direction: column;
  gap: 4.4rem;
  margin-left: 22.7536231884%;
  margin-top: 7.8rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-legal__list {
  width: -moz-fit-content;
  width: fit-content;
}

.p-legal__list-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  padding-left: 1em;
  position: relative;
}
.p-legal__list-ttl::before {
  content: "■";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.p-legal__list-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
}
.p-legal__list-text a {
  display: inline;
  font-weight: 500;
}
.p-legal__list-text span {
  font-weight: 500;
}

.p-legal__bg {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  position: relative;
}
.p-legal__bg::before {
  background-color: #d8c9af;
  content: "";
  height: 86%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -46%;
  z-index: -1;
}

.p-legal__bg02 {
  position: relative;
}
.p-legal__bg02::before {
  background-color: #d8c9af;
  bottom: 0;
  content: "";
  display: block;
  left: 0.6rem;
  position: absolute;
  top: 0.3rem;
  width: 94%;
  z-index: -1;
}
.p-legal__bg02::after {
  border-bottom: 1px solid;
  bottom: 0;
  content: "";
  display: block;
  left: 1rem;
  position: absolute;
  position: absolute;
  width: 89.5%;
  z-index: -1;
}

.p-legal__list-date {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  margin-left: 22.7536231884%;
  margin-top: 3.7rem;
}

.dot {
  padding-left: 0.8em;
  position: relative;
}
.dot::after {
  content: "•";
  display: block;
  left: 0;
  line-height: 1.5;
  position: absolute;
  top: 0;
}

.p-legal__mt01 {
  margin-top: -0.9rem;
}

.p-legal__mt02 {
  margin-top: -0.2rem;
}

.p-legal__mt03 {
  margin-top: -1rem;
}

.p-legal__mt04 {
  margin-top: -1.2rem;
}

.p-legal__mt05 {
  margin-top: 3rem;
}

.p-legal__mt06 {
  margin-top: -0.7rem;
}

.p-legal__ml01 {
  margin-left: -0.7rem;
}

.p-legal__lh01 {
  line-height: 2;
}

.p-legal__lh02 {
  line-height: 1.9;
}

.p-legal__ls01 {
  letter-spacing: 0.1em;
}

.p-legal__ls02 {
  letter-spacing: 0.03em;
}

.p-legal__btn {
  margin-top: 15rem;
}
.p-legal__btn a {
  aspect-ratio: 320/75;
  padding-left: 7.7rem;
  text-align: left;
  width: 32rem;
}
.p-legal__btn a::before {
  translate: -3.3rem -50% !important;
}
/* -------------------------------------------*/
/* -------------------------------------------*/
.p-privacy {
  padding-bottom: 16rem;
  padding-top: 32rem;
}
.p-privacy .dot {
  padding-left: 0.8em;
  position: relative;
}
.p-privacy .dot::after {
  content: "•";
  display: block;
  left: 0;
  line-height: 1.9;
  position: absolute;
  top: 0;
}

.p-privacy__inner {
  margin-inline: auto;
  max-width: 81.6rem;
  translate: 0.3rem;
}
.p-privacy__ttl-en {
  letter-spacing: -0.01em;
  margin-top: 1.2rem;
  translate: -0.4rem;
}

.p-privacy__read-text {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.85;
  margin-top: 7.6rem;
}

.p-privacy__list-container {
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
  margin-top: 3.4rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-privacy__list {
  width: -moz-fit-content;
  width: fit-content;
}

.p-privacy__list-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.9;
  padding-left: 1em;
  position: relative;
}
.p-privacy__list-ttl:not(.p-privacy__list-ttl:last-child)::before {
  content: counter(number) ".";
  counter-increment: number 1;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.p-privacy__list-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.85;
}
.p-privacy__list-text a {
  display: inline;
  font-weight: 500;
}
.p-privacy__list-text span {
  font-weight: 500;
}

.p-privacy__list-shop-name {
  font-weight: 500;
}

.p-privacy__info {
  margin-top: 0.9rem;
}
.p-privacy__info p {
  letter-spacing: 0.06em;
  line-height: 2;
}

.p-privacy__mt01 {
  margin-top: 0.3rem;
}

.p-privacy__mt02 {
  margin-top: 0.2rem;
}

.p-privacy__mt03 {
  margin-top: -0.3rem;
}

.p-privacy__mt04 {
  margin-top: 0.6rem;
}

.p-privacy__mt05 {
  margin-top: 3rem;
}

.p-privacy__mt06 {
  margin-top: -0.7rem;
}

.p-privacy__ml01 {
  margin-left: -0.7rem;
}

.p-privacy__lh01 {
  line-height: 2;
}

.p-privacy__lh02 {
  line-height: 1.9;
}

.p-privacy__ls01 {
  letter-spacing: 0.1em;
}

.p-privacy__ls02 {
  letter-spacing: 0.03em;
}

.p-privacy__btn {
  margin-top: 15.2rem;
}
.p-privacy__btn a {
  aspect-ratio: 320/75;
  padding-left: 7.7rem;
  text-align: left;
  width: 32rem;
}
.p-privacy__btn a::before {
  translate: -3.3rem -50% !important;
}
/* -------------------------------------------*/
/* -------------------------------------------*/
.p-shop__inner {
  padding-top: 32.1rem;
}

.p-shop {
  margin-inline: auto;
  max-width: 120rem;
  padding-bottom: 16rem;
}

.p-shop__ttl-en {
  letter-spacing: 0.03em;
}

.p-shop__list-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 9.5rem;
}

.p-shop__shop-content {
  margin-top: 4rem;
}

.p-shop__shop-wrap:not(:first-child) {
  margin-top: 8rem;
}

.p-shop__list {
  padding-block: 8.8333333333%;
  padding-inline: 12.5%;
  position: relative;
}
.p-shop__list::before {
  background-image: url(../images/shop/bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.p-shop__list:nth-child(1)::before {
  background-image: url(../images/shop/bg_long.webp);
}

.p-shop__shop-name {
  color: #00552e;
  font-family: "shippori", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
}
.p-shop__shop-name::before {
  border-bottom: 3px solid;
  border-top: 3px solid;
  content: "";
  display: block;
  height: 1.4rem;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 31.6666666667%;
}
.p-shop__shop-name::after {
  border-bottom: 3px solid;
  border-top: 3px solid;
  content: "";
  display: block;
  height: 1.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 31.6666666667%;
}
.p-shop__shop-name--atsuta::before {
  top: 60%;
  width: 25.6666666667%;
}
.p-shop__shop-name--atsuta::after {
  top: 60%;
  width: 25.6666666667%;
}

.p-shop__shop-image {
  aspect-ratio: 900/360;
}

.p-shop__shop-info-name {
  color: #00552e;
  font-family: "shippori", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
.p-shop__shop-info-name.is-short {
  letter-spacing: -0.075em;
}

.p-shop__shop-detail {
  display: grid;
  gap: 4.5%;
  grid-template-columns: 46.5% 1fr;
  margin-top: 4rem;
}

.p-shop__shop-map {
  aspect-ratio: 420/170;
}
.p-shop__shop-map iframe {
  height: 100%;
  width: 100%;
}

.p-shop__shop-info {
  display: flex;
  flex-direction: column;
  margin-top: -0.2rem;
}
.p-shop__shop-info:not(:first-child) {
  margin-top: 4rem;
}

.p-shop__shop-info-box {
  border-bottom: 1px dotted;
  display: grid;
  gap: 2rem;
  grid-template-columns: 4.2em 1fr;
  margin-top: 1rem;
  padding-bottom: 1rem;
  padding-inline: 0.8rem;
}
.p-shop__shop-info-box:not(:first-of-type) {
  margin-top: 0.7rem;
}
.p-shop__shop-info-box dt {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-shop__shop-info-box dd {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-top-fv {
  background-image: url(../images/top/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 97.5rem;
  padding-top: 28.8rem;
  text-align: center;
}

.p-top-logo__box {
  margin-inline: auto;
  width: 34.5rem;
}

.p-top-logo__image {
  aspect-ratio: 345/119;
}

.p-top-logo__text {
  color: #00552e;
  display: inline-block;
  font-family: "shippori", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 1.6rem;
}

.p-top-fv__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 7.8rem;
}

.p-top-fv__tetx {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 3rem;
  translate: 0.4rem;
}

.p-top-cat {
  height: auto;
}

.p-top-cat__ttl-ja {
  translate: 0.3rem;
}

.p-top-cat__sticky {
  height: 162rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 7rem;
}
.p-top-cat__sticky::before {
  aspect-ratio: 1440/813;
  background-image: url(../images/top/bg-block.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-top-cat__info {
  background-color: #fff;
  border: 7px solid #f99d58;
  margin-inline: auto;
  margin-top: 8.2rem;
  padding-block: 4rem 2.4rem;
  padding-inline: 7.1739130435% 3.6231884058%;
  width: 90rem;
}

.p-top-cat__info-ttl {
  color: #f99d58;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  translate: -2.3rem;
}

.p-top-cat__list-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.p-top-cat__list {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 2.5rem;
  position: relative;
}
.p-top-cat__list::before {
  aspect-ratio: 1;
  background-image: url(../images/top/list-icon.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.5rem;
}

.p-top-cat__list-bg {
  display: inline-block;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.p-top-cat__list-bg::before {
  aspect-ratio: 120/20;
  background-color: #d8c9af;
  border-bottom: 1px solid #2d261f;
  content: "";
  display: block;
  left: 0.6rem;
  position: absolute;
  top: -0.3rem;
  width: 12rem;
  z-index: -1;
}

.p-top-cat__list-container-shop {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-inline: auto;
  margin-top: 14rem;
  max-width: 120rem;
}

.p-top-cat__list-shop a {
  aspect-ratio: 1200/480;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.p-top-cat__list-shop--atsuta a {
  background-image: url(../images/top/shop-banner1.webp);
}

.p-top-cat__list-shop--mizuho a {
  background-image: url(../images/top/shop-banner2.webp);
}

.p-top-cat__list-shop-content {
  position: absolute;
  right: 11.1666666667%;
  top: 13.125%;
}

.p-top-cat__list-shop-name {
  color: #00552e;
  font-family: "shippori", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2777777778;
}

.p-top-cat__list-detail01 {
  border: 1px solid #2d261f;
  display: flex;
  margin-left: 0.8rem;
  margin-top: 2.8rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-cat__place {
  background-color: #2d261f;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-block: 0.5rem;
  text-align: center;
  width: 8rem;
}

.p-top-cat__list-place-item {
  align-content: center;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-inline: 1.4rem;
}

.p-top-cat__list-detail02 {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 2.8rem;
}

.p-top-cat__list-detail-box {
  border-bottom: 1px dotted #2d261f;
  display: flex;
  gap: 4.6rem;
  padding-bottom: 1.2rem;
  padding-inline: 1rem;
  translate: 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-cat__list-detail-head {
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 2.2rem;
  position: relative;
}
.p-top-cat__list-detail-head::before {
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 1.55rem;
}

.p-top-cat__list-detail-head--span::before {
  background-image: url(../images/top/calender.svg);
}

.p-top-cat__list-detail-head--date::before {
  background-image: url(../images/top/item.svg);
}

.p-top-cat__list-detail-text {
  font-weight: 500;
  letter-spacing: 0.18em;
}

.p-top-info {
  margin-top: 20rem;
  padding-bottom: 20rem;
}
.p-top-info::before {
  aspect-ratio: 1440/1313;
  background-image: url(../images/top/fruits.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  translate: 0 -19%;
  z-index: 1;
}

.p-top-info__inner {
  margin-inline: auto;
  max-width: 126rem;
  padding-inline: var(--content-both_space);
}

.p-top-info__content a {
  align-items: center;
  aspect-ratio: 1200/780;
  display: flex;
  padding-inline: 15rem;
  padding-top: 1.7rem;
  position: relative;
}
.p-top-info__content a::before {
  background-image: url(../images/top/bg-info.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.p-top-info__ttl-en {
  letter-spacing: 0.03em;
}

.p-top-info__text {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 3.2rem;
  text-align: center;
}

.p-top-info__image {
  margin-top: 3.2rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.u-db {
  display: block;
}

.u-dn {
  display: none;
}

.u-mask--c-black {
  filter: brightness(0);
}

.u-mask--c-white {
  filter: brightness(0) invert(1);
}

.u-con--md {
  margin: 0 auto;
  max-width: var(--content_width);
  padding-inline: 2rem;
}

.u-con--lg {
  margin: 0 auto;
  max-width: 90%;
}

.u-c-white {
  color: #fff;
}

.u-c--b-white {
  color: #fff;
}

.u-z-1 {
  z-index: -1;
}

.u-z1 {
  z-index: 1;
}

.u-z2 {
  z-index: 2;
}

.u-z3 {
  z-index: 3;
}

.u-z10 {
  z-index: 10;
}

.u-z50 {
  z-index: 50;
}

.u-z100 {
  z-index: 100;
}

.u-z999 {
  z-index: 999;
}

.u-cap {
  text-transform: capitalize;
}

.u-upp {
  text-transform: uppercase;
}

.u-fw700 {
  font-weight: 700;
}

.u-di {
  display: inline !important;
}

@media not all and (max-width: 1440px){
  html {
    font-size: 70%;
  }
}

@media screen and (max-width: 1440px){
  .l-footer {
    padding-top: 8.8888888889%;
  }
  .l-footer__inner {
    padding-bottom: 9.1666666667%;
  }
  .l-footer__image::before {
    aspect-ratio: 1440/604;
    height: auto;
    top: -157%;
  }
  .p-error-fv {
    padding-top: 23.125%;
  }
  .p-top-fv {
    padding-top: 20.8695652174%;
  }
}

@media (max-width: 1280px){
  .l-header__bg {
    height: 11.1111111111vw;
  }
  .l-header__container {
    padding-block: 1.2rem 3.5rem;
  }
}

@media (max-width: 1200px){
  .p-top-cat__list-shop-content {
    right: 6.5%;
  }
}

@media not all and (max-width: 1080px){
  .l-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .u-st {
    display: none !important;
  }
}

@media screen and (max-width: 1080px){
  :root {
    --content-both_space: 3rem;
  }
  html {
    font-size: 57.5%;
  }
  .l-header__bg {
    height: 14.5833333333vw;
  }
  .l-header__container {
    padding-block: 1.8rem 3.5rem;
  }
  .l-main--404 .l-main__inner, .l-main--error .l-main__inner {
    padding: 80px 15px;
  }
  .l-main--404 .c-btn, .l-main--error .c-btn {
    margin-top: 30px;
  }
  .p-error-fv {
    padding-top: 26.0869565217%;
  }
  .p-single-item__info {
    padding-inline: 2.3rem;
    width: 100%;
  }
  .p-single-item__list-container {
    margin-inline: auto;
    padding-inline: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-single-item__list {
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .p-single-item__list::before {
    top: 0.8rem;
  }
  .p-single-item__list-bg a::before {
    top: 0.3rem;
  }
  .p-single-item__top-container {
    gap: 4%;
  }
  .p-single-item__meta-block {
    grid-template-areas: "g-1 g-1" "g-2 g-2" "g-3 g-3";
  }
  .p-single-item__meta-pieces {
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-single-item__meta-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-single-item__meta-pieces {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-single-item__meta-price {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-single-item__meta-price {
    text-align: left;
  }
  .p-single-item__attention-list::before {
    top: 0.8rem;
  }
  .p-single-item__attention-btn-box {
    width: 80%;
  }
  .p-shop__list-container {
    gap: 2.4rem;
  }
  .p-shop__shop-content {
    margin-top: 2.8rem;
  }
  .p-shop__list {
    padding-block: 7.03125%;
    padding-inline: 7.8125%;
  }
  .p-shop__shop-name {
    font-size: 2.8rem;
  }
  .p-shop__shop-name::before {
    width: 21.484375%;
  }
  .p-shop__shop-name::after {
    width: 21.484375%;
  }
  .p-shop__shop-name--atsuta::before {
    width: 27.63671875%;
  }
  .p-shop__shop-name--atsuta::after {
    width: 27.63671875%;
  }
  .p-shop__shop-image {
    aspect-ratio: 900/320;
  }
  .p-shop__shop-detail {
    margin-top: 2.6rem;
  }
  .p-top-fv {
    padding-top: 26.0869565217%;
  }
  .p-top-cat__info {
    padding-inline: 2.3rem;
    width: 100%;
  }
  .p-top-cat__list {
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .p-top-cat__list::before {
    top: 0.8rem;
  }
  .p-top-cat__list-bg::before {
    top: 0.3rem;
  }
  .p-top-cat__list-shop-name {
    font-size: 2.8rem;
  }
  .p-top-cat__list-detail01 {
    margin-top: 1.4rem;
  }
  .p-top-cat__list-detail02 {
    margin-top: 1.4rem;
  }
  .p-top-info__content a {
    padding-inline: 10%;
    padding-top: 0;
  }
  .u-pc {
    display: none;
  }
}

@media (max-width: 960px){
  .l-footer__inner {
    padding-bottom: 5%;
  }
  .l-footer__btn-container {
    margin-top: 4.8rem;
  }
  .l-footer__btn--left a {
    padding-left: 18%;
  }
  .l-footer__btn--right a {
    padding-left: 13%;
  }
  .l-footer__btn-container02 {
    margin-top: 3.8rem;
  }
  .c-banner-btn::before {
    bottom: 1rem;
  }
  .c-banner-btn > p {
    font-size: 1.6rem;
  }
  .p-top-cat__sticky {
    height: 150rem;
  }
  .p-top-cat__list-shop-content {
    right: 8.5%;
    top: 7.6%;
  }
  .p-top-cat__list-shop-name {
    font-size: 2.4rem;
  }
  .p-top-cat__list-detail-box {
    flex-direction: column;
    gap: 0.9rem;
  }
  .p-top-cat__list-detail-head {
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 820px){
  .p-guide {
    padding-bottom: 8.2rem;
    padding-top: 20.6rem;
  }
  .p-legal {
    padding-bottom: 8.2rem;
    padding-top: 20.6rem;
  }
  .p-legal__list-container {
    margin-inline: auto;
    margin-top: 7.6rem;
    width: 100%;
  }
  .p-legal__list {
    width: 100%;
  }
  .p-legal__bg {
    background-color: #d8c9af;
  }
  .p-legal__bg::before {
    display: none;
  }
  .p-legal__bg02::before {
    bottom: 0.3rem;
  }
  .p-legal__bg02::after {
    bottom: -0.3rem;
  }
  .p-legal__list-date {
    margin-left: 0;
    margin-top: 3.2rem;
  }
  .p-legal__btn {
    margin-top: 7.2rem;
  }
  .p-legal__btn a {
    aspect-ratio: 320/70;
    margin-top: 0;
    width: 32rem;
  }
  .p-legal__inner {
    padding: 0 25px 0 var(--content-both_space);
  }
  .p-legal__wsn-sp {
    white-space: nowrap;
  }
  .p-legal__lh01-sp {
    line-height: 2;
  }
  .p-legal__lh02-sp {
    line-height: 1.9;
  }
  .p-legal__pr01-sp {
    padding-right: 0.1rem;
  }
  .p-legal__mt01-sp {
    margin-top: -1.1rem;
  }
  .p-legal__mt02-sp {
    margin-top: 3.3rem;
  }
  .p-legal__mt03-sp {
    margin-top: -0.9rem;
  }
  .p-legal__mt03-sp {
    margin-top: -1.3rem;
  }
  .p-legal__mt04-sp {
    margin-top: -0.6rem;
  }
  .p-legal__ls-01-sp {
    letter-spacing: -0.25em;
  }
  .p-legal__ls-02-sp {
    letter-spacing: -0.35em;
  }
  .p-privacy {
    padding-bottom: 8.2rem;
    padding-top: 20.6rem;
  }
  .p-privacy__list-container {
    margin-inline: auto;
    margin-top: 3rem;
    width: 100%;
  }
  .p-privacy__list {
    width: 100%;
  }
  .p-privacy__btn {
    margin-top: 7.2rem;
  }
  .p-privacy__btn a {
    aspect-ratio: 320/70;
    margin-top: 0;
    width: 32rem;
  }
  .p-privacy__wsn-sp {
    white-space: nowrap;
  }
  .p-privacy__lh01-sp {
    line-height: 2;
  }
  .p-privacy__lh02-sp {
    line-height: 1.9;
  }
  .p-privacy__pr01-sp {
    padding-right: 0.1rem;
  }
  .p-privacy__mt01-sp {
    margin-top: 0rem;
  }
  .p-privacy__mt02-sp {
    margin-top: -0.2rem;
  }
  .p-privacy__mt03-sp {
    margin-top: -0.3rem;
  }
  .p-privacy__mt04-sp {
    margin-top: 0.3rem;
  }
  .p-privacy__ls-01-sp {
    letter-spacing: -0.25em;
  }
  .p-privacy__ls-02-sp {
    letter-spacing: -0.35em;
  }
}

@media (max-width: 768px){
  .l-footer__image::before {
    aspect-ratio: 1440/660;
    top: -180%;
  }
  .c-banner-btn > p {
    font-size: 1.4rem;
    margin-top: 0.6rem;
  }
  .p-top-info__text {
    line-height: 1.6;
    margin-top: 2rem;
  }
  .p-top-info__image {
    margin-inline: auto;
    margin-top: 2rem;
    width: 90%;
  }
}

@media screen and (max-width: 767px){
  .pc-only-inline {
    display: none;
  }
  .sp-only-inline {
    display: inline;
  }
}

@media (max-height: 720px){
  .p-single-item__popUp {
    padding-block: 4.2rem;
  }
  .p-single-item__popUp-list-container {
    margin-top: 2.8rem;
  }
  .p-single-item__popUp-line {
    padding-block: 1.4rem;
  }
  .p-single-item__popUp-close {
    margin-top: 2.2rem;
    width: 2.4rem;
  }
}

@media (max-width: 666px){
  .p-single-item__banner::before {
    content: "";
  }
  .p-legal__btn a {
    aspect-ratio: 320/70 !important;
    letter-spacing: 0.2em;
    margin-top: 0 !important;
    width: 32rem !important;
  }
  .p-privacy__btn a {
    aspect-ratio: 320/70 !important;
    letter-spacing: 0.2em;
    margin-top: 0 !important;
    width: 32rem !important;
  }
}

@media not all and (max-width: 666px){
  a[href^="tel:"] {
    pointer-events: none;
  }
  .u-sp {
    display: none !important;
  }
}

@media screen and (max-width: 666px){
  :root {
    --header_height: 90px;
  }
  html {
    font-size: 62.5%;
  }
  .l-footer {
    padding-top: 6.5rem;
  }
  .l-footer__inner {
    padding-bottom: 8rem;
  }
  .l-footer__logo-image {
    width: 14.3rem;
  }
  .l-footer__logo-text {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    margin-top: 1rem;
  }
  .l-footer__btn-container {
    gap: 2.3rem;
    grid-template-columns: 1fr;
    margin-top: 4rem;
    width: 33rem;
  }
  .l-footer__btn a {
    padding-block: 1.4rem;
  }
  .l-footer__btn--left a {
    padding-left: 6.2rem;
  }
  .l-footer__btn--right a {
    padding-left: 4.2rem;
  }
  .l-footer__btn-container02 {
    align-items: center;
    flex-direction: column;
    gap: 1.8rem;
    margin-top: 4rem;
    text-align: center;
    translate: 0;
  }
  .l-footer__btn02 a {
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-footer__image {
    height: 20rem;
  }
  .l-footer__image::before {
    aspect-ratio: 782/944;
    background-image: url(../images/common/bg-footer-sp.webp);
    top: -231%;
  }
  .l-header__bg {
    height: 10.2rem;
  }
  .l-header {
    position: fixed;
  }
  .l-header__container {
    padding-block: 2rem;
    padding-inline: 2.6rem;
  }
  .l-header__logo-box a {
    gap: 1rem;
    grid-template-columns: 8.7rem 1fr;
  }
  .l-header__siteName {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
  .l-header__btn-box {
    gap: 2rem;
    grid-template-columns: 3rem 3rem;
  }
  .l-header__gnav {
    gap: 7.8rem;
    grid-template-columns: 1fr;
    margin-top: 16.4rem;
  }
  .l-header__menu-left {
    gap: 1.2rem;
  }
  .l-header__list-left a {
    padding-bottom: 1.85rem;
    padding-inline: 8% 5%;
  }
  .l-header__list-left--en {
    font-size: 2.4rem;
  }
  .l-header__list-left--ja--pt10 {
    padding-top: 0.5rem;
  }
  .l-header__menu-right01 {
    gap: 1.4rem;
  }
  .l-header__list-right01 a {
    padding-left: 3.1rem;
  }
  .to-top {
    right: 2rem;
  }
  .l-main--404 h1, .l-main--error h1 {
    width: 80%;
  }
  .l-main--404 .error-text, .l-main--error .error-text {
    font-size: 1.5rem;
  }
  .l-main--404 .error-link, .l-main--error .error-link {
    font-size: 1.5rem;
  }
  .p-page__inner {
    padding-block: 18rem 8rem;
  }
  .c-banner-btn {
    bottom: 54.3%;
    height: 9rem;
    width: 18rem;
  }
  .c-banner-btn > p {
    line-height: 1.5714285714;
    margin-top: -0.4rem;
    text-align: center;
  }
  .c-ttl > span:nth-child(2) {
    font-size: 3.6rem;
    margin-top: 1.7rem;
  }
  .c-btn a {
    aspect-ratio: 330/60;
    font-size: 1.4rem;
    margin-top: 7.4rem;
    padding-right: 3.5rem;
    width: 33rem;
  }
  .c-btn a::before {
    translate: -2.8rem -50%;
  }
  .p-error-fv {
    height: 60.9rem;
    margin-bottom: 8.2rem;
    padding-top: 20.5rem;
  }
  .p-error-logo__box {
    font-size: 3.6rem;
  }
  .p-error__msg {
    font-size: 1.6rem;
  }
  .p-error-fv__tetx {
    margin-top: 3.2rem;
  }
  .p-error__btn a {
    margin-top: 7.4rem;
  }
  .p-form {
    padding: 0 0 8rem;
  }
  .p-form__ttl {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-form__order {
    margin-top: 4.1rem;
  }
  .p-form__wrap:not(:first-child) {
    margin-top: 4rem;
  }
  .p-form__stl {
    font-size: 1.8rem;
    padding: 1.6rem 0;
  }
  .p-form__stack {
    margin: 1.8rem auto 0;
    padding: 0 1.8rem;
  }
  .p-form__textarea {
    padding: 0.8rem 1.8rem;
  }
  .p-form__dl:not(:first-child) {
    margin-top: 1.4rem;
  }
  .p-form__dt .p-form__link {
    margin: 0.5rem 0 0 1.1em;
  }
  .p-form__actions {
    margin-top: 4.4rem;
  }
  .p-form__btn {
    font-size: 1.4rem;
    height: 6rem;
    max-width: 45rem;
    width: 100%;
  }
  .p-form__popup {
    padding: 3rem 2.6rem 4rem;
  }
  .p-form__popup .p-form__btn {
    margin-top: 1.8rem;
  }
  .p-form__popup-input {
    margin-top: 1.3rem;
  }
  .p-form__thanks-ttl {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    white-space: nowrap;
  }
  .p-form__thanks-text {
    font-size: 1.55rem;
    margin-top: 2.3rem;
  }
  .p-guide__inner {
    padding-right: 2rem;
    translate: -0.1rem;
  }
  .p-guide__list-container {
    gap: 4.4rem;
    margin-top: 7.4rem;
  }
  .p-guide__list-ttl {
    font-size: 1.8rem;
  }
  .p-guide__list-containerM {
    gap: 3.4rem;
  }
  .p-guide__btn a {
    letter-spacing: 0.2em;
    margin-top: 7.2rem;
    padding-right: 1em;
    width: 32rem;
  }
  .fap-container {
    gap: 3.2rem;
  }
  .lh-sp01 {
    line-height: 1.98;
  }
  .lh-sp02 {
    line-height: 2.1;
  }
  .mt-sp01 {
    margin-top: -0.5rem;
  }
  .mt-sp02 {
    margin-top: 0.5rem;
  }
  .mt-sp03 {
    margin-top: -1.8rem;
  }
  .mt-sp04 {
    margin-top: 0.3rem;
  }
  .mt-sp05 {
    margin-top: -1.5rem;
  }
  .mt-sp06 {
    margin-top: -1.2rem;
  }
  .mt-sp07 {
    margin-top: -1.8rem;
  }
  .mt-sp08 {
    margin-top: 0.6rem;
  }
  .pt-sp01 {
    padding-bottom: 1.4rem;
  }
  .p-single-item,
  .taxonomy-item-shop {
    padding-top: 20rem;
  }
  .p-single-item__ttl {
    font-size: 2.0rem;
    line-height: 1.8;
  }
  .p-single-item__info {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 3rem;
    padding-block: 4rem;
    padding-inline: 2.3rem 1.8rem;
  }
  .p-single-item__list-container {
    gap: 0;
    margin-bottom: 0;
    margin-top: 3rem;
  }
  .p-single-item__list {
    letter-spacing: 0.05em;
    line-height: 1.99;
  }
  .p-single-item__list-bg a::before {
    top: 0.5rem;
  }
  .p-single-item__contents {
    margin-top: 3.6rem;
  }
  .p-single-item__top-container {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    padding-bottom: 1.2rem;
  }
  .p-single-item__imageL {
    aspect-ratio: 330/230;
  }
  .p-single-item__imageS .swiper-slide {
    aspect-ratio: 105/75;
  }
  .p-single-item__meta-block {
    grid-template-areas: "g-1 g-1" "g-2 g-3";
  }
  .p-single-item__meta-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-single-item__meta-pieces {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-single-item__meta-price {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-single-item__meta-price {
    letter-spacing: 0.35rem;
    text-align: right;
  }
  .p-single-item__meta-tax {
    margin-left: 0.7rem;
    translate: -0.6rem;
  }
  .p-single-item__message {
    margin-top: 1.3rem;
  }
  .p-single-item__low-container {
    padding-top: 0.8rem;
  }
  .p-single-item__attention {
    margin-top: 3.4rem;
  }
  /*.p-single-item__banner-contents {
    padding-inline: 2.8rem 3rem;
    translate: 0;
  }*/
  .p-single-item__banner-contents {
    padding-inline: 0;
    translate: 0;
  }
  .p-single-item__banner {
    background-image: radial-gradient(circle at 0 100%, rgba(204, 0, 0, 0) 27px, #00552e 28px), radial-gradient(circle at 100% 100%, rgba(204, 0, 0, 0) 27px, #00552e 28px), radial-gradient(circle at 100% 0, rgba(204, 0, 0, 0) 27px, #00552e 28px), radial-gradient(circle at 0 0, rgba(204, 0, 0, 0) 27px, #00552e 28px);
    background-position: bottom left, bottom right, top right, top left;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    padding-block: 3.5rem;
    position: relative;
    width: 100%;
  }
  .p-single-item__attention-list-container {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
  .p-single-item__attention-list {
    letter-spacing: 0.2em;
    line-height: 2.3;
    padding-left: 3rem;
  }
  .p-single-item__attention-list::before {
    left: 0.2rem;
  }
  .wave::before {
    width: 17rem;
  }
  .p-single-item__attention-btn-box {
    gap: 0.8rem;
    grid-template-columns: 1fr;
    margin-top: 2.2rem;
    width: 33rem;
  }
  .p-single-item__attention-btn a {
    font-size: 1.4rem;
    height: 6rem;
  }
  .p-single-item__popUp {
    padding-block: 3.4rem;
    width: 33rem;
  }
  .p-single-item__popUp-ttl {
    font-size: 1.8rem;
  }
  .p-single-item__popUp-name {
    font-size: 2.4rem;
  }
  .p-single-item__popUp-list-container {
    margin-top: 4.6rem;
    width: 27rem;
  }
  .p-single-item__popUp-line {
    gap: 4rem;
    padding-inline: 0.8rem 1rem;
  }
  .p-single-item__popUp-close {
    margin-top: 2.6rem;
  }
  .taxonomy-item-shop__list-container {
    gap: 2rem;
  }
  .taxonomy-item-shop__meta-box {
    left: 50%;
    right: unset;
    translate: -50% 48%;
    width: 24rem;
  }
  .taxonomy-item-shop__list-ttl {
    font-size: 1.8rem;
    letter-spacing: 0.21em;
  }
  .taxonomy-item-shop__list-price {
    font-size: 2.4rem;
    margin-top: 0.7rem;
    padding-right: 1.5rem;
  }
  .taxonomy-item-shop__list-btn {
    font-size: 1.4rem;
    height: 5rem;
    margin-top: 2rem;
    padding-left: 5rem;
    width: 24rem;
  }
  .p-single-item__calender {
    padding-bottom: 23.5rem;
    padding-top: 10.3rem;
  }
  .p-single-item__calender-ttl {
    background-color: #d8c9af;
    font-size: 1.8rem;
    padding-block: 1.8rem;
  }
  .p-single-item__calender-text-block {
    gap: 0.6rem;
    line-height: 1.5;
    margin-top: 1.4rem;
  }
  .p-single-item__calender-wrapper {
    margin-top: 3.5rem;
  }
  .p-single-item__calender-body .calendar td {
    height: 7.08rem;
  }
  .p-single-item__calender-body .calendar .date {
    font-size: 1.4rem;
    margin-left: 0;
    margin-top: 0.8rem;
    text-align: center;
  }
  .p-single-item__calender-body .calendar .slots {
    font-size: 1.8rem;
    margin-top: 3.3rem;
    padding-bottom: 0.2rem;
  }
  .p-single-item__calender-body .calendar .small {
    display: none;
  }
  .p-single-item__time-wrapper {
    top: 31rem;
  }
  .p-single-item__time-body {
    grid-template-columns: 9.4rem 1fr;
    margin-top: 2.3rem;
    width: 33rem;
  }
  .p-single-item__time-date {
    padding-left: 0;
  }
  .p-single-item__time-date .day {
    margin-left: -0.3rem;
  }
  .p-single-item__time-time .inner {
    margin-top: -0.5rem;
  }
  .p-privacy__ttl {
    translate: -0.5rem;
  }
  .p-privacy__ttl-en {
    letter-spacing: 0;
  }
  .p-privacy__read-text {
    line-height: 1.95;
  }
  .p-privacy__list-text {
    line-height: 1.95;
  }
  .p-shop__inner {
    padding-inline: 1.5rem;
    padding-top: 20.5rem;
  }
  .p-shop {
    max-width: 42rem;
    padding-bottom: 9rem;
  }
  .p-shop__list-container {
    gap: 4rem;
    margin-top: 3.8rem;
  }
  .p-shop__shop-content {
    margin-top: 2rem;
  }
  .p-shop__shop-wrap:not(:first-child) {
    margin-top: 4.4rem;
  }
  .p-shop__list {
    padding-block: 7.2rem 7rem;
    padding-inline: 4.6rem;
  }
  .p-shop__list::before {
    background-image: url(../images/shop/bg-sp.webp);
    bottom: -0.6rem;
    top: 0.4rem;
  }
  .p-shop__list:nth-child(1)::before {
    background-image: url(../images/shop/bg_long-sp.webp);
  }
  .p-shop__shop-name {
    font-size: 2.4rem;
  }
  .p-shop__shop-name::before {
    height: 1.3rem;
    top: 55%;
    width: 5rem;
  }
  .p-shop__shop-name::after {
    height: 1.3rem;
    top: 55%;
    width: 5rem;
  }
  .p-shop__shop-name--atsuta::before {
    width: 3rem;
  }
  .p-shop__shop-name--atsuta::after {
    width: 3rem;
  }
  .p-shop__shop-image {
    aspect-ratio: 270/150;
  }
  .p-shop__shop-info-name {
    font-size: 2rem;
  }
  .p-shop__shop-detail {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.3rem;
    margin-top: 2rem;
  }
  .p-shop__shop-map {
    aspect-ratio: 270/120;
  }
  .p-shop__shop-info {
    gap: 0;
  }
  .p-shop__shop-info + .p-shop__shop-map {
    margin-top: 2rem;
  }
  .p-shop__shop-info-box:not(:first-of-type) {
    margin-top: 0;
  }
  .p-shop__shop-info-box {
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
  }
  .p-top-fv {
    height: 76.9rem;
    padding-top: 20.4rem;
  }
  .p-top-logo__box {
    width: 26.9rem;
  }
  .p-top-logo__text {
    font-size: 1.8rem;
    margin-top: 1.8rem;
  }
  .p-top-fv__ttl {
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 3.3rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .p-top-fv__tetx {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-inline: auto;
    margin-top: 2.6rem;
    text-align: left;
    translate: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top-cat__ttl-ja {
    translate: 1rem;
  }
  .p-top-cat__sticky {
    height: 175rem;
    top: 21rem;
  }
  .p-top-cat__sticky::before {
    aspect-ratio: 390/893;
    background-image: url(../images/top/bg-block-sp.webp);
  }
  .p-top-cat__info {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 4.4rem;
    padding-block: 4rem 3.6rem;
    padding-inline: 2.3rem 1.8rem;
  }
  .p-top-cat__info-ttl {
    translate: 0;
  }
  .p-top-cat__list-container {
    gap: 0;
    margin-bottom: 0;
    margin-top: 3rem;
  }
  .p-top-cat__list {
    letter-spacing: 0.05em;
  }
  .p-top-cat__list-bg::before {
    top: 0.5rem;
  }
  .p-top-cat__list-container-shop {
    gap: 2rem;
    margin-top: 8rem;
  }
  .p-top-cat__list-shop a {
    aspect-ratio: 330/638;
    margin-inline: auto;
    width: 33rem;
  }
  .p-top-cat__list-shop--atsuta a {
    background-image: url(../images/top/shop-banner1-sp.webp);
  }
  .p-top-cat__list-shop--mizuho a {
    background-image: url(../images/top/shop-banner2-sp.webp);
  }
  .p-top-cat__list-shop-content {
    left: 3rem;
    right: unset;
    top: 50%;
  }
  .p-top-cat__list-shop-name {
    font-size: 2rem;
    letter-spacing: -0.03em;
  }
  .p-top-cat__list-detail01 {
    margin-left: 0;
    margin-top: 1.9rem;
  }
  .p-top-cat__list-detail02 {
    gap: 1rem;
    margin-top: 1.9rem;
  }
  .p-top-cat__list-detail-box {
    padding-bottom: 1rem;
    padding-inline: 0;
  }
  .p-top-info {
    margin-top: 13.3rem;
    padding-bottom: 12rem;
  }
  .p-top-info::before {
    aspect-ratio: 391/856;
    background-image: url(../images/top/fruits-sp.svg);
    translate: 0 -19.5%;
  }
  .p-top-info__content a {
    align-items: flex-start;
    aspect-ratio: 330/564;
    margin-inline: auto;
    padding-inline: 4.2rem;
    padding-top: 6rem;
    width: 33rem;
  }
  .p-top-info__content a::before {
    background-image: url(../images/top/bg-info-sp.webp);
  }
  .p-top-info__text {
    line-height: 2;
    margin-top: 3.4rem;
    text-align: left;
  }
  .p-top-info__image {
    margin-top: 1.2rem;
    width: 100%;
  }
  .p-top-info__btn {
    bottom: 0;
  }
  .u-pt {
    display: none !important;
  }
  .u-pb-wide {
    padding-bottom: 8rem;
  }
  .p-single-item__calender-month {
  display: flex;
  font-size: 1.5rem;
  justify-content: space-between;
  letter-spacing: 0.1em;
}
}

@media (hover: hover) and (pointer: fine){
  a:hover,
  button:hover {
    opacity: 0.7;
  }
  .l-footer__btn a:hover {
    background-color: #fff;
    color: #00552e;
    opacity: 1;
  }
  .l-header__list-right01 a:hover {
    background-color: #fff;
    color: #00552e;
    opacity: 1;
  }
  .to-top:hover {
    opacity: 0.7;
  }
  .l-main--404 .error-link::after, .l-main--error .error-link::after {
    transition: 0.5s;
    transition-property: left;
  }
  .l-main--404 .error-link:hover::after, .l-main--error .error-link:hover::after {
    left: 1rem;
  }
  a:hover .c-banner-btn {
    background-color: #897e76;
    opacity: 1;
  }
  .c-btn a:hover {
    background-color: #897e76;
    opacity: 1;
  }
  .p-form__btn:hover {
    background-color: #897e76;
    opacity: 1;
  }
  .p-form__btn--back:hover {
    background-color: #2d261f;
    color: #fff;
    opacity: 0.7;
  }
  .p-form__btn--back:hover::before {
    background-color: #fff;
  }
  .p-single-item__attention-btn--white a:hover {
    background-color: #2d261f;
    color: #fff;
  }
  .p-single-item__attention-btn--black a:hover {
    background-color: #897e76;
    opacity: 1;
  }
  .taxonomy-item-shop__list a:hover {
    opacity: 1;
  }
  .taxonomy-item-shop__list a:hover .taxonomy-item-shop__list-btn {
    background-color: #897e76;
    opacity: 1;
  }
  .p-single-item__calender-body .calendar .active:hover {
    background-color: #00552e;
    color: #fff;
  }
  .p-single-item__time-date:hover {
    background-color: #00552e;
    color: #fff;
  }
  .p-single-item__time-time:hover {
    opacity: 0.8;
  }
  .p-top-cat__list-shop a:hover {
    opacity: 1;
  }
  .p-top-info__content a:hover {
    opacity: 1;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}


/*#reservation-calendar::before {*/
/*    background-color: #fff;*/
/*    bottom: -50%;*/
/*    content: "";*/
/*    display: block;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    z-index: -10;*/
/*}*/
/*# sourceMappingURL=maps/style.css.map */