@charset "utf-8";

:root {
    --white: #fff;
    --black: #000;
    --red: #e03817;
    --blue: #2f4666;
}

a {
    color: inherit;
}

#container {
    font-family: 'Noto Sans JP', 'YakuHanJPs', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    min-width: 1240px !important;
    overflow: hidden;
    color: var(--black);
}

.c-link-black {
    background-image: linear-gradient(180deg, var(--black), var(--black));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 1px;
}

.c-link-white {
    background-image: linear-gradient(180deg, var(--white), var(--white));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 1px;
}

.u-indent-01.p,
.u-indent-01 li {
    padding-left: 1em;
    text-indent: -1em;
}

img {
    height: auto;
}

section {
    position: relative;
}

.cloud_img01,
.cloud_img02,
.cloud_img03,
.cloud_img04 {
    position: absolute;
}

.cnt_title {
    text-align: center;
}

.cnt_title img {
    height: auto;
}

@media screen and (min-width: 751px) {
    .pc-none {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .sp-none {
        display: none;
    }
}

.campaign_about .cnt_title img {
    max-width: 1000px;
}

.page_campaign_contents {
    background: url(../images/bg.jpg) repeat;
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center top;
}

.campaign_about {
    max-width: 1240px;
    padding-right: 120px;
    padding-left: 120px;
    margin-inline: auto;
    position: relative;
    font-feature-settings: "palt";
    letter-spacing: .04em;
    background: url(../images/main_bg.png) var(--white) repeat;
    background-position: center top;
}

.campaign_about_inner {
    position: relative;
}

.campaign_mainimg {
    text-align: center;
}

.campaign_mainimg img {
    height: auto;
}

.mv_text {
    background-color: var(--blue);
    padding: 35px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1800px;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 35px;
}

.mv_text_period {
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    border: 1px solid var(--white);
    padding: 0 35px;
    display: block;
}

.mv_text img {
    display: block;
    width: 461px;
    height: 44px;
}

.campaign_about_nav {
    padding-top: 60px;
}

.campaign_about_nav ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
}

.campaign_about_nav ul li {
    border: 2px solid var(--blue);
    margin-left: -2px;
    margin-top: -2px;
    text-align: center;
}

.campaign_about_nav ul li a {
    position: relative;
    display: block;
    padding: 10px 20px;
}

.campaign_about_nav ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    display: inline-block;
    width: 19px;
    height: 20px;
    background: url(../images/arrow_anchor.png) no-repeat center center/19px 20px;
    transform: translateY(-50%);
}

.campaign_about_text {
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    padding: 80px 0 70px;
    position: relative;
}

.campaign_about_text .cloud_img01 {
    top: -30px;
    right: -230px;
}

.campaign_about_text .cloud_img02 {
    top: 340px;
    left: -410px;
}

.campaign_about_text_inner {
    position: relative;
}

.campaign_about_text .dots_img01,
.campaign_about_text .dots_img02 {
    position: absolute;
    /* top: 50%;
    transform: translateY(-50%); */
    bottom: 70px;
}

.campaign_about_text .dots_img01 {
    left: 70px;
}

.campaign_about_text .dots_img02 {
    right: 70px;
    transform: scale(-1, 1);
}

.campaign_about_text-sub {
    margin-bottom: 15px;
    line-height: 2;
}

.campaign_about_text-main {
    font-size: 24px;
    color: var(--red);
}

.cnt_prize {
    margin-bottom: 100px;
}

.cnt_prize_inner {
    position: relative;
}

.cnt_prize .cloud_img01 {
    top: 636px;
    right: -380px;
}

.cnt_prize .cloud_img02 {
    bottom: 1073px;
    left: -319px;
}

.cnt_prize .cloud_img03 {
    bottom: 307px;
    left: -293px;
}

.cnt_prize .cloud_img04 {
    bottom: 327px;
    right: -202px;
}

.cnt_prize .cnt_title {
    margin-bottom: 80px;
}

.cnt_prize_list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.cnt_prize_list_item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 25px);
}

.cnt_prize_list_item_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 40px 20px;
    background-color: var(--blue);
    border-radius: 20px 20px 0 0;
}

.cnt_prize_list_item_head .date_text {
    margin-top: 20px;
    text-align: center;
    color: var(--white);
    font-size: 2.5rem;
    font-weight: 700;
}

.cnt_prize_list_item_body {
    padding: 35px 40px;
    background-color: var(--white);
    border-right: 3px solid var(--blue);
    border-bottom: 3px solid var(--blue);
    border-left: 3px solid var(--blue);
    border-radius: 0 0 20px 20px;
    text-align: center;
}

.cnt_prize_list_item_body_box:not(:last-child) {
    margin-bottom: 40px;
}

.cnt_prize_list_item_body_box small {
    font-size: 1rem;
    font-weight: 600;
}

.cnt_prize_list_item_body_box figcaption {
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: 700;
}

.cnt_prize_list_item_body_box .tel_text {
    margin-top: 20px;
    padding: 10px 20px;
    color: var(--blue);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    background-color: #ffd200;
    border-radius: 9999px;
}

.cnt_prize_list_item_body_box .tel_text.end {
    font-size: 2.8rem;
    line-height: 1;
}

.cnt_prize_list_item .budge_img {
    position: absolute;
    top: -15px;
    left: -15px;
}

.keyword_wrap {
    margin-bottom: 50px;
}

.keyword_wrap p {
    font-weight: 900;
    text-align: center;
}

.keyword_wrap p:nth-child(1) {
    font-size: 20px;
    margin-bottom: 10px;
}

.keyword_wrap p:nth-child(2) {
    font-size: 30px;
    display: flex;
    justify-content: center;
}

.cnt_program .cnt_title {
    margin-bottom: 70px;
}

.cnt_method .cloud_img01 {
    top: 108px;
    right: -285px;
}

.cnt_method .cloud_img02 {
    top: 417px;
    left: -407px;
}

.cnt_method .cloud_img03 {
    bottom: 114px;
    right: -342px;
}

.cnt_method .cnt_title {
    margin-bottom: 70px;
}

.cnt_method {
    padding-bottom: 100px;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.cnt_method_list {
    max-width: 850px;
    margin-inline: auto;
}

.cnt_method_item {
    position: relative;
    padding: 30px 30px 35px;
    border: 2px solid #ebb743;
    border-radius: 12px;
}

.cnt_method_item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -51.5px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 24px 0 24px;
    border-color: #EBB743 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    transform: translateX(-50%);
}

.cnt_method_item:not(:last-child) {
    margin-bottom: 75px;
}

.cnt_method_item.--second::after {
    content: unset !important;

}

.cnt_method_item_step {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}

.cnt_method_item_monita_01 {
    position: absolute;
    top: -10px;
    right: -40px;
}

.cnt_method_item_monita_02 {
    position: absolute;
    top: 45px;
    right: 28px;
}

.cnt_method_item .u-indent-01 {
    margin-top: 40px;
    padding: 0 50px;
    text-align: left;
}

.cnt_method_item .u-indent-01 li {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
}

.cnt_method .main_text {
    margin-bottom: 40px;
    font-size: 2.4rem;
    font-weight: 700;
}

.cnt_method .main_text strong {
    color: var(--red);
}

.cnt_method .sub_text {
    font-size: 18px;
}

.cnt_method .sub_text span {
    font-weight: 700;
}

.cnt_method .button_area {
    position: relative;
    margin-bottom: 40px;
}

.cnt_method_item_w {
    position: absolute;
    top: -46px;
    left: 42px;
}

.cnt_method_kadomatsu_wrap {
    position: relative;
}

.cnt_method_kadomatsu_wrap .kadomatsu_img01 {
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
}

.cnt_method_kadomatsu_wrap .kadomatsu_img02 {
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
}

.cnt_method_kadomatsu_wrap .main_text {
    margin-bottom: unset;
}

.cnt_w {
    position: relative;
    padding-bottom: 80px;
}

.cnt_w .cloud_img01 {
    top: 330px;
    left: -390px;
}

.cnt_w .cnt_title {
    margin-bottom: 55px;
}

.cnt_w_lead {
    position: relative;
    max-width: 850px;
    margin-inline: auto;
    margin-bottom: 50px;
}

.cnt_w_lead_quiz_img img {
    max-width: 400px;
}

.cnt_w .main_text_emphasis {
    position: relative;
    display: inline-block;
}

.cnt_w .main_text_emphasis::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 12px;
    background-color: #ffd200;
}

.cnt_w .main_text {
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
    z-index: 2;
}

.cnt_w_list {
    display: flex;
    gap: 30px;
    margin-bottom: 70px;
}

.cnt_w_item {
    padding: 35px 40px;
    background-color: var(--white);
    border: 3px solid var(--red);
    border-radius: 8px;
    text-align: center;
}

.cnt_w_item .text_name {
    margin-top: 40px;
    padding: 5px 15px;
    color: var(--white);
    font-size: 2.4rem;
    font-weight: 700;
    font-weight: 700;
    line-height: 1.4;
    background-color: var(--red);
    border-radius: 9999px;
}

.cnt_w_item .text_number {
    margin-top: 20px;
    color: var(--red);
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.cnt_w .button_area {
    text-align: center;
}

.slider_wrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    min-width: 1240px !important;
}

.slider_wrap {
    padding-bottom: 80px;
}

.slider_wrap img {
    width: 100%;
}

.slider_text {
    text-align: center;
    margin-top: 2px;
}

@media screen and (max-width: 1240px) {
    .slider_wrap {
        margin: 0;
    }
}

.slider-slide {
    margin: 0 12px;
}


.slick-dots {
    margin-top: 50px;
}

.slick-dots li {
    margin: 0 7.5px !important;
}

.slick-dots li button {
    background: #CBCBCB;
    width: 5px;
    height: 5px;
    padding: unset;
}

.slick-dots li.slick-active button {
    background: var(--black);
}

.campaign_note {
    background-color: var(--red);
    padding: 70px 0;
    display: flex;
    justify-content: center;
    color: var(--white);
}

.campaign_note p {
    margin-bottom: 40px;
    font-size: 1.6rem;
    text-align: center;
}

.campaign_note_inner {
    width: 100%;
    max-width: 720px;
}

.campaign_note_inner .cnt_title {
    margin-bottom: 60px;
}

.note_list li {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 400;
    white-space: nowrap;
}

.note_list li a {
    color: var(--white);
    text-decoration: underline;
}

@media screen and (min-width: 751px) {
    .cnt_w_lead_quiz {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 750px) {
    #container {
        min-width: auto !important;
        overflow: hidden;
    }

    .mv_text_period {
        display: none;
    }

    .mv_text {
        padding: 10px 20px;
    }

    .cloud_img01,
    .cloud_img02,
    .cloud_img03,
    .cloud_img04 {
        display: none;
    }

    .campaign_about {
        padding-right: 20px;
        padding-left: 20px;
    }

    .campaign_about .cnt_title img {
        max-width: unset;
        width: 100%;
        height: auto;
    }

    .campaign_about {
        width: 100%;
    }

    .campaign_about_nav {
        padding-top: 40px;
    }

    .campaign_about_nav ul {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 2fr;
    }

    .campaign_about_nav ul li a::after {
        right: 12px;
        width: 14px;
        height: 15px;
        background: url(../images/arrow_anchor.png) no-repeat center center/14px 15px;
    }

    .anchor_prize img {
        width: min(calc(38 / 375 * 100vw), 51px);
    }

    .anchor_program img {
        width: min(calc(78.8 / 375 * 100vw), 110px);
    }

    .anchor_method img {
        width: min(calc(80 / 375 * 100vw), 110px);
    }

    .anchor_w img {
        width: min(calc(88 / 375 * 100vw), 114px);
    }

    .page_campaign_contents {
        background: none;
    }

    .cloud_img01,
    .cloud_img02 {
        display: none;
    }

    .campaign_about_text {
        padding: 30px 0;
    }

    .campaign_about_text_main {
        padding: 0 5px;
    }

    .campaign_about_text_inner {
        margin: 0 auto;
        max-width: 400px;
    }

    .campaign_about_text .dots_img01,
    .campaign_about_text .dots_img02 {
        display: none;
    }

    .campaign_about_text .dots_img01 {
        left: -10px;
    }

    .campaign_about_text .dots_img02 {
        right: -10px;
        transform: scale(-1, 1);
    }

    .campaign_about_text-main {
        font-size: 28px;
    }

    .cnt_prize {
        margin-bottom: 50px;
    }

    .cnt_prize .cnt_title {
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: 40px;
    }

    .cnt_prize_list_item {
        width: 100%;
    }

    .cnt_prize_list_item .budge_img {
        width: 27%;
        height: auto;
        right: unset;
        left: -15px;
        top: -6px;
    }

    .cnt_prize_list_item .budge_img img {
        width: min(calc(58 / 375 * 100vw), 74px);
    }

    .cnt_prize_list {
        gap: 40px;
    }

    .cnt_prize_list_item_head {
        padding: 30px 20px 25px;
    }

    .cnt_prize_list_item_head .logo_img {
        position: relative;
    }

    .cnt_prize_list_item_head .logo_img.sp_small img {
        width: 62vw;
    }

    .cnt_prize_list_item_head .date_text {
        margin-top: 15px;
        font-size: 2.1rem;
    }

    .cnt_prize_list_item_body {
        padding: 20px;
    }

    .cnt_prize_list_item_body_box:not(:last-child) {
        margin-bottom: 30px;
    }

    .cnt_prize_list_item_body_box .tel_text {
        margin-top: 12px;
        padding: 10px 12px;
        font-size: 1.3rem;
        letter-spacing: 0;
    }

    .cnt_prize_list_item_body_box .tel_text.end {
        font-size: 2.5rem;
    }

    .cnt_prize_list_item .budge_img {
        position: absolute;
        top: -10px;
        left: -10px;
    }

    .keyword_wrap p:nth-child(2) {
        flex-direction: column;
    }

    .keyword_wrap p:nth-child(2) img {
        height: auto;
    }

    .button_img {
        width: 68vw;
        max-width: unset;
    }

    .cnt_method .cnt_title {
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: 35px;
    }

    .cnt_method .kadomatsu_img02 {
        width: 30%;
        max-width: 166%;
    }

    .cnt_method .kadomatsu_img01 {
        display: none;
    }

    .keyword_wrap p:nth-child(1) {
        font-size: 24px;
    }

    .cnt_method .cnt_title {
        margin-bottom: 55px;
    }

    .cnt_method {
        padding-bottom: 50px;
    }

    .cnt_method_item {
        padding: 60px 10px 35px;
    }

    .cnt_method_item::after {
        content: unset !important;
    }

    .cnt_method_item:not(:last-child) {
        margin-bottom: 67px;
    }

    .cnt_method_item_step {
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .cnt_method_item_step img {
        width: 75px;
        height: 76px;
    }

    .cnt_method_item_monita_01 {
        position: relative;
        top: unset;
        right: unset;
        margin-bottom: 30px;
    }

    .cnt_method_item_monita_01 img {
        width: 68vw;
    }

    .cnt_method_item_monita_02 {
        position: relative;
        top: unset;
        right: unset;
        margin-bottom: 30px;
        margin-left: 50px;
    }

    .cnt_method_item_monita_02 img {
        width: 68vw;
    }

    .cnt_method_item .u-indent-01 {
        margin-top: 30px;
        padding: 0 10px;
    }

    .cnt_method_item .u-indent-01 li {
        font-size: 1rem;
    }

    .cnt_method .main_text {
        margin-bottom: 25px;
        font-size: 2rem;
        letter-spacing: 0;
    }

    .cnt_method .main_text strong {
        color: var(--red);
    }

    .cnt_method .sub_text {
        font-size: 18px;
    }

    .cnt_method .sub_text span {
        font-weight: 700;
    }

    .cnt_method .button_area {
        position: relative;
        margin-bottom: 40px;
    }

    .cnt_method_item_w {
        top: -58px;
        left: -18px;
    }

    .cnt_method_item_w img {
        width: 30vw;
    }

    .cnt_method_kadomatsu_wrap {
        position: relative;
    }

    .cnt_method_kadomatsu_wrap .kadomatsu_img02 {
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
        margin-inline: auto;
        margin-top: 20px;
    }

    .cnt_method_kadomatsu_wrap .main_text {
        margin-bottom: unset;
    }

    .cnt_w {
        padding-bottom: 50px;
    }

    .cnt_w .cnt_title {
        margin-bottom: 30px;
    }

    .cnt_w_lead {
        max-width: unset;
        margin-bottom: 30px;
    }

    .cnt_w_lead_quiz {
        margin-bottom: 30px;
        text-align: center;
    }

    .cnt_w_lead_quiz_img {
        margin-top: 35px;
        max-width: 75vw;
        margin-inline: auto;
    }

    .cnt_w_lead_quiz_img img {
        max-width: 75vw;
    }


    .cnt_w .main_text {
        font-size: 1.8rem;
        text-align: center;
    }

    .cnt_w_lead_quiz_text {
        max-width: 85vw;
        margin-inline: auto;
    }

    .cnt_w .main_text_emphasis::before {
        height: 8px;
    }

    .cnt_w_list {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 45px;
    }

    .cnt_w_item {
        padding: 25px 30px;
    }

    .cnt_w_item img {
        width: 90%;
    }

    .cnt_w_item .text_name {
        margin-top: 30px;
        max-width: 60vw;
        margin-inline: auto;
        font-size: 1.8rem;
    }

    .cnt_w_item .text_number {
        margin-top: 15px;
        font-size: 3rem;
    }

    .cnt_program .cnt_title {
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: 40px;
    }

    .slick-list {
        padding: 0px 8%;
    }

    .slider_wrap {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        min-width: unset !important;
        padding-bottom: 40px;
    }

    .slider-slide {
        margin: 0 6px;
    }

    .slick-dots {
        display: none !important;
    }

    .campaign_note {
        padding: 40px 0 50px;
    }

    .campaign_note_inner {
        padding: 0 15px;
    }

    .note_list li {
        white-space: unset;
        padding-left: 1em;
        text-indent: -1em;
        margin-bottom: 12px;
        font-size: 1.4rem;
    }

    .campaign_note_inner .cnt_title {
        margin-bottom: 30px;
    }

    .campaign_note_inner p {
        margin-bottom: 25px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 430px) {
    .cnt_process .button_area p {
        font-size: 16px;
        padding-right: 19%;
    }

    .cnt_process .button_area .illust_img {
        width: 18%;
    }
}

/* 2026年版　2021208追記 */
.w_lead_present {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.w_lead_present_img {
    max-width: 100%;
    flex-shrink: 0;
}

.text_emphasis_yb {
    display: inline-block;
    color: #ebb743;
    font-size: 28px;
    letter-spacing: 2px;
    text-shadow:
        3px 3px 1px #000000,
        -3px 3px 1px #000000,
        3px -3px 1px #000000,
        -3px -3px 1px #000000,
        3px 0px 1px #000000,
        0px 3px 1px #000000,
        -3px 0px 1px #000000,
        0px -3px 1px #000000;
}

.cnt_indent_list {
    margin-bottom: 70px;
}

.w_lead_present_txt {
    margin-bottom: 0px;
}

.cnt_method_item.--third {
    border: none;
}

@media screen and (max-width: 750px) {
    
    .cnt_method_item.--second {
       margin-bottom: 80px;
    }

    .cnt_method_item.--third {
        padding: 50px 10px 35px;
    }

    .w_lead_present {
        flex-direction: column;
        gap: 10px;
    }

    .w_lead_present_img {
        max-width: 75vw
    }

    .text_emphasis_yb {

        font-size: 20px;
        text-shadow:
            2px 2px 1px #000000,
            -2px 2px 1px #000000,
            2px -2px 1px #000000,
            -2px -2px 1px #000000,
            2px 0px 1px #000000,
            0px 2px 1px #000000,
            -2px 0px 1px #000000,
            0px -2px 1px #000000;
    }

    .cnt_indent_list {
        margin-bottom: 45px;
    }

    .w_lead_present_txt {
        margin-bottom: 20px;
    }



}