@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-pink: #FF8794;
  --cc-red: #FF0000;
  --cc-gold: #d4b572;
  --cc-main: #5686cd;
  --cc-secondary: #0071bc;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- MV

================================================ */
.top-mv {
  position: relative;
  padding: 0 80px;
}

.top-mv__summary {
  padding: 12px 6.25vw 0;
}

.top-mv__note {
  text-align: right;
}
.top-mv__note p {
  font-size: 0.75rem;
  line-height: 1.167;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.top-mv__lead {
  display: none;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-mv {
    padding: 0 6.667vw;
  }
  .top-mv__summary {
    padding: 3.2vw 4vw 0;
  }
  .top-mv__note {
    text-align: left;
  }
  .top-mv__note p {
    font-size: 2.6666666667vw;
  }
  .top-mv__lead {
    display: block;
    width: 86.667vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10.133vw;
  }
}
/* ================================================

- MV

================================================ */
.m-body.-top {
  padding: 0 80px;
}
.m-body.-top .m-body__inner {
  background-image: url("../images/top/bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.top-sc {
  position: relative;
  z-index: 1;
}

.top-sc__inner {
  position: relative;
}

.top-sc__head.-plan .top-sc__ttl,
.top-sc__head.-concept .top-sc__ttl {
  padding-left: 60px;
  padding-right: 75px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.top-sc__head.-plan .top-sc__ttl {
  padding-right: 55px;
}

.top-sc__head.-eq,
.top-sc__head.-location {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.top-sc__head.-eq .top-sc__ttl,
.top-sc__head.-location .top-sc__ttl {
  padding-left: 45px;
  padding-right: 85px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.top-sc__head.-eq .top-sc__ttl {
  padding-right: 80px;
}

.top-sc__ttl {
  display: inline-block;
  padding-top: 31px;
  padding-bottom: 34px;
  background-color: #FFFFFF;
}
.top-sc__ttl span {
  display: block;
  color: #999999;
}
.top-sc__ttl span.-en {
  font-size: 3.5rem;
  letter-spacing: 0.04em;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.top-sc__ttl span.-jp {
  margin-top: 9px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.top-sc__summarys {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.top-sc__summarys dd {
  margin-top: 27px;
}

.top-sc__lead p {
  font-size: 2.0625rem;
  line-height: 1.485;
  letter-spacing: 0.14em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--cc-main);
}
.top-sc__lead p small {
  font-size: 1.25rem;
}
.top-sc__lead p span {
  font-size: 1.75rem;
}
.top-sc__lead p font {
  display: inline-block;
  translate: -4.7em 0;
}

.top-sc__summary p {
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  line-height: 2.067;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.top-deco {
  position: absolute;
  z-index: -1;
}

.top-deco.-deco-1 {
  width: 224px;
  top: 10px;
  left: -80px;
}

.top-deco.-deco-2 {
  width: 390px;
  top: 400px;
  right: -80px;
}

.top-deco.-deco-3 {
  width: 346px;
  top: 455px;
  left: -80px;
}

.top-deco.-deco-4 {
  width: 424px;
  top: 615px;
  right: -80px;
}

.top-deco.-deco-5 {
  width: 431px;
  top: 520px;
  left: -80px;
}

.top-deco.-deco-6 {
  width: 481px;
  top: 505px;
  right: -80px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-body.-top {
    padding: 0 2.667vw;
  }
  .m-body.-top .m-body__inner {
    background-image: url("../images/top/bg.jpg");
  }
  .top-sc__head.-plan .top-sc__ttl,
  .top-sc__head.-concept .top-sc__ttl {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .top-sc__head.-plan .top-sc__ttl {
    padding-right: 5.333vw;
  }
  .top-sc__head.-eq,
  .top-sc__head.-location {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .top-sc__head.-eq .top-sc__ttl,
  .top-sc__head.-location .top-sc__ttl {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .top-sc__head.-eq .top-sc__ttl {
    padding-right: 5.333vw;
  }
  .top-sc__ttl {
    padding-top: 4vw;
    padding-bottom: 4.533vw;
  }
  .top-sc__ttl span.-en {
    font-size: 9.6vw;
  }
  .top-sc__ttl span.-jp {
    margin-top: 9px;
    font-size: 3.2vw;
  }
  .top-sc__summarys {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .top-sc__summarys dd {
    margin-top: 7.2vw;
  }
  .top-sc__lead p {
    font-size: 5.8666666667vw;
  }
  .top-sc__lead p small {
    font-size: 3.4666666667vw;
  }
  .top-sc__lead p span {
    font-size: 4.8vw;
  }
  .top-sc__lead p font {
    display: inline-block;
    translate: 0 0;
  }
  .top-sc__summary p {
    font-size: 3.2vw;
  }
  .top-deco.-deco-1 {
    width: 35.733vw;
    top: -0.333vw;
    left: -2.667vw;
  }
  .top-deco.-deco-2 {
    width: 62.4vw;
    top: 3.333vw;
    right: -2.667vw;
  }
  .top-deco.-deco-3 {
    width: 55.2vw;
    top: 145.333vw;
    left: -2.667vw;
  }
  .top-deco.-deco-4 {
    width: 67.733vw;
    top: 178.667vw;
    right: -2.667vw;
  }
  .top-deco.-deco-5 {
    width: 68.8vw;
    top: 170.667vw;
    left: -2.667vw;
  }
  .top-deco.-deco-6 {
    width: 76.8vw;
    top: 209.333vw;
    right: -2.667vw;
  }
}
/* ================================================

- showcase

================================================ */
.top-sc.-showcase {
  padding: 120px 0 288px;
}

.top-showcase__ttl {
  width: 554px;
  margin: 0 auto;
}

.top-showcase__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 777px;
  width: 100%;
  margin: 163px auto 0;
}

.top-showcase__item {
  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: calc(33.3333333333% - 8px);
  min-height: 130px;
  background-color: #144c84;
  border-radius: 12px;
}

.top-showcase__item:nth-child(2n) {
  background-color: #0d3463;
}

.top-showcase__summary {
  text-align: center;
}
.top-showcase__summary dt {
  font-size: 1.125rem;
  line-height: 1.275;
  color: var(--cc-gold);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.top-showcase__summary dt sup {
  font-size: 0.625rem;
  vertical-align: super;
  position: relative;
  top: -0.3em;
}
.top-showcase__summary dd {
  margin-top: 6px;
  font-size: 0.875rem;
  line-height: 1.357;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.top-showcase__summary dd span {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.top-showcase__note {
  max-width: 777px;
  width: 100%;
  margin: 18px auto 0;
}
.top-showcase__note p {
  font-size: 0.8125rem;
  line-height: 1.275;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333333;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-showcase {
    padding: 19.2vw 0 45.867vw;
  }
  .top-sc.-showcase .top-sc__inner {
    padding: 0 2.667vw;
  }
  .top-showcase__ttl {
    max-width: 554px;
    width: 100%;
  }
  .top-showcase__list {
    gap: 1.6vw;
    margin: 26.133vw auto 0;
  }
  .top-showcase__item {
    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: calc(50% - 0.8vw);
    min-height: 34.667vw;
    padding: 2.667vw 1.333vw;
    border-radius: 12px;
  }
  .top-showcase__summary {
    text-align: center;
  }
  .top-showcase__summary dt {
    font-size: 4.2666666667vw;
  }
  .top-showcase__summary dt sup {
    font-size: 2.6666666667vw;
  }
  .top-showcase__summary dd {
    margin-top: 1.6vw;
    font-size: 3.2vw;
  }
  .top-showcase__summary dd span {
    font-size: 2.8vw;
  }
  .top-showcase__note {
    margin: 4vw auto 0;
  }
  .top-showcase__note p {
    font-size: 2.6666666667vw;
  }
}
/* ================================================

- concept

================================================ */
.top-sc.-concept {
  padding-bottom: 196px;
}

.top-concept {
  padding-left: 60px;
  margin-top: -10px;
}

.top-concept__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0;
}

.top-concept__summarys {
  padding-top: 100px;
}

.m-btn.top-concept__btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 72px;
}

.top-concept__photo {
  width: 655px;
  margin-right: -95px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-concept {
    padding-bottom: 31.2vw;
  }
  .top-concept {
    padding-left: 0;
    padding: 0 2.667vw;
    margin-top: 10.667vw;
  }
  .top-concept__layout {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .top-concept__summarys {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 10.667vw;
  }
  .m-btn.top-concept__btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    margin-top: 8vw;
  }
  .top-concept__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 655px;
    width: 80vw;
    margin-right: -6.667vw;
    margin-left: auto;
  }
}
/* ================================================

- location

================================================ */
.top-sc.-location {
  padding-bottom: 218px;
}

.top-location {
  padding-right: 50px;
  margin-top: 37px;
}

.top-location__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0;
}

.top-location__summarys {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 57px;
}

.top-location__lead {
  text-align: right;
}

.top-location__summary {
  text-align: right;
}

.m-btn.top-location__btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 50px;
}

.top-location__photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 580px;
  margin-left: -80px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-location {
    padding-bottom: 34.667vw;
  }
  .top-location {
    padding: 0 2.667vw;
    margin-top: 10.667vw;
  }
  .top-location__layout {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .top-location__summarys {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 10.667vw;
    margin-left: 2.667vw;
  }
  .top-location__lead {
    text-align: right;
    white-space: nowrap;
  }
  .top-location__summary {
    text-align: right;
  }
  .m-btn.top-location__btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    margin-top: 8vw;
  }
  .top-location__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 580px;
    width: 80vw;
    margin-left: -5.333vw;
  }
}
/* ================================================

- plan

================================================ */
.top-sc.-plan {
  padding-bottom: 208px;
}

.top-plan {
  padding-left: 60px;
  margin-top: -28px;
}

.top-plan__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0;
}

.top-plan__summarys {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-top: 83px;
}

.m-btn.top-plan__btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 26px;
}

.top-plan__photo {
  width: 635px;
  margin-right: -80px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-plan {
    padding-bottom: 33.333vw;
  }
  .top-plan {
    padding: 2.667vw;
    margin-top: 8vw;
  }
  .top-plan__layout {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .top-plan__summarys {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-top: 10.667vw;
  }
  .m-btn.top-plan__btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    margin-top: 8vw;
  }
  .top-plan__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 635px;
    width: 80vw;
    margin-right: -5.333vw;
    margin-left: auto;
  }
}
/* ================================================

- Equipment

================================================ */
.top-sc.-eq {
  padding-bottom: 92px;
}

.top-eq {
  padding-right: 55px;
  margin-top: 17px;
}

.top-eq__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0;
}

.top-eq__summarys {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 80px;
  text-align: right;
}

.m-btn.top-eq__btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 65px;
}

.top-eq__photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 580px;
  margin-left: -80px;
  position: relative;
}

.top-eq__photo__item.-photo1 {
  width: 635px;
}

.top-eq__photo__item.-photo2 {
  width: 463px;
  position: absolute;
  top: 515px;
  left: 340px;
}

.top-eq__photo__item.-photo3 {
  width: 343px;
  margin-top: 340px;
  margin-left: -20px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-eq {
    padding-bottom: 122.667vw;
  }
  .top-eq {
    padding: 0 2.667vw;
    margin-top: 8vw;
  }
  .top-eq__layout {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .top-eq__summarys {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 10.667vw;
    text-align: right;
  }
  .m-btn.top-eq__btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    margin-top: 8vw;
  }
  .top-eq__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 580px;
    width: 100%;
    margin-left: 0;
    position: relative;
  }
  .top-eq__photo__item.-photo1 {
    max-width: 635px;
    width: 85.333vw;
    margin-left: -5.333vw;
  }
  .top-eq__photo__item.-photo2 {
    max-width: 463px;
    width: 69.333vw;
    position: absolute;
    top: 153.333vw;
    left: auto;
    right: -5.333vw;
  }
  .top-eq__photo__item.-photo3 {
    max-width: 343px;
    width: 53.333vw;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: 212vw;
    left: -5.333vw;
  }
}