body {
    margin:0px;
    font-family: "M PLUS Rounded 1c","sans-serif", "Segoe UI", "Segoe UI Semilight", "M PLUS 1 Code", "sans-serif", "Helvetica Neue", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    background-color: #84D4D5;
    color:black;
    background-image: url(../img/bg-1.png);
    background-size:100%;
    background-repeat: repeat-y;
}

a {
    text-decoration: none;
    color:#000;
}


header img {
    width:100%;
}


.fadeIn {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 2000ms;
}

.fadeIn.animated {
  opacity: 1;
  transform: translate(0, 0);
}

a .entry:hover{
    background-color: #000;
    color:#fff;
}

a .entry:hover .entry{
    background-color: #000;
    color:#fff;
}


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:3.0s;
animation-fill-mode:forwards;
opacity:0.7;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 0.7;
	transform: translateY(0);
  }
}

.about p {
    line-height: 2;
    max-width: 90vw;
}

/*.bg_area {*/
/*    margin-top: 100px;*/
/*    position: relative;*/
/*}*/
/*.bg_area .parallax-window {*/
/*    min-height: 400px;*/
/*}*/
/*h4{*/
/*    margin-top: 0;*/
/*    margin-bottom: 0;*/
/*}*/
/*.bg_area .zap {*/
/*    font-family: "Zapfino",monospace;*/
/*    font-size: 10rem;*/
/*    font-weight: 100;*/
/*    position: absolute;*/
/*    right: 140px;*/
/*    bottom: 40px;*/
/*    color: #fff;*/
/*    transform: rotate(-26deg);*/
/*    display: inline-block;*/
/*}*/

/*#app {*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    background-image: url(../img/slide.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 150%;*/
/*    background-position: center top;*/
/*}*/

.parallax {
    min-height: 600px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;    
}

.parallax.bg-01 {
    background-image: url(../img/slide2.jpg);
}

.parallax.bg-03 {
    background-image: url(../img/slide1.jpg);
}

.bg_area {
    position: relative;
}

.bg_area .ttl_safety {
    top: 200px;
    left: 50px;
    bottom: auto;
    right: auto;
    color: #bda862;
    letter-spacing: 0.02em;
}
.bg_area .zap {
    font-family: "Zapfino",monospace;
    font-size: 6rem;
    font-weight: 100;
    position: absolute;
    /*right: 140px;*/
    /*bottom: 40px;*/
    color: #fff;
    transform: rotate(-16deg);
    display: inline-block;
}
.bg_area .ttl_happy {
    color: #fff;
    letter-spacing: 0.02em;
    right: 30px;
    bottom: 150px;
}

h4{
    margin-top: 0;
    margin-bottom: 0;
}
@media only screen and (max-width: 750px) {

a .entry{
    font-size:2.5rem !important;
    width: 200px !important;
}
.parallax {
    min-height: 300px;
}

.bg_area .ttl_safety {
    top: 80px;
    left: 10px;
    bottom: auto;
    right: auto;
    color: #bda862;
    letter-spacing: 0.02em;
}
.bg_area .zap {
    font-family: "Zapfino",monospace;
    font-size: 2rem;
    font-weight: 100;
    position: absolute;
    /*right: 140px;*/
    /*bottom: 40px;*/
    color: #fff;
    transform: rotate(-16deg);
    display: inline-block;
}
.bg_area .ttl_happy {
    color: #fff;
    letter-spacing: 0.02em;
    right: 10px;
    bottom: 35px;
}

}
