/*=============================================================
 01_base
=============================================================*/
@-webkit-keyframes move-chara1 {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes move-chara1 {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes move-chara2 {
  0%, 100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
}
@keyframes move-chara2 {
  0%, 100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
}
@-webkit-keyframes move-chara1-sp {
  0%, 100% {
    transform: translateY(0.8vw);
  }
  50% {
    transform: translateY(-0.8vw);
  }
}
@keyframes move-chara1-sp {
  0%, 100% {
    transform: translateY(0.8vw);
  }
  50% {
    transform: translateY(-0.8vw);
  }
}
@-webkit-keyframes move-chara2-sp {
  0%, 100% {
    transform: translateY(-0.8vw);
  }
  50% {
    transform: translateY(0.8vw);
  }
}
@keyframes move-chara2-sp {
  0%, 100% {
    transform: translateY(-0.8vw);
  }
  50% {
    transform: translateY(0.8vw);
  }
}
#about {
  padding-bottom: 115px;
}
@media only screen and (max-width: 768px) {
  #about {
    padding-bottom: 15.3125vw;
  }
}
#about .bg-round::after {
  top: 0vw;
  background: url("../img/about/bg.png") no-repeat top center;
  background-size: cover;
  mix-blend-mode: darken;
}
@media only screen and (max-width: 768px) {
  #about .bg-round::after {
    bottom: 0;
    top: inherit;
  }
}
@media only screen and (max-width: 768px) {
  #about .ttl-box h1 {
    width: 50.46875vw;
  }
}
#about .block {
  position: relative;
  width: 1300px;
  padding: 138px 0 114px;
  margin: 80px auto 120px;
  border-radius: 100px;
  background: url("../img/about/bg_block.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #about .block {
    width: auto;
    padding: 17.1875vw 0 56.25vw;
    margin: 0 auto 15.3125vw;
    border-radius: 10.9375vw;
    background: url("../img/about/bg_block-sp.png") no-repeat top center;
    background-size: 100% auto;
  }
}
#about .text {
  text-align: center;
  margin-bottom: 62px;
}
@media only screen and (max-width: 768px) {
  #about .text {
    margin-bottom: 4.6875vw;
  }
}
#about .text p.txt1 {
  font-size: 42px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #FDF303;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #about .text p.txt1 {
    font-size: 5.46875vw;
    margin-bottom: 5vw;
    line-height: 1.4;
  }
}
#about .text p.txt2 {
  font-size: 50px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #FDF303;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #about .text p.txt2 {
    font-size: 6.25vw;
    margin-bottom: 5vw;
    line-height: 1.4;
  }
}
#about .text p.txt {
  font-size: 22px;
  line-height: 2.4;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media only screen and (max-width: 768px) {
  #about .text p.txt {
    font-size: 3.4375vw;
    line-height: 2;
  }
}
#about .text p.txt span.bold {
  position: relative;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #about .text p.txt span.bold {
    font-size: 3.75vw;
  }
}
#about .text p.txt span.line {
  position: relative;
}
#about .text p.txt span.line::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  border-radius: 20px;
  background-color: rgba(255, 250, 137, 0.4);
}
#about .sd-chara {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #about .sd-chara {
    bottom: -6.25vw;
  }
}
#about .sd-chara ul {
  width: 1036px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media only screen and (max-width: 768px) {
  #about .sd-chara ul {
    width: 72.8125vw;
    flex-wrap: wrap;
  }
}
#about .sd-chara ul li {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #about .sd-chara ul li {
    text-align: center;
    width: 33.2%;
    margin-bottom: 1.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .sd-chara ul li:nth-child(1) img {
    width: 19.6875vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .sd-chara ul li:nth-child(2) img {
    width: 19.6875vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .sd-chara ul li:nth-child(3) img {
    width: 22.03125vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .sd-chara ul li:nth-child(4) img {
    width: 19.84375vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .sd-chara ul li:nth-child(5) img {
    width: 25.15625vw;
    margin-left: -1.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .sd-chara ul li:nth-child(6) img {
    width: 21.875vw;
  }
}
#about .sd-chara ul li:nth-child(1) img {
  -webkit-animation: move-chara1 5s infinite ease both;
          animation: move-chara1 5s infinite ease both;
}
@media only screen and (max-width: 768px) {
  #about .sd-chara ul li:nth-child(1) img {
    -webkit-animation: move-chara1-sp 5s infinite ease both;
            animation: move-chara1-sp 5s infinite ease both;
  }
}
#about .sd-chara ul li:nth-child(2) img {
  -webkit-animation: move-chara2 5s infinite ease both;
          animation: move-chara2 5s infinite ease both;
}
@media only screen and (max-width: 768px) {
  #about .sd-chara ul li:nth-child(2) img {
    -webkit-animation: move-chara2-sp 5s infinite ease both;
            animation: move-chara2-sp 5s infinite ease both;
  }
}
#about .sd-chara ul li:nth-child(3) img {
  -webkit-animation: move-chara1 5s infinite ease both;
          animation: move-chara1 5s infinite ease both;
}
@media only screen and (max-width: 768px) {
  #about .sd-chara ul li:nth-child(3) img {
    -webkit-animation: move-chara1-sp 5s infinite ease both;
            animation: move-chara1-sp 5s infinite ease both;
  }
}
#about .sd-chara ul li:nth-child(4) img {
  -webkit-animation: move-chara2 5s infinite ease both;
          animation: move-chara2 5s infinite ease both;
}
@media only screen and (max-width: 768px) {
  #about .sd-chara ul li:nth-child(4) img {
    -webkit-animation: move-chara2-sp 5s infinite ease both;
            animation: move-chara2-sp 5s infinite ease both;
  }
}
#about .sd-chara ul li:nth-child(5) img {
  -webkit-animation: move-chara1 5s infinite ease both;
          animation: move-chara1 5s infinite ease both;
}
@media only screen and (max-width: 768px) {
  #about .sd-chara ul li:nth-child(5) img {
    -webkit-animation: move-chara1-sp 5s infinite ease both;
            animation: move-chara1-sp 5s infinite ease both;
  }
}
#about .sd-chara ul li:nth-child(6) img {
  -webkit-animation: move-chara2 5s infinite ease both;
          animation: move-chara2 5s infinite ease both;
}
@media only screen and (max-width: 768px) {
  #about .sd-chara ul li:nth-child(6) img {
    -webkit-animation: move-chara2-sp 5s infinite ease both;
            animation: move-chara2-sp 5s infinite ease both;
  }
}