@charset "UTF-8";
html,
body {
  overflow-x: hidden;
}

#wrap {
  width: 100%;
}

#mv {
  /*	background:url(../img/index/mv_bg.png) no-repeat;
	background-size: cover;*/
  min-height: 151vw;
  width: 100vw;
  margin-top: 23vw;
  z-index: 10;
  position: relative;
}

#mv #mv_bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 670px;
  z-index: -1;
  display: none;
}

#mv:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 814px;
  width: 100%;
  background: url(../img/index/mv_pattern.png);
}

.dog_pos {
  position: absolute;
  left: 5vw;
  z-index: 100;
}

#dog_front {
  animation: dog_front 1.5s ease-in-out;
}

#dog_front img,
#dog_bg img {
  width: 90vw;
  margin: 15vw auto;
  transform: scale(0.95);
}
#dog_front,
#dog_bg {
  width: 90vw;
  margin: 0vw auto;
  text-align: center;
}

#fukidashi {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 165px;
  animation: hand 1.5s ease-in-out forwards;
  animation-delay: 0.5s;
  transform: scale(0);
}

#mv #lead {
  position: absolute;
  top: 86vw;
  animation: hand 1.5s ease-in-out forwards;
  animation-delay: 0.5s;
  transform: scale(0);
  width: 140vw;
  left: -20vw;
  display: flex;
  justify-content: center;
}
#mv #lead img {
  width: 80%;
}

#mv .comment {
  position: absolute;
  left: 50%;
  margin-left: -151.5px;
  top: 40vw;
  z-index: 200;
  transform: scale(0);
  animation: hand 1.5s ease-in-out forwards;
  animation-delay: 0.3s;
}
#balls li img {
  transform: scale(1);
}

#balls li:nth-child(1) img {
  position: absolute;
  display: none;
  left: 55%;
  top: 540px;
  animation: ball 6.5s ease-in-out infinite;
  animation-delay: 1.5s;
}
#balls li:nth-child(2) img {
  position: absolute;
  left: 81%;
  top: 120vw;
  display: none;
  width: 5vw;
  animation: ball 6.5s ease-in-out infinite;
  animation-delay: 1.52s;
}
#balls li:nth-child(3) img {
  position: absolute;
  left: 75%;
  top: 517px;
  display: none;
  animation: ball 6.5s ease-in-out infinite;
  animation-delay: 1.6s;
}
#balls li:nth-child(4) img {
  position: absolute;
  left: 11%;
  width: 6vw;
  top: 95vw;
  animation: ball 6.5s ease-in-out infinite;
  animation-delay: 1.54s;
}
#balls li:nth-child(5) img {
  position: absolute;
  display: none;
  left: 15%;
  top: 290px;
  animation: ball 6.5s ease-in-out infinite;
  animation-delay: 1.58s;
}
#balls li:nth-child(6) img {
  position: absolute;
  left: 7.5%;
  top: 20vw;
  animation: ball 6.5s ease-in-out infinite;
  animation-delay: 1.56s;
}
#balls li:nth-child(7) img {
  position: absolute;
  left: 25%;
  top: 130vw;
  transform: scale(1.1);
  animation: ball 6.5s ease-in-out infinite;
  animation-delay: 1.48s;
}
#balls li:nth-child(8) img {
  position: absolute;
  left: 87%;
  top: 90vw;
  animation: ball 6.5s ease-in-out infinite;
  animation-delay: 1.5s;
}
#balls li:nth-child(9) img {
  position: absolute;
  left: 80%;
  top: 28vw;
  width: 55px;
  animation: ball 6.5s ease-in-out infinite;
  animation-delay: 1.54s;
}

@keyframes ball {
  0% {
    transform: scale(0.98) scaleX(1);
  }
  2.75% {
    transform: scale(1.1);
  }
  5.5% {
    transform: scale(1);
  }

  8.25% {
    transform: scale(0.98);
  }
  11% {
    transform: scale(1.1);
  }
  13.75% {
    transform: scale(1);
  }

  16.5% {
    transform: scale(0.98);
  }
  19.25% {
    transform: scale(1.3) scaleX(0);
  }
  22% {
    transform: scale(1);
  }

  30% {
    transform: scale(0.98);
  }
  32.75% {
    transform: scale(1.1);
  }
  35.5% {
    transform: scale(1);
  }

  38.25% {
    transform: scale(0.98);
  }
  41% {
    transform: scale(1.3) scaleX(0);
  }
  43.75% {
    transform: scale(1);
  }

  46.5% {
    transform: scale(0.98);
  }
  49.25% {
    transform: scale(1.1);
  }
  52% {
    transform: scale(1);
  }

  55.75% {
    transform: scale(0.98);
  }
  57.5% {
    transform: scale(1.3) scaleX(0);
  }
  60.25% {
    transform: scale(1);
  }

  63% {
    transform: scale(0.98);
  }
  65.75% {
    transform: scale(1.1);
  }
  68.5% {
    transform: scale(1);
  }

  71.25% {
    transform: scale(0.98);
  }
  74% {
    transform: scale(1.1);
  }
  76.75% {
    transform: scale(1);
  }

  79.5% {
    transform: scale(0.98);
  }
  81.25% {
    transform: scale(1.3) scaleX(0);
  }
  85% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.98) scaleX(1);
  }
}

@keyframes dog_front {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(0.91);
  }
  80% {
    transform: scale(0.9);
  }
}
@keyframes hand {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  60% {
    transform: scale(0.8);
  }
  70% {
    transform: scale(0.65);
  }
  75% {
    transform: scale(0.66);
  }
  80% {
    transform: scale(0.65);
  }
  100% {
    transform: scale(0.65);
  }
}

@keyframes bounce {
  0% {
    transform: scale(0);
  }
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.02);
  }
  30% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

#news {
  background: #fefcf7;
  position: absolute;
  text-align: left;
  font-size: 15px;
  margin-left: -1vw;
  width: 102vw;
  line-height: 13vw;
  margin-top: 134vw;
  padding: 0 2vw;
  z-index: 100;
  border: 2px solid #f06c15;
  font-weight: 600;
  overflow-x: scroll;
  height: 13vw;
}

#news li {
  overflow-x: scroll;
  white-space: pre;
}

#news li p {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}

#news li p.scroll {
  position: relative;
  text-align: left;
}

#news li {
  margin-left: 20vw;
  transition: 0.5s;
  opacity: 0;
  height: 0;
  overflow-y: hidden;
}
#news li.on {
  margin-left: 3vw;
  transition: 0.5s;
  opacity: 1;
  height: 14vw;
}

#hands li:nth-child(1) {
  position: absolute;
  left: 73vw;
  top: 69.5vw;
  z-index: 150;
  transform: scale(0);
  animation: hand 1.5s ease-in-out forwards;
  animation-delay: 0.2s;
}
#hands li:nth-child(2) {
  position: absolute;
  left: 2vw;
  top: 69.5vw;
  z-index: 150;
  transform: scale(0);
  animation: hand 1.5s ease-in-out forwards;
  animation-delay: 0.1s;
}

/*   lead
----------------------*/

section#lead {
  position: relative;
  background: url(../img/index/sp/lead_bg_pat_sp.png);
  width: 100vw;
  z-index: 1000;
  padding-bottom: 16vw;
  color: #fff;

  .soka {
    width: 90vw;
    margin: 0 auto;
    padding-top: 16vw;
    text-align: center;
    .inner {
      background: #ffeeca;
      border-radius: 16px;
      padding: 32px 32px;
      strong {
        font-size: 18px;
        color: #f06c15;
        font-weight: 700;
      }
      p {
        color: #3b1905;
        font-size: 13px;
        margin-top: 4px;
      }
      .btn {
        display: flex;
        align-items: center;
        width: max-content;
        gap: 12px;
        border: none;
        background: url("/img/index/bg_insta.png") no-repeat;
        background-size: cover;
        color: #fff;
        margin-top: 16px;

        img {
          width: 20px;
        }
      }
    }
  }

  .school {
    border: 2px solid #ffffff;
    border-radius: 16px;
    overflow: hidden;
    width: 90vw;
    margin: 32px auto 0;
    img {
      width: 100%;
    }
  }
}

#lead h2 {
  font-size: 30px;
  padding-top: 16vw;
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
  width: 90vw;
  margin: 0 auto;
}

section#lead .img_list {
  width: 90vw;
  margin: 8vw auto 0;
  vertical-align: middle;
}

section#lead .img_list li {
  text-align: center;
  font-weight: 600;
  transform: scale(0);
  display: flex;
  align-items: center;
}

section#lead .img_list li > img {
  width: 30vw;
  display: inline-block;
}

section#lead .img_list li > p {
  width: 57vw;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3vw;
  line-height: 1.5;
  margin-top: 0vw;
}

section#lead .img_list li p {
  text-align: left;
}
section#lead .img_list li:nth-child(1).on {
  animation: bounce 2s ease-in-out forwards;
  animation-delay: 0.4s;
}
section#lead .img_list li:nth-child(2).on {
  animation: bounce 2s ease-in-out forwards;
  animation-delay: 0.5s;
}
section#lead .img_list li:nth-child(3).on {
  animation: bounce 2s ease-in-out forwards;
  animation-delay: 0.6s;
}

section#lead .img_list li img {
  margin-bottom: 0vw;
}
section#lead .img_list li strong {
  line-height: 1.5;
}
section#lead .img_list li:not(:nth-child(3)) {
  margin-right: 0px;
}

section#lead .comment {
  background: #ffeeca;
  border-radius: 16px;
  border: #fff solid 2px;
  width: 90vw;
  margin: 8vw auto 0;
  position: relative;
  padding: 32px 0;
}

section#lead .comment .comment_left {
  position: absolute;
  left: 5vw;
  top: -3vw;
}
section#lead .comment .comment_left img {
  width: 25vw;
}

section#lead .comment .comment_right {
  position: relative;
  padding-left: 35vw;
}

section#lead .comment .comment_right + p {
  padding-top: 8vw;
  width: 78vw;
  margin: 0 auto;
  font-size: 13px;
}

section#lead .comment .comment_right h3 {
  color: #f06c15;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  vertical-align: middle;
  width: 50vw;
  margin-top: 3vw;
}

section#lead .comment .comment_right p {
  color: #4d3e37;
}

section#lead .comment p {
  color: #4d3e37;
}
section#lead h2 {
  line-height: 1.35;
}

section#lead h2 span {
  opacity: 0;
  display: inline-block;
}

section#lead h2 span.text_animate_on:nth-child(1) {
  animation: lead 0.5s ease-in-out forwards;
}
section#lead h2 span.text_animate_on:nth-child(2) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.05s;
}
section#lead h2 span.text_animate_on:nth-child(3) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.1s;
}
section#lead h2 span.text_animate_on:nth-child(4) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.15s;
}
section#lead h2 span.text_animate_on:nth-child(5) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}
section#lead h2 span.text_animate_on:nth-child(6) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.25s;
}
section#lead h2 span.text_animate_on:nth-child(7) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.3s;
}
section#lead h2 span.text_animate_on:nth-child(7):after {
  content: "";
  display: block;
}
section#lead h2 span.text_animate_on:nth-child(8) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.4s;
}
section#lead h2 span.text_animate_on:nth-child(9) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.45s;
}
section#lead h2 span.text_animate_on:nth-child(10) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
}
section#lead h2 span.text_animate_on:nth-child(11) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.55s;
}
section#lead h2 span.text_animate_on:nth-child(12) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.6s;
}
section#lead h2 span.text_animate_on:nth-child(13) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.65s;
}
section#lead h2 span.text_animate_on:nth-child(14) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.7s;
}
section#lead h2 span.text_animate_on:nth-child(15) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.75s;
}
section#lead h2 span.text_animate_on:nth-child(16) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.8s;
}
section#lead h2 span.text_animate_on:nth-child(17) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.85s;
}

@keyframes lead {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0.2, 1, 0, -18);
  }
  25% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 2);
  }
  50% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -1);
  }
  75% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

/*  can
******************************/
#service {
  width: 90vw;
  margin: 0 auto 96px;
  position: relative;
}

#service h2 {
  color: #f06c15;
  text-align: center;
  line-height: 1.3;
  font-size: 30px;
  font-weight: 700;
  background-position: center;
  margin: 0 auto;
  width: 92vw;
}

#service .service_left {
  width: 90vw;
  margin: 64px auto 0;
}

#service .service_right {
  width: 90vw;
  margin: 12vw auto 0;
}

#service .service_right li {
  width: 90vw;
  margin: 0 auto;
}
#service .service_right a {
  margin-top: 4vw;
}

#service .service_right h3 {
  font-size: 24px;
  font-weight: 700;
}

#service .service_right li {
  margin-bottom: 48px;
}
#service .service_right li:nth-child(1):before {
  content: "1";
  background: #f06c15;
  color: #fff;
  width: 39px;
  height: 39px;
  border-radius: 20px;
  line-height: 39px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
#service .service_right li:nth-child(2):before {
  content: "2";
  background: #f06c15;
  color: #fff;
  width: 39px;
  height: 39px;
  border-radius: 20px;
  line-height: 39px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
#service .service_right li:nth-child(3):before {
  content: "3";
  background: #f06c15;
  color: #fff;
  width: 39px;
  height: 39px;
  border-radius: 20px;
  line-height: 39px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
#service .service_right li:nth-child(4):before {
  content: "4";
  background: #f06c15;
  color: #fff;
  width: 39px;
  height: 39px;
  border-radius: 20px;
  line-height: 39px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
#service a.btn {
  width: 80vw;
  display: block;
}

#service .service_right li h3 {
  margin-left: 12px;
  display: inline-block;
  margin-bottom: 16px;
}

@keyframes canbar {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

/* friends
******************************/

#friends {
  text-align: center;
  margin-bottom: 20vw;
}

#friends .fri_title {
  background: url(../img/index/lead_bg_pat.png);
  width: 100%;
  color: #fff;
  text-align: center;
  padding-bottom: 96px;
}

#friends .fri_title p {
  line-height: 1.5;
}

#friends .fri_title h2 {
  font-size: 30px;
  padding-top: 64px;
  padding-bottom: 16px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}

#friends ul.list {
  width: 90vw;
  margin: 0 auto 40px;
  margin-top: -64px;
  background: url(../img/index/fri_bg_pat.png) #fff;
  border-radius: 16px;
}

#friends ul.list s_left {
  border-radius: 12px 12px 0 0;
  /*	overflow: hidden;*/
  width: 90vw;
}
#friends ul.list .fri_left img {
  border-radius: 12px 12px 0 0;
  border: 2px solid #fff;
  width: 100%;
}
#friends ul.list .fri_right {
  float: left;
  width: 74vw;
  margin: 0 auto;
  padding-bottom: 12vw;
}
#friends ul.list .fri_right,
#friends ul.list .fri_left {
  float: none;
}
#friends ul.list .fri_right {
  text-align: left;
}

#friends ul.list .fri_right h3 {
  margin-top: 8vw;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

#friends ul.list .fri_right span {
  font-size: 16px;
}

#friends ul.list .fri_right strong {
  color: #f06c15;
  font-weight: 600;
}

#friends ul.list .fri_right p {
  margin-top: 4vw;
}

#friends ul.list .fri_right a {
  color: #f06c15;
  border: 2px #f06c15 solid;
  margin-top: 32px;
  line-height: 50px;
  display: inline-block;
  padding: 0 24px;
  font-weight: 500;
  border-radius: 40px;
  width: 100%;
  text-align: center;
}

#friends a.btn {
  width: 320px;
}

#bnr {
  padding: 40px 0;
  background: #ffeeca;
}

#bnr ul {
  width: 90vw;
  margin: 0 auto;
}

#bnr ul li img {
  width: 90vw;
  margin: 2vw auto;
}
