@charset "UTF-8";
/* CSS Document */
main {
  margin-top: 120px;
}
 body {
   background-image: url("../image/top/pc/AdobeStock_206528445.jpeg");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.section-about__top {
  margin: 100px 0 100px;
}
.fadeUpTrigger{
opacity: 0;
}
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.section-about__top h2 {
 font-family: "Lora";
    font-size: 3.0rem;
    font-weight: 100;
    color: #545454;
    padding-top: 170px;
}
.about-image {
  margin-top: 50px;
  width: 100%;
}
.concept-wrapper  {
  position: relative;
}
.concept__de1 {
    position: absolute;
    width: 550px;
    top: 27%;
    left: 32%;
    line-height: 3.0;
    text-align: left;
    font-size: 1.6rem;
}
.concept-image {
  max-width: 750px;
    height: 500px;
    width: 100%;
}
@media (max-width:960px) {
  main {
  margin-top: 80px;
}
  .section-about__top {
  margin-top: 100px;
}
.section-about__top h2 {
  font-family: "Lora";
  font-size: 2.4rem;
  font-weight: 100;
  color: #545454;
  margin-bottom: 70px;
  padding-top: 50px;
}
  .top-area {
    background-image: url("../image/about/chandra-oh-W6guA1zhvdQ-unsplash.png");
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
  }
.about-image {
  display: none;
}
}
.concept-image {
  ax-width: 750px;
    height: 500px;
    width: 100%;  
}
/*
.concept__de1 {
    line-height: 2.5;
    font-size: 1.8rem;
    text-align: left;
    margin: -33% 0 0 30%;
}
*/
@media (max-width:1100px) {
.concept__de1 {
   position: absolute;
    top: 28%;
    left: 25%;
    width: 500px;
    line-height: 3.0;
    font-size: 1.4rem;
    text-align: left;
    z-index: 2;
}
}
.plofile {
  width: 370px;
  height: 300px;
}
.plofile-wrapper {
  display: flex;
  margin: 200px 0 200px 40px;
}
.name {
  font-size: 1.4rem;
  width: 225px;
  padding-left: 30px;
}
.keireki {
  padding-left: 20px;
}
.kanji {
  font-size: 2.4rem;
}
.flex {
  display: flex;
  flex-direction: column;
}
p {
  text-align: left;
}
.message-wrapper {
  position: relative;
  margin-bottom: 130px;
}
.section-about__de2 {
position: absolute;
    top: 23%;
    left: 10%;
    text-align: left;
    width: 513px;
    line-height: 2;
}
@media(max-width:760px) {
  .concept-wrapper {
  position: relative;
    margin: 100px auto 0;
    background-image: url(../image/about/concept-m.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 375px;
    height: 460px;
    z-index: 1;
}
   .concept-image {
  display: none;
}
  .concept__de1 {
      position: absolute;
    top: 18%;
    left: 20%;
    width: 250px;
    line-height: 3.0;
    font-size: 1.2rem;
    text-align: left;
    z-index: 2;
}
}
@media (max-width:1320px) {
  .plofile-wrapper {
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20% 0 0 0;
  }
  .message-wrapper {
    margin-top: 100px;
  }
  .flex {
    text-align: center;
  }
}
@media (max-width:1060px) {
  .name {
  font-size: 1.2rem;
  width: 225px;
  padding-left: 60px;
}
.keireki {
  padding-left: 60px;
}
.kanji {
  font-size: 2.0rem;
}
p {
  text-align: left;
} 
}
@media (max-width:480px) {
 .plofile {
  display: none; 
}
  .image-area {
 background-image: url("../image/about/chinatu2.png");
    background-position: center;
    background-repeat: no-repeat;
   background-size: cover;
   width: 265px;
   height: 210px;
}
}
@media (max-width:760px) {
  .message-bg {
    display: none;
  }
  .message-wrapper {
     position: static;
    background-image: url("../image/about/en@2x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 585px;
}
.section-about__de2 {
 position: static;
    top: 10%;
    left: 5%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 3.5;
    width: 400px;
    margin: 20% 0 0 15%;
} 
}
@media (max-width:480px) {
 .section-about__de2 {
 position: static;
    top: 10%;
    left: 5%;
    text-align: left;
    font-size: 1.2rem;
    line-height: 3.5;
    width: 310px;
    margin: 25% 0 0 15%;
}  
}