@charset "utf-8";
/* CSS Document */
.main {
  background-color: #FFF;
}
.header_logo-SP {
  left: 5px;
}
.section-family-tree {
  margin-bottom: 80px;
  margin-top: 120px;
  margin-left: 20px;
  max-width: 830px;
}
.section-family-tree h2 {
  margin-bottom: 80px;
}
.section-family-tree h3 {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 60px;
  line-height: 1.5;
}
.section-family-tree h4 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 40px;
  line-height: 2.0;
}
.section-family-tree_p {
  text-align: left;
  line-height: 2.0;
}
.section-family-tree_image {
  width: 30%;
  margin-left: 30px;
}
.section-family-tree_wrapper-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.top-section {
  display: flex;
  justify-content: center;
}
@media(max-width: 768px) {
  .side-menu h1 {
    display: none;
  }
  .side-menu_take-out {
    display: none;
  }
  .top-section {
    display: block;
  }
  .section-family-tree {
    margin-bottom: 80px;
    margin-top: 80px;
    margin-left: 0;
  }
  .section-family-tree h3 {
    font-size: 1.8rem;
    padding: 0 15px;
  }
  .section-family-tree h4 {
    padding: 0 15px;
  }
  .section-family-tree_p {
    font-size: 1.4rem;
    padding: 0 15px;
  }
  .section-family-tree_wrapper-2 {
    display: block;
    margin-left: 0;
  }
  .section-family-tree_image {
    margin: 40px auto 0px;
  }
}
.section-story {
  margin-top: 40px;
  background-image: url("../images/about/yellow.png"), url("../images/about/right gray.png"), url("../images/about/rindou-1.png"), url("../images/about/purple.png"), url("../images/about/gray.png"), url("../images/about/green.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 10% 1%, 85% 0%, 15% 50%, 38% 60%, 8% 100%, 94% 98%;
  background-size: 123px, 104px, 77px, 110px, 190px, 224px;
}
.section-story_h3 {
  width: 490px;
  margin-bottom: 60px;
}
.section-story_bg-pink {
  background-image: url("../images/about/pink.png");
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
}
.section-story_p-1 {
  text-align: left;
  line-height: 2.0;
  font-size: 1.6rem;
}
.section-story_span-1 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #C86684;
}
.section-story_image-1 {
  width: 39.09%;
  border-radius: 50px;
  margin-right: 80px;
}
.section-story_wrapper-1 {
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
}
.section-story_p-2 {
  font-size: 1.6rem;
  line-height: 3.0;
  margin: 80px 0;
  opacity: 0;
}
.section-story_br-SP {
  display: none;
}
.section-story_span-2 {
  font-size: 2.4rem;
  font-weight: 600;
}
.section-story_bg-blue {
  background-image: url("../images/about/blue.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-story_p-3 {
  text-align: left;
  line-height: 2.0;
  font-size: 1.6rem;
}
.section-story_span-3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #6191A7;
}
.section-story_image-2 {
  width: 39.09%;
  border-radius: 50px;
  margin-left: 80px;
}
.section-story_wrapper-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media(max-width: 768px) {
  .section-story {
    background-image: url("../images/about/yellow.png"), url("../images/about/right gray.png"), url("../images/about/rindou-1.png"), url("../images/about/purple.png"), url("../images/about/gray.png"), url("../images/about/green.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 2% 1%, 100% 0%, 10% 50%, 98% 45%, 0% 97%, 95% 100%;
    background-size: 80px, 75px, 56px, 90px, 115px, 60px
  }
  .section-story_h3 {
    width: 246px;
    margin-bottom: 60px;
  }
  .section-story_bg-pink {
    background-position: left;
    background-size: 47%;
  }
  .section-story_wrapper-1, .section-story_wrapper-2 {
    display: block;
  }
  .section-story_p-1, .section-story_p-3 {
    font-size: 1.4rem;
    padding: 0 15px;
  }
  .section-story_span-1, .section-story_span-3 {
    font-size: 2.0rem;
  }
  .section-story_image-1, .section-story_image-2 {
    width: 92%;
    border-radius: 30px;
    margin: 40px auto 0;
  }
  .section-story_bg-blue {
    background-image: url(../images/about/blue.png);
    background-position: 100% 60%;
    background-repeat: no-repeat;
    background-size: 260px;
  }
  .section-story_p-2 {
    font-size: 1.4rem;
    padding: 0 15px;
  }
  .section-story_br-SP {
    display: block;
  }
  .section-story_span-2 {
    font-size: 1.8rem;
  }
}
@media(max-width: 480px) {
  .section-story {
    background-position: 2% 1%, 100% 0%, 10% 54%, 98% 40%, 0% 97%, 95% 100%;
    background-size: 80px, 75px, 45px, 90px, 115px, 60px;
  }
  .section-story_bg-pink {
    background-size: 70%;
  }
}
.section-logo {
  margin-bottom: 150px;
  background-image: url("../images/about/rindou-2.png");
  background-repeat: no-repeat;
  background-position: 85% 77%;
  background-size: 80px;
}
.section-logo_image {
  width: 20.93%;
  margin-right: 80px;
}
.section-logo p {
  font-size: 1.6rem;
  text-align: left;
  line-height: 2.0;
}
.section-logo_p-2 {
  margin: 30px 0;
}
.section-logo_warpper-1 {
  background-image: url("../images/about/yellow-2.png");
  background-position: left;
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-logo_warpper-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(max-width: 768px) {
  .section-logo {
    margin-bottom: 100px;
    text-align: center;
    background-position: 90% 93%;
    background-size: 50px;
  }
  .section-logo_warpper-1 {
    background-size: 70%;
  }
  .section-logo_warpper-2 {
    display: block;
    margin: 0 50px;
  }
  .section-logo_image {
    width: 60%;
    margin: 0 auto;
  }
  .section-logo p {
    font-size: 1.4rem;
  }
}