@charset "UTF-8";
/* CSS Document */
.main {
  overflow: hidden;
}
.hidden {
  display: none;
}
@media(max-width:840px) {
  .hidden {
    display: block;
  }
  .display {
    display: none;
  }
}
.section-about {
    margin-top: 90px;
  background-color: #f01b1b;
  border-top-left-radius: 50vw 50vh;
  border-top-right-radius: 50vw 50vh;
  color: #ffffff;
  padding: 140px 0 180px 0;
  position: relative;
}
.section-about-bg {
  position: absolute;
  top: 5vh;
  right: 14vw;
  width: 19vw;
}
.section-about-main {
  width: 48%;
  margin: 0 auto;
}
.section-about h2{
    display:inline-block;
    padding-right:50px;
}
.section-about-main  span {
  display: inline-block;
  font-size: 3.0rem;
  line-height: 5.4rem;
  font-family: 'Zen Maru Gothic', 'DNP 秀英丸ゴシック Std L', 'DNP 秀英丸ゴシック Std B', 'A-OTF UD新丸ゴ Pr6N L';
  font-weight: 600;
}
.about-hidden {
  display: none;
}
.section-about-main h3 {
  margin-top: 120px;
}
.section-about-main p {
  margin: 50px 0 100px 0;
}
.section-about-containt h3 {
  padding-bottom: 50px;
}
.about1, .about2, .about3 {
  display: flex;
  width: 86%;
  margin: 0 auto;
}
.about2 {
  flex-direction: row-reverse;
}
.about-img1 {
  display: block;
  width: 45%;
}
.about-text1 {
  margin: 0 0 0 80px;
  width: 45%;
}
.about-text1_containt {
  margin: 0 22% 0 0;
}
.about-text2 {
  margin: 0 60px 0 0;
  width: 55%;
}
.about-text2_containt {
  margin: 0 0 0 22%;
}
.about-img2 {
  display: block;
  width: 32vw;
}
.about1 {
  margin-bottom: 120px;
}
.about3 {
  margin-top: -24vh;
}
.about-text3 {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 0 0 80px;
}
.about-text3_containt {
  margin: 0 22% 0 0;
}
.about-img3 {
  display: block;
  width: 32vw;
}
.suisyoubrand-logo {
  margin-bottom: 33px;
}
.section-about ul {
  list-style: none;
  text-align: center;
  display: flex;
  max-width: 86%;
  justify-content: space-between;
  margin: 180px auto 180px auto;
}
.section-about ul li {
  max-width: 250px;
  padding: 2.5%; 
  animation:3s linear infinite rotation;
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(-360deg); }
}
.about_products, .about_access {
  display: block;
  text-decoration: none;
  color: #f01b1b;
  text-align: center;
  border-style: solid;
  border-width: 3px;
  border-radius: 45px;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  font-size: 3.0rem;
  line-height: 5.4rem;
  width: 590px;
  height: 90px;
  padding-top: 15px;
  margin: 180px auto 0 auto;
}
.about_access {
  margin: 50px auto 0px auto;
}
@media(max-width:1100px) {
    .section-about {
        margin-top: 60px;
}
}
@media(max-width:1024px) {
  .section-about {
    border-top-left-radius: 50vw 20vh;
    border-top-right-radius: 50vw 20vh;
    padding: 70px 0 180px 0;
  }
  .section-about-main {
    width: 80%;
  }
  .section-about h2 span {
    padding-left: 0;
  }
  .section-about-bg {
    top: 2vh;
  }
  .about-hidden {
    display: block;
  }
  .about1, .about2, .about3 {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .about-img1 {
    width: 80vw;
    margin: 140px auto 50px;
  }
  .about-text1, .about-text2, .about-text3 {
    width: 80vw;
    margin: 0 auto;
  }
  .about-text1_containt, .about-text2_containt, .about-text3_containt {
    margin: 0 auto;
  }
  .about-img2, .about-img3 {
    width: 70vw;
    margin: 140px auto 50px;
  }
  .section-about ul li {
    max-width: 160px;
  }
  .about_products, .about_access {
    font-size: 1.5rem;
    line-height: 2.7rem;
    width: 300px;
    max-width: 100%;
    height: 46px;
    padding-top: 6px;
    margin: 80px auto 0 auto;
  }
    }