main {
  padding-top: 0; }
  main .sectionTitle {
    font-size: 12rem; }
  main .mv {
    height: 100vh;
    position: relative;
    padding: 0; }
    main .mv__bg {
      width: 100%;
      height: 100%; }
    main .mv__scroll {
      position: absolute;
      mix-blend-mode: difference;
      color: #fff;
      right: -50px;
      bottom: 80px;
      width: 220px;
      transform: rotate(90deg);
      border-bottom: 1px #fff solid;
      font-size: 1.2rem; }
  main .pickup {
    padding-top: 180px; }
    main .pickup__title {
      z-index: 1;
      position: relative;
      line-height: 1;
      padding-top: 30px;
      display: inline-block;
      mix-blend-mode: difference;
      color: #fff; }
    main .pickup__imgWrap {
      max-width: 100%;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0; }
    main .pickup__img {
      width: 920px;
      height: 690px;
      object-fit: cover; }
    main .pickup__head {
      position: static;
      padding-top: 250px;
      width: 60%; }
  main .latests__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 90px; }
  main .latests__item {
    width: 460px;
    max-width: calc((100% - 30px) / 2);
    display: block; }
    main .latests__item:nth-child(odd) {
      margin-top: -90px; }
    main .latests__item:nth-child(even) {
      margin-top: 90px; }
  main .latests__img {
    height: 345px; }
  main .keywords__title {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 1em; }
  main .keywords__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  main .keywords__tag {
    font-size: 1.2rem;
    border: 1px #000 solid;
    padding: 2.5px 10px;
    border-radius: 15px;
    margin: 5px;
    font-family: "neue-haas-grotesk-display", sans-serif; }
  main .about {
    position: relative; }
    main .about__head {
      font-size: 15vw;
      font-family: "Parabole";
      color: rgba(0, 0, 0, 0.05);
      line-height: 1; }
    main .about__left {
      left: 0;
      top: 130px;
      position: absolute; }
    main .about__right {
      right: 0;
      top: 320px;
      position: absolute; }
    main .about__wrap {
      padding: 150px 0 100px; }
    main .about__text {
      font-size: 2rem;
      line-height: 2; }
      main .about__text + p {
        margin-top: 2em; }
    main .about__btn {
      font-size: 2rem;
      font-family: "Parabole";
      font-weight: 400;
      border: #000 1px solid;
      border-radius: 30px;
      padding: 10px 40px 10px 20px;
      position: relative;
      display: block;
      width: fit-content; }
      main .about__btn::after {
        content: "";
        width: 7.5px;
        height: 7.5px;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 25px;
        border-top: solid 1px #000;
        border-right: solid 1px #000;
        transform: rotate(45deg) translateY(-50%); }
  main .news__wrap {
    margin-top: 100px; }
  main .news__link {
    display: flex;
    border-bottom: 1px #000 solid;
    padding: 35px 0; }
  main .news__date {
    width: 125px; }
  main .news__cat {
    width: 155px; }

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 40px; }

  main {
    padding-top: 0; }
    main .sectionTitle {
      font-size: 5rem; }
    main .mv__scroll {
      font-size: 1.2rem;
      right: -100px;
      width: 220px;
      bottom: 60px; }
    main .pickup {
      padding: 100px 0 50px; }
      main .pickup__title {
        padding-top: 15px; }
      main .pickup__imgWrap {
        right: 40px;
        pointer-events: none; }
      main .pickup__img {
        width: 250px;
        height: 480px; }
      main .pickup__head {
        width: 100%;
        padding-right: 60px;
        padding-top: 60px; }
        main .pickup__head .articleHead__date {
          display: block;
          margin-bottom: 1em; }
    main .latests {
      padding: 50px 0; }
      main .latests__wrap {
        display: block;
        margin-top: 0; }
      main .latests__item {
        max-width: 100%;
        width: 100%; }
        main .latests__item:nth-child(odd) {
          margin-top: 50px; }
        main .latests__item:nth-child(even) {
          margin-top: 50px; }
      main .latests__img {
        height: 240px; }
      main .latests__cat {
        font-size: 1.2rem; }
      main .latests__date {
        font-size: 1rem;
        display: inline-block; }
      main .latests__tagWrap {
        display: inline-block; }
    main .keywords__title {
      font-size: 2rem; }
    main .keywords__tag {
      font-size: 1rem;
      padding: 2.5px 5px; }
    main .about__left {
      top: 90px; }
    main .about__right {
      top: 140px; }
    main .about__wrap {
      padding: 30px 0 70px; }
    main .about__text {
      font-size: 1.6rem; }
    main .about__btn {
      width: 100%;
      padding: 10px;
      text-align: center; }
    main .news__wrap {
      margin-top: 0; }
    main .news__link {
      flex-wrap: wrap;
      padding: 30px 0; }
    main .news__heading {
      width: 100%;
      margin-top: 1em; } }
