@charset "utf-8";
/* CSS Document */
.top-img {
  width: 100%;
  height: 100vh;
  background-image: url("../img/top/slick-img4.jpg");
  background-position: 25% 75%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.top-img-filter {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.20);
}
.top-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 2.0rem;
  line-height: 3.5rem;
  text-align: left;
  color: #fff;
  padding: 200px 0 0 24px;
}
.top-text span {
  font-size: 1.6rem;
}
.concept {
  font-size: 5.0rem;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .top-img {
    height: 655px;
  }
  .top-img-filter {
    height: 655px;
  }
  .top-text {
    padding: 50px 0 0 24px;
  }
  .top-text p{
    line-height: 2.0rem;
  }
  .concept {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
.section-concept {
  background: #F9EBDC;
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
}
.section-concept__co-wrapper {
  background-image: url("../img/top/bg-leaf-opacity0.23.png");
  background-repeat: no-repeat;
  background-position: top 200px right 117px;
}
.section-concept__coffee-img {
  width: 720px;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
.section-concept__text-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.section-concept__text {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 24px;
}
.section-concept__title-img {
  width: 87px;
  object-fit: cover;
  object-position: center;
}
.section-concept__text-content {
  font-weight: 400;
  max-width: 400px;
  margin-top: 20px;
}
.section-concept__coffee-img2 {
  width: 380px;
  height: 270px;
  object-fit: cover;
  object-position: center;
  padding-bottom: 24px;
  padding-right: 24px;
  align-self: flex-end;
}
.section-concept__sw-wrapper, .section-concept__sp-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
  background-image: url("../img/top/bg-leaf-opacity0.23.png");
  background-repeat: no-repeat;
  background-position: top 84px left -56px;
}
.section-concept__sp-wrapper {
  background-position: top -176px right -94px;
}
.section-concept__sw-img-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
.section-concept__sweet-img {
  width: 216px;
  height: 166px;
  object-fit: cover;
  object-position: center;
  margin-top: 30px;
  margin-left: 222px;
}
.section-concept__sweet-img2 {
  width: 355px;
  height: 420px;
  object-fit: cover;
  object-position: center;
}
.margin-top {
  margin-top: 90px;
}
.section-concept__space-img {
  width: 400px;
  height: 264px;
  object-fit: cover;
  object-position: center;
  margin-top: 20px;
}
@media (max-width: 848px) {
  .section-concept {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .section-concept__co-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .section-concept__text-wrapper {
    flex-direction: column;
    padding-bottom: 0;
  }
  .section-concept__coffee-img {
    width: 327px;
    height: 200px;
  }
  .section-concept__coffee-img2 {
    width: 160px;
    height: 100px;
  }
  .section-concept__co-wrapper {
    background-position: top 420px right 0px;
  }
  .section-concept__sw-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    background-position: top 485px left -156px;
  }
  .section-concept__sweet-img2 {
    width: 153px;
    height: 200px;
    padding-left: 24px;
  }
  .section-concept__sweet-img {
    width: 327px;
    height: 200px;
    margin-left: 0;
    margin-top: 24px;
  }
  .section-concept__sp-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    background-position: top 500px right -94px;
  }
  .section-concept__space-img {
    width: 327px;
    height: 200px;
  }
}
.section-concept__architect {
  background: linear-gradient(#CCA375, #F9EBDC);
  padding-top: 80px;
}
.section-concept__architect-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.section-concept__arc-img-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 300px;
}
.section-concept__arc-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center;
}
.section-concept__arc-person {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2.0rem;
}
.section-concept__arc-person span {
  font-size: 1.4rem;
  font-weight: 500;
}
.section-concept__arc-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-concept__arc-text-wrapper h3 {
  font-size: 1.8rem;
  font-weight: 800;
  padding-bottom: 4px;
}
.section-concept__arc-text-wrapper p {
  font-size: 1.6rem;
  font-weight: 500;
  max-width: 450px;
  text-align: left;
}
.section-concept__arc-text-wrapper a {
  text-decoration: none;
  color: #593c31;
}
@media (max-width: 848px) {
  .section-concept__architect-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 375px;
    margin-top: 40px;
  }
  .section-concept__arc-text-wrapper h3 {
    padding-top: 20px;
  }
}
.slick-item {
  margin: 0 auto;
}
.slick-item img {
  width: 800px;
  height: 500px;
  object-fit: cover;
  object-position: center;
  margin: 0 auto 100px;
}
@media (max-width: 800px) {
  .slick-item img {
    width: 100vw;
    max-height: 500px;
  }
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev {
  left: 30px;
}
.slick-next {
  right: 30px;
}