@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}

#lucky-plus-one *{
    box-sizing: border-box;
}

#lucky-plus-one{
    width:100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    color:#222;
    position: relative;
    background-attachment: fixed;
}

#lucky-plus-one .bg{
    margin: 0 auto 4rem auto;
}

#lucky-plus-one .pc_none{
    display: none !important;
}
#lucky-plus-one img{
    width: 100%
}
#lucky-plus-one a{
    display: block;
    position: relative;
}  


/*-----------------------------------------------*/
/*全体*/
/*-----------------------------------------------*/
#lucky-plus-one section{
    /* display: grid;   
    padding:2em 0; */
    box-sizing: border-box;
    justify-content: center;
    gap: 1.5em;
}

#lucky-plus-one h2{
    /* margin-top: 2%; */
    margin: 2% 0;
}
#lucky-plus-one .contents{
    max-width: 750px;
    margin: 0 auto;
    padding: 0 0 4%;
}

/*25.05.16 ADD*/
#lucky-plus-one .contents{
    max-width: 750px;
    width: 90%;
}

#lucky-plus-one .item_img{
    max-width: 700px;
    box-sizing: border-box;
}


/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#lucky-plus-one h2,
#lucky-plus-one h3{
    font-size: 1.5em;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    color: #111233;
}

#lucky-plus-one h4{
    color: #222;
    text-align: start;
    font-size: 1rem;
    margin-top: 2%;
}

/*-----------------------------------------------*/
/*看板*/
/*-----------------------------------------------*/
#lucky-plus-one section.title{
    margin-bottom: 0;
    position: relative;
}

#lucky-plus-one .line{
    border-bottom: 1px solid #222;
    width: 100%;
    margin: 0 auto;
}


/* ==================================================================================== */

/* ------------ 共通 --------------- */
#lucky-plus-one .contents_inner {
    margin-top: 2%;
    background-color: #f4d762;
    border-radius: 5px;
}

/* ------------ タイトル ------------ */
#lucky-plus-one .title img{
    width: 75%;
    margin: 0 auto;
    padding: 5% 0 2%;
}

/* 期間延長の部分 */
#lucky-plus-one section.title .ext{
    position: absolute;
    width: 17%;
    top: 46%;
    right: 79%;
}


/* ------------ 3ストア購入でVIP会員ランクアップ ------------  */
#lucky-plus-one .store h2 img{
    width: 80%;
}

#lucky-plus-one .store .contents_inner .vip{
    background-color: #f4d762;
    padding: 3%;
    border-radius: 5px;
}
#lucky-plus-one .store .vip-event .vip-btn{
    background-color: #eb0012;
    border-radius: 100px;
    padding: 2%;
    margin: 2%;
    color: #fff;
    font-weight: 700;
}

#lucky-plus-one .vip-btn a:hover{
    opacity: 0.9;
    color: #ffffff !important;
}
#lucky-plus-one .vip-btn:hover{
    opacity: 0.9;
}


#lucky-plus-one .store .vip-event .vip-btn a{
    position: relative;
    font-size: 1.2rem;
}
#lucky-plus-one .store .vip-event .vip-btn a:after{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 4px solid #FFF;
    border-right: 4px solid #FFF;
    top: 31%;
    right: 4%;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.3s;
}

#lucky-plus-one .store .vip .list{
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
}
#lucky-plus-one .store .vip .list li{
    width: calc(99% / 2);
    background: #f7f8fa;
    padding: 0;
    border-radius: 5px;
    margin-bottom: 1%;
    font-size: 1em;
}
#lucky-plus-one .store .vip .list p{
    font-size: 1.3em;
    line-height: inherit;
    text-align: left;
}

#lucky-plus-one .store .vip .list a{
    display: flex;
    align-items: center;
    position: relative;
    gap: 20px;
}
#lucky-plus-one .store .vip .list a:after{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 3px solid #111233;
    border-right: 3px solid #111233;
    top: 44%;
    right: 10%;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.3s;
}
#lucky-plus-one .store .vip .list li img{
    width: 30%;
}
#lucky-plus-one .store .category p{
    font-size: 1rem;
    font-weight: 400;
    margin-bottom:1%;
}

/* ------------ キャンペーンの流れ詳細 ------------  */
#lucky-plus-one section .detail{
    margin-top: 7%;
    box-sizing: border-box;
}

#lucky-plus-one .contents_inner.detail{
    padding: 1% 4% 4%;
}
#lucky-plus-one .detail p{
    text-align: start;
    font-size: 0.9rem;
}



/* ------------ スティッキーボタン ------------  */
#sticky-btn {
    display: flex;
    z-index: 10;
    height: auto;
    position: sticky;
    left: 0;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: 0;
}
#sticky-btn a{
    width: 28%;
}



/*hover*/
#lucky-plus-one #navi ul li a:hover{
    opacity: 0.5;
}

/*ヘッダーバナー非表示*/
.header-info-red{
    display: none;
}

/* ------------ 申し込み部分 ------------ */

/* 未ログイン */
.form_wrap {
    width: 100%;
    margin: 2% auto 5%;
    background-color: #FFF;
    border-radius: 5px;
    padding: 3% 5% 3%;

    .btn {
        position: relative;
        width: 98%;
        margin: 0 auto 2%;
        display: block;
        background: linear-gradient(90deg,rgba(202, 162, 0, 1) 0%, rgba(223, 183, 24, 1) 43%, rgba(244, 216, 144, 1) 71%, rgba(242, 198, 19, 1) 100%);
        border-radius: 100vw;
        box-sizing: border-box;
        padding: .2em;
        font-size: 1.4rem;
        color: #FFF;
        animation: yureru-updown 2s infinite;
        border: none;
        transition: .3s;

        .btn-text {
            display: block;
            background-color: #d22508;
            border: 1px solid #FFF;
            border-radius: 100vw;
            font-size: 1em;
            padding: .5em 0;
            transition: .3s;
            line-height: 1.4;
        }

        &::after {
            position: absolute;
            content: "";
            width: .4em;
            height: .4em;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            top: 0;
            bottom: 0;
            right: 7%;
            margin: auto;
            transform: rotate(45deg);
            transition: all 0.3s ease 0s;
        }

        &:hover {
            color: #FFF !important;
            opacity: .8;
        }
    }

    .btn.gray {
        background-color: #222;
        pointer-events: none;
        animation: none;

        .btn-text {
            background-color: #959595;
        }
    }

    .kome {
        font-size: .8rem;
        text-align: start;
    }

    .kome.cancelno {
        font-size: 1rem;
        font-weight: 700;
    }

    .thanks-text {
        font-size: 2rem;
        font-weight: 600;
        color: #d22508;
        margin-bottom: .2em;
        line-height: 1.4;
    }

    .agree {
        display: flex;
        font-size: 1.2em;
        justify-content: center;
        align-items: center;
        margin-bottom: .3em;

        .checkbox {
            appearance: none;
            position: relative;
            width: 1.3em;
            height: 1.3em;
            border: 1px solid #d22508;
            border-radius: 2px;
            cursor: pointer;
            margin-right: .3em;
            margin-top: -0.1em;

            &:checked {
                background-color: #d22508;
            }

            &:checked::after {
                content: "";
                position: absolute;
                top: .27em;
                left: .24em;
                width: .6em;
                height: .3em;
                border-bottom: 2px solid #ffffff;
                border-left: 2px solid #ffffff;
                transform: rotate(-45deg);
            }

        }
    }

    .plus-one-video {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        display: block;
    }

    .plus-one-result {
        display: none;

        .plus-one-result__text {
            font-size: 1.3rem;
            background: #d22508;
            color: #FFF;
            padding: .2em 0;
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
        }

        .plus-one-result__img {
            width: 100%;
            margin: 0 auto 1%;
            max-width: 500px;
        }

        .plus-one-result__itemName {
            margin-bottom: 1%;
        }
    }

    .condition {
        background-color: #fbe5e5;
        border-radius: 5px;
        margin: 3% 0 0;
        padding: 1.5em 1.5em;

        .condition-title {
            font-size: 1.1em;
            color: #eb0012;
            font-weight: 600;
        }

        .condition-text {
            font-size: .9em;
            padding: .5em;
            text-align: start;
            margin-bottom: .3em;
        }
    }

    .normal-btn {
        background-color: #222;
        position: relative;
        color: #FFF;
        font-size: 1em;
        padding: .8em 0;
        border-radius: 5px;
        margin: 0 auto;
        width: 100%;

        &::after {
            position: absolute;
            content: "";
            width: .4em;
            height: .4em;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            top: 0;
            bottom: 0;
            right: 7%;
            margin: auto;
            transform: rotate(45deg);
            transition: all 0.3s ease 0s;
        }

        &:hover {
            transform: scale(1.03);
            color: #FFF !important;
        }
    }

    .normal-btn.red {
        background-color: #eb0012;
    }

    .total-price {
        background-color: #d22508;
        padding: .5em 0;
        margin-bottom: .5em;
        border-radius: 5px;
        color: #FFF;
        font-size: 1.5em;
    }

}

.form_wrap.result {
    margin-top: 0;
}

@keyframes yureru-updown {

    0% {
        transform: translateY(1px);
    }
    5% {
        transform: translateY(-1px);
    }
    10% {
        transform: translateY(1px);
    }
    15% {
        transform: translateY(-1px);
    }
    20% {
        transform: translateY(1px);
    }
    25% {
        transform: translateY(-1px);
    }
    30% {
        transform: translateY(0px);
    }
}

