@charset "UTF-8";
/* Scss Document */
/* 枠の太さ = 10px */
/* 枠の色 = #f08d24*/
html:before,
html:after,
body:before,
body:after {
  content: "";
  position: fixed;
  display: block;
  z-index: 1;
}

/* 上 */
/* 右 */
html:after {
  width: 15%;
  max-width: 110px;
  height: 100vh;
  right: 0;
  top: 0;
  background-image: url("../img/grass_right.svg");
}

/* 下 */
/* 左 */
body:after {
  width: 15%;
  max-width: 110px;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: url("../img/grass_left.svg");
}

body {
  margin: 0 auto;
  color: #383838;
  background: #EAEAEA;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: josefin-slab, ten-mincho;
}

.box {
  height: 100vh;
}

.img_title {
  display: block;
  width: 40%;
  max-width: 300px;
  margin: 20px auto;
}

section {
  margin: 0px auto;
  position: relative;
}

p {
  font-size: 16px;
}

h1 {
  width: 600px;
  margin: 40 auto;
  color: #FF9494;
}

h2 {
  font-size: 30px;
  text-align: center;
}

.wrapper {
  width: 80%;
  max-width: 1000px;
  margin: 40px auto;
}

#top {
  text-align: center;
  font-size: 14px;
}

#top .pc {
  display: block;
  width: 100%;
  margin: 20px auto;
}

#top p {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}

#top .heroin {
  font-size: 22px;
}

#top .staff {
  margin: 10px auto;
}

#top .staff p {
  font-size: 12px;
}

#top .water {
  margin-bottom: -20px;
}

#top .sp {
  display: none;
}

#news {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 202, 169, 0.82)), to(rgba(255, 154, 136, 0.83))), url("../img/IMG_9142.JPG");
  background: linear-gradient(to top, rgba(23, 202, 169, 0.82) 0%, rgba(255, 154, 136, 0.83) 100%), url("../img/IMG_9142.JPG");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#news .news_box {
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
  background: #EAEAEA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  width: 30%;
  height: 300px;
  margin: 1%;
}

#news .news_box:hover {
  -webkit-animation: fluffy1 3s ease;
          animation: fluffy1 3s ease;
}

#news p {
  margin: 20px;
}

#news a {
  text-decoration: none;
  color: #383838;
}

#news .finished {
  -webkit-filter: opacity(70%);
          filter: opacity(70%);
}

#news .img-news {
  width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

#news .kisssh {
  width: 70%;
}

#news .circle-1 {
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}

#news .circle-2 {
  border-radius: 80% 30% 50% 50%/50%;
}

#news .circle-3 {
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}

@-webkit-keyframes fluffy1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fluffy1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#story .photo {
  width: 40%;
  display: inline-block;
}

#story .catch-box {
  margin: 20px auto 40px;
}

#story .catch1 {
  width: 76%;
  display: inline-block;
}

#story .catch2 {
  margin: 20px auto;
}

#story .copy {
  width: 20%;
  display: inline-block;
}

#story p {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  margin-left: 4%;
}

#story .catch1_sp,
#story .catch2_sp {
  display: none;
}

#director {
  text-align: center;
  padding: 40px;
  background: url("../img/cloud.svg") no-repeat center;
}

#contact {
  position: fixed;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
  bottom: 40px;
}

#contact a {
  color: #383838;
  margin: 20px;
  text-align: center;
}

.water {
  width: 100%;
  margin: 0px auto -25px;
  z-index: 10;
}

footer {
  text-align: center;
  color: #383838;
  background: #c0f1ff;
  margin: 0 auto;
  padding-bottom: 100px;
}

footer a {
  display: block;
  width: 220px;
  margin: 20px auto;
}

footer a img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .wrapper {
    width: 75%;
  }
  #top .wrapper {
    width: 100%;
  }
  #top .staff {
    width: 70%;
  }
  #top .pc {
    display: none;
  }
  #top .sp {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  #news .news_box {
    width: 45%;
    margin: 2%;
  }
}

@media screen and (max-width: 710px) {
  p {
    font-size: 14px;
  }
  .wrapper {
    width: 75%;
  }
  #top .staff p {
    font-size: 10px;
  }
  #news .news_box {
    display: block;
    background: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px;
    width: 90%;
    height: auto;
    margin: 20px auto;
  }
  #news p {
    margin: 0px;
    font-size: 16px;
  }
  #news a {
    color: #EAEAEA;
  }
  #news .img-news {
    display: none;
  }
  #story .catch-box,
  #story .catch2,
  #story .photo {
    display: none;
  }
  #story .catch1_sp,
  #story .catch2_sp {
    display: block;
    width: 90%;
    margin: 20px auto;
  }
  #story p {
    width: 100%;
    display: block;
    margin: 10px auto;
  }
  #director {
    padding: 10px;
    background-image: none;
  }
}
/*# sourceMappingURL=main.css.map */