.l-mv {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0 20px 32px;
}
@media screen and (max-width: 992px) {
  .l-mv {
    flex-direction: column;
    padding: 0 0 1.2096774194vw 0;
    align-items: center;
  }
}

.l-mv__block--left {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .l-mv__block--left {
    width: 100%;
    margin-top: -9.0725806452vw;
  }
}

.l-mv__visual {
  display: block;
  width: 68.5416666667vw;
  transform: translateX(-10.4166666667vw);
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .l-mv__visual {
    transform: translateX(0);
  }
}
.l-mv__visual img {
  width: 100%;
  aspect-ratio: 1180/598;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media screen and (max-width: 992px) {
  .l-mv__visual img {
    width: 100%;
    height: auto;
    aspect-ratio: 900/410;
  }
}
@media screen and (max-width: 992px) {
  .l-mv__visual {
    width: 100%;
    height: auto;
    aspect-ratio: 476/217;
    position: static;
  }
}

.l-mv__visual01 {
  width: 14.9305555556vw;
  aspect-ratio: 286/407;
  position: absolute;
  bottom: 2.7777777778vw;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .l-mv__visual01 {
    display: none;
  }
}

.l-mv__block--right {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .l-mv__block--right {
    width: 84vw;
    margin-top: 1.2096774194vw;
  }
}

.instagram__feed {
  width: 82.7%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .instagram__feed {
    width: 100%;
  }
}

.instagram__title {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 7px 17px;
  background: linear-gradient(white, white) padding-box, linear-gradient(45deg, #285AEB 0%, #D6249F 25%, #FD5949 75%, #F6CA45 100%) border-box;
  border-radius: 99px;
  border: 3px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .instagram__title {
    width: 100%;
    padding: 8px 6px 8px 14px;
  }
}

.instagram__title--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 992px) {
  .instagram__title--icon {
    width: 3.2258064516vw;
  }
}

.instagram__title--text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 992px) {
  .instagram__title--text {
    font-size: 3.2258064516vw;
  }
}
@media screen and (max-width: 576px) {
  .instagram__title--text {
    font-size: 1.4rem;
  }
}

.instagram__feed--inner {
  width: 100%;
  aspect-ratio: 570/399;
  background-color: #f8f8f8;
  margin-top: 16px;
}

.l-mv__visual02 {
  width: 14.3055555556vw;
  aspect-ratio: 274/294;
  position: absolute;
  bottom: 0;
  left: -2.0833333333vw;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .l-mv__visual02 {
    width: 38.6666666667vw;
    aspect-ratio: 274/294;
    left: -23.185483871vw;
    bottom: -14.1129032258vw;
    z-index: 0;
  }
}

.l-mv__visual03 {
  width: 7.6388888889vw;
  aspect-ratio: 146/189;
  position: absolute;
  top: -0.2777777778vw;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .l-mv__visual03 {
    display: none;
  }
}

.l-search {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-search {
    padding: 0;
  }
}

.l-search__inner {
  width: 100%;
  height: auto;
  max-width: 1536px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  padding-bottom: 84px;
}
@media screen and (max-width: 992px) {
  .l-search__inner {
    position: relative;
    z-index: 1;
    padding: 0 0 50px;
  }
}

.l-search__list {
  width: calc(100% - 40px);
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
  border-top: 2px solid #c4a479;
  border-right: 2px solid #c4a479;
}
@media screen and (max-width: 1200px) {
  .l-search__list {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .l-search__list {
    width: calc(100% - 34px);
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .l-search__list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

.l-search__item {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #c4a479;
  border-left: 2px solid #c4a479;
}
.l-search__item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 37px 0 37px 32px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-search__item a {
    padding: 24px 0 24px 16px;
  }
}
.l-search__item a:hover {
  background-color: #f5f4e8;
}
@media screen and (max-width: 1024px) {
  .l-search__item a:hover {
    background-color: #fff;
  }
}
.l-search__item a:hover span {
  color: #951210;
}
@media screen and (max-width: 1024px) {
  .l-search__item a:hover span {
    color: #3a240a;
  }
}

.l-search__item--icon {
  width: 60px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .l-search__item--icon {
    left: 2.4193548387vw;
  }
}
@media screen and (max-width: 768px) {
  .l-search__item--icon {
    width: 40px;
    left: 2.7777777778vw;
  }
}

.l-search__item--text {
  font-size: 3rem;
  font-weight: 700;
  color: #3a240a;
  transition: color 0.3s ease;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-search__item--text {
    font-size: 2.4rem;
  }
}

.l-search__banners {
  width: calc(100% - 40px);
  height: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .l-search__banners {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 17px;
  }
}

.l-search__banner {
  width: 100%;
  height: auto;
  aspect-ratio: 440/78;
}
.l-search__banner a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.l-search__banner a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .l-search__banner a:hover {
    opacity: 1;
  }
}

.l-info {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-info {
    padding: 0;
  }
}

.l-info__inner {
  width: 100%;
  height: auto;
  max-width: 1536px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  padding-bottom: 104px;
}
@media screen and (max-width: 768px) {
  .l-info__inner {
    padding-bottom: 50px;
  }
}

.l-info__filter {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 32px 40px 20px;
}
@media screen and (max-width: 768px) {
  .l-info__filter {
    padding: 32px 17px 32px;
    flex-wrap: wrap;
    gap: 12px;
  }
}

.l-info__wrapper {
  width: 100%;
  height: auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-info__wrapper {
    padding: 0 17px;
  }
}

.l-info__list {
  width: 100%;
  height: auto;
  padding-top: 33px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-info__list {
    padding-top: 0;
  }
}

.l-info__item {
  width: 100%;
  height: auto;
  border-top: 2px solid #c4a479;
}
.l-info__item:last-child {
  border-bottom: 2px solid #c4a479;
}
.l-info__item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 30px 20px;
  transition: opacity 0.3s ease;
}
.l-info__item a:hover {
  opacity: 0.65;
}
@media screen and (max-width: 992px) {
  .l-info__item a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 992px) {
  .l-info__item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 0;
  }
}

.l-info__block--header {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.l-info__icon {
  width: 80px;
  aspect-ratio: 80/55;
  flex-shrink: 0;
}

.l-info__tag {
  width: 138px;
  font-size: 1.6rem;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  flex-shrink: 0;
  text-align: center;
}
.l-info__tag.tag-event {
  background-color: #5bae03;
}
.l-info__tag.tag-update {
  background-color: #fc8a04;
}

.l-info__block--text {
  width: 100%;
  height: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  align-items: flex-start;
}

.l-info__date {
  font-size: 1.6rem;
  color: #493314;
  font-weight: 700;
}

.l-info__text {
  font-size: 1.6rem;
  color: #493314;
  text-decoration: underline;
}/*# sourceMappingURL=index.css.map */