.hero {
  min-height: 71.3rem;
  height: 100vh;
  --hero-z: 10;
  overflow-x: clip;
  position: relative;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .hero {
    min-height: 63.3rem;
    height: 63.3rem;
  }
}
.hero__suiboku {
  position: absolute;
  inset: 0 0 auto;
  margin: auto;
}
@media (max-width: 767px) {
  .hero__suiboku {
    inset: auto 0 5rem;
  }
}
.hero__suiboku.is-active {
  animation-delay: 1.8s;
}

@media (max-width: 767px) {
  .hero-circle-wrap {
    width: 31.4rem;
    height: 31.1rem;
    position: absolute;
    inset: 0;
    margin: auto;
  }
}

.hero-circle {
  background-image: url("../images/top/mv-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 62.1rem;
  height: 60.2rem;
  position: absolute;
  inset: 10rem 0 0;
  margin: auto;
  z-index: var(--hero-z);
  color: #fff;
  transition-delay: 1.4s;
}
@media (max-width: 767px) {
  .hero-circle {
    inset: 0 -50% 0 -53%;
    transform: scale(0.506);
  }
}
.hero-circle__title {
  font-family: var(--font-en2);
  font-weight: 400;
  font-size: 9rem;
  text-align: center;
  line-height: 1;
  margin: 12rem 0 0;
}
@media (max-width: 767px) {
  .hero-circle__title {
    font-size: 9.9rem;
    margin: 11rem 0 0 1.3rem;
  }
}
.hero-circle__subtitle {
  font-family: var(--font-en2);
  font-weight: 400;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 2rem;
}
.hero-circle__date {
  font-family: var(--font-en);
  display: flex;
  font-weight: 700;
  align-items: baseline;
  padding-left: 8rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.hero-circle__date-t1 {
  line-height: 1.4;
  width: 8.2rem;
  height: 4.2rem;
  background-color: #fff;
  color: var(--color-red);
  font-size: 2.8rem;
  border-radius: 30px;
  text-align: center;
  position: relative;
  top: -0.9rem;
  margin-right: 0.8rem;
}
.hero-circle__date-t2 {
  font-size: 4.2rem;
}
.hero-circle__date-t3 {
  font-size: 5.6rem;
}
.hero-circle__date-t4 {
  writing-mode: vertical-lr;
  font-size: 2rem;
  align-self: center;
  margin-left: 0.3rem;
}
.hero-circle__date-t5 {
  margin: 0 0.6rem 0 0.8rem;
  font-size: 4.8rem;
}
.hero-circle__place1 {
  display: flex;
  justify-content: center;
  font-size: 3.6rem;
  font-weight: bold;
  align-items: center;
  font-family: var(--font-en);
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.hero-circle__place1 svg {
  margin-right: 0.8rem;
  width: 2.3rem;
  height: 2.8rem;
}
.hero-circle__place2 {
  text-align: center;
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: bold;
}

.hero-images {
  height: 71.3rem;
  width: 100%;
  position: absolute;
  inset: 12rem 0 0;
  margin: auto;
  max-width: 136.6rem;
}
@media (max-width: 767px) {
  .hero-images {
    height: 44.6rem;
    inset: 10.2rem 0 0;
    margin: 0 auto;
  }
}

.hero-image {
  border-radius: 2rem;
  overflow: hidden;
  position: absolute;
}
@media (max-width: 767px) {
  .hero-image {
    border-radius: 1rem;
  }
}
.hero-image--1 {
  width: 27rem;
  bottom: 17rem;
  left: -11.5rem;
}
@media (max-width: 767px) {
  .hero-image--1 {
    width: 9.9rem;
    bottom: 12.8rem;
    left: -5rem;
  }
}
.hero-image--2 {
  width: 19.2rem;
  top: 1.3rem;
  left: 13.2rem;
}
@media (max-width: 767px) {
  .hero-image--2 {
    width: 9.5rem;
    top: 1.8rem;
    left: 1.8rem;
  }
}
.hero-image--3 {
  width: 21.4rem;
  left: 20.8rem;
  bottom: 5.8rem;
}
@media (max-width: 767px) {
  .hero-image--3 {
    bottom: 2.5rem;
    left: 2.5rem;
    width: 10.6rem;
  }
}
.hero-image--4 {
  width: 13.2rem;
  bottom: 28.2rem;
  left: 30.2rem;
}
@media (max-width: 767px) {
  .hero-image--4 {
    width: 5.7rem;
    left: 0.6rem;
    bottom: auto;
    top: 16rem;
  }
}
.hero-image--5 {
  width: 30rem;
  bottom: 0;
  left: 59.5rem;
}
@media (max-width: 767px) {
  .hero-image--5 {
    bottom: 9rem;
    left: auto;
    right: -5rem;
    width: 15.1rem;
  }
}
.hero-image--6 {
  width: 18.3rem;
  right: 29.4rem;
  top: 0;
}
@media (max-width: 767px) {
  .hero-image--6 {
    right: 6.5rem;
    width: 10.1rem;
  }
}
.hero-image--7 {
  width: 30rem;
  top: 12.4rem;
  right: -5rem;
}
@media (max-width: 767px) {
  .hero-image--7 {
    top: 9.2rem;
    right: -4rem;
    left: auto;
    width: 14.8rem;
  }
}
.hero-image--8 {
  width: 11.1rem;
  right: 12rem;
  bottom: 14.5rem;
}
@media (max-width: 767px) {
  .hero-image--8 {
    bottom: 0;
    right: 3.6rem;
    width: 6rem;
  }
}
.hero-image.is-blur {
  filter: blur(7.5px);
  transition-delay: 0.8s;
}

.hero-scrolldown {
  position: absolute;
  font-family: var(--font-en2);
  left: 4.3rem;
  font-size: 2rem;
  font-weight: 400;
  z-index: var(--hero-z);
  writing-mode: vertical-lr;
  bottom: 8rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .hero-scrolldown {
    left: 1.5rem;
    bottom: -11.2rem;
    font-size: 1.4rem;
  }
}
.hero-scrolldown:before {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: -2.05rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--color-red);
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@media (max-width: 767px) {
  .hero-scrolldown:before {
    right: -1.4rem;
    animation: circlemove_sp 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  }
}
.hero-scrolldown:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.8rem;
  width: 1px;
  height: 12.2rem;
  background: #000;
}
@media (max-width: 767px) {
  .hero-scrolldown:after {
    height: 8rem;
    right: -1.2rem;
  }
}

@keyframes circlemove_sp {
  0% {
    top: -0.5rem;
  }
  100% {
    top: 8rem;
  }
}
@keyframes circlemove {
  0% {
    top: -0.5rem;
  }
  100% {
    top: 12.2rem;
  }
}
@keyframes circlemove {
  0% {
    top: -0.5rem;
  }
  100% {
    top: 12.2rem;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.hero-scrolls {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  gap: 0;
  height: fit-content;
  font-size: 24rem;
  line-height: 1;
  white-space: nowrap;
  font-family: var(--font-en2);
  font-weight: 400;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--212121, #212121);
  color: transparent;
  opacity: 0.2;
  animation: holizon-animation 50s linear infinite;
}
@media (max-width: 767px) {
  .hero-scrolls {
    font-size: 12rem;
  }
}

.hero-bar {
  width: 35.7rem;
  height: 12.1rem;
  --hbar-bg-color: var(--color-black);
  --hbar-text-color: #fff;
  background-color: var(--hbar-bg-color);
  color: var(--hbar-text-color);
  border-radius: 2rem 0 0 2rem;
  position: absolute;
  inset: auto 0 0 auto;
  z-index: var(--hero-z);
  padding: 2.5rem;
  transition: 0.8s;
}
@media (max-width: 767px) {
  .hero-bar {
    width: 18.5rem;
    height: 7.1rem;
    border-radius: 0.6rem 0 0 0.6rem;
    padding: 1.5rem 2rem;
  }
}
.hero-bar:hover {
  --hbar-bg-color: #fff;
  --hbar-text-color: var(--color-black);
}
.hero-bar__text1 {
  font-weight: 400;
  font-size: 2.4rem;
  font-family: var(--font-en2);
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .hero-bar__text1 {
    font-size: 1.6rem;
  }
}
.hero-bar__text1::after {
  content: "";
  width: 19.7rem;
  height: 1px;
  background-color: currentColor;
  display: block;
  margin-left: 1.5rem;
  position: relative;
  top: -0.4rem;
}
@media (max-width: 767px) {
  .hero-bar__text1::after {
    width: 7.3rem;
    margin-left: 0.7rem;
    top: -0.1rem;
  }
}
.hero-bar__text-line {
  display: flex;
  align-items: center;
}
.hero-bar__instagram {
  width: 3.3rem;
  height: 3.2rem;
  margin-right: 1.2rem;
}
@media (max-width: 767px) {
  .hero-bar__instagram {
    width: 1.7rem;
    height: 1.65rem;
    margin-right: 0.8rem;
  }
}
.hero-bar__text2 {
  font-size: 4.2rem;
  font-weight: bold;
  font-family: var(--font-en);
}
@media (max-width: 767px) {
  .hero-bar__text2 {
    font-size: 2.4rem;
  }
}
.hero-bar__arrow {
  width: 2rem;
  height: 2rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .hero-bar__arrow {
    display: none;
  }
}

.press {
  position: relative;
  max-width: 100rem;
  z-index: 11;
  padding: 6rem 8rem 6rem 2rem;
  background-color: #fff;
  border-radius: 0 2rem 2rem 0;
  margin-bottom: -17.5rem;
  margin-left: calc((100vw - 124.5rem) / 2);
}
@media (max-width: 767px) {
  .press {
    margin-left: 0;
    max-width: 100%;
    margin-right: 2rem;
    padding: 3.5rem 2rem;
    margin-bottom: -10rem;
  }
}
.press::before {
  content: "";
  width: 200vw;
  height: 100%;
  background-color: #fff;
  right: 50%;
  z-index: -1;
  top: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .press::before {
    display: none;
  }
}
.press__title {
  font-size: 4.8rem;
  font-family: var(--font-en2);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .press__title {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
  }
}
.press__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.press__link {
  font-size: 2rem;
  font-weight: bold;
  font-family: var(--font-en);
  display: flex;
  align-items: center;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .press__link {
    font-size: 1.6rem;
  }
}
.press__link:hover svg {
  transform: translate(8px, 0);
}
.press__link svg {
  transition: 0.5s;
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 767px) {
  .press__link svg {
    width: 1rem;
    height: 1rem;
    margin-right: 0.8rem;
  }
}

.about {
  background-color: var(--color-black);
  padding: 31rem 0 9.5rem;
  position: relative;
  border-radius: 6rem;
  color: #fff;
  z-index: 3;
}
@media (max-width: 767px) {
  .about {
    padding: 17.5rem 0 6rem;
    border-radius: 3rem;
  }
}
.about__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about__inner {
    display: block;
  }
}
.about__images {
  position: relative;
  z-index: 2;
  height: fit-content;
}
@media print, screen and (min-width: 768px) {
  .about__images {
    top: 15rem;
  }
}
@media (max-width: 767px) {
  .about__images {
    margin-top: 6rem;
  }
}
.about__image {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .about__image {
    border-radius: 1rem;
  }
}
.about__image--1 {
  width: 42rem;
}
@media (max-width: 767px) {
  .about__image--1 {
    width: 29.2rem;
    margin-left: auto;
  }
}
.about__image--2 {
  position: absolute;
  width: 31.1rem;
  bottom: 3rem;
  left: -13.4rem;
  bottom: -14.8rem;
}
@media (max-width: 767px) {
  .about__image--2 {
    width: 19.1rem;
    left: 0;
    bottom: -7.5rem;
  }
}
.about__suiboku {
  position: absolute;
  inset: 4.8rem 0 auto 0;
  width: 100%;
}
@media (max-width: 767px) {
  .about__suiboku {
    inset: 19.8rem 0 auto 0;
    width: 72.8rem;
    max-width: none;
    transform: translateX(-13rem);
  }
}
.about__title-ruby {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: var(--font-en2);
  opacity: 0.99;
  color: var(--999999, #999);
  margin-bottom: -1em;
}
@media (max-width: 767px) {
  .about__title-ruby {
    font-size: 2.4rem;
    line-height: 4.2rem;
    margin-bottom: 0;
  }
}
.about__title {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0.5em 0;
  font-family: var(--font-en), var(--font);
}
@media (max-width: 767px) {
  .about__title {
    font-size: 3.6rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
}
.about__desc {
  font-size: 2.4rem;
  line-height: 2.2;
  font-weight: bold;
  font-family: var(--font-en), var(--font);
}
@media (max-width: 767px) {
  .about__desc {
    font-size: 2rem;
  }
}
.about__desc {
  max-width: 59.1rem;
}
.about__scrolls {
  display: flex;
}
.about__scroll {
  font-size: 24rem;
  font-weight: 400;
  font-family: var(--font-en2);
  white-space: nowrap;
  height: fit-content;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  opacity: 0.2;
  margin-top: 5rem;
  animation: holizon-animation 50s linear infinite;
}
@media (max-width: 767px) {
  .about__scroll {
    margin-top: 2.5rem;
    font-size: 12rem;
  }
}
.about__title2 {
  font-size: 12rem;
  font-family: var(--font-en2);
  font-weight: 400;
  line-height: 1;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
}
@media (max-width: 767px) {
  .about__title2 {
    font-size: 4.8rem;
  }
}
.about__title2 span {
  margin-left: 1.3rem;
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .about__title2 span {
    font-size: 2rem;
    margin-left: 1rem;
  }
}

.about-boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.8rem;
}
@media (max-width: 767px) {
  .about-boxs {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.about-box {
  background-color: #fff;
  border-radius: 2rem;
  padding: 5.5rem 6.4rem 4.9rem 7.9rem;
  position: relative;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .about-box {
    padding: 2rem 2rem 3rem;
  }
}
.about-box__no {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2290%22%20height%3D%2284%22%20viewBox%3D%220%200%2090%2084%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2242%22%20cy%3D%2242%22%20r%3D%2242%22%20fill%3D%22%23B12618%22%2F%3E%3Cpath%20d%3D%22M90%2075L74%2054.5L63%2068L90%2075Z%22%20fill%3D%22%23B12618%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 9rem;
  height: 8.4rem;
  line-height: 8.4rem;
  padding-left: 1.5rem;
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  font-family: var(--font-en);
  position: absolute;
  padding-left: 1rem;
  inset: -2rem auto auto -2rem;
}
@media (max-width: 767px) {
  .about-box__no {
    width: 7.7rem;
    height: 5.6rem;
    font-size: 2.8rem;
    line-height: 5.6rem;
    padding: 0rem 0 0 0.8rem;
    line-height: 5.6rem;
    inset: -2.7rem auto auto -1rem;
  }
}
.about-box__date {
  font-family: var(--font-en);
  display: flex;
  font-weight: 700;
  align-items: baseline;
  line-height: 1;
  margin-bottom: 1rem;
}
.about-box__date-t2 {
  font-size: 3.3rem;
}
@media (max-width: 767px) {
  .about-box__date-t2 {
    font-size: 1.7rem;
  }
}
.about-box__date-t3 {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .about-box__date-t3 {
    font-size: 3.2rem;
  }
}
.about-box__date-t4 {
  writing-mode: vertical-lr;
  font-size: 1.6rem;
  align-self: center;
  margin: 0 0.5em 0 0.35em;
}
@media (max-width: 767px) {
  .about-box__date-t4 {
    align-self: auto;
    font-size: 1.2rem;
  }
}
.about-box__date-t5 {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .about-box__date-t5 {
    font-size: 2.8rem;
  }
}
.about-box__place {
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  align-items: center;
  font-family: var(--font-en);
  margin-top: 2rem;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  margin-bottom: 2.4rem;
}
.about-box__place svg {
  margin-right: 0.8rem;
  width: 1.7rem;
  height: 1.7rem;
  color: var(--color-red);
}
.about-box p {
  font-family: var(--font-en), var(--font);
  line-height: 2.2;
  font-weight: bold;
}

.exhibitors {
  background-color: #fff;
  border-radius: 6rem;
  padding: 24rem 0 8rem;
  margin-top: -8rem;
  position: relative;
  margin-bottom: 14rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .exhibitors {
    margin-top: -6rem;
    padding: 14rem 0 6rem;
    margin-bottom: 8rem;
  }
}
.exhibitors__suiboku {
  position: absolute;
  inset: -8rem 0 auto 0;
  width: 100%;
}
@media (max-width: 767px) {
  .exhibitors__suiboku {
    position: absolute;
    inset: 0rem 0 auto -9.7rem;
    width: 47.3rem;
    max-width: none;
  }
}
.exhibitors__inner {
  position: relative;
  z-index: 2;
}
.exhibitors__button {
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .exhibitors__button {
    position: absolute;
    inset: 0 0 auto auto;
  }
}
@media (max-width: 767px) {
  .exhibitors__button {
    margin: 6rem auto 0;
  }
}
.exhibitors__title {
  line-height: 1;
  margin-bottom: 2rem;
  font-size: 14rem;
  font-weight: 400;
  font-family: var(--font-en2);
}
@media (max-width: 767px) {
  .exhibitors__title {
    font-size: 7.2rem;
  }
}
.exhibitors__date {
  font-family: var(--font-en);
  display: flex;
  font-weight: 700;
  align-items: baseline;
  line-height: 1;
  margin-bottom: 1rem;
}
.exhibitors__date-t1 {
  font-size: 2.5rem;
  text-align: center;
  width: 7rem;
  height: 3.3rem;
  background-color: var(--color-red);
  border-radius: 30px;
  position: relative;
  top: -0.3rem;
  color: #fff;
  margin-right: 1.2rem;
  line-height: 3.3rem;
}
@media (max-width: 767px) {
  .exhibitors__date-t1 {
    font-size: 2rem;
  }
}
.exhibitors__date-t2 {
  font-size: 3.3rem;
}
@media (max-width: 767px) {
  .exhibitors__date-t2 {
    font-size: 2.4rem;
  }
}
.exhibitors__date-t3 {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .exhibitors__date-t3 {
    font-size: 4rem;
  }
}
.exhibitors__date-t4 {
  writing-mode: vertical-lr;
  font-size: 1.6rem;
  align-self: center;
  margin: 0 0.5em 0 0.35em;
}
@media (max-width: 767px) {
  .exhibitors__date-t4 {
    font-size: 1.4rem;
  }
}
.exhibitors__date-t5 {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .exhibitors__date-t5 {
    font-size: 4rem;
  }
}
.exhibitors__place {
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  align-items: center;
  font-family: var(--font-en);
  margin-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .exhibitors__place {
    margin-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.exhibitors__place svg {
  margin-right: 0.8rem;
  width: 1.7rem;
  height: 1.7rem;
  color: var(--color-red);
}
.exhibitors__block + .exhibitors__block {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .exhibitors__block + .exhibitors__block {
    margin-top: 6rem;
  }
}

.instagram {
  position: relative;
}
.instagram__suiboku {
  position: absolute;
  inset: -30rem 0 auto 0;
  width: 100%;
}
@media (max-width: 767px) {
  .instagram__suiboku {
    inset: -9rem 0 auto 0;
  }
  .instagram__suiboku > * {
    width: 100%;
    transform: scale(1.5);
  }
}

.instagram-box {
  position: relative;
  z-index: 2;
  margin-bottom: 7rem;
}
.instagram-box::before {
  content: "";
  width: calc(100% - 8rem);
  position: absolute;
  inset: 0 0 0 auto;
  background-color: #fff;
  border-radius: 6rem 0 0 6rem;
}
@media (max-width: 767px) {
  .instagram-box::before {
    width: calc(100% - 1.5rem);
  }
}
.instagram-box__title {
  line-height: 1;
  margin-bottom: 2rem;
  font-size: 14rem;
  font-weight: 400;
  font-family: var(--font-en2);
}
@media (max-width: 767px) {
  .instagram-box__title {
    font-size: 7.2rem;
  }
}
.instagram-box__inner {
  position: relative;
  z-index: 2;
  padding: 11rem 0 12rem;
  max-width: 112rem;
  padding-left: 6rem;
}
@media (max-width: 767px) {
  .instagram-box__inner {
    padding: 5rem 2rem 6rem 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .instagram-box__button {
    position: absolute;
    inset: 11rem 0 auto auto;
  }
}
@media (max-width: 767px) {
  .instagram-box__button {
    margin: 4rem auto 0;
  }
}

.instagram-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
}
@media (max-width: 767px) {
  .instagram-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.instagram-image {
  width: 31.4rem;
  height: 39.2rem;
}
@media (max-width: 767px) {
  .instagram-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 152/190;
  }
}
.instagram-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sb_instagram {
  padding-bottom: 0 !important;
}

#sbi_images {
  padding: 0 !important;
  gap: 6rem !important;
}
@media (max-width: 767px) {
  #sbi_images {
    gap: 2rem !important;
  }
}

#sb_instagram .sbi_photo img {
  border-radius: 1rem !important;
}
@media (max-width: 767px) {
  #sb_instagram .sbi_photo img {
    border-radius: 0.5rem !important;
  }
}

#sb_instagram #sbi_load,
.sb_instagram_header {
  display: none !important;
}
