@charset "UTF-8"; 

.intro {
  padding: 40vw 0 20vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.intro-text {
  width: 80vw;
  margin: 0 auto 6vw;
  line-height: 1.6;
}

.intro-text .intro-title {
  margin-bottom: 2vw;
  display: block;
  color: var(--black);
  font-size: 10vw;
  font-weight: 700;
}

.intro-image {
  width: 70%;
  margin-bottom: 15vw;
}

.intro-text .intro-subtitle {
  margin-bottom: 5vw;
  font-size: 4.21vw;
  font-family: var(--gothic);
  font-weight: bold;
  line-height: 2;
}

.intro-comment {
  margin-bottom: 8vw;
  text-align: justify;
}

.intro-comment p {
  font-size: 3.42vw;
  font-family: var(--gothic);
  line-height: 2;
  letter-spacing: 0.04em;
}

.intro-more {
  margin: 0;
}

.top-deco {
  margin-bottom: 20vw;
}

.top-deco .parallax02 {
  background: url(../images/top-deco-bg.jpg)no-repeat top center;
  background-size: cover;
}

.top-deco-container {
  width: 35vw;
  margin: auto;
  padding: 40vw 0;
}

.top-deco-container img {
  filter: saturate(0.6);
}

.profile {
  width: 80vw;
  margin: 0 auto;
  padding: 20vw 0;
}

.profile-text {
  margin-bottom: 15vw;
}

.profile-image img {
  width: 100%;
}

.profile-subtitle {
  margin-bottom: 5vw;
  font-size: 4.21vw;
  font-family: var(--gothic);
  line-height: 2;
}

.profile-comment {
  margin-bottom: 8vw;
  text-align: justify;
}

.profile-comment p {
  font-size: 3.42vw;
  font-family: var(--gothic);
  line-height: 2;
  letter-spacing: 0.04em;
}

.profile-more {
  margin: 0;
}

/* ============================================= 
  pc
================================================*/

@media screen and (min-width: 736px) {
  .intro {
      width: clamp(700px, 80vw, 840px);
      margin: auto;
      padding: 120px 0;
  }

  .intro-image {
      margin-bottom: 80px;
  }

  .intro-text {
      max-width: 840px;
      margin: auto;
  }

  .intro-text .intro-title {
    margin-bottom: 40px;
    font-size: 90px;
  }

  .intro-text .intro-subtitle {
      font-size: 20px;
      font-family: var(--gothic);
  }

  .intro-comment {
    width: 60%;
    margin-bottom: 40px;
    text-align: justify;
  }

  .intro-comment p {
      font-size: 16px;
      font-family: var(--gothic);
  }

  .top-deco {
      margin-bottom: 120px;
  }

  .top-deco .parallax02 {
      background: url(../images/top-deco-bg-pc.jpg)no-repeat top center;
      background-size: cover;
  }

  .top-deco-container {
      width: 200px;
      margin: auto;
      padding: 150px 0 200px;
  }

  
  .profile {
      padding: 120px 0;
  }

  .profile-text {
      width: 60%;
      margin-bottom: 60px;
      padding-right: 60px;
  }

  .profile-image {
      width: 30%;
      margin-left: auto;
  }

  .profile-subtitle {
      font-size: 20px;
      font-family: var(--gothic);
  }

  .profile-comment {
      margin-bottom: 0;
  }

  .profile-comment p {
      font-size: 16px;
      font-family: var(--gothic);
  }
}

/* retina用 ----------------------------------------------- */
@media screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 736px) and (min-resolution: 2dppx) {
}
