* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#wrapper picture img {
    width: 100%;
}

#wrapper .flex-foot-bnr {
    display: flex;
    justify-content: space-evenly;
    width: 70%;
    margin: 0 auto;
    padding: 80px 20px;
    box-sizing: border-box;
}

#wrapper .flex-foot-bnr p {
    width: 40%;
}

#wrapper .flex-foot-bnr a {
    display: block;
    padding: 45px 20px 40px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    font-size: 1.3rem;
    color: #fff;
    text-decoration: none;
    background: #ccc;
}

#wrapper .flex-foot-bnr a:hover {
    background: #fff;
    /*color: #25ab38;
    border: solid 1px #25ab38;*/
    cursor: pointer;
    transition: .3s ease-in-out;
	color: #fff;
}

@media (max-width:768px) {
    #wrapper .flex-foot-bnr {
        flex-direction: column;
        width: 80%;
        padding: 50px 0 0;
    }
    #wrapper .flex-foot-bnr p {
        width: 100%;
        margin-bottom: 15px;
    }
    #wrapper .flex-foot-bnr a {
        padding: 35px 20px 30px;
        font-size: 1.2rem;
    }
}


/*@ボタン準備中@*/

.cs a {
    position: relative;
    pointer-events: none;
}

.cs a:after {
    position: absolute;
    content: "";
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 1;
    border-radius: 10px;
}

.cs a:before {
    content: "coming soon";
    position: absolute;
    font-size: 1.1em;
    color: #fff;
    bottom: 12%;
    right: 0;
    left: 0;
    z-index: 10;
}


/*@cookieポリシー追加@*/

.policy {
    display: inline-block;
}

.policy {
    margin-left: 0.5rem;
}

.policy a {
    text-decoration: underline !important;
}


/*@footer@*/

#footerSection {
    margin-top: auto;
    background: #187fc4;
    color: #fff;
    text-align: center;
    padding: 15px 0 10px;
    position: absolute;
    width: 100%;
}

#footerSection a {
    color: #fff;
    text-decoration: none;
}
