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: #FDD3FE;
    color:#fff;
    background-color: #000;
    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;
}

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

  to {
	transform: translateY(0);
  }
}

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


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


.title {
    font-size:30px;
    letter-spacing:0.18rem;
    font-weight: bold;
}

.title2 {
    font-size:25px;
    letter-spacing:0.18rem;
}

.text {
    font-size:19px; 
    line-height:40px;
    letter-spacing:0.18rem;
    font-weight: bold;
}

.text2 {
    line-height:2.5rem;
}


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

.title {
    font-size:18px;
}

.title2 {
    font-size:16px;
}

.text {
    font-size:13px; 
    line-height:25px;
}

.text2 {
    line-height:1.7rem;
}

}