@charset "Shift_JIS";


/*===========================
基本CSS
=============================*/
#renewal_sale{font-family: 'Noto Sans JP', Meiryo ,'メイリオ',sans-serif; padding-bottom: 5%;}
#renewal_sale a{text-decoration:none;}
#renewal_sale a:active{opacity:0.9;}
#renewal_sale img{width:100%;}
#renewal_sale .pc_none{display:none !important;}
#renewal_sale {background-color: #ffcb5b;}
#renewal_sale .renewal_sale_content{width: 700px; margin: 0 auto;}
#renewal_sale section{margin-bottom: 5%;}
#renewal_sale section:nth-child(1){margin-bottom: 0%;}


/* ポップアップここから
========================= */

#renewal_sale .modal_open{
    position: relative;
    cursor: pointer;
}



#renewal_sale .modal{/*ポップアップの全体*/
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0vh;
    width: 100%;
    z-index: 999999;
    text-align: right;
    padding: 0 0;
}

#renewal_sale .modal img{/*ポップアップの全体*/
    margin-bottom: 8px;
}

#renewal_sale .modal__bg{/*ポップアップの後ろ*/
    background: rgba(0,0,0,0.4);
    height: 100vh;
    position: absolute;
    width: 100%;
}

#renewal_sale .modal__content{/*ポップアップの中身*/
    background: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 67vh;
}

#renewal_sale .js-modal-close{/*ポップアップの中身*/
    color: #000;
}



/*アンカーリンク
=============================*/
#renewal_sale .anchor ul{
    margin: 2% auto;
    display: flex;
    justify-content: center;
}

#renewal_sale .anchor ul li{
    width: calc(80%/2);
    margin-right: 5%;
}

#renewal_sale .anchor ul li:nth-child(2){
    margin-right: 0%;
}

#renewal_sale .anchor ul li{
    transition: all 0.2s;
}
    
#renewal_sale .anchor ul li:hover{
    transform: translate(0px, 4px);
}
    


/*タイトル見出し
=============================*/
#renewal_sale h2{
    width: 70%;
    margin: 10% auto 2% auto;
}

#renewal_sale h3{
    margin: 8% auto 2% auto;
    text-align: center;
    font-size: 30px;
}


/*商品カラム
=============================*/
#renewal_sale .col_1 li{/*1カラム*/
    display: flex;
    margin-bottom: 4%;
    background: #fff;
    flex-wrap: wrap;
    position: relative;
}

#renewal_sale .col_1_img{
    width: 48%;
}

#renewal_sale .col_1 div img{
    width: 93%;
    margin: 0 4%;
}

#renewal_sale .col_1_text{
    margin: 10% auto 3% auto;
}


#renewal_sale .col_2{/*2カラム*/
    display: flex;
    flex-wrap: wrap;
}

#renewal_sale .col_2 li{
    position: relative;
    width: calc(99% / 2);
    padding-bottom: 2%;
    margin-right: 1%;
    margin-bottom: 11%;
    background-color: #fff;
}

#renewal_sale .col_2 li:nth-child(2n){
    margin-right: 0;
}

#renewal_sale .col_2 li:nth-last-child(2),
#renewal_sale .col_2 li:last-child{
    margin-bottom: 5%;
}


/*ご購入はこちら
=======================*/

#renewal_sale .buy_btn {
    display: block;
    width: 80%;
    margin: 1px auto;
    border: 2px solid #2b2b2b;
    padding: 4px 0;
    background: #2b2b2b;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    border-radius: 37px;
    transition: 0.2s all;
}


#renewal_sale .buy_btn::after{
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-left: 2%;
}


#renewal_sale .buy_btn:hover{
    color: #2b2b2b !important;
    background: #ffffff;  
}

#renewal_sale .buy_btn_col_1 {
    position: absolute;
    width: 40%;
    bottom: 2%;
    right: 5%;
}

/*カテゴリに飛ばすボタン
=======================*/
#renewal_sale .cate_list{
    display: flex;
    flex-wrap: wrap;
}

#renewal_sale .cate_list li{
    width: calc(97% / 4);
    background-color: #fff;
    border-radius: 2px;
    margin: 0 1% 1% 0;
    height: 70px;
    transition: 0.2s all;
}

#renewal_sale .cate_list li img{
    object-fit: contain;
    height: 70px;
    width: 30%;
}

#renewal_sale .cate_list li:nth-child(9) img,
#renewal_sale .cate_list li:nth-child(10) img{
    width: 18%;
}


#renewal_sale .cate_list li:nth-child(4n),
#renewal_sale .cate_list li:nth-child(10){
    margin: 0 0 1% 0;

}

#renewal_sale .cate_list li:nth-child(9),
#renewal_sale .cate_list li:nth-child(10){
    width: calc(99% / 2);
}

#renewal_sale .cate_list li:hover{
    box-shadow: 4px 5px 0px #333333;
    transform: translate(-2px,-2px);
}


#renewal_sale .cate_list li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #333333 !important;
    font-size: 18px;
    font-weight: 900;
    line-height: 18px;
}

/*10,000ポイントプレゼント
=======================*/
#renewal_sale .point_camp ul{
    display: flex;
    justify-content: space-evenly;
    padding: 0 12%;
    background: #fff;
}

#renewal_sale .point_camp ul li{
    transition: 0.2s all;
}

#renewal_sale .point_camp ul li a:hover{
    opacity: 0.5;
}


/*こちらもおすすめ
=======================*/

#renewal_sale .osusume ul {
    width: 70%;
    margin: 0 auto;
}

#renewal_sale .osusume ul li {
    transition: 0.2s;
}

/*#renewal_sale .osusume ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10%;
}

#renewal_sale .osusume ul li{
    width: calc(98%/3);
    margin: 0 1% 2% 0;
    transition: 0.2s;
}

#renewal_sale .osusume ul li img{
    font-size: 20px;
    border-radius: 10px;
}

#renewal_sale .osusume ul li:nth-child(3n){
    margin-right:0;
}*/


#renewal_sale .osusume ul li a{
    font-size: 20px;
}



#renewal_sale .osusume ul li:hover{
    transform: translate(0px, -4px);
    opacity: 0.7;
}



/*ページトップへ
=======================*/

#renewal_sale .pagetop{
    position: fixed;
    background: #fff;
    bottom: 4%;
    right: 1%;
    z-index: 99;
    text-align: center;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    font-size: 18px;
    font-weight: 900;
    transition: 0.2s;
    box-shadow: 2px 4px 2px #3a0000;
    line-height: 22px;
    border: solid 2px #2b2b2b;
}

#renewal_sale .pagetop::before{
    display: block;
    font-family: "Font Awesome 5 Free";
    content: '\f077';
    font-weight: 900;
    margin-top: 20%;
    transition: 0.2s;
}

#renewal_sale .pagetop:hover{
    bottom: 6%;
}

#renewal_sale .pagetop:hover::before{
    transform: translate(0px, -2px);
}

/*=====================
スクロールで表示
=======================*/
.sale,.cate,.point_camp,.osusume{
    transition: 0.5s ease-in-out;
    opacity: 0;
}

.sale.on,.cate.on,.point_camp.on,.osusume.on{
    opacity: 1.0;
}

