@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
.p-secMain {
  position: relative;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .p-secMain {
    height: 100svh;
  }
}
.p-secMain_in {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-secMain_cnt1 {
  position: relative;
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-secMain_cnt1_tagline {
  pointer-events: none;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .p-secMain_cnt1_tagline {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 680px;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_cnt1_tagline {
    width: 12vw;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .p-secMain_cnt1_tagline {
    width: 9.3333333333vw;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
.p-secMain_cnt1_tagline.is-visible {
  opacity: 1;
}
.p-secMain_cnt1_tagline p svg {
  width: 100%;
  height: 100%;
}
.p-secMain_cnt1_txt {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 130px;
  margin-bottom: 150px;
  width: 160px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-secMain_cnt1_txt {
    display: none;
  }
}
.p-secMain_cnt1_txt.is-visible {
  opacity: 1;
}
.p-secMain_cnt1_txt span {
  display: block;
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.p-secMain_cnt1_txt span:nth-of-type(1) {
  text-align: right;
}
.p-secMain_cnt1_scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  opacity: 0;
}
.p-secMain_cnt1_scroll.is-visible {
  opacity: 1;
}
.p-secMain_cnt1_scroll span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 93px;
  height: 93px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  letter-spacing: 0.12em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-secMain_cnt1_scroll span {
    width: 24.8vw;
    height: 24.8vw;
    font-size: 3.7333333333vw;
    -webkit-transform: translateY(10.6666666667vw);
            transform: translateY(10.6666666667vw);
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .p-secMain_cnt1_scroll span {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    font-size: 2.6666666667vw;
    -webkit-transform: translateY(5.3333333333vw);
            transform: translateY(5.3333333333vw);
  }
}
.p-secMain_cnt1_scroll span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: scroll-anime1 2s ease-in infinite;
          animation: scroll-anime1 2s ease-in infinite;
}
@-webkit-keyframes scroll-anime1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-anime1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.p-secMain_cnt1_scroll::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 66px;
  background: #fff;
  margin-top: 10px;
  -webkit-animation: scroll-anime2 2s ease-in infinite;
          animation: scroll-anime2 2s ease-in infinite;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
@media screen and (max-width: 768px) {
  .p-secMain_cnt1_scroll::after {
    height: 17.6vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .p-secMain_cnt1_scroll::after {
    height: 8vw;
  }
}
@-webkit-keyframes scroll-anime2 {
  0% {
    -webkit-transform: translateY(-100%) scale(0);
            transform: translateY(-100%) scale(0);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(-100%) scale(0);
            transform: translateY(-100%) scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
    opacity: 0.7;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%) scale(0);
            transform: translateY(0%) scale(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@keyframes scroll-anime2 {
  0% {
    -webkit-transform: translateY(-100%) scale(0);
            transform: translateY(-100%) scale(0);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(-100%) scale(0);
            transform: translateY(-100%) scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
    opacity: 0.7;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%) scale(0);
            transform: translateY(0%) scale(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}

.p-secMainObj {
  position: relative;
  z-index: 10000;
  height: 100vh;
  width: 100px;
  margin-bottom: 150vh;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .p-secFeatures {
    padding-top: 180px;
    padding-bottom: 260px;
  }
}
@media screen and (max-width: 768px) {
  .p-secFeatures {
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
    padding-bottom: 48vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secFeatures_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-secFeatures_title {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.p-secFeatures_title h2 {
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .p-secFeatures_title h2 {
    font-size: clamp(18px * 0.8, 1.25vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .p-secFeatures_title h2 {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secFeatures_cnt1 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-secFeatures_cnt1 {
    margin-top: 22.6666666667vw;
  }
}
.p-secFeatures_cnt1 ._lead {
  line-height: 2.4;
}
.p-secFeatures_cnt1 ._lead span {
  position: relative;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 10%, rgba(255, 255, 255, 0) 100%);
  display: inline-block;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)));
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%);
  will-change: background-image;
}
@media screen and (min-width: 769px) {
  .p-secFeatures_cnt1 ._lead span {
    font-size: clamp(20px * 0.8, 1.3888888889vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .p-secFeatures_cnt1 ._lead span {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secFeatures_cnt1 ._tagline {
    margin-top: 80px;
    width: 497px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-secFeatures_cnt1 ._tagline {
    margin-top: 24vw;
    width: 64vw;
  }
}
.p-secFeatures_cnt1 ._tagline svg {
  width: 100%;
  height: 100%;
}
.p-secFeatures_cnt1 ._tagline svg path {
  fill: #fff;
}
.p-secFeatures_cnt1 ._btn {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-secFeatures_cnt1 ._btn {
    margin-top: 24vw;
  }
}

.p-secBusiness {
  background: #F5F8F8;
}
@media screen and (min-width: 769px) {
  .p-secBusiness {
    padding-top: 195px;
    padding-bottom: 175px;
  }
}
@media screen and (min-width: 769px) {
  .p-secBusiness_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-secBusiness_title {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
.p-secBusiness_title ._img {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-secBusiness_title ._img {
    margin-top: 10.6666666667vw;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .p-secBusiness_cnt1 {
    -ms-flex-preferred-size: 58.125%;
        flex-basis: 58.125%;
  }
}
@media screen and (max-width: 768px) {
  .p-secBusiness_cnt1 {
    display: none;
  }
}
.p-secBusiness_movie {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(70%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(70%, #000), to(transparent));
          mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
  container: plan_item/size;
}
@media screen and (max-width: 768px) {
  .p-secBusiness_movie {
    height: 100vh;
    height: 100lvh;
  }
}
.p-secBusiness_movie iframe {
  background: #dee;
}
@media screen and (min-width: 769px) {
  .p-secBusiness_movie iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    aspect-ratio: 16/9;
    width: auto;
    height: 100%;
  }
  @container plan_item (min-aspect-ratio: 16/9) {
    .p-secBusiness_movie iframe {
      width: 100%;
      height: auto;
    }
  }
}
@media screen and (max-width: 768px) {
  .p-secBusiness_movie iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    aspect-ratio: 16/9;
  }
}

.p-secCompany {
  background: #F5F8F8;
}
@media screen and (min-width: 769px) {
  .p-secCompany {
    padding-top: 120px;
    padding-bottom: 280px;
  }
}
@media screen and (min-width: 769px) {
  .p-secCompany_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: static;
  }
}
@media screen and (min-width: 769px) {
  .p-secCompany_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 769px) {
  .p-secCompany_cnt1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 65.625%;
        flex-basis: 65.625%;
    aspect-ratio: 840/790;
  }
}
@media screen and (max-width: 768px) {
  .p-secCompany_cnt1 {
    position: relative;
    margin-top: 34.6666666667vw;
    margin-right: -5.8666666667vw;
    margin-left: -5.8666666667vw;
    aspect-ratio: 375/820;
  }
}
.p-secCompany_cnt1 ul {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-secCompany_cnt1 ul li {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-secCompany_cnt1 ul li {
    border-radius: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secCompany_cnt1 ul li:nth-of-type(1) {
    width: 28.5714285714%;
    margin-top: 0%;
    margin-left: 21.4285714286%;
  }
}
@media screen and (max-width: 768px) {
  .p-secCompany_cnt1 ul li:nth-of-type(1) {
    width: 50.9333333333vw;
    margin-top: 0vw;
    margin-left: 40vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secCompany_cnt1 ul li:nth-of-type(2) {
    width: 32.5%;
    margin-top: 16.6666666667%;
    margin-left: 60.7142857143%;
  }
}
@media screen and (max-width: 768px) {
  .p-secCompany_cnt1 ul li:nth-of-type(2) {
    width: 57.8666666667vw;
    margin-top: 78.6666666667vw;
    margin-left: 90.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secCompany_cnt1 ul li:nth-of-type(3) {
    width: 33.8095238095%;
    margin-top: 34.5238095238%;
    margin-left: 0%;
  }
}
@media screen and (max-width: 768px) {
  .p-secCompany_cnt1 ul li:nth-of-type(3) {
    width: 60.2666666667vw;
    margin-top: 52.2666666667vw;
    margin-left: -4.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secCompany_cnt1 ul li:nth-of-type(4) {
    z-index: 2;
    width: 22.8571428571%;
    margin-top: 44.0476190476%;
    margin-left: 41.0714285714%;
  }
}
@media screen and (max-width: 768px) {
  .p-secCompany_cnt1 ul li:nth-of-type(4) {
    width: 40.5333333333vw;
    margin-top: 102.6666666667vw;
    margin-left: 37.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secCompany_cnt1 ul li:nth-of-type(5) {
    width: 23.8095238095%;
    margin-top: 61.1904761905%;
    margin-left: 9.880952381%;
  }
}
@media screen and (max-width: 768px) {
  .p-secCompany_cnt1 ul li:nth-of-type(5) {
    z-index: 2;
    width: 42.6666666667vw;
    margin-top: 131.7333333333vw;
    margin-left: 0vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secCompany_cnt1 ul li:nth-of-type(6) {
    width: 39.0476190476%;
    margin-top: 65.4761904762%;
    margin-left: 59.880952381%;
  }
}
@media screen and (max-width: 768px) {
  .p-secCompany_cnt1 ul li:nth-of-type(6) {
    width: 69.6vw;
    margin-top: 173.0666666667vw;
    margin-left: 30.4vw;
  }
}
.p-secCompany_cnt1 ul li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-secCompany_cnt1 ._bgtxt {
  position: absolute;
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .p-secCompany_cnt1 ._bgtxt {
    font-size: clamp(160px * 0.8, 11.1111111111vw, 160px);
  }
}
@media screen and (max-width: 768px) {
  .p-secCompany_cnt1 ._bgtxt {
    font-size: 16vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secCompany_cnt1 ._bgtxt.-top {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secCompany_cnt1 ._bgtxt.-top {
    top: -12vw;
    right: -2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secCompany_cnt1 ._bgtxt.-bottom {
    bottom: 160px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secCompany_cnt1 ._bgtxt.-bottom {
    bottom: -12vw;
    left: -2.6666666667vw;
  }
}

.p-secNews {
  background: #F5F8F8;
}
@media screen and (min-width: 769px) {
  .p-secNews {
    padding-top: 445px;
  }
}
@media screen and (max-width: 768px) {
  .p-secNews {
    padding-top: 92.2666666667vw;
    padding-bottom: 0;
  }
}
.p-secNews_in {
  position: relative;
}
.p-secNews_in::before {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  background: #fff;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-secNews_in::before {
    left: -40px;
    right: -40px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-secNews_in::before {
    left: -5.3333333333vw;
    right: -5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secNews_in {
    padding-top: 9.375%;
    padding-bottom: 7.03125%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p-secNews_in {
    padding-top: 37.3333333333vw;
    padding-bottom: 34.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secNews_title {
    -ms-flex-preferred-size: 39.0625%;
        flex-basis: 39.0625%;
  }
}
@media screen and (min-width: 769px) {
  .p-secNews_title .c-txtStyle1 {
    max-width: 300px;
  }
}
@media screen and (min-width: 769px) {
  .p-secNews_cnt1 {
    -ms-flex-preferred-size: 60.9375%;
        flex-basis: 60.9375%;
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-secNews_cnt1 {
    margin-top: 24vw;
  }
}
.p-secNews_cnt1 ul li a {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  display: block;
  padding: 25px 50px 25px 10px;
  border-bottom: 1px solid #DCE2E3;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-secNews_cnt1 ul li a {
    padding: 6.6666666667vw 13.3333333333vw 6.6666666667vw 0vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secNews_cnt1 ul li a:hover {
    text-decoration: none;
    background: rgba(220, 226, 227, 0.1);
  }
}
.p-secNews_cnt1 ul li a span {
  color: #A7B8BF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-secNews_cnt1 ul li a span {
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .p-secNews_cnt1 ul li a span {
    font-size: 3.7333333333vw;
  }
}
.p-secNews_cnt1 ul li a p {
  margin-top: 5px;
  line-height: 1.8;
}
.p-secNews_cnt1 ul li a::after {
  position: absolute;
  z-index: 1;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #355662;
  border-right: 1px solid #355662;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-secNews_cnt1 ul li a::after {
    right: 6.6666666667vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
.p-secNews_bg {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-secNews_bg {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .p-secNews_bg {
    aspect-ratio: 375/346;
  }
}
.p-secNews_bg img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-secNews_bg img {
    width: 100%;
    -o-object-position: center top;
       object-position: center top;
  }
}
@media screen and (max-width: 768px) {
  .p-secNews_bg img {
    width: auto;
    height: 100%;
    -o-object-position: -34.6666666667vw bottom;
       object-position: -34.6666666667vw bottom;
  }
}/*# sourceMappingURL=top.css.map */