/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@media screen and (min-width: 320px) {
  .topFv {
    padding: 16rem 2.5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .topFv {
    padding: 17.5rem 2.5vw 0;
  }
}

.fvIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 320px) {
  .fvIntro {
    padding: 0 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .fvIntro {
    padding: 0 2.5vw;
  }
}

.fvtitle {
  font-weight: 400;
  line-height: 1.619;
}
@media screen and (min-width: 320px) {
  .fvtitle {
    font-size: 1rem;
    margin-top: 11rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .fvtitle {
    font-size: 2.1rem;
    margin-top: -10.3rem;
    letter-spacing: 0.06rem;
  }
}

.catchcopyEn {
  font-family: "georgiapro", sans-serif;
}
@media screen and (min-width: 320px) {
  .catchcopyEn {
    font-size: 4rem;
    margin-top: -3rem;
    letter-spacing: 0.2rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1025px) {
  .catchcopyEn {
    font-size: 17rem;
    margin-top: -16rem;
    letter-spacing: 0.4rem;
    line-height: 1.12;
  }
}
.catchcopyEn .bottom {
  display: block;
  text-align: right;
  font-size: 86%;
}
@media screen and (min-width: 1025px) {
  .catchcopyEn .bottom {
    padding-right: 4.5vw;
    letter-spacing: 0.6rem;
  }
}

.catchcopy {
  font-family: "shippori-mincho", sans-serif;
  line-height: 2.25;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (min-width: 320px) {
  .catchcopy {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .catchcopy {
    font-size: 3.2rem;
  }
}

.fvTopicsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .fvTopicsWrapper {
    padding: 2rem 2.5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .fvTopicsWrapper {
    padding: 11.3rem 2.5vw 0;
  }
}

.scrollArrow {
  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;
  border-radius: 50%;
  background: linear-gradient(125deg, rgb(102, 163, 250) 0%, rgb(81, 192, 193) 100%);
}
@media screen and (min-width: 320px) {
  .scrollArrow {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .scrollArrow {
    width: 13.5rem;
    height: 13.5rem;
  }
}

@media screen and (min-width: 320px) {
  .scrollArrowSvg {
    width: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .scrollArrowSvg {
    width: 5rem;
  }
}

.fvTopics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000000;
  color: #FFFFFF;
}
@media screen and (min-width: 320px) {
  .fvTopics {
    width: 80%;
    border-radius: 1rem;
    gap: 0 1rem;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .fvTopics {
    width: 36%;
    border-radius: 1.6rem;
    gap: 0 3rem;
    padding: 3rem 4rem;
  }
}
.fvTopics .date {
  font-family: "roc-grotesk-wide", sans-serif;
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .fvTopics .date {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1025px) {
  .fvTopics .date {
    font-size: 1.4rem;
  }
}
.fvTopics .title {
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .fvTopics .title {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .fvTopics .title {
    font-size: 1.8rem;
  }
}
.fvTopics .arrow {
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .fvTopics .arrow {
    width: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .fvTopics .arrow {
    width: 3rem;
  }
}

.fvImg {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .fvImg {
    margin-top: -4rem;
  }
}
@media screen and (min-width: 1025px) {
  .fvImg {
    margin-top: -6.5rem;
  }
}
@media screen and (min-width: 320px) {
  .fvImg .main-swiper .imgWrapper {
    border-radius: 16px;
    padding-bottom: 42.5%;
  }
}
@media screen and (min-width: 1025px) {
  .fvImg .main-swiper .imgWrapper {
    border-radius: 32px;
    padding-bottom: 42.5%;
  }
}
.fvImg .thumbnail-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 320px) {
  .fvImg .thumbnail-swiper {
    padding: 8px 0 0 70%;
  }
}
@media screen and (min-width: 1025px) {
  .fvImg .thumbnail-swiper {
    padding: 8px 0 0 80%;
  }
}
.fvImg .thumbnail-swiper .imgWrapper {
  padding-bottom: 100%;
}
@media screen and (min-width: 320px) {
  .fvImg .thumbnail-swiper .imgWrapper {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .fvImg .thumbnail-swiper .imgWrapper {
    border-radius: 16px;
  }
}
.fvImg .imgWrapper {
  position: relative;
  overflow: hidden;
}
.fvImg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.topAbout {
  position: relative;
  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: 320px) {
  .topAbout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6rem 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 16rem 10vw 0 2.5vw;
  }
}
@media screen and (min-width: 320px) {
  .topAbout .commonBtn {
    margin: 3rem 0 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout .commonBtn {
    margin: 6rem 0 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .aboutTextWrapper {
    padding-top: 19rem;
  }
}

.aboutTitleEn {
  font-family: "roc-grotesk-wide", sans-serif;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 320px) {
  .aboutTitleEn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .aboutTitleEn {
    font-size: 3.2rem;
  }
}

.aboutTitle {
  line-height: 1.84;
  font-weight: 500;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 320px) {
  .aboutTitle {
    font-size: 2.5rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .aboutTitle {
    font-size: 6.4rem;
    margin-top: 3.4rem;
  }
}

.aboutDesc {
  line-height: 1.905;
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .aboutDesc {
    font-size: 1.4rem;
    margin-top: 2.5rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .aboutDesc {
    font-size: 2.1rem;
    margin-top: 4rem;
    letter-spacing: 0.23rem;
  }
}

.aboutImg {
  background: #000000;
  aspect-ratio: 45/32;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .aboutImg {
    width: 85%;
    border-radius: 1.2rem;
    margin: 5rem auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .aboutImg {
    width: 43%;
    border-radius: 2.4rem;
    margin: 0;
  }
}

@-webkit-keyframes scrollText {
  100% {
    translate: -100%;
  }
}

@keyframes scrollText {
  100% {
    translate: -100%;
  }
}
.bgTextWrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0.4;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 320px) {
  .bgTextWrapper {
    top: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .bgTextWrapper {
    top: 13rem;
  }
}

.bgText {
  font-family: "georgiapro", sans-serif;
  color: #FFFFFF;
  -webkit-animation: scrollText 40s linear infinite;
          animation: scrollText 40s linear infinite;
}
@media screen and (min-width: 320px) {
  .bgText {
    font-size: 8rem;
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .bgText {
    font-size: 24rem;
    padding-right: 15rem;
  }
}

@media screen and (min-width: 320px) {
  .topTopics {
    padding: 10rem 2.5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .topTopics {
    padding: 22rem 2.5vw 0;
  }
}
.topTopics .sectionTitleEn, .topTopics .sectionTitle {
  padding-left: 2.5vw;
}
@media screen and (min-width: 320px) {
  .topTopics .commonBtn {
    margin: 4rem auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .topTopics .commonBtn {
    margin: 8.5rem auto 0;
  }
}

.topicsDesc {
  opacity: 0.8;
  padding-left: 2.5vw;
}
@media screen and (min-width: 320px) {
  .topicsDesc {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .topicsDesc {
    font-size: 2.1rem;
    margin-top: 5rem;
  }
}/*# sourceMappingURL=top.css.map */