html {
  font-family: "Noto Sans JP", sans-serif; 
  font-family: "Dancing Script", cursive;
  color: #4e454a;
}

.pop {font-family: "Poppins", sans-serif;}

.container {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

/* ヘッダー */
header {
  padding: 27px 0;
}

.logo {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.04px;
}

.logo span {
    background: linear-gradient(to right,#f59090,#fcd7a1,#fff9b1,#a5d4ad,#a3bce2,#a59aca,#cfa7cd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
}

.header_menu li {
    font-size: 20px;
    font-weight: 400;
    margin-left: 32px;
}

.header_menu li a {
  transition: .3s;
}

.header_menu li a:hover {
  color: #cfa7cd;
  transition: .3s;
}

@media only screen and (max-width: 768px) {
  header .container {
    justify-content: center;
  }
  .header_menu li {
    margin: 20px 16px 0 16px;
  }
}

/* メイン */

#hero {
  background-image: url(../images/mainimg.jpg);
  background-position: center;
  background-size: cover;
  height: 540px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 90px;
  overflow: hidden;
}

#hero::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: 1;
}

  .hero_inner {
    z-index: 2;
    color: #fcd7a1;
    width: 100%;
    text-align: center;
  }

  .hero_inner h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .hero_inner p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  }

  @media only screen and (max-width: 768px) {
    #hero {height: 460px;}
    .hero_inner p {font-size: 15px;}
    .hero_inner h1 {font-size: 17px;}
  }

  /* アバウト */

  #about {
    margin-bottom: 120px;
  }

  h2 {
    color: #4e454a;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 32px;
  }
  .about_inner{
    margin-bottom: 40px;
    position: relative;
   } 

  .column-60 {
    width: 60%;
   }
   

   #about .portrait {
    border-radius: 100px;
    width: 180px;
    margin-bottom: 20px;
   }

  .about_text {
    line-height: 2;
    margin-bottom: 24px;
  }

   .text {
    line-height: 2;
    margin-bottom: 24px;
   }

   /* ワークス */

   #works {
    margin-bottom: 120px;
  }

  .column-60 {
    margin-left: 10px;
    width: 60%;
   }

   #works h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
   }

   .button {
    transition: .3s;
  }
  
  .button:hover {
    color: #cfa7cd;
    transition: .3s;
  }

   .button {
    font-size: 24px;
    display: inline-block;
    background-color: #cfa7cd;
    border: solid 1px #cfa7cd;
    padding: 8px 80px;
    border-radius: 40px;
   }

   .heading {
    font-family: "Dancing Script", cursive;
    font-size: 240px;
    font-weight: 700;
    color: #a59aca;
    opacity: 0.1;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-30%);
    z-index: -1;
   }

   .heading_works {
    font-family: "Dancing Script", cursive;
    font-size: 180px;
    font-weight: 700;
    color: #a59aca;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-30%);
    z-index: -1;
   }

   @media only screen and (max-width: 768px) {
    h2 {font-size: 24px;
      line-height: 1.5;}

    .column-60 {width: 100%;
    margin-bottom: 32px;}

    .column-45 {width: 100%;}

    .text {
      font-size: 15px;
      line-height: 1.7;}
      .concept-img {margin-top: 30px;}

      .heading {
        font-size: 100px;
      }
      .heading_works {
        font-size: 100px;
      }
   }

   /* コンタクト */

   #contact {
    margin-bottom: 120px;
   }

   .contact_inner {
    margin-bottom: 40px;
    position: relative;
   }

   .column-60 {
    width: 60%;
   }

   #contact h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
   }

   @media only screen and (max-width: 768px) {
    #contact h3 {font-size: 17px;}
    .column-60 {width: 100%;
    margin-bottom: 30px;}
   }


footer {
  text-align: center;
  margin: 90px 0;
}

.copyright {
  font-size: 12px;
  margin-top: 40px;
}

/* コンタクトページ */




  /* Aboutページ */

  #pageabout {
    background-color: #a3bce2;
    height: 180px;
    margin-bottom: 80px;
  }

  #pageabout h1 {
    text-align: center; 
    line-height: 180px;
  }

  .about_img {
    width: 300px;
  }

  /* Worksページ */

  #pageworks {
    background-color: #cfa7cd;
    height: 180px;
    margin-bottom: 80px;
  }

  #pageworks h1 {
    text-align: center; 
    line-height: 180px;
  }

  .column-45 {
    width: 45%;
    margin-left: 10px;
    margin-bottom: 40px;
  }

  .works_img {
    width: 100%;
  }

  .works_img_yoga {
    width: 70%;
  }

  