.contaniner-index {
  width: 1000px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.l-main {
  min-height: calc(100vh - 325px);
}

.global-list {
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  height: 50px;
  padding: 30px 100px 0;
  border-bottom: solid 3px #f6f6f6;
  overflow: hidden;
}
.global-list li {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px 6px 0 0;
}
.global-list .global-item a {
  text-align: center;
  width: 100%;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  font-weight: 900;
  display: inline-block;
}

.l-content {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 50px;
}

.archive-title,
.archive-subtitle {
  text-align: justify;
}

.overtext {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.header-menu {
  display: none;
}
.swiper-container {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.swiper-slide {
  height: 100vh;
  -webkit-box-shadow: 0 8px 16px #e5decc;
          box-shadow: 0 8px 16px #e5decc;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.swiper-slide:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.title-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.65);
  padding: 0.6em;
  height: 110px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 0 0 4px 4px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 5px 20px #b2aea0;
          box-shadow: 0 5px 20px #b2aea0;
}

img {
  display: inline;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title-container {
  position: absolute;
  bottom: 0;
}

.staff-profile-box {
  width: 50px;
  height: 50px;
  border-radius: 10rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.3em 1em #888;
          box-shadow: 0 0.3em 1em #888;
  border: 0.3rem solid rgb(255, 255, 255);
}

.staff-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1.5em;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding: 1.5em 0;
}

.staff-ul li {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  max-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .staff-ul li {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
  }
}

.store-item img {
  width: 100px;
  height: 100px;
}

.select-cat .menu-category-container {
  margin: 1em auto;
  /* height: 30px; */
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #efeeea;
}
/*# sourceMappingURL=home.css.map */