@charset "UTF-8";
.home {
  min-width: auto;
}
.home #wrapper,
.home #container-wrapper {
  width: 100% !important;
}

.c-box {
  background-color: white;
  border: 3px solid #ede6c6;
  border-radius: 30px;
  padding: 50px;
  padding: 5.2631578947%;
}
@media screen and (max-width: 736px) {
  .c-box {
    padding: 30px 15px 80px;
    position: relative;
  }
}
.c-box_header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 32px;
}
.c-box_header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-image: url("../images/border.svg");
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 736px) {
  .c-box_header {
    display: block;
    padding-bottom: 0;
    position: static;
  }
  .c-box_header::before {
    display: none;
  }
}
.c-box_title {
  margin-bottom: 0;
}
.c-box_title svg {
  display: block;
}
@media screen and (max-width: 736px) {
  .c-box_title {
    padding-bottom: 15px;
    position: relative;
  }
  .c-box_title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-image: url("../images/border.svg");
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    left: 0;
  }
}
.c-box_link {
  font-size: 15px;
  font-weight: 700;
  color: #402626;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
.c-box_link::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 3.18188C0.223858 3.18188 0 3.40574 0 3.68188C0 3.95803 0.223858 4.18188 0.5 4.18188V3.68188V3.18188ZM10.8536 4.03544C11.0488 3.84018 11.0488 3.52359 10.8536 3.32833L7.67157 0.146351C7.47631 -0.0489113 7.15973 -0.0489113 6.96447 0.146351C6.7692 0.341613 6.7692 0.658195 6.96447 0.853458L9.79289 3.68188L6.96447 6.51031C6.7692 6.70557 6.7692 7.02216 6.96447 7.21742C7.15973 7.41268 7.47631 7.41268 7.67157 7.21742L10.8536 4.03544ZM0.5 3.68188V4.18188H10.5V3.68188V3.18188H0.5V3.68188Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 8px;
  background-color: #cab956;
  border-radius: 50%;
}
@media screen and (max-width: 736px) {
  .c-box_link {
    position: absolute;
    bottom: 30px;
    right: 20px;
  }
}
.c-box_lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-inline: 28px;
  padding-inline: 3.317535545%;
  gap: 4.7393364929%;
}
@media screen and (max-width: 736px) {
  .c-box_lists {
    grid-template-columns: 1fr;
    padding-inline: 0px;
    gap: 30px;
  }
}
.c-box_list {
  display: grid;
  grid-template-columns: 86px 1fr;
  grid-template-rows: auto auto;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  row-gap: 25px;
}
@media screen and (max-width: 736px) {
  .c-box_list {
    grid-template-columns: 46px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .c-box_list img {
    width: 100%;
    height: auto;
  }
}
.c-box_list .question {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 736px) {
  .c-box_list .question {
    font-size: 15px;
  }
}
.c-box_list .answer {
  grid-column: 1/-1;
  grid-row: 2;
  font-size: 11px;
}
@media screen and (max-width: 736px) {
  .c-box_list .answer {
    font-size: 14px;
  }
}

.p-header {
  padding-top: 12px;
  padding-bottom: 30px;
  background-color: #fdfaf0;
}
@media screen and (max-width: 736px) {
  .p-header {
    padding-top: 10px;
  }
}
.p-header img {
  width: 100%;
}
.p-header_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  padding-inline: 30px;
  margin-inline: auto;
  box-sizing: border-box;
}
.p-header_left {
  max-width: clamp(238px, 25vw, 300px);
}
@media screen and (max-width: 736px) {
  .p-header_left {
    max-width: clamp(217px, 25vw, 300px);
  }
}
@media screen and (max-width: 736px) {
  .p-header--page .p-header_left {
    max-width: clamp(432px, 50vw, 600px);
  }
}
.p-header_title {
  max-width: 300px;
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 736px) {
  .p-header_title {
    max-width: 180px;
  }
}
@media screen and (max-width: 736px) {
  .p-header--page .p-header_title {
    max-width: 340px;
  }
}
.p-header_info {
  margin-top: 6px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 736px) {
  .p-header_info {
    align-items: flex-start;
  }
}
.p-header_info .tel {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.6;
  color: #402626;
}
@media screen and (max-width: 736px) {
  .p-header_info .tel {
    font-size: 16px;
  }
}
@media screen and (max-width: 736px) {
  .p-header--page .p-header_info .tel {
    font-size: 28px;
  }
}
.p-header_info .tel a {
  color: #402626;
}
.p-header_info .text {
  margin-top: -4px;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 736px) {
  .p-header_info .text {
    margin-top: 0;
  }
}
@media screen and (max-width: 736px) {
  .p-header--page .p-header_info .text {
    margin-top: -6px;
    font-size: 20px;
  }
}
.p-header_lang {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  gap: 6px;
}
@media screen and (max-width: 960px) {
  .p-header_lang {
    display: none;
  }
  .p-header_lang--nav {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 30px;
    position: relative;
  }
  .p-header_lang--nav::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-image: url("../images/border.svg");
    background-repeat: repeat-x;
    background-size: contain;
    top: 0;
    left: 0;
  }
  .p-header_lang--nav li {
    height: 34px !important;
    font-size: 17px !important;
    width: 61px !important;
  }
  .p-header_lang--page {
    display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 45px;
    position: relative;
  }
  .p-header_lang--page::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4.5px;
    background-image: url("../images/border.svg");
    background-repeat: repeat-x;
    background-size: contain;
    top: 0;
    left: 0;
  }
  .p-header_lang--page li {
    height: 60px !important;
    font-size: 30px !important;
    width: 90px !important;
  }
}
.p-header_lang li {
  border-radius: 30px;
  font-size: 15px;
  line-height: 1;
  height: 23px;
  font-weight: 700;
  width: 42px;
  display: grid;
  place-items: center;
  color: #cab956;
  background-color: white;
  border: 1px solid #cab956;
}
@media (hover: hover) {
  .p-header_lang li {
    transition: 0.45s;
  }
  .p-header_lang li:hover {
    opacity: 1;
    background-color: #cab956;
    color: white;
  }
  .p-header_lang li:hover a {
    opacity: 1;
  }
}
.p-header_lang .current {
  background-color: #cab956;
  color: white;
}
.p-header_lang a {
  display: block;
  color: inherit;
}
.p-header_right {
  margin-top: 12px;
}
.p-header_right-lists {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .p-header_right-lists {
    display: none;
  }
}
.p-header_right-list {
  position: relative;
}
.p-header_right-list img {
  cursor: pointer;
}
@media (hover: hover) {
  .p-header_right-list:hover ul {
    opacity: 1;
    visibility: visible;
  }
}
.p-header_right-list.is-active ul {
  opacity: 1;
  visibility: visible;
}
.p-header_right-list ul {
  width: 175px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  border: 1px solid black;
  padding: 5px 12px 0px;
  background-color: #fff;
  z-index: 3;
  border: 3px solid #ede6c6;
  border-radius: 10px;
}
.p-header_right-list li {
  padding-inline: 2px;
}
.p-header_right-list li:not(:first-child) {
  border-top: 1px solid #cab956;
}
.p-header_right-list a {
  display: block;
  font-size: 14px;
  color: #402626;
  padding-block: 10px;
  font-weight: 600;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media (hover: hover) {
  .p-header_right-list a {
    transition: color 0.45s;
  }
  .p-header_right-list a:hover {
    opacity: 1;
    color: #cab956;
  }
}

.l-bgWrap {
  background-color: #fdfaf0;
}

.p-mainView {
  position: relative;
}
@media screen and (max-width: 736px) {
  .p-mainView {
    padding-bottom: 20px;
  }
}
.p-mainView_link {
  position: fixed;
  right: 20px;
  bottom: 32px;
  z-index: 2;
  width: 170px;
  height: 170px;
}
@media screen and (max-width: 736px) {
  .p-mainView_link {
    width: 100px;
    height: 100px;
    bottom: 20px;
  }
}
.p-mainView_link a,
.p-mainView_link img {
  display: block;
  width: 100%;
  height: auto;
}
.p-mainView_slider {
  width: 100%;
}
.p-mainView .swiper-slide {
  width: 460px;
  aspect-ratio: 1/1;
}
.p-mainView .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.p-mainView_slider .swiper-button-prev,
.p-mainView_slider .swiper-button-next {
  width: 38px;
  height: 38px;
  margin-top: -19px;
  background-image: url(../../images/btn_next01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
}
@media screen and (max-width: 736px) {
  .p-mainView_slider .swiper-button-prev,
  .p-mainView_slider .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.p-mainView_slider .swiper-button-prev svg,
.p-mainView_slider .swiper-button-next svg {
  display: none;
}
.p-mainView_slider .swiper-button-prev {
  left: calc(50% - 460px - 29px);
  transform: scaleX(-1);
}
@media screen and (max-width: 850px) {
  .p-mainView_slider .swiper-button-prev {
    left: calc(50% - 135px);
  }
}
.p-mainView_slider .swiper-button-next {
  right: auto;
  left: calc(50% + 460px - 10px);
}
@media screen and (max-width: 850px) {
  .p-mainView_slider .swiper-button-next {
    left: calc(50% + 105px);
  }
}

.p-marquee_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.p-marquee_slider .swiper-slide {
  width: 907px;
}
@media screen and (max-width: 736px) {
  .p-marquee_slider .swiper-slide {
    width: 600px;
  }
  .p-marquee_slider .swiper-slide img {
    width: 100%;
  }
}

.p-cookingEvent {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .p-cookingEvent {
    padding-bottom: 40px;
    padding-top: 20px;
  }
}
.p-cookingEvent_inner {
  max-width: 1160px;
  box-sizing: border-box;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 736px) {
  .p-cookingEvent_inner {
    padding-inline: 20px;
  }
}
.p-cookingEvent_title {
  text-align: center;
  margin-bottom: 60px;
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 736px) {
  .p-cookingEvent_title {
    max-width: 335px;
    margin-bottom: 40px;
  }
  .p-cookingEvent_title img {
    width: 100%;
  }
}
.p-cookingEvent_body {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  gap: 3.7037037037%;
}
@media screen and (max-width: 768px) {
  .p-cookingEvent_body {
    gap: 40px;
  }
}
.p-cookingEvent_body-left {
  width: 525px;
  width: 48.6111111111%;
}
@media screen and (max-width: 768px) {
  .p-cookingEvent_body-left {
    width: 100%;
  }
}
.p-cookingEvent_body-right {
  width: 480px;
  width: 44.4444444444%;
}
@media screen and (max-width: 768px) {
  .p-cookingEvent_body-right {
    width: 100%;
  }
}

.p-news {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .p-news {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.p-news_inner {
  max-width: 1030px;
  width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
  padding-inline: 40px;
}
@media screen and (max-width: 736px) {
  .p-news_inner {
    padding-inline: 20px;
  }
}
.p-news_lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media screen and (max-width: 736px) {
  .p-news_lists {
    gap: 15px;
  }
}
.p-news_lists li {
  display: flex;
}
@media screen and (max-width: 736px) {
  .p-news_lists li {
    flex-direction: column;
  }
}
.p-news_lists time {
  padding-top: 4px;
  width: 101px;
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  .p-news_lists time {
    padding-top: 0;
    width: 100%;
  }
}
.p-news_lists a {
  display: block;
  font-size: 14px;
  color: #402626;
  flex: 1;
  padding-block: 4px;
}

.p-instagram {
  padding-block: 70px 50px;
}
@media screen and (max-width: 736px) {
  .p-instagram {
    padding-block: 40px;
  }
}
.p-instagram_bg {
  padding-block: 70px;
  background-color: white;
  position: relative;
}
@media screen and (max-width: 736px) {
  .p-instagram_bg {
    padding-block: 40px;
  }
}
.p-instagram_bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 69px;
  height: clamp(0px, 5.390625vw, 69px);
  background-image: url("../images/bg_top.png");
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center top;
  left: 0;
  bottom: calc(100% - 1px);
}
.p-instagram_bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("../images/bg_bottom.png");
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center top;
  left: 0;
  top: calc(100% - 1px);
}
.p-instagram_inner {
  display: flex;
  padding-left: 100px;
  padding-left: clamp(40px, 7.8125vw, 100px);
}
@media screen and (max-width: 736px) {
  .p-instagram_inner {
    padding-left: 20px;
    display: block;
  }
}
.p-instagram_info {
  width: 275px;
  display: flex;
  flex-direction: column;
  padding-block: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .p-instagram_info {
    width: 100%;
    padding-bottom: 40px;
  }
}
.p-instagram_links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (max-width: 736px) {
  .p-instagram_links {
    place-items: center;
  }
}
.p-instagram_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 220px;
  width: 100%;
  padding: 18px 20px 15px;
  border: 2px solid #cab956;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  color: #cab956;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.35s, color 0.35s;
  background-color: white;
  box-sizing: border-box;
}
@media (hover: hover) {
  .p-instagram_link:hover {
    opacity: 1;
    background-color: #cab956;
    color: white;
  }
}
.p-instagram_slider {
  flex: 1;
}
.p-instagram_slider .swiper-slide {
  width: 250px;
  aspect-ratio: 1/1;
}
.p-instagram_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-youtube {
  padding-top: 80px;
}
@media screen and (max-width: 736px) {
  .p-youtube {
    padding-top: 60px;
  }
}
.p-youtube_inner {
  max-width: 1030px;
  width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
  padding-inline: 40px;
}
@media screen and (max-width: 736px) {
  .p-youtube_inner {
    padding-inline: 20px;
  }
}
.p-youtube_box {
  position: relative;
  background-color: white;
  border: 3px solid #ede6c6;
  display: block;
}
@media (hover: hover) {
  .p-youtube_box {
    transition: 0.45s;
  }
}
@media screen and (max-width: 736px) {
  .p-youtube_box {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-youtube_comment {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% - 10px);
  background-color: #e98e3c;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 260px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 736px) {
  .p-youtube_comment {
    width: 186px;
    padding-top: 8px;
    padding-bottom: 6px;
  }
}
.p-youtube_comment .pc {
  display: block;
}
@media screen and (max-width: 736px) {
  .p-youtube_comment .pc {
    display: none;
  }
}
.p-youtube_comment .sp {
  display: none;
}
@media screen and (max-width: 736px) {
  .p-youtube_comment .sp {
    display: block;
  }
}
.p-youtube_comment svg {
  display: block;
  margin-inline: auto;
}
.p-youtube_comment::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 21px;
  background-image: url('data:image/svg+xml,<svg width="24" height="21" viewBox="0 0 24 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.5 20.268L0 0H24L11.5 20.268Z" fill="%23E98E3C"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 736px) {
  .p-youtube_comment::after {
    top: calc(100% - 12px);
    z-index: -1;
  }
}
.p-youtube_body {
  display: grid;
  grid-template-columns: min-content 1fr;
  padding-inline: 54px;
  padding-inline: 5.7203389831%;
  align-items: center;
  padding-top: 24px;
  gap: 28px;
  padding-bottom: 16px;
}
@media screen and (max-width: 736px) {
  .p-youtube_body {
    padding-inline: 10px;
    grid-template-columns: 46px 1fr;
    padding-top: 22px;
    padding-bottom: 10px;
    gap: 12px;
    display: flex;
    justify-content: center;
  }
  .p-youtube_body svg {
    width: 46px;
    flex-shrink: 0;
  }
}
.p-youtube_body .pc {
  display: block;
}
@media screen and (max-width: 736px) {
  .p-youtube_body .pc {
    display: none;
  }
}
.p-youtube_body .sp {
  display: none;
}
@media screen and (max-width: 736px) {
  .p-youtube_body .sp {
    display: block;
  }
}
.p-youtube_body div svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 736px) {
  .p-youtube_body div svg {
    width: 235px;
  }
}

.p-faq {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 736px) {
  .p-faq {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.p-faq_inner {
  max-width: 1030px;
  width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
  padding-inline: 40px;
}
@media screen and (max-width: 736px) {
  .p-faq_inner {
    padding-inline: 20px;
  }
}

.p-banner {
  padding-bottom: 60px;
}
.p-banner_inner {
  max-width: 1030px;
  width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
  padding-inline: 40px;
}
@media screen and (max-width: 736px) {
  .p-banner_inner {
    padding-inline: 20px;
  }
}
.p-banner_largeList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 26px;
}
@media screen and (max-width: 736px) {
  .p-banner_largeList {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.p-banner_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 40px;
}
@media screen and (max-width: 736px) {
  .p-banner_list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media (hover: hover) {
  .p-banner a {
    transition: 0.35s;
  }
}
.p-banner img {
  width: 100%;
  height: auto;
}

.burger,
.menu-panel {
  display: none;
}

@media screen and (max-width: 960px) {
  /* ── スクロールロック用（JSから付与） ── */
  body.scroll-locked {
    left: 0;
    right: 0;
    overflow-y: scroll;
  }
  /* ── バーガーボタン ── */
  .burger {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    position: fixed;
    right: 10px;
    top: 25px;
    z-index: 91;
  }
  .burger--page {
    width: 60px;
    height: 60px;
    right: 15px;
    top: 30px;
    gap: 10px;
  }
  .burger__bar {
    display: block;
    width: 34px;
    height: 3px;
    border-radius: 5px;
    background: #b68d4c;
    transform-origin: center;
    transition: transform 240ms cubic-bezier(0.76, 0, 0.24, 1), opacity 240ms cubic-bezier(0.76, 0, 0.24, 1), width 240ms cubic-bezier(0.76, 0, 0.24, 1);
  }
  .burger--page .burger__bar {
    width: 50px;
    height: 5px;
  }
  /* × に変形 */
  .burger[aria-expanded=true] .burger__bar:nth-child(1) {
    transform: translateY(8.5px) rotate(45deg);
  }
  .burger[aria-expanded=true] .burger__bar:nth-child(2) {
    opacity: 0;
    width: 0;
  }
  .burger[aria-expanded=true] .burger__bar:nth-child(3) {
    transform: translateY(-8.5px) rotate(-45deg);
  }
  .burger--page[aria-expanded=true] .burger__bar:nth-child(1) {
    transform: translateY(14px) rotate(45deg);
  }
  .burger--page[aria-expanded=true] .burger__bar:nth-child(3) {
    transform: translateY(-14px) rotate(-45deg);
  }
  /* ── オーバーレイ + ドロワー ── */
  .menu-panel {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: flex;
    pointer-events: none;
  }
  .menu-panel__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.48s cubic-bezier(0.76, 0, 0.24, 1);
  }
  .menu-panel__drawer {
    position: relative;
    width: min(380px, 88vw);
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    transition: opacity 0.48s cubic-bezier(0.76, 0, 0.24, 1);
    background-color: #fdfaf0;
    /* ↑ 色・余白は自由にカスタマイズ */
  }
  /* ── 開いた状態 ── */
  .menu-panel.is-open {
    pointer-events: auto;
  }
  .menu-panel.is-open .menu-panel__backdrop {
    opacity: 1;
  }
  .menu-panel.is-open .menu-panel__drawer {
    opacity: 1;
  }
  /* ── アコーディオン（grid-template-rows トリック） ── */
  .accordion-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 480ms cubic-bezier(0.76, 0, 0.24, 1);
  }
  .accordion-body.is-open {
    grid-template-rows: 1fr;
  }
  .accordion-inner {
    overflow: hidden;
    background-color: white;
  }
  .accordion-content {
    display: grid;
    grid-template-columns: 1fr;
    width: calc(100% - 115px);
    margin-left: auto;
  }
  .accordion-content a {
    font-size: 16px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 700;
    color: #402626;
    padding: 13px 7px;
    border-top: 2px solid #ede6c6;
  }
}
@media screen and (max-width: 960px) and (hover: hover) {
  .accordion-content a {
    transition: 0.45s;
  }
  .accordion-content a:hover {
    color: #cab956;
  }
}
@media screen and (max-width: 960px) {
  .nav-list--page .accordion-content a {
    font-size: 24px;
    padding: 20px 12px;
  }
  .nav-list {
    border-bottom: 3px solid #ede6c6;
  }
  .nav-item {
    border-top: 3px solid #ede6c6;
  }
}
@media screen and (max-width: 960px) {
  /* アイコン回転 */
  .accordion-icon {
    display: grid;
    place-items: center;
    transition: transform 480ms cubic-bezier(0.76, 0, 0.24, 1);
  }
  .accordion-trigger[aria-expanded=true] {
    background-color: white;
  }
  .accordion-trigger[aria-expanded=true] .accordion-icon {
    transform: rotate(90deg);
  }
  .accordion-trigger {
    border: none;
    background-color: transparent;
    transition: background-color 480ms cubic-bezier(0.76, 0, 0.24, 1);
    padding: 0;
    width: 100%;
    display: flex;
    gap: 14px;
    align-items: center;
    cursor: pointer;
    padding-block: 12px;
    padding-left: 25px;
    padding-right: 32px;
    font-size: 20px;
    color: #402626;
    font-weight: 700;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .accordion-trigger img {
    width: 83px !important;
  }
  .nav-list--page .accordion-trigger img {
    width: 120px !important;
    height: auto !important;
  }
  .nav-list--page .accordion-trigger {
    font-size: 32px;
    padding-block: 20px;
    padding-left: 32px;
    padding-right: 45px;
    gap: 25px;
  }
  .accordion-icon {
    margin-left: auto;
  }
}/*# sourceMappingURL=style.css.map */