@charset "UTF-8";

.button1{
    width: 90%;
    height: 60px;
    margin: 12% auto -6%;
    background-size: auto auto;
    background-color: rgba(255, 110, 125, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 135, 140, 1) 5px, rgba(255, 135, 140, 1) 7px );
    text-align: center;
    box-shadow: 0px 0px 0px 5px rgba(255, 110, 125, 1);
    border: dashed 1px #FFF;
    transition: .9s;
    border-radius: 10px;
    line-height: 60px;
}

.button1 a{
    color: #fff;
    font-size: 1.6em;
    letter-spacing: 0.13em;
}
.button1 a p{
　　　height: 100%;
    display: block;
}

#fv .button1{
    width: 90%;
    height: 60px;
    margin: 2% auto -6%;
    background-size: auto auto;
    background-color: rgba(255, 110, 125, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 135, 140, 1) 5px, rgba(255, 135, 140, 1) 7px );
    text-align: center;
    box-shadow: 0px 0px 0px 5px rgba(255, 110, 125, 1);
    border: dashed 1px #FFF;
    transition: .9s;
    border-radius: 10px;
    line-height: 60px;
}

#fv  .button1 a{
    color: #fff;
    font-size: 1.6em;
    letter-spacing: 0.13em;
}
#fv  .button1 a p{
　　　height: 100%;
    display: block;
}


.bound span{
  display: inline-block;
  animation: bound .9s linear infinite;
    color:#ff0;
}

.bound span:nth-child(2) {
  animation-delay: 0.2s;
}

.bound {
  animation: bound .7s linear infinite;
}
@keyframes bound {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0px) scaleY(0.7);
  }
}
/*---------------------------ボタン1---------------------------*/

/* ---------------------------以下共通設定--------------------------- */

body {
  font-family: "M PLUS Rounded 1c";
  margin:0;
  padding:0;
  background:#000;
}

p {
  margin: 0;
  padding: 0;
}

a {
  font-weight: 700;
  text-decoration: none;
  border: none;
}

img {
    display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#wrapper {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

header {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 5px;
}

.headerImg {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  transform: translateX(-5px);
}

#fv{margin-bottom: 20%;
    position: relative
}

#fv .button {
  position: absolute;
  width: 96%;
  height: auto;
  padding: 0 2%;
  margin: -17% 0 0;
}


#story{
  margin-top: -12%;
  margin-bottom: 120px;}

#story .button {
  position: absolute;
  width: 90%;
  height: auto;
  left: 5%;
  bottom: -15%;
  padding: 0;
  }

.storyImg {
  position: relative;
}


.more div {
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
  padding: 10px;
  background-color: #fff;
  border-radius: 30px;
}

#pickup {
  margin-bottom: 80px;
}

#footer {
  position: relative;
  background-color: #fff;
  padding: 30px;
  z-index: 999;
}

#footer p {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  color: #040024;
}

#kaiin {
  position: fixed;
  width: 160px;
  height: auto;
  bottom: -65px;
  right: -24px;
  z-index: 998;
}



/* ---------------------------共通設定ここまで--------------------------- */
