@charset "UTF-8";
/* main colors */
/*トップページのスタイル*/
.loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9998;
  background-color: #ffffff;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.loader.is-complete {
  opacity: 0;
  pointer-events: none;
}
.loader_primary {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: -0.04em;
  text-align: center;
  z-index: 2;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -100%;
  transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media (min-width: 920px) {
  .loader_primary {
    font-size: 2.8571428571vw;
    line-height: 1;
    top: 24.5714285714vw;
    translate: -50% 0;
  }
}
.loader_primary-i {
  left: 48%;
}
@media (min-width: 920px) {
  .loader_primary-i {
    left: 49%;
  }
}
.loader_primary-i.after-fade {
  top: 58%;
  left: 50%;
  translate: -790% -100%;
}
@media (min-width: 920px) {
  .loader_primary-i.after-fade {
    top: 24.5714285714vw;
    left: 49.5%;
    translate: -50% 0;
  }
}
.loader_primary-s {
  left: 54%;
}
@media (min-width: 920px) {
  .loader_primary-s {
    left: 51%;
  }
}
.loader_primary-s.after-fade {
  top: 58%;
  left: 50%;
  translate: 0% -100%;
}
@media (min-width: 920px) {
  .loader_primary-s.after-fade {
    top: 24.5714285714vw;
    left: 58%;
    translate: -50% 0;
  }
}
.loader_primary.fade-in {
  opacity: 1;
}
.loader_txtArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media (min-width: 920px) {
  .loader_txtArea {
    top: 24.5714285714vw;
    translate: -50% 0;
  }
}
.loader_txtArea.show {
  opacity: 1;
}
.loader_txtArea .loader_txt {
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.loader_txtArea .primary-after {
  color: transparent;
}
.loader_txtArea.show-text .loader_txt {
  opacity: 1;
  transform: translateY(0);
}
.loader_txt {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: -0.04em;
  text-align: center;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media (min-width: 920px) {
  .loader_txt {
    font-size: 2.8571428571vw;
    line-height: 1;
  }
}
@media (min-width: 920px) {
  .loader_txt-sp {
    display: none;
  }
}
.loader_txt-pc {
  display: none;
}
@media (min-width: 920px) {
  .loader_txt-pc {
    display: block;
  }
}

.ttl_wrap {
  width: 100%;
  height: calc(100vh + 251px);
  position: relative;
}
@media (min-width: 920px) {
  .ttl_wrap {
    height: auto;
    padding: 0 0 27vw;
  }
}

.ttl {
  position: sticky;
  top: 50%;
  translate: 0 -50%;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media (min-width: 920px) {
  .ttl {
    font-size: 2.8571428571vw;
    line-height: 1;
    top: 26vw;
  }
}
.ttl.is-active {
  color: #000000;
}

.fv {
  width: 100%;
  height: 100vh;
  position: relative;
  margin: -120px 0 0;
}
@media (min-width: 920px) {
  .fv {
    height: 60vw;
    margin: -2.8571428571vw 0 0;
  }
}
.fv_slide {
  width: 100%;
  height: 100vh;
  position: relative;
}
.fv_slide .swiper {
  width: 100%;
  height: 100vh;
}
@media (min-width: 920px) {
  .fv_slide .swiper {
    height: 60vw;
  }
}
.fv_slide .swiper-slide {
  width: 100%;
  height: 100vh;
}
@media (min-width: 920px) {
  .fv_slide .swiper-slide {
    height: 60vw;
  }
}
.fv_slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fraction {
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
@media (min-width: 920px) {
  .fraction {
    bottom: 2.1428571429vw;
    left: 4vw;
  }
}
.fraction .num {
  display: inline-block;
  transition: none; /* JSアニメ制御なので */
}
.fraction .num.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home_about {
  position: relative;
  padding: 0 0 125px;
}
@media (min-width: 920px) {
  .home_about {
    padding: 35.7142857143vw 0 0;
  }
}
@media (min-width: 920px) {
  .home_about-sp {
    display: none;
  }
}
.home_about-pc {
  display: none;
}
@media (min-width: 920px) {
  .home_about-pc {
    display: block;
  }
}
@media (min-width: 920px) {
  .home_about .container-base {
    padding: 0 4.5vw 0 7.8571428571vw;
    position: absolute;
    top: 17.1428571429vw;
    left: 0;
    right: 0;
  }
}
.home_about_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (min-width: 920px) {
  .home_about_container {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media (min-width: 920px) {
  .home_about_head {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.home_about_ttl {
  display: block;
}
@media (min-width: 920px) {
  .home_about_ttl {
    margin: 0 0 7.4285714286vw;
  }
}
.home_about_ttl_txt {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 920px) {
  .home_about_ttl_txt {
    font-size: 2.8571428571vw;
    text-align: left;
  }
}
@media (min-width: 920px) {
  .home_about_ttl_txt-sp {
    display: none;
  }
}
.home_about_ttl_txt-pc {
  display: none;
}
@media (min-width: 920px) {
  .home_about_ttl_txt-pc {
    display: block;
  }
}
.home_about_txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 920px) {
  .home_about_txt {
    gap: 2vw;
  }
}
.home_about_txt p {
  font-size: 16px;
  text-align: center;
}
@media (min-width: 920px) {
  .home_about_txt p {
    font-size: 1.1428571429vw;
    text-align: left;
  }
}
@media (min-width: 920px) {
  .home_about_link-sp {
    display: none;
  }
}
.home_about_link-pc {
  display: none;
}
@media (min-width: 920px) {
  .home_about_link-pc {
    display: flex;
  }
}

.home_case {
  overflow: hidden;
  position: relative;
}
.home_case_gallery {
  position: relative;
  z-index: 1;
  padding: 0 0 120px;
}
@media (min-width: 920px) {
  .home_case_gallery {
    padding: 0;
  }
}
.home_case_gallery .container-base {
  padding: 0;
}
@media (min-width: 920px) {
  .home_case_gallery .container-base {
    padding: 0 4.2857142857vw;
  }
}
.home_case_gallery_grid {
  height: 289.743589744vw;
  position: relative;
}
@media (min-width: 920px) {
  .home_case_gallery_grid {
    height: 61.4285714286vw;
  }
}
.home_case_gallery_pic {
  width: 66.6666vw;
  height: 44.3589vw;
  position: absolute;
}
@media (min-width: 920px) {
  .home_case_gallery_pic {
    width: calc((100% - 1.4285714286vw) / 3);
    height: 20vw;
  }
}
.home_case_gallery_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 920px) {
  .home_case_gallery_pic-sp {
    display: none;
  }
}
.home_case_gallery_pic-pc {
  display: none;
}
@media (min-width: 920px) {
  .home_case_gallery_pic-pc {
    display: block;
  }
}
.home_case_gallery_pic-01 {
  top: 0;
  left: 5.3333vw;
}
@media (min-width: 920px) {
  .home_case_gallery_pic-01 {
    width: calc((100% - 1.4285714286vw) / 3);
    height: 20vw;
    top: 10.3571428571vw;
    left: 0;
  }
}
.home_case_gallery_pic-02 {
  width: 43.3333vw;
  height: 28.9743vw;
  top: 48.2666vw;
  right: 5.3333vw;
}
@media (min-width: 920px) {
  .home_case_gallery_pic-02 {
    width: calc((100% - 1.4285714286vw) / 3);
    height: 20vw;
    top: 0;
    right: auto;
    left: 50%;
    translate: -50% 0;
  }
}
.home_case_gallery_pic-03 {
  top: 80.5333vw;
  left: 18.9333vw;
}
@media (min-width: 920px) {
  .home_case_gallery_pic-03 {
    width: calc((100% - 1.4285714286vw) / 3);
    height: 20vw;
    top: 10.3571428571vw;
    left: auto;
    right: 0;
  }
}
.home_case_gallery_pic-04 {
  top: 128.8vw;
  right: 5.3333vw;
}
@media (min-width: 920px) {
  .home_case_gallery_pic-04 {
    width: calc((100% - 1.4285714286vw) / 3);
    height: 20vw;
    top: 31.0714285714vw;
    right: auto;
    left: 0;
  }
}
.home_case_gallery_pic-05 {
  width: 100%;
  height: 12.3076vw;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 281.28205vw;
  left: 0;
  right: 0;
  z-index: 2;
  transition: opacity 0.2s cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media (min-width: 920px) {
  .home_case_gallery_pic-05 {
    width: calc((100% - 1.4285714286vw) / 3);
    height: 20vw;
    top: 20.7142857143vw;
    left: 50%;
    translate: -50% 0;
  }
}
.home_case_gallery_pic-05.is-active {
  opacity: 0;
}
.home_case_gallery_pic_logo {
  width: 56.4102vw;
  height: 12.3076vw;
  position: relative;
}
@media (min-width: 920px) {
  .home_case_gallery_pic_logo {
    width: 27.1428571429vw;
    height: 5.9285714286vw;
  }
}
.home_case_gallery_pic_logo::before {
  content: "";
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/logo.svg);
  mask-image: url(../img/common/logo.svg);
  display: block;
  width: 56.4102vw;
  height: 12.3076vw;
  background: #000000;
  transition: translate 0.2s ease-out;
}
@media (min-width: 920px) {
  .home_case_gallery_pic_logo::before {
    width: 27.1428571429vw;
    height: 5.9285714286vw;
  }
}
.home_case_gallery_pic-06 {
  width: 89.7435vw;
  height: 60vw;
  top: 208.8vw;
  left: 5.3333vw;
}
@media (min-width: 920px) {
  .home_case_gallery_pic-06 {
    width: calc((100% - 1.4285714286vw) / 3);
    height: 20vw;
    top: 31.0714285714vw;
    left: auto;
    right: 0;
  }
}
.home_case_gallery_pic-07 {
  width: 43.3333vw;
  height: 28.9743vw;
  top: 176.8vw;
  left: 5.3333vw;
}
@media (min-width: 920px) {
  .home_case_gallery_pic-07 {
    width: calc((100% - 1.4285714286vw) / 3);
    height: 20vw;
    top: 41.4285714286vw;
    left: 50%;
    translate: -50% 0;
  }
}
.home_case_gallery.is-active .home_case_gallery_pic-visible {
  opacity: 0 !important;
}
.home_case_slide {
  position: relative;
  z-index: 2;
}
@media (min-width: 920px) {
  .home_case_slide {
    margin: -14.2857142857vw 0 0;
  }
}
.home_case_slide .swiper {
  padding: 0 40px;
}
.home_case_slide .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media (min-width: 920px) {
  .home_case_slide .swiper-slide {
    width: 17.1428571429vw;
    margin: 2.8571428571vw 1.7857142857vw 0 auto;
  }
}
.home_case_slide .section_link {
  width: 173px;
  margin: 40px auto 0;
}
@media (min-width: 920px) {
  .home_case_slide .section_link {
    width: 17.1428571429vw;
    margin: 2.8571428571vw 1.7857142857vw 0 auto;
  }
}
.home_case_slide.is-active .swiper-slide {
  opacity: 1;
}
.home_case_bnr {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.home_case_bnr_thumb {
  width: 100%;
  height: 121.333vw;
  transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
  position: relative;
}
@media (min-width: 920px) {
  .home_case_bnr_thumb {
    height: 52.8571428571vw;
  }
}
.home_case_bnr_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.home_case_bnr_thumb::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_case_bnr_txtArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 920px) {
  .home_case_bnr_txtArea {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 2.8571428571vw 1.7142857143vw;
  }
}
.home_case_bnr_txtArea_detail {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (min-width: 920px) {
  .home_case_bnr_txtArea_detail {
    width: -moz-fit-content;
    width: fit-content;
    gap: 2.8571428571vw;
  }
}
@media (min-width: 920px) {
  .home_case_bnr_txtArea_detail .home_case_bnr_cell {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 920px) and (min-width: 1200px) {
  .home_case_bnr_txtArea_detail .home_case_bnr_cell {
    width: 5.7142857143vw;
  }
}
@media (min-width: 920px) {
  .home_case_bnr_txtArea_detail .home_case_bnr_cell:nth-child(2) {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 920px) and (min-width: 1200px) {
  .home_case_bnr_txtArea_detail .home_case_bnr_cell:nth-child(2) {
    width: 6.4285714286vw;
  }
}
.home_case_bnr_txtArea_detail .home_case_bnr_catch {
  font-size: 10px;
}
@media (min-width: 1200px) {
  .home_case_bnr_txtArea_detail .home_case_bnr_catch {
    font-size: 1vw;
  }
}
.home_case_bnr_cell {
  width: -moz-fit-content;
  width: fit-content;
}
.home_case_bnr_catch {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  display: block;
  margin: 0 0 0.5714285714rem;
}
@media (min-width: 1200px) {
  .home_case_bnr_catch {
    font-size: 1vw;
  }
}
.home_case_bnr_ttl {
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .home_case_bnr_ttl {
    font-size: 1.7142857143vw;
  }
}
.home_case_bnr_txt {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .home_case_bnr_txt {
    font-size: 1vw;
  }
}

#stalker {
  position: fixed;
  top: -4rem;
  left: -4rem;
  width: 10.6rem;
  height: 10.6rem;
  transition: 0.2s;
  transition-timing-function: ease-out;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: none;
  background-size: cover;
  transform: scale(0.7, 0.7);
}
@media (min-width: 1200px) {
  #stalker {
    display: block;
  }
}
#stalker span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: 0.25s;
  background: url(../img/common/drag.svg) center center no-repeat;
}
#stalker.stalker_drag_active {
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#stalker.stalker_drag_active span {
  transform: translate(-50%, -50%) scale(1);
  transition: 0.25s;
}

.home_loop {
  margin: 60px 0 48px;
  position: relative;
}
@media (min-width: 920px) {
  .home_loop {
    margin: 5.7142857143vw 0 2.8571428571vw;
  }
}
.home_loop .swiper-wrapper {
  transition-timing-function: linear;
}
.home_loop .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  white-space: nowrap;
}
.home_loop p {
  font-family: "Libre Baskerville", serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 920px) {
  .home_loop p {
    font-size: 8.5714285714vw;
  }
}

.home_cta {
  margin: 0 0 120px;
}
@media (min-width: 920px) {
  .home_cta {
    margin: 0 0 11.4285714286vw;
  }
}
.home_cta .container-base {
  padding: 0 20px;
}
@media (min-width: 920px) {
  .home_cta .container-base {
    padding: 0 1.7857142857vw;
  }
}
.home_cta_row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 600px) {
  .home_cta_row {
    flex-direction: row;
    gap: 0.7142857143vw;
  }
}
.home_cta_bnr {
  width: 100%;
  height: 300px;
  position: relative;
}
@media (min-width: 600px) {
  .home_cta_bnr {
    width: calc((100% - 0.7142857143rem) / 2);
  }
}
@media (min-width: 600px) and (min-width: 920px) {
  .home_cta_bnr {
    height: 31.8571428571vw;
    transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  }
}
.home_cta_bnr .stream_line {
  background-image: linear-gradient(to right, #ffffff, #ffffff);
}
.home_cta_bnr .icon_arrow::before, .home_cta_bnr .icon_arrow::after {
  background: #ffffff;
}
@media (min-width: 920px) {
  .home_cta_bnr:hover .home_cta_bg img {
    scale: 1.07;
  }
}
@media (min-width: 920px) {
  .home_cta_bnr:hover .stream_line {
    animation: linkLineReverse 0.5s ease forwards;
  }
}
@media (min-width: 920px) {
  .home_cta_bnr:hover .icon_arrow::before {
    translate: 100% 0;
  }
}
@media (min-width: 920px) {
  .home_cta_bnr:hover .icon_arrow::after {
    translate: 0 0;
  }
}
.home_cta_bg {
  width: 100%;
  height: 100%;
  contain: paint;
}
.home_cta_bg picture,
.home_cta_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.home_cta_txtArea {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  padding: 40px 20px 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 920px) {
  .home_cta_txtArea {
    padding: 7.8571428571vw 5.7142857143vw 5.4285714286vw;
  }
}
.home_cta_txtArea p {
  letter-spacing: 0.04em;
}
.home_cta_txtArea .section_link {
  margin: 0 0 0 auto;
}
@media (min-width: 600px) {
  .home_cta_txtArea .section_link {
    margin: 0;
  }
}
.home_cta_ttl {
  margin: 0 0 16px;
}
@media (min-width: 920px) {
  .home_cta_ttl {
    margin: 0 0 1.7142857143vw;
  }
}
.home_cta_ttl_en {
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  line-height: 1;
  display: block;
  margin: 0 0 4px;
}
@media (min-width: 1200px) {
  .home_cta_ttl_en {
    font-size: 1vw;
  }
}
.home_cta_ttl_jp {
  font-size: 28px;
  letter-spacing: 0.08em;
}
@media (min-width: 920px) {
  .home_cta_ttl_jp {
    font-size: 2.8571428571vw;
  }
}

.home_feed {
  margin: 0 0 120px;
}
@media (min-width: 920px) {
  .home_feed {
    margin: 0 0 11.4285714286vw;
  }
}
@media (min-width: 920px) {
  .home_feed .container-base {
    padding: 0 14vw;
  }
}
.home_feed_contaienr {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 920px) {
  .home_feed_contaienr {
    gap: 2.8571428571vw;
  }
}
.home_feed_head {
  width: 100%;
  display: contents;
}
@media (min-width: 920px) {
  .home_feed_head {
    display: flex;
    justify-content: space-between;
  }
}
.home_feed_head .section_link {
  order: 2;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .home_feed_head .section_link {
    margin: 0;
  }
}
.home_feed_head .section_link .icon_blank {
  width: 20px;
  height: 20px;
}
@media (min-width: 920px) {
  .home_feed_head .section_link .icon_blank {
    width: 1.7142857143vw;
    height: 1.7142857143vw;
  }
}
.home_feed_head .section_link .icon_blank::before, .home_feed_head .section_link .icon_blank::after {
  width: 20px;
  height: 20px;
  background: #000000;
}
@media (min-width: 920px) {
  .home_feed_head .section_link .icon_blank::before, .home_feed_head .section_link .icon_blank::after {
    width: 1.7142857143vw;
    height: 1.7142857143vw;
  }
}
@media (min-width: 920px) {
  .home_feed_head .section_link:hover .icon_blank::before {
    translate: 200% -100%;
  }
}
@media (min-width: 920px) {
  .home_feed_head .section_link:hover .icon_blank::after {
    translate: 0 0;
  }
}
.home_feed_ttl {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 920px) {
  .home_feed_ttl {
    font-size: 2.8571428571vw;
    text-align: left;
  }
}
.home_feed_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 920px) {
  .home_feed_content {
    gap: 0.8571428571vw;
  }
}
.home_feed_content .sb_instagram_header {
  display: none;
}
.home_feed_content #sbi_images,
.home_feed_content #sb_instagram {
  padding: 0 !important;
}
.home_feed_content #sbi_images {
  gap: 8px !important;
}
@media (min-width: 920px) {
  .home_feed_content #sbi_images {
    gap: 12px !important;
  }
}
.home_feed_content #sbi_load {
  display: none;
}