@charset "utf-8";

/* ===== top.css ===== */
/* -- top_mv -- */
#top_mv {
    position: relative;
    margin: 32px auto 0;
    padding: 308px 40px 107px;
    max-width: 1158px;
}
#top_mv .img01 img,
#top_mv .img02 img,
#top_mv .img03 img,
#top_mv .img04 img,
#top_mv .img05 img {
    position: absolute;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s, transform .3s;
}
#top_mv .img01 img {
    top: 19.7%;
    right: 21.3%;
    width: 17.7%;
    transition: opacity 0.6s, transform .8s;
}
#top_mv .img02 img {
    top: 40.8%;
    left: 19.8%;
    width: 18.2%;
    transition: opacity 0.6s, transform .6s;
}
#top_mv .img03 img:nth-child(1) {
    top: 28.9%;
    left: 16.5%;
    width: 6.6%;
}
#top_mv .img03 img:nth-child(2) {
    top: 43.1%;
    right: 37.8%;
    width: 19%;
    z-index: -9;
}
#top_mv .img04 img:nth-child(1) {
    top: 8.5%;
    left: 28.8%;
    width: 13.2%;
    z-index: -10;
}
#top_mv .img04 img:nth-child(2) {
    top: 8.2%;
    right: 17.6%;
    width: 6.6%;
}
#top_mv .img05 img:nth-child(1) {
    top: -2.1%;
    left: 63.4%;
    width: 9.8%;
}
#top_mv .tit {
    transform: translateY(20px);
    opacity: 0;
    transition: opacity 0.8s, transform .8s;
}
/* - show - */
#top_mv .img01.show img,
#top_mv .img02.show img,
#top_mv .img03.show img,
#top_mv .img04.show img,
#top_mv .img05.show img,
#top_mv .tit.show {
    transform: translateY(0); 
    opacity: 1;
}
@media screen and ( max-width: 1157px ) {
    #top_mv {
        margin-top: 2.3%;
        padding: 24% 40px 9.6%;
    }
}
@media screen and ( max-width: 900px ) {
    #top_mv {
        padding: 110% 20px 0;
    }
    #top_mv .img01 img {
        top: 24%;
        right: 9%;
        width: 24%;
    }
    #top_mv .img02 img {
        top: 34%;
        left: 7%;
        width: 24%;
    }
    #top_mv .img03 img:nth-child(1) {
        top: 28%;
        left: 4%;
        width: 9%;
    }
    #top_mv .img03 img:nth-child(2) {
        top: 33%;
        right: 35%;
        width: 26%;
    }
    #top_mv .img04 img:nth-child(1) {
        top: 21%;
        left: 22%;
        width: 16%;
    }
    #top_mv .img04 img:nth-child(2) {
        top: 20%;
        right: 4%;
        width: 9%;
    }
    #top_mv .img05 img:nth-child(1) {
        top: 14%;
        left: 65%;
        width: 13%;
    }
    #top_mv .tit {
        margin: 0 auto;
        max-width: 56px;
    }
}

/* -- top_catch -- */
#top_catch {
    margin: 194px auto 0;
    padding: 0 40px;
    max-width: 590px;
}
#top_catch .txt {
    font-weight: bold;
    font-size: 20px;
    line-height: 2.6;
    opacity: 0;
    transform: translateY(50px); 
    transition: opacity 0.6s, transform 0.6s;
}
#top_catch .txt > :not(:last-child) {
    margin-bottom: 52px;
}
#top_catch .tit {
    font-weight: bold;
    font-size: 30px;
    line-height: 2;
    margin-top: 59px;
    opacity: 0;
    transform: translateY(50px); 
    transition: opacity 0.6s, transform 0.6s;
}
/* - show - */
#top_catch .txt.show,
#top_catch .tit.show {
    transform: translateY(0); 
    opacity: 1;
}
@media screen and ( max-width: 900px ) {
    #top_catch {
        margin: 181px auto 0;
        padding: 0 30px;
    }
    #top_catch .txt {
        font-size: 18px;
    }
    #top_catch .txt > :not(:last-child) {
        margin-bottom: 47px;
    }
    #top_catch .tit {
        font-size: 24px;
        margin-top: 63px;
    }
}

/* -- service -- */
#service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 132px auto 0;
    padding: 0 40px;
    max-width: 1183px;
}
#service > .tit {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    position: relative;
    margin: 53px 60px 20px 0px;
    padding: 2px 5px 0 38px;
    width: 615px;
    height: 116px;
    background: #FFF;
    border: 3px solid #25387C;
    border-radius: 12px;
    opacity: 0;
    transform: translateY(50px); 
    transition: opacity 1s, transform 1s;
}
#service > .tit svg {
    position: absolute;
    top: 19px;
    right: 8px;
    width: 56px;
    height: auto;
    transform: translateX(100%) rotate(-90deg) scale(-1, 1);
    fill:#FFF;
    z-index: 20;
}
#service > .tit svg .st1 {
    stroke:#25387C;
    stroke-width:4.1px;
}
#service .img {
    width: calc(100% - 763px);
    opacity: 0;
    transition: opacity 0.2s;
}
#service .img img {
    transition: transform 0.6s;
}
#service .service_box {
    position: relative;
    margin-top: -2px;
    width: 100%;
    z-index: 20;
}
#service .service_box > * {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 51px;
    opacity: 0;
    transform: translateY(50px); 
    transition: opacity 1s, transform 1s;
}
#service .service_box > :not(:last-child) {
    margin-bottom: 70px;
}
#service .service_box > * > * > a {
    color: #25387C;
    display: block;
    position: relative;
    padding: 39px 20px 47px;
    height: 100%;
    background: #FFF;
    border: 3px solid #25387C;
    border-radius: 15px;
    transition: border .3s;
}
#service .service_box > * > * > a .icon {
    text-align: center;
}
#service .service_box > * > * > a .txt {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 25px;
}
#service .service_box > * > * > a > svg {
    position: absolute;
    bottom: 2px;
    right: 0;
    left: 9px;
    margin: 0 auto;
    transform: translateY(100%);
    fill:#FFF;
    z-index: 20;
    transition: fill .3s,  stroke .3s;
}
#service .service_box > * > * > a > svg .st1 {
    stroke:#25387C;
    stroke-width:3;
}
#service .service_box > * > * > a .hoverCnt {
    text-align: center;
    font-family: 'Clash Display', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding-bottom: 6px;
    background: rgba(37, 56, 124, .9);
    border-radius: 11px;
    opacity: 0;
    transition: opacity .3s;
}
#service .service_box > * > * > a .hoverCnt span {
    display: block;
    position: relative;
    margin: 4px auto 0;
    width: 8px;
    height: 28px;
    background: #fff;
}
#service .service_box > * > * > a .hoverCnt span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 8px;
    background: #fff;
    transform: translate(-50%, -50%);
    content: "";
}
/* - service_cnt - */
.service_cnt .modal_box {
    overflow: hidden;
    max-width: 800px;
    border-radius: 10px;
    background: #fff;
}
.service_cnt .modal_inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 560px;
}
.service_cnt .bgYellow {
    background: #FCF13C;
}
/* icon */
.service_cnt .icon {
    padding: 40px 0 65px;
}
.service_cnt .icon span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    background: #FFF;
    border-radius: 50%;
}
/* lead */
.service_cnt .lead {
    font-weight: bold;
    font-size: 18px;
    line-height: 2;
    padding-bottom: 71px;
}
.service_cnt .lead .tit {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    position: relative;
    margin: -36px 0 59px;
    padding: 19px 15px 16px;
    background: #fff;
    border: 3px solid #25387C;
    border-radius: 10px;
}
.service_cnt .lead .tit svg {
    position: absolute;
    bottom: 2px;
    right: 5px;
    left: 0;
    margin: 0 auto;
    transform: translateY(100%);
    fill:#FFF;
    z-index: 20;
}
.service_cnt .lead .tit svg .st1 {
    stroke:#25387C;
    stroke-width:3;
}
/* flow */
.service_cnt .flow {
    padding: 53px 0 60px;
}
.service_cnt .flow .tit {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
}
.service_cnt .flow ul:not(.list) {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 33px;
}
.service_cnt .flow ul:not(.list) li {
    position: relative;
    padding-left: 121px;
}
.service_cnt .flow ul:not(.list) li:not(:last-child) {
    margin-bottom: 24px;
}
.service_cnt .flow ul:not(.list) li span {
    text-align: center;
    font-family: 'Clash Display', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    position: absolute;
    top: -1px;
    left: 0;
    padding-top: 2px;
    width: 101px;
    height: 34px;
    background: #fff;
    border: 2px solid #25387C;
    border-radius: 5px;
}
.service_cnt .flow .flow_listCome {
    font-size: 14px;
    line-height: 2;
    margin-top: 36px;
}
.service_cnt .flow .flowBtn {
    margin-top: 58px;
}
.service_cnt .flow .flowBtn a {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 94px;
    background: #25387C;
    border-radius: 10px;
    transition: background .3s;
}
.service_cnt .flow .flowBtn a span {
    /* text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #25387C;
    display: flex;
    justify-content: center;
    align-items: center; */
    position: absolute;
    top: -16px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 5px;
    width: 163px;
    height: 39px;
    /* background: #FFF500;
    border: 2px solid #25387C;
    border-radius: 10em; */
    background: url(../img/top/service_cnt_flow_flowBtn_txt.svg) no-repeat 0 0 / 100% auto;
}
.service_cnt .flow .flowBtn img {
    margin-right: 31px;
}
.service_cnt .caseStudy {
    margin-top: 66px;
}
.service_cnt .caseStudy .list:not(.flow_listCome) {
    font-weight: bold;
    line-height: 2;
    margin-top: 24px;
}
.service_cnt .caseStudy .flow_listCome {
    margin-top: 25px;
}
/* contact */
.service_cnt .contact {
    padding: 51px 0 60px;
}
.service_cnt .contact .tit {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 21px;
}
.service_cnt .contact .btn {
    max-width: none;
}
.service_cnt .contact .btn a {
    height: 94px;
}
/* - show - */
#service .img.show {
    opacity: 1;
}
#service .img.show img {
    animation: .6s ease boundAnm;
}
@keyframes boundAnm {
    0% {
        transform: translateY(30px); 
    }
    40% {
        transform: translateY(0px);
    }
    43% {
        transform: translateY(6px); 
    }
    80% {
        transform: translateY(0px);
    }
    83% {
        transform: translateY(2px); 
    }
    100% {
        transform: translateY(0px); 
    }
}
#service > .show.tit,
#service .service_box > *.show {
    transform: translateY(0); 
    opacity: 1;
}
@media screen and ( min-width: 901px ) {
    #service .service_box > * > * {
        width: calc((100% - 51px) / 4);
    }
    #service .service_box > * > *:not(:nth-child(4n)) {
        margin-right: 17px;
    }
    /* - hover - */
    #service .service_box > * > * > a:hover {
        border-color: rgba(0, 0, 0, .9);
        opacity: 1;
    }
    #service .service_box > * > * > a:hover > svg {
        fill:#3a4c89;
    }
    #service .service_box > * > * > a:hover > svg .st1 {
        stroke:rgba(0, 0, 0, .9);
    }
    #service .service_box > * > * > a:hover .hoverCnt {
        opacity: 1;
    }
    /* - service_cnt - */
    .service_cnt .flow .flowBtn a:hover {
        opacity: 1;
        background: #009DE2;
    }
}
@media screen and ( max-width: 1080px ) {
    #service .img {
        margin-left: -15px;
        width: calc(100% - 660px);
    }
}
@media screen and ( max-width: 900px ) {
    #service {
        display: block;
        margin: 116px auto 0;
        padding: 0 9px;
    }
    #service > .tit {
        font-size: 24px;
        margin: 0 11px 38px;
        padding: 0 10px 2px 27px;
        width: auto;
        height: 116px;
    }
    #service > .tit svg {
        top: auto;
        bottom: 0.6%;
        left: 47px;
        right: 0;
        margin: 0 auto;
        width: 56px;
        transform: translateY(100%);
    }
    #service .img {
        text-align: center;
        margin-top: 56px;
        margin-left: 0;
        width: 100%;
    }
    #service .img img {
        margin-right: 5%;
        max-width: 184px;
    }
    #service .service_box {
        margin-top: -2px;
    }
    #service .service_box > * {
        margin-bottom: 51px;
    }
    #service .service_box > :not(:last-child) {
        margin-bottom: 0;
    }
    #service .service_box > * > * {
        margin-bottom: 60px;
        width: calc((100% - 12px) / 2);
    }
    #service .service_box > * > *:not(:nth-child(2n)) {
        margin-right: 12px;
    }
    #service .service_box > * > * > a {
        padding: 29px 10px 30px;
        border-radius: 10px;
    }
    #service .service_box > * > * > a .icon img {
        max-width: 70px;
    }
    #service .service_box > * > * > a .txt {
        font-size: 16px;
        margin-top: 16px;
    }
    #service .service_box > * > * > a > svg {
        bottom: 0.1%;
        left: 6px;
        width: 51px;
        height: auto;
    }
    #service .service_box > * > * > a > svg .st1 {
        stroke-width: 4.5px;
    }
    #service .service_box > * > * > a .hoverCnt {
        display: none;
    }
    /* - service_cnt - */
    /* icon */
    .service_cnt .icon {
        padding: 40px 40px 65px;
    }
    .service_cnt .icon span img {
        max-width: 70px;
    }
    /* lead */
    .service_cnt .lead {
        font-size: 16px;
        padding-bottom: 40px;
    }
    .service_cnt .lead .tit {
        font-size: 18px;
    }
    /* flow */
    .service_cnt .flow {
        padding: 40px 0;
    }
    .service_cnt .flow .tit {
        font-size: 26px;
    }
    .service_cnt .flow ul:not(.list) {
        font-size: 18px;
        margin-top: 20px;
    }
    .service_cnt .flow ul:not(.list) li {
        padding-left: 112px;
    }
    .service_cnt .flow ul:not(.list) li:not(:last-child) {
        margin-bottom: 16px;
    }
    .service_cnt .flow ul:not(.list) li span {
        font-size: 18px;
        padding-top: 0;
        width: 95px;
        height: 32px;
    }
    .service_cnt .flow .flow_listCome {
        font-size: 13px;
        margin-top: 25px;
    }
    .service_cnt .flow .flowBtn {
        margin-top: 55px;
    }
    .service_cnt .flow .flowBtn a {
        font-size: 22px;
        padding: 3px 5px 0;
        height: 85px;
    }
    .service_cnt .flow .flowBtn a span {
        /* font-size: 16px; */
        top: -14px;
        width: 145px;
        height: 37px;
    }
    .service_cnt .flow .flowBtn img {
        margin-right: 18px;
        width: 42px;
    }
    .service_cnt .caseStudy {
        margin-top: 30px;
    }
    .service_cnt .caseStudy .list:not(.flow_listCome) {
        margin-top: 10px;
    }
    .service_cnt .caseStudy .flow_listCome {
        margin-top: 8px;
    }
    /* contact */
    .service_cnt .contact {
        padding: 40px 0;
    }
    .service_cnt .contact .tit {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 16px;
    }
    .service_cnt .contact .btn a {
        height: 68px;
    }
}

/* -- modal -- */
.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    overflow-y: scroll;
    padding: 70px 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1010;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal_box {
    position: relative;
    margin: 0 auto;
}
.modal_closeBtn {
    position: absolute;
    top: 30px;
    right: 39px;
    z-index: 20;
}
.modal_closeBtn a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 28px;
    padding-top: 142.9%;
}
.modal_closeBtn a::before,
.modal_closeBtn a::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 3px;
    background: #25387C;
    content: "";
    transform: translate(-50%, -50%) rotate(-30deg);
    transition: margin .3s, background .3s, transform .3s;
}
.modal_closeBtn a::after {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(30deg);
}
body.act_modal {
    position: fixed;
    left: 0;
    width: 100%;
    overflow-y: scroll;
}
@media screen and ( max-width: 900px ) {
    .modal {
        padding: 40px 20px;
    }
    .modal_closeBtn {
        top: 10px;
        right: 20px;
    }
}

/* -- top_about -- */
#top_about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 150px auto 0;
    padding: 12px 40px 3px;
    max-width: 1053px;
}
#top_about > * {
    position: relative;
    z-index: 20;
}
#top_about::after {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 67%;
    width: calc(100% - 80px);
    background: url(../img/common/bg_circle.svg) no-repeat center / 100% auto;
    z-index: 10;
    content: "";
    transform: translate(-50%, -50%) scale(.8);
    opacity: 0;
    transition: opacity 0.6s, transform 0.6s;
}
#top_about .img {
    margin-left: 0.9%;
    width: 43.166%;
    opacity: 0;
    transition: opacity 0.6s;
}
#top_about .txtArea {
    width: 43.3%;
    margin-top: 101px;
}
#top_about .txtArea .tit {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(30px); 
    transition: opacity 0.6s, transform 0.6s;
}
#top_about .txtArea .txt {
    margin-top: 52px;
    opacity: 0;
    transform: translateY(30px); 
    transition: opacity 0.6s, transform 0.6s;
}
#top_about .txtArea .txt > *:not(.btn) {
    font-weight: bold;
    font-size: 20px;
    line-height: 2.6;
}
#top_about .txtArea .txt > *:not(.btn) > :not(:last-child) {
    margin-bottom: 30px;
}
#top_about .txtArea .txt .btn {
    margin: 44px 0 0;
}
/* - show - */
#top_about.show::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
#top_about .img.show {    
    opacity: 1;
}
#top_about .txtArea .tit.show,
#top_about .txtArea .txt.show {
    transform: translateY(0); 
    opacity: 1;
}
@media screen and ( max-width: 900px ) {
    #top_about {
        display: block;
        overflow: hidden;
        margin: 92px auto 0;
        padding: 0;
    }
    #top_about::after {
        top: 199px;
        padding-top: 93%;
        width: calc(100% + 108px);
        transform: translate(-50%, 0) scale(.8);
    }
    #top_about .img {
        margin-left: 0;
        padding: 0 25px;
        width: 100%;
    }
    #top_about .txtArea {
        margin-top: 71px;
        padding: 0 10px 0 30px;
        width: 100%;
    }
    #top_about .txtArea .tit {
        font-size: 24px;
    }
    #top_about .txtArea .txt {
        margin-top: 36px;
    }
    #top_about .txtArea .txt > *:not(.btn) {
        font-size: 18px;
    }
    #top_about .txtArea .txt > *:not(.btn) > :not(:last-child) {
        margin-bottom: 15px;
    }
    #top_about .txtArea .txt .btn {
        margin: 45px 0 0;
    }
    /* - show - */
    #top_about.show::after {
        transform: translate(-50%, 0) scale(1);
    }
}

/* -- top_contact -- */
#top_contact {
    margin: 295px auto 0;
    padding: 0 40px;
    max-width: 1320px;
}
#top_contact a {
    color: #25387C;
    display: block;
    position: relative;
    background: #fff;
    border-radius: 50px;
    opacity: 0;
    transition: opacity 0.6s;
}
.top_contact_box01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 96px 40px 0;
    max-width: 904px;
}
.top_contact_box01 .tit {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(30px); 
    transition: opacity 0.6s, transform 0.6s;
}
.top_contact_box01 .img {
    margin-right: -9.7%;
    opacity: 0;
    transform: translateY(80px); 
    transition: opacity 0.6s, transform 0.6s;
}
.top_contact_box02 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-bottom: 6px;
    width: 244px;
    height: 244px;
    background: #FFF500;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
}
.top_contact_box02 span svg {
    display: block;
    margin: 0 auto 13px;
    width: 36px;
    fill: #25387c;
}
/* - show - */
#top_contact.show a {
    transform: translateY(0); 
    opacity: 1;
}
.top_contact_box01 .tit.show,
.top_contact_box01 .img.show {
    transform: translateY(0); 
    opacity: 1;
}
@media screen and ( min-width: 901px ) {
    /* - hover - */
    #top_contact a:hover {
        opacity: 1;
    }
    #top_contact a:hover .top_contact_box02 {
        opacity: 1;
    }
}
@media screen and ( max-width: 1150px ) and ( min-width: 901px ) {
    .top_contact_box01 {
        padding: 75px 30px 50px;
    }
    .top_contact_box01 .tit {
        width: 50%;
    }
    .top_contact_box01 .img {
        margin-right: 0;
        width: 45%;
    }
}
@media screen and ( max-width: 900px ) {
    #top_contact {
        margin: 77px auto 114px;
        padding: 0 20px;
    }
    #top_contact a {
        border-radius: 0;
        background: none;
    }
    .top_contact_box01 {
        display: block;
        padding: 42px 25px 104px;
        border-radius: 25px;
        background: #fff;
    }
    .top_contact_box01 .tit {
        font-size: 20px;
        margin: 0 auto;
    }
    .top_contact_box01 .img {
        text-align: center;
        margin: 32px 0 0;
    }
    .top_contact_box01 .img img {
        max-width: 220px;
    }
    .top_contact_box02 {
        position: absolute;
        top: auto;
        bottom: 130px;
        padding-bottom: 6px;
        transform: translate(-50%, 100%);
        opacity: 1;
    }
}


/*
    アニメーション
*/
header {
    opacity: 0;
    top: -114px;
    transition: top .8s, background .3s, opacity .8s;
}
header.show {
    top: 0;
    opacity: 1;
}
footer {
    opacity: 0;
    transform: translateY(20px); 
    transition: opacity 0.6s, transform 0.6s;
}
footer.show {
    opacity: 1;
    transform: translateY(0); 
}