@charset "UTF-8";
html {
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
  touch-action: manipulation;
  user-select: auto;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  min-height: 100vh;
  font-family: "Noto Serif JP", serif;
  /* padding-bottom: 20px; */
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  cursor: default;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.bg_area {
  display: block;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wrapper {
  position: relative;
  width: 100%;
  max-width: 468px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}
.nav-left_pc {
  display: block;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  width: max(calc((100% - 468px) / 2), 10px);
}
.nav-right_pc {
  display: block;
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  width: max(calc((100% - 468px) / 2), 10px);
}
.left-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  top: 0%;
  width: 65%;
  height: 100%;
  margin: 0 auto;
}
.right-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  top: 0%;
  width: 65%;
  height: 100%;
  margin: 0 auto;
}
.contents-list li a.active {
  color: #796baf;
}
.contents-list li {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
.contents-list li:last-of-type {
  margin-bottom: 0px;
}
.contents-list li a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 800;
  color: #000;
}
.contents-list li span {
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 800;
}
.mv {
  position: relative;
  margin-bottom: -130px;
}
@media screen and (max-width: 468px) {
  .mv {
    position: relative;
    margin-bottom: -24.23vw;
  }
}
.mv__slider-img {
  width: 100%;
  height: auto;
  /* min-height: 803px; */
}
.mv__headline {
  position: absolute;
  left: 50%;
  bottom: 68px;
  transform: translate(-50%, 0%);
  z-index: 10;
}
.mv__text {
  padding-bottom: 15px;
  font-size: 4.7rem;
  text-align: center;
  line-height: 1.2;
}
.mv__date {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 306px;
  width: 100%;
  height: 46px;
  margin: 0 auto;
  font-size: 2.1rem;
  color: #fff;
  background: #000;
}
.bg__wave {
  position: absolute;
  bottom: 0px;
  height: 24px;
  z-index: 10;
}
.contents__wrapper {
  position: relative;
  width: calc(100% - 20px);
  max-width: 480px;
  margin: 0 auto;
}
.apology {
  margin-bottom: 39px;
  padding: 20px;
  background: #fff;
  border: 2px solid #796baf;
  border-radius: 4px;
}
.apology_txt {
  font-weight: bold;
  color: #000;
  text-align: center;
}
.apology p {
  text-align: center;
  color: #796baf;
  text-decoration: underline;
}
.concept__bg {
  padding-top: 98px;
  background: url("../img/concept_bg.png");
}
/*キャッチコピー*/
.catch {
  position: absolute;
  top: -323px;
  right: 25px;
  z-index: 10;
}
.catch__head {
  text-align: center;
}
/* コラボキャンペーン見出し */
.collab-campaign__head {
  width: 100%;
  max-width: 349px;
  padding: 4.6px 0;
  margin: 0 auto 39px;
  background: #000;
  border-radius: 10px;
}
.collab-campaign__txt {
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 800;
  color: #fff;
  text-align: center;
}
.all-campaign {
  position: relative;
  top: -20px;
  font-size: 2rem;
  text-align: center;
  font-weight: 800;
  z-index: 10;
}
/* キャッチ下の何か */
.content-cards {
  display: grid;
  grid-template-columns: auto auto; /* コンテンツ幅に応じて狭くする */
  justify-content: center; /* グリッド全体を中央に配置 */
  align-items: center;
  gap: 10px; /* 要素間の隙間を調整（例：16px） */
  padding-bottom: 55px;
}
.content-cards-zero {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
}
.content-cards-zero a {
  color: #000;
}
.content-cards a {
  display: contents;
  color: #000;
}
.content-cards:last-of-type {
  padding-bottom: 5px;
}
.content-card {
  position: relative;
  width: 170px;
  min-height: 175px;
  background: #fff;
  background-repeat: no-repeat;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #796baf;
}
.content-card-zero {
  position: relative;
  margin-bottom: 30px;
  width: 350px;
  min-height: 175px;
  background: #fff;
  background-repeat: no-repeat;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #796baf;
}
.merchandise0 {
  background: url("../img/merchandise0.png");
  background-repeat: no-repeat;
}
.merchandise01 {
  background: url("../img/merchandise01.png");
  background-repeat: no-repeat;
}
.merchandise02 {
  background: url("../img/merchandise02.png");
  background-repeat: no-repeat;
}
.merchandise03 {
  min-height: 153px;
  background: url("../img/merchandise03.png");
  background-repeat: no-repeat;
}
.merchandise04 {
  min-height: 153px;
  background: url("../img/merchandise04.png");
  background-repeat: no-repeat;
}
.merchandise05 {
  min-height: 153px;
  background: url("../img/merchandise05.png");
  background-repeat: no-repeat;
}
.merchandise06 {
  min-height: 153px;
  background: url("../img/merchandise06.png");
  background-repeat: no-repeat;
}
.merchandise07 {
  min-height: 138px;
  background: url("../img/merchandise07.png");
  background-repeat: no-repeat;
}
.merchandise08 {
  min-height: 138px;
  background: url("../img/merchandise08.png");
  background-repeat: no-repeat;
}
.merchandise09 {
  min-height: 153px;
  background: url("../img/merchandise09.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
.merchandise10 {
  min-height: 153px;
  background: url("../img/merchandise10.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
.content-card:nth-child(1),
.content-card:nth-child(2) {
  margin-bottom: 50px;
}
.content-card__tag {
  font-weight: bold;
  display: block;
  margin-bottom: 9px;
}
.content-card__tag--novelty {
  padding: 3px 0;
  width: 100%;
  font-size: 1.3rem;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 800;
  color: #fff;
  background: #796baf;
}
.content-card__tag--present {
  position: absolute;
  top: -15px;
  left: 50%;
  max-width: 142px;
  width: 100%;
  font-size: 1.3rem;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 800;
  color: #796baf;
  background-color: #ede9df;
  transform: translate(-50%, 0%);
}
.content-card__tag--limited {
  position: absolute;
  top: -15px;
  left: 50%;
  max-width: 142px;
  width: 100%;
  font-size: 1.3rem;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 800;
  color: #796baf;
  background-color: #ede9df;
  transform: translate(-50%, 0%);
}
.content-card__title {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 800;
}
.content-card__image img {
  width: 100%;
  max-width: 80px;
  margin-bottom: 12px;
}
.content-card__days {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.content-card__text {
  position: relative;
  display: inline-block;
  padding: 4px 31px 4px 10px;
  width: 100%;
  height: 30px;
  font-size: 1.3rem;
  color: #796baf;
  font-weight: bold;
}
.content-card__text::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 56%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #796baf;
  border-radius: 50%;
}
.content-card__text::before {
  content: "";
  position: absolute;
  right: 37px;
  top: 52%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 1; /* 丸より前面にする */
}
.content-card__text-zero {
  position: relative;
  display: inline-block;
  padding: 4px 30px 4px 10px;
  width: 100%;
  height: 29px;
  font-size: 1.3rem;
  color: #796baf;
  font-weight: bold;
}
.content-card__text-zero::after {
  content: "";
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #796baf;
  border-radius: 50%;
}
.content-card__text-zero::before {
  content: "";
  position: absolute;
  right: 125px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 1; /* 丸より前面にする */
}
/* ノベルティー */
.novelty__box {
  padding-bottom: 54px;
}
.project__head,
.novelty__head,
.collab-present__head,
.collab-goods__head,
.collab-decoration__head,
.official-campaign__head,
.official-sns__head,
.collab-menu__head,
.introduction__head {
  padding-bottom: 20px;
  font-size: 3.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  text-align: center;
}
.project__subhead,
.novelty__subhead,
.collab-present__subhead,
.collab-goods__subhead,
.collab-decoration__subhead,
.official-campaign__subhead,
.official-sns__subhead,
.collab-menu__subhead,
.introduction__subhead {
  display: block;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
}
.project__content {
  max-width: 350px;
  margin: 0 auto;
  padding-bottom: 46px;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  color: #000;

  & .project__text {
    margin-bottom: 20px;
  }

  & .project__info {
    margin-bottom: 20px;
  }
}
.novelty-card {
  position: relative;
  padding: 0px 10px 10px 10px;
  margin: 0 auto;
  width: 350px;
  color: #fff;
  text-align: center;
  background-color: #fcd099;
  border-radius: 10px;
  overflow: hidden;
}
.novelty-card--ochre {
  background-color: #dda743;
}
.novelty-card:first-of-type {
  margin-bottom: 20px;
}
.novelty-card__label {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 6px 0;
  width: 120px;
  font-size: 2rem;
  font-weight: bold;
  background-color: #f9a95c;
  border-radius: 0px 0px 10px 10px;
}
.novelty-card__label--ochre {
  background-color: #bf6d12;
}
.novelty-card__date {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 8px 0;
  font-size: 14px;
  color: #000;
}
.date-start {
  font-size: 2rem;
  font-weight: 800;
}
.date-end {
  font-size: 2rem;
  font-weight: 800;
}
.week {
  font-size: 1.5rem;
  font-weight: 800;
}
.date-arrow {
  margin: 0 10px 0 5px;
  color: #dda743;
}
.date-arrow--ochre {
  color: #c84742;
}
.novelty-card__content {
  padding: 16px 10px;
  width: 100%;
  max-width: 330px;
  height: 350px;
  background: #fff;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: #f5a94a;
}
.novelty01 {
  background: url("../img/novelty01.png");
  background-repeat: no-repeat;
}
.novelty02 {
  background: url("../img/novelty02.png");
  background-repeat: no-repeat;
}
.novelty-card__title {
  font-size: 2rem;
  font-weight: 800;
}
.novelty-card__subtitle {
  font-size: 1.5rem;
  font-weight: 800;
}
.novelty-note {
  max-width: 350px;
  width: 100%;
  margin: 20px auto 0;
}
.novelty-note__text {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #686868;
}
/* コラボメニュー */
.collab-menu {
  padding-bottom: 54px;
}
.collab-present {
  padding-bottom: 64px;
}
.menu-items {
  display: flex;
  justify-content: center;
  gap: 33px;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 20px;
}

.menu-item {
  text-align: center;
  width: 145px;
}

.menu-item__circle {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

.menu-item__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* グレーオーバーレイ（初期状態で常に表示） */
.menu-item__circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 薄いグレー */
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}

/* is-active のときだけグレーを消す */
.menu-item.is-active .menu-item__circle::after {
  display: none;
}

.goods-item {
  text-align: center;
  width: 70px;
}

.goods-item__circle {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

.goods-item__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* グレーオーバーレイ（初期状態で常に表示） */
.goods-item__circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 薄いグレー */
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}
.goods-item.is-active .goods-item__circle::after {
  display: none;
}
.menu-item__name {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #000;
}

.menu-item__name span {
  display: block;
}

.menu-item.is-active {
  transform: scale(1.05);
}
.goods-item.is-active {
  transform: scale(1.05);
}
.menu-item__circle-wrapper {
  position: relative;
  width: 145px; /* 64 + 4px余白 + 2px線 × 2 */
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods-item__circle-wrapper {
  position: relative;
  width: 76px; /* 64 + 4px余白 + 2px線 × 2 */
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 枠 */
.menu-item__circle-wrapper::before {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  border: 2px solid #796baf;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0; /* 初期は非表示 */
  transition: opacity 0.2s;
  z-index: 1;
}
.goods-item__circle-wrapper::before {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  border: 2px solid #796baf;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0; /* 初期は非表示 */
  transition: opacity 0.2s;
  z-index: 1;
}
/* is-active 時に枠を表示 */
.menu-item.is-active .menu-item__circle-wrapper::before {
  opacity: 1;
}
.goods-item.is-active .goods-item__circle-wrapper::before {
  opacity: 1;
}
/* 丸画像本体 */
.menu-item__circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2; /* 枠より前面 */
}

.menu-item__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.menu-item.is-active .menu-item__name {
  color: #796baf;
}
.goods-item__circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2; /* 枠より前面 */
}

.goods-item__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.goods-item.is-active .menu-item__name {
  color: #796baf;
}
.target-button__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.target-button {
  width: 270px;
  height: 56px;
  background-color: #796baf;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 30px;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.target-button__text {
  display: inline-block;
}

.target-button__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}

.target-button__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-right: 2px solid #796baf;
  border-bottom: 2px solid #796baf;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* 小見出し */
.menu-slide__note {
  max-width: 132px;
  width: 100%;
  padding: 3.6px 0;
  margin: 0 auto 6px;
  font-size: 1.3rem;
  color: #796baf;
  font-weight: bold;
  border-radius: 4px;
  background: #fff;
}

/* メニュータイトル */
.menu-slide__title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 8px;
}
.menu-slider {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
  max-height: 442px;
}
.swiper-wrapper {
  display: flex;
}

.swiper-slide-menu {
  flex-shrink: 0;
  max-height: 442px;
  height: auto !important;
  border-radius: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.menu-slide__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 12px;
}
.menu-slide__figure {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  height: 210px;
}
.figcaption-text {
  margin: auto auto 6px;
  font-size: 12px;
}
@media screen and (max-width: 425px) {
  .figcaption-text {
    margin: 10px auto 6px;
    font-size: 12px;
  }
}
.menu-slide__image {
  position: relative;
  max-width: 310px;
  margin: 0 auto;
}
.menu-slide__image-emilia {
  position: relative;
  top: 5px;
}
/* 白ぼかしオーバーレイ */
.menu-slide__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgba(255, 255, 255, 0.8); */
  /* backdrop-filter: blur(8px); */
  z-index: 2;
  /* border-radius: 10px; */
}

.menu-slide__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
  padding: 20px 12px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
/* 写真補足 */
.menu-slide__photo-note {
  position: absolute;
  right: 31px;
  bottom: 105px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #686868;
}
.menu-slide__photo-note1 {
  bottom: 100px;
}
/* 価格ボタン */
.menu-slide__prices {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  margin-top: 12px;
  font-size: 1.2rem;
}
.menu-slide__money {
  font-size: 2rem;
  font-weight: bold;
  margin: auto 0 0;
}
.menu-slide__money-emilia h3 {
  position: absolute;
  bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
}
.menu-slide__price-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu-slide__gram {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  padding: 1px 13px 3px;
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
}

.menu-slide__price {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
}
/* コラボプレゼント*/
.collab-present-card__content {
  position: relative;
  padding: 19px 16px 20px 16px;
  width: 100%;
  max-width: 350px;
  height: 363px;
  background: #fff;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: #796baf;
  margin: 0 auto; /* 中央配置 */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #796baf;
}
.collab-present-card__content01 {
  height: 520px;
  margin-bottom: 20px;
  background: url("../img/collab-present02.png");
  background-color: #fff;
  background-repeat: no-repeat;
}
.collab-present-card__content02 {
  height: fit-content;
  .collab-present-card__description {
    position: unset;
  }
}
.collab-present-card__title {
  font-size: 2rem;
  font-weight: bold;
  color: #796baf;
  text-align: center;
  margin-bottom: 10px;
}
.collab-present-card__txt {
  font-size: 16px;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.collab-present-card__description {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: left;
  font-size: 14px;
}
.collab-present-card__text {
  font-size: 1.3rem;
  color: #000;
}
.collab-present-card__list {
  margin-top: 20px;
  font-size: 1.3rem;
  color: #000;
}
.search-button__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px; /* 任意で余白調整 */
}

.search-button {
  position: relative;
  display: block;
  margin: 30px auto 0px;
  width: 270px;
  height: 50px;
  background-color: #796baf;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 50px;
  line-height: 50px;
  overflow: hidden;
  box-sizing: border-box;
}

.search-button__text {
  position: relative;
  z-index: 1;
}

.search-button__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  z-index: 2;
}
/* goods */
.collab-goods {
  padding-bottom: 54px;
}
.goods-slider {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
}
.goods-slide {
  height: 328px !important;
  flex-shrink: 0;
}

.goods-slide__card {
  border-radius: 12px;
  padding: 20px 10px;
  text-align: center;
  box-sizing: border-box;
  height: 328px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: contain;
  background-color: #fff;
  border: 1px solid #796baf;
}
.goods-slide__card01 {
  background: url("../img/goods01.png") no-repeat center;
  background-size: contain;
  background-color: #fff;
}
.goods-slide__card02 {
  background: url("../img/goods02.png") no-repeat center;
  background-size: contain;
  background-color: #fff;
}
.goods-slide__card03 {
  background: url("../img/goods03.png") no-repeat center;
  background-size: contain;
  background-color: #fff;
}
.goods-slide__card04 {
  background: url("../img/goods04.png") no-repeat center;
  background-size: contain;
  background-color: #fff;
}
.goods-slide__title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #796baf;
  margin-bottom: 6px;
}

.goods-slide__info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.goods-slide__badge {
  background: #796baf;
  color: #fff;
  font-size: 1rem;
  padding: 2px 8px;
  margin-right: 9px;
  border-radius: 20px;
  font-weight: bold;
}

.goods-slide__price {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}
.goods-slide__note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.goods-slide__note {
  font-size: 1.2rem;
  color: #686868;
}
.goods-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 56px;
  background-color: #fff;
  border: 2px solid #796baf;
  color: #796baf;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  margin: 40px auto 0;
}

.goods-button__text {
  flex: 1;
  font-size: 1.5rem;
  text-align: center;
  position: relative;
}

.goods-button__text::after {
  content: "＋";
  position: absolute;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  top: 4px;
}
/*コラボデコレーション*/
.collab-decoration {
  padding: 0px 0px 9px;
}

.decoration-block {
  max-width: 350px;
  padding: 19px 20px 20px 20px;
  margin: 0 auto 0px;
  text-align: center;
  color: #000;
  background: #fff;
  border-radius: 10px;
}
.decoration-block:first-of-type {
  margin: 0 auto 20px;
}
.decoration-block__title {
  font-size: 2rem;
  font-weight: bold;
  color: #796baf;
  margin-bottom: 16px;
}

.decoration-block__images {
  margin-bottom: 20px;
}

.decoration-block__images img {
  width: 100%;
  border-radius: 10px;
  background-color: #eee;
  object-fit: cover;
}
.decoration-block__images--store .decoration-block__row {
  display: flex;
  gap: 10px;
}
.decoration-block__images--store .decoration-block__row img {
  width: 50%;
}
.decoration-block__images--panel {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.decoration-block__images--panel img {
  width: 48%;
}
.decoration-block__text {
  font-size: 1.3rem;
  text-align: left;
  margin: 0;
}
/*7店舗*/
.collab-7stores {
  padding-bottom: 60px;
}
.collab-7stores__head {
  padding-bottom: 40px;
  font-size: 2rem;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 800;
  color: #796baf;
  text-align: center;
}
.store-list {
  list-style: none;
  padding: 0;
  margin: 0px auto 0px;
  max-width: 700px;
}
.store-list li {
  margin-bottom: 10px;
}
.store-list li:last-of-type {
  margin-bottom: 0px;
}
.store-item {
  display: flex;
  justify-content: space-between;
  align-items: center; /* ← これでアイコンが縦中央に！ */
  background-color: #fff;
  border-radius: 3px;
  padding: 12px 20px;
  margin: 0 auto 10px;
  max-width: 350px;
  width: 100%;
  box-sizing: border-box;
  gap: 12px;
  border: 1px solid #796baf;
}
.store-item__left {
  flex: 1;
}
.store-item__name {
  font-weight: bold;
  color: #796baf;
  font-size: 14px;
  margin-bottom: 4px;
}
.store-item__address {
  font-size: 13px;
  color: #000;
  line-height: 1.5;
  margin: 0;
  word-break: break-word;
}
.store-item__link {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.store-item__icon {
  width: 16px;
  height: 16px;
  display: block;
}
/* 注意事項 */
.caution-notes {
  padding-bottom: 54px;
}
.accordion {
  margin: 40px 0;
  text-align: center;
}

.accordion__btn {
  background-color: #efeae0;
  color: #796baf;
  font-weight: bold;
  font-size: 2rem;
  border: none;
  border-radius: 10px 10px 10px 10px;
  padding: 22.8px 20px;
  width: 100%;
  max-width: 350px;
  position: relative;
}
.accordion__btn.is-open {
  border-radius: 10px 10px 0px 0px;
}
.accordion__icon {
  position: absolute;
  top: 27px;
  right: 20px;
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}
.accordion__content {
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.accordion__inner {
  background: #efeae0;
  padding: 0px 20px 20px 20px;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  border-radius: 0px 0px 10px 10px;
  font-size: 1.4rem;
  text-align: left;
}

.accordion__title {
  color: #000;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 1em;
}
.accordion__inner p {
  padding-bottom: 30px;
  font-size: 1.2rem;
  color: #686868;
}
.accordion__inner ul li {
  padding-bottom: 30px;
}
.accordion__inner ul li strong {
  padding-bottom: 10px;
}
.accordion__inner ul li span {
  display: block;
  font-size: 1.2rem;
}
.accordion__link {
  display: inline-flex;
  justify-content: center;
  align-items: first baseline;
  gap: 19px;
  padding: 16px 20px;
  max-width: 310px;
  width: 100%;
  background: #796baf;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.4rem;
  transition: background 0.3s ease;
}
.accordion__arrow-wrap {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion__arrow {
  position: relative;
  top: 0px;
  left: -1px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #796baf;
  border-bottom: 2px solid #796baf;
  transform: rotate(-45deg);
}
.caution-notes__box {
  padding: 19px 20px 20px 20px;
  border-radius: 10px;
  max-width: 350px;
  height: 299px;
  margin: 0 auto;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  overflow-y: auto;
  box-sizing: border-box;
  background: #fff;
}
.caution-notes__title {
  font-weight: bold;
  color: #796baf;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
.caution-notes__subtitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}
.caution-notes__list {
  margin: 0;
}
.caution-notes__list li {
  margin-bottom: 6px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #686868;
}
/* 公式キャンペーン */
.official-campaign {
  padding-bottom: 54px;
}
.official-campaign__image {
  max-width: 350px;
  width: 100%;
  margin: 0 auto 10px;
  display: block;

  & img {
    width: 100%;
    height: auto;
  }
}
.campaign-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 19px 20px 20px 20px;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  color: #000;
}
.campaign-card:first-of-type {
  margin-bottom: 20px;
}
.campaign-card__header {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 16px;
  padding-bottom: 16px;
  gap: 12px;
  flex-wrap: wrap;
  border-bottom: 1px solid #ede9df;
}
.campaign-card__logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 6px;
}
.campaign-card__title {
  font-size: 16px;
  font-weight: bold;
  color: #796baf;
  text-align: left;
  line-height: 1.4;
}
.campaign-card__description {
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ede9df;
}
.campaign-card__span {
  display: block;
  padding-top: 10px;
  font-size: 12px;
}
.campaign-card__download-label {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 800;
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
}
.campaign-card__download-label a {
  color: #000;
}
.app {
  border-bottom: unset;
}
.campaign-card__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.campaign-card__btn img {
  width: auto;
  display: block;
}
/* sns */
.sns-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding-bottom: 60px;
  margin: 20px auto 0px;
}
.sns-card {
  width: 170px;
  height: 270px;
  background-color: #f4f4f4;
  border-radius: 12px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.sns-card__image {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 60px; /* ← 名前との距離を確保（40px差） */
  left: 50%;
  transform: translateX(-50%);
}
.sns-card__image01 {
  bottom: 85px;
}
.sns-card__image02 {
  bottom: 80px;
}
.sns-card__image03 {
  bottom: 108px;
}
.sns-card__image04 {
  bottom: 94px;
}
.sns-card__name {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 800;
  color: #fff;
  margin: 0;
}

.sns-card__id {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* 作品紹介 */
.introduction {
  padding-bottom: 54px;

  & .introduction-card {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    font-size: 12px;

    & .introduction-card__header {
      margin-bottom: 1em;
      font-size: 14px;
    }

    & .introduction-card__link {
      margin-top: 1em;
    }
  }
}

/* 背景バリエーション */
.sns-card-list a {
  display: contents;
}
.sns-card--blue {
  background: url("../img/bg_blue.jpg");
}
.sns-card--purple {
  background: url("../img/bg_purple.jpg");
}
.sns-card--yellow {
  background: url("../img/bg_yellow.jpg");
}
.sns-card--red {
  background: url("../img/bg_red.jpg");
}

/* snslogo */
.collab-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  margin: 0px auto;
  padding-bottom: 54px;
  text-align: center;
}
.collab-logos__item {
  margin-left: -20px;
  margin-right: 10px;
}
.collab-logos__item.ikinaristake {
  margin-right: 7px;
}
.collab-logos__item img {
  max-width: 100%;
  height: auto;
}
.collab-logos__item--cross {
  margin-right: 32px;
}

/* footer */
.footer {
  background: #796baf;
}
.bg_wave-down {
  max-width: 468px;
  width: 100%;
  margin: 0 auto;
}
.copyright {
  padding: 35px 0;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.fixed-button {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 468px;
  width: 100%;
  z-index: 9999;
}

.ticket-button {
  background-color: #796baf;
  color: #fff;
  padding: 16.8px 24px;
  border: none;
  border-radius: 12px 12px 0 0;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 468px;
}
.ticket-button__text {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: "Zen Old Mincho", sans-serif;
}
.ticket-button__circle {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.ticket-button__arrow {
  width: 4px;
  height: 4px;
  border-right: 2px solid #796baf;
  border-bottom: 2px solid #796baf;
  transform: rotate(45deg);
}

@media screen and (max-width: 460px) {
  .menu-slide__image {
    max-width: 300px;
  }
  .nav-left_pc {
    display: none;
  }
  .nav-right_pc {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .swiper-slide {
    height: auto !important;
  }
  .mv__slider-img {
    width: 100%;
    height: 100% !important;
    min-height: auto;
  }
  .menu-slide__image {
    max-width: 290px;
  }
  .menu-slide__photo-note {
    bottom: 120px;
  }
  .menu-slide__photo-note1 {
    bottom: 115px;
  }
  .menu-slide__gram {
    font-size: 1.1rem;
  }
  .menu-slide__price {
    font-size: 1.2rem;
  }
  .menu-slide__image02 {
    margin-top: 0px;
  }
  .menu-slide__image-emilia {
    top: -5px;
  }
}
@media screen and (max-width: 430px) {
  .menu-slide__image {
    max-width: 280px;
  }
}
@media screen and (max-width: 420px) {
  .menu-slide__image {
    max-width: 270px;
  }
}
@media screen and (max-width: 390px) {
  .contents__wrapper {
    width: 100%;
    /* padding: 0 20px; */
    box-sizing: border-box;
  }
  .menu-slide__image {
    max-width: 250px;
  }
  .menu-slide__image02 {
    margin-top: 0px;
  }
  .menu-slide__gram {
    font-size: 1rem;
    padding: 1px 8px 3px;
  }
  .menu-slide__price {
    font-size: 1.1rem;
  }
  .nav-left_pc {
    width: calc((100% - 390px) / 2);
  }
  .nav-right_pc {
    width: calc((100% - 390px) / 2);
  }
  .menu-items {
    display: flex;
    justify-content: space-between; /* または center */
    gap: 12px; /* ← 狭くする */
    flex-wrap: nowrap; /* 折り返さないようにする */
    padding: 0 10px; /* 20pxだと足りなくなる可能性あり */
    box-sizing: border-box;
  }
}
@media screen and (max-width: 380px) {
  .menu-slide__image {
    max-width: 235px;
  }
  .menu-slide__price-item {
    margin-top: 20px;
  }
  .menu-slide__prices {
    gap: 5px;
  }
  .menu-slide__gram {
    padding: 1px 6px 3px;
  }
}
@media screen and (max-width: 370px) {
  .menu-slide__image {
    max-width: 220px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .menu-slide__bg {
    background-image: url("./asset/img/menu_bg@2.png");
    background-size: contain;
  }
  .merchandise0 {
    background-image: url("../img/merchandise0@2.png");
    background-size: contain;
    border: 1px solid #796baf;
  }
  .merchandise01 {
    background-image: url("../img/merchandise01@2.png");
    background-size: contain;
  }
  .merchandise02 {
    background-image: url("../img/merchandise02@2.png");
    background-size: contain;
  }
  .merchandise03 {
    background-image: url("../img/merchandise03@2.png");
    background-size: contain;
  }
  .merchandise04 {
    background-image: url("../img/merchandise04@2.png");
    background-size: contain;
  }
  .merchandise05 {
    background-image: url("../img/merchandise05@2.png");
    background-size: contain;
  }
  .merchandise06 {
    background-image: url("../img/merchandise06@2.png");
    background-size: contain;
  }
  .merchandise07 {
    background-image: url("../img/merchandise07@2.png");
    background-size: contain;
  }
  .merchandise08 {
    background-image: url("../img/merchandise08@2.png");
    background-size: contain;
  }
  .merchandise09 {
    background-image: url("../img/merchandise09@2.png");
    background-size: contain;
  }
  .merchandise10 {
    background-image: url("../img/merchandise10@2.png");
    background-size: contain;
  }
  .novelty01 {
    background-image: url("../img/novelty01@2.png");
    background-size: contain;
  }
  .novelty02 {
    background-image: url("../img/novelty02@2.png");
    background-size: contain;
  }
  .goods-slide__card01 {
    background-image: url("../img/goods01@2.png");
    background-size: contain;
  }
  .goods-slide__card02 {
    background-image: url("../img/goods02@2.png");
    background-size: contain;
  }
  .goods-slide__card03 {
    background-image: url("../img/goods03@2.png");
    background-size: contain;
  }
  .goods-slide__card04 {
    background-image: url("../img/goods04@2.png");
    background-size: contain;
  }
  .collab-present-card__content01 {
    background-image: url("../img/collab-present02@2.png");
    background-size: contain;
  }
  .sns-card--blue {
    background-image: url("../img/bg_blue@2.jpg");
    background-size: contain;
  }
  .sns-card--purple {
    background-image: url("../img/bg_purple@2.jpg");
    background-size: contain;
  }
  .sns-card--yellow {
    background-image: url("../img/bg_yellow@2.jpg");
    background-size: contain;
  }
  .sns-card--red {
    background-image: url("../img/bg_red@2.jpg");
    background-size: contain;
  }
}
