@charset "UTF-8";
/*==================================================================================================
    サイト基礎
==================================================================================================*/
@-webkit-keyframes ScrollBar {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  75% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes ScrollBar {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  75% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/*==================================================================================================
    main
==================================================================================================*/
@media screen and (min-width: 769px) {
  .top-main {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-main .sec-main {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10.4166666667vw;
}
@media screen and (min-width: 769px) {
  .top-main .sec-main {
    width: 58.3333333333%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 768px) {
  .top-main .sec-main {
    padding-top: 6.6666666667vw;
    padding-bottom: 32vw;
  }
}
.top-main .sec-main__logo {
  width: 13.8888888889vw;
  margin: 0 auto 4.8611111111vw;
}
@media screen and (max-width: 768px) {
  .top-main .sec-main__logo {
    width: 32%;
    margin-bottom: 10.6666666667vw;
  }
}
.top-main .sec-main__ttl {
  font-size: 4.7222222222vw;
  line-height: 1.1904761905;
  font-family: "Montserrat", serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .top-main .sec-main__ttl {
    font-size: 11.2vw;
  }
}
.top-main .sec-main__ttl span {
  font-weight: 400;
}
.top-main .sec-main__read {
  font-size: 0.9722222222vw;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .top-main .sec-main__read {
    font-size: 3.7333333333vw;
  }
}
.top-main .sec-main__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 0.8333333333vw;
  font-family: "Montserrat", serif;
}
@media screen and (max-width: 768px) {
  .top-main .sec-main__scroll {
    font-size: 2.6666666667vw;
  }
}
.top-main .sec-main__scroll:after {
  content: "";
  -webkit-animation: ScrollBar 2.5s cubic-bezier(0.78, 0.07, 0, 1) infinite forwards;
          animation: ScrollBar 2.5s cubic-bezier(0.78, 0.07, 0, 1) infinite forwards;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background: rgba(0, 0, 0, 0.4);
  height: 5.9027777778vw;
  width: 1px;
  display: block;
  margin: 0.5em auto 0;
}
@media screen and (max-width: 768px) {
  .top-main .sec-main__scroll:after {
    height: 10.6666666667vw;
  }
}
.top-main .main-swiper {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .top-main .main-swiper {
    width: 41.6666666667%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-main .main-swiper {
    height: 135vw;
  }
}
.top-main .main-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.top-main .main-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}

.sec {
  padding: clamp(0px, 8.3333333333vw, 120px) 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.sec__ttl {
  font-size: clamp(0px, 2.9166666667vw, 42px);
  margin-bottom: 1.4285714286em;
  font-weight: 600;
  font-family: "Montserrat", serif;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec__ttl {
    font-size: 8.5333333333vw;
  }
}
.sec__ttl span {
  font-weight: 400;
}

.follow-link {
  font-size: clamp(0px, 1.3888888889vw, 20px);
  margin-top: -3.5em;
  margin-bottom: 2em;
}
.follow-link a {
  text-decoration: underline;
}
.follow-link a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .follow-link {
    font-size: 3.4666666667vw;
  }
}

.follow-ul {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .follow-ul {
    width: 97.3333333333%;
  }
}
.follow-ul li {
  width: 24.5762711864%;
  margin-top: 0.5%;
}
@media screen and (max-width: 768px) {
  .follow-ul li {
    width: 49.3150684932%;
    margin-top: 1.3698630137%;
  }
}

.follow-cont {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .follow-cont {
    width: 97.3333333333%;
  }
}
.follow-cont #sb_instagram #sbi_images {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .follow-cont #sb_instagram #sbi_images {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 !important;
  }
}
.follow-cont #sb_instagram #sbi_images.is-animated {
  opacity: 1;
}
.follow-cont #sb_instagram #sbi_images .sbi_item {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .follow-cont #sb_instagram #sbi_images .sbi_item {
    width: 49.3150684932%;
    margin-top: 1.3698630137% !important;
  }
}
@media screen and (max-width: 768px) {
  .follow-cont #sb_instagram #sbi_images .sbi_photo {
    height: 64vw !important;
  }
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(1) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(2) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(3) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.6s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(4) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.8s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(5) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(6) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(7) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.4s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(8) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.6s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(9) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.8s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(10) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(11) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.2s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(12) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.4s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(13) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.6s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(14) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.8s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(15) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(16) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.2s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(17) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.4s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(18) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.6s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(19) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.8s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(20) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(21) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.2s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(22) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.4s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(23) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.6s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(24) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.8s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(25) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(26) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.2s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(27) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.4s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(28) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.6s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(29) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.8s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(30) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(31) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.2s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(32) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.4s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(33) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.6s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(34) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.8s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(35) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(36) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.2s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(37) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.4s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(38) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.6s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(39) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.8s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(40) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(41) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.2s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(42) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.4s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(43) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.6s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(44) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.8s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(45) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(46) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.2s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(47) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.4s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(48) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.6s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(49) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.8s forwards;
}

.follow-cont #sb_instagram #sbi_images.is-animated .sbi_item:nth-of-type(50) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 10s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 10s forwards;
}

.sec-staff {
  text-align: center;
  padding: clamp(0px, 9.0277777778vw, 130px) 0 clamp(0px, 11.1111111111vw, 160px);
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .sec-staff {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.sec-staff:before {
  background-image: url(../img/top/staff_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.sec-staff__ttl {
  line-height: 1.4;
}
.sec-staff__ttl:after {
  content: "";
  display: block;
  width: 1px;
  height: clamp(0px, 5.1388888889vw, 74px);
  margin: clamp(0px, 1.3888888889vw, 20px) auto;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .sec-staff__ttl:after {
    height: 10.6666666667vw;
    margin: 2.6666666667vw auto;
  }
}
.sec-staff__ttl .main {
  font-size: clamp(0px, 2.3611111111vw, 34px);
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec-staff__ttl .main {
    font-size: 6.4vw;
  }
}
.sec-staff__ttl .sub {
  font-size: clamp(0px, 1.1111111111vw, 16px);
  color: #b78a3d;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec-staff__ttl .sub {
    font-size: 3.7333333333vw;
  }
}
.sec-staff__ttl .en {
  font-family: "Montserrat", serif;
}
.sec-staff__txt {
  font-size: clamp(0px, 1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .sec-staff__txt {
    font-size: 3.7333333333vw;
  }
}

.info-cont {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .info-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.info-cont__img {
  overflow: hidden;
  position: relative;
  height: 49.0277777778vw;
  max-height: 706px;
}
@media screen and (min-width: 769px) {
  .info-cont__img {
    width: 38.1355932203%;
  }
}
@media screen and (max-width: 768px) {
  .info-cont__img {
    height: 133.3333333333vw;
  }
}
.info-cont__img img {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .info-cont__img img {
    top: -30%;
    height: 150%;
  }
}
.info-cont__address {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .info-cont__address {
    width: 56.7796610169%;
  }
}

.address-dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: clamp(0px, 1.0416666667vw, 15px);
  margin-bottom: 2.6666666667em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .address-dl {
    font-size: 4vw;
    padding: 0 1.3333333333em;
    margin-top: 2em;
  }
}
.address-dl dt, .address-dl dd {
  margin-bottom: 1em;
}
.address-dl dt {
  width: 6em;
}
.address-dl dd {
  width: calc(100% - 6em);
}

@media screen and (min-width: 769px) {
  .address-map {
    width: 78.3582089552%;
  }
}

.address-link {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .address-link {
    width: 78.3582089552%;
  }
}
@media screen and (max-width: 768px) {
  .address-link {
    margin-right: 1em;
  }
}
.address-link a {
  text-decoration: underline;
}
.address-link a:hover {
  text-decoration: none;
}