@charset "UTF-8";



@media screen and (min-width : 768px) {

    /* KV */
    #kv {
        width: 100%;
        margin: 0 auto;
    }

    #kv .kv_cnt h1 {
        background-image: url(https://cdn.lumine.jp/contents/design/2024/250331_jrepoint_chart_about/img/pc_kv.jpg);
        color: transparent;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        max-width: 1560px;
        margin: 0 auto;
        aspect-ratio: 1560 / 706;
    }

    #kv ul.nav-buttons {
        display: flex;
        justify-content: center;
        margin: 80px 0 60px 0;
        height: 160px;
    }

    #kv ul.nav-buttons li {
        width: 332px;
        position: relative;
    }

    #kv ul.nav-buttons li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 22px;
    }

    #kv ul.nav-buttons li p {
        color: #006a0c;
        font-size: var(--px-18);
        text-align: center;
        margin-top: 25px;
    }

    #kv ul.nav-buttons li:nth-child(2)::before,
    #kv ul.nav-buttons li:nth-child(2)::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 160px;
        background-color: #006a0c;
    }

    #kv ul.nav-buttons li:nth-child(2)::after {
        right: 0;
    }

    #kv ul.nav-buttons li a::after {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #006a0c;
    }

    #kv ul.nav-buttons li:nth-child(3) a::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 16px;
        height: 16px;
        background-image: url("https://cdn.lumine.jp/contents/design/2024/250331_jrepoint_chart_about/img/icon_link.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border: none;
    }

    /* contents */
    .contents_inner {
        background-color: #fff7e5;
        border-top: 1px solid #006a0c;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .rounded-box {
        background-color: #ffffff;
        border: 1px solid #333233;
        border-radius: 40px;
    }

    .contents-box__wrapper {
        text-align: center;
    }

    .contents_inner h2 img {
        margin: 80px auto -30px;
    }

    .contents_inner .inner {
        width: 95%;
        margin: 0 auto;
        padding-bottom: 80px;
    }

    .contents_inner p.lead {
        color: #006a0c;
        font-size: var(--px-22);
        display: inline;
        border-bottom: 2px solid #006a0c;
        line-height: 2;
        font-weight: 500;
    }

    .contents_inner .illustration {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contents_inner a.btn {
        display: inline-block;
        background-color: #006a0c;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: var(--px-20);
        letter-spacing: 4px;
        padding: 10px 130px;
        border-radius: 9999px;
        transition: background-color 0.3s, transform 0.2s;
    }

    .contents_inner a.btn:hover {
        opacity: 0.8;
    }

    /* CAMPAIGN */
    #campaign {
        width: 70%;
        margin: 100px auto 0;
        min-width: 850px;
    }

    #campaign .illustration {
        margin: 28px auto 0;
    }

    #campaign .illustration img {
        aspect-ratio: 1.53;
    }

    #campaign .campaign-detail {
        text-align: left;
        width: 90%;
        margin: 0 auto;
        max-width: 900px;
    }

    #campaign .campaign-detail .campaign-detail__box {
        margin-top: 56px;
    }

    #campaign .campaign-detail .campaign-detail__box .campaign-detail__title {
        background-color: #2d2d2d;
        color: #ffffff;
        font-size: var(--px-16);
        text-align: left;
        padding-left: 18px;
        width: 100%;
        line-height: 2;
        box-sizing: border-box;
        margin-bottom: 25px;
    }

    #campaign .campaign-detail .campaign-detail__description p {
        font-size: var(--px-15);
        line-height: 2;
    }

    #campaign .campaign-detail .campaign-detail__description .prize-list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 27px;
        margin-bottom: 48px;
        max-width: 900px;
    }

    #campaign .campaign-detail .campaign-detail__description .prize-list .prize-box {
        width: 35%;
    }

    #campaign .campaign-detail .campaign-detail__description .prize-list .prize-box img {
        aspect-ratio: 1 / 1;
    }

    #campaign .campaign-detail .campaign-detail__description p.prize-name {
        font-size: var(--px-15);
        color: #006a0c;
        font-weight: 500;
        margin: 14px 0 20px 0;
        line-height: 1.4;
        letter-spacing: 1px;
    }

    #campaign .campaign-detail .campaign-detail__description p.prize-text {
        font-size: var(--px-14);
        line-height: 1.5;
        letter-spacing: 1px;
    }

    #campaign .campaign-detail .campaign-detail__description .prize-chance {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    #campaign .campaign-detail .campaign-detail__description .prize-chance .prize-chance-text {
        display: flex;
        flex-direction: column;
    }

    #campaign .campaign-detail .campaign-detail__description .prize-chance .prize-chance-text p.prize-name {
        margin: 0 0 10px 0;
    }

    #campaign .campaign-detail .campaign-detail__description .step-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #campaign .campaign-detail .campaign-detail__description .step-box {
        display: flex;
        align-items: flex-start;
        margin-bottom: 40px;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        position: relative;
    }

    #campaign .campaign-detail .campaign-detail__description .step-box .flex {
        display: flex;
        gap: 20px;
    }

    #campaign .campaign-detail .campaign-detail__description .step-icon {
        display: flex;
        flex-shrink: 0;
        z-index: 1;
    }

    #campaign .campaign-detail .campaign-detail__description .step-content {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    #campaign .campaign-detail .campaign-detail__description .step-explanation {
        width: 22vw;
        max-width: 370px;
    }

    #campaign .campaign-detail .campaign-detail__description .step-line {
        width: 2px;
        background-color: #006a0c;
        position: absolute;
        left: 40px;
        top: 0;
        z-index: 0;
        height: calc(100% - -40px);
    }

    #campaign .campaign-detail .campaign-detail__description p.step-name {
        font-size: var(--px-15);
        color: #006a0c;
        font-weight: 500;
        margin: 14px 0 20px 0;
        line-height: 1.4;
        letter-spacing: 1px;
    }

    #campaign .campaign-detail .campaign-detail__description p.step-name span {
        font-size: var(--px-14);
    }

    #campaign .campaign-detail .campaign-detail__description p.step-text {
        font-size: var(--px-15);
        line-height: 1.5;
        letter-spacing: 1px;
    }

    #campaign .campaign-detail .campaign-detail__description .step-image {
        display: flex;
        width: 432px;
        justify-content: flex-start;
        flex-shrink: 0;
    }

    #campaign .campaign-detail .campaign-detail__description .step-2 .step-image img,
    #campaign .campaign-detail .campaign-detail__description .step-3 .step-image img,
    #campaign .campaign-detail .campaign-detail__description .step-4 .step-image img,
    #campaign .campaign-detail .campaign-detail__description .step-5 .step-image img {
        min-width: 350px;
        max-width: 432px;
        width: 30vw;
        aspect-ratio: 157 / 131;
        object-fit: contain;
    }

    #campaign .campaign-detail .campaign-detail__description .step-1 .step-image img {
        max-width: 182px;
        width: 30vw;
        object-fit: contain;
        aspect-ratio: 186 / 359;
    }

    #campaign .campaign-detail .campaign-detail__description .download-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 22px;
    }

    #campaign .campaign-detail .campaign-detail__description .download-box p {
        font-size: var(--px-20);
    }

    #campaign .campaign-detail .campaign-detail__description .download-btn {
        display: flex;
        gap: 10px;
    }

    #campaign .campaign-detail__box:nth-of-type(5) .campaign-detail__description p:nth-of-type(3) {
        margin-top: 40px;
    }

    /* CHART */
    #chart {
        width: 70%;
        margin: 100px auto 124px;
        min-width: 850px;
    }

    #chart .illustration {
        margin: 48px auto 0;
    }

    #chart .illustration img {
        aspect-ratio: 2.07;
    }

    #chart .btn_area {
        background-image: url(https://cdn.lumine.jp/contents/design/2024/250331_jrepoint_chart_about/img/pc_decoration_chart.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 150px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    #chart .btn_area p.text {
        font-size: var(--px-22);
        color: #006a0c;
        text-align: center;
        margin-bottom: 26px;
        font-weight: 600;
        line-height: 1.5;
    }

    #chart .btn_area .chart_btn {
        margin-top: 65px;
    }
}

@media screen and (max-width : 767px) {



    /* KV */
    #kv {
        width: 100%;
        margin: 0 auto;
    }

    #kv .kv_cnt {
        border-bottom: 1px solid #006a0c;
    }

    #kv .kv_cnt h1 {
        background-image: url(https://cdn.lumine.jp/contents/design/2024/250331_jrepoint_chart_about/img/sp_kv.jpg);
        color: transparent;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 0;
        padding-bottom: 197.33%;
    }

    #kv ul.nav-buttons {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 90%;
    }

    #kv ul.nav-buttons li {
        position: relative;
        height: 26vw;
        display: flex;
        align-items: center;
    }

    #kv ul.nav-buttons li a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #kv ul.nav-buttons li p {
        color: #006a0c;
        font-size: 0.875rem;
        text-align: left;
        margin-top: 2vw;
    }

    #kv ul.nav-buttons li img {
        height: 3.5vw;
    }


    #kv ul.nav-buttons li:nth-child(2)::before,
    #kv ul.nav-buttons li:nth-child(2)::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #006a0c;
    }

    #kv ul.nav-buttons li:nth-child(2)::after {
        top: 26vw;
    }

    #kv ul.nav-buttons li a::after {
        content: "";
        position: absolute;
        top: 13vw;
        right: 0;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 7px solid #006a0c;
    }

    #kv ul.nav-buttons li:nth-child(3) a::after {
        content: "";
        position: absolute;
        right: 0;
        transform: translateX(-50%);
        width: 15px;
        height: 15px;
        background-image: url("https://cdn.lumine.jp/contents/design/2024/250331_jrepoint_chart_about/img/icon_link.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border: none;
    }

    /* contents */

    .contents_inner {
        background-color: #fff7e5;
        border-top: 1px solid #006a0c;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .rounded-box {
        background-color: #ffffff;
        border: 1px solid #333233;
        border-radius: 40px;
    }

    .contents-box__wrapper {
        text-align: center;
    }

    .contents_inner .inner {
        width: 95%;
        margin: 0 auto;
        padding-bottom: 13vw;
    }

    .contents_inner p.lead {
        color: #006a0c;
        font-size: 4.2vw;
        display: inline;
        border-bottom: 2px solid #006a0c;
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.8px;
    }

    .contents_inner .illustration {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contents_inner a.btn {
        display: inline-block;
        background-color: #006a0c;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 4px;
        padding: 2vw 27vw;
        border-radius: 9999px;
        transition: background-color 0.3s, transform 0.2s;
        margin-top: 20vw;
    }

    /* CAMPAIGN */
    #campaign {
        width: 95%;
        margin: 15vw auto 0;
    }

    .contents_inner #campaign h2 img {
        margin: 10vw auto -1vw;
    }

    #campaign .illustration {
        margin: 3vw auto 0;
    }

    #campaign .illustration img {
        aspect-ratio: 0.89;
    }

    #campaign .campaign-detail {
        text-align: left;
        margin: 0 auto;
        max-width: 900px;
    }

    #campaign .campaign-detail .campaign-detail__box {
        margin-top: 12vw;
    }

    #campaign .campaign-detail .campaign-detail__box .campaign-detail__title {
        background-color: #2d2d2d;
        color: #ffffff;
        font-size: 1rem;
        text-align: left;
        padding-left: 3vw;
        width: 100%;
        line-height: 2.3;
        box-sizing: border-box;
        margin-bottom: 6vw;
    }

    #campaign .campaign-detail .campaign-detail__description p {
        font-size: 0.9375rem;
        letter-spacing: 1px;
        line-height: 1.8;
    }

    #campaign .campaign-detail .campaign-detail__description .prize-list {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 27px;
        margin-bottom: 7vw;
    }

    #campaign .campaign-detail .campaign-detail__description .prize-list .prize-box {
        display: flex;
        gap: 15px;
    }

    #campaign .campaign-detail .campaign-detail__description .prize-list .prize-box img {
        width: 50%;
        height: 100%;
        aspect-ratio: 1 / 1;
    }

    #campaign .campaign-detail .campaign-detail__description p.prize-name {
        font-size: 0.9375rem;
        color: #006a0c;
        font-weight: 600;
        margin-bottom: 3vw;
        line-height: 1.4;
        letter-spacing: 1px;
    }

    #campaign .campaign-detail .campaign-detail__description p.prize-text {
        font-size: 0.875rem;
        line-height: 1.5;
        letter-spacing: 1px;
    }

    #campaign .campaign-detail .campaign-detail__description .prize-chance {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        flex-direction: column;
    }

    #campaign .campaign-detail .campaign-detail__description .prize-chance img {
        width: 40%;
    }

    #campaign .campaign-detail .campaign-detail__description .prize-chance .prize-chance-text {
        display: flex;
        flex-direction: column;
    }

    #campaign .campaign-detail .campaign-detail__description .prize-chance .prize-chance-text p.prize-name {
        margin: 0 0 10px 0;
    }

    #campaign .campaign-detail .campaign-detail__description .step-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #campaign .campaign-detail .campaign-detail__description .step-box {
        display: flex;
        align-items: flex-start;
        margin-bottom: 40px;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        position: relative;
    }

    #campaign .campaign-detail .campaign-detail__description .step-icon {
        display: flex;
        flex-shrink: 0;
        z-index: 1;
        width: 20%;
    }

    #campaign .campaign-detail .campaign-detail__description .step-content {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    #campaign .campaign-detail .campaign-detail__description .step-line {
        width: 2px;
        background-color: #006a0c;
        position: absolute;
        left: 10%;
        top: 0;
        z-index: 0;
        height: calc(100% - -40px);
    }

    #campaign .campaign-detail .campaign-detail__description p.step-name {
        font-size: var(--px-15);
        color: #006a0c;
        font-weight: 500;
        margin-bottom: 3vw;
        line-height: 1.5;
        letter-spacing: 1px;
    }

    #campaign .campaign-detail .campaign-detail__description p.step-name span {
        font-size: var(--px-14);
    }

    #campaign .campaign-detail .campaign-detail__description p.step-text {
        font-size: var(--px-15);
        line-height: 1.5;
        letter-spacing: 1px;
        margin-bottom: 5vw;
    }

    #campaign .campaign-detail .campaign-detail__description .step-image {
        display: flex;
        justify-content: flex-start;
    }

    #campaign .campaign-detail .campaign-detail__description .step-1 .step-image img {
        max-width: 182px;
        width: 26vw;
        object-fit: contain;
        aspect-ratio: 186 / 359;
    }

    #campaign .campaign-detail .campaign-detail__description .download-box {
        text-align: center;
        width: 100%;
    }

    #campaign .campaign-detail .campaign-detail__description .download-box p {
        font-size: 1.125rem;
        text-align: center;
        border-bottom: 2px solid #006a0c;
    }

    #campaign .campaign-detail .campaign-detail__description .download-box img {
        margin: 4vw auto 0;
    }

    #campaign .campaign-detail .campaign-detail__description .download-btn {
        display: flex;
        gap: 10px;
    }

    #campaign .campaign-detail__box:nth-of-type(5) .campaign-detail__description p:nth-of-type(3) {
        margin-top: 5vw;
    }


    /* CHART */
    #chart {
        width: 95%;
        margin: 14vw auto 24vw;
    }

    .contents_inner #chart h2 img {
        margin: 10vw auto 3vw;
    }

    #chart .illustration {
        margin: 6vw auto 0;
    }

    #chart .illustration img {
        aspect-ratio: 1.13;
    }

    #chart .btn_area {
        background-image: url(https://cdn.lumine.jp/contents/design/2024/250331_jrepoint_chart_about/img/sp_decoration_chart.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: -13vw;
    }

    #chart .btn_area p.text {
        font-size: 1rem;
        color: #006a0c;
        text-align: center;
        margin-bottom: 26px;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 1px;
    }


}