@charset "UTF-8";
/* =====================================================================
[MV] MVFX-10 CSS
=====================================================================*/
/* ------------ MV ------------ */
.mv{
    position: relative;
}
.mv .mainmv{
    position: relative;
    margin: 0 auto;
    padding: 0;
}
.mv .mainmv img,
.mv .mainmv svg{
    width: 100%;
}
.mv .mainmv picture {
    display: block;
    line-height: 0;
}
.mv .mv_btn{
    position: absolute;
    display: block;
    width: 40%;
    max-width: 655px;
    left: calc(50% + 10px);
    bottom: 0;
}
.mv .mv_btn img,
.mv .mv_btn svg{
    width: 100%;
}
@media screen and (max-width: 750px) {
    .mv .mv_btn{
        position: absolute;
        display: block;
        width: 98%;
        right: auto;
        left: 1%;
        bottom: 1%;
    }
}

.mv .mainmv-pc{
    position: absolute;
    width: 32%;
    bottom: 0;
    left: 8.2%;
    z-index: 1;
}
.mv .mainmv-sp{
    position: absolute;
    width: 44%;
    bottom: 16.5%;
    left: 7%;
    z-index: 1;
}
@media screen and (max-width: 750px) {
    .mv .mainmv-pc{
        display:none;
    }
}
@media screen and (min-width: 751px) {
    .mv .mainmv-sp{
        display:none;
    }
}

.cashback-banner .mvcp_op img {
    cursor: pointer;
    max-width: 100%;
}
.cashback-banner .mvcp_op{
    padding: 15px;
}
.acc_open_mv {
    width: 90%;
    max-width: 490px;
    margin: 90px auto 0;
    text-align: center;
}
.acc_open_btn {
    display: inline-block;
    width: 100%;
    font-size: 5vw;
    font-weight: bold;
    background-color: #ffec1a;
    box-shadow: 0 4px 0 0 #7c7200;
    border: none;
    border-radius: 100px;
    padding: 1rem;
    transform: translateY(0);
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
}
a.acc_open_btn {
    text-decoration: none;
    color: #000;
}
.acc_open_mv {
    position: absolute;
    bottom: 28%;
    transform: translateX(-50%);
    left: 50%;
}
.acc_open_mv .text-big {
    font-size: 24px;
}
.acc_open_mv p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.btn-arrow {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 3.5vw;
    height: 3.5vw;
    margin-top: 5px;
    transform: translateX(-25%) rotate(45deg);
}
  .btn-arrow::before,
  .btn-arrow::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
}
  .btn-arrow::before {
    top: -5px;
    left: 0;
    right: 0;
    height: 0.8vw;
}
  .btn-arrow::after {
    top: -4px;
    right: 0;
    bottom: 5px;
    width: 0.8vw;
}
.acc_open_btn:hover {
    transform: translateY(3px);
    transition: all 0.3s ease;
    box-shadow: none;
}

@media (min-width: 768px) {
    .acc_open {
        margin: 90px auto 0;
    }
    .acc_open strong p {
        color: red;
        font-size: 24px;
    }
    .acc_open .text-big {
        font-size: 36px;
    }
    .acc_open_mv a {
        font-size: 2.5vw;
    }
    .acc_open_btn {
        font-size: 2.5vw;
        width: 35vw;
    }
    .acc_open_btn span {
        font-size: 1.3rem;
    }
    .btn-arrow {
        width: 13px;
        height: 13px;
    }
    .btn-arrow::before {
        height: 3px;
    }
    .btn-arrow::after {
        width: 3px;
    }
    .acc_open_mv {
        left: 80%;
        bottom: 38%;
        width: auto;
        transform: translateX(-80%);
    }
}

@media (min-width: 1400px) {
    .acc_open_mv {
        bottom: 40%;
    }
    a.acc_open_btn {
        width: 490px;
        font-size: 28px;
    }
}

@media (min-width: 1600px) {
    .acc_open_mv {
        left: 75%;
        transform: translateX(-75%);
    }
}