﻿#together-member,
#together-money,
#together-local,
#together-open,
#together-contact{
    position: relative;
    top: -80px;
}

.together-box{
    width: 1920px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
    min-height: calc(100vh - 80px);
    font-size: 0;
}
.together-title-box{
    width: 1280px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 50px 0;
}
.together-title-text-box{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
}
.together-title-text-box h2{
    font-size: 32px;
    color: #ee1a26;
    font-weight: bold;
    letter-spacing: 10px;
}
.together-title-text-box h3{
    font-size: 18px;
    color: #888;
    letter-spacing: 1px;
    line-height: 1.2;
}
.together-title-img-box{
    display: inline-block;
    vertical-align: bottom;
}
.together-btn-box{
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
    width: calc(100% - 293px);
}
.together-btn{
    width: 160px;
    line-height: 50px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #555;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    margin-left: 30px;
    transition: all .3s linear;
}
.together-btn:first-child{
    margin-left: 0;
}
.together-member-box{
    box-sizing: border-box;
    padding: 40px 0;
    background-color: #f5f5f5;
    margin-top: 50px;
}
.together-member-all-box{
    width: 1280px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.together-member-title{
    font-size: 32px;
    color: #000;
    font-weight: bold;
    letter-spacing: 10px;
    line-height: 42px;
}
.together-member-description-name{
    font-size: 24px;
    letter-spacing: 8px;
    font-weight: bold;
    color: #ee1a26;
    margin-top: 30px;
    margin-bottom: 10px;
}
.together-member-description-text-box{
    width: 940px;
    display: inline-block;
    vertical-align: middle;
}
.together-member-description-text-box p{
    font-size: 18px;
    color: #333;
    letter-spacing: 1px;
    line-height: 42px;
}
.together-member-description-text-box p>span{
    font-weight: bold;
    color: #000;
}
.together-member-description-text-all-box{
    margin: 40px 0;
}
.together-member-description-text-title{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    line-height: 42px;
}
.together-member-description-text{
    font-size: 18px;
    color: #000;
    letter-spacing: 5px;
    line-height: 42px;
}
.together-member-description-text span{
    font-family: "roboto";
    font-weight: 700;
    font-size: 22px;
    font-style: italic;
}
.together-member-description-img{
    width: 300px;
    display: inline-block;
    vertical-align: middle;
}


.together-member-join-box{
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 100px;
}
.together-member-join-title{
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
}
.together-member-join{
    width: 100%;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    margin-bottom: 25px;
    box-sizing: border-box;
}
.together-member-join-img-box{
    width: 200px;
    height: 200px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.together-member-join-dashed-box{
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.together-member-join-dashed{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.together-member-join-dashed:after {
    content: '';
    height: 100%;
    border-right: 4px dashed #d1d1d1;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.together-member-join-info-box{
    width: calc(100% - 200px);
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 20px 25px;
}
.together-member-join-info-number{
    font-size: 24px;
    color: #fff;
    font-family: "roboto";
    font-weight: 500;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    background-color: #ee1a26;
    border-radius: 50%;
    text-align: center;
    font-style: italic;
}
.together-member-join-info{
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 15px;
}
.together-member-join-info-name{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
}
.together-member-join-info-text{
    font-size: 16px;
    letter-spacing: 1px;
    color: #333;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.together-member-join-info-btn{
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 40px;
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ee1a26;
    border-radius: 20px;
    text-align: center;
    margin-right: 15px;
    transition: all .3s linear;
}
.together-member-join:nth-child(3) .together-member-join-info-text{
    margin-top: 25px;
    margin-bottom: 0;
}
.together-member-join:nth-child(3) .together-member-join-info-text span{
    color: #ee1a26;
}
.together-member-join:nth-child(4) .together-member-join-info-text{
    margin-bottom: 0;
}
.together-member-join:nth-child(4) .together-member-join-info-text span{
    color: #000;
    font-weight: bold;
}

.together-info-box{
    width: 1280px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.together-info-money-box{
    box-sizing: border-box;
    padding: 50px 0;
}
.together-info-money-title{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 10px;
    color: #ee1a26;
    margin-bottom: 40px;
}
.together-info-money-text-box{
    width: calc(100% - 310px);
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding-right: 30px;
}
.together-info-money-text{
    font-size: 18px;
    color: #333;
    letter-spacing: 4px;
    line-height: 36px;
}
.together-info-money-text span{    
    font-weight: bold;
    color: #000;
}
.together-info-money-text span.together-red{
    color: #ee1a26;
}
.together-info-money-img-box{
    width: 310px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 40px;
    margin-top: 100px;
}
.together-info-local-box,
.together-info-open-box{
    border-top: 1px solid #d1d1d1;
    box-sizing: border-box;
    padding: 50px 0;
}
.together-info-local-img-box{
    width: 45%;
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
    padding: 0 25px;
    text-align: center;
}
.together-info-local-title{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 10px;
    color: #ee1a26;
    margin-bottom: 40px;
}
.together-info-local-text-box{
    width: 55%;
    display: inline-block;
    vertical-align: bottom;
}
.together-info-local-text{
    font-size: 18px;
    color: #333;
    letter-spacing: 4px;
    line-height: 36px;
}
.together-local-a{
    font-weight: bold;
}
.together-info-local-text span{
    font-weight: bold;
    color: #000;
    font-size: 18px;
}
.together-info-local-text span.together-local-a{
    font-weight: inherit;
    font-size: 18px;
}
.together-info-local-text span.together-local-italic{
    transform: skewX(-10deg);
    display: inline-block;
}
.together-info-local-text span.together-local-number{
    font-family: "Roboto";
    font-weight: 700;
    font-style: italic;
    font-size: 22px;
    line-height: 42px;
}
.together-info-local-text span.together-local-span{
    font-weight: inherit;
    font-size: 18px;
}
.together-info-open-text{
    font-size: 18px;
    color: #333;
    letter-spacing: 4px;
    line-height: 36px;
}
.together-info-open-text p{
    margin-top: 10px;
}
.together-info-open-text p:first-child{
    margin-top: 0px;
}
.together-info-open-text p>span{
    font-weight: bold;
    color: #000;
}
.together-info-open-btn-box{
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    background-color: #ee1a26;
    width: 120px;
    line-height: 40px;
    border-radius: 20px;
    display: block;
    text-align: center;
    margin: 30px 0;
    transition: all .3s linear;
}
.together-info-open-text-box{
    width: calc(100% - 370px);
    display: inline-block;
    vertical-align: bottom;
}
.together-info-open-img-box{
    width: 370px;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 40px;
}
.together-info-open-text-box .together-info-open-text p>span{
    font-size: 18px;
}
.together-info-open-text-box .together-info-open-text p.together-info-open-text-two{
    color: #000;
}
.together-info-open-text-box .together-info-open-text p.together-info-open-text-thr{
    font-size: 18px;
}
.together-info-open-text-box .together-info-open-text p.together-info-open-text-thr>span:first-child{
    color: #ee1a26;
}
.together-info-contact-box{
    border-top: 1px solid #d1d1d1;
    box-sizing: border-box;
    padding: 80px 0;
}
.together-info-contact{
    width: 800px;
    max-width: 100%;
    display: inline-block;
    vertical-align: bottom;
}
.together-info-contact-title{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 10px;
    color: #ee1a26;
}
.together-info-contact-text{
    font-size: 18px;
    color: #555;
    letter-spacing: 1px;
}
.together-info-contact-form{
    margin-top: 40px;
}
.together-form-list{
    border-top: 1px solid #d1d1d1;
    box-sizing: border-box;
    padding: 15px 0;
}
.together-form-list-title{
    font-size: 18px;
    color: #000;
    letter-spacing: 6px;
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
}
.together-form-text{
    width: calc(100% - 200px);
    border-radius: 20px;
    height: 50px;
    border: none;
    background-color: #eee;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 18px;
    letter-spacing: 2px;
}
.together-form-list-textarea{
    width: calc(100% - 200px);
    border-radius: 20px;
    height: 200px;
    border: none;
    background-color: #eee;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: 2px;
    resize: none;
}
.together-form-button-box{
    width: 100%;
    display: block;
    border-top: 1px solid #d1d1d1;
    box-sizing: border-box;
    padding-top: 30px;
    text-align: right;
}
.together-form-button{
    width: calc(100% - 200px);
    background-color: #ee1a26;
    font-size: 22px;
    border: none;
    outline: none;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 6px;
    line-height: 60px;
    border-radius: 20px;
    margin-right: 20px;
    padding: 0;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s linear;
}
.together-info-contact-img-box{
    width: 420px;
    height: 580px;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 60px;
}
.together-info-contact-img-box span{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



.together-local-a:hover{
    color: #ee1a26;
}



@media only screen and (max-width: 1280px){
    .together-title-box,
    .together-member-all-box,
    .together-info-box{
        width: 1200px;
    }
    .together-btn{
        width: 150px;
    }

    .together-member-description-text-box{
        width: 860px;
    }

    .together-info-contact{
        width: 720px;
    }
}
@media only screen and (max-width: 1200px){
    .together-title-box,
    .together-member-all-box,
    .together-info-box{
        width: 1000px;
    }
    .together-title-text-box{
        margin-right: 0;
    }
    .together-btn-box{
        width: calc(100% - 273px);
    }
    .together-btn{
        width: 130px;
        font-size: 16px;
        margin-left: 15px;
    }

    .together-member-description-text-box{
        width: 760px;
    }
    .together-member-description-img{
        width: 200px;
    }


    .together-info-contact{
        width: 620px;
    }
    .together-info-contact-img-box{
        width: 320px;
        height: 483px;
    }
    .together-form-list-textarea{
        height: 120px;
    }
    .together-info-contact-form{
        margin-top: 20px;
    }
    .together-form-button-box{
        padding-top: 20px;
    }
}
@media only screen and (max-width: 1000px){
    .together-box{
        margin-top: 68px;
        min-height: calc(100vh - 68px);
    }
    .together-title-box{
        width: 750px;
        padding: 30px 0;
    }
    .together-btn-box{
        width: 100%;
        display: block;
        margin-top: 20px;
    }
    .together-btn{
        width: calc(100% / 5 - 12px);
        margin-left: 15px;
    }

    .together-member-box{
        padding: 30px 0;
        margin-top: 20px;
    }
    .together-member-all-box{
        width: 750px;
    }
    .together-member-description-text-box{
        width: 100%;
        display: block;
    }
    .together-member-description-name{
        margin-top: 20px;
        margin-bottom: 0;
    }
    .together-member-description-text-all-box{
        margin: 20px 0;
    }
    .together-member-description-box{
        position: relative;
    }
    .together-member-description-img{
        width: 200px;
        position: absolute;
        bottom: calc(50% - 100px);
        right: 0;
    }


    .together-info-box{
        width: 750px;
    }
    .together-info-money-box{
        padding: 40px 0;
    }
    .together-info-local-box, 
    .together-info-open-box,
    .together-info-contact-box{
        padding: 40px 0;
    }
    .together-info-money-title,
    .together-info-local-title{
        margin-bottom: 30px;
    }
    .together-info-local-img-box,
    .together-info-local-text-box,
    .together-info-open-img-box,
    .together-info-open-text-box{
        vertical-align: middle;
    }
    .together-info-contact-img-box{
        display: none;
    }
    .together-info-contact{
        width: 100%;
    }
}
@media only screen and (max-width: 750px){
    .together-title-box,
    .together-member-all-box,
    .together-info-box{
        width: 550px;
    }
    .together-btn-box{
        display: none;
    }
    .together-title-text-box h2{
        font-size: 26px;
    }
    .together-title-text-box h3{
        font-size: 16px;
    }
    .together-title-img-box{
        width: 53px;
        height: 81px;
    }

    .together-member-box{
        padding: 20px 0;
        margin-top: 0;
    }
    .together-member-title{
        line-height: 36px;
    }
    .together-member-description-name{
        letter-spacing: 6px;
        margin-top: 10px;
    }
    .together-member-description-text-box p{
        line-height: 32px;
    }
    .together-member-description-text{
        line-height: 32px;
    }
    .together-member-description-text-title{
        line-height: 32px;
    }
    .together-member-description-img{
        width: 150px;
        bottom: calc(50% - 75px);
    }
    .together-member-join-box{
        margin-top: 50px;
    }
    .together-member-join-title{
        margin-bottom: 30px;
    }
    .together-member-join-img-box{
        display: block;
        width: 100%;
    }
    .together-member-join-img-box span{
        box-sizing: border-box;
        padding: 20px 0;
    }
    .together-member-join-dashed-box{
        width: 100%;
        height: 2px;
        top: inherit;
        bottom: 0;
    }
    .together-member-join-dashed:after{
        border-top: 4px dashed #d1d1d1;
        border-right: none;
        width: 100%;
    }
    .together-member-join-info-box{
        width: 100%;
    }
    .together-member-join-info-number{
        width: 25px;
        line-height: 25px;
    }
    .together-member-join-info{
        width: calc(100% - 25px);
    }
    .together-member-join-info-btn{
        font-size: 16px;
        line-height: 32px;
        border-radius: 16px;
        width: 100px;
    }


    .together-info-money-img-box{
        width: 150px;
        display: block;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
        margin-top: 20px;
    }
    .together-info-local-box{
        display: flex;
        display: -webkit-flex;
        flex-direction: column-reverse;
    }
    .together-info-local-img-box{
        width: 150px;
        display: block;
        padding: 0;
        margin: 0 auto;
        margin-top: 20px;
    }
    .together-info-open-img-box{
        width: 150px;
        display: block;
        padding: 0;
        margin: 0 auto;
        margin-top: 20px;
    }
    .together-info-money-text-box,
    .together-info-local-text-box,
    .together-info-open-text-box{
        width: 100%;
        padding: 0;
    }
    .together-info-money-title,
    .together-info-local-title,
    .together-info-open-title{
        margin-bottom: 10px;
    }
    .together-info-money-text,
    .together-info-local-text,
    .together-info-open-text{
        letter-spacing: 2px;
        line-height: 2;
    }
    .together-info-money-box,
    .together-info-local-box,
    .together-info-open-box,
    .together-info-contact-box{
        padding: 20px 0;
    }
    .together-info-local-text span{
    }
    .together-info-local-text span.together-local-number{
        line-height: 36px;
    }
    .together-info-contact-title{
    }
    .together-form-list-title{
        letter-spacing: 4px;
        width: 140px;
        line-height: 40px;
    }
    .together-form-text{
        width: calc(100% - 140px);
        height: 40px;
        border-radius: 16px;  
    }
    .together-form-list-textarea{
        width: calc(100% - 140px);
        border-radius: 16px;  
    }
    .together-form-button{
        width: calc(100% - 140px);
        letter-spacing: 4px;
        line-height: 50px;
        border-radius: 18px;
        margin-right: 0;
    }
}
@media only screen and (max-width: 550px){
    .together-box{
        margin-top: 58px;
        min-height: calc(100vh - 58px);
    }
    .together-title-box{
        width: 400px;
        padding: 20px 0;
    }
    .together-title-text-box h2{
        font-size: 22px;
        letter-spacing: 4px;
    }
    .together-title-text-box h3{
        font-size: 14px;
    }
    .together-title-img-box{
        width: 43px;
        height: 66px;
        margin-left: 5px;
    }


    .together-member-all-box{
        width: 400px;
    }
    .together-member-title{
        font-size: 22px;
        letter-spacing: 4px;
    }
    .together-member-description-name{
        font-size: 18px;
        letter-spacing: 2px;
    }
    .together-member-description-text-box p{
        font-size: 16px;
        line-height: 26px;
    }
    .together-member-description-text-all-box{
        margin: 10px 0;
    }
    .together-member-description-text-title{
        font-size: 16px;
        line-height: 26px;
    }
    .together-member-description-text{
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 2px;
    }
    .together-member-description-text span{
        font-size: 18px;
    }
    .together-member-description-img{
        display: block;
        position: static;
        margin: 0 auto;
        width: 100px;
    }
    .together-member-join-box{
        margin-top: 30px;
    }
    .together-member-join-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .together-member-join-info-box{
        padding: 10px;
    }
    .together-member-join-img-box{
        height: 120px;
    }
    .together-member-join-info-number{
        font-size: 18px;
        width: 20px;
        line-height: 20px;
    }
    .together-member-join-info {
        width: calc(100% - 20px);
        padding-left: 10px;
    }
    .together-member-join-info-name{
        font-size: 16px;
    }
    .together-member-join-info-text{
        font-size: 16px;
        line-height: inherit;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .together-member-join-info-btn{
        font-size: 16px;
        line-height: 26px;
        border: 13px;
        width: 80px;
    }
    .together-member-join:nth-child(3) .together-member-join-info-text{
        margin-top: 15px;
    }

    .together-info-box{
        width: 400px;
    }
    .together-info-money-title, 
    .together-info-local-title, 
    .together-info-open-title{
        font-size: 22px;
        letter-spacing: 4px;
    }
    .together-info-money-text, 
    .together-info-local-text, 
    .together-info-open-text,
    .together-info-local-text span.together-local-a,
    .together-info-local-text span,
    .together-info-local-text span.together-local-span{
        font-size: 16px;
    }
    .together-info-local-text span{
        font-size: 16px;
    }
    .together-info-local-text span.together-local-number{
        font-size: 18px;
        line-height: 26px;
    }
    .together-info-open-text-box .together-info-open-text p>span{
        font-size: 16px;
    }
    .together-info-open-text-box .together-info-open-text p.together-info-open-text-thr{
        font-size: 16px;
    }
    .together-info-contact-title{
        font-size: 22px;
        letter-spacing: 4px;
    }
    .together-info-contact-form{
        margin-top: 10px;
    }
    .together-info-contact-text{
        font-size: 16px;
    }
    .together-form-list-title{
        font-size: 16px;
        width: 90px;
        line-height: 30px;
    }
    .together-form-list{
        padding: 10px 0;
    }
    .together-form-text{
        width: calc(100% - 90px);
        font-size: 16px;
        height: 30px;
        border-radius: 12px;
        padding: 0 15px;
    }
    .together-form-list-textarea{
        width: calc(100% - 90px);
        font-size: 16px;
        border-radius: 14px;
        padding: 10px 15px;
    }
    .together-form-button-box{
        padding-top: 10px;
    }
    .together-form-button{
        width: calc(100% - 90px);
        font-size: 18px;
        border-radius: 12px;
        line-height: 40px;
    }
    .together-info-open-btn-box{
        font-size: 16px;
        width: 100px;
        line-height: 30px;
        border-radius: 15px;
        margin: 15px 0;
    }
    .together-info-money-img-box,
    .together-info-local-img-box,
    .together-info-open-img-box{
        width: 100px;
    }
}
@media only screen and (max-width: 400px){
    .together-title-box{
        width: 300px;
        padding: 15px 0;
    }
    .together-title-text-box h2{
        font-size: 18px;
        letter-spacing: 2px;
    }
    .together-title-text-box h3{
        font-size: 12px;
    }
    .together-title-img-box{
        width: 33px;
        height: 50px;
    }

    .together-member-box{
        padding: 15px 0;
    }
    .together-member-all-box{
        width: 300px;
    }
    .together-member-title{
        font-size: 18px;
        letter-spacing: 2px;
        line-height: inherit;
    }
    .together-member-description-name{
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .together-member-description-text-box p{
        line-height: inherit;
    }
    .together-member-description-text-title{
        font-size: 12px;
        line-height: 20px;
    }
    .together-member-join-title{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .together-member-join{
        margin-bottom: 15px;
    }

    .together-info-box{
        width: 300px;
    }
    .together-info-money-box, 
    .together-info-local-box, 
    .together-info-open-box, 
    .together-info-contact-box{
        padding: 10px 0;
    }
    .together-info-money-title, 
    .together-info-local-title, 
    .together-info-open-title{
        margin-bottom: 5px;
    }
    .together-info-money-title, 
    .together-info-local-title, 
    .together-info-open-title,
    .together-info-contact-title{
        font-size: 18px;
        letter-spacing: 2px;
    }
    .together-info-money-text, .together-info-local-text, .together-info-open-text{
        letter-spacing: 1px;
    }
    .together-form-list-title{
        font-size: 12px;
        letter-spacing: 2px;
        width: 70px;
    }
    .together-form-text,
    .together-form-list-textarea{
        width: calc(100% - 70px);
        font-size: 12px;
    }
    .together-form-button{
        width: calc(100% - 70px);
        font-size: 14px;
        border-radius: 10px;
        line-height: 30px;
    }
}




/*--------hover--------*/
.together-btn:hover{
    border-color: #ed1b24;
    color: #fff;
    background-color: #ed1b24;
}
.together-form-button:hover,
.together-info-open-btn-box:hover,
.together-member-join-info-btn:hover{
    background-color: #9c1111;
    color: #fff;
}
.together-form-text:focus,
.together-form-list-textarea:focus{
    background-color: #e1e1e1;
}


/*animation*/
/*<-------------動畫------------->*/

@media only screen and (min-width: 1001px){
    .together-title-text-box h2{
        animation: fadeInLeft 1s ease 0s 1 both;
    }
    .together-title-text-box h3{
        animation: fade 1s ease .3s 1 both;
    }
    .together-title-img-box{
        animation: fadeInDown 1s ease .3s 1 both;
    }
    .together-btn{
        animation: fade 1s ease .5s 1 both;
    }
    .together-member-title,
    .together-member-description-name,
    .together-member-description-text-box,
    .together-member-description-img,
    .together-member-join-title,
    .together-member-join,
    .together-info-money-title,
    .together-info-money-text,
    .together-info-money-img-box,
    .together-info-local-title,
    .together-info-local-text,
    .together-info-local-img-box,
    .together-info-open-text,
    .together-info-open-btn-box,
    .together-info-open-img-box,
    .together-info-contact-title,
    .together-info-contact-text,
    .together-form-list,
    .together-form-button-box{
        opacity: 0;
    }
    .together-member-title.anima,
    .together-info-money-title.anima,
    .together-info-local-title.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .together-member-description-name.anima{
        animation: fade 1s ease 0s 1 both;
    }
    .together-member-description-text-box.anima,
    .together-info-money-text.anima,
    .together-info-local-text.anima,
    .together-info-open-text.anima{
        animation: fade 1s ease 0s 1 both;
    }
    .together-member-description-img.anima,
    .together-info-money-img-box.anima,
    .together-info-open-img-box.anima{
        animation: fadeInRight 1s ease 0s 1 both;
    }
    .together-member-join-title.anima{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .together-member-join.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .together-info-local-img-box.anima{
        animation: fadeInLeft 1s ease 0s 1 both;
    }
    .together-info-open-btn-box.anima{
        animation: fadeInRight 1s ease 0s 1 both;
    }
    .together-info-contact-title.anima{
        animation: fadeInRight 1s ease 0s 1 both;
    }
    .together-info-contact-text.anima{
        animation: fade 1s ease .3s 1 both;
    }
    .together-form-list.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .together-form-button-box.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .together-info-contact-img-box{
        animation: fade 1s ease 0s 1 both;
    }
}