@charset "UTF-8";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
*::before,
*::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

[type="number"] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

input,
button,
select,
textarea {
  border: none;
  outline: none;
}

:focus:not(:focus-visible) {
  outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

textarea {
  display: block;
  resize: vertical;
}

img {
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  display: block;
  font-style: italic;
  height: auto;
  max-width: 100%;
  shape-margin: 0.75rem;
  width: 100%;
}

time {
  display: block;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  ミックスイン

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

:root {
  --letter-spacing: 0.05em;
  --scrollbar-width: 0;
  --vh: 0;
}

*,
*::before,
*::after {
  letter-spacing: var(--letter-spacing);
}

a {
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: opacity;
}

html {
  font-size: 0.63vw;
}

body {
  background-color: #fffbf2;
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-break: strict;
  line-height: 1.5;
  min-height: 100vh;
  opacity: 0;
  overflow-wrap: anywhere;
  transition: opacity 0.5s 0.5s ease-in-out;
  word-break: normal;
}

body.fixed {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

body.is-show {
  opacity: 1;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  共通ボタン

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.c-button {
  --letter-spacing: 0.44em;
  align-items: baseline;
  background-color: #fff;
  border: 0.1rem solid #436952;
  border-radius: 100vmax;
  color: #436952;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  gap: 0.8em;
  justify-content: center;
  overflow: hidden;
  padding: 1.1em 1.2em;
  position: relative;
  text-indent: 0.22em;
  text-transform: uppercase;
  transition-property: color;
  z-index: 1;
}

.c-button::before {
  background-color: #e0e82e;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: translate 0.5s ease-in-out;
  translate: -110%;
  width: 120%;
  z-index: -1;
}

.c-button::after {
  --letter-spacing: 0;
  content: "◆";
  font-size: 0.8em;
}

.c-button--white {
  background-color: transparent;
  border: 0.1rem solid #fff;
  color: #fff;
}

.c-button--white::before {
  background-color: #fff;
}

.c-button--tt-none {
  text-transform: none;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  小見出し

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.c-heading {
  -ms-grid-columns: -webkit-max-content 0.6rem 1fr;
  -ms-grid-columns: max-content 0.6rem 1fr;
  align-items: center;
  color: #514327;
  display: -ms-grid;
  display: grid;
  font-size: 2.8rem;
  gap: 0.6rem;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}

.c-heading::before {
  aspect-ratio: 1;
  background-image: url(/_common/img/common/title-icon02@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: auto;
  margin-top: 0.16em;
  width: 0.71em;
}

.c-heading.c-heading--border-bottom {
  border-bottom: 0.1rem solid #ccbfa2;
  padding-bottom: 0.29em;
}

.l-inner {
  margin-inline: auto;
  max-width: 124.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  width: 100%;
}

.l-inner.l-inner--small {
  max-width: 92.8rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  セクション01

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.l-section01 {
  padding: 14rem 0;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  セクション02

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.l-section02 {
  padding: 14rem 0 16rem;
}

.l-wrapper {
  overflow-x: clip;
  position: relative;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  やまざき庵の想い

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-about {
  padding: 13rem 0 14rem;
  position: relative;
  z-index: 10;
}

.p-about__text-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 6.4rem;
  position: relative;
  z-index: 1;
}

.p-about__text-container::before,
.p-about__text-container::after {
  -webkit-animation: garaAnim01 16s ease-in-out infinite;
  animation: garaAnim01 16s ease-in-out infinite;
  background-image: url(/_common/img/common/gara01@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  opacity: 0.5;
  position: absolute;
  z-index: -1;
}

.p-about__text-container::before {
  aspect-ratio: 157/168;
  left: -19rem;
  top: 12rem;
  width: 15.7rem;
}

.p-about__text-container::after {
  aspect-ratio: 132/142;
  bottom: -14.6rem;
  right: -17rem;
  width: 13.2rem;
}

.p-about__heading {
  --letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  font-size: 4.2rem;
  text-indent: -1.2em;
  writing-mode: vertical-rl;
}

.p-about__definition {
  display: flex;
  flex-direction: row-reverse;
  gap: 4.6rem;
}

.p-about__term {
  --letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  color: #514327;
  font-size: 3.4rem;
  line-height: 1.53;
  writing-mode: vertical-rl;
}

.p-about__description {
  -webkit-margin-start: 0;
  --letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  font-size: 2rem;
  line-height: 2.5;
  margin-inline-start: 0;
  writing-mode: vertical-rl;
}

.p-about__slide-container {
  margin-top: 6rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  パンくず

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-breadcrumb__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
  padding: 1.4rem 0;
}

.p-breadcrumb__item {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.p-breadcrumb__link {
  align-items: center;
  display: flex;
  font-family: "Montserrat", sans-serif;
}

.p-breadcrumb__link::after {
  color: #333;
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 1rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  お問い合わせ

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-contact {
  padding-bottom: 16rem;
  padding-top: 7.5rem;
}

.p-contact__tel-content {
  background-image: url(/_common/img/tel-waku@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #514327;
  margin-top: 2.4rem;
  padding: 4rem 2.4rem;
}

.p-contact__tel-link {
  align-items: baseline;
  display: flex;
  font-family: "Outfit", sans-serif;
  font-size: 4.6rem;
  font-weight: 400;
  gap: 0.36em;
  justify-content: center;
  line-height: 1.13;
}

.p-contact__tel-link .fas {
  flex-shrink: 0;
  font-size: 0.78em;
}

.p-contact__time {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: 0.4em;
  text-align: center;
}

.p-contact__form-area {
  margin-top: 8rem;
}

.p-contact__form-text {
  line-height: 2.13;
  margin-top: 1.6rem;
}

.p-contact__form-container {
  margin-top: 4rem;
}

.p-contact__attention {
  margin-top: 6rem;
}

.p-contact__attention-text {
  background-color: #fff;
  border: 0.1rem solid #e8e6df;
  border-radius: 1rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 2;
  padding: 1.2rem 2.4rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  じまんの甘味

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-features {
  background-image: url(/_common/img/features-back@2x.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: 100% auto;
}

.p-features__container {
  margin-top: 7.6rem;
}

.p-features__contents {
  display: flex;
}

.p-features__contents:nth-of-type(even) {
  flex-direction: row-reverse;
}

.p-features__contents:nth-of-type(n + 2) {
  margin-top: 13rem;
}

.p-features__image {
  border-radius: 0 0 3rem 0;
  margin-bottom: 10rem;
  overflow: hidden;
  position: relative;
  width: clamp(46rem, -20.6rem + 55.5vw, 68.2rem);
  z-index: 5;
}

.p-features__image:where(.p-features__contents:nth-of-type(even) *) {
  border-radius: 0 0 0 3rem;
}

.p-features__image img {
  -o-object-fit: cover;
  aspect-ratio: 682/773;
  height: 100%;
  object-fit: cover;
}

.p-features__image:where(.p-features__contents:nth-child(1) *) img {
  -o-object-position: 20% center;
  object-position: 20% center;
}

.p-features__image:where(.p-features__contents:nth-child(2) *) img {
  -o-object-position: 60% 100%;
  object-position: 60% 100%;
}

.p-features__content {
  background-color: #fff;
  border-radius: 0 0 0 3rem;
  flex: 1;
  margin-left: -28.4rem;
  margin-top: 5.8rem;
  padding: 7rem clamp(2.4rem, -38.4rem + 34vw, 16rem) 10rem clamp(34rem, 23.5rem + 8.75vw, 37.5rem);
}

.p-features__content:where(.p-features__contents:nth-of-type(even) *) {
  border-radius: 0 0 3rem 0;
  margin-left: 0;
  margin-right: -28.4rem;
  padding: 7rem clamp(34rem, 23.5rem + 8.75vw, 37.5rem) 10rem clamp(2.4rem, -38.4rem + 34vw, 16rem);
}

.p-features__content-number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-features__number-line {
  width: 16rem;
}

.p-features__number {
  --letter-spacing: 0.44em;
  color: #436952;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 0.71em;
  text-transform: uppercase;
}

.p-features__content-title {
  color: #514327;
  font-size: 4rem;
  line-height: 1.85;
  margin-top: 4.8rem;
}

.p-features__content-text {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2.13;
  margin-top: 3.2rem;
}

.p-features__menu-box {
  background-color: #fffbf2;
  border-radius: 1rem;
  display: -ms-grid;
  display: grid;
  gap: 1.2rem;
  margin-top: 4rem;
  padding: 3rem;
  width: min(100%, 62.3rem);
}

.p-features__definition {
  display: -ms-grid;
  display: grid;
}

.p-features__definition--01 {
  -ms-grid-columns: 16.4rem 2rem 1fr;
  gap: 2rem;
  grid-template-columns: 16.4rem 1fr;
}

.p-features__definition--02 {
  -ms-grid-columns: 8rem 0.4rem 1fr;
  gap: 0.4rem;
  grid-template-columns: 8rem 1fr;
}

.p-features__menu-name {
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}

.p-features__menu-name::before {
  color: #436952;
  content: "◆";
  display: inline-block;
  font-size: inherit;
  margin-right: 0.63em;
}

.p-features__menu-text {
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}

.p-features__menu-text::before {
  content: "…";
  display: inline-block;
  font-size: inherit;
  margin-right: 0.63em;
}

.p-features__menu-child-name {
  font-size: 0.88em;
  margin-left: 2em;
}

.p-features__menu-child-text {
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  display: -ms-grid;
  display: grid;
  font-size: 0.88em;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}

.p-features__menu-child-text::before {
  content: "…";
  display: inline-block;
  font-size: 1.6rem;
  margin-right: 0.75em;
}

.p-features__menu-content {
  display: flex;
  flex-wrap: wrap;
  gap: 3.6rem;
}

.p-features__shop-definition {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  margin-top: 4rem;
}

.p-features__shop-term {
  width: 17.2rem;
}

.p-features__shop-desc {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.86;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

送信完了画面、エラー画面

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-feedback {
  padding: 20rem 0 15rem;
}

.p-feedback__text {
  line-height: 1.8;
  margin-top: 5rem;
  text-align: center;
}

.p-feedback__button {
  margin-inline: auto;
  margin-top: 8rem;
  max-width: 35rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  フッター

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-footer__container {
  -ms-grid-columns: 417fr 1183fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 417fr 1183fr;
}

.p-footer__contents01 {
  background-color: #436952;
  display: -ms-grid;
  display: grid;
  gap: 3.2rem;
  justify-items: center;
  padding: 15.3rem 2rem 16rem;
}

.p-footer__logo {
  display: block;
  width: 19.9rem;
}

.p-footer__logo-text {
  color: #fff;
  line-height: 2.5;
}

.p-footer__contents02 {
  background-image: url(/_common/img/common/footer-back@2x.jpg);
  background-position: left top;
  background-repeat: repeat;
  background-size: cover;
  color: #fff;
  padding: 13rem 4rem;
}

.p-footer__contents02-inner {
  margin-inline: auto;
  max-width: 96.3rem;
}

.p-footer__menus {
  display: flex;
  gap: 1.2rem 3.2rem;
  justify-content: space-between;
}

.p-footer__menu-link {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.p-footer__menu-ja {
  font-size: 1.4rem;
  line-height: 1.29;
}

.p-footer__menu-en {
  --letter-spacing: 0.2em;
  color: #cccccc;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.5;
  text-transform: uppercase;
}

.p-footer__bottom-contents {
  align-items: flex-end;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
  justify-content: space-between;
  justify-content: flex-end;
  margin-top: 6rem;
  padding-top: 7rem;
}

.p-footer__sns-list {
  display: flex;
  gap: 3.2rem;
}

.p-footer__sns-link {
  --letter-spacing: 0.1em;
  align-items: baseline;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  gap: 0.2rem;
}

.p-footer__sns-link .fab {
  font-size: 1.2em;
}

.p-footer__copyright small {
  --letter-spacing: 0.1em;
  color: #ccc;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.5;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  フォーム

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-form {
  border-top: 0.1rem solid #e8e6df;
}

.p-form__content {
  align-items: flex-start;
  border-bottom: 0.1rem solid #e8e6df;
  display: flex;
  gap: 4.3rem;
  justify-content: space-between;
  padding: 1.6rem;
}

.p-form__term {
  width: 22rem;
}

.p-form__term label {
  display: flex;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  gap: 1.6rem;
  justify-content: space-between;
}

.p-form__tag {
  background-color: #436952;
  border-radius: 100vmax;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  min-height: 2.4rem;
  padding: 0.15em 0.2em 0.1em;
  place-items: center;
  width: 5.8rem;
}

.p-form__tag--any {
  background-color: #b4a582;
}

.p-form__description {
  flex: 1;
}

.p-form__description input,
.p-form__description textarea {
  background-color: #fff;
  border: 0.1rem solid #e8e6df;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 0.55rem 1.6rem;
  width: 100%;
}

.p-form__description textarea {
  min-height: 18.2rem;
}

.p-form__recaptcha-area {
  margin-top: 7.5rem;
  text-align: center;
}

.p-form__recaptcha-area .g-recaptcha {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-form__recaptcha-text {
  line-height: 2.13;
  margin-top: 2rem;
}

.p-form__button-content {
  margin-inline: auto;
  margin-top: 7.5rem;
  width: min(100%, 30rem);
}

.p-form__submit {
  --letter-spacing: 0.1em;
  background-color: #436952;
  border-radius: 100vmax;
  color: #fff;
  cursor: auto;
  display: -ms-grid;
  display: grid;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  opacity: 0.2;
  padding: 2.3rem 4rem;
  place-items: center;
  position: relative;
  text-indent: -0.05em;
  transition: opacity 0.5s;
  width: 100%;
  z-index: 1;
}

.p-form__submit:not([disabled]) {
  cursor: pointer;
  opacity: 1;
}

.p-form__submit .fas {
  position: absolute;
  right: 3.6rem;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}

.p-hamburger {
  display: none;
}

.p-hamburger__button {
  height: 2.3rem;
  position: relative;
  transition: opacity 0.5s;
  width: 3.4rem;
  z-index: 200;
}

.p-hamburger__button span {
  background-color: #436952;
  display: block;
  height: 0.4rem;
  position: absolute;
  scale: 1 0.5;
  transition-duration: 0.5s;
  transition-property: translate, rotate, opacity, top, bottom, background-color;
  width: 100%;
}

.p-hamburger__button span:nth-of-type(1) {
  left: 0;
  top: 0;
}

.p-hamburger__button span:nth-of-type(2) {
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

.p-hamburger__button span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}

.p-hamburger__button[aria-expanded="true"] span {
  background-color: #fff;
}

.p-hamburger__button[aria-expanded="true"] span:nth-of-type(1) {
  rotate: 45deg;
  top: 50%;
  translate: 0 -50%;
}

.p-hamburger__button[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

.p-hamburger__button[aria-expanded="true"] span:nth-of-type(3) {
  bottom: 50%;
  rotate: -45deg;
  translate: 0 50%;
}

.p-hamburger__mask {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: visibility, opacity;
  visibility: hidden;
  width: 100%;
  z-index: 50;
}

.is-open .p-hamburger__mask {
  opacity: 1;
  visibility: visible;
}

.p-hamburger__nav {
  background-color: #436952;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  transition-property: visibility, opacity;
  visibility: hidden;
  width: min(92%, 40rem);
  z-index: 100;
}

.is-open .p-hamburger__nav {
  opacity: 1;
  visibility: visible;
}

.p-hamburger__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  height: 100%;
  overflow-y: auto;
  padding: 8rem 2rem;
  width: 100%;
}

.p-hamburger__item {
  color: #fff;
}

.p-hamburger__item-link {
  display: -ms-inline-grid;
  display: inline-grid;
  font-size: 1.4rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.p-hamburger__logo {
  margin-top: 2rem;
}

.p-hamburger__logo-link {
  display: block;
  width: 15rem;
}

.p-hamburger__lang-list-content {
  margin-top: 2.4rem;
}

.p-hamburger__lang-list {
  --letter-spacing: 0.1em;
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.p-hamburger__lang-item:first-child {
  align-items: center;
  display: flex;
}

.p-hamburger__lang-item:first-child::before {
  color: #b4a582;
  content: "";
  content: "\f0ac";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.14em;
  font-weight: 900;
  margin-right: 0.3em;
}

.p-header {
  left: 0;
  position: fixed;
  top: 0;
  transition: background-color 0.5s;
  width: 100%;
  z-index: 100;
}

.p-header.js-change {
  background-color: #fff;
}

.p-header:where(.page-top *) {
  opacity: 0;
  transition: background-color 0.5s, opacity 0.5s, visibility 0.5s;
  visibility: hidden;
}

.p-header:where(.page-top *).is-show {
  opacity: 1;
  visibility: visible;
}

.p-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.8rem 4.6rem 1.8rem 3.2rem;
}

.p-header__logo {
  display: block;
  width: 15rem;
}

.p-header__lang-list {
  --letter-spacing: 0.1em;
  align-items: center;
  display: flex;
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  justify-content: flex-end;
  text-transform: uppercase;
}

.p-header__lang-item:first-child {
  align-items: center;
  display: flex;
}

.p-header__lang-item:first-child::before {
  color: #b4a582;
  content: "";
  content: "\f0ac";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.14em;
  font-weight: 900;
  margin-right: 0.3em;
}

.p-header__list {
  align-items: center;
  display: flex;
  gap: 3.2rem;
  margin-top: 1rem;
  margin-top: 0;
}

.p-header__item-link {
  --letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.14;
  padding: 0.8rem 0;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  セクション共通タイトル

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-heading {
  font-size: 4.2rem;
  text-align: center;
}

.p-heading.p-heading--white {
  color: #fff;
}

.p-heading__icon {
  margin-inline: auto;
  width: 1.17em;
}

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

.p-heading__ja {
  margin-top: 0.57em;
}

.p-heading__en {
  --letter-spacing: 0.44em;
  font-family: "Montserrat", sans-serif;
  font-size: 0.33em;
  font-weight: 600;
  margin-top: 2.14em;
  text-transform: uppercase;
}

.p-heading__square-content {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
}

.p-heading__square {
  color: #436952;
  font-size: 1rem;
}

.p-heading__square:where(.p-heading--white *) {
  color: #fff;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  導入

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-introduction {
  padding: 18rem 0 10rem;
}

.p-introduction__heading-content {
  position: relative;
  z-index: 1;
}

.p-introduction__heading-content::before,
.p-introduction__heading-content::after {
  -webkit-animation: garaAnim01 16s ease-in-out infinite;
  animation: garaAnim01 16s ease-in-out infinite;
  background-image: url(/_common/img/common/gara01@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.p-introduction__heading-content::before {
  aspect-ratio: 157/168;
  left: -3.1rem;
  top: -3rem;
  width: 15.7rem;
}

.p-introduction__heading-content::after {
  aspect-ratio: 132/142;
  bottom: -6.6rem;
  opacity: 0.5;
  right: -1.1rem;
  width: 13.2rem;
}

.p-introduction__heading {
  margin-inline: auto;
  width: 42.4rem;
}

.p-introduction__text-container {
  --letter-spacing: 0.1em;
  display: flex;
  flex-direction: row-reverse;
  font-size: 2rem;
  gap: 2em;
  justify-content: center;
  line-height: 2.5;
  margin-top: 10rem;
}

.p-introduction__text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-introduction__quote-start {
  display: inline-block;
  rotate: 90deg;
  translate: 0.4em -0.4em;
}

.p-introduction__quote-end {
  display: inline-block;
  margin-bottom: 0.5em;
  rotate: 90deg;
  translate: -0.3em -0.1em;
}

.p-introduction__slide-container {
  margin-top: 6rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  バスをご利用の方

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-map {
  margin-left: calc(50% - (100vw - var(--scrollbar-width)) / 2);
  margin-right: calc(50% - (100vw - var(--scrollbar-width)) / 2);
  margin-top: 11rem;
  padding-bottom: 16rem;
  padding-left: calc((100vw - var(--scrollbar-width)) / 2 - 50%);
  padding-right: calc((100vw - var(--scrollbar-width)) / 2 - 50%);
  padding-top: 10.3rem;
  position: relative;
  z-index: 1;
}

.p-map::before {
  background-image: url("/_common/img/shop-back@2x.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 160rem auto;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -10;
}

.p-map__container {
  margin-inline: auto;
  max-width: 88rem;
}

.p-map__image {
  border-radius: 3rem;
  overflow: hidden;
}

.p-map__image img {
  -o-object-fit: cover;
  aspect-ratio: 878/500;
  object-fit: cover;
}

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

.p-map__text {
  line-height: 2.13;
  margin-top: 1.2rem;
}

.p-map__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  margin-top: 1.2rem;
}

.p-map__item {
  --letter-spacing: 0.1em;
  background-color: #436952;
  border-radius: 100vmax;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  padding: 0.4em 1.2em;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  メニュースライダー

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-menu-slider {
  margin-left: calc(50% - (100vw - var(--scrollbar-width)) / 2);
  margin-right: calc(50% - (100vw - var(--scrollbar-width)) / 2);
  overflow: hidden;
  padding: 10rem 0;
}

.p-menu-slider .splide__track {
  overflow: visible;
}

.p-menu-slider__content {
  transform-origin: center center;
  transition: scale 0.5s ease;
}

.p-menu-slider__content.is-start {
  -webkit-animation: menuSlider 6s cubic-bezier(0.25, 0.1, 0.25, 1);
  animation: menuSlider 6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.p-menu-slider__content:where(.splide__slide.is-active *) {
  scale: 2;
}

@-webkit-keyframes menuSlider {
  0% {
    rotate: 0deg;
  }

  7% {
    rotate: -4deg;
  }

  21% {
    rotate: 4deg;
  }

  35% {
    rotate: -4deg;
  }

  49% {
    rotate: 4deg;
  }

  70% {
    rotate: 0deg;
  }

  100% {
    rotate: 0deg;
  }
}

@keyframes menuSlider {
  0% {
    rotate: 0deg;
  }

  7% {
    rotate: -4deg;
  }

  21% {
    rotate: 4deg;
  }

  35% {
    rotate: -4deg;
  }

  49% {
    rotate: 4deg;
  }

  70% {
    rotate: 0deg;
  }

  100% {
    rotate: 0deg;
  }
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  商品紹介

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-menu {
  padding-bottom: 16rem;
  padding-top: 7.5rem;
}

.p-menu__list {
  margin-top: 5rem;
}

.p-menu__item:nth-of-type(n + 2) {
  margin-top: 9.2rem;
}

.p-menu__list-child {
  -ms-grid-columns: 1fr 6rem 1fr 6rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 6rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.3rem;
  position: relative;
  z-index: 10;
}

.p-menu__list-child:nth-of-type(n + 2) {
  margin-top: 6rem;
}

.p-menu__list-child:where(.p-menu__item:nth-of-type(1) *):nth-of-type(1)::after {
  -webkit-animation: garaAnim01 16s ease-in-out infinite;
  animation: garaAnim01 16s ease-in-out infinite;
  aspect-ratio: 123/131;
  background-image: url(/_common/img/common/gara01@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 18.7rem;
  content: "";
  display: block;
  height: auto;
  position: absolute;
  right: -3.4rem;
  width: 12.3rem;
  z-index: -1;
}

.p-menu__list-child:where(.p-menu__item:nth-of-type(1) *):nth-of-type(2)::after {
  -webkit-animation: garaAnim01 16s ease-in-out infinite;
  animation: garaAnim01 16s ease-in-out infinite;
  aspect-ratio: 123/131;
  background-image: url(/_common/img/common/gara01@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 19.2rem;
  content: "";
  display: block;
  height: auto;
  position: absolute;
  right: 13.2rem;
  width: 15.7rem;
  z-index: -1;
}

.p-menu__list-child:where(.p-menu__item:nth-of-type(2) *)::before,
.p-menu__list-child:where(.p-menu__item:nth-of-type(2) *)::after {
  -webkit-animation: garaAnim02 16s ease-in-out infinite;
  animation: garaAnim02 16s ease-in-out infinite;
  aspect-ratio: 1;
  background-image: url(/_common/img/common/gara02@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
}

.p-menu__list-child:where(.p-menu__item:nth-of-type(2) *)::before {
  bottom: -15rem;
  right: 47rem;
  width: 22.5rem;
}

.p-menu__list-child:where(.p-menu__item:nth-of-type(2) *)::after {
  bottom: -9.6rem;
  right: 4.2rem;
  width: 17rem;
}

.p-menu__item-child {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 4;
  display: -ms-grid;
  display: grid;
  gap: 0;
  grid-row: span 4;
  grid-template-rows: subgrid;
  justify-items: center;
  opacity: 0;
  padding: 3.3rem 2rem 2rem;
  position: relative;
  transition: opacity 1s ease-out 0.3s, translate 1s ease-out 0.3s;
  translate: -15%;
  z-index: 10;
}

.p-menu__item-child::before {
  background-image: url(/_common/img/menu-back@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -1;
}

.p-menu__item-child.is-animated {
  opacity: 1;
  translate: 0;
}

.p-menu__en-name {
  -ms-writing-mode: sideways-rl;
  --letter-spacing: 0.2em;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.5;
  position: absolute;
  right: 0.8rem;
  text-transform: uppercase;
  top: 4rem;
  white-space: nowrap;
  writing-mode: sideways-rl;
  z-index: 1;
}

.p-menu__image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  margin-inline: auto;
  position: relative;
  width: 24.4rem;
  z-index: 1;
}

.p-menu__image img {
  -o-object-fit: contain;
  aspect-ratio: 1;
  object-fit: contain;
}

.p-menu__image--icon::before {
  aspect-ratio: 1;
  background-image: url(/_common/img/menu-icon-text@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  left: 0.7rem;
  position: absolute;
  top: 1.5rem;
  width: 4.6rem;
  z-index: 10;
}

.p-menu__item-child-heading-content {
  -ms-grid-row-align: center;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  align-self: center;
  grid-row: 2/3;
  margin-top: 1.6rem;
}

.p-menu__item-child-heading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.p-menu__item-child-heading:where(.p-menu__item-child-heading-content--dotted *) {
  align-items: center;
  display: flex;
  gap: 0.4em;
  text-align: left;
}

.p-menu__item-child-heading:where(.p-menu__item-child-heading-content--dotted *)::before {
  aspect-ratio: 1;
  background-color: #436952;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-top: 0.1em;
  width: 0.4em;
}

.p-menu__item-child-heading-small {
  font-size: 0.7em;
}

.p-menu__dl {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  margin-top: 1.6rem;
}

.p-menu__dt {
  color: #436952;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.14;
  text-align: center;
}

.p-menu__dd {
  margin-top: 0.8rem;
}

.p-menu__dd-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
}

.p-menu__dd-item {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100vmax;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  padding: 0.14em 0.57em;
}

.p-menu__price {
  --letter-spacing: 0.1em;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  font-size: 1.8rem;
  font-weight: 600;
  grid-row: 4/5;
  margin-top: 1em;
}

.p-menu__note {
  background-color: #fff;
  border: 0.1rem solid #ccbfa2;
  border-radius: 1rem;
  margin-top: 10rem;
  padding: 2.4rem 3.2rem;
}

.p-menu__note-text {
  -ms-grid-columns: -webkit-max-content 0.63em 1fr;
  -ms-grid-columns: max-content 0.63em 1fr;
  align-items: start;
  display: -ms-grid;
  display: grid;
  gap: 0.63em;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  line-height: 1.63;
}

.p-menu__note-text::before {
  color: #436952;
  content: "◆";
}

.p-menu__note-text:nth-of-type(n + 2) {
  margin-top: 1.2rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  トップページｍｖ

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-mv {
  overflow: hidden;
}

.p-mv__container {
  -ms-grid-columns: 1fr 32rem 1fr;
  -ms-grid-rows: 100%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 32rem 1fr;
  grid-template-rows: 100%;
  height: 100vh;
  height: 100svh;
}

.p-mv__container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-mv__container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-mv__container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-mv__image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.p-mv__image:nth-child(1) img {
  -o-object-position: 56% 20%;
  object-position: 56% 20%;
}

.p-mv__image:nth-child(3) img {
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}

.p-mv__content {
  background-image: url("/_common/img/mv-back@2x.jpg");
  background-repeat: repeat;
  background-size: 100% auto;
  display: -ms-grid;
  display: grid;
  gap: 3.8rem;
  justify-items: center;
  overflow: hidden;
  padding: 8rem 3rem;
  place-content: center;
  position: relative;
  z-index: 1;
}

.p-mv__content::before {
  aspect-ratio: 257/198;
  background-image: url("/_common/img/mv-house@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 25.7rem;
  z-index: -1;
}

.p-mv__logo {
  -webkit-animation: logoMotion 1s 0.5s ease-in-out;
  animation: logoMotion 1s 0.5s ease-in-out;
  max-width: 23rem;
}

.p-mv__top-illust {
  max-width: 25.8rem;
}

.p-mv__list {
  -ms-writing-mode: tb-rl;
  display: flex;
  flex-direction: column;
  gap: 1.6em;
  justify-content: center;
  margin-top: 3.2rem;
  width: 100%;
  writing-mode: vertical-rl;
}

.p-mv__link {
  --letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.5;
}

.p-mv__link::before {
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 1em;
  margin-bottom: 0.75em;
  width: 0.1rem;
}

.p-mv__lang-list {
  --letter-spacing: 0.1em;
  align-items: center;
  bottom: 2.8rem;
  color: #fff;
  display: flex;
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  translate: -50%;
  white-space: nowrap;
  z-index: 1;
}

.p-mv__lang-item:first-child {
  align-items: center;
  display: flex;
}

.p-mv__lang-item:first-child::before {
  content: "";
  content: "\f0ac";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.14em;
  font-weight: 900;
  margin-right: 0.3em;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  季節のおすすめ

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-recommend__contents {
  -ms-grid-columns: 1fr clamp(0rem, -12rem + 10vw, 4rem) 1fr;
  display: -ms-grid;
  display: grid;
  gap: clamp(0rem, -12rem + 10vw, 4rem);
  grid-template-columns: 1fr 1fr;
  margin-top: 4.2rem;
}

.p-recommend__content {
  padding: 0 2rem;
}

.p-recommend__head {
  padding: 0 2.4rem;
  position: relative;
  z-index: 1;
}

.p-recommend__head::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.p-recommend__head:where(.p-recommend__content:nth-of-type(odd) *)::before {
  aspect-ratio: 970/857;
  background-image: url(/_common/img/recommend01-back@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -1rem;
  top: -1.5rem;
  width: 48.5rem;
}

.p-recommend__head:where(.p-recommend__content:nth-of-type(even) *)::before {
  aspect-ratio: 1136/817;
  background-image: url(/_common/img/recommend02-back@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0.5rem;
  top: 1.8rem;
  width: 56.8rem;
}

.p-recommend__image {
  width: 46.2rem;
}

.p-recommend__image img {
  -o-object-fit: contain;
  aspect-ratio: 462/421;
  object-fit: contain;
}

.p-recommend__title-content {
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}

.p-recommend__title-content:where(.p-recommend__content:nth-of-type(odd) *) {
  right: 1rem;
}

.p-recommend__title-content:where(.p-recommend__content:nth-of-type(even) *) {
  right: 0.2rem;
}

.p-recommend__waku-text {
  aspect-ratio: 1;
  background-image: url(/_common/img/recommend-waku@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: -ms-grid;
  display: grid;
  font-size: 1.4rem;
  font-weight: 600;
  gap: 0.4em;
  line-height: 1;
  place-content: center;
  place-items: center;
  position: relative;
  width: 10.2rem;
  z-index: 10;
}

.p-recommend__waku-text .large {
  font-size: 1.86em;
}

.p-recommend__menu-title {
  -ms-writing-mode: tb-rl;
  -webkit-text-orientation: upright;
  --letter-spacing: 0.1em;
  background: #325540;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.67;
  margin-top: -1em;
  padding: 1.2em 0 0.5em;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.p-recommend__text {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 2.13;
  margin-top: 2rem;
}

.p-recommend__button {
  margin-inline: auto;
  margin-top: 8.4rem;
  width: min(100%, 20.3rem);
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  店舗のご案内

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-shop {
  padding-top: 7.5rem;
}

.p-shop__media {
  -ms-grid-columns: 54.1rem 5rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 5rem;
  grid-template-columns: 54.1rem 1fr;
  margin-top: 7.5rem;
}

.p-shop__slider .splide__pagination {
  bottom: -4.5rem;
  gap: 1rem;
}

.p-shop__slider .splide__pagination__page {
  background: #b4a582;
  border-radius: 0;
  height: 0.9rem;
  margin: 0.3rem;
  opacity: 1;
  rotate: 45deg;
  transform-origin: center;
  width: 0.9rem;
}

.p-shop__slider .splide__pagination__page.is-active {
  background: #436952;
  transform: scale(1.3);
}

.p-shop__slide-image {
  border-radius: 3rem;
  overflow: hidden;
}

.p-shop__slide-image img {
  -o-object-fit: cover;
  aspect-ratio: 541/382;
  object-fit: cover;
}

.p-shop__media-heading {
  border-bottom: 0.1rem solid #e8e6df;
  color: #514327;
  font-size: 2.8rem;
  line-height: 2.14;
}

.p-shop__media-text {
  line-height: 2.13;
  margin-top: 1.5em;
}

.p-shop__media-info {
  margin-top: 3.2rem;
}

.p-shop__media-info-content {
  -ms-grid-columns: 7.4rem 3.2rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 3.2rem;
  grid-template-columns: 7.4rem 1fr;
  line-height: 1.63;
}

.p-shop__media-info-content:nth-of-type(n + 2) {
  margin-top: 1rem;
}

.p-shop__media-tel-text {
  font-size: 1.4rem;
}

.p-shop__media-button {
  margin-top: 4rem;
  width: min(100%, 17.2rem);
}

.p-shop__media-button .c-button {
  --letter-spacing: 0.1em;
  background-color: transparent;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  店舗案内

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-shop01 {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  position: relative;
  z-index: 1;
}

.p-shop01::before {
  background-image: url("/_common/img/shop-back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -10;
}

.p-shop01::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -1;
}

.p-shop01__text {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.22;
  margin-top: 6rem;
  text-align: center;
}

.p-shop01__button {
  margin-inline: auto;
  margin-top: 6rem;
  width: min(100%, 20.3rem);
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  ひとくちの甘味

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-sweets {
  position: relative;
  z-index: 1;
}

.p-sweets::before {
  background-image: url("/_common/img/sweets-back@2x.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 160rem auto;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -10;
}

.p-sweets__inner {
  position: relative;
  z-index: 1;
}

.p-sweets__inner::after {
  aspect-ratio: 430/299;
  background-image: url("/_common/img/sweets-house@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: auto;
  opacity: 0.7;
  position: absolute;
  right: -26rem;
  top: 4rem;
  width: 43rem;
  z-index: 1;
}

.p-sweets__heading-child {
  color: #514327;
  font-size: 3.4rem;
  line-height: 1.94;
  margin-top: 1.59em;
  text-align: center;
}

.p-sweets__text {
  line-height: 2.13;
  margin-top: 1.25em;
  text-align: center;
}

.p-sweets__media-container {
  margin-top: 8rem;
}

.p-sweets__media-item {
  -ms-grid-columns: 57.6rem 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 57.6rem 1fr;
}

.p-sweets__media-item:nth-of-type(even) {
  -ms-grid-columns: 1fr 55.2rem;
  grid-template-columns: 1fr 55.2rem;
}

.p-sweets__media-item:nth-of-type(n + 2) {
  margin-top: 6.4rem;
}

.p-sweets__texts {
  margin-top: 10rem;
}

.p-sweets__texts:where(.p-sweets__media-item:nth-of-type(even) *) {
  margin-top: 2rem;
}

.p-sweets__media-heading {
  color: #514327;
  font-size: 2.6rem;
  line-height: 2.46;
  padding-right: 7rem;
  position: relative;
}

.p-sweets__media-heading:where(.p-sweets__media-item:nth-of-type(even) *) {
  padding-left: 4.6rem;
  padding-right: 0;
}

.p-sweets__media-heading::before {
  background: #b4a582;
  bottom: 0;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  opacity: 0.5;
  position: absolute;
  scale: 0 1;
  transform-origin: left top;
  transition: scale 1s ease-in-out;
  translate: 0 50%;
  width: 100%;
}

.p-sweets__media-heading::after {
  aspect-ratio: 1;
  background: #b4a582;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  transition: left 1s ease-in-out;
  translate: 0 50%;
  width: 0.8rem;
}

.p-sweets__media-heading:where(.p-sweets__media-item:nth-of-type(even) *)::before {
  left: auto;
  right: 0;
  transform-origin: right top;
}

.p-sweets__media-heading:where(.p-sweets__media-item:nth-of-type(even) *)::after {
  left: auto;
  right: 0;
  transition: right 1s ease-in-out;
}

.p-sweets__media-heading:where(.is-anim *)::before {
  scale: 1;
}

.p-sweets__media-heading:where(.is-anim *)::after {
  left: 100%;
}

.p-sweets__media-heading:where(.p-sweets__media-item:nth-of-type(even) .is-anim *)::after {
  left: auto;
  right: 100%;
}

.p-sweets__media-text {
  line-height: 2.13;
  margin-top: 0.5em;
  padding-right: 7rem;
}

.p-sweets__media-text:where(.p-sweets__media-item:nth-of-type(even) *) {
  padding-left: 4.8rem;
  padding-right: 0;
}

.p-sweets__media-image {
  margin-right: 3.6rem;
}

.p-sweets__media-image:where(.p-sweets__media-item:nth-of-type(even) *) {
  margin-right: 2.8rem;
  order: -1;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  下層ページｍｖ

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-under-mv {
  background-image: url(/_common/img/common/under-mv-back@2x.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 21.5rem 2rem 14.1rem;
  position: relative;
  z-index: 1;
}

.p-under-mv__container::before,
.p-under-mv__container::after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

.p-under-mv__container::before {
  aspect-ratio: 720/944;
  background-image: url(/_common/img/common/under-mv-parts01@2x.png);
  bottom: 0;
  left: 0;
  translate: 0 33%;
  width: 36rem;
}

.p-under-mv__container::after {
  aspect-ratio: 772/847;
  background-image: url(/_common/img/common/under-mv-parts02@2x.png);
  bottom: 0;
  right: 0;
  translate: 0 10.5%;
  width: 38.6rem;
}

.p-under-mv__heading-content {
  position: relative;
  z-index: 5;
}

.p-under-mv__square-content {
  display: flex;
  justify-content: center;
}

.p-under-mv__square {
  color: #436952;
  font-size: 1rem;
}

.p-under-mv__heading {
  margin-top: 3.2rem;
  text-align: center;
}

.p-under-mv__heading-en {
  --letter-spacing: 0.46em;
  font-family: "Montserrat", sans-serif;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1;
  text-indent: 0.23em;
  text-transform: uppercase;
}

.p-under-mv__heading-ja {
  font-size: 1.8rem;
  margin-top: 2rem;
}

.js-fadeIn {
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  translate: 0 6rem;
}

.js-fadeIn.is-fadeIn {
  opacity: 1;
  transition-duration: 1s;
  transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
  translate: 0;
}

@-webkit-keyframes garaAnim01 {
  0% {
    translate: 0rem 0rem;
  }

  20% {
    translate: 1.2rem -1.6rem;
  }

  40% {
    translate: -1.6rem 1rem;
  }

  60% {
    translate: 1rem 1.4rem;
  }

  80% {
    translate: -1rem -1rem;
  }

  100% {
    translate: 0rem 0rem;
  }
}

@keyframes garaAnim01 {
  0% {
    translate: 0rem 0rem;
  }

  20% {
    translate: 1.2rem -1.6rem;
  }

  40% {
    translate: -1.6rem 1rem;
  }

  60% {
    translate: 1rem 1.4rem;
  }

  80% {
    translate: -1rem -1rem;
  }

  100% {
    translate: 0rem 0rem;
  }
}

@-webkit-keyframes garaAnim02 {
  0% {
    translate: 0rem 0rem;
  }

  20% {
    translate: 0.4rem -1.6rem;
  }

  40% {
    translate: -1.2rem 1.6rem;
  }

  60% {
    translate: 0.2rem 0.8rem;
  }

  80% {
    translate: -2rem -1.6rem;
  }

  100% {
    translate: 0rem 0rem;
  }
}

@keyframes garaAnim02 {
  0% {
    translate: 0rem 0rem;
  }

  20% {
    translate: 0.4rem -1.6rem;
  }

  40% {
    translate: -1.2rem 1.6rem;
  }

  60% {
    translate: 0.2rem 0.8rem;
  }

  80% {
    translate: -2rem -1.6rem;
  }

  100% {
    translate: 0rem 0rem;
  }
}

@-webkit-keyframes logoMotion {
  0% {
    opacity: 0;
    translate: 0 2rem;
  }

  100% {
    opacity: 1;
    translate: 0;
  }
}

@keyframes logoMotion {
  0% {
    opacity: 0;
    translate: 0 2rem;
  }

  100% {
    opacity: 1;
    translate: 0;
  }
}

.u-pc {
  display: block;
}

.u-pc-ib {
  display: inline-block;
}

.u-pc-in {
  display: inline;
}

.u-sp {
  display: none;
}

.u-sp-ib {
  display: none;
}

.u-wrap {
  word-break: keep-all;
}

.u-wrap-sp wbr {
  display: none;
}

.u-wrap-pc {
  word-break: keep-all;
}

.u-visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.u-montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

.u-outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
}

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

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

@media (max-width: 1200px) {
  html {
    font-size: 0.83vw;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 2.67vw;
  }
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .c-button:hover {
    opacity: 1;
  }

  .c-button:hover::before {
    translate: 0;
  }

  .c-button--white:hover {
    color: #436952;
  }

  .p-form__submit:not([disabled]):hover {
    opacity: 0.8;
  }

  .p-hamburger__button:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
