@charset "UTF-8";

:root {
  --blue: #1797f4;
  --brown: #553407;
}

body header section.kv-wrapper{
  position: relative;
}

/* スライダー全体 */
body header section.kv-wrapper div.slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

/* スライド画像 */
body header section.kv-wrapper div.slider div.slick-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: brightness(0.6); /* 画像を暗くする */
}

/* ズームアニメーション */
@keyframes zoomUp {
  0%   { transform: scale(1); }
  100% { transform: scale(1.1); }
}

body header section.kv-wrapper div.slider div.slick-img.add-animation img {
  animation: zoomUp 8s ease-in-out forwards;
}

/* テキスト固定表示 */
body header section.kv-wrapper div.kv-text {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  padding: 0 2rem;
}

body header section.kv-wrapper div.kv-text h1 {
  font-size: var(--fs-12);
  line-height: 1.2;
  margin-bottom: 1rem;
}

body header section.kv-wrapper div.kv-text p.lead {
  font-size: var(--fs-6);
}

body header section.kv-wrapper div.kv-text span.tagline {
  display: block;
  margin-top: 1rem;
  font-size: var(--fs-7);
  font-weight: 800;
  color: #ffe500;
}


header section.kv-wrapper .kv-text h1 .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}

header section.kv-wrapper .kv-text h1 .char.animate {
  animation: fadeUpChar 0.7s ease-out forwards;
}

@keyframes fadeUpChar {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}







section.top01 {
  background: url(../images/top01_bg.png);
  color: #fff;
  padding: 5rem 10%;
  background-size: cover;
}
section.top01 h2 {font-size: var(--fs-10);text-align: center;margin: 0 0 1rem 0;}
section.top01 p {text-align: center;font-size: var(--fs-5);line-height: 2;width: 80%;margin: 0 auto;}
section.top01 span{
    text-align: center;
    display: block;
    margin: 2rem 0 0 0;
}
section.top01 h2 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}

section.top01 h2 span.animate {
  animation: fadeUpChar 0.5s ease-out forwards;
}

@keyframes fadeUpChar {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
section.top01 img{
    display: block;
    margin: 0 auto;
}




section.top02 {width: 80%;margin: 0 auto;max-width: 1500px;padding: 5rem 0 0 0;}
section.top02 h2.montserrat {text-align: center;font-size: var(--fs-12);margin: 1rem 0;color: #61610b;}
section.top02 ul {display: flex;flex-wrap: wrap;gap: 2%;}
section.top02 ul li {position: relative;width: 23%;margin: 0 0 2rem 0;}
section.top02 ul li span {background: linear-gradient(to bottom right, #bd9c19, #7d6e1b);color: #fff;border-radius: 50%;aspect-ratio: 1/1;display: block;width: 23%;display: flex;justify-content: center;align-items: center;position: absolute;top: -1rem;left: -1em;font-weight: 500;font-size: var(--fs-4);}
section.top02 ul li img {width: 100%;aspect-ratio: 3/4;object-fit: cover;}
section.top02 ul li h3 {font-size: var(--fs-7);text-align: center;}
section.top02 ul li p.zaiseki {background: #bbbbbb;border-radius: 10px;text-align: center;}
section.top02 ul li p.shozoku {font-weight: 400;color: #515151;text-align: center;margin: 0.1rem 0;}
section.top02 ul li p.message {font-size: var(--fs-2);}


section.top03 h2.montserrat,section.top04 h2.montserrat {text-align: center;font-size: var(--fs-12);margin: 1rem 0;color: #61610b;}

section.top03 .slider2 {
  width: 90%;
  margin: 0 auto;
  padding: 2em 0;
}
section.top03 .slider2 .slick-slide {
  margin: 0 10px;
}
section.top03 .slider2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  aspect-ratio: 4/3;
}
section.top03 .slick-track {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
section.top03 .slider2 .slick-prev,
section.top03 .slider2 .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0,0,0,0.5);
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.2rem;
}

section.top03 .slider2 .slick-prev {
  left: 0;
}
section.top03 .slider2 .slick-next {
  right: 0;
}
section.top03 h2{
    color: #a1a1a1 !important;
    font-size: var(--fs-10) !important;
}



section.top04 {background: linear-gradient(to bottom right, #dfb612, #7d6e1b);padding: 3rem 0;margin: 0 auto;}
section.top04 h2.montserrat.fade-up {color: #fff;}
section.top04 ul {width: 80%;margin: 0 auto;max-width: 1000px;}
section.top04 ul li {display: flex;background: #2b2b2b;border-radius: 6px;color: #fff;padding: 1rem 2rem;margin: 1rem 0;align-items: center;}
section.top04 ul li span {background: #fff;border-radius: 5px;padding: 0.2rem 0;color: #2b2b2b;font-weight: 800;width: 13%;text-align: center;margin: 0 2rem 0 0;}
section.top04 ul li p {font-size: var(--fs-5);font-weight: 700;}
section.top04 p.caution {text-align: center;font-size: var(--fs-8);color: #fff;}
section.top05 {position: relative;padding: 2rem 0;background: url(../images/foodtrack.png) no-repeat;background-size: cover;padding: 10rem 0;}
section.top05 h2{
    color: #ffffff !important;
    font-size: var(--fs-10) !important;
    text-align: center;
    position: relative;
    z-index: 5;
}
section.top05 img {display: block;width: 80%;margin: 0 auto;max-width: 800px;}
section.top05 p {text-align: center;font-size: var(--fs-8);font-weight: 800;color: #2b2b2b;position: relative;z-index: 5;color: #fff;}
.overlay{
  position: absolute;
  inset: 0; /* top, right, bottom, left全部0にするショートカット */
  background: rgb(0 0 0 / 75%); /* ← 透明度で調整してね */
  z-index: 1;
  }
section.news {background: #c9c9c9;padding: 3rem;}
section.news h2.montserrat.fade-up {text-align: center;color: #5d5d5d;font-size: var(--fs-8);}
section.news dl {width: 80%;margin: 1rem auto;display: flex;flex-wrap: wrap;max-width: 1000px;}
section.news dl dt {width: 15%;}
section.news dl dd {width: 85%;}
section.news dl dt,section.news dl dd{
  
padding: 0.5rem 0;
  
border-bottom: 1px dotted;
}