@charset "utf-8";
* {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","游ゴシック体","YuGothic",sans-serif;
}
body{
    margin: 0;
    padding: 0;
    background-color: #F4F4F4;
}
.abs {
    position: absolute;
}
.rel {
    position: relative;
}
.mt10 {
    margin-top: 10px;
}
.mb0 {
    margin-bottom: 0;
}
.fcr {
    color: #e60000;
}
.fcp {
    color: #f06666;
}
.fcb {
    color: #0047b2;
}
.fcsb {
    color: #0497FF;
}
.fcg {
    color: #6f6e6e;
}
.fss {
    font-size: 14px;
}
.fsm {
    font-size: 19px;
}
.fsl {
    font-size: 21px;
}
.fsll {
    font-size: 23px;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.mark {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#ffffcc 0%) repeat scroll 0 0;
}
.mark_st {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#ffff00 0%) repeat scroll 0 0;
}
#wrapper{
    margin: auto;
    background-color: #fff;
    padding: 20px;
}
img,video {
    width: 100%;
    vertical-align: middle;
}
p {
    font-size: 16px;
    line-height: 1.6;
}
.anno {
    font-size: 8px;
    color: gray;
    text-align: right;
    margin-top: 0;
}
.sp {
    display: none;
}

@media only screen and (min-width: 641px){
    #wrapper{
        max-width: 640px;
        margin: auto;
    }
}

@media only screen and (max-width: 640px){
    .sp {
        display: block;
    }
}

h2 {
    padding: 10px 5px 10px 10px;
    border-left: 6px solid #f68384;
    background-color: #fff1f1;
    margin-top: 40px;
    font-size: 19px;
  }

  h2.speech {
    font-size: 20px;
    color: #ffffff;
    background: #F06666;
    text-align: center;
    padding: 10px !important;
    margin: 0px 0 30px !important;
    font-weight: 700;
    line-height: 30px;
    position: relative;
  }
h2.speech:before {
    border-top: 10px solid #F06666;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
  }

.cp_arrows {
    position: relative;
    height: 50px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  /*一個目の矢印*/
  .cp_arrows .cp_arrowfirst {
    animation: arrow-move08 2s ease-in-out infinite;
  }
  /*二個目の矢印*/
  .cp_arrows .cp_arrowsecond {
    animation: arrow-move08 2s 1s ease-in-out infinite;
  }
  .cp_arrows .cp_arrow {
    position: absolute;
    top: 100%;
    left: 45%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    opacity: 0;
  }
   .content :first-child {
    margin-top: 0;
  }

  @keyframes arrow-move08 {
    0% {
      top: 40%;
      opacity: 0;
    }
    70% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

   .cp_arrows .cp_arrow:before {
    transform: rotate(30deg) translateX(-39%);
    transform-origin: top left;
  }
   .cp_arrows .cp_arrow:after {
    transform: rotate(-30deg) translateX(39%);
    transform-origin: top right;
  }
   .cp_arrows .cp_arrow:before,
   .cp_arrows .cp_arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 3px;
    content: '';
    background: #E91E63;
  }
   .cp_arrows *,
   .cp_arrows *:before,
   .cp_arrows *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
   .cp_arrows *,
   .cp_arrows *:before,
   .cp_arrows *:after {
    box-sizing: border-box;
  }
   content div:after,
   .content p:after {
    clear: both;
  }
   .content div :after,
   .content p:after {
    display: block;
    content: "";
    clear: both;
  }
  .balloon {
    position: relative;
    padding: 15px;
    background-color: #fdd;
    border-radius: 10px;
    margin: 10px 10px 40px;
    box-sizing: border-box;
  }
   .balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -10px;
    top: 15px;
    border-right: 12px solid #fdd;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  .balloon p {
    margin: 0;
    padding: 0;
  }

  .continue {
    display: flex;
    justify-content: center;
  }
   .continue span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 100vh;
    margin: 10px 0;
  }
   .continue .dot-1,
   .continue .dot-2,
   .continue .dot-3 {
    -webkit-animation: continue 1s infinite;
    -moz-animation: continue 1s infinite;
  }
   .continue .dot-1 {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
  }
   .continue .dot-2 {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
  }
   .continue .dot-3 {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
  }

  @-webkit-keyframes continue {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes continue {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }

  .downArrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5%;
  }
   .downArrow>span {
    width: 100px;
    height: 65px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
   .downArrow>span::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 40%;
    background: #ffc8c8;
  }
   .downArrow>span::after {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(50%, #d096bb)) top left/50% 100% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(50%, #d096bb)) top right/50% 100% no-repeat;
    background: linear-gradient(to top right, transparent 49%, #ffc8c8 50%) top left/50% 100% no-repeat, linear-gradient(to top left, transparent 49%, #ffc8c8 50%) top right/50% 100% no-repeat;
  }

 .movebtn {
    -webkit-animation-name: btnAnime02;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: btnAnime02;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease;
    align-items: flex-start;
    justify-content: center;
  }
  @-webkit-keyframes btnAnime02 {
    0% {
      -webkit-transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(0, -8px);
    }
    100% {
      -webkit-transform: translate(0, 0);
    }
  }
  @-moz-keyframes btnAnime02 {
    0% {
      -moz-transform: translate(0, 0);
    }
    50% {
      -moz-transform: translate(0, -8px);
    }
    100% {
      -moz-transform: translate(0, 0);
    }
  }

  .purupuruBtn__area {
    width: 100%;
    height: auto;
    animation: purupuru 1.5s infinite;
  }

  @keyframes purupuru {
    0% {
      transform: translate(0, 0);
    }
    5% {
      transform: translate(0, -5px);
    }
    10% {
      transform: translate(0, 5px);
    }
    15% {
      transform: translate(0, -5px);
    }
    20% {
      transform: translate(0, 5px);
    }
    25% {
      transform: translate(0, -5px);
    }
    30% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(0, 0);
    }
  }

footer {
    padding: 3%;
    background-color: #cccccc;
    margin-top: 20px;
    text-align: center;
}
footer  a {
    color: #fff;
    font-size: 14px;
}