.g-nav__block:nth-child(2) {
  align-items: normal;
  padding-top: 8rem;
}

.mv-logo > img{
  margin: 0 auto;
}

/* @media (min-width: 1024px) {
  .scroll-indicator {
    bottom: -80%;
  }
} */

#building4 .c-heading__alphabetic{
  white-space: nowrap;
}

.followArea {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 1024px) {
  .followArea {
    right: 20px;
    bottom: 20px;
    width: 350px;
  }
}

.g-footer{
  padding-bottom: 30%;
}

.footer-links {
    display: block;
    margin-top: 0;
}
@media (min-width: 1024px){
  .footer-links{
    display: grid;
    margin-top: 40px;
  }
}

/* .followArea .followArea-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 0px;
  width: 100%;
}

@media (min-width: 1024px) {
  .followArea .followArea-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
  }
} */

.followArea .followArea-item {
  width: 100%;
}

.followArea .followArea-btn {
  background-color: #b4a206;
  display: inline-block;
  padding: 3vw 0;
  position: relative;
  transition: all 0.3s ease-out;
  width: 100%;
}

@media (min-width: 1024px) {
  .followArea .followArea-btn {
    padding: 17px 0 15px;
  }
}

.followArea .followArea-btn .followArea-btn__body {
  text-align: center;
  width: 100%;
}

.followArea .followArea-btn .followArea-btn__text {
  color: #fff;
  font-weight: bold;
  font-size: 3.8vw;
  letter-spacing: 0.15rem;
}

@media (min-width: 1024px) {
  .followArea .followArea-btn .followArea-btn__text {
    font-size: 16px;
  }
}

.followArea .followArea-btn:hover {
  transition: all 0.3s ease-out;
  transform: translateY(5%);
}

.followArea .followArea-btn::after {
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -0.5vw;
  right: 3.5vw;
  bottom: 0;
  margin: auto;
  height: 2vw;
  width: 2vw;
}

@media (min-width: 1024px) {
  .followArea .followArea-btn::after {
    top: 0;
    right: 40px;
    height: 10px;
    width: 10px;
  }
}

.followArea .followArea-iconBtn {
  display: inline-block;
  padding: 3vw 0;
  transition: all 0.3s ease-out;
  width: 100%;
}

@media (min-width: 1024px) {
  .followArea .followArea-iconBtn {
    padding: 17px 0 15px;
  }
}

.followArea .followArea-iconBtn .followArea-iconBtn__body {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.followArea .followArea-iconBtn .followArea-iconBtn__icon {
  background-image: url(../images/common/sns_line_icn.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0.5vw;
  margin-right: 2.5vw;
  height: 4.8vw;
  width: 5vw;
}

@media (min-width: 1024px) {
  .followArea .followArea-iconBtn .followArea-iconBtn__icon {
    margin-right: 20px;
    margin-bottom: 0;
    height: 28px;
    width: 30px;
  }
}

.followArea .followArea-iconBtn .followArea-iconBtn__text {
  color: #fff;
  font-weight: bold;
  font-size: 3.8vw;
  letter-spacing: 0.15rem;
}

@media (min-width: 1024px) {
  .followArea .followArea-iconBtn .followArea-iconBtn__text {
    font-size: 16px;
  }
}

.followArea .followArea-iconBtn:hover {
  transition: all 0.3s ease-out;
  transform: translateY(5%);
}

.followArea .lineBtn {
  background-color: #00b900;
}

.followArea .webBtn {
  background-color: var(--accent-color-1);
}
@media (min-width: 1024px) {
  .nav-link__alphabetic{
    margin-bottom: 0.5rem;
    font-size: 180%;
  }
  .news{
    padding-top: 5.25%;
  }
  .footer-logo > a > img{
    width: 50%;
  }
}
.footer-logo{
  max-width: 100%;
  width: 100%;
}


@media (min-width: 1024px) {
  body.dragging-disable-select {
    user-select: none;
    cursor: grabbing;
  }

  .js-pinned-horizontal-slider {
    cursor: grab;
    touch-action: pan-y; /* allow vertical scroll if needed */
  }

  .business-item__visual {
    pointer-events: none;
  }

  .c-heading__alphabetic {
    font-size: 330%;
  }
}