﻿@charset "utf-8";
/* CSS Document */
html{
    font-size: 62.5%;
}
body{
    font-size: 1.6rem;
    font-feature-settings:"palt" ;/*文字詰め・自動*/
    background-color: #fff;
    line-height: 1.6;
    color: #666666;
    text-transform: uppercase;
    font-family: berlin-sans,tbchibirgothicplusk-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    color: #666666;
}
section,article{
    display: block;
}
.txt-center{
    text-align: center;
}
.flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.fd-column{
    flex-direction: column;
}
*{
    box-sizing: border-box;
}
.pc{
    display: none;
}
.sp{
    display: inline;
}
.txt-right{
    text-align: right;
}
.br::after{
    content: "\A";
    white-space: pre;
}
a{
    cursor: pointer;
}
lowercase{
    text-transform: lowercase;
}
@media screen and (min-width:768px){
    .pc{
        display: inline;
    }
    .sp{
        display: none;
    }
}
/*--------------------------
 *
 *header
 *
 *------------------------*/
#header{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.header:after{
        content: "";
        position: absolute;
        top: 0; right: 69.5%;
        transform: skewX(17deg);
        transform-origin: bottom left;
        width:50%;
        height:107%;
        background: #660066;
    }
.header_upper{
    display: none;
}
.header_logo{
    position: absolute;
    top: 10px; left: 10px;
    z-index: 1;
}
.header_logo img{
    width: 47%;
}
.current{
    color: #660066;
}
.vertical-rl{
    -webkit-webkit-writing-mode: vertical-rl;
    -ms-webkit-writing-mode: tb-rl;
    webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl; /* google chrome*/
}
.top-screen_p{
    white-space: pre;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 2.2;

}
.top-screen_p:first-of-type{
    position: absolute;
    top: -8%; left: 25%;
    z-index: 1;
}
.top-screen_p:last-of-type{
    position: absolute;
    top: 34%; left: -6%;
    z-index: 1;
}
.cr-page{
    color: #660066;
}
.gnav_pc li a span:hover{
    color: #660066;
}
@media screen and (min-width:768px){
    #header{
        margin-bottom: 50px;
    }
    .header:after{
        content: "";
        right: 54%;
        transform: skewX(22deg);
        height:120%;
        background: #000;
    }
    .header_upper{
        position: relative;
        display: flex;
        padding: 12px 30px;
        margin: 0 auto;
    }
    .gnav_pc{
        width: 65%;
        margin: 0 auto;
        max-width: 550px;
    }
    .top_sns{
        position: absolute;
        top: 20px; right: 20px;
    }
    .top_twitter,
    .top_tiktok,
    .top_instagram,
    .top_facebook,
    .top_youtube {
        padding: 0 5px;
    }
    .header_upper span{
        display: block;
    }
    .header_logo{
        top: 12%; left: 3%;
    }
    .header_logo img{
        width: 62%;
    }
    .top-screen_p{
        font-size: 2.5rem;
        line-height: 2.8;
    }
    .top-screen_p:first-of-type{
        top: 5%; left: 15%;
    }
    .top-screen_p:last-of-type{
        top: 42%; left: 0%;
    }
}
/*--------------------------
 *
 *menu-btn(sp)
 *
 *------------------------*/
nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
}
.open nav {
    left: 0;
    opacity: 1;
}
.gnav_sp{
    padding: 40px;
}
.gnav_list{
    padding-bottom: 20px;
}
.en{
    display: block;
    line-height: 0.5;
}
.ja{
    font-size: 1.0rem;
}
.top_sns_sp{
    position: absolute;
    top: 0; right: 0;
}
.top_twitter_sp,
.top_tiktok_sp,
.top_instagram_sp,
.top_facebook_sp,
.top_youtube_sp {
    padding: 5px 10px 10px 0;
}


/*--------------------------
 *menu-btn
 *------------------------*/
.menu-btn:before{
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    background: #660066;
}
.menu-btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
}
.menu-btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .5s;
}
.menu-btn span:nth-child(1) {
    top: 4px;
}
.menu-btn span:nth-child(2) {
    top: 14px;
}
.menu-btn span:nth-child(3) {
    bottom: 4px;
}
.open .menu-btn span {
    background-color: #fff;
}
.open .menu-btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
}
.open .menu-btn span:nth-child(2) {
    opacity: 0;
}
.open .menu-btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
}
/*--------------------------
 *mask
 *------------------------*/
#mask {
    display: none;
    transition: all .5s;
}
.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
}
@media screen and (min-width:768px){
    .menu-btn {
        display: none;
    }
}
/*--------------------------
 *
 *【トップ画像・スライダー】
 *
 *------------------------*/
.slider_css {
    height: 345px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.slider_css ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slider_css ul li {
    background-size: cover;
    width: 100%;
    height: 345px;
    position: absolute;
    top: 0;
    left: 0;
    animation-iteration-count: infinite;
    animation-duration: 40s;
}
.slider_css ul li:nth-child(1) {
    background-image: url("../img/top-screen_sp_1.jpg");
    animation-name: slider-zoomin;
    animation-delay: -3s;
}
.slider_css ul li:nth-child(2) {
    background-image: url("../img/top-screen_sp_2.jpg");
    animation-name: slider-zoomout;
    opacity: 0;
    animation-delay: 5s;
}
.slider_css ul li:nth-child(3) {
    background-image: url("../img/top-screen_sp_3.jpg");
    animation-name: slider-zoomin;
    opacity: 0;
    animation-delay: 13s;
}
.slider_css ul li:nth-child(4) {
    background-image: url("../img/top-screen_sp_4.jpg");
    animation-name: slider-zoomout;
    opacity: 0;
    animation-delay: 21s;
}
.slider_css ul li:nth-child(5) {
    background-image: url("../img/top-screen_sp_5.jpg");
    animation-name: slider-zoomin;
    opacity: 0;
    animation-delay: 29s;
}
.slider_css ul li img {
    width: 130%;
}

@media screen and (min-width:768px){
    .slider_css {
        height: 510px;
    }
    .slider_css ul li {
        height: 510px;
    }
    .slider_css ul li:nth-child(1) {
        background-image: url("../img/top-screen_1.jpg");
    }
    .slider_css ul li:nth-child(2) {
        background-image: url("../img/top-screen_2.jpg");
    }
    .slider_css ul li:nth-child(3) {
        background-image: url("../img/top-screen_3.jpg");
    }
    .slider_css ul li:nth-child(4) {
        background-image: url("../img/top-screen_4.jpg");
    }
    .slider_css ul li:nth-child(5) {
        background-image: url("../img/top-screen_5.jpg");
    }
}

/*
@media only screen and (max-width: 768px) {
    .slider_css {
    height: 400px;
}
.slider_css ul li {
    background-size: contain;
    background-repeat: no-repeat;
}
} */
@keyframes slider-zoomin {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    12.5% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    27.5% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: scale(1.3);
    }
}
@keyframes slider-zoomout {
    0% {
        opacity: 0;
        transform: scale(1.3);
    }
    12.5% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    27.5% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
/*--------------------------
 *
 *movie
 *
 *------------------------*/
#md-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 97;
    background: #000;
    opacity: .7;
}

#md-window {
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 40vh;
    z-index: 98;
    background: #000;
}

.movie-btn{
    display: block;
    width: 55px;
    height: 55px;
    background: #660066;
    border-radius: 50%;
    position: fixed;
    top: 90vh;
    left: 10px;
    z-index: 1;
}
/*movie-btn 元サイズ
■50px、25px　top90vh*/
.movie-btn::after{
    content: "\f008";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%; left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
}
#movie_block{
    background: #000;
    padding: 10% 2%;
}
.md-closeBtn{
    color: #fff;
    font-size: 4rem;
}
.movie_box{
    position:relative;
    width:100%;
    padding-top:56.25%;
}
.movie_box iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}
@media screen and (min-width:768px){
    #md-window{
        top: 30%;
    }
}
/*--------------------------
 *
 *common
 *
 *------------------------*/
/* innerはinfo、eventのみ　*/
.inner{
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(204, 204, 204, 0.5) ;
    width: 90%;
}
.section-txt{
    display: inline-block;
    height: 55px;
}
.section-txt img{
    height: 100%;
}
.event_inner ul li h3{
    color: #666666;
    font-size: 1.4rem;
    line-height: 1;
}
@media screen and (min-width:768px){
    .inner{
        box-shadow: 0 2px 10px rgba(204, 204, 204, 0.8) ;
        width: 85.7%;
    }
    .section-txt{
    display: inline-block;
    height: 80px;
    }
}
/*--------------------------
 *
 *about
 *
 *------------------------*/
.about{
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}
.about_item{
    background: url("../img/img_about1.jpg") no-repeat ;
    background-size: cover;
    background-position: center;
    width: 75%;
    margin: -3% 0 0 auto;
    padding: 5% 6%;
}
.about_inner:before{
    content: '';
    position: absolute;
    top: 0; right: 0;
    z-index: -1;
    width: 90%;
    height: 93%;
    background: rgba(204, 204, 204, 0.5);
}
.txt_about{
    width: 52.2%;
    margin-left: 10%;
}
h2{
    padding-bottom: 25px;
}
.about h2{
    color: #000;
    padding-bottom: 18px;
}
.about_item h2:after{
    display: block;
    content:"";
    width: 100px;
    height: 2px;
    background: #663366;
    margin-top: 15px;
}
.about-btn{
    position: relative;
    display: block;
    background-color: rgba(102,0,102,0.9);
    color: #fff;
    font-size: 1.2rem;
    width: 50%;
    margin: 25px auto 0 30px;
    padding: 5px 0;
}
.about-btn span:after{
    content:"";
    position: absolute;
    top: 11px; left: 80%;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
}
.about-btn:hover{
    transition-property: background;
    background: #000;
    transition-duration: 1s;
}
.about p{
    font-size: 1.4rem;
    color: #660066;/* 色：紫　*/
}
.about_img{
    width: 85%;
    margin-top: 5%;
}
@media screen and (min-width:768px){
    .about{
        overflow: hidden;
        margin-bottom: 0;
    }
    .txt_about{
        margin-left: 0;
    }
    .about_inner{
        position: relative;
        display: flex;
        flex-direction: column;
        margin: 0 auto 16%;
        padding: 0 40px;
    }
    .about_item{
        background: url("../img/img_about1.jpg") no-repeat ;
        background-size: cover;
        background-position: center;
        width: 33%;
        margin: -3% auto 0 0;
        padding: 3% 3%;
    }
    .about-btn{
        width: 60%;
        color: #fff;
        margin: 0 auto 0 15%;
        padding: 5px 0;
    }
    .about-btn span:after{
        top: 10px;
    }

    .about_img{
        position: absolute;
        bottom: -40%; right: 46px;
        width: 68%;
        margin-top: 5%;
        z-index: -1;
    }
    .about p{
        padding-bottom: 25px;
        font-size: 1.5rem;
        color: #660066;
    }
    .about_inner:before{
        content:"";
        position: absolute;
        top: 50%; left: 0%;
        width: 50%;
        height: 150%;
        background: rgba(204, 204, 204, 0.5);
        z-index: -1;
    }

    .about:before{
        content: "";
        position: absolute;
        top: -170%; right: -110%;
        transform: skewY(40deg);
        transform-origin: bottom left;
        width:160%;
        height:160%;
        background: rgba(204,204,204,0.5);
        z-index: -1;
    }
}　
/*--------------------------
 *
 *news
 *
 *------------------------*/
h2{
    font-size: 1.7rem;
    color: #000;
    padding-bottom: 25px;
}
.news_block{
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
}
.news_thumb{
    flex: 3.5;
    padding-right: 8px;
    position: relative;
}
.news_box{
    flex: 6.5;
    line-height: 1;
}
.news_block time{
    color: #666666;
    font-size: 1.4rem;
}
.cat ul li {
    float: left;
    background-color: #000;
    padding: 2px 10px;
    line-height: 1;
    margin-right: 10px;
}
.cat ul li a{
    color: #fff;
    font-size: 1.4rem;
}
.news_title{
    width: 100%;
    padding-top: 10px;
    color: #666666;
    text-transform: lowercase;
}
/*--------------------------
  *サムネイル画像 (hover時、拡大)
  *------------------------*/
.link-zoom img{
    display: block;
    transition-duration: 0.3s;
}
.link-zoom:hover img{
    transform: scale(1.1);
    transition-duration: 0.3s;
}

/* 2020/03/25 矢野
お知らせの最新記事にnews_newクラスを指定して
記事の左上に「NEW」と表示するスタイル */
.news_new:first-of-type:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #f00 transparent transparent transparent;
}
.news_new:first-of-type:after {
    position: absolute;
    content: "NEW";
    transform: rotate(315deg);
    display: block;
    font-size: 11px;
    white-space: pre;
    color: #fff;
    top: 12px;
    left: 4px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
}
@media screen and (min-width:768px){
    .news_block{
        width: 49%;
        margin-bottom: 27px;
    }
    .news_block:nth-child(odd){
        margin-right: 5px;
    }
    .news_cat,.news_block time{
        font-size: 1.4rem;
    }
    .news_title{
        font-size: 1.7rem;
    }
}

/*--------------------------
 *
 *info
 *
 *------------------------*/
.txt_info{
    text-align: right;
}

.info{
    position: relative;
    margin-bottom: 50px;
}
.info_inner{
    margin-top: -4.5%;
    padding: 15px 17px;
}
.info:before{
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 90%;
    height: 93%;
    background: rgba(204, 204, 204, 0.5);
    z-index: -1;
}
.info_block{
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
}
.info_thumb{
    flex: 3.5;
    padding-right: 8px;
}

/* 2020/03/25 矢野
お知らせの最新記事にinfo_newクラスを指定して
記事の左上に「NEW」と表示するスタイル */
.info_new:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #f00 transparent transparent transparent;
}

.info_new:after {
    position: absolute;
    content: "NEW";
    transform: rotate(315deg);
    display: block;
    font-size: 11px;
    white-space: pre;
    color: #fff;
    top: 12px;
    left: 4px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
}

.info_box{
    flex: 6.5;
    line-height: 1;
}
.info_cat{
    background-color: #000;
    color: #fff;
    font-size: 1.4rem;
    padding: 0 15px;
    text-transform: capitalize;
}
.info_cat_b{
    padding: 0 10px;
}
.info_block time{
    color: #666666;
    font-size: 1.4rem;
}
.info_title{
    width: 100%;
    padding-top: 13px;
}
.all-btn{
    position: relative;
    display: block;
    background-color: rgba(102,0,102,0.9);
    color: #fff;
    font-size: 1.2rem;
    width: 50%;
    margin: 0px auto 20px;
    padding: 5px 0;
    max-width: 320px;
}
.all-btn span:after{
    content:"";
    position: absolute;
    top: 11px; left: 80%;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
}
.all-btn:hover{
    transition-property: background;
    background: #000;
    transition-duration: 1s;
}
@media screen and (min-width:768px){
    .info{
        margin-bottom: 0;
    }
    .info_inner:before{
        content: "";
        position: absolute;
        top: 55%; right: -45%;
        transform: skewX(42deg);
        width:100%;
        height:120%;
        background: rgba(204,204,204,0.5);
        z-index: -1;
    }
    .info_inner{
        position: relative;
        margin: -3% 0 0 auto;
        padding: 20px 45px;
    }
    .info:before{
        content:"";
        position: absolute;
        top: 0%; left: 0%;
        width: 50%;
        height:40%;
        background: rgba(204, 204, 204, 0.5);
        z-index: -1;
    }
    .txt_info_pc{
        display: block;
        text-align: right;
    }
    .info h2{
    font-size: 1.8rem;
    }
    .info_block{
        width: 49%;
    }
    .info_block:nth-child(odd){
        margin-right: 5px;
    }
    .info_container{
        max-width: 750px;
    }
    .info_cat,.info_block time{
    font-size: 1.4rem;
}
    .info_title{
        font-size: 1.7rem;
        padding-top: 10px;

    }
    .all-btn{
        margin: 20px auto;
    }
}

/*--------------------------
 *
 *event
 *
 *------------------------*/
.event{
    position: relative;
}
.event_inner{
    margin: -3% 0 0 auto;
    padding: 15px;
}
.event:before{
    content: '';
    width: 90%;
    height: 93%;
    position: absolute;
    top: 0; left: 0;
    background: rgba(204, 204, 204, 0.5);
    z-index: -1;
}
.txt_event{
    width: 46.7%;
}
.event_thumb{
    display: inline-block;
    height: 120px;
    margin-top: 0;
}
.event_thumb img{
    height: 100%;
}
.event_date{
    display: block;
}
.event_item span{
    font-size: 1.4rem;
}
.event_title{
    font-size: 1.3rem;
}
.event .all-btn{
    margin-top: 25px;
}
@media screen and (min-width:768px){
    .event{
        padding-top: 50px;
    }

    .event:before{
        display: none;
    }
    .event_inner{
        position: relative;/*txt_eventより前にするため*/
        margin: -3% auto 0 0;
        padding: 20px 12%;
    }
    .event h2{
        font-size: 1.8rem;
    }
    .event_lists{
        max-width: 650px;
        font-size: 1.7rem;
    }
    .event_box{
        padding: 0 30px;
    }
    .event_item img{
        width: 104px;
        height: 146px;
    }
    .event_item span{
        font-size: 1.5rem;
}
    .event_title{
        font-size: 1.7rem;
    }
    .event p{
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 5px 0;
    }
    .event .all-btn{
        margin-top: 35px;
    }
}
/*--------------------------
 *
 *gallery
 *
 *------------------------*/
.gallery{
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}
.gallery:before{
    content: "";
    position: absolute;
    top: 16%; left: -12%;
    z-index: -1;
    transform: rotate(-14deg);
    width:130%;
    height:70%;
    background: rgba(204,204,204,0.5);
}
.txt_gallery{
    width: 61.5%;
    margin: 0 0 0 auto;
}
@media screen and (min-width:768px){
    .gallery{
        position: relative;
        overflow: visible;
        margin-bottom: 50px;
    }
    .txt_gallery{
        position: absolute;
        top: 50px; right: -10%;
    }
    .gallery_item:first-of-type{
        padding-right: 4px;
    }

    .gallery:before{
        content: "";
        position: absolute;
        top: 10%; right: -10%;
        transform: rotate(-14deg);
        width:130%;
        height:80%;
        background: rgba(204,204,204,0.5);
        z-index: -1;
    }
}
/*--------------------------
 *
 *【ギャラリー・スライダー】
 *
 *------------------------*/
#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#loopslider ul {
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider ul li {
    width: 300px;
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}
/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

/*--------------------------
 *
 *footer
 *
 *------------------------*/
.footer{
    background-color: #000;
    color: #fff;
}
.footer-upper{
    padding: 20px 20px 10px;
    font-size: 1.2rem;
}
.footer_logo{
    width: 100px;
    height: 100px;
    margin: 5px auto;
}
.footer_sns{
    width: 30%;
    margin: 0 auto;
}
.footer_nav{
    padding: 8px 0;
}
.footer a{
    color: #fff;
}
.footer a:hover {
    color: #660066;
    font-weight: bold;
}
#page-top{
    border: 1px solid #fff;
    padding: 4px 0;
    line-height: 1;
}
#page-top span::after{
    content: url("../common/img/footer_page-top.png");
    color: #fff;
}
@media screen and (min-width:768px){
    .footer-upper{
        padding: 3% 20% 1%;
        font-size: 1.5rem;
    }
    .footer_logo{
        width: 100%;
        height: 100%;
        margin: 5px auto;
    }
    .footer_nav{
        padding: 12px 0;
    }
    .footer_sns{
        width: 25%;
    }
}


/*--------------------------
 *
 *effect-fade
 *
 *------------------------*/
.effect-fade {
	opacity : 0;
	transform : translate(0, 45px);
	transition : all 300ms;
}
.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}
/*--------------------------
 *
 *fade-in
 *
 *------------------------*/
.fade-in_b-t{
	animation-name: fadein;
    animation-duration: 2s;
}
@keyframes fadein{
from {
	opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.fade-in_t-b{
	animation-name: fadein;
    animation-duration: 5s;
}
@keyframes fadein{
from {
	opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.fade-in_t-b:last-of-type{
	animation-duration: 10s;
}
