@media (max-width: 1024px) {
/* #fvContainer {
  width: 100%;
  height: 100vh;
  position: relative;
} */

.fvTitle {
  /* width: 376px; */
  margin: 0 auto;
  /* position: absolute; */
  /* top: 50%; */
  right: 0;
  left: 0;
  /* transform: translateY(-50%); */
}

/* .fvTitle h1 {
  width: 100%;
}

.fvTitle h1 img {
  width: 100%;
  vertical-align: bottom;
}

.fvTitle p {
  margin-top: 15px;
  font-size: 16.2px;
  line-height: 1.8;
  text-align: right;
  letter-spacing: 0.5px;
}

.slick01 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}

.slick01 li {
  width: 100%;
  height: 100vh;
}

.slick01 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation {
  animation: zoomUp 8s ease-in-out 0s normal both;
} */







#aboutContainer {
  /* width: 100%; */
  height: auto;
  padding: 80px 0;
  /* box-sizing: border-box; */
  background: url(../img/about1Sp.jpg) center center / cover no-repeat;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.aboutContents {
  /* width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex; */
  flex-direction: column-reverse;
}

.aboutText {
  flex: 0 1 100%;
  margin-top: 50px;
  margin-right: 0px;
}

/* .aboutText h2 img {
  width: 138.2px;
}

.aboutText p {
  margin-top: 15px;
}

.aboutImg {
  flex: 0 1 57%;
}

.aboutImg img {
  width: 100%;
  vertical-align: bottom;
} */






#sceneContainer {
  /* width: 100%; */
  height: auto;
  /* position: relative; */
}

/* .slick02 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
} */

.slick02 li {
  /* width: 100%; */
  height: auto;
}

.slick02 li img {
  width: 100%;
  height: auto;
  /* object-fit: cover; */
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sceneText {
  /* width: 342px;
  position: absolute;
  top: 50%; */
  left: 5%;
  /* transform: translateY(-50%); */
}

/* .sceneText h2 {
  width: 133px;
}

.sceneText h2 img {
  width: 100%;
  vertical-align: bottom;
}

.sceneText p {
  margin-top: 25px;
} */







#onlineshopBtnContainer {
  /* width: 90%; */
  margin: -50% auto 100px;
  /* text-align: center; */
}

/* .onlineshopBtn {
  width: 320px;
  height: 50px;
  margin:  0 auto;
  border: 1px solid #000;
  box-sizing: border-box;
}

.onlineshopBtn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.onlineshopBtn a img {
  width: 123px;
} */







#ingredientContainer {
  /* width: 100%;
  position: relative; */
  display: flex;
  flex-direction: column-reverse;
  margin-top: 150px;
}

.ingredientText {
  /* width: 90%;
  max-width: 487px; */
  margin: 50px auto 0;
  /* text-align: center; */
  position: static;
  /* top: 80px;
  left: 50%; */
  transform: translateX(0);
}

/* .ingredientText h2 {
  width: 266px;
  margin: 0 auto;
}

.ingredientText h2 img {
  width: 100%;
  vertical-align: bottom;
}

.ingredientText p {
  margin-top: 30px;
} */

/* #ingredientContainer > img:first-of-type {
  width: calc(50% - 303px);
  position: absolute;
  top: -80px;
  right: 0;
}

#ingredientContainer > img:nth-of-type(2) {
  width: calc(43% - 303px);
  position: absolute;
  top: 200px;
  left: 7%;
}

#ingredientContainer > img:nth-of-type(3) {
  width: 17.8%;
  margin-top: 120px;
  margin-left: calc(50% + 100px);
} */

#ingredientContainer img:first-of-type {
  width: 93%;
  display: block;
  margin: 0 0 0 auto;
}






/* #cacaoContainer {
  width: 100%;
  margin-top: 200px;
  position: relative;
}

#cacaoContainer > img {
  width: 614.7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.slick03, .slick04 {
  width: 100%;
}

.slick04 {
  margin-top: 20px;
}

.slick03 img, .slick04 img {
  width: 647px;
  margin-right: 26px;
} */







#chefContainer {
  /* width: 90%;
  max-width: 900px;
  margin: 230px auto 0;
  display: flex;
  justify-content: space-between; */
  flex-direction: column;
}

.chefImg {
  width: 100%;
}

/* .chefImg img {
  width: 100%;
  vertical-align: bottom;
} */

.chefText {
  width: 100%;
  margin-top: 50px;
}

/* .chefText h2 {
  width: 108.1px;
}

.chefText h2 img {
  width: 100%;
  vertical-align: bottom;
}

.chefText p {
  margin-top: 30px;
} */







#howtoContainer {
  /* width: 100%; */
  margin: 90px 0 0;
  padding: 100px 0 100px;
  /* background: #000;
  color: #fff; */
}

.howtoContents {
  /* width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; */
  flex-direction: column-reverse;
}

.howtoText {
  width: 100%;
  margin-right: 0%;
  margin-top: 50px;
}

/* .howtoText h2 {
  width: 245.5px;
}

.howtoText h2 img {
  width: 100%;
  vertical-align: bottom;
} */

/* .howtoText p {
  margin-top: 25px;
} */

.howtoImg {
  width: 100%;
}

/* .howtoImg img {
  width: 100%;
  vertical-align: bottom;
} */

#howtoContainer .onlineshopBtn {
  margin-top: 100px;
  /* border: 1px solid #fff; */
}





/* comingsoon */
/* #csContainer {
  width: 100%;
  height: calc(100vh - 180px);
  display: flex;
  justify-content: center;
  align-items: center;
} */


.cs {
  /* width: 315px; */
  margin-top: 90px;
}

/* .cs img {
  width: 100%;
  vertical-align: bottom;
}

.back {
  width: 320px;
  margin: 50px auto 0;
}

.back img {
  width: 100%;
  vertical-align: bottom;
} */


}








@media (max-width: 560px) {
/* #fvContainer {
  width: 100%;
  height: 100vh;
  position: relative;
} */

.fvTitle {
  width: 300px;
  /* margin: 0 auto; */
  /* position: absolute; */
  /* top: 50%; */
  right: 0;
  left: 0;
  /* transform: translateY(-50%); */
}

/* .fvTitle h1 {
  width: 100%;
}

.fvTitle h1 img {
  width: 100%;
  vertical-align: bottom;
} */

.fvTitle p {
  /* margin-top: 15px; */
  font-size: 12.9px;
  /* line-height: 1.8;
  text-align: right;
  letter-spacing: 0.5px; */
}

/* .slick01 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}

.slick01 li {
  width: 100%;
  height: 100vh;
}

.slick01 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

@keyframes zoomUp {
  0% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
/* .add-animation {
  animation: zoomUp 8s ease-in-out 0s normal both;
} */







#aboutContainer {
  /* width: 100%; */
  height: auto;
  padding: 60px 0 70px;
  /* box-sizing: border-box; */
  background: url(../img/about1Sp.jpg) center center / cover no-repeat;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.aboutContents {
  /* width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex; */
  flex-direction: column-reverse;
}

.aboutText {
  /* flex: 0 1 100%; */
  margin-top: 40px;
  /* margin-right: 0px; */
}

/* .aboutText h2 img {
  width: 138.2px;
} */

.aboutText p {
  margin-top: 10px;
}

/* .aboutImg {
  flex: 0 1 57%;
}

.aboutImg img {
  width: 100%;
  vertical-align: bottom;
} */






#sceneContainer {
  /* width: 100%; */
  height: auto;
  /* position: relative; */
}

/* .slick02 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
} */

.slick02 li {
  /* width: 100%; */
  height: auto;
}

.slick02 li img {
  /* width: 100%; */
  height: auto;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sceneText {
  width: 95%;
  margin-top: -250px;
  position: relative;
  left: 5%;
  /* transform: translateY(-50%); */
}

/* .sceneText h2 {
  width: 133px;
}

.sceneText h2 img {
  width: 100%;
  vertical-align: bottom;
}

.sceneText p {
  margin-top: 25px;
} */







#onlineshopBtnContainer {
  /* width: 90%; */
  margin: -60px auto 100px;
  /* text-align: center; */
}

.onlineshopBtn {
  width: 100%;
  max-width: 350px;
  /* height: 50px;
  margin:  0 auto;
  border: 1px solid #000;
  box-sizing: border-box; */
}

/* .onlineshopBtn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.onlineshopBtn a img {
  width: 123px;
} */







#ingredientContainer {
  /* width: 100%;
  position: relative; */
  /* display: flex;
  flex-direction: column-reverse; */
  margin-top: 130px;
}

.ingredientText {
  /* width: 90%;
  max-width: 487px; */
  margin: 40px auto 0;
  /* text-align: center; */
  /* position: static; */
  /* top: 80px;
  left: 50%; */
  /* transform: translateX(0); */
}

/* .ingredientText h2 {
  width: 266px;
  margin: 0 auto;
}

.ingredientText h2 img {
  width: 100%;
  vertical-align: bottom;
} */

.ingredientText p {
  margin-top: 25px;
}

/* #ingredientContainer > img:first-of-type {
  width: calc(50% - 303px);
  position: absolute;
  top: -80px;
  right: 0;
}

#ingredientContainer > img:nth-of-type(2) {
  width: calc(43% - 303px);
  position: absolute;
  top: 200px;
  left: 7%;
}

#ingredientContainer > img:nth-of-type(3) {
  width: 17.8%;
  margin-top: 120px;
  margin-left: calc(50% + 100px);
} */

#ingredientContainer img:first-of-type {
  width: 93%;
  display: block;
  margin: 0 0 0 auto;
}






#cacaoContainer {
  /* width: 100%; */
  margin: 10px 0 0;
  padding: 80px 0 80px;
  /* position: relative; */
  overflow: hidden;
}

#cacaoContainer > img {
  width: 420px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; */
}

/* .slick03, .slick04 {
  width: 100%;
} */

.slick04 {
  margin-top: 15px;
}

.slick03 img, .slick04 img {
  width: 442px;
  /* margin-right: 26px; */
}







#chefContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 30px auto 0;
  /* display: flex;
  justify-content: space-between;
  flex-direction: column; */
}

/* .chefImg {
  width: 100%;
} */

/* .chefImg img {
  width: 100%;
  vertical-align: bottom;
} */

.chefText {
  /* width: 100%; */
  margin-top: 40px;
}

/* .chefText h2 {
  width: 108.1px;
}

.chefText h2 img {
  width: 100%;
  vertical-align: bottom;
} */

.chefText p {
  margin-top: 25px;
}







#howtoContainer {
  /* width: 100%; */
  margin: 80px 0 0;
  padding: 60px 0 100px;
  /* background: #000;
  color: #fff; */
}

.howtoContents {
  /* width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; */
  flex-direction: column-reverse;
}

.howtoText {
  width: 100%;
  margin-right: 0%;
  margin-top: 40px;
}

/* .howtoText h2 {
  width: 245.5px;
}

.howtoText h2 img {
  width: 100%;
  vertical-align: bottom;
} */

/* .howtoText p {
  margin-top: 25px;
} */

.howtoImg {
  width: 100%;
}

/* .howtoImg img {
  width: 100%;
  vertical-align: bottom;
} */

#howtoContainer .onlineshopBtn {
  margin-top: 70px;
  /* border: 1px solid #fff; */
}





/* comingsoon */
/* #csContainer {
  width: 100%;
  height: calc(100vh - 180px);
  display: flex;
  justify-content: center;
  align-items: center;
} */


.cs {
  /* width: 315px; */
  margin-top: 90px;
}

/* .cs img {
  width: 100%;
  vertical-align: bottom;
}

.back {
  width: 320px;
  margin: 50px auto 0;
}

.back img {
  width: 100%;
  vertical-align: bottom;
} */



}