.l-header-logo a {
  pointer-events: none;
}

.l-header-nav .-logo a {
  pointer-events: none;
}

.p-mv {
  margin: 0 2rem;
  position: relative;
}
.p-mv-main {
  position: relative;
  padding-bottom: 5.7638888889vw;
}
@media screen and (max-width: 767px) {
  .p-mv-main {
    padding-bottom: 3rem;
  }
}
.p-mv-main:after {
  content: "";
  width: 4.5138888889vw;
  height: 4.5833333333vw;
  background: url(../img/index/mv_deco.svg) no-repeat center center/contain;
  position: absolute;
  left: 17.0138888889vw;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-mv-main:after {
    width: 2.9rem;
    height: 3.2rem;
    left: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-main .-logo {
    margin: 0 auto;
    width: 23.1rem;
  }
}
.p-mv-main .-txt {
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 22.2222222222vw;
  left: 9.7222222222vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv-main .-txt {
    margin-top: 2.5rem;
    font-size: 1.7rem;
    color: #584834;
    text-align: center;
    position: static;
  }
}
.p-mv-main .-mask {
  -webkit-mask-image: url("../img/index/mv_mask_pc.svg");
  mask-image: url("../img/index/mv_mask_pc.svg");
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: 1392/780;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv-main .-mask {
    -webkit-mask-image: url("../img/index/mv_mask_sp.svg");
    mask-image: url("../img/index/mv_mask_sp.svg");
    aspect-ratio: 361/456;
    margin-top: 2rem;
  }
}
.p-mv-main .-img {
  height: 118%;
}
@media screen and (max-width: 767px) {
  .p-mv-main .-img {
    margin-top: 0;
  }
}
.p-mv-main .-img picture,
.p-mv-main .-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-mv-main .-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv-news {
  position: absolute;
  right: 3.125vw;
  bottom: 5.9722222222vw;
  width: 19.9305555556vw;
}
@media screen and (max-width: 767px) {
  .p-mv-news {
    position: static;
    margin-top: 6rem;
    width: 100%;
  }
}
.p-mv-news a {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-mv-news a:hover {
    opacity: 0.7;
  }
}
.p-mv-news .-date {
  font-family: "Urbanist", sans-serif;
  color: #7BBAC7;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-mv-news .-date {
    font-size: 1.6rem;
  }
}
.p-mv-news .-ttl {
  margin-top: 0.5rem;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.p-mv-news .-more {
  letter-spacing: 0.1em;
  margin-top: 1.4rem;
  text-align: right;
  display: block;
  font-family: "Urbanist", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #7BBAC7;
  position: relative;
  padding-right: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-mv-news .-more {
    font-size: 1.6rem;
  }
}
.p-mv-news .-more .icn {
  position: absolute;
  right: 0;
  top: 0.7rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/common/util_linkicn_blue.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-mv-news .-more .icn {
    width: 0.8rem;
    height: 0.8rem;
    top: 0.5rem;
  }
}

.p-promise {
  margin-top: 7rem;
  padding-top: 7.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-promise {
    margin-top: 6rem;
    padding-top: 0;
  }
}
.p-promise:before {
  content: "";
  width: 18.9rem;
  height: 20rem;
  background: url(../img/common/util_deco.png) no-repeat center center/contain;
  position: absolute;
}
.p-promise:before.m-under {
  width: 16.3rem;
  height: 17.3rem;
}
@media screen and (max-width: 767px) {
  .p-promise:before.m-under {
    width: 6.6rem;
    height: 6.9rem;
  }
}
.p-promise:before {
  top: 0;
  right: calc(50% - 56rem);
}
@media screen and (max-width: 767px) {
  .p-promise:before {
    content: none;
  }
}
.p-promise-boxes {
  margin-top: 8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6rem 1fr 6rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-promise-boxes {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 4rem;
    gap: 2rem;
  }
}
.p-promise-boxes .-box {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8rem;
  padding: 4.5rem 3rem;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(215, 201, 183, 0.3019607843);
          box-shadow: 2px 2px 2px 0px rgba(215, 201, 183, 0.3019607843);
}
@media screen and (max-width: 767px) {
  .p-promise-boxes .-box {
    border-radius: 5rem;
    padding: 2.5rem 3rem;
  }
}
.p-promise-boxes .-box .ill {
  width: 23.9rem;
  margin: 0 auto;
}
.p-promise-boxes .-box .txt {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-promise-boxes .-box .txt {
    font-size: 1.4rem;
  }
}

.p-concept {
  margin-top: 19rem;
  position: relative;
  padding-bottom: 38.1944444444vw;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-concept {
    margin-top: 12rem;
    padding-bottom: 63.6rem;
  }
}
.p-concept-txt {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-concept-txt {
    margin-top: 4rem;
  }
}
.p-concept-txt p {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-concept-txt p {
    font-size: 1.4rem;
  }
}
.p-concept-txt p + p {
  margin-top: 4rem;
}
.p-concept-img {
  position: absolute;
}
.p-concept-img .-deco {
  position: absolute;
}
.p-concept-img.m-01 {
  top: 20rem;
  right: 0;
  width: 29.3055555556vw;
}
@media screen and (max-width: 767px) {
  .p-concept-img.m-01 {
    width: 20rem;
    top: auto;
    bottom: 35rem;
  }
}
.p-concept-img.m-01 .-deco {
  width: 11rem;
  top: -8rem;
  right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-concept-img.m-01 .-deco {
    width: 5.2rem;
    top: -4rem;
    right: 2rem;
  }
}
.p-concept-img.m-02 {
  bottom: 7rem;
  left: 0;
  width: 25vw;
}
@media screen and (max-width: 767px) {
  .p-concept-img.m-02 {
    width: 15.4rem;
    bottom: 30rem;
  }
}
.p-concept-img.m-03 {
  bottom: 0;
  left: calc(50% - 26rem);
  width: 20.6944444444vw;
}
@media screen and (max-width: 767px) {
  .p-concept-img.m-03 {
    width: 11.2rem;
    left: 7rem;
    bottom: 20rem;
  }
}
.p-concept-img.m-04 {
  bottom: 3rem;
  right: 0;
  width: 22.7083333333vw;
}
@media screen and (max-width: 767px) {
  .p-concept-img.m-04 {
    width: 15.4rem;
    bottom: 13rem;
  }
}
.p-concept-img.m-04 .-deco {
  width: 13.8194444444vw;
  top: -2.5rem;
  left: -3rem;
}
@media screen and (max-width: 767px) {
  .p-concept-img.m-04 .-deco {
    width: 11.2rem;
    top: -1.2rem;
    left: -1.5rem;
  }
}

.p-cases {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8rem 0 0 8rem;
  padding: 7.6388888889vw 6.9444444444vw;
  margin-top: 8.3333333333vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cases {
    border-radius: 5rem 0 0 5rem;
    padding: 7rem 0 4rem;
    margin-top: -5rem;
  }
}
.p-cases-subheadline {
  font-size: 3.2rem;
  margin-top: 5.2083333333vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-cases-subheadline {
    font-size: 1.6rem;
    margin-top: 6rem;
  }
}
.p-cases-subheadline span {
  display: inline-block;
  padding-bottom: 0.8rem;
  border-bottom: 0.2rem solid #FFCC02;
}
@media screen and (max-width: 767px) {
  .p-cases-subheadline span {
    border-bottom: 0.3rem solid #FFCC02;
  }
}
.p-cases-list {
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .p-cases-list {
    margin-top: 4rem;
  }
}
.p-cases-list li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-cases-list li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
.p-cases-list li .-num {
  border-radius: 10rem;
  font-family: "Urbanist", sans-serif;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 11rem;
  height: 3.6rem;
  background: #7BBAC7;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cases-list li .-num {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    width: 7.4rem;
    height: 2.2rem;
  }
}
.p-cases-list li .-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-cases-list li .-txt {
    font-size: 1.4rem;
  }
}
.p-cases-list li + li {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-cases-list li + li {
    margin-top: 3.8rem;
  }
}
.p-cases-btn {
  width: 32.4rem;
  margin: 8.3333333333vw auto 0;
}
@media screen and (max-width: 767px) {
  .p-cases-btn {
    margin-top: 6rem;
  }
}
.p-cases-contact {
  background: #F9F4EF;
  border-radius: 10rem;
  padding: 6.5rem 0;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-cases-contact {
    margin-top: 6rem;
    padding: 4rem 2rem;
    border-radius: 4rem;
  }
}
.p-cases-contact .-lead {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cases-contact .-lead {
    font-size: 1.4rem;
  }
}
.p-cases-contact .-btn {
  width: 26.1rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-cases-contact .-btn {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-cases-img {
  width: 30.9722222222vw;
  height: 28.8888888889vw;
  border-radius: 10rem 0 0 10rem;
  overflow: hidden;
  position: absolute;
  top: 41rem;
  right: 0;
  line-height: 0;
}
.p-cases-img .-img {
  position: relative;
  top: -18%;
  height: 135%;
}
.p-cases-img .-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.p-flow {
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    margin-top: 12rem;
  }
}
.p-flow-list {
  margin-top: 7.6rem;
}
@media screen and (max-width: 767px) {
  .p-flow-list {
    margin-top: 4rem;
  }
}
.p-flow-list li {
  margin-top: 2rem;
  width: 100%;
  background: #fff;
  border-radius: 10rem;
  padding: 2.2rem 18rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow-list li {
    padding: 1.8rem 2rem 1.8rem 2rem;
    gap: 1.2rem;
    border-radius: 2rem;
  }
}
.p-flow-list li:after {
  content: "";
  width: 3.2rem;
  height: 2.4rem;
  background: url(../img/index/flow_icn_under.svg) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5rem;
}
@media screen and (max-width: 767px) {
  .p-flow-list li:after {
    width: 1.9rem;
    height: 1.4rem;
    bottom: -2.5rem;
  }
}
.p-flow-list li:last-child:after {
  content: none;
}
.p-flow-list li .icn {
  display: inline-block;
}
.p-flow-list li .icn.m-01 {
  width: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-flow-list li .icn.m-01 {
    width: 1.8rem;
  }
}
.p-flow-list li .icn.m-02 {
  width: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-flow-list li .icn.m-02 {
    width: 1.8rem;
  }
}
.p-flow-list li .icn.m-03 {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .p-flow-list li .icn.m-03 {
    width: 1.8rem;
  }
}
.p-flow-list li .txt {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-flow-list li .txt {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
}
.p-flow-list li + li {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow-list li + li {
    margin-top: 3.5rem;
  }
}
.p-flow-comment {
  margin-top: 8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow-comment {
    margin-top: 4rem;
  }
}
.p-flow-comment p {
  font-size: 1.8rem;
  display: inline;
  background: url(../img/index/flow_line.svg) no-repeat left bottom;
  padding-bottom: 1rem;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  font-weight: 400;
  line-height: 3.2;
}
@media screen and (max-width: 767px) {
  .p-flow-comment p {
    font-size: 1.4rem;
    line-height: 2.8;
  }
}

.p-company {
  margin-top: 18rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    margin-top: 12rem;
  }
}
.p-company-message {
  margin-top: 8rem;
  border-radius: 10rem;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-company-message {
    display: block;
    border-radius: 5rem;
    padding: 3rem 2rem 5rem;
    margin-top: 4rem;
  }
}
.p-company-message .-img {
  width: 42rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-company-message .-img {
    width: 100%;
    border-radius: 5rem;
    overflow: hidden;
  }
}
.p-company-message .-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company-message .-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8rem;
}
@media screen and (max-width: 767px) {
  .p-company-message .-txt {
    padding: 0;
    margin-top: 2.5rem;
  }
}
.p-company-message .-txt p {
  letter-spacing: 0.03em;
  line-height: 1.63;
  font-weight: 400;
}
.p-company-message .-txt .info {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company-message .-txt .info {
    margin-top: 2rem;
  }
}
.p-company-message .-txt .info .info-address {
  color: #7BBAC7;
}
.p-company-message .-txt .info .info-name {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.p-company-table {
  margin: 10.5rem auto 0;
  width: 100%;
  max-width: 58rem;
}
@media screen and (max-width: 767px) {
  .p-company-table {
    margin-top: 6rem;
  }
}
.p-company-table th, .p-company-table td {
  vertical-align: middle;
  background: url(../img/index/company_tbl_line.svg) no-repeat center bottom;
  padding: 1.6rem 0;
}
@media screen and (max-width: 767px) {
  .p-company-table th, .p-company-table td {
    display: block;
    text-align: left;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-company-table th {
    background: none;
    margin-top: 1.5rem;
  }
}
.p-company-table td {
  padding: 1rem 2rem 1rem 12rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-company-table td {
    padding: 1rem 0 1.5rem;
    letter-spacing: 0.02em;
  }
}
.p-company-table tr:last-child th, .p-company-table tr:last-child td {
  background: none;
}
.p-company-access {
  margin-top: 18.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-access {
    margin-top: 10rem;
  }
}
.p-company-access .-headline {
  text-align: center;
}
.p-company-access .-headline .en {
  display: inline-block;
  font-size: 4rem;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 0.8rem;
  border-bottom: 0.2rem solid #FFCC02;
}
@media screen and (max-width: 767px) {
  .p-company-access .-headline .en {
    font-size: 2rem;
    border-bottom: 0.3rem solid #FFCC02;
  }
}
.p-company-access .-map {
  width: 100%;
  aspect-ratio: 1120/540;
  border-radius: 2rem;
  margin-top: 7.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-company-access .-map {
    margin-top: 5rem;
    border-radius: 1.5rem;
    aspect-ratio: 353/540;
  }
}
.p-company-access .-map iframe {
  width: 100%;
  height: 100%;
}
.p-company-access .-info {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10rem;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 10.5rem;
  margin-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  .p-company-access .-info {
    display: block;
    border-radius: 4rem;
    padding: 2.5rem 2rem 4rem;
  }
}
.p-company-access .-info .img {
  width: 52rem;
}
@media screen and (max-width: 767px) {
  .p-company-access .-info .img {
    width: 100%;
    border-radius: 4rem;
    overflow: hidden;
  }
}
.p-company-access .-info .txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10rem;
}
@media screen and (max-width: 767px) {
  .p-company-access .-info .txt {
    padding-right: 0;
  }
}
.p-company-access .-info .txt-address {
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-company-access .-info .txt-address {
    font-size: 1.4rem;
    margin-top: 2.5rem;
  }
}
.p-company-access .-info .txt-comment {
  letter-spacing: 0.04em;
  margin-top: 4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-company-access .-info .txt-comment {
    margin-top: 2.5rem;
    line-height: 1.5;
  }
}

.p-instagram {
  padding-bottom: 20rem;
  margin-top: 19rem;
}
@media screen and (max-width: 767px) {
  .p-instagram {
    margin-top: 13rem;
    padding-bottom: 12rem;
  }
}
.p-instagram-slider {
  height: 44.5rem;
}
@media screen and (max-width: 767px) {
  .p-instagram-slider {
    height: 20rem;
  }
}
.p-instagram-slider {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow: hidden;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-instagram-slider {
    margin-top: 3rem;
    gap: 2rem;
  }
}
.p-instagram-slider .-track {
  --_item-width: 32.7rem;
  --_item-val: 6;
  --_design-window-width: 1440;
  --_animation-time: 30s;
  --_item-gap: 5rem;
  display: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(var(--_item-width) * var(--_item-val) / var(--_design-window-width) * 100vw);
}
@media screen and (max-width: 767px) {
  .p-instagram-slider .-track {
    --_item-width: 13rem!important;
    --_design-window-width: 375;
    --_item-gap: 5rem;
    --_list-gap: 2rem;
    --_animation-time: 20s;
  }
}
.p-instagram-slider .-track {
  -webkit-animation: slider-scroll var(--_animation-time) linear infinite;
          animation: slider-scroll var(--_animation-time) linear infinite;
}
.p-instagram-slider .sbi_item {
  aspect-ratio: 1/1;
  border-radius: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-instagram-slider .sbi_item {
    border-radius: 3rem;
  }
}
.p-instagram-slider .sbi_item img {
  width: 100%;
  height: auto;
  display: block;
}
.p-instagram-btn {
  width: 26.8rem;
  margin: 0rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-instagram-btn {
    width: 32.1rem;
    margin-top: 0;
  }
}

@-webkit-keyframes slider-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slider-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#sb_instagram #sbi_images .sbi_item {
  width: var(--_item-width);
  margin-right: var(--_item-gap);
}

#sb_instagram #sbi_images {
  gap: 10rem !important;
}
@media screen and (max-width: 767px) {
  #sb_instagram #sbi_images {
    gap: 2rem !important;
  }
}