/* メンバーシップメイン */
body {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
}

.wrapper {
    overflow-x: hidden;
}

.membership__mainvisual {
    width: 80vw;
    height: 80vh;
    margin: 0 auto;
    background-image: url("../images/main.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px 500px 0% 0%;
}

.membership__list {
    width: 1200px;
    margin: 0px auto;
    padding: 100px 0;
}


.membership__bgchange {
    position: absolute;
    width: 100%;
    height: 400px;
    background-image: url("../images/bgchange.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 100;
}

#membership__background {
    background-color: #FFF8E1;
    background-size: 100px;
    background-position: 10%;
    width: 100%;
    transition: 0.3s;
    padding-top: 250px;
    position: relative;
}

#tashikani {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
}


.tashikani_1 {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
}

.tashikani_1 img {
    width: 100%;
}

.tashikani_1-1 {
    width: 150px;
}

.tashikani_1-2 {
    width: 100px;
    transform: translateY(200px);
}

.membership__main {
    width: 1420px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 150px 0;
}

.membership__left {
    width: 40%;
    margin: 0 auto;
}

.membership__left img {
    width: 70%;
}

.membership__right {
    width: 50%;
}

.membership__main__logo_title {
    margin: 30px 0;
}

.membership__main__caption__wrap {
    margin: 30px 0;
    z-index: 10;

}

.membership__main__caption {
    font-size: 18px;
    font-weight: 700;
}

.membership__main__caption p {
    display: block;
}



.membership__main__grade_list {
    display: flex;
    position: relative;
}

.membership__main__grade_list li {
    margin: 20px;
}

.membership__main__hukidasi {
    position: absolute;
    right: 20px;
    top: -80px;
}

.membership__main__join_btn {
    margin: 50px 0;
}


/* メンバーシップタイトル */
.membership__title__wrap {
    width: 50%;
    margin: 150px auto 0px auto;
    position: relative;

}

.membership__title {
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #66b500;
    font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;

}

.membership__title__caption {
    font-size: 16px;
    font-weight: 700;
}

.membership__aisome {
    position: absolute;
    right: -70%;
    top: 40%;
    z-index: 200;
}

.membership__aisome img {
    width: 800px;
    user-select: none;
    -webkit-user-drag: none;
}

.sakura_1 {
    position: absolute;
    z-index: 200;
    left: -500px;
    top: -50px;
    transition: all 0.0s;
}

.sakura_2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 200;
    transition: all 0.0s;
}

.price_btn img {
    margin: 30px 0;
}

/* 特典リスト */
.special__list {
    width: 1200px;
    margin: 100px auto 100px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.special {
    width: 750px;
    height: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    margin: 20px;
    background-color: #f7f8f8;
}

.special:hover {
    background-color: #e8e8e9;
}

.special__img img {
    width: 180px;
    padding: 30px;
}

.special__title {
    font-size: 16px;
    font-weight: 700;
    font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;

}

.special__caption {
    font-size: 16px;
}

.special__text {
    width: 570px;
    padding: 20px 20px 20px 0;
}

.tag {
    display: flex;

}

.tag h3 {
    background-color: #e60012;
    padding: 5px 10px;
    margin: 0 3px;
    font-size: 12px;
    color: white;
}

.tag__grade1 {
    background-color: #da4e88 !important;
}

.tag__grade2 {
    background-color: #7e7e7e !important;
}

.tag__grade3 {
    background-color: #51aa1e !important;
}

.tag__grade0 {
    background-color: #e60012 !important;
}

.tag__grade5 {
    background-color: #6b00e6 !important;
}

.tag__grade6 {
    background-color: #0077ff !important;
}

.main__footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main__footer img {
    width: 40%;
    margin: 20px;
}

@media screen and (min-width:1024px) and (max-width:1620px) {
    .membership__mainvisual {
        width: 80vw;
        height: 40vh;
        margin: 0 auto;
        background-image: url("../images/main.webp");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 50px 200px 0% 0%;
    }

    .membership__list {
        width: 1200px;
        margin: 0px auto;
        padding: 100px 0;
    }


    .membership__bgchange {
        position: absolute;
        width: 100%;
        height: 400px;
        background-image: url("../images/bgchange.svg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        z-index: 100;
    }

    #membership__background {
        background-color: #FFF8E1;
        background-size: 100px;
        background-position: 10%;
        width: 100%;
        transition: 0.3s;
        padding-top: 250px;
        position: relative;
    }


    #tashikani {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 100;
    }

    .tashikani_1 {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 100;
        width: 100px;
    }

    .tashikani_1 img {
        width: 100%;
    }

    .tashikani_1-1 {
        width: 150px;
    }

    .tashikani_1-2 {
        width: 100px;
        transform: translateY(200px);
    }

    .membership__main {
        width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px 0 150px 0;
    }

    .membership__left {
        width: 40%;
        margin: 0 auto;
    }

    .membership__right {
        width: 50%;
    }

    .membership__main__logo_title {
        margin: 30px 0;
        width: 100%;
    }

    .membership__main__logo_title img {
        width: 60%;
    }

    .membership__main__caption__wrap {
        margin: 30px 0;

    }

    .membership__main__caption {
        font-size: 16px;
        font-weight: 700;
    }

    .membership__main__caption p {
        display: block;
    }

    .membership__main__grade_list {
        display: flex;
        position: relative;
    }

    .membership__main__grade_list li {
        margin: 10px;
        width: 100px;
    }

    .membership__main__grade_list li img {
        width: 100%;
    }

    .membership__main__hukidasi {
        position: absolute;
        right: 50px;
        top: -80px;
        width: 100px;
    }

    .membership__main__hukidasi img {
        width: 100%;
    }

    .membership__main__join_btn {
        margin: 50px 0;
    }


    /* メンバーシップタイトル */
    .membership__title__wrap {
        width: 50%;
        margin: 150px auto 0px auto;
        position: relative;

    }

    .membership__title {
        font-size: 45px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #66b500;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;

    }

    .membership__title__caption {
        font-size: 16px;
        font-weight: 700;
    }

    .membership__aisome {
        position: absolute;
        right: -60%;
        top: 60%;
        z-index: 200;

    }

    .membership__aisome img {
        width: 600px;
        user-select: none;
        -webkit-user-drag: none;
    }

    .membership__btn:hover {
        display: none;
    }

    .sakura_1 {
        position: absolute;
        z-index: 200;
        left: -400px;
        top: -50px;
        transition: all 0.0s;
        width: 300px;
    }

    .sakura_1 img {
        width: 100%;
    }

    .sakura_2 {
        position: absolute;
        bottom: 0px;
        right: 0px;
        z-index: 200;
        transition: all 0.0s;
        width: 300px;
    }

    .sakura_2 img {
        width: 100%;
    }

    .price_btn img {
        margin: 30px 0;
    }

    /* 特典リスト */
    .special__list {
        width: 1000px;
        margin: 100px auto 100px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .special {
        width: 750px;
        height: 180px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 15px;
        margin: 20px;
        background-color: #f7f8f8;
    }

    .special:hover {
        background-color: #e8e8e9;
    }

    .special__img img {
        width: 180px;
        padding: 30px;
    }

    .special__title {
        font-size: 16px;
        font-weight: 700;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;

    }

    .special__caption {
        font-size: 16px;
    }

    .special__text {
        width: 570px;
        padding: 20px 20px 20px 0;
    }

    .tag {
        display: flex;

    }

    .tag h3 {
        background-color: #e60012;
        padding: 5px 10px;
        margin: 0 3px;
        font-size: 12px;
        color: white;
    }

    .tag__grade1 {
        background-color: #da4e88 !important;
    }

    .tag__grade2 {
        background-color: #7e7e7e !important;
    }

    .tag__grade3 {
        background-color: #51aa1e !important;
    }

    .tag__grade0 {
        background-color: #e60012 !important;
    }

    .tag__grade5 {
        background-color: #6b00e6 !important;
    }

    .tag__grade6 {
        background-color: #0077ff !important;
    }

    .main__footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main__footer img {
        width: 60%;
        margin: 20px;
    }

}

@media screen and (min-width:600px) and (max-width:1024px) {
    .membership__mainvisual {
        width: 80vw;
        height: 80vh;
        margin: 0 auto;
        background-image: url("../images/main_sp.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 30px 100px 0% 0%;
    }

    .membership__list {
        width: 1200px;
        margin: 0px auto;
        padding: 100px 0;
    }


    .membership__bgchange {
        position: absolute;
        width: 100%;
        height: 400px;
        background-image: url("../images/bgchange.svg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        z-index: 100;
    }

    #membership__background {
        background-color: #FFF8E1;
        background-size: 100px;
        background-position: 10%;
        width: 100%;
        transition: 0.3s;
        padding-top: 250px;
        position: relative;
    }


    #tashikani {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 100;
    }

    .tashikani_1 {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 100;
        width: 100px;
    }

    .tashikani_1 img {
        width: 100%;
    }

    .tashikani_1-1 {
        width: 100px;
    }

    .tashikani_1-2 {
        width: 50px;
        transform: translateY(150px);
    }

    .membership__main {
        width: 600px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 50px 0 150px 0;
    }

    .membership__left {
        width: 40%;
        transform: rotate(45deg);
        margin: 0 auto;
    }

    .membership__right {
        width: 80%;
    }

    .membership__main__logo_title {
        margin: 30px 0;
        width: 100%;
    }

    .membership__main__logo_title img {
        width: 100%;
    }

    .membership__main__caption__wrap {
        margin: 30px 0;

    }

    .membership__main__caption {
        font-size: 16px;
        font-weight: 700;
    }

    .membership__main__caption p {
        display: block;
    }

    .membership__main__grade_list {
        display: flex;
        position: relative;
    }

    .membership__main__grade_list li {
        margin: 10px;
        width: 100px;
    }

    .membership__main__grade_list li img {
        width: 100%;
    }

    .membership__main__hukidasi {
        position: absolute;
        right: 50px;
        top: -80px;
        width: 100px;
    }

    .membership__main__hukidasi img {
        width: 100%;
    }

    .membership__main__join_btn {
        margin: 50px 0;
    }


    /* メンバーシップタイトル */
    .membership__title__wrap {
        width: 70%;
        margin: 50px auto 0px auto;
        position: relative;

    }

    .membership__title {
        font-size: 45px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #66b500;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;

    }

    .membership__title__caption {
        font-size: 16px;
        font-weight: 700;
    }

    .membership__aisome {
        position: absolute;
        right: -80%;
        top: 40%;
        z-index: 200;
        display: none;

    }

    .membership__aisome img {
        width: 600px;
        user-select: none;
        -webkit-user-drag: none;
    }

    .sakura_1 {
        position: absolute;
        z-index: 200;
        left: -400px;
        top: -50px;
        transition: all 0.0s;
        width: 300px;
    }

    .sakura_1 img {
        width: 100%;
    }

    .sakura_2 {
        position: absolute;
        bottom: 0px;
        right: 0px;
        z-index: 200;
        transition: all 0.0s;
        width: 300px;
    }

    .sakura_2 img {
        width: 100%;
    }

    .price_btn img {
        margin: 30px 0;
    }

    /* 特典リスト */
    .special__list {
        width: 600px;
        margin: 100px auto 100px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .special {
        width: 560px;
        height: 180px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 15px;
        margin: 20px;
        background-color: #f7f8f8;
    }

    .special:hover {
        background-color: #f7f8f8;
    }

    .special__img img {
        width: 120px;
        padding: 15px;
    }

    .special__title {
        font-size: 14px;
        font-weight: 700;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;

    }

    .special__caption {
        font-size: 12px;
    }

    .special__text {
        width: 570px;
        padding: 20px 20px 20px 0;
    }

    .tag {
        display: flex;

    }

    .tag h3 {
        background-color: #e60012;
        padding: 3px 5px;
        margin: 0 3px;
        font-size: 10px;
        color: white;
    }

    .tag__grade1 {
        background-color: #da4e88 !important;
    }

    .tag__grade2 {
        background-color: #7e7e7e !important;
    }

    .tag__grade3 {
        background-color: #51aa1e !important;
    }

    .tag__grade0 {
        background-color: #e60012 !important;
    }

    .tag__grade5 {
        background-color: #6b00e6 !important;
    }

    .tag__grade6 {
        background-color: #0077ff !important;
    }

    .main__footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main__footer img {
        width: 70%;
        margin: 20px;
    }
}

@media screen and (max-width:600px) {
    .membership__mainvisual {
        width: 90%;
        height: 70svh;
        margin: 20px auto;
        background-image: url("../images/main_sp.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 30px 100px 0% 0%;
    }

    .membership__list {
        width: 1200px;
        margin: 0px auto;
        padding: 100px 0;
    }


    .membership__bgchange {
        position: absolute;
        width: 100%;
        height: 50px;
        background-image: url("../images/bgchange.svg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        z-index: 100;
    }

    #membership__background {
        background-color: #FFF8E1;
        background-size: 100px;
        background-position: 10%;
        width: 100%;
        transition: 0.3s;
        padding-top: 50px;
        position: relative;
    }


    #tashikani {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 100;
    }

    .tashikani_1 {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 5;
        width: 100px;
    }

    .tashikani_1 img {
        width: 100%;
    }

    .tashikani_1-1 {
        width: 80px;
    }

    .tashikani_1-2 {
        width: 50px;
        transform: translateY(100px);
    }

    .membership__main {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 50px 0 150px 0;
    }

    .membership__left {
        width: 40%;
        transform: rotate(45deg);
        margin: 0 auto;
    }

    .membership__right {
        width: 80%;
    }

    .membership__main__logo_title {
        margin: 30px 0;
        width: 100%;
    }

    .membership__main__logo_title img {
        width: 100%;
    }

    .membership__main__caption__wrap {
        margin: 30px 0;
        position: relative;
        z-index: 100;

    }

    .membership__main__caption {
        font-size: 14px;
        font-weight: 700;
    }

    .membership__main__caption p {
        display: block;
    }

    .membership__main__grade_list {
        display: flex;
        position: relative;
    }

    .membership__main__grade_list li {
        margin: 5px;
        width: 60px;
    }

    .membership__main__grade_list li img {
        width: 100%;
    }

    .membership__main__hukidasi {
        position: absolute;
        right: 20px;
        top: -40px;
        width: 50px;
    }

    .membership__main__hukidasi img {
        width: 100%;
    }

    .membership__main__join_btn {
        margin: 50px 0;
        width: 80%;
    }

    .membership__main__join_btn img {
        width: 100%;
    }


    /* メンバーシップタイトル */
    .membership__title__wrap {
        width: 80%;
        margin: 50px auto 0px auto;
        position: relative;

    }

    .membership__title {
        font-size: 25px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #66b500;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;

    }

    .membership__title__caption {
        font-size: 14px;
        font-weight: 700;
    }

    .membership__aisome {
        position: absolute;
        right: -50%;
        top: 40%;
        z-index: 200;
        display: none;

    }

    .membership__aisome img {
        width: 600px;
        user-select: none;
        -webkit-user-drag: none;
    }


    .sakura_1 {
        position: absolute;
        z-index: 200;
        left: -20px;
        top: 230px;
        transition: all 0.0s;
        width: 120px;
    }

    .sakura_1 img {
        width: 100%;
    }

    .sakura_2 {
        position: absolute;
        bottom: 50px;
        right: 30px;
        z-index: 200;
        transition: all 0.0s;
        width: 120px;
    }

    .sakura_2 img {
        width: 100%;
    }

    .price_btn {
        width: 80%;
    }


    .price_btn img {
        margin: 30px 0;
        width: 100%;
    }

    /* 特典リスト */
    .special__list {
        width: 90%;
        margin: 30px auto 30px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .special {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        border-radius: 15px;
        background-color: #f7f8f8;
        margin: 20px 0;
        height: auto;
    }

    .special:hover {
        background-color: #f7f8f8;
    }


    .special__img img {
        width: 300px;
        min-width: 300px;
        padding: 30px 15px;
    }

    .special__title {
        font-size: 14px;
        font-weight: 700;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;

    }

    .special__caption {
        font-size: 12px;
    }

    .special__text {
        width: 100%;
        padding: 20px;
    }

    .tag {
        display: flex;

    }

    .tag h3 {
        background-color: #e60012;
        padding: 5px 10px;
        margin: 0 3px;
        font-size: 10px;
        color: white;
    }

    .tag__grade1 {
        background-color: #da4e88 !important;
    }

    .tag__grade2 {
        background-color: #7e7e7e !important;
    }

    .tag__grade3 {
        background-color: #51aa1e !important;
    }

    .tag__grade0 {
        background-color: #e60012 !important;
    }

    .tag__grade5 {
        background-color: #6b00e6 !important;
    }

    .tag__grade6 {
        background-color: #0077ff !important;
    }

    .main__footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main__footer img {
        width: 90%;
        margin: 20px;
    }
}