/*---------------------------------TOP------------------------------- */
.top-background {
  width: 100%;
  height: 100dvh;
  background-image: url(../../img/dolchanggo-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.top-background h2 {
  display: flex;
  align-items: center;
  gap: 0px 40px;
  position: absolute;
  bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 170px;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  /* word-break: break-all; */
  white-space: nowrap;
  color: #fff;
}

.top-background h2 span {
  font-size: 90px;
  color: #ffffff;
  margin: 0 25px;
}

.top-background {
  height: 100lvh;
}

@media screen and (max-width: 1440px) {
  .top-background {
    width: 100%;
    height: 100svh;
  }

  .top-background h2 {
    display: flex;
    align-items: center;
    gap: 0px 40px;
    position: absolute;
    font-size: 170px;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    /* word-break: break-all; */
    white-space: nowrap;
    color: #fff;
  }

  .top-background h2 span {
    font-size: 100px;
    margin: 0 25px;
  }
}

@media screen and (max-width: 960px) {
  .top-background h2 {
    display: flex;
    align-items: center;
    gap: 0px 40px;
    position: absolute;
    bottom: 40px;
    font-size: 50px;
    left: 50%;
    transform: translateX(-50%);
    word-break: break-all;
    white-space: nowrap;
    color: #fff;
  }

  .top-background h2 span {
    font-size: 35px;
    margin-left: 0;
    margin-right: 20px;
  }
}

@media screen and (max-width: 500px) {
}

/* ---------------------------------------------top-space------------------------------------------- */
.top-space-wrap {
  width: 100%;
  height: 100dvh;
  display: flex;
}

.top-space-left {
  width: 30%;
  height: 100%;
  background-color: #442b14;
  position: relative;
}

.top-space-left p {
  color: #ffffff;
}

.top-space-text-wrap {
  position: absolute;
  bottom: 40px;
  left: 75px;
  z-index: 100px;
}

.top-space-sub {
  color: #ffffff !important;
  font-size: 48px;
  letter-spacing: 0px;
}

.top-space-title {
  color: #ffffff !important;
  font-family: "Roboto", sans-serif;
  font-size: 88px;
  font-weight: 600;
  letter-spacing: 0px;
  white-space: nowrap;
  margin-top: 30px;
}

.top-space-right {
  width: 70%;
  height: 100%;
  background-image: url(../../img/top-space.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
}

.top-space-wrap {
  height: 100lvh;
}

@media screen and (max-width: 1440px) {
  .top-space-wrap {
    width: 100%;
    height: 100svh;
    display: flex;
  }

  .top-space-left {
    width: 0%;
    height: 100%;
    background-color: #f3f1ea;
    position: relative;
  }

  .top-space-left p {
    color: #ffffff;
  }

  .top-space-text-wrap {
    position: absolute;
    left: 50px;
    z-index: 100px;
  }

  .top-space-sub {
    font-size: 50px;
    letter-spacing: 0px;
  }

  .top-space-title {
    font-size: 110px;
    letter-spacing: 0px;
    white-space: nowrap;
  }

  .top-space-right {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 960px) {
  .top-space-sub {
    font-size: 35px;
    letter-spacing: 0px;
  }

  .top-space-title {
    font-size: 40px;
    letter-spacing: 0px;
    white-space: nowrap;
  }

  .top-space-title {
    margin-top: 16px;
  }
}

@media screen and (max-width: 500px) {
}

/* t-----------------------top-food---------------------------------- */
.top-food-wrap {
  width: 100%;
  height: 100lvh;
  background-image: url(../../img/top-food_v2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #f4f17d;
}

.top-food-text-wrap {
  position: absolute;
  bottom: 40px;
  left: 50px;
  z-index: 100px;
}

.top-food-sub {
  color: #ffffff !important;
  font-size: 50px;
  letter-spacing: 0px;
}

.top-food-title {
  color: #ffffff !important;
  font-family: "Roboto", sans-serif;
  font-size: 100px;
  font-weight: 600;
  letter-spacing: 0px;
  white-space: nowrap;
  margin-top: 16px;
}

@media screen and (max-width: 1440px) {
  .top-food-wrap {
    width: 100%;
    height: 100svh;
    background-image: url(../../img/top-food_v2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    color: #f4f17d;
  }

  .top-food-sub {
    font-size: 50px;
    letter-spacing: 0px;
  }

  .top-food-title {
    font-size: 110px;
    letter-spacing: 3px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 960px) {
  .top-food-sub {
    font-size: 35px;
    letter-spacing: 0px;
  }

  .top-food-title {
    font-size: 40px;
    letter-spacing: 0px;
    white-space: nowrap;
    margin-top: 16px;
  }

  .top-food-text-wrap {
    position: absolute;
    left: 50px;
  }
}

@media screen and (max-width: 500px) {
  .top-food-text-wrap {
    left: 35px;
  }
}

/* t-----------------------top-branding---------------------------------- */

.top-branding-wrap {
  width: 100%;
  height: 100dvh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}

.top-branding-text-wrap {
  /* width: 44%; */
  position: absolute;
  bottom: 40px;
  left: 75px;
  z-index: 100px;
  background-color: #ffffff;
  color: #217ce3;
}

.top-branding-sub {
  font-size: 48px;
  letter-spacing: 0px;
}

.top-branding-title {
  font-family: "Roboto", sans-serif;
  font-size: 88px;
  font-weight: 600;
  letter-spacing: 0px;
  white-space: nowrap;
  margin-top: 16px;
}

.top-branding-img-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px 30px;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 180px auto;
}

.top-branding-img-flex img {
  width: 44%;
}

@media screen and (max-width: 1440px) {
  .top-branding-sub {
    font-size: 50px;
    letter-spacing: 0px;
  }

  .top-branding-title {
    font-size: 110px;
    letter-spacing: 0px;
    white-space: nowrap;
  }
  .top-branding-text-wrap {
    bottom: 40px;
    left: 50px;
  }
}

.top-branding-wrap {
  height: 100lvh;
}

@media screen and (max-width: 960px) {
  .top-branding-wrap {
    width: 100%;
    height: 100svh;
    background-color: #f3f1ea;
    background-image: url(../../img/top-design_sp02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: end;
  }

  .top-branding-text-wrap {
    width: auto;
    padding: 15px;
    margin-bottom: 40px;
    left: 35px;
  }

  .top-branding-sub {
    font-size: 20px;
    letter-spacing: 0px;
  }

  .top-branding-title {
    font-size: 40px;
    letter-spacing: 0px;
    white-space: nowrap;
  }

  .top-branding-title {
    margin-top: 16px;
  }
}

@media screen and (max-width: 500px) {
}

/* ---------------------------------------------top-Local Heritage -------------------------------------------- */
.top-local-wrap {
  width: 100%;
  height: 100dvh;
  display: flex;
}

.top-local-left {
  width: 50%;
  height: 100%;
  background-color: #f3f1ea;
  position: relative;
}

.top-local-left p {
  color: #4f4036;
}

.top-local-text-wrap {
  position: absolute;
  bottom: 40px;
  left: 75px;
  z-index: 100px;
}

.top-local-sub {
  font-size: 47px;
  letter-spacing: 0px;
}

.top-local-title {
  font-family: "Roboto", sans-serif;
  font-size: 88px;
  font-weight: 600;
  letter-spacing: 0px;
  white-space: nowrap;
  margin-top: 16px;
}

.top-local-right {
  width: 50%;
  height: 100%;
  background-image: url(../../img/top-local.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
}

.top-local-wrap {
  height: 100lvh;
}

@media screen and (max-width: 1440px) {
  .top-local-wrap {
    width: 100%;
    height: 100svh;
    display: flex;
  }

  .top-local-left {
    width: 0%;
    height: 100%;
    background-color: #f3f1ea;
    position: relative;
  }

  .top-local-text-wrap {
    position: absolute;
    left: 50px;
    z-index: 100px;
  }

  .top-local-sub {
    font-size: 40px;
    letter-spacing: 0px;
  }

  .top-local-title {
    font-size: 80px;
    letter-spacing: 0px;
    white-space: nowrap;
  }

  .top-local-right {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 960px) {
  .top-local-sub {
    font-size: 20px;
    letter-spacing: 0px;
  }

  .top-local-title {
    font-size: 35px;
    letter-spacing: 0px;
    white-space: nowrap;
  }

  .top-local-text-wrap {
    left: 35px;
    background-color: #fff;
    padding: 15px;
  }

  .top-local-title {
    margin-top: 16px;
  }
}

@media screen and (max-width: 500px) {
}

/* t-----------------------top-publish---------------------------------- */
.top-publishing-wrap {
  width: 100%;
  height: 100lvh;
  background-image: url(../../img/top-publishing02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
}

.top-publishing-text-wrap {
  position: absolute;
  bottom: 40px;
  left: 75px;
  z-index: 100px;
}

.top-publishing-sub {
  color: #ffffff !important;
  font-size: 48px;
  letter-spacing: 0px;
}

.top-publishing-title {
  color: #ffffff !important;
  font-family: "Roboto", sans-serif;
  font-size: 88px;
  font-weight: 600;
  letter-spacing: 0px;
  white-space: nowrap;
  margin-top: 16px;
}

@media screen and (max-width: 1440px) {
  .top-publishing-text-wrap {
    position: absolute;
    left: 50px;
    z-index: 100;
  }

  .top-publishing-wrap {
    height: 100svh;
  }

  .top-publishing-sub {
    font-size: 50px;
    letter-spacing: 0px;
  }

  .top-publishing-title {
    font-size: 110px;
    letter-spacing: 0px;
    white-space: nowrap;
    margin-top: 16px;
  }
}

@media screen and (max-width: 960px) {
  .top-publishing-text-wrap {
    left: 35px;
    /* background-color: #fff; */
    padding: 15px;
  }

  .top-publishing-sub {
    font-size: 20px;
    letter-spacing: 0px;
  }

  .top-publishing-title {
    font-size: 40px;
    letter-spacing: 0px;
    white-space: nowrap;
    margin-top: 16px;
  }
}

@media screen and (max-width: 500px) {
}
