@charset "UTF-8";
.c-btn_wrap {
    display: flex;
    background-color: #F2E3EA;
    justify-content: center;
    align-items: center;
}
.c-btn a {
    width: 100%;
    height: 100%;
    background: #DA2159;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-btn.is-ver1 a {
    border-radius: 10px 0 0 10px;
}
.c-btn.is-ver1.is-on a {
    text-align: center;
}
.c-btn.is-ver2 {
    border-left: 1px solid #fff;
}
.c-btn.is-ver2 a {
    border-radius: 0 10px 10px 0;
    line-height: 1.4;
    text-align: center;
}
.c-btn.is-ver1 a::before {
    background: url(../svg/icn01.svg) no-repeat center center;
    position: absolute;
    z-index: 9;
    content: "";
    background-size: 100% auto;
}
.c-btn.is-ver2 a::before {
    background: url(../svg/icn02.svg) no-repeat center center;
    position: absolute;
    z-index: 9;
    content: "";
    background-size: 100% auto;
}
.c-btn a::after {
    background: url(../svg/arw.svg) no-repeat center center;
    position: absolute;
    z-index: 9;
    content: "";
    background-size: 100% auto;
}
.is-btn-arrow {
    position: relative;
}
.is-btn-arrow::after {
    content: "";
    position: absolute;
    z-index: 9;
    background: url(../svg/arrow_btn.svg) no-repeat center center;
    background-size: 100% auto;
}
.is-btn-remark {
    display: inline-block;
}
.is-label {
    background: #fff;
    color: #da2259;
    padding: 2px 5px 3px 5px;
    display: inline-block;
    border-radius: 30px;
    margin: 4px 0 2px 0;
    font-weight: bold;
}
.is-fss {
    font-size: 13px;
}
.c-ttl {
    font-weight: bold;
    text-align: center;
}
.c-ttl.white {
    color: #fff;
}
.c-txt {
    text-align: center;
    line-height: 1.6;
}
.foot_in {
    background: #333333;
    padding: 0 60px;
    height: 120px;
}
.foot-logo a {
    display: inline-block;
}
.foot-txt {
    color: #fff;
    font-family: "acumin-pro", sans-serif;
    font-weight: 200;
    font-size: 15px;
    line-height: 1;
    text-align: right;
}
.foot_lnk ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0 20px;
}
.foot_lnk ul li {
    margin: 0 0 0 20px;
    color: #fff;
}
.foot_lnk ul li a {
    color: #fff;
    font-size: 14px;
}
.c-wrap {
    padding: 0 20px 100px 20px;
}
.c-mv_wrap {
    padding: 90px 0;
}
.c-mv-ttl {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
@media (min-width: 896px) {
    .c-btn_wrap {
        width: 818px;
        height: 150px;
        border-radius: 20px;
        margin: 0 auto;
    }
    .c-btn {
        width: 398px;
        height: 130px;
    }
    .c-btn a {
        font-size: 20px;
    }
    .is-btn-remark {
        font-size: 15px;
    }
    .c-btn.is-ver1 a::before {
        width: 36px;
        height: 38px;
        top: 50%;
        margin-top: -19px;
        left: 53px;
    }
    .c-btn.is-ver2 a::before {
        width: 34px;
        height: 38px;
        top: 50%;
        margin-top: -19px;
        left: 40px;
    }
    .c-btn.is-ver1.is-on a::before {
        left: 33px;
    }
    .c-btn.is-ver2.is-on a::before {
        left: 90px;
    }
    .c-btn a::after {
        width: 30px;
        height: 30px;
        top: 50%;
        margin-top: -15px;
        right: 60px;
    }
    .c-btn.is-ver1.is-on a::after {
        right: 40px;
    }
    .c-btn.is-ver2 a {
        padding-left: 40px;
    }
    .c-btn.is-ver2 a::after {
        right: 18px;
    }
    .c-btn.is-ver2.is-on a::after {
        right: 60px;
    }
    .is-btn-arrow {
        padding-right: 18px;
    }
    .is-btn-arrow::after {
        width: 8px;
        height: 8px;
        top: 50%;
        margin-top: -3px;
        right: 4px;
    }
    .c-btn a:hover {
        opacity: 0.7;
    }
    .c-ttl {
        line-height: 1;
        font-size: 40px;
    }
    .c-txt {
        font-size: 24px;
    }
    .foot_in {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .foot_lnk ul li a:hover {
        text-decoration: underline;
    }
}
@media only screen and (max-width: 896px) {
    .mvBtn_wrap {
        position: fixed;
        bottom: 0;
        left: 50%;
        margin-left: -182px;
        z-index: 9999;
    }
    .c-btn_wrap {
        width: 364px;
        height: 110px;
        border-radius: 13px;
        margin: 0 auto;
    }
    .c-btn {
        width: 176px;
        height: 100px;
    }
    .is-btn-arrow {
        padding-right: 11px;
    }
    .c-btn a {
        font-size: 14px;
    }
    .c-btn.is-ver1 a {
        padding-right: 15px;
    }
    .is-btn-remark {
        font-size: 11px;
    }
    .is-btn-arrow::after {
        width: 7px;
        height: 7px;
        top: 50%;
        margin-top: -3px;
        right: 2px;
    }
    .c-btn.is-ver2 a {
        padding: 3px 0 0;
    }
    .c-btn.is-ver1 a::before {
        width: 32px;
        height: 34px;
        top: 18px;
        left: 50%;
        margin-left: -16px;
        display: none;
    }
    .c-btn.is-ver2 a::before {
        width: 28px;
        height: 31px;
        top: 13px;
        left: 50%;
        margin-left: -14px;
        display: none;
    }
    .c-btn a::after {
        width: 18px;
        height: 18px;
        top: 50%;
        margin-top: -9px;
        right: 10px;
    }
    .c-btn.c-btn.is-ver2 a::after {
        right: 8px;
    }
    .mvBtn_wrap.is-ver2 a::after {
        display: none;
    }
    .is-label {
        margin: 6px 0 2px 0;
    }
    .is-fss {
        font-size: 10px;
    }
    .c-ttl {
        font-size: 24px;
    }
    .c-txt {
        font-size: 12px;
    }
    .foot_in {
        padding: 42px 5px 36px;
        height: auto;
    }
    .foot_in.top {
        padding: 42px 5px 146px;
    }
    .foot-logo {
        text-align: center;
        margin: 0 0 36px;
    }
    .foot-txt {
        text-align: center;
        font-size: 14px;
    }
    .foot_lnk ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 40px;
    }
    .foot_lnk ul li {
        margin: 0 5px;
    }
    .foot_lnk ul li a {
        font-size: 12px;
    }
    .c-mv_wrap {
        padding: 26px 0;
    }
    .c-mv-ttl {
        font-size: 24px;
        line-height: 1.6;
    }
    .c-wrap{
        padding: 0 13px 50px 13px;
    }
}
@media only screen and (max-width: 374px) {
}
