@charset "UTF-8";
/* CSS Document */
/* common
------------------------------*/
ul,
li {
    padding: 0;
}
img {
    vertical-align: bottom;
    width: 100%;
}
a {
    display: inline-block;
}
.btn_shop {
    margin-left: -10px;
}
.btn_shop a:hover {
    opacity: 0.8;
}
.mgb0 {
    margin-bottom: 0px !important;
}
.mgb10 {
    margin-bottom: 10px !important;
}
.mgb20 {
    margin-bottom: 20px !important;
}
.mgb30 {
    margin-bottom: 30px !important;
}
.mgb32 {
    margin-bottom: 32px !important;
}
.mgb40 {
    margin-bottom: 40px !important;
}
.mgb50 {
    margin-bottom: 50px !important;
}
.mgb60 {
    margin-bottom: 60px !important;
}
.mgb80 {
    margin-bottom: 80px !important;
}
.mgb90 {
    margin-bottom: 90px !important;
}
.mgb100 {
    margin-bottom: 100px !important;
}
.mgtb100 {
    margin: 100px auto;
}
.pdb100 {
    padding-bottom: 100px;
}

/* common
------------------------------*/
.only-pc {
    display: block !important;
}
.only-sp {
    display: none !important;
}
.inner {
    max-width: 1050px;
    width: 70%;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: center;
}
.area {
    width: 1280px;
    margin: auto;
}
/* contents
------------------------------*/
.btnArea {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 0 auto;
    max-width: 949px;
    gap: 30px;
}

.bg_red {
    background-color: #d70201;
    padding: 0px 0 80px;
}

.wd-auto {
    width: auto;
    margin: auto;
}

/* タブレット
------------------------------*/
@media (max-width: 767px) {
    .mgb10 {
        margin-bottom: 5px !important;
    }
    .mgb20 {
        margin-bottom: 10px !important;
    }
    .mgb30 {
        margin-bottom: 10px !important;
    }
    .mgb40 {
        margin-bottom: 20px !important;
    }
    .mgb50 {
        margin-bottom: 25px !important;
    }
    .mgb60 {
        margin-bottom: 30px !important;
    }
    .mgb80 {
        margin-bottom: 40px !important;
    }
    .mgb90 {
        margin-bottom: 40px !important;
    }
    .mgb100 {
        margin-bottom: 50px !important;
    }
    .mgtb100 {
        margin: 50px auto;
    }
    .only-pc {
        display: none !important;
    }
    .only-sp {
        display: block !important;
    }
    .btnArea {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .inner {
        width: 90%;
    }

    .bg_red {
        padding: 0px 0 30px;
    }

    .area {
        width: auto;
    }
}
/*max-width: 767px*/
@media screen and (max-width: 480px) {
} /*max-width: 480px*/



