@charset "utf-8";

/*==========================
ABOUT
==========================*/
.about__img {
    width: fit-content;
    margin: 0 auto 50px;
  }

  .about__caption {
    width: fit-content;
    margin: 0 auto;
  }

   .about__link {
    padding-top: 40px;
    line-height: 1.5;
   }

   .about__link li {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
   }

   .about__link li:hover {
    opacity: 0.5;
  }

   .about__link img {
    margin-left: 5px;
    width: 20px;
   }

  @media screen and (min-width: 1025px) {
    .about__content {
      display: flex;
      flex-direction: row-reverse;
      justify-content: center;
      align-items: center;
    }

    .about__caption {
    margin-right: 30px;
    }
  }/* pc 1025px */


/*==========================
biography
==========================*/
  .section--biography {
    line-height: 1.6;
  }

  .bio__img {
    width: 400px;
  }

  .bio__content {
    max-width: 1000px;
    margin: 0 auto;
  }

  .bio__topic {
    margin: 10px 0;
  }

  .bio__topic span {
    color: #90919F;
    font-weight: 600;
  }

/*==========================
works
==========================*/

  .works__title {
    text-align: center;
    margin-bottom: 60px;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .works__gif {
    width: 400px;
  }

  .works__topic {
    margin: 0 auto;
  }

  .works__topic img {
    display: block;
    margin: 0 auto;
  }

  .works__topictitle {
    margin-top: 10px;
    font-size: 2rem;
    color: #90919F;
    font-weight: 600;
  }

  .works__topic {
    line-height: 1.5;
    font-size: 1.6rem;
    margin-bottom: 60px;
    max-width: 350px;
  }


  @media screen and (min-width: 1260px) {

    .section--works {
      padding: 120px 3% 120px;
    }

    .works__content {
      display: flex;
      max-width: 1440px;
      margin: 0 auto;
    }

    .works__topic {
      width: calc(100% 3);
    }

  }/* pc 1260px */



    /*==========================
  CONTACT
  ==========================*/
  .section--contact {
    background: #E3E2E2;
    padding-left: 0;
    padding-right: 0;
  }

  .section__colortopic {
    font-size: 60px;
    text-align: center;
    color: #fff;
    -webkit-text-stroke: 1px #5F5F5F;
    letter-spacing: -2px;
  }

  .section__colortopic span:nth-child(1) {
    color: var(--primary-orange);
  }

  .section__colortopic span:nth-child(2) {
    color: #fff;
  }

  .section__colortopic span:nth-child(3) {
    color: var(--primary-yellow);
  }

  .section__colortopic span:nth-child(4) {
    color: #fff;
    margin-left: 3px;
  }

  .section__colortopic span:nth-child(5) {
    color: var(--primary-green);
    margin-left: -6px;

  }

  .section__colortopic span:nth-child(6) {
    color: #fff;
  }

  .section__colortopic span:nth-child(7) {
    color: var(--primary-blue);
  }

  .contact__gif {
    margin-top: 45px;
  }
  
  .contactbtn {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }

  .contactbtn:hover {
    opacity: 0.5;
  }

  .contact__aftertopic {
    height: 30px;
  }

  @media screen and (min-width: 425px) {
    .section__colortopic {
      font-size: 75px;
    }
  }/* pc 424px */

  @media screen and (min-width: 769px) {
    .section__colortopic {
      font-size: 150px;
      -webkit-text-stroke: 2px #5F5F5F;
      letter-spacing: -4.5px;
    }
  }/* pc 769px */