@media screen and (max-width: 768px){

/*==============================================
20K LP追加分 SP用
================================================*/

.baby-20kCelebration .contents{
    background: #ff9cc8;
    border-radius: 0 0 10px 10px;
}
/* 豪華賞品 */
#baby-20kCelebration .treasure_area{
    width:95%;
    margin:20px auto;
    background:#fff;
    border-radius:20px;
    padding-bottom:20px;
}

#baby-20kCelebration .treasure_item_title{
    background:#f53792;
    border-radius:15px 15px 0 0;
    padding:10px 0;
}

#baby-20kCelebration .treasure_list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    padding:15px;
}

#baby-20kCelebration .treasure_item p{
    font-size:3vw;
    line-height:1.4;
    font-weight:bold;
    color:#333;
}

/* ナビ */
#baby-20kCelebration #nav .nav_list_top{
    display:grid;
    grid-template-columns:repeat(3,1fr);
}

#baby-20kCelebration #nav .nav_list_top li{
    display:flex;
    justify-content:center;
    overflow:visible;
}

#baby-20kCelebration #nav .nav_list_top img{
    transform-origin:center;
}

/* 抽選会ボタン */
#baby-20kCelebration .event2{
    position:relative;
    margin-bottom:60px;
}

#baby-20kCelebration .event2 .event-btn{
    position:absolute;
    left:50%;
    bottom:-20px;
    transform:translateX(-50%);
    width:80%;
    z-index:10;
}

/* SALE見出し */
#baby-20kCelebration .event-title3{
    width:80%;
    margin:0 auto -50px;
    position:relative;
    z-index:10;
}

/* 商品一覧 */
#baby-20kCelebration .baby-support-member-item-inner{
    padding-left:0 !important;
}

/* 応募規約 */
#baby-20kCelebration .application-terms{
    width:95%;
    margin:20px auto;
}

#baby-20kCelebration .application-terms .accordion{
    background:#fffbf0;
    border:none;
    border-radius: 5px;
}

#baby-20kCelebration .application-terms .howto-inner-accordion__comment{
    background:#ffffff;
    padding:15px;
    line-height:1.8;
    text-align:left;
}

#baby-20kCelebration .application-terms dt{
    font-weight:bold;
}

#baby-20kCelebration .application-terms dd{
    margin-left:0;
}

/* 抽選ボタン透過防止 */
#baby-20kCelebration .event2 .event-btn a,
#baby-20kCelebration .event2 .event-btn a:hover,
#baby-20kCelebration .event2 .event-btn img,
#baby-20kCelebration .event2 .event-btn a:hover img{
    opacity:1 !important;
    filter:none !important;
}
#baby-support-member nav ul {
    gap: 0.2em;
}
@media screen and (max-width: 768px) {
    #baby-20kCelebration .event-title3 {
    width: 90%;
    margin: 0 auto -20px;
    position: relative;
    z-index: 10;
}   
}   
@media screen and (max-width: 768px) {
    #baby-20kCelebration .event2 .event-btn {
    width: 90%;    
}
}
}