@charset "utf-8";

:root {
    --yellow: #f8ff36;
    --navy: #604c8f;
    --pink: #ff3d86;
    --light: #d6e5ff;
    --purple: #9466ff;
    --green: #66d4a9;
}

*{
    margin: 0;
    padding: 0;
    transition: .2s ease-in-out;
    color: var(--dark);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0.06em;
    background-repeat: no-repeat;
}


/* 共通 */

.sp_none{
    display: block;
}

.pc_none{
    display: none;
}

p{
    
    line-height: 1.8em;
    text-align: justify;
}

a{
    text-decoration: none;
}

a.button{
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 900;
    font-size: 23px;
    padding: 22px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 46px;
    position: relative;
    line-height: 1.3em;

    img{
        width: 26px;
        padding-right: 12px;
    }

    p{
        font-weight: 900;
        font-size: 13px;
        letter-spacing: 0;
    }
}

a.button::after{
    content: "";
    width: 13px;
    height: 15px;
    display: block;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
}

a.button:hover,
#copy:hover{
    transform: scale(1.03);
}

.bg{
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: center;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: -2;
}

.bg01,
.bg02{
    content: "";
    display: block;
    width: calc((100% - 450px)/2);
    mix-blend-mode: multiply;
    position: absolute;
    background-size: auto 100%;
}

.bg01{
    height: calc(100vh - 80px);
    top: 40px;
    background-position: left;
    background-image: url(../images/bg01.png);
}
.bg02{
    height: 420px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-position: center;
    background-image: url(../images/bg02.png);
}

.wrap{
    max-width: 450px;
    margin: 0 auto;
    position: relative;
}

.wrap::before,
.wrap::after{
    width: 140px;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg,rgba(207, 58, 111, 0) 0%, rgba(207, 58, 111, 0.3) 75%, rgba(207, 58, 111, 0.6) 100%);
    mix-blend-mode: multiply;
    z-index: -1;
}

.wrap::before{
    left: -140px;
}

.wrap::after{
    background: linear-gradient(270deg,rgba(207, 58, 111, 0) 0%, rgba(207, 58, 111, 0.3) 75%, rgba(207, 58, 111, 0.6) 100%);
    right: -140px;
}

.shower{
    
    .left,
    .right{
        content: "";
        display: block;
        width: calc((100% - 450px)/2);
        position: fixed;
        top: 0;
        z-index: -1;
    }

    .left{
        top: 0;
    }
    .right{
        right: 0;
    }
    
    img{
        width: 40px;
        position: absolute;
    }
    
    img.s01{
        top: 60px;
        right: 250px;
        animation: 2s linear infinite shower02;
        
    }
    img.s02{
        top: 140px;
        right: 80px;
        animation: 2s .3s linear infinite shower01;
    }
    img.s03{
        top: 230px;
        right: 140px;
        animation: 2s .6s linear infinite shower01;
    }
    img.s04{
        top: -10px;
        left: 60px;
        animation: 2s linear infinite shower01;
    }
    img.s05{
        top: 70px;
        left: 210px;
        animation: 2s .3s linear infinite shower01;
    }
    img.s06{
        top: 160px;
        left: 150px;
        animation: 2s .6s linear infinite shower01;
    }
}

section{
    padding: 40px;
}

li{
    list-style: none;
    line-height: 1.8em;
}

.img{
    line-height: 0;
}

img{
    width: 100%;
}

p.note{
    font-size: 12px;
    color: #9d87cf !important;
    font-weight: 500;
    line-height: 1.4em;
}

.bg_text{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 72px;
    letter-spacing: .02em;
}

@keyframes rotation{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg); }
}

@keyframes scale01{
    0%{ transform: scale(1);}
    3%{ transform: scale(1.05);}
    10%{ transform: scale(1);}
}

@keyframes scale02{
    0%{ transform: scale(1);}
    3%{ transform: scale(1.2);}
    10%{ transform: scale(1);}
}

@keyframes scale03{
    0%{ transform: scale(1); color: var(--navy);}
    3%{ transform: scale(1.2); color: var(--purple);}
    10%{ transform: scale(1); color: var(--navy);}
}

@keyframes scale04{
    0%{ transform: scale(1);}
    50%{ transform: scale(1.02);}
    100%{ transform: scale(1);}
}

@keyframes margin01{
    0%{ margin-top: 0;}
    50%{ margin-top: -4px;}
    100%{ margin-top: 0;}
}

@keyframes margin02{
    0%{ margin-bottom: 0;}
    50%{ margin-bottom: 4px;}
    100%{ margin-bottom: 0;}
}

@keyframes shower01{
    0%{ transform:rotate(0);}
    10%{ transform:rotate(20deg);}
    40%{ transform:rotate(0);}
    100%{ transform:rotate(0); }
}

@keyframes shower02{
    0%{ transform:rotate(0);}
    10%{ transform:rotate(-20deg);}
    40%{ transform:rotate(0);}
    100%{ transform:rotate(0); }
}

@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

.part{
    width: 155px;
    height: 155px;
    position: absolute;
    z-index: 2;
    color: var(--green);
    font-size: 34px;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
    
.part::after{
    content: "";
    display: block;
    width: 155px;
    height: 155px;
    position: absolute;
    background-image: url(../images/part_bg.png);
    background-size: 100%;
    animation: 20s linear infinite rotation;
    z-index: -1;
}

.part span{
    font-size: 50px;
    padding-bottom: 15px;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
}


/* index */


main{
    padding: 100px 0;
    position: relative;
    
    h1 span,h2,h3,.en span{
        font-family: "Dela Gothic One", sans-serif;
        font-weight: 400;
        letter-spacing: 0;
        text-align: center;
    }
    
    h1{
        margin-top: 14px;
        position: relative;
        z-index: 2;
        text-align: center;
    }

    h1 span.title{
        color: var(--yellow);
        font-size: 64px;
        line-height: 1em;
        filter: drop-shadow(9px 9px 0px rgb(207, 44, 102));
    }
    
    h1::before,
    h1::after{
        content: "";
        display: block;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    h1::before{
        width: 106px;
        height: 154px;
        background-image: url(../images/title01.png);
        left: -84px;
        bottom: -50px;
        animation: 3s linear infinite scale01;
    }
    
    h1::after{
        width: 133px;
        height: 132px;
        background-image: url(../images/title02.png);
        right: -100px;
        bottom: -20px;
        animation: 3s linear infinite scale01;
    }
    
    .part{
        right: -130px;
        top: -100px;
    }
    
    h2{
        font-size: 40px;
        color: #fff;
        line-height: 1.2em;
        padding-left: 16px;
    }
    
    .en{
        margin-top: 40px;
        position: relative;
        overflow-x: clip;
        
        p{
            background: var(--yellow);
            padding: 11px 0;
            display: flex;
        }
    }
    
    .en::after{
        position: absolute;
        content: "";
        display: block;
        background: var(--navy);
        width: 200%;
        height: 50px;
        top: 0;
        left: 50%;
        transform: translateX(-50%) rotate(5deg);
        z-index: -1;
    }
    .en span{
        color: var(--pink);
        font-size: 28px;
        display: inline-block;
        line-height: 1em;
        white-space: nowrap;
        animation: 10s linear infinite flowing;
        transform:translateX(100%);
        transition: none;
        padding-right: 1em;
    }
    
    p, p span.text{
        font-size: 20px;
        color: #fff;
        font-weight: 900;
        text-align: center;
    }
    
    p span.text{
        background: var(--light);
        color: var(--pink);
        padding: 4px 10px;
        margin: 10px 35px;
        display: block;
        font-size: 22px;

    }
    
    .img{
        display: flex;
        justify-content: center;
        margin-bottom: -20px;
    }
    
    .img div{
        padding-bottom: 50px;
        position: relative;
        width: 912px;
        flex-shrink: 0;
    }
    
    img:first-of-type{
        animation: 5s linear infinite scale04;
        display: block;
    }
    
    .shadow{
        position: absolute;
        content: "";
        display: block;
        bottom: 0;
        left: 20px;
        width: 100%;
        mix-blend-mode: multiply;
        z-index: -1;
    }
    
    .period{
        background: #FFF;
        border: 3px solid var(--navy);
        margin: 50px 35px 0;
        
        h3{
            background: var(--navy);
            color: var(--yellow);
            font-size: 33px;
            line-height: 1em;
            padding: 7px 0 14px 0;
        }
        
        p, p span{
            font-family: "Dela Gothic One", sans-serif;
            font-weight: 400;
            color: var(--navy);
        }
        
        p{
            font-size: 20px;
            padding: 5px;
            
            span{
                font-size: 30px;
                padding-right: 2px;
            }
        }
    }
}

main::before,
main::after{
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    mix-blend-mode: multiply;
    background-image: url(../images/main_bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

main::before{
    height: 200px;
    top: -64px;
    transform: rotate(180deg);
}

main::after{
    height: 200px;
    bottom: 0;
    background-position: bottom;
}

.about{
    background: var(--purple);
    position: relative;
    overflow-x: clip;
    z-index: 2;
    
    .bg_text{
        top: 40px;
        color: #794ed9;
    }
    
    h3{
        font-family: "M PLUS 1p", sans-serif;
        font-weight: 900;
        color: var(--yellow);
        font-size: 30px;
        letter-spacing: 0;
        line-height: 1.2em;
        margin-bottom: 24px;
        position: relative;
    }
    
    .part{
        right: -20px;
        top: -130px;
    }

    p{
        color: #fff;
        letter-spacing: .03em;
    }
    
    .img{
        max-width: 230px;
        margin: -95px auto 24px auto;
        position: relative;
        z-index: 2;
    }
    
    .img::after{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(../images/about_bg.png);
        position: absolute;
        background-size: 100%;
        animation: 20s linear infinite rotation;
        top: 0;
    }
    
    img{
        position: relative;
        z-index: 3;
        animation: 3s linear infinite scale01;
    }

    .block{
        padding: 35px;
        background: #fff;
        border: 3px solid var(--navy);
        border-radius: 15px;
        margin-top: 50px;
        
        .chance{
            position: relative;
            margin-top: -40px;
            padding-bottom: 146px;
        }
        
        .chance::after{
            content: "";
            display: block;
            width: 200%;
            height: 115px;
            background: var(--navy);
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%)rotate(5deg);
        }
        
        h4{
            color: var(--navy);
            background: var(--yellow);
            border-top: 3px solid var(--navy);
            border-bottom: 3px solid var(--navy);
            width: 200%;
            text-align: center;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%)rotate(-5deg);
            padding: 18px;
            z-index: 2;
            
            p{
                font-family: "Dela Gothic One", sans-serif;
                font-weight: 400;
                font-size: 21px;
                color: var(--green);
                display: block;
                line-height: 1em;
                padding-top: 10px;
                text-align: center;
                animation: 1s linear infinite scale01;
            }
        }
        
        h4 span{
            font-family: "Dela Gothic One", sans-serif;
            font-weight: 400;
            font-size: 42px;
            color: var(--navy);
            line-height: 1em;
            display: inline-block;
        }
        
        h4 span:nth-of-type(1){
            animation: 4s linear infinite scale03;
        }
        h4 span:nth-of-type(2){
            animation: 4s .05s linear infinite scale03;
        }
        h4 span:nth-of-type(3){
            animation: 4s .1s linear infinite scale03;
        }
        h4 span:nth-of-type(4){
            animation: 4s .15s linear infinite scale03;
        }
        h4 span:nth-of-type(5){
            animation: 4s .2s linear infinite scale03;
        }
        h4 span:nth-of-type(6){
            animation: 4s .25s linear infinite scale03;
        }
        h4 span:nth-of-type(7){
            animation: 4s .3s linear infinite scale03;
        }
        
        p,
        p span{
            color: var(--purple);
            letter-spacing: 0;
        }

        p span{
            background: var(--yellow);
            line-height: 1em;
        }

        p:not(:last-of-type){
            padding-bottom: 30px;
        }
    }
}


.present{
    background: #fff;
    position: relative;
    height: 312px;
    
    .bg_text{
        top: -34px;
        color: var(--light);
        overflow: clip;
    }
    
    .container{
        position: relative;
        padding: 4px 0 10px;
    }
    
    .flex{
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    .box{
        flex-shrink: 0;
        position: relative;
        animation: 4s linear infinite margin02;
        
        >div{
            background: linear-gradient(150deg,rgba(96, 76, 143, 1) 0%, rgba(96, 76, 143, 1) 50%, rgba(148, 102, 255, 1) 50%, rgba(148, 102, 255, 1) 100%);
            border-radius: 15px;
            border: 3px solid var(--navy);
            padding: 20px 24px;
            width: 300px;
            box-sizing: border-box;
            position: relative;
            z-index: 2;
        }
        
        .badge,
        .badge span{
            font-family: "Dela Gothic One", sans-serif;
            font-weight: 400;
            font-size: 20px;
            color: var(--navy);
            line-height: 1em;
            text-align: center;
        }
        
        .badge{
            position: absolute;
            top: 20px;
            right: -20px;
            width: 90px;
            height: 90px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 3;
            
            span{
                display: block;
                font-size: 30px;
            }
        }
        
        .badge::after{
            background-image: url(../images/present_badge.png);
            background-size: contain;
            position: absolute;
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            z-index: -1;
            animation: 20s linear infinite rotation;
        }
        
        .img{
            background-image: url(../images/card.png);
            background-size: 170px auto;
            height: 120px;
            margin: 16px 0 10px 0;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            position: relative;
            
            img{
                max-height: 120px;
                width: auto;
                position: relative;
                z-index: 2;
            }
            img.shadow{
                filter: drop-shadow(4px 4px 0px #d789cb);
                mix-blend-mode: multiply;
                position: absolute;
                z-index: 1;
            }
        }
    }
    
    .box::after{
        content: "";
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        display: block;
        background: var(--light);
        border-radius: 15px;
        position: absolute;
        top: 24px;
        left: 24px;
        mix-blend-mode: multiply;
    }
    
    .box:not(:last-of-type){
        margin-right: 40px;
    }
    
    .box:nth-of-type(1){
        order: 1;
        margin-bottom: 30px;
        animation: 4s 1s linear infinite margin01;
    }
    .box:nth-of-type(3){
        order: 2;
    }
    
    .box:nth-of-type(2) .badge span,
    .box:nth-of-type(3) .badge span{
        padding-left: 3px;
    }
    
    h3, h3 span{
        font-family: "M PLUS 1p", sans-serif;
        font-weight: 900;
        color: #fff;
        font-size: 24px;
        letter-spacing: .02em;
        line-height: 1.2em;
    }
    
    h3 span{
        display: block;
        font-size: 20px;
    }
    
    h3 span:nth-of-type(1){
        font-size: 16px;
    }
    
    h4, h4 span{
        font-family: "Dela Gothic One", sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: var(--purple);
        line-height: 0em;
        
        span{
            font-size: 24px;
            padding-left: 4px;
        }
    }
    
    h4:before{
        content: "";
        display: inline-block;
        width: 17px;
        height: 18px;
        background-image: url(../images/icon_present-p.svg);
        margin-right: 6px;
    }
}

.entry{
    background: var(--green);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0;
    
    
    .code{
        width: 100%;
        background: var(--pink);
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 30px 0 40px;
        padding: 20px;
        position: relative;
        border: 10px solid #fff;
        
        h3 span{
            font-family: "Dela Gothic One", sans-serif;
            font-weight: 400;
            font-size: 36px;
            color: #fff;
            display: inline-block;
            width: 30px;
        }
        
        h3 p{
            font-family: "Dela Gothic One", sans-serif;
            font-weight: 400;
            color: var(--navy);
            font-size: 17px;
            text-align: center;
        }
        
        h3 span:nth-of-type(1){
            animation: 4s linear infinite scale02;
        }
        h3 span:nth-of-type(2){
            animation: 4s .05s linear infinite scale02;
        }
        h3 span:nth-of-type(3){
            animation: 4s .1s linear infinite scale02;
        }
        h3 span:nth-of-type(4){
            animation: 4s .15s linear infinite scale02;
        }
        h3 span:nth-of-type(5){
            animation: 4s .2s linear infinite scale02;
        }
        h3 span:nth-of-type(6){
            animation: 4s .25s linear infinite scale02;
        }
        h3 span:nth-of-type(7){
            animation: 4s .3s linear infinite scale02;
        }
        h3 span:nth-of-type(8){
            animation: 4s .35s linear infinite scale02;
        }
        h3 span:nth-of-type(9){
            animation: 4s .4s linear infinite scale02;
        }
        
        .number{
            padding: 14px 0;
        }
        
        .number span{
            font-family: "Dela Gothic One", sans-serif;
            font-weight: 400;
            font-size: 40px;
            color: var(--yellow);
            background: #e33677;
            width: 50px;
            height: 65px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            line-height: 1em;
            letter-spacing: 0;
        }
        
        .number span:not(:last-of-type){
            margin-right: 5px;
        }
        
        #copy{
            background: var(--navy);
            border: 0;
            color: #fff;
            font-family: "Dela Gothic One", sans-serif;
            font-weight: 400;
            font-size: 13px;
            padding: 5px 13px 5px 18px;
            border-radius: 13px;
            display: flex;
            line-height: 1em;
            cursor: pointer;
            
            img{
                width: 15px;
                height: 15px;
                margin-left: 6px;
            }
        }
        
        #copy:hover{
            background: var(--purple);
        }
        
        .success-msg {
            display: none;
            position: fixed;
            width: 300px;
            height: 40px;
            line-height: 40px;
            background-color: var(--navy);
            color: #fff;
            top: 100px;
            left: 0;
            right: 0;
            margin: auto;
            padding: 0 10px;
            text-align: center;
            border-radius: 15px;
            border: 3px solid #fff;
            font-size: 18px;
            font-weight: 900;
            z-index: 2;
        }
        
        > img{
            width: auto;
            position: absolute;
        }
        img:first-of-type{
            height: 270px;
            top: 8px;
            left: -20px;
            animation: 3s linear infinite scale01;
        }
        img:last-of-type{
            height: 295px;
            top: -30px;
            right: -6px;
            animation: 3s linear infinite scale01;
        }
    }
    
    .code::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        border-style: solid;
        border-width: 30px 45px 0 45px;
        border-color: #fff transparent transparent;
        translate: -50% 100%;
    }

    .code::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        border-style: solid;
        border-width: 18px 27px 0 27px;
        border-color: var(--pink) transparent transparent;
        translate: -50% 100%;
    }
    
    .container{
        width: 870px;
        background: #fff;
        border: 3px solid var(--navy);
        border-radius: 15px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 42px;
        
        .flex{
            display: flex;
            padding: 28px 30px 16px;
        }
        
        .flex .block{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-end;
            min-width: 220px;
        }

        .flex .block:not(:last-of-type){
            padding-right: 26px;
            margin-right: 26px;
            border-right: 4px dotted #bfd6ff;
        }

        .flex .block a{
            background: var(--purple);
            color: #fff;
            font-size: 15px;
            border: 0;
            padding: 12px;
            margin-bottom: 0;
            margin-top: 14px;
            text-align: center;
             display: block;
        
            .sp_none02{
                display: inline-block;
            }
        }
        .flex .block a::after{
            background-image: url(../images/icon_arrow-l.svg);
            width: 8px;
            height: 9px;
            right: 20px;
        }
        
        .flex .block a:hover{
            background: var(--navy);
        }
    }
    
    h3{
        color: var(--navy);
        font-size: 28px;
        font-family: "M PLUS 1p", sans-serif;
        font-weight: 900;
        letter-spacing: .02em;
        text-align: center;
        padding-top: 20px;
    }

    h3 span{
        font-family: "Dela Gothic One", sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: var(--green);
        display: block;
    }

    h4{
        background: var(--navy);
        color: var(--light);
        font-size: 24px;
        font-family: "M PLUS 1p", sans-serif;
        font-weight: 900;
        letter-spacing: .04em;
        text-align: center;
        border-radius: 11px 11px 0 0;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .badge{
        margin-bottom: 12px;
        
        > span{
            font-size: 16px;
            font-weight: 900;
            letter-spacing: .1em;
            color: var(--navy);
            background: var(--light);
            padding: 5px 15px;
            border-radius: 4px;
            display: inline-block;
        }
        
        > span:not(:last-of-type){
            margin-right: 3px;
        }
    }
    
    .regular .badge{
        min-width: 240px;
        margin-bottom: 0;
    }
    
    .regular .badge > span{
        border-radius: 4px 4px 0 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    
    .quo p, .quo span{
        font-family: "Dela Gothic One", sans-serif;
        font-weight: 400;
        font-size: 21px;
        color: var(--yellow);
        line-height: 1em;
    }
    
    .quo{
        background: var(--pink);
        border-radius: 0 0 4px 4px;
        padding: 8px 15px;
        display: flex;
        justify-content: center;
        position: relative;
        
        span{
            font-size: 12px;
            display: block;
            line-height: 1.2em;
        }
        
        img{
            position: absolute;
            width: auto;
        }
        img:first-of-type{
            height: 55px;
            top: -5px;
            left: -7px;
        }
        img:last-of-type{
            height: 60px;
            top: -4px;
            right: 5px;
        }
    }
    
    .quo::before{
        content: "";
        display: inline-block;
        width: 30px;
        height: 32px;
        background-image: url(../images/icon_present-w.svg);
        background-size: contain;
        margin-right: 6px;
    }
    
    .note{
        text-align: center;
        padding-bottom: 16px;
    }

    a.button{
        border: 3px solid var(--navy);
        background: var(--yellow);
        color: var(--navy);
        max-width: 330px;
        margin-bottom: -42px;
    }
    
    a.button::after{
        background-image: url(../images/icon_arrow-n.svg);
    }
    
    a.button:hover{
        background: var(--navy);
        color: #fff;
    }
    
    a.button:hover::after{
        background-image: url(../images/icon_arrow-g.svg);
    }
    
    a.button_low{
        padding: 14px 22px;
    }
}



.contact{
    a.button{
        border: 3px solid #fff;
        background: var(--navy);
        color: #fff;
        align-items: center;
    }
    
    a.button::before{
        content: "";
        display: inline-block;
        width: 26px;
        height: 19px;
        margin-right: 12px;
        background-image: url(../images/icon_mail.svg);
        background-size: 100% 100%;
    }
    
    a.button::after{
        background-image: url(../images/icon_arrow-g.svg);
    }
    
    a.button:hover{
        background: var(--purple);
    }
    
    a.button:hover::before{
        background-image: url(../images/icon_mail_y.svg);
    }
    
    a.button:hover::after{
        background-image: url(../images/icon_arrow-y.svg);
    }
}


footer{
    .container{
        background: var(--purple);
        padding: 20px 35px;

    }

    .container p{
        font-size: 12px;
        color: #fff;
    }

    address{
        background: var(--navy);
        font-size: 12px;
        color: var(--light);
        font-family: "Dela Gothic One", sans-serif;
        font-weight: 400;
        text-align: center;
        padding: 10px;
    }
} 