.l-comment {
  margin-bottom: -3rem;
  padding-top: 10.4rem;
  line-height: 2.2;
  text-align: center;
}
.l-comment_text {
  padding-inline: 10.4rem;
}
@media screen and (max-width: 768px) {
  .l-comment {
    margin-bottom: -2.6rem;
    padding-top: 5.8rem;
    font-size: 1.6rem;
  }
  .l-comment_text {
    padding-inline: 2rem;
  }
}

.l-section {
  margin-bottom: 12rem;
}
.l-section_inner {
  position: relative;
  padding-inline: 10.4rem;
}
.l-section_heading {
  width: max-content;
  max-width: 100%;
  height: 5rem;
  margin: auto;
  margin-bottom: 3.5rem;
}
.l-section_heading_img {
  display: block;
  height: 100%;
}
.l-section_heading_img img {
  height: 100%;
  width: initial;
}
.l-section_text {
  font-size: 1.6rem;
  text-align: center;
}
.l-section_text:has(+ *:not(picture, img)) {
  margin-bottom: 7.2rem;
}
.l-section_menu {
  position: relative;
  margin: auto;
}
.l-section_menu_list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
  z-index: 1;
}
.l-section_menu_list_card {
  display: flex;
  flex-direction: column;
}
.l-section_menu_list_card_img {
  overflow: hidden;
  margin-bottom: 2rem;
  border-radius: var(--radius);
}
.l-section_menu_list_card_name {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
  white-space: pre-line;
}
.l-section_menu_list_card_pay {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: pre-line;
}
.l-section_menu_list.is-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: initial;
  gap: 5rem 4.5rem;
}
.l-section_menu_list.is-grid .l-section_menu_card_img {
  margin-bottom: 1.4rem;
}
.l-section_menu_illust-girl {
  position: absolute;
  top: 45.8rem;
  left: -22rem;
  z-index: 0;
  width: 19.3rem;
}
.l-section_menu_illust-bg01 {
  position: absolute;
  top: 16.4rem;
  left: -56.8rem;
  z-index: 0;
  width: 39.9rem;
}
.l-section_menu_illust-bg02 {
  position: absolute;
  top: 15.7rem;
  right: -56rem;
  z-index: 0;
  width: 38.9rem;
}
.l-section_menu.is-narrow {
  max-width: 41.3rem;
}
.l-section_maps {
  display: flex;
  gap: 5.2rem;
}
.l-section_maps_item {
  flex: 1;
}
.l-section_maps_item_container {
  overflow: hidden;
  border: var(--border);
  border-color: var(--color-blue);
  border-radius: var(--radius);
}
.l-section_maps_item_container_name {
  display: grid;
  place-items: center;
  height: max-content;
  padding: 2.6rem;
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-blue);
}
.l-section_maps_item_container_img {
  width: 100%;
}
.l-section_maps_item_container:has(+ *) {
  margin-bottom: 1.2rem;
}
.l-section_maps_item_note {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.l-section_goods {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 5rem 3.9rem;
  margin-bottom: 7.2rem;
}
.l-section_goods_card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 20rem;
}
.l-section_goods_card > * {
  flex: 1;
}
.l-section_goods_card_img {
  width: 100%;
  margin-bottom: 1.4rem;
  border-radius: var(--radius);
}
.l-section_goods_card_name {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
  white-space: pre-line;
}
.l-section_goods_card_price {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.l-section_illust-flask {
  position: absolute;
  top: 5rem;
  right: 5.6rem;
  width: 29.2rem;
}
.l-section_illust-shop {
  position: absolute;
  top: 13rem;
  right: 10.6rem;
  width: 19.3rem;
}
.l-section_illust-cracker {
  position: absolute;
  top: -3.1rem;
  right: 19.3rem;
  width: 14.4rem;
}
.l-section_illust-bg {
  position: absolute;
  top: 2rem;
  right: -11.6rem;
  width: 42.4rem;
}
.l-section_illust-people {
  position: absolute;
  top: -13.9rem;
  left: 6rem;
  width: 32.8rem;
}
.l-section:has(+ .c-bgBlue) {
  margin-bottom: initial;
  padding-bottom: 12rem;
}
.l-section:has(+ .l-arch) {
  margin-bottom: 3.8em;
}
.l-section:first-of-type {
  padding-top: 10.4rem;
}
.l-section:last-of-type {
  padding-bottom: 28.4rem;
}
@media screen and (max-width: 768px) {
  .l-section {
    margin-bottom: 5.4rem;
  }
  .l-section_inner {
    padding-inline: 2rem;
  }
  .l-section_heading {
    height: 3.1rem;
    margin-bottom: 1.6rem;
  }
  .l-section_heading.is-large {
    height: 7.4rem;
  }
  .l-section_text {
    line-height: 1.6;
  }
  .l-section_text:has(+ *:not(picture, img)) {
    margin-bottom: 4rem;
  }
  .l-section_text:has(+ .l-section_maps) {
    margin-bottom: 1.5rem;
  }
  .l-section_menu_list {
    gap: 3rem;
  }
  .l-section_menu_list_card {
    width: 33.5rem;
    max-width: 100%;
  }
  .l-section_menu_list_card_img {
    margin-bottom: 1rem;
  }
  .l-section_menu_list_card_name {
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .l-section_menu_list_card_pay {
    line-height: 1.6;
    letter-spacing: 0.2em;
  }
  .l-section_menu_list.is-grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
  }
  .l-section_menu_list.is-grid .l-section_menu_card_img {
    margin-bottom: 1rem;
  }
  .l-section_menu_illust-girl {
    top: initial;
    bottom: -0.4rem;
    left: -2rem;
    width: 9rem;
    max-width: 40%;
  }
  .l-section_menu_illust-bg01 {
    top: 33.7rem;
    left: -7rem;
    width: 14.9rem;
  }
  .l-section_menu_illust-bg02 {
    top: 33.4rem;
    right: -8.2rem;
    width: 14.9rem;
  }
  .l-section_menu.is-narrow {
    max-width: 33.5rem;
  }
  .l-section_maps {
    flex-direction: column;
    gap: 3rem;
  }
  .l-section_maps_item_container_name {
    padding: 1.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
  .l-section_maps_item_container:has(+ *) {
    margin-bottom: 1rem;
  }
  .l-section_maps_item_note {
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
  .l-section_goods {
    display: flex;
    gap: 3rem;
    margin-bottom: 4rem;
  }
  .l-section_goods_card {
    width: 33.5rem;
    max-width: 100%;
  }
  .l-section_goods_card_img {
    margin-bottom: 1rem;
  }
  .l-section_goods_card_name {
    margin-bottom: 0.6rem;
    line-height: 1.6;
    white-space: initial;
  }
  .l-section_goods_card_price {
    line-height: 1.6;
    letter-spacing: 0.2em;
  }
  .l-section_illust-flask {
    display: block;
    position: relative;
    top: initial;
    right: initial;
    width: 33.4rem;
    margin: 2.8rem 0 auto auto;
  }
  .l-section_illust-shop {
    display: none;
  }
  .l-section_illust-cracker {
    top: -10.9rem;
    right: 4rem;
    width: 6.9rem;
  }
  .l-section_illust-bg {
    display: none;
  }
  .l-section_illust-people {
    top: -12.6rem;
    left: 1.6rem;
    width: 23.75rem;
    max-width: 80%;
  }
  .l-section:has(+ .c-bgBlue) {
    padding-bottom: 14.3rem;
  }
  .l-section:first-of-type {
    margin-bottom: 4rem;
    padding-top: 5.8rem;
  }
  .l-section:last-of-type {
    padding-bottom: 9.7rem;
  }
}

.l-arch::after {
  content: "";
  display: block;
  width: 100%;
  height: 6rem;
  background-color: var(--color-bg-blue);
}
@media screen and (max-width: 768px) {
  .l-arch::after {
    height: 5.8rem;
  }
}
