@charset "utf-8";
/* CSS Document */
.first-img {
  height: 56.25vw;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.20);
  position: relative;
}
.first-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: 0;
  left: 0;
  /*background: linear-gradient(0deg, rgba(89, 60, 49, 0.9) 30%, rgba(89, 60, 49, 0) 100%);*/
}
.top-video {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.top-img-mobile {
  display: none;
}
.top-logo {
  width: 100%;
  position: absolute;
  top: 300px;
}
.top-logo img {
  width: 180px;
  object-fit: cover;
  object-position: center;
  animation-name: fadeInAnime;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 960px) {
  .first-img {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0);
  }
  .first-img::before {
    height: 400px;
  }
  .top-video {
    display: none;
  }
  .top-img-mobile {
    display: inline-block;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .top-img-mobile img {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    object-position: center;
  }
}
.concept {
  display: none;
}
.top-text {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 40px;
  padding-top: 100px;
  font-weight: 800;
}
.top-text span {
  font-size: 2.0rem;
  font-weight: 600;
}
.section-concept {
  background: linear-gradient(#F9EBDC, #CCA375);
  position: relative;
  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;
  max-width: 1160px;
  margin: 0 auto;
}
.section-concept__coffee-img {
  width: 760px;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
.section-concept__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 600;
}
.section-concept__title-img {
  width: 87px;
  object-fit: cover;
  object-position: center;
}
.section-concept__sw-sp-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 80px;
  background-image: url("../img/top/bg-leaf-opacity0.23.png");
  background-repeat: no-repeat;
  background-position: top 250px left 0px;
  max-width: 1160px;
  margin: 0 auto;
}
.section-concept__sw-wrapper {
  padding-top: 20px;
}
.section-concept__sp-wrapper {
  padding-top: 80px;
}
.section-concept__sweet-img {
  width: 374px;
  height: 264px;
  object-fit: cover;
  object-position: center;
}
.section-concept__space-img {
  width: 430px;
  height: 260px;
  object-fit: cover;
  object-position: center;
}
.more {
  width: 300px;
  height: 60px;
  background-color: #A25A27;
  margin: 40px auto 0;
  border-radius: 10px;
}
.more a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding-top: 18px;
}
.more:hover {
  opacity: 0.6;
}
@media (max-width: 800px) {
  .top-text {
    font-size: 2.2rem;
    line-height: 2.4rem;
    font-weight: 600;
  }
  .top-text span {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .section-concept {
    padding-bottom: 50px;
  }
  .section-concept__coffee-img, .section-concept__sweet-img, .section-concept__space-img {
    width: 300px;
    height: 200px;
  }
  .section-concept__co-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    background-position: top 109px right 117px;
  }
  .section-concept__sw-sp-wrapper {
    background-position: top 239px left 75px;
  }
  .section-concept__sp-wrapper {
    padding-top: 20px;
  }
}
.section-menu {
  background-color: #F9EBDC;
}
.section-menu__cafe-bg {
  background-color: #fff;
  padding: 20px 0;
  max-width: 1026px;
  margin: 0 auto 20px;
}
.section-menu__cafe-img {
  max-width: 982px;
  width: 80vw;
  height: 320px;
  object-fit: cover;
  object-position: 100% 30%;
}
.arrow {
  width: 65px;
  height: 65px;
  background-color: #A25A27;
  border-radius: 50px;
  margin: -44px auto 10px;
  transform: rotate(90deg);
  color: #fff;
  font-size: 3.0rem;
}
.arrow span {
  display: inline-block;
  padding-top: 22px;
}
.arrow:hover {
  transform: rotate(270deg);
  opacity: 0.9;
}
.section-menu h3 {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.38em;
}
.section-menu__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1026px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.section-menu__bg {
  width: 320px;
  height: 304px;
  background-color: #fff;
  padding: 20px 0;
}
.section-menu__morning-img, .section-menu__lunch-img, .section-menu__dinner-img {
  width: 300px;
  height: 240px;
  object-fit: cover;
  object-position: center;
}
.section-menu__dinner-img {
  object-position: bottom;
}
@media (max-width: 960px) {
  .section-menu__bg {
    margin: 0 auto 20px;
  }
}
@media (max-width: 640px) {
  .section-menu__cafe-bg {
    width: 320px;
    height: 304px;
  }
  .section-menu__cafe-img {
    width: 300px;
    height: 240px;
  }
}