@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    max-width: 750px;
    margin: 0 auto;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top center;
    -webkit-text-size-adjust: none;
    text-align: center;
    font-size: 35px;
    font-family: 'ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','Noto Sans CJK JP','meiryo','メイリオ',Meiryo,'Arial';
    font-feature-settings: 'palt';
    color: #000;
}
.rapper{
    width: 100%;
    min-width: 750px;
    margin: 0 auto;
}

.img{
    width: 100%;
    background-position-x: center;
}

.sp-br{
    display: none;
}
.cta-area1,
.cta-area2,
.cta-area3{
    position: relative;
    background-position: center;
}

.btn-img{
    position: absolute;
    width: 90%;
    left: 5%;
    top: 0;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    filter:drop-shadow(3px 3px 5px #bbb);
}
.btn-img:hover{
    opacity: 0.8;
}

.btn-img-dark{
    position: absolute;
    width: 650px;
    left: 275px;
    top: 0;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    filter:drop-shadow(3px 3px 5px #091b49);
}

.anime-area .btn-img{
    top: 10px;
}

Footer{
    padding: 20px 0;
    line-height: 1.25;
    background-color: #399d6a;
    color: #fdfdfd;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    box-sizing: border-box;
}

Footer .btn-img{
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 50px;
}
Footer a{
    color: #fdfdfd;
    font-size: 1.5rem;
    line-height: 2.5;
}
.footer-flex{
    display: flex;
    justify-content: center;
}
.footer-flex p{
    padding-left: 18px;
}
.footer-flex p:first-child {
    padding-left: 0px;
}

.Copyright{
    font-size: 0.9rem;
}
