@charset "UTF-8";

h2.ttl {
  text-align: center;
  padding: 0 0 40px;
}
.ttl img {
  max-height: 60px;
  width: auto;
}
.ttl_box {
  justify-content: center;
  position: relative;
}
.ttl_box p {
  position: absolute;
  right: 0;
  top: 25px;
  color: #757575;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}
.wrapper {
  margin: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  html {
    scroll-padding-top: 100px;
  }
}

/* =========================================
MV
========================================= */
.mv {
  height: 100vh;
  position: relative;
  margin-bottom: 50px;
}
.mv::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: no-repeat center/contain url(../img/top/fv_wave.svg);
  z-index: 4;
  width: 100%;
  aspect-ratio: 1280/121;
  transform: translateY(10px);
}
.mv_wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mv_wrap::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  background: no-repeat center/contain url(../img/top/fv_illust_mountain.png);
  z-index: 5;
  width: 558px;
  aspect-ratio: 558/126;
}
.mv_wrap::before {
  content: "";
  position: absolute;
  bottom: 24px;
  right: 86px;
  background: no-repeat center/contain url(../img/top/fv_illust_children.png);
  z-index: 5;
  width: 283px;
  aspect-ratio: 283/183;
}
.mv_wrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.mv_img1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.mv_img2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.mv_catch {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 92%;
  max-width: 652px;
  margin: auto;
  z-index: 3;
}
.mv_catch img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.animation .mv_img1 {
  animation: zoom 4s ease 1.5s forwards, fadeOut 2s ease-out 4s forwards;
}
.animation .mv_img2 {
  z-index: 1;
  animation: zoom 4s ease 6s forwards;
}
.animation .mv_catch {
  opacity: 0;
  animation: fadeIn 4s ease 9.5s forwards;
}
.animation.Header {
  opacity: 0;
  animation: fadeIn 2s ease 9s forwards;
}
/* キーフレーム定義 */
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.125);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .mv {
    height: 96vh;
  }
  .mv::after {
    transform: translateY(0px);
  }
  .mv_catch img {
    top: 130px;
    width: 88%;
    min-width: 343px;
    margin: auto;
  }
  .mv_wrap::after {
    bottom: 0px;
    left: -68px;
    width: 330px;
    z-index: 2;
  }
  .mv_wrap::before {
    bottom: -20px;
    right: -13px;
    width: 166px;
    z-index: 3;
  }
}

/* =========================================
MV下のスライド
========================================= */
.slider {
  width: 92%;
  max-width: 920px;
  margin: auto auto 62px;
}
.slick-slide img {
  max-width: 1000px;
  margin: auto;
}
.slider .slick-slide {
  margin: 0 10px !important; /* 左右に10pxずつスペースを入れる */
}
.slider_list_item {
  border-radius: 16px;
  overflow: hidden;
}
.slick-slide img.sp {
  display: none;
}
.slick-dots {
  bottom: -40px;
}
.slick-dots li button:before {
  width: 12px;
  height: 12px;
  content: "";
  background: #000;
  border-radius: 50%;
}
.slick-prev,
.slick-next {
  z-index: 10;
  width: 40px;
  height: 40px;
}
.slick-prev {
  left: -40px;
}
.slick-next {
  right: -40px;
}
.slick-prev::before,
.slick-next::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  opacity: 1;
}
.slick-prev::before {
  background: no-repeat center/contain url(../img/top/arrow-circle-g.svg);
  transform: rotate(180deg);
}
.slick-next::before {
  background: no-repeat center/contain url(../img/top/arrow-circle-g.svg);
}
.slick-prev:hover::before,
.slick-next:hover::before {
  background: no-repeat center/contain url(../img/top/arrow-circle-w.svg);
  opacity: 1;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1080px) {
  .slider {
    width: 88%;
    max-width: 600px;
  }
  .slick-prev,
  .slick-next {
    width: 36px;
    height: 36px;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
  .slick-prev::before,
  .slick-next::before {
    width: 36px;
    height: 36px;
  }
}

/* =========================================
お知らせ
========================================= */
.news {
  width: 92%;
  max-width: 1000px;
  margin: auto auto 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 55px;
}
.news_head {
  position: relative;
}
.news_head::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -12px;
  bottom: auto;
  left: auto;
  background: center/contain url(../img/top/illust-vege.png) no-repeat;
  width: 76px;
  height: 55px;
  display: block;
}
.news_head_en {
  font-family: "Inter";
  font-weight: 600;
  font-size: 12px;
  color: #19aa3c;
  letter-spacing: 0.3em;
  margin-bottom: 12px;
}
.news_head_ttl {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 26px;
}
.news_head_btn a {
  display: inline-block;
  width: 200px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 200px;
  color: #ee7700;
  padding: 0 0 0 22px;
  border: #ee7700 solid 2px;
  position: relative;
}
.news_head_btn a:hover {
  color: #fff;
  background-color: #ee7700;
  opacity: 1;
}
.news_head_btn a::after {
  content: "";
  background: center/contain url(../img/common/arrow-orange.svg) no-repeat;
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 22px;
  height: 22px;
}
.news_head_btn a:hover::after {
  background: center/contain url(../img/common/arrow-white.svg) no-repeat;
}

.news_list_item {
  background-color: #fbf9f3;
  padding: 22px 56px 22px 24px;
  position: relative;
}
.news_list_item::after {
  content: "";
  background: center/contain url(../img/common/arrow-orange.svg) no-repeat;
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 16px;
  height: 16px;
}
.news_list_item a:hover {
  opacity: 1;
}
.news_list_item:first-of-type {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  margin-bottom: 4px;
}
.news_list_item:last-of-type {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.news_list_item_cont {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}
.news_list_item_cont .time {
  font-family: "Inter";
  font-weight: 600;
  font-size: 12px;
  color: #19aa3c;
  letter-spacing: 0.08em;
  margin: 5px 0 auto;
}
.news_list_item_cont .ttl span {
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline;
  background-image: linear-gradient(to bottom, transparent, #000);
  background-size: 0% 1px; /* 幅0%・高さ1 */
  background-repeat: no-repeat;
  background-position: 0% 100%;
  transition: background-size 0.5s ease;
}

.news_list_item a:hover .ttl span {
  background-size: 100% 1px; /* 幅を広げてアニメーションを作成 */
}
@media only screen and (max-width: 600px) {
  .news {
    flex-direction: column;
    gap: 20px;
  }
  .news_head {
    width: 100%;
  }
  .news_head_ttl {
    margin-bottom: 0;
    font-size: 20px;
  }
  .news_list_item {
    padding: 22px 16px;
  }
  .news_list_item::after {
    content: none;
  }
  .news_list_item_cont {
    flex-direction: column;
    gap: 8px;
  }
  .news_list_item_cont .ttl {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 600px) {
  .news_head_btn a {
    width: 300px;
    height: 58px;
    line-height: 53px;
    font-size: 16px;
    box-sizing: border-box;
  }
}

/* =========================================
店舗・チラシ
========================================= */
.store {
  width: 92%;
  max-width: 1000px;
  margin: auto auto 140px;
}
.store_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
.store_head_ttl {
  position: relative;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding-left: 40px;
  white-space: nowrap;
}
.store_head_ttl::before {
  content: "";
  background: center/contain url(../img/common/icon-search.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
}
.store_head_underline {
  flex: 1;
  height: 3px; /* ドットの直径を指定 */
  margin-left: 10px; /* 見出しとの間隔 */
  background-image: radial-gradient(circle, #ee7700 1px, transparent 2px);
  background-size: 9px 3px; /* 横幅と縦幅 */
  background-repeat: repeat-x;
}
.store_search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 48px;
  background-color: #fbf9f3;
  border-radius: 16px;
  padding: 32px;
  position: relative;
}
.store_search::after {
  content: "";
  background: center/contain url(../img/top/illust_01.png) no-repeat;
  position: absolute;
  top: auto;
  right: -62px;
  bottom: -19px;
  left: auto;
  width: 278px;
  height: 136px;
  z-index: 1;
}
.store_search_left {
  width: 287px;
  min-width: 287px;
}
.store_search_right .ttl {
  display: inline-block;
  width: auto;
  padding-left: 40px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  position: relative;
}
.store_search_right .ttl::after {
  content: "";
  background: center/contain url(../img/common/tenpo.svg) no-repeat;
  position: absolute;
  top: 1px;
  right: auto;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.store_search_right .desc {
  letter-spacing: 0.05em;
  line-height: 24px;
  margin-bottom: 25px;
  text-align: left;
}
.store_search_right .cancel {
  font-size: 14px;
  font-weight: 600;
  padding-left: 19px;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.store_search_right .cancel::before {
  content: "";
  background: center/contain url(../img/common/arrow-orange2.png) no-repeat;
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  z-index: 1;
}
.store_search_right .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
  margin-bottom: 16px;
}
.store_search_right .list .btn_02 {
  font-weight: 600;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 46px;
  border-radius: 200px;
  padding-bottom: 2px;
}
.store_search_right .list .btn_01.width {
  min-width: 240px;
}
.store_search_right .list .btn_01.unable {
  color: #c3c3c3;
  background: #d9d9d9;
  border: 2px solid #c3c3c3;
  pointer-events: none;
}
.store_search_right .list .btn_02 {
  color: #fff;
  width: auto;
  min-width: 160px;
  background: #ee7700;
  position: relative;
  z-index: 100;
}
.store_search_right .list .btn_01.unable::after {
  background: center/contain url(../img/common/arrow-gray.svg) no-repeat;
}
@media only screen and (max-width: 768px) {
  .store_head_ttl {
    font-size: 18px;
  }
  .store_head_underline {
    margin-left: 5px;
    margin-top: 2px;
  }
  .store_search {
    flex-direction: column;
    gap: 20px;
    padding: 40px 16px;
  }
  .store_search::after {
    content: none;
  }
  .store_search_right {
    text-align: center;
  }
  .store_search_right .ttl {
    font-size: 18px;
    letter-spacing: 0.05em;
    padding-left: 36px;
  }
  .store_search_right .ttl::after {
    width: 27px;
    height: 27px;
  }
  .store_search_right .list {
    justify-content: center;
    gap: 12px 4px;
  }
  .store_search_right .list .btn_02 {
    min-width: 100px;
  }
  .store_search_right .list .btn_01 {
    min-width: 300px;
    height: 58px;
    padding: 0 56px 0 22px;
  }
}

/* =========================================
食文化を守り地域の方の笑顔を守る
========================================= */
.philosophy {
  width: 100%;
  position: relative;
  background: no-repeat top 80px center / contain
    url(../img/top/philosophy-bg.svg);
}
.philosophy::after {
  content: "";
  background: no-repeat top center/cover #fbf9f3;
  position: absolute;
  top: 160px;
  right: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 160px);
  z-index: -1;
}
.philosophy_wrap {
  width: 92%;
  max-width: 1000px;
  margin: auto auto 80px;
  padding-bottom: 132px;
}
.philosophy_ttl {
  width: 264px;
  margin: auto;
}
.philosophy_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  margin-bottom: 60px;
  position: relative;
}
.philosophy_sec:first-of-type:before {
  content: "";
  background: no-repeat center/contain url(../img/top/illust-farm.png);
  position: absolute;
  top: -140px;
  left: 0;
  width: 288px;
  aspect-ratio: 288/226;
  z-index: 1;
}
.philosophy_sec:last-of-type {
  margin-bottom: 0;
}
.philosophy_sec:nth-of-type(2) {
  flex-direction: row-reverse;
}
.philosophy_sec:nth-of-type(3) {
  justify-self: flex-end;
}
.philosophy_sec_cont .sub {
  display: inline-block;
  font-weight: 600;
  line-height: 31px;
  background-color: #19aa3c;
  border-radius: 16px;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 0 24px 0 35px;
  margin-bottom: 32px;
  position: relative;
}
.philosophy_sec_cont .sub {
  display: inline-block;
  font-weight: 600;
  line-height: 31px;
  background-color: #19aa3c;
  border-radius: 16px;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 0 24px 0 35px;
  margin-bottom: 32px;
  position: relative;
}
.philosophy_sec_cont .sub::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
}
.philosophy_sec_cont .sub.lemon::after {
  background: top center/contain url(../img/top/illust-cabbage.png) no-repeat;
  width: 56px;
  height: 56px;
  left: -24px;
}
.philosophy_sec_cont .sub.paprika::after {
  background: top center/contain url(../img/top/illust-tomato.png) no-repeat;
  width: 66px;
  height: 66px;
  left: -34px;
}
.philosophy_sec_cont .ttl1 {
  min-width: 416px;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
.philosophy_sec_cont .ttl2 {
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1.6;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.philosophy_sec_cont .desc {
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
}
.philosophy_sec_img.img1 {
  width: 715px;
  min-width: 715px;
}
.philosophy_sec_img.img2 {
  width: 518px;
}
.philosophy_sec_img.img3 {
  width: 513px;
}
@media only screen and (max-width: 1080px) {
  .philosophy_sec:nth-of-type(3) {
    justify-self: flex-start;
  }
}

@media only screen and (max-width: 768px) {
  .philosophy::after {
    background: top center/cover url(../img/top/philosophy-bg.svg) no-repeat;
  }
  .philosophy_ttl {
    width: 185px;
    margin-bottom: 73px;
  }
  .philosophy_wrap {
    max-width: 400px;
    padding-bottom: 100px;
    margin-bottom: 82px;
  }
  .philosophy_sec {
    flex-direction: column-reverse;
    gap: 32px;
    margin-bottom: 80px;
  }
  .philosophy_sec:first-of-type:before {
    top: -100px;
    left: -12px;
    width: 191px;
  }
  .philosophy_sec:nth-of-type(2) {
    flex-direction: column-reverse;
  }
  .philosophy_sec:nth-of-type(3) {
    justify-self: center;
  }
  .philosophy_sec_cont .ttl1 {
    min-width: auto;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
  }
  .philosophy_sec_cont .ttl2 {
    font-size: 18px;
    margin-bottom: 32px;
    letter-spacing: 0.1em;
  }
  .philosophy_sec_cont .desc {
    line-height: 24px;
    margin-bottom: 32px;
    letter-spacing: 0.05em;
  }
  .philosophy_sec_cont .btn_01 {
    margin: auto;
  }
  .philosophy_sec_img.img1 {
    width: 378px;
    min-width: 378px;
    transform: translateX(18px);
  }
  .philosophy_sec_img.img2 {
    width: 340px;
  }
  .philosophy_sec_img.img3 {
    width: 340px;
  }
}

/* =========================================
食文化を守り地域の方の笑顔を守る
========================================= */
.brand {
  width: 100%;
  position: relative;
}
.brand_wrap {
  width: 92%;
  max-width: 1000px;
  margin: auto auto 164px;
}
.brand_ttl {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  position: relative;
}
.brand_ttl::after {
  content: "";
  background: center/cover url(../img/top/brand-head.svg) no-repeat;
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  display: block;
  width: 261px;
  height: 38px;
  margin: auto;
}
.brand_desc {
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.brand_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 100px;
}
.brand_list_item {
  flex: 1;
  text-align: center;
}
.brand_list_item .img {
  position: relative;
}
.brand_list_item .img.award::after {
  content: "金賞受賞";
  position: absolute;
  top: 6px;
  right: -14px;
  width: 58px;
  height: 58px;
  padding: 20px;
  border-radius: 50%;
  background-color: #19aa3c;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.brand_list_item .img.award2::after {
  content: "入賞";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 6px;
  right: -14px;
  width: 58px;
  height: 58px;
  padding: 20px;
  border-radius: 50%;
  background-color: #19aa3c;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.brand_list_item .desc {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.brand_list_item .ttl {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
.brand_list_item .btn {
  text-align: center;
  cursor: pointer;
}
.brand_list_item .btn img {
  width: 45px;
  margin: auto;
}
/* ポップアップコンテンツ */
.popup1,
.popup2,
.popup3,
.acro {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.popup_scroll {
  overflow-y: auto;
}
.popup_cont {
  position: absolute;
  top: 5%;
  right: 5%;
  bottom: 5%;
  left: 5%;
  background: #fbf9f3;
  margin: auto;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 800px;
  box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 10%);
}
.popup_cont_close {
  position: absolute;
  top: 32px;
  right: 32px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}
.popup_inner {
  width: 92%;
  max-width: 544px;
  margin: auto;
  padding: 56px 0 64px;
  flex: 1;
  text-align: center;
}
.popup_inner__item {
  margin-bottom: 24px;
}
.popup_inner .img {
  width: 312px;
  margin: auto auto 24px;
}
.popup_inner .desc {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 16px;
}
.popup_inner .ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.popup_inner .flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 2px;
  margin-bottom: 24px;
}
.popup_inner .flex_item {
  flex: 0 0 calc((100% / 3) - (2px / 2));
  aspect-ratio: 180/116;
  position: relative;
}
.popup_inner .flex_item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup_inner .txt {
  line-height: 30px;
  text-align: left;
}
.brand_ttl2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.brand_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.brand_banner {
  flex: 0 0 calc(50% - 12px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
  aspect-ratio: 1000/452;
  flex: 0 0 5;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.brand_banner:first-of-type {
  flex: 0 0 100%;
}
.brand_banner img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.brand_banner .sub {
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
.brand_banner .ttl1 {
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.brand_banner .ttl1 span {
  font-size: 32px;
}
.brand_banner .ttl2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.brand_banner .desc {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
  .brand_wrap {
    margin: auto auto 80px;
  }
  .brand_ttl {
    font-size: 20px;
  }
  .brand_desc {
    text-align: left;
  }
  .brand_list {
    display: block;
    width: 100%;
    max-width: 342px;
    margin: auto auto 80px;
  }
  .brand_list_item .img {
    width: 262px;
    margin: auto;
  }
  .brand_list_item .btn img {
    width: 36px;
    margin: auto;
  }
  .brand_list_item .img.award::after {
    font-size: 18px;
    width: 48px;
    height: 48px;
    padding: 20px;
  }
  .brand_list .slick-next {
    top: 40%;
    right: 0;
  }
  .brand_list .slick-prev {
    top: 40%;
    left: 0;
  }
  .popup_cont_close {
    width: 32px;
    height: 32px;
    top: 16px;
    right: 16px;
  }
  .popup_inner .img {
    width: 230px;
  }
  .popup_inner .flex {
    flex-wrap: wrap;
  }
  .popup_inner .flex_item {
    flex: 0 0 calc((100% / 2) - 2px);
  }
  .brand_ttl2 {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .brand_flex {
    flex: 1;
    flex-direction: column;
    gap: 16px;
  }
  .brand_banner {
    aspect-ratio: auto;
    padding: 24px 16px;
  }
  .brand_banner:first-of-type {
    padding: 53px 16px;
  }
  .brand_banner .sub {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .brand_banner .ttl1 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .brand_banner .ttl1 span {
    font-size: 18px;
  }
  .brand_banner .ttl2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .brand_banner .btn_01 {
    width: 160px;
    padding: 0 52px 0 20px;
    height: 48px;
  }
}

/* =========================================
レシピ
========================================= */
.recipe {
  width: 100%;
  position: relative;
  background: no-repeat top 0 center / contain url(../img/top/philosophy-bg.svg);
  padding: 73px 0 120px;
}
.recipe::after {
  content: "";
  background: no-repeat top center/cover #fbf9f3;
  position: absolute;
  top: 160px;
  right: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 160px);
  z-index: -1;
}
.recipe_head {
  width: 80%;
  max-width: 710px;
  margin: auto auto 64px;
  position: relative;
}
.recipe_head::after,
.recipe_head::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 195px;
  aspect-ratio: 195/150;
}
.recipe_head::before {
  background: center/cover url(../img/top/recipe-head-left.png) no-repeat;
  left: -240px;
}
.recipe_head::after {
  background: center/cover url(../img/top/recipe-head-right.png) no-repeat;
  right: -240px;
}
.recipe_head_ttl {
  margin: auto auto 18px;
}
.recipe_head_desc {
  text-align: center;
  font-size: 18px;
  color: #ee7700;
  font-weight: 400;
  line-height: 30px;
}
.recipe_cont {
  width: 92%;
  margin: auto auto 80px;
}
.recipe_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 52px;
  margin-bottom: 40px;
}
.recipe_list_item {
  max-width: 342px;
  width: 30%;
}
.recipe_list_item .img {
  aspect-ratio: 342/228;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}
.recipe_list_item .ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 16px;
}
.recipe_list_item .tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.recipe_list_item .tags_item {
  border: 1px solid #ee7700;
  color: #ee7700;
  white-space: nowrap;
  padding: 6px 10px 8px;
  background-color: #fff;
  border-radius: 200px;
  font-weight: 400;
}
.recipe_cont .btn_01 {
  margin: auto;
}
/* 便利なサービス */
.recipe_service {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding-top: 79px;
  position: relative;
  background-color: #fbf9f3;
}
.recipe_service::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px; /* ドットの直径を指定 */
  margin-left: 10px; /* 見出しとの間隔 */
  background-image: radial-gradient(circle, #ee7700 1px, transparent 2px);
  background-size: 9px 3px; /* 横幅と縦幅 */
  background-repeat: repeat-x;
}
.recipe_service_ttl {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  position: relative;
}
.recipe_service_ttl::after {
  content: "";
  background: center/cover url(../img/top/recipe-service-head.svg) no-repeat;
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  display: block;
  width: 115px;
  height: 38px;
  margin: auto;
}
.recipe_service_list {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.recipe_service_list .item {
  width: 322px;
  border-radius: 16px;
  padding: 18px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.recipe_service_list img {
  width: 100%;
}
.recipe_service_list .item_ttl {
  font-family: "inter";
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #19aa3c;
  text-align: center;
  margin: 24px auto 13px;
}
.recipe_service_list .item_desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: auto auto 17px;
  margin-top: 0;
}
.recipe_service_list .item_btn {
  margin: auto;
  height: 48px;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .recipe {
    padding: 56px 0 0;
    background-size: 130%;
  }
  .recipe::after {
    content: "";
    background: no-repeat top center/cover #fbf9f3;
    position: absolute;
    top: 56px;
    right: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 0);
    z-index: -1;
  }
  .recipe_cont {
    width: 100%;
    padding-left: 20px;
  }
  .recipe_head {
    width: 92%;
  }
  .recipe_head::after,
  .recipe_head::before {
    content: none;
  }
  .recipe_head_ttl {
    max-width: 290px;
  }
  .recipe_head_desc {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .recipe_list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    gap: 0;
  }
  .recipe_list_item {
    min-width: 204px;
    margin-right: 18px;
  }
  .recipe_list_item .ttl {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .recipe_list_item .tag {
    gap: 6px;
    margin-bottom: 12px;
  }
  .recipe_list_item .tag_item {
    font-size: 12px;
  }
  /* 便利なサービス */
  .recipe_service {
    margin: auto;
    padding-bottom: 100px;
  }
  .recipe_service_ttl {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .recipe_service_list {
    flex-direction: column;
    align-items: center;
  }
  .recipe_service_list .item {
    width: 100%;
    max-width: 340px;
  }
  .recipe_service_list .item_btn {
    width: 160px;
  }
}

/* =========================================
とくし丸
========================================= */
.tokushimaru {
  width: 100%;
  height: 762px;
  position: relative;
  margin-bottom: 228px;
}
.tokushimaru_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  z-index: -1;
  height: 100%;
  object-fit: cover;
}
.tokushimaru_wrap {
  width: 92%;
  max-width: 1000px;
  margin: auto;
  padding-top: 70px;
  text-align: center;
}
.tokushimaru_sub {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}
.tokushimaru_ttl {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 23px;
}
.tokushimaru_desc {
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  margin-bottom: 24px;
}
.tokushimaru_btn {
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .tokushimaru {
    height: 427px;
    margin-bottom: 168px;
  }
  .tokushimaru_img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .tokushimaru_wrap {
    padding-top: 32px;
  }
  .tokushimaru_sub {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .tokushimaru_ttl {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .tokushimaru_desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
    text-align: left;
  }
  .tokushimaru_btn {
    width: 160px;
    height: 48px;
  }
}

/* =========================================
採用情報
========================================= */
.reqruit {
  width: 92%;
  max-width: 1000px;
  margin: auto auto 100px;
}
.reqruit_mv {
  width: 100%;
  height: 584px;
  position: relative;
}
.reqruit_mv::after,
.reqruit_mv::before {
  content: "";
  position: absolute;
  margin: auto;
  z-index: 1;
}
.reqruit_mv::after {
  background: no-repeat center/contain url(../img/top/illust-vege2.png);
  top: -54px;
  left: -11px;
  width: 152px;
  height: 93px;
}
.reqruit_mv::before {
  background: no-repeat center/contain url(../img/top/illust-man.png);
  top: -112px;
  right: -41px;
  width: 82px;
  height: 195px;
}
.reqruit_mv_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  border-radius: 30px;
  overflow: hidden;
}
.reqruit_mv_ttl {
  position: absolute;
  top: -148px;
  right: 0;
  left: 0;
  margin: auto;
  width: 80px;
  z-index: 1;
}
.reqruit_mv_list {
  position: absolute;
  bottom: 44px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 14px;
  z-index: 1;
}
.reqruit_mv_list_item {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 34px 16px 16px;
}
.reqruit_mv_list_item .ttl {
  color: #19aa3c;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.reqruit_mv_list_item .btn_01 {
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .reqruit {
    margin: auto auto 80px;
  }
  .reqruit_mv {
    width: 100%;
    height: auto;
    position: relative;
  }
  .reqruit_mv_ttl {
    top: -112px;
    right: 0;
    left: 0;
    width: 58px;
    transform: translateX(20px);
  }
  .reqruit_mv::after {
    background: no-repeat center/contain url(../img/top/illust-paprika-y.png);
    top: -34px;
    left: 0;
    width: 90px;
    height: 55px;
  }
  .reqruit_mv::before {
    background: no-repeat center/contain url(../img/top/illust-man.png);
    top: -67px;
    right: 0;
    width: 47px;
    height: 115px;
  }
  .reqruit_mv_img {
    position: static;
    aspect-ratio: 1/1;
  }
  .reqruit_mv_list {
    position: static;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .reqruit_mv_list_item {
    width: 100%;
    background-color: rgba(25, 170, 60, 0.15);
    border-radius: 16px;
    padding: 22px 0 24px;
  }
  .reqruit_mv_list_item .ttl {
    margin-bottom: 12px;
  }
  .reqruit_mv_list_item .btn_01 {
    width: 160px;
    height: 48px;
  }
}

/* =========================================
Aコープの貢献活動
========================================= */
.contribute {
  width: 92%;
  max-width: 1000px;
  margin: auto auto 80px;
}
.contribute_ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.contribute_list_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.contribute_list_item:first-of-type {
  margin-bottom: 80px;
}
.contribute_list_item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.contribute_list_item .left {
  flex: 1 1 58.5%;
  border-radius: 16px;
  overflow: hidden;
}
.contribute_list_item .right {
  flex: 1 1 41.5%;
}
.contribute_list_item .right_ttl {
  font-family: "Inter";
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.contribute_list_item .right_tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
.contribute_list_item .right_tag_item {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  background: #19aa3c;
  border-radius: 8px;
  padding: 12px 32px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .contribute_ttl {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .contribute_list_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .contribute_list_item:first-of-type {
    margin-bottom: 40px;
  }
  .contribute_list_item:nth-of-type(even) {
    flex-direction: column;
  }
  .contribute_list_item .left {
    flex: 1 1 100%;
  }
  .contribute_list_item .right {
    flex: 1 1 100%;
  }
  .contribute_list_item .right_ttl {
    font-size: 18px;
  }
  .contribute_list_item .right_tag {
    margin-bottom: 24px;
  }
  .contribute_list_item .right_tag_item {
    padding: 12px 16px;
  }
  .contribute_list_item .right .bnt_01 {
    width: 300px;
    height: 58px;
  }
}
.bottom {
  width: 100%;
  aspect-ratio: 1280/491;
  transform: translateY(40px);
  position: relative;
  z-index: -1;
}
.bottom img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .bottom {
    aspect-ratio: 375/318;
    transform: translateY(0);
  }
}

/*インフォメーション*/
.info_box {
  margin: 50px auto 70px;
}
.info_box .ttl + p a {
  color: #757575;
}

/*固定コンテンツエリア*/
.fixed_area section {
  padding: 40px 0 60px;
}
.fixed_area section:nth-of-type(odd) {
  background: #fff4ec;
}

.btn_list {
  justify-content: space-between;
}
.btn_list li {
  max-width: 480px;
  width: 48%;
}

.items_box .btn_list {
  flex-wrap: wrap;
}
.items_box li {
  border-radius: 15px;
  box-shadow: 5px 5px 7px 5px rgba(0, 0, 0, 0.2);
}
.items_box li.w100 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 4%;
}

.service_box p {
  line-height: 1.6;
  font-size: 20px;
  text-align: justify;
}
.service_box p.subtitle {
  line-height: 1;
  font-size: 35px;
  font-weight: 600;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.service_box .btn_list li:last-of-type {
  max-width: 460px;
  width: 46%;
}
.service_box .orange_radius a {
  margin: 28px 0 0;
  padding: 20px 0;
  font-weight: 600;
  font-size: 18px;
}
.service_box .ttl img.pc {
  display: inline-block;
  max-height: 54px;
}
.service_box .ttl img.sp {
  display: none;
}

.tokushimaru_box p {
  line-height: 2;
  font-size: 20px;
  text-align: justify;
}
.tokushimaru_box .btn_list li:last-of-type {
  max-width: 460px;
  width: 46%;
}
.tokushimaru_box .orange_radius a {
  margin: 50px 0 0;
  padding: 20px 0;
  font-weight: 600;
  font-size: 18px;
}
/*白矢印*/
.arrow_w {
  position: relative;
  display: inline-block;
}
.arrow_w::before {
  position: absolute;
  content: "";
  top: -12px;
  right: -50px;
  transform: translateY(-50%);
}
.arrow_right::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.recruitment_box .btn_list li {
  max-width: 310px;
  width: 31%;
}

.ja_link {
  margin: 60px auto 70px;
  justify-content: space-between;
}
.ja_link li {
  max-width: 230px;
  width: 23%;
}

/*==================================================
tab
*==================================================*/
@media only screen and (max-width: 768px) {
  .tokushimaru_box .orange_radius a {
    margin: 30px 0 0;
    padding: 20px 0;
    font-weight: 600;
    font-size: 18px;
  }
  .tokushimaru_box p {
    line-height: 1.8;
  }
}
