@font-face {
  font-family: "ZenOldMincho", sans-serif;
  font-style: normal;
  src: url(../font/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique", sans-serif;
  font-style: normal;
  src: url(../font/ZenKakuGothicAntique-Medium.ttf);
}
@font-face {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500 300 200;
  src: url(../font/Manrope-Medium.ttf) format("truetype");
  src: url(../font/Manrope-Light.ttf) format("truetype");
  src: url(../font/Manrope-ExtraLight.ttf) format("truetype");
}
main {
  background-color: #fdfcfc;
  padding: 0 0 100px;
  position: relative;
  z-index: 0;
}

.meal .main_visual {
  aspect-ratio: 1280/550;
  background: url(../image/customer_voice/main_visual.jpg?20260425) no-repeat center center/cover;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .meal .main_visual {
    aspect-ratio: 375/440;
    background: url(../image/customer_voice/main_visual_sp.jpg?20260425) no-repeat center center/cover;
  }
}
.meal .main_visual .main_copy {
  left: 10%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .meal .main_visual .main_copy {
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.meal .main_visual .main_copy h1 {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  min-width: 340px;
}
@media screen and (max-width: 959px) {
  .meal .main_visual .main_copy h1 {
    font-size: 30px;
    text-align: center;
  }
}
.meal .main_visual .main_copy h1 span {
  color: #fff;
  display: block;
  font-size: 12px;
  margin-top: 6px;
}
@media screen and (max-width: 959px) {
  .meal .main_visual .main_copy h1 span {
    font-size: 10px;
  }
}
.meal .concept_wave_container {
  overflow: hidden;
  position: relative;
  top: -99px;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .meal .concept_wave_container {
    top: -99px;
  }
}
.meal .concept_text {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.meal .concept_text .concept_text_inner {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .meal .concept_text .concept_text_inner {
    margin: 0 auto;
    width: 90%;
  }
}
.meal .concept_text .concept_text_inner h2 {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .meal .concept_text .concept_text_inner h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.meal .concept_text .concept_text_inner .concept_text_sub {
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
}
.meal .concept_text .concept_text_inner .text {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2.1;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .meal .concept_text .concept_text_inner .text {
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .meal .concept_text .concept_text_inner .text {
    text-align: left;
  }
}
.meal .customer_voice_list {
  margin: 150px auto 100px;
  max-width: 1080px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .meal .customer_voice_list {
    margin: 100px auto 50px;
    width: 90%;
  }
}
.meal .customer_voice_list .customer_voice_list_item {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  gap: 20px;
  margin: 100px 0 0;
  padding: 0 0 100px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .meal .customer_voice_list .customer_voice_list_item {
    flex-direction: column;
  }
}
.meal .customer_voice_list .image_wrapper {
  max-width: 500px;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .meal .customer_voice_list .image_wrapper {
    max-width: none;
    width: 100%;
  }
}
.meal .customer_voice_list .image_wrapper .title_area {
  width: 100%;
}
.meal .customer_voice_list .image_wrapper .title_area .title {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .meal .customer_voice_list .image_wrapper .title_area .title {
    font-size: 20px;
  }
}
.meal .customer_voice_list .image_wrapper .title_area .title::before {
  background-color: #e6d6ca;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 11px;
  margin-bottom: 10px;
  margin-right: 12px;
  vertical-align: middle;
  width: 11px;
}
.meal .customer_voice_list .image_wrapper .title_area .age_area {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  margin: 10px 0 30px;
  padding: 5px 10px;
}
.meal .customer_voice_list .image_wrapper .title_area .age_area::before {
  background: url(../image/customer_voice/people_icon.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 10px;
  width: 11px;
}
.meal .customer_voice_list .customer_voice_slider {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .meal .customer_voice_list .customer_voice_slider {
    margin: 0 auto;
    max-width: none;
    width: 100%;
  }
}
.meal .customer_voice_list .customer_voice_slider .customer_voice_swiper {
  position: relative;
  width: 100%;
}
.meal .customer_voice_list .customer_voice_slider .customer_voice_swiper [class*=customer-voice-swiper-button-] {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s;
  width: 40px;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .meal .customer_voice_list .customer_voice_slider .customer_voice_swiper [class*=customer-voice-swiper-button-] {
    height: 23px;
    width: 23px;
  }
}
.meal .customer_voice_list .customer_voice_slider .customer_voice_swiper [class*=customer-voice-swiper-button-]::after {
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
}
@media screen and (max-width: 959px) {
  .meal .customer_voice_list .customer_voice_slider .customer_voice_swiper [class*=customer-voice-swiper-button-]::after {
    height: 8px;
    width: 8px;
  }
}
.meal .customer_voice_list .customer_voice_slider .customer_voice_swiper [class*=customer-voice-swiper-button-]:hover {
  background-color: rgb(255, 255, 255);
}
.meal .customer_voice_list .customer_voice_slider .customer_voice_swiper [class*=customer-voice-swiper-button-].swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
}
.meal .customer_voice_list .customer_voice_slider .customer_voice_swiper .customer-voice-swiper-button-prev {
  left: 10px;
}
.meal .customer_voice_list .customer_voice_slider .customer_voice_swiper .customer-voice-swiper-button-prev::after {
  transform: rotate(-135deg) translate(0px, 0px);
}
.meal .customer_voice_list .customer_voice_slider .customer_voice_swiper .customer-voice-swiper-button-next {
  right: 10px;
}
.meal .customer_voice_list .customer_voice_slider .customer_voice_swiper .customer-voice-swiper-button-next::after {
  transform: rotate(45deg) translate(-2px, 2px);
}
.meal .customer_voice_list .customer_voice_slider .customer_voice_swiper .swiper-wrapper {
  width: 100%;
}
.meal .customer_voice_list .customer_voice_slider .customer_voice_swiper .swiper-wrapper .swiper-slide {
  align-items: center;
  aspect-ratio: 500/300;
  background-color: #f0eeeb;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.meal .customer_voice_list .customer_voice_slider .customer_voice_swiper .swiper-wrapper .swiper-slide img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.meal .customer_voice_list .customer_voice_slider_bottom {
  margin-top: 8px;
}
.meal .customer_voice_list .customer_voice_slider_bottom .customer_voice_thumb_swiper {
  width: 100%;
}
.meal .customer_voice_list .customer_voice_slider_bottom .customer_voice_thumb_swiper .swiper-slide {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}
.meal .customer_voice_list .customer_voice_slider_bottom .customer_voice_thumb_swiper .swiper-slide img {
  -o-object-fit: cover;
  display: block;
  height: 60px;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .meal .customer_voice_list .customer_voice_slider_bottom .customer_voice_thumb_swiper .swiper-slide img {
    height: 70px;
  }
}
@media screen and (max-width: 560px) {
  .meal .customer_voice_list .customer_voice_slider_bottom .customer_voice_thumb_swiper .swiper-slide img {
    height: 55px;
  }
}
.meal .customer_voice_list .customer_voice_slider_bottom .customer_voice_thumb_swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.meal .customer_voice_list .voice_text_wrapper {
  border: 1px solid #d9d9d9;
  margin: 0 auto;
  max-width: 500px;
  padding: 10px;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .meal .customer_voice_list .voice_text_wrapper {
    width: 100%;
  }
}
.meal .customer_voice_list .voice_text_wrapper::before {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  height: 72px;
  left: 0;
  position: absolute;
  top: 0;
  width: 72px;
}
.meal .customer_voice_list .voice_text_wrapper::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  bottom: 0;
  content: "";
  height: 72px;
  position: absolute;
  right: 0;
  width: 72px;
}
.meal .customer_voice_list .voice_text_wrapper .voice_text_inner {
  align-items: center;
  background: rgba(230, 214, 202, 0.2);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 50px 10px;
}
.meal .customer_voice_list .voice_text_wrapper .voice_text_title {
  border-bottom: 1px dashed #000;
  color: #462b00;
  display: inline-block;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .meal .customer_voice_list .voice_text_wrapper .voice_text_title {
    font-size: 20px;
    text-align: left;
  }
}
.meal .customer_voice_list .voice_text_wrapper .voice_text_text {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2.1;
  margin: 0 auto;
  width: 90%;
}
/*# sourceMappingURL=sourcemaps/customer_voice.css.map */