@charset "UTF-8";

/* ---------------------------個別デザイン *ここから*--------------------------- */



/* ---------------------------個別デザイン *ここまで*--------------------------- */



/* ---------------------------以下共通設定--------------------------- */

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-bottom: 20px;}

#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;
  margin-top: 20px;
  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;
}



/* ---------------------------共通設定ここまで--------------------------- */
