@charset "UTF-8";

/* ---------------------------個別デザイン *ここから*--------------------------- */
.fvbutton{
    position: absolute;
    width: 94%;
    left: 3%;
    bottom: -13%;
}

.button_story{
    width: 94%;
    left: 3%;
    position: absolute;
    bottom: -0.85%;
}

.catch01,.catch02,.catch03,.catch04,.catch05,.catch06,.catch07,.catch08,.catch09,.catch10,.catch11{
    position: absolute;
}

.catch01{width: 10%; left: 1%; top:2.5%;}

.catch02{width: 10%; left: 85%; top:19%;}

.catch03{width: 10%; left: 88%; top:39%;}

.catch04{width: 18%; left: 1%; top:44.8%;}

.catch05{width: 18%; left: 50%; top:55%;}

.catch06{width: 18%; left: 1%; top:89%;}






/* ---------------------------個別デザイン *ここまで*--------------------------- */


/*---------------------------ボタン1---------------------------*/
.button1{
    width: 90%;
	height: 60px;
    margin: 0 auto;
    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;
}

.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: 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{
    position: relative;
  margin-top: 4%;
  margin-bottom: 14%;}


.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;
}


/*おすすめ*/

.title{
	color: #fff;
	background: #ee5963;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 8px 0;
	font-weight: bold;
	font-size: 24px;
	margin: 0 auto;
	letter-spacing: 0.1em;
}
.title img{vertical-align: middle}

#about{
    background: #fff;
    margin: 0 0 5%;
}

#about p img{
    width: 90%;
    padding: 3% 5%;
    background: 
}

.garumani_img{
    box-sizing:border-box;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 10px;
    border: solid 1px #6e5a5a;
    display: flex;
    flex-wrap: wrap; 
    flex-direction: row
}

.garumani_img a{
    display: block;
    width: 42%;
    padding: 3%;
    margin-left: auto;
    margin-right: auto;
}

.garumani_img a img{
    width: 100%;
}
/* ---------------------------共通設定ここまで--------------------------- */
