@charset "UTF-8";
@-webkit-keyframes catchAnimf {
  0% {
    opacity: 0;
    margin: -60px 0 0 70px; }
  100% {
    opacity: 1;
    margin: 0 0 0 70px;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); } }
@keyframes catchAnimf {
  0% {
    opacity: 0;
    margin: -60px 0 0 70px; }
  100% {
    opacity: 1;
    margin: 0 0 0 70px;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); } }

@-webkit-keyframes catchAnims {
  0% {
    opacity: 0;
    margin: -234px 70px 0 0; }
  100% {
    opacity: 1;
    margin: -174px 70px 0 0;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); } }

@keyframes catchAnims {
  0% {
    opacity: 0;
    margin: -234px 70px 0 0; }
  100% {
    opacity: 1;
    margin: -174px 70px 0 0;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); } }

.sp {
  display: none !important; }

.pc {
  display: block; }

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

@keyframes fade {
  0% {
    opacity: 1; }
  10% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes logoAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(2);
    transform: translateX(-50%) scale(2); }
  80% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); }
  90% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1.05);
    transform: translateX(-50%) scale(1.05); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); } }

@keyframes logoAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(2);
    transform: translateX(-50%) scale(2); }
  80% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); }
  90% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1.05);
    transform: translateX(-50%) scale(1.05); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); } }

@-webkit-keyframes btnAnim {
  0% {
    opacity: 0;
    top: 600px; }
  100% {
    opacity: 1;
    top: 575px; } }

@keyframes btnAnim {
  0% {
    opacity: 0;
    top: 600px; }
  100% {
    opacity: 1;
    top: 575px; } }

@-webkit-keyframes h2Anim {
  0% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2); }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  90% {
    opacity: 1;
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes h2Anim {
  0% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2); }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  90% {
    opacity: 1;
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes charaLeft {
  0% {
    opacity: 0;
    top: -50px;
    left: 48%; }
  100% {
    opacity: 1;
    top: 0;
    left: 50%; } }

@keyframes charaLeft {
  0% {
    opacity: 0;
    top: -50px;
    left: 48%; }
  100% {
    opacity: 1;
    top: 0;
    left: 50%; } }

@-webkit-keyframes charaRight {
  0% {
    opacity: 0;
    top: 106px;
    left: 52%; }
  100% {
    opacity: 1;
    top: 56px;
    left: 50%; } }

@keyframes charaRight {
  0% {
    opacity: 0;
    top: 106px;
    left: 52%; }
  100% {
    opacity: 1;
    top: 56px;
    left: 50%; } }

@-webkit-keyframes newCharaLeft {
  0% {
    top: 25px;
    left: 48%;
    opacity: 0; }
  100% {
    top: 0px;
    left: 50%;
    opacity: 1; } }

@keyframes newCharaLeft {
  0% {
    top: 25px;
    left: 48%;
    opacity: 0; }
  100% {
    top: 0px;
    left: 50%;
    opacity: 1; } }

@-webkit-keyframes newCharaRight {
  0% {
    top: -25px;
    left: 52%;
    opacity: 0; }
  100% {
    top: 0;
    left: 50%;
    opacity: 1; } }

@keyframes newCharaRight {
  0% {
    top: -25px;
    left: 52%;
    opacity: 0; }
  100% {
    top: 0;
    left: 50%;
    opacity: 1; } }

@-webkit-keyframes cvCharaLeft {
  0% {
    top: 75px;
    left: 48%;
    opacity: 0; }
  100% {
    top: 50px;
    left: 50%;
    opacity: 1; } }

@keyframes cvCharaLeft {
  0% {
    top: 75px;
    left: 48%;
    opacity: 0; }
  100% {
    top: 50px;
    left: 50%;
    opacity: 1; } }

@-webkit-keyframes cvCharaRight {
  0% {
    top: -25px;
    left: 52%;
    opacity: 0; }
  100% {
    top: 0;
    left: 50%;
    opacity: 1; } }

@keyframes cvCharaRight {
  0% {
    top: -25px;
    left: 52%;
    opacity: 0; }
  100% {
    top: 0;
    left: 50%;
    opacity: 1; } }

@-webkit-keyframes charaLeftNew {
  0% {
    opacity: 0;
    margin-left: -875px;
    margin-top: 25px; }
  100% {
    opacity: 1;
    margin-left: -850px;
    margin-top: 0; } }

@keyframes charaLeftNew {
  0% {
    opacity: 0;
    margin-left: -875px;
    margin-top: 25px; }
  100% {
    opacity: 1;
    margin-left: -850px;
    margin-top: 0; } }

@-webkit-keyframes charaRightNew {
  0% {
    opacity: 0;
    margin-left: 75px;
    margin-top: -25px; }
  100% {
    opacity: 1;
    margin-left: 25px;
    margin-top: 0; } }

@keyframes charaRightNew {
  0% {
    opacity: 0;
    margin-left: 75px;
    margin-top: -25px; }
  100% {
    opacity: 1;
    margin-left: 25px;
    margin-top: 0; } }

@-webkit-keyframes leftAnim {
  0% {
    opacity: 0;
    left: -50px; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes leftAnim {
  0% {
    opacity: 0;
    left: -50px; }
  100% {
    opacity: 1;
    left: 0; } }

@-webkit-keyframes topAnim {
  0% {
    opacity: 0;
    top: 25px; }
  100% {
    opacity: 1;
    top: 0; } }

@keyframes topAnim {
  0% {
    opacity: 0;
    top: 25px; }
  100% {
    opacity: 1;
    top: 0; } }

@-webkit-keyframes ytAnim {
  0% {
    opacity: 0;
    top: 90px; }
  100% {
    opacity: 1;
    top: 65px; } }

@keyframes ytAnim {
  0% {
    opacity: 0;
    top: 90px; }
  100% {
    opacity: 1;
    top: 65px; } }

@-webkit-keyframes handUp {
  0% {
    opacity: 0;
    top: 20px; }
  100% {
    opacity: 1;
    top: 0; } }

@keyframes handUp {
  0% {
    opacity: 0;
    top: 20px; }
  100% {
    opacity: 1;
    top: 0; } }

@-webkit-keyframes moreFire {
  0% {
    opacity: 0;
    left: 51%; }
  100% {
    opacity: 1;
    left: 50%; } }

@keyframes moreFire {
  0% {
    opacity: 0;
    left: 51%; }
  100% {
    opacity: 1;
    left: 50%; } }

@-webkit-keyframes moreh2 {
  0% {
    opacity: 0;
    left: -5px; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes moreh2 {
  0% {
    opacity: 0;
    left: -5px; }
  100% {
    opacity: 1;
    left: 0; } }

@-webkit-keyframes handAnim {
  0% {
    -webkit-transform: rotate(20.2deg);
    transform: rotate(20.2deg); }
  50% {
    -webkit-transform: rotate(-20.2deg);
    transform: rotate(-20.2deg); }
  100% {
    -webkit-transform: rotate(20.2deg);
    transform: rotate(20.2deg); } }

@keyframes handAnim {
  0% {
    -webkit-transform: rotate(20.2deg);
    transform: rotate(20.2deg); }
  50% {
    -webkit-transform: rotate(-20.2deg);
    transform: rotate(-20.2deg); }
  100% {
    -webkit-transform: rotate(20.2deg);
    transform: rotate(20.2deg); } }

#wrap #loading {
  opacity: 1; }

.catch .catch-01 {
  opacity: 0;
  position: relative;
  top: -50px; }
  .catch .catch-01.anim {
    opacity: 1;
    top: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(0.03, 0.82, 0.94, 0.99);
    -o-transition-timing-function: cubic-bezier(0.03, 0.82, 0.94, 0.99);
    transition-timing-function: cubic-bezier(0.03, 0.82, 0.94, 0.99); }

.catch .catch-02 {
  opacity: 0;
  position: relative;
  top: -50px; }
  .catch .catch-02.anim {
    opacity: 1;
    top: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(0.03, 0.82, 0.94, 0.99);
    -o-transition-timing-function: cubic-bezier(0.03, 0.82, 0.94, 0.99);
    transition-timing-function: cubic-bezier(0.03, 0.82, 0.94, 0.99); }

#main h1 {
  opacity: 0;
  -webkit-transform: translateX(-50%) scale(1.5);
  -ms-transform: translateX(-50%) scale(1.5);
  transform: translateX(-50%) scale(1.5); }
  #main h1.default.anim {
    -webkit-animation: logoAnim 0.3s forwards ease-in-out, fade 1.8s forwards ease-in-out;
    animation: logoAnim 0.3s forwards ease-in-out, fade 1.8s forwards ease-in-out;
    z-index: 1;
    -webkit-animation-delay: 0s, 1.2s;
    animation-delay: 0s, 1.2s; }
  #main h1.shine {
    z-index: 0; }
    #main h1.shine.anim {
      -webkit-animation: logoAnim 0.3s forwards ease-in-out;
      animation: logoAnim 0.3s forwards ease-in-out; }

#main .chara {
  opacity: 0; }
  #main .chara.anim {
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }

#main .effect-front {
  opacity: 0; }
  #main .effect-front.anim {
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }

#main .effect-back {
  opacity: 0; }
  #main .effect-back.anim {
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }

#main .lead .lead-01 {
  opacity: 0;
  position: relative;
  left: -40px; }
  #main .lead .lead-01.anim {
    opacity: 1;
    left: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
    -webkit-transition-timing-function: cubic-bezier(0.03, 0.82, 0.94, 0.99);
    -o-transition-timing-function: cubic-bezier(0.03, 0.82, 0.94, 0.99);
    transition-timing-function: cubic-bezier(0.03, 0.82, 0.94, 0.99); }

#main .lead .lead-02 {
  opacity: 0;
  position: relative;
  left: -40px; }
  #main .lead .lead-02.anim {
    opacity: 1;
    left: 0;
    -webkit-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s;
    -webkit-transition-timing-function: cubic-bezier(0.03, 0.82, 0.94, 0.99);
    -o-transition-timing-function: cubic-bezier(0.03, 0.82, 0.94, 0.99);
    transition-timing-function: cubic-bezier(0.03, 0.82, 0.94, 0.99); }

#main .lead .lead-03 {
  opacity: 0;
  position: relative;
  left: -40px; }
  #main .lead .lead-03.anim {
    opacity: 1;
    left: 0;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
    -webkit-transition-timing-function: cubic-bezier(0.18, 0.65, 0.94, 0.99);
    -o-transition-timing-function: cubic-bezier(0.18, 0.65, 0.94, 0.99);
    transition-timing-function: cubic-bezier(0.18, 0.65, 0.94, 0.99); }

#main .youtube {
  opacity: 0;
  position: relative;
  top: 25px; }
  #main .youtube.anim {
    -webkit-animation: topAnim 0.3s forwards ease-in-out;
    animation: topAnim 0.3s forwards ease-in-out;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }

#main .btn {
  opacity: 0;
  top: 600px; }
  #main .btn.anim {
    -webkit-animation: btnAnim 0.3s forwards ease-in-out;
    animation: btnAnim 0.3s forwards ease-in-out; }

#section-card h2 {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

#section-card h3 {
  opacity: 0; }

#section-card .chara-left {
  opacity: 0;
  top: -50px;
  left: 48%; }

#section-card .chara-right {
  opacity: 0;
  top: 106px;
  left: 52%; }

#section-card ul li {
  position: relative; }
  #section-card ul li:nth-child(1) {
    opacity: 0;
    top: 25px; }
  #section-card ul li:nth-child(2) {
    opacity: 0;
    top: 25px; }
  #section-card ul li:nth-child(3) {
    opacity: 0;
    top: 25px; }

#section-card .btn {
  opacity: 0;
  position: relative;
  top: 25px; }

#section-card .card-area .return {
  display: block !important;
  opacity: 0;
  top: 25px !important; }

#section-card.anim h2 {
  -webkit-animation: h2Anim 0.3s forwards ease-in-out;
  animation: h2Anim 0.3s forwards ease-in-out; }

#section-card.anim h3 {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

#section-card.anim .chara-left {
  -webkit-animation: charaLeft 0.3s forwards ease-in-out;
  animation: charaLeft 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

#section-card.anim .chara-right {
  -webkit-animation: charaRight 0.3s forwards ease-in-out;
  animation: charaRight 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s; }

#section-card.anim ul li:nth-child(1) {
  -webkit-animation: topAnim 0.3s forwards ease-in-out;
  animation: topAnim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

#section-card.anim ul li:nth-child(2) {
  -webkit-animation: topAnim 0.3s forwards ease-in-out;
  animation: topAnim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

#section-card.anim ul li:nth-child(3) {
  -webkit-animation: topAnim 0.3s forwards ease-in-out;
  animation: topAnim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

#section-card.anim .btn {
  -webkit-animation: topAnim 0.3s forwards ease-in-out;
  animation: topAnim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

#section-card.anim .return {
  -webkit-animation: topAnim 0.3s forwards ease-in-out;
  animation: topAnim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

#section-new-element .chara-left {
  top: 25px;
  left: 48%;
  opacity: 0; }

#section-new-element .chara-right {
  top: -25px;
  left: 52%;
  opacity: 0; }

#section-new-element.anim .chara-left {
  -webkit-animation: newCharaLeft 0.3s forwards ease-in-out;
  animation: newCharaLeft 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

#section-new-element.anim .chara-right {
  -webkit-animation: newCharaRight 0.3s forwards ease-in-out;
  animation: newCharaRight 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s; }

#section-new-element .contents-01 h2 {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

#section-new-element .contents-01 h3 {
  opacity: 0; }

#section-new-element .contents-01 .chara-left {
  opacity: 0;
  margin-left: -875px;
  margin-top: 25px; }

#section-new-element .contents-01 .chara-right {
  opacity: 0;
  margin-left: 75px;
  margin-top: -25px; }

#section-new-element .contents-01 ul li {
  position: relative;
  top: 25px;
  opacity: 0; }

#section-new-element .contents-01 .icon {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

#section-new-element .contents-01 .hand img {
  opacity: 0;
  -webkit-transform-origin: 164px 200px;
  -ms-transform-origin: 164px 200px;
  transform-origin: 164px 200px;
  -webkit-transform: rotate(20.2deg);
  -ms-transform: rotate(20.2deg);
  transform: rotate(20.2deg);
  top: 395px; }
  #section-new-element .contents-01 .hand img.on {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

#section-new-element .contents-01 .text {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

#section-new-element .contents-01 .btn {
  position: relative;
  top: 25px;
  opacity: 0; }

#section-new-element .contents-01.anim h2 {
  -webkit-animation: h2Anim 0.3s forwards ease-in-out;
  animation: h2Anim 0.3s forwards ease-in-out; }

#section-new-element .contents-01.anim h3 {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

#section-new-element .contents-01.anim .chara-left {
  -webkit-animation: charaLeftNew 0.3s forwards ease-in-out;
  animation: charaLeftNew 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

#section-new-element .contents-01.anim .chara-right {
  -webkit-animation: charaRightNew 0.3s forwards ease-in-out;
  animation: charaRightNew 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s; }

#section-new-element .contents-01.anim ul li:nth-child(1) {
  -webkit-animation: topAnim 0.3s forwards ease-in-out;
  animation: topAnim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

#section-new-element .contents-01.anim ul li:nth-child(2) {
  -webkit-animation: topAnim 0.3s forwards ease-in-out;
  animation: topAnim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

#section-new-element .contents-01.anim ul li:nth-child(3) {
  -webkit-animation: topAnim 0.3s forwards ease-in-out;
  animation: topAnim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s; }

#section-new-element .contents-01.anim .icon {
  -webkit-animation: h2Anim 0.3s forwards ease-in-out;
  animation: h2Anim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

#section-new-element .contents-01.anim .hand img.off {
  -webkit-animation: handUp 0.3s forwards ease-in-out, handAnim 0.8s forwards ease-in-out, fadeOut 0.3s forwards ease-in-out;
  animation: handUp 0.3s forwards ease-in-out, handAnim 0.8s forwards ease-in-out, fadeOut 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.7s, 1.5s, 2.8s;
  animation-delay: 0.7s, 1.5s, 2.8s; }

#section-new-element .contents-01.anim .hand img.on {
  -webkit-animation: fadeIn 0.3s forwards ease-in-out;
  animation: fadeIn 0.3s forwards ease-in-out;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s; }

#section-new-element .contents-01.anim .text {
  -webkit-animation: h2Anim 0.3s forwards ease-in-out;
  animation: h2Anim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s; }

#section-new-element .contents-01.anim .btn {
  -webkit-animation: topAnim 0.3s forwards ease-in-out;
  animation: topAnim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s; }

#section-new-element .contents-02 h2 {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

#section-new-element .contents-02 h3 {
  opacity: 0; }

#section-new-element .contents-02 .ss {
  position: relative;
  top: 25px;
  opacity: 0; }

#section-new-element .contents-02 .btn {
  position: relative;
  top: 25px;
  opacity: 0; }

#section-new-element .contents-02.anim h2 {
  -webkit-animation: h2Anim 0.3s forwards ease-in-out;
  animation: h2Anim 0.3s forwards ease-in-out; }

#section-new-element .contents-02.anim h3 {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

#section-new-element .contents-02.anim .ss {
  -webkit-animation: topAnim 0.3s forwards ease-in-out;
  animation: topAnim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

#section-new-element .contents-02.anim .btn {
  -webkit-animation: topAnim 0.3s forwards ease-in-out;
  animation: topAnim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

#section-new-element .contents-03 h2 {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

#section-new-element .contents-03 h3 {
  opacity: 0; }

#section-new-element .contents-03 .youtube-area ul li {
  position: relative;
  top: 25px;
  opacity: 0; }

#section-new-element .contents-03 .youtube-area .yt-mask {
  opacity: 0;
  position: relative;
  top: 90px; }

#section-new-element .contents-03 .fire {
  opacity: 0;
  top: 25px; }

#section-new-element .contents-03 .btn {
  position: relative;
  top: 25px;
  opacity: 0; }

#section-new-element .contents-03.anim h2 {
  -webkit-animation: h2Anim 0.3s forwards ease-in-out;
  animation: h2Anim 0.3s forwards ease-in-out; }

#section-new-element .contents-03.anim h3 {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

#section-new-element .contents-03.anim .youtube-area ul li:nth-child(1) {
  -webkit-animation: topAnim 0.3s forwards ease-in-out;
  animation: topAnim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

#section-new-element .contents-03.anim .youtube-area ul li:nth-child(2) {
  -webkit-animation: topAnim 0.3s forwards ease-in-out;
  animation: topAnim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

#section-new-element .contents-03.anim .youtube-area .yt-mask {
  -webkit-animation: ytAnim 0.3s forwards ease-in-out;
  animation: ytAnim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

#section-new-element .contents-03.anim .fire {
  -webkit-animation: topAnim 0.3s forwards ease-in-out;
  animation: topAnim 0.3s forwards ease-in-out; }

#section-new-element .contents-03.anim .btn {
  -webkit-animation: topAnim 0.3s forwards ease-in-out;
  animation: topAnim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

#section-new-element .more-area .fire {
  left: 51%;
  opacity: 0; }

#section-new-element .more-area .h2-05-wrap {
  opacity: 0;
  left: -5px; }

#section-new-element .more-area .btn-l {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

#section-new-element .more-area.anim .fire {
  -webkit-animation: moreFire 0.3s forwards ease-in-out;
  animation: moreFire 0.3s forwards ease-in-out; }

#section-new-element .more-area.anim .h2-05-wrap {
  -webkit-animation: moreh2 0.3s forwards ease-in-out;
  animation: moreh2 0.3s forwards ease-in-out;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

#section-new-element .more-area.anim .btn-l {
  -webkit-animation: h2Anim 0.3s forwards ease-in-out;
  animation: h2Anim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

#section-cv .chara-right {
  opacity: 0;
  top: -25px;
  right: 2%; }

#section-cv .chara-left {
  opacity: 0;
  top: 75px;
  right: 48%; }

#section-cv.anim .chara-right {
  -webkit-animation: cvCharaRight 0.3s forwards ease-in-out;
  animation: cvCharaRight 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

#section-cv.anim .chara-left {
  -webkit-animation: cvCharaLeft 0.3s forwards ease-in-out;
  animation: cvCharaLeft 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s; }

#section-cv h2 {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

#section-cv h3 {
  opacity: 0;
  position: relative;
  top: 25px; }

#section-cv .btn-l {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

#section-cv .housing {
  opacity: 0;
  position: relative;
  top: 25px; }

#section-cv.anim h2 {
  -webkit-animation: h2Anim 0.3s forwards ease-in-out;
  animation: h2Anim 0.3s forwards ease-in-out; }

#section-cv.anim h3 {
  -webkit-animation: topAnim 0.3s forwards ease-in-out;
  animation: topAnim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

#section-cv.anim .btn-l {
  -webkit-animation: h2Anim 0.3s forwards ease-in-out;
  animation: h2Anim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

#section-cv.anim .housing {
  -webkit-animation: topAnim 0.3s forwards ease-in-out;
  animation: topAnim 0.3s forwards ease-in-out;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.card {
  position: relative;
  width: 250px; }

.card_reverse {
  position: absolute;
  top: 0;
  left: 0; }

/* 表面の表示 */
.is-surface .card_reverse {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: opacity 100ms 150ms, -webkit-transform 300ms 150ms;
  transition: opacity 100ms 150ms, -webkit-transform 300ms 150ms;
  -o-transition: opacity 100ms 150ms, transform 300ms 150ms;
  transition: opacity 100ms 150ms, transform 300ms 150ms;
  transition: opacity 100ms 150ms, transform 300ms 150ms, -webkit-transform 300ms 150ms; }

.is-surface .card_front {
  outline: 1px solid transparent;
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: opacity 50ms 200ms, -webkit-transform 300ms;
  transition: opacity 50ms 200ms, -webkit-transform 300ms;
  -o-transition: opacity 50ms 200ms, transform 300ms;
  transition: opacity 50ms 200ms, transform 300ms;
  transition: opacity 50ms 200ms, transform 300ms, -webkit-transform 300ms; }

/* 裏面の表示 */
.is-reverse .card_reverse {
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: opacity 50ms 200ms, -webkit-transform 300ms;
  transition: opacity 50ms 200ms, -webkit-transform 300ms;
  -o-transition: opacity 50ms 200ms, transform 300ms;
  transition: opacity 50ms 200ms, transform 300ms;
  transition: opacity 50ms 200ms, transform 300ms, -webkit-transform 300ms; }

.is-reverse .card_front {
  outline: 1px solid transparent;
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: opacity 100ms 150ms, -webkit-transform 300ms 150ms;
  transition: opacity 100ms 150ms, -webkit-transform 300ms 150ms;
  -o-transition: opacity 100ms 150ms, transform 300ms 150ms;
  transition: opacity 100ms 150ms, transform 300ms 150ms;
  transition: opacity 100ms 150ms, transform 300ms 150ms, -webkit-transform 300ms 150ms; }

@media screen and (max-width: 767px) {
  .sp {
    display: block !important; }
  .pc {
    display: none !important; }
  @-webkit-keyframes btnAnim {
    0% {
      opacity: 0;
      top: 870px; }
    100% {
      opacity: 1;
      top: 820px; } }
  @keyframes btnAnim {
    0% {
      opacity: 0;
      top: 870px; }
    100% {
      opacity: 1;
      top: 820px; } }
  @-webkit-keyframes charaLeft {
    0% {
      opacity: 0;
      top: 60px;
      left: -200px; }
    100% {
      opacity: 1;
      top: 30px;
      left: -160px; } }
  @keyframes charaLeft {
    0% {
      opacity: 0;
      top: 60px;
      left: -200px; }
    100% {
      opacity: 1;
      top: 30px;
      left: -160px; } }
  @-webkit-keyframes charaRight {
    0% {
      opacity: 0;
      top: 40px;
      right: -230px; }
    100% {
      opacity: 1;
      top: 10px;
      right: -200px; } }
  @keyframes charaRight {
    0% {
      opacity: 0;
      top: 40px;
      right: -230px; }
    100% {
      opacity: 1;
      top: 10px;
      right: -200px; } }
  @-webkit-keyframes moreFire {
    0% {
      opacity: 0;
      left: 52%; }
    100% {
      opacity: 1;
      left: 50%; } }
  @keyframes moreFire {
    0% {
      opacity: 0;
      left: 52%; }
    100% {
      opacity: 1;
      left: 50%; } }
  @-webkit-keyframes moreh2 {
    0% {
      opacity: 0;
      left: 52%; }
    100% {
      opacity: 1;
      left: 50%; } }
  @keyframes moreh2 {
    0% {
      opacity: 0;
      left: 52%; }
    100% {
      opacity: 1;
      left: 50%; } }
  @-webkit-keyframes newCharaLeft {
    0% {
      opacity: 0;
      left: -80px;
      top: 18px; }
    100% {
      opacity: 1;
      left: -40px;
      top: 43px; } }
  @keyframes newCharaLeft {
    0% {
      opacity: 0;
      left: -80px;
      top: 18px; }
    100% {
      opacity: 1;
      left: -40px;
      top: 43px; } }
  @-webkit-keyframes cvCharaLeft {
    0% {
      opacity: 0;
      top: 120px;
      left: -260px; }
    100% {
      opacity: 1;
      top: 70px;
      left: -210px; } }
  @keyframes cvCharaLeft {
    0% {
      opacity: 0;
      top: 120px;
      left: -260px; }
    100% {
      opacity: 1;
      top: 70px;
      left: -210px; } }
  @-webkit-keyframes cvCharaRight {
    0% {
      opacity: 0;
      top: -50px;
      right: -180px; }
    100% {
      opacity: 1;
      top: 0px;
      right: -130px; } }
  @keyframes cvCharaRight {
    0% {
      opacity: 0;
      top: -50px;
      right: -180px; }
    100% {
      opacity: 1;
      top: 0px;
      right: -130px; } }
  #section-card .chara-left {
    opacity: 0;
    top: 60px;
    left: -200px; }
  #section-card .chara-right {
    opacity: 0;
    top: 40px;
    right: -230px;
    left: auto; }
  #section-card .btn {
    opacity: 0;
    position: relative;
    top: 50px; }
  #section-card .card-area .return {
    display: none !important; }
  #section-card.anim h2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  #section-card.anim h3 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  #section-card.anim .chara-left {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  #section-card.anim .chara-right {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  #section-new-element .chara-left.anim {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  #section-new-element .contents-01.anim h2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  #section-new-element .contents-01.anim h3 {
    opacity: 1;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  #section-new-element .contents-03 .youtube-area .yt-mask {
    opacity: 0;
    position: relative;
    top: 0; }
  #section-new-element .contents-03.anim .youtube-area .yt-mask {
    -webkit-animation: topAnim 0.3s forwards ease-in-out;
    animation: topAnim 0.3s forwards ease-in-out;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  #section-new-element .chara-left {
    opacity: 0;
    left: -50px;
    top: 18px; }
  #section-new-element.anim .chara-left {
    -webkit-animation: newCharaLeft 0.3s forwards ease-in-out;
    animation: newCharaLeft 0.3s forwards ease-in-out;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  #section-new-element .chara-left {
    opacity: 0; }
  #section-new-element .more-area .h2-05-wrap {
    opacity: 0;
    left: 52%; }
  #section-cv .chara-right {
    opacity: 0;
    top: 0px;
    right: -130px; }
  #section-cv .chara-left {
    opacity: 0;
    top: 70px;
    left: -210px; }
  #section-cv.anim .chara-right {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  #section-cv.anim .chara-left {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  #section-cv.anim h2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  #section-cv.anim h3 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  #section-cv.anim .btn-l {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  #section-cv.anim .housing {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; } }
