@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
:root {
  --font-mincho: "Shippori Mincho", serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-mincho);
  word-break: break-all;
}
body {
  background-color: #fff;
}
body.is-fixed {
  overflow: hidden;
}
.drawer {
  position: fixed;
  top: 32px;
  right: calc(50% - min(45vw, 225px));
  width: 33px;
  aspect-ratio: 33/43;
  background-image: url(../img/icon-drawer-open.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 9998;
  transition: background-image 0.3s ease-in-out;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1300px) {
  .drawer {
    display: block;
  }
}
.drawer.is-open {
  background-image: url(../img/icon-drawer-close.svg);
}
.main-contents {
  width: 100%;
  max-width: 500px;
  margin-right: 220px;
  margin-left: auto;
  background-color: #fff;
  position: relative;
  z-index: 9996;
  box-shadow: 0 0 1rem 0 rgba(128, 128, 128, 0.5);
}
@media screen and (max-width: 1300px) {
  .main-contents {
    margin-inline: auto;
  }
}
.bg {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .bg {
    display: none;
  }
}
.bg .bg__inner {
  height: 100%;
  padding-right: 720px;
}
.bg .bg__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-mask-image: linear-gradient(35deg, rgba(0, 0, 0, 0) 40%, #000 50%);
  mask-image: linear-gradient(35deg, rgba(0, 0, 0, 0) 40%, #000 50%);
  -webkit-mask-size: 200% 200%;
  mask-size: 200% 200%;
  -webkit-mask-position: top left;
  mask-position: bottom left;
  opacity: 1;
  transition: -webkit-mask-position 2s ease-out, mask-position 2s ease-out;
}
.bg .bg__img:not(.active) {
  -webkit-mask-position: top right;
  mask-position: top right;
}
.bg .bg__img img {
  padding-right: 720px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}
.bg .bg__img.last img {
  -o-object-position: right;
  object-position: right;
}
.bg .bg__img:nth-child(1) {
  z-index: 6;
}
.bg .bg__img:nth-child(2) {
  z-index: 5;
}
.bg .bg__img:nth-child(3) {
  z-index: 4;
}
.bg .bg__img:nth-child(4) {
  z-index: 3;
}
.bg .bg__img:nth-child(5) {
  z-index: 2;
}
.bg .bg__img:nth-child(6) {
  z-index: 1;
}
.wide-only {
  display: block;
}
@media screen and (max-width: 1300px) {
  .wide-only {
    display: none;
  }
}
.sai {
  color: #472a28;
}
.green {
  color: #008f3c;
}
.red {
  color: #ca151d;
}
.yellow {
  color: #fac100;
}
.white {
  color: #fff;
}
.white-gray {
  color: #b5c1c8;
}
.sai {
  color: #472a28;
}
#sai {
  background-color: #fff;
}
#green {
  background-color: #e4eade;
}
#red {
  background-color: #fdf3f4;
}
#yellow {
  background-color: #fffdef;
}
#white {
  background-color: #fff;
}
#white-gray {
  color: #b5c1c8;
} /*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::after,
::before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  padding-top: env(safe-area-inset-top);
  padding-right: env(safe-area-inset-right);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
}
main {
  display: block;
}
address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1.6em;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  clear: both;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  color: inherit;
  border-top-width: 1px;
}
pre {
  font-size: inherit;
  font-family: monospace, monospace;
}
address {
  font-style: inherit;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-size: inherit;
  font-family: monospace, monospace;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
embed,
iframe,
img,
object,
svg {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  background: 0 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  appearance: radio;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled,
button:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  min-width: 0;
  margin: 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;
  appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: 700;
  text-align: left;
}
.flex {
  display: flex;
}
.flex--alternating:nth-child(even) {
  flex-direction: row-reverse;
}
.flex-direction {
  flex-direction: column;
  row-gap: 10px;
  align-items: flex-start !important;
}
.grid {
  display: grid;
}
.attention {
  display: table;
  font-size: clamp(10px, 2.5vw, 12px);
  margin-bottom: 10px;
}
.attention::before {
  content: "※";
  display: table-cell;
}
.desc {
  margin-bottom: 30px;
  line-height: 1.6em;
}
.btn--more {
  max-width: 320px;
  margin: 30px 0 0;
}
.btn--more.center {
  margin: 30px auto;
}
.btn__link {
  display: block;
  width: 100%;
  text-align: center;
  padding-block: 10px;
  border: 1px solid #291f1f;
  border-radius: 5px;
}
.accordion__item:not(:last-child) {
  margin-bottom: 30px;
}
.accordion__title {
  font-size: 20px;
  background: #add8e6;
  padding: 15px 20px;
}
.accordion__content {
  font-size: 18px;
  padding: 15px 20px;
  display: none;
}
.swiper-slide .text {
  position: absolute;
  left: 5%;
  bottom: 5%;
  background-color: #fff;
  padding: 15px 10px;
  max-width: 180px;
}
.swiper-slide .text h5 {
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 5px;
}
.swiper-slide .text p.name {
  font-size: 16px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.swiper-slide .text p.name small {
  font-size: 10px;
}
.swiper-slide .text p.desc {
  font-size: 11px;
  margin-bottom: 0;
}
.swiper-pagination {
  position: unset !important;
  margin-top: 10px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #472a28 !important;
}

.sub_content-menu .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #946134 !important;
}

.slide-text {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none; /* 非表示時の誤クリック防止（任意） */
  height: 0;
}

.slide-text b {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .slide-text b {
    font-size: 18px;
  }
}

.swiper-slide-active .slide-text {
  padding: 20px 30px 0;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  height: auto;
}

.slide-text > p {
  margin-bottom: 10px;
}

.slide-text p span.name {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .slide-text p span.name {
    font-size: 14px;
  }
}

.slide-text p.desc {
  font-size: 14px;
}

.header {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  max-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
@media screen and (max-width: 1300px) {
  .header {
    position: fixed;
    background-color: #fff;
    align-items: flex-start;
    padding-block: 37px;
    overflow-y: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-width: unset;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .header.is-open {
    opacity: 1;
    visibility: visible;
    z-index: 9997;
  }
}
.header .header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-mincho);
  padding: 0 30px;
}
@media screen and (max-width: 1300px) {
  .header .header__inner {
    width: 50%;
    padding: 0;
  }
}
.header .header__nav {
  margin-bottom: 30px;
  width: 100%;
}
.header .header__block {
  text-align: center;
  width: 100%;
}
.header .header__title {
  font-size: 17px;
  font-weight: 800;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  padding: 8px 0;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1300px) {
  .header .header__title {
    padding: 6px 0;
  }
}
.header .header__item:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 1300px) {
  .header .header__item:not(:first-child) {
    margin-top: 14px;
  }
}
.header .header__item a {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.08em;
}

.header .header__item a:hover {
  color: #946134;
}

.header .header__item ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 10px;
}
.header .header__item ol li {
  margin-top: 8px;
  width: 28%;
}
.header .header__item p {
  letter-spacing: -0.1em;
  font-weight: 800;
}
.header .header__item p span {
  font-weight: 800;
}
.header .header__sns {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.header .header__icon a {
  display: inline-block;
  width: 32px;
}
.header .header__icon a img {
  width: 100%;
  height: auto;
}
.header .header__anchor {
  margin-top: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header .header__anchor-icon a {
  width: 35px;
  display: inline-block;
}
.header .header__anchor-icon a img {
  width: 100%;
  height: auto;
}
.header .header__anchor-text {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
}
.header .header__bgm {
  margin-top: 25px;
}
.header .header__bgm-icon {
  display: none;
  width: 71px;
}
.header .header__bgm-icon.is-active {
  display: block;
}
.header .header__bgm-icon img {
  width: 100%;
  height: auto;
}
.header .header__logo {
  margin-top: 24px;
  width: 144px;
}
.header .header__logo img {
  width: 100%;
  height: auto;
}
.kv .kv__inner {
  position: relative;
  height: 100dvh;
}
@media screen and (max-width: 767px) {
  .kv .kv__inner {
    height: 680px;
    overflow: hidden;
  }
}
.kv .kv__bg {
  position: relative;
  height: 100%;
}
.kv .kv__pv {
  height: 100%;
}
.kv .kv__pv video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kv .kv__mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.kv .kv__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kv .kv__mv img {
    height: auto;
  }
}
.kv .kv__over {
  position: absolute;
  inset: 0;
  padding-top: 44px;
  padding-left: 22px;
  padding-bottom: 43px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .kv .kv__over {
    padding-top: 36px;
    padding-left: 18px;
    padding-bottom: 38px;
  }
}
.kv .kv__title {
  width: 100%;
  max-width: 458px;
}
@media screen and (max-width: 767px) {
  .kv .kv__title {
    max-width: 343px;
    width: 91.4666666667vw;
  }
}
.kv .kv__title img {
  width: 100%;
  height: auto;
}
.kv .kv__info {
  color: #fff;
  margin-top: auto;
}
.kv .kv__date {
  font-weight: 700;
  font-family: var(--font-mincho);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .kv .kv__date {
    gap: 11px;
  }
}
.kv .kv__date .text {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .kv .kv__date .text {
    font-size: 38px;
  }
}
.kv .kv__date .small {
  font-size: 33px;
}
@media screen and (max-width: 767px) {
  .kv .kv__date .small {
    font-size: 25px;
    margin-left: 5px;
  }
}
.kv .kv__date .arrow {
  width: 28px;
}
@media screen and (max-width: 767px) {
  .kv .kv__date .arrow {
    width: 23px;
  }
}
.kv .kv__date .arrow img {
  width: 100%;
  height: auto;
}
.kv .kv__action {
  position: absolute;
  top: 250px;
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  right: 16px;
  cursor: pointer;
}
.kv .kv__action img {
  width: 65px;
  height: auto;
}
.intro .intro__bg {
  position: relative;
  width: 100%;
  height: 500svh;
}
.intro .intro__imgs {
  position: sticky;
  top: 0;
  height: 100dvh;
  width: 100%;
}
.intro .intro__img {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro .intro__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.intro .intro__img:nth-of-type(2) {
  z-index: 2;
}
.intro .intro__img:nth-of-type(3) {
  z-index: 3;
}
.intro .intro__img:nth-of-type(4) {
  z-index: 4;
}
.intro .intro__over {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 5;
  color: #fff;
  font-family: var(--font-mincho);
  padding-inline: 60px;
}
@media screen and (max-width: 767px) {
  .intro .intro__over {
    padding: 40px 20px 0;
  }
}
.intro .intro__title {
  font-size: 40px;
  line-height: 1.5;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .intro .intro__title {
    font-size: 30px;
  }
}
.intro .intro__text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .intro .intro__text {
    font-size: 14px;
  }
}
.intro .intro__en {
  width: 165px;
  position: absolute;
  bottom: -60px;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .intro .intro__en {
    bottom: -75px;
    right: -60px;
  }
}
.intro .intro__en img {
  width: 100%;
  height: auto;
}
.opening-wrap {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #472a28;
}
.opening-wrap .title {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .opening-wrap .title {
    width: 80%;
  }
}
.opening-wrap .opening-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.opening-wrap .opening-content .btnarea {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.opening-wrap .opening-content .btnarea .js-opening-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: visibility 0.5s;
}
.opening-wrap .opening-content .btnarea img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .opening-wrap .opening-content .btnarea img {
    width: 85px;
  }
}
.opening-wrap .opening-content p {
  text-align: center;
  font-family: var(--font-mincho);
  font-size: 28px;
  margin: 40px auto 30px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
.opening-wrap .opening-content small {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .opening-wrap .opening-content small {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.fade-out {
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}
.hidden {
  display: none !important;
}
.is-fixed {
  height: 100dvh;
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.section {
  padding: 60px 0;
}
.section__title {
  font-size: 3.2rem;
  margin-bottom: 1em;
  font-weight: 600;
}
.section__title--sub {
  font-size: 24px;
  margin-bottom: 1em;
}
.section__title--line {
  padding: 10px 0;
  margin-bottom: 30px;
  border-block: 1px solid #291f1f;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.section--movie {
  padding-inline: 25px;
  padding-bottom: 0;
}
.section--movie .popup_box--movie {
  width: 90%;
  max-width: 800px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  transition: opacity 0.5s ease;
}
.section--movie .popup_box--movie.active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s ease;
}
.section--movie .popup_box--movie video {
  aspect-ratio: 16/9;
  width: 100%;
}
.section--movie .popup_box--movie .close-btn {
  right: -33px;
  position: absolute;
  top: -45px;
  font-size: 40px;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .section--movie .popup_box--movie .close-btn {
    right: 0;
    font-size: 36px;
  }
}
.section--movie .popup_box--overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #472a28;
  z-index: 1000;
  background-position: center center;
}
.section--movie .popup_box--overlay.active {
  display: block;
}
.section--menu {
  padding-bottom: 0;
}
.section--menu .text_area {
  margin-inline: 25px;
  text-align: center;
}
.section--menu .text_area p {
  line-height: 1.6em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .section--menu .text_area p {
    font-size: 3.2vw;
  }
}
.section__container {
  position: relative;
}
.section__title {
  font-size: 38px;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 28px;
  }
}
.section__title small {
  font-size: 14px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.3em;
  line-height: 1em;
  margin-bottom: 8px;
}
.shop_box {
  padding-block: 60px;
}
.shop_box.active .shop_box--area {
  bottom: 0;
  opacity: 1;
  box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.04);
  z-index: 999;
  transform: translateZ(0);
  will-change: transform;
  padding-bottom: env(safe-area-inset-bottom);
}
.shop_box:nth-child(even) {
  background-color: #ecebe9;
}
.shop_box:nth-child(even) .shop_box--area {
  background-color: #ecebe9;
}
.shop_box .item .img_box {
  margin-bottom: 20px;
}
.shop_box .item .img_box figure {
  grid-template-columns: 75% 25%;
}
.shop_box .item .img_box figure img {
  width: 100%;
}
.shop_box .item .img_box figure figcaption {
  width: fit-content;
  padding-block: 20px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-size: clamp(13px, 2.5vw, 16px);
  line-height: 1.6em;
}
.shop_box .item .img_box figure figcaption i {
  writing-mode: horizontal-tb;
  font-style: normal;
  line-height: 1em;
  padding-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .shop_box .item .img_box figure figcaption {
    font-size: 3.4666666667vw;
  }
}
.shop_box .item__info {
  padding-inline: 20px;
}
.shop_box .item__info--price {
  font-size: clamp(14px, 3.5vw, 18px);
  line-height: 1.6em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  padding: 5px 20px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .shop_box .item__info--price {
    font-size: 3.2vw;
    padding-inline: 15px;
    letter-spacing: -0.04em;
  }
}
.shop_box .item__info--price::after,
.shop_box .item__info--price::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline-block;
}
.shop_box .item__info--price::before {
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  top: 0;
  left: 0;
}
.shop_box .item__info--price::after {
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  bottom: 0;
  right: 0;
}
.shop_box .item__info--price small.amount {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: clamp(12px, 3.5vw, 17px);
  letter-spacing: 0.05em;
}
.shop_box .item__info--price small.amount.inline {
  display: inline;
  padding-left: 15px;
}

.shop_box .item__info--price small.amount.pd-0 {
  padding-left: 0px;
}
.shop_box .item__info--price .border {
  border: 1px solid;
  padding: 0 5px;
  margin-left: 10px;
}

.shop_box .item__info--price .ml-0 {
  margin-left: 0px;
}

.shop_box .item__info--price .border_bg {
  background-color: #f6c1c8;
  border: none;
  font-size: 13px;
  font-weight: 400;
  padding: 2px 5px;
}
.shop_box .item__info--desc {
  font-size: clamp(13px, 2.67vw, 16px);
  line-height: 1.8em;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .shop_box .item__info--desc {
    font-size: 3.4666666667vw;
  }
}
.shop_box .item__info--spice {
  font-size: clamp(10px, 2.5vw, 13px);
  margin-bottom: 20px;
}
.shop_box .item__info--spice h4 {
  line-height: 1.2em;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  flex-wrap: wrap;
  position: relative;
  padding-left: 25px;
  row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .shop_box .item__info--spice h4 {
    font-size: 3.2vw;
  }
}
.shop_box .item__info--spice h4::before {
  content: "";
  background-image: url(../img/spice_01.svg);
  width: 15px;
  aspect-ratio: 1;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.shop_box .item__info--spice h4 span {
  color: #000;
  border-right: 1px solid #000;
  margin-right: 10px;
  padding-right: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.shop_box .item__info--spice h4.spice01 {
  color: #472a28;
}
.shop_box .item__info--spice h4.spice02 {
  color: #cf8e22;
}
.shop_box .item__info--spice h4.spice02::before {
  content: "";
  background-image: url(../img/spice_02.svg);
}
.shop_box .item__info--spice h4.spice03 {
  color: #ff85a7;
}
.shop_box .item__info--spice h4.spice03::before {
  content: "";
  background-image: url(../img/spice_03.svg);
}
.shop_box .item.active .shop_box--area {
  background-color: #fff;
  bottom: 0;
  opacity: 1;
  box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.04);
}
.shop_box--item02 .img_box figure {
  grid-template-columns: 30% 70% !important;
}
.shop_box--item03 .img_box figure {
  grid-template-columns: 30% 70% !important;
}
.shop_box--item04 .img_box figure {
  grid-template-columns: 75% 25% !important;
}
.shop_box--item05 .img_box figure {
  grid-template-columns: 30% 70% !important;
}
.shop_box--about figure {
  grid-template-columns: 20% 80%;
}
.shop_box--about figure img {
  width: 100%;
}
.shop_box--about figure figcaption {
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-size: clamp(13px, 2.5vw, 16px);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .shop_box--about figure figcaption {
    font-size: 3.4666666667vw;
  }
}
.shop_box--about--w figure {
  grid-template-columns: 75% 25%;
}
.shop_box--area {
  position: fixed;
  bottom: -100px;
  transition: bottom 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  margin-top: 40px;
  border-top: 1px solid #000;
  line-height: 1.6em;
  font-size: clamp(10px, 2.5vw, 14px);
  z-index: 999;
  background-color: #fff;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .shop_box--area {
    width: 100%;
  }
}
.shop_box--area a {
  display: block;
  width: 100%;
  padding-block: 10px;
  padding-inline: 20px;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .shop_box--area a {
    font-size: 11px;
    padding-right: 20px;
  }
}
.shop_box--area::after {
  content: "";
  background-image: url(../img/shopmark_01.svg);
  margin-right: 8px;
  font-weight: 700;
  display: inline-block;
  width: 40px;
  aspect-ratio: 1;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 25%;
  right: 0;
  pointer-events: none;
}

.sub_content-menu .shop_box--area::after {
  background-image: url(../img/shopmark_02.svg) !important;
}

.sub_content-menu .shop_box--area a {
  color: #946134;
}

@media screen and (max-width: 767px) {
  .shop_box--area::after {
    top: 15%;
  }
}
.shop_box--area.fixed {
  bottom: 0;
  opacity: 1;
}
.shop_box--area.fixed b {
  letter-spacing: -0.01em;
}
#shop03 figcaption {
  align-content: center;
}

@media screen and (max-width: 767px) {
  #shop03 figcaption {
    padding-right: 0;
  }
}

#shop03 .shop_box--about .grid {
  grid-template-columns: 20% 80%;
}
#shop03 .shop_box--about .grid img {
  order: 2;
}
#shop04 {
  padding-bottom: 80px;
}

#shop04 figcaption {
  align-content: center;
}
#shop04 .shop_box--about .grid {
  grid-template-columns: 20% 80%;
}
#shop04 .shop_box--about .grid img {
  order: 2;
}

#shop08 .amount {
  margin-left: 0;
}
.sub_content-menu {
  padding-top: 40px;
}
.sub_content-menu--fv {
  padding-inline: 20px;
  position: relative;
}
.sub_content-menu--fv .fv_text {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sub_content-menu--fv .fv_text {
    top: 5%;
  }
}
.sub_content-menu--fv .fv_text h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: var(--font-mincho);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #ffffff;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}

.sub_content-menu--fv .fv_text h2::after,
.sub_content-menu--fv .fv_text h2::before {
  background-color: #ffffff; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 60px; /* 横線の長さ */
}

@media screen and (max-width: 767px) {
  .sub_content-menu--fv .fv_text h2::after,
  .sub_content-menu--fv .fv_text h2::before {
    width: 35px; /* 横線の長さ */
  }
}

.sub_content-menu--fv .fv_text h2::after {
  margin-left: 15px; /* 文字との余白 */
}

.sub_content-menu--fv .fv_text h2::before {
  margin-right: 15px;
}

.sub_content-menu--fv .fv_text h2 span {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-mincho);
}
.sub_content-menu--fv .fv_text p {
  font-size: 15px;
  line-height: 1.6em;
  font-family: var(--font-mincho);
  color: #fff;
}
.sub_content-menu #shop05 {
  background: #fff;
  padding-bottom: 0;
}
.sub_content-menu #shop05 * {
  font-family: "Noto Sans JP", sans-serif;
}
.sub_content-menu #shop05 h3 {
  font-weight: 500;
  padding: 5px 10px;
}
.sub_content-menu #shop05 .item__info--desc {
  margin-bottom: 0;
}
.sub_content-menu #shop05 .bg_box {
  padding-block: 0 60px;
}
.sub_content-menu #shop05 .item__info .flex {
  margin-bottom: 10px;
  gap: 5px 20px;
  flex-wrap: wrap;
}
.sub_content-menu #shop05 .item__info .flex small {
  margin-bottom: 0;
}
.sub_content-menu #shop05 #shop_box-first .shop_box--item01 .grid,
.sub_content-menu #shop05 #shop_box-first .shop_box--item03 .grid,
.sub_content-menu #shop05 #shop_box-second .shop_box--item05 .grid,
.sub_content-menu #shop05 #shop_box-second .shop_box--item07 .grid {
  justify-content: right !important;
}

.sub_content-menu #shop05 #shop_box-first .shop_box--item02 .grid,
.sub_content-menu #shop05 #shop_box-first .shop_box--item04 .grid,
.sub_content-menu #shop05 #shop_box-second .shop_box--item06 .grid,
.sub_content-menu #shop05 #shop_box-second .shop_box--item08 .grid {
  justify-content: left !important;
}

.sub_content-menu #shop05 #shop_box-first .shop_box--item01 .grid figcaption,
.sub_content-menu #shop05 #shop_box-first .shop_box--item03 .grid figcaption,
.sub_content-menu #shop05 #shop_box-second .shop_box--item05 .grid figcaption,
.sub_content-menu #shop05 #shop_box-second .shop_box--item07 .grid figcaption {
  right: auto;
  left: 25px;
}

@media screen and (max-width: 767px) {
  .sub_content-menu #shop05 #shop_box-first .shop_box--item01 .grid figcaption,
  .sub_content-menu #shop05 #shop_box-first .shop_box--item03 .grid figcaption,
  .sub_content-menu #shop05 #shop_box-second .shop_box--item05 .grid figcaption,
  .sub_content-menu #shop05 #shop_box-second .shop_box--item07 .grid figcaption {
    right: auto;
    left: 3vw;
  }
}

.sub_content-menu #shop05 #shop_box-first .shop_box--item02 .grid figcaption,
.sub_content-menu #shop05 #shop_box-first .shop_box--item04 .grid figcaption,
.sub_content-menu #shop05 #shop_box-second .shop_box--item06 .grid figcaption,
.sub_content-menu #shop05 #shop_box-second .shop_box--item08 .grid figcaption {
  left: auto;
  right: 27px;
}

@media screen and (max-width: 767px) {
  .sub_content-menu #shop05 #shop_box-first .shop_box--item02 .grid figcaption,
  .sub_content-menu #shop05 #shop_box-first .shop_box--item04 .grid figcaption,
  .sub_content-menu #shop05 #shop_box-second .shop_box--item06 .grid figcaption,
  .sub_content-menu #shop05 #shop_box-second .shop_box--item08 .grid figcaption {
    right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .sub_content-menu #shop05 #shop_box-first .shop_box--item02 .grid figcaption {
    right: 4.3vw;
  }
}
@media screen and (max-width: 767px) {
  .sub_content-menu #shop05 #shop_box-first .shop_box--item03 .grid figcaption,
  .sub_content-menu #shop05 #shop_box-first .shop_box--item01 .grid figcaption {
    right: 12px;
  }
}

.sub_content-menu #shop05 #shop_box-first .shop_box--item03 .grid figcaption,
.sub_content-menu #shop05 #shop_box-first .shop_box--item01 .grid figcaption {
  left: 30px;
}

@media screen and (max-width: 767px) {
  .sub_content-menu #shop05 #shop_box-first .shop_box--item03 .grid figcaption,
  .sub_content-menu #shop05 #shop_box-first .shop_box--item01 .grid figcaption {
    left: 15px;
  }
}

@media screen and (max-width: 767px) {
  #shop05 .shop_box--item01 .item__info--price {
    width: 100%;
  }

  .shop_box--item01 .item__info--price small.amount.inline {
    font-size: 13px;
  }
}

.sub_content-menu #shop05 #shop_box-first .shop_box--item04 .grid figcaption {
  right: 30px;
}

@media screen and (max-width: 767px) {
  .sub_content-menu #shop05 #shop_box-first .shop_box--item04 .grid figcaption {
    right: 4.5vw;
  }
}

@media screen and (max-width: 767px) {
  .sub_content-menu #shop05 #shop_box-first .shop_box--item05 .grid figcaption {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sub_content-menu #shop05 #shop_box-second .shop_box--item07 .amount {
    padding-left: 0;
  }
}

.shop_box_title {
  width: 90%;
  margin: 0 auto 30px auto;
  padding-left: 17%;
  font-size: 20px;
  font-family: var(--font-mincho) !important;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .shop_box_title {
    font-size: 18px;
  }
}

.shop_box_title::before {
  content: "";
  width: 60px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #000000;
  position: absolute;
  top: 25%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .shop_box_title::before {
    width: 50px;
  }
}

.sub_content-menu #shop05 #shop_box-first {
  background-color: #e9e9eb;
  padding: 40px 0;
}

.sub_content-menu #shop05 #shop_box-second {
  padding: 40px 0;
}

.sub_content-menu #shop05 .item:not(:last-child) {
  margin-bottom: 55px;
}
.sub_content-menu #shop05 .item .img_box figure {
  position: relative;
}
.sub_content-menu #shop05 .item .img_box figure figcaption {
  position: absolute;
  z-index: 99;
  display: block;
  font-weight: 400;
}
.sub_content-menu #shop05 .item .img_box figure figcaption span {
  background-color: #fff;
  padding: 10px 5px;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .sub_content-menu #shop05 .item .img_box figure figcaption span {
    font-size: 12px;
    white-space: nowrap;
  }
}
.sub_content-menu #shop05 .item .img_box figure figcaption span i {
  writing-mode: horizontal-tb;
  font-style: normal;
  line-height: 1em;
  padding-bottom: 2px;
}
.sub_content-menu #shop05 .item:nth-child(even) .img_box figure {
  grid-template-columns: 85% !important;
  justify-content: right;
}
.sub_content-menu #shop05 .item:nth-child(even) .img_box figure figcaption {
  left: 14px;
}
@media screen and (max-width: 767px) {
  .sub_content-menu #shop05 .item:nth-child(even) .img_box figure figcaption {
    left: 5px;
  }
}

.sub_content-menu #shop05 .item:nth-child(odd) .img_box figure {
  grid-template-columns: 85% !important;
  justify-content: left;
}
.sub_content-menu #shop05 .item:nth-child(odd) .img_box figure figcaption {
  right: 16px;
}
.sub_content-menu #shop05 .item:nth-child(odd) .img_box .shop_box--area {
  background-color: #ecebe9;
}

.sub_content-menu #shop05 .shop_box--item02 h3 {
  margin-bottom: 10px;
}
.sub_content-menu .attention {
  font-size: clamp(10px, 2.5vw, 13px);
  line-height: 1.6em;
  margin-bottom: 10px;
}
#lifewith {
  /* background-color: #fcf8f2; */
  padding-block: 60px 0;
}

.lifewith-bg {
  background-color: #fcf8f2;
  margin-top: 30px;
  padding-block: 10px 60px;
}

@media screen and (max-width: 767px) {
  #lifewith {
    padding-block: 60px 0;
  }
}
#lifewith .text_box {
  padding-inline: 20px;
  margin-bottom: 20px;
}
#lifewith .text_box h2 {
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
#lifewith .text_box h2 small {
  font-size: 15px;
}
#lifewith .text_box h3 {
  text-align: center;
  font-size: clamp(15px, 2.5vw, 18px);
  border-bottom: 1px solid #000;
  padding-block: 10px;
  margin-block: 30px 20px;
  font-weight: 700;
}
#lifewith .text_box .info {
  font-size: clamp(11px, 2.5vw, 14px);
  letter-spacing: -0.01em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
#lifewith .text_box .info b {
  font-size: clamp(11px, 2.5vw, 14px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
#lifewith .text_box .desc {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  font-size: 15px;
}

#lifewith .text_box .mincho {
  font-family: var(--font-mincho) !important;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  #lifewith .text_box .desc {
    font-size: 3.4666666667vw;
    letter-spacing: 0.01em;
  }
}
#lifewith .pickup_box {
  width: 83%;
  margin: 0 auto;
}
#lifewith .pickup_box .logo {
  width: 130px;
  margin: 40px auto 60px;
}
#lifewith .pickup_box h3 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-block: 20px;
  margin-block: 30px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #lifewith .pickup_box h3 {
    font-size: 20px;
  }
}
#lifewith .pickup_box .desc {
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lifewith .desc--main {
  font-weight: 500;
}

#lifewith .pickup_box .desc--weight {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  #lifewith .pickup_box .desc {
    font-size: 13px;
  }
}
#lifewith .pickup_box--list {
  margin-top: 30px;
}
#lifewith .pickup_box--list img {
  margin-bottom: 10px;
}
#lifewith .pickup_box--list h4 {
  font-size: clamp(12px, 2.5vw, 14px);
  line-height: 1.8em;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#lifewith .pickup_box--list p {
  font-size: clamp(10px, 2.5vw, 13px);
  line-height: 2em;
  font-family: "Noto Sans JP", sans-serif;
}
#lifewith .pickup_box--list__item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #lifewith .pickup_box--list__item:not(:last-child) {
    margin-bottom: 50px;
  }
}

#lifewith .pickup_box--list__item:last-child p {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  #lifewith .pickup_box--list__item p {
    font-size: 12px !important;
  }
}
#lifewith .pickup_box--list__item small {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.attentipon {
  padding: 40px 45px;
  font-size: clamp(10px, 2.5vw, 14px);
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .attentipon {
    padding: 40px 35px;
  }
}
.footer {
  padding: 20px 0 20px !important;
  position: relative;
}
.footer__inner i img {
  width: 120px;
  margin-bottom: 20px;
}
.footer__inner img {
  width: 185px;
  margin: 0 auto 40px;
}
.footer__sns {
  display: flex;
  max-width: 140px;
  gap: 30px;
  margin: 0 auto 40px;
}
.footer__sns img {
  margin-bottom: 0;
}
.footer .copyright {
  text-align: center;
  font-size: 10px;
  display: block;
  font-family: Roboto, sans-serif;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 9px;
  }
}
.footer .page-top {
  position: absolute;
  right: 65px;
  bottom: 65px;
  width: 55px;
}
@media screen and (max-width: 767px) {
  .footer .page-top {
    right: 25px;
    bottom: 65px;
    width: 45px;
  }
}
.footer__link {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
@tailwind utilities;
