#footer {
  margin-top: 0 !important;
}
.mamafes .--color-01 {
  color: #FFF;
  background: #E28062;
}
.mamafes .--color-02 {
  color: #FFF;
  background: #EFA032;
}
.mamafes .--color-03 {
  color: #FFF;
  background: #A7CC61;
}
.mamafes .--color-04 {
  color: #FFF;
  background: #7FCADD;
}
.mamafes .mv {
  margin-bottom: 40px;
}
.mamafes .mv img {
  margin: 0 auto;
}
.mamafes .mv__text {
  margin: clamp(30px, 2vw, 40px);
  font-size: clamp(15px, 2vw, 16px);
  line-height: 2;
  text-align: center;
}
.mamafes .page-link {
  margin-bottom: 45px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(10px, 2vw, 20px) 40px;
  padding: 0 15px;
}
.mamafes .link-button {
  position: relative;
  padding: clamp(10px, 2vw, 15px) 10px;
  display: block;
  width: 300px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
}
.mamafes .link-button.--full {
  width: 100%;
}
.mamafes .link-button::after {
  position: absolute;
  top: calc(50% - 3px);
  right: clamp(15px, 2vw, 20px);
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: clamp(1px, 0.5vw, 2px) solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.mamafes .link-button.--arrow-right::after {
  transform: translateY(-25%) rotate(45deg);
}
.mamafes .section .link-button {
  margin-top: clamp(20px, 3vw, 30px);
  line-height: 1.5;
  padding: 10px;
}
.mamafes #section01 {
  --bg-color: #FFF1EB;
  --lineup-bg: #FDE2D8;
  --slide-dot: #E28062;
}
.mamafes #section02 {
  --bg-color: #FFFAEB;
  --border-dot: #E6A03E;
}
.mamafes #section03 {
  --bg-color: #F6FDE7;
  --border-dot: #A7CC61;
}
.mamafes #section04 {
  --bg-color: #F5FAFC;
  --lineup-bg: #DEF1F5;
  --slide-dot: #7FCADD;
}
.mamafes .section {
  background: var(--bg-color);
}
.mamafes .section-inner {
  padding: 60px 30px;
}
.mamafes .section-inner.--slide {
  padding-left: clamp(22px, 4vw, 44px);
  padding-right: clamp(22px, 4vw, 44px);
}
.mamafes .section-inner.--slide:has(.slick-arrow) {
  padding-left: 0;
  padding-right: 0;
}
.mamafes .section-inner.--slide:has(.slick-arrow) .link-button {
  max-width: calc(100% - 30px);
}
.mamafes .section-inner.--slide .slick-arrow {
  position: relative;
  width: clamp(22px, 4vw, 44px);
  min-width: clamp(22px, 4vw, 44px);
  font-size: 0;
}
.mamafes .section-inner.--slide .slick-arrow::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
}
.mamafes .section-inner.--slide .slick-arrow.slick-prev::after {
  transform: translate3d(-20%, -50%, 0) rotate3d(0, 0, 1, 225deg);
}
.mamafes .section-inner.--slide .slick-arrow.slick-next::after {
  transform: translate3d(-80%, -50%, 0) rotate3d(0, 0, 1, 45deg);
}
.mamafes .section--style02 {
  padding: 0;
  background: none;
}
.mamafes .section__title {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: bold;
  border-radius: 10px;
}
.mamafes .section__body {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 15px 60px;
  margin-top: 30px;
}
.mamafes .section__body:where(.--sonett) {
  gap: 15px 47px;
}
.mamafes .section__item-thumbnail {
  grid-row: 1 / 4;
}
.mamafes .section__item-name {
  margin: clamp(15px, 3vw, 30px) 0 0;
  text-align: center;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: bold;
}
.mamafes .section__body .section__item-name {
  margin: 0;
  font-size: clamp(15px, 2vw, 16px);
}
.mamafes .section__price {
  font-size: clamp(15px, 2vw, 16px);
  text-align: center;
  font-weight: bold;
}
.mamafes .section__price span {
  font-size: 12px;
}
.mamafes .section__text {
  font-size: 14px;
  text-align: center;
  line-height: 2;
}
.mamafes .section__item-name + .section__text {
  margin-top: clamp(15px, 2vw, 25px);
}
.mamafes .lineup {
  background: var(--lineup-bg);
}
.mamafes .lineup-slide {
  display: flex;
  overflow: hidden;
}
.mamafes .lineup-slide:has(.slick-dots) {
  display: block;
}
.mamafes .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: clamp(20px, 3vw, 30px) 0 0;
}
.mamafes .slick-dots li {
  width: 10px;
  height: 10px;
  border: 1px solid var(--slide-dot);
  border-radius: 50%;
  overflow: hidden;
}
.mamafes .slick-dots li.slick-active {
  background: var(--slide-dot);
}
.mamafes .slick-dots li button {
  opacity: 0;
}
.mamafes .lineup__item {
  width: clamp(135px, 15vw, 200px);
  min-width: clamp(135px, 15vw, 200px);
  margin-right: 10px;
  background: #FFFFFF;
}
.mamafes .lineup__item img {
  padding: clamp(20px, 3vw, 30px);
}
.mamafes .lineup__name {
  padding: 0 clamp(10px, 2vw, 15px);
  font-weight: 500;
}
.mamafes .lineup--01 .lineup__name {
  min-height: 6em;
}
.mamafes .lineup--02 .lineup__name {
  min-height: 8em;
}
.mamafes .lineup__price {
  margin: 10px 0 clamp(10px, 2.5vw, 30px);
  padding: 0 clamp(10px, 2vw, 15px);
  font-weight: 500;
}
.mamafes .item-detail {
  position: relative;
  display: grid;
  grid-template-areas:
    "img point"
    "img title"
    "img price"
    "img text";
  grid-template-columns: 280px 1fr;
  gap: 20px 65px;
  padding: 40px 20px;
}
.mamafes .item-detail:nth-child(2n) {
  grid-template-areas:
    "point img"
    "title img"
    "price img"
    "text img";
  grid-template-columns: 1fr 280px;
}
.mamafes .item-detail:first-child {
  padding-top: 0;
}
.mamafes .item-detail:last-child {
  padding-bottom: 0;
}
.mamafes .item-detail + .item-detail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, var(--border-dot) 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 12px 2px;
}
.mamafes .item-detail__img {
  grid-area: img;
}
.item-detail__point {
  grid-area: point;
  font-size: clamp(13px, 2vw, 14px);
  font-weight: 500;
}
.item-detail__title {
  grid-area: title;
  font-size: clamp(15px, 2vw, 16px);
  font-weight: bold;
}
.item-detail__title span {
  display: block;
  font-size: clamp(13px, 2vw, 14px);
}
.item-detail__price {
  grid-area: price;
  font-size: clamp(15px, 2vw, 16px);
  font-weight: bold;
}
.item-detail__price span {
  font-size: 12px;
}
.item-detail__text {
  grid-area: text;
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 768px) {
  .free-contents.mamafes {
    width: 100%;
  }
  .mamafes .mv,
  .mamafes .page-link {
    margin-bottom: 25px;
    padding: 0 15px;
  }
  .mamafes .link-button {
    width: 100%;
  }
  .mamafes .section-inner {
    padding: 40px 15px;
  }
  .mamafes .section__title {
    margin-bottom: 25px;
  }
  .mamafes .section__title .sp-only {
    display: inline !important;
  }
  .mamafes .section__body {
    grid-template-columns: 160px 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 12.5px 15px;
  }
  .mamafes .section__item-thumbnail {
    grid-row: 1 / 3;
  }
  .mamafes .section__body .section__item-name,
  .mamafes .section__body .section__price {
    text-align: left;
  }
  .mamafes .section__text {
    font-size: 15px;
    text-align: left;
    grid-column: span 2;
  }
  .mamafes .item-detail {
    grid-template-areas:
      "img point"
      "img title"
      "img price"
      "text text";
    grid-template-columns: 160px 1fr;
    gap: 15px 12.5px;
    padding: 30px 0;
  }
  .mamafes .item-detail:nth-child(2n) {
    grid-template-areas:
      "point img"
      "title img"
      "price img"
      "text text";
    grid-template-columns: 1fr 160px;
  }
}