@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: #f9f1e9;

    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;
}

#present a:hover {
    opacity: 0.9;
    color: #222 !important;
}

/*-----------------------------------------------*/
/*全体*/
/*-----------------------------------------------*/

#present #wrap {
    width: 818px;
    margin: -3% auto 0 auto;
    z-index: 1;
    position: relative;
}

#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 section.group {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background-color: white;
    border-radius: 20px;
    padding:1.5rem 2.438rem;
    /* filter: drop-shadow(2px 2px 2px #aaa); */

    h3 {
        font-size: 1.3em;
        background: #333;
        color: #fff;
        padding: .5rem 0 .4rem 1rem;
        margin-bottom: .5rem;
    }
}


/*-----------------------------------------------*/
/*コンテンツ*/
/*-----------------------------------------------*/

#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: 100%;
}

#present .step {
    .step_title {
        font-size: 42px;
        color: #222;
        font-weight: 600;

        span {
            font-size: 52px;
        }
    }

    ul.step1_2 li a{
        border-radius: 10px;
        padding:.5em 0;
        background-color: #e50012;
        box-shadow: 0 6px 0 #ac1622;
    }

    p {
        margin-inline: auto;
        color: #fff;
        font-size: 28px;
    }

    .step1_2 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5em;

        .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: 2em 0;
        background-color: #e50012;
        border-radius: 10px;
    }

    .step3_1 {
        position: relative;
        padding: .3em 0;

        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: 1;
    }
}

/*追加 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;
}

/***************** 追加 25.01.14 *****************/
#present #x_camp h4,
#present #feature h4,
#present #store h4{
    font-size: 2em;
    color: #e50012;
    text-shadow: 1px 1px 0 #ffee32;
}
#present #x_camp h4{
    margin-bottom: .5em;
}
#present #x_camp h4 span.big{
    font-size: 1.4em;
    line-height: 0em;
}
#present .feature-box{
    display: flex;
    justify-content: center;
    gap: 1em;
    margin: .7em auto 1.5em auto;
}
#present .feature-box.col_2 img{
    height: 100%;
}
#present .step .step1_2 a::after{
content: '';
bottom: .8em;
right:16em;
width: 6%;
height: 72%;
position: absolute;
background-image: url(/IMAGE/PRESENT/250117/yubi.webp);
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
z-index: 3;
}
#present .tokuten_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:1em;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding:1em .7em .7em .7em;
}
#present .tokuten_list .list{
    font-size: 1.3em;
    line-height: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .8em;
    background: #ffebeb;
    padding:.5em .3em;
}
#present .tokuten_list .list img{
    width: 17%;
}
#present .black-btn{
    border-radius: 5px;
    padding: .7em 0;
    background-color: #222;
    font-size: 1.3em;
    color: #fff;
    width: 70%;
    margin: 1em auto 0 auto;
    border: 1px solid #222;
}
#present .black-btn::after{
position: absolute;
display: inline-block;
vertical-align: middle;
content: "";
width: 6px;
height: 6px;
border-top: 2px solid #FFF;
border-right: 2px solid #FFF;
top: 3%;
bottom: 0;
right:25%;
margin: auto;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#present .black-btn:hover{
    color: #222 !important;
    background-color: #fff;
}
#present .black-btn:hover::after{
    border-top: 2px solid #222;
    border-right: 2px solid #222;
}
#present .store-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    margin-top: 1%;
}
#present .store-inner .store-link{
    width: calc(90% / 3);
    overflow: hidden;
    margin-bottom: 4%;
}
#present .x_camp_btn{
    display: flex;
}
#present .title_txt{
    width:38.466%;
    position: absolute;
    left: 29.5%;
    top: 8%;
}
#present #x_camp.group{
    margin: 1rem 0;
}
#present .memo{
    font-size: 1.2em;
    margin-top: 1em;
}
#present ul.step1_2 li a:hover{
    box-shadow:none;
    transform:translateY(5px)
}