@charset "UTF-8";

.sp {
    display: none;
}

.bg-cp-color {
    background-image: url("../asset/bg.png") !important;
    background-repeat: no-repeat;
    /* 画像を繰り返さない */
    background-size: cover;
    /* 隙間なく全体を覆う */
    background-position: center;
    /* 画像の中心を合わせる */
}

#join_top .btn-primary:hover,
#join_bottom .btn-primary:hover,
.btn-primary:focus {
    box-shadow: none !important;
}

.ft_red {
    color: #f80000;
}

.ft_b {
    color: #00abf0;
}

/*prize*/
#prize {
    overflow: hidden;
}

.present_box_text {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.10em;
    position: relative;
    display: inline-block;
}

.target_title_tab::after {
    content: '';
    background: url(../asset/batch_500.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -20px;
    right: -40px;
    transform: rotate(10deg);
}

.present_box_text span.big {
    /*    color: red;*/
    font-size: 180%;
}

.present_box_text span.marker {
    background: linear-gradient(transparent 30%, #fff13c 30%);
    padding: 0 0.5em;
}


/* --- Aコースのラベル部分（賞品セクション限定） --- */
#prize .target_title_tab {
    position: relative;
    display: block;
    background-color: #00abf0;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 15px;
    border-radius: 20px 20px 0 0;
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    line-height: 1.2;
    z-index: 1;
    font-size: 150%;
}

/* --- 枠線部分（賞品セクション限定） --- */
#prize .target_group_border {
    border: 5px solid #00abf0;
    border-radius: 0 0 25px 25px;
    padding: 30px 20px;
    margin: -5px auto 0;
    background-color: #fff;
    width: 100%;
    max-width: 700px;
}

/* --- タイトル --- */
#prize .target_title {
    font-size: 250%;
    font-weight: 700;
}

/* --- 画像を【このエリアだけ】センター・縦並びにする --- */
#prize .target_box {
    display: flex !important;
    flex-direction: column !important;
    /* 他の箇所の横並び設定を上書き */
    align-items: center !important;
    /* センター寄せ */
    justify-content: center !important;
    width: 100%;
    margin-top: 20px;
}

#prize .target_box ul.pc {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    list-style: none;
    margin: 0;
}

#prize .target_box ul.pc li {
    display: block !important;
    width: 100%;
    max-width: 400px;
    /* 画像の大きさを指定 */
}

#prize .target_box ul.pc li img {
    width: 100%;
    height: auto;
}



.present_box_img {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    border-radius: 30px;
}

.present_box_img img {
    border-radius: 30px;
}

.present_box_btn {
    border-radius: 10px;
    background: #474b4f;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    box-shadow: 0 10px 0 #000;
    position: relative;
    max-width: 700px;
    width: 100%;
    letter-spacing: 0.05em;
}

.present_box_btn a {
    text-decoration: none;
    color: #fff;
    /*    padding: 10px 30px;*/
    padding: 15px;
    display: block;
}

/* .present_box_btn:hover {
    /*    top: 10px;*/
/*    box-shadow: none;
} */

.present_box_asterisk::before {
    content: '※';
}

.present_box_asterisk {
    text-indent: -0.55em;
    text-align: left;
    font-size: 14px;
    color: #6c757d;
    width: 90%;
    margin: auto auto 1em auto;
}

/*target*/
#target {
    background-color: #eff9ff !important;
}

.target_box_text {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.10em;
    position: relative;
    /*    display: inline-block;*/
    /*    color: #fff;*/
    /*    padding-top: 20px;*/
}

.target_box_text span {
    color: red;
    font-size: 150%;
}

/* .target_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
} */
.target_box {
    margin-top: 20px;
}

/* .target_box div {
    width: 45%;
    margin: auto auto 40px auto;
    text-align: left;
} */

.target_box>div {
    width: 45%;
    /* 親のコンテナに対して45%の幅 */
    margin: 0 auto;
    /* これでdiv自体が1列のセンターにくる */
    text-align: center;
    /* 中のテキスト（商品名）もセンターに */
    margin-bottom: 50px;
    /* 商品ごとの上下の間隔 */
}

/* 2. 中の画像（親より大きくして、かつセンターに） */
.target_box div img {
    width: 150%;
    /* 親の45%の幅に対して1.5倍の大きさにする */
    display: block;
    /* 下に余計な隙間が出るのを防ぐ */

    /* ここからが「はみ出してもセンター」にする魔法 */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.target_box div p {
    margin: 0;
    padding: 0;
}

/*
.target_box div p.name{
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 120%;
}
*/

.target_box div p.name {
    /* color: #fff; */
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 180%;
    /* background: #f0a80c; */
    border-bottom: 3px solid #0049a7;
    text-align: center;
    padding-bottom: 5px;
    width: 150%;
    /* 画像と同じ150%にする */
    position: relative;
    left: 50%;
    /* 親(45%のdiv)の真ん中に左端を合わせる */
    transform: translateX(-50%);
    /* 自分の幅の半分だけ左に戻す */
}

.limited_img {
    width: 70%;
    margin: auto auto -33px auto !important;
    position: relative;
    z-index: 2;
}

.limited {
    /*    background: #fff;*/
    /*    border-radius: 10px;*/
    margin-bottom: 20px !important;
    /*    padding: 50px 10px 0px 10px !important;*/
    position: relative;
    z-index: 1;
}

.target_box div img {
    width: 150%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/*

.target_box div:last-child img{
    width: 48.8%;
}

.target_box div.target_04_caramel:last-child img{
    width: 100%;
}
*/

.target_box div.target_04_caramel ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    align-items: end;
}

.target_box div.target_04_caramel ul li {
    width: 48%;
}

.target_box p span {
    text-align: center;
    color: red;
    margin: 0 auto;
    font-weight: bold;
    font-size: 110%;
    display: block;
}



.target_box_asterisk::before {
    content: '※';
}

.target_box_asterisk2::before {
    content: '※';
    padding-left: 20px;
}

.target_box_asterisk {
    text-indent: -0.55em;
    text-align: left;
    font-size: 14px;
    color: #6c757d;
    width: 90%;
    margin: 0 auto;
    color: #333;
}

.target_box_asterisk2 {
    text-indent: -0.55em;
    text-align: left;
    font-size: 18px;
    color: #ffffff;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
    background: #042e6b;
    padding: 20px;
    border-radius: 20px;
    width: 68%;
}

.target_btn {
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    display: inline-block;
    font-weight: 600;
    margin-top: 30px;
    max-width: 700px;
    width: 100%;
    letter-spacing: 0.05em;
    border: 2px solid #0049a7;
    ;
    color: #0049a7;
    ;
}

.target_btn a {
    text-decoration: none;
    color: #0049a7;
    ;
    padding: 15px;
    display: block;
}

/*entry*/
.entry_big {
    color: red;
    font-size: 120%;
}

.red_bg {
    background: red;
    color: #fff;
    font-size: 96%;
    padding: 0.8em;
    display: block;
    margin-top: 10px;
}

.red_bg .asterisk::before {
    content: '※';
    margin-right: 0.3em;
}

.red_bg .asterisk {
    text-indent: -0.9em;
    margin-left: 1em;
    display: inline-block;
}

.entry_btn {
    box-shadow: 0 10px 0 #042e6b;
    width: 90%;
    position: relative;
    transition: none;
}

/* .entry_btn:hover {
    /*
    top: 10px;
    box-shadow: none;
    background: #0d6efd;
} */

.btn-primary:focus {
    box-shadow: 0 10px 0 #042e6b !important;
}

.winner_box {
    background: #f8f9fa;
    padding: 30px;
    width: 85%;
    margin: auto auto 30px auto;
    border: 1px solid #474b4f;
    font-size: 1rem;
}

.winner_box p {
    margin-bottom: 0;
}

.winner_box p:first-child {
    border-bottom: 1px solid #474b4f;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 155%;
}

.entry_asterisk_box {
    text-align: left;
    margin: auto auto 80px auto;
    width: 85%;
}

.entry_asterisk::before {
    content: '※';
    margin-right: 0.3em;
}

.entry_asterisk {
    text-indent: -0.9em;
    margin-left: 1em;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
}

.receipt_asterisk_box {
    text-align: left;
    margin: 30px auto auto auto;
    width: 100%;
    padding: 0 3rem;
}

.receipt_asterisk::before {
    content: '※';
    margin-right: 0.3em;
}

.receipt_asterisk {
    text-indent: -0.9em;
    margin-left: 1em;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
}

.receipt_att {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    padding: 30px;
    max-width: 750px;
    width: 100%;
    margin: 30px auto 50px auto;
    text-align: left;
}

.receipt_att ul {
    width: 75%;
    text-align: left;
    margin: 0;
}

.receipt_att p {
    width: 20%;
}

.receipt_att p img {
    width: 100%;
}

/*fixed_box*/
.fixed_box img {
    width: 100%;
}

.fixed_box {
    position: fixed;
    bottom: 100px;
    right: 10px;
    max-width: 200px;
    z-index: 9;
}


@media screen and (max-width:767px) {
    .sp {
        display: inherit;
    }

    .pc {
        display: none;
    }


    /*kv*/
    .kv {
        padding-bottom: 30px;
        background: #fff;
    }

    /*prize*/
    .present_box_text {
        font-size: 30px;
        letter-spacing: 0.04em;
        display: block
    }

    /* --- タイトル --- */
    #prize .target_title {
        font-size: 180%;
    }

    .target_title_tab::after {
        content: '';
        background: url(../asset/batch_500.png);
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        width: 80px;
        height: 80px;
        position: absolute;
        top: -10px;
        right: -10px;
        transform: rotate(10deg);
    }

    /*target*/
    .target_box_text {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0.04em;
    }

    .target_box_text span {
        font-size: 130%;
    }

    .target_box {
        display: block;
    }

    .target_box div {
        width: 100%;
        margin: auto auto 30px auto;
    }

    .limited_img {
        width: 65%;
        margin: auto auto -5% auto !important;
    }

    .target_box div.target_04_caramel p.name {
        margin-top: 10px;
    }


    /*entry*/
    /*
.entry_big{
    color: red;
    font-size: 120%;
}

.red_bg{
    background: red;
    color: #fff;
    font-size: 96%;
    padding: 0.8em;
    display: block;
    margin-top: 10px;
}

.red_bg .asterisk::before{
    content: '※';
    margin-right: 0.3em;
}

.red_bg .asterisk {
    text-indent: -0.9em;
    margin-left: 1em;
    display: inline-block;
}

.entry_btn{
    box-shadow: 0 10px 0 #042e6b;
    width: 90%;
    position: relative;
    transition: none;
}

.entry_btn:hover{
    top: 10px;
    box-shadow: none;
    background: #0d6efd;
}
*/

    .winner_box {
        padding: 15px 20px;
        width: 100%;
        margin: -20px auto 30px auto;
        text-align: left;
    }

    .winner_box p:first-child {
        padding-bottom: 5px;
        margin-bottom: 10px;
        text-align: center;
    }

    .entry_asterisk_box {
        margin: auto auto 50px auto;
        width: 100%;
    }

    .receipt_asterisk_box {
        padding: 0;
    }

    .receipt_att {
        display: block;
        text-align: center;
        padding: 20px;
    }

    .receipt_att ul {
        width: 100%;
        text-align: left;
        /*        margin-bottom: 20px;*/
        display: inline-block;
    }

    .receipt_att p {
        width: 100%;
        margin-top: 20px;
        /*
        text-align: left;
        line-height: 1.5;
        display: inline-block;
*/
    }

    .receipt_att p img {
        width: 40%;
    }

    /*fixed_box*/
    .fixed_box {
        bottom: 50px;
        max-width: 120px;
    }

    #contact_to {
        margin-bottom: 200px;
    }

    .target_box_asterisk2 {
        width: 100%;
        font-size: 90%;
    }
}

/* 767px以下の設定（スマホ・タブレット） */
@media screen and (max-width: 767px) {
    .target_box>div {
        /* スマホでは親の幅を少し広げる（例: 80%） */
        width: 80%;
        margin-bottom: 40px;
    }

    .target_box div img {
        /* 150%だとスマホ画面を突き破る可能性があるので、
           画面に収まりつつインパクトがあるサイズ（例: 110%〜120%）に調整 */
        width: 120%;

        /* センター寄せの魔法はそのまま維持 */
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .target_box div p.name {
        /* 商品名の線も画像と同じ幅に合わせる */
        width: 120%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        font-size: 150%;
        /* 文字サイズを少し微調整 */
    }
}