.klee-one-regular {
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: 'Noto Serif JP', serif;
  margin: 0;
  background: url(../images/special/sri_lankan_curry/25/curry_bg.jpg) repeat;
  color: #333;
}
img {
  width: 100%;
}
#header {
  background: url('../images/special/sri_lankan_curry/sri_mv3.jpg') center/cover no-repeat;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
}
#header::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgb(0 0 0 / 20%);
}
@keyframes floatUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#header .hero {
  opacity: 0;
  transform: translateY(20px);
  z-index: 1;
  width: 80%;
  max-width: 900px;
}
#header .hero.animate {
  animation: floatUp 1.5s ease-out forwards;
}
section {
  max-width: 1600px;
  margin: 0 auto;
}
h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 60px;
}
h1 img {
  width: 100%;
  max-width: 614px;
}
span {
  display: block;
}
.flex {
  max-width: 500px;
  justify-content: center;
  margin: 50px auto 80px;
  flex-direction: column;
}
.flex img {
  border-radius: 10%;
}
.end {
  padding: 1rem 2rem;
}
.end p {
  font-size: 0.9rem;
  color: darkgreen;
  text-align: left;
  margin-bottom: 5px;
}
#intro {
  margin: 100px auto;
  color: darkgreen;
  max-width: 100%;
}
#intro div {
  padding: 40px;
  width: 70%;
  margin: 0 auto;
}
#intro p {
  font-size: 18px;
  display: block;
  line-height: 1.6;
  width: 90%;
  max-width: 988px;
  margin: 0 auto 1rem;
}
#curry-wraper {
  padding: 0 2rem;
  margin-bottom: 130px;
}
.curry_intro {
  margin-bottom: 50px;
}
.curry-section {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 0;
}
.curry-item {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  opacity: 0;
  transition: all 1s ease;
  width: 33%;
  margin: 0 auto;
  flex-direction: column;
}
.curry-item {
}
.curry-item img {
  width: 55%;
  border-radius: 8px;
  flex-shrink: 0;
  filter: drop-shadow(1rem 1.2rem 10px #6767676f);
}
.curry-item p {
  padding: 1rem;
  font-size: 1rem;
  letter-spacing: 2px;
}
.curry-item.visible {
  opacity: 1;
}
.curry-item.slide-left,
.curry-item.slide-right {
  transform: translateX(0);
}
.hidden-left {
  transform: translateX(-80px);
}
.hidden-right {
  transform: translateX(-80px);
}
h2 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
h2 span {
  font-size: 0.8em;
  margin: 5px auto 0;
  border-bottom: solid 2px;
  padding-bottom: 10px;
  width: fit-content;
}
h2 img {
  max-width: 400px;
}
#sri_setsumei, #sri_img {
  width: 100%;
}
#sri_setsumei {
  padding: 30px 1rem 60px;
  max-width: 988px;
  margin: 0 auto;
}
#sri_setsumei p {
  font-size: 18px;
  color: darkgreen;
  text-align: center;
  margin-bottom: 5px;
}
#sri_img img {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  mix-blend-mode: multiply;
}
#price {
  display: flex;
  justify-content: center;
  width: fit-content;
  padding: 1rem;
}
.news01_txt {
  line-height: 1.5em;
  width: fit-content;
  padding: 0 1rem;
  margin: 64px auto;
  font-size: 0.8rem;
}
.footer {
  background: #241715;
  padding: 64px;
}
.footer a {
  width: 110px;
  margin: 0 auto;
  display: block;
}
.twitter-share-button {
  display: block;
  margin: 80px auto 50px;
}
@media (max-width: 768px) {
  #intro {
    margin: 80px auto;
  }
  #intro h1 {
    margin-bottom: 20px;
  }
  #intro div {
    padding: 0;
    width: 90%;
  }
  #curry-wraper {
    padding: 0;
  }
  .curry_intro {
    margin-bottom: 30px;
    padding: 0 1rem;
  }
  .curry-section {
    gap: 3rem;
  }
  .curry-item {
    width: 90%;
    gap: 0;
    flex-direction: column !important;
    text-align: center;
  }
  .curry-item img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    filter: drop-shadow(0.3rem 0.4rem 5px #6767676f);
  }
  .curry-item p {
    letter-spacing: 0;
  }
  h2 span {
    font-size: 0.6em;
  }
  h2 img {
    width: 80%;
  }
  #sri_setsumei {
    padding: 0;
    margin-bottom: 50px;
  }
  #sri_setsumei p {
    padding: 0 1rem;
    text-align: left;
  }
  #price {
    width: 100%;
    flex-wrap: wrap;
    font-size: 1rem;
    margin-bottom: 20px;
    padding: 0;
  }
}
