@charset "UTF-8";
/* CSS Document
トップページのみに利用
*/
#mainimage {
  background: url(../img/mv/mv_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 600px;
}
#mainimage .illust {
  background: url(../img/mv/mv_illust.png) 0 0 no-repeat;
  background-size: 700px auto;
  background-position: center top -100px;
  display: block;
  position: absolute;
  height: 600px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #mainimage .illust {
    background: url(../img/mv/mv_illust.png) 0 0 no-repeat;
    background-size: 530px auto;
    background-position: right -70px top -43px;
  }
}
#mainimage .copy {
  background: none;
  padding: 0px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40px;
}
#mainimage .copy:before {
  display: none;
}
#mainimage .copy .cv_wrap:before {
  display: none;
}
#mainimage .copy2026 {
  width: 100%;
  max-width: 1000px;
  position: relative;
}
#mainimage .copy2026 .copy1 {
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  #mainimage .copy2026 .copy1 {
    left: 10px;
  }
}
#mainimage .copy2026 .copy1 img {
  width: 400px;
}
@media screen and (max-width: 767px) {
  #mainimage .copy2026 .copy1 img {
    width: 180px;
  }
}
#mainimage .copy2026 .copy2 {
  position: absolute;
  right: 0px;
  top: 260px;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  #mainimage .copy2026 .copy2 {
    width: 85vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 320px;
  }
}
#mainimage .copy2026 .copy2 .pc {
  display: block;
  width: 320px;
}
@media screen and (max-width: 767px) {
  #mainimage .copy2026 .copy2 .pc {
    display: none;
  }
}
#mainimage .copy2026 .copy2 .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #mainimage .copy2026 .copy2 .sp {
    display: block;
    width: 100%;
    height: auto;
  }
}
#mainimage .circle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
#mainimage .circle .circle_left_top {
  width: 160px;
  height: 160px;
  top: 0px;
  left: 80px;
  border-radius: 400px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #mainimage .circle .circle_left_top {
    display: none;
  }
}
#mainimage .circle .circle_left_bottom {
  width: 290px;
  height: 290px;
  border-radius: 400px;
  bottom: -30px;
  left: 40px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #mainimage .circle .circle_left_bottom {
    width: 160px;
    height: 160px;
    top: 230px;
    bottom: auto;
    left: -20px;
  }
}
#mainimage .circle .circle_right_top {
  width: 210px;
  height: 210px;
  border-radius: 400px;
  top: 40px;
  right: 120px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #mainimage .circle .circle_right_top {
    width: 87px;
    height: 87px;
    top: 20px;
    right: 20px;
  }
}
#mainimage .circle .circle_right_bottom {
  width: 130px;
  height: 130px;
  border-radius: 400px;
  bottom: 40px;
  right: 40px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #mainimage .circle .circle_right_bottom {
    display: none;
  }
}
#mainimage .circle .rb1, #mainimage .circle .rb2, #mainimage .circle .rb3 {
  width: 80px;
  height: 80px;
  display: block;
  background: url(../img/mv/mv_grad.png) 0 0 no-repeat;
  background-size: cover;
  border-radius: 300px;
  position: absolute;
}
#mainimage .circle .rb1 {
  rotate: 45deg;
  left: 240px;
  top: -40px;
}
@media screen and (max-width: 767px) {
  #mainimage .circle .rb1 {
    top: -10px;
    width: 60px;
    height: 60px;
    left: 30px;
  }
}
#mainimage .circle .rb2 {
  width: 120px;
  height: 120px;
  rotate: -170deg;
  left: 450px;
  bottom: 120px;
}
@media screen and (max-width: 767px) {
  #mainimage .circle .rb2 {
    top: 240px;
    bottom: auto;
    width: 30px;
    height: 30px;
    left: 145px;
  }
}
#mainimage .circle .rb3 {
  width: 60px;
  height: 60px;
  rotate: -130deg;
  right: 40px;
  top: 150px;
}
@media screen and (max-width: 767px) {
  #mainimage .circle .rb3 {
    display: none;
  }
}

.mv_anim_fade-in {
  opacity: 0;
  -webkit-animation: fadeInAnime 1s ease-in-out forwards;
          animation: fadeInAnime 1s ease-in-out forwards;
}

.mv_anim_fade-in_delay {
  opacity: 0;
  -webkit-animation: fadeInAnime 1s ease-in-out forwards;
          animation: fadeInAnime 1s ease-in-out forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv_anim_circle-anim {
  -webkit-animation: circle-anim 2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: circle-anim 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.mv_anim_circle-anim2 {
  -webkit-animation: circle-anim 3s cubic-bezier(0.4, 0, 0.2, 1);
          animation: circle-anim 3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mv_anim_circle-anim3 {
  -webkit-animation: circle-anim 4s cubic-bezier(0.4, 0, 0.2, 1);
          animation: circle-anim 4s cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes circle-anim {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}

@keyframes circle-anim {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}/*# sourceMappingURL=mv.css.map */