@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/**
html{
    font-family: "Zen Maru Gothic", serif;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-family: "Noto Serif JP", serif;
    font-family: "Noto Sans JP", sans-serif;
}**/
main .wrap {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.vip_wrap {
    background-color: #063464;
    font-family: "Noto Serif JP", serif;
}

.vip_wrap p {
    margin: 0;
}

.v-bk {
    background-image: url(/img/ikebukuro/lp/vip/v_bk-img.png);
    height: calc(728vw / 19.2);
}

.v-mv {
    position: relative;
}

.v-mv_main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: calc(1518vw / 19.2);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 33px;
}

.mv-left p {
    font-size: clamp(16px, 1.6vw, 28px);
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.mv-left img {
    width: calc(689vw / 19.2);
    padding: 0 20px;
    display: block;
    margin: 0 auto;
}

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

.mv_price p {
    color: #DDC47B;
    font-size: 5vw;
    margin: 0;
}

.mv_price span {
    font-size: 2vw;
}

.price_1st-txt {
    background-color: #DDC47B;
    padding: 7px 24px;
    border-radius: 50px;
    margin-right: 30px;
}

.price_1st-txt p {
    color: #063464;
    font-size: 2vw;
    text-align: center;
    margin-bottom: 0;
}

.mv_time span {
    display: block;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
}

.mv_time p {
    font-size: 3vw;
    color: #DDC47B;
}

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

.mv-right img {
    border-radius: 10px;
}

section {
    padding: 55px 0;
}

section.v-mv {
    padding: 0 !important;
}

.inner {
    max-width: 1200px;
    width: 75vw;
    margin: 0 auto;
}

.section-ttl {
    border-bottom: 1px solid #DDC47B;
    display: flex;
    justify-content: center;
}

.points {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
}

.section-ttl h2 {
    font-size: 38px;
    text-align: center;
    color: #DDC47B;
    font-weight: 600;
    position: relative;
    padding: 15px 60px;
    margin-left: -50px;
    display: inline-block;
}

.section-ttl h3 {
    font-size: clamp(28px, 2.8vw, 38px);
    text-align: left;
    color: #DDC47B;
    font-weight: 600;
    position: relative;
    padding: 0 0 15px;
    margin: 0;
    display: inline-block;
}

.section-ttl h2::after, .section-ttl h3::after {
    content: "";
    width: 52px;
    height: 78px;
    background-image: url(/img/ikebukuro/lp/vip/section_ttl-object.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.section-ttl h3::after {
    right: -10%;
}

.about-vip .inner p {
    text-align: center;
    font-size: clamp(16px, 1.8vw, 20px);
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin: 30px auto;
    line-height: 1.8;
    letter-spacing: .05em;
}

.about-img {
    max-width: 1488px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background-image: url(/img/ikebukuro/lp/vip/about-bk.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-img-main {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 30px 0;
}

.point-wrap .section-ttl {
    margin-left: 50px;
}

.points span {
    display: block;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.point-wrap img {
    display: block;
    width: calc(1090vw / 10.9);
    margin: 0 auto 20px;
}

.about-vip .point-wrap p {
    text-align: left;
    margin-left: 50px;
}

.points-grids {
    display: grid;
    grid-template-columns: 367px 1fr;
    gap: 10px;
    margin-left: 50px;
}

.about-vip .point-wrap .points-txt-main p {
    margin-left: 0;
    margin-bottom: 0;
}

.points-txt {
    padding: 0 10px;
}

.points-img img {
    border-radius: 10px;
}

.points-txt-main span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.points-floor {
    margin: 35px 0;
}

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

.vip-btn a {
    display: block;
    padding: 16px 33px;
    padding-right: 43px;
    position: relative;
    color: #063464;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(4px 4px 0px #3E71A7);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 23px;
    font-weight: 800;
    transition: all .2s;
}

.vip-btn a::after {
    content: "";
    width: 16px;
    height: 27px;
    background-image: url(/img/ikebukuro/lp/vip/arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    transition: all .2s;
}

.vip-btn a:hover {
    transition: all .2s;
    filter: drop-shadow(0px 0px 8px #DDC47B);
}

.vip-btn a:hover::after {
    right: 4%;
    transition: all .2s;
}

.v-price_grids {
    display: grid;
    grid-template-columns: 549px 1fr;
    gap: 0;
    margin: 55px auto;
}

.v-price_img {
    padding: 0 20px;
}

.v-price_img img {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.v-price {
    background-color: #2B5581;
}

.vip-price h3 {
    border-radius: 50px;
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #063464;
    padding: 10px;
}

.vip-info {
    margin: 30px auto;
}

.vip-info h3, .vip-time h3 {
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 20px;
}

.vip-info img {
    margin: 0 auto;
    display: block;
}

.vip-info p {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #fff;

}

.vip-info_attentions {
    margin: 20px auto;
    background-color: #fff;
    padding: 25px 15px;
    font-family: "Noto Sans JP", sans-serif;
}

.vip-info_attentions ul {
    list-style: disc;
    margin-left: 32px;
    padding: 0;
}

.vip-info .vip-btn {
    margin: 30px auto;
}

.vip-info .vip-btn a {
    padding: 16px 110px;
    text-align: center;
}

.vip-price .price_1st-txt p {
    font-size: 30px !important;
}

.vip-price .mv_price p {
    font-size: 65px;
}

.vip-price .mv_price span {
    font-size: 30px;
}

.vip-time .mv_time p {
    font-size: 30px;
    text-align: center;
}

.tiketlink {
    max-width: 739px;
    margin: 0 auto;
}

.tiketlink a {
    background-color: #DDC47B;
    width: 100%;
    font-size: 32px;
    padding: 30px 0;
    text-align: center;
    font-size: 20px;
}

.tiketlink a:hover {
    transition: all .2s;
    filter: drop-shadow(0px 0px 8px #fff);
}

.tktk {
    max-width: 762px;
    width: 100%;
    display: grid;
    grid-template-columns: 425px 1fr;
    gap: 10px;
}

.tktk-rightblock {
    max-width: 323px;
    margin: 0 auto;
}

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

.tktk_bnr a:hover {
    opacity: .7;
}

.v-tik .about-img {
    max-width: 1920px;
}

.v-attes {
    background-image: url(/img/ikebukuro/lp/vip/v_bk-img.png);
    background-repeat: no-repeat;
    padding: 3vw 0 75px;
}

.v-attes__main {
    background-color: #fff;
    margin: 45px auto;
    padding: 25px;
    border: 1px solid #063464;
    max-width: 1000px;
    width: 100%;
    display: block;
}

.v-attes__main ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 0px;
}

.v-attes__main li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(14px, 1.1vw, 18px);
    font-weight: 500;
    margin: 10px 0;
}

.v-attes__main li:first-child {
    margin-top: 0;
}

.accs_anker {
    background-color: #F9F5F2;
    padding: 35px 0 75px;
}

.accs_anker .inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.accs_anker h2 {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    margin-bottom: 72px;
    display: inline-block;
    border-bottom: 4px solid #F6B575;
}


.accs_vip-links {
    padding: 60px auto;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
}

.accs_vip-links h3 {
    font-size: 30px;
    max-width: 566px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 4px solid #F6B575;
}

.accs_vip-block {
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 10px;
    margin: 40px 0 60px;
    padding: 30px 15px;
    color: #fff;
    border-radius: 10px;
}

.accs_vip {
    background-color: #0C3E80;
}

.accs_svip {
    background-color: #EDCD4B;
}

.accs_vip-img {
    display: flex;
    justify-content: center;
}

.accs_vip-links_txt {
    padding: 0 20px;
}

.accs_vip-links_txt .time {
    margin-bottom: 0px;
}

.accs_vip-links_txt .time p {
    font-size: 21px;
    letter-spacing: .1em;
}

.accs_vip-links_txt .time span {
    font-size: 26px;
}

.vp-price p {
    text-align: center;
    font-size: 39px;
    letter-spacing: .1em;
    border-bottom: 3px solid #F8EF0D;
    margin-bottom: 10px;
}

.vp-price span {
    font-size: 22px;
}

.vp-links a {
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 12px 0;
    font-size: 21px;
    width: 100%;
    display: block;
    margin-top: 10px;
}

.accs_vip .vp-links a {
    color: #0C3E80;
}

.accs_svip .v-links a {
    color: #EDCD4B;
}

.vp-links a::after {
    content: "";
    width: 21px;
    height: 20px;
    background-image: url(/img/ikebukuro/lp/accs/icon_arrow2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.accs_vip-links .v-price {
    background-color: unset;
}

.single_contents {
    padding-bottom: 0;
}

.vp-links a {
    color: #F6B575;
    font-size: 16px;
}

.fade-in {
    opacity: 0;
}

.fade-in.inview {
    animation-name: fade-in;
    animation-duration: .75s;
    animation-timing-function: ease-in-out;
    animation-delay: .4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes fade-in {
    0% {
        transform: translateY(40px);
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/*************プチVIPここから(基本上書き処理)*************/



.svip_wrap {
    background-color: #F7F6EC;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

.svip_wrap p {
    margin: 0;
}

.svip_wrap .mv-left img {
    width: calc(419vw / 19.2);
}

.svip_wrap .mv-left p {
    margin-bottom: 10px;
    color: #fff;
}

.svip_wrap .v-bk {
    background-image: url(/img/ikebukuro/lp/vip/sv_bk-img4.png);
    height: calc(728vw / 19.2);
}

.svmv_span {
    color: #FFF683;
    font-size: 130%;
}

.svip_wrap .mv_price p {
    color: #FFF683;
}

.svip_wrap .v-bk .mv_price p {
    color: #fff;
    margin: 0;
}

.svip_wrap .price_1st-txt {
    background-color: #FFF683;
}

.svip_wrap .v-bk .price_1st-txt {
    background-color: #fff;
}

.svip_wrap .price_1st-txt p {
    color: #624BC2;
}

.svip_wrap .v-bk .price_1st-txt p {
    color: #FF99B1;
    margin-bottom: 0;
}

.svip_wrap .mv_price {
    align-items: center;
}

.svip_wrap .mv_time p {
    color: #FFF683;
}

.svip_wrap .v-bk .mv_time p {
    color: #fff;
    margin: 0;
}

.svip_wrap .section-ttl {
    border-bottom: none;
}

.svip_wrap .section-ttl h2 {
    background-color: #fff;
    border-radius: 50px;
    border: 2px solid #624BC2;
    color: #FF99B1;
}

.svip_wrap .section-ttl h2::after {
    content: "";
    width: 30px;
    height: 18px;
    background-image: url(/img/ikebukuro/lp/vip/sv_arrow-bottom.svg);
    position: absolute;
    top: unset;
    bottom: -15%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
}

.svip_wrap .about-vip .inner p {
    color: #171717;
}

.svip_wrap .about-img {
    background-image: url(/img/ikebukuro/lp/vip/sv_about-bk.png);
    max-width: 1048px;
}

.svip_wrap .points {
    background-color: #849bdb;
    border: 2px solid #849bdb;
    border-radius: 50px;
    padding: 0 40px;
    margin-left: 0;
}

.svip_wrap .points span {
    color: #FFF683;
    margin-bottom: -10px;
    margin-top: 10px;
}

.svip_wrap .section-ttl h3 {
    color: #fff;
    margin: 0;
}

.svip_wrap .section-ttl h3::after {
    content: "";
    width: 30px;
    height: 18px;
    background-image: url(/img/ikebukuro/lp/vip/sv_arrow-bottom2-1.svg);
    position: absolute;
    top: unset;
    bottom: -15%;
    left: 5%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
}

.svip_wrap .points-txt-main span {
    color: #171717;
}

.svip_wrap .v-price {
    background-color: #839BDB;
    padding-top: 210px;
}

.svip_wrap .vip-price .mv_price p {
    font-weight: 800;
}

.svip_wrap .vip-time .mv_time p {
    font-weight: 800;
    font-size: 48px;
}

.svip_wrap .tiketlink a {
    border-radius: 50px;
    background-color: #FF99B1;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.svip_wrap .tiketlink a::after {
    background-image: url(/img/ikebukuro/lp/vip/arrow_white.svg);
}

.svip_wrap .v-tik .about-img {
    max-width: 1185px;
}

.svip_wrap .v-attes {
    background-image: url(/img/ikebukuro/lp/vip/sv_bk-img4.png);
}

.svip_wrap .about-vip {
    position: relative;
    padding-bottom: 150px;
}

.svip_wrap .about-vip::after {
    content: "";
    width: 100%;
    height: 310px;
    background-image: url(/img/ikebukuro/lp/vip/bk_about-bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -7%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
}

.svip_wrap .v-bk .mv_time span {
    color: #FFF683;
}

@media screen and (min-width: 1301px) {
    .show-mid, .mv-sp, .show-sp {
        display: none;
    }

}

/*************レスポンシブ*************/

/*1024pxまで*/

@media screen and (min-width:769px) and (max-width:1300px) {
    .show-high, .mv-sp, .show-sp {
        display: none;
    }

    .v-price_grids {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .v-price_img img {
        width: 70%;
    }

    .v-price_main {
        max-width: 650px;
        width: 100%;
        margin: 20px auto;
    }

}

@media screen and (max-width: 768px) {
    .v-mv_main {
        display: block;
        width: 100%;
        padding: 0 10px;
    }

    .mv-right {
        display: none;
    }

    .v-bk {
        background-image: url(/img/ikebukuro/lp/vip/v_bk-img_sp.png);
        height: 728px;
    }

    .mv-left p {
        font-size: 16px;
    }

    .mv-left img {
        max-width: 345px;
        width: 100%;
        margin: 0 auto 20px;
    }

    .mv-sp img {
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
    }

    .price_1st-txt p {
        font-size: 19px !important;
    }

    .mv_price p {
        font-size: 52px;
    }

    .mv_price span {
        font-size: 19px;
    }

    .mv_time span {
        font-size: 14px;
    }

    .mv_time p {
        font-size: 33px;
    }

    .section-ttl h2 {
        font-size: 28px;
    }

    .inner {
        max-width: unset;
        width: unset;
        padding: 0 10px;
    }

    .points-grids {
        grid-template-columns: 1fr;
        margin-left: 0;
    }

    .v-price_grids {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .v-price_img img {
        width: 70%;
    }

    .v-price_main {
        max-width: 650px;
        width: 100%;
        margin: 20px auto;
    }

    .point-wrap .section-ttl, .about-vip .point-wrap p {
        margin-left: 0;
    }

    .point-wrap img {
        width: 100%;
        margin-bottom: 0;
    }

    .accs_vip-block {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .v-attes {
        background-image: url(/img/ikebukuro/lp/vip/v_bk-img-atte_sp.png);
        height: inherit;
    }

    .tktk {
        display: flex;
        flex-direction: column-reverse;
    }

    .show-high {
        display: none;
    }

    .v-price_img img {
        width: 100%;
    }

    .section-ttl h3 {
        font-size: 24px;
    }

    .section-ttl h3::after {
        width: 32px;
        top: 80%;

    }

    .vip-btn a {
        font-size: 16px;
    }

    .vip-btn a:active {
        transition: all .2s;
        filter: drop-shadow(0px 0px 8px #DDC47B);
    }

    .vip-price h3 {
        font-size: 15px;
    }

    .vip-price .price_1st-txt p {
        font-size: 18px !important;
    }

    .vip-price .mv_price p {
        font-size: 48px;
        letter-spacing: 0;
        border-bottom: none;
    }

    .vip-price .mv_price span {
        font-size: 18px;
    }

    .v-attes__main, .accs_anker .inner {
        max-width: unset;
        width: unset;
    }

    .single_contents {
        padding: 0 !important;
    }

    .vip_wrap {
        overflow: hidden;
    }

    .vip-info img {
        width: 80%;
    }

    .vip-info p {
        font-size: 16px;
    }

    .tiketlink a {
        font-size: 22px;
    }

    .tktk_bnr img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .accs_vip-links h3 {
        font-size: 22px;
    }

    .accs_anker h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .vip-info h3, .vip-time h3 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .svip_wrap .v-bk {
        background-image: url(/img/ikebukuro/lp/vip/sv_bk-img4_sp.png);
        height: 728px;
        background-size: cover;
    }

    .svip_wrap .mv-left img {
        max-width: 345px;
        width: 100%;
    }

    .svip_wrap .section-ttl h2 {
        font-size: 26px;
        margin-left: 0;
        padding: 5px 40px;
    }

    .svip_wrap .points {
        border-radius: 20px;
        padding: 0 10px;
    }

    .svip_wrap .about-vip::after {
        background-image: url(/img/ikebukuro/lp/vip/bk_about-bottom_sp.png);
        width: 100%;
        bottom: -9%;
    }

    .svip_wrap .about-vip {
        padding-bottom: 60px;
    }

    .svip_wrap .v-price {
        padding-top: 100px;
    }

    .svip_wrap .v-attes {
        padding: 30px 0 10px;
    }

    .svip_wrap .about-img {
        background-image: url(/img/ikebukuro/lp/vip/sv_about-bk_sp.png);
    }

    .svip_wrap .about-img-main {
        padding: 120px 0;
    }

    .svip_wrap .v-tik .about-img {
        background-image: url(/img/ikebukuro/lp/vip/sv_about-bk.png);
    }

    .svip_wrap .v-tik .about-img-main {
        padding: 0;
    }

    .svip_wrap {
        overflow: hidden;
    }
}