@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;500;700&display=swap");


/*--------------------------------------------
共通 
--------------------------------------------*/
#fb_senko_20221116 {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
}

#fb_senko_20221116 * {
    box-sizing: border-box;
}

#fb_senko_20221116 a {
    text-decoration: none;
}


/*--------------------------------------------
MV
--------------------------------------------*/
#fb_senko_20221116 .mv {
    margin: 0;
}

#fb_senko_20221116 .mv img {
    width: 765px;
}


/*--------------------------------------------
ナビ
--------------------------------------------*/

#fb_senko_20221116 .navi-list {
    display: flex;
   flex-wrap: wrap;
}




#fb_senko_20221116 .navi-list li {
    border: 1px solid #d02f39;
    border-radius: 3px;
    background: #fff;
	padding-right: 16px;
	height: 62px;
}






#fb_senko_20221116 .navi-list li a {
    position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
    width: 100%;
	font-size: 18px;
	color: #333;
  font-family: "Noto Serif JP", serif;
}


#fb_senko_20221116 .navi-list li a img{
    height: 60px;	
}



#fb_senko_20221116 .navi-list li a::after {
    background-image: url(../../../images/campaign/20221109_fukubukuro/category/arrow.svg);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    position: absolute;
    right: -8px;
	top: 50%;
	margin-top: -9px;
}


/*--------------------------------------------
ナビ 12月1日～
--------------------------------------------*/

#fb_senko_20221116 .navi-list-1201 {
    display: flex;
   flex-wrap: wrap;
}




#fb_senko_20221116 .navi-list-1201 li {
    border: 1px solid #d02f39;
    border-radius: 3px;
    background: #fff;
	padding-right: 16px;
	height: 62px;
	position: relative;
}






#fb_senko_20221116 .navi-list-1201 li a {
    position: relative;
	display: flex;
    align-items: center;
    justify-content: left;
	height: 100%;
    width: 100%;
	font-size: 16px;
	color: #333;
  font-family: "Noto Serif JP", serif;
text-align: left;
	padding: .5em .5em .5em .7em;
}


#fb_senko_20221116 .navi-list-1201 li a img {
    margin: 0 .4rem;
	position: absolute;
	right: 10px;
}







#fb_senko_20221116 .navi-list-1201 li a::after {
    background-image: url(../../../images/campaign/20221109_fukubukuro/category/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_20221116 .col3 li {
    width: calc((100% - (3px * 2)) / 3);
}

#fb_senko_20221116 .col3 li:not(:nth-child(3n)) {
    margin-right: 3px;
}

#fb_senko_20221116 .col3 li:nth-last-child(n + 4) {
  margin-bottom: 3px;
}



/*--------------------------------------------
ナビ　4個並び
--------------------------------------------*/

#fb_senko_20221116 .col4 li {
    width: calc((100% - (3px * 3)) / 4);
}

#fb_senko_20221116 .col4 li:not(:nth-child(4n)) {
    margin-right: 3px;
}

#fb_senko_20221116 .col4 li:nth-last-child(n + 5) {
  margin-bottom: 3px;
}




/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#fb_senko_20221116 .pc {
    display: block;
}

#fb_senko_20221116 .sp {
    display: none;
}


/*--------------------------------------------
時限設定
--------------------------------------------*/
#fb_senko_20221116 .js-time_limited{
  display: none;
}
#fb_senko_20221116 .js-time_limited_fire{
  display: block;
}


