@charset "shift_jis";

/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
main,
main#wrapper {
    padding: 0;
    max-width: none !important;
}

#present .pc_none,
#present .hidden {
    display: none !important;
}

#present {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    color: #333;
    padding-bottom: 4rem;
    position: relative;
    background: #d8e8e8;
    background: linear-gradient(0deg, rgb(231 240 241) 0%, rgb(244 253 253) 80%);
    background-image: url(/IMAGE/PRESENT/bg_hed.webp), url(/IMAGE/PRESENT/bg_btm.webp);
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 100%;

    hr {
        height: 2px;
        border: none;
        background-color: #dadada;
        border-radius: 90px;
        margin: 5px auto;
        width: 300px;
    }
}

#present img {
    width: 100%
}

#present a {
    display: block;
    position: relative;
    transition: .2s;
}

#present a:hover {
    opacity: 0.9;
    color: #222 !important;
}

/*-----------------------------------------------*/
/*全体*/
/*-----------------------------------------------*/

#present #wrap {
    width: 818px;
    margin: auto;
}

#present .clm3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;

    >div {
        width: 30%;
    }
}

#present .clm2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*-----------------------------------------------*/
/*テキスト*/
/*-----------------------------------------------*/


#present .mini {
    font-size: 0.7rem;
}

#present .big {
    font-size: 2rem;
    font-weight: 700;
}

#present .c_red {
    color: #a30017;
}

#present .bk_red {
    background-color: #a30017;
}

#present .bk_grn {
    background-color: #007883;
}

#present .mis {
    font-size: 2rem;
    color: #a8a8a8;
}

#present .btn {
    border: 1px solid;
    border-radius: 10px;
    overflow: hidden;
    background-color: #e7e7e7;
    max-width: 80%;
    margin: 0.5rem auto;
    text-align: center;

    p {
        padding: 0.5rem 0.2rem;
    }

    :hover {
        color: #fff !important;
        background-color: #222;
    }

    ::after {
        content: '';
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid black;
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
    }
}

#present .entrybtn {
    a p::before {
        content: "エントリーはこちら";
    }

    a.entry {
        background-color: #a8a8a8 !important;
        pointer-events: none;
        cursor: default;
    }

    a.entry p::before {
        content: "エントリー済み";
    }
}

/*-----------------------------------------------*/
/*タイトル*/
/*-----------------------------------------------*/


/*-----------------------------------------------*/
/*メインブロック*/
/*-----------------------------------------------*/
#present #mainblock {
    width: 800px;
    margin: auto;
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
    gap: 50px;

    .headtext {
        margin-top: 29px;

        hr {
            background-color: #007883;
        }
    }
}


#present #mainblock section.group {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background-color: white;
    border-radius: 20px;
    padding: 2.5rem 2rem 1rem;
    filter: drop-shadow(2px 2px 2px #aaa);

    h3 {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 800;
        color: white;
        border-radius: 90px;
        width: fit-content;
        margin: auto;
        padding: 0.5rem 4rem;
        top: -1.2rem;
        left: 50%;
        transform: translateX(-50%);
    }
}


/*-----------------------------------------------*/
/*コンテンツ*/
/*-----------------------------------------------*/

#present #mainblock #con_1 {
    hr {
        margin: 1rem auto;
    }

    .clm2 div {
        width: 50%;
        padding: 1rem;
        box-sizing: border-box;
    }

    .clm1img {
        width: 50%;
        margin: auto;
    }
}

#present #mainblock #con_2 .clm2 {
    justify-content: flex-start;
    text-align: left;

    img {
        width: 343px;
    }
}



#present #mainblock #con_3 {
    text-align: left;

    p {
        margin-left: 2rem;
    }

    h4 {
        border-bottom: 1px solid #a8a8a8;
    }

    h4 {
        margin-top: 1rem;
    }

    h5 {
        margin-top: 0.5rem;
    }
}


#present .dw,
#present .entry_btn {
    background-color: #00c18c;
    color: #fff;
}
#present .entry_btn {
    border: 1px solid #222;
}


.gyotenback {
    position: fixed;
    bottom: 0px;
    right: 0;

    img {
        max-width: 207px;
        width: 30vw;
    }
}


#present #title img {
    width: 80% !important;
}

#present .step {

    margin-top: -3%;

    .step_title {
        font-size: 42px;
        color: #000;
        font-weight: 600;

        span {
            font-size: 52px;
        }
    }

    ul li {
        background-color: #00c18c;
        border-radius: 10px;
        padding: 4px 0;

        border-radius: 10px;
        padding: 4px 0;
        background-color: #00c18c;
        background-image: linear-gradient(180deg, #00c18c, #029d73);
        box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 40%);
    }

    p {
        margin-inline: auto;
        color: #fff;
        font-size: 30px;
    }

    .step1_2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;

        .step1_2_1,
        .step1_2_2 {
            span.number {
                padding-right: 5px;
                font-size: 30px;
            }

            span.triangle {
                padding-left: 5px;
                font-size: 30px;
            }
        }
    }

    .step3 {
        width: 100%;
        margin-inline: auto;
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 10px;
        background-color: #00c18c;
        border-radius: 10px;
    }

    .step3_1 {
        position: relative;
        margin-bottom: -4%;

        p {
            color: #fff;
        }

        span.number {
            padding-right: 5px;
            font-size: 30px;
        }
    }


    .clm3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 30px;

        a {
            font-size: 20px;
        }

        div {
            width: 100%;
        }

        .btn {
            max-width: 93%;
            margin-inline: auto;
        }

        span::after {
            content: "";
            display: none;
        }
    }
}

#present .contents {
    position: relative;

    .no_auto {
        position: absolute;
        top: -11%;
        left: -6%;
        width: 23%;
        z-index: 999;
    }
}

/*追加 24.12.18*/
#present #title {
    position:relative;
}
#present .topicon {
    position: absolute;
    top:3%;
    right:-10%;
    width: 35%;
}
#present .bn {
    margin: 1.5em 0;
    border-radius: 10px;
}
#present .bn img{
    border-radius: 10px;
}
/*ヘッダーバナー非表示*/
.header-info-red{
    display: none;
}