@charset "UTF-8";
/* コンテンツ */
body {
    line-height: 1.6;
    font-family: 'Lato', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
#shenery_news {
    margin: 0 auto;
    font-size: 12px; }
    /* pc */
    @media screen and (min-width: 970px) {
      #shenery_news {
        max-width: 710px;
        width: 100%; } }
    /* sp */
    @media screen and (max-width: 970px) {
      #shenery_news {
        width: 100%; } }

.snr_btn >a {
    color: #fff;
    text-decoration: none;
}

.snr_btn a:hover {
    color: #fff;
    }

.lead {
    margin: 60px 0 10px 0;
    text-align: center;
}

.snr_btn {
    border-radius: 4px;
    background-color: #000;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #000;
    padding: 10px;
}

/* section */
section {
    padding: 30px 0;
}
.category {
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
}

.flexbox {
    margin: 10px 0;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
/* sp */
@media screen and (max-width: 970px) {
    .flexbox {
      margin: 0;
     } }

.item {
    width: 49%;
}

.item img {
    width: 100%;
}

.lineup {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px;
}

.lineup >p {
    font-size: 18px;
    font-weight: bold;
}

.fuwatAnime {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fuwatAnime;
    -ms-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible !important;
    }
  @-webkit-keyframes fuwatAnime {
    0% { opacity: 0;-webkit-transform: translateY(20px);}
    100% { opacity: 1;-webkit-transform: translateY(0); }
  }
  @keyframes fuwatAnime {
    0% { opacity: 0;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}
    100% { opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
  }