@charset "UTF-8";
/* CSS Document */
/* common
------------------------------*/
ul,
li {
    padding: 0;
}
img {
    vertical-align: bottom;
    width: auto;
    margin: auto;
}
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: 1000px;
    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;
}

.wd-auto {
    width: auto;
    margin: auto;
}

.tokusen{
    background: #ffe400;
    padding: 60px 0;
}

.special{
    padding: 100px 0 0px;
    background: #D3E448 url(../images/bg_part_01.png) no-repeat top right;
}
.special .special_bg{
    padding-bottom:160px;
    margin-left:20px;
    background: url(../images/bg_part_02.png) no-repeat bottom left;
}

/* タブレット
------------------------------*/
@media (max-width: 767px) {
    img {
        width: 100%;
    }
    .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%;
    }

    .area {
        width: auto;
    }

    .tokusen{
        padding: 30px 0;
    }

    .special{
        padding: 60px 0 0px;
        background: #D3E448 none;
    }
    .special .special_bg{
        padding-bottom:80px;
        margin-left:0;
        background: url(../images/bg_part_02_sp.png) no-repeat bottom center;
    }



}
/*max-width: 767px*/
@media screen and (max-width: 480px) {
} /*max-width: 480px*/



