@charset "shift_jis";
/* CSS Document */

/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
main, main#wrapper {
    padding: 0;
    max-width: none !important;
    /* background: #0a0a0a; */
}

#premium-sale{
    width:100%;
    box-sizing: border-box;
    font-size: 14px !important;
    margin: 0 auto;
    text-align: center;
    color:#ffffff;
    position: relative;
    
}

#premium-sale.bg{
    background:
    url(/IMAGE/premium-sale/ps_backleft_pc.webp) no-repeat left 10% top 35%,
    url(/IMAGE/premium-sale/ps_backright_pc.webp) no-repeat right 15% top 40%;
    background-attachment: fixed;
    background-size:22em;
}

#premium-sale .inner{
    max-width:1200px;
    margin: 0 auto;
    position: relative;
}

#premium-sale .pc_none{
    display: none !important;
}

#premium-sale img{
    width: 100%
}

#premium-sale a{
    display: block;
    position: relative;
}  

#premium-sale a:hover{
    opacity: 0.9;
    color: #ffffff !important;
}

#premium-sale .col_2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}

#premium-sale .bn_4 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}

#premium-sale .btn-black {
    margin: 0 0 40px; 
}

/*-----------------------------------------------*/
/*全体*/
/*-----------------------------------------------*/

#premium-sale section{
    display: grid;
    gap:1.5em;
    max-width: 900px;
    margin: 0 auto;
    padding: 1em 0 3em 0;
    box-sizing: border-box;
}



/*-----------------------------------------------*/
/*テキスト*/
/*-----------------------------------------------*/
/*見出し*/
#premium-sale h2{ 
    color: white;
    text-shadow: 0 0 20px rgba(255, 231, 0, 0.5), 0 0 20px rgba(255, 231, 0, 0.7);
    font-size: 2.5em;
    -webkit-text-stroke: 1px #ffffff;
    color: #00000000;}
    #premium-sale h2 span{    font-size:3em;-webkit-text-stroke: 3px #ffffff}


/*商品テキスト*/
#premium-sale h3{font-size: 1em;}

/*赤文字*/
#premium-sale .t_red{color: #ea1c1c;}
/*一回り大きく*/
#premium-sale .t_big{font-size: x-large;}

#premium-sale a.btn
{    background-color: #423f33;
    padding: 1em 3em;
    width: fit-content;
    margin: auto;
    border-radius: 90px;}


    #premium-sale .btn-black:hover a{color: #423f33 !important;}

/*-----------------------------------------------*/
/*看板*/
/*-----------------------------------------------*/
#premium-sale h1{z-index: 2;}
#premium-sale #top{
    height: 419px;
    width: 100%;
    max-width: 1200px !important;
    position: relative;
}

#premium-sale .titleback{
    position: absolute;
    top: 0;
    /* z-index: -1; */
    max-width: 100%;
    width: 100%;
    height: 320px;
    overflow: hidden;}



/*-----------------------------------------------*/
/*日付*/
/*-----------------------------------------------*/

#premium-sale .day{    background-color: white;
    width: fit-content;
    margin: auto;
    color: black;
    padding: 0 10em;
    border: 2px solid black;
    border-radius: 90px;
    margin-top: -20px;
    z-index: 3;
    position: relative;
    font-weight: 900;}


/*-----------------------------------------------*/
/*宝箱　#takara*/
/*-----------------------------------------------*/



/*-----------------------------------------------*/
/*バナー　.bncorner*/
/*-----------------------------------------------*/

#premium-sale .bn_1{width:fit-content;margin: auto;}
#premium-sale .col_4 li {
    width: calc((100% - 45px)/4);
    margin-right: 10px;
    display: inline-block;
}
#premium-sale .col_4 li:last-child {
    margin: 0;
}

/*-----------------------------------------------*/
/*まとめ割*/
/*-----------------------------------------------*/
#premium-sale .col_3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}
#premium-sale .btn {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background-color: #ea1c1c;
    border: solid 3px #ea1c1c;
    border-radius: 50px;
    position: relative;
}
#premium-sale .btn::after {
    content: "";
    position: absolute;
    top: 30%;
    right: 33%;
    border: transparent solid 11px;
    border-left: solid 16px #fff;
}
#premium-sale .btn:hover {
    background-color: #fff;
}
#premium-sale .btn a {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
}
#premium-sale .btn:hover a {
    color: #ea1c1c !important;
}
#premium-sale .btn:hover::after {
    border-left: solid 16px #ea1c1c;
}

/*-----------------------------------------------*/
/*商品*/
/*-----------------------------------------------*/
#premium-sale .itemwrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;}

/*商品*/
#premium-sale .item{
    position: relative;
}
#premium-sale .item .icon {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -5%;
    left: -5%;
}


#premium-sale .item .i_img{}

#premium-sale .item .i_text{
    display: flex;    
    height: 100%;
    width: 100%;
    flex-direction: column;
    backdrop-filter: blur(12px);
    justify-content: space-between;
}

#premium-sale .item .i_point{    
    padding: 1rem 0;
    background: linear-gradient(180deg, rgb(234 28 28) 20%, rgb(0 0 0 / 0%) 100%);   
    width: 100%;}
#premium-sale .item .i_point p{ 
    font-weight: 900;}
#premium-sale .item .i_point p:first-of-type{   
     font-size: 2rem;color:#ffe731 ;
     text-shadow: 0 0 10px rgb(255, 189, 9);
     margin: -1rem 0;}
#premium-sale .item .i_point p span{
    font-size: 2em;  
    }

#premium-sale .item .i_price{color: #ea1c1c;}
#premium-sale .buy_price>ol .price,
#premium-sale .buy_price>ul .price {    font-weight: 900 !important;
    font-size: 3.5em !important;}
#premium-sale .buy_price>ul .spesicalprice{display: none;}
    #premium-sale .intax{
        font-size: 1em !important;
        color: #ea1c1c !important;}

#premium-sale .item .i_price2{
    box-sizing: border-box;
    border: 1px solid white;
    color: white;
    width: 100%;
    box-shadow: 0 0 10px rgba(255, 231, 0, 0.5),
    inset 0 0 10px rgba(255, 231, 0, 0.5);}

#premium-sale .item .i_price2 p{   
    font-size: 1.5em;
    text-shadow: 0 0 10px rgba(255, 231, 9);}

/*1カラム*/
#premium-sale .clm_1{    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;}
#premium-sale .clm_1 a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}
#premium-sale .clm_1 .i_img{width: 50%;}
#premium-sale .clm_1 .i_text{width: 50%;    font-size: 1.8em;}

/*2カラム*/
#premium-sale .clm_2{    width: calc((100% - 40px ) / 2 );}
#premium-sale .clm_2 a{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#premium-sale .clm_2 a .i_text{padding: 10px 0;}
#premium-sale .more_btn {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}
#premium-sale .more_btn li {
    border: solid 2px #fff;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #0000009d;
    position: relative;
}
#premium-sale .more_btn li a {
    font-size: 20px;
    padding: 10px 0;
}
#premium-sale .more_btn li::after {
    content: "";
    position: absolute;
    top: 37%;
    right: 1%;
    border: transparent solid 8px;
    border-left: solid 11px #fff;
}

/*-----------------------------------------------*/
/*アンカー*/
/*-----------------------------------------------*/
@media screen and (max-width: 1300px){
    #premium-sale #navi {
        display: none !important; 
    }
    }
    #premium-sale .navi__top .navi-name{
        font-size: 1.1em;
    }
    #premium-sale #navi{
        z-index: 10;
        position: fixed;
        max-width: 230px;
        box-sizing: border-box;
        background: rgb(67 63 52);
        background: linear-gradient(338deg, rgb(67 63 52) 0%, rgb(10 10 10) 100%);
        right: 1vw;
        height: 100vh;
        opacity: .9;
    }
    #premium-sale #navi ul {
        display: flex !important;
        flex-wrap: wrap;
        margin-top: 3em;
    }
    #premium-sale #navi ul li{
        width:100%;
        margin:0;
    }
    #premium-sale #navi ul li img{
        border-radius: 100px;
        width: 27%;
        transition: 0.3s all;
    }
    #premium-sale #navi ul li a{
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        box-sizing: border-box;
        position: relative;
        gap: .8em;
        transition: 0.3s all;
        padding: .4em 0 .4em;
        border-bottom: 1px dashed rgb(255 255 255 / 32%);
        justify-content: center;
    }
    #premium-sale #navi .navi-name{
        color: #fff;
        font-size: 1em;
    }
    #premium-sale #navi ul::-webkit-scrollbar {
        width: 1.5vw;
        height:1.5vw;
        background:rgb(190 210 220 / 50%);
    }
    #premium-sale #navi ul::-webkit-scrollbar-thumb {
        background:#afb2b5;
        border-radius: 5px;
        background:rgb(250, 142, 109);
    }
    /*hover*/
    #premium-sale #navi ul li a:hover{
        background: rgb(255 255 255 / 20%);
        opacity: 1;
    }
    #premium-sale #navi ul li:last-of-type a:hover img{
        transform: translateY(-2px);
    }



/*-----------------------------------------------*/
/*ボトム*/
/*-----------------------------------------------*/

#premium-sale .btmimg{width: 100%;    margin-bottom: -30px;}


/*==============================================
宝探し ここから
================================================*/
.takara-bg {
    max-width: 900px;
    margin: 3% auto;
    /* background: #d6eff2; */
}
#premium-sale .takara-bg h3 {
    font-size: 27px;
}
.bingo-select {
    /* background: url(/IMAGE/bigsale/co_01_base_02.webp) center center / cover; */
    margin: 0 auto;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 1%;
}

.bingo-select .bingo-grid {
    width: 81%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    /* grid-template-rows   : 1fr 1fr 1fr; */
    position: relative;
    overflow: hidden;
}
.bingo-select.already .bingo-grid::after{
    content: '次回は16時から！\Aお楽しみに！';
    color: #FFF;
    position: absolute;
    top: 50%;
    transform: translateY(-49%);
    width: 100%;
    height: 93%;
    background-color: rgba(39, 39, 39, 0.7);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: pre;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5em;
}
.bingo-select.already .bingo-grid::before{
    content: '獲得したクーポンはマイページよりご確認ください。';
    color: #FFF;
    position: absolute;
    top: 71%;
    transform: translateY(-49%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: pre;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5em;
    z-index: 10;
}
/* ポップアップ */
#premium-sale .popup-fixed {
    display: flex;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-color: rgba(39, 39, 39, 0.7);
    z-index: -10;
    justify-content: center;
    align-items: center;
    transition: .3s;
    box-sizing: border-box;
}
#premium-sale .popup-fixed.active {
    opacity: 1;
    transition: .3s;
    z-index: 1000;
}
#premium-sale .popup-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#premium-sale .popup-txt{
    font-size: 1.3em;
    color: #a38d39;
}
#premium-sale .popup-get{
    font-size: 2em;
    color: #b90000;
    font-weight: bold;
}
#premium-sale .popup-content .popup-close {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#premium-sale .popup-content .popup-img {
    background-color: #FFF;
    /* margin: 10% 0; */
    padding:1em;
    box-sizing: border-box;
    width: 450px;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#premium-sale .popup-content .popup-img__item {
    display: none;
    flex-direction: column;
    align-items: center;
}
#premium-sale .popup-content .popup-img__item.active {
    display: flex;
}
#premium-sale .popup-content .popup-img__item img {
    width: 78%;
    margin: 2% 0;
}
#premium-sale .popup-content .popup-close__btn {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 3%;
}
/*宝箱が空いた時*/
#premium-sale .bingo-grid .disabled::after{
    content: '';
    width: 162px;
    height: 162px;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#premium-sale .bingo-grid .red.disabled::after{
    background: url(/IMAGE/premium-sale/box_open_red.webp) center center / cover;
}
#premium-sale .bingo-grid .blue.disabled::after{
    background: url(/IMAGE/premium-sale/box_open_blue.webp) center center / cover;
}
#premium-sale .bingo-grid .brown.disabled::after{
    background: url(/IMAGE/premium-sale/box_open_brown.webp) center center / cover;
}
/*バツボタン*/
.batsu::before, .batsu::after { /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px; /* 棒の幅（太さ） */
    height: 1.5em; /* 棒の高さ */
    background: #222;
}
.batsu::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.batsu::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
/*こちらボタン*/
.black-btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 1.5em;
}
.black-btn_wrap p{
    font-size: 1em;
}
.black-btn {
    position: relative;
    display: inline-block;
    padding: 1em 5em;
    background-color: #eb0012;
    color: #FFF !important;
    font-size:1.1em;
    border-radius: 5px;
    margin: .5% auto .5%;
    text-align: center;
}
.black-btn_wrap.coupon .black-btn {
    background-color: #222;
}
.black-btn:hover{
    color: #FFF !important;
    opacity: 0.8;
}
.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: 8%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}


/*==============================================
獲得済み 設定
================================================*/
/*リセット*/
#premium-sale .action-cpget.disabled{
    background-color:unset;
    border-color:unset;
    pointer-events: none;
    position: relative;
}
#premium-sale .action-cpget:before,
#premium-sale .action-cpget.status-1:before{
    content: none;
}
#premium-sale .action-cpget {
    padding: 0;
    display: inline-block;
    border-radius: 0;
    align-items: center;
    background-color:unset;
    color: unset;
    border:none;
    padding:0;
    margin:0;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
}
#cpget_result{
    display: none;
}

/*==============================================
1日１回制御
================================================*/
#premium-sale .bingo-select.already li div{
    pointer-events:none;
}