.mainContents.scroll-body {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
}

.scroll-body {
  position: relative;
  margin-bottom: 50px;
}

.section-top {
  width: calc(100% - var(--vertical-width));
  margin: 0 auto;
  margin-bottom: 32px;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .section-top {
    padding: 0 100px;
  }
}
@media (min-width: 751px) and (max-width: 1023px) {
  .section-top {
    padding: 0 70px;
  }
}
@media screen and (max-width: 750px) {
  .section-top {
    margin-bottom: 90px;
    padding: 0 10px;
  }
}
.section-top picture.section-top-image {
  width: 100%;
  height: auto;
  margin: 0 10px;
}
.section-top picture.section-top-image img {
  width: calc(100% - 20px);
  height: auto;
}


.section-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 32px;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section-swiper .swiper-slide picture {
  display: block;
  background-color: #fff;
}
.section-swiper .swiper-wrapper {
  width: 100%;
}
.section-swiper .swiper-wrapper .swiper-slide {
  padding-right: 24px;
  box-sizing: border-box;
}
.section-swiper .swiper-wrapper .swiper-slide img.section-swiper-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-swiper .swiper-wrapper .swiper-slide .swiper-slide_title {
  margin: 14px 0;
  font-size: 14px;
}
.section-swiper .swiper-wrapper .swiper-slide .swiper-slide_text {
  font-size: 12px;
}
.section-swiper .swiper-pagination {
  position: static;
  margin-top: 24px;
}
.section-swiper .swiper-pagination-bullet-active {
  background: #000;
}

@media screen and (min-width: 751px) {
  .section-swiper {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .section-swiper .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 751px) {
  .section-swiper .swiper-wrapper .swiper-slide {
    padding-right: 0px;
  }
}
.section-ranking {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 2;
}
.section-ranking .ranking-content {
  background-color: #fff;
}
.section-title-ranking {
  margin-top: 50px;
  margin-bottom: 10px;
}
.section-ranking .ranking-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.section-ranking .ranking-content .content-rank {
  position: absolute;
  top: 20px;
  left: 20px;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 20px;
  color: white;
  border-bottom: 1px solid white;
}
.section-ranking .ranking-content img.ranking-content-image {
  width: 100%;
  max-height: 837px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-ranking .ranking-content .content-text {
  position: absolute;
  left: 10px;
  bottom: 12px;
  font-size: 7px;
  color: white;
  letter-spacing: 0.77px;
  text-wrap: nowrap;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}

@media screen and (min-width: 751px) {
  .section-ranking {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 100px;
  }
  .section-ranking .ranking-content .content-rank {
    display: block;
  }
  .section-ranking .ranking-content .content-text {
    display: none;
  }
}
.section-stories {
  width: calc(100% - var(--vertical-width));
  margin: 0 80px;
  margin-bottom: 100px;
  padding: 0 5%;
  box-sizing: border-box;
  overflow: hidden;
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 32px;
}
.section-stories .stories-content {
  width: 100%;
  position: relative;
}
.section-stories .stories-content .stories-content_img_box {
  flex: 1;
  width: 100%;
  height: 100%;
}
.section-stories .stories-content .stories-content_img_box .stories-content_img {
  width: 100%;
  max-width: 760px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-stories .stories-content .stories-content_text {
  position: absolute;
  bottom: 0;
  padding: 24px;
  color: white;
}
.section-stories .stories-content .stories-content_text .stories-content_text_title {
  font-size: 16px;
  letter-spacing: 1.25px;
}
.section-stories .stories-content .stories-content_text .stories-content_text_description {
  margin-top: 23px;
  font-size: 12px;
  letter-spacing: 0.95px;
  line-height: 20px;
}
.section-stories .stories-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.5));
  pointer-events: none;
}

  .section-stories {
    display: grid;
  }
  .section-stories {
    grid-template-columns: repeat(2, 1fr);
  }

@media screen and (min-width: 751px) {
  .section-stories {
    display: grid;
  }
}
@media screen and (min-width: 1100px) {
  .section-stories {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-about {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.section-about .section-about-container {
  background-color: #fff;
}
.section-about .section-about-container {
  width: 100%;
  height: 100%;
}
.section-about .section-about-container img.section-about-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-about .label-text {
  position: absolute;
  bottom: 14px;
  font-size: 25px;
  text-wrap: nowrap;
  letter-spacing: 1.1px;
  padding: 0 90px
}

@media screen and (min-width: 751px) {
  .section-about {
    aspect-ratio: unset;
    margin-bottom: 80px;
  }
}
.section-viewall {
  margin: 17px 0;
  text-align: center;
  letter-spacing: 1.32px;
  font-size: 12px;
}
.section-viewall a {
  text-decoration: none;
  color: #000;
}
.section-viewall a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 751px) {
  .section-viewall {
    display: none;
  }
}
.header-bar {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  padding: 0 90px;
  padding-bottom: 10px;
}

.header-bar a {
  font-size: 25px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 751px) {
  .header-bar {
    padding: 20px 36px 10px;
    font-size: 25px;
  }
  .header-bar a {
    font-size: 25px;
  }
  .section-about .label-text {
    padding-left: 36px;
    font-size: 25px;
  }
  .section-stories {
    display: block;
    width: 100%;
    margin: 0 0px;
    margin-bottom: 50px;
    padding: 0 8%;
    box-sizing: border-box;
    overflow: hidden;
    row-gap: 32px;
  }
  .section-stories .stories-content:nth-of-type(2) {
    display: none;
  }
}


.section-news .swiper-slide img {
  max-height: 750px;
}

@media screen and (max-width: 751px) {
  .section-news .swiper-slide img {
    max-height: 210px;
  }
}

.section-ranking .stories-content {
  background-color: #fff;
}

