@charset "UTF-8";
@keyframes fadeInSoft {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  font-family: "ヒラギノ丸ゴ ProN", "Rounded Mplus 1c", sans-serif;
  background: linear-gradient(to bottom, #fffaf4, #fdf1f6, #edf7fa);
  color: #7b4b3a;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

.section, .menu, .cast, .news, .catchcopy {
  position: relative;
  padding: 2rem 1rem;
  background-color: #fffaf4;
}
.section::after, .menu::after, .cast::after, .news::after, .catchcopy::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: url("lace.png");
  background-repeat: repeat-x;
  background-size: contain;
  z-index: 1;
}

.header {
  background-color: #fdf1f6;
  text-align: center;
  padding: 2rem 0 1.5rem;
  border-bottom: 1px solid #f8e1ea;
  box-shadow: 0 4px 12px rgba(255, 239, 225, 0.6);
}
.header h1 {
  font-size: 2rem;
  color: #7b4b3a;
  letter-spacing: 0.05em;
  animation: fadeInSoft 1s ease;
}

.mv {
  padding: 0 1rem;
}

.mv__image {
  width: 100%;
  height: 300px;
  background-color: #dcdcdc;
  border-radius: 20px;
  margin: 2rem 0;
  box-shadow: 0 10px 20px rgba(220, 220, 220, 0.4);
  animation: fadeInSoft 1s ease;
}

.catchcopy {
  background-color: #fffaf4;
  box-shadow: 0 6px 16px rgba(250, 210, 230, 0.2);
  animation: fadeInSoft 1.2s ease;
}
.catchcopy h2 {
  font-size: 1.5rem;
  color: #7b4b3a;
  margin-bottom: 0.5rem;
}
.catchcopy p {
  font-size: 1rem;
  color: rgb(88.3425414365, 53.8674033149, 41.6574585635);
}

.news {
  background-color: #edf7fa;
  box-shadow: 0 4px 12px rgba(200, 240, 255, 0.3);
  animation: fadeInSoft 1.3s ease;
}
.news__ttl {
  font-size: 1.3rem;
  text-align: center;
  color: #7b4b3a;
  margin-bottom: 1rem;
  border-bottom: 2px dashed rgb(198.6022099448, 151.9281767956, 135.3977900552);
  padding-bottom: 0.3rem;
}
.news__ttl::before {
  content: "♡ ";
  color: #69d4ff;
}
.news__ttl::after {
  content: " ♡";
  color: #69d4ff;
}
.news__item-date {
  font-size: 0.85rem;
  color: rgb(157.6574585635, 96.1325966851, 74.3425414365);
}
.news__item-ttl {
  font-size: 1.1rem;
  margin-top: 0.2rem;
}

.cast {
  background-color: #f4ecf9;
  box-shadow: 0 6px 14px rgba(230, 210, 255, 0.3);
  animation: fadeInSoft 1.4s ease;
}
.cast__ttl {
  font-size: 1.4rem;
  text-align: center;
  color: #7b4b3a;
  margin-bottom: 1rem;
}
.cast__ttl::before {
  content: "♡ ";
  color: #cf69ff;
}
.cast__ttl::after {
  content: " ♡";
  color: #cf69ff;
}
.cast__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.cast__item {
  text-align: center;
}
.cast__item-image {
  width: 100%;
  height: 180px;
  background-color: #dcdcdc;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(200, 200, 255, 0.3);
  margin-bottom: 1rem;
}
.cast__item-name {
  font-size: 1.3rem;
  font-weight: bold;
  color: #7b4b3a;
}
.cast__item-name::before {
  content: "＊ ";
  color: #fff;
}
.cast__item-name::after {
  content: " ＊";
  color: #fff;
}
.cast__item-msg {
  font-size: 0.95rem;
  color: rgb(88.3425414365, 53.8674033149, 41.6574585635);
  margin-top: 0.5rem;
}

.menu {
  background: linear-gradient(to right, #fffdfb 49.5%, #fffdfb 50.5%, #fffdfb 100%);
  box-shadow: 0 4px 12px rgba(255, 210, 220, 0.3);
  position: relative;
  animation: fadeInSoft 1.5s ease;
}
.menu__ttl {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #7b4b3a;
}
.menu__ttl::before {
  content: "♡ ";
  color: hotpink;
}
.menu__ttl::after {
  content: " ♡";
  color: hotpink;
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.menu__item {
  width: 47%;
  padding: 1rem;
  background: #fffaf4;
  border: 1px solid #f7e9e9;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(255, 210, 220, 0.2);
  text-align: center;
}
.menu__item-name {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.3rem;
  color: #7b4b3a;
}
.menu__item-name::before {
  content: "♡ ";
  color: hotpink;
}
.menu__item-price {
  font-size: 0.9rem;
  color: rgb(88.3425414365, 53.8674033149, 41.6574585635);
}

.footer {
  text-align: center;
  background-color: #fffaf4;
  padding: 1.2rem 0;
  font-size: 0.85rem;
  color: #7b4b3a;
  box-shadow: 0 -2px 8px rgba(250, 210, 230, 0.2);
}/*# sourceMappingURL=style.css.map */