@charset "UTF-8";


/*--------------------------------------------
共通 
--------------------------------------------*/
#fb_senko_03_20231019 {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
}

#fb_senko_03_20231019 * {
    box-sizing: border-box;
}

#fb_senko_03_20231019 a {
    text-decoration: none;
}


/*--------------------------------------------
MV
--------------------------------------------*/
#fb_senko_03_20231019 .mv {
    margin: 0;
}

#fb_senko_03_20231019 .mv img {
    width: 765px;
}


/*--------------------------------------------
ナビ
--------------------------------------------*/

#fb_senko_03_20231019 .navi-list {
    display: flex;
   flex-wrap: wrap;
}




#fb_senko_03_20231019 .navi-list li {
    border: 1px solid #e60012;
    border-radius: 3px;
    background: #fff;
	padding-right: 16px;
	height: 62px;
}


#fb_senko_03_20231019 .navi-list .btnoff {
    border: none;
}



#fb_senko_03_20231019 .navi-list li a {
    position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
    width: 100%;
}

#fb_senko_03_20231019 .navi-list li a img{
    height: 60px;	
}



#fb_senko_03_20231019 .navi-list li a::after {
    background-image: url(../../../images/campaign/20231019_fb_senko_03/arrow.svg);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    position: absolute;
    right: -8px;
	top: 50%;
	margin-top: -9px;
}

/*--------------------------------------------
ナビ　3個並び
--------------------------------------------*/

#fb_senko_03_20231019 .col3 li {
    width: calc((100% - (3px * 2)) / 3);
}

#fb_senko_03_20231019 .col3 li:not(:nth-child(3n)) {
    margin-right: 3px;
}

#fb_senko_03_20231019 .col3 li:nth-last-child(n + 4) {
  margin-bottom: 3px;
}



/*--------------------------------------------
ナビ　4個並び
--------------------------------------------*/

#fb_senko_03_20231019 .col4 li {
    width: calc((100% - (3px * 3)) / 4);
}

#fb_senko_03_20231019 .col4 li:not(:nth-child(4n)) {
    margin-right: 3px;
}

#fb_senko_03_20231019 .col4 li:nth-last-child(n + 5) {
  margin-bottom: 3px;
}




/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#fb_senko_03_20231019 .pc {
    display: block;
}

#fb_senko_03_20231019 .sp {
    display: none;
}

