@font-face {
  font-weight: 100;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Thin.woff") format("woff");
}
@font-face {
  font-weight: 200;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-ExtraLight.woff") format("woff");
}
@font-face {
  font-weight: 300;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-weight: 400;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-weight: 500;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-weight: 600;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-SemiBold.woff") format("woff");
}
@font-face {
  font-weight: 700;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-weight: 800;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-ExtraBold.woff") format("woff");
}
@font-face {
  font-weight: 900;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Thin.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Black.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "mplus";
  src: url("../font/MPLUS1/MPLUS1p-Thin.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "mplus";
  src: url("../font/MPLUS1/MPLUS1p-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "mplus";
  src: url("../font/MPLUS1/MPLUS1p-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "mplus";
  src: url("../font/MPLUS1/MPLUS1p-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "mplus";
  src: url("../font/MPLUS1/MPLUS1p-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "mplus";
  src: url("../font/MPLUS1/MPLUS1p-ExtraBold.woff") format("woff");
  font-weight: 800;
}
@font-face {
  font-family: "mplus";
  src: url("../font/MPLUS1/MPLUS1p-Black.woff") format("woff");
  font-weight: 900;
}
.c-mv {
  border-bottom: 2rem solid var(--c-black);
}

.c-mv__slide--item {
  position: relative;
}
.c-mv__slide--item img {
  width: 100%;
}

.c-mv__slide--item__inner {
  max-width: 1410px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgb(0, 0, 0);
  padding: 1rem;
  text-align: center;
}
.c-mv__slide--item__inner.-red {
  background-color: rgb(255, 0, 0);
}

.c-mv__text p {
  font-family: var(--f-sans);
  font-size: clamp(0px, 4vw, 6.5rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--c-white);
}
.c-mv__text p .sm {
  font-size: clamp(0px, 2.8vw, 4.5rem);
}

@media screen and (max-width: 780px) {
  .c-mv__text p {
    font-size: 3.4rem;
  }
  .c-mv__text p .sm {
    font-size: 2.6rem;
  }
  .c-mv__slide--item__inner {
    width: 95%;
  }
}
.c-intro {
  padding: 6rem 0;
}

.c-intro__box {
  padding: 3rem;
}

.c-intro__title {
  font-size: var(--c-fs-h1);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  letter-spacing: -0.04em;
  color: var(--c-red);
}

.c-intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.5rem;
}

.c-intro__flex--item:nth-child(1) {
  width: calc(72% - 3.5rem);
}
.c-intro__flex--item:nth-child(2) {
  width: calc(28% - 3.5rem);
}
.c-intro__flex--item p {
  font-size: 2rem;
  font-weight: 500;
  line-height: var(--c-lh-heading);
}

.c-intro__flex--title {
  font-size: var(--c-fs-h3);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  font-weight: 700;
  background-color: var(--c-black);
  color: var(--c-white);
  border-radius: 3rem;
  padding: 0.3rem 1.5rem;
  margin-bottom: 1.5rem;
}

.c-intro__item {
  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;
  gap: 1rem;
  margin: 2rem 0;
  padding: 2rem 0;
}
.c-intro__item:not(:first-child) {
  padding-top: 0;
}
.c-intro__item:not(:last-child) {
  border-bottom: 1px solid var(--c-gray);
}
.c-intro__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.c-intro__item--title {
  font-size: var(--c-fs-h2);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  font-weight: 700;
}

@media screen and (min-width: 781px) and (max-width: 1280px) {
  .c-intro__title {
    font-size: 3.2rem;
  }
  .c-intro__flex {
    gap: 3rem;
  }
  .c-intro__flex--title {
    font-size: 2rem;
  }
  .c-intro__flex--item:nth-child(1) {
    width: calc(72% - 1.5rem);
  }
  .c-intro__flex--item:nth-child(2) {
    width: calc(28% - 1.5rem);
  }
  .c-intro__flex--item p {
    font-size: 1.6rem;
  }
  .c-intro__item--title {
    font-size: 2.2rem;
  }
  .c-intro__item .c-btn__link {
    min-width: 20rem;
  }
}
@media screen and (min-width: 781px) and (max-width: 1000px) {
  .c-intro__item .c-btn__link {
    min-width: 16rem;
  }
}
@media screen and (max-width: 780px) {
  .c-intro__box {
    padding: 4.8rem 2.4rem;
  }
  .c-intro__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-intro__flex--item:nth-child(1), .c-intro__flex--item:nth-child(2) {
    width: 100%;
  }
  .c-intro__flex--item p {
    font-size: 2.8rem;
  }
  .c-intro__flex--title {
    padding: 1rem 3.2rem;
    line-height: 1.35;
  }
  .c-popup__movie {
    text-align: center;
  }
  .c-popup__movie img {
    width: 60rem;
  }
}
.c-anchor {
  padding: 6rem 0;
  background: url("../images/top/bg-img.png") no-repeat center/1920px;
}
@media screen and (max-width: 1920px) {
  .c-anchor {
    background-size: 100%;
  }
}
.c-anchor .c-title {
  margin-bottom: 3rem;
}

.c-anchor__box {
  background: url("../images/top/bg-anchor__box01.png") no-repeat center/100% 100%;
}
@media (hover: hover) {
  .c-anchor__box:nth-of-type(1) .c-anchor__title--wrap:hover {
    background-color: #B3C3F2 !important;
  }
}
@media (hover: hover) {
  .c-anchor__box:nth-of-type(1) .c-anchor__list--title:hover {
    background-color: var(--c-light-blue);
  }
}
.c-anchor__box:nth-of-type(2) {
  background-image: url("../images/top/bg-anchor__box02.png");
}
@media (hover: hover) {
  .c-anchor__box:nth-of-type(2) .c-anchor__title--wrap:hover {
    background-color: #B0DC83 !important;
  }
}
@media (hover: hover) {
  .c-anchor__box:nth-of-type(2) .c-anchor__list--title:hover {
    background-color: var(--c-light-green);
  }
}
.c-anchor__box:nth-of-type(3) {
  background-image: url("../images/top/bg-anchor__box03.png");
}
@media (hover: hover) {
  .c-anchor__box:nth-of-type(3) .c-anchor__title--wrap:hover {
    background-color: #ECD990 !important;
  }
}
@media (hover: hover) {
  .c-anchor__box:nth-of-type(3) .c-anchor__list--title:hover {
    background-color: var(--c-light-yellow);
  }
}
.c-anchor__box:nth-of-type(4) {
  background-image: url("../images/top/bg-anchor__box04.png");
}
@media (hover: hover) {
  .c-anchor__box:nth-of-type(4) .c-anchor__title--wrap:hover {
    background-color: #FFBC9D !important;
  }
}
@media (hover: hover) {
  .c-anchor__box:nth-of-type(4) .c-anchor__list--title:hover {
    background-color: var(--c-light-pink);
  }
}
.c-anchor__box:nth-of-type(5) {
  background-image: url("../images/top/bg-anchor__box05.png");
}
@media (hover: hover) {
  .c-anchor__box:nth-of-type(5) .c-anchor__title--wrap:hover {
    background-color: #E2C1FF !important;
  }
}
@media (hover: hover) {
  .c-anchor__box:nth-of-type(5) .c-anchor__list--title:hover {
    background-color: var(--c-light-purple);
  }
}
.c-anchor__box + .c-anchor__box {
  margin-top: 3rem;
}

.c-anchor__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  color: var(--c-black);
  padding: 3rem 6rem 3rem 3rem;
}
.c-anchor__link a {
  color: var(--c-black);
}

.c-anchor__title--wrap {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-anchor__title--wrap a {
  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;
  padding: 1.5rem 0;
  width: 18.5rem;
  height: 100%;
}

.c-anchor__title {
  text-align: center;
  font-size: var(--c-fs-h2);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  line-height: 1.2;
}
.c-anchor__title .num {
  display: block;
  font-size: 4.8rem;
  font-family: var(--f-roboto);
  font-weight: 400;
}
.c-anchor__title .en {
  display: block;
  font-size: var(--c-fs-main);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
  font-family: var(--f-roboto);
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0.6rem;
}

.c-anchor__text--wrap {
  width: calc(100% - 19.5rem);
}

.c-anchor__list {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 0.8rem 2rem;
  border-left: 0.6rem solid var(--c-black);
}
.c-anchor__list + .c-anchor__list {
  margin-top: 1rem;
}
.c-anchor__list:last-of-type dd:last-of-type::after {
  content: none;
}
.c-anchor__list dt {
  font-size: var(--c-fs-main);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
  background-color: var(--c-light-gray);
}
.c-anchor__list dt:not(:has(.c-anchor__subtitle)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.c-anchor__list dd {
  font-size: 1.8rem;
  line-height: var(--c-lh-heading);
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 1.4rem;
  position: relative;
}
.c-anchor__list dd.-minh {
  min-height: 13rem;
  padding-bottom: 0;
}
.c-anchor__list dd.-pbmin {
  padding-bottom: 0.8rem;
  padding-top: 0.4rem;
}
.c-anchor__list dd::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--c-dark-gray);
  position: absolute;
  bottom: -0.4rem;
  left: 0;
}
.c-anchor__list .-minh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-anchor__list--title {
  display: block;
  padding: 1.5rem 1rem;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-anchor__list--title.-minh {
  height: 13rem;
}
.c-anchor__list--title.-uflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (hover: hover) {
  .c-anchor__list--title:hover {
    background-color: var(--c-black);
  }
}

.c-anchor__subtitle {
  display: block;
  width: 100%;
  padding: 0.6rem 1rem;
  color: var(--c-white);
  background-color: var(--c-black);
  overflow: hidden;
  position: relative;
}
.c-anchor__subtitle::after {
  content: "";
  display: block;
  height: 100%;
  background: linear-gradient(45deg, var(--c-black) 0%, var(--c-black) 50%, var(--c-white) 50%, var(--c-white) 100%);
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 781px) and (max-width: 1000px) {
  .c-anchor__title--wrap a {
    width: 13rem;
  }
  .c-anchor__text--wrap {
    width: calc(100% - 14rem);
  }
  .c-anchor__title {
    font-size: 2rem;
  }
  .c-anchor__title .num {
    font-size: 4rem;
  }
  .c-anchor__title .en {
    font-size: 1.4rem;
  }
  .c-anchor__link {
    padding: 3rem;
  }
  .c-anchor__list {
    grid-template-columns: 17rem 1fr;
  }
}
@media screen and (max-width: 780px) {
  .c-anchor__box {
    background: none;
  }
  .c-anchor__box:nth-child(2) {
    background: none;
  }
  .c-anchor__box:nth-child(3) {
    background: none;
  }
  .c-anchor__box:nth-child(4) {
    background: none;
  }
  .c-anchor__box:nth-child(5) {
    background: none;
  }
  .c-anchor__box + .c-anchor__box {
    margin-top: 4.6rem;
  }
  .c-anchor__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 2rem;
  }
  .c-anchor__title--wrap {
    width: 100%;
  }
  .c-anchor__title--wrap a {
    width: 100%;
    display: block;
    padding: 1.5rem 3.2rem;
  }
  .c-anchor__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.8rem;
    gap: 1rem;
  }
  .c-anchor__title .num {
    font-size: 9rem;
    line-height: 1;
    position: relative;
    top: -0.5rem;
  }
  .c-anchor__title .en {
    font-size: 2.4rem;
    margin-top: 2.4rem;
  }
  .c-anchor__subtitle {
    padding: 0.6rem 2.4rem;
  }
  .c-anchor__text--wrap {
    width: 100%;
  }
  .c-anchor__list {
    display: block;
    border-left-width: 1.6rem;
  }
  .c-anchor__list dt {
    width: 100%;
    font-size: var(--c-fs-main-big);
    font-weight: var(--c-fw);
    line-height: var(--c-lh-medium);
  }
  .c-anchor__list dd {
    width: 100%;
    font-size: var(--c-fs-main);
    font-weight: var(--c-fw);
    line-height: var(--c-lh-medium);
    padding: 2rem 2.4rem 3.6rem;
  }
  .c-anchor__list dd::after {
    content: none;
  }
  .c-anchor__list dd.-pbmin {
    padding: 2rem 2.4rem 3.6rem;
  }
  .c-anchor__list--title {
    font-size: var(--c-fs-main-big);
    font-weight: var(--c-fw);
    line-height: var(--c-lh-medium);
    padding: 0.6rem 2.4rem;
  }
}
.c-listvline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3rem 0;
}
.c-listvline li {
  font-size: 1.8rem;
}
.c-listvline li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 80%;
  background-color: var(--c-light-gray);
  margin: 0 1rem;
  vertical-align: middle;
  line-height: 1;
}

.c-product {
  counter-reset: num;
  overflow: hidden;
}

.c-product__wrap {
  padding-top: 5rem;
  position: relative;
}
.c-product__wrap::before {
  content: "";
  display: block;
  width: 114rem;
  background: url("../images/top/bg-product.png") no-repeat center/contain;
  aspect-ratio: 1140/265;
  position: absolute;
  left: 41rem;
  top: 50.4rem;
  z-index: -1;
}
@media screen and (min-width: 1920px) {
  .c-product__wrap::before {
    left: auto;
    right: calc((100vw - 1180px) / -2);
  }
}
.c-product__wrap + .c-product__wrap {
  margin-top: 10rem;
}

.c-product__ttlwrap {
  counter-increment: num;
}

.c-product__ttl {
  font-family: var(--f-sans);
  font-size: 4.5rem;
  line-height: 1.35;
  margin-left: 7.5rem;
  margin-bottom: 1rem;
  border-bottom: 0.3rem solid var(--c-light-blue);
  position: relative;
}
.c-product__ttl .sm {
  font-size: var(--c-fs-main);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
  font-family: var(--f-roboto);
  font-weight: 400;
  display: inline-block;
  margin-left: 0.6rem;
}
.c-product__ttl::before {
  content: counter(num, decimal-leading-zero);
  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;
  min-width: 6.3rem;
  min-height: 5.6rem;
  background-color: var(--c-light-blue);
  color: var(--c-black);
  position: absolute;
  left: -7.5rem;
  top: 0.5rem;
  font-size: 4.2rem;
  font-family: var(--f-roboto);
  font-weight: 400;
}
.c-product__ttl.-light-green::before {
  background-color: var(--c-light-green);
}
.c-product__ttl.-light-yellow::before {
  background-color: var(--c-light-yellow);
}
.c-product__ttl.-light-pink::before {
  background-color: var(--c-light-pink);
}
.c-product__ttl.-light-purple::before {
  background-color: var(--c-light-purple);
}

.c-product__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.c-product__accordion--all {
  font-size: var(--c-fs-main-big);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  width: 17.5rem;
}
@media (hover: hover) {
  .c-product__accordion--all:hover .c-product__accordion--icn {
    background-color: var(--c-black);
  }
}

.c-product__accordion--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  width: calc(100% - 19rem);
}
.c-product__accordion--list li {
  font-size: var(--c-fs-main-big);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
  font-weight: 500;
  cursor: pointer;
}
@media (hover: hover) {
  .c-product__accordion--list li:hover .c-product__accordion--icn {
    background-color: var(--c-black);
  }
}

.c-product__accordion--icn {
  display: inline-block;
  background-color: var(--c-red);
  color: var(--c-white);
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid var(--c-black);
  border-radius: 0.3rem;
  margin-right: 0.5rem;
  position: relative;
  top: 0.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-product__accordion--icn::before, .c-product__accordion--icn::after {
  content: "";
  display: block;
  background-color: var(--c-white);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-product__accordion--icn::before {
  width: 50%;
  height: 0.2rem;
}
.c-product__accordion--icn::after {
  height: 50%;
  width: 0.2rem;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.active .c-product__accordion--icn::after {
  opacity: 0;
}

.c-product__item {
  margin-top: 5rem;
}

.c-product__subttl {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 3.7rem;
  border-bottom: 0.1rem solid var(--c-black);
  margin-bottom: 2rem;
  position: relative;
  cursor: pointer;
}
@media (hover: hover) {
  .c-product__subttl:hover .c-product__accordion--icn {
    background-color: var(--c-black);
  }
}
.c-product__subttl .c-product__accordion--icn {
  position: absolute;
  left: -3.7rem;
  top: 0.5rem;
}

@media screen and (max-width: 780px) {
  .c-product {
    overflow: hidden;
  }
  .c-product__wrap::before {
    width: 100%;
    left: 0;
    top: 60rem;
  }
  .c-product__wrap:not(:first-child)::before {
    content: none;
  }
  .c-product__ttl {
    font-size: 6rem;
    margin-left: 11.8rem;
    border-bottom-width: 0.8rem;
    margin-bottom: 2.4rem;
  }
  .c-product__ttl::before {
    font-size: 8rem;
    min-width: 10.2rem;
    min-height: 8.4rem;
    left: -11.8rem;
    line-height: 1;
  }
  .c-product__ttl .sm {
    font-size: 2.4rem;
  }
  .c-product__accordion--list {
    display: none;
  }
  .c-product__accordion--all {
    font-size: var(--c-fs-main);
    font-weight: var(--c-fw);
    line-height: var(--c-lh-medium);
    width: 100%;
  }
  .c-product__accordion--icn {
    width: 4.8rem;
    height: 4.8rem;
    vertical-align: middle;
    border-radius: 0.6rem;
    top: -0.2rem;
    margin-right: 1.5rem;
  }
  .c-product__subttl {
    font-size: 3.7rem;
    margin-left: 6.4rem;
    border-bottom-width: 0.2rem;
    margin-bottom: 4rem;
  }
  .c-product__subttl .c-product__accordion--icn {
    left: -6.4rem;
    top: 0.8rem;
  }
  .c-product__item {
    margin-top: 6.4rem;
  }
}